@import url("css2.css");


@font-face {
    font-family: swiper-icons;
    src: url("") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.footer {
    background: #f4f4f4;
    padding-top: 40px;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    border-radius: 30px 30px 0 0;
    color: #1c273b
}

@media (max-width:767px) {
    .footer {
        padding-top: 10px
    }
}

.footer a {
    color: #1c273b
}

@media (max-width:767px) {
    .footer__links-col {
        border-bottom: 1px solid #d9d9d9
    }

    .footer__links-col.active .footer__heading:after {
        transform: translateY(-50%) rotate(-180deg)
    }

    .footer__links-col:last-child {
        border-bottom: none
    }
}

.footer__links-col.col-2 .footer__links-list {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
    max-width: inherit
}

@media (max-width:767px) {
    .footer__links-col.col-2 .footer__links-list {
        grid-template-columns: 1fr
    }
}

.footer__links {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 20px;
    padding-bottom: 55px;
    border-bottom: 1px solid #d9d9d9
}

@media (max-width:1339px) {
    .footer__links {
        gap: 50px
    }
}

@media (max-width:1199px) {
    .footer__links {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .footer__links {
        gap: 0;
        grid-template-columns: 1fr;
        padding-bottom: 20px
    }
}

@media (max-width:575px) {
    .footer__links {
        padding-bottom: 10px
    }
}

.footer__links-h {
    padding-bottom: 20px
}

@media (max-width:767px) {
    .footer__links-h {
        padding-top: 20px
    }

    .footer__links-h::after {
        position: absolute;
        top: 50%;
        content: "\e904";
        transform: translateY(-50%);
        font-family: icomoon;
        font-size: 9px;
        right: 0;
        transition: .2s
    }
}

.footer__heading {
    font-weight: 500;
    font-size: 20px;
    font-family: Montserrat, sans-serif
}

@media (max-width:1339px) {
    .footer__heading {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .footer__heading {
        font-size: 16px;
        position: relative
    }
}

.footer__links-list {
    max-width: 200px;
    font-weight: 400;
    line-height: 150%;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 15px
}

@media (max-width:767px) {
    .footer__links-list {
        margin-bottom: 20px;
        overflow: hidden;
        transition: .3s
    }
}

.footer__main {
    padding-top: 40px;
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: 312px 335px auto;
    row-gap: 40px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    font-size: 16px;
    position: relative;
    z-index: 2
}

@media (max-width:1339px) {
    .footer__main {
        font-size: 14px;
        grid-template-columns: 266px 296px auto;
        -moz-column-gap: 50px;
        column-gap: 50px
    }
}

@media (max-width:1199px) {
    .footer__main {
        grid-template-columns: 1fr 1fr;
        gap: 40px
    }
}

@media (max-width:767px) {
    .footer__main {
        font-size: 12px;
        gap: 30px;
        grid-template-columns: 1fr auto
    }
}

@media (max-width:575px) {
    .footer__main {
        padding-bottom: 30px;
        padding-top: 30px;
        grid-template-columns: 1fr;
        gap: 20px
    }
}

.footer__logo-container {
    display: grid;
    gap: 30px
}

@media (max-width:1199px) {
    .footer__logo-container p {
        max-width: 266px
    }
}

@media (max-width:767px) {
    .footer__logo-container p {
        max-width: 207px
    }
}

@media (max-width:575px) {
    .footer__logo-container p {
        display: none
    }
}

.footer__gray-text {
    font-weight: 300;
    color: #acacac
}

.footer__logo {
    width: 152px
}

@media (max-width:575px) {
    .footer__logo {
        width: 132px
    }
}

.footer__logo img {
    width: 100%
}

.footer__info-contacts {
    margin-top: 5px;
    margin-bottom: 20px;
    display: flex;
    gap: 24px
}

@media (max-width:1339px) {
    .footer__info-contacts {
        gap: 15px;
        margin-bottom: 14px
    }
}

@media (max-width:767px) {
    .footer__info-contacts {
        flex-direction: column;
        margin-bottom: 15px;
        gap: 8px
    }
}

@media (max-width:575px) {
    .footer__info-contacts {
        flex-direction: row;
        margin-bottom: 19px;
        gap: 24px
    }
}

.footer__info-social {
    display: flex;
    gap: 25px;
    align-items: center
}

@media (max-width:575px) {
    .footer__info-social {
        padding-bottom: 10px
    }
}

.footer__info-social a {
    display: inline-flex
}

.footer__download-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 24px;
    max-width: 247px
}

.footer__download-icons svg {
    height: 34px;
    width: auto
}

@media (max-width:575px) {
    .footer__download-icons svg {
        height: 28px
    }
}

@media (max-width:767px) and (min-width:576px) {
    .footer__download-icons {
        max-width: none;
        grid-template-columns: 1fr;
        justify-content: flex-end;
        gap: 10px 24px
    }
}

@media (max-width:575px) {
    .footer__download-icons {
        gap: 16px 20px;
        grid-template-columns: auto auto;
        max-width: 200px
    }
}

@media (max-width:767px) and (min-width:576px) {

    .footer__download-icon,
    .footer__sk {
        display: flex;
        justify-content: flex-end
    }
}

.footer .mob-site-info {
    padding: 25px 0 5px;
    max-width: 288px
}

@media (min-width:576px) {
    .footer .mob-site-info {
        display: none
    }
}

.footer__sk {
    margin-top: 10px
}

@media (max-width:575px) {
    .footer__sk {
        margin-top: 0
    }
}

.footer__bottom-links {
    grid-column: 2/4;
    display: flex;
    gap: 24px
}

@media (max-width:1199px) {
    .footer__bottom-links {
        grid-column: 1;
        flex-direction: column;
        order: 3;
        gap: 15px
    }
}

@media (max-width:575px) {
    .footer__bottom-links {
        display: inline-block
    }

    .footer__bottom-links li {
        display: inline-block;
        margin-right: 25px;
        margin-bottom: 15px
    }
}

@media (max-width:1199px) {
    .footer__logo-icons {
        order: 4
    }
}

@media (max-width:575px) {
    .footer__logo-icons {
        order: 3
    }
}

@media (max-width:1199px) {
    .footer__copy {
        order: 5
    }
}

@media (max-width:767px) and (min-width:576px) {
    .footer__copy {
        margin-top: -50px
    }
}

@media (max-width:575px) {
    .footer__copy {
        margin-top: -10px
    }
}

.footer__bg {
    width: 466px;
    position: absolute;
    bottom: -100px;
    right: -129px
}

@media (max-width:1339px) {
    .footer__bg {
        width: 348px;
        bottom: -90px;
        right: -58px
    }
}

@media (max-width:1199px) {
    .footer__bg {
        width: 50%;
        max-width: 400px;
        bottom: -100px;
        right: auto;
        left: calc(50% + 50px)
    }
}

@media (max-width:767px) {
    .footer__bg {
        display: none
    }
}

.footer__wrap {
    overflow: hidden
}

#vue-modal-triangle::after,
.vue-modal-bottom,
.vue-modal-bottomLeft,
.vue-modal-bottomRight,
.vue-modal-left,
.vue-modal-right,
.vue-modal-top,
.vue-modal-topLeft,
.vue-modal-topRight {
    display: none !important
}

.modalSecureFrame~.vm--modal {
    border-radius: 30px
}

@media (max-width:575px) {
    .vm--container {
        top: 20px !important
    }
}

.vm--container.scrollable {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important
}

.vm--container.scrollable::-webkit-scrollbar {
    background: 0 0 !important;
    width: 0 !important
}

.vm--container.scrollable .vm--modal.modal-wrap {
    margin-bottom: 0
}

.vm--container .vm--overlay {
    background: rgba(0, 0, 0, .35)
}

.vm--modal.secure-modal {
    border-radius: 16px
}

.vm--modal.modal-wrap {
    background: #fff;
    border-radius: 30px;
    box-shadow: none;
    overflow: initial;
    margin: auto;
}

@media (max-width:575px) {
    .vm--modal.modal-wrap {
        border-radius: 30px 30px 0 0
    }

    .vm--modal.modal-wrap.vm-transition--modal-enter,
    .vm--modal.modal-wrap.vm-transition--modal-leave-active {
        transform: translateY(100%);
        transition: .2s
    }
}

.modal-content {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding: 35px 24px;
    border-radius: 30px
}

@media (max-width:1339px) {
    .modal-content {
        padding: 35px 24px
    }
}

@media (max-width:575px) {
    .modal-content {
        padding: 35px 16px 55px
    }
}

.modal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
    font-size: 16px;
    cursor: pointer
}

.modal-title {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 30px
}

@media (max-width:1339px) {
    .modal-title {
        font-size: 18px
    }
}

.modal-input {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 13px;
    padding: 15px 15px 15px 44px;
    position: relative;
    transition: .2s
}

@media (max-width:575px) {
    .modal-input {
        margin-bottom: 20px
    }
}

.modal-input.active {
    border-color: #7900eb
}

.modal-input__icon {
    position: absolute;
    top: calc(50% - 2px);
    left: 15px;
    transform: translateY(-50%);
    padding-top: 6px;
    color: #acacac
}

.modal-input input {
    line-height: 1;
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    border: none;
    outline: 0;
    font-family: "Noto Sans", sans-serif
}

.modal-input input::-moz-placeholder {
    font-size: 16px;
    color: #acacac;
    font-weight: 300;
    font-family: "Noto Sans", sans-serif
}

.modal-input input:-ms-input-placeholder {
    font-size: 16px;
    color: #acacac;
    font-weight: 300;
    font-family: "Noto Sans", sans-serif
}

.modal-input input::placeholder {
    font-size: 16px;
    color: #acacac;
    font-weight: 300;
    font-family: "Noto Sans", sans-serif
}

.pending-order-modal .modal-content {
    overflow: inherit
}

@media (max-width:575px) {
    .pending-order-modal .modal-content {
        overflow: auto
    }
}

.pending-order-modal__loader-wrap {
    height: 100px;
    display: grid;
    place-content: center
}

.pending-order-modal__dates-item {
    width: calc(50% - 15px)
}

@media (max-width:575px) {
    .pending-order-modal__dates-item {
        width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:575px) {
    .pending-order-modal__dates {
        margin-bottom: 10px
    }
}

.pending-order-modal__dates-item-child {
    width: calc(50% - 8px)
}

.pending-order-modal__desc {
    font-weight: 300;
    font-size: 16px
}

@media (max-width:575px) {
    .pending-order-modal__v {
        display: none
    }
}

.pending-order-modal .button {
    font-size: 16px
}

.modal-cities {
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: auto
}

@media (max-width:575px) {
    .modal-cities {
        height: 100%;
        max-height: calc(100vh - 400px)
    }
}

.modal-cities ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width:1339px) {
    .modal-cities ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:575px) {
    .modal-cities ul {
        grid-template-columns: 1fr
    }
}

.modal-cities ul li {
    margin-bottom: 14px;
    position: relative;
    font-weight: 300;
    max-width: 175px;
    padding-right: 25px;
    align-self: center
}

@media (max-width:575px) {
    .modal-cities ul li {
        margin-bottom: 12px;
        max-width: none;
        margin-right: 3px
    }
}

.modal-cities ul li::after {
    display: block;
    content: "\e911";
    font-family: icomoon;
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0;
    color: #7900eb;
    transform: translateY(-50%);
    font-size: 80%
}

.modal-cities ul li.active {
    font-weight: 400
}

.modal-cities ul li.active:after {
    opacity: 1
}

.main-modal-wrap {
    padding: 35px 25px;
    background: #fff;
    border-radius: 30px
}

@media (max-width:575px) {
    .main-modal-wrap {
        border-radius: 30px 30px 0 0;
        padding: 35px 16px
    }
}

.main-modal-wrap .callback-success {
    border-radius: 30px
}

@media (max-width:575px) {
    .main-modal-wrap .callback-success {
        border-radius: 30px 30px 0 0
    }
}

.main-modal-wrap .callback-success__descr {
    display: block;
    font-size: 20px
}

@media (max-width:1339px) {
    .main-modal-wrap .callback-success__descr {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .main-modal-wrap .callback-success__descr {
        font-size: 16px
    }
}

.main-modal {
    opacity: 0;
    transition: .2s;
    z-index: -10;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 570px;
    max-height: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.main-modal::-webkit-scrollbar {
    width: 0;
    height: 0
}

@media (max-width:767px) {
    .main-modal {
        max-width: 520px
    }
}

@media (max-width:575px) {
    .main-modal {
        max-width: none;
        opacity: 1;
        top: auto;
        bottom: -100%;
        transform: translate(-50%, 0)
    }

    .main-modal.active {
        bottom: 0
    }
}

.main-modal.active {
    opacity: 1
}

.main-modal-title {
    font-size: 26px
}

@media (max-width:1339px) {
    .main-modal-title {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .main-modal-title {
        font-size: 18px
    }
}

@media (max-width:575px) {
    .main-modal-title {
        max-width: 217px;
        margin-left: auto;
        margin-right: auto
    }
}

.main {
    position: relative;
    padding-top: 24px;
    padding-bottom: 64px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.main img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}
@media (max-width:1199px) {
    .main {
        justify-content: flex-end
    }
}

@media (max-width:767px) {
    .main {
        padding-top: 0;
        padding-bottom: 40px;
        height: auto
    }
}

.mapContainer .main {
    overflow: hidden
}

@media (min-width:768px) {
    .mapContainer .main {
        min-height: 500px;
        max-height: calc(100vh - 94px)
    }
}

@media (min-height:1600px) and (min-width:1200px) {
    .mapContainer .main {
        max-height: calc(100vh - 231px)
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .mapContainer .main {
        height: calc(100vh - 150px)
    }
}

.main-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.main-map__ok-btn {
    display: none !important
}

.main-map__close {
    display: none
}

@media (max-width:767px) {
    .main-map {
        position: fixed;
        top: calc(100% + 30vh);
        left: 0;
        width: 100%;
        height: calc(100% - 28px);
        transition: top .3s ease-in-out
    }

    .main-map__ok-btn {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
        z-index: 2;
        max-width: calc(100% - 30px);
        cursor: pointer;
        display: flex !important
    }

    .main-map__ok-btn.show {
        top: 28px;
        border-radius: 30px 30px 0 0;
        overflow: hidden;
        z-index: 40000
    }

    .main-map__ok-btn.show::after {
        opacity: 1
    }

    .main-map__ok-btn.show .main-map__close {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        z-index: 1;
        padding: 24px
    }
}

#mapContainer {
    min-height: calc(100vh - 130px);
    display: flex;
    align-items: center;
    justify-content: center
}

.counter {
    width: 87px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:767px) and (min-width:576px) {
    .counter {
        width: 102px
    }
}

.counter .counter-btn {
    border-radius: 13px;
    border-radius: 50%;
    color: #1c273b;
    cursor: pointer;
    font-size: 1.4em;
    transition: .1s
}

@media (max-width:1339px) {
    .counter .counter-btn {
        font-size: 1.6em
    }
}

.counter .counter-btn.disable {
    cursor: default;
    color: #f4f4f4
}

.main-form-counter {
    font-size: 18px
}

@media (max-width:1339px) {
    .main-form-counter {
        font-size: 16px
    }
}

.tariffs {
    position: relative;
    margin-bottom: 30px
}

@media (max-width:1339px) and (min-width:768px) {
    .tariffs {
        margin-bottom: 25px
    }
}

.tariffs__loader-wrap {
    position: absolute;
    width: 100%;
    min-height: 128px;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    z-index: 2;
    display: grid;
    place-content: center
}

.tariffs .swiper-slide {
    width: 190px;
    height: auto
}

.tariffs__item-bottom {
    padding-top: 5px;
    margin-top: auto
}

.tariffs__item-plus-list {
    font-size: 16px
}

.tariffs__item-plus {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center
}

.tariffs__item-plus:last-child {
    margin-bottom: 0
}

.tariffs__item-plus-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif
}

.tariffs__item-plus-icon {
    width: 32px
}

.tariffs__item-plus-text {
    width: calc(100% - 40px)
}

.tariffs__item {
    background: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 13px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .2s;
    cursor: pointer;
    position: relative;
    font-size: 16px
}

@media (max-width:1339px) {
    .tariffs__item {
        font-size: 16px
    }
}

.tariffs__item.active {
    background: rgba(244, 244, 244, .7)
}

.tariffs__item.active .tariffs__item-img img:first-child {
    opacity: 1
}

.tariffs__item.active .tariffs__item-img img:last-child {
    opacity: 0
}

.tariffs__item.is-invalid {
    border: 1px solid #e08e9d
}

.tariffs__item-top {
    display: flex;
    justify-content: space-between
}

.tariffs__item-notify {
    background: #f4f4f4;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #1c273b;
    opacity: .5;
    transition: .2s
}

.tariffs__item-notify:hover {
    opacity: 1
}

.tariffs__item-name {
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.tariffs__item-img {
    height: 40px;
    width: 100%;
    position: relative;
    margin-bottom: 8px
}

.tariffs__item-img img {
    transition: .3s;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute
}

.tariffs__item-img img:last-child {
    opacity: 1
}

@media (max-width:1339px) {
    .tariffs__item-img {
        margin-bottom: 4px
    }
}

.slider-navigation__prev {
    background: url("left.svg") center no-repeat
}

.slider-navigation__prev__next {
    background: url("") center no-repeat
}

.slider-navigation__prev__next,
.slider-navigation__prev__prev {
    display: block;
    width: 25px;
    height: 25px;
    background-size: 24px;
    cursor: pointer;
    transition: .2s
}

.slider-navigation__prev__next.swiper-button-disabled,
.slider-navigation__prev__prev.swiper-button-disabled {
    opacity: .5
}

.slider-navigation__prev__btns {
    width: 63px;
    justify-content: space-between;
    margin-left: auto
}

.slider-navigation__prev__btns.d-none {
    display: none
}

@media (max-width:1199px) {
    .slider-navigation__prev__btns.d-none {
        display: none !important
    }
}

.main-form {
    background: #fff;
    position: relative;
    z-index: 1;
    max-height: 963px;
    width: 570px;
    overflow-x: hidden;
    overflow-y: auto
}

@media (max-width:1339px) {
    .main-form {
        width: 496px;
        max-height: 898px
    }
}

@media (max-width:767px) {
    .main-form {
        width: 100%;
        max-height: none;
        min-height: calc(100vh - 423px)
    }
}

@media (min-width:768px) {
    .main-form {
        border-radius: 30px;
        margin-left: 48px;
        box-shadow: 0 12px 30px rgba(28, 39, 59, .04)
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .main-form {
        width: calc(100% - 24px * 2);
        height: 430px;
        margin-left: auto;
        margin-right: auto
    }
}

.main-form__top-banner {
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    font-weight: 300
}

.main-form__top-banner--dark {
    padding: 16px 20px;
    color: #fff;
    background: #1c273b;
    border-radius: 13px
}

.main-form__top-banner::before {
    content: "\e924";
    display: block;
    position: absolute;
    left: 0;
    font-family: icomoon;
    font-size: 120%;
    top: -2px
}

.main-form__payment-banner {
    font-size: 16px;
    position: relative;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    background: #1c273b;
    color: #fff;
    padding: 24px 16px;
    padding-left: 37px;
    box-shadow: 0 0 40px rgba(28, 39, 59, .08);
    border-radius: 30px
}

@media (max-width:1339px) and (min-width:768px) {
    .main-form__payment-banner {
        margin-bottom: 25px
    }
}

.main-form__payment-banner::before {
    content: "\e924";
    display: block;
    position: absolute;
    left: 12px;
    font-family: icomoon;
    font-size: 120%;
    top: 22px
}

.main-form .main-form-title {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px
}

@media (max-width:1339px) and (min-width:768px) {
    .main-form .main-form-title {
        font-size: 18px;
        margin-bottom: 15px
    }
}

.main-form__adresses {
    margin-bottom: 30px
}

@media (max-width:1339px) and (min-width:768px) {
    .main-form__adresses {
        margin-bottom: 25px
    }
}

.main-form__from-input {
    margin-bottom: 20px
}

@media (max-width:1339px) and (min-width:768px) {
    .main-form__from-input {
        margin-bottom: 15px
    }
}

.main-form__category-title {
    margin-bottom: 5px
}

.main-form__category-text {
    width: 100%;
    max-width: 456px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width:1339px) {
    .main-form__category-text {
        max-width: 349px
    }
}

@media (max-width:1199px) {
    .main-form__category-text {
        max-width: 572px
    }
}

@media (max-width:767px) {
    .main-form__category-text {
        max-width: 352px
    }
}

.main-form__map-info {
    display: none;
    font-size: 16px;
    margin-top: -10px
}

@media (max-width:767px) {
    .main-form__map-info {
        display: block
    }
}

.main-form__open-map-btn {
    margin-top: 20px
}

.main-form__open-map-btn::before {
    margin-right: 5px
}

@media (max-width:1339px) {
    .main-form .grid {
        grid-column-gap: 16px
    }
}

.main-form__container {
    padding-left: 24px;
    padding-right: 24px
}

@media (max-width:575px) {
    .main-form__container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.main-form__top {
    padding-top: 45px
}

@media (max-width:1339px) {
    .main-form__top {
        padding-top: 35px
    }
}

@media (max-width:767px) {
    .main-form__top {
        padding-top: 10px
    }
}

.main-form__title {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 30px
}

@media (max-width:1339px) and (min-width:768px) {
    .main-form__title {
        margin-bottom: 25px
    }
}

@media (max-width:767px) {
    .main-form__title {
        font-size: 24px
    }
}

.main-form__title-value {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .main-form__title-value {
        font-size: 22px
    }
}

.main-form__item {
    margin-bottom: 30px
}

@media (max-width:1339px) and (min-width:768px) {
    .main-form__item {
        margin-bottom: 25px
    }
}

.main-form__item .main-form-title {
    margin-bottom: 5px
}

.main-form__category-wrap {
    padding: 0;
    transition: .2s
}

.main-form__category-wrap.is-invalid {
    border: 1px solid #e08e9d;
    padding: 3px 35px 3px 3px;
    border-radius: 13px
}

.main-form__category-input {
    padding-right: 35px;
    position: relative
}

.main-form__category-input::after {
    position: absolute;
    top: 50%;
    content: "\e904";
    transform: translateY(-50%) rotate(-90deg);
    font-family: icomoon;
    font-size: 7px;
    right: 0
}

.main-form .main-form-bw {
    color: #acacac;
    font-weight: 300;
    font-size: 16px
}

@media (max-width:767px) {
    .main-form .main-form-bw {
        font-size: 16px
    }
}

.main-form__additionally {
    margin-bottom: 30px
}

@media (max-width:1339px) and (min-width:768px) {
    .main-form__additionally {
        margin-bottom: 25px
    }
}

.main-form__footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin-top: auto
}

@media (max-width:767px) {
    .main-form__footer {
        position: static
    }
}

.main-form__create-block.fixed {
    position: fixed;
    margin-bottom: 0
}

@media (max-width:767px) {
    .main-form__create-block {
        padding-top: 30px;
        padding-bottom: 30px;
        background: #fff;
        box-shadow: 0 -12px 30px rgba(28, 39, 59, .05);
        border-radius: 30px;
        margin-bottom: 20px
    }
}

.main-form__button-create,
.main-form__button-create.button {
    cursor: pointer;
    font-size: 16px;
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {

    .main-form__button-create,
    .main-form__button-create.button {
        border-radius: 0;
        height: 64px;
        width: 100%
    }
}

@media (max-width:575px) {

    .main-form__button-create,
    .main-form__button-create.button {
        width: calc(100% - 32px)
    }
}

/* @media (max-width:767px) {

    .main-form__button-create.disabled,
    .main-form__button-create.disabled:hover {
        background: #f4f4f4;
        border-color: #f4f4f4;
        color: #ccc
    }
} */

.main-form__work-time {
    position: absolute;
    right: 0;
    bottom: 150px;
    display: inline-flex;
    padding: 15px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 49px 0 0 51px;
    z-index: 1
}

@media (max-width:1199px) {
    .main-form__work-time {
        bottom: auto;
        top: 20px
    }
}

@media (max-width:767px) {
    .main-form__work-time {
        display: none
    }
}

.modal-categories-list-item {
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    font-weight: 300;
    font-size: 16px;
    padding: 12px 16px;
    border: 1px solid #f4f4f4;
    cursor: pointer
}

.modal-categories-list-item.active {
    background: #f4f4f4
}

.modal-categories-list-items-slider .swiper-slide {
    width: auto
}

.modal-categories-list__categories>div:last-child .modal-categories-list__categories-items {
    margin-bottom: 0
}

.modal-categories-list__categories>div:last-child .modal-categories-list__categories-items--last {
    margin-bottom: 50px
}

@media (max-width:575px) {
    .modal-categories-list__categories>div:last-child .modal-categories-list__categories-items--last {
        margin-bottom: 60px
    }
}

.modal-categories-list__categories-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 16px 16px;
    grid-template-areas: "..."
}

@media (max-width:1339px) {
    .modal-categories-list__categories-items {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 14px 14px
    }
}

@media (max-width:767px) {
    .modal-categories-list__categories-items {
        gap: 16px 16px
    }
}

@media (max-width:575px) {
    .modal-categories-list__categories-items {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "..";
        gap: 10px 10px
    }
}

.modal-categories-list__categories-item {
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid #f4f4f4;
    background: #fff;
    border-radius: 13px;
    padding: 15px 10px;
    min-height: 24px;
    font-weight: 300
}

.modal-categories-list__categories-item.active {
    background: #f4f4f4
}

.modal-categories-list__categories-heading {
    font-size: 16px
}

.modal-categories-list__categories-item-icon {
    width: 84px;
    height: 36px;
    align-items: center;
    margin-bottom: 6px
}

.modal-categories-list__categories-item-icon img {
    max-width: 100%
}

.modal-categories-list__btn {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 48px);
    font-size: 16px
}

@media (max-width:575px) {
    .modal-categories-list__btn {
        bottom: 50px;
        width: calc(100% - 32px)
    }
}

.formselectwrap {
    position: relative
}

.formselectwrap__arrow {
    width: 30px;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0
}

.formselectwrap__text {
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    width: calc(100% - 20px)
}

.formselectwrap select {
    display: none
}

.formselectwrap .select-selected {
    font-family: "Noto Sans", sans-serif;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 13px;
    width: 100%;
    transition: all .3s ease;
    height: 52px;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.formselectwrap .select-selected__with-label {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.formselectwrap .select-selected.disabled {
    background: #f4f4f4;
    cursor: default
}

.formselectwrap .select-selected.disabled .formselectwrap__text {
    color: #1c273b;
    cursor: default;
    opacity: .7
}

.formselectwrap .select-selected:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: solid rgba(23, 20, 20, .6);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    transform: rotate(45deg);
    right: 15px;
    top: 40%
}

.formselectwrap .select-selected__with-arrow::after {
    display: none
}

.formselectwrap .same-as-selected {
    font-weight: 600;
    position: relative
}

.formselectwrap .same-as-selected::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    color: #7900eb;
    font-size: 12px
}

.formselectwrap .select-selected.select-arrow-active:after {
    transform: rotate(223deg)
}

.formselectwrap .select-arrow-active {
    border-color: #7900eb
}

.formselectwrap__label {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 10px;
    font-size: 15px;
    line-height: 20px;
    padding: 0 5px;
    color: #acacac;
    transition: all .3s ease
}

.formselectwrap__label.active {
    font-size: 12px;
    top: 7px
}

.formselectwrap__right {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

.formselectwrap .select-items div,
.select-selected {
    border: 1px solid transparent;
    padding: 8px 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.formselectwrap .select-items {
    position: absolute;
    background-color: #e6e8ec;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
    margin-top: 8px;
    color: #171414;
    border: 1px solid transparent;
    background: #fff;
    box-shadow: 0 0 25px rgba(1, 1, 1, .06);
    border-radius: 13px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-height: 180px;
    overflow-y: auto
}

.formselectwrap .select-items .disabled {
    color: #ccc;
    cursor: default
}

.formselectwrap .select-items.active {
    display: block
}

.order-info {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (max-width:1339px) {
    .order-info {
        padding-top: 30px;
        -webkit-padding-after: 30px;
        padding-block-end: 30px
    }
}

@media (max-width:767px) {
    .order-info {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width:575px) {
    .order-info {
        padding-bottom: 30px
    }
}

.order-info__items {
    align-items: flex-start
}

@media (max-width:1339px) and (min-width:1200px) {
    .order-info__items {
        flex-direction: column
    }
}

@media (max-width:1339px) {
    .order-info__items {
        padding-top: 5px
    }
}

@media (max-width:575px) {
    .order-info__items {
        flex-direction: column
    }
}

.order-info__title {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 500
}

.order-info__info-item {
    font-weight: 300;
    font-size: 16px
}

.order-info__info-item-l {
    width: calc(100% - 190px)
}

@media (max-width:1339px) and (min-width:1200px) {
    .order-info__info-item-l {
        width: 100%
    }
}

@media (max-width:1339px) and (min-width:768px) {
    .order-info__info-item-l {
        margin-bottom: 25px
    }
}

@media (max-width:575px) {
    .order-info__info-item-l {
        width: 100%
    }
}

.order-info__info-item-tariff {
    width: 190px
}

@media (max-width:1339px) and (min-width:1200px) {
    .order-info__info-item-tariff {
        order: -1
    }
}

@media (max-width:1339px) {
    .order-info__info-item-tariff {
        margin-bottom: 15px
    }
}

@media (max-width:575px) {
    .order-info__info-item-tariff {
        order: -1;
        margin-bottom: 30px
    }
}

.order-info__info-item-title {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500
}

@media (max-width:1339px) {
    .order-info__info-item-title {
        font-size: 16px
    }
}

.order-info__direction {
    display: block
}

.order-info__direction:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    border-radius: 50%
}

.order-info__direction.from::before {
    border: 2px solid #7900eb
}

.order-info__direction.to::before {
    border: 2px solid #1c273b
}

.order-info__schedule {
    font-size: 16px;
    padding: 6px 16px;
    font-weight: 300;
    border: 1px solid #1c273b;
    border-radius: 30px;
    display: inline-block
}

.register-descr {
    font-size: 16px
}

.register-form-code-info {
    font-size: 16px;
    padding-bottom: 40px
}

.register-form-code-info span {
    color: #acacac
}

.register-form__inputs {
    grid-column-gap: 16px
}

@media (max-width:575px) {
    .register-form__inputs {
        display: block
    }
}

.register-form__inputs .button {
    font-size: 16px
}

.register-form__privacy-block {
    font-size: 14px;
    margin-bottom: 40px
}

@media (max-width:1339px) {
    .register-form__privacy-block {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .register-form__privacy-block {
        font-size: 12px;
        margin-bottom: 40px
    }
}

@media (max-width:991px) {
    .register-form__privacy-block-text div {
        display: inline
    }
}

@media (max-width:1339px) and (min-width:1200px) {
    .payment {
        margin-bottom: 25px
    }
}

.payment .swiper-slide {
    width: 156px
}

@media (max-width:1339px) and (min-width:1200px) {
    .payment-items {
        padding-top: 5px
    }
}

.payment-item {
    padding: 20px 12px;
    border-radius: 13px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #f4f4f4;
    transition: .2s;
    font-size: 16px
}

.payment-item.active {
    background: #f4f4f4
}

.payment-item__discount {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #1c273b;
    border-radius: 0 13px;
    font-size: 12px;
    padding: 3px 7px 4px 9px
}

.payment-item__name {
    margin-bottom: 10px
}

@media (max-width:1339px) {
    .payment-item__name {
        margin-bottom: 5px;
        font-size: 16px
    }
}

.payment-item__name img {
    max-width: 45px;
    max-height: 13px
}

.payment-item__icon {
    height: 22px
}

.payment-item__icon img {
    max-height: 100%
}

.payment-item__icon.card {
    width: auto;
    z-index: inherit;
    margin-bottom: auto;
    max-width: none
}

.payment-item__bottom {
    font-size: 16px;
    font-weight: 300
}

@media (max-width:1339px) and (min-width:1200px) {
    .promo {
        margin-bottom: 10px
    }
}

@media (max-width:575px) {
    .promo {
        margin-bottom: 40px
    }
}

.promo__inputs {
    grid-column-gap: 16px
}

.promo__inputs .button {
    font-size: 16px
}

@media (max-width:575px) {
    .promo__inputs {
        display: block
    }
}

.checkout-order {
    font-size: 16px;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    box-shadow: 0 -12px 30px rgba(28, 39, 59, .05)
}

.checkout-order__wrap.fixed {
    position: fixed;
    margin-bottom: 0
}

@media (max-width:1199px) {
    .checkout-order__wrap {
        position: static
    }
}

@media (max-width:767px) {
    .checkout-order__wrap {
        position: -webkit-sticky;
        position: sticky;
        margin-bottom: 20px
    }
}

@media (max-width:575px) {
    .checkout-order__wrap {
        margin-bottom: 50px
    }
}

.checkout-order .button {
    font-size: 16px
}

@media (max-width:575px) {
    .checkout-order .button {
        font-size: 14px
    }
}

.reject-btn {
    font-size: 16px
}

.reject-btn .icon {
    transform: rotate(45deg);
    margin-right: 10px;
    font-size: 120%
}

.modal-reject {
    font-size: 16px
}

.modal-reject .button {
    font-size: 16px
}

.modal-reject .reasons-list {
    font-size: 16px
}

@media (max-width:767px) {
    .modal-reject .reasons-list li::before {
        width: 24px;
        height: 24px
    }
}

.reasons-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer
}

.reasons-list li:last-child {
    margin-bottom: 0
}

.reasons-list li::before {
    display: block;
    content: "\e911";
    font-family: icomoon;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #f4f4f4;
    border-radius: 50%;
    color: #acacac;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 75%;
    transition: .2s
}

.reasons-list li.active::before {
    color: #7900eb
}

.order-rejected__img {
    height: 177px
}

.order-rejected__img img {
    max-height: 100%;
    display: block;
    margin: 0 auto
}

.status__descr {
    font-size: 16px
}

@media (max-width:1339px) and (min-width:1200px) {
    .status__descr {
        margin-bottom: 30px
    }
}

@media (max-width:1199px) {
    .status-order {
        margin-bottom: 35px
    }
}

@media (max-width:767px) {
    .status-order {
        margin-bottom: 50px
    }
}

.status-order__status {
    font-weight: 300;
    font-size: 13px;
    padding: 5px 12px;
    background: #f4f4f4;
    border-radius: 8px
}

@media (max-width:1339px) and (min-width:1200px) {
    .status-order__info-item {
        margin-bottom: 25px
    }
}

.status-order-row {
    font-size: 16px
}

.status-order-row__payment-icon img {
    max-width: 50px;
    max-height: 18px
}

.main-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    background: rgba(28, 39, 59, .35)
}

.card {
    width: 100%;
    z-index: 1;
    margin-bottom: 25px;
    max-width: 488px
}

.card .card-front {
    background: #1c273b;
    border-radius: 20px;
    width: calc(100% - 120px);
    padding: 25px;
    color: #fff;
    margin-bottom: 25px
}

@media (max-width:575px) {
    .card .card-front {
        width: 100%;
        padding: 25px 16px
    }
}

.card .card-front input {
    color: #fff
}

.card .card-front__date {
    width: 156px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.card .card-back {
    background: #f4f4f4;
    border-radius: 20px;
    position: absolute;
    top: 25px;
    right: 0;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: -1;
    width: 100%;
    width: calc(100% - 120px);
    padding-left: calc(100% - 215px)
}

@media (max-width:575px) {
    .card .card-back {
        position: relative;
        padding: 40px 16px 20px;
        margin-top: -70px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%
    }

    .card .card-back .form-item {
        width: 70px;
        margin-bottom: 0;
        margin-right: 15px
    }
}

.card .card-back__text {
    font-size: 12px
}

@media (max-width:575px) {
    .card .card-back__text {
        width: 70px
    }
}

.main-form-city {
    position: relative
}

.main-form-city__sity {
    text-transform: capitalize;
    display: inline-block;
    border-bottom: 2px dashed #f8bf45;
    line-height: 1;
    cursor: pointer
}

.main-form-city-confirm {
    padding: 30px 35px;
    position: absolute;
    z-index: 11;
    transform: translateY(-100%);
    max-width: 316px;
    width: 100%;
    background: #1c273b;
    box-shadow: 0 12px 40px rgba(28, 39, 59, .08);
    border-radius: 30px;
    color: #fff;
    font-size: initial
}

.main-form-city-confirm::after {
    content: "";
    width: 13px;
    height: 13px;
    transform: skew(20px);
    box-shadow: 0 12px 40px rgba(28, 39, 59, .08);
    background: #1c273b;
    display: block;
    position: absolute
}

.main-form-city-confirm.right::after {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: -5px
}

.main-form-city-confirm.bottom::after {
    top: -5px;
    transform: translateX(-50%) rotate(45deg);
    left: 50%
}

.main-form-city-confirm.mobile {
    border-radius: 30px 30px 0 0;
    position: fixed;
    top: 100%
}

.main-form-city-confirm.mobile::after {
    display: none
}

@media (max-width:575px) {
    .main-form-city-confirm.mobile {
        padding: 24px 16px;
        max-width: none
    }
}

.main-form-city-confirm__title {
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.main-form-city-confirm__city {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.main-form-city-confirm__btns {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px
}

.main-form-city-confirm__btns .button {
    font-size: 16px;
    height: 40px;
    cursor: pointer
}

.main-form-city-confirm__btns .button-color {
    background: #fff;
    color: #1c273b;
    border-color: #fff
}

.main-form-city-confirm__btns .button-border {
    color: #fff;
    border-color: #fff
}

.right-bottom-banner {
    position: fixed;
    z-index: 222;
    bottom: 30px;
    left: 31px;
    width: 100%;
    max-width: 271px
}

@media (max-width:1199px) {
    .right-bottom-banner {
        max-width: 541px;
        bottom: 24px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (max-width:767px) {
    .right-bottom-banner {
        bottom: 20px;
        max-width: calc(100% - 48px)
    }
}

@media (max-width:575px) {
    .right-bottom-banner {
        max-width: calc(100% - 32px)
    }
}

.comment-info-block-with-text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden
}

.comment-info-block-with-text p {
    display: inline
}

.comment-info-block-with-text p::after {
    content: " \a\a";
    white-space: pre
}

.callback {
    background: #fff;
    box-shadow: 0 12px 30px rgba(80, 141, 255, .04);
    border-radius: 30px
}

.callback__col {
    width: 100%
}

@media (min-width:1200px) {
    .callback__col {
        width: 50%
    }
}

.callback-item-wrap {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    height: 100%
}

.callback-item-wrap.hidden-contacts {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width:1339px) {
    .callback-item-wrap {
        max-width: 352px
    }
}

@media (max-width:1199px) {
    .callback-item-wrap {
        max-width: none
    }
}

.callback-item {
    height: 100%;
    background: #1c273b;
    border-radius: 30px;
    padding: 80px 20px;
    color: #fff;
    min-height: 435px
}

.callback-item--bg {
    background: url("stylepart-1.svg") no-repeat -200px -50px, #1c273b;
    background-size: 550px
}

@media (max-width:767px) {
    .callback-item--bg {
        background: url("stylepart-1.svg") no-repeat -132px -41px, #1c273b;
        background-size: 360px
    }
}

@media (max-width:1339px) {
    .callback-item--bg .callback-item-wrap {
        max-width: 364px
    }
}

@media (max-width:1199px) {
    .callback-item--bg .callback-item-wrap {
        max-width: none
    }
}

.callback-item--bg .callback-item__info {
    margin-top: auto
}

@media (max-width:767px) {
    .callback-item--bg .callback-item__info {
        margin-top: 30px
    }
}

@media (max-width:1339px) {
    .callback-item {
        padding: 60px 20px
    }
}

@media (max-width:1199px) {
    .callback-item {
        padding: 60px 24px;
        text-align: left;
        min-height: 315px
    }
}

@media (max-width:767px) {
    .callback-item {
        padding: 50px 24px;
        min-height: auto
    }
}

@media (max-width:575px) {
    .callback-item {
        padding: 50px 16px
    }
}

.callback-item__title {
    font-size: 44px
}

@media (max-width:1339px) {
    .callback-item__title {
        font-size: 38px
    }
}

@media (max-width:767px) {
    .callback-item__title {
        font-size: 26px
    }
}

.callback-item__text {
    font-size: 20px;
    display: block;
    text-align: left
}

@media (max-width:1339px) {
    .callback-item__text {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .callback-item__text {
        font-size: 16px
    }
}

.callback-item__info {
    margin-top: auto;
    font-size: 20px;
    text-transform: uppercase
}

@media (max-width:1339px) {
    .callback-item__info {
        font-size: 18px
    }
}

@media (max-width:1199px) {
    .callback-item__info {
        max-width: 356px
    }
}

@media (max-width:767px) {
    .callback-item__info {
        font-size: 16px;
        max-width: 320px
    }
}

@media (max-width:575px) {
    .callback-item__info {
        flex-direction: column
    }
}

.callback-item__info>* {
    margin-bottom: 15px
}

.callback-item__info>:last-child {
    margin-bottom: 0
}

@media (max-width:1199px) {
    .callback .container {
        padding-left: 0;
        padding-right: 0
    }
}

.callback-form {
    position: relative;
    padding: 80px 0
}

@media (max-width:1199px) {
    .callback-form {
        padding: 60px 24px 30px
    }
}

@media (max-width:767px) {
    .callback-form {
        padding: 50px 24px
    }
}

@media (max-width:575px) {
    .callback-form {
        padding: 50px 16px
    }
}

.callback-form__wrap {
    max-width: 432px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1339px) {
    .callback-form__wrap {
        max-width: 352px
    }
}

@media (max-width:1199px) {
    .callback-form__wrap {
        max-width: none
    }
}

.callback-form__back-btn {
    display: block;
    position: absolute;
    top: 45px
}

@media (max-width:1339px) {
    .callback-form__inputs {
        display: block
    }
}

@media (min-width:576px) and (max-width:1199px) {
    .callback-form__inputs {
        display: grid
    }
}

.callback-form__inputs-2 {
    display: block
}

@media (min-width:576px) and (max-width:1199px) {
    .callback-form__inputs-2 {
        display: grid
    }
}

@media (min-width:1200px) {
    .callback-form__inputs-bottom {
        display: block
    }
}

@media (max-width:575px) {
    .callback-form__inputs-bottom {
        display: block
    }
}

.callback-form__btns {
    display: block
}

@media (min-width:576px) and (max-width:1199px) {
    .callback-form__btns {
        display: grid
    }
}

@media (max-width:767px) {
    .callback-form__btns {
        margin-bottom: 0
    }
}

.callback-form__privacy-block {
    margin-top: 5px
}

@media (max-width:767px) {
    .callback-form__privacy-block-text>* {
        display: inline
    }
}

.callback-form__button {
    margin-bottom: 18px
}

@media (max-width:1339px) {
    .callback-form__button {
        font-size: 16px
    }
}

.callback-form .form-item--textarea textarea {
    min-height: 150px
}

.callback-form-confirm__title {
    font-size: 20px
}

@media (max-width:1199px) {
    .callback-form-confirm__title {
        margin-top: 20px
    }
}

.callback-success {
    z-index: -1;
    opacity: 0;
    position: absolute;
    background: #fff;
    transition: opacity .2s;
    padding: 20px;
    width: 100%;
    height: 100%;
    top: 10px
}

.callback-success.active {
    opacity: 1;
    z-index: 2
}

.callback-success__img {
    width: 65px;
    margin-left: auto;
    margin-right: auto
}

.callback-success__img img {
    width: 100%
}

.callback-success__descr {
    padding-top: 20px;
    font-size: 16px
}

@media (max-width:575px) {
    .callback-success__descr {
        font-size: 14px
    }
}

.accordion__container-row {
    position: relative;
    padding: 25px 35px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(28, 39, 59, .06);
    border-radius: 30px;
    margin-bottom: 24px;
    transition: .4s cubic-bezier(.81, .02, 0, 1.05);
    cursor: pointer
}

@media (max-width:767px) {
    .accordion__container-row {
        padding: 25px
    }
}

.accordion__container-row:last-child {
    margin-bottom: 0
}

.accordion__container-row.active {
    background: #1c273b;
    color: #fff
}

.accordion__container-row.active .accordion__container-heading {
    margin-bottom: 15px
}

.accordion__container-heading {
    position: relative;
    font-weight: 500;
    font-size: 20px
}

@media (max-width:1339px) {
    .accordion__container-heading {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .accordion__container-heading {
        font-size: 16px
    }
}

.accordion__container-content {
    height: 0;
    overflow: hidden;
    transition: height .4s cubic-bezier(.51, .26, .32, .96)
}

.accordion__container-content>div {
    padding: 0;
    font-weight: 300
}

.home-screen-container {
    padding: 120px 0 90px
}

@media (min-width:1200px) {
    .home-screen-container {
        overflow-y: visible;
        overflow-x: clip
    }
}

@media (max-width:1199px) {
    .home-screen-container {
        overflow: hidden
    }
}

@media (max-width:1199px) {
    .home-screen-container {
        padding: 30px 0 20px
    }
}

@media (max-width:575px) {
    .home-screen-container {
        padding-top: 20px
    }
}

.home-screen-container__form {
    max-width: 546px;
    position: relative;
    z-index: 2
}

.home-screen-container__request-form {
    background: #fff;
    box-shadow: 0 12px 30px rgba(28, 39, 59, .04);
    border-radius: 30px;
    padding: 40px 35px;
    min-height: 262px
}

@media (max-width:767px) {
    .home-screen-container__request-form {
        padding: 32px 25px
    }
}

@media (max-width:575px) {
    .home-screen-container__request-form {
        padding: 32px 20px
    }
}

.home-screen-container__request-form .callback-success {
    padding: 0;
    border-radius: 30px
}

.home-screen-container__request-form .callback-form-confirm {
    margin-top: 45px
}

.home-screen-container__request-form .callback-success__img {
    width: 43px;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .home-screen-container__request-form .callback-form__btns {
        margin-top: 20px
    }
}

.home-screen-container__request-form .callback-success__descr {
    display: block;
    padding-top: 5px;
    max-width: 162px;
    margin-left: auto;
    margin-right: auto
}

.home-screen-container__request-form .callback-success {
    padding-top: 20px;
    padding-bottom: 20px
}

.home-screen-container__row {
    display: grid;
    grid-template-columns: 546px 1516px;
    gap: 60px;
    align-items: flex-start
}

@media (max-width:1339px) {
    .home-screen-container__row {
        gap: 1px;
        grid-template-columns: 446px 1379px
    }
}

@media (max-width:1199px) {
    .home-screen-container__row {
        grid-template-columns: 440px 1058px;
        gap: 19px
    }
}

@media (max-width:767px) {
    .home-screen-container__row {
        grid-template-columns: auto;
        gap: 0
    }
}

@media (max-width:767px) {
    .home-screen-container__pictures {
        max-height: 230px
    }
}

@media (max-width:575px) {
    .home-screen-container__pictures {
        max-height: 180px
    }
}

.home-screen-container__stylepart {
    width: 100%;
    margin-top: -350px
}

@media (max-width:1339px) {
    .home-screen-container__stylepart {
        margin-top: -286px
    }
}

@media (max-width:1199px) {
    .home-screen-container__stylepart {
        margin-top: -132px
    }
}

@media (max-width:767px) {
    .home-screen-container__stylepart {
        position: relative;
        left: 48%;
        width: 130%
    }
}

@media (max-width:575px) {
    .home-screen-container__stylepart {
        width: 160%;
        left: 30%
    }
}

.home-screen-container__t {
    position: absolute;
    bottom: -23%;
    left: 10%;
    width: 52%
}

@media (max-width:1339px) {
    .home-screen-container__t {
        width: 50%
    }
}

@media (max-width:1199px) {
    .home-screen-container__t {
        width: 43%;
        max-width: 668px;
        left: 0
    }
}

@media (max-width:767px) {
    .home-screen-container__t {
        width: 114%;
        max-width: 600px;
        left: 14%
    }
}

@media (max-width:575px) {
    .home-screen-container__t {
        width: 100%
    }
}

.page-up-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: url("../img/chevron-up.svg") no-repeat center #f8bf45;
    border: 1px solid transparent;
    color: #fff;
    margin-right: 25px;
    margin-bottom: 30px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transform: scale(.5, .5);
    transition: opacity .5s cubic-bezier(.26, .53, .74, 1.48), transform .5s cubic-bezier(.26, .53, .74, 1.48)
}

.show-page-up-btn {
    opacity: 1;
    transform: scale(1, 1)
}

.completed-orders__title {
    margin-bottom: 50px
}

@media (max-width:1199px) {
    .completed-orders__title {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .completed-orders__title {
        margin-bottom: 20px
    }
}

.completed-orders-items {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 7px
}

@media (max-width:1339px) {
    .completed-orders-items {
        grid-template-columns: repeat(6, 1fr);
        gap: 6px
    }
}

@media (max-width:575px) {
    .completed-orders-items {
        grid-template-columns: repeat(4, 1fr);
        gap: 5px
    }
}

.completed-orders-item {
    border-radius: 20px;
    background: #ccc;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

@media (max-width:1339px) {
    .completed-orders-item:nth-child(7n+7) {
        display: none
    }
}

@media (max-width:575px) {

    .completed-orders-item:nth-child(5n+5),
    .completed-orders-item:nth-child(6n+6) {
        display: none
    }
}

.completed-orders-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.completed-orders-item__container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.blocks-section-section {
    padding-top: 70px;
    padding-bottom: 50px
}

@media (max-width:1199px) {
    .blocks-section-section {
        padding-top: 20px
    }

    .blocks-section-section .container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {
    .blocks-section-section {
        padding-top: 0;
        padding-bottom: 25px
    }
}

.blocks-section__container-sm-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px
}

.blocks-section__container-sm {
    margin-left: 162px;
    margin-right: 48px
}

@media (max-width:1339px) {
    .blocks-section__container-sm {
        margin-left: 142px
    }
}

@media (max-width:1199px) {
    .blocks-section__container-sm {
        margin-left: 0;
        margin-right: 0;
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (max-width:575px) {
    .blocks-section__container-sm {
        padding-left: 16px;
        padding-right: 16px
    }
}

.blocks-banner {
    width: 100%;
    max-width: 888px;
    background: #1c273b;
    border-radius: 30px;
    padding: 80px 114px 180px
}

@media (max-width:1339px) {
    .blocks-banner {
        max-width: 728px;
        padding: 60px 94px 180px
    }
}

@media (max-width:1199px) {
    .blocks-banner {
        padding-left: 24px;
        padding-right: 24px;
        max-width: none
    }
}

@media (max-width:767px) {
    .blocks-banner {
        padding-top: 50px;
        padding-bottom: 160px
    }
}

@media (max-width:575px) {
    .blocks-banner {
        padding-left: 16px;
        padding-right: 16px
    }
}

.blocks-section-items {
    margin-top: -100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px
}

.blocks-section-item {
    background: #fff;
    box-shadow: 0 12px 30px rgba(28, 39, 59, .04);
    border-radius: 30px;
    margin-bottom: 24px;
    padding: 45px 24px
}

.blocks-section-item__top {
    display: grid;
    grid-template-columns: 48px auto;
    gap: 16px;
    align-items: center;
    padding-right: 16px
}

@media (max-width:767px) {
    .blocks-section-item__top {
        grid-template-columns: 32px auto;
        margin-bottom: 20px
    }
}

.blocks-section-item__icon {
    width: 36px;
    height: 36px;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .blocks-section-item__icon {
        width: 30px;
        height: 30px
    }
}

.blocks-section-item__icon img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%
}

.blocks-section-item__heading {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .blocks-section-item__text {
        font-size: 14px
    }
}

.blocks-section-item__title {
    font-size: 38px
}

@media (max-width:1339px) {
    .blocks-section-item__title {
        font-size: 32px
    }
}

@media (max-width:767px) {
    .blocks-section-item__title {
        font-size: 22px
    }
}

.blocks-section-item__subtitle {
    font-size: 26px
}

@media (max-width:1339px) {
    .blocks-section-item__subtitle {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .blocks-section-item__subtitle {
        font-size: 18px
    }
}

.blocks-section-item__rating>* {
    margin-right: 5px
}

.blocks-section-item__map {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

@media (max-width:1339px) {
    .blocks-section-item__map {
        width: 220px;
        height: 220px;
        margin-bottom: 35px
    }
}

@media (max-width:767px) {
    .blocks-section-item__map {
        width: 180px;
        height: 180px
    }
}

@media (max-width:575px) {
    .blocks-section-item__map {
        width: 100%;
        padding-top: 100%
    }
}

.blocks-section-item__map img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blocks-section-item__map-body {
    max-width: 274px;
    margin-left: auto;
    margin-right: auto
}

.blocks-section-item--hover {
    transition: .2s;
    box-shadow: 0 12px 30px rgba(28, 39, 59, 0)
}

.blocks-section-item--hover:hover {
    box-shadow: 0 12px 30px rgba(28, 39, 59, .04)
}

.blocks-section-item--hover:hover .item-s-icon {
    background: #7900eb
}

@media (max-width:1199px) {
    .blocks-section-item__big {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (max-width:575px) {
    .blocks-section-item__big {
        flex-direction: column-reverse
    }
}

@media (max-width:1339px) {
    .blocks-section-item {
        padding: 35px 24px
    }

    .blocks-section-item--map {
        display: flex;
        flex-direction: column
    }
}

@media (max-width:1339px) and (max-width:1199px) {
    .blocks-section-item--map {
        text-align: left
    }
}

@media (max-width:1339px) and (max-width:1199px) and (min-width:576px) {
    .blocks-section-item--map {
        flex-direction: row
    }
}

@media (max-width:1339px) and (max-width:1199px) {
    .blocks-section-item--map .blocks-section-item__map-body {
        width: 50%;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

@media (max-width:1339px) and (max-width:767px) {
    .blocks-section-item--map .blocks-section-item__map-body {
        padding-left: 30px
    }
}

@media (max-width:1339px) and (max-width:575px) {
    .blocks-section-item--map .blocks-section-item__map-body {
        width: 100%;
        padding-left: 0;
        margin-top: 40px
    }
}

@media (max-width:1339px) and (max-width:1199px) {
    .blocks-section-item--map .blocks-section-item__map {
        margin-bottom: 0
    }
}

@media (max-width:1339px) {
    .blocks-section-item--map .blocks-section-item__title {
        margin-bottom: 15px
    }
}

@media (max-width:1199px) {
    .blocks-section-item {
        padding: 35px 20px;
        box-shadow: 0 12px 30px rgba(28, 39, 59, .04)
    }

    .blocks-section-item .item-s-icon {
        background: #7900eb
    }
}

.blocks-section-items-top {
    grid-template-columns: calc(33.33% - 16px) calc(33.33% - 16px) calc(33.33% - 16px)
}

@media (max-width:1199px) {
    .blocks-section-items-top {
        grid-template-columns: calc(50% - 12px) calc(50% - 12px)
    }
}

@media (max-width:575px) {
    .blocks-section-items-top {
        grid-template-columns: 100%
    }
}

.blocks-section-items-top-pluces {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 18px
}

@media (max-width:1199px) {
    .blocks-section-items-top-pluces {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 24px
    }
}

@media (max-width:575px) {
    .blocks-section-items-top-pluces {
        grid-template-columns: 1fr
    }
}

.blocks-section-items-bottom {
    grid-template-columns: calc(66.66% - 12px) calc(33.33% - 12px)
}

@media (max-width:1199px) {
    .blocks-section-items-bottom {
        grid-template-columns: 100%
    }
}

.blocks-section-item-list {
    width: 281px
}

@media (max-width:767px) {
    .blocks-section-item-list {
        width: 225px
    }
}

@media (max-width:575px) {
    .blocks-section-item-list {
        width: 100%
    }
}

.blocks-section-item-list__item {
    margin-bottom: 60px
}

@media (max-width:767px) {
    .blocks-section-item-list__item {
        margin-bottom: 40px
    }
}

.blocks-section-item-list__item:last-child {
    margin-bottom: 0
}

.blocks-section-item-pic {
    width: 50%;
    background: url("") no-repeat center;
    background-size: contain;
    height: 300px
}

@media (max-width:1339px) {
    .blocks-section-item-pic {
        height: 260px;
        max-width: 352px
    }
}

@media (max-width:767px) {
    .blocks-section-item-pic {
        height: 184px
    }
}

@media (max-width:575px) {
    .blocks-section-item-pic {
        width: 100%;
        height: 214px;
        margin-bottom: 40px
    }
}

.blocks-section-item-pic img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100%;
    max-width: 100%
}

.blocks-section-more {
    padding-top: 50px;
    padding-bottom: 75px;
    width: 100%
}

.blocks-section-more .swiper-slide {
    height: auto
}

.blocks-section-more .swiper-slide .blocks-section-item {
    margin-bottom: 0;
    height: 100%
}

@media (max-width:1199px) {
    .blocks-section-more .swiper-slide {
        width: calc(50% - 47px)
    }
}

@media (max-width:767px) {
    .blocks-section-more .swiper-slide {
        width: calc(50% - 12px)
    }
}

@media (max-width:575px) {
    .blocks-section-more .swiper-slide {
        width: calc(100% - 28px)
    }
}

@media (max-width:1339px) {
    .blocks-section-more {
        padding-top: 10px;
        padding-bottom: 45px
    }
}

@media (max-width:1199px) {
    .blocks-section-more {
        padding-bottom: 36px
    }
}

@media (max-width:767px) {
    .blocks-section-more {
        padding-bottom: 26px
    }
}

.blocks-section-more__title {
    font-size: 26px
}

@media (max-width:1199px) {
    .blocks-section-more__title {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .blocks-section-more__title {
        font-size: 18px
    }
}

.icon svg {
    width: 1rem;
    height: 1rem
}

.b-section {
    padding: 70px 0
}

.b-section--top {
    padding-top: 0
}

.b-section--last {
    padding-bottom: 240px
}

@media (max-width:1339px) {
    .b-section--last {
        padding-bottom: 190px
    }
}

@media (max-width:1199px) {
    .b-section--last {
        padding-bottom: 170px
    }
}

@media (max-width:767px) {
    .b-section--last {
        padding-bottom: 140px
    }
}

.blocks-section-section {
    padding-top: 100px;
    padding-bottom: 110px
}

@media (max-width:1339px) {
    .blocks-section-section {
        padding-top: 150px;
        padding-bottom: 75px
    }
}

@media (max-width:1199px) {
    .blocks-section-section {
        padding-top: 130px;
        padding-bottom: 65px
    }
}

@media (max-width:767px) {
    .blocks-section-section {
        padding-top: 50px
    }
}

@media (max-width:575px) {
    .blocks-section-section {
        padding-bottom: 20px
    }
}

.rewiews-section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow-x: hidden
}

@media (max-width:1339px) {
    .rewiews-section {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

@media (max-width:1199px) {
    .rewiews-section {
        padding-top: 65px;
        padding-bottom: 65px
    }
}

@media (max-width:767px) {
    .rewiews-section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width:575px) {
    .rewiews-section {
        padding-top: 25px
    }
}

.rewiews-section .blocks-section-item {
    margin-bottom: 0;
    height: 100%
}

.rewiews-section .swiper-slide {
    height: auto
}

@media (max-width:1199px) {
    .rewiews-section .swiper-slide {
        width: calc(50% - 40px)
    }
}

@media (max-width:767px) {
    .rewiews-section .swiper-slide {
        width: calc(50% - 15px)
    }
}

@media (max-width:575px) {
    .rewiews-section .swiper-slide {
        width: calc(100% - 40px)
    }
}

.rewiews-section__heading {
    align-items: center;
    display: grid;
    grid-template-columns: 200px auto;
    margin-bottom: 40px
}

@media (max-width:1339px) {
    .rewiews-section__heading {
        margin-bottom: 28px
    }
}

@media (max-width:767px) {
    .rewiews-section__heading {
        grid-template-columns: 114px auto;
        margin-bottom: 20px
    }
}

@media (max-width:575px) {
    .rewiews-section__heading {
        margin-bottom: 40px
    }
}

.rewiews-section__heading-right {
    justify-self: self-end;
    display: flex;
    justify-content: space-between;
    max-width: 417px;
    gap: 24px
}

@media (max-width:575px) {
    .rewiews-section__heading-right-rewiew {
        display: none
    }
}

.rewiews-section__heading-rewiew-mob {
    margin-top: 16px;
    display: none;
    grid-column: span 2
}

@media (max-width:575px) {
    .rewiews-section__heading-rewiew-mob {
        display: block
    }
}

.rewiews-section__all-rewiews {
    display: grid;
    grid-template-columns: auto 24px;
    gap: 8px;
    align-items: center;
    max-width: 134px;
    font-size: 18px
}

@media (max-width:767px) {
    .rewiews-section__all-rewiews {
        font-size: 16px
    }
}

.rewiew-rating {
    display: grid;
    grid-template-columns: 40px auto;
    gap: 6px;
    padding: 18px 16px;
    background: #fff;
    border-radius: 30px;
    max-width: 260px;
    align-items: center
}

.rewiew-rating__logo {
    width: 40px;
    height: 40px
}

.rewiew-rating__logo img {
    max-width: 100%;
    max-height: 100%
}

.rewiew-rating__rating {
    height: 16px;
    margin-bottom: 7px
}

.rewiew-rating__rating svg {
    fill: #fcdc5b;
    max-width: 16px;
    max-height: 16px;
    margin-right: 5px
}

.rewiew-rating__text {
    font-size: 20px
}

@media (max-width:1339px) {
    .rewiew-rating__text {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .rewiew-rating__text {
        font-size: 16px
    }
}

.main-callback-section {
    padding-top: 100px;
    padding-bottom: 100px
}

@media (max-width:1339px) {
    .main-callback-section {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

@media (max-width:1199px) {
    .main-callback-section {
        padding-top: 65px;
        padding-bottom: 65px
    }
}

@media (max-width:767px) {
    .main-callback-section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width:1339px) {
    .main-callback-section .callback-form {
        padding: 60px 0
    }
}

@media (max-width:1199px) {
    .main-callback-section .callback-form {
        padding: 60px 24px
    }
}

@media (max-width:767px) {
    .main-callback-section .callback-form {
        padding: 50px 24px
    }
}

@media (max-width:1199px) {
    .main-callback-section .callback-form .callback-success__img {
        width: 40px
    }
}

.main-callback-section .callback-form .callback-success__descr {
    display: block;
    padding-top: 0;
    font-size: 20px
}

@media (max-width:1199px) and (min-width:576px) {
    .main-callback-section .callback-form__wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 16px;
        grid-template-areas: "." "btns"
    }

    .main-callback-section .callback-form__wrap .callback-form__btns {
        grid-area: btns;
        grid-column: span 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 16px;
        margin-top: 10px
    }
}

@media (max-width:1339px) {
    .main-callback-section .callback-item {
        min-height: 384px
    }
}

@media (max-width:1199px) {
    .main-callback-section .callback-item {
        min-height: auto
    }
}

.main-callback-section .callback-item-wrap {
    justify-content: center
}

.schema-section {
    padding-top: 100px;
    padding-bottom: 100px
}

.schema-section__title {
    margin-bottom: 50px
}

@media (max-width:1339px) {
    .schema-section__title {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .schema-section__title {
        margin-bottom: 20px
    }
}

@media (max-width:1339px) {
    .schema-section {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

@media (max-width:1199px) {
    .schema-section {
        padding-top: 65px;
        padding-bottom: 65px
    }
}

@media (max-width:767px) {
    .schema-section {
        padding-top: 50px
    }
}

.schema-row {
    display: flex;
    flex-direction: column;
    align-items: center
}

.schema-item {
    width: 100%;
    max-width: 432px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(28, 39, 59, .04);
    border-radius: 30px;
    padding: 45px 25px;
    position: relative;
    margin-bottom: 30px
}

.schema-item:last-child {
    margin-bottom: 0
}

@media (max-width:1339px) {
    .schema-item {
        max-width: 352px
    }
}

@media (max-width:767px) {
    .schema-item {
        padding: 35px 20px;
        max-width: 252px
    }

    .schema-item .item-s-icon {
        margin-bottom: 20px
    }
}

@media (max-width:575px) {
    .schema-item {
        max-width: none;
        margin-bottom: 20px
    }
}

.schema-item:nth-child(odd) {
    margin-right: 426px
}

@media (max-width:1339px) {
    .schema-item:nth-child(odd) {
        margin-right: 380px
    }
}

@media (max-width:767px) {
    .schema-item:nth-child(odd) {
        margin-right: 280px
    }
}

@media (max-width:575px) {
    .schema-item:nth-child(odd) {
        margin-right: 0
    }
}

.schema-item:nth-child(even) {
    margin-left: 426px
}

@media (max-width:1339px) {
    .schema-item:nth-child(even) {
        margin-left: 380px
    }
}

@media (max-width:767px) {
    .schema-item:nth-child(even) {
        margin-left: 280px
    }
}

@media (max-width:575px) {
    .schema-item:nth-child(even) {
        margin-left: 0
    }
}

.schema-item:nth-child(even) .schema-item__line {
    margin-right: 24px;
    border-left: 1px dashed #7900eb;
    border-radius: 30px 0 0 0;
    right: 100%
}

@media (max-width:575px) {
    .schema-item:nth-child(even) .schema-item__line {
        margin-right: -7px
    }
}

.schema-item:nth-child(odd) .schema-item__line {
    margin-left: 24px;
    border-right: 1px dashed #7900eb;
    border-radius: 0 30px 0 0;
    left: 100%
}

@media (max-width:575px) {
    .schema-item:nth-child(odd) .schema-item__line {
        margin-left: -7px;
        transform: rotate(180deg)
    }
}

.schema-item__line {
    content: "";
    display: block;
    width: 176px;
    height: 121px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    border-top: 1px dashed #7900eb
}

@media (max-width:767px) {
    .schema-item__line {
        width: 126px;
        height: 113px
    }
}

@media (max-width:575px) {
    .schema-item__line {
        width: 15px;
        height: 53px;
        border: none !important;
        bottom: -40px
    }

    .schema-item__line::after {
        content: "";
        display: block;
        width: 89px;
        height: 89px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border: 2px dashed #7900eb
    }
}

.schema-item:last-child .schema-item__line {
    display: none
}

.schema-item__text {
    font-size: 20px;
    font-weight: 300;
    max-width: 366px
}

@media (max-width:1339px) {
    .schema-item__text {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .schema-item__text {
        font-size: 16px
    }
}

.schema-item__download-btn {
    margin-right: 25px;
    width: 179px
}

@media (max-width:767px) {
    .schema-item__download-btn {
        width: 105px;
        margin-right: 15px
    }
}

.schema-item__download-btn img {
    width: 100%
}

.schema-item__download-doc {
    font-size: 20px
}

@media (max-width:1339px) {
    .schema-item__download-doc {
        font-size: 16px
    }
}

.get-app-section {
    padding-top: 100px;
    padding-bottom: 100px
}

@media (max-width:1339px) {
    .get-app-section {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

@media (max-width:1199px) {
    .get-app-section {
        padding-top: 65px;
        padding-bottom: 65px
    }
}

@media (max-width:767px) {
    .get-app-section {
        padding-top: 35px;
        padding-bottom: 50px
    }
}

.get-app-banner-wrap {
    overflow: hidden;
    padding-top: 130px
}

@media (max-width:767px) {
    .get-app-banner-wrap {
        padding-top: 57px
    }
}

.get-app-banner {
    background: #1c273b;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center
}

@media (max-width:1199px) {
    .get-app-banner {
        grid-template-columns: calc(50% + 15px) calc(50% - 15px)
    }
}

@media (max-width:575px) {
    .get-app-banner {
        display: flex;
        flex-direction: column-reverse
    }
}

@media (max-width:767px) {
    .get-app-banner__title {
        margin-bottom: 20px
    }
}

.get-app-banner__content {
    max-width: 544px;
    padding-left: 114px;
    padding-top: 60px;
    padding-bottom: 60px
}

@media (max-width:1339px) {
    .get-app-banner__content {
        padding-left: 94px;
        max-width: 475px;
        padding-top: 35px;
        padding-bottom: 35px
    }
}

@media (max-width:1199px) {
    .get-app-banner__content {
        padding-left: 24px
    }
}

@media (max-width:767px) {
    .get-app-banner__content {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width:575px) {
    .get-app-banner__content {
        padding: 20px 16px 50px
    }
}

.get-app-banner__download-icons {
    padding-top: 65px
}

@media (max-width:1199px) {
    .get-app-banner__download-icons {
        padding-top: 55px
    }
}

@media (max-width:767px) {
    .get-app-banner__download-icons {
        padding-top: 30px
    }
}

.get-app-banner__download-icons>:last-child {
    margin-right: 0
}

.get-app-banner__download-icon {
    height: 49px;
    margin-right: 25px
}

.get-app-banner__download-icon img {
    height: 100%
}

@media (max-width:767px) {
    .get-app-banner__download-icon {
        height: 37px;
        margin-right: 10px
    }
}

.get-app-banner__download-icon:last-child {
    margin-right: 0
}

.get-app-banner__pic {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px
}

@media (max-width:575px) {
    .get-app-banner__pic {
        padding-bottom: 0;
        padding-top: 10px
    }
}

.get-app-banner__fly-imgs {
    position: absolute;
    width: 393px;
    height: 541px;
    left: 50%;
    transform: translateX(-50%);
    top: -130px
}

@media (max-width:1339px) {
    .get-app-banner__fly-imgs {
        width: 347px;
        height: 478px;
        top: -110px
    }
}

@media (max-width:1199px) {
    .get-app-banner__fly-imgs {
        width: 300px;
        height: 410px;
        top: -74px
    }
}

@media (max-width:767px) {
    .get-app-banner__fly-imgs {
        width: 205px;
        height: 284px
    }
}

@media (max-width:575px) {
    .get-app-banner__fly-imgs {
        top: -52px
    }
}

.get-app-banner__phone-1,
.get-app-banner__phone-2 {
    position: absolute;
    width: 235px
}

@media (max-width:1339px) {

    .get-app-banner__phone-1,
    .get-app-banner__phone-2 {
        width: 205px
    }
}

@media (max-width:1199px) {

    .get-app-banner__phone-1,
    .get-app-banner__phone-2 {
        width: 59%
    }
}

.get-app-banner__phone-1 {
    bottom: 0;
    left: 0;
    z-index: 1
}

.get-app-banner__phone-2 {
    top: 0;
    right: 0
}

.get-app-banner__stylepart {
    width: 873px;
    min-width: 100%;
    display: block
}

@media (max-width:1339px) {
    .get-app-banner__stylepart {
        width: 790px
    }
}

@media (max-width:1199px) {
    .get-app-banner__stylepart {
        width: 600px
    }
}

@media (max-width:767px) {
    .get-app-banner__stylepart {
        width: 420px
    }
}

.main-prices-section {
    padding-top: 100px;
    padding-bottom: 100px
}

@media (max-width:1339px) {
    .main-prices-section {
        padding-top: 75px;
        padding-bottom: 45px
    }
}

@media (max-width:1199px) {
    .main-prices-section {
        padding-top: 65px;
        padding-bottom: 15px
    }
}

@media (max-width:767px) {
    .main-prices-section {
        padding-top: 50px
    }
}

@media (min-width:1200px) {
    .main-prices__header {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

.main-prices__title {
    margin-bottom: 20px;
    max-width: 660px
}

@media (max-width:1339px) {
    .main-prices__title {
        max-width: 540px
    }
}

@media (min-width:1200px) {
    .main-prices__body {
        display: grid;
        gap: 70px;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:1339px) {
    .main-prices__body {
        gap: 24px
    }
}

@media (max-width:1199px) {
    .main-prices__l {
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .main-prices__l {
        margin-bottom: 5px
    }
}

.main-prices__l a {
    color: #7900eb
}

.main-prices__l ol,
.main-prices__l p,
.main-prices__l ul {
    padding-bottom: 24px
}

.main-prices-component {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.main-prices-component__carret {
    transform: rotate(225deg);
    margin-top: 5px
}

@media (max-width:767px) {
    .main-prices-component__carret {
        margin-top: -3px
    }
}

.main-prices-component__container-row {
    margin-bottom: 20px
}

.main-prices-component__container-heading th {
    padding-bottom: 30px;
    text-align: start
}

@media (max-width:575px) {
    .main-prices-component__container-heading th {
        padding-bottom: 23px
    }
}

.main-prices-component__container-heading.active .main-prices-component__carret {
    transform: rotate(45deg)
}

.main-prices-component__table,
.main-prices-component__table__open {
    border-collapse: collapse
}

.main-prices-component__c-heading {
    color: #fff;
    background: #1c273b;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    font-size: 20px
}

.main-prices-component__c-heading th {
    padding: 24px 25px;
    text-align: left
}

@media (max-width:575px) {
    .main-prices-component__c-heading th {
        padding: 20px
    }
}

.main-prices-component__c-heading th:first-child {
    border-radius: 20px 0 0 20px
}

.main-prices-component__c-heading th:last-child {
    border-radius: 0 20px 20px 0
}

@media (max-width:1339px) {
    .main-prices-component__c-heading {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .main-prices-component__c-heading {
        font-size: 16px
    }
}

.main-prices-component__c-row td {
    padding: 20px 25px
}

@media (max-width:575px) {
    .main-prices-component__c-row td {
        padding: 20px
    }
}

.main-prices-component__container-content {
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s cubic-bezier(.51, .26, .32, .96)
}

.main-prices-component__container-content__open {
    background: #fff;
    border-radius: 20px
}

.main-calculator-section {
    padding-top: 100px;
    padding-bottom: 100px
}

@media (max-width:1339px) {
    .main-calculator-section {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

@media (max-width:1199px) {
    .main-calculator-section {
        padding-top: 65px;
        padding-bottom: 65px
    }
}

@media (max-width:767px) {
    .main-calculator-section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width:575px) {
    .main-calculator__header {
        text-align: left
    }
}

.main-calculator__title {
    margin-bottom: 50px
}

@media (max-width:1199px) {
    .main-calculator__title {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .main-calculator__title {
        margin-bottom: 30px
    }
}

.main-calculator__desc {
    max-width: 766px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1199px) {
    .main-calculator__desc {
        display: none
    }
}

.main-calculator__tags-cloud {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-bottom: 50px
}

@media (max-width:1199px) {
    .main-calculator__tags-cloud {
        display: none
    }
}

.main-calculator__tags-cloud .tag {
    margin: 0 12px 24px
}

@media (max-width:1339px) {
    .main-calculator__tags-cloud {
        margin-bottom: 24px
    }
}

.main-instruction {
    gap: 40px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

@media (max-width:1199px) {
    .main-instruction {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    .main-instruction {
        grid-template-columns: 1fr;
        max-width: 390px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }
}

.main-instruction-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width:1339px) {
    .main-instruction-item__text {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .main-instruction-item__text {
        font-size: 16px
    }
}

.main-instruction-item__imgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 446px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

@media (max-width:1339px) {
    .main-instruction-item__imgs {
        max-width: 446px
    }
}

@media (max-width:1199px) {
    .main-instruction-item__imgs {
        max-width: 341px
    }
}

.main-instruction-item__imgs img {
    width: 100%
}

.main-instruction-item__img-1 {
    box-shadow: 0 16px 30px rgba(28, 39, 59, .08);
    border-radius: 30px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px
}

@media (max-width:575px) {
    .main-instruction-item__img-1 {
        left: 5px;
        right: 5px
    }
}

.main-instruction-item__img-2 {
    border-radius: 20px;
    box-shadow: 0 0 28px rgba(28, 39, 59, .1);
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%)
}

.main-instruction-banner {
    border-radius: 30px;
    background: url("stylepart-1.svg") no-repeat 100% 50%, #1c273b;
    background-size: 548px;
    padding: 40px;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1339px) {
    .main-instruction-banner {
        background-position-x: 115%
    }
}

@media (max-width:1199px) {
    .main-instruction-banner {
        background-position-x: calc(100% + 272px)
    }
}

@media (max-width:767px) {
    .main-instruction-banner {
        background-size: 516px
    }
}

@media (max-width:575px) {
    .main-instruction-banner {
        padding: 40px 25px;
        background-position-x: calc(100% + 317px)
    }
}

@media (max-width:1339px) {
    .main-instruction-banner__text {
        font-size: 18px;
        margin-bottom: 24px
    }
}

@media (max-width:1199px) {
    .main-instruction-banner__text {
        max-width: 308px;
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .main-instruction-banner__text {
        font-size: 16px;
        max-width: 213px
    }
}

.main-instruction-banner__link {
    padding: 12px;
    width: 100%;
    max-width: 378px;
    color: #1c273b;
    text-align: center
}

@media (max-width:1199px) {
    .main-instruction-banner__link {
        max-width: 308px
    }
}

@media (max-width:767px) {
    .main-instruction-banner__link {
        max-width: 213px;
        font-size: 16px
    }
}

.main-evacuation-section {
    padding-top: 100px;
    padding-bottom: 100px
}

@media (max-width:1339px) {
    .main-evacuation-section {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

@media (max-width:1199px) {
    .main-evacuation-section {
        padding-top: 65px;
        padding-bottom: 65px
    }
}

@media (max-width:767px) {
    .main-evacuation-section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.main-evacuation__title {
    margin-bottom: 50px
}

@media (max-width:1199px) {
    .main-evacuation__title {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .main-evacuation__title {
        margin-bottom: 20px
    }
}

.main-evacuation-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

@media (max-width:1339px) {
    .main-evacuation-items {
        grid-template-columns: repeat(3, 1fr);
        gap: 80px 24px
    }
}

@media (max-width:1199px) {
    .main-evacuation-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }
}

@media (max-width:575px) {
    .main-evacuation-items {
        grid-template-columns: 1fr
    }
}

.main-evacuation-item {
    background: #fff;
    border-radius: 30px;
    background: #f4f4f4;
    transition: .2s cubic-bezier(0, 1.26, .86, 1)
}

.main-evacuation-item__img-bg {
    position: absolute;
    width: 120%;
    max-width: 548px;
    bottom: 45%;
    transition: .2s cubic-bezier(0, 1.26, .86, 1);
    opacity: 0
}

@media (max-width:1199px) {
    .main-evacuation-item__img-bg {
        bottom: 39%;
        width: 132%
    }
}

.main-evacuation-item__img {
    height: 300px;
    overflow: hidden;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

@media (max-width:1339px) {
    .main-evacuation-item__img {
        height: 244px
    }
}

@media (max-width:767px) {
    .main-evacuation-item__img {
        height: 175px
    }
}

.main-evacuation-item:hover {
    background: #fff
}

.main-evacuation-item:hover .main-evacuation-item__img-bg {
    opacity: 1
}

.main-evacuation-item__img-pic {
    max-width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    position: relative
}

.main-evacuation-item__title {
    padding: 5px 25px 45px;
    max-width: 370px
}

@media (max-width:1339px) {
    .main-evacuation-item__title {
        padding: 5px 25px 35px
    }
}

@media (max-width:767px) {
    .main-evacuation-item__title {
        padding: 5px 20px 35px
    }
}

.main-areas-section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden
}

@media (max-width:1339px) {
    .main-areas-section {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

@media (max-width:1199px) {
    .main-areas-section {
        padding-top: 65px;
        padding-bottom: 65px
    }
}

@media (max-width:767px) {
    .main-areas-section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.main-areas-section__title {
    margin-bottom: 50px;
    max-width: 834px
}

@media (max-width:1199px) {
    .main-areas-section__title {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .main-areas-section__title {
        margin-bottom: 20px
    }
}

.main-areas-section {
    overflow: hidden
}

.main-areas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

@media (max-width:1199px) {
    .main-areas {
        display: none
    }
}

.main-areas-slider .swiper-slide {
    height: auto
}

@media (min-width:1200px) {
    .main-areas-slider {
        display: none
    }
}

@media (max-width:1199px) {
    .main-areas-slider .swiper-slide {
        width: calc(50% - 94px)
    }
}

@media (max-width:767px) {
    .main-areas-slider .swiper-slide {
        width: calc(100% - 94px)
    }
}

.main-areas-item {
    background: #fff;
    border-radius: 30px;
    padding: 35px 25px;
    display: grid;
    grid-template-columns: 100px auto;
    gap: 20px;
    align-items: center;
    box-shadow: 0 12px 30px rgba(28, 39, 59, 0);
    transition: .3s;
    cursor: pointer
}

@media (max-width:1339px) {
    .main-areas-item {
        display: block
    }
}

@media (max-width:767px) {
    .main-areas-item {
        padding: 35px 20px
    }
}

@media (max-width:1339px) {
    .main-areas-item__logo {
        width: 100px;
        margin-bottom: 20px
    }
}

.main-areas-item__logo img {
    width: 100%;
    filter: grayscale(100%);
    transition: .3s
}

.main-areas-item:hover {
    box-shadow: 0 12px 30px rgba(28, 39, 59, .04)
}

.main-areas-item:hover .main-areas-item__logo img {
    filter: grayscale(0)
}

.faq-section {
    padding-top: 100px;
    padding-bottom: 100px
}

@media (max-width:1339px) {
    .faq-section {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

@media (max-width:1199px) {
    .faq-section {
        padding-top: 65px;
        padding-bottom: 65px
    }
}

@media (max-width:767px) {
    .faq-section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.faq-section__title {
    margin-bottom: 0
}

@media (min-width:1200px) {
    .faq-section__title {
        max-width: 320px
    }
}

.faq-section-row {
    display: grid;
    grid-template-columns: 1fr 1fr
}

@media (max-width:1199px) {
    .faq-section-row {
        grid-template-columns: 1fr;
        row-gap: 40px
    }
}

@media (max-width:767px) {
    .faq-section-row {
        row-gap: 20px
    }
}

.main-about {
    background: #f4f4f4;
    border-radius: 30px;
    padding-top: 80px;
    padding-bottom: 80px
}

@media (max-width:1339px) {
    .main-about {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .main-about {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.main-about__container {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
    max-width: 958px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1339px) {
    .main-about__container {
        max-width: 798px
    }
}

@media (max-width:767px) {
    .main-about__container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:575px) {
    .main-about__container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.main-about__container h2,
.main-about__container h3,
.main-about__container h4,
.main-about__container h5,
.main-about__container h6,
.main-about__container li,
.main-about__container ol,
.main-about__container p,
.main-about__container ul {
    padding-bottom: 24px
}

.main-about__container h2:last-child,
.main-about__container h3:last-child,
.main-about__container h4:last-child,
.main-about__container h5:last-child,
.main-about__container h6:last-child,
.main-about__container li:last-child,
.main-about__container ol:last-child,
.main-about__container p:last-child,
.main-about__container ul:last-child {
    padding-bottom: 0
}

.main-about__container ul li {
    padding-left: 47px;
    position: relative
}

.main-about__container ul li::before {
    content: "";
    background: url("stylepart-1.svg");
    left: 0;
    width: 16px;
    height: 8px;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 12px
}

@media (max-width:575px) {
    .main-about__container ul li {
        padding-left: 30px
    }

    .main-about__container ul li::before {
        top: 8px
    }
}

@media (max-width:575px) {
    .main-about__header {
        text-align: left
    }
}

.main-about__title {
    margin-bottom: 24px
}

@media (max-width:767px) {
    .main-about__body h2 {
        font-size: 16px
    }
}

.main-about__body>div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px
}

@media (max-width:1199px) {
    .main-about__body>div {
        gap: 16px
    }
}

@media (max-width:767px) {
    .main-about__body>div {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:575px) {
    .main-about__body>div {
        grid-template-columns: 1fr
    }
}

.main-about__body>div>div {
    background: #fff;
    border-radius: 30px;
    padding: 45px 25px;
    font-size: 18px;
    font-weight: 300
}

@media (max-width:1339px) {
    .main-about__body>div>div {
        padding: 35px 20px;
        font-size: 16px
    }
}

@media (max-width:767px) {
    .main-about__body>div>div {
        font-size: 14px
    }
}

.main-about__body>div>div img {
    height: 100%;
    margin-bottom: 15px;
    height: 32px
}

.app-main {
    padding: 72px 0 100px 0;
    overflow-x: clip
}

@media (max-width:1339px) {
    .app-main {
        padding: 44px 0 46px 0
    }
}

@media (max-width:1199px) {
    .app-main {
        padding: 40px 0 0 0
    }
}

@media (max-width:767px) {
    .app-main {
        padding: 0
    }
}

@media (max-width:575px) {
    .app-main {
        padding: 20px 0 0 0
    }
}

.app-main__inner {
    position: relative
}

@media (max-width:1199px) {
    .app-main__inner {
        padding-bottom: 216px
    }
}

@media (max-width:767px) {
    .app-main__inner {
        padding-bottom: 24px
    }
}

@media (max-width:575px) {
    .app-main__inner {
        padding-bottom: 16px
    }
}

.app-main__header {
    margin-bottom: 50px;
    max-width: 570px
}

@media (max-width:1199px) {
    .app-main__header {
        margin-bottom: 42px
    }
}

@media (max-width:767px) {
    .app-main__header {
        margin-bottom: 106px
    }
}

@media (max-width:575px) {
    .app-main__header {
        margin-bottom: 24px
    }
}

.app-main__title {
    margin-bottom: 30px
}

@media (max-width:1339px) {
    .app-main__title {
        margin-bottom: 22px
    }
}

@media (max-width:1199px) {
    .app-main__title {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .app-main__title {
        max-width: 320px;
        margin-bottom: 20px
    }
}

@media (max-width:575px) {
    .app-main__title {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.app-main__text {
    font-size: 20px
}

@media (max-width:1339px) {
    .app-main__text {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .app-main__text {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .app-main__text-dash {
        display: block
    }
}

.app-main__title-pick {
    color: #7900eb
}

@media (max-width:767px) {
    .app-main__images {
        position: relative;
        margin-bottom: -6px
    }
}

@media (max-width:575px) {
    .app-main__images {
        margin-bottom: 0
    }
}

@media (max-width:575px) {
    .app-main__images {
        margin-bottom: 24px
    }
}

.app-main__images-car {
    position: absolute;
    right: 320px;
    bottom: -22px
}

@media (max-width:1339px) {
    .app-main__images-car {
        right: 212px;
        bottom: -15px;
        max-width: 410px
    }
}

@media (max-width:1199px) {
    .app-main__images-car {
        max-width: 350px;
        right: 130px;
        bottom: 34px
    }
}

@media (max-width:767px) {
    .app-main__images-car {
        position: static;
        margin-left: 64px
    }
}

@media (max-width:575px) {
    .app-main__images-car {
        max-width: 204px;
        position: absolute;
        right: inherit;
        left: 26px;
        bottom: -10px;
        transform: scaleX(-1)
    }
}

.app-main__images-phone {
    position: absolute;
    right: 120px;
    bottom: -18px;
    max-width: 350px
}

@media (max-width:1339px) {
    .app-main__images-phone {
        right: 70px;
        bottom: 6px;
        max-width: 296px
    }
}

@media (max-width:1199px) {
    .app-main__images-phone {
        max-width: 264px;
        right: 34px;
        bottom: 50px
    }
}

@media (max-width:767px) {
    .app-main__images-phone {
        max-width: 220px;
        right: 4px;
        bottom: -72px
    }
}

@media (max-width:575px) {
    .app-main__images-phone {
        max-width: 184px;
        position: relative;
        z-index: 1;
        bottom: inherit
    }
}

.app-main__images-figure {
    position: absolute;
    left: 44%;
    top: -215px
}

@media (max-width:1339px) {
    .app-main__images-figure {
        left: 50%;
        top: -172px
    }
}

@media (max-width:1199px) {
    .app-main__images-figure {
        left: 46%;
        top: inherit;
        bottom: 88px;
        transform: scale(1.3)
    }
}

@media (max-width:767px) {
    .app-main__images-figure {
        bottom: -44px;
        left: 170px
    }
}

@media (max-width:575px) {
    .app-main__images-figure {
        bottom: inherit;
        left: -12%;
        max-width: 154%;
        top: 46px
    }
}

.app-main__download {
    max-width: 434px
}

@media (max-width:1199px) {
    .app-main__download {
        max-width: 412px
    }
}

@media (max-width:767px) {
    .app-main__download {
        max-width: 100%
    }
}

.download-app {
    background-color: #fff;
    padding: 30px 32px 32px 30px;
    border-radius: 30px;
    position: relative
}

@media (max-width:1199px) {
    .download-app {
        padding: 32px
    }
}

@media (max-width:575px) {
    .download-app {
        padding: 25px 16px 16px 16px
    }
}

.download-app__qr {
    display: flex;
    align-items: center;
    margin-bottom: 34px
}

@media (max-width:1199px) {
    .download-app__qr {
        display: none
    }
}

.download-app__qr-text {
    font-size: 18px
}

.download-app__qr-code {
    padding: 10px;
    background: #fff;
    margin-right: 40px;
    border-radius: 20px
}

.download-app__link {
    display: none
}

@media (max-width:1199px) {
    .download-app__link {
        display: flex;
        margin-bottom: 24px;
        font-size: 16px;
        font-weight: 400
    }
}

.applications__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    max-width: 348px;
    margin: 0 auto
}

@media (max-width:767px) {
    .applications__inner {
        max-width: 372px
    }
}

@media (max-width:575px) {
    .applications__inner {
        gap: 20px 30px
    }
}

.applications__item {
    display: flex;
    align-items: center
}

@media (max-width:575px) {
    .applications__item:nth-child(1) {
        order: 1
    }
}

@media (max-width:575px) {
    .applications__item:nth-child(2) {
        order: 3
    }
}

@media (max-width:575px) {
    .applications__item:nth-child(3) {
        order: 2
    }
}

@media (max-width:575px) {
    .applications__item:nth-child(4) {
        order: 4
    }
}

.applications__item-link {
    display: flex;
    align-items: center
}

.applications__item-link:hover .applications__item-icon svg {
    fill: #7900eb
}

.applications__item-link:hover .applications__item-name {
    color: #7900eb
}

.applications__item-icon {
    margin-right: 14px;
    display: inline-flex
}

.applications__item-icon svg {
    fill: #ccc;
    width: 21px;
    height: 21px;
    transition: .2s
}

.applications__item-name {
    font-size: 16px;
    font-weight: 400;
    transition: .2s;
    white-space: nowrap
}

@media (max-width:767px) {
    .applications__item-name {
        white-space: inherit
    }
}

@media (max-width:575px) {
    .applications__item-name {
        font-size: 14px
    }
}

.app-screen__header {
    margin-top: 70px
}

@media (max-width:1339px) {
    .app-screen__header {
        margin-top: 26px
    }
}

@media (max-width:1199px) {
    .app-screen__header {
        margin-top: 60px
    }
}

@media (max-width:575px) {
    .app-screen__header {
        margin-top: 34px
    }
}

.app-screen__title {
    margin-bottom: 56px
}

@media (max-width:1339px) {
    .app-screen__title {
        margin-bottom: 42px
    }
}

@media (max-width:1199px) {
    .app-screen__title {
        margin-bottom: 26px
    }
}

@media (max-width:767px) {
    .app-screen__title {
        font-size: 24px
    }
}

.app-screen__title br {
    display: none
}

@media (max-width:575px) {
    .app-screen__title br {
        display: block
    }
}

@media (max-width:1339px) {

    .app-screen__item:nth-child(4) .app-screen-item__desc,
    .app-screen__item:nth-child(5) .app-screen-item__desc,
    .app-screen__item:nth-child(6) .app-screen-item__desc {
        min-height: 170px
    }
}

@media (max-width:767px) {

    .app-screen__item:nth-child(3) .app-screen-item__desc,
    .app-screen__item:nth-child(4) .app-screen-item__desc {
        min-height: 138px !important
    }
}

@media (max-width:720px) {

    .app-screen__item:nth-child(3) .app-screen-item__img-wrapper,
    .app-screen__item:nth-child(4) .app-screen-item__img-wrapper {
        border-radius: 30px 30px 0 0
    }
}

.app-screen__item:nth-child(6) .app-screen-item__title br {
    display: none
}

@media (max-width:767px) {
    .app-screen__item:nth-child(6) .app-screen-item__title br {
        display: block
    }
}

@media (max-width:575px) {
    .app-screen__item:nth-child(6) .app-screen-item__title br {
        display: none
    }
}

.app-screen__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 540px 560px;
    gap: 56px 24px
}

@media (max-width:1339px) {
    .app-screen__items {
        grid-template-rows: repeat(2, 490px);
        gap: 40px 24px
    }
}

@media (max-width:1199px) {
    .app-screen__items {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 490px);
        gap: 24px
    }
}

@media (max-width:767px) {
    .app-screen__items {
        grid-template-rows: repeat(3, 435px);
        gap: 20px
    }
}

@media (max-width:575px) {
    .app-screen__items {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, 459px);
        gap: 20px
    }
}

.app-screen__link {
    display: none
}

@media (max-width:1199px) {
    .app-screen__link {
        display: flex;
        margin-top: 54px;
        font-size: 16px;
        font-weight: 400
    }
}

@media (max-width:767px) {
    .app-screen__link {
        margin-top: 32px
    }
}

@media (max-width:575px) {
    .app-screen__link {
        max-width: 256px;
        margin: 60px auto 0 auto
    }
}

.app-screen__item:nth-child(1) .app-screen-item__img-2 {
    top: 220px
}

@media (max-width:1339px) {
    .app-screen__item:nth-child(1) .app-screen-item__img-2 {
        top: 223px;
        max-width: 360px
    }
}

@media (max-width:767px) {
    .app-screen__item:nth-child(1) .app-screen-item__img-2 {
        top: 184px;
        max-width: 256px
    }
}

@media (max-width:575px) {
    .app-screen__item:nth-child(1) .app-screen-item__img-2 {
        top: 199px;
        max-width: 280px
    }
}

.app-screen__item:nth-child(2) .app-screen-item__img-2 {
    top: 240px;
    width: 56px;
    margin-left: 4px
}

@media (max-width:767px) {
    .app-screen__item:nth-child(2) .app-screen-item__img-2 {
        top: 195px
    }
}

@media (max-width:575px) {
    .app-screen__item:nth-child(2) .app-screen-item__img-2 {
        top: 191px
    }
}

.app-screen__item:nth-child(3) .app-screen-item__img-2 {
    top: 95px
}

@media (max-width:767px) {
    .app-screen__item:nth-child(3) .app-screen-item__img-2 {
        top: 85px
    }
}

@media (max-width:575px) {
    .app-screen__item:nth-child(3) .app-screen-item__img-2 {
        top: 82px;
        max-width: 284px
    }
}

.app-screen__item:nth-child(4) .app-screen-item__img-2 {
    top: 277px;
    width: 300px
}

@media (max-width:1339px) {
    .app-screen__item:nth-child(4) .app-screen-item__img-2 {
        top: 246px
    }
}

@media (max-width:767px) {
    .app-screen__item:nth-child(4) .app-screen-item__img-2 {
        top: 220px;
        max-width: 270px
    }
}

@media (max-width:575px) {
    .app-screen__item:nth-child(4) .app-screen-item__img-2 {
        top: 252px
    }
}

.app-screen__item:nth-child(5) .app-screen-item__img-2 {
    max-width: 328px;
    top: 203px
}

@media (max-width:1339px) {
    .app-screen__item:nth-child(5) .app-screen-item__img-2 {
        top: 180px
    }
}

@media (max-width:767px) {
    .app-screen__item:nth-child(5) .app-screen-item__img-2 {
        top: 123px;
        max-width: 274px
    }
}

@media (max-width:575px) {
    .app-screen__item:nth-child(5) .app-screen-item__img-2 {
        top: 185px
    }
}

.app-screen__item:nth-child(6) .app-screen-item__img-2 {
    width: 322px;
    top: 142px
}

@media (max-width:1339px) {
    .app-screen__item:nth-child(6) .app-screen-item__img-2 {
        width: 308px;
        top: 115px
    }
}

@media (max-width:767px) {
    .app-screen__item:nth-child(6) .app-screen-item__img-2 {
        top: 69px
    }
}

@media (max-width:575px) {
    .app-screen__item:nth-child(6) .app-screen-item__img-2 {
        top: 135px;
        max-width: 260px
    }
}

.app-screen-item {
    position: relative;
    border-radius: 30px;
    background-color: #f2f2f2
}

.app-screen-item__img-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 34px
}

.app-screen-item__img-1 {
    width: 198px;
    opacity: .4
}

@media (max-width:767px) {
    .app-screen-item__img-1 {
        width: 158px
    }
}

.app-screen-item__img-2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.app-screen-item__desc {
    box-shadow: 0 12px 30px rgba(28, 39, 59, .04);
    border-radius: 30px;
    background-color: #fff;
    padding: 32px 36px;
    min-height: 200px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

@media (max-width:1339px) {
    .app-screen-item__desc {
        padding: 24px;
        font-size: 16px;
        min-height: 140px
    }
}

@media (max-width:1199px) {
    .app-screen-item__desc {
        min-height: 165px !important;
        padding: 24px 20px 24px 24px
    }
}

@media (max-width:767px) {
    .app-screen-item__desc {
        padding: 20px
    }
}

@media (max-width:575px) {
    .app-screen-item__desc {
        min-height: inherit !important;
        padding: 24px
    }
}

.app-screen-item__title {
    font-size: 26px;
    margin-bottom: 16px
}

@media (max-width:1339px) {
    .app-screen-item__title {
        font-size: 22px;
        margin-bottom: 12px
    }
}

@media (max-width:767px) {
    .app-screen-item__title {
        font-size: 18px;
        margin-bottom: 8px
    }
}

@media (max-width:575px) {
    .app-screen-item__title {
        margin-bottom: 12px
    }
}

@media (max-width:767px) {
    .app-screen-item__text {
        font-size: 14px
    }
}

@media (max-width:1199px) {
    .app-reviews {
        padding-top: 60px
    }
}

@media (max-width:767px) {
    .app-reviews {
        overflow-x: clip
    }
}

@media (max-width:575px) {
    .app-reviews {
        padding-top: 14px;
        padding-bottom: 30px
    }
}

.app-reviews__header {
    margin-bottom: 54px
}

@media (max-width:1339px) {
    .app-reviews__header {
        margin-bottom: 38px
    }
}

@media (max-width:1199px) {
    .app-reviews__header {
        margin-bottom: 24px
    }
}

@media (max-width:767px) {
    .app-reviews__header {
        margin-bottom: 16px
    }
}

@media (max-width:575px) {
    .app-reviews__header {
        margin-bottom: 20px
    }
}

@media (max-width:575px) {
    .app-reviews__title {
        font-size: 24px
    }
}

.app-reviews__content {
    padding: 36px 24px;
    margin-bottom: 24px;
    border-radius: 30px;
    background-color: #fff
}

@media (max-width:991px) {
    .app-reviews__content {
        padding: 35px 21px 35px 24px
    }
}

@media (max-width:767px) {
    .app-reviews__content {
        padding: 36px 31px;
        margin-bottom: 20px
    }
}

@media (max-width:575px) {
    .app-reviews__content {
        padding: 35px 24px
    }
}

.app-reviews__content-inner {
    display: grid;
    grid-template-columns: 304px auto;
    -moz-column-gap: 80px;
    column-gap: 80px
}

@media (max-width:1339px) {
    .app-reviews__content-inner {
        grid-template-columns: 268px auto;
        -moz-column-gap: 48px;
        column-gap: 48px
    }
}

@media (max-width:1199px) {
    .app-reviews__content-inner {
        grid-template-columns: 224px auto;
        -moz-column-gap: 24px;
        column-gap: 24px;
        align-items: center
    }
}

@media (max-width:767px) {
    .app-reviews__content-inner {
        grid-template-columns: 1fr;
        gap: 24px 0
    }
}

@media (max-width:575px) {
    .app-reviews__content-inner {
        border-radius: 0 0 20px 0
    }
}

.app-reviews__2col {
    display: grid;
    grid-template-columns: auto 401px;
    padding: 24px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    background: #fcfcfc;
    border-radius: 26px;
    align-items: center;
    position: relative;
    overflow: hidden
}

@media (max-width:1339px) {
    .app-reviews__2col {
        grid-template-columns: auto 370px
    }
}

@media (max-width:1199px) {
    .app-reviews__2col {
        grid-template-columns: 178px auto;
        -moz-column-gap: 35px;
        column-gap: 35px;
        padding: 24px 20px 22px 24px
    }
}

@media (max-width:767px) {
    .app-reviews__2col {
        grid-template-columns: 243px auto;
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

@media (max-width:575px) {
    .app-reviews__2col {
        grid-template-columns: 1fr
    }
}

.app-reviews__2col:after {
    content: "";
    display: block;
    width: 357px;
    height: 180px;
    position: absolute;
    right: 50px;
    top: calc(100% - 30px);
    transform: matrix(.99, .3, -.62, .97, 0, 0);
    background: url("stylepart-1.svg") no-repeat center;
    background-size: contain
}

@media (max-width:1199px) {
    .app-reviews__2col:after {
        transform: matrix(.99, .19, -.15, .98, 0, 0);
        width: 249px;
        height: 148px;
        right: inherit;
        left: 0;
        top: calc(100% - 34px)
    }
}

@media (max-width:767px) {
    .app-reviews__2col:after {
        transform: matrix(.99, .17, -.17, .99, 0, 0);
        width: 296px;
        height: 143px;
        left: -10px;
        top: calc(100% - 50px)
    }
}

@media (max-width:575px) {
    .app-reviews__2col:after {
        transform: matrix(-.53, .85, .84, .54, 0, 0);
        left: calc(100% - 170px);
        top: calc(100% - 26px)
    }
}

@media (max-width:575px) {
    .app-reviews__desc {
        margin-bottom: 26px
    }
}

.app-reviews__desc-text {
    font-size: 18px
}

@media (max-width:1199px) {
    .app-reviews__desc-text {
        font-size: 14px
    }
}

.app-reviews__desc-text br {
    display: none
}

@media (max-width:1339px) {
    .app-reviews__desc-text br {
        display: block
    }
}

.app-reviews__desc-header {
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    margin-bottom: 8px
}

@media (max-width:1339px) {
    .app-reviews__desc-header {
        font-size: 22px
    }
}

@media (max-width:1199px) {
    .app-reviews__desc-header {
        font-size: 18px;
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .app-reviews__desc-header {
        margin-bottom: 8px
    }
}

.app-reviews__desc-header-pick {
    color: #7900eb
}

@media (max-width:767px) {
    .app-reviews__maps {
        display: grid;
        grid-template-columns: 224px auto;
        -moz-column-gap: 34px;
        column-gap: 34px
    }
}

@media (max-width:575px) {
    .app-reviews__maps {
        grid-template-columns: 1fr;
        gap: 24px 0
    }
}

.app-reviews__maps-item {
    margin-bottom: 30px
}

@media (max-width:1339px) {
    .app-reviews__maps-item {
        margin-bottom: 38px
    }
}

@media (max-width:1199px) {
    .app-reviews__maps-item {
        margin-bottom: 48px
    }
}

@media (max-width:767px) {
    .app-reviews__maps-item {
        margin: 0
    }
}

.app-reviews__maps-item:last-child {
    margin-bottom: 0
}

.app-reviews__apps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 2
}

.app-reviews__apps-logo {
    display: block
}

@media (max-width:1199px) {
    .app-reviews__apps-logo {
        width: 48px
    }
}

.app-reviews__apps-apple {
    margin-right: 16px
}

.app-reviews__apps-google {
    margin-right: 25px
}

@media (max-width:1199px) {
    .app-reviews__apps-google {
        margin-right: 0
    }
}

@media (max-width:1199px) {
    .app-reviews__apps-rating {
        width: 100%;
        margin-top: 26px
    }
}

@media (max-width:575px) {
    .app-reviews__apps-rating {
        margin-top: 16px
    }
}

.star-rating__icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
    fill: #fcdc5b;
    margin-right: 5px
}

.star-rating__icon:last-child {
    margin-right: 0
}

.star-rating__rating {
    display: flex
}

.star-rating__icon--empty {
    fill: #ccc
}

.star-rating__icon--gradient-45 {
    fill: url("#linear-gradient-45")
}

.star-rating__icon--gradient-46 {
    fill: url("#linear-gradient-46")
}

.b-review-rating__link {
    display: grid;
    grid-template-columns: 56px auto;
    gap: 16px;
    align-items: center
}

@media (max-width:1199px) {
    .b-review-rating__link {
        grid-template-columns: 48px auto
    }
}

.b-review-rating__rating {
    margin-bottom: 6px
}

.b-review-rating__text {
    font-size: 26px;
    font-family: Montserrat, sans-serif;
    white-space: nowrap
}

@media (max-width:1339px) {
    .b-review-rating__text {
        font-size: 22px
    }
}

@media (max-width:1199px) {
    .b-review-rating__text {
        font-size: 18px
    }
}

@media (max-width:575px) {
    .b-review-rating__text {
        font-size: 16px
    }
}

.b-review-rating--no-logo .b-review-rating__link {
    display: block
}

.reviews-section__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

@media (max-width:1199px) {
    .reviews-section__items {
        display: flex;
        gap: 0
    }
}

@media (max-width:1199px) {
    .b-review {
        height: auto
    }
}

.b-review__link {
    display: block;
    transition: .2s;
    padding: 45px 25px 35px 25px;
    border-radius: 30px;
    background-color: #fff;
    height: 100%
}

@media (max-width:1339px) {
    .b-review__link {
        padding: 35px 25px
    }
}

@media (max-width:1199px) {
    .b-review__link {
        box-shadow: 0 12px 30px rgba(28, 39, 59, .04)
    }
}

@media (max-width:767px) {
    .b-review__link {
        padding: 35px 20px
    }
}

.b-review__link:hover {
    box-shadow: 0 12px 30px rgba(28, 39, 59, .04)
}

.b-review__link:hover .b-review__header-letter {
    background-color: #7900eb
}

.b-review__header {
    display: grid;
    grid-template-columns: 48px auto;
    gap: 16px;
    align-items: center;
    font-family: Montserrat, sans-serif;
    margin-bottom: 25px
}

@media (max-width:1339px) {
    .b-review__header {
        grid-template-columns: 40px auto
    }
}

@media (max-width:767px) {
    .b-review__header {
        grid-template-columns: 32px auto
    }
}

@media (max-width:767px) {
    .b-review__header {
        margin-bottom: 20px
    }
}

.b-review__header-letter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    transition: .2s;
    background-color: #1c273b;
    color: #fff;
    font-weight: 500;
    font-size: 26px
}

@media (max-width:1339px) {
    .b-review__header-letter {
        width: 40px;
        height: 40px;
        font-weight: 700;
        font-size: 22px
    }
}

@media (max-width:1199px) {
    .b-review__header-letter {
        background-color: #7900eb;
        font-weight: 500
    }
}

@media (max-width:767px) {
    .b-review__header-letter {
        width: 32px;
        height: 32px;
        font-size: 18px;
        border-radius: 8px
    }
}

.b-review__header-author {
    font-weight: 500;
    font-size: 26px
}

@media (max-width:1339px) {
    .b-review__header-author {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .b-review__header-author {
        font-size: 18px
    }
}

@media (max-width:1199px) {
    .app-download {
        padding-top: 60px
    }
}

@media (max-width:575px) {
    .app-download {
        padding-top: 30px
    }
}

.app-download__inner {
    overflow: hidden;
    position: relative
}

@media (max-width:575px) {
    .app-download__inner {
        overflow: inherit
    }
}

.app-download__header {
    margin-bottom: 56px
}

@media (max-width:1339px) {
    .app-download__header {
        margin-bottom: 38px
    }
}

@media (max-width:1199px) {
    .app-download__header {
        margin-bottom: 20px
    }
}

@media (max-width:575px) {
    .app-download__header {
        margin-bottom: 24px
    }
}

@media (max-width:575px) {
    .app-download__title {
        font-size: 24px
    }
}

.app-download__content {
    background-color: #fff;
    border-radius: 30px
}

.app-download__download {
    background: 0 0
}

@media (max-width:575px) {
    .app-download__download {
        padding: 0
    }
}

@media (max-width:575px) and (max-width:575px) {
    .app-download__download {
        box-shadow: 0 12px 30px rgba(28, 39, 59, .04);
        padding: 16px
    }
}

@media (max-width:767px) {
    .app-download__download .applications__inner {
        max-width: 295px;
        margin: 0
    }
}

@media (max-width:575px) {
    .app-download__download .applications__inner {
        max-width: 256px;
        margin: auto
    }
}

@media (max-width:767px) {
    .app-download__download .applications__item:nth-child(1) {
        order: 1
    }
}

@media (max-width:767px) {
    .app-download__download .applications__item:nth-child(3) {
        order: 2
    }
}

@media (max-width:767px) {
    .app-download__download .applications__item:nth-child(2) {
        order: 3
    }
}

@media (max-width:767px) {
    .app-download__download .applications__item:nth-child(4) {
        order: 4
    }
}

.app-download__download .download-app__qr {
    margin-bottom: 40px
}

.app-download__download .download-app__qr-code {
    box-shadow: 0 12px 30px rgba(28, 39, 59, .04)
}

.app-download__download .download-app__qr-text {
    max-width: 238px
}

.app-download__download .download-app__qr-text br {
    display: none
}

.app-download__download .download-app__apps {
    max-width: 345px
}

@media (max-width:1199px) {
    .app-download__download .download-app__link {
        max-width: 255px;
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .app-download__download .download-app__link {
        max-width: 231px
    }
}

@media (max-width:575px) {
    .app-download__download .download-app__link {
        max-width: 100%;
        margin-bottom: 25px
    }
}

.app-download__images-car {
    position: absolute;
    bottom: 10px;
    right: 274px
}

@media (max-width:1339px) {
    .app-download__images-car {
        bottom: 2px;
        right: 237px;
        max-width: 360px
    }
}

@media (max-width:1199px) {
    .app-download__images-car {
        display: none
    }
}

.app-download__images-phone {
    position: absolute;
    bottom: -70px;
    right: 122px;
    max-width: 264px
}

@media (max-width:1339px) {
    .app-download__images-phone {
        bottom: -50px;
        right: 65px;
        max-width: 242px
    }
}

@media (max-width:1199px) {
    .app-download__images-phone {
        max-width: 213px;
        right: 33px;
        bottom: -85px
    }
}

@media (max-width:767px) {
    .app-download__images-phone {
        right: 26px;
        bottom: -22px;
        max-width: 168px
    }
}

@media (max-width:575px) {
    .app-download__images-phone {
        display: none
    }
}


.modal {
    opacity: 0;
    pointer-events: none;

    transition: opacity 0.2s linear;
}

.modal.active {
    opacity: 1;
    pointer-events: all;
}

.main-prices-component__container-content.active {
    max-height: 413px;
    display: table-row-group;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}