@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200&display=swap");
* {
  transition: all 300ms ease; }

.show_on_small {
  display: none; }

.button {
  font-weight: 500;
  font-size: 15px;
  min-height: 40px;
  min-width: 160px;
  padding: 10px 15px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  cursor: pointer;
  border: 1px solid #000; }

.button:hover {
  background: #7700ec;
  color: #fff;
  border: 1px solid #7700ec; }

.big-transporent-button {
  min-width: 320px;
  min-height: 80px;
  font-weight: bold;
  font-size: 20px;
  background: transparent; }

.poor_button {
  min-width: 320px;
  display: inline-flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #606060;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #606060; }

.button-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #7700ec;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #7700ec;
  padding: 14px 50px;
  min-width: auto;
  min-height: auto; }

.button-red:visited {
  color: #fff;
  text-decoration: none !important; }

.button-transparent {
  min-width: 320px;
  display: inline-flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #fff; }

.button-transparent:hover {
  background: #7700ec !important;
  color: #fff; }

.black-border {
  border-color: #000;
  color: #000; }

.dark-bg {
  background: #f8f8f8; }

.paralax-bg {
  background-attachment: fixed !important; }

.content_block {
  padding: 60px 0; }

a,
a:hover {
  text-decoration: none; }

.animate__animated {
  visibility: hidden;
  animation-duration: 1000ms !important; }

.animate__fadeInUp,
.animate__slideInLeft,
.animate__slideOutLeft,
.animate__slideInDown,
.animate__fadeIn,
.animate__slideInRight,
.animate__slideInUp,
.animate__fadeIn,
.animate__slideInDown,
.animate__slideInUp {
  visibility: visible !important; }

body {
  font-size: 15px;
  font-family: "Montserrat";
  color: #000; }
  body .container {
    max-width: 1440px;
    padding: 0 60px;
    width: 100%;
    margin: 0 auto; }

.flex_wrap {
  flex-wrap: wrap; }

#about_company .content {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  #about_company .content .image {
    background-image: url("/static/img/image_utp_2.jpg");
    background-size: cover;
    background-position: center;
    min-height: 378px; }
  #about_company .content .content-description {
    padding-left: 50px;
    color: #606060; }
    #about_company .content .content-description .subtitle {
      font-size: 20px;
      margin-bottom: 15px; }
    #about_company .content .content-description .description {
      font-size: 15px; }
#about_company .btns-row {
  padding: 50px;
  display: flex;
  justify-content: center;
  width: 100%; }

.show_mobile_only {
  display: none; }

#main_menu .box::-webkit-scrollbar {
  width: 5px;
  /* ширина для вертикального скролла */
  height: 8px;
  /* высота для горизонтального скролла */
  background-color: #fff; }

#main_menu .box::-webkit-scrollbar-thumb {
  background-color: #7700ec;
  border-radius: 9em; }

.strange_menu {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 80px;
  z-index: 14;
  margin: 0 auto; }
  .strange_menu .strange_menu_container {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background: #fff;
    display: inline-flex; }
    .strange_menu .strange_menu_container .menu-item {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-right: 1px solid #e7e7e7; }
      .strange_menu .strange_menu_container .menu-item a {
        color: #7700ec;
        font-weight: bold;
        font-size: 20px;
        padding: 28px 10px; }
    .strange_menu .strange_menu_container .menu-item:last-child {
      border: none; }

#footer_strange_menu.strange_menu {
  background: #f8f8f8; }

.show_mobile {
  display: none; }

#footer_strange_menu.strange_menu {
  position: relative;
  z-index: 10;
  max-width: 1440px;
  margin: 0 auto; }

.dropdown-changer {
  cursor: pointer; }

.dropdown {
  position: absolute;
  top: calc(100% - 2px);
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 1000ms ease;
  background: #fff;
  padding: 25px;
  font-size: 15px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  left: 0px;
  box-sizing: border-box;
  width: 100%;
  min-width: 130px; }
  .dropdown .item {
    display: inline-flex;
    width: 100%;
    margin: 0 0 15px 0;
    cursor: pointer; }
  .dropdown .item:hover {
    color: #7700ec; }
  .dropdown .item:last-child {
    margin-bottom: 0; }

.dropdown.opened {
  display: flex;
  height: auto;
  opacity: 1;
  flex-wrap: wrap; }

.phone-changer {
  display: inline-flex;
  align-items: center;
  height: 100%; }
  .phone-changer .town {
    position: relative;
    height: 100%;
    display: inline-flex;
    align-items: center;
    color: #000; }
    .phone-changer .town .opened.icon {
      border-radius: 3px;
      box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3); }
    .phone-changer .town .icon {
      font-size: 15px;
      line-height: 140%;
      padding: 15px 25px;
      font-weight: 600; }
      .phone-changer .town .icon svg {
        width: 10px;
        height: 10px;
        margin-left: 15px; }
    .phone-changer .town .icon:hover {
      color: #7700ec; }
    .phone-changer .town .dropdown {
      flex-wrap: wrap; }
  .phone-changer .phone {
    position: relative;
    margin-left: 30px;
    margin-right: 45px;
    height: 100%;
    display: inline-flex;
    align-items: center; }
    .phone-changer .phone .icon {
      opacity: 1;
      display: inline-flex;
      align-items: center; }
      .phone-changer .phone .icon svg {
        width: 32px;
        height: 32px;
        color: #7700ec; }
    .phone-changer .phone .icon:hover {
      color: #7700ec;
      opacity: 1; }
    .phone-changer .phone .icon.opened {
      opacity: 1; }
    .phone-changer .phone .dropdown {
      min-width: 320px;
      left: auto;
      right: 0; }
      .phone-changer .phone .dropdown .phones_container {
        display: flex;
        flex-flow: column; }
        .phone-changer .phone .dropdown .phones_container .item {
          flex-wrap: wrap; }
          .phone-changer .phone .dropdown .phones_container .item .name {
            color: #000;
            width: 100%;
            font-weight: 500; }
          .phone-changer .phone .dropdown .phones_container .item .phones_box {
            margin: 15px 0 10px 0;
            display: flex;
            align-items: flex-start;
            justify-content: space-between; }
            .phone-changer .phone .dropdown .phones_container .item .phones_box .icon {
              margin-right: 15px;
              color: #7700ec; }
              .phone-changer .phone .dropdown .phones_container .item .phones_box .icon svg {
                width: 14px;
                height: 14px;
                color: #7700ec; }
            .phone-changer .phone .dropdown .phones_container .item .phones_box .phones a {
              display: inline-flex;
              font-size: 20px;
              line-height: 24px;
              color: #606060; }

.currency_lang_changer {
  color: #000;
  font-size: 15px;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 10; }
  .currency_lang_changer .icon {
    color: #000;
    width: 70px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600; }
  .currency_lang_changer .icon.opened {
    border-radius: 3px;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3); }
  .currency_lang_changer .dropdown {
    border-radius: 0px;
    width: 70px;
    padding: 25px 0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    display: inline-flex;
    justify-content: center;
    flex-flow: column;
    padding-top: 42px;
    z-index: -1;
    top: 0;
    min-width: auto;
    justify-content: center;
    align-items: center; }
    .currency_lang_changer .dropdown .item {
      margin-bottom: 0px;
      text-align: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      color: #000;
      opacity: 0.5; }
    .currency_lang_changer .dropdown a.item {
      opacity: 1;
      background: #fff;
      border-radius: 6px;
      order: 1; }
    .currency_lang_changer .dropdown a.item:hover {
      color: #7700ec; }
  .currency_lang_changer .icon svg {
    width: 10px;
    height: 10px;
    margin-left: 15px; }

.big_title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
  color: #000;
  margin-top: 0; }

.subtitle {
  margin: -15px 0 20px 0;
  font-weight: 400;
  font-size: 20px;
  color: #606060; }

#breadcrumb {
  display: flex;
  justify-content: center;
  margin: 0px auto 0 auto;
  min-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 20px; }
  #breadcrumb .container-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 60px;
    max-width: 1440px;
    width: 100%;
    padding: 0 60px; }
  #breadcrumb .container:before,
  #breadcrumb .container:after {
    display: none; }
  #breadcrumb .breadcrumb-link {
    margin-right: 10px;
    display: inline-flex; }
    #breadcrumb .breadcrumb-link a {
      font-size: 15px;
      color: #606060;
      display: inline-flex; }
      #breadcrumb .breadcrumb-link a svg {
        width: 15px;
        height: 15px; }
  #breadcrumb .delimeter {
    margin-right: 10px;
    color: #606060;
    font-size: 12px; }
  #breadcrumb .breadcrumb-current-item {
    font-size: 15px;
    line-height: 1.2;
    color: #606060; }
    #breadcrumb .breadcrumb-current-item a {
      display: inline-flex;
      align-items: center; }

.body_page_news #breadcrumb,
.body_page_news_single #breadcrumb,
.body_page_bet_request #breadcrumb,
.body_page_contact #breadcrumb,
.body_page_services #breadcrumb,
.body_page_login #breadcrumb,
.body_page_products_request #breadcrumb,
.body_page_expertnost #breadcrumb {
  position: relative; }

.body_single_service #breadcrumb {
  color: #fff;
  opacity: 0.5; }
  .body_single_service #breadcrumb .breadcrumb-link a,
  .body_single_service #breadcrumb .breadcrumb-current-item,
  .body_single_service #breadcrumb .delimeter {
    color: #fff; }

#breadcrumb.white_breadcrumb {
  color: #fff;
  opacity: 0.5; }
  #breadcrumb.white_breadcrumb .breadcrumb-link a,
  #breadcrumb.white_breadcrumb .breadcrumb-current-item,
  #breadcrumb.white_breadcrumb .delimeter {
    color: #fff; }

header {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  background: #fff; }
  header .header-top {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px 0 20px;
    position: fixed;
    width: 100vw;
    z-index: 99;
    top: 0;
    background: #fff;
    border: 1px solid #e3e3e3; }
    header .header-top .header-top_container {
      height: 80px;
      max-width: 1440px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    header .header-top .header-menu_logo {
      height: 100%;
      display: inline-flex;
      align-items: center;
      width: 100%;
      flex: 1 0 0%; }
    header .header-top #menu-btn {
      cursor: pointer;
      margin-right: 50px;
      color: #606060;
      display: none; }
      header .header-top #menu-btn svg {
        width: 35px;
        height: 20px; }
    header .header-top .logo-menu {
      display: inline-flex;
      align-items: center;
      height: 100%; }
      header .header-top .logo-menu__link {
        display: block;
        width: 222.62px;
        height: 30px; }
      header .header-top .logo-menu__image {
        display: block;
        width: 100%;
        height: 100%; }
    header .header-top .phones-city-lang {
      display: inline-flex;
      align-items: center;
      flex-wrap: wrap; }
      header .header-top .phones-city-lang .ask-bet {
        margin: 0 50px 0 90px; }
    header .header-top .header_menu {
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      margin-left: 30px; }
      @media screen and (max-width: 1280px) {
        header .header-top .header_menu {
          margin-left: 20px; } }
      header .header-top .header_menu .menu-item {
        display: inline-flex;
        position: relative;
        justify-content: center;
        border-top: 4px solid #fff;
        height: 80px;
        box-sizing: border-box; }
        header .header-top .header_menu .menu-item .parent {
          display: inline-flex;
          align-items: center;
          padding: 0 12px; }
          header .header-top .header_menu .menu-item .parent a {
            font-size: 15px;
            color: #000;
            display: inline-flex;
            align-items: center;
            padding: 10px;
            font-weight: 600; }
          header .header-top .header_menu .menu-item .parent a:hover {
            color: #7700ec; }
          header .header-top .header_menu .menu-item .parent .open_btn {
            display: inline-flex;
            align-items: center;
            justify-content: center; }
            header .header-top .header_menu .menu-item .parent .open_btn svg {
              width: 8px;
              height: 8px; }
        header .header-top .header_menu .menu-item .children {
          background: #fff;
          position: absolute;
          top: 70px;
          left: 0;
          padding: 10px 15px;
          min-width: 300px;
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
          opacity: 0;
          height: 0;
          display: none;
          transition: all 500ms ease;
          flex-flow: column; }
          header .header-top .header_menu .menu-item .children a {
            padding: 10px 15px;
            display: inline-flex;
            width: 100%;
            color: #000; }
          header .header-top .header_menu .menu-item .children a:hover {
            color: #7700ec; }
      header .header-top .header_menu .menu-item.active {
        border-color: #7700ec; }
      header .header-top .header_menu .menu-item.dropdown-menu-sg .parent {
        transition: none; }
      header .header-top .header_menu .menu-item.dropdown-menu-sg:hover .parent {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
        border-radius: 4px 4px 0px 0px; }
      header .header-top .header_menu .menu-item:hover .children {
        opacity: 1;
        height: auto;
        display: inline-flex;
        border-radius: 0px 0px 4px 4px; }

main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 80px; }

footer {
  background: #000;
  padding: 60px 0 120px 0px; }
  footer .container:before,
  footer .container:after {
    display: none; }
  footer .politic_links {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 25px; }
    footer .politic_links a {
      color: #606060 !important;
      text-decoration: underline;
      font-weight: 400;
      font-size: 15px; }
    footer .politic_links a:first-child {
      margin-left: 0px; }
  footer .container .footer_box .nav-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  footer .container .footer_box .nav {
    display: inline-flex;
    flex-wrap: wrap; }
    footer .container .footer_box .nav a {
      display: inline-flex;
      font-weight: normal;
      font-size: 15px;
      color: #fff;
      margin-right: 60px; }
  footer .container .footer_box .logo-about {
    margin-top: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    footer .container .footer_box .logo-about .logo-footer {
      display: inline-flex; }
      footer .container .footer_box .logo-about .logo-footer img {
        width: 140px;
        display: inline-flex; }
    footer .container .footer_box .logo-about .social-about {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      align-items: center; }
    footer .container .footer_box .logo-about .social {
      display: inline-flex;
      margin: 0 60px 0 0; }
      footer .container .footer_box .logo-about .social a {
        display: inline-flex;
        margin-right: 30px;
        color: #fff; }
        footer .container .footer_box .logo-about .social a svg {
          display: inline-flex;
          width: 30px;
          height: 30px; }
    footer .container .footer_box .logo-about .about {
      max-width: 400px;
      width: 100%;
      color: #fff;
      font-size: 15px; }
  footer .container .footer_box .phones {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    footer .container .footer_box .phones svg {
      width: 14px;
      height: 14px;
      margin-right: 15px; }
    footer .container .footer_box .phones a {
      display: inline-flex;
      color: #fff;
      font-size: 15px;
      margin-right: 25px;
      align-items: center; }
  footer .container:before,
  footer .container:after {
    display: none; }

#slider {
  background-size: cover;
  position: relative;
  background-position: center;
  z-index: 10;
  max-width: 1320px;
  margin: 0 auto;
  padding: 45px 60px;
  box-sizing: content-box;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    #slider {
      max-width: 1080px; } }
  @media screen and (max-width: 900px) {
    #slider {
      padding: 0 0; } }
  #slider video {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  #slider .slider_box {
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0; }
    #slider .slider_box .name-subname {
      color: #fff;
      font-weight: bold;
      text-align: center;
      margin: 20px 0; }
      #slider .slider_box .name-subname .name {
        display: inline-flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: 55px;
        line-height: 67px; }
      #slider .slider_box .name-subname .subname {
        display: inline-flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: 15px;
        font-weight: normal;
        margin-top: 30px;
        line-height: 140%; }
      @media screen and (max-width: 900px) {
        #slider .slider_box .name-subname .name {
          font-size: 60px;
          line-height: 73px; } }
      @media screen and (max-width: 768px) {
        #slider .slider_box .name-subname .name {
          font-size: 30px;
          line-height: 37px; } }
    #slider .slider_box .slider_btn {
      display: flex;
      justify-content: center;
      margin: 30px 0; }
    #slider .slider_box #hide-first-screen {
      margin-top: 80px;
      cursor: pointer;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center; }
      #slider .slider_box #hide-first-screen svg {
        width: 20px;
        height: 15px; }
      #slider .slider_box #hide-first-screen .top {
        opacity: 0.5; }
      #slider .slider_box #hide-first-screen .bottom {
        opacity: 1; }
    #slider .slider_box #hide-first-screen.animated .top {
      animation: from_light_to_dark 1000ms infinite ease; }
    #slider .slider_box #hide-first-screen.animated .bottom {
      animation: from_dark_to_light 1000ms infinite ease; }
  #slider #video-bg {
    overflow: hidden;
    z-index: 1;
    height: 630px;
    position: relative; }
    @media screen and (max-width: 1200px) {
      #slider #video-bg {
        height: 576px; } }
    @media screen and (max-width: 900px) {
      #slider #video-bg {
        height: 714px; } }
    @media screen and (max-width: 768px) {
      #slider #video-bg {
        height: 800px; } }
    @media screen and (max-width: 576px) {
      #slider #video-bg {
        height: 600px; } }

@keyframes from_light_to_dark {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }
@keyframes from_dark_to_light {
  from {
    opacity: 1; }
  to {
    opacity: 0.5; } }
@keyframes logo_line {
  from {
    width: 0; }
  to {
    width: 100%; } }
@keyframes first_screen_remove {
  from {
    opacity: 1;
    background-size: 800px;
    height: 491px; }
  to {
    opacity: 0.1;
    background-size: 1300px;
    height: 100%; } }
#facts {
  position: relative;
  padding: 90px 0 60px 0;
  overflow: hidden;
  height: auto; }
  #facts .slogan {
    font-weight: bold;
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 10px; }
  #facts .sub_slogan {
    font-weight: normal;
    font-size: 20px;
    color: #000;
    margin-bottom: 40px;
    text-align: center; }
  #facts .facts_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative; }
  #facts .facts__fact {
    max-width: 400px;
    width: 100%;
    display: inline-flex;
    position: relative;
    --animate-duration: 2.5s;
    padding-bottom: 50px;
    flex-flow: column; }
    #facts .facts__fact .facts__fact-title {
      font-weight: 300;
      font-size: 90px;
      color: #7700ec;
      text-align: center; }
    #facts .facts__fact .facts__fact-subname {
      font-size: 20px;
      color: #606060;
      text-align: center; }
  #facts .button-row {
    margin-top: 90px;
    display: flex;
    justify-content: center; }

#services {
  position: relative;
  min-height: 900px; }
  #services .services_title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 160px;
    position: relative; }
    #services .services_title span {
      position: absolute;
      z-index: 10; }
  #services .service_bg {
    background: url("/static/img/service_bg/default_services-min.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  #services .custom_service_bg {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #services .custom_service_bg .custom_service_bg_item {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      overflow: hidden;
      transition: all 2000ms ease; }
    #services .custom_service_bg img {
      height: 100%;
      width: auto;
      filter: grayscale(100); }
  #services .custom_service_bg .custom_service_bg_item.hovered {
    opacity: 1; }
  #services .services-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: transparent;
    z-index: 3; }
    #services .services-row .single-service {
      display: inline-flex;
      min-height: 275px;
      position: relative;
      flex-flow: column;
      z-index: 10;
      box-sizing: border-box;
      background: transparent;
      transition: all 1000ms ease; }
      #services .services-row .single-service .service-card {
        padding: 60px;
        height: 100%;
        width: 100%; }
      #services .services-row .single-service .service-card-image {
        display: inline-flex;
        width: 50px;
        height: 50px;
        align-items: center; }
        #services .services-row .single-service .service-card-image img {
          width: 100%; }
      #services .services-row .single-service .service-card-title {
        margin-top: 60px;
        font-weight: bold;
        font-size: 20px;
        color: #fff;
        display: flex;
        max-width: 240px; }
        #services .services-row .single-service .service-card-title svg {
          width: 14px;
          height: 34px;
          margin-left: 30px; }
    #services .services-row .single-service:hover,
    #services .services-row .single-service.active {
      background: #7700ec; }

.title_box {
  font-weight: bold;
  color: #fff;
  min-height: 450px;
  padding: 60px 0;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative; }
  .title_box .content {
    position: absolute;
    z-index: 2; }
  .title_box .title_box_h1 {
    font-size: 60px;
    text-align: center;
    line-height: 73px;
    font-weight: 700; }
  .title_box .title_box_sub_title {
    font-size: 20px;
    max-width: 664px;
    margin-top: 50px; }

.main_title_1 {
  background: url(/static/img/key-visual.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 600px; }

.body_page_vacancy .main_title_1 {
  background: url(/static/img/carrier_top.jpg); }

.main_title_1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1; }

.main_title_2 {
  color: #000; }
  .main_title_2 .title_box_sub_title {
    color: #606060; }

.body_page_main #advantages {
  margin-top: 0 !important; }

#advantages .container .advantages_row,
#advantages_with_bnt .container .advantages_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  #advantages .container .advantages_row .advantages_advantage,
  #advantages_with_bnt .container .advantages_row .advantages_advantage {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin: 30px 0;
    max-width: 400px;
    padding-right: 25px; }
    #advantages .container .advantages_row .advantages_advantage img,
    #advantages_with_bnt .container .advantages_row .advantages_advantage img {
      display: inline-flex;
      height: 60px;
      width: auto;
      margin-bottom: 20px; }
    #advantages .container .advantages_row .advantages_advantage .advantages_advantage-title,
    #advantages_with_bnt .container .advantages_row .advantages_advantage .advantages_advantage-title {
      font-weight: bold;
      font-size: 20px;
      color: #000;
      margin-bottom: 15px; }
    #advantages .container .advantages_row .advantages_advantage .advantages_advantage-subname,
    #advantages_with_bnt .container .advantages_row .advantages_advantage .advantages_advantage-subname {
      font-weight: normal;
      font-size: 15px;
      color: #606060; }
  #advantages .container .advantages_row .advantages_advantage:nth-child(2),
  #advantages_with_bnt .container .advantages_row .advantages_advantage:nth-child(2) {
    animation-delay: 300ms; }
  #advantages .container .advantages_row .advantages_advantage:nth-child(3),
  #advantages_with_bnt .container .advantages_row .advantages_advantage:nth-child(3) {
    animation-delay: 600ms; }
  #advantages .container .advantages_row .advantages_advantage:nth-child(4),
  #advantages_with_bnt .container .advantages_row .advantages_advantage:nth-child(4) {
    animation-delay: 900ms; }
  #advantages .container .advantages_row .advantages_advantage:nth-child(5),
  #advantages_with_bnt .container .advantages_row .advantages_advantage:nth-child(5) {
    animation-delay: 1200ms; }
  #advantages .container .advantages_row .advantages_advantage:nth-child(6),
  #advantages_with_bnt .container .advantages_row .advantages_advantage:nth-child(6) {
    animation-delay: 1500ms; }
#advantages .btn-row,
#advantages_with_bnt .btn-row {
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0; }
#advantages #advantages_advantage_3,
#advantages #advantages_advantage_4,
#advantages_with_bnt #advantages_advantage_3,
#advantages_with_bnt #advantages_advantage_4 {
  --animate-duration: 1.7s; }
#advantages #advantages_advantage_5,
#advantages #advantages_advantage_6,
#advantages_with_bnt #advantages_advantage_5,
#advantages_with_bnt #advantages_advantage_6 {
  --animate-duration: 2s; }

#last_news {
  padding: 60px 0;
  overflow: hidden;
  position: relative; }
  #last_news .container .news-card:nth-child(1) {
    animation-delay: 0ms; }
  #last_news .container .news-card:nth-child(2) {
    animation-delay: 0ms; }
  #last_news .container .news-card:nth-child(3) {
    animation-delay: 500ms; }
  #last_news .container .more-link {
    animation-delay: 1000ms; }

#last_news .news_row .news-card {
  margin-right: 50px;
  max-width: 410px;
  margin-bottom: 30px; }

.news_row {
  margin-bottom: 30px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .news_row .btn-row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 85px; }
  .news_row .slick-prev,
  .news_row .slick-next {
    position: absolute;
    top: -48px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; }
  .news_row .slick-prev:before,
  .news_row .slick-next:before {
    display: none; }
  .news_row .slick-prev {
    right: 60px;
    left: auto;
    background-image: url("/static/img/slider_prev.png"); }
  .news_row .slick-next {
    right: 0;
    background-image: url("/static/img/slider_next.png"); }
  .news_row .slick-track {
    display: flex;
    align-items: flex-start; }

.more-link {
  max-width: 500px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  text-transform: uppercase;
  min-height: 245px;
  cursor: pointer; }
  .more-link svg {
    width: 12px;
    height: 12px;
    margin-left: 15px; }

.more-link:hover {
  color: #7700ec; }

.news-card {
  max-width: 410px;
  width: 100%;
  margin: 0 15px 50px 15px;
  display: inline-flex;
  flex-flow: column;
  align-items: flex-start; }
  .news-card .image_box {
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    height: 235px;
    position: relative;
    align-items: center; }
  .news-card img {
    display: inline-flex;
    width: 100%;
    position: absolute; }
  .news-card .date {
    font-size: 15px;
    opacity: 0.5;
    margin-bottom: 15px; }
  .news-card .news-card-title {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    min-height: 56px; }
  .news-card .news-card-description {
    font-size: 15px;
    color: #606060;
    margin-bottom: 15px;
    min-height: 45px; }

#last_news_single {
  padding: 50px 0 30px 0; }

.single_news {
  position: relative; }
  .single_news .arrow {
    position: absolute; }
  .single_news .arrow1 {
    top: 160px;
    left: 30px; }
    .single_news .arrow1 img {
      width: 78px; }
  .single_news .arrow2 {
    top: 91px;
    left: 0px; }
    .single_news .arrow2 img {
      width: 82px; }
  .single_news .arrow3 {
    top: 200px;
    left: 00px; }
    .single_news .arrow3 img {
      width: 39px; }
  .single_news .container {
    position: relative; }
  .single_news .container-news {
    max-width: 1120px;
    position: relative;
    padding-bottom: 50px;
    margin: 0 auto; }
    .single_news .container-news .title {
      font-size: 30px;
      line-height: 1.2;
      color: #000;
      font-weight: bold;
      margin-bottom: 30px;
      text-align: center; }
    .single_news .container-news .date {
      font-size: 15px;
      line-height: 12px;
      color: #c8c8c8;
      margin: 0 0 15px 0;
      display: flex;
      justify-content: center; }
    .single_news .container-news .single_news_container {
      font-size: 15px;
      line-height: 140%;
      color: #606060; }
      .single_news .container-news .single_news_container p {
        margin-bottom: 15px; }
      .single_news .container-news .single_news_container img {
        max-width: 880px;
        display: block;
        height: auto;
        width: 100%;
        margin: 30px auto; }
      .single_news .container-news .single_news_container h4 {
        font-size: 15px;
        line-height: 140%;
        margin: 10px 0 0px 0px;
        font-style: italic; }
      .single_news .container-news .single_news_container h2,
      .single_news .container-news .single_news_container h3 {
        font-size: 20px;
        font-weight: bold;
        color: #000; }
      .single_news .container-news .single_news_container iframe {
        max-width: 600px;
        width: 100%; }

.share_social {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 140%;
  margin-top: 25px; }
  .share_social .share_social-text {
    margin-right: 15px; }
  .share_social .share_social-socials {
    display: inline-flex;
    align-items: center; }
    .share_social .share_social-socials a {
      display: inline-flex;
      margin-right: 10px;
      color: #c8c8c8; }
      .share_social .share_social-socials a svg {
        width: 30px;
        height: 30px; }

#page_not_found {
  background: url(/static/img/default_services-min.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  #page_not_found .container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center; }
  #page_not_found .big_title {
    font-size: 60px;
    color: #fff; }
  #page_not_found .text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    color: #fff; }

#all_services #services {
  background: #fff;
  min-height: 900px; }

#single_service_page .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-size: cover;
  min-height: 600px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative; }
  #single_service_page .top .box {
    max-width: 676px;
    position: absolute;
    top: 0;
    padding: 60px 0;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center; }
  #single_service_page .top .image {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 600px;
    overflow: hidden;
    position: relative; }
    #single_service_page .top .image img {
      width: 100%; }
  #single_service_page .top .image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  #single_service_page .top h1 {
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px; }
  #single_service_page .top .text {
    font-weight: normal;
    font-size: 20px;
    color: #fff; }
#single_service_page .full_description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #606060;
  font-size: 15px;
  line-height: 140%;
  padding: 60px 0; }
  #single_service_page .full_description h3 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
    color: #000; }
  #single_service_page .full_description p {
    width: 100%; }
  #single_service_page .full_description ul {
    margin-bottom: 20px;
    padding: 0 0 0 18px; }
    #single_service_page .full_description ul li {
      color: #606060;
      font-size: 15px;
      line-height: 1.4; }
  #single_service_page .full_description .advantage {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    #single_service_page .full_description .advantage .icon {
      width: 50px;
      height: auto;
      margin: 0 30px; }
      #single_service_page .full_description .advantage .icon img {
        width: 100%;
        height: auto; }
    #single_service_page .full_description .advantage .name-descr {
      max-width: 420px;
      width: 100%; }
      #single_service_page .full_description .advantage .name-descr h4 {
        font-weight: bold;
        font-size: 25px;
        line-height: 30px;
        color: #000;
        margin-bottom: 15px;
        margin-top: 0; }
      #single_service_page .full_description .advantage .name-descr p {
        font-size: 15px;
        line-height: 140%;
        color: #606060; }

#delivery_step_slider {
  padding: 60px 0; }
  #delivery_step_slider .container {
    position: relative; }

.delivery_slider_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative; }
  .delivery_slider_container .btn_box {
    justify-content: center;
    align-items: center;
    display: inline-flex; }
  .delivery_slider_container .delivery_slider_box {
    max-width: calc(100% - 350px);
    width: 100%;
    position: initial; }

.delivery_slider_box .slick-dots {
  left: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -55px; }
  .delivery_slider_box .slick-dots li {
    width: auto;
    height: auto; }
    .delivery_slider_box .slick-dots li button {
      padding: 0;
      width: 16px;
      height: 16px; }
    .delivery_slider_box .slick-dots li button:before {
      width: 16px;
      height: 16px;
      background: #c8c8c8;
      content: ""; }
  .delivery_slider_box .slick-dots li.slick-active button:before {
    background: #7700ec; }
.delivery_slider_box .slide {
  width: 100%; }
  .delivery_slider_box .slide .top-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .delivery_slider_box .slide .top-name .number-name {
      display: flex;
      flex-wrap: wrap; }
    .delivery_slider_box .slide .top-name .name {
      font-weight: bold;
      font-size: 60px;
      line-height: 1.2;
      color: #000;
      margin-bottom: 30px; }
    .delivery_slider_box .slide .top-name .description {
      font-size: 20px;
      color: #606060; }
    .delivery_slider_box .slide .top-name .icon {
      max-width: 165px;
      width: 100%;
      margin-top: 10px; }
      .delivery_slider_box .slide .top-name .icon img {
        width: 100%;
        display: inline-flex; }
.delivery_slider_box .slick-arrow {
  top: auto;
  bottom: 0;
  height: 50px;
  width: 50px;
  opacity: 0.5; }
.delivery_slider_box .slick-arrow:hover {
  opacity: 1; }
.delivery_slider_box .slick-next {
  right: 0;
  left: auto;
  top: -47px;
  bottom: auto;
  z-index: 30; }
.delivery_slider_box .slick-prev:before {
  background-image: url("/static/img/delivery_slider/prev.png");
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 50px;
  width: 50px; }
.delivery_slider_box .slick-prev {
  right: 60px;
  left: auto;
  top: -47px;
  bottom: auto;
  z-index: 30; }
.delivery_slider_box .slick-next:before {
  background-image: url("/static/img/delivery_slider/next.png");
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 50px;
  width: 50px; }

#cooperation_slogan {
  padding: 70px 0; }
  #cooperation_slogan .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #cooperation_slogan .container:before,
  #cooperation_slogan .container:after {
    display: none; }
  #cooperation_slogan .name {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px; }
  #cooperation_slogan .button {
    margin-bottom: 15px; }
  #cooperation_slogan .arrows {
    width: 156px;
    display: inline-flex; }
    #cooperation_slogan .arrows img {
      width: 100%; }

.slick-initialized .slick-slide {
  display: inline-flex !important; }

#about_company {
  padding: 30px 0 60px 0; }
  #about_company .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  #about_company .container:before,
  #about_company .container:after {
    display: none; }
  #about_company .about_company-text {
    max-width: 720px;
    width: 100%; }
    #about_company .about_company-text .subtitle {
      font-size: 25px;
      line-height: 30px;
      color: #606060;
      margin: 30px 0; }
    #about_company .about_company-text .description {
      font-size: 15px;
      line-height: 140%;
      color: #606060;
      max-width: 660px;
      margin-bottom: 30px; }
    #about_company .about_company-text .btns-row .button {
      margin-right: 60px; }
    #about_company .about_company-text .logo {
      display: none; }
  #about_company .about_company-items {
    max-width: 500px;
    width: 100%;
    display: inline-flex;
    align-items: center; }
    #about_company .about_company-items .logo {
      display: inline-flex;
      justify-content: center;
      width: 100%;
      margin-bottom: 30px; }
      #about_company .about_company-items .logo img {
        width: 250px; }
    #about_company .about_company-items .items .item {
      display: flex;
      margin-bottom: 60px; }
      #about_company .about_company-items .items .item .image {
        width: 85px;
        display: inline-flex;
        justify-content: flex-start;
        align-items: flex-start; }
        #about_company .about_company-items .items .item .image img {
          display: inline-flex;
          width: 40px; }
      #about_company .about_company-items .items .item .name-subname .item-name {
        font-weight: bold;
        font-size: 25px;
        line-height: 30px;
        color: #000;
        margin-bottom: 10px; }
      #about_company .about_company-items .items .item .name-subname .item-subname {
        font-size: 15px;
        line-height: 140%;
        color: #606060; }

#company_mission {
  background-image: url("/static/img/mission_bg.png");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 60px 0;
  min-height: 250px; }
  #company_mission .mission-text {
    color: #fff; }
    #company_mission .mission-text .big_title {
      font-size: 60px;
      margin-bottom: 15px;
      color: #fff; }
    #company_mission .mission-text .description {
      font-size: 15px; }

.block_with_date .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.block_with_date .container:before,
.block_with_date .container:after {
  display: none; }

.block_with_right_items .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end; }
.block_with_right_items .container:before,
.block_with_right_items .container:after {
  display: none; }
.block_with_right_items .cennosty-text {
  max-width: 615px;
  width: 100%; }
  .block_with_right_items .cennosty-text .subtitle {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
    color: #606060; }
  .block_with_right_items .cennosty-text .description {
    font-size: 15px;
    line-height: 140%;
    color: #606060; }
  .block_with_right_items .cennosty-text .btn-row {
    margin-top: 30px; }
.block_with_right_items .cennosty-items {
  max-width: 550px;
  width: 100%; }
  .block_with_right_items .cennosty-items .item:nth-child(1) {
    margin-top: 0; }
  .block_with_right_items .cennosty-items .item {
    display: flex;
    margin-top: 25px; }
    .block_with_right_items .cennosty-items .item .image {
      width: 85px;
      display: inline-flex;
      justify-content: center;
      align-items: flex-start;
      margin-right: 20px; }
      .block_with_right_items .cennosty-items .item .image img {
        display: inline-flex;
        height: 50px; }
    .block_with_right_items .cennosty-items .item .name-subname {
      width: calc(100% - 105px); }
      .block_with_right_items .cennosty-items .item .name-subname .item-name {
        font-weight: bold;
        font-size: 25px;
        line-height: 30px;
        color: #000;
        margin-bottom: 10px; }
      .block_with_right_items .cennosty-items .item .name-subname .item-subname {
        font-size: 15px;
        line-height: 140%;
        color: #606060; }

.block_history .container .history-items .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px; }
  .block_history .container .history-items .item .date {
    width: 220px;
    font-weight: bold;
    font-size: 90px;
    line-height: 107px; }
  .block_history .container .history-items .item .description {
    max-width: 660px;
    width: 100%; }
    .block_history .container .history-items .item .description h3 {
      font-size: 15px;
      line-height: 18px;
      color: #7700ec;
      margin: 0 0 30px 0; }
    .block_history .container .history-items .item .description ul {
      padding: 0 0 0 15px;
      margin-top: 30px; }
      .block_history .container .history-items .item .description ul li {
        font-size: 15px;
        line-height: 140%;
        color: #606060; }
    .block_history .container .history-items .item .description img {
      display: inline-flex;
      max-width: 100%;
      width: auto;
      height: auto;
      margin-top: 30px; }
    .block_history .container .history-items .item .description h4 {
      font-size: 15px;
      line-height: 140%;
      color: #606060;
      font-style: italic;
      font-weight: normal;
      margin-top: 15px; }

.block_membership .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.block_membership .container:before,
.block_membership .container:after {
  display: none; }
.block_membership .membership-text {
  max-width: 660px;
  width: 100%; }
  .block_membership .membership-text .subtitle {
    font-size: 25px;
    line-height: 30px;
    color: #606060;
    margin-bottom: 30px; }
  .block_membership .membership-text .description {
    font-size: 15px;
    line-height: 140%;
    color: #606060; }
    .block_membership .membership-text .description img {
      display: inline-flex;
      align-items: flex-start;
      width: 100%;
      height: auto;
      max-width: 460px;
      margin-top: 20px; }
.block_membership .membership-items {
  max-width: 400px;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .block_membership .membership-items a {
    max-width: 160px;
    display: inline-flex;
    margin-bottom: 15px; }
    .block_membership .membership-items a img {
      width: 100%;
      filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.15)); }

#global_town_contact .tab_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #global_town_contact .tab_links .tab_link {
    cursor: pointer;
    margin-right: 50px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid #fff; }
  #global_town_contact .tab_links .tab_link.active {
    border-bottom: 2px solid #7700ec; }
#global_town_contact .tabs_content {
  margin-top: 50px;
  display: flex; }
  #global_town_contact .tabs_content .single_tab {
    display: none;
    opacity: 0;
    transition: all ease 500ms;
    flex-flow: column;
    width: 100%; }
  #global_town_contact .tabs_content .single_tab.active {
    display: flex;
    opacity: 1; }
#global_town_contact .contacts_row {
  display: flex;
  flex-wrap: wrap; }
  #global_town_contact .contacts_row .item {
    max-width: 380px;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 30px; }
    #global_town_contact .contacts_row .item .name {
      font-weight: 500;
      font-size: 15px;
      line-height: 18px;
      color: #000;
      margin-bottom: 15px; }
    #global_town_contact .contacts_row .item .phone-box {
      display: flex; }
      #global_town_contact .contacts_row .item .phone-box .icon {
        margin-right: 15px;
        margin-top: 2px;
        color: #7700ec;
        fill: #7700ec; }
        #global_town_contact .contacts_row .item .phone-box .icon svg {
          width: 16px;
          height: 18px; }
      #global_town_contact .contacts_row .item .phone-box .phones .phone {
        display: inline-flex;
        font-size: 15px;
        line-height: 1.4;
        color: #606060;
        width: 100%; }
  #global_town_contact .contacts_row .social {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center; }
    #global_town_contact .contacts_row .social .box {
      display: flex;
      flex-wrap: wrap; }
    #global_town_contact .contacts_row .social a {
      color: #7700ec;
      display: inline-flex;
      margin-right: 10px; }
      #global_town_contact .contacts_row .social a svg {
        width: 30px;
        height: 30px; }
#global_town_contact .address_row .address {
  margin: 10px 10px 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #global_town_contact .address_row .address .icon {
    margin-right: 15px;
    color: #7700ec;
    fill: #7700ec; }
    #global_town_contact .address_row .address .icon svg {
      width: 15px;
      height: 20px; }
#global_town_contact .address_row .map {
  margin: 0 -60px 60px -60px;
  min-height: 300px; }

#vacancies_page #cennosty {
  padding-top: 0; }

#vacancies_items .vacancy_small_card {
  margin-top: 50px; }

.vacancy_small_card {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column; }
  .vacancy_small_card .name {
    font-size: 20px;
    line-height: 1.2;
    color: #7700ec;
    width: 100%;
    font-weight: bold;
    margin-bottom: 15px; }
  .vacancy_small_card .description {
    width: 100%;
    color: #606060; }
    .vacancy_small_card .description h3 {
      font-size: 20px;
      line-height: 140%;
      color: #000;
      margin: 0 0 10px 0; }
    .vacancy_small_card .description h4 {
      font-weight: 500;
      font-size: 15px;
      line-height: 18px;
      color: #606060;
      margin: 0 0 10px 0; }
    .vacancy_small_card .description ul {
      padding: 0 0 0 15px; }
      .vacancy_small_card .description ul li {
        font-size: 15px;
        line-height: 140%;
        color: #606060; }
    .vacancy_small_card .description .btn-row {
      margin-top: 30px; }

.info_items .box {
  display: flex;
  flex-wrap: wrap; }
  .info_items .box .item {
    max-width: 350px;
    margin-right: 90px;
    width: 100%;
    margin-bottom: 60px; }
    .info_items .box .item .name {
      text-shadow: 0px 10px 40px rgba(222, 19, 19, 0.15);
      font-weight: bold;
      font-size: 90px;
      line-height: 107px;
      color: #7700ec; }
    .info_items .box .item .subname {
      font-size: 20px;
      line-height: 24px;
      color: #000; }
  .info_items .box .item:nth-child(3n) {
    margin-right: 0; }

.vacancy_footer {
  padding: 70px 0px; }
  .vacancy_footer .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px; }
  .vacancy_footer .text {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #000;
    margin-right: 50px; }
  .vacancy_footer a {
    margin-left: 60px;
    font-size: 20px;
    color: #000;
    text-decoration: underline; }
  .vacancy_footer .arrows {
    position: absolute;
    right: 10px; }
    .vacancy_footer .arrows img {
      width: 150px; }

.modal {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .modal .close_btn {
    position: absolute;
    top: 15px;
    right: 15px; }
    .modal .close_btn svg {
      width: 25px;
      height: 25px; }
  .modal .box {
    position: fixed;
    background: #fff;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
    width: 98%;
    top: 5%;
    padding: 60px; }
    .modal .box .btn-row {
      display: flex;
      align-items: center;
      justify-content: center; }

.big-modal .box {
  max-width: 800px; }

label {
  font-size: 15px;
  line-height: 140%;
  color: #000;
  margin-bottom: 7px;
  padding: 0 !important;
  font-weight: normal; }

input,
select {
  width: 100%;
  background: #fff;
  border: none !important;
  border-bottom: 2px solid #c8c8c8 !important;
  box-sizing: border-box !important;
  border-radius: 0px !important;
  font-size: 15px !important;
  line-height: 140% !important;
  color: #000 !important;
  padding: 10px 20px !important;
  box-shadow: none !important; }

.select2-container--bootstrap .select2-selection {
  border: none !important;
  padding: 10px 20px !important;
  border-bottom: 2px solid #c8c8c8 !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

.has-error input {
  border: 2px solid #7700ec !important; }

.has-success input {
  border: 2px solid #4dd76d !important; }

.checkbox label input {
  opacity: 0;
  position: absolute !important;
  width: 30px;
  height: 30px;
  left: 0;
  top: -6px;
  margin: 0 !important;
  z-index: 10;
  cursor: pointer; }

.checkbox-box {
  position: relative; }
  .checkbox-box .imitation {
    width: 30px;
    height: 30px;
    border: 2px solid #c8c8c8;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    top: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .checkbox-box .imitation svg {
      opacity: 0;
      transition: all 300ms ease;
      position: absolute;
      width: 17px;
      height: 17px; }

.checkbox-box.checked .imitation svg {
  opacity: 1; }

#betrequestform-accept_license label {
  padding-left: 50px !important; }

.form-group {
  margin-bottom: 25px; }

#vacancy_request_modal input,
#vacancy_request_modal textarea {
  padding: 10px 0 !important; }
#vacancy_request_modal textarea {
  border: none !important;
  box-shadow: none !important;
  border-bottom: 2px solid #c8c8c8 !important;
  border-radius: 0 !important; }
#vacancy_request_modal .form-group.required .has-star:not(.custom-control-label):not(.custom-file-label)::after,
#vacancy_request_modal .is-required::after {
  color: #000; }
#vacancy_request_modal .title {
  color: #7700ec;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px; }
#vacancy_request_modal .close_btn {
  cursor: pointer; }
#vacancy_request_modal .fileinput-remove,
#vacancy_request_modal .file-caption {
  display: none; }
#vacancy_request_modal .btn-file {
  width: 100%; }
#vacancy_request_modal .upload_resume {
  position: relative;
  z-index: 10; }
  #vacancy_request_modal .upload_resume .text-icon {
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    margin-bottom: 50px; }
    #vacancy_request_modal .upload_resume .text-icon .icon {
      display: inline-flex;
      margin-right: 15px; }
      #vacancy_request_modal .upload_resume .text-icon .icon svg {
        width: 24px;
        height: 24px; }
    #vacancy_request_modal .upload_resume .text-icon .text {
      font-weight: normal;
      font-size: 15px;
      line-height: 140%;
      text-decoration-line: underline;
      color: #606060; }
  #vacancy_request_modal .upload_resume .input {
    width: 100%;
    height: 70px;
    top: 31px;
    position: absolute;
    cursor: pointer;
    opacity: 0; }
    #vacancy_request_modal .upload_resume .input .form-group {
      margin-bottom: 0; }
    #vacancy_request_modal .upload_resume .input input {
      height: 100%;
      padding: 0 !important;
      cursor: pointer; }
#vacancy_request_modal .textarea {
  margin-bottom: 55px; }
  #vacancy_request_modal .textarea textarea {
    border-radius: 25px;
    padding: 15px 25px; }

#success_modal, #error_modal {
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  position: fixed; }
  #success_modal .success_text, #error_modal .success_text {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #000;
    margin-bottom: 30px;
    text-align: center; }

#bet-request-page {
  position: relative; }

#bet-request-form {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px; }
  #bet-request-form .select2-selection__clear {
    display: none; }
  #bet-request-form .btn-row {
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0; }

#login-page {
  padding-bottom: 60px; }
  #login-page form {
    max-width: 600px;
    margin: 0 auto; }

.show_small_planshet {
  display: none !important; }

.slogan_box {
  padding: 30px 0 60px 0;
  background: #fff; }
  .slogan_box .name {
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    text-shadow: -1px -1px 0 #c8c8c8, 1px -1px 0 #606060, -1px 1px 0 #606060, 1px 1px 0 #606060;
    color: #fff;
    text-transform: uppercase; }

.block_with_numbers,
.block_download_presentation {
  padding: 60px 0 0;
  margin-bottom: 30px; }
  .block_with_numbers .big_title,
  .block_download_presentation .big_title {
    text-align: center;
    margin-bottom: 60px; }
  .block_with_numbers .content,
  .block_download_presentation .content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
  .block_with_numbers .block_with_numbers-items,
  .block_download_presentation .block_with_numbers-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
    .block_with_numbers .block_with_numbers-items .item,
    .block_download_presentation .block_with_numbers-items .item {
      margin-bottom: 30px;
      text-align: center; }
      .block_with_numbers .block_with_numbers-items .item .item-name,
      .block_download_presentation .block_with_numbers-items .item .item-name {
        font-size: 30px;
        color: #7700ec;
        font-weight: bold; }
      .block_with_numbers .block_with_numbers-items .item .item-subname,
      .block_download_presentation .block_with_numbers-items .item .item-subname {
        font-size: 20px;
        color: #606060; }
  .block_with_numbers .description,
  .block_download_presentation .description {
    padding: 60px 0px;
    text-align: center; }
    .block_with_numbers .description h3,
    .block_download_presentation .description h3 {
      font-weight: bold;
      font-size: 30px;
      color: #7700ec;
      margin: 0 0 5px 0; }
    .block_with_numbers .description p,
    .block_download_presentation .description p {
      font-size: 20px;
      color: #606060; }
  .block_with_numbers .btn-row,
  .block_download_presentation .btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background: url("/static/img/advantages_btn_request.png");
    background-size: cover;
    background-position: center; }

.block_download_presentation {
  padding: 0;
  margin: 0; }

.extra_big_title_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .extra_big_title_box .extra_big_title {
    font-weight: 300;
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #606060;
    max-width: 850px; }
  .extra_big_title_box img {
    display: inline-flex;
    max-width: 440px;
    width: 100%;
    margin-bottom: -140px; }

.cultural_cod .cultural_cod-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }
  .cultural_cod .cultural_cod-box .cultural_cod-text {
    max-width: 650px;
    width: 100%;
    font-size: 25px;
    line-height: 1.1;
    color: #606060; }
  .cultural_cod .cultural_cod-box .cultural_cod-img {
    max-width: 586px;
    width: 100%; }
    .cultural_cod .cultural_cod-box .cultural_cod-img img {
      width: 100%;
      display: inline-flex; }

.social_cod .cultural_cod-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px; }
  .social_cod .cultural_cod-items .item {
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: 75px;
    flex-flow: column;
    padding-right: 15px; }
    .social_cod .cultural_cod-items .item .image {
      width: 50px;
      margin-bottom: 15px;
      min-height: 70px;
      display: inline-flex;
      align-items: center; }
      .social_cod .cultural_cod-items .item .image img {
        display: inline-flex;
        width: 50px;
        max-height: 70px; }
    .social_cod .cultural_cod-items .item .name-subname {
      padding-right: 20px; }
      .social_cod .cultural_cod-items .item .name-subname .item-name {
        font-weight: bold;
        font-size: 20px;
        line-height: 1.1; }
      .social_cod .cultural_cod-items .item .name-subname .item-subname {
        margin-top: 15px;
        font-weight: normal;
        font-size: 15px;
        color: #606060; }

.cultural_cod-red_text {
  background: url("/static/img/social_cod_slogan-min.png");
  background-size: cover;
  background-position: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.3;
  color: #fff; }
  .cultural_cod-red_text .text {
    max-width: 740px; }

.cannot_find_vacancy {
  background: url(/static/img/not_found_vacancy-min.png);
  background-size: cover;
  background-position: center; }
  .cannot_find_vacancy .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.1;
    color: #fff; }
  .cannot_find_vacancy .cannot_find_vacancy-text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    .cannot_find_vacancy .cannot_find_vacancy-text .description {
      font-size: 15px;
      line-height: 1.4;
      color: #fff;
      max-width: 900px;
      margin-top: 15px; }
    .cannot_find_vacancy .cannot_find_vacancy-text .button {
      background: transparent; }

.education_programs .container:before,
.education_programs .container:after {
  display: none; }
.education_programs .content {
  display: grid;
  grid-template-columns: 1fr 515px; }
.education_programs .education_show_small {
  display: none; }
.education_programs .education_programs-box .education_programs-text {
  line-height: 1.2;
  font-size: 20px;
  color: #000;
  padding-right: 20px; }
  .education_programs .education_programs-box .education_programs-text .subtitle {
    margin-top: 50px;
    margin-bottom: 50px; }
  .education_programs .education_programs-box .education_programs-text .description {
    margin-bottom: 25px;
    font-size: 15px;
    color: #000; }
  .education_programs .education_programs-box .education_programs-text .lozung {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold; }
.education_programs .mailto {
  margin-left: 50px;
  font-size: 20px;
  font-weight: normal;
  text-decoration: underline;
  color: #000; }
.education_programs .image {
  width: 100%; }
  .education_programs .image img {
    width: 100%;
    display: inline-flex; }

.ability_and_advantages .description {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 30px; }
.ability_and_advantages .ability_and_advantages-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .ability_and_advantages .ability_and_advantages-items .item {
    max-width: 50%;
    box-sizing: border-box;
    padding-right: 10px; }
    .ability_and_advantages .ability_and_advantages-items .item .image {
      margin-bottom: 15px; }
      .ability_and_advantages .ability_and_advantages-items .item .image img {
        height: 70px;
        width: auto; }
    .ability_and_advantages .ability_and_advantages-items .item .name-subname .item-name {
      font-weight: bold;
      font-size: 25px;
      margin-bottom: 15px;
      color: #000; }
    .ability_and_advantages .ability_and_advantages-items .item .name-subname .item-subname {
      font-size: 15px;
      line-height: 140%;
      color: #606060; }

#contact_request_footer {
  width: 100%;
  background: #f8f8f8;
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 0 60px 0; }
  #contact_request_footer .block_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    margin-bottom: 30px; }
  #contact_request_footer form {
    color: #fff;
    width: 100%; }
    #contact_request_footer form label {
      font-size: 15px;
      color: #000; }
    #contact_request_footer form input,
    #contact_request_footer form textarea {
      background: transparent;
      font-size: 15px;
      padding: 13px 20px !important;
      height: auto;
      width: 100%;
      box-sizing: border-box !important;
      border-radius: 0 !important;
      color: #000 !important;
      border-top: none !important;
      border-right: none !important;
      border-left: none !important;
      box-shadow: none; }
    #contact_request_footer form .has-error .help-block {
      color: #ea9e9e; }
    #contact_request_footer form .has-error input {
      border: 2px solid #ea9e9e !important; }
    #contact_request_footer form .btn-row {
      margin-top: 30px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between; }
      #contact_request_footer form .btn-row .alert_text {
        font-size: 15px;
        line-height: 140%;
        color: #000;
        margin-bottom: 30px; }
      #contact_request_footer form .btn-row .col-md-4 {
        display: inline-flex;
        justify-content: flex-end; }
    #contact_request_footer form .btn-row:before,
    #contact_request_footer form .btn-row:after {
      display: none; }

#baner_utp .baner_utp-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }
  #baner_utp .baner_utp-box .baner_utp-text {
    width: 50%;
    padding: 60px 60px; }
    #baner_utp .baner_utp-box .baner_utp-text .baner_utp-text_box {
      font-size: 25px;
      color: #606060;
      margin-bottom: 10px; }
    #baner_utp .baner_utp-box .baner_utp-text .button-box {
      position: relative;
      display: inline-flex;
      margin-top: 45px; }
      #baner_utp .baner_utp-box .baner_utp-text .button-box .arrow {
        position: absolute; }
        #baner_utp .baner_utp-box .baner_utp-text .button-box .arrow img {
          width: 100%;
          display: inline-flex; }
      #baner_utp .baner_utp-box .baner_utp-text .button-box .arrow-6 {
        width: 28px;
        top: -45px;
        left: 5px; }
      #baner_utp .baner_utp-box .baner_utp-text .button-box .arrow-7 {
        width: 72px;
        top: -40px;
        right: 5px; }
      #baner_utp .baner_utp-box .baner_utp-text .button-box .arrow-8 {
        width: 50px;
        right: -30px;
        bottom: -40px; }
      #baner_utp .baner_utp-box .baner_utp-text .button-box .arrow-9 {
        width: 41px;
        bottom: -50px; }
  #baner_utp .baner_utp-box .baner_utp-img {
    width: 50%; }
    #baner_utp .baner_utp-box .baner_utp-img img {
      display: inline-flex;
      width: 100%; }

#diplomas_vacancy .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  #diplomas_vacancy .container .diplomas_vacancy-text img {
    width: 400px; }
  #diplomas_vacancy .container .diplomas-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: calc(100% - 500px); }
    #diplomas_vacancy .container .diplomas-items a {
      display: inline-flex;
      width: 100%;
      max-width: 269px;
      margin: 0 15px; }
      #diplomas_vacancy .container .diplomas-items a img {
        width: 100%;
        display: inline-flex;
        filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.15)); }
#diplomas_vacancy .container:before,
#diplomas_vacancy .container:after {
  display: none; }

#template_rtl_1,
#template_rtl_6 {
  padding: 60px 0; }
  #template_rtl_1 p,
  #template_rtl_6 p {
    margin-bottom: 0; }
  #template_rtl_1 .template_rtl_1_box,
  #template_rtl_6 .template_rtl_1_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px; }
    #template_rtl_1 .template_rtl_1_box .text .title,
    #template_rtl_6 .template_rtl_1_box .text .title {
      font-size: 20px;
      color: #000;
      margin-bottom: 15px;
      font-weight: bold; }
    #template_rtl_1 .template_rtl_1_box .text .sub_title,
    #template_rtl_6 .template_rtl_1_box .text .sub_title {
      font-weight: normal;
      font-size: 20px;
      line-height: 140%;
      color: #606060;
      margin-bottom: 15px; }
    #template_rtl_1 .template_rtl_1_box .text .description,
    #template_rtl_6 .template_rtl_1_box .text .description {
      font-size: 15px;
      color: #606060; }
    #template_rtl_1 .template_rtl_1_box .image,
    #template_rtl_6 .template_rtl_1_box .image {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      overflow: hidden;
      max-width: 635px;
      width: 100%; }
      @media (max-width: 1440px) {
        #template_rtl_1 .template_rtl_1_box .image,
        #template_rtl_6 .template_rtl_1_box .image {
          max-width: 515px; } }
      @media (max-width: 900px) {
        #template_rtl_1 .template_rtl_1_box .image,
        #template_rtl_6 .template_rtl_1_box .image {
          max-width: 100%; } }
      #template_rtl_1 .template_rtl_1_box .image img,
      #template_rtl_6 .template_rtl_1_box .image img {
        width: 100%;
        display: inline-flex; }

#template_rtl_1_r {
  padding: 60px 0; }
  #template_rtl_1_r .title {
    font-size: 30px;
    color: #000;
    margin-bottom: 50px;
    font-weight: bold; }
  #template_rtl_1_r .template_rtl_1_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px; }
    #template_rtl_1_r .template_rtl_1_box .text {
      font-weight: 400;
      font-size: 15px; }
      #template_rtl_1_r .template_rtl_1_box .text .description {
        font-size: 15px;
        color: #606060; }
        #template_rtl_1_r .template_rtl_1_box .text .description p {
          margin-bottom: 30px; }
    #template_rtl_1_r .template_rtl_1_box .image {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      overflow: hidden;
      max-width: 635px;
      width: 100%; }
      @media (max-width: 1440px) {
        #template_rtl_1_r .template_rtl_1_box .image {
          max-width: 515px; } }
      @media (max-width: 900px) {
        #template_rtl_1_r .template_rtl_1_box .image {
          max-width: 100%; } }
      #template_rtl_1_r .template_rtl_1_box .image img {
        width: 100%;
        display: inline-flex; }
  @media (max-width: 768px) {
    #template_rtl_1_r {
      padding: 30px 0 !important; }
      #template_rtl_1_r .title {
        padding: 0 30px;
        margin-bottom: 15px; } }

#template_rtl_2 {
  padding: 30px 0; }
  #template_rtl_2 .text {
    padding-right: 50px; }
    #template_rtl_2 .text .title {
      font-size: 20px;
      color: #000;
      margin-bottom: 15px;
      font-weight: bold; }
    #template_rtl_2 .text .description {
      font-size: 15px;
      color: #606060; }

#template_rtl_2_p {
  padding: 30px 0; }
  #template_rtl_2_p .image {
    display: flex;
    justify-content: center; }
    #template_rtl_2_p .image img {
      width: auto;
      max-width: 100%; }
  #template_rtl_2_p .description {
    font-size: 15px;
    color: #606060; }

#template_rtl_3 {
  padding: 30px 0; }
  #template_rtl_3 .content {
    display: flex;
    justify-content: center; }
  #template_rtl_3 .text {
    max-width: 450px; }
    #template_rtl_3 .text .title {
      font-size: 20px;
      color: #000;
      margin-bottom: 15px;
      font-weight: bold; }
    #template_rtl_3 .text .description {
      font-size: 15px;
      color: #606060; }

#template_rtl_3_p {
  padding: 30px 0; }
  #template_rtl_3_p .content {
    display: flex;
    justify-content: center; }
  #template_rtl_3_p .text {
    max-width: 450px; }
    #template_rtl_3_p .text .image img {
      width: 100%; }
    #template_rtl_3_p .text .description {
      font-size: 15px;
      color: #606060; }

#template_rtl_4 {
  padding: 30px 0; }
  #template_rtl_4 .content {
    display: flex;
    justify-content: center; }
  #template_rtl_4 .text {
    text-align: center; }
    #template_rtl_4 .text .title {
      font-size: 30px;
      color: #000;
      margin-bottom: 15px;
      font-weight: bold; }
    #template_rtl_4 .text .sub_title {
      font-size: 15px;
      color: #606060; }
    #template_rtl_4 .text .description {
      font-size: 15px;
      color: #606060; }

#template_rtl_5 .template_rtl_1_box,
#template_rtl_5_r .template_rtl_1_box {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  #template_rtl_5 .template_rtl_1_box .text,
  #template_rtl_5_r .template_rtl_1_box .text {
    padding: 30px 50px; }
    #template_rtl_5 .template_rtl_1_box .text .title,
    #template_rtl_5_r .template_rtl_1_box .text .title {
      font-size: 20px;
      color: #000;
      margin-bottom: 15px;
      font-weight: bold; }
    #template_rtl_5 .template_rtl_1_box .text .description,
    #template_rtl_5_r .template_rtl_1_box .text .description {
      font-size: 15px;
      color: #606060; }
  #template_rtl_5 .template_rtl_1_box .image,
  #template_rtl_5_r .template_rtl_1_box .image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 360px;
    position: relative;
    overflow: hidden; }
    #template_rtl_5 .template_rtl_1_box .image img,
    #template_rtl_5_r .template_rtl_1_box .image img {
      width: 100%; }

#template_rtl_5_rb,
#template_rtl_5_b {
  background: #000; }
  #template_rtl_5_rb .template_rtl_1_box,
  #template_rtl_5_b .template_rtl_1_box {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    #template_rtl_5_rb .template_rtl_1_box .text,
    #template_rtl_5_b .template_rtl_1_box .text {
      padding: 30px 50px;
      background: #000;
      color: #fff; }
      #template_rtl_5_rb .template_rtl_1_box .text .title,
      #template_rtl_5_b .template_rtl_1_box .text .title {
        font-size: 20px;
        color: #fff;
        margin-bottom: 15px;
        font-weight: bold; }
      #template_rtl_5_rb .template_rtl_1_box .text .description,
      #template_rtl_5_b .template_rtl_1_box .text .description {
        font-size: 15px;
        color: #fff; }
      #template_rtl_5_rb .template_rtl_1_box .text .button,
      #template_rtl_5_b .template_rtl_1_box .text .button {
        border-color: #fff;
        background: transparent;
        color: #fff; }
    #template_rtl_5_rb .template_rtl_1_box .image,
    #template_rtl_5_b .template_rtl_1_box .image {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      min-height: 360px;
      position: relative;
      overflow: hidden; }
      #template_rtl_5_rb .template_rtl_1_box .image img,
      #template_rtl_5_b .template_rtl_1_box .image img {
        width: 100%; }

#template_rtl_7 {
  padding: 30px 0 15px 0; }
  #template_rtl_7 p {
    margin: 0; }
  #template_rtl_7 .container {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center; }
  #template_rtl_7 .items_box {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    max-width: 635px; }
    #template_rtl_7 .items_box .item {
      margin-bottom: 15px; }
      #template_rtl_7 .items_box .item .name-description .item-name {
        font-weight: bold;
        font-size: 20px;
        color: #000;
        margin-bottom: 15px; }
      #template_rtl_7 .items_box .item .name-description .item-description {
        font-size: 15px;
        color: #606060; }
  #template_rtl_7 .image {
    max-width: 635px;
    margin-bottom: 30px; }
    #template_rtl_7 .image img {
      width: 100%;
      display: inline-flex; }

#template_rtl_8 {
  padding: 30px 0;
  display: flex;
  justify-content: center; }
  #template_rtl_8 .image {
    max-width: 635px; }
    #template_rtl_8 .image img {
      width: 100%;
      display: inline-flex; }

#our_partners .big_title {
  text-align: center; }
#our_partners .partner_logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #our_partners .partner_logos .partner_logo {
    width: 180px;
    height: 180px;
    margin: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    #our_partners .partner_logos .partner_logo img {
      width: 100%; }
  #our_partners .partner_logos .vertical_logo img {
    height: 100% !important;
    width: auto !important;
    max-height: 135px; }
  #our_partners .partner_logos .vertical_logo.smaller img {
    max-height: 100px; }

#cookie_agreement_block {
  width: 100%;
  display: none;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 990; }
  #cookie_agreement_block .cookie_agreement_container {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    padding: 28px 40px;
    background: #fff;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); }
    @media (max-width: 900px) {
      #cookie_agreement_block .cookie_agreement_container {
        max-width: 576px;
        padding: 32px 30px; } }
    @media (max-width: 576px) {
      #cookie_agreement_block .cookie_agreement_container {
        max-width: 576px;
        padding: 24px 24px; } }
  #cookie_agreement_block .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 724px; }
    @media (max-width: 576px) {
      #cookie_agreement_block .text {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 21px; } }
  #cookie_agreement_block .btns {
    display: grid;
    grid-column-gap: 37px;
    grid-template-columns: 1fr 1fr 1fr; }
    #cookie_agreement_block .btns .button {
      margin-bottom: 20px; }
    @media (max-width: 900px) {
      #cookie_agreement_block .btns {
        grid-template-columns: 1fr;
        width: 100%; }
        #cookie_agreement_block .btns .button {
          width: 100%; } }
  #cookie_agreement_block .links {
    display: inline-flex; }
    #cookie_agreement_block .links a {
      display: inline-flex;
      color: black;
      font-size: 17px;
      font-weight: 400;
      text-decoration: underline; }

#cookie_agreement_block.active {
  display: flex; }

.cookies_btn {
  min-width: 237px;
  min-height: 77px;
  color: white;
  font-size: 20px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #7700EC;
  border: 3px #7700EC solid;
  box-sizing: border-box;
  cursor: pointer; }
  .cookies_btn small {
    font-size: 15px;
    font-weight: 400; }
  @media (max-width: 576px) {
    .cookies_btn {
      font-size: 15px;
      min-height: 47px;
      line-height: 1; }
      .cookies_btn small {
        font-size: 12px; } }

.cookies_btn_invert {
  color: #7700EC;
  background: #fff; }

#cookie_setup_block {
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 990; }
  @media (max-width: 768px) {
    #cookie_setup_block {
      overflow-y: scroll;
      z-index: 99999;
      align-items: flex-start; } }
  #cookie_setup_block .cookie_setup_block-container {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    padding: 48px 72px;
    background: #fff;
    max-width: 1150px;
    max-height: 998px;
    width: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px; }
    @media (max-width: 900px) {
      #cookie_setup_block .cookie_setup_block-container {
        padding: 48px 55px; } }
    @media (max-width: 768px) {
      #cookie_setup_block .cookie_setup_block-container {
        padding: 48px 50px;
        max-height: inherit; } }
    @media (max-width: 768px) {
      #cookie_setup_block .cookie_setup_block-container {
        padding: 48px 43px; } }
    @media (max-width: 576px) {
      #cookie_setup_block .cookie_setup_block-container {
        padding: 48px 32px; } }
  #cookie_setup_block .cookie_setup_block-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 36px; }
  #cookie_setup_block .cookie_setup_block-alert {
    padding: 24px 20px;
    margin: 24px 0;
    background: #F8F8F8; }
    #cookie_setup_block .cookie_setup_block-alert h3 {
      font-size: 20px;
      margin: 0 0 16px 0;
      font-weight: 700; }
  #cookie_setup_block .cookie_setup_block-checkbox {
    margin-bottom: 20px; }
    #cookie_setup_block .cookie_setup_block-checkbox label {
      display: flex;
      flex-wrap: nowrap;
      margin-bottom: 16px; }
      #cookie_setup_block .cookie_setup_block-checkbox label input {
        display: none; }
      #cookie_setup_block .cookie_setup_block-checkbox label .view {
        width: 26px;
        height: 26px;
        border: 1px black solid;
        margin-right: 20px; }
      #cookie_setup_block .cookie_setup_block-checkbox label input[type="checkbox"]:checked + .view {
        background: url("../static/img/chech_bird.png");
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat; }
      #cookie_setup_block .cookie_setup_block-checkbox label .text {
        max-width: calc(100% - 46px); }
    #cookie_setup_block .cookie_setup_block-checkbox .disabled {
      opacity: 0.5; }
  #cookie_setup_block .btns {
    display: grid;
    grid-column-gap: 37px;
    grid-template-columns: 237px 237px;
    width: 100%;
    justify-content: center; }
    @media (max-width: 900px) {
      #cookie_setup_block .btns {
        grid-template-columns: 1fr;
        grid-row-gap: 24px; } }
  #cookie_setup_block .links {
    display: inline-flex;
    margin-top: 20px; }
    @media (max-width: 768px) {
      #cookie_setup_block .links {
        text-align: center; } }
    #cookie_setup_block .links a {
      display: inline-flex;
      color: black;
      font-size: 17px;
      font-weight: 400;
      text-decoration: underline; }

#cookie_setup_block.active {
  display: flex; }

.hidden_cookie_modal {
  display: none; }

.service_related_news_container {
  margin: 60px 0 -20px 0; }

.service_related_news {
  margin: 0 0 0 0;
  display: grid;
  column-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr; }
  .service_related_news .news-card {
    margin-bottom: 30px; }
    .service_related_news .news-card .date {
      display: none; }

.hide_desctop {
  display: none; }

#new_company_mission {
  background: linear-gradient(146.02deg, #6811c6 12.54%, #251158 70.74%);
  display: flex;
  align-items: center;
  max-height: 348px;
  overflow: hidden; }
  #new_company_mission .items {
    width: 100%;
    color: #fff;
    text-align: center; }
    #new_company_mission .items .single {
      width: 100%;
      transition: all 3000ms ease;
      display: block;
      flex-flow: column;
      opacity: 0; }
      #new_company_mission .items .single .name {
        font-weight: 700;
        font-size: 45px;
        line-height: 55px;
        text-transform: uppercase;
        margin: 0 0 15px 0;
        display: block;
        width: 100%; }
      #new_company_mission .items .single .text {
        display: block;
        width: 100%;
        font-weight: 600;
        font-size: 30px;
        line-height: 37px; }
    #new_company_mission .items .single.slick-active {
      opacity: 1; }
  #new_company_mission .slider {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 348px; }
  #new_company_mission .slider__wrapper {
    position: relative;
    overflow: hidden;
    height: 348px; }
    #new_company_mission .slider__wrapper .slick-arrow {
      width: 24px;
      height: 64px;
      background: url("/static/img/gallery-arrow.png");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      top: auto;
      bottom: -100px;
      left: -40px; }
    #new_company_mission .slider__wrapper .slick-arrow:before {
      display: none; }
    #new_company_mission .slider__wrapper .slick-next {
      transform: rotate(180deg);
      left: auto;
      right: -40px;
      bottom: -67px; }
  #new_company_mission .slick-dots {
    bottom: 40px; }
    #new_company_mission .slick-dots li button {
      content: "";
      width: 20px;
      height: 20px;
      border: 2px solid #ffffff;
      background: transparent;
      font-size: 0;
      border-radius: 50%; }
      #new_company_mission .slick-dots li button:before {
        display: none; }
    #new_company_mission .slick-dots .slick-active button {
      background: #fff; }
  #new_company_mission .slider__items {
    display: flex;
    transition: transform 0.5s ease;
    margin-bottom: 0; }
    #new_company_mission .slider__items .slider__item {
      height: 348px;
      padding-top: 90px;
      box-sizing: border-box;
      opacity: 0;
      top: 0; }
  #new_company_mission .transition-none {
    transition: none; }
  #new_company_mission .slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative; }
  #new_company_mission .slider__indicators {
    display: none; }

.select2-selection.select2-selection--single {
  margin-top: 15px;
  background: transparent !important;
  font-family: "Montserrat"; }

#request-form-edit .select2-selection.select2-selection--single {
  margin-top: 0px; }

.body_page_product {
  overflow-x: hidden; }

.product-block {
  position: relative;
  background-color: #f9f9f9;
  margin-left: -60px;
  margin-right: -60px;
  padding: 75px 60px 60px;
  margin-bottom: 60px;
  width: 100%; }
  @media screen and (max-width: 1440px) {
    .product-block {
      margin-left: -30px;
      margin-right: -30px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 1199.98px) {
    .product-block {
      padding-top: 60px; } }
  .product-block:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100vw;
    background-color: #f9f9f9;
    z-index: -1; }
  .product-block--direction {
    margin-bottom: 30px;
    padding-bottom: 0; }
    @media screen and (max-width: 1199.98px) {
      .product-block--direction {
        padding-bottom: 60px; }
        .product-block--direction .big_title {
          text-align: center; } }
    @media screen and (max-width: 576px) {
      .product-block--direction {
        padding-bottom: 15px; } }

.form-product {
  min-height: 228px; }
  .form-product__not-found {
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.3888888889;
    max-width: 652px; }
    @media screen and (max-width: 768px) {
      .form-product__not-found {
        margin-bottom: 45px; } }
  .form-product .col-xs-12.text-center {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .form-product .col-xs-12.text-center {
        margin-top: 40px; } }
  .form-product__submit {
    display: flex;
    justify-content: flex-end;
    margin-top: 31px; }
    @media screen and (max-width: 768px) {
      .form-product__submit {
        justify-content: center;
        margin-top: 0; } }
  .form-product .button-red {
    height: 46px; }
    @media screen and (max-width: 1440px) {
      .form-product .button-red {
        min-width: 260px; } }
    @media screen and (max-width: 1199.98px) {
      .form-product .button-red {
        min-width: 200px; } }
    @media screen and (max-width: 768px) {
      .form-product .button-red {
        min-width: 320px;
        height: 80px; } }
    @media screen and (max-width: 576px) {
      .form-product .button-red {
        min-width: 100%; } }

.direction {
  display: flex;
  font-size: 18px; }
  @media screen and (max-width: 1199.98px) {
    .direction {
      flex-direction: column;
      align-items: center; } }
  .direction-list,
  .direction ul {
    width: 100%;
    max-width: 100%;
    flex: 1 0 0%; }
    @media screen and (max-width: 1199.98px) {
      .direction-list,
      .direction ul {
        width: auto;
        flex: 0 0 auto; } }
    .direction-list *,
    .direction ul * {
      font-size: 20px;
      line-height: 1.1; }
      @media screen and (max-width: 576px) {
        .direction-list *,
        .direction ul * {
          line-height: 1; } }
    .direction-list__item + .direction-list__item,
    .direction-list li + .direction-list__item,
    .direction ul__item + .direction-list__item,
    .direction ul li + .direction-list__item, .direction-list__item +
    .direction-list li,
    .direction-list li +
    .direction-list li,
    .direction ul__item +
    .direction-list li,
    .direction ul li +
    .direction-list li, .direction-list__item +
    .direction ul__item,
    .direction-list li +
    .direction ul__item,
    .direction ul__item +
    .direction ul__item,
    .direction ul li +
    .direction ul__item, .direction-list__item +
    .direction ul li,
    .direction-list li +
    .direction ul li,
    .direction ul__item +
    .direction ul li,
    .direction ul li +
    .direction ul li {
      margin-top: 1em; }
  .direction-map {
    position: relative;
    width: 772px;
    max-width: 772px;
    flex: 0 0 772px;
    margin-left: 54px;
    margin-top: -148px;
    margin-right: -60px; }
    @media screen and (max-width: 1440px) {
      .direction-map {
        width: 593px;
        max-width: 593px;
        flex: 0 0 593px;
        margin-right: -30px; } }
    @media screen and (max-width: 1199.98px) {
      .direction-map {
        width: 567px;
        max-width: 567px;
        flex: 0 0 auto;
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .direction-map {
        width: 448px;
        max-width: 448px;
        flex: 0 0 448px; } }
    @media screen and (max-width: 768px) {
      .direction-map {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%; } }
    .direction-map__image {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: right top; }
      .direction-map__image-wrapper {
        position: relative;
        padding-bottom: 53.1088082902%; }

.shipping {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-left: -60px;
  margin-right: -60px; }
  @media screen and (max-width: 1440px) {
    .shipping {
      margin-left: -30px;
      margin-right: -30px; } }
  @media screen and (max-width: 1199.98px) {
    .shipping {
      margin-left: 0;
      margin-right: 0; } }
  .shipping__note {
    display: block;
    max-width: 825px;
    text-align: center;
    color: #828685;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px; }
  .shipping__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px 12px; }
    .shipping__table td,
    .shipping__table th {
      text-align: center;
      font-size: 15px;
      line-height: 1.4;
      padding: 29.5px 10px; }
    .shipping__table th {
      background-color: #f8f8f8;
      width: 25%;
      font-weight: 400; }
      @media screen and (max-width: 900px) {
        .shipping__table th {
          background-color: #f9f9f9; }
          .shipping__table th:not(:first-child) {
            margin-top: 2px; } }
    .shipping__table tbody td .button-red {
      height: 46px;
      min-width: 200px; }
    .shipping__table tbody tr:nth-child(even) td {
      background-color: #f8f8f8; }
      @media screen and (max-width: 900px) {
        .shipping__table tbody tr:nth-child(even) td {
          background-color: #f9f9f9; }
          .shipping__table tbody tr:nth-child(even) td:not(:first-child) {
            margin-top: 2px; } }
    @media screen and (max-width: 900px) {
      .shipping__table tbody tr:nth-child(odd) td:not(:first-child) {
        border-top: 1px solid #e3e3e3; } }
    .shipping__table-wrapper {
      width: 100%; }
      @media screen and (max-width: 900px) {
        .shipping__table-wrapper {
          max-width: 456px; } }
    @media screen and (max-width: 900px) {
      .shipping__table,
      .shipping__table thead,
      .shipping__table tbody,
      .shipping__table tr,
      .shipping__table td,
      .shipping__table th {
        display: block;
        width: 100%; } }

.sub_title_program {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: -5px;
  margin-bottom: 25px; }

.midle_weight {
  font-weight: 400; }

.sub_title_program.midle_weight {
  margin-bottom: 50px; }

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  border-left: none !important; }

.product-block {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 75px 0px 60px !important;
  background: #f9f9f9; }

.product-block:after {
  display: none; }

.body_page_products_request .strange_menu {
  background: transparent !important; }

#advantages .container .big_title {
  text-align: center; }
#advantages .container .subtitle {
  text-align: center; }
#advantages .container .advantages_row .advantages_advantage {
  align-items: center; }
  #advantages .container .advantages_row .advantages_advantage img {
    height: 80px; }

#template_rtl_1 p,
#template_rtl_6 p {
  margin-bottom: 10px; }

#slider_block {
  background: url(/static/img/key_visual-min.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  #slider_block #slider_block_items {
    min-height: 600px;
    padding: 0 70px;
    display: flex;
    align-items: center; }
  #slider_block .item {
    width: 100%;
    display: flex;
    align-items: center; }
    #slider_block .item .name-subname {
      color: #fff;
      text-align: center; }
      #slider_block .item .name-subname .item-name {
        font-weight: 700;
        font-size: 60px;
        margin-bottom: 15px;
        line-height: 1.1; }
      #slider_block .item .name-subname .item-subname {
        font-weight: 400;
        font-size: 20px; }
  #slider_block .slick-arrow {
    width: 24px;
    height: 64px;
    background: url(/static/img/gallery-arrow-white.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 50%; }
  #slider_block .slick-arrow:before {
    display: none; }
  #slider_block .slick-next {
    transform: rotate(180deg);
    left: auto;
    right: 0;
    top: calc(50% - 22px); }
  #slider_block .slick-dots {
    bottom: 30px;
    left: 0; }
    #slider_block .slick-dots li {
      width: 20px;
      height: 20px;
      border: 2px solid #fff;
      border-radius: 50%; }
      #slider_block .slick-dots li button {
        opacity: 0; }
    #slider_block .slick-dots li.slick-active {
      background: #fff; }
  @media screen and (max-width: 568px) {
    #slider_block #slider_block_items {
      padding: 0; }
      #slider_block #slider_block_items .slick-arrow {
        display: none !important; } }

#slider_block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 0; }

#booking_order_form .select2-selection.select2-selection--single {
  margin-top: 0; }

#loader.active {
  display: flex; }

#loader {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: rgba(255, 255, 255, 0.3);
  z-index: 99999; }
  #loader svg {
    max-width: 15rem;
    width: 100%;
    height: auto;
    stroke-linecap: round; }
    #loader svg circle {
      fill: none;
      stroke-width: 4.5;
      animation-name: preloader;
      animation-duration: 3s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      transform-origin: 170px 170px;
      will-change: transform; }
    #loader svg circle:nth-of-type(1) {
      stroke-dasharray: 550px; }
    #loader svg circle:nth-of-type(2) {
      stroke-dasharray: 500px; }
    #loader svg circle:nth-of-type(3) {
      stroke-dasharray: 450px; }
    #loader svg circle:nth-of-type(4) {
      stroke-dasharray: 300px; }
    #loader svg circle:nth-of-type(1) {
      animation-delay: -0.15s; }
    #loader svg circle:nth-of-type(2) {
      animation-delay: -0.3s; }
    #loader svg circle:nth-of-type(3) {
      animation-delay: -0.45s; }
    #loader svg circle:nth-of-type(4) {
      animation-delay: -0.6s; }

@keyframes preloader {
  50% {
    transform: rotate(360deg); } }
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@media (max-width: 1440px) {
  body .container {
    padding: 0 60px; }

  #facts .facts_row {
    padding: 0; }
    #facts .facts_row .facts__fact {
      max-width: 380px; }
      #facts .facts_row .facts__fact .facts__fact-title {
        font-size: 85px; }

  footer .container .footer_box .logo-about .social {
    flex-wrap: wrap; }
    footer .container .footer_box .logo-about .social a {
      margin-right: 15px; }
  footer .container .footer_box .logo-about .about {
    max-width: 350px; }

  #template_rtl_8 .image {
    max-width: 515px; }

  #template_rtl_7 .items_box,
  #template_rtl_7 .image {
    max-width: 515px; } }
@media (max-width: 1280px) {
  .hide_less_1280 {
    display: none !important; } }
@media (max-width: 1199.98px) {
  .hide_less_1200 {
    display: none !important; }

  .copyright_less_1200 {
    display: flex;
    flex-wrap: wrap; }
    .copyright_less_1200 .politic_links {
      width: 100%;
      margin-top: 25px; }

  #global_town_contact .address_row .address {
    margin: 10px 0; }
  #global_town_contact .address_row .map {
    margin: 0 -30px 60px -30px; }

  .block_with_numbers .block_with_numbers-items,
  #advantages .container .advantages_row,
  #advantages_with_bnt .container .advantages_row,
  .social_cod .cultural_cod-items {
    grid-template-columns: 1fr 1fr; }

  #about_company .content {
    display: flex; }
    #about_company .content .content-description {
      width: calc(100% - 365px); }
    #about_company .content .image {
      min-height: auto;
      height: 209px;
      width: 365px; }

  .diplomas_vacancy-text {
    margin-bottom: 50px; }

  .education_programs .content {
    display: flex;
    align-items: flex-start; }
    .education_programs .content .education_programs-box {
      width: calc(100% - 365px); }
    .education_programs .content .image {
      margin-bottom: 20px; }

  .education_programs .education_show_small {
    display: block;
    padding: 30px 0 60px 0; }
    .education_programs .education_show_small .lozung {
      font-size: 30px;
      color: #000;
      font-weight: bold;
      margin-bottom: 50px; }

  .education_programs .education_programs-box .education_programs-text .lozung {
    display: none; }
  .education_programs .education_programs-box .button,
  .education_programs .education_programs-box span {
    display: none; }

  #diplomas_vacancy .container .diplomas-items {
    max-width: 100%;
    justify-content: flex-start; }

  .block_membership .membership-text {
    max-width: 100%; }

  .phone-changer .town .icon,
  .phone-changer .town .dropdown {
    padding: 15px 10px; }
  .phone-changer .phone {
    margin-left: 20px;
    margin-right: 20px; }

  .block_membership .membership-text .description img {
    display: block;
    margin: 30px auto; }

  .block_membership .membership-items {
    margin: 0 auto;
    max-width: 475px; }
    .block_membership .membership-items a {
      margin: 15px; }

  header .header-top .header_menu .menu-item .parent {
    padding: 0 0px; }

  #slider .slider_box > div {
    max-width: 800px;
    margin: 0 auto; }

  #facts .facts_row .facts__fact {
    max-width: 300px; }
    #facts .facts_row .facts__fact .facts__fact-title {
      font-size: 70px; }

  footer .container .footer_box .logo-about .about {
    max-width: 265px;
    margin-left: 45px;
    margin-top: 15px; }

  #services .services-row .single-service .service-card {
    padding: 40px; }

  .show_on_small {
    display: flex;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    margin-top: 25px; }

  .show_on_small_copyright {
    margin-bottom: 20px; }

  footer .container .footer_box .logo-about .about {
    display: none; }

  #single_service_page .full_description ul li {
    font-size: 15px; }

  .delivery_slider_box .slide .top-name .description {
    font-size: 15px; }

  .delivery_slider_box .slide .top-name .name {
    font-size: 50px; }

  #single_service_page .top .image {
    height: 600px; }
    #single_service_page .top .image img {
      width: auto;
      height: 100%; }

  #template_rtl_8 .image {
    max-width: 440px; }

  #template_rtl_7 .items_box,
  #template_rtl_7 .image {
    max-width: 440px; } }
@media (max-width: 900px) {
  body .container {
    padding: 0 30px; }

  #cookie_agreement_block .cookie_agreement_container {
    flex-flow: column; }
    #cookie_agreement_block .cookie_agreement_container .text {
      margin-bottom: 30px;
      text-align: center; }
    #cookie_agreement_block .cookie_agreement_container .btns {
      margin-left: 0; }

  .news-card {
    max-width: 340px; }

  .education_programs .content {
    flex-flow: column; }
    .education_programs .content .education_programs-box {
      order: 1;
      width: 100%; }

  #about_company .content {
    flex-flow: column; }
    #about_company .content .image {
      width: 100%;
      height: 400px; }
    #about_company .content .content-description {
      width: 100%;
      padding: 50px 0 0 0; }

  #facts .facts_row .facts__fact {
    max-width: 100%; }

  #services .custom_service_bg img {
    width: auto; }

  .cultural_cod .big_title {
    background: none; }
  .cultural_cod .cultural_cod-box .cultural_cod-text {
    max-width: 100%;
    order: 1; }
  .cultural_cod .cultural_cod-box .cultural_cod-img {
    max-width: 100%; }

  .social_cod .cultural_cod-items {
    justify-content: space-between; }
    .social_cod .cultural_cod-items .item {
      max-width: 100%; }
      .social_cod .cultural_cod-items .item .name-subname {
        max-width: calc(100% - 80px);
        width: 100%; }
        .social_cod .cultural_cod-items .item .name-subname .item-name {
          max-width: 100%; }

  .cannot_find_vacancy .cannot_find_vacancy-text {
    justify-content: center; }
    .cannot_find_vacancy .cannot_find_vacancy-text .button {
      margin-top: 15px; }

  .ability_and_advantages .ability_and_advantages-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .ability_and_advantages .ability_and_advantages-items .item {
      max-width: 100%;
      margin-bottom: 30px; }

  .delivery_slider_container .delivery_slider_box {
    max-width: 100%; }

  .delivery_slider_box .slick-arrow {
    opacity: 1; }

  #delivery_step_slider .ask-bet {
    bottom: 40px;
    left: 50px;
    min-width: 300px; }

  .show_mobile {
    display: inline-flex;
    flex-flow: column;
    position: relative; }

  .hide_mobile {
    display: none !important; }

  .header_menu::-webkit-scrollbar {
    width: 5px;
    /* ширина для вертикального скролла */
    height: 8px;
    /* высота для горизонтального скролла */
    background-color: #fff; }

  .header_menu::-webkit-scrollbar-thumb {
    background-color: #7700ec;
    border-radius: 9em; }

  header .header-top {
    padding: 0;
    max-width: 100vw; }
    header .header-top .phones-city-lang .phone-changer .town {
      display: none; }
    header .header-top #menu-btn {
      cursor: pointer;
      color: #000;
      display: inline-flex;
      margin-right: 10px; }
      header .header-top #menu-btn svg {
        width: 20px;
        height: 17px; }
    header .header-top .logo-menu {
      height: 100%;
      display: inline-flex;
      align-items: center;
      padding-left: 20px; }
      header .header-top .logo-menu__link {
        width: 181px;
        height: 24px; }
    header .header-top .currency_lang_changer .icon,
    header .header-top .currency_lang_changer .dropdown {
      width: 65px; }
    header .header-top .header_menu {
      top: 0;
      position: fixed;
      padding: 20px 30px;
      flex-flow: column;
      background: #fff;
      width: 100%;
      max-width: 500px;
      left: 0;
      align-items: flex-start;
      margin: 0;
      height: 100vh;
      overflow-y: scroll;
      z-index: 999;
      visibility: hidden; }
      header .header-top .header_menu .menu_box {
        display: flex;
        flex-flow: column;
        width: 100%; }
        header .header-top .header_menu .menu_box .phone-changer {
          display: inline-flex;
          position: absolute;
          top: 0;
          left: 30%;
          height: auto;
          z-index: 99; }
          header .header-top .header_menu .menu_box .phone-changer .phone {
            display: none; }
        header .header-top .header_menu .menu_box .menu-item {
          height: auto; }
      header .header-top .header_menu .ask-bet {
        color: #7700ec;
        padding: 30px 0 15px 0;
        font-weight: 500;
        font-size: 18px; }
      header .header-top .header_menu #logo-mobile {
        display: inline-flex;
        width: 40px;
        height: 40px;
        margin-bottom: 20px; }
        header .header-top .header_menu #logo-mobile img {
          width: 100%; }
      header .header-top .header_menu #hide_main_menu {
        position: absolute;
        top: 10px;
        right: 30px;
        padding: 5px; }
        header .header-top .header_menu #hide_main_menu svg {
          width: 17px;
          height: 17px;
          color: #000; }
      header .header-top .header_menu .menu-item {
        border: none;
        flex-flow: column; }
        header .header-top .header_menu .menu-item .parent {
          padding: 0;
          box-shadow: none !important; }
          header .header-top .header_menu .menu-item .parent .open_btn {
            padding: 10px; }
          header .header-top .header_menu .menu-item .parent a {
            height: auto;
            padding: 15px 30px 15px 0;
            display: inline-flex;
            margin-right: 15px;
            font-weight: 500;
            font-size: 18px; }
        header .header-top .header_menu .menu-item .children {
          box-shadow: none !important;
          position: relative;
          min-width: auto;
          top: auto;
          left: auto;
          padding: 0;
          display: none !important;
          height: 0 !important;
          opacity: 0 !important; }
          header .header-top .header_menu .menu-item .children a {
            color: #606060;
            padding: 15px 20px;
            position: relative;
            font-size: 18px; }
          header .header-top .header_menu .menu-item .children a:before {
            content: "";
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #606060;
            position: absolute;
            top: calc(50% - 2px);
            left: 5px; }
      header .header-top .header_menu .menu-item.opened .open_btn {
        transform: rotate(-180deg); }
      header .header-top .header_menu .menu-item.opened .children {
        height: auto !important;
        opacity: 1 !important;
        display: inline-flex !important; }

  #facts .facts_row {
    flex-flow: column;
    align-items: center; }
    #facts .facts_row .facts__fact .facts__fact-title {
      font-size: 90px; }

  #services .services-row .single-service .service-card {
    padding: 20px; }

  #advantages .container .advantages_row {
    grid-template-columns: 1fr 1fr; }

  #template_rtl_8 .image {
    max-width: 372px; }

  #advantages {
    margin-top: 15px; }

  #template_rtl_6,
  #template_rtl_8,
  #template_rtl_1,
  #template_rtl_1_r,
  #template_rtl_2 {
    padding: 15px 0; }

  .block_with_numbers {
    margin-bottom: 15px; }

  #template_rtl_7 {
    padding: 15px 0 0px 0; }
    #template_rtl_7 .items_box {
      max-width: 372px;
      grid-template-columns: 1fr; }
    #template_rtl_7 .image {
      max-width: 372px;
      margin-bottom: 15px; }

  footer .container .footer_box .nav {
    width: 100%; } }
@media (max-width: 768px) {
  #new_company_mission .slider__wrapper .items .single {
    padding-top: 40px; }
    #new_company_mission .slider__wrapper .items .single .name {
      font-size: 36px; }
    #new_company_mission .slider__wrapper .items .single .text {
      font-size: 18px;
      line-height: 30px; }
  #new_company_mission .slider__wrapper .slick-arrow {
    left: 0; }
  #new_company_mission .slider__wrapper .slick-next {
    left: auto;
    right: 0; }

  #breadcrumb .container-box {
    padding: 0 15px; }

  .service_related_news {
    grid-template-columns: 1fr 1fr; }

  header {
    z-index: 99999;
    position: relative; }

  header .header-top .logo-menu {
    padding-left: 10px; }

  #diplomas_vacancy .container .diplomas_vacancy-text img {
    width: 100%; }

  #template_rtl_1 .template_rtl_1_box,
  #template_rtl_1_r .template_rtl_1_box,
  #template_rtl_5 .template_rtl_1_box,
  #template_rtl_5_r .template_rtl_1_box,
  #template_rtl_5_rb .template_rtl_1_box,
  #template_rtl_5_b .template_rtl_1_box {
    grid-template-columns: 1fr; }

  #template_rtl_1 .container,
  #template_rtl_1_r .container,
  #template_rtl_2 .container,
  #template_rtl_5 .container,
  #template_rtl_5_r .container,
  #template_rtl_5_rb .container,
  #template_rtl_5_rb .container {
    padding: 0; }
  #template_rtl_1 .template_rtl_1_box,
  #template_rtl_1_r .template_rtl_1_box,
  #template_rtl_2 .template_rtl_1_box,
  #template_rtl_5 .template_rtl_1_box,
  #template_rtl_5_r .template_rtl_1_box,
  #template_rtl_5_rb .template_rtl_1_box,
  #template_rtl_5_rb .template_rtl_1_box {
    padding: 15px 30px;
    margin-bottom: 30px; }
    #template_rtl_1 .template_rtl_1_box .image,
    #template_rtl_1_r .template_rtl_1_box .image,
    #template_rtl_2 .template_rtl_1_box .image,
    #template_rtl_5 .template_rtl_1_box .image,
    #template_rtl_5_r .template_rtl_1_box .image,
    #template_rtl_5_rb .template_rtl_1_box .image,
    #template_rtl_5_rb .template_rtl_1_box .image {
      min-height: auto;
      margin-top: 30px;
      order: 2; }
    #template_rtl_1 .template_rtl_1_box .text,
    #template_rtl_1_r .template_rtl_1_box .text,
    #template_rtl_2 .template_rtl_1_box .text,
    #template_rtl_5 .template_rtl_1_box .text,
    #template_rtl_5_r .template_rtl_1_box .text,
    #template_rtl_5_rb .template_rtl_1_box .text,
    #template_rtl_5_rb .template_rtl_1_box .text {
      padding: 0; }

  #template_rtl_2 .container {
    padding: 15px 30px; }

  #template_rtl_2 .text {
    padding: 0; }

  #single_service_page .full_description ul li {
    font-size: 15px; }

  .news_row {
    justify-content: center; }

  .title_box .content {
    padding: 0 30px;
    position: relative; }

  .social_cod .cultural_cod-items {
    grid-template-columns: 1fr; }

  #diplomas_vacancy .container .diplomas-items {
    justify-content: center; }
    #diplomas_vacancy .container .diplomas-items a {
      margin-bottom: 30px; }

  .education_programs .education_show_small {
    display: flex;
    flex-flow: column;
    align-items: center;
    order: 2; }
    .education_programs .education_show_small a {
      margin-top: 30px;
      margin-left: 0; }

  .title_box .title_box_h1 {
    font-size: 50px; }

  .block_with_numbers .block_with_numbers-items,
  #advantages .container .advantages_row,
  #advantages_with_bnt .container .advantages_row {
    grid-template-columns: 1fr; }

  #about_company .content .image {
    height: 295px; }

  #single_service_page .top .box .big_title {
    text-align: center; }

  #single_service_page .top .box {
    padding: 60px 30px;
    width: 100%;
    box-sizing: border-box; }
    #single_service_page .top .box .big_title {
      font-size: 50px; }

  .show_on_small {
    justify-content: center; }

  #facts .facts_row .facts__fact {
    max-width: 100%; }

  #services .custom_service_bg img {
    width: auto; }

  .strange_menu .strange_menu_container .menu-item {
    min-width: 180px; }

  #slider .slider_box .name-subname {
    font-size: 50px; }

  #services .services-row {
    grid-template-columns: 1fr 1fr; }

  footer .container .footer_box .politic_links {
    justify-content: center;
    flex-flow: column;
    align-items: center;
    margin-top: 50px;
    text-align: center; }
    footer .container .footer_box .politic_links a {
      margin-bottom: 50px;
      margin-left: 0; }
  footer .container .footer_box .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    footer .container .footer_box .nav a {
      margin-right: 0;
      margin-bottom: 20px;
      font-weight: normal; }
  footer .container .footer_box .logo-about {
    flex-wrap: wrap; }
    footer .container .footer_box .logo-about .about {
      display: none; }
    footer .container .footer_box .logo-about .social-about {
      display: inline-flex;
      width: auto; }
    footer .container .footer_box .logo-about .social a {
      margin: 0 15px 15px 15px; }
      footer .container .footer_box .logo-about .social a svg {
        width: 60px;
        height: 60px; }
    footer .container .footer_box .logo-about .social a:last-child {
      margin-right: 0; }
    footer .container .footer_box .logo-about .ask-bet {
      margin: 30px auto 0 auto;
      max-width: 320px;
      text-align: center; }
  footer .container .footer_box .phones {
    flex-flow: column;
    align-items: center;
    display: flex; }
    footer .container .footer_box .phones a {
      margin-bottom: 30px; }

  footer .container .footer_box .logo-about .social-about {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto; }
    footer .container .footer_box .logo-about .social-about .social {
      width: 100%;
      margin-right: 0;
      justify-content: space-between; }

  #template_rtl_8 .image {
    max-width: calc(100% - 30px); }

  #template_rtl_7 .items_box,
  #template_rtl_7 .image {
    max-width: 100%; }

  #template_rtl_6 .template_rtl_1_box {
    grid-template-columns: 1fr; }
    #template_rtl_6 .template_rtl_1_box .text {
      padding-left: 0; }
    #template_rtl_6 .template_rtl_1_box .image {
      min-height: auto;
      margin-bottom: 15px; } }
@media (max-width: 576px) {
  .service_related_news {
    grid-template-columns: 1fr; }

  #about_company .content .image {
    height: 160px; }

  #contact_request_footer form .btn-row .col-md-4 {
    width: 100%;
    justify-content: center; }

  #contact_request_footer form .btn-row .alert_text {
    text-align: center; }

  .big-transporent-button {
    min-width: 280px; }

  #our_partners .big_title {
    text-align: center; }
  #our_partners .partner_logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #our_partners .partner_logos .partner_logo {
      width: 40%;
      height: auto;
      margin: 15px; }
      #our_partners .partner_logos .partner_logo img {
        width: 100%; }

  #global_town_contact .tab_links {
    flex-flow: column;
    align-items: flex-start; }

  .title_box .title_box_h1 {
    font-size: 36px;
    padding: 0 15px; }

  .block_membership .membership-items {
    display: flex;
    flex-flow: column;
    align-items: center; }

  #breadcrumb .breadcrumb-current-item,
  #breadcrumb .breadcrumb-link a {
    font-size: 11px; }

  #single_service_page .top .box .big_title {
    font-size: 32px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto; }

  #single_service_page .top .text {
    font-size: 16px; }

  #single_service_page .top .box {
    padding: 60px 20px; }

  .delivery_slider_box .slick-dots {
    display: none !important; }

  .delivery_slider_box .slide .top-name .name {
    font-size: 36px; }

  footer .container .footer_box .logo-about .social-about {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto; }
    footer .container .footer_box .logo-about .social-about .social {
      margin-right: 0;
      width: 100%;
      justify-content: space-between; }

  footer .container .footer_box .logo-about .ask-bet {
    width: 100%;
    min-width: auto;
    margin-top: 50px; }

  #hide-first-screen {
    visibility: visible !important; }

  .strange_menu {
    display: none; }

  #slider .slider_box .name-subname {
    font-size: 35px;
    padding: 0 15px; }

  #facts .facts_row .facts__fact .facts__fact-title {
    font-size: 70px; }

  #services .services-row {
    grid-template-columns: 1fr; }

  #advantages .container .advantages_row {
    grid-template-columns: 1fr; }

  #last_news .news_row .news-card {
    margin-right: 0;
    max-width: 100%; }

  footer .container .footer_box .nav {
    flex-flow: column; }
  footer .container .footer_box .logo-about {
    flex-flow: column;
    align-items: center; }
  footer .container .footer_box .logo-footer {
    margin-bottom: 30px; }
  footer .container .footer_box .phones {
    margin-top: 60px; }

  .phone-changer .phone {
    position: inherit;
    margin-right: 0; }
    .phone-changer .phone .dropdown {
      min-width: 100vw; }

  #template_rtl_8 .image {
    max-width: 230px; } }
@media (max-width: 1800px) and (min-width: 1440px) {
  #services .custom_service_bg img {
    height: 100%;
    width: 100%; } }
@media (min-width: 1800px) {
  #services .custom_service_bg img {
    height: auto;
    width: 100%; } }
header .header-top .header_menu .menu-item .parent {
  padding: 0 0; }
header .header-top .phone-changer .town .icon,
header .header-top .phone-changer .town .dropdown {
  padding: 15px 10px; }
header .header-top .phone-changer .phone {
  margin-left: 20px;
  margin-right: 20px; }

@media (max-width: 1280px) {
  .show_mobile {
    display: inline-flex;
    flex-flow: column;
    position: relative; }

  .hide_mobile {
    display: none !important; }

  .header_menu::-webkit-scrollbar {
    width: 5px;
    /* ширина для вертикального скролла */
    height: 8px;
    /* высота для горизонтального скролла */
    background-color: #fff; }

  .header_menu::-webkit-scrollbar-thumb {
    background-color: #7700ec;
    border-radius: 9em; }

  header .header-top {
    padding: 0;
    max-width: 100vw; }
    header .header-top .phones-city-lang .phone-changer .town {
      display: none; }
    header .header-top #menu-btn {
      cursor: pointer;
      color: #000;
      display: inline-flex;
      margin-right: 10px; }
      header .header-top #menu-btn svg {
        width: 20px;
        height: 17px; }
    header .header-top .logo-menu {
      height: 100%;
      display: inline-flex;
      align-items: center;
      padding-left: 20px; }
    header .header-top .currency_lang_changer .icon,
    header .header-top .currency_lang_changer .dropdown {
      width: 65px; }
    header .header-top .header_menu {
      top: 0;
      position: fixed;
      padding: 20px 30px;
      flex-flow: column;
      background: #fff;
      width: 100%;
      max-width: 500px;
      left: 0;
      align-items: flex-start;
      margin: 0;
      height: 100vh;
      overflow-y: scroll;
      z-index: 999;
      visibility: hidden; }
      header .header-top .header_menu .menu_box {
        display: flex;
        flex-flow: column;
        width: 100%; }
        header .header-top .header_menu .menu_box .phone-changer {
          display: inline-flex;
          position: absolute;
          top: 0;
          left: 30%;
          height: auto;
          z-index: 99; }
          header .header-top .header_menu .menu_box .phone-changer .phone {
            display: none; }
        header .header-top .header_menu .menu_box .menu-item {
          height: auto; }
      header .header-top .header_menu .ask-bet {
        color: #7700ec;
        padding: 30px 0 15px 0;
        font-weight: 500;
        font-size: 18px; }
      header .header-top .header_menu #logo-mobile {
        display: inline-flex;
        width: 40px;
        height: 40px;
        margin-bottom: 20px; }
        header .header-top .header_menu #logo-mobile img {
          width: 100%; }
      header .header-top .header_menu #hide_main_menu {
        position: absolute;
        top: 10px;
        right: 30px;
        padding: 5px; }
        header .header-top .header_menu #hide_main_menu svg {
          width: 17px;
          height: 17px;
          color: #000; }
      header .header-top .header_menu .menu-item {
        border: none;
        flex-flow: column; }
        header .header-top .header_menu .menu-item .parent {
          padding: 0;
          box-shadow: none !important; }
          header .header-top .header_menu .menu-item .parent .open_btn {
            padding: 10px; }
          header .header-top .header_menu .menu-item .parent a {
            height: auto;
            padding: 15px 30px 15px 0;
            display: inline-flex;
            margin-right: 15px;
            font-weight: 500;
            font-size: 18px; }
        header .header-top .header_menu .menu-item .children {
          box-shadow: none !important;
          position: relative;
          min-width: auto;
          top: auto;
          left: auto;
          padding: 0;
          display: none !important;
          height: 0 !important;
          opacity: 0 !important; }
          header .header-top .header_menu .menu-item .children a {
            color: #606060;
            padding: 15px 20px;
            position: relative;
            font-size: 18px; }
          header .header-top .header_menu .menu-item .children a:before {
            content: "";
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #606060;
            position: absolute;
            top: calc(50% - 2px);
            left: 5px; }
      header .header-top .header_menu .menu-item.opened .open_btn {
        transform: rotate(-180deg); }
      header .header-top .header_menu .menu-item.opened .children {
        height: auto !important;
        opacity: 1 !important;
        display: inline-flex !important; } }
@media (max-width: 576px) {
  #slider .slider_box .name-subname {
    font-size: 32px; } }
header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .menu-item {
  position: inherit;
  border-bottom: 0; }
  header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .menu-item .open_btn {
    transition: all ease 500ms;
    margin-left: 10px; }
  header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .menu-item .parent {
    box-shadow: none; }
    header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .menu-item .parent a {
      text-decoration: none;
      padding: 10px 12px; }
  header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .menu-item .children {
    opacity: 0;
    height: 0;
    display: none;
    transition: all ease 500ms;
    width: 100%;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px 0;
    top: 80px;
    min-height: 80px; }
    header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .menu-item .children .children_container {
      max-width: 1440px;
      padding: 0 0 0 0;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .menu-item .children .children_container a {
        width: auto;
        margin: 7px 20px 7px 20px;
        padding: 0 0 0 0;
        font-weight: 600; }
header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .menu-item.opened .open_btn {
  transform: rotate(180deg); }
header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .menu-item.opened .children {
  opacity: 1;
  height: auto;
  display: flex; }

@media (max-width: 1199.98px) {
  header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .ask-bet {
    font-weight: 600; }
  header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .mobile_header_menu {
    margin: -20px -30px 0 -30px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row;
    padding: 20px 30px; }
    header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .mobile_header_menu #logo-mobile {
      margin-bottom: 0; }
    header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .mobile_header_menu .phone-changer,
    header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .mobile_header_menu #hide_main_menu {
      position: relative;
      top: auto;
      left: auto;
      right: auto; }
    header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .mobile_header_menu .phone-changer .tg {
      display: none; }
  header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .menu-item .parent a {
    font-weight: 600;
    padding: 10px 0; }
  header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .menu-item .children {
    top: 0;
    padding: 0 0 0 0; }
    header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .menu-item .children .children_container {
      flex-flow: column;
      padding: 0 0 0 0;
      border-top: none; }
      header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .menu-item .children .children_container a {
        padding: 15px 20px;
        font-weight: 400;
        margin: 0 0 0 0; }
  header .header-top .header-top_container .header-menu_logo .header_menu .menu_box .menu-item.opened .children {
    border-top: none; }
  header .header-top .header-top_container .header-menu_logo .header_menu .mobile_menu_footer {
    display: flex;
    margin-bottom: 30px; }
    header .header-top .header-top_container .header-menu_logo .header_menu .mobile_menu_footer .currency_lang_changer .dropdown-changer {
      box-shadow: none; }
    header .header-top .header-top_container .header-menu_logo .header_menu .mobile_menu_footer .currency_lang_changer .dropdown {
      top: auto;
      border: 1px solid #eaeaea;
      box-shadow: none;
      bottom: 50px;
      height: auto;
      padding: 10px; }
  header .header-top .header-top_container .phones-city-lang #menu-btn {
    padding: 10px;
    margin: 0 10px; } }
.expert_row {
  margin-bottom: 30px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between; }
  .expert_row .btn-row {
    width: 100%;
    justify-content: center;
    display: flex; }

.more-link {
  max-width: 500px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  text-transform: uppercase;
  min-height: 245px;
  cursor: pointer; }
  .more-link svg {
    width: 12px;
    height: 12px;
    margin-left: 15px; }

.more-link:hover {
  color: #7700ec; }

.expert-card {
  max-width: 635px;
  width: 100%;
  margin: 0 0 50px 0;
  display: inline-flex;
  flex-flow: column;
  align-items: flex-start; }
  .expert-card .image_box {
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    height: 360px;
    position: relative;
    align-items: center; }
  .expert-card img {
    display: inline-flex;
    width: 100%;
    position: absolute; }
  .expert-card .expert-card-title {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    min-height: 56px; }
  .expert-card .expert-card-description {
    font-size: 15px;
    color: #606060;
    margin-bottom: 15px;
    min-height: 45px; }

@media (max-width: 1440px) {
  .expert-card {
    max-width: 515px; }
    .expert-card .image_box {
      height: 295px; } }
@media (max-width: 1199.98px) {
  .expert-card {
    max-width: 395px; }
    .expert-card .image_box {
      height: 225px; } }
@media (max-width: 900px) {
  .expert-card {
    max-width: 330px; }
    .expert-card .image_box {
      height: 188px; } }
@media (max-width: 768px) {
  .expert-card {
    max-width: 100%; }
    .expert-card .image_box {
      height: 295px; } }
@media (max-width: 576px) {
  .expert-card {
    max-width: 100%; }
    .expert-card .image_box {
      height: 165px; } }
#footer .container .footer_box .nav-row .nav-row__items {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 1fr; }
  #footer .container .footer_box .nav-row .nav-row__items .ask-bet {
    max-width: 320px; }
  @media (max-width: 768px) {
    #footer .container .footer_box .nav-row .nav-row__items {
      grid-template-columns: 1fr;
      justify-items: center; }
      #footer .container .footer_box .nav-row .nav-row__items .ask-bet {
        margin-top: 15px; } }
#footer .container .footer_box .nav-row .nav .item {
  display: inline-flex;
  flex-flow: column;
  position: relative; }
  #footer .container .footer_box .nav-row .nav .item .parent {
    display: inline-flex;
    align-items: center; }
    #footer .container .footer_box .nav-row .nav .item .parent a,
    #footer .container .footer_box .nav-row .nav .item .parent span {
      align-items: center;
      display: inline-flex;
      cursor: pointer;
      margin-right: 50px;
      font-weight: normal;
      font-size: 15px;
      color: #fff; }
      #footer .container .footer_box .nav-row .nav .item .parent a svg,
      #footer .container .footer_box .nav-row .nav .item .parent span svg {
        width: 8px;
        height: 8px;
        margin-left: 10px;
        transition: all ease 500ms; }
  #footer .container .footer_box .nav-row .nav .item .parent.active a svg,
  #footer .container .footer_box .nav-row .nav .item .parent.active span svg {
    transform: rotate(180deg); }
  #footer .container .footer_box .nav-row .nav .item .children {
    z-index: 99;
    display: none;
    opacity: 0;
    height: 0;
    flex-flow: column;
    transition: all ease 1500ms; }
    #footer .container .footer_box .nav-row .nav .item .children a {
      margin-top: 15px;
      margin-right: 0; }
  #footer .container .footer_box .nav-row .nav .item .children.active {
    display: inline-flex;
    opacity: 1;
    height: auto; }
#footer .container .footer_box .nav-row .nav.show_on_small {
  display: none; }
#footer .container .footer_box .nav-row .show_big {
  display: flex;
  flex-flow: column;
  width: 100%; }
#footer .container .footer_box .nav-row .second-row {
  margin-top: 20px; }
#footer .container .footer_box .politic_links a {
  margin-right: 50px; }

@media (max-width: 1280px) {
  #footer .container .footer_box .politic_links {
    width: 100%;
    margin-top: 10px; } }
@media (max-width: 768px) {
  #footer .container .footer_box .nav-row .nav .item .parent a,
  #footer .container .footer_box .nav-row .nav .item .parent span {
    margin-bottom: 20px; }
  #footer .container .footer_box .politic_links {
    margin-top: 0; }
    #footer .container .footer_box .politic_links a {
      margin-right: 0 !important;
      margin-top: 15px;
      margin-bottom: 0; } }
@media (max-width: 576px) {
  #footer .container .footer_box .nav-row .nav {
    align-items: flex-start; }
    #footer .container .footer_box .nav-row .nav .item {
      margin-bottom: 30px;
      justify-content: flex-start; }
  #footer .container .footer_box .nav-row .nav.show_on_small {
    display: flex; }
  #footer .container .footer_box .nav-row .show_big {
    display: none; }
  #footer .container .footer_box .logo-about .social-about .social {
    justify-content: center; }
  #footer .container .footer_box .politic_links {
    margin-top: 0; }
    #footer .container .footer_box .politic_links a {
      margin-right: 0 !important;
      margin-top: 50px;
      margin-bottom: 0; } }
#services .custom_service_bg .custom_service_bg_item {
  background-image: url("/static/img/service_bg/min/raleway_services-1440p-min.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
#services .custom_service_bg #custom_service_bg_item_1 {
  background-image: url("/static/img/service_bg/min/raleway_services-1440p-min.jpg"); }
#services .custom_service_bg #custom_service_bg_item_2 {
  background-image: url("/static/img/service_bg/min/multi_services-1440p-min.jpg"); }
#services .custom_service_bg #custom_service_bg_item_3 {
  background-image: url("/static/img/service_bg/min/container_services-1440p-min.jpg"); }
#services .custom_service_bg #custom_service_bg_item_4 {
  background-image: url("/static/img/service_bg/min/truck_services-1440p-min.jpg"); }
#services .custom_service_bg #custom_service_bg_item_5 {
  background-image: url("/static/img/service_bg/min/jet_services-1440p-min.jpg"); }
#services .custom_service_bg #custom_service_bg_item_6 {
  background-image: url("/static/img/service_bg/min/composite_services-1440p-min.jpg"); }
#services .custom_service_bg #custom_service_bg_item_7 {
  background-image: url("/static/img/service_bg/min/storage_services-1440p-min.jpg"); }
#services .custom_service_bg #custom_service_bg_item_8 {
  background-image: url("/static/img/service_bg/min/customs_services-1440p-min.jpg"); }
#services .custom_service_bg #custom_service_bg_item_9 {
  background-image: url("/static/img/service_bg/min/insurance_services-1440p-min.jpg"); }
#services .custom_service_bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

@media (max-width: 1199.98px) {
  #services .custom_service_bg #custom_service_bg_item_1 {
    background-image: url("/static/img/service_bg/min/raleway_services-1200p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_2 {
    background-image: url("/static/img/service_bg/min/multi_services-1200p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_3 {
    background-image: url("/static/img/service_bg/min/container_services-1200p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_4 {
    background-image: url("/static/img/service_bg/min/truck_services-1200p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_5 {
    background-image: url("/static/img/service_bg/min/jet_services-1200p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_6 {
    background-image: url("/static/img/service_bg/min/composite_services-1200p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_7 {
    background-image: url("/static/img/service_bg/min/storage_services-1200p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_8 {
    background-image: url("/static/img/service_bg/min/customs_services-1200p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_9 {
    background-image: url("/static/img/service_bg/min/insurance_services-1200p-min.jpg"); } }
@media (max-width: 900px) {
  #services .custom_service_bg #custom_service_bg_item_1 {
    background-image: url("/static/img/service_bg/min/raleway_services-900p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_2 {
    background-image: url("/static/img/service_bg/min/multi_services-900p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_3 {
    background-image: url("/static/img/service_bg/min/container_services-900p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_4 {
    background-image: url("/static/img/service_bg/min/truck_services-900p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_5 {
    background-image: url("/static/img/service_bg/min/jet_services-900p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_6 {
    background-image: url("/static/img/service_bg/min/composite_services-900p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_7 {
    background-image: url("/static/img/service_bg/min/storage_services-900p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_8 {
    background-image: url("/static/img/service_bg/min/customs_services-900p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_9 {
    background-image: url("/static/img/service_bg/min/insurance_services-900p-min.jpg"); } }
@media (max-width: 768px) {
  #services .custom_service_bg #custom_service_bg_item_1 {
    background-image: url("/static/img/service_bg/min/raleway_services-768p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_2 {
    background-image: url("/static/img/service_bg/min/multi_services-768p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_3 {
    background-image: url("/static/img/service_bg/min/container_services-768p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_4 {
    background-image: url("/static/img/service_bg/min/truck_services-768p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_5 {
    background-image: url("/static/img/service_bg/min/jet_services-768p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_6 {
    background-image: url("/static/img/service_bg/min/composite_services-768p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_7 {
    background-image: url("/static/img/service_bg/min/storage_services-768p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_8 {
    background-image: url("/static/img/service_bg/min/customs_services-768p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_9 {
    background-image: url("/static/img/service_bg/min/insurance_services-768p-min.jpg"); } }
@media (max-width: 576px) {
  #services .custom_service_bg #custom_service_bg_item_1 {
    background-image: url("/static/img/service_bg/min/raleway_services-576p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_2 {
    background-image: url("/static/img/service_bg/min/multi_services-576p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_3 {
    background-image: url("/static/img/service_bg/min/container_services-576p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_4 {
    background-image: url("/static/img/service_bg/min/truck_services-576p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_5 {
    background-image: url("/static/img/service_bg/min/jet_services-576p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_6 {
    background-image: url("/static/img/service_bg/min/composite_services-576p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_7 {
    background-image: url("/static/img/service_bg/min/storage_services-576p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_8 {
    background-image: url("/static/img/service_bg/min/customs_services-576p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_9 {
    background-image: url("/static/img/service_bg/min/insurance_services-576p-min.jpg"); } }
@media (max-width: 350px) {
  #services .custom_service_bg #custom_service_bg_item_1 {
    background-image: url("/static/img/service_bg/min/raleway_services-350p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_2 {
    background-image: url("/static/img/service_bg/min/multi_services-350p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_3 {
    background-image: url("/static/img/service_bg/min/container_services-350p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_4 {
    background-image: url("/static/img/service_bg/min/truck_services-350p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_5 {
    background-image: url("/static/img/service_bg/min/jet_services-350p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_6 {
    background-image: url("/static/img/service_bg/min/composite_services-350p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_7 {
    background-image: url("/static/img/service_bg/min/storage_services-350p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_8 {
    background-image: url("/static/img/service_bg/min/customs_services-350p-min.jpg"); }
  #services .custom_service_bg #custom_service_bg_item_9 {
    background-image: url("/static/img/service_bg/min/insurance_services-350p-min.jpg"); } }
#title_with_text .container {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 60px 0;
  text-align: center; }
  #title_with_text .container .name {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0 15px;
    line-height: 1.2; }
  #title_with_text .container .sub_name {
    font-size: 20px;
    font-weight: 400;
    padding: 0 15px; }

.tg {
  position: relative;
  margin-left: 20px;
  height: 100%;
  display: inline-flex;
  align-items: center; }
  .tg-link {
    display: flex;
    align-items: center;
    color: #000;
    border: 1px solid #000;
    border-radius: 43px;
    padding: 3.5px 15px; }
    @media screen and (max-width: 768px) {
      .tg-link {
        border-radius: 50%;
        padding: 3.5px; } }
    .tg-link svg {
      display: block;
      width: 23px;
      flex: 0 0 23px;
      height: 23px; }
    .tg-link__text {
      display: block;
      font-weight: 600;
      width: auto;
      flex: 0 0 auto;
      font-size: 15px;
      line-height: 1.4;
      margin-left: 9px; }
      @media screen and (max-width: 768px) {
        .tg-link__text {
          display: none; } }
  .tg .tg-link-circle {
    width: 32px;
    height: 32px;
    display: inline-flex; }

@media (max-width: 576px) {
  .phone-changer .tg {
    display: none; } }
@media (max-width: 1200px) {
  .mobile_tg_plus_phone .phone-changer {
    align-items: flex-start;
    position: relative !important;
    left: auto !important; }
    .mobile_tg_plus_phone .phone-changer .tg {
      display: inline-flex;
      margin-left: 0;
      margin-top: 15px; }
      .mobile_tg_plus_phone .phone-changer .tg .tg-link {
        border-radius: 43px;
        padding: 3.5px 15px; }
      .mobile_tg_plus_phone .phone-changer .tg .tg-link__text {
        display: block; }
    .mobile_tg_plus_phone .phone-changer .town {
      display: none; }
    .mobile_tg_plus_phone .phone-changer .phone {
      display: inline-flex !important;
      margin-top: 15px;
      margin-left: 10px !important; }
      .mobile_tg_plus_phone .phone-changer .phone .dropdown {
        right: auto;
        top: calc(100%);
        min-width: 320px; } }
.header_bet_request_btn {
  background: #7700ec;
  color: #fff;
  padding: 10px 20px;
  border-radius: 43px;
  font-size: 16px;
  line-height: 140%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600; }

.header_bet_request_btn:hover {
  color: #fff; }

.phone-changer .header_bet_request_btn {
  margin: 0 0 0 20px; }

.mobile_menu_bet_request {
  align-items: flex-start;
  margin: 30px 0 20px 0; }

.mobile_menu_lang_changer {
  margin: 30px 0 0 0; }
  .mobile_menu_lang_changer .icon.dropdown-changer {
    width: auto !important;
    height: auto !important; }

#bet_request_form_widget {
  padding: 60px 0; }
  #bet_request_form_widget .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      #bet_request_form_widget .title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 25px; } }
    @media (max-width: 576px) {
      #bet_request_form_widget .title {
        font-size: 25px;
        line-height: 30px; } }
  #bet_request_form_widget .btn-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    #bet_request_form_widget .btn-row .consent_processing_data {
      font-size: 15px;
      margin-top: 25px; }
    #bet_request_form_widget .btn-row .button {
      max-width: 420px;
      width: 100%;
      margin-top: 25px; }
      @media (max-width: 768px) {
        #bet_request_form_widget .btn-row .button {
          display: flex;
          justify-content: center;
          margin: 25px auto 0 auto;
          min-width: auto; } }
  #bet_request_form_widget .select2-selection.select2-selection--single {
    margin-top: 0; }

#global_town_contact .tabs_content .contacts_row {
  flex-flow: column;
  margin-bottom: 35px; }
  #global_town_contact .tabs_content .contacts_row .item {
    margin-bottom: 0; }
#global_town_contact .tabs_content .website {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.4;
  color: #606060;
  margin: 10px 0; }
  #global_town_contact .tabs_content .website .icon {
    margin-right: 10px;
    display: inline-flex;
    width: 23px;
    height: 23px; }
#global_town_contact .tabs_content .email {
  display: inline-flex;
  align-items: center;
  margin: 10px 0; }
  #global_town_contact .tabs_content .email .icon {
    display: inline-flex;
    margin-right: 10px; }
    #global_town_contact .tabs_content .email .icon svg {
      width: 19px;
      height: 16px;
      display: inline-flex; }

.rtl-award__container {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .rtl-award__container {
      align-items: center; } }
  @media screen and (min-width: 769px) {
    .rtl-award__container {
      padding-top: 60px;
      flex-direction: row;
      justify-content: center; } }
.rtl-award__image {
  display: block;
  width: 214px;
  height: 205px;
  margin-bottom: 35px; }
  @media screen and (min-width: 577px) {
    .rtl-award__image {
      margin-bottom: 30px; } }
  @media screen and (min-width: 769px) {
    .rtl-award__image {
      width: 301px;
      flex: 0 0 301px;
      height: 289px;
      margin-right: 30px;
      margin-bottom: 0; } }
  @media screen and (min-width: 901px) {
    .rtl-award__image {
      width: 250px;
      flex: 0 0 250px;
      height: 250px; } }
  @media screen and (min-width: 1201px) {
    .rtl-award__image {
      width: 297px;
      flex: 0 0 297px;
      height: 297px;
      margin-right: 45px; } }
  @media screen and (min-width: 1441px) {
    .rtl-award__image {
      margin-right: 65px; } }
@media screen and (max-width: 768px) {
  .rtl-award__content {
    text-align: center; } }
@media screen and (min-width: 769px) {
  .rtl-award__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 3px solid #d3d3d3;
    padding-left: 30px; } }
@media screen and (min-width: 1201px) {
  .rtl-award__content {
    padding-left: 45px; } }
@media screen and (min-width: 1441px) {
  .rtl-award__content {
    padding-left: 65px; } }
.rtl-award__title {
  display: block;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2333333333;
  margin-bottom: 15px; }
  @media screen and (min-width: 1201px) {
    .rtl-award__title {
      margin-bottom: 25px; } }
.rtl-award__description {
  display: block;
  color: #828685;
  font-size: 20px;
  line-height: 1.2; }

.processing_agreement .checkbox label {
  display: flex;
  align-items: flex-start; }
  .processing_agreement .checkbox label input {
    opacity: 1;
    position: relative !important;
    margin-right: 15px !important;
    display: inline-flex;
    width: 15px;
    height: 15px;
    top: inherit; }
  .processing_agreement .checkbox label .agree-text {
    margin-top: -3px;
    font-size: 14px; }

.new_design_form-updated .form-control, .select2-container--bootstrap .select2-selection {
  height: 33px;
  border-bottom: 1px solid #C8C8C8 !important;
  font-size: 16px !important; }

.select2-container--bootstrap .select2-results__option {
  padding: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #606060; }

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background: #EFECF9;
  color: #000; }

.select2-container--bootstrap .select2-dropdown {
  border: none; }

.select2-container--bootstrap .select2-results > .select2-results__options {
  border-radius: 10px;
  border: 1px solid #A5A5A599; }

.new_design_form-updated label {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #000; }

.new_design_form-updated .big-rounded-btn {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #7700EC;
  border-radius: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 50px;
  border: none; }

.new_design_form-updated .processing_agreement .checkbox label .agree-text {
  font-size: 13px; }

.new_design_form-updated .processing_agreement .form-group {
  margin-bottom: 0;
  row-gap: 25px; }

.new_design_form-updated .btn-row {
  display: flex;
  align-items: center;
  justify-content: space-between; }

@media screen and (max-width: 1024px) {
  .new_design_form-updated .processing_agreement .checkbox label {
    align-items: flex-start; }

  .new_design_form-updated .processing_agreement .checkbox label input {
    top: 1px; }

  .new_design_form-updated .btn-row .button {
    font-size: 18px;
    padding: 9px 5px;
    max-width: 266px; }

  .new_design_form-updated .agree-text-consulation, #auto_transfer_contact_form .agree-text-consulation a {
    font-size: 12px;
    line-height: 13px; }

  .new_design_form-updated .btn-row {
    grid-template-columns: 1fr 271px; } }
@media screen and (max-width: 768px) {
  .new_design_form-updated .btn-row {
    flex-flow: column;
    row-gap: 25px; }

  .new_design_form-updated .btn-row > div {
    width: 100%;
    max-width: 100%; }

  .new_design_form-updated .btn-row .button {
    font-size: 18px;
    padding: 9px 5px;
    max-width: 314px;
    margin-top: 15px; }

  .new_design_form-updated .agree-text-consulation, #auto_transfer_contact_form .agree-text-consulation a {
    font-size: 11px; }

  .new_design_form-updated .processing_agreement .checkbox label input {
    top: 1px;
    width: 30px; } }
@media screen and (max-width: 768px) and (max-width: 576px) {
  .new_design_form-updated .big-rounded-btn {
    width: 100%; } }
/* Styles of validation*/
.iti.iti--allow-dropdown {
  width: 100%; }

.iti.iti--allow-dropdown input {
  padding-left: 50px !important; }

.iti__selected-dial-code, .iti__country-name {
  color: #000; }

.iti__country-list, .iti-mobile .iti--container {
  z-index: 9999999999; }

/*# sourceMappingURL=style.css.map */
