.contact_section .info_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main_section .image_block picture > img,
.main_section .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main_section .image_block picture > img,
.main_section .image_block > img {
  object-fit: cover;
}

.main_section .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.main_section .image_block {
  position: relative;
  overflow: hidden;
}
.main_section .image_block:before {
  display: block;
  content: "";
  padding-bottom: 62.5%;
}

.main_section .main_title {
  font-size: 360%;
  line-height: 1.25em;
}
@media screen and (max-width: 1200px) {
  .main_section .main_title {
    font-size: 320%;
  }
}
@media screen and (max-width: 768px) {
  .main_section .main_title {
    font-size: 280%;
  }
}
@media screen and (max-width: 575px) {
  .main_section .main_title {
    font-size: 240%;
  }
}

.contact_section .info_list li, .chambers_section {
  font-size: 160%;
  line-height: 1.25em;
}
@media screen and (max-width: 575px) {
  .contact_section .info_list li, .chambers_section {
    font-size: 140%;
  }
}

.content {
  padding-bottom: 80px;
}

.main_section .main_inner {
  padding-top: 30px;
  display: flex;
  align-items: flex-end;
}
.main_section .inner_container {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.main_section .image_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-bottom: 5px;
}
.main_section .main_info {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0 60px 20px;
}
.main_section .info_inner {
  max-width: 710px;
}
.main_section .main_title {
  color: #1E1E1E;
  padding: 0 0 16px 24px;
  font-family: "montserrat-bold", "montserratarm-bold";
}
.main_section .main_title span {
  color: #0D3AAD;
}
.main_section .standard_desc {
  padding: 0 0 20px 24px;
}
.main_section .read_more {
  color: #DFDFDF;
  font-family: "montserrat-bold", "montserratarm-bold";
  font-size: 200%;
  line-height: 1.25em;
  text-transform: uppercase;
  height: 58px;
  display: inline-block;
  vertical-align: top;
  background: #0D3AAD;
}
.main_section .read_more span {
  display: flex;
  align-items: center;
}
.main_section .read_more span:before {
  content: "";
  display: block;
  border-right: 27px solid transparent;
  border-top: 59px solid #D9D9D9;
  margin-right: 10px;
}
.main_section .read_more span:after {
  content: "";
  display: block;
  border-left: 27px solid transparent;
  border-bottom: 59px solid #D9D9D9;
  margin-left: 10px;
}
@media screen and (max-width: 1440px) {
  .main_section .main_title {
    font-size: 320%;
  }
  .main_section .standard_desc {
    font-size: 140%;
  }
  .main_section .read_more {
    font-size: 180%;
  }
}
@media screen and (max-width: 1200px) {
  .main_section .main_title {
    font-size: 280%;
  }
  .main_section .read_more {
    font-size: 160%;
  }
}
@media screen and (max-width: 1024px) {
  .main_section .main_title {
    padding-left: 0;
  }
  .main_section .main_inner {
    flex-direction: column;
    align-items: center;
  }
  .main_section .image_block {
    width: 100%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .main_section .main_info {
    flex: 0 0 66.66%;
    max-width: 66.66%;
    padding: 0 0 40px 20px;
    text-align: center;
    padding: 30px 0 0;
  }
  .main_section .standard_desc {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .main_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main_section .main_info {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main_section .read_more {
    height: 46px;
  }
  .main_section .read_more span:before {
    border-right: 27px solid transparent;
    border-top: 47px solid #D9D9D9;
  }
  .main_section .read_more span:after {
    border-left: 27px solid transparent;
    border-bottom: 47px solid #D9D9D9;
  }
}
@media screen and (max-width: 575px) {
  .main_section .main_title {
    font-size: 240%;
  }
}
@media screen and (max-width: 480px) {
  .main_section .main_title {
    font-size: 220%;
  }
  .main_section .read_more {
    font-size: 140%;
  }
}

.partners_section {
  padding-top: 180px;
}
.partners_section .partners_main {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 40px;
}
.partners_section .partners_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.partners_section .partners_list:hover li:first-child {
  animation-play-state: paused;
}
.partners_section li {
  display: flex;
  align-items: center;
  padding-left: 45px;
  padding-right: 12px;
  position: relative;
}
.partners_section li:first-child {
  animation: ticker 10s linear infinite;
  animation-play-state: running;
}
.partners_section li:before {
  content: "";
  background-image: url(images/partner_sticker.svg);
  background-repeat: no-repeat;
  width: 34px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.partners_section .partner_item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  font-size: 220%;
  line-height: 1.25em;
  text-transform: uppercase;
}
.partners_section .partner_item span {
  display: block;
  width: 228px;
  text-align: center;
}
.partners_section .partner_item img {
  max-height: 58px;
  width: auto;
  height: auto;
  display: block;
}
.partners_section .partner_item:before {
  content: "";
  display: block;
  border-right: 27px solid transparent;
  border-top: 59px solid #D9D9D9;
  margin-right: 12px;
}
.partners_section .partner_item:after {
  content: "";
  display: block;
  border-left: 27px solid transparent;
  border-bottom: 59px solid #D9D9D9;
  margin-left: 12px;
}
@media screen and (max-width: 1200px) {
  .partners_section {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .partners_section {
    padding-top: 120px;
  }
  .partners_section .partners_main {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .partners_section {
    padding-top: 90px;
  }
  .partners_section .partner_item span {
    width: 220px;
  }
}
@media screen and (max-width: 575px) {
  .partners_section {
    padding-top: 70px;
  }
  .partners_section .partners_main {
    padding-top: 24px;
  }
  .partners_section .partner_item {
    font-size: 160%;
  }
  .partners_section .partner_item span {
    width: 185px;
  }
  .partners_section .partner_item img {
    width: auto;
    height: 48px;
  }
  .partners_section .partner_item:before {
    border-right: 22px solid transparent;
    border-top: 48px solid #D9D9D9;
  }
  .partners_section .partner_item:after {
    content: "";
    display: block;
    border-left: 22px solid transparent;
    border-bottom: 48px solid #D9D9D9;
  }
}

.news_main {
  padding-top: 180px;
}
@media screen and (max-width: 1200px) {
  .news_main {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .news_main {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .news_main {
    padding-top: 90px;
  }
}
@media screen and (max-width: 575px) {
  .news_main {
    padding-top: 70px;
  }
}

.news_slider {
  position: relative;
  overflow: hidden;
  margin: 40px -10px 0;
}
.news_slider:not(.swiper-initialized) {
  display: flex;
}
.news_slider:not(.swiper-initialized) .swiper-slide {
  max-width: 33.3%;
  flex: 0 0 33.3%;
}
@media screen and (max-width: 1200px) {
  .news_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 41.66%;
    flex: 0 0 41.66%;
  }
}
@media screen and (max-width: 1024px) {
  .news_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .news_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 62.5%;
    flex: 0 0 62.5%;
  }
}
@media screen and (max-width: 640px) {
  .news_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 76.92%;
    flex: 0 0 76.92%;
  }
}
@media screen and (max-width: 575px) {
  .news_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 83.33%;
    flex: 0 0 83.33%;
  }
}
@media screen and (max-width: 480px) {
  .news_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.news_slider .swiper-slide {
  padding: 0 10px;
}
@media screen and (max-width: 575px) {
  .news_slider {
    margin-top: 24px;
  }
}

.chambers_section {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.chambers_section:after {
  content: "";
  background-repeat: no-repeat;
  background-image: url(images/sticker3.svg);
  width: 36px;
  height: 8px;
  display: block;
  margin-top: 16px;
}
.chambers_section .image_row {
  display: flex;
}
.chambers_section img {
  display: block;
  width: auto;
  height: 28px;
}
.chambers_section img:not(:first-child) {
  margin-left: 40px;
}
.chambers_section .chambers_title {
  color: #1E1E1E;
  padding-top: 20px;
  text-align: center;
}
.chambers_section a {
  display: block;
  text-decoration-line: underline;
  color: #0D3AAD;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .chambers_section {
    padding-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .chambers_section {
    padding-top: 40px;
  }
}

@keyframes ticker {
  to {
    margin-left: -33.3%;
  }
}
.service_section {
  padding-top: 180px;
}
@media screen and (max-width: 1200px) {
  .service_section {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .service_section {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .service_section {
    padding-top: 90px;
  }
}
@media screen and (max-width: 575px) {
  .service_section {
    padding-top: 70px;
  }
}

.more_info {
  padding-top: 40px;
  text-align: center;
  color: #1E1E1E;
  font-size: 160%;
  line-height: 1.25em;
}
.more_info a {
  color: #0D3AAD;
  text-decoration-line: underline;
  white-space: nowrap;
}

svg {
  width: 180px;
  height: auto;
}

@media screen and (max-width: 480px) {
  .more_info {
    padding-top: 30px;
  }
}
.contact_section {
  padding-top: 160px;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.contact_section .contact_info {
  flex: 0 0 50%;
  max-width: 50%;
  background: #1E1E1E;
  padding: 50px 40px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_section .contact_info:hover {
  margin-top: -60px;
  margin-bottom: 60px;
}
.contact_section .contact_form {
  flex: 0 0 50%;
  max-width: 50%;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #0D3AAD;
  padding: 50px 40px;
}
.contact_section .contact_form:hover {
  margin-top: -60px;
  margin-bottom: 60px;
}
.contact_section .contact_form ::-webkit-input-placeholder {
  color: rgba(223, 223, 223, 0.3);
}
.contact_section .contact_form :-moz-placeholder {
  color: rgba(223, 223, 223, 0.3);
}
.contact_section .contact_form ::-moz-placeholder {
  color: rgba(223, 223, 223, 0.3);
}
.contact_section .contact_form :-ms-input-placeholder {
  color: rgba(223, 223, 223, 0.3);
}
.contact_section .contact_title {
  font-size: 240%;
  font-family: "montserrat-medium", "montserratarm-medium";
  line-height: 2.1em;
  text-transform: uppercase;
  color: #DFDFDF;
  text-align: center;
}
.contact_section .standard_desc {
  color: #C3C3C3;
  padding-top: 20px;
  text-align: center;
}
.contact_section .info_list {
  max-width: 350px;
  margin: 0 auto;
  padding-top: 20px;
}
.contact_section .info_list li {
  padding-top: 40px;
  display: flex;
  align-items: center;
  color: #DFDFDF;
}
.contact_section .info_list li:before {
  display: block;
  margin-right: 20px;
  font-size: 1.6rem;
}
.contact_section .info_list a {
  display: block;
  color: #DFDFDF;
}
.contact_section form {
  padding: 60px 13px 0;
  text-align: center;
}
.contact_section .field_block {
  padding-bottom: 40px;
}
.contact_section input,
.contact_section textarea {
  padding: 0 8px 8px;
  color: #ffffff;
  font-size: 160%;
  font-family: "montserrat-medium", "montserratarm-medium";
  line-height: 1.25em;
  background: transparent;
  border: none;
  text-align: left;
  border-bottom: 2px solid #C3C3C3;
}
.contact_section textarea {
  min-height: 72px;
}
.contact_section .send_btn {
  border: none;
  background: #DFDFDF;
  border-radius: 8px;
  color: #1E1E1E;
  font-family: "montserrat-bold", "montserratarm-bold";
  font-size: 200%;
  line-height: 1.25em;
  text-transform: uppercase;
  padding: 15px 62px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .contact_section {
    padding-top: 140px;
  }
  .contact_section .contact_info,
  .contact_section .contact_form {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_section {
    padding-top: 100px;
  }
  .contact_section .contact_info,
  .contact_section .contact_form {
    padding: 30px 20px;
  }
  .contact_section .contact_title {
    font-size: 200%;
    line-height: 1.4em;
  }
  .contact_section form {
    padding: 40px 0 0;
  }
  .contact_section input,
  .contact_section textarea,
  .contact_section .standard_desc {
    font-size: 140%;
  }
  .contact_section .info_list {
    padding-top: 0;
  }
  .contact_section .info_list li {
    font-size: 140%;
  }
  .contact_section .send_btn {
    font-size: 180%;
  }
}
@media screen and (max-width: 768px) {
  .contact_section {
    padding-top: 80px;
    flex-wrap: wrap;
  }
  .contact_section .contact_form,
  .contact_section .contact_info {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px;
  }
  .contact_section .contact_form:hover,
  .contact_section .contact_info:hover {
    margin: 0;
  }
  .contact_section input,
  .contact_section textarea,
  .contact_section .standard_desc {
    font-size: 160%;
  }
  .contact_section .info_list li {
    font-size: 160%;
  }
}
@media screen and (max-width: 575px) {
  .contact_section {
    padding-top: 60px;
  }
  .contact_section .contact_info,
  .contact_section .contact_form {
    padding: 30px 20px;
  }
  .contact_section .contact_title {
    font-size: 200%;
    line-height: 1.3em;
  }
  .contact_section form {
    padding: 30px 0 0;
  }
  .contact_section input,
  .contact_section textarea {
    font-size: 140%;
  }
  .contact_section .standard_desc {
    padding-top: 15px;
    font-size: 140%;
  }
  .contact_section .info_list li {
    font-size: 140%;
    padding-top: 30px;
  }
  .contact_section .send_btn {
    font-size: 160%;
  }
}
@media screen and (max-width: 480px) {
  .contact_section .send_btn {
    width: 100%;
  }
}

.web .chambers_section a, .chambers_section .web a, .web .more_info a, .more_info .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .contact_section .send_btn, .contact_section .web .send_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .chambers_section a, .chambers_section .touch a, .touch .more_info a, .more_info .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .contact_section .send_btn, .contact_section .touch .send_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .chambers_section a:hover, .chambers_section .web a:hover, .web .more_info a:hover, .more_info .web a:hover {
  color: #1E1E1E;
}
.web .contact_section .send_btn:hover, .contact_section .web .send_btn:hover {
  background: #1E1E1E;
  color: #ffffff;
  outline-color: transparent !important;
}
.touch .chambers_section a:active, .chambers_section .touch a:active, .touch .more_info a:active, .more_info .touch a:active {
  color: #1E1E1E;
}
.touch .contact_section .send_btn:active, .contact_section .touch .send_btn:active {
  background: #1E1E1E;
  color: #ffffff;
  outline-color: transparent !important;
}

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