.tab_slider .slick-dots, .partners_section .tab_buttons ul, .gallery_section .gallery_list, .news_container .news_list, .services_container .services_list, .main_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.tab_slider::before, .gallery_section li::before, .gallery_section li .gallery_link, .gallery_section li .image_block img, .gallery_section li .image_block, .news_container .news_image img, .main_slider .slide_block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gallery_section li .image_block img, .news_container .news_image img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.main_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.main_slider::before {
  content: "";
  position: absolute;
  bottom: -50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #ffffff;
  z-index: 70;
  transform: skewY(-10deg);
  transform-origin: top left;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.main_slider .slide_block:before {
  content: "";
  display: block;
  padding-bottom: 50%;
  background: #1a2e36;
}
.main_slider .slide_block img {
  object-fit: cover;
  opacity: 0.5;
}
.main_slider .custom_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}
.main_slider .slide_content {
  max-width: 668px;
}
.main_slider .slide_title {
  font-size: 340%;
  font-family: "bold", "arm-bold";
  line-height: 45px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_slider .slide_description {
  font-size: 220%;
  margin-top: 10px;
  line-height: 29px;
  color: #ffffff;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_slider .slide_link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  width: 257px;
  height: 50px;
  color: #ffffff;
  margin-top: 25px;
  background: #1787b4;
  font-size: 140%;
  line-height: 17px;
  font-family: "bold", "arm-bold";
}
.main_slider .slick-dots {
  position: absolute;
  width: 100%;
  max-width: 1625px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: flex-start;
  z-index: 3;
  margin-top: 170px;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}
.main_slider .slick-dots li {
  flex: 1;
  max-width: 7px;
  margin-right: 20px;
}
.main_slider .slick-dots li.slick-active {
  opacity: 1 !important;
  cursor: default;
  max-width: 9px;
}
.main_slider .slick-dots li.slick-active button {
  width: 9px;
  opacity: 1;
  height: 9px;
}
.main_slider .slick-dots button {
  border: none;
  background: #ffffff;
  width: 7px;
  border-radius: 50%;
  height: 7px;
  opacity: 0.5;
  padding: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.63);
}
@media (max-width: 1600px) {
  .main_slider .slide_title {
    font-size: 300%;
    line-height: 40px;
  }
  .main_slider .slide_content {
    max-width: 600px;
  }
}
@media (max-width: 1440px) {
  .main_slider .slide_title {
    font-size: 280%;
    line-height: 35px;
  }
  .main_slider .slide_content {
    max-width: 550px;
  }
  .main_slider .slide_description {
    font-size: 180%;
    line-height: 25px;
  }
  .main_slider .slide_link {
    height: 45px;
    width: 230px;
    font-size: 120%;
    line-height: 15px;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .main_slider .slide_title {
    font-size: 240%;
    line-height: 32px;
  }
  .main_slider .slide_description {
    font-size: 160%;
    line-height: 23px;
  }
  .main_slider .slide_content {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .main_slider .slide_title {
    font-size: 220%;
    line-height: 28px;
  }
  .main_slider .slide_link {
    height: 40px;
    width: 180px;
    font-size: 110%;
    line-height: 15px;
    margin-top: 15px;
  }
  .main_slider .slide_description {
    font-size: 140%;
    line-height: 19px;
  }
  .main_slider .slide_content {
    max-width: 380px;
  }
  .main_slider .slick-dots {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .main_slider .slide_title {
    font-size: 180%;
    line-height: 23px;
  }
  .main_slider .slide_description {
    font-size: 120%;
    line-height: 15px;
  }
  .main_slider .slide_content {
    max-width: 350px;
    padding-bottom: 30px;
  }
  .main_slider .slick-dots {
    margin-top: 100px;
  }
  .main_slider .slick-dots li {
    margin-right: 15px;
  }
  .main_slider .slide_link {
    margin-top: 10px;
    height: 35px;
    width: 150px;
  }
}
@media (max-width: 575px) {
  .main_slider .slide_title {
    font-size: 160%;
    line-height: 22px;
  }
  .main_slider .slide_block::before {
    padding-bottom: 60%;
  }
}
@media (max-width: 399px) {
  .main_slider .slide_description {
    display: none;
  }
  .main_slider .slick-dots {
    margin-top: 65px;
  }
}

.web .slide_link {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.web .slide_link:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid rgba(26, 46, 54, 0.5);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.web .slide_link:hover {
  color: #ffffff;
}
.web .slide_link:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.touch .slide_link {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.touch .slide_link::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid rgba(26, 46, 54, 0.5);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.touch .slide_link:active {
  color: #ffffff;
}
.touch .slide_link:active::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.about_section {
  position: relative;
  margin: 120px 0;
  max-height: 400px;
}
.about_section .custom_container {
  display: flex;
  justify-content: space-between;
}
.about_section .about_info_block {
  max-width: 736px;
  color: #333333;
}
.about_section .section_description {
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about_section .decor_block {
  max-width: 31vw;
  position: relative;
  z-index: 80;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.about_section .decor_block img {
  width: 100%;
  max-width: 600px;
  vertical-align: top;
  object-fit: cover;
}

.blue_section {
  padding: 120px 0;
  position: relative;
}
.blue_section::before {
  content: "";
  position: absolute;
  right: 0;
  top: -70px;
  left: 0;
  width: 100%;
  height: 65%;
  background: #1787b4;
  transform: skewY(10deg);
  transform-origin: top left;
}

.services_info_block {
  color: #ffffff;
  max-width: 667px;
  position: relative;
}
.services_info_block .section_description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.services_container .services_list {
  display: flex;
  margin: 40px -9px;
}
.services_container .services_list li {
  width: 25%;
  padding: 9px;
}
.services_container .services_list li:nth-child(1) .service_title::before {
  color: #1787b4;
}
.services_container .services_list li:nth-child(2) .service_title::before {
  color: #954c9d;
}
.services_container .services_list li:nth-child(3) .service_title::before {
  color: #75b63f;
}
.services_container .services_list li:nth-child(4) .service_title::before {
  color: #f88a21;
}
.services_container .service_title {
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.services_container .service_title::before {
  display: block;
  margin-bottom: 20px;
  font-size: 205%;
}
.services_container .service_description {
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.services_container .service_block {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 77, 104, 0.35);
  height: 100%;
}
.services_container .block_link {
  display: block;
  color: #333333;
  padding: 30px 22px;
}
.services_container .service_link {
  color: #1787b4;
  margin-top: 25px;
  font-size: 130%;
  line-height: 18px;
  font-family: "bold", "arm-bold";
  display: block;
}

.news_container {
  margin-top: 120px;
  color: #ffffff;
}
.news_container .section_title {
  position: relative;
}
.news_container .news_list {
  display: flex;
  margin: 30px -9px;
}
.news_container .news_list li {
  padding: 9px;
  width: 25%;
  overflow: hidden;
}
.news_container .news_block {
  position: relative;
}
.news_container .news_block.hovered .news_image img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: brightness(0.7);
}
.news_container .news_block.hovered .news_title {
  opacity: 0.7;
}
.news_container .news_block.hovered .news_link {
  opacity: 0.7;
}
.news_container .news_image {
  height: 220px;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.news_container .news_image img {
  object-fit: cover;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform-origin: center;
  -webkit-transfrom-origin: center;
}
.news_container .news_info_block {
  margin: 0 24px;
  margin-top: -60px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 23px 20px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: #333333;
  min-height: 320px;
}
.news_container .news_date {
  font-size: 140%;
  line-height: 19px;
  opacity: 0.4;
}
.news_container .news_title {
  margin-top: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #333333;
}
.news_container .news_description {
  margin-top: 15px;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_container .news_link {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 130%;
  line-height: 18px;
  color: #1787b4;
  font-family: "bold", "arm-bold";
  display: block;
  width: fit-content;
  position: absolute;
  bottom: 25px;
  left: 20px;
}
.news_container .news_btn {
  margin-left: auto;
  margin-top: 40px;
}

.gallery_section {
  margin-top: 120px;
}
.gallery_section .gallery_list {
  display: grid;
  grid-gap: 17px;
  margin-top: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gallery_section li {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 56%;
}
.gallery_section li:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.gallery_section li:last-child {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 4;
}
.gallery_section li .image_block img {
  object-fit: contain;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  transform-origin: center;
  -webkit-transfrom-origin: center;
}
.gallery_section li .gallery_link {
  z-index: 20;
}
.gallery_section li::before {
  content: "";
  z-index: 5;
  opacity: 0;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 77, 104, 0.6);
}
.gallery_section li:hover .gallery_info {
  bottom: 30px;
}
.gallery_section li:hover .gallery_count {
  right: 25px;
}
.gallery_section li:hover .image_block img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.gallery_section li:hover:before {
  opacity: 1;
}
.gallery_section .gallery_info {
  position: absolute;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  bottom: -50%;
  left: 30px;
  max-width: 70%;
  z-index: 10;
}
.gallery_section .gallery_date {
  font-size: 140%;
  line-height: 19px;
  color: #ffffff;
  opacity: 0.8;
}
.gallery_section .gallery_title {
  color: #ffffff;
  margin-top: 7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery_section .gallery_count {
  position: absolute;
  top: 25px;
  right: -10vw;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  opacity: 0.8;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 50px;
  max-width: 113px;
  width: 100%;
  border: 1px solid #ffffff;
  font-size: 110%;
  line-height: 15px;
  color: #ffffff;
  z-index: 10;
}
.gallery_section .gallery_count span {
  display: block;
  margin: 0 3px;
}
.gallery_section .gallery_count::before {
  font-size: 120%;
  margin-right: 3px;
}
.gallery_section .gallery_btn {
  margin-left: auto;
  margin-top: 50px;
}

.partners_section {
  margin-top: 120px;
}
.partners_section .info_block {
  max-width: 600px;
  min-height: 125px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.partners_section .info_block .section_description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.7;
  text-overflow: ellipsis;
}
.partners_section .custom_container {
  position: relative;
}
.partners_section .selected.tab_block {
  height: auto;
  opacity: 1;
  overflow: visible;
}
.partners_section .tab_block {
  height: 0;
  opacity: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.partners_section .tab_buttons {
  position: absolute;
  top: 0;
  z-index: 30;
  right: 15px;
}
.partners_section .tab_buttons ul {
  display: flex;
  align-items: center;
  width: 343px;
  border-radius: 33px;
  border: 2px solid #1787b4;
  position: relative;
  height: 50px;
}
.partners_section .tab_buttons li {
  width: 50%;
  height: 100%;
}
.partners_section .tab_buttons li:last-child a::before {
  display: none;
}
.partners_section .tab_buttons a {
  font-size: 130%;
  line-height: 18px;
  font-family: "bold", "arm-bold";
  color: #1787b4;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
  text-align: center;
  position: relative;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.partners_section .tab_buttons a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 101%;
  width: 100%;
  padding-right: 1px;
  z-index: -1;
  height: 100%;
  border-radius: 33px;
  background: #1787b4;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.partners_section .tab_buttons a:hover {
  background: transparent;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.partners_section .tab_buttons a:active {
  background: transparent;
}
.partners_section .tab_buttons a.selected {
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}
.partners_section .tab_buttons a.selected::before {
  left: -1%;
}
.partners_section .tab_buttons a.selected::after {
  display: none;
}

.tab_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin-top: 30px;
}
.tab_slider::before {
  content: "";
  z-index: 50;
  pointer-events: none;
  border: 10px solid #ffffff;
}
.tab_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  padding: 45px;
  border: 1px solid rgba(26, 46, 54, 0.05);
}
.tab_slider.slick-slider {
  overflow: visible;
  border: 2px solid #ffffff;
}
.tab_slider .image_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  position: relative;
}
.tab_slider .image_block img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab_slider .image_block:hover img {
  filter: grayscale(0);
}
.tab_slider .slick-dots {
  position: absolute;
  left: 50%;
  display: flex;
  justify-content: flex-start;
  z-index: 3;
  margin-top: 35px;
  transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
}
.tab_slider .slick-dots li {
  flex: 1;
  max-width: 7px;
  margin-right: 20px;
}
.tab_slider .slick-dots li.slick-active {
  opacity: 1 !important;
  cursor: default;
  max-width: 9px;
}
.tab_slider .slick-dots li.slick-active button {
  width: 9px;
  opacity: 1;
  height: 9px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.63);
}
.tab_slider .slick-dots button {
  border: none;
  background: #1787b4;
  width: 7px;
  border-radius: 50%;
  height: 7px;
  opacity: 0.5;
  padding: 0;
}

.contacts_section {
  margin-top: 150px;
  padding: 0 40px;
}
.contacts_section .contacts_inner {
  margin: 0 auto;
  max-width: 1388px;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  padding: 55px 135px;
  display: flex;
}
.contacts_section .form_block {
  max-width: 460px;
  width: 100%;
}
.contacts_section .form_fields {
  margin-top: 50px;
}
.contacts_section .inline_block {
  display: flex;
  justify-content: space-between;
  margin: 0 -8px;
}
.contacts_section .inline_block .field_block {
  padding: 0 8px;
}
.contacts_section .inline_block .error_hint {
  left: 10px;
}
.contacts_section .field_block {
  margin-bottom: 25px;
  position: relative;
  width: 100%;
}
.contacts_section input, .contacts_section textarea {
  border: 1px solid rgba(26, 46, 54, 0.05);
  width: 100%;
  height: 55px;
  padding: 0 20px;
  font-size: 150%;
  border-radius: 5px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.contacts_section textarea {
  height: 95px;
  resize: none;
  padding: 20px;
}
.contacts_section .button_block {
  width: 100%;
}
.contacts_section .validate_button {
  width: 100%;
}
.contacts_section .map_block {
  margin-left: 126px;
  width: 100%;
}
.contacts_section #map {
  margin-top: 30px;
  height: 310px;
}

@media (max-width: 1440px) {
  .about_section {
    margin: 75px 0;
  }
  .about_section .about_info_block {
    max-width: 650px;
  }

  .blue_section {
    padding: 0;
  }

  .services_info_block {
    max-width: 480px;
  }

  .news_container {
    margin-top: 0;
  }
  .news_container .news_info_block {
    margin: 0 15px;
    margin-top: -60px;
    padding: 20px;
    min-height: 280px;
  }

  .gallery_section {
    margin-top: 70px;
  }
  .gallery_section li:hover .gallery_info {
    bottom: 20px;
  }
  .gallery_section li:hover .gallery_count {
    right: 15px;
  }
  .gallery_section .gallery_count {
    height: 35px;
    top: 15px;
    max-width: 100px;
  }
  .gallery_section .gallery_info {
    left: 15px;
  }

  .partners_section .info_block {
    max-width: 480px;
  }
  .partners_section .tab_buttons ul {
    height: 45px;
  }

  .contacts_section .contacts_inner {
    padding: 40px 60px;
  }
  .contacts_section .form_block {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .contacts_section .map_block {
    margin-left: 0;
    padding-left: 45px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1199px) {
  .about_section .about_info_block {
    max-width: 50%;
  }
  .about_section .decor_block {
    max-width: 30%;
    top: 0 !important;
  }

  .services_container .block_link {
    padding: 20px;
  }
  .services_container .service_link {
    margin-top: 15px;
  }
  .services_container .service_title::before {
    margin-bottom: 10px;
    font-size: 180%;
  }

  .news_container .news_info_block {
    margin: 0 10px;
    margin-top: -40px;
    padding: 15px;
    min-height: 220px;
  }
  .news_container .news_image {
    height: 150px;
  }
  .news_container .news_description {
    -webkit-line-clamp: 3;
    margin-top: 10px;
  }
  .news_container .news_link {
    left: 15px;
    bottom: 20px;
  }
  .news_container .news_title {
    -webkit-line-clamp: 2;
  }

  .gallery_section .gallery_title {
    margin-top: 0;
    line-height: 23px;
  }
  .gallery_section .gallery_count {
    right: -20vw;
  }
  .gallery_section li:hover .gallery_info {
    bottom: 15px;
  }

  .tab_slider .slide_block {
    padding: 25px;
  }
  .tab_slider .image_block {
    height: 130px;
  }

  .contacts_section {
    margin-top: 120px;
    padding: 0 20px;
  }
  .contacts_section .contacts_inner {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .contacts_section input {
    height: 45px;
    padding: 0 15px;
    font-size: 140%;
    line-height: 19px;
  }
  .contacts_section textarea {
    padding: 15px;
    font-size: 140%;
    line-height: 19px;
  }
  .contacts_section .bootstrap-select > .dropdown-toggle {
    padding: 0 15px;
    font-size: 140%;
    line-height: 19px;
    height: 45px;
  }

  .blue_section {
    margin-top: 120px;
  }

  .news_container .news_info_block {
    margin: 0 0;
    margin-top: 0;
    padding: 15px 10px;
    border-radius: 0;
  }

  .gallery_section .gallery_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .gallery_section li:last-child {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 5;
  }

  .partners_section {
    margin-top: 60px;
  }
  .partners_section .tab_buttons ul {
    height: 40px;
    max-width: 260px;
  }

  .partners_section .info_block {
    max-width: 330px;
  }

  .contacts_section .contacts_inner {
    flex-direction: column-reverse;
  }
  .contacts_section .form_block {
    max-width: none;
    flex: 0 0 100%;
  }
  .contacts_section .map_block {
    max-width: none;
    flex: 0 0 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }

  .gallery_section {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about_section {
    margin: 45px 0;
  }

  .services_container .services_list {
    flex-wrap: wrap;
  }
  .services_container .services_list li {
    width: 50%;
  }

  .blue_section::before {
    height: 90%;
  }

  .news_container .news_list {
    flex-wrap: wrap;
  }
  .news_container .news_list li {
    width: 50%;
    margin-bottom: 15px;
  }
  .news_container .news_info_block {
    margin: 0 15px;
    margin-top: -40px;
    border-radius: 5px;
    min-height: 190px;
  }
  .news_container .news_link {
    left: 10px;
    bottom: 15px;
  }

  .gallery_section .gallery_list {
    grid-template-columns: 1fr 1fr;
  }
  .gallery_section li:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 7;
  }

  .partners_section {
    margin-top: 70px;
  }
  .partners_section .tab_block {
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  .partners_section {
    margin-top: 90px;
  }
  .partners_section .section_description {
    margin-top: 15px;
  }
  .partners_section .info_block {
    max-width: none;
    min-height: auto;
  }
  .partners_section .tab_buttons {
    left: 15px;
    right: 15px;
  }
  .partners_section .tab_buttons ul {
    max-width: none;
    width: 100%;
  }

  .contacts_section input {
    height: 40px;
  }
  .contacts_section .bootstrap-select > .dropdown-toggle {
    height: 40px;
  }

  .about_section .about_info_block {
    max-width: 350px;
  }
  .about_section .decor_block {
    position: absolute;
    top: -80px !important;
  }

  .news_container .news_info_block {
    margin: 0 10px;
    margin-top: -40px;
  }
  .news_container .news_list {
    margin: 15px -9px;
  }
  .news_container .news_btn {
    margin-top: 0;
  }

  .services_container .services_list {
    display: flex;
    margin: 20px -9px;
  }

  .gallery_section {
    margin-top: 50px;
  }
  .gallery_section .gallery_list {
    display: block;
  }
  .gallery_section .gallery_list li {
    margin-bottom: 20px;
  }
  .gallery_section .gallery_count {
    right: -50vw;
  }

  .tab_slider .slide_block {
    padding: 20px;
  }
  .tab_slider .image_block {
    height: 100px;
  }
  .tab_slider .slick-dots li {
    margin-right: 15px;
  }

  .blue_section {
    margin-top: 120px;
  }

  .contacts_section {
    margin-top: 20px;
    padding: 0 10px;
  }
  .contacts_section .contacts_inner {
    padding: 20px;
  }
  .contacts_section #map {
    height: 250px;
  }
  .contacts_section .form_fields {
    margin-top: 20px;
  }
  .contacts_section .field_block {
    margin-bottom: 20px;
  }
  .contacts_section .inline_block {
    margin: 0;
    flex-direction: column;
  }
  .contacts_section .inline_block .field_block {
    padding: 0;
  }
  .contacts_section .inline_block .error_hint {
    left: 0;
  }
  .contacts_section .form_block {
    max-width: none;
    flex: 0 0 100%;
  }
  .contacts_section .map_block {
    max-width: none;
    flex: 0 0 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 399px) {
  .services_container .services_list {
    margin: 30px -9px;
  }
  .services_container .services_list li {
    width: 100%;
  }

  .news_container .news_list li {
    width: 100%;
  }
  .news_container .news_info_block {
    min-height: 175px;
  }
}
.web .block_link {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .block_link:hover {
  background: rgba(23, 135, 180, 0.3);
}

.touch .block_link {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .block_link:active {
  background: rgba(23, 135, 180, 0.3);
}
.touch .partners_section .tab_buttons a:hover {
  background: transparent;
}
.touch .gallery_section li .gallery_info {
  bottom: 30px;
}
.touch .gallery_section li .gallery_count {
  right: 25px;
}
.touch .gallery_section li .image_block img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.touch .gallery_section li:before {
  opacity: 1;
}

.partners_section .tab_block {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

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