body.overflow-hidden {
  overflow: hidden;
}

header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

header .lang-list {
  position: absolute;
  line-height: normal;
  height: 60px;
  right: 250px;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

header .lang-list a {
  /* font-family: "BebasNeueBold"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.70px;
  color: #3e7cf7;
  position: relative;
  top: 21px;
  display: block;
  line-height: 21px;
}

.burger-button, .burger-button:hover, .burger-button:focus {
  width: 16px;
  height: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  padding: 0;
  position: relative;
  outline: none;
}

.burger-button:hover {
  background: #fff;
}

.burger-button.active span {
  width: 20px;
  left: 0;
}

.burger-button.active span:nth-child(1) {
  transform: rotate(45deg);
}

.burger-button.active span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.burger-button.active span:nth-child(3) {
  transform: rotate(-45deg);
}

.burger-button span {
  width: 16px;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
}

.burger-button span:nth-child(1) {
  top: 20px;
  transform-origin: left center;
}

.burger-button span:nth-child(2) {
  top: 27px;
}

.burger-button span:nth-child(3) {
  top: 34px;
  transform-origin: left center;
}

@media screen and (min-width: 992px) {
  .hidden-lg {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: 1170px;
  }
}

@media screen and (max-width: 1169px) {
  main {
    overflow: hidden;
  }
  .container {
    max-width: 1169px;
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }
  .block_img_text .block_text {
    padding: 50px 80px 0 80px;
  }
  .owl-dots {
    width: 100%;
  }
  .main_slider .item .block_text {
    width: 100%;
  }
  header .link_modal {
    height: 56px;
    width: 188px;
    line-height: 58px;
  }
  header .logo {
    width: 134px;
    height: 16px;
  }
  header .logo img {
    width: 134px;
    height: 16px;
    vertical-align: top;
  }
  header .lang-list {
    right: 300px;
    top: 0;
    display: block;
    height: 56px;
  }
}

@media screen and (max-width: 1169px) and (min-width: 992px) and (max-width: 1169px) {
  header .lang-list {
    right: 210px;
  }
}

@media screen and (max-width: 1169px) {
  header .lang-list a {
    font-size: 22px;
    line-height: 19px;
    letter-spacing: 1.2px;
    top: 20px;
    height: 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 1169px) and (min-width: 992px) and (max-width: 1169px) {
  header .lang-list a {
    font-size: 14px;
    top: 19px;
  }
}

@media screen and (max-width: 1169px) {
  header .lang-list a.safari {
    top: 21px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-links {
    height: 0;
    width: 100vw;
    overflow: hidden;
    transition: 0.5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    background: #fff;
    padding: 0px;
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 10;
    padding-left: calc( 100% - 385px);
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .navigation-links {
    padding-top: 150px;
    padding-left: calc(50% - 110px);
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) and (orientation: landscape) {
  .navigation-links {
    padding-top: 0;
    padding-left: calc( 100% - 270px);
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .navigation-links:after {
    display: block;
    content: '';
    background: url(../img/content/menu-drop.jpg) center center no-repeat;
    background-size: cover;
    width: 383px;
    height: 317px;
    position: absolute;
    right: 385px;
    top: calc(50% - 158px);
    z-index: 20;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .navigation-links:after {
    width: 100vw;
    height: 107px;
    background: url(../img/content/menu-drop-mobile.jpg) center center no-repeat;
    top: 0;
    left: 0;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) and (orientation: landscape) {
  .navigation-links:after {
    background: url(../img/content/menu-drop.jpg) center center no-repeat;
    width: 250px;
    height: 250px;
    left: 60px;
    top: calc(50% - 125px);
  }
}

@media screen and (max-width: 991px) {
  .navigation-links.active {
    height: calc(100vh - 56px);
    transition: 0.5s;
    overflow: visible;
    opacity: 1;
    visibility: visible;
  }
  .navigation-links.active li {
    transition: 0.5s;
    visibility: visible;
    opacity: 1;
  }
  .navigation-links li {
    margin: 0;
    margin-left: 56px;
    height: auto;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .navigation-links li {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .navigation-links li:not(:last-child) {
    margin-bottom: 15px;
  }
  .navigation-links li.active:before {
    bottom: 0;
  }
  .navigation-links li.active a {
    color: #44474c;
  }
  .navigation-links li a {
    font-size: 36px;
    letter-spacing: 1.9px;
    line-height: normal;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) and (orientation: landscape) {
  .navigation-links li a {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 991px) {
  .container {
    overflow: visible;
    padding-left: 28px;
    padding-right: 28px;
  }
  header nav {
    width: calc(100% - 322px);
    height: 56px;
    padding-right: 0px;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .main_slider .item h2::before {
    left: -62px;
  }
  .main_slider .item h2:after {
    top: 4px;
    left: -26px;
  }
  .main_slider .item h2 {
    margin-bottom: 20px;
  }
  .main_slider .item p {
    font-size: 16px;
    line-height: 1.38;
    max-width: 440px;
  }
  .main_slider .item {
    height: 485px;
  }
  .main_slider .item .block_text {
    padding-left: 95px;
    padding-top: 185px;
  }
  .main_slider .owl-dots {
    width: 100%;
    padding-left: 125px;
    bottom: 30px;
    position: absolute;
  }
  .block_info_block {
    margin-bottom: 47px;
  }
  .block_info_block span, .block_info_block a {
    letter-spacing: 0.8px;
    color: #1b1b1b;
    font-size: 14px;
  }
  .block_img_text .block_text {
    padding: 0px 25px 0 68px;
  }
  .block_img_text .block_text h3 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: normal;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .block_img_text .block_text h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .block_img_text, .block_gallery, .block_contact {
    padding: 50px 0;
  }
  .block_contact__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block_contact__wrap .block_contact__item {
    width: 100%;
    border-bottom: 1px solid #f3f8fc;
    padding-bottom: 50px;
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block_contact__wrap form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    float: none;
    height: auto;
  }
  .block_contact__wrap form > * {
    width: 210px;
  }
  .block_contact__wrap form .submit {
    padding: 0;
    height: 50px;
    font-size: 14px;
    width: 210px;
    margin-top: 30px;
    display: block;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .block_contact__wrap form .submit {
    padding: 17px 0;
  }
}

@media screen and (max-width: 991px) {
  .block_contact__wrap form h4 {
    letter-spacing: 0px;
    text-align: center;
  }
  .block_contact__wrap .block_contact__item #map {
    width: 460px;
    height: 343px;
  }
  .block_contact__wrap .block_contact__item .block_contact__info {
    width: calc(100% - 460px);
    padding: 63px 72px 0 12px;
  }
  footer {
    padding: 25px 0;
  }
  footer .copyright {
    width: 250px;
  }
  footer .copyright span {
    font-size: 12px;
    margin-right: 0;
    display: block;
    text-align: right;
    font-weight: 600;
    margin-top: 14px;
  }
  footer .copyright span.color_black {
    margin-top: 0;
    margin-right: 0;
  }
  .block_gallery .owl-stage-outer:before {
    content: none;
  }
  .block_gallery .owl-dots {
    width: 100%;
    margin: 35px auto 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .block_quotes h3 {
    padding-left: 104px;
    margin-bottom: 40px;
    width: calc(100% - 121px);
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 1.3px;
  }
  .block_quotes h3::after {
    top: 3px;
  }
  .slider_img .inline-layout.col-2 > * {
    width: 100%;
  }
  .slider_img .img-holder {
    height: 210px;
    overflow: hidden;
  }
  .slider_img .block_text {
    padding: 0 68px;
    margin-top: 35px;
    margin-bottom: 37px;
    height: 280px;
    position: relative;
  }
  .slider_img .link_more {
    width: 170px;
    margin-left: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 68px;
  }
  .slider_img .owl-dots {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 102px;
    z-index: 10;
    padding-left: 68px;
  }
  .slider_img .block_img_text__wrap {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.25);
    padding: 30px 0 0;
    margin: 5px 5px 50px;
  }
  .block_img_text .block_text p {
    font-size: 14px;
    line-height: 1.71;
    color: #44474c;
    margin-bottom: 20px;
  }
  .block_img_text .block_text p a {
    color: #3e7cf7;
  }
  .block_info_block > div a {
    font-size: 14px;
    letter-spacing: 0.8px;
    text-align: left;
    color: #1b1b1b;
  }
  .block-img-slider {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  header .link_modal {
    width: 56px;
    font-size: 0;
    color: transparent;
    background: #3e7cf7 url(../img/icons/mobile-request-button.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  header .link_modal:hover {
    background: #3e7cf7 url(../img/icons/mobile-request-button.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  header .logo {
    margin-left: 16px;
  }
  header nav {
    width: calc(100% - 150px);
    padding-right: 75px;
  }
  header .lang-list {
    right: 110px;
  }
  .main_slider .item {
    height: 470px;
  }
  .main_slider .item .block_text {
    padding-left: 70px;
    padding-top: 93px;
    padding-bottom: 0;
  }
  .main_slider .item h2::after {
    top: 3px;
    left: -16px;
  }
  .main_slider .item h2::before {
    left: -54px;
  }
  .main_slider .item h2 {
    font-size: 40px !important;
    margin-bottom: 30px;
    line-height: 1.05;
  }
  .main_slider .item p {
    font-size: 14px;
    line-height: 1.57;
    padding-right: 29px;
  }
  .main_slider .owl-dots {
    width: 100%;
    padding-left: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px;
  }
  .block_img_text, .block_gallery, .block_contact {
    padding: 50px 0;
  }
  .block_info_block {
    margin-bottom: 35px;
    padding: 0 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .block_info_block .left {
    width: auto;
  }
  .block_info_block .right {
    width: auto;
  }
  .block_img_text__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .block_img_text__wrap .img-holder {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    height: 240px;
  }
  .block_img_text__wrap .img-holder img {
    min-width: 320px;
    min-height: 240px;
  }
  .block_img_text__wrap .block_text {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
    padding: 35px 14px 0px;
  }
  .block_img_text .block_text h3 {
    margin-bottom: 20px;
    letter-spacing: 1.5px;
  }
  .block_img_text .block_text p {
    margin-bottom: 30px;
  }
  .link_more {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 170px;
    text-align: center;
  }
  .link_more::before {
    content: none;
  }
  .block_quotes h3 {
    padding-left: 70px;
    margin-bottom: 30px;
    width: calc(100% - 54px);
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 1px;
  }
  .block_quotes h3:before {
    left: 16px;
  }
  .block_quotes h3:after {
    left: 54px;
    top: 3px;
  }
  .slider_img .block_text {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 23px 30px;
    height: 450px;
    position: relative;
  }
  .block-technologies-slider .slider_img .block_text {
    height: 380px;
  }
  .slider_img .block_text h3 {
    font-size: 28px;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
  }
  .slider_img .link_more {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 85px);
    right: calc(50% - 85px);
  }
  .slider_img .block_img_text__wrap {
    margin-left: 11px;
    margin-right: 11px;
    box-shadow: 0 4px 25px 1px rgba(0, 0, 0, 0.25), 0 8px 11px 0 rgba(54, 75, 115, 0.15);
    margin-bottom: 37px;
    margin-top: 5px;
  }
  .slider_img .owl-dots {
    bottom: 0px;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .block_contact__wrap .block_contact__item {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .block_contact__wrap .block_contact__item .block_contact__info {
    width: 100%;
    padding: 0;
    -ms-flex-order: 2;
        order: 2;
    padding: 20px 16px 43px;
  }
  .block_contact__wrap .block_contact__item .block_contact__info h4 {
    display: none;
  }
  .block_contact__wrap .block_contact__item #map {
    width: 100%;
    height: 240px;
    -ms-flex-order: 1;
        order: 1;
  }
  .block_contact__wrap form {
    width: calc(100% - 22px);
    margin-left: 11px;
    margin-right: 11px;
    padding: 51px 44px 57px;
  }
  .block_contact__wrap form h4 {
    font-size: 33px !important;
    white-space: nowrap;
  }
  footer {
    padding: 18px 17px 15px;
  }
  footer .copyright span.color_black {
    font-size: 8px;
  }
  footer .copyright span {
    font-size: 8px;
    margin-top: 9px;
  }
  footer .copyright {
    width: 185px;
  }
  .block_gallery .owl-dots {
    width: 100%;
    margin: 30px auto 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .block_gallery .slider_gallery .image-holder {
    width: calc(100vw - 22px);
    display: block;
    margin-bottom: 0;
    margin-right: 11px;
    margin-left: 11px;
  }
  .block_gallery .slider_gallery .image-holder:nth-child(3) {
    margin-bottom: 0;
  }
}

.blueimp-gallery > .prev, .blueimp-gallery > .next {
  top: calc( 50% - 32px);
  margin-top: 0;
}