@charset "UTF-8";
html, main, p, header, textarea, footer, section, body, div, span, input, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font: inherit;
  line-height: 1;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

input {
  outline: none;
}

* {
  outline: none !important;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  margin: 0 !important;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

body {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden!important;
}

.wrapper {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.header {
  border-top: 4px #1558a2 solid;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.15);
  -moz-box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.15);
  box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.15);
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .wrapper .wrapper_for_adaptive {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 60px);
}
.header .wrapper .wrapper_for_adaptive .address_block p {
  display: flex;
  align-items: center;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}
.header .wrapper .wrapper_for_adaptive .address_block p:last-child {
  margin-bottom: 0px;
}
.header .wrapper .wrapper_for_adaptive .address_block p:before {
  content: "";
  display: block;
  background-image: url("../images/location.svg");
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.header .wrapper .wrapper_for_adaptive .menu {
  display: flex;
  align-items: center;
  margin-right: 48px;
}
.header .wrapper .wrapper_for_adaptive .menu > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 26px;
}
.header .wrapper .wrapper_for_adaptive .menu > ul li {
  position: relative;
  margin-left: 30px;
}
.header .wrapper .wrapper_for_adaptive .menu > ul li:first-child {
  margin-left: 0px;
}
.header .wrapper .wrapper_for_adaptive .menu > ul li a {
  display: flex;
  font-family: "Exo 2", sans-serif;
  color: #181818;
  font-size: 18px;
  padding: 0 15px;
  height: 36px;
  align-items: center;
  justify-content: center;
}
.header .wrapper .wrapper_for_adaptive .menu > ul li:after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 2px;
  background: #f55b14;
  position: absolute;
  left: 15px;
  bottom: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
}
.header .wrapper .wrapper_for_adaptive .menu > ul li:hover:after {
  opacity: 1;
  bottom: 5px;
}
.header .wrapper .wrapper_for_adaptive .menu > ul li:last-child:after {
  display: none !important;
}
.header .wrapper .wrapper_for_adaptive .menu > ul li:last-child a {
  background: #f55b14;
  border-radius: 5px;
  color: #fff !important;
  transition: ease-in-out 0.3s;
}
.header .wrapper .wrapper_for_adaptive .menu > ul li:last-child a:hover {
  background: #1558a2;
  color: #fff;
}
.header .wrapper .wrapper_for_adaptive .menu > ul li.active a {
  color: #f55b14;
}
.header .wrapper .wrapper_for_adaptive .menu > ul li.active:after {
  background: #f55b14;
  opacity: 1;
  bottom: 5px;
}
.header .wrapper .wrapper_for_adaptive .menu .select_language {
  position: relative;
}
.header .wrapper .wrapper_for_adaptive .menu .select_language .selected_lang {
  display: flex;
  align-items: center;
  font-family: "Exo 2", sans-serif;
  color: #181818;
  font-size: 16px;
  cursor: pointer;
}
.header .wrapper .wrapper_for_adaptive .menu .select_language .selected_lang:before {
  content: "";
  background-image: url("../images/flag_en.jpg");
  width: 18px;
  height: 12px;
  margin-right: 8px;
}
.header .wrapper .wrapper_for_adaptive .menu .select_language .selected_lang:after {
  margin-left: 10px;
  content: "›";
  display: block;
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #181818;
  transform: rotate(90deg);
}
.header .wrapper .wrapper_for_adaptive .menu .select_language ul {
  z-index: 2;
  display: none;
  top: 30px;
  position: absolute;
  width: 100%;
  padding: 10px 10px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.header .wrapper .wrapper_for_adaptive .menu .select_language ul li {
  text-align: center;
}
.header .wrapper .wrapper_for_adaptive .menu .select_language ul li a {
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  color: #181818;
  display: block;
  padding: 3px 0;
}
.header .wrapper .wrapper_for_adaptive .menu .select_language ul li a:hover {
  color: #f55b14;
}
.header .wrapper .logo {
  width: 60px;
  transition: ease-in-out 0.3s;
}
.header .wrapper #nav-icon {
  display: none;
  width: 27px;
  height: 21px;
  position: relative;
  margin: 0 0 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header .wrapper #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #1558a2;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .wrapper #nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header .wrapper #nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header .wrapper #nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header .wrapper #nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}
.header .wrapper #nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.header .wrapper #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  left: 5px;
}

.header.scrolled .wrapper .logo {
  width: 45px;
}

.box_1 {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  max-width:100%;
  overflow-x: hidden!important;
  background-image: url("../video/background.jpg");
  background-position: center;
  background-size: cover;
}
.box_1:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-line.png");
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.box_1 .video_container {
  position: absolute;
  height: 100%;
  min-height: 100vh;
  min-width: 100%;
}
.box_1 .video_container #stVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.box_1 .wrapper {
  z-index: 3;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  border-left: 5px #f55b14 solid;
  max-width: 1000px;
}
.box_1 .wrapper .box_1_header {
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  font-size: 140px;
  color: #fff;
  margin-bottom: 20px;
}
.box_1 .wrapper .box_1_text {
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}

.box_2 {
  padding-top: 100px;
  margin-bottom: 100px;
  max-width:100%;
  overflow-x: hidden!important;
}
.box_2 .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box_2 .wrapper:before {
  content: "";
  display: block;
  background-image: url("../images/logo_bg.jpg");
  width: 496px;
  height: 486px;
  position: absolute;
  left: -150px;
  top: 0;
  z-index: 1;
  opacity: 0.3;
}
.box_2 .wrapper .left_part {
  width: 100%;
  max-width: 680px;
  position: relative;
  z-index: 2;
}
.box_2 .wrapper .left_part:after {
  content: "";
  display: block;
  background-image: url("../images/sign_img.jpg");
  width: 156px;
  height: 43px;
  margin-left: auto;
  margin-top: -10px;
}
.box_2 .wrapper .left_part h2 {
  color: #222938;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  margin-bottom: 30px;
}
.box_2 .wrapper .left_part p {
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #333333;
  line-height: 1.43;
  margin-bottom: 16px;
}
.box_2 .wrapper .left_part ul {
  margin-bottom: 20px;
}
.box_2 .wrapper .left_part ul li {
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #333333;
  margin-bottom: 8px;
  position: relative;
  padding-left: 28px;
  min-height: 16px;
  display: flex;
  align-items: center;
}
.box_2 .wrapper .left_part ul li:last-child {
  margin-bottom: 0px;
}
.box_2 .wrapper .left_part ul li:before {
  content: "";
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f55b14;
  position: absolute;
  left: 0;
  top: 2px;
}
.box_2 .wrapper .left_part ul li:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 7px;
}
.box_2 .wrapper .right_part {
  width: calc(100% - 720px);
  position: relative;
}
.box_2 .wrapper .right_part:before {
  content: "";
  display: block;
  background-image: url("../images/dotted_bg.jpg");
  width: 87px;
  height: 263px;
  position: absolute;
  top: 20px;
  right: -87px;
}
.box_2 .wrapper .right_part .years_of_experience {
  background: #142356;
  border-bottom: 3px #f55b14 solid;
  width: 200px;
  height: 190px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 55%;
  right: -70px;
}
.box_2 .wrapper .right_part .years_of_experience span {
  font-size: 92px;
  display: block;
  font-family: "Alumni Sans", sans-serif;
  font-weight: 700;
  color: #f55b14;
}
.box_2 .wrapper .right_part .years_of_experience p {
  font-size: 32px;
  display: block;
  font-family: "Alumni Sans", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.box_2 .wrapper .right_part img {
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

.box_3 {
  padding: 100px 0 100px 0;
  max-width: 100%;
  overflow: hidden;
  background: #fcfcfc;
}
.box_3 .wrapper h2 {
  color: #222938;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  margin-bottom: 12px;
  text-align: center;
}
.box_3 .wrapper p {
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #333333;
  margin-bottom: 42px;
  text-align: center;
}
.box_3 .st_galleries_container .st_gallery_container {
  display: none;
  justify-content: space-between;
}
.box_3 .st_galleries_container .st_gallery_container:first-child {
  display: flex;
}
.box_3 .st_galleries_container .st_gallery_container > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box_3 .st_galleries_container .st_gallery_container > div a {
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.box_3 .st_galleries_container .st_gallery_container > div a img {
  transition: ease-in-out 0.3s;
}
.box_3 .st_galleries_container .st_gallery_container > div a:hover img {
  transform: scale(1.1);
}
.box_3 .st_galleries_container .st_gallery_container .st_gallery_block_1,
.box_3 .st_galleries_container .st_gallery_container .st_gallery_block_5 {
  width: 100%;
  max-width: 14.8%;
}
.box_3 .st_galleries_container .st_gallery_container .st_gallery_block_1 .see_more_btn,
.box_3 .st_galleries_container .st_gallery_container .st_gallery_block_5 .see_more_btn {
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  font-size: 1.9vw;
  text-transform: uppercase;
  color: #303031;
  transition: ease-in-out 0.3s;
}
.box_3 .st_galleries_container .st_gallery_container .st_gallery_block_1 .see_more_btn:hover,
.box_3 .st_galleries_container .st_gallery_container .st_gallery_block_5 .see_more_btn:hover {
  color: #f55b14;
}
.box_3 .st_galleries_container .st_gallery_container .st_gallery_block_2,
.box_3 .st_galleries_container .st_gallery_container .st_gallery_block_3,
.box_3 .st_galleries_container .st_gallery_container .st_gallery_block_4 {
  width: 100%;
  max-width: 21.56%;
}

.box_4 {
  padding-top: 100px;
  margin-bottom: 100px;
  max-width:100%;
  overflow-x: hidden!important;
}
.box_4 .big_wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.box_4 .big_wrapper h2 {
  color: #222938;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  margin-bottom: 12px;
  text-align: center;
}
.box_4 .big_wrapper p {
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #333333;
  margin-bottom: 42px;
  text-align: center;
}
.box_4 .big_wrapper .partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.box_4 .big_wrapper .partners img {
  margin: 20px 10px;
  width: 95%;
  max-width: 135px;
}

.box_5 {
  background-color: #fcfcfc;
  padding: 100px 0;
  background-image: url("../images/contacts_bg.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  max-width:100%;
  overflow-x: hidden!important;
}
.box_5 .wrapper h2 {
  color: #222938;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  margin-bottom: 56px;
  text-align: center;
}
.box_5 .wrapper .contacts_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.box_5 .wrapper .contacts_block .contact_item:before {
  content: "";
  display: block;
  margin: 0 auto 12px;
}
.box_5 .wrapper .contacts_block .contact_item > a {
  color: #f55b14;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.box_5 .wrapper .contacts_block .contact_item span {
  color: #222938;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  margin-bottom: 12px;
}
.box_5 .wrapper .contacts_block .contact_item p {
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 300;
  text-align: center;
  line-height: 1.43;
}
.box_5 .wrapper .contacts_block .contact_item p a {
  color: #f55b14;
}
.box_5 .wrapper .contacts_block .contact_item p a:hover {
  color: #f55b14;
}
.box_5 .wrapper .contacts_block .location:before {
  background-image: url("../images/location.svg");
  width: 30px;
  height: 30px;
  background-size: cover;
}
.box_5 .wrapper .contacts_block .phone:before {
  background-image: url("../images/phone_icon.svg");
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.company_on_map {
  width: 100%;
  height: 500px;
}
.company_on_map #map {
  height: 100%;
}

.hidden_gallery {
  display: none !important;
}

@media only screen and (max-width: 1100px) {
  .header .wrapper .wrapper_for_adaptive .menu {
    margin-right: 36px;
  }
  .header .wrapper .wrapper_for_adaptive .menu > ul li {
    margin-left: 16px;
  }
  .header .wrapper .wrapper_for_adaptive .menu > ul li a {
    padding: 0 12px;
  }

  .box_1 .wrapper {
    padding: 0 10px;
    border-left: none;
    text-align: center;
  }

  .box_2 .wrapper .left_part {
    width: calc(100% - 380px);
  }
  .box_2 .wrapper .right_part {
    width: 350px;
  }
  .box_2 .wrapper .right_part:before {
    display: none;
  }
  .box_2 .wrapper .right_part .years_of_experience {
    top: -30px;
    right: unset;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    height: 140px;
  }
  .box_2 .wrapper .right_part .years_of_experience span {
    font-size: 80px;
  }
  .box_2 .wrapper .right_part .years_of_experience p {
    font-size: 26px;
  }

  .box_4 .big_wrapper .partners img {
    margin: 0 0 0 0;
  }

  .box_4 .big_wrapper .partners .slick-slide {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 960px) {
  .header .wrapper .wrapper_for_adaptive {
    position: absolute;
    width: 420px;
    left: -465px;
    top: -10px;
    background: #1558a2;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px 0;
    justify-content: flex-start;
    transition: ease-in-out 0.3s;
  }
  .header .wrapper .wrapper_for_adaptive .address_block p {
    color: #fff;
  }
  .header .wrapper .wrapper_for_adaptive .menu {
    display: flex;
    align-items: flex-start;
    margin: 0 0 30px 0;
    flex-direction: column;
    justify-content: flex-start;
  }
  .header .wrapper .wrapper_for_adaptive .menu > ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .header .wrapper .wrapper_for_adaptive .menu > ul li {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .header .wrapper .wrapper_for_adaptive .menu > ul li:after {
    display: none !important;
  }
  .header .wrapper .wrapper_for_adaptive .menu > ul li a {
    display: block;
    padding: 8px 12px;
    color: #fff;
  }
  .header .wrapper .wrapper_for_adaptive .menu .select_language .selected_lang, .header .wrapper .wrapper_for_adaptive .menu .select_language .selected_lang:after {
    color: #fff;
  }
  .header .wrapper .wrapper_for_adaptive.active {
    left: 0;
  }
  .header .wrapper #nav-icon {
    display: block;
  }

  .box_2, .box_3 {
    padding-top: 50px;
    margin-bottom: 50px;
  }

  .box_3 {
    padding-bottom: 50px;
    margin-bottom: 0px;
  }

  .box_4 {
    padding-top: 50px;
  }

  .box_5 {
    padding: 50px 0;
  }

  .box_4 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 860px) {
  .box_2 .wrapper {
    align-items: flex-start;
  }
  .box_2 .wrapper .left_part {
    width: 100%;
    max-width: unset;
  }
  .box_2 .wrapper .right_part {
    width: 175px;
    height: 120px;
    right: 0;
    top: 0;
    position: absolute;
  }
  .box_2 .wrapper .right_part img {
    display: none;
  }
  .box_2 .wrapper .right_part .years_of_experience {
    top: unset;
    left: unset;
    margin-left: unset;
    height: 120px;
  }
}
@media only screen and (max-width: 760px) {
  .box_1 {
    height: 100vh;
    min-height: 500px;
  }
  .box_1 .wrapper .box_1_header {
    font-size: 100px;
  }
  .box_1 .wrapper .box_1_text {
    font-size: 30px;
  }

  .box_5 .wrapper .contacts_block {
    flex-wrap: wrap;
  }
  .box_5 .wrapper .contacts_block .contact_item {
    width: calc(50% - 12px);
    margin-bottom: 48px;
    text-align: center;
  }

  .box_5 {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 620px) {
  .box_2 .wrapper {
    flex-direction: column;
  }
  .box_2 .wrapper .left_part {
    order: 1;
  }
  .box_2 .wrapper .left_part h2 {
    margin-bottom: 100px;
  }
  .box_2 .wrapper .right_part {
    order: 0;
    width: 100%;
    height: 65px;
    position: absolute;
    right: unset;
    top: 135px;
    z-index: 3;
    left: 0;
  }
  .box_2 .wrapper .right_part .years_of_experience {
    width: 100%;
    height: auto;
    flex-direction: row;
  }
  .box_2 .wrapper .right_part .years_of_experience span {
    font-size: 60px;
    margin-right: 20px;
  }
  .box_2 .wrapper .right_part .years_of_experience p {
    padding-top: 5px;
  }

  .box_3 .st_galleries_container .st_gallery_container {
    flex-wrap: wrap;
  }
  .box_3 .st_galleries_container .st_gallery_container .st_gallery_block_1 {
    display: none;
    max-width: unset;
  }
  .box_3 .st_galleries_container .st_gallery_container .st_gallery_block_2 {
    order: 0;
    width: calc(50% - 10px);
    max-width: unset;
  }
  .box_3 .st_galleries_container .st_gallery_container .st_gallery_block_4 {
    order: 1;
    width: calc(50% - 10px);
    max-width: unset;
  }
  .box_3 .st_galleries_container .st_gallery_container .st_gallery_block_3 {
    margin: 20px 0;
    order: 2;
    width: 100%;
    max-width: unset;
  }
  .box_3 .st_galleries_container .st_gallery_container .st_gallery_block_3 a img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .box_3 .st_galleries_container .st_gallery_container .st_gallery_block_3 a:first-child {
    margin-bottom: 20px;
  }
  .box_3 .st_galleries_container .st_gallery_container .st_gallery_block_5 {
    order: 3;
    width: 100%;
    max-width: unset;
  }
  .box_3 .st_galleries_container .st_gallery_container .st_gallery_block_5 a {
    display: none;
  }
  .box_3 .st_galleries_container .st_gallery_container .st_gallery_block_5 .see_more_btn {
    font-size: 26px;
    padding: 24px 0;
  }

  .box_4 .big_wrapper .partners img {
    margin: 0 0 0;
  }
}
@media only screen and (max-width: 520px) {
  .box_1 .wrapper .box_1_header {
    font-size: 85px;
  }
  .box_1 .wrapper .box_1_text {
    font-size: 25px;
  }
  .box_1 .wrapper .box_1_text br {
    display: none !important;
  }

  .box_2 .wrapper .left_part h2 {
    font-size: 46px;
    text-align: center;
  }
  .box_2 .wrapper .right_part {
    top: 110px;
  }

  .box_3 .wrapper h2,
.box_4 .big_wrapper h2,
.box_5 .wrapper h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 460px) {
  .header .wrapper #nav-icon.open {
    z-index: 2;
  }
  .header .wrapper #nav-icon.open span {
    background: #fff;
  }
  .header .wrapper .wrapper_for_adaptive {
    width: 100%;
  }

  .box_1 .wrapper .box_1_header {
    font-size: 60px;
  }
  .box_1 .wrapper .box_1_text {
    font-size: 25px;
  }

  .box_2 .wrapper:before {
    display: none;
  }

  .box_3 .wrapper h2,
.box_4 .big_wrapper h2,
.box_5 .wrapper h2 {
    font-size: 38px;
  }

  .box_5 .wrapper .contacts_block .contact_item {
    width: 100%;
  }
}
@media only screen and (max-width: 370px) {
  .box_2 .wrapper .left_part h2 {
    font-size: 38px;
    text-align: center;
  }
  .box_2 .wrapper .right_part {
    top: 100px;
  }
}
