* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Lota Grotesque', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  color: #05264f;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 23px;
  }
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  height: 54px;
  background: #05264f;
  border-radius: 57.7328px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #ffffff;
  transition: opacity 0.15s;
}
@media (max-width: 767px) {
  .btn {
    height: 54px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 18px;
  }
}
.btn:hover {
  opacity: 0.7;
}
.btn.small {
  height: 33px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 10px;
  line-height: 13px;
}
@media (max-width: 767px) {
  .btn.small {
    height: 50px;
    font-size: 14px;
    line-height: 18px;
  }
}
.btn.xs {
  padding-left: 10px;
  padding-right: 10px;
  height: 29px;
  font-size: 9px;
  line-height: 12px;
}
.btn.main_page {
  font-size: 14px;
  line-height: 18px;
  height: 54px;
}

.input__label {
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .input__label {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
  }
}
.input__field {
  display: block;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05264f;
  background: #ffffff;
  border-radius: 12px;
  outline: none;
}
@media (max-width: 767px) {
  .input__field {
    padding-left: 18px;
    padding-right: 18px;
    height: 42px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
  }
}
.input__field::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #99b2d3;
}
@media (max-width: 767px) {
  .input__field::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
  }
}
.input__field:-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #99b2d3;
}
@media (max-width: 767px) {
  .input__field:-moz-placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
  }
}
.input__field::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #99b2d3;
}
@media (max-width: 767px) {
  .input__field::-moz-placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
  }
}
.input__field:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #99b2d3;
}
@media (max-width: 767px) {
  .input__field:-ms-input-placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
  }
}
.input__field.error {
  position: relative;
  padding-right: 55px;
  border: 1px solid #eb6487;
  background: #fff url(../images/input_error_icon.svg) right 13px top 11px/36px
    no-repeat;
}
@media (max-width: 767px) {
  .input__field.error {
    padding-right: 44px;
    background: #fff url(../images/input_error_icon.svg) right 7px top 6px/30px
      no-repeat;
  }
}
.input__textarea {
  display: block;
  padding: 32px;
  width: 100%;
  height: 75px;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: #05264f;
  background: #ffffff;
  border-radius: 17.8413px;
  min-height: 190px;
  resize: vertical;
  outline: none;
}
@media (max-width: 767px) {
  .input__textarea {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    border-radius: 10px;
    min-height: 106px;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1298px;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 880px;
  }
}

@media (max-width: 1440px) {
  .wrap {
    overflow: hidden;
  }
}

.earth {
  position: relative;
  width: 566px;
  height: 566px;
  background: url(../images/pages/main/earth-colors.svg) 0 0 / contain no-repeat;
}
.earth__link {
  position: absolute;
  display: flex;
  align-items: center;
  padding-left: 47px;
  padding-right: 20px;
  height: 40px;
  background: #fff url(../images/pages/main/earth_link_icon.svg) 20px
    center/16px no-repeat;
  border-radius: 70px;
}
.earth__link_a {
  font-weight: 600;
  font-size: 20.7182px;
  line-height: 40px;
  text-align: center;
  color: #05264f;
}
.earth__link_a:hover {
  color: #008f8c;
}

.top_corner {
  width: 1482.54px;
  height: 219.16px;
  background: url(../images/top_corner.svg) center 0 no-repeat;
}

.bottom_corner {
  width: 1482.54px;
  height: 219.16px;
  background: url(../images/bottom_corner.svg) center -3px no-repeat;
}
.bottom_corner.reverse {
  transform: scale(-1, 1) translateX(50%);
}

.white_corner {
  width: 1440px;
  height: 542.12px;
  background: url(../images/white_corner.svg) center 0 no-repeat;
}
@media (max-width: 767px) {
  .white_corner {
    width: 400px;
    background-size: contain;
  }
}

.dropdown_shadow {
  box-shadow: 0px 9px 28px -8px rgba(0, 0, 0, 0.15);
}

.solutions_dropdown {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}
.solutions_dropdown ul li {
  margin-bottom: 16px;
}
.solutions_dropdown a {
  font-weight: 400;
}
.solutions_dropdown a:hover {
  color: #008f8c;
}

.text_content {
  margin: 0 auto;
  max-width: 866px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #05264f;
}
@media (max-width: 767px) {
  .text_content {
    font-size: 15px;
    line-height: 23px;
  }
}
.text_content h2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  margin-bottom: 62px;
  max-width: 771px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #05264f;
}
.text_content h2::before {
  content: '';
  position: absolute;
  left: -38px;
  top: 14px;
  width: 21.2px;
  height: 24.59px;
  background: url(../images/text_arr.svg) 0 0 / contain no-repeat;
}
@media (max-width: 900px) {
  .text_content h2 {
    margin-left: 41px;
  }
}
@media (max-width: 767px) {
  .text_content h2 {
    margin-top: 35px;
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
  }
}
.text_content h3 {
  margin-bottom: 26px;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 40px;
  text-transform: capitalize;
  color: #05264f;
}
@media (max-width: 767px) {
  .text_content h3 {
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 30px;
  }
}
.text_content p {
  margin-bottom: 24px;
}
.text_content ul {
  margin-top: 52px;
  margin-bottom: 44px;
  padding-left: 111px;
  max-width: 956px;
}
@media (max-width: 767px) {
  .text_content ul {
    margin-top: 29px;
    margin-bottom: 33px;
    padding-left: 9px;
  }
}
.text_content ul li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 18px;
}
@media (max-width: 767px) {
  .text_content ul li {
    margin-bottom: 20px;
  }
}
.text_content ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 9px;
  height: 11px;
  background: url(../images/text_arr.svg) 0 0 / contain no-repeat;
}
.text_content blockquote {
  margin: 47px auto 45px auto;
  padding-left: 29px;
  padding-right: 30px;
  max-width: 644px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  color: #05264f;
  border-left: 2px solid #008f8c;
}
@media (max-width: 767px) {
  .text_content blockquote {
    padding-left: 25px;
    padding-right: 20px;
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
    border: none;
    background: url(../images/text_arr.svg) 0 8px/11px no-repeat;
  }
}
.text_content a {
  text-decoration: underline;
}
.text_content a:hover {
  text-decoration: none;
}
.text_content strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .text_content.v2 blockquote {
    margin-left: 17px;
    font-size: 16px;
    line-height: 24px;
    background: none;
    border-left: 2px solid #008f8c;
  }
}

.slider_block_gradients {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.slider_block_gradients::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 100%;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 30%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 2;
}
.slider_block_gradients::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 100%;
  background: linear-gradient(
    270deg,
    #fff 0%,
    #fff 30%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 2;
}

.mobile_nav_btn {
  width: 32px;
  height: 32px;
  background: url(../images/mobile_nav_btn.svg) 0 0 no-repeat;
}

.features {
  margin: 0 auto;
  max-width: 1130px;
  padding-left: 15px;
  padding-right: 15px;
}
.features__item {
  padding-left: 70px;
  padding-right: 29px;
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #f0f2f5;
}
.features__item:first-of-type {
  border-top: 1px solid #f0f2f5;
}
.features__item.open .features__item_title::after {
  background: url(../images/minus.svg) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .features__item {
    padding-left: 33px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.features__item_title {
  position: relative;
  font-weight: 900;
  font-size: 28px;
  line-height: 46px;
  cursor: pointer;
}
.features__item_title::before {
  content: '';
  position: absolute;
  top: 14px;
  left: -29px;
  width: 13px;
  height: 15px;
  background: url(../images/text_arr.svg) 0 0 / contain no-repeat;
}
.features__item_title::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 18px;
  height: 18px;
  background: url(../images/plus.svg) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .features__item_title::after {
    top: 5px;
  }
}
@media (max-width: 767px) {
  .features__item_title {
    font-size: 22px;
    line-height: 30px;
    padding-right: 22px;
  }
  .features__item_title::before {
    top: 5px;
  }
}
.features__item_text {
  margin-top: 19px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .features__item_text {
    margin-left: -29px;
  }
}

.terms_privacy {
  margin: 0 auto;
  max-width: 854px;
  padding-top: 57px;
  padding-bottom: 37px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .terms_privacy {
    padding-top: 25px;
    font-size: 15px;
    line-height: 23px;
  }
}
.terms_privacy h1 {
  margin-bottom: 50px;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  color: #05264f;
}
@media (max-width: 767px) {
  .terms_privacy h1 {
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.02em;
  }
}
.terms_privacy p {
  margin-bottom: 25px;
}
.terms_privacy a {
  font-weight: 600;
  text-decoration: underline;
}
.terms_privacy a:hover {
  text-decoration: none;
}

.cb_container {
  width: 100%;
  max-width: 1420px;
}
@media (max-width: 1599px) {
  .cb_container {
    max-width: 1220px;
  }
}
@media (max-width: 1399px) {
  .cb_container {
    max-width: 1062px;
  }
}
@media (max-width: 1199px) {
  .cb_container {
    max-width: 944px;
  }
}
@media (max-width: 1023px) {
  .cb_container {
    max-width: 708px;
  }
}

.top_nav__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 0%;
  width: 100%;
  transition: left 0.15s;
}
@media (max-width: 1023px) {
  .top_nav__wrap {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    background-color: #05264f;
    overflow-y: auto;
  }
}
.top_nav__wrap.open {
  left: 0;
}
.top_nav__wrap ul {
  margin: 0;
  list-style: none;
}
.top_nav__logo {
  display: none;
  padding-top: 25px;
  padding-left: 17px;
  margin-bottom: 62px;
}
@media (max-width: 1023px) {
  .top_nav__logo {
    display: block;
  }
}
.top_nav__lvl_1 {
  display: flex;
  justify-content: space-between;
  width: 71%;
}
.top_nav__lvl_1 > li:first-child {
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .top_nav__lvl_1 > li:first-child {
    align-self: start;
  }
}
.top_nav__lvl_1 > li:first-child > a {
  position: relative;
}
.top_nav__lvl_1 > li:first-child > a::after {
  display: none;
  content: 'new';
  position: absolute;
  top: -2px;
  right: -25px;
  padding: 1px 5px 1px 4px;
  border-radius: 20px;
  font-size: 9px;
  text-align: center;
  line-height: 10px;
  font-weight: 100;
  color: #fff;
  background-color: #05264f;
}
@media (max-width: 1023px) {
  .top_nav__lvl_1 > li:first-child > a::after {
    right: -28px;
    color: #05264f;
    background-color: #fff;
  }
}
.top_nav__lvl_1 > li:last-child {
  position: relative;
  top: 2px;
  height: 38px;
  padding: 0 14px;
  background-color: #05264f;
  border-radius: 50px;
  transition: opacity 0.15s;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .top_nav__lvl_1 > li:last-child {
    display: flex;
    align-items: center;
    align-self: start;
    margin-left: 17px;
    background-color: #fff;
  }
}
.top_nav__lvl_1 > li:last-child:hover {
  opacity: 0.7;
}
.top_nav__lvl_1 > li:last-child > a {
  position: relative;
  top: -2px;
  color: #fff;
  line-height: 16px;
}
@media (max-width: 1023px) {
  .top_nav__lvl_1 > li:last-child > a {
    top: 0;
    color: #05264f;
  }
}
@media (max-width: 1023px) {
  .top_nav__lvl_1 {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .top_nav__lvl_1_item {
    margin-bottom: 34px;
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 1023px) {
  .top_nav__lvl_1_item:last-child .top_nav__lvl_1_item_a {
    font-weight: 400;
  }
}
.top_nav__lvl_1_item_a {
  font-size: 16px;
  line-height: 21px;
  color: #05264f;
}
.top_nav__lvl_1_item_a:hover {
  color: #008f8c;
}
@media (max-width: 1023px) {
  .top_nav__lvl_1_item_a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 17px;
  }
}
.top_nav__lvl_2 {
  position: absolute;
  width: 100%;
  max-width: 306px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fafafa;
  box-shadow: 0px 9px 28px -8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1023px) {
  .top_nav__lvl_2 {
    position: relative;
    margin-top: 29px;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .top_nav__lvl_2.open {
    display: block !important;
  }
}
.top_nav__corner {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 12px;
  width: 13px;
  height: 13px;
  background: url(../images/nav_corner.svg) 0 0 / contain no-repeat;
}
@media (max-width: 1023px) {
  .top_nav__corner {
    position: absolute;
    top: 1px;
    right: 8px;
    width: 16px;
    height: 16px;
    background: url(../images/nav_corner_green.svg) 0 0 no-repeat;
  }
}
.top_nav__close {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: url(../images/close.svg) 0 0 no-repeat;
  cursor: pointer;
}
.top_nav__cat_title {
  position: relative;
  height: 64px;
  background-color: #f0f2f5;
}
@media (max-width: 1023px) {
  .top_nav__cat_title {
    height: auto;
    background: none;
    padding: 0 !important;
  }
}
.top_nav__cat_title::before {
  content: '';
  display: none;
  position: absolute;
  left: -19px;
  top: 4px;
  width: 10px;
  height: 10px;
  background: url(../images/text_arr.svg) 0 0 / contain no-repeat;
}
@media (max-width: 1023px) {
  .top_nav__cat_title::before {
    display: block;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.swiper-button-prev {
  left: -8px;
  transform: rotate(180deg);
}
@media (max-width: 1400px) {
  .swiper-button-prev {
    left: -3px;
  }
}

.swiper-button-next {
  right: -8px;
}
@media (max-width: 1400px) {
  .swiper-button-next {
    right: -3px;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: '';
  width: 16px;
  height: 18px;
  background: url(../images/text_arr.svg) 0 0 / contain no-repeat;
}

.swiper-button-disabled {
  display: none;
}

.popup__overlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
}
.popup__overlay.open {
  display: flex;
}
.popup__window {
  position: relative;
  padding-top: 62px;
  padding-bottom: 51px;
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
  max-width: 509px;
  background: #05264f;
  box-shadow: 0px 9px 28px -8px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
@media (max-width: 767px) {
  .popup__window {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: transform 0.2s;
  transform-origin: center;
}
.popup__close::before {
  content: '';
  top: 13px;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
.popup__close::after {
  content: '';
  top: 13px;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}
.popup__close:hover {
  transform: rotate(180deg);
}

.modal-open {
  overflow: hidden;
  padding-right: 17px;
}
@media (max-width: 767px) {
  .modal-open {
    padding-right: 0;
  }
}

.social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social li {
  margin-right: 15px;
}
@media (min-width: 767px) {
  .social li {
    margin-right: 22px;
  }
}
.social a:hover {
  opacity: 0.7;
}

.contact_us__is_submit,
.wpcf7-response-output {
  margin-bottom: 52px;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  border: none !important;
  text-align: center;
}
@media (max-width: 767px) {
  .contact_us__is_submit,
  .wpcf7-response-output {
    margin-bottom: 41px;
    font-size: 24px;
    line-height: 29px;
  }
}
.contact_us__is_submit span,
.wpcf7-response-output span {
  display: block;
  margin-top: 50px;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
}
@media (max-width: 767px) {
  .contact_us__is_submit span,
  .wpcf7-response-output span {
    margin-top: 24px;
    font-size: 16px;
    line-height: 23px;
  }
}

.hero_block__wrap {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
}
@media (max-width: 1599px) {
  .hero_block__wrap {
    max-width: 1080px;
  }
}
@media (max-width: 1399px) {
  .hero_block__wrap {
    max-width: 972px;
  }
}
@media (max-width: 1199px) {
  .hero_block__wrap {
    max-width: 864px;
  }
}
@media (max-width: 1023px) {
  .hero_block__wrap {
    max-width: 668px;
  }
}
@media (max-width: 767px) {
  .hero_block__wrap {
    flex-direction: column-reverse;
  }
}
.hero_block__texts {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .hero_block__texts {
    width: 100%;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hero_block__title.v1 {
  margin-bottom: 48px;
  font-size: 94px;
  line-height: 100px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .hero_block__title.v1 {
    margin-bottom: 33px;
    font-size: 77px;
    line-height: 79px;
  }
}
@media (max-width: 1023px) {
  .hero_block__title.v1 {
    margin-bottom: 14px;
    font-size: 72px;
    line-height: 72px;
  }
}
@media (max-width: 767px) {
  .hero_block__title.v1 {
    width: 100%;
    font-weight: 900;
    font-size: 28px !important;
    line-height: 35px !important;
  }
}
.hero_block__title.v2 {
  margin-bottom: 74px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  max-width: 504px;
}
@media (max-width: 1199px) {
  .hero_block__title.v2 {
    margin-bottom: 72px;
    font-size: 41px;
    line-height: 50px;
  }
}
@media (max-width: 1023px) {
  .hero_block__title.v2 {
    margin-bottom: 28px;
    font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 767px) {
  .hero_block__title.v2 {
    width: 100%;
    font-weight: 900;
    font-size: 28px;
    line-height: 35px;
  }
}
.hero_block__title.v3 {
  margin-bottom: 52px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  max-width: 504px;
}
@media (max-width: 1199px) {
  .hero_block__title.v3 {
    margin-bottom: 41px;
    font-size: 41px;
    line-height: 50px;
  }
}
@media (max-width: 1023px) {
  .hero_block__title.v3 {
    margin-bottom: 28px;
    font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 767px) {
  .hero_block__title.v3 {
    width: 100%;
    font-weight: 900;
    font-size: 28px;
    line-height: 45px;
  }
}
.hero_block__title b,
.hero_block__title strong {
  display: block;
}
@media (max-width: 767px) {
  .hero_block__title b,
  .hero_block__title strong {
    display: inline;
  }
}
.hero_block__subtitle.v1 {
  margin-bottom: 52px;
  font-size: 18px;
  line-height: 24px;
  max-width: 512px;
}
@media (max-width: 1199px) {
  .hero_block__subtitle.v1 {
    margin-bottom: 41px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .hero_block__subtitle.v1 {
    margin-bottom: 28px;
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .hero_block__subtitle.v1 {
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
  }
}
.hero_block__btn {
  min-width: 212px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .hero_block__btn {
    max-width: 400px;
    width: 100%;
  }
}
.hero_block__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
}
.hero_block__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
@media (max-width: 1199px) {
  .hero_block__img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .hero_block__img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .hero_block__img {
    margin-bottom: 20px;
  }
}

.footer {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .footer {
    font-size: 14px;
    line-height: 14px;
  }
}
.footer__row {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1450px;
}
@media (max-width: 1599px) {
  .footer__row {
    max-width: 1220px;
  }
}
@media (max-width: 1399px) {
  .footer__row {
    max-width: 1062px;
  }
}
@media (max-width: 1023px) {
  .footer__row {
    max-width: 708px;
  }
}
@media (max-width: 767px) {
  .footer__row {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.footer a:hover {
  color: #008f8c;
}
.footer__nav_wrap > div:nth-child(1) {
  margin-left: 26%;
  width: 26%;
}
@media (max-width: 767px) {
  .footer__nav_wrap > div:nth-child(1) {
    margin-left: 0;
    width: auto;
  }
}
.footer__nav_wrap > div:nth-child(2) {
  width: 26%;
}
@media (max-width: 767px) {
  .footer__nav_wrap > div:nth-child(2) {
    width: auto;
  }
}
.footer__nav_wrap > div:nth-child(3) {
  width: 24%;
}
@media (max-width: 767px) {
  .footer__nav_wrap > div:nth-child(3) {
    width: auto;
  }
}
.footer__nav_wrap > div:nth-child(4) {
  display: none;
}
