* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Geologica", sans-serif;
  -webkit-tap-highlight-color: transparent;
  font-weight: 400;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #ECF1FB 0%, #FFFFFF 100%);
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}

.container {
  max-width: 1280px;
  padding: 0 60px;
  margin: 0 auto;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
  position: relative;
}
.section__title::after {
  content: "";
  width: 98px;
  height: 2px;
  background-color: rgb(78, 78, 78);
  position: absolute;
  bottom: -20px;
}

select {
  width: 320px;
  height: 65px;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  text-align: center;
  margin-top: 10px;
  word-spacing: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.iti__country-name {
  font-size: 14rem;
}

select:not([multiple]) {
  padding-right: 1.2em;
  background-repeat: no-repeat;
  background-position: top 15px right 20px;
  background-size: 35px 35px;
  background-image: url("../img/select.svg");
}

select::-ms-expand {
  display: none;
}

.wpcf7-form-control-wrap {
  display: flex;
  justify-content: center;
}

input[type=text] {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0%;
  width: 100%;
  transition: all 0.3s;
}

input[type=tel] {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  width: 100%;
  transition: all 0.3s;
}

.iti__selected-dial-code {
  font-size: 20px;
  line-height: 30px;
}

input[type=submit] {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  padding: 20px 0;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
  background-color: rgb(255, 71, 71);
  cursor: pointer;
  width: 100%;
}

.form_bottom {
  display: flex;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}
.form_bottom span a {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
}
.form_bottom .check_wrap {
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 13.75px;
  background-image: url("../img/defult.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.form_bottom .check_wrap span {
  display: none !important;
}
.form_bottom .checked {
  background-image: url("../img/checked.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form_bottom .notchecked {
  background-image: url("../img/notchecked.svg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.iti {
  width: 100%;
}

.wpcf7-spinner {
  display: none !important;
}

.intl-tel-input {
  width: 100%;
  outline: none !important;
}

.header .header__wrap {
  padding: 45px 0 26px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header__wrap .header__logo {
  display: flex;
  align-items: center;
  gap: 30px;
  text-decoration: none;
}
.header .header__wrap .header__logo img {
  width: 200px;
  height: 55px;
}
.header .header__wrap .header__logo .header__logo_text {
  color: rgb(78, 78, 78);
  font-size: 20px;
  line-height: 23px;
  max-width: 312px;
}
.header .header__wrap .header__contacts {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  position: relative;
}
.header .header__wrap .header__contacts::before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("../img/phone.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px;
  position: absolute;
  left: -44px;
  top: 6.5px;
}
.header .header__wrap .header__contacts .header__tel {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
  text-decoration: none;
}
.header .header__wrap .header__contacts .header__time {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0%;
  color: rgba(78, 78, 78, 0.5);
}
.header .header__wrap .header__btn {
  padding: 22px 28px;
  border-radius: 10px;
  background-color: rgb(255, 71, 71);
  font-size: 20px;
  color: #fff;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .header__wrap .mob_phone {
  display: none;
}
.header .header__wrap .mob_btn {
  display: none;
}
.header .header__menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 60px;
  background: linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  position: relative;
  overflow: hidden;
}
.header .header__menu::before {
  position: absolute;
  left: 0;
  content: "";
  width: 578px;
  height: 100%;
  background-image: url("../img/dec_header.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .header__menu::after {
  position: absolute;
  right: -230px;
  content: "";
  width: 578px;
  height: 100%;
  background-image: url("../img/dec_header.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
}
.header .header__menu .menu_title {
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(255, 255, 255);
  margin-right: 44.67px;
  position: relative;
  z-index: 1;
}
.header .header__menu span {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.header .header__menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  position: relative;
  z-index: 1;
}
.header .header__menu ul:not(:last-child) {
  gap: 70px;
  margin-right: auto;
}
.header .header__menu ul:last-child {
  gap: 70px;
}
.header .header__menu ul li a {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

.footer {
  margin-top: auto;
  padding: 45px 0 80px 0;
  background: linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  width: 646px;
  height: 485px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/footer_dec.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .footer_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.footer .footer_top .mob_col {
  display: none;
}
.footer .footer_top .col .footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 14px;
}
.footer .footer_top .col .footer__logo img {
  width: 200px;
  height: 55px;
}
.footer .footer_top .col .footer_text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
  max-width: 200px;
}
.footer .footer_top .col .footer__contacts {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer .footer_top .col .footer__contacts svg {
  width: 35px;
  height: 35px;
}
.footer .footer_top .col .footer__contacts div {
  display: flex;
  flex-direction: column;
}
.footer .footer_top .col .footer__contacts div .footer__tel {
  font-size: 1.25rem;
  line-height: 25px;
  letter-spacing: 0%;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.footer .footer_top .col .footer__contacts div .footer__time {
  font-size: 1.25rem;
  line-height: 25px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer_top .col .footer__btn {
  margin-top: 30px;
  padding: 20px 25px;
  border-radius: 10px;
  background-color: rgb(255, 71, 71);
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.footer .footer_top .col .footer_links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.footer .footer_top .col .footer_links a {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #fff;
  text-decoration: none;
}
.footer .footer_top .col .footer_links a img {
  width: 49px;
  height: 50px;
}
.footer .footer_top .col ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 30px;
  max-width: 170px;
}
.footer .footer_top .col ul li a {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #fff;
  text-decoration: none;
}
.footer .footer_bottom {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.footer .footer_bottom a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
}

.mob_menu_wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
  top: 87rem;
  width: 100%;
  height: calc(100% - 87rem);
  overflow: auto;
  background-color: #fff;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mob_menu_wrap::-webkit-scrollbar {
  display: none;
}
.mob_menu_wrap .header__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 30rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.mob_menu_wrap .header__contacts::before {
  content: "";
  width: 25rem;
  height: 25rem;
  background-image: url("../img/phone.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25rem;
  position: absolute;
  left: -40rem;
  top: 12.5rem;
}
.mob_menu_wrap .header__contacts .header__tel {
  font-size: 16rem;
  line-height: 25px;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
  text-decoration: none;
}
.mob_menu_wrap .header__contacts .header__time {
  font-size: 16rem;
  line-height: 25px;
  letter-spacing: 0%;
  color: rgba(78, 78, 78, 0.5);
}
.mob_menu_wrap .header__logo_text {
  font-size: 16rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(78, 78, 78);
  margin-top: 20rem;
  padding: 0 20rem;
}
.mob_menu_wrap .header__btn {
  padding: 15rem;
  width: calc(100% - 40rem);
  margin-left: auto;
  margin-right: auto;
  border-radius: 8rem;
  background-color: rgb(255, 71, 71);
  font-size: 16rem;
  color: #fff;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 20rem;
}
.mob_menu_wrap .mob_menu {
  margin-top: 30rem;
  display: flex;
  align-items: flex-start;
  gap: 20rem;
  padding: 30rem 20rem;
  background: url("../img/mob_dec.svg") no-repeat left bottom, linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
}
.mob_menu_wrap .mob_menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 22rem;
}
.mob_menu_wrap .mob_menu ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mob_menu_wrap .mob_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.mob_menu_wrap .footer_links {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  padding-left: 20rem !important;
  gap: 10rem;
  margin-top: 30rem;
  margin-bottom: 39rem;
}
.mob_menu_wrap .footer_links a {
  display: flex;
  align-items: center;
  gap: 12rem;
  font-size: 16rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
  text-decoration: none;
}
.mob_menu_wrap .footer_links a img {
  width: 40rem;
  height: 40rem;
}

.open_mob_menu {
  z-index: 99;
  opacity: 1;
}

.opened {
  position: relative;
}
.opened span:nth-child(2) {
  display: none;
}
.opened span:nth-child(1) {
  position: absolute;
  transform: rotate(45deg);
}
.opened span:nth-child(3) {
  position: absolute;
  transform: rotate(-45deg);
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}

.modal {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/modal.png") no-repeat top right, linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  padding: 40px;
  min-width: 675px;
  max-width: 675px;
  transition: all 0.3s;
}
.modal .modal_close {
  position: absolute;
  top: 15px;
  right: 11px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal_close span {
  width: 27px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transform-origin: center center;
  cursor: pointer;
  position: absolute;
}
.modal .modal_close span:nth-child(1) {
  transform: rotate(-45deg);
}
.modal .modal_close span:nth-child(2) {
  transform: rotate(45deg);
}
.modal .modal__title {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  max-width: 595px;
  margin-bottom: 50px;
}
.modal form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal_sent {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/modal.png") no-repeat top right, linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  padding: 40px;
  min-width: 675px;
  max-width: 675px;
  transition: all 0.3s;
}
.modal_sent .modal_close {
  position: absolute;
  top: 15px;
  right: 11px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_sent .modal_close span {
  width: 27px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transform-origin: center center;
  cursor: pointer;
  position: absolute;
}
.modal_sent .modal_close span:nth-child(1) {
  transform: rotate(-45deg);
}
.modal_sent .modal_close span:nth-child(2) {
  transform: rotate(45deg);
}
.modal_sent .modal__title {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  max-width: 595px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.open_bg {
  z-index: 99999;
  opacity: 1;
}

.open_modal {
  z-index: 9999999;
  opacity: 1;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-form[data-status="invalid"] .wpcf7-response-output,
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-form .wpcf7-response-output.odincovo-form-error,
.modal .wpcf7-response-output.wpcf7-validation-errors:not(:empty),
.modal .checkbox-validation-error,
.form_bottom .checkbox-validation-error,
.wpcf7-form .wpcf7-response-output.odincovo-phone-error {
  display: block !important;
  color: #fff;
  background: rgba(180, 0, 0, 0.85);
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok:not(:empty),
.modal .wpcf7-response-output.wpcf7-mail-sent-ok:not(:empty) {
  display: block !important;
  color: #fff;
  background: rgba(0, 120, 60, 0.9);
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.modal .wpcf7-response-output:empty {
  display: none !important;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

.wpcf7-form .wpcf7-not-valid {
  border: 2px solid #ff4747 !important;
}

.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-form-control-wrap .wpcf7-not-valid {
  border: 2px solid red !important;
}

.section__hero_type_2 .wpcf7-not-valid-tip,
.section__form_consult .wpcf7-not-valid-tip,
.section__form_consult_row .wpcf7-not-valid-tip,
.section__hero .wpcf7-not-valid-tip,
.modal .wpcf7-not-valid-tip {
  display: block !important;
  position: static !important;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.3;
  color: #ffe0e0;
  text-align: left;
}

.section__hero .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.section__hero .hero_col {
  background: linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 40px 40px 40px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
.section__hero .hero_col .form__mob {
  display: none;
}
.section__hero .hero_col:nth-child(1) {
  position: relative;
  min-width: 599px;
}
.section__hero .hero_col:nth-child(1)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/hero_dec_1.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.section__hero .hero_col:nth-child(2) {
  position: relative;
}
.section__hero .hero_col:nth-child(2)::after {
  position: absolute;
  right: 0;
  bottom: -31px;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/hero_dec_2.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.section__hero .hero_col h1 {
  font-size: 35px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.section__hero .hero_col p {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
}
.section__hero .hero_col .text {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.section__hero .hero_col .text:not(:last-child) {
  margin-bottom: 15px;
}
.section__hero .hero_col .text p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
}
.section__hero .hero_col .text p:not(:last-child) {
  margin-bottom: 19px;
}
.section__hero .hero_col .form_wrap {
  position: relative;
  z-index: 1;
  padding-top: 12px;
}
.section__hero .hero_col .form_wrap .form__title {
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 32px;
}
.section__hero .hero_col .form_wrap .form__subtitle {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 28px;
}
.section__hero .hero_col .form_wrap form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section__hero .hero_col .hero__list_wrap {
  margin-top: 28px;
  position: relative;
  z-index: 1;
}
.section__hero .hero_col .hero__list_wrap .hero_list_title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 28px;
}
.section__hero .hero_col .hero__list_wrap .hero_list_title svg {
  width: 35px;
  height: 35px;
}
.section__hero .hero_col .hero__list_wrap .hero_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.section__hero .hero_col .hero__list_wrap .hero_list .item {
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(78, 78, 78);
}

.section__service .section__title {
  margin-bottom: 60px;
}
.section__service .service__items {
  display: flex;
  gap: 40px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.section__service .service__items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 270px;
}
.section__service .service__items .item .item_icon {
  margin-bottom: 20px;
}
.section__service .service__items .item .item_icon img {
  width: 40px;
  height: 40px;
}
.section__service .service__items .item .item_text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(78, 78, 78);
}
.section__service .service__items .item .item_text a {
  color: rgb(78, 78, 78);
}
.section__service .service__links {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.section__service .service__links h3.service__link {
  margin: 0;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 71, 71);
  border-radius: 10px;
  padding: 20px 0;
}
.section__service .service__links h3.service__link a {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  width: 100%;
}

.section__info .section__title {
  margin-bottom: 60px;
}
.section__info .info__wrap {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(450px, 450px));
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
}
.section__info .info__wrap .item {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(78, 78, 78);
}

.section__online_service {
  padding: 40px 0;
  background: linear-gradient(59.64deg, #BEE0FE 34.88%, rgba(255, 255, 255, 0) 87.06%);
}
.section__online_service .section__title {
  margin-bottom: 60px;
}
.section__online_service .online_service__links {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 20px;
}
.section__online_service .online_service__links .link {
  margin: 0;
  font-weight: inherit;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(78, 78, 78);
  padding: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__online_service .online_service__links .link a {
  color: inherit;
  text-decoration: underline;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.section__online_service .online_service__links .link:nth-child(-n+6) {
  grid-column: span 8;
}
.section__online_service .online_service__links .link:nth-child(7) {
  grid-column: 2/span 11;
}
.section__online_service .online_service__links .link:nth-child(8) {
  grid-column: span 11;
}

.section__price {
  padding: 84px 0;
  background: linear-gradient(59.64deg, #BEE0FE 34.88%, rgba(255, 255, 255, 0) 87.06%);
}
.section__price .section__title {
  margin-bottom: 50px;
}
.section__price .price__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.section__price .price__wrap .price_list {
  background-color: #fff;
  padding: 40px 40px 21px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section__price .price__wrap .price_list .price_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-bottom: 18px;
}
.section__price .price__wrap .price_list .price_item:not(:last-child) {
  border-bottom: 2px solid rgba(78, 78, 78, 0.5);
}
.section__price .price__wrap .price_list .price_item .price_title {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
  max-width: 330px;
}
.section__price .price__wrap .price_list .price_item .price_count {
  max-width: 150px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(78, 78, 78, 0.5);
}

.section__consultation .consultation__form_wrap {
  padding: 40px;
  background: linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.section__consultation .consultation__form_wrap::after {
  content: "";
  width: 737px;
  height: 100%;
  background-image: url("../img/consult_dec.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.section__consultation .consultation__form_wrap .consultation__title {
  margin: 0;
  font-weight: inherit;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #fff;
  display: block;
}
.section__consultation .consultation__form_wrap form {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  gap: 8px;
  min-width: 552px;
}

.section__faq .section__title {
  margin-bottom: 50px;
}
.section__faq .faq__wraper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section__faq .faq__wraper .faq {
  padding: 30px;
  background-color: rgb(229, 233, 240);
}
.section__faq .faq__wraper .faq .faq__title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-right: 75px;
}
.section__faq .faq__wraper .faq .faq__title .dec {
  margin-top: 15px;
  position: absolute;
  right: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__faq .faq__wraper .faq .faq__title .dec span {
  transform-origin: center center;
  width: 24px;
  height: 2px;
  background-color: rgb(78, 78, 78);
  position: absolute;
  transition: all 0.3s;
}
.section__faq .faq__wraper .faq .faq__title .dec span:nth-child(2) {
  transform: rotate(90deg);
}
.section__faq .faq__wraper .faq .faq__content {
  padding-top: 30px;
  display: none;
  flex-direction: column;
}
.section__faq .faq__wraper .faq .faq__content p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(78, 78, 78, 0.5);
  padding-right: 30px;
}
.section__faq .faq__wraper .faq .faq__content p:not(:last-child) {
  margin-bottom: 20px;
}
.section__faq .faq__wraper .faq .faq__content p a {
  color: rgba(78, 78, 78, 0.5);
}
.section__faq .faq__wraper .faq .faq__content ul {
  padding-left: 20px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(78, 78, 78, 0.5);
}
.section__faq .faq__wraper .faq .faq__content ul a {
  color: rgba(78, 78, 78, 0.5);
}
.section__faq .faq__wraper .faq .faq__content .content_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 24px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-right: 44px;
}
.section__faq .faq__wraper .faq .faq__content .content_list .item {
  background-color: #fff;
  padding: 30px 75px 30px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.section__faq .faq__wraper .faq .faq__content .content_list .item .item_header {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.section__faq .faq__wraper .faq .faq__content .content_list .item .item_header .dec {
  position: absolute;
  right: 30px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__faq .faq__wraper .faq .faq__content .content_list .item .item_header .dec span {
  transform-origin: center center;
  width: 20px;
  height: 2px;
  background-color: rgb(78, 78, 78);
  position: absolute;
  transition: all 0.3s;
}
.section__faq .faq__wraper .faq .faq__content .content_list .item .item_header .dec span:nth-child(2) {
  transform: rotate(90deg);
}
.section__faq .faq__wraper .faq .faq__content .content_list .item .item_content {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(78, 78, 78, 0.5);
  padding-top: 20px;
  padding-right: 20px;
  display: none;
}
.section__faq .faq__wraper .faq .faq__content .content_list .item .item_content ul {
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 20px;
}
.section__faq .faq__wraper .faq .faq__content .content_list .item .item_content ol {
  padding-left: 20px;
  margin-bottom: 10px;
}
.section__faq .faq__wraper .faq .faq__content .content_list .full_width {
  grid-column: span 3;
}
.section__faq .faq__wraper .faq .faq__content .content_list .open_item .item_header .dec span:nth-child(2) {
  opacity: 0 !important;
}
.section__faq .faq__wraper .faq .faq__content .content_list .open_item .item_content {
  display: block !important;
}
.section__faq .faq__wraper .open .faq__title .dec span:nth-child(2) {
  opacity: 0;
}
.section__faq .faq__wraper .open .faq__content {
  display: flex !important;
}

.section__lid .lid__wrap {
  background: url("../img/lid_dec.svg") right bottom no-repeat, linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 0;
}
.section__lid .lid__wrap .lid__title {
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.section__lid .lid__wrap .lid__subtitle {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.section__lid .lid__wrap .mob {
  display: none;
}
.section__lid .lid__wrap .form_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__lid .lid__wrap .form_wrap form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 600px;
}

.section__map .map__wrap {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.section__map .map__wrap .map_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 658px;
  padding: 40px;
  background: url("../img/map_dec.svg") right bottom no-repeat, linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
}
.section__map .map__wrap .map_content .title {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 28px;
}
.section__map .map__wrap .map_content .btn {
  padding: 20px 25px;
  border-radius: 10px;
  background-color: rgb(255, 71, 71);
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
.section__map .map__wrap .map_content span {
  margin-top: 28px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
}
.section__map .map__wrap .map {
  width: 472px;
  height: 443px;
}
.section__map .map__wrap .map div {
  width: 100%;
  height: 100%;
}
.section__map .map__wrap .map iframe {
  width: 100%;
  min-height: 100%;
  border: none !important;
}

.map_type_2 .map__wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}
.map_type_2 .map__wrap .map_content {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 658px;
  padding: 40px;
  background: url("../img/map_dec.svg") right bottom no-repeat, linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
}
.map_type_2 .map__wrap .map_content .title {
  margin-top: 0 !important;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 28px;
}
.map_type_2 .map__wrap .map_content h2.map-block__label {
  margin: 0 0 28px;
  font-weight: inherit;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
}
.map_type_2 .map__wrap .map {
  grid-column: span 8;
  min-width: 100%;
  height: 443px;
}
.map_type_2 .map__wrap .map div {
  width: 100%;
  height: 100%;
}
.map_type_2 .map__wrap .map iframe {
  width: 100%;
  min-height: 100%;
  border: none !important;
}

.section__test {
  background: linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  display: flex;
  position: relative;
  overflow: hidden;
}
.section__test::after {
  content: "";
  width: 737px;
  height: 553px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/test_dec_1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section__test::before {
  content: "";
  width: 737px;
  height: 553px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../img/test_dec_2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section__test .test_block__wrap {
  padding: 40px 0;
  max-width: 568px;
  margin: 0 auto;
}
.section__test .test_block__wrap .section__title {
  margin: 0 0 60px;
  font-weight: inherit;
  color: #fff;
}
.section__test .test_block__wrap .section__title::after {
  background-color: #fff;
}
.section__test .test_block__wrap .section__subtitle {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 22px;
}
.section__test .test_block__wrap .section__subtitle span {
  font-size: 20px;
}
.section__test .test_block__wrap .btn {
  padding: 20px 25px;
  border-radius: 10px;
  background-color: rgb(255, 71, 71);
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
.section__test .test_block__wrap .text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.page_title {
  font-size: 35px;
  line-height: 42px;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  border-bottom: 2px solid rgb(78, 78, 78);
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.page_title img {
  margin-right: 33px;
  width: 35px;
  height: 35px;
}

.page_subtitle {
  margin: 0 auto;
  font-weight: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.page_subtitle::after {
  content: "";
  width: 98px;
  height: 2px;
  background-color: rgb(78, 78, 78);
  position: absolute;
  bottom: -20px;
}

.section__contacts .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}
.section__contacts .tel_block {
  background: url("../img/tel_dec.svg") right bottom no-repeat, linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 40px;
  grid-column: span 4;
}
.section__contacts .tel_block a {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #fff;
}
.section__contacts .tel_block h2.contacts-block__label {
  margin: 0 0 28px;
  font-weight: inherit;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
}
.section__contacts .time_block {
  grid-column: span 8;
  background: url("../img/time_dec.svg") right bottom no-repeat, linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.section__contacts .time_block .row {
  display: flex;
  align-items: center;
  gap: 28px;
}
.section__contacts .time_block .row:not(:last-child) {
  margin-bottom: 15px;
}
.section__contacts .time_block .row .row_title {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
  min-width: 352px;
}
.section__contacts .time_block .row .row_content {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(255, 255, 255);
}
.section__contacts .time_block h2.contacts-block__label {
  margin: 0 0 28px;
  font-weight: inherit;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
}

.section__service_price .section__title {
  margin-bottom: 50px;
}
.section__service_price .service_price__wrap .items__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.section__service_price .service_price__wrap .items__wrap .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section__service_price .service_price__wrap .items__wrap .item .item_img {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section__service_price .service_price__wrap .items__wrap .item .item_img img {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__service_price .service_price__wrap .items__wrap .item .item_content {
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(59.64deg, #BEE0FE 34.88%, rgba(255, 255, 255, 0) 87.06%);
  position: relative;
}
.section__service_price .service_price__wrap .items__wrap .item .item_content::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #E5E9F0, #E5E9F0), linear-gradient(59.64deg, #BEE0FE 34.88%, rgba(255, 255, 255, 0) 87.06%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
}
.section__service_price .service_price__wrap .items__wrap .item .item_content h3.title {
  margin: 0 0 20px;
  font-weight: inherit;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(78, 78, 78);
}
.section__service_price .service_price__wrap .items__wrap .item .item_content .price {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(78, 78, 78);
}
.section__service_price .service_price__wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 100%;
  padding: 20px 0;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-top: 30px;
  text-decoration: none;
  background: linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
}

.section__service_dis {
  padding: 82px 0 60px 0;
  background: url("../img/serv_dis_dec.svg") left top no-repeat, linear-gradient(59.64deg, #BEE0FE 34.88%, rgba(255, 255, 255, 0) 87.06%);
  position: relative;
  overflow: hidden;
}
.section__service_dis .section__title {
  margin-bottom: 50px;
  line-height: 36px;
}
.section__service_dis .table_mobile {
  display: none;
}
.section__service_dis .dis__wrap {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 100%;
}
.section__service_dis .dis__wrap .row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}
.section__service_dis .dis__wrap .row .col_1 {
  grid-column: span 3;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(75, 75, 75, 0.5);
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
}
.section__service_dis .dis__wrap .row .col_2 {
  grid-column: span 9;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
}
.section__service_dis .dis__wrap .row .col_2 span {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
  padding: 15px;
  display: flex;
  align-items: center;
}
.section__service_dis .dis__wrap .row:nth-child(1) .col_1 {
  background: linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  border-radius: 0;
  color: rgba(255, 255, 255, 0.5);
}
.section__service_dis .dis__wrap .row:nth-child(1) .col_2 span {
  background: linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  border-radius: 0;
  color: rgb(255, 255, 255);
}
.section__service_dis .dis__wrap .row:nth-child(1) .col_2 span svg {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.section__text_one_block .text_one_block {
  background: url("../img/text_dec.svg") no-repeat right bottom, linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 189px;
}
.section__text_one_block .text_one_block .title {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 15px;
}
.section__text_one_block .text_one_block .text {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #fff;
}
.section__text_one_block .text_one_block .text a {
  color: #fff;
}

.section__consult_colum .consult_colum__wrap {
  display: flex;
  gap: 30px;
}
.section__consult_colum .consult_colum__wrap .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  padding: 40px;
  background: url("../img/dec_btn_block.svg") no-repeat right bottom, linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
}
.section__consult_colum .consult_colum__wrap .col .col__title {
  margin: 0;
  font-weight: inherit;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.section__consult_colum .consult_colum__wrap .col .col__title .useful-info__heading {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.section__consult_colum .consult_colum__wrap .col .col__text {
  display: flex;
  align-items: center;
}
.section__consult_colum .consult_colum__wrap .col .col__text .icon {
  margin-right: 28px;
}
.section__consult_colum .consult_colum__wrap .col .col__text .icon img {
  width: 35px;
  height: 35px;
}
.section__consult_colum .consult_colum__wrap .col .col__text .text {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: #fff;
}
.section__consult_colum .consult_colum__wrap .col .col_btn {
  text-decoration: none;
  padding: 20px 25px;
  border-radius: 10px;
  background-color: rgb(255, 71, 71);
  font-size: 1.25rem;
  color: #fff;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.section__steps .section__title {
  margin-bottom: 90px;
}
.section__steps .mob_dec {
  display: none;
}
.section__steps .steps__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 45px;
  grid-row-gap: 54px;
}
.section__steps .steps__wrap .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 274px;
  padding: 27px;
  background: linear-gradient(59.64deg, #BEE0FE 34.88%, rgba(255, 255, 255, 0) 87.06%);
}
.section__steps .steps__wrap .step .last {
  display: flex;
  align-items: center;
}
.section__steps .steps__wrap .step .last svg {
  width: 28px;
  height: 60px;
}
.section__steps .steps__wrap .step .last span {
  font-size: 18.28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
}
.section__steps .steps__wrap .step .step_title {
  display: flex;
  align-items: center;
  margin-bottom: 27.42px;
  font-size: 45.7px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
}
.section__steps .steps__wrap .step .step_title img {
  margin-left: 18.28px;
  width: 40px;
  height: 40px;
}
.section__steps .steps__wrap .step .step_dis {
  font-size: 18.28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(78, 78, 78);
}
.section__steps .steps__wrap .step:nth-child(1) {
  grid-area: 1/1/2/2;
}
.section__steps .steps__wrap .step:nth-child(2) {
  grid-area: 2/1/3/2;
}
.section__steps .steps__wrap .step:nth-child(3) {
  grid-area: 2/2/3/3;
}
.section__steps .steps__wrap .step:nth-child(4) {
  grid-area: 2/3/3/4;
}
.section__steps .steps__wrap .step:nth-child(5) {
  grid-area: 1/3/2/4;
}
.section__steps .steps__wrap .step:nth-child(6) {
  grid-area: 1/4/2/5;
  background: url("../img/step_dec.png") no-repeat right bottom, linear-gradient(59.64deg, #BEE0FE 34.88%, rgba(255, 255, 255, 0) 87.06%);
}
.section__steps .steps__wrap .step:nth-child(7) {
  grid-area: 1/2/2/3;
  align-items: flex-start;
  padding: 0;
  background: none;
}
.section__steps .steps__wrap_mob {
  display: none;
}

.section__useful_information {
  padding: 80px 0;
  background: linear-gradient(59.64deg, #BEE0FE 34.88%, rgba(255, 255, 255, 0) 87.06%);
  position: relative;
  display: flex;
  overflow: hidden;
}
.section__useful_information::before {
  position: absolute;
  left: -150px;
  bottom: 0;
  content: "";
  width: 870px;
  height: 653px;
  background-image: url("../img/info_1.svg");
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.section__useful_information::after {
  position: absolute;
  right: -80px;
  bottom: 0;
  content: "";
  width: 870px;
  height: 653px;
  background-image: url("../img/info_2.svg");
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.section__useful_information .section__title {
  margin-bottom: 90px;
  z-index: 1;
  position: relative;
}
.section__useful_information .subtitle {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(78, 78, 78);
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.section__useful_information .columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  z-index: 1;
  position: relative;
}
.section__useful_information .columns .pc {
  display: block;
}
.section__useful_information .columns .mob {
  display: none;
}
.section__useful_information .columns .col .useful-info__heading {
  margin: 0 0 20px;
  font-weight: inherit;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(78, 78, 78);
}
.section__useful_information .columns .col p {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(78, 78, 78, 0.5);
  margin-bottom: 30px;
}
.section__useful_information .columns .form_col {
  padding: 40px;
  background: url("../img/hero_dec_2.png") no-repeat right bottom, linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
}
.section__useful_information .columns .form_col .form__title {
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 28px;
}
.section__useful_information .columns .form_col .form__subtitle {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 28px;
}
.section__useful_information .columns .form_col form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section__help {
  padding: 80px 0;
  background: linear-gradient(59.64deg, #BEE0FE 34.88%, rgba(255, 255, 255, 0) 87.06%);
}
.section__help .section__title {
  margin-bottom: 60px;
}
.section__help .section__subtitle {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(78, 78, 78);
  margin-bottom: 40px;
}
.section__help .text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(78, 78, 78, 0.5);
}
.section__help .text br {
  display: none;
}
.section__help .items {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 43px;
}
.section__help .items .item {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(78, 78, 78);
  padding: 40px 20px;
  background-color: #fff;
  max-width: 214px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.section__help .items .item:nth-child(1) {
  transform-origin: top center;
  transform: rotate(5deg);
  height: -moz-fit-content;
  height: fit-content;
}
.section__help .items .item:nth-child(2) {
  transform-origin: top center;
  transform: rotate(2deg);
  margin-top: 12px;
}
.section__help .items .item:nth-child(3) {
  transform-origin: top center;
  transform: rotate(-2deg);
  margin-top: 12px;
}
.section__help .items .item:nth-child(4) {
  transform-origin: top center;
  transform: rotate(-5deg);
  height: -moz-fit-content;
  height: fit-content;
}

.section__hero_type_2 .hero_type_2__wrap {
  padding: 40px;
  background: url("../img/hero_type_2.svg") no-repeat left bottom, rgb(131, 163, 193);
  box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 28px;
}
.section__hero_type_2 .hero_type_2__wrap .col {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 558px;
  width: -moz-fit-content;
  width: fit-content;
}
.section__hero_type_2 .hero_type_2__wrap .col:nth-child(1) {
  width: 558px;
}
.section__hero_type_2 .hero_type_2__wrap .col:nth-child(2) {
  width: 494px;
}
.section__hero_type_2 .hero_type_2__wrap .col .title_block {
  padding: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.section__hero_type_2 .hero_type_2__wrap .col .title_block .title {
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
}
.section__hero_type_2 .hero_type_2__wrap .col .title_block .title br {
  display: none;
}
.section__hero_type_2 .hero_type_2__wrap .col .title_block .text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(78, 78, 78, 0.5);
}
.section__hero_type_2 .hero_type_2__wrap .col .form_block {
  padding: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.section__hero_type_2 .hero_type_2__wrap .col .form_block .form_title {
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
}
.section__hero_type_2 .hero_type_2__wrap .col .form_block form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section__hero_type_2 .hero_type_2__wrap .col .form_block form input[type=text] {
  box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
  font-size: 20px;
}
.section__hero_type_2 .hero_type_2__wrap .col .form_block form input[type=tel] {
  box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
  font-size: 20px;
}
.section__hero_type_2 .hero_type_2__wrap .col .form_block form .form_bottom {
  display: flex;
  margin-top: 10px;
}
.section__hero_type_2 .hero_type_2__wrap .col .form_block form .form_bottom span {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
}
.section__hero_type_2 .hero_type_2__wrap .col .form_block form .form_bottom span a {
  color: rgb(78, 78, 78);
}
.section__hero_type_2 .hero_type_2__wrap .col .form_block form .form_bottom .check_wrap {
  background-image: url("../img/defult_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.section__hero_type_2 .hero_type_2__wrap .col .form_block form .form_bottom .check_wrap .wpcf7-form-control-wrap {
  display: none;
}
.section__hero_type_2 .hero_type_2__wrap .col .form_block form .form_bottom .checked {
  background-image: url("../img/checked_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section__hero_type_2 .hero_type_2__wrap .col .form_block form .form_bottom .notchecked {
  background-image: url("../img/notchecked.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section__hero_type_2 .hero_type_2__wrap .col .list_block {
  padding: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.section__hero_type_2 .hero_type_2__wrap .col .list_block .list_title {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(78, 78, 78);
  display: flex;
  align-items: center;
}
.section__hero_type_2 .hero_type_2__wrap .col .list_block .list_title img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
.section__hero_type_2 .hero_type_2__wrap .col .list_block .list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.section__hero_type_2 .hero_type_2__wrap .col .list_block .list .item {
  width: 100%;
  max-width: 414px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgb(131, 163, 193);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

.section__hero_type_3 .hero_type_3__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.section__hero_type_3 .hero_type_3__wrap .title_block {
  grid-column: span 2;
  padding: 40px;
  background: rgb(76, 125, 169);
  box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
  background-image: url("../img/type_3_1.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}
.section__hero_type_3 .hero_type_3__wrap .title_block .title {
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 28px;
}
.section__hero_type_3 .hero_type_3__wrap .title_block .subtitle {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.section__hero_type_3 .hero_type_3__wrap .form_block {
  padding: 40px;
  background: rgb(76, 125, 169);
  box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
  background-image: url("../img/type_3_3.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.section__hero_type_3 .hero_type_3__wrap .form_block .form_title {
  font-size: 25px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 28px;
}
.section__hero_type_3 .hero_type_3__wrap .form_block form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section__hero_type_3 .hero_type_3__wrap .list_block {
  padding: 40px;
  background: rgb(76, 125, 169);
  box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
  background-image: url("../img/type_3_2.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.section__hero_type_3 .hero_type_3__wrap .list_block .list_title {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 28px;
}
.section__hero_type_3 .hero_type_3__wrap .list_block .list_title img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
.section__hero_type_3 .hero_type_3__wrap .list_block .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.section__hero_type_3 .hero_type_3__wrap .list_block .list .item {
  padding: 20px 18px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  border: 3px solid rgb(255, 255, 255);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

.section_slider_nav {
  display: none;
  margin-top: 25rem;
}
.section_slider_nav .arrows_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_slider_nav .arrows_wrap .prev {
  width: 25rem;
  height: 25rem;
}
.section_slider_nav .arrows_wrap .prev svg {
  width: 25rem;
  height: 25rem;
}
.section_slider_nav .arrows_wrap .next {
  width: 25rem;
  height: 25rem;
}
.section_slider_nav .arrows_wrap .next svg {
  width: 25rem;
  height: 25rem;
}
.section_slider_nav .dots_wrap {
  margin-top: 20rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.section_slider_nav .dots_wrap .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 2rem;
}
.section_slider_nav .dots_wrap .slick-dots .slick-active {
  background-color: #265F91;
}
.section_slider_nav .dots_wrap .slick-dots li {
  background-color: rgb(229, 233, 240);
  width: 100rem;
  height: 2rem;
}
.section_slider_nav .dots_wrap .slick-dots li button {
  display: none;
}

.section__policy_text .policy_text {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 23.1px rgba(0, 0, 0, 0.08);
  padding: 48px 56px;
}
.section__policy_text .policy_text__title {
  font-size: 28px;
  line-height: 36px;
  color: #4e4e4e;
  margin-bottom: 28px;
  font-weight: 600;
}
.section__policy_text .policy_text__content {
  font-size: 16px;
  line-height: 26px;
  color: #4e4e4e;
}
.section__policy_text .policy_text__content h2,
.section__policy_text .policy_text__content .wp-block-heading {
  font-size: 22px;
  line-height: 30px;
  margin: 28px 0 12px;
  font-weight: 600;
  color: #4e4e4e;
}
.section__policy_text .policy_text__content h3 {
  font-size: 18px;
  line-height: 26px;
  margin: 20px 0 10px;
  font-weight: 600;
}
.section__policy_text .policy_text__content p,
.section__policy_text .policy_text__content .wp-block-paragraph {
  margin-bottom: 12px;
}
.section__policy_text .policy_text__content ol,
.section__policy_text .policy_text__content ul {
  margin: 0 0 16px 1.25em;
  padding: 0;
}
.section__policy_text .policy_text__content li {
  margin-bottom: 6px;
}
.section__policy_text .policy_text__content a {
  color: #0c64b1;
  text-decoration: underline;
}
.section__policy_text .policy_text__content strong {
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */