

/* Start:/local/templates/rtm.2025/assets/css/custom.css?1757502372127325*/
@font-face {
    font-family: 'PTRootUIWeb';
    src: url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Bold/PT_Root_UI_Bold.eot');
    src:
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Bold/PT_Root_UI_Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Bold/PT_Root_UI_Bold.woff2') format('woff2'),
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Bold/PT_Root_UI_Bold.woff') format('woff'),
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Bold/PT_Root_UI_Bold.ttf') format('truetype'),
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Bold/PT_Root_UI_Bold.svg#PTRootUIWeb-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'PTRootUIWeb';
    src: url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Light/PT_Root_UI_Light.eot');
    src:
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Light/PT_Root_UI_Light.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Light/PT_Root_UI_Light.woff2') format('woff2'),
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Light/PT_Root_UI_Light.woff') format('woff'),
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Light/PT_Root_UI_Light.ttf') format('truetype'),
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Light/PT_Root_UI_Light.svg#PTRootUIWeb-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PTRootUIWeb';
    src: url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Medium/PT_Root_UI_Medium.eot');
    src:
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Medium/PT_Root_UI_Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Medium/PT_Root_UI_Medium.woff2') format('woff2'),
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Medium/PT_Root_UI_Medium.woff') format('woff'),
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Medium/PT_Root_UI_Medium.ttf') format('truetype'),
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Medium/PT_Root_UI_Medium.svg#PTRootUIWeb-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PTRootUIWeb';
    src: url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Regular/PT_Root_UI_Regular.eot');
    src:
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Regular/PT_Root_UI_Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Regular/PT_Root_UI_Regular.woff2') format('woff2'),
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Regular/PT_Root_UI_Regular.woff') format('woff'),
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Regular/PT_Root_UI_Regular.ttf') format('truetype'),
        url('/local/templates/rtm.2025/assets/css/fonts/PT_Root_UI_Web/PT_Root_UI_Regular/PT_Root_UI_Regular.svg#PTRootUIWeb-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

.wrapper {
    box-sizing: border-box;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px
}

.swiper-wrapper {
    margin-left: calc((100% - 1120px)/2)
}

.numbers {
    width: 100%;
    padding-bottom: 292px;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
}

.numbers__img {
    width: 100%;
    height: 624px;
    z-index: 0;
    object-fit: cover;
}

.numbers__content-box {
    position: absolute;
    bottom: calc((292px/2) - 12px);
    display: grid;
    grid-template-columns: repeat(3, 288px);
    grid-gap: 24px 88px;
    z-index: 1;
    background-color: #FFFFFF;
    padding: 24px 40px;
}

.numbers__content {
    display: flex;
    flex-direction: column;
    max-width: 288px;
    justify-content: flex-start;
    align-items: flex-start;
}

.numbers__title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.numbers__number {
    font-weight: 700;
    font-size: 64px;
    line-height: 80px;
    color: #B13138;

}

.numbers__text_accent {
    font-weight: 700;
    font-size: 20px;
    line-height: 25.5px;
    color: #B13138;
    text-transform: uppercase;
    margin: 0 0 0 12px;
    word-wrap: break-word;

}

.numbers__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #A5AEB8;
    margin: 0;
    grid-column: span 2;
}

@media (max-width: 1080px) {
    .numbers {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 4rem;
    }

    .numbers__img {
        width: 100%;
        height: auto;
    }

    .numbers__content-box {
        position: static;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 24px 32px;
    }

    .numbers__number {
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        color: #B13138;
    }

    .numbers__text_accent {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #B13138;
        text-transform: uppercase;
    }

    .numbers__text {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.11em;
        color: #A5AEB8;
    }
}

@media (max-width: 780px) {
    .numbers__content-box {
        grid-template-columns: 1fr 1fr;
        grid-gap: 24px 44px;
    }

    .numbers__text_accent {
        align-self: center;
    }

}

@media (max-width: 480px) {
    .numbers__content-box {
        grid-template-columns: 1fr;
        grid-gap: 24px 24px;
    }

    .numbers__content-box_2-columns {
        grid-template-columns: 1fr 1fr;
    }
}

ul li::before {

    left: -24px !important;
}

.article h2 {
    font-weight: 600 !important;
}

.owl-next span {
    font-size: 7rem;
}

.owl-prev span {
    font-size: 7rem;
}

.owl-prev {
    display: flex;
    align-items: center;
}

.owl-next {
    display: flex;
    align-items: center;
}


.wstd_pavel__ul {
    list-style-type: square;
    line-height: 0.9;
    margin-left: 10px;
    color: #B13138;
}

.wstd__pavel_li {
    position: revert;
}

.wstd__pavel_span {
    color: #000000;
}



.owl-prev .owl-next {
    font-size: 80px !important;
}


input:focus,
textarea:focus {
    border: 1px solid #B13138 !important;
    outline: none;
}

.text-success_color_blue {
    color: #B13138 !important;
    text-align: center;
    font-size: 20px;
}

.wstd-rec {
    font-size: 12px;
    color: #B13138;
    display: inline-block !important;
    padding: 3px 10px;
    text-align: center;
    position: relative;
    top: -4px;
    border: 1px solid #B13138;
    border-radius: 5px;
}

.wstd-pasha {
    border-bottom: 2px dashed #B13138;
}

.text_nowrap {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .text_nowrap {
        white-space: normal;
    }
}

.footer__menu {
    clear: both;
}

.footer__menu_second {
    margin-top: 16px;
}

/* NEW BLOCKS */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    a:hover {
        color: #B13138;
    }

    input[type="number"]:hover,
    input[type="number"]:focus {
        -moz-appearance: number-input;
    }

    .w-btn_accent:hover,
    .w-btn_accent:focus {
        background-color: #9d2b32;
        color: #fff;
    }

    .w-btn_accent-outline:hover,
    .w-btn_accent-outline:focus {
        background-color: #9d2b32;
        color: #fff;
    }

    .w-btn_white-outline:hover,
    .w-btn_white-outline:focus {
        background-color: #f2f2f2;
        color: #312F3D;
    }

    .w-btn_white-primary:hover,
    .w-btn_white-primary:focus {
        background-color: #9d2b32;
        color: #fff;
    }

    .w-btn_blue-outline:hover,
    .w-btn_blue-outline:focus {
        background-color: #25242f;
        color: #fff;
    }

    .w-btn_blue-link:hover,
    .w-btn_blue-link:focus {
        color: #B13138;
    }

    .w-btn_link:hover,
    .w-btn_link:focus {
        color: #9d2b32;
    }

    .navs-slider__nav:hover,
    .navs-slider__nav:focus {
        background-color: #9d2b32;
    }

    .navs-slider__nav:hover path,
    .navs-slider__nav:focus path {
        stroke: #fff;
    }

    .partners-slider__partner:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .app-btns__item:hover {
        background-color: #B13138;
        color: #fff;
    }

    .app-btns__item:hover .app-btns__icon path {
        fill: #fff;
    }

    .app-btns__item_inverse:hover {
        background-color: #fff;
        color: #3C3A49;
    }

    .app-btns__item_inverse:hover .app-btns__icon path {
        fill: #B13138;
    }

    .news__item:hover .news__title {
        color: #B13138;
    }

    .news__item:hover .news__description {
        color: #3C3A49;
    }

    .counter__btn:hover {
        background-color: rgba(177, 49, 56, 0.05);
        color: #B13138;
    }

    .counter__input:focus {
        border-color: #B13138;
    }

    .tooltip:hover {
        background-color: #B13138;
    }

    .w-header__services:hover .w-header__services-wrap,
    .w-header__services:focus .w-header__services-wrap {
        display: block;
    }

    .w-header__services:hover .w-header__services-text,
    .w-header__services:focus .w-header__services-text {
        color: #B13138;
    }

    .link-icon:hover .link-icon__text,
    .link-icon:focus .link-icon__text {
        color: #B13138;
    }

    .link-icon:hover path,
    .link-icon:focus path {
        fill: #B13138 !important;
        stroke: #B13138 !important;
    }

    .link-icon:hover .link-icon__icon_stroke path,
    .link-icon:focus .link-icon__icon_stroke path {
        fill: #B13138 !important;
        stroke: #B13138 !important;
    }
}


.rub {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
}

button {
    border: none;
    background: transparent;
    color: inherit;
    font-family: inherit;
}

a {
    color: inherit;
}

[v-cloak] {
    display: none
}

button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

html {
    font-size: 18px;
}

body {
    font-family: 'PTRootUI', Arial, Helvetica sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    /* Актуально со старым хедером */
    /* padding-top: 170px; */
}

body.pt-first {
    padding-top: 0;
}

body.promoajaxpage {
    padding-top: 107px;
}

main.inner-page {
    overflow-x: hidden;
}

.main-page .w-header {
    background-color: transparent;
}

.main-page .w-header,
.main-page .link-icon__icon path {
    color: #fff;
    fill: #fff;
    stroke: #fff;
}

a {
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.article-hide {
    max-height: 300px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.anchor {
    position: relative;
}

.anchor span {
    position: absolute;
    top: -260px;
    left: 0;
}

@media (max-width: 991px) {
    body {
        /* Актуально со старым хедером */
        /* padding-top: 200px; */
    }
}

@media (max-width: 479px) {
    body {
        padding-top: 145px;
    }
}

.section .section_m {
    margin-bottom: 48px;
}

.section_l {
    margin-bottom: 96px;
}

.section_red {
    background-color: #B13138;
    color: #fff;
}

.w-btn {
    padding: 16px 24px;
    font-size: 1.11em;
    border-radius: 4px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.w-btn_small {
    padding: 12px 16px;
    font-size: 0.88em;
}

.w-btn_accent {
    margin-bottom: 25px;
    background-color: #B13138;
    color: #fff;
}

.w-btn_accent:active {
    background-color: #89262b;
}

.w-btn_accent-outline {
    border: 1px solid #B13138;
    color: #B13138;
    background-color: transparent;
}

.w-btn_accent-outline:active {
    background-color: #89262b;
    color: #fff;
}

.w-btn_white-outline {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.w-btn_white-outline:active {
    background-color: #e6e6e6;
    color: #312F3D;
}

.w-btn_white-primary {
    background-color: #fff;
    color: #B13138;
}

.w-btn_white-primary:active {
    background-color: #89262b;
    color: #fff;
}

.w-btn_blue-outline {
    background: transparent;
    border: 1px solid #312F3D;
    color: #312F3D;
}

.w-btn_blue-outline:active {
    background-color: #1a1920;
    color: #fff;
}

.w-btn_blue-link {
    background: transparent;
    color: #312F3D;
}

.w-btn_blue-link:active {
    color: #B13138;
}

.w-btn_link {
    background: transparent;
    border: none;
    color: #000C30;
}

.w-btn_link:active {
    color: #89262b;
}

.w-btn:disabled {
    opacity: 0.4;
    pointer-events: none;
}

@media (max-width: 991px) {
    .w-btn {
        padding: 8px 16px;
    }
}

.title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
}

.title-block__title {
    font-size: 2.89em;
    color: #060516;
    margin: 0;
}

.title-block__subtitle {
    font-size: 2.22em;
    color: #0B091B;
    margin: 0;
}

.title-block__descr {
    font-size: 1.11em;
    color: #0B091B;
    margin: 12px 0;
}

.title-block__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.title-block_slider-nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.title-block_white {
    color: #fff;
}

.title-block_white * {
    color: inherit;
}

.title-block_app {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.board {
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
}

.board__title {
    font-size: 2.22em;
    font-weight: 700;
}

.board__subtitle {
    font-size: 1.77em;
    font-weight: 500;
}

.board__subtitle+.board__text {
    margin-top: 12px;
}

.board__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 344px;
    padding: 32px 40px;
    background-color: transarent;
}

.board__item *:nth-last-child(2) {
    margin-bottom: auto;
}

.board__btn {
    margin-top: 24px;
}

.board__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.board__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right center;
    object-position: right center;
}

@media (max-width: 992px) {
    .board__item {
        padding: 16px 20px;
        min-height: inherit;
    }
}

.w-advantages {
    font-size: 1rem;
    overflow: hidden;
}

.w-advantages__fgrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 48px);
    margin: 0 -24px;
}

.w-advantages__fgrid .w-advantages__item {
    width: calc(25% - 48px);
    margin: 0 24px 24px;
}

.w-advantages__icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.w-advantages__icon svg {
    width: 100%;
    height: auto;
}

.w-advantages__icon+.w-advantages__title {
    margin-top: 18px;
}

.w-advantages__title {
    font-size: 1.11em;
    font-weight: 500;
}

.w-advantages__title+p {
    margin-top: 12px;
}

.w-advantages__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.w-advantages__item .w-advantages__icon {
    margin-bottom: 18px;
}

.w-advantages__item p {
    color: #3C3A49;
}

@media (max-width: 991px) {
    .w-advantages__fgrid .w-advantages__item {
        width: calc(50% - 48px);
    }
}

@media (max-width: 767px) {
    .w-advantages {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .w-advantages__fgrid {
        width: 100%;
        margin: 0;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }

    .w-advantages__fgrid .w-advantages__item {
        position: relative;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 40%;
        margin: 0 10px;
    }

    .w-advantages__fgrid .w-advantages__item:last-child::after {
        content: "";
        display: block;
        position: absolute;
        right: -10px;
        width: 10px;
        height: 1px;
    }
}

@media (max-width: 479px) {
    .w-advantages__fgrid .w-advantages__item {
        width: 70%;
    }
}

.navs-slider__nav {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    outline: none;
}

.navs-slider__nav_next {
    transform: rotate(180deg)
}

.navs-slider__nav_next svg {
    transform: none;
}

.navs-slider__nav.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.navs-slider__nav:active {
    background-color: #89262b;
}

.navs-slider__nav:active path {
    stroke: #fff;
}

.navs-slider_desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navs-slider_desktop .navs-slider__nav {
    margin-left: 24px;
}

@media (max-width: 991px) {
    .navs-slider_desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    .navs-slider__nav {
        width: 38px;
        height: 38px;
    }
}

.partners-slider {
    font-size: 1rem;
}

.partners-slider__slider .swiper-slide {
    height: auto;
}

.partners-slider__partner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    /*background-color: #B13138;*/
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
    -webkit-transition: -webkit-filter 0.2s ease;
    transition: -webkit-filter 0.2s ease;
    -o-transition: filter 0.2s ease;
    transition: filter 0.2s ease;
    transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.partners-slider__partner img {
    width: 100%;
}

@media (max-width: 767px) {
    .partners-slider__slider {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
}

.offer {
    font-size: 1rem;
    overflow: hidden;
}

.offer__fgrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 24px);
    margin: 0 -12px;
}

.offer__fgrid .offer__card {
    width: calc(33.33% - 24px);
    margin: 0 12px;
}

.offer__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000C30;
    border-radius: 12px;
    padding: 32px;
    color: #fff;
}

.offer__card-title {
    font-size: 1.77em;
    font-weight: 500;
    margin: 0;
}

.offer__card-title~* {
    margin-top: 0;
    margin-bottom: 24px;
}

.offer__card-title+* {
    margin-top: 16px;
    margin-bottom: 24px;
}

.offer__card-btn {
    margin-top: auto;
    margin-bottom: 0;
}

.offer__card-types {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.offer__card-type {
    padding: 8px 16px;
    margin-bottom: 12px;
    border-radius: 4px;
}

.offer__card-type_red {
    background: -o-linear-gradient(180.18deg, #000C30 0.04%, rgba(0, 12, 48, 0.05) 19.82%, rgba(254, 50, 66, 0) 26.58%, rgba(254, 50, 66, 0.44) 99.96%);
    background: linear-gradient(269.82deg, #000C30 0.04%, rgba(0, 12, 48, 0.05) 19.82%, rgba(254, 50, 66, 0) 26.58%, rgba(254, 50, 66, 0.44) 99.96%);
}

.offer__card-type_blue {
    background: -o-linear-gradient(180.18deg, #000C30 0.04%, rgba(0, 12, 48, 0.05) 19.82%, rgba(62, 221, 202, 0) 26.58%, rgba(62, 183, 221, 0.44) 99.96%);
    background: linear-gradient(269.82deg, #000C30 0.04%, rgba(0, 12, 48, 0.05) 19.82%, rgba(62, 221, 202, 0) 26.58%, rgba(62, 183, 221, 0.44) 99.96%);
}

.offer__card-type span {
    display: block;
    font-size: 1.33em;
    font-weight: 700;
}

.offer__card-type span:first-child {
    font-size: 1.11em;
    font-weight: 500;
}

.offer__card-list li {
    font-size: 1rem;
    border-bottom: none;
}

.offer__card-list li::before {
    color: white;
}

@media (max-width: 991px) {
    .offer__fgrid {
        width: 100%;
        margin: 0;
    }

    .offer__fgrid .offer__card {
        width: 100%;
        margin: 0 0 24px;
    }

    .offer__card {
        padding: 16px;
    }
}

@media (max-width: 767px) {
    .offer {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .offer__fgrid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0;
        padding-bottom: 10px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .offer__fgrid .offer__card {
        position: relative;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 80%;
        margin: 0 10px;
    }

    .offer__fgrid .offer__card:last-child::after {
        content: "";
        display: block;
        position: absolute;
        right: -10px;
        width: 10px;
        height: 1px;
    }
}

.cases-slider {
    font-size: 1rem;
    padding: 60px 0;
    background-color: #000C30;
}

.cases-slider__slide {
    height: auto;
    opacity: 0.3;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.cases-slider__slide.swiper-slide-active {
    opacity: 1;
}

.cases-slider__case {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.cases-slider__case-img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40%;
    overflow: hidden;
}

.cases-slider__case-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.cases-slider__case-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 56px 100px;
}

.cases-slider__case p {
    font-size: 0.88em;
    margin-bottom: 16px;
    color: #3C3A49;
}

.cases-slider__case ul {
    margin-left: 0;
    margin-top: 16px;
}

.cases-slider__case ul p {
    font-size: 1.11em;
    font-weight: 500;
    margin: 0;
    color: #0B091B;
}

.cases-slider__case ul li {
    margin: 8px 0;
    max-width: 350px;
}

.cases-slider__case ul li::before {
    content: none;
}

.cases-slider__case-title {
    font-size: 1.77em;
    font-weight: 500;
    margin: 0;
}

.cases-slider__case-title+* {
    margin-top: 16px;
}

.cases-slider__case-toptitle {
    color: #A5AEB8;
}

.cases-slider__case-actions {
    margin-top: auto;
}

.cases-slider__case-actions>*:not(:last-child) {
    margin-right: 24px;
    margin-bottom: 12px;
}

.cases-slider__case-thumbs {
    width: 40%;
    padding: 56px 0 56px 100px;
}

.cases-slider__case-thumbs img {
    width: 100%;
    height: 100%;
}

.cases-slider__thumb .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cases-slider__thumb-navigation {
    margin-top: 40px;
}

.cases-slider__thumb-navigation .swiper-slide {
    border-radius: 4px;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.cases-slider__thumb-navigation .swiper-slide-thumb-active {
    border-color: #EBECF3;
}

.cases-slider__options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
}

.cases-slider__options>.cases-slider__option {
    width: calc(50% - 32px);
    margin: 0 16px 8px;
}

.cases-slider__option {
    font-size: 1.11em;
}

.cases-slider__option-key {
    color: #0B091B;
    font-weight: 400;
    margin: 0;
}

.cases-slider__option-value {
    display: block;
    margin-top: 4px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .cases-slider__case-description {
        padding: 32px;
    }

    .cases-slider__case-thumbs {
        padding: 32px;
    }
}

@media (max-width: 767px) {
    .cases-slider__slide {
        max-width: 90%;
        opacity: 1;
    }

    .cases-slider__options {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .cases-slider__options>.cases-slider__option {
        width: 100%;
        margin: 0 0px 16px;
    }
}

@media (max-width: 479px) {
    .cases-slider__case {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cases-slider__case-img {
        width: 100%;
        max-height: 200px;
    }

    .cases-slider__case-description {
        padding: 16px;
    }

    .cases-slider__case-title+* {
        margin-top: 12px;
    }

    .cases-slider__case-thumbs {
        width: 100%;
    }

    .cases-slider__options {
        margin-bottom: 12px;
    }

    .cases-slider__thumb {
        width: 100%;
    }

    .cases-slider__thumb-navigation {
        width: 100%;
    }
}

.article {
    font-size: 1rem;
}

.article h2 {
    font-size: 2.22em;
    font-weight: 500;
    margin: 40px 0 32px;
}

.article p {
    font-size: 1.11em;
    margin-bottom: 32px;
}

.article img {
    width: 100%;
    border-radius: 12px;
}

@media (max-width: 991px) {
    .article h2 {
        margin: 20px 0 16px;
    }
}

.quote-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
}

.quote-block__img {
    width: 50%;
}

.quote-block__img img {
    width: 100%;
}

.quote-block__description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 60px;
}

.quote-block__title {
    font-size: 2.22em;
    font-weight: 500;
}

.quote-block__namebox {
    margin-top: 16px;
    color: #EBECF3;
}

.quote-block__namebox span {
    display: block;
}

.quote-block__namebox span:first-child {
    font-size: 1.11em;
    font-weight: 500;
    margin-bottom: 4px;
}

.quote-block__quote {
    margin-bottom: 8px;
}

.quote-block__btn {
    color: #B13138;
    margin-top: 48px;
}

@media (max-width: 991px) {
    .quote-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .quote-block__description {
        padding: 10px 0 0;
    }

    .quote-block__img {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .quote-block__img {
        display: none;
    }
}

.hsblock {
    position: relative;
    overflow-y: hidden;
    padding-bottom: 60px;
}

.hsblock[data-hsblock="false"]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%);
}

.hsblock__btn {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.w-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}

.w-logo__icon {
    width: 38px;
    height: 44px;
    margin-right: 12px;
}

.w-logo__icon path {
    fill: #B13138;
    stroke: transparent;
}

.w-logo__name {
    font-size: 24px;
    font-weight: 700;
}

.w-logo__subname {
    font-size: 0.628em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 3px;
}

.navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation__item {
    display: inline-block;
    white-space: nowrap;
    border: none;
}

.navigation__item+.navigation__item {
    margin-left: 40px;
}

@media (max-width: 1200px) {
    .navigation__item+.navigation__item {
        margin-left: 20px;
    }
}

.w-footer {
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px -3px 8px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px -3px 8px rgba(0, 0, 0, 0.04);
}

.w-footer__top {
    padding: 40px 0 32px;
}

.w-footer__fgrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% + 32px);
    margin: 0 -16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.w-footer__fgrid>.w-footer__col {
    margin: 0 16px;
}

.w-footer__col *+* {
    margin-top: 24px;
}

.w-footer__title {
    color: #A5AEB8;
    font-size: 1.11em;
    font-weight: 500;
}

.w-footer__link {
    display: block;
    border: none;
}

.w-footer__contact {
    display: block;
    border: none;
    font-weight: 500;
    white-space: nowrap;
}

.w-footer__contact_tel {
    font-size: 1.77em;
}

.w-footer__contact_email {
    font-size: 1.11em;
    margin-top: 8px;
}

.w-footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0;
    border-top: 1px solid #EBECF3;
}

.w-footer__bottom>* {
    margin-right: 40px;
}

.w-footer__logo .w-logo__name {
    font-size: 18px;
}

.w-footer__logo .w-logo__icon {
    height: 32px;
}

.w-footer__copy {
    color: #A5AEB8;
    font-size: 0.889em;
}

.w-footer__politic {
    color: #A5AEB8;
    border-bottom-color: transparent;
    font-size: 0.889em;
}

@media (max-width: 767px) {
    .w-footer__fgrid {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .w-footer__col:last-child {
        width: 100%;
        margin-top: 32px;
    }

    .w-footer__col *+* {
        margin-top: 12px;
    }

    .w-footer__top {
        padding: 24px 0 8px;
    }

    .w-footer__bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 24px 0 8px;
    }

    .w-footer__bottom>* {
        margin: 0 16px 16px 0;
    }

    .w-footer__copy {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .w-footer__fgrid {
        width: 100%;
        margin: 0;
    }

    .w-footer__fgrid>.w-footer__col {
        width: 100%;
        margin: 16px 0;
    }
}

.response-table {
    width: 100%;
}

.response-table table {
    min-width: 600px;
    width: 100%;
    border-collapse: collapse;
}

.response-table thead th {
    font-size: 1.77em;
    font-weight: 500;
    padding: 16px 8px;
}

.response-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #EBECF3;
}

.response-table tr td {
    padding: 24px 8px;
}

.response-table tr td:first-child {
    padding-left: 0;
}

.response-table td {
    font-size: 1.33em;
    font-weight: 500;
}

.response-table td:not(:first-child) {
    text-align: center;
    max-width: 220px;
}

.response-table td.th {
    padding: 16px 8px;
}

.response-table td.bold {
    font-weight: 700;
}

.response-table td span {
    color: #A5AEB8;
}

@media (max-width: 767px) {
    .response-table {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .response-table tr td {
        padding: 8px;
    }

    .response-table thead th {
        padding: 8px;
    }
}

.kits__fgrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: 0 -12px;
}

.kits__fgrid>.kits__card {
    width: calc(33.33% - 24px);
    margin: 0 12px 12px;
}

.kits__card {
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.kits__card-head {
    padding: 16px 24px;
    background-color: #000C30;
    color: #fff;
    border-radius: 12px 12px 0 0;
}

.kits__card-head-title {
    font-size: 1.33em;
    font-weight: 700;
}

.kits__card-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    height: 100%;
}

.kits__card-body>* {
    margin-bottom: 24px;
}

.kits__option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.889em;
    font-weight: 700;
}

.kits__option span:first-child {
    margin-right: 12px;
}

.kits__guarantee .kits__option {
    margin-bottom: 12px;
}

.kits__guarantee-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    border-radius: 100px;
    background-color: #EBECF3;
    overflow: hidden;
}

.kits__guarantee-line span {
    display: block;
    width: 20%;
    height: 100%;
    background-color: #3EDDCA;
}

.kits__list {
    margin-left: 0;
    padding-bottom: 8;
    border-bottom: 1px solid #EBECF3;
    font-size: 0.778em;
}

.kits__list p {
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #EBECF3;
    font-weight: bold;
}

.kits__list li {
    display: block;
    margin-bottom: 16px;
}

.kits__list li::before {
    content: none;
}

.kits__price {
    font-size: 1.33em;
    font-weight: bold;
    text-align: center;
    color: #3C3A49;
}

.kits__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto;
}

.kits__actions>* {
    margin-bottom: 8px;
}

.kits__actions>*:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .kits__fgrid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: calc(100% + 20px);
        margin: 0 -10px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .kits__fgrid>.kits__card {
        position: relative;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 350px;
        margin: 0 12px 12px;
    }

    .kits__fgrid>.kits__card:last-child:after {
        content: "";
        display: block;
        position: absolute;
        right: -12px;
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 479px) {
    .kits__fgrid>.kits__card {
        width: 80%;
    }
}

.kits-slider .cases-slider__case {
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
}

@media (max-width: 479px) {
    .kits-slider .cases-slider__case-description {
        padding: 16px;
    }
}

.app-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.app-btns__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    padding: 24px 20px;
    background-color: #fff;
    color: #3C3A49;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    border: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-right: 24px;
}

.app-btns__item:last-child {
    margin-right: 0;
}

.app-btns__item_inverse {
    background-color: #B13138;
    color: #fff;
}

.app-btns__item_inverse .app-btns__icon path {
    fill: #fff;
}

.app-btns__icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.app-btns__icon path {
    fill: #B13138;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.app-btns__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 0.778em;
}

.app-btns__box span:nth-child(2) {
    font-weight: 700;
}

@media (max-width: 1199px) {
    .app-btns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .app-btns__item {
        padding: 16px;
    }

    .app-btns__icon {
        width: 32px;
        height: 32px;
    }
}

.app-slider .title-block {
    padding-bottom: 32px;
    border-bottom: 1px solid #EBECF3;
    margin-bottom: 32px;
}

.app-slider__slider {
    position: relative;
    z-index: 0;
}

.app-slider__navs {
    position: absolute;
    left: 50%;
    bottom: 15%;
    margin-left: 100px;
    z-index: 1;
}

.app-slider__navs .navs-slider__nav {
    margin-right: 24px;
}

.app-slider__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.app-slider__card-img {
    width: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.app-slider__card-img img {
    width: 100%;
}

.app-slider__box {
    height: 200px;
    padding-left: 100px;
}

.app-slider__title {
    font-size: 1.77em;
    font-weight: 500;
    margin: 0;
    margin-bottom: 32px;
}

.app-slider__list {
    /*margin: 0 0 0 30px;*/
    margin: 0;
}

.app-slider__list li::before {
    left: -30px;
    content: none;
}

@media (max-width: 1199px) {
    .app-slider__card {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .app-slider__card-description {
        padding-bottom: 50px;
    }

    .app-slider__navs {
        bottom: 0%;
        margin-left: 56px;
    }

    .app-slider__box {
        height: auto;
        padding-left: 56px;
    }
}

@media (max-width: 767px) {
    .app-slider__navs {
        margin-left: 24px;
    }

    .app-slider__box {
        padding-left: 24px;
    }
}

@media (max-width: 480px) {
    .app-slider__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .app-slider__card-img {
        width: 100%;
        margin-bottom: 16px;
    }

    .app-slider__card-description {
        padding-bottom: 0;
    }

    .app-slider__title {
        margin-bottom: 16px;
    }

    .app-slider__navs {
        position: relative;
        left: 0;
        margin-left: 0;
    }

    .app-slider__box {
        padding-left: 0px;
        padding-bottom: 24px;
    }
}

.news__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 0;
    border-bottom: 1px solid #EBECF3;
    color: #3C3A49;
}

.news__item:last-child {
    border: none;
}

.news__img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 258px;
    margin-right: 40px;
}

.news__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.news__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news__title {
    font-size: 1.33em;
    font-weight: 700;
    color: #060516;
    margin-bottom: 32px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.news__date {
    font-size: 0.889em;
    font-weight: 500;
    color: #A5AEB8;
    margin-top: auto;
}

.news__description {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30%;
    padding: 0 16px;
    font-size: 0.889em;
    margin-left: 40px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.news__actions {
    margin-top: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .news__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% + 24px);
        margin: 0 -12px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news__list>.news__item {
        width: calc(50% - 24px);
        margin: 0 12px 16px;
    }

    .news__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 16px;
    }

    .news__img {
        width: 100%;
        margin-bottom: 16px;
    }

    .news__title {
        font-size: 1.11em;
        margin: 0;
        margin-bottom: 8px;
    }

    .news__date {
        margin-bottom: 16px;
    }

    .news__description {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .news__list {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .news__list>.news__item {
        position: relative;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 80%;
    }

    .news__list>.news__item:last-child:after {
        content: "";
        display: block;
        position: absolute;
        right: -12px;
        width: 12px;
        height: 12px;
    }
}

.calc__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.calc__body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 24px;
}

.calc__aside {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 260px;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
}

.calc__row {
    padding: 32px 0;
    border-top: 1px solid #EBECF3;
}

.calc__row:first-of-type {
    border-top: none;
    padding-top: 0;
}

.calc__row_tariffs {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% + 24px);
    margin: 0 -12px;
}

.calc__row_tariffs>* {
    flex: 1 0;
    padding: 12px 16px !important;
    margin: 0 12px !important;
}

.calc__result-title {
    font-size: 1.33em;
    font-weight: 700;
    color: #060516;
    margin-bottom: 16px;
}

.calc__result-action {
    margin-bottom: 24px;
}

.calc__result-option {
    margin-bottom: 28px;
}

.calc__result-option>span {
    display: inline-block;
    font-size: 1.11em;
    font-weight: 300;
    margin-bottom: 12px;
}

.calc__result-option .rates__price {
    /*color: #000000;*/
    margin: 0;
}

.calc__result-option .rates__price span {
    font-weight: 500;
}

.calc__result-bonus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 24px;
    border-top: 1px solid #EBECF3;
    font-size: 0.889em;
    font-weight: 300;
}

.calc__result-bonus svg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 16px;
}

.calc__result-bonus_action svg {
    margin: 19px 10px 0 -2px;
}

.calc__result-bonus path {
    fill: #B13138;
}

.calc__result-bonus b {
    color: #B13138;
    font-weight: 300;
}

.calc__result-bonus span {
    color: #3C3A49;
    margin: 0 -10px 0 0;
}

.calc__tab {
    margin-right: 40px;
    font-size: 1.33em;
    font-weight: 700;
    color: #A5AEB8;
    text-decoration: none;
    border: none;
}

.calc__tab_selected {
    color: #B13138;
    pointer-events: none;
}

.calc__complect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 56px);
    margin: 0 -28px -56px;
}

.calc__complect>* {
    width: calc(25% - 56px);
    margin: 0 28px 56px;
}

.calc__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.889em;
    font-weight: 500;
    text-align: center;
}

.calc__card-img {
    width: 100%;
    margin-bottom: 16px;
}

.calc__card-img img {
    width: 100%;
    height: auto;
}

.calc__card-count {
    color: #A5AEB8;
    margin-bottom: 8px;
}

.calc__card-name {
    margin: 0;
}

.calc__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.calc__list-title {
    margin-bottom: 32px;
    font-size: 1.33em;
    font-weight: 700;
    color: #3C3A49;
}

.calc__element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    margin-bottom: 16px;
    border-radius: 12px;
    background: #fff;
}

.calc__element_category {
    flex-direction: column;
    align-items: flex-start;
}

.calc__element_category span {
    display: block;
}

.calc__element_category span+.calc__category-description {
    margin-top: 8px;
}

.calc__row_categories {
    align-items: flex-start;
    border-top: none;
    padding-top: 0;
}

.calc__category-description {
    font-size: 1rem;
}

.calc__element_selected {
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.calc__element_disabled .calc__element-title span:first-of-type,
.calc__element_disabled .calc__element-form-el,
.calc__element_disabled .calc__element-price,
.calc__element_disabled .calc__element-counter,

.calc__element_free .calc__element-title span:first-of-type,
.calc__element_free .calc__element-form-el,
.calc__element_free .calc__element-price,
.calc__element_free .calc__element-counter {
    opacity: 0.6;
    pointer-events: none;
    cursor: none;
}

.calc__element_disabled * {
    color: #A5AEB8;
}

.calc__element .calc__element-form-el {
    margin-right: 33px;
    cursor: pointer;
}

.calc__element-title {
    margin-right: auto;
    font-size: 1.33em;
    font-weight: 500;
    cursor: pointer;
}

.calc__element-title .tooltip {
    margin-left: 8px;
}

.calc__element-price {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.33em;
    font-weight: 500;
    width: 110px;
    margin-left: 36px;
    white-space: nowrap;
    text-align: right;
}

.calc__element-counter {
    margin-left: 24px;
}

@media (max-width: 991px) {
    .calc {
        overflow: hidden;
    }

    .calc__section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calc__aside {
        width: 100%;
    }

    .calc__body {
        width: 100%;
        padding: 0;
    }

    .calc__complect>* {
        width: calc(33.33% - 56px);
        margin: 0 28px 56px;
    }

    .calc__element-price {
        width: 80px;
        margin-left: 24px;
        text-align: right;
    }

    .calc__element .calc__element-form-el {
        margin-right: 24px;
    }
}

@media (max-width: 768px) {
    .calc__complect {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0;
        width: 100%;
    }

    .calc__complect>* {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 30%;
        margin: 0 16px;
    }

    .calc__row_tariffs {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: calc(100% + 20px);
        margin: 0 -10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .calc__row_tariffs>* {
        margin: 0 0 12px !important;
    }

    .calc__row_categories {
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-x: auto;
        width: 100%;
        margin: 0;
        align-items: stretch;
    }

    .calc__element_category {
        width: 60% !important;
        min-width: 200px;
        flex-shrink: 0;
        height: auto;
    }
}

@media (max-width: 620px) {
    .calc__tab {
        margin-right: 20px;
    }

    .calc__element {
        position: relative;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 82px;
    }

    .calc__element-title {
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .calc__element-counter,
    .calc__element-price {
        width: auto;
        margin-left: 0;
    }

    .calc__element-counter {
        margin-right: 24px;
    }

    .calc__element .calc__element-form-el {
        position: absolute;
        left: 24px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .calc__row_tariffs .calc__element-form-el {
        position: static;
        transform: none;
    }

    .calc__row_tariffs .calc__element-title {
        width: auto;
        margin-bottom: 0;
    }
}

.checkbox {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.checkbox span {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #A5AEB8;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkbox span::before {
    content: '';
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #B13138;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkbox input:disabled {
    pointer-events: none;
}

.checkbox input:disabled+span {
    opacity: 0.4;
}

.checkbox input:checked+span {
    border-color: #B13138;
}

.checkbox input:checked+span::before {
    opacity: 1;
}

.switch-checkbox {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.switch-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.switch-checkbox span {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 14px;
    border-radius: 14px;
    background-color: rgba(0, 28, 61, 0.08);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.switch-checkbox span::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: calc(50% - 20px/2);
    left: calc(50% - 20px/2 - 8px);
    width: 20px;
    height: 20px;
    background-color: #F9F9F9;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.237602), 0px 0px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.237602), 0px 0px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.switch-checkbox input:disabled {
    pointer-events: none;
}

.switch-checkbox input:disabled+span {
    opacity: 0.4;
}

.switch-checkbox input:checked+span {
    background-color: rgba(177, 49, 56, 0.5);
}

.switch-checkbox input:checked+span::before {
    left: calc(50% - 20px/2 + 9px);
    background-color: #B13138;
}

.input input {
    padding: 16px 40px;
    font-size: 1.11em;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #EBECF3;
    width: 100%;
}

.input input::-webkit-input-placeholder {
    color: #000;
}

.input input::-moz-placeholder {
    color: #000;
}

.input input:-ms-input-placeholder {
    color: #000;
}

.input input::-ms-input-placeholder {
    color: #000;
}

.input input::placeholder {
    color: #000;
}

.counter {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.counter__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(6, 5, 22, 0.05);
    cursor: pointer;
    font-size: 1.11em;
    line-height: 24px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.counter__input {
    width: 50px;
    padding: 2px 4px;
    margin: 0 8px;
    font-size: 1.11em;
    border-radius: 4px;
    border: 1px solid rgba(6, 5, 22, 0.05);
    text-align: center;
    outline: none;
}

.first-main {
    position: relative;
    padding-top: 260px;
    background-image: url("/local/templates/rtm.2025/assets/css/../images/new-blocks/bg-main.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
}

.first-main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 150%;
    height: 30%;
    background-color: #fff;
    -webkit-transform: rotate(-5deg) translateX(-50%);
    -ms-transform: rotate(-5deg) translateX(-50%);
    transform: rotate(-5deg) translateX(-50%);
}

.first-main__title {
    font-size: 2.22em;
    font-weight: 700;
    max-width: 820px;
    margin: 0 auto 70px;
    text-align: center;
    color: #fff;
}

.first-main__title span {
    color: #B13138;
}

.first-main__offers {
    position: relative;
    padding: 0 48px;
    z-index: 4;
}

.first-main__offers .offer__fgrid {
    width: calc(100% + 24px);
    margin: 0 -12px;
}

.first-main__offers .offer__card {
    width: calc(33.33% - 24px);
    margin: 0 12px;
}

.first-main__promos {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px; */
    margin-top: -32px;
    /* overflow: hidden; */
}

.first-main__promo {
    width: 50%;
    position: relative;
    padding: 70px;
    color: #fff;
    overflow: hidden;
}

.first-main__promo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(15.54%, #0A0619), color-stop(28.37%, rgba(10, 6, 25, 0.724846)), color-stop(50%, rgba(10, 6, 25, 0)));
    background: -o-linear-gradient(left, #0A0619 15.54%, rgba(10, 6, 25, 0.724846) 28.37%, rgba(10, 6, 25, 0) 50%);
    background: linear-gradient(90deg, #0A0619 15.54%, rgba(10, 6, 25, 0.724846) 28.37%, rgba(10, 6, 25, 0) 50%);
    z-index: 2;
}

.first-main__promo-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}

.first-main__promo-box {
    position: relative;
    z-index: 3;
}

.first-main__promo-box>* {
    margin-bottom: 36px;
}

.first-main__promo-box>*:last-child {
    margin-bottom: 0;
}

.first-main__subtitle {
    font-size: 1.77em;
    font-weight: 700;
}

.first-main__advantages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.first-main__advantages span {
    margin-top: 8px;
}

.first-main__advantages span:first-child {
    font-size: 1.11em;
    font-weight: 500;
}

.first-main__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-bottom: 8px;
}

.first-main__icon img {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .first-main__offers .offer__fgrid {
        width: calc(100% + 24px);
        margin: 0 -12px;
    }

    .first-main__offers .offer__card {
        width: calc(33.33% - 24px);
        margin: 0 12px;
    }

    .first-main__promo {
        padding: 40px 32px 32px;
    }

    .first-main__promo-box>* {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .first-main__offers .offer__fgrid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: initial;
    }

    .first-main__offers .offer__card {
        width: 100%;
        margin: 0 0 8px;
    }

    .first-main .offer__card-types {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }

    .first-main .offer__card-type {
        width: 50%;
        margin-bottom: 0;
    }

    .first-main__promos {
        margin-top: 0;
    }

    .first-main__promo {
        padding: 16px;
    }

    .first-main__promo-video {
        display: none;
    }

    .first-main__promo-overlay {
        background: #000C30;
    }
}

@media (max-width: 480px) {
    .first-main {
        padding-top: 160px;
    }

    .first-main__title {
        font-size: 1.77em;
        margin: 0 auto 40px;
    }

    .first-main__offers {
        padding: 0;
    }

    .first-main__promos {
        width: calc(100% + 20px);
        margin: 0 -10px;
        position: relative;
        overflow-x: scroll;
        z-index: 1;
        border-radius: 0;
    }

    .first-main__promo {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 80%;
    }
}

.tooltip {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
    border-radius: 50%;
    background-color: #A5AEB8;
    width: 21px;
    height: 21px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .tooltip {
        width: 18px;
        height: 18px;
    }
}

.w-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #0B091B;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
    background: #fff;
    z-index: 100;
    font-size: 0.889em;
    -webkit-transition: background 0.6s ease, -webkit-transform 0.6s ease;
    transition: background 0.6s ease, -webkit-transform 0.6s ease;
    -o-transition: background 0.6s ease, transform 0.6s ease;
    transition: background 0.6s ease, transform 0.6s ease;
    transition: background 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.w-header_sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.w-header__inner {
    position: relative;
}

.w-header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0;
}

.w-header__bottom {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28px 0;
    border-top: 1px solid #EBECF3;
}

.w-header__bottom *+* {
    margin-left: 40px;
}

.w-header__logo {
    margin-top: -7px;
    margin-right: 40px;
}

.w-header__contact {
    margin-right: 12px;
    text-decoration: none;
    border-bottom: 0;
    white-space: nowrap;
}

.w-header__contact_separator {
    color: #A5AEB8;
}

.w-header__contact_tel {
    font-weight: 700;
}

.w-header__account {
    margin-left: auto;
}

.w-header__btn-order {
    margin-left: 32px;
    white-space: nowrap;
    padding: 12px 16px;
}

.w-header__btn-order-bottom {
    display: none;
    white-space: nowrap;
    padding: 12px 16px;
}

.w-header__navigation-secondary {
    color: #A5AEB8;
}

.w-header__services {
    position: relative;
}

.w-header__services-content {
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
    padding: 16px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    color: #0B091B;
    border: 1px solid #eee;
    border-top: 0;
}

.w-header__services-content .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.w-header__services-content .navigation__item {
    margin: 8px 0;
}

.w-header__services-text {
    text-decoration: none;
    border: none;
}

.w-header__services-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding: 28px 0 0;
    margin: 0;
    background: transparent;
    cursor: default;
}

.w-header__services-wrap.is-active {
    display: block
}

.w-header__services-wrap .wrapper {
    padding: 0;
}

@media (max-width: 1200px) {
    .w-header__bottom *+* {
        margin-left: 20px;
    }

    .w-header__services-wrap {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .w-header__top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .w-header__btn-order {
        -webkit-box-ordinal-group: -1;
        -webkit-order: -2;
        -ms-flex-order: -2;
        order: -2;
        margin-left: auto;
        margin-bottom: 10px;
    }

    .w-header__btn-order-bottom {
        display: none;
    }

    .w-header__logo {
        -webkit-box-ordinal-group: -2;
        -webkit-order: -3;
        -ms-flex-order: -3;
        order: -3;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .w-header__mob-spacer {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .w-header__btn-order {
        padding: 8px 16px;
    }

    .w-header__btn-order-bottom {
        padding: 8px 16px;
    }

    .w-header__bottom {
        position: initial;
        overflow-x: auto;
        /*-webkit-overflow-scrolling: touch;*/
    }

    .w-header__mob-spacer-2 {
        width: 100%;
    }

    .w-header__services {
        position: initial;
    }

    .w-header__services-wrap {
        width: 100%;
        padding: 20px 0;
        margin: -48px 0 0;
    }
}

@media (max-width: 479px) {
    .w-header__top {
        padding: 16px 0;
    }

    .w-header__bottom {
        padding: 16px 0;
    }

    .w-header__logo {
        margin-bottom: 5px;
    }

    .w-header__logo .w-logo__icon {
        height: 30px;
        margin-right: 0;
    }

    .w-header__logo .w-logo__name {
        font-size: 16px;
    }

    .w-header__contact {
        margin-right: 8px;
    }

    .w-header__services-wrap {
        margin-top: -16px;
        padding-top: 16px;
    }
}

.link-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.link-icon path {
    fill: #0B091B;
    stroke: #0B091B;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.link-icon__icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.link-icon__text {
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

@media (max-width: 767px) {
    .link-icon__icon {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }
}

.w-advantages-new {
    font-size: 1rem;
    overflow: hidden;
}

.w-advantages-new__fgrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 32px);
    margin: 0 -16px -32px;
}

.w-advantages-new__fgrid .w-advantages-new__item {
    width: calc(20% - 32px);
    margin: 0 16px 32px;
}

.w-advantages-new__icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    margin: 0 auto 20px;
}

.w-advantages-new__icon svg {
    width: auto;
    height: 100%;
}

.w-advantages-new__icon path {
    fill: #B13138;
}

.w-advantages-new__text {
    font-size: 0.889em;
    line-height: 1.11em;
    color: #0B091B;
    text-align: center;
    margin: 0;
    min-width: 199px;
}

.w-advantages-new__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.w-advantages-new__item .w-advantages-new__icon {
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .w-advantages-new__fgrid .w-advantages-new__item {
        width: calc(33% - 32px);
    }

    .w-advantages-new__text {
        min-width: auto;
    }
}

@media (max-width: 767px) {
    .w-advantages-new {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .w-advantages-new__fgrid {
        width: 100%;
        margin: 0;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }

    .w-advantages-new__fgrid .w-advantages-new__item {
        position: relative;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 25%;
        margin: 0 10px;
    }

    .w-advantages-new__fgrid .w-advantages-new__item:last-child::after {
        content: "";
        display: block;
        position: absolute;
        right: -10px;
        width: 10px;
        height: 1px;
    }
}

@media (max-width: 479px) {
    .w-advantages-new__fgrid .w-advantages-new__item {
        width: 36%;
    }
}

.come-us {
    background-color: #FAFAFA;
    padding-top: 30px;
}

.come-us__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.come-us__form {
    padding: 60px 120px 60px 0;
}

.come-us__form-title {
    font-size: 2.22em;
    font-weight: 500;
    margin-bottom: 32px;
}

.come-us__form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.come-us__form-row .input {
    margin-right: 24px;
}

.come-us__form-row .w-btn {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.come-us__form .w-btn {
    margin-bottom: 0;
}

.come-us__quote {
    width: 444px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 62px 56px;
    background-image: url("/local/templates/rtm.2025/assets/css/../images/new-blocks/bg-quote.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px 12px 0 0;
    color: #fff;
}

.come-us__quote-box {
    margin-top: 20px;
}

.come-us__quote-title {
    display: inline-block;
    position: relative;
    font-size: 1.33em;
    font-weight: 500;
    padding: 44px 0;
    letter-spacing: -0.3px;
}

.come-us__quote-title::before,
.come-us__quote-title::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 20px;
}

.come-us__quote-title::before {
    left: 0;
    top: 0;
    background-image: url("/local/templates/rtm.2025/assets/css/../images/new-blocks/i-quote-before.svg");
}

.come-us__quote-title::after {
    right: 0;
    bottom: 0;
    background-image: url("/local/templates/rtm.2025/assets/css/../images/new-blocks/i-quote-after.svg");
}

.come-us__politic {
    font-size: 0.88em;
    color: #3C3A49;
}

.come-us__politic a {
    display: inline;
    border-bottom-color: #3C3A49;
}

.come-us__politic .switch-checkbox span {
    margin-right: 17px;
}

.come-us__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.come-us__box-thumb {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    background-color: transparent;
    border-radius: 50%;
    margin-right: 16px;
    overflow: hidden;
}

.come-us__box-thumb img {
    width: 100%;
    height: 100%;
}

.come-us__box-name {
    display: block;
    font-size: 1.11em;
    font-weight: 500;
    margin-bottom: 4px;
}

.come-us__box-info {
    font-weight: 300;
}

@media (max-width: 1199px) {
    .come-us__form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .come-us__form-row .input {
        margin-bottom: 16px;
    }

    .come-us__quote {
        margin: auto;
    }
}

@media (max-width: 991px) {
    .come-us__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .come-us__form {
        padding: 0 0 32px;
    }

    .come-us__form-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin-bottom: 0;
    }

    .come-us .w-btn {
        padding: 16px 24px;
    }

    .come-us__quote {
        margin: 0;
        width: 100%;
        border-radius: 12px;
        padding: 32px;
    }
}

@media (max-width: 480px) {
    .come-us__politic {
        margin-top: 16px;
        display: inline-block;
    }

    .come-us__quote-title {
        display: block;
    }

    .come-us__form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .come-us__form-row .input {
        width: 100%;
        margin-right: 0;
    }
}

.promos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 160px);
    margin: 0 -80px;
    border-radius: 12px;
    overflow: hidden;
}

.promos__item {
    width: 50%;
    position: relative;
    padding: 130px 80px;
    color: #fff;
    overflow: hidden;
}

.promos__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(31.77%, rgba(10, 6, 25, 0.9)), to(rgba(10, 6, 25, 0)));
    background: -o-linear-gradient(left, rgba(10, 6, 25, 0.9) 31.77%, rgba(10, 6, 25, 0) 100%);
    background: linear-gradient(90deg, rgba(10, 6, 25, 0.9) 31.77%, rgba(10, 6, 25, 0) 100%);
    z-index: 2;
}

.promos__video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}

.promos__box {
    position: relative;
    z-index: 3;
}

.promos__box>* {
    margin-bottom: 48px;
}

.promos__box>*:last-child {
    margin-bottom: 0;
}

.promos__title {
    font-size: 2.22em;
    font-weight: 700;
    border-bottom-width: 2px;
    border-bottom-color: #fff;
    white-space: nowrap;
}

.promos__option {
    font-size: 1.11em;
    font-weight: 500;
}

@media (max-width: 1279px) {
    .promos {
        width: 100%;
        margin: 0;
    }

    .promos__item {
        padding: 80px;
    }

    .promos__title {
        font-size: 1.77em;
    }
}

@media (max-width: 1199px) {
    .promos__item {
        padding: 60px 40px;
    }
}

@media (max-width: 991px) {
    .promos__item {
        padding: 40px 30px;
    }

    .promos__title {
        font-size: 1.33em;
    }

    .promos__box>* {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .promos__item {
        padding: 30px;
    }

    .promos__video {
        display: none;
    }

    .promos__overlay {
        background: #000C30;
    }
}

@media (max-width: 620px) {
    .promos {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .promos__item {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 80%;
    }

    .promos__box>* {
        margin-bottom: 24px;
    }
}

.rates {
    font-size: 1rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 24px);
    margin: 0 -12px;
    padding-top: 38px;
}

.rates>* {
    width: calc(33.33% - 24px);
    margin: 0 12px;
}

.rates p {
    margin: 0;
}

.rates .tooltip {
    margin-left: 8px;
}

.rates__circle-blur {
    position: absolute;
    top: -5%;
    left: 50%;
    width: 80%;
    height: 80%;
    background: #EBECF3;
    -webkit-filter: blur(70px);
    filter: blur(70px);
    opacity: 0.35;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.rates__card {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 32px 24px;
}

.rates__card_accent {
    border-color: #B13138;
}

.rates__card_accent::before {
    content: '';
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 38px;
    background-image: url("/local/templates/rtm.2025/assets/css/../images/new-blocks/card_accent.svg");
    background-repeat: no-repeat;
}

.rates__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
    padding-bottom: 32px;
}

.rates__head .rates__title {
    margin-bottom: 24px;
    line-height: 1.11em;
}

.rates__head .rates__connect {
    margin-bottom: 24px;
}

.rates__head .rates__price {
    margin-bottom: 12px;
}

.rates__body {
    border-top: 1px solid #EBECF3;
    border-bottom: 1px solid #EBECF3;
    padding: 24px 0;
}

.rates__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 24px;
}

.rates__footer .w-btn_link {
    padding-left: 0;
}

.rates__row {
    padding: 16px 0;
    border-bottom: 1px solid #EBECF3;
}

.rates__row:first-of-type {
    padding-top: 0;
}

.rates__row:last-of-type {
    padding-bottom: 0;
    border: none;
}

.rates__option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
    font-weight: 500;
}

.rates__option:last-of-type {
    margin-bottom: 0;
}

.rates__option_disabled {
    color: #EBECF3;
}

.rates__title {
    font-size: 1.33em;
    font-weight: 700;
    color: #060516;
}

.rates__title_row {
    font-size: 1.11em;
    color: #A5AEB8;
    margin-bottom: 20px;
}

.rates__price {
    color: #B13138;
    line-height: 1.11em;
}

.rates__price span {
    font-size: 1.77em;
    font-weight: 700;
}

.rates__price small {
    margin-left: 8px;
    font-size: 0.889em;
}

.rates__connect {
    display: inline-block;
    font-size: 0.889em;
    line-height: 0.889em;
    font-weight: 500;
    color: #A5AEB8;
}

@media (max-width: 991px) {
    .rates__title_row {
        font-size: 1rem;
        line-height: 1.33em;
    }

    .rates__option {
        font-size: 0.889em;
    }
}

@media (max-width: 768px) {
    .rates__title_row {
        margin-bottom: 16px;
    }

    .rates__card {
        padding: 24px 16px;
    }

    .rates__option {
        margin-bottom: 8px;
    }
}

@media (max-width: 620px) {
    .rates {
        position: relative;
        width: calc(100% + 20px);
        margin: 0 -10px;
        padding: 38px 10px 10px;
        overflow-x: scroll;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
    }

    .rates::after {
        content: '';
        position: relative;
        top: 0;
        right: 0;
        display: inline-block;
        width: 1px;
        height: 1px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .rates>* {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 50%;
        margin: 0 10px 0 0;
    }

    .rates__circle-blur {
        display: none;
    }
}

@media (max-width: 480px) {
    .rates {
        flex-flow: column;
        gap: 10px;
    }

    .rates__card {
        width: 100%;
    }
}

.board-block {
    position: relative;
    overflow: hidden;
}

.board-block__img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.board-block__box {
    width: 50%;
    padding: 56px 84px 56px 0;
}

.board-block__title {
    font-size: 2.89em;
    line-height: 1.11em;
    color: #060516;
    margin-bottom: 32px;
}

.board-block__text {
    font-size: 1.11em;
    line-height: 1.77em;
    font-weight: 500;
    color: #3C3A49;
    margin-bottom: 40px;
}

.board-block__options {
    margin-bottom: 40px;
}

.board-block__option {
    margin-bottom: 24px;
}

.board-block__option>span {
    display: block;
    font-size: 1.11em;
    font-weight: 700;
    color: #3C3A49;
    margin-bottom: 12px;
}

.board-block__price {
    color: #B13138;
    line-height: 1.11em;
    font-size: 1.77em;
    font-weight: 700;
}

.board-block__price small {
    margin-left: 8px;
    font-size: 0.889em;
}

.board-block__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -24px;
}

.board-block__actions>* {
    margin-right: 24px;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .board-block__img {
        position: relative;
        top: 0;
        left: 0;
        width: calc(100% + 20px);
        margin: 0 -10px;
        max-height: 300px;
    }

    .board-block__box {
        width: 100%;
        padding: 30px 0 0;
    }
}

@media (max-width: 768px) {
    .board-block__title {
        font-size: 2.22em;
        margin-bottom: 16px;
    }

    .board-block__text,
    .board-block__options {
        margin-bottom: 16px;
    }

    .board-block__box {
        padding: 16px 0 0;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 14px;
    }

    .section .section_m {
        margin-bottom: 24px;
    }

    .section_l {
        margin-bottom: 48px;
    }
}


/* NEW BLOCKS end*/

/* NEW BLOCKS CUSTOM */
.first-main__big-title {
    font-size: 2.8em;
    font-weight: 700;
    margin: 0 auto 30px;
    text-align: center;
    color: #fff;
}

/* NEW BLOCKS CUSTOM end */

li ul {
    padding-left: 20px;
    margin-top: 0 !important;
}

.w-logo__image {
    max-width: 100%;
    width: 270px;
}

.w-logo__image_white {
    display: none;
}

.main-page .w-logo__image_white {
    display: inline-block;
}

.main-page .w-logo__image_black {
    display: none;
}

@media (max-width: 480px) {
    .w-logo {
        width: 50%;
    }
}


.flash-animation:hover {
    opacity: 1;
    -webkit-animation: flash 0.5s;
    animation: flash 0.5s;
}

@-webkit-keyframes flash {
    0% {
        -webkit-filter: saturate(3);
        filter: saturate(3)
    }

    100% {
        -webkit-filter: saturate(1);
        filter: saturate(1)
    }
}

@keyframes flash {
    0% {
        -webkit-filter: saturate(3);
        filter: saturate(3)
    }

    100% {
        -webkit-filter: saturate(1);
        filter: saturate(1)
    }
}

.modal__title {
    min-height: 24px;
    border: none
}

.slider__content .owl-prev,
.slider__content .owl-next {
    font-size: 60px !important;
    line-height: 1 !important;
    position: absolute;
    top: 50%;
    color: #fff !important;
    transform: translateY(-50%);
}

.slider__content .owl-prev {
    left: 15px;
}

.slider__content .owl-next {
    right: 15px;
}

.about-wrapper {
    background-image: url('/upload/about-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-top {
    margin: auto;
    padding: 76px 0 126px;
}

.about-top,
.about-top__big {
    color: #fff;
}

@media (max-width: 991px) and (min-width: 320px) {
    .about-top {
        padding: 50px 0;
    }
}

/* Cases Swiper*/
.cases {
    width: 100%;
    padding: 40px 0;
}

.cases__item {
    display: flex;
    flex-direction: column;
    max-height: 742px;
    height: 100%;
    max-width: 352px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.cases__image-wrapper {
    width: 100%;
    height: 100%;
    max-height: 235px;
    border-radius: 12px 12px 0px 0px;
}

.cases__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.cases__text-wrapper {
    padding: 32px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cases__text {
    font-size: 16px;
    line-height: 1.5;
    color: #3C3A49;
    margin: 16px 0;
}

.cases__title {
    font-size: 24px;
    line-height: 1.25;
    color: #0B091B;
}

.cases__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cases__caption {
    widht: 32px;
    height: 32px;
    padding: 8px 0;
}

.cases__caption-text {
    margin: 0;
    margin-left: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #3C3A49;
    opacity: 0.85;
}

.numbers__content-box_wide {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 24px 40px;
    grid-gap: 24px;
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    bottom: 56px;
    max-width: 1184px;
}

.numbers__content-box_wide .numbers__button-wrappper {
    align-items: center;
}

.numbers__content-box_wide .numbers__button-wrappper .w-btn {
    margin-bottom: 0;
}

.numbers__content-grid {
    padding: 24px 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px 32px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
}

.numbers__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.numbers__licence-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.numbers__licence-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    width: 46%;
    text-decoration: none;
    border-bottom: none;
    cursor: pointer;
}

.numbers__licence-link p {
    margin: 0;
    margin-left: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    font-size: 16px;
    line-height: 1.25;
    color: #3C3A49;
    font-weight: 600;
}

.numbers__licence-link:hover p {
    color: #B13138;
}

.numbers__number.numbers__number_small {
    font-size: 52px;
}

.numbers__button-wrappper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.numbers__button-wrappper>*+* {
    margin-left: 16px
}

.calculator--new__table {
    padding: 24px 0;
    border-top: 1px solid #EBECF3;
    border-bottom: 1px solid #EBECF3;
    display: flex;
    flex-direction: column;
}

.calculator--new__table-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    padding: 20px 0;
    grid-gap: 40px;
    font-size: 24px;
}

.calculator--new__table-row:first-of-type {
    font-weight: 700;
    font-size: 20px;
}

.calculator--new__table-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-directin: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.calculator--new__table-col:not(:first-child) {
    text-align: center;
}

.calculator--new__table-col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-directin: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    font-weight: 700;
}

.calculator--new__table-col svg {
    margin-left: 8px;
    cursor: pointer;
}

.calculator--new__table-col svg:hover path {
    fill: #B13138;
}

.calculator--new__table-row p {
    grid-column: span 5;
    font-size: 16px;
    color: #3C3A49;
}

.calculator--new__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 56px;
}

.calculator--new__footer p {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    color: #0B091B;
}

.calculator--new__footer span {
    font-weight: 700;

}

.calculator--new__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0;

}

.calculator--new__filters span {
    font-size: 24px;
    color: #0B091B;
    margin-right: 56px;
}

.calculator--new__filter-button {
    font-size: 16px;
    border: 1px solid #A5AEB8;
    color: #A5AEB8;
    border-radius: 4px;
    padding: 12px 16px;
    margin-right: 16px;
}

.calculator--new__filter-button:hover,
.calculator--new__filter-button.active {
    color: #ffffff;
    border-color: #B13138;
    background-color: #B13138;
}

.calculator--new__filter-button-compare {
    color: #A5AEB8;
    text-decoration: underline;
    align-self: flex-end;
    margin-left: auto;
    font-size: 20px;
}

.cases__controls {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cases__controls-next {
    margin-left: 24px;
}

.cases__controls-next,
.cases__controls-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.cases__controls-next:hover,
.cases__controls-prev:hover {
    background-color: #B13138;
}

.cases__controls-next:hover svg path,
.cases__controls-prev:hover svg path {
    stroke: #ffffff;
}

.cases__controls-next-disabled svg path,
.cases__controls-prev-disabled svg path {
    stroke: #A5AEB8
}

.cases__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 48px;
}

.numbers__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px 40px;
    place-items: start;
}

.numbers_black .numbers__content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0;
}

.numbers__title>.numbers__text_black {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 16px;
    color: #0B091B;
}

.numbers__text_black {
    color: #3C3A49;
}

.numbers_black {
    margin: 56px 0;
}

.calculator_new {
    margin: 62px 0;
}

.staff__slide {
    width: 100%;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.staff__head {
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
    border-bottom: 1px solid #EBECF3;
}

.staff__head h2 {
    margin-bottom: 12px;
}

.staff__head p {
    margin: 0
}

.staff>.swiper-wrapper {
    padding: 32px 0;
}

.staff__slide-image-wrapper {
    width: 50%;
    height: 100%;
    flex-grow: 0;
}

.staff__slide-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.staff__slide-text-wrapper {
    padding: 3rem;
    width: 45%;
    flex-shrink: 0;
    flex-grow: 0;
}

.staff__slide-subtitle {
    font-size: 32px;
    font-weight: 500;
    color: #060516;
    margin-bottom: 32px;
}

.staff__slide-text {
    color: #060516;

}

.staff__controls {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.staff__controls-prev,
.staff__controls-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.staff__controls-prev:hover svg path,
.staff__controls-next:hover svg path {
    stroke: #ffffff;
}

.staff__controls-prev:hover,
.staff__controls-next:hover {
    background-color: #B13138;
}

.staff__controls-next {
    margin-left: 24px;
}

@media (max-width: 1280px) {
    .calculator--new__table-row {
        font-size: 18px
    }
}

@media (max-width: 992px) {
    .numbers__content-box_wide {
        grid-template-columns: 1fr;
        position: static;
        width: 100%;
        padding: 24px 10px;
    }

    .numbers_black .numbers__content-box {
        padding: 24px 10px;
    }

    .numbers_black .numbers__content {
        max-width: 100%;
    }

    .numbers__grid {
        grid-template-columns: 1fr;
    }

    .staff__slide {
        flex-direction: column;
    }

    .numbers__content {
        max-width: 90%;
    }

    .staff__slide-image-wrapper,
    .staff__slide-text-wrapper {
        width: 100%;
        flex-shrink: 0;
    }

    .staff__slide-image-wrapper {
        height: 50%;
    }

    .staff__slide-text-wrapper {
        height: 50%;
        padding-bottom: 0;
    }

    .numbers_black {
        margin: 48px 0;
        padding-bottom: 0;
    }

    .calculator--new__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .calculator--new__footer p {
        text-align: center;
    }

    .calculator--new__filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .numbers {
        padding-bottom: 0;
    }

    .numbers__col {
        gap: 25px;
    }

    .numbers__content-grid {
        padding: 24px 10px;
        grid-gap: 24px;
    }

    .numbers__content-grid>.numbers__content {
        max-width: 100%;
    }

    .numbers__content-grid>.numbers__title {
        margin-bottom: 8px;
    }

    .calculator--new__filter-button-wrapper {
        margin: 16px 0;
    }

    .calculator--new__filter-button-compare {
        margin-left: 0;
        align-self: flex-start;
    }

    .calculator--new__table-row {
        grid-template-columns: repeat(5, 180px);

    }

    .calculator--new__table {
        width: 100%;
        overflow-x: scroll;
    }

    .numbers__licence-link {
        width: 100%;
    }

    .numbers__button-wrappper {
        flex-direction: column;
    }

    .numbers__button-wrappper>*+* {
        margin-left: 0;
        margin-top: 16px;
    }

    .cases {
        padding-top: 0;
    }

    .mobile-mb-0 {
        margin-bottom: 0 !important;
    }
}

.popup-licence {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 60;
    background: rgba(0, 0, 0, 0.4);
}

.popup-licence__wrapper {
    width: 50vw;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-top: 200px;
}

.popup-licence__close-button {
    position: absolute;
    top: -16px;
    right: 0;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    font-size: 2rem;
}

.popup-licence__close-button:hover {
    color: #B13138;
}

.galleryPopup__image {
    max-width: 540px;
    max-height: 780px;
}

.popup-licence__content {
    position: relative;
}

@media (max-width: 992px) {
    .galleryPopup__image {
        max-width: 100%;
        max-height: auto;
    }

    .popup-licence__wrapper {
        width: 80vw;
    }
}

.swiper-pagination-bullet {
    background: #B13138;
}

.hero__slider .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
}

.hero__slider .swiper-pagination {
    text-align: right;
    padding-right: calc((100vw - 1120px)/2);
}

@media (max-width: 1024px) {
    .hero__slider .swiper-pagination {
        display: none;
    }
}

.blog {
    display: grid;
    grid-template-columns: 1fr 282px;
    place-items: start;
    grid-gap: 3.5rem;
}

.blog__banner {
    grid-column: span 2;
    max-height: 600px;
}

.blog__banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: cover;
}

.blog__content {
    color: #0B091B;
}

.blog__content h1 {
    font-weight: 700;
    font-size: 2.66em;
    line-height: 1.16;
    margin-bottom: 3.5rem;
}

.blog__content h2 {
    font-weight: 700;
    font-size: 1.7em;
    line-height: 1.26;
    margin-bottom: 2rem;
    margin-top: 3.5rem;
}

.blog__content p,
.blog__content li {
    font-weight: 400;
    font-size: 1.11em;
    line-height: 1.5;
}

.blog__content p {
    margin: 32px 0;
}

.blog__content ul {
    list-style: disc;
    padding-left: 32px;
    margin: 32px 0;
}

.blog__content ol {
    padding-left: 32px;
    margin: 32px 0;
}

.blog__content li {
    margin-bottom: 1em;
}

.blog__content ul li::before {
    content: ""
}

.blog__content figure {
    width: 100%;
}

.blog__content figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.blog__content figure figcaption {
    color: #3C3A49;
    margin-top: 20px;
    opacity: 0.5;
}

.blog__blockquote {
    margin: 3.5rem 0;
    padding: 4rem;
    background-color: #FFF1F2;
    border-radius: 4px;
    position: relative;
}

.blog__blockquote:after {
    content: url("data:image/svg+xml,%3Csvg width='34' height='26' viewBox='0 0 34 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.83309 10.6666C7.46142 10.6666 7.10475 10.7232 6.74975 10.7749C6.86475 10.3882 6.98309 9.99489 7.17309 9.64155C7.36309 9.12822 7.65975 8.68322 7.95475 8.23489C8.20142 7.74989 8.63642 7.42155 8.95642 7.00655C9.29142 6.60322 9.74809 6.33489 10.1098 5.99989C10.4648 5.64989 10.9298 5.47489 11.2998 5.22822C11.6864 5.00655 12.0231 4.76155 12.3831 4.64489L13.2814 4.27489L14.0714 3.94655L13.2631 0.716553L12.2681 0.956552C11.9498 1.03655 11.5614 1.12989 11.1198 1.24155C10.6681 1.32489 10.1864 1.55322 9.64975 1.76155C9.11975 1.99822 8.50642 2.15822 7.93642 2.53822C7.36309 2.90155 6.70142 3.20489 6.11809 3.69155C5.55309 4.19322 4.87142 4.62822 4.36809 5.26655C3.81809 5.86322 3.27475 6.48989 2.85309 7.20322C2.36475 7.88322 2.03309 8.62989 1.68309 9.36822C1.36642 10.1066 1.11142 10.8616 0.903087 11.5949C0.508087 13.0649 0.33142 14.4616 0.263087 15.6566C0.20642 16.8532 0.239754 17.8482 0.309754 18.5682C0.334754 18.9082 0.381421 19.2382 0.414754 19.4666L0.45642 19.7466L0.499754 19.7366C0.796189 21.1213 1.47859 22.3938 2.46803 23.4069C3.45746 24.4199 4.71349 25.1322 6.09082 25.4613C7.46815 25.7903 8.9105 25.7227 10.251 25.2663C11.5915 24.8098 12.7754 23.9832 13.6658 22.882C14.5561 21.7808 15.1165 20.4501 15.2821 19.0437C15.4477 17.6373 15.2118 16.2128 14.6016 14.9349C13.9915 13.657 13.032 12.578 11.8342 11.8226C10.6364 11.0673 9.24918 10.6665 7.83309 10.6666ZM26.1664 10.6666C25.7948 10.6666 25.4381 10.7232 25.0831 10.7749C25.1981 10.3882 25.3164 9.99489 25.5064 9.64155C25.6964 9.12822 25.9931 8.68322 26.2881 8.23489C26.5348 7.74989 26.9698 7.42155 27.2898 7.00655C27.6248 6.60322 28.0814 6.33489 28.4431 5.99989C28.7981 5.64989 29.2631 5.47489 29.6331 5.22822C30.0198 5.00655 30.3564 4.76155 30.7164 4.64489L31.6148 4.27489L32.4048 3.94655L31.5964 0.716553L30.6014 0.956552C30.2831 1.03655 29.8948 1.12989 29.4531 1.24155C29.0014 1.32489 28.5198 1.55322 27.9831 1.76155C27.4548 1.99989 26.8398 2.15822 26.2698 2.53989C25.6964 2.90322 25.0348 3.20655 24.4514 3.69322C23.8864 4.19489 23.2048 4.62989 22.7014 5.26655C22.1514 5.86322 21.6081 6.48989 21.1864 7.20322C20.6981 7.88322 20.3664 8.62989 20.0164 9.36822C19.6998 10.1066 19.4448 10.8616 19.2364 11.5949C18.8414 13.0649 18.6648 14.4616 18.5964 15.6566C18.5398 16.8532 18.5731 17.8482 18.6431 18.5682C18.6681 18.9082 18.7148 19.2382 18.7481 19.4666L18.7898 19.7466L18.8331 19.7366C19.1295 21.1213 19.8119 22.3938 20.8014 23.4069C21.7908 24.4199 23.0468 25.1322 24.4242 25.4613C25.8015 25.7903 27.2438 25.7227 28.5843 25.2663C29.9249 24.8098 31.1088 23.9832 31.9991 22.882C32.8894 21.7808 33.4498 20.4501 33.6154 19.0437C33.7811 17.6373 33.5451 16.2128 32.935 14.9349C32.3248 13.657 31.3653 12.578 30.1675 11.8226C28.9697 11.0673 27.5825 10.6665 26.1664 10.6666Z' fill='%23060516'/%3E%3C/svg%3E");
    position: absolute;
    top: 4rem;
    left: 4rem;
    width: 34px;
    height: 24px;
    display: block;
}

.blog__content .blockquote__text {
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1.26;
    padding: 4rem 0;
}

.blog__content .blockquote__author {
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-gap: 4px 20px;
    place-items: start;
    color: #0B091B;
}

.blog__content .blockquote__author-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    grid-row: span 2;
}

.blog__content .blockquote__author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog__content .blockquote__author-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
}

.blog__content .blockquote__author-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
}

.blog__accent {
    margin: 4rem 0;
    padding: 4rem;
    background-color: #F5F6F9;
    border-radius: 4px;
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1.26;
}

.blog__links {
    display: grid;
    grid-template-columns: repeat(auto-fill, 312px);
    grid-gap: 12px;
}

.blog__links-card {
    border: 1px solid #EBECF3;
    border-radius: 12px;
    background-color: #fff;

}

.blog__links-card:hover,
.blog__links-card:focus,
.blog__links-card:active {
    border: 1px solid #EBECF3;
}

.blog__links-card:hover .blog__links-card-text {}

.blog__links-card-image {
    aspect-ratio: 1.14/1;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.blog__links-card-text {
    padding: 24px;
    font-size: 1.11em;
    line-height: 1.15;

}

.blog__links-card-text span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.blog__sidebar-content {
    position: sticky;
    top: 240px;
}

.blog__sidebar-title {
    font-size: 18px;
    line-height: 1.33;
    font-weight: 700;
    margin-bottom: 24px;
    padding-left: 24px;
}

.blog__sidebar-nav a {
    padding: 12px 24px;
    width: 100%;
    text-decoration: none;
    border-bottom: none;
    font-size: 16px;
    line-height: 1.33;
}

.blog__sidebar-nav a:hover,
.blog__sidebar-nav a:active,
.blog__sidebar-nav a.active,
.blog__sidebar-nav a:focus {
    background-color: #EBECF3;
    border-bottom: none;
    color: #0B091B;
}

.blog__sidebar {
    height: 100%;
    border-left: 1px solid #EBECF3;
}

@media(max-width: 1023px) {
    .blog {
        grid-template-columns: 1fr
    }

    .blog__banner {
        grid-column: span 1;
    }

    .blog__sidebar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: #ffffff;
    }

    .blog__sidebar-content {}

    .blog__sidebar-title {
        display: none;
    }

    .blog__sidebar-nav {
        overflow-x: auto;
        display: flex;
        flex-direction: row;
        white-space: nowrap;
    }
}

@media(max-width: 768px) {
    .blog__blockquote {
        padding: 24px;
    }

    .blog__content .blockquote__text {
        padding: 24px 0;
    }

    .blog__blockquote::after {
        top: 24px;
        left: 24px;
    }

    .blog__accent {
        padding: 24px;
    }

    .blog__links {
        justify-content: center;
    }
}

.blog__links-3 {
    margin: 2.5rem 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

.blog__links-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-main {
    margin-top: 64px;
}



/* FaQ Block*/

.faq .faq__item {
    padding: 2rem 0;
    border-bottom: 1px solid #E9E9E9;
    cursor: pointer;
    margin: 0;
    max-width: 100%;
    font-size: 1.11em;
    line-height: 1.6;
    color: #3C3A49;
}

.faq__title {
    font-weight: 700;
    font-size: 1.11em;
    line-height: 1.5;
    padding-right: calc(1em * 1.33 + 12px);
    position: relative;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

.faq__title:hover,
.faq__title:focus,
.faq__title:active {
    color: var(--main-accent);
}

.faq__title:after {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21' stroke='%23121212' stroke-width='2'/%3E%3Cpath d='M12 21L12 3' stroke='%23121212' stroke-width='2'/%3E%3C/svg%3E");
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(1em * 1.33);
    height: calc(1em * 1.33);
}

.faq__content {
    max-width: 90%;
    opacity: 0;
    -webkit-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    max-height: 0;
}

.faq__content-text {
    font-size: clamp(15px, calc(15px + (24 - 15) * ((100vw - 375px) / (2560 - 375))), 24px);
    line-height: 1.6;
    padding-top: 2rem;
}

@media (max-width: 769px) {
    .faq__content-text {
        padding-top: 20px;
    }
}

.faq__item.active .faq__title:after {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21' stroke='%23B13138' stroke-width='2'/%3E%3C/svg%3E");
}

.faq__item.active .faq__content {
    -webkit-transition: opacity 0.2s 0.2s ease-in, max-height 0.3s ease-in-out;
    -o-transition: opacity 0.2s 0.2s ease-in, max-height 0.3s ease-in-out;
    transition: opacity 0.2s 0.2s ease-in, max-height 0.3s ease-in-out;
    opacity: 1;
    max-height: 39rem;
}

.faq__item:not(.active) .faq__content {
    pointer-events: none;
}

/* header 2lvl*/
.header__dropdown {
    list-style: none;
    margin: 0;
    display: grid;
    max-height: 460px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 24px;
}

.header__dropdown-item {
    left: 0;
    margin: 0;
}

.header__dropdown-item:before {
    content: "";

}

@media (min-width: 992px) {

    .w-header__services:hover .w-header__services-wrap,
    .w-header__services:focus .w-header__services-wrap {
        width: fit-content;
    }
}

@media(max-width: 991px) {
    .w-header__services-content {
        overflow-x: auto;
    }
}

.gift {
    display: flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #B13138;
    font-family: 'PTRootUIWeb';
    margin: 23px 0 0;
}

.gift svg {
    width: 20px;
    height: 20px;
    margin: 8px 0 0;
}

.gift path {
    fill: #B13138;
}

.gift span {
    position: relative;
    z-index: 1;
    width: calc(100% - 20px);
    text-align: left;
    padding: 0 0 0 10px;
}

.promoajax-code {
    display: block;
    font-size: 14px;
    font-family: 'Arial';
    line-height: 1.15;
    color: #B13138
}

.promoajax-code b {
    display: block;
}

/* Catalog items */
.catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(212px, 1fr));
    grid-gap: 16px;
    place-items: center;
}

.catalog-grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    text-align: center;
    width: 212px;
}

.catalog-grid__item-image {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
}

.catalog-grid__item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.catalog-grid__item h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #060516;
    margin-top: 16px;
}

.catalog-grid__item p {
    margin: 4px 0 8px;
    font-size: 0.8rem;
}

.callback-form-blog .modal__wrapper {
    translate: -50% -50%;
    top: 50%;
    top: 50% !important;
    left: 50% !important;
}

.--word-break {
    word-break: break-all;
}
/* End */


/* Start:/local/templates/rtm.2025/assets/css/responsive.css?174521975524481*/
@media(min-width: 1980px) {
    .page__business .header, .invite, .page__main {
        background-size: 100% auto
    }
}

@media(min-width: 1920px) {
    .header__menu-bg:before, .header__menu-bg:after {
        bottom: -22px;
        height: 43px
    }
}

@media(min-width: 1200px) and (max-width: 1220px) {
    .info {
        margin: 0;
        top: -30px
    }
    
    .info__item {
        padding-top: 15.4%
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .page__title {
        font-size: 62px
    }
    
    .wrapper {
        max-width: 970px
    }
    
    .form__description {
        font-size: 19px
    }
    
    .footer__menu {
        margin-right: 8px
    }
    
    .footer__menu_second {
        margin-right: 0
    }
    
    .footer__menu .menu__link_ml {
        margin-left: 0
    }
    
    .action__send-request {
        bottom: 42px
    }
    
    
    /* Flat */
    .kit__row:before {
        left: -10px;
        width: 102%
    }
    
    
    /* Main */
    .kit-info__item {
        width: 310px;
        height: 320px
    }
    
    .kit-info__title {
        font-size: 40px
    }
    
    .kit-info__description {
        font-size: 18px
    }
    
    .info {
        margin: 0;
        top: -30px
    }
    
    .info__item {
        padding-top: 10.4%;
        min-height: 610px;
    }
}

@media(min-width: 768px) {
    .visible-xs {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 16px
    }
    
    .wrapper {
        max-width: 750px
    }
    
    .btn_small {
        padding: 8px 20px;
        font-size: 16px
    }
    
    .block-title {
        font-size: 42px
    }
    
    .page__title, .form__title {
        font-size: 50px
    }
    
    .form__element {
        margin-bottom: 30px !important
    }
    
    .form__label {
        font-size: 22px;
        margin-bottom: 10px
    }
    
    .form__description, .contacts__form .form__description {
        font-size: 15px
    }
    
    
    /* Header */  
    .header__left {
        max-width: 30%
    }
    
    .header__right {
        max-width: 70%
    }
    
    .header__menu {
        font-size: 15px
    }
    
    .header__menu_big .menu__item {
        margin-left: 10px
    }
    
    
    /* About */
    .about-top {
        max-width: 100%;
        margin: 50px 0
    }
    
    .thesis {
        max-width: none;
        width: 50%;
    }
    
    .thesis__title {
        font-size: 42px
    }
    
    .thesis__subtitle {
        font-size: 24px
    }
    
    .thesis__content {
        font-size: 16px
    }
    
    .human {
        max-width: none;
        margin-right: 0;
        width: 40%
    }
    
    .human__thesis {
        font-size: 32px;
        margin-right: 0;
    }
    
    
    /* Payment */
    .payment__form {
        max-width: 360px
    }
    
    .page__payment .content {
        max-width: 44%;
        font-size: 16px
    }
    
    
    /* Faq */
    .faq__form-wrapper {
        background: none
    }
    
    .faq__tags {
        font-size: 22px
    }
    
    .faq__tags-item {
        margin-right: 20px;
    }
    
    .faq__item {
        max-width: 100% !important
    }
    
    .faq__contacts-block {
        margin: 0 0 70px;
        background: none;
        padding: 30px 10% 50px
    }
    
    
    /* Flat */
    .kit__row:before {
        left: -10px;
        width: 102.6%
    }
    
    .page__brief {
        font-size: 28px
    }
    
    .prices-info__price {
        font-size: 62px
    }
    
    .prices-info__text {
        font-size: 18px;
    }
    
    .how-works__number {
        font-size: 62px
    }
    
    .how-works__text {
        font-size: 18px
    }
    
    .kit__col {
        font-size: 22px
    }
    
    .kit__row-title {
        font-size: 22px
    }
    
    .kit__col_content {
        font-size: 16px
    }
    
    .advantages__item-title {
        font-size: 22px
    }
    
    
    /* Residence */
    .page__residence .advantages__item + .advantages__item + .advantages__item {
        margin-left: 7.5%;
    }
    
    
    /* Business */
    .text-info__big {
        font-size: 34px
    }
    
    .form__input_kit {
        width: 82px;
    }
    
    .form__input_kit:focus, .kit__row:hover .form__input_kit {
        width: 79px
    }
    
    .invite__title {
        font-size: 36px
    }
    
    .invite__image-wrapper {
        margin-top: 132px;
    }
    
    .invite__image-caption {
        top: -12%;
        right: -2%;
        max-width: 160px;
        font-size: 14px
    }
    
    
    /* Main */
    .page__main .header {
        min-height: 0;
        margin-bottom: 0;
    }
    
    .kit-info__item {
        width: 236px;
        height: 270px
    }
    
    .kit-info__title {
        font-size: 28px
    }
    
    .kit-info__description {
        font-size: 17px
    }
    
    .info {
        margin: 0;
        top: -20px
    }
    
    .info__item {
        padding-top: 5.4%;
        min-height: 500px
    }
    
    .invite_main .invite__image {
        max-width: 380px;
        margin-top: 4px;
    }
    
    .invite_main .invite__image-caption {
        top: -7%
    }
    
    .action__show-content {
        margin-right: 6px
    }
    
    
    /* Contacts */
    .contacts__method {
        font-size: 28px
    }
    
    .routes__gps {
        font-size: 18px
    }
    
    
    /* Footer */
    .footer__menu {
        margin-bottom: 40px
    }
    
    .footer__menu_second {
        margin-right: 0;
    }
    
    .footer__menu .menu__title {
        font-size: 22px
    }
    
    .footer__menu .menu__link {
        font-size: 16px
    }
    
    .footer__menu .menu__link_ml {
        margin-left: 0
    }
    
    .footer__bottom {
        font-size: 15px;
    }
    
    .footer__left {
        max-width: 300px
    }
    
    .footer__action {
        margin-right: 0;
    }
    
    .action__send-request {
        bottom: 33px;
        padding: 8px 20px;
        font-size: 16px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    body {
        font-size: 15px
    }
    
    .hidden-xs {
        display: none
    }
    
    .wrapper {
        max-width: 100%
    }
    
    .block-title {
        font-size: 28px
    }
    
    .page__title, .form__title {
        font-size: 46px
    }
    
    .form__element {
        margin-bottom: 15px !important
    }
    
    .form__label {
        font-size: 20px;
        margin-bottom: 10px
    }
    
    .form__textarea, .form__input {
        font-size: 16px;
        padding: 10px 0 10px 15px;
        height: 51px
    }
    
    .form__textarea {
        height: 150px
    }
    
    .opened-menu .logo {
        display: none
    }
    
    .page__main.opened-menu .logo {
        display: block
    }
    
    
    /* Header */
    .equipment {
        display: none
    }
    
    .header {
        padding-top: 15px !important
    }
    
    .header_with-bevel:before {
        bottom: 25px
    }
    
    .header__menu-bg, .header__top-menu-bg {
        top: 30px;
        height: 24px
    }
    
    .header__menu-bg:before, .header__menu-bg:after {
        bottom: -24px
    }
    
    .header__menu-bg:before {
        transform: skewY(2.9deg)
    }
    
    .header__menu-bg:after {
        transform: skewY(-2.9deg)
    }
    
    .header__left {
        max-width: 50%
    }
    
    .header__right {
        width: 100%;
        margin-top: 0;
        clear: both
    }
    
    .toggle-menu {
        display: block
    }
    
    .menu-wrapper {
        display: none;
        width: 100%;
        top: -8px;
        left: 0;
        padding: 56px 10px 0;
        z-index: 20;
        box-sizing: border-box;
        text-align: right
    }
    
    .menu {
        float: none;
        margin: 0
    }
    
    .menu:first-child {
        margin-top: -5px
    }
    
    .header__menu, .header__menu_small {
        font-size: 24px;
        font-family: 'PTRootUIWebRegular';
        font-weight: 700
    }
    
    .page__main .header__left, .page__main .header__right, .page__main .header__menu {
        text-align: right
    }
    
    .menu_inline .menu__item {
        float: none;
        padding: 5px 0
    }
    
    .menu__link, .header__menu_small .menu__link {
        color: #000000;
        border-bottom: 0;
    }
    
    .header__menu_small .menu__item, .header__menu_big .menu__item {
        margin: 0
    }
    
    .header__menu_small .menu__link {
        color: #b13138 !important
    }
    
    
    /* 404 */
    .page__404 .page__content {
        margin-bottom: -15px;
    }
    
    /* About */
    .page__about, .page__about .page__bg {
        background: none
    }
    
    .page__about .logo__image_text {
        display: none;
    }
    
    .about-top {
        margin: 50px auto;
        font-size: 24px;
        max-width: 70%;
    }
    
    .about-top__big {
        font-size: 38px
    }
    
    .thesis {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
    
    .thesis__subtitle {
        font-size: 22px
    }
    
    .thesis__content {
        font-size: 16px
    }
    
    .human {
        max-width: 50%;
        width: 100%;
        margin: 0 auto 60px;
        float: none;
        text-align: center;
    }
    
    .human__thesis {
        font-size: 32px
    }
    
    .human__image-wrapper {
        margin: 20px auto !important
    }
    
    .our-history {
        margin-bottom: 30px
    }
    
    .our-history__year {
        width: 60px;
        font-size: 22px
    }
    
    .licenses {
        margin-bottom: 64px
    }
    
    .licenses__link {
        font-size: 22px
    }
    
    .documents {
        margin-bottom: -23px
    }
    
    
    /* Faq */
    .faq__form-wrapper {
        background: none
    }
    
    .form_help {
        width: 100%;
        max-width: 591px;
        margin: 50px auto
    }
    
    .faq__tags {
        font-size: 20px
    }
    
    .faq__tags-item {
        margin: 0 16px 10px 0
    }
    
    .faq__block {
        margin-bottom: 40px;
    }
    
    .faq__item {
        max-width: 90% !important;
        margin: 0 0 20px !important
    }
    
    .faq__question {
        font-size: 22px
    }
    
    .faq__answer {
        font-size: 17px
    }
    
    .contacts-block {
        font-size: 32px
    }
    
    .contacts-block__item {
        font-size: 24px
    }
    
    .faq__contacts-block {
        max-width: 55%;
        margin: 0 auto 45px;
        float: none;
        background: none;
        padding: 0
    }
    
    
    /* Payment */
    .page__payment .main {
        padding: 0 0 20px
    }
    
    .payment__form {
        width: 85%;
        margin: 0 0 30px;
        float: none;
    }
    
    .payment__form .form__submit {
        display: block;
        margin: 0 0 30px
    }
    
    .form__text {
        text-align: left
    }
    
    .page__payment .content {
        max-width: 100%;
        margin: -6px 0 20px
    }
    
    .payment_systems {
        max-width: 50%;
        margin: 20px 0 0
    }
    
    
    /* Flat */
    .header__content_increased-margin {
        margin-top: 47px
    }
    
    .page__brief {
        font-size: 24px
    }
    
    .prices-info {
        height: auto
    }
    
    .prices-info__item {
        width: 90%;
        margin: 20px 5% 0 !important
    }
    
    .prices-info__item + .prices-info__item {
        margin-top: 26px !important
    }
    
    .prices-info__price {
        font-size: 52px;
        margin: 0 0 10px
    }
    
    .prices-info__text {
        font-size: 15px
    }
    
    .text-info__big {
        font-size: 26px
    }
    
    .form__submit_big {
        font-size: 24px
    }
    
    .how-works {
        margin: 50px 0
    }
    
    .how-works__item {
        width: 100%
    }
    
    .how-works__number {
        float: left;
        font-size: 42px;
        width: 40px
    }
    
    .how-works__text {
        font-size: 15px;
        margin-top: 10px;
    }
    
    .form__checkbox {
        width: 38px;
        height: 38px
    }
    
    .form__checkbox_checked:before {
        font-size: 30px;
        line-height: 34px
    }
    
    .form__input_kit {
        width: 72px;
        height: 40px;
        padding: 0 8px 3px 0
    }
    
    .form__input_kit:focus, .kit__row:hover .form__input_kit {
        width: 69px
    }
    
    .kit__row:before {
        left: -1%;
        width: 102%
    }
    
    .kit__col {
        font-size: 18px;
        padding-bottom: 20px !important
    }
    
    .kit__row-title {
        font-size: 18px
    }
    
    .kit__col_content {
        font-size: 14px
    }
    
    .advantages {
        margin-bottom: 10px;
    }
    
    .advantages__title {
        font-size: 26px !important
    }
    
    .advantages:before {
        top: -58px !important;
        height: 200px
    }
    
    .advantages__row {
        margin-bottom: 0
    }
    
    .advantages__item {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 15px
    }
    
    .advantages__item-title {
        font-size: 20px;
        margin-bottom: 10px
    }
    
    
    /* Business */
    .page__business .header {
        min-height: 0;
        padding: 8px 0 100px;
        background-position: 50% 100%
    }
    
    .page__business .header__right {
        margin-top: -1px
    }
    
    .page__business .menu__link, .page__business .header__menu_small .menu__link,
    .page__business .header__menu_big .menu__link:hover, .page__business .header__menu_big .menu__item_active_true .menu__link {
        color: #d0dce7;
        border-bottom: 0;
    }
    
    .page__business .logo {
        margin: 4px 0 0 3px
    }
    
    .page__business .header__content {
        margin-top: 0
    }
    
    .prices-info {
        margin-top: 37px;
    }
    
    .kit {
        padding: 200px 0 100px
    }
    
    .kit__table {
        margin-top: 30px;
    }
    
    .kit__button {
        margin-top: 8px
    }
    
    .in-cost:before {
        top: -60px;
        height: 200px
    }
    
    .in-cost__title {
        font-size: 26px !important
    }
    
    .in-cost__row {
        margin-bottom: 0 !important;
        padding-bottom: 0
    }
    
    .in-cost__item {
        width: 100% !important;
        margin-bottom: 15px
    }
    
    .in-cost__item-title {
        font-size: 20px;
        margin-bottom: 10px
    }
    
    .in-cost__item-text {
        font-size: 17px
    }
    
    .our-clients__slider {
        margin: 20px 10px 0
    }
    
    .our-clients__slider .slider__item {
        max-width: 380px
    }
    
    .our-clients__slider .slider__image {
        max-height: 280px
    }
    
    .invite {
        height: auto;
        padding: 20px 0;
        margin: 0 0 44px
    }
    
    .invite__content {
        box-sizing: border-box;
        margin: 60px 0 0 0 !important;
        padding-left: 28px;
        width: 100%;
        max-width: 400px;
        float: none
    }
    
    .invite__text {
        font-size: 16px
    }
    
    .invite__image-wrapper {
        display: none
    }
    
    .invite_bg-reverse {
        background-image: url('/local/templates/rtm.2025/assets/css/images/bg_invite@2x.jpg')
    }
    
    
    /* Main */
    .page__main .menu-wrapper {
        padding: 55px 10px
    }
    
    .page__main .menu__link, .page__main .header__menu_small .menu__link {
        color: #d0dce7;
        border-bottom: 0;
    }
    
    .page__main .kit-info {
        margin-top: 45px
    }
    
    .kit-info__item {
        width: 100%;
        height: auto;
        margin: 0 0 20px !important
    }
    
    .kit-info__title {
        font-size: 28px
    }
    
    .kit-info__description {
        font-size: 18px
    }
    
    .info {
        margin: 0 0 80px;
        top: auto;
        background: #000000;
        padding: 0 0 20px
    }
    
    .info__item {
        padding-top: 3%;
        min-height: 0;
        background: none;
        width: 50%
    }
    
    .info__item-video {
        display: none
    }
    
    .info__description {
        font-size: 18px;
        margin-right: 0
    }
    
    .slider__title {
        margin-bottom: 30px;
    }
    
    .invite_main .invite__title {
        margin-left: 0
    }
    
    .action__description {
        font-size: 15px
    }
    
    
    /* Contacts */
    .page__contacts .page__content {
        padding: 0 0 14px;
    }
    
    .page__contacts .page__title {
        margin-top: 0
    }
    
    .top-image {
        margin-bottom: 0
    }
    
    .contacts__contacts, .contacts__routes {
        width: 100%;
        margin: 0 0 30px
    }
    
    .contacts__item {
        margin: -10px 0 25px
    }
    
    .contacts__item_phone + .contacts__item_email {
        margin-top: 0
    }
    
    .contacts__method {
        font-size: 24px
    }
    
    .routes__item-title {
        font-size: 18px
    }
    
    .contacts__form {
        margin: 50px 0 20px
    }
    
    .contacts__form .form__title, 
    .contacts__form .form__description {
        width: 100%;
        max-width: 100%;
        text-align: left;
        margin: 0 0 20px
    }
    
    .contacts__form .form__description {
        font-size: 16px
    }
    
    .contacts__form .form__element {
        width: 100% !important
    }
    
    
    /**/
    .page__content {
        padding: 0 0 15px
    }
    
    .table {
        margin-bottom: 29px;
    }
    
    .header__menu_big .menu__link:hover, .header__menu_big .menu__item_active_true .menu__link {
        color: #000000
    }
    
    
    /* Footer */
    footer {
        padding: 20px 0 0
    }
    
    .footer__menu {
        margin: 0 0 50px
    }
    
    .footer__menu .menu__title {
        font-size: 24px
    }
    
    .footer__menu .menu__link_ml {
        margin-left: 0;
    }
    
    .footer__menu .menu__link {
        color: #000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    }
    
    .footer__bottom {
        font-size: 14px;
        margin-top: 27px;
    }
    
    .footer__left, .footer__center {
        max-width: 70%
    }
    
    .footer__action {
        margin: 0
    }
    
    .action__send-request {
        right: 10px;
        bottom: 18%;
        padding: 8px 20px;
        font-size: 16px;
    }
}

@media (min-width: 320px) and (max-width: 599px) {
    body {
        font-size: 14px
    }
    
    p {
        margin: 0 0 15px
    }
    
    .form__textarea, input[type=text].form__input {
        font-size: 16px;
        height: 41px !important;
        line-height: 41px !important
    }
    
    .form__textarea {
        height: 100px !important
    }
    
    .form__submit {
        padding-left: 60px;
        padding-right: 60px;
    }
    
    .form__label {
        font-size: 16px
    }
    
    .form__checkbox {
        width: 28px;
        height: 28px
    }
    
    /* Header */
    .header__left {
        max-width: 70%
    }
    
    .page__title, .form__title {
        font-size: 30px
    }
        
    .block-title {
        font-size: 22px
    }
    
    /* About */
    .about-top {
        left: auto;
        max-width: 90%;
        font-size:  22px
    }
    
    .about-top__big {
        font-size: 32px
    }
    
    .thesis__subtitle {
        font-size: 18px
    }
    
    .human {
        max-width: 80% !important
    }
    
    .human__thesis {
        font-size: 26px;
        margin: 0 0 25px
    }
    
    .our-history__year {
        width: 100%;
        float: none;
    }
    
    .our-history__content {
        max-width: 100%;
        margin: 20px 0 0
    }
    
    .documents__subtitle {
        font-size: 18px
    }
    
    .licenses__link {
        font-size: 18px
    }
    
    
    /* Faq */
    .faq__tags {
        font-size: 16px;
        margin: 20px 0
    }
    
    .faq__question {
        font-size: 18px
    }
    
    .contacts-block {
        font-size: 22px
    }
    
    .contacts-block__item {
        font-size: 18px
    }
    
    .faq__contacts-block {
        max-width: 100%;
        text-align: center;
    }
    
    /* Flat */
    .page__brief {
        font-size: 20px
    }
    
    .prices-info__small {
        font-size: 16px
    }
    
    .prices-info__price {
        font-size: 50px
    }
    
    .prices-info__text {
        font-size: 17px
    }
    
    .text-info__item {
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    .text-info__big {
        font-size: 30px
    }
    
    .text-info__text {
        font-size: 15px
    }
    
    .how-works__text {
        font-size: 15px;
        margin-left: 40px;
    }
    
    .kit__col {
        font-size: 14px;
        padding-right: 1% !important
    }
    
    .kit__col_content {
        width: 38%;
        min-width: 38%;
        font-size: 11px !important
    }
    
    .kit__col_count {
        width: 16.6%;
        min-width: 16.6%
    }
    
    .kit__col_price {
        width: 22.6%;
        min-width: 22.6%
    }
    
    .kit__col_sum {
        width: 22.6%;
        min-width: 22.6%
    }
    
    .kit__row-title {
        font-size: 14px
    }
    
    .kit__col_price:before, .kit__col_sum:before {
        left: 2px;
        top: -5px
    }
    
    input[type=text].form__input_kit, .form__input_kit {
        width: 42px;
        height: 30px !important;
        line-height: 30px !important
    }
    
    .form__input_kit:focus, .kit__row:hover .form__input_kit,
     input[type=text].form__input_kit:focus, .kit__row:hover input[type=text].form__input_kit {
        width: 39px
    }
    
    .form__checkbox_kit {
        margin: -5px 5px 0 0
    }
    
    .form__checkbox_checked:before {
        font-size: 26px;
        line-height: 26px
    }
    
    
    /* Business */
    .in-cost__image_1 {
        margin-left: 0
    }
    
    .our-clients__slider {
        margin: 20px 10px -15px
    }
    
    .our-clients__slider .slider__item {
        max-width: 265px;
        width: 265px
    }
    
    .our-clients__slider .slider__image {
        max-height: 195px
    }
    
    .slider__caption {
        font-size: 12px
    }
    
    
    /* Contacts */
    .routes__gps {
        overflow: hidden
    }
    
    .routes__coordinates {
        width: 100%
    }
    
    .routes__copy {
        float: left;
        margin: 20px 0 0
    }
    
    
    /* Main */
    .info__item {
        width: 100%;
        max-width: 360px
    }
    
    .info__item + .info__item {
        padding-top: 9%
    }
    
    .action {
        margin-top: 64px
    }
    
    .action__show-content {
        margin-right: 0
    }
    
    .action__description {
        font-size: 13px
    }
    
    
    /* Footer */
    .footer__left, .footer__center {
        max-width: 90%
    }
    
    .footer__menu .menu__title {
        font-size: 20px
    }
    
    .footer__menu .menu__link {
        margin-right: 5px !important
    }
}

@media (min-width: 320px) and (max-width: 560px) {
    .action__send-request {
        display: none
    }
}
/* End */


/* Start:/local/templates/rtm.2025/assets/css/modal.css?17452197554534*/
.modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    overflow-y: auto;
    z-index: 999;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: background 0.25s ease;
}

.modal.show {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal__wrapper {
    max-width: 520px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 26px 35px 26px 35px;
    color: #010101;
    position: relative;
    margin-top: -100px;
    opacity: 0;
    transition: margin-top 0.25s ease, opacity 0.25s ease;
    box-sizing: border-box;
}

@media (max-width: 570px) {
    .modal__wrapper {
        width: 90%;
    }
}

.modal.show .modal__wrapper {
    margin-top: 0px;
    opacity: 1;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(/local/templates/rtm.2017/images/close_privacy.png) no-repeat 0 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-size: 100%;
    border-bottom: 0px;
    cursor: pointer;
    opacity: 0.2;
}

.modal__close:hover {
    transform: rotate(90deg);
    opacity: 0.5;
}

/*.modal-form__input {
    background: none;
    border: 0px;
    border-bottom: 2px solid #bec9d3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 30px;
}
.modal-form__input:focus {
    border: 0px;
    outline: 0px;
    border-bottom: 2px solid #bec9d3;
}*/

.modal__title {
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

@media (max-width: 449px) {
    .modal__title {
        font-size: 22px;
    }
}

.modal-form__row {
    margin-bottom: 20px;
}

.modal-form__button-wrap {
    display: flex;
    padding-top: 6px;
    align-items: center;
}

@media (max-width: 415px) {
    .modal-form__button-wrap {
        flex-direction: column;
    }
    .modal-form__btn-wrap,
    .modal-form__btn-wrap input {
        width: 100%;
    }

    .modal-form__text-wrap {
        padding-top: 10px;
    }
}

/* modal-form__values */
.modal-form__values {
    display: table;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 28px;
}

.modal-form__values-row {
    display: table-row;
    flex-direction: row;
    align-items: center;
}

.modal-form__values-row .modal-form__values-field,
.modal-form__values-row .modal-form__values-value {
    padding-bottom: 22px;
}

.modal-form__values .modal-form__values-row:last-child .modal-form__values-field,
.modal-form__values .modal-form__values-row:last-child.modal-form__values-value {
    padding-bottom: 0px;
}


.modal-form__values-field {
    display: table-cell;
}
.modal-form__values-value {
    display: table-cell;
    width: 120px;
    font-size: 22px;
    line-height: 14px;
}


@media (max-width: 500px) {
    .modal-form__values {
        font-size: 14px;
    }
    .modal-form__values-value {
        width: 20%;
        font-size: 14px;
    }
}

.modal-form__text-wrap {
    padding-left: 10px;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 449px) {
    .modal-form__text-wrap {
        font-size: 14px;
    }
}

.modal__bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.modal .form__input {
    height: 61px
}
.modal .form__textarea,.modal  .form__input {
    font-family: 'PTRootUIWeb';
    box-sizing: border-box;
    border-radius: 12px;
    border: solid 1px #acb6bf;
    background-color: #ffffff;
    padding: 14px 0 17px 21px;
    font-size: 21px;
    line-height: 1.38;
    color: #1f1f1f;
    display: block;
    width: 100%;
    outline: 0
}
.modal .form__submit {
    border: 0;
    border-radius: 12px;
    background: url('/local/templates/rtm.2025/assets/css/../img/bg_btn.jpg') repeat-x 0 0;
    background-size: auto 100%;
    font-family: 'PTRootUIWeb';
    font-size: 21px;
    font-weight: 500;
    line-height: 1.38;
    text-align: center;
    color: #ffffff;
    padding: 14px 52px 17px;
    cursor: pointer
}

.modal .form__submit:hover {
    background-position: -50% 0
}

.modal .form__submit_big {
    font-size: 38px;
    padding: 14px 76px 17px
}
/* End */


/* Start:/local/components/form/news.detail/templates/.pages/style.css?172485225438*/
.rates {
	justify-content: center;
}
/* End */
/* /local/templates/rtm.2025/assets/css/custom.css?1757502372127325 */
/* /local/templates/rtm.2025/assets/css/responsive.css?174521975524481 */
/* /local/templates/rtm.2025/assets/css/modal.css?17452197554534 */
/* /local/components/form/news.detail/templates/.pages/style.css?172485225438 */
