@media screen and (max-width: 768px) {
  html {
    font-size: 0.2777777778vw;
  }
  .country-name {
    font-size: 16rem;
  }
  .section__title {
    font-size: 18rem;
    line-height: 20rem;
  }
  .section__title br {
    display: none !important;
  }
  .section__title::after {
    content: "";
    width: 98px;
    height: 2px;
    background-color: rgb(78, 78, 78);
    position: absolute;
    bottom: -20px;
  }
  .wpcf7-not-valid-tip {
    font-size: 14rem;
  }
  .container {
    max-width: 100%;
    padding: 0 20rem;
  }
  .header {
    background-color: #fff;
    box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 999;
    height: 87rem;
  }
  .header .header__wrap {
    padding: 30rem 0;
  }
  .header .header__wrap .header__logo {
    display: flex;
    align-items: center;
    gap: 30px;
    text-decoration: none;
  }
  .header .header__wrap .header__logo img {
    width: 99rem;
    height: 27rem;
  }
  .header .header__wrap .header__logo .header__logo_text {
    display: none;
  }
  .header .header__wrap .header__contacts {
    display: none;
  }
  .header .header__wrap .header__btn {
    display: none;
  }
  .header .header__wrap .mob_phone {
    display: block;
  }
  .header .header__wrap .mob_phone svg {
    width: 25rem;
    height: 25rem;
  }
  .header .header__wrap .mob_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    width: 25rem;
    height: 25rem;
  }
  .header .header__wrap .mob_btn span {
    width: 18.75rem;
    height: 2rem;
    background-color: rgb(33, 39, 42);
    transition: all 0.3s;
  }
  .header .header__menu {
    display: none;
  }
  .footer {
    margin-top: auto;
    padding: 45rem 20rem;
  }
  .footer .container {
    padding: 0;
    max-width: 100%;
  }
  .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: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40rem;
  }
  .footer .footer_top .mob_col {
    display: flex;
    flex-direction: column;
    grid-column: span 2;
  }
  .footer .footer_top .mob_col .footer_links {
    display: flex;
    flex-direction: column;
    gap: 22rem;
  }
  .footer .footer_top .mob_col .footer_links a {
    display: flex;
    align-items: center;
    gap: 12rem;
    font-size: 16rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    text-decoration: none;
  }
  .footer .footer_top .mob_col .footer_links a img {
    width: 40rem;
    height: 40rem;
  }
  .footer .footer_top .mob_col .coop {
    margin-top: 40rem;
  }
  .footer .footer_top .mob_col .coop a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 14rem;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .footer .footer_top .col:nth-child(1) {
    grid-area: 4/1/4/2;
    grid-column: span 2;
  }
  .footer .footer_top .col:nth-child(5) {
    grid-area: 1/1/1/1;
    grid-column: span 2;
  }
  .footer .footer_top .col .footer__logo {
    margin-bottom: 10rem;
  }
  .footer .footer_top .col .footer__logo img {
    width: 99rem;
    height: 27rem;
  }
  .footer .footer_top .col .footer_text {
    font-size: 14rem;
    max-width: 100%;
  }
  .footer .footer_top .col .footer__contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15rem;
  }
  .footer .footer_top .col .footer__contacts svg {
    width: 25rem;
    height: 25rem;
  }
  .footer .footer_top .col .footer__contacts div {
    display: flex;
    flex-direction: column;
  }
  .footer .footer_top .col .footer__contacts div .footer__tel {
    font-size: 16rem;
    line-height: 18rem;
  }
  .footer .footer_top .col .footer__contacts div .footer__time {
    font-size: 16rem;
    line-height: 18rem;
  }
  .footer .footer_top .col .footer__btn {
    margin-top: 20rem;
    padding: 15rem 0;
    width: 100%;
    border-radius: 8rem;
    font-size: 16rem;
  }
  .footer .footer_top .col .footer_links {
    display: none;
  }
  .footer .footer_top .col ul {
    gap: 22rem;
    max-width: 100%;
  }
  .footer .footer_top .col ul li {
    display: flex;
    justify-content: center;
  }
  .footer .footer_top .col ul li a {
    text-align: center;
    font-size: 16rem;
    line-height: 18rem;
  }
  .footer .footer_bottom {
    display: none;
  }
  .modal {
    padding: 40rem;
    min-width: 360rem;
    max-width: 360rem;
    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: 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: 18rem;
    max-width: 280rem;
    margin-bottom: 50rem;
  }
  .modal form {
    gap: 10rem;
  }
  .modal_sent {
    padding: 40rem;
    min-width: 360rem;
    max-width: 360rem;
    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: 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: 18rem;
    max-width: 280rem;
    margin-top: 50rem;
    margin-bottom: 50rem;
  }
  select {
    width: 100%;
    height: 55rem;
    font-size: 16rem;
    margin-bottom: 40rem;
    border-radius: 8rem;
    margin-top: 0;
  }
  .iti__selected-dial-code {
    font-size: 16rem;
    line-height: 30rem;
  }
  input[type=text] {
    border-radius: 8rem;
    font-size: 16rem;
  }
  input[type=tel] {
    border-radius: 8rem;
    font-size: 16rem;
  }
  input[type=submit] {
    border-radius: 8rem;
    padding: 15rem;
    width: 100%;
    font-size: 16rem;
  }
  .form_bottom {
    font-size: 14rem;
    margin-top: 10rem;
  }
  .form_bottom span a {
    font-size: 14rem;
  }
  .form_bottom .check_wrap {
    margin-top: 2rem;
    width: 18rem;
    min-width: 18rem;
    height: 18rem;
    margin-right: 13rem;
    cursor: pointer;
  }
  .form_bottom .check_wrap input {
    display: none;
  }
  .section_slider_nav {
    display: block;
  }
  .section__map {
    margin-top: 0 !important;
  }
  .section__map .map__wrap {
    gap: 22rem;
    flex-direction: column;
  }
  .section__map .map__wrap .map_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    padding: 47rem 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: 18rem;
    margin-bottom: 20rem;
  }
  .section__map .map__wrap .map_content .btn {
    padding: 15rem 0;
    border-radius: 8rem;
    font-size: 16rem;
    width: 100%;
  }
  .section__map .map__wrap .map_content span {
    margin-top: 20rem;
    font-size: 16rem;
  }
  .section__map .map__wrap .map {
    width: 100%;
    height: 298rem;
  }
  .map_type_2 .map__wrap {
    display: flex;
    gap: 22rem;
    flex-direction: column;
  }
  .map_type_2 .map__wrap .map_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    padding: 47rem 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);
  }
  .map_type_2 .map__wrap .map_content .title {
    font-size: 18rem;
    line-height: 24rem !important;
    margin-bottom: 0 !important;
  }
  .map_type_2 .map__wrap .map_content h2.map-block__label {
    margin-top: 0 !important;
    font-size: 16rem;
    margin-bottom: 20rem !important;
  }
  .map_type_2 .map__wrap .map {
    width: 100%;
    height: 298rem;
  }
  .page_title {
    display: flex;
    align-items: center;
    font-size: 25rem;
    padding-bottom: 30rem;
    border-bottom: 2rem solid rgb(78, 78, 78);
    margin: 40rem 0 !important;
  }
  .page_title img {
    margin-right: 23rem;
    width: 35rem;
    height: 35rem;
  }
  .section__contacts {
    margin-bottom: 22rem !important;
  }
  .section__contacts .container {
    display: flex;
    flex-direction: column-reverse;
    gap: 22rem;
  }
  .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;
  }
  .section__contacts .tel_block a {
    font-size: 18rem;
    padding: 0;
  }
  .section__contacts .tel_block h2.contacts-block__label {
    margin-bottom: 20rem;
    font-size: 16rem;
  }
  .section__contacts .time_block {
    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 {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 9rem;
  }
  .section__contacts .time_block .row:not(:last-child) {
    margin-bottom: 15rem;
  }
  .section__contacts .time_block .row .row_title {
    font-size: 16rem;
    min-width: 100%;
  }
  .section__contacts .time_block .row .row_content {
    font-size: 18rem;
  }
  .section__contacts .time_block h2.contacts-block__label {
    margin-bottom: 20rem;
    font-size: 16rem;
    margin-top: 0;
  }
  .page_subtitle {
    font-size: 18rem;
  }
  .section__lid {
    margin: 40rem 0 !important;
  }
  .section__lid .container {
    max-width: 100%;
    padding: 0;
  }
  .section__lid .lid__wrap {
    padding: 20rem 0;
  }
  .section__lid .lid__wrap .lid__title {
    font-size: 25rem;
    margin-bottom: 20rem;
  }
  .section__lid .lid__wrap .lid__subtitle {
    font-size: 16rem;
    line-height: 22rem;
    margin-bottom: 40rem;
    padding: 0 40rem;
  }
  .section__lid .lid__wrap .lid__subtitle br {
    display: none !important;
  }
  .section__lid .lid__wrap .pc {
    display: none;
  }
  .section__lid .lid__wrap .mob {
    display: block;
  }
  .section__lid .lid__wrap .form_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20rem;
  }
  .section__lid .lid__wrap .form_wrap form {
    display: flex;
    flex-direction: column;
    gap: 10rem;
    max-width: 100%;
  }
  .section__test {
    margin-top: 40rem !important;
  }
  .section__test::after {
    display: none;
    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 .test_block__wrap {
    padding: 40rem 0;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .section__test .test_block__wrap .section__title {
    color: #fff;
    margin-bottom: 40rem;
    padding: 0 20rem;
    line-height: 24rem;
  }
  .section__test .test_block__wrap .section__title::after {
    background-color: #fff;
  }
  .section__test .test_block__wrap .section__subtitle {
    font-size: 18rem;
    line-height: 20rem;
    margin-bottom: 20rem;
  }
  .section__test .test_block__wrap .section__subtitle span {
    font-size: 16rem;
  }
  .section__test .test_block__wrap .btn {
    padding: 15rem 0;
    width: 100%;
    border-radius: 8rem;
    font-size: 16rem;
  }
  .section__test .test_block__wrap .text {
    margin-top: 20rem;
    font-size: 16rem;
    line-height: 18rem;
  }
  .section__info {
    margin-top: 40rem !important;
  }
  .section__info .section__title {
    margin-bottom: 40rem;
  }
  .section__info .info__wrap {
    display: flex;
    flex-direction: column;
    gap: 20rem;
  }
  .section__info .info__wrap .item {
    width: 100%;
    padding: 20rem;
    border-radius: 10rem;
    font-size: 16rem;
    line-height: 20rem;
    color: rgb(78, 78, 78);
  }
  .section__consultation {
    margin-top: 40rem !important;
    background: linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
  }
  .section__consultation .container {
    padding: 0 !important;
  }
  .section__consultation .consultation__form_wrap {
    padding: 40rem 20rem;
    gap: 40rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .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: 21rem;
    line-height: 26rem;
    letter-spacing: 0%;
    color: #fff;
    display: block;
    text-align: center;
  }
  .section__consultation .consultation__form_wrap .consultation__title br {
    display: none !important;
  }
  .section__consultation .consultation__form_wrap form {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    gap: 10rem;
    min-width: 100%;
  }
  .section__service {
    margin-top: 40rem !important;
  }
  .section__service .section__title {
    margin-bottom: 60rem;
  }
  .section__service .service__items {
    display: flex;
    flex-direction: column;
    gap: 30rem;
  }
  .section__service .service__items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section__service .service__items .item .item_icon {
    margin-bottom: 10rem;
  }
  .section__service .service__items .item .item_icon img {
    width: 30rem;
    height: 30rem;
  }
  .section__service .service__items .item .item_text {
    font-size: 16rem;
  }
  .section__service .service__items .item .item_text br {
    display: none;
  }
  .section__service .service__links {
    margin-top: 40rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0rem;
    grid-row-gap: 10rem;
  }
  .section__service .service__links h3.service__link {
    border-radius: 8rem;
    padding: 15rem;
    width: 100%;
  }
  .section__service .service__links h3.service__link a {
    font-size: 16rem;
    line-height: 20rem;
  }
  .section__service .service__links h3.service__link a br {
    display: none;
  }
  .section__service .service__links h3.service__link:nth-child(1) {
    grid-area: 2/1/2/1;
  }
  .section__service .service__links h3.service__link:nth-child(2) {
    grid-area: 3/1/3/1;
  }
  .section__service .service__links h3.service__link:nth-child(3) {
    grid-area: 1/1/1/1;
  }
  .section__service .service__links h3.service__link:nth-child(4) {
    grid-area: 4/1/4/1;
  }
  .section__consult_colum {
    margin-top: 20rem !important;
  }
  .section__consult_colum .consult_colum__wrap {
    display: flex;
    flex-direction: column;
    gap: 20rem;
  }
  .section__consult_colum .consult_colum__wrap .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20rem;
    padding: 20rem;
    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: 22rem;
    text-align: center;
    padding: 0 20rem;
  }
  .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: 25rem;
    height: 25rem;
  }
  .section__consult_colum .consult_colum__wrap .col .col__text .text {
    font-size: 16rem;
  }
  .section__consult_colum .consult_colum__wrap .col .col_btn {
    padding: 15rem;
    border-radius: 8rem;
    font-size: 16rem;
    width: 100%;
  }
  .section__text_one_block {
    margin: 20rem 0 40rem 0 !important;
  }
  .section__text_one_block .text_one_block {
    padding: 20rem;
  }
  .section__text_one_block .text_one_block .title {
    font-size: 18rem;
    line-height: 22rem;
    text-align: left;
    margin-bottom: 20rem;
  }
  .section__text_one_block .text_one_block .text {
    font-size: 16rem;
    line-height: 20rem;
  }
  .section__text_one_block .text_one_block .text br {
    display: none;
  }
  .section__policy_text .policy_text {
    padding: 20rem;
    border-radius: 8rem;
  }
  .section__policy_text .policy_text__title {
    font-size: 20rem;
    line-height: 26rem;
    margin-bottom: 16rem;
  }
  .section__policy_text .policy_text__content {
    font-size: 14rem;
    line-height: 22rem;
  }
  .section__policy_text .policy_text__content h2,
  .section__policy_text .policy_text__content .wp-block-heading {
    font-size: 18rem;
    line-height: 24rem;
    margin: 20rem 0 10rem;
  }
  .section__useful_information {
    padding: 40rem 0;
  }
  .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: 60rem;
    z-index: 1;
    position: relative;
  }
  .section__useful_information .subtitle {
    font-size: 16rem;
    line-height: 20rem;
    padding: 0 6rem;
    margin-bottom: 40rem;
    z-index: 1;
    position: relative;
  }
  .section__useful_information .columns {
    display: flex;
    flex-direction: column;
  }
  .section__useful_information .columns .pc {
    display: none;
  }
  .section__useful_information .columns .mob {
    display: block;
  }
  .section__useful_information .columns .col .useful-info__heading {
    margin: 0 0 20rem;
    font-weight: inherit;
    font-size: 16rem;
  }
  .section__useful_information .columns .col p {
    font-size: 16rem;
    margin-bottom: 20rem;
  }
  .section__useful_information .columns .form_col {
    padding: 20rem;
    margin-top: 20rem;
    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: 18rem;
    line-height: 22rem;
    margin-bottom: 20rem;
  }
  .section__useful_information .columns .form_col .form__subtitle {
    font-size: 16rem;
    margin-bottom: 20rem;
  }
  .section__useful_information .columns .form_col form {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
  .section__hero_type_3 {
    margin-top: 13rem !important;
  }
  .section__hero_type_3 .container {
    padding: 0 !important;
  }
  .section__hero_type_3 .hero_type_3__wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .title_block {
    grid-area: 1/1/1/1;
    background: linear-gradient(180deg, rgba(38, 95, 145, 0.8) 0%, rgba(12, 100, 177, 0.8) 56.25%, rgba(1, 94, 175, 0.8) 100%);
    padding: 20rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .title_block .title {
    font-size: 25rem;
    line-height: 100%;
    margin-bottom: 20rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .title_block .title span {
    display: none;
  }
  .section__hero_type_3 .hero_type_3__wrap .title_block .subtitle {
    font-size: 16rem;
    line-height: 20rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .title_block .subtitle br {
    display: none;
  }
  .section__hero_type_3 .hero_type_3__wrap .form_block {
    padding: 20rem;
    grid-area: 2/1/2/1;
  }
  .section__hero_type_3 .hero_type_3__wrap .form_block .form_title {
    font-size: 18rem;
    margin-bottom: 28px;
  }
  .section__hero_type_3 .hero_type_3__wrap .form_block form {
    gap: 10rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .list_block {
    padding: 20rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .list_block .list_title {
    font-size: 16rem;
    margin-bottom: 20rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .list_block .list_title img {
    width: 25rem;
    height: 25rem;
    margin-right: 15rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .list_block .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    gap: 10rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .list_block .list .item {
    padding: 15rem 20rem;
    border-radius: 8rem;
    border: 2rem solid rgb(255, 255, 255);
    font-size: 14rem;
  }
  .section__hero_type_3 .hero_type_3__wrap .list_block .list .item:nth-child(5) {
    grid-area: 2/2/2/2;
    grid-column: span 2;
  }
  .section__hero_type_3 .hero_type_3__wrap .list_block .list .item:nth-child(6) {
    grid-area: 4/4/4/4;
    grid-column: span 2;
  }
  .section__hero_type_2 {
    margin-top: 13rem !important;
  }
  .section__hero_type_2 .container {
    padding: 0 !important;
  }
  .section__hero_type_2 .hero_type_2__wrap {
    padding: 20rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col {
    display: flex;
    flex-direction: column;
    gap: 10rem;
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section__hero_type_2 .hero_type_2__wrap .col:nth-child(1) {
    width: 100%;
  }
  .section__hero_type_2 .hero_type_2__wrap .col:nth-child(2) {
    width: 100%;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .title_block {
    padding: 20rem;
    gap: 20rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .title_block .title {
    font-size: 25rem;
    line-height: 100%;
    text-align: center;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .title_block .title br {
    display: block;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .title_block .text {
    font-size: 16rem;
    text-align: center;
    line-height: 20rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .form_block {
    padding: 20rem;
    gap: 20rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .form_block .form_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18rem;
    line-height: 28rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .form_block .form_title span {
    font-size: 24rem;
  }
  .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] {
    font-size: 16rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .form_block form input[type=tel] {
    font-size: 16rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .form_block form .form_bottom {
    display: flex;
    font-size: 14rem;
    margin-top: 10rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .form_block form .form_bottom span {
    font-size: 14rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .form_block form .form_bottom span a {
    font-size: 14rem;
  }
  .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") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .list_block {
    padding: 20rem;
    gap: 20rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .list_block .list_title {
    font-size: 16rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .list_block .list_title img {
    width: 25rem;
    height: 25rem;
    margin-right: 15rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .list_block .list {
    flex-direction: column;
    gap: 10rem;
  }
  .section__hero_type_2 .hero_type_2__wrap .col .list_block .list .item {
    width: 100%;
    max-width: 100%;
    padding: 15rem;
    border-radius: 8rem;
    font-size: 14rem;
  }
  .section__hero {
    margin-top: 13rem !important;
  }
  .section__hero .container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 0;
  }
  .section__hero .hero_col {
    padding: 20rem;
    overflow: hidden;
  }
  .section__hero .hero_col .form__mob {
    display: block;
    margin-bottom: 20rem;
    margin-top: 25rem;
  }
  .section__hero .hero_col:nth-child(1) {
    position: relative;
    min-width: 100%;
  }
  .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) {
    display: none;
  }
  .section__hero .hero_col h1 {
    font-size: 25rem;
    margin-bottom: 15rem;
    text-align: center;
  }
  .section__hero .hero_col p {
    font-size: 14rem;
    line-height: 18rem;
  }
  .section__hero .hero_col .text {
    padding: 20rem;
    border-radius: 8rem;
    text-align: center;
  }
  .section__hero .hero_col .text:not(:last-child) {
    margin-bottom: 15rem;
  }
  .section__hero .hero_col .text p {
    font-size: 14rem;
    line-height: 18rem;
  }
  .section__hero .hero_col .text p:not(:last-child) {
    margin-bottom: 14rem;
  }
  .section__hero .hero_col .form_wrap {
    position: relative;
    z-index: 1;
    padding: 20rem;
    background-color: #fff;
  }
  .section__hero .hero_col .form_wrap .form__title {
    font-size: 18rem;
    margin-bottom: 20rem;
    color: rgb(78, 78, 78);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section__hero .hero_col .form_wrap .form__title span {
    font-size: 24rem;
    line-height: 28rem;
  }
  .section__hero .hero_col .form_wrap .form__subtitle {
    font-size: 16rem;
    margin-bottom: 20rem;
    color: rgb(78, 78, 78);
  }
  .section__hero .hero_col .form_wrap .form__subtitle br {
    display: none;
  }
  .section__hero .hero_col .form_wrap form {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
  .section__hero .hero_col .form_wrap form input[type=tel] {
    box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
  }
  .section__hero .hero_col .form_wrap form input[type=text] {
    box-shadow: 0px 4px 23.1px 0px rgba(0, 0, 0, 0.1);
  }
  .section__hero .hero_col .form_wrap form .form_bottom {
    color: rgba(78, 78, 78, 0.5);
  }
  .section__hero .hero_col .form_wrap form .form_bottom span a {
    color: rgba(78, 78, 78, 0.5);
  }
  .section__hero .hero_col .form_wrap 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 .hero_col .form_wrap form .form_bottom .check_wrap .wpcf7-form-control-wrap {
    display: none;
  }
  .section__hero .hero_col .form_wrap form .form_bottom .checked {
    background-image: url("../img/checked_black.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section__hero .hero_col .form_wrap form .form_bottom .notchecked {
    background-image: url("../img/notchecked.svg") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .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 {
    gap: 15rem;
    font-size: 16rem;
    margin-bottom: 25rem;
  }
  .section__hero .hero_col .hero__list_wrap .hero_list_title svg {
    width: 25rem;
    height: 25rem;
  }
  .section__hero .hero_col .hero__list_wrap .hero_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    gap: 10rem;
  }
  .section__hero .hero_col .hero__list_wrap .hero_list .item {
    padding: 15rem 20rem;
    border-radius: 8rem;
    font-size: 14rem;
  }
  .section__hero .hero_col .hero__list_wrap .hero_list .item:nth-child(5) {
    grid-area: 2/2/2/2;
    grid-column: span 2;
  }
  .section__hero .hero_col .hero__list_wrap .hero_list .item:nth-child(6) {
    grid-area: 4/4/4/4;
    grid-column: span 2;
  }
  .section__price {
    margin-top: 40rem !important;
    padding: 82rem 0;
  }
  .section__price .section__title {
    margin-bottom: 50rem;
  }
  .section__price .container {
    padding: 0;
  }
  .section__price .price__wrap {
    display: flex;
    padding: 20rem;
    background-color: #fff;
  }
  .section__price .price__wrap .slick-list {
    padding-left: 0 !important;
  }
  .section__price .price__wrap .slick-list .slick-track {
    display: flex;
  }
  .section__price .price__wrap .price_list {
    background-color: #fff;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-right: 20rem;
  }
  .section__price .price__wrap .price_list .price_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-bottom: 20rem;
    border-bottom: 2rem solid rgba(78, 78, 78, 0.5);
  }
  .section__price .price__wrap .price_list .price_item .price_title {
    font-size: 16rem;
    max-width: 170rem;
  }
  .section__price .price__wrap .price_list .price_item .price_count {
    max-width: 100rem;
    width: 50%;
    font-size: 16rem;
  }
  .section__service_price {
    margin-top: 40rem !important;
  }
  .section__service_price .section__title {
    margin-bottom: 50rem;
  }
  .section__service_price .service_price__wrap .items__wrap {
    display: flex;
    gap: 0;
  }
  .section__service_price .service_price__wrap .items__wrap .slick-list {
    padding-left: 0 !important;
  }
  .section__service_price .service_price__wrap .items__wrap .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-right: 20rem;
  }
  .section__service_price .service_price__wrap .items__wrap .item .item_img {
    width: 100%;
    height: 150rem;
  }
  .section__service_price .service_price__wrap .items__wrap .item .item_content {
    height: 156rem;
    padding: 15rem;
  }
  .section__service_price .service_price__wrap .items__wrap .item .item_content h3.title {
    margin: 0 0 20rem;
    font-weight: inherit;
    font-size: 16rem;
  }
  .section__service_price .service_price__wrap .items__wrap .item .item_content .price {
    font-size: 16rem;
  }
  .section__service_price .service_price__wrap .btn {
    border-radius: 8rem;
    width: 100%;
    padding: 15rem 0;
    font-size: 16rem;
    margin-top: 28rem;
  }
  .section__help {
    margin-top: 40rem !important;
    padding: 60rem 0;
  }
  .section__help .container {
    padding-right: 0 !important;
  }
  .section__help .section__title {
    margin-bottom: 35rem;
    padding-right: 20rem;
  }
  .section__help .section__subtitle {
    font-size: 16rem;
    margin-bottom: 26rem;
    padding-right: 20rem;
  }
  .section__help .text {
    font-size: 16rem;
    line-height: 20rem;
    padding: 0 20rem;
  }
  .section__help .text br {
    display: block;
  }
  .section__help .items {
    gap: 0;
    margin-top: 26rem;
  }
  .section__help .items .slick-track {
    display: flex;
    gap: 20rem;
  }
  .section__help .items .item {
    margin-top: 0 !important;
    font-size: 14rem;
    height: 168rem !important;
    padding: 15rem;
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section__online_service {
    margin-top: 40rem !important;
    padding: 40rem 0;
  }
  .section__online_service .container {
    padding-right: 0;
  }
  .section__online_service .section__title {
    margin-bottom: 60rem;
    padding-right: 20rem;
  }
  .section__online_service .online_service__links {
    display: flex;
    gap: 0;
  }
  .section__online_service .online_service__links .slick-track {
    padding-left: 0 !important;
  }
  .section__online_service .online_service__links .slick-track .slick-slide {
    margin-right: 20rem;
    display: flex;
    flex-direction: column;
    gap: 20rem;
  }
  .section__online_service .online_service__links .link {
    margin: 0;
    font-weight: inherit;
    font-size: 16rem;
    line-height: 18rem;
    padding: 30rem;
    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 4;
  }
  .section__online_service .online_service__links .link:nth-child(7) {
    grid-column: 2/span 5;
  }
  .section__online_service .online_service__links .link:nth-child(8) {
    grid-column: span 5;
  }
  .section__faq .section__title {
    margin-bottom: 40rem;
  }
  .section__faq .faq__wraper {
    display: flex;
    flex-direction: column;
    gap: 20rem;
  }
  .section__faq .faq__wraper .faq {
    padding: 30rem 0 30rem 30rem;
  }
  .section__faq .faq__wraper .faq .faq__title {
    font-size: 20rem;
    padding-right: 95rem;
  }
  .section__faq .faq__wraper .faq .faq__title .dec {
    right: 30rem;
    width: 25rem;
    height: 25rem;
  }
  .section__faq .faq__wraper .faq .faq__content {
    padding-top: 30rem;
  }
  .section__faq .faq__wraper .faq .faq__content p {
    font-size: 14rem;
    line-height: 16rem;
  }
  .section__faq .faq__wraper .faq .faq__content p:not(:last-child) {
    margin-bottom: 14rem;
  }
  .section__faq .faq__wraper .faq .faq__content ul {
    padding-left: 20rem;
    font-size: 14rem;
    line-height: 18rem;
  }
  .section__faq .faq__wraper .faq .faq__content .content_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    margin-top: 10rem;
    margin-bottom: 10rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .section__faq .faq__wraper .faq .faq__content .content_list::-webkit-scrollbar {
    display: none;
  }
  .section__faq .faq__wraper .faq .faq__content .content_list .item {
    width: 270rem;
    padding: 20rem 60rem 20rem 20rem;
  }
  .section__faq .faq__wraper .faq .faq__content .content_list .item .item_header {
    font-size: 14rem;
    line-height: 16rem;
  }
  .section__faq .faq__wraper .faq .faq__content .content_list .item .item_header .dec {
    right: 10rem;
    width: 25rem;
    height: 25rem;
  }
  .section__faq .faq__wraper .faq .faq__content .content_list .item .item_header .dec span {
    width: 20rem;
    height: 2rem;
  }
  .section__faq .faq__wraper .faq .faq__content .content_list .item .item_content {
    font-size: 14rem;
    line-height: 18rem;
    padding-top: 20rem;
    padding-right: 20rem;
    display: none;
  }
  .section__faq .faq__wraper .faq .faq__content .content_list .item .item_content ul {
    padding-left: 20rem;
    margin-bottom: 10rem;
  }
  .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 1;
  }
  .section__faq .faq__wraper .open .faq__title .dec span:nth-child(2) {
    opacity: 0;
  }
  .section__faq .faq__wraper .open .faq__content {
    display: flex;
  }
  .section__steps .section__title {
    padding-right: 20rem;
    margin-bottom: 60rem;
  }
  .section__steps .container {
    padding-right: 0;
  }
  .section__steps .steps__wrap {
    display: none;
  }
  .section__steps .mob_dec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40rem;
  }
  .section__steps .mob_dec span {
    font-size: 16rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(78, 78, 78);
    margin-bottom: 20rem;
    margin-bottom: 20rem;
  }
  .section__steps .mob_dec svg {
    width: 50rem;
    height: 23rem;
  }
  .section__steps .steps__wrap_mob {
    display: flex;
  }
  .section__steps .steps__wrap_mob .slick-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40rem;
  }
  .section__steps .steps__wrap_mob .slick-slide div {
    min-width: 100%;
  }
  .section__steps .steps__wrap_mob .slick-slide:not(:last-child) {
    margin-right: 34rem;
  }
  .section__steps .steps__wrap_mob .slick-slide:nth-child(2) {
    flex-direction: column-reverse;
  }
  .section__steps .steps__wrap_mob .step {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 250rem;
    padding: 15rem;
    width: 200rem;
    background: linear-gradient(59.64deg, #BEE0FE 34.88%, rgba(255, 255, 255, 0) 87.06%);
  }
  .section__steps .steps__wrap_mob .step .step_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 31rem;
    font-size: 30rem;
    color: rgb(78, 78, 78);
  }
  .section__steps .steps__wrap_mob .step .step_title img {
    margin-left: 15rem;
    width: 35rem;
    height: 35rem;
  }
  .section__steps .steps__wrap_mob .step .step_dis {
    font-size: 16rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(78, 78, 78);
  }
  .section__service_dis {
    padding: 82rem 0;
  }
  .section__service_dis .section__title {
    margin-bottom: 60rem;
    line-height: 24rem;
  }
  .section__service_dis .section__title br {
    display: none;
  }
  .section__service_dis .dis__wrap {
    display: none;
  }
  .section__service_dis .table_mobile {
    display: block;
  }
  .section__service_dis .table_mobile .table_mobile_header {
    display: flex;
    align-items: center;
    margin-bottom: 30rem;
  }
  .section__service_dis .table_mobile .table_mobile_header .item {
    width: 100%;
    padding: 10rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(78, 78, 78);
    background-color: #fff;
  }
  .section__service_dis .table_mobile .table_mobile_header .current {
    background: linear-gradient(180deg, #265F91 0%, #0C64B1 56.25%, #015EAF 100%);
    color: #fff;
  }
  .section__service_dis .table_mobile .table_mobile_content .slide {
    display: none;
    flex-direction: column;
    gap: 30rem;
  }
  .section__service_dis .table_mobile .table_mobile_content .slide .slide_row {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
  .section__service_dis .table_mobile .table_mobile_content .slide .slide_row .row_title {
    padding: 10rem;
    background-color: #fff;
    border-radius: 10rem;
    font-weight: 400;
    font-size: 16rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(78, 78, 78, 0.5);
  }
  .section__service_dis .table_mobile .table_mobile_content .slide .slide_row .row_content {
    padding: 10rem;
    background-color: #fff;
    font-weight: 400;
    font-size: 16rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(78, 78, 78);
  }
  .section__service_dis .table_mobile .table_mobile_content .active {
    display: flex;
  }
  .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 12rem;
    top: 18rem;
  }
  .wpcf7-form-control-wrap .wpcf7-not-valid {
    border: 2rem solid red !important;
  }
}/*# sourceMappingURL=mobile.css.map */