@media screen and (max-width: 1279px) {
  html {
    font-size: 0.078125vw;
  }
  .container {
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 28rem;
    line-height: 36rem;
    letter-spacing: 0%;
    color: rgb(78, 78, 78);
    position: relative;
  }
  .section__title::after {
    content: "";
    width: 98rem;
    height: 2rem;
    background-color: rgb(78, 78, 78);
    position: absolute;
    bottom: -20rem;
  }
  select {
    width: 320rem;
    height: 65rem;
    font-size: 20rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(78, 78, 78);
    margin-bottom: 40rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10rem;
    text-align: center;
    margin-top: 10rem;
    word-spacing: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  select:not([multiple]) {
    padding-right: 1.2em;
    background-repeat: no-repeat;
    background-position: top 15rem right 20rem;
    background-size: 35rem 35rem;
    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: 2rem solid #fff;
    border-radius: 10rem;
    padding: 15rem 25rem;
    font-size: 20rem;
    line-height: 23rem;
    letter-spacing: 0%;
    width: 100%;
    transition: all 0.3s;
  }
  input[type=tel] {
    background-color: #fff;
    border: 2rem solid #fff;
    border-radius: 10rem;
    padding: 15rem 25rem;
    font-size: 20rem;
    line-height: 30rem;
    letter-spacing: 0%;
    width: 100%;
    transition: all 0.3s;
  }
  .iti__selected-dial-code {
    font-size: 20rem;
    line-height: 30rem;
  }
  input[type=submit] {
    background-color: #fff;
    border: none;
    border-radius: 10rem;
    padding: 20rem 0;
    width: 100%;
    font-size: 20rem;
    line-height: 24rem;
    letter-spacing: 0%;
    color: #fff;
    background-color: rgb(255, 71, 71);
    cursor: pointer;
    width: 100%;
  }
  .form_bottom {
    display: flex;
    font-weight: 300;
    font-size: 16rem;
    line-height: 19rem;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 4rem;
  }
  .form_bottom span a {
    font-size: 16rem;
    line-height: 19rem;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.5);
  }
  .form_bottom .check_wrap {
    width: 30rem;
    min-width: 30rem;
    height: 30rem;
    margin-right: 13.75rem;
    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");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .iti {
    width: 100%;
  }
  .wpcf7-spinner {
    display: none !important;
  }
  .intl-tel-input {
    width: 100%;
    outline: none !important;
  }
  .header .header__wrap {
    padding: 45rem 0 26rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .header__wrap .header__logo {
    display: flex;
    align-items: center;
    gap: 30rem;
    text-decoration: none;
  }
  .header .header__wrap .header__logo img {
    width: 200rem;
    height: 55rem;
  }
  .header .header__wrap .header__logo .header__logo_text {
    color: rgb(78, 78, 78);
    font-size: 20rem;
    line-height: 23rem;
    max-width: 312rem;
  }
  .header .header__wrap .header__contacts {
    display: flex;
    flex-direction: column;
    margin-left: 50rem;
    position: relative;
  }
  .header .header__wrap .header__contacts::before {
    content: "";
    width: 35rem;
    height: 35rem;
    background-image: url("../img/phone.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35rem;
    position: absolute;
    left: -44rem;
    top: 6.5rem;
  }
  .header .header__wrap .header__contacts .header__tel {
    font-size: 20rem;
    line-height: 25rem;
    letter-spacing: 0%;
    color: rgb(78, 78, 78);
    text-decoration: none;
  }
  .header .header__wrap .header__contacts .header__time {
    font-size: 20rem;
    line-height: 25rem;
    letter-spacing: 0%;
    color: rgba(78, 78, 78, 0.5);
  }
  .header .header__wrap .header__btn {
    padding: 22rem 28rem;
    border-radius: 10rem;
    background-color: rgb(255, 71, 71);
    font-size: 20rem;
    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: 22rem 60rem;
    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: 578rem;
    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: -230rem;
    content: "";
    width: 578rem;
    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 {
    font-size: 16rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(255, 255, 255);
    margin-right: 44.67rem;
    position: relative;
    z-index: 1;
  }
  .header .header__menu span {
    font-size: 16rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 20rem;
    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: 70rem;
    margin-right: auto;
  }
  .header .header__menu ul:last-child {
    gap: 70rem;
  }
  .header .header__menu ul li a {
    font-size: 16rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
  }
  .footer {
    margin-top: auto;
    padding: 45rem 0 80rem 0;
    background: linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
    position: relative;
    overflow: hidden;
  }
  .footer::before {
    content: "";
    width: 646rem;
    height: 485rem;
    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 {
    margin-bottom: 14rem;
  }
  .footer .footer_top .col .footer__logo img {
    width: 200rem;
    height: 55rem;
  }
  .footer .footer_top .col .footer_text {
    font-size: 16rem;
    line-height: 22rem;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.5);
    max-width: 200rem;
  }
  .footer .footer_top .col .footer__contacts {
    display: flex;
    align-items: center;
    gap: 15rem;
  }
  .footer .footer_top .col .footer__contacts svg {
    width: 35rem;
    height: 35rem;
  }
  .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: 25rem;
    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: 25rem;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.5);
  }
  .footer .footer_top .col .footer__btn {
    margin-top: 30rem;
    padding: 20rem 25rem;
    border-radius: 10rem;
    background-color: rgb(255, 71, 71);
    font-size: 20rem;
    color: #fff;
    line-height: 24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .footer .footer_top .col .footer_links {
    display: flex;
    flex-direction: column;
    gap: 20rem;
    margin-top: 40rem;
  }
  .footer .footer_top .col .footer_links a {
    display: flex;
    align-items: center;
    gap: 22rem;
    font-size: 20rem;
    line-height: 26rem;
    letter-spacing: 0%;
    color: #fff;
    text-decoration: none;
  }
  .footer .footer_top .col .footer_links a img {
    width: 49rem;
    height: 50rem;
  }
  .footer .footer_top .col ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 30rem;
    max-width: 170rem;
  }
  .footer .footer_top .col ul li a {
    font-size: 20rem;
    line-height: 25rem;
    letter-spacing: 0%;
    color: #fff;
    text-decoration: none;
  }
  .footer .footer_bottom {
    position: relative;
    z-index: 1;
    margin-top: 30rem;
  }
  .footer .footer_bottom a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20rem;
    line-height: 28rem;
    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: 25rem;
    letter-spacing: 0%;
    color: rgb(78, 78, 78);
    text-decoration: none;
  }
  .mob_menu_wrap .header__contacts .header__time {
    font-size: 16rem;
    line-height: 25rem;
    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;
    padding-left: 20rem;
    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: 40rem;
    min-width: 675rem;
    max-width: 675rem;
    transition: all 0.3s;
  }
  .modal .modal_close {
    position: absolute;
    top: 15rem;
    right: 11rem;
    width: 35rem;
    height: 35rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal .modal_close span {
    width: 27rem;
    height: 2rem;
    border-radius: 1rem;
    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: 28rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    max-width: 595rem;
    margin-bottom: 50rem;
  }
  .modal form {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
  .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: 40rem;
    min-width: 675rem;
    max-width: 675rem;
    transition: all 0.3s;
  }
  .modal_sent .modal_close {
    position: absolute;
    top: 15rem;
    right: 11rem;
    width: 35rem;
    height: 35rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal_sent .modal_close span {
    width: 27rem;
    height: 2rem;
    border-radius: 1rem;
    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: 28rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    max-width: 595rem;
    margin-top: 50rem;
    margin-bottom: 50rem;
  }
  .open_bg {
    z-index: 99999;
    opacity: 1;
  }
  .open_modal {
    z-index: 9999999;
    opacity: 1;
  }
  .wpcf7-response-output {
    display: none !important;
  }
  .wpcf7-form-control-wrap {
    position: relative;
  }
  .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    top: 16rem;
    right: 15rem;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    font-size: 18rem;
  }
  .wpcf7-form-control-wrap .wpcf7-not-valid {
    border: 2rem solid red !important;
  }
  .section__hero .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30rem;
  }
  .section__hero .hero_col {
    background: linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
    box-shadow: 0rem 4rem 23.1rem 0rem rgba(0, 0, 0, 0.1);
    padding: 40rem 40rem 40rem 40rem;
    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;
  }
  .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: -31rem;
    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: 35rem;
    line-height: 42rem;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 32rem;
    position: relative;
    z-index: 1;
  }
  .section__hero .hero_col p {
    font-size: 20rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.5);
  }
  .section__hero .hero_col .text {
    padding: 20rem;
    background-color: #fff;
    border-radius: 10rem;
    position: relative;
    z-index: 1;
  }
  .section__hero .hero_col .text:not(:last-child) {
    margin-bottom: 15rem;
  }
  .section__hero .hero_col .text p {
    font-size: 16rem;
    line-height: 20rem;
    letter-spacing: 0%;
    color: rgb(78, 78, 78);
  }
  .section__hero .hero_col .text p:not(:last-child) {
    margin-bottom: 19rem;
  }
  .section__hero .hero_col .form_wrap {
    position: relative;
    z-index: 1;
    padding-top: 12rem;
  }
  .section__hero .hero_col .form_wrap .form__title {
    font-size: 25rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 32rem;
  }
  .section__hero .hero_col .form_wrap .form__subtitle {
    font-size: 20rem;
    line-height: 24rem;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 28rem;
  }
  .section__hero .hero_col .form_wrap form {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
  .section__hero .hero_col .hero__list_wrap {
    margin-top: 28rem;
    position: relative;
    z-index: 1;
  }
  .section__hero .hero_col .hero__list_wrap .hero_list_title {
    display: flex;
    align-items: center;
    gap: 15rem;
    font-size: 20rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 28rem;
  }
  .section__hero .hero_col .hero__list_wrap .hero_list_title svg {
    width: 35rem;
    height: 35rem;
  }
  .section__hero .hero_col .hero__list_wrap .hero_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10rem;
  }
  .section__hero .hero_col .hero__list_wrap .hero_list .item {
    padding: 15rem;
    border-radius: 10rem;
    background-color: #fff;
    font-size: 16rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(78, 78, 78);
  }
  .section__service .section__title {
    margin-bottom: 60rem;
  }
  .section__service .service__items {
    display: flex;
    gap: 40rem;
    max-width: 1160rem;
    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: 270rem;
  }
  .section__service .service__items .item .item_icon {
    margin-bottom: 20rem;
  }
  .section__service .service__items .item .item_icon img {
    width: 40rem;
    height: 40rem;
  }
  .section__service .service__items .item .item_text {
    font-size: 20rem;
    line-height: 24rem;
    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: 40rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    max-width: 1000rem;
    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: 10rem;
    padding: 20rem 0;
  }
  .section__service .service__links h3.service__link a {
    font-size: 20rem;
    line-height: 24rem;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    width: 100%;
  }
  .section__info .section__title {
    margin-bottom: 60rem;
  }
  .section__info .info__wrap {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(450rem, 450rem));
    grid-template-rows: 1fr;
    grid-column-gap: 20rem;
    grid-row-gap: 20rem;
    justify-content: center;
  }
  .section__info .info__wrap .item {
    width: 100%;
    padding: 20rem;
    border-radius: 10rem;
    background-color: #fff;
    box-shadow: 0rem 4rem 23.1rem 0rem rgba(0, 0, 0, 0.1);
    font-size: 20rem;
    line-height: 26rem;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(78, 78, 78);
  }
  .section__online_service {
    padding: 40rem 0;
    background: linear-gradient(59.64deg, #BEE0FE 34.88%, rgba(255, 255, 255, 0) 87.06%);
  }
  .section__online_service .section__title {
    margin-bottom: 60rem;
  }
  .section__online_service .online_service__links {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    gap: 20rem;
  }
  .section__online_service .online_service__links .link {
    margin: 0;
    font-weight: inherit;
    font-size: 20rem;
    line-height: 24rem;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(78, 78, 78);
    padding: 30rem;
    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: 84rem 0;
    background: linear-gradient(59.64deg, #BEE0FE 34.88%, rgba(255, 255, 255, 0) 87.06%);
  }
  .section__price .section__title {
    margin-bottom: 50rem;
  }
  .section__price .price__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20rem;
    grid-row-gap: 20rem;
  }
  .section__price .price__wrap .price_list {
    background-color: #fff;
    padding: 40rem 40rem 21rem 40rem;
    display: flex;
    flex-direction: column;
    gap: 20rem;
  }
  .section__price .price__wrap .price_list .price_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-bottom: 18rem;
  }
  .section__price .price__wrap .price_list .price_item:not(:last-child) {
    border-bottom: 2rem solid rgba(78, 78, 78, 0.5);
  }
  .section__price .price__wrap .price_list .price_item .price_title {
    font-size: 20rem;
    line-height: 25rem;
    letter-spacing: 0%;
    color: rgb(78, 78, 78);
    max-width: 330rem;
  }
  .section__price .price__wrap .price_list .price_item .price_count {
    max-width: 150rem;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(78, 78, 78, 0.5);
  }
  .section__consultation .consultation__form_wrap {
    padding: 40rem;
    background: linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
    box-shadow: 0rem 4rem 23.1rem 0rem rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .section__consultation .consultation__form_wrap::after {
    content: "";
    width: 737rem;
    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: 28rem;
    line-height: 35rem;
    letter-spacing: 0%;
    color: #fff;
    display: block;
  }
  .section__consultation .consultation__form_wrap form {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    gap: 8rem;
    min-width: 552rem;
  }
  .section__faq .section__title {
    margin-bottom: 50rem;
  }
  .section__faq .faq__wraper {
    display: flex;
    flex-direction: column;
    gap: 30rem;
  }
  .section__faq .faq__wraper .faq {
    padding: 30rem;
    background-color: rgb(229, 233, 240);
  }
  .section__faq .faq__wraper .faq .faq__title {
    font-size: 20rem;
    line-height: 24rem;
    letter-spacing: 0%;
    color: rgb(78, 78, 78);
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding-right: 75rem;
  }
  .section__faq .faq__wraper .faq .faq__title .dec {
    margin-top: 15rem;
    position: absolute;
    right: 0;
    width: 35rem;
    height: 35rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section__faq .faq__wraper .faq .faq__title .dec span {
    transform-origin: center center;
    width: 24rem;
    height: 2rem;
    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: 30rem;
    display: none;
    flex-direction: column;
  }
  .section__faq .faq__wraper .faq .faq__content p {
    font-size: 16rem;
    line-height: 20rem;
    letter-spacing: 0%;
    color: rgba(78, 78, 78, 0.5);
  }
  .section__faq .faq__wraper .faq .faq__content p:not(:last-child) {
    margin-bottom: 20rem;
  }
  .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: 20rem;
    font-size: 16rem;
    line-height: 20rem;
    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: 10rem;
    grid-row-gap: 24rem;
    margin-top: 15rem;
    margin-bottom: 30rem;
    padding-right: 44rem;
  }
  .section__faq .faq__wraper .faq .faq__content .content_list .item {
    background-color: #fff;
    padding: 30rem 75rem 30rem 30rem;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .section__faq .faq__wraper .faq .faq__content .content_list .item .item_header {
    font-size: 16rem;
    line-height: 20rem;
    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: 30rem;
    width: 35rem;
    height: 35rem;
    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: 20rem;
    height: 2rem;
    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: 16rem;
    line-height: 20rem;
    letter-spacing: 0%;
    color: rgba(78, 78, 78, 0.5);
    padding-top: 20rem;
    padding-right: 20rem;
    display: none;
  }
  .section__faq .faq__wraper .faq .faq__content .content_list .item .item_content ul {
    padding-left: 25rem;
    margin-bottom: 10rem;
    line-height: 20rem;
  }
  .section__faq .faq__wraper .faq .faq__content .content_list .item .item_content ol {
    padding-left: 20rem;
    margin-bottom: 10rem;
  }
  .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: 0rem 4rem 23.1rem 0rem rgba(0, 0, 0, 0.1);
    padding: 40rem 0;
  }
  .section__lid .lid__wrap .lid__title {
    font-size: 35rem;
    line-height: 48rem;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-bottom: 10rem;
  }
  .section__lid .lid__wrap .lid__subtitle {
    font-size: 18rem;
    line-height: 24rem;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-bottom: 30rem;
  }
  .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: 10rem;
    max-width: 600rem;
  }
  .section__map .map__wrap {
    display: flex;
    gap: 30rem;
    align-items: flex-start;
  }
  .section__map .map__wrap .map_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 658rem;
    padding: 40rem;
    background: url("../img/map_dec.svg") right bottom no-repeat, linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
    box-shadow: 0rem 4rem 23.1rem 0rem rgba(0, 0, 0, 0.1);
  }
  .section__map .map__wrap .map_content .title {
    font-size: 28rem;
    line-height: 34rem;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 28rem;
  }
  .section__map .map__wrap .map_content .btn {
    padding: 20rem 25rem;
    border-radius: 10rem;
    background-color: rgb(255, 71, 71);
    font-size: 20rem;
    color: #fff;
    line-height: 24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
  }
  .section__map .map__wrap .map_content span {
    margin-top: 28rem;
    font-size: 20rem;
    line-height: 26rem;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.5);
  }
  .section__map .map__wrap .map {
    width: 472rem;
    height: 443rem;
  }
  .section__map .map__wrap .map div {
    width: 100%;
    height: 100%;
  }
  .section__map .map__wrap .map iframe {
    width: 100%;
    min-height: 100%;
  }
  .section__test {
    background: linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .section__test::after {
    content: "";
    width: 737rem;
    height: 553rem;
    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: 737rem;
    height: 553rem;
    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: 40rem 0;
    max-width: 568rem;
    margin: 0 auto;
  }
  .section__test .test_block__wrap .section__title {
    color: #fff;
    margin-bottom: 60rem;
  }
  .section__test .test_block__wrap .section__title::after {
    background-color: #fff;
  }
  .section__test .test_block__wrap .section__subtitle {
    font-size: 28rem;
    line-height: 28rem;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-bottom: 22rem;
  }
  .section__test .test_block__wrap .section__subtitle span {
    font-size: 20rem;
  }
  .section__test .test_block__wrap .btn {
    padding: 20rem 25rem;
    border-radius: 10rem;
    background-color: rgb(255, 71, 71);
    font-size: 20rem;
    color: #fff;
    line-height: 24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
  }
  .section__test .test_block__wrap .text {
    margin-top: 20rem;
    font-size: 20rem;
    line-height: 26rem;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
  }
  .page_title {
    font-size: 35rem;
    line-height: 42rem;
    letter-spacing: 0%;
    color: rgb(78, 78, 78);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30rem;
    border-bottom: 2rem solid rgb(78, 78, 78);
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .page_title img {
    margin-right: 33rem;
    width: 35rem;
    height: 35rem;
  }
  .page_subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 28rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(78, 78, 78);
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .page_subtitle::after {
    content: "";
    width: 98rem;
    height: 2rem;
    background-color: rgb(78, 78, 78);
    position: absolute;
    bottom: -20rem;
  }
  .section__contacts .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30rem;
  }
  .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: 0rem 4rem 23.1rem 0rem rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    padding: 40rem;
    grid-column: span 4;
  }
  .section__contacts .tel_block a {
    font-size: 28rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #fff;
    padding: 25rem 0;
  }
  .section__contacts .tel_block h2.contacts-block__label {
    margin-top: auto;
    font-size: 20rem;
    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: 0rem 4rem 23.1rem 0rem rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    padding: 40rem;
  }
  .section__contacts .time_block .row {
    display: flex;
    align-items: center;
    gap: 28rem;
  }
  .section__contacts .time_block .row:not(:last-child) {
    margin-bottom: 15rem;
  }
  .section__contacts .time_block .row .row_title {
    font-size: 28rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.5);
    min-width: 352rem;
  }
  .section__contacts .time_block .row .row_content {
    font-size: 28rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(255, 255, 255);
  }
  .section__contacts .time_block h2.contacts-block__label {
    margin-top: 28rem;
    font-size: 20rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.5);
  }
  .section__service_price .section__title {
    margin-bottom: 50rem;
  }
  .section__service_price .service_price__wrap .items__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30rem;
  }
  .section__service_price .service_price__wrap .items__wrap .item {
    display: flex;
    flex-direction: column;
    gap: 20rem;
  }
  .section__service_price .service_price__wrap .items__wrap .item .item_img {
    width: 100%;
    height: 200rem;
    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: 143rem;
    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 20rem;
    font-weight: inherit;
    font-size: 20rem;
    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: 20rem;
    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: 10rem;
    width: 100%;
    padding: 20rem 0;
    font-size: 20rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin-top: 30rem;
    text-decoration: none;
    background: linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  }
  .section__service_dis {
    padding: 82rem 0 60rem 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: 50rem;
    line-height: 36rem;
  }
  .section__service_dis .table_mobile {
    display: none;
  }
  .section__service_dis .dis__wrap {
    display: flex;
    flex-direction: column;
    gap: 35rem;
    width: 100%;
  }
  .section__service_dis .dis__wrap .row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30rem;
  }
  .section__service_dis .dis__wrap .row .col_1 {
    grid-column: span 3;
    font-size: 20rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(75, 75, 75, 0.5);
    background-color: #fff;
    border-radius: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15rem;
    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: 20rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(78, 78, 78);
    padding: 15rem;
    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: 35rem;
    height: 35rem;
    margin-right: 10rem;
  }
  .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: 0rem 4rem 23.1rem 0rem rgba(0, 0, 0, 0.1);
    padding: 40rem 189rem;
  }
  .section__text_one_block .text_one_block .title {
    font-size: 28rem;
    line-height: 32rem;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 15rem;
  }
  .section__text_one_block .text_one_block .text {
    font-size: 20rem;
    line-height: 26rem;
    letter-spacing: 0%;
    color: #fff;
  }
  .section__text_one_block .text_one_block .text a {
    color: #fff;
  }
  .section__policy_text .policy_text {
    padding: 40rem 48rem;
  }
  .section__policy_text .policy_text__title {
    font-size: 28rem;
    line-height: 36rem;
    margin-bottom: 24rem;
  }
  .section__policy_text .policy_text__content {
    font-size: 16rem;
    line-height: 26rem;
  }
  .section__policy_text .policy_text__content h2,
  .section__policy_text .policy_text__content .wp-block-heading {
    font-size: 22rem;
    line-height: 30rem;
    margin: 24rem 0 12rem;
  }
  .section__consult_colum .consult_colum__wrap {
    display: flex;
    gap: 30rem;
  }
  .section__consult_colum .consult_colum__wrap .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28rem;
    padding: 40rem;
    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 {
    font-size: 28rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
  }
  .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: 28rem;
  }
  .section__consult_colum .consult_colum__wrap .col .col__text .icon img {
    width: 35rem;
    height: 35rem;
  }
  .section__consult_colum .consult_colum__wrap .col .col__text .text {
    font-size: 20rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: #fff;
  }
  .section__consult_colum .consult_colum__wrap .col .col_btn {
    text-decoration: none;
    padding: 20rem 25rem;
    border-radius: 10rem;
    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: 90rem;
  }
  .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: 45rem;
    grid-row-gap: 54rem;
  }
  .section__steps .steps__wrap .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 274rem;
    padding: 27rem;
    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: 28rem;
    height: 60rem;
  }
  .section__steps .steps__wrap .step .last span {
    font-size: 18.28rem;
    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.42rem;
    font-size: 45.7rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(78, 78, 78);
  }
  .section__steps .steps__wrap .step .step_title img {
    margin-left: 18.28rem;
    width: 40rem;
    height: 40rem;
  }
  .section__steps .steps__wrap .step .step_dis {
    font-size: 18.28rem;
    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: 80rem 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: -150rem;
    bottom: 0;
    content: "";
    width: 870rem;
    height: 653rem;
    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: -80rem;
    bottom: 0;
    content: "";
    width: 870rem;
    height: 653rem;
    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: 90rem;
    z-index: 1;
    position: relative;
  }
  .section__useful_information .subtitle {
    font-size: 20rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(78, 78, 78);
    margin-bottom: 30rem;
    z-index: 1;
    position: relative;
  }
  .section__useful_information .columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40rem;
    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 20rem;
    font-weight: inherit;
    font-size: 20rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(78, 78, 78);
  }
  .section__useful_information .columns .col p {
    font-size: 20rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(78, 78, 78, 0.5);
    margin-bottom: 30rem;
  }
  .section__useful_information .columns .form_col {
    padding: 40rem;
    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: 25rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 28rem;
  }
  .section__useful_information .columns .form_col .form__subtitle {
    font-size: 20rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 28rem;
  }
  .section__useful_information .columns .form_col form {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
  .section__help {
    padding: 80rem 0;
    background: linear-gradient(59.64deg, #BEE0FE 34.88%, rgba(255, 255, 255, 0) 87.06%);
  }
  .section__help .section__title {
    margin-bottom: 60rem;
  }
  .section__help .section__subtitle {
    font-size: 20rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(78, 78, 78);
    margin-bottom: 40rem;
  }
  .section__help .text {
    font-size: 20rem;
    line-height: 24rem;
    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: 20rem;
    justify-content: center;
    margin-top: 43rem;
  }
  .section__help .items .item {
    font-size: 16rem;
    line-height: 20rem;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(78, 78, 78);
    padding: 40rem 20rem;
    background-color: #fff;
    max-width: 214rem;
    display: flex;
    align-items: center;
    justify-content: 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: 12rem;
  }
  .section__help .items .item:nth-child(3) {
    transform-origin: top center;
    transform: rotate(-2deg);
    margin-top: 12rem;
  }
  .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: 40rem;
    background: url("../img/hero_type_2.svg") no-repeat left bottom, rgb(131, 163, 193);
    box-shadow: 0rem 4rem 23.1rem 0rem rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 28rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col {
    display: flex;
    flex-direction: column;
    gap: 28rem;
    max-width: 558rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section__hero_type_2 .hero_type_2__wrap .col:nth-child(1) {
    width: 558rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col:nth-child(2) {
    width: 494rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .title_block {
    padding: 40rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 28rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .title_block .title {
    font-size: 35rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(78, 78, 78);
  }
  .section__hero_type_2 .hero_type_2__wrap .col .title_block .text {
    font-size: 20rem;
    line-height: 24rem;
    letter-spacing: 0%;
    color: rgba(78, 78, 78, 0.5);
  }
  .section__hero_type_2 .hero_type_2__wrap .col .form_block {
    padding: 40rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 28rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .form_block .form_title {
    font-size: 25rem;
    line-height: 28rem;
    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: 10rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .form_block form input[type=text] {
    box-shadow: 0rem 4rem 23.1rem 0rem rgba(0, 0, 0, 0.1);
    font-size: 20rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .form_block form input[type=tel] {
    box-shadow: 0rem 4rem 23.1rem 0rem rgba(0, 0, 0, 0.1);
    font-size: 20rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .form_block form .form_bottom {
    display: flex;
    margin-top: 10rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .form_block form .form_bottom span {
    font-size: 16rem;
    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: 40rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 28rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .list_block .list_title {
    font-size: 20rem;
    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: 35rem;
    height: 35rem;
    margin-right: 15rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .list_block .list {
    display: flex;
    flex-wrap: wrap;
    gap: 15rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .list_block .list .item {
    width: 100%;
    max-width: 414rem;
    padding: 20rem;
    border-radius: 10rem;
    background-color: rgb(131, 163, 193);
    font-weight: 600;
    font-size: 15rem;
    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: 30rem;
    grid-row-gap: 30rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .title_block {
    grid-column: span 2;
    padding: 40rem;
    background: rgb(76, 125, 169);
    box-shadow: 0rem 4rem 23.1rem 0rem 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: 35rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-bottom: 28rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .title_block .subtitle {
    font-size: 20rem;
    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: 40rem;
    background: rgb(76, 125, 169);
    box-shadow: 0rem 4rem 23.1rem 0rem 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: 25rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 28rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .form_block form {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .list_block {
    padding: 40rem;
    background: rgb(76, 125, 169);
    box-shadow: 0rem 4rem 23.1rem 0rem 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: 20rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 28rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .list_block .list_title img {
    width: 35rem;
    height: 35rem;
    margin-right: 15rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .list_block .list {
    display: flex;
    flex-wrap: wrap;
    gap: 10rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .list_block .list .item {
    padding: 20rem 18rem;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10rem;
    border: 3rem solid rgb(255, 255, 255);
    font-weight: 600;
    font-size: 15rem;
    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;
  }
}/*# sourceMappingURL=tablet.css.map */