*{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}
@font-face {
    font-family: "ChangAnunitype";
    src: url("/assets/fonts/ChangAnunitype-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "ChangAnunitype";
    src: url("/assets/fonts/ChangAnunitype-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

html, body {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ChangAnunitype, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal
}

.btn {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    display: inline-block;
    cursor: pointer;
    border-radius: 3.25rem;
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(16 111 199 / var(--tw-bg-opacity));
    background-image: linear-gradient(92.29deg, transparent 0%, #0C5AA8 100%);
    padding: .9375rem 2.4375rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(12 90 168 / var(--tw-bg-opacity));
}

.input {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    display: block;
    width: 100%;
    border-radius: 3.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: .9375rem 1.8125rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
}


.input {

    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

picture {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

img {
    border: 0;
    max-width: 100%;
    display: block;
}

/*start menu-top*/
@media (max-width: 1199px) {
    body.menu-show {
        overflow: hidden;
    }

    body.menu-show .menu-top {
        background-color: #fff;
    }

    body.menu-show .menu-top--nav {
        height: calc(100vh - 50px);
        right: 0;
        overflow-y: auto;
        transition: 0.25s;
    }

    body.menu-show .menu-top--nav-overlay:before {
        width: calc(100vw - 350px);
        transition: 0.3s;
        transition-delay: 0.2s;
    }
}

.menu-top {
    height: 80px;
    padding: 0 30px;
    position: fixed;
    width: 100vw;
    z-index: 20;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    background-color: #fff;
    transition: 0.15s;
}

.menu-top.menu-shrink {
    height: 60px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: 0.4s;
}

@media (max-width: 1199px) {
    .menu-top.menu-shrink {
        height: 50px;
    }
}

@media (max-width: 1199px) {
    .menu-top {
        height: 50px;
        color: #828282;
        padding: 0 15px;
    }
}

@media (max-width: 1299px) {
    .menu-top {
        font-size: 14px;
    }
}

.menu-top--wrap {
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    transition: 0.25s;
}

@media (max-width: 1399px) {
    .menu-top--wrap {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .menu-top--wrap {
        align-items: center;
    }
}

.menu-top--logo {
    display: flex;
    align-items: center;
}

.menu-top--logo img {
    height: 60px;
    transition: 0.25s;
}

@media (max-width: 1199px) {
    .menu-top--logo {
        flex-grow: 1;
        justify-content: center;
    }

    .menu-top--logo img {
        height: 40px;
    }
}

.menu-top.menu-shrink .menu-top--logo img {
    height: 40px;
}

.menu-top.menu-shrink .menu-top--logo ._dealer strong {
    font-size: 14px;
}

.menu-top.menu-shrink .menu-top--logo ._dealer span {
    font-size: 12px;
}

.menu-top.menu-shrink .menu-top--button svg {
    width: 40px;
}

.menu-top--nav {
    flex-grow: 1;
    margin: 0;
    display: flex;
    justify-content: end;
}

@media (max-width: 1199px) {
    .menu-top--nav {
        height: calc(100vh - 50px);
        background-color: #fff;
        display: flex;
        flex-direction: column;
        position: fixed;
        right: -200%;
        top: 50px;
        width: 350px;
        z-index: 11;
        padding: 30px 20px;
        margin: 0;
        transition: 0.25s;
    }

    .menu-top--nav.active {
        right: 0;
        transition: 0.25s;
    }
}

@media (max-width: 399px) {
    .menu-top--nav {
        width: 100vw;
    }
}

@media (max-width: 1199px) {
    .menu-top--nav-overlay:before {
        height: calc(100vh - 50px);
        background: linear-gradient(101.43deg, rgba(0, 0, 0, 0.24) -5.15%, rgba(0, 0, 0, 0.04) 104.36%);
        backdrop-filter: blur(8px);
        content: "";
        position: fixed;
        width: 0;
        right: 350px;
        top: 50px;
    }
}

@media (max-width: 399px) {
    .menu-top--nav-overlay:before {
        display: none;
    }
}

.menu-top--nav-links {
    display: flex;
    align-self: center;
    justify-content: center;
    flex-grow: 1;
}

@media (max-width: 1199px) {
    .menu-top--nav-links {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 2px solid #BDBDBD;
    }
}

.menu-top--nav-links .menu-link {
    padding: 5px 0;
    margin: 0 20px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition: 0.25s;
}

@media (max-width: 1399px) {
    .menu-top--nav-links .menu-link {
        font-size: 18px;
        margin: 0 15px;
    }
}

@media (max-width: 1199px) {
    .menu-top--nav-links .menu-link {
        padding: 15px 0;
        margin: 0;
        font-size: 18px;
        color: #fff;
    }
}

.menu-top--nav-links .menu-link:hover, .menu-top--nav-links .menu-link.active {
    color: #fff;
}

.menu-top--nav-title {
    display: none;
    color: #fff;
}

@media (max-width: 599px) {
    .menu-top--nav-title {
        display: inline-flex;
        margin-bottom: 16px;
    }
}

@media (max-width: 1199px) {
    .menu-top--nav-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu-top--nav-buttons .page-btn {
        margin-bottom: 25px;
        width: 100%;
    }

    .menu-top--nav-buttons .page-btn:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 599px) {
    .menu-top--nav-buttons {
        justify-content: center;
    }
}

.menu-top--contacts {
    margin-right: 20px;
    text-align: center;
}

.menu-top--contacts-phone {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.menu-top--contacts-address {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-top: 4px;
}

@media (max-width: 1299px) {
    .menu-top--contacts {
        display: flex;
        align-items: center;
    }

    .menu-top--contacts-phone {
        display: flex;
        width: 50px;
        padding: 10px;
        background: url(../img/ico-phone.svg) no-repeat center/24px;
        text-indent: -9999px;
    }

    .menu-top--contacts-address {
        display: none;
    }
}

@media (max-width: 1199px) {
    .menu-top--contacts {
        display: none;
    }

    .menu-top--contacts-phone {
        text-indent: 0;
        width: 100%;
        background: none;
        color: #323242;
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .show-mob,
    .js-mob-btn {
        display: none;
    }
}

@media (max-width: 1199px) {
    .show-mob,
    .js-mob-btn {
        display: inline-flex;
    }
}

@media (max-width: 1199px) {
    .js-mob-btn {
        position: relative;
        border: none;
        background: transparent;
        width: 24px;
        height: 24px;
        z-index: 2;
    }

    .js-mob-btn::before, .js-mob-btn::after {
        content: "";
        left: 0;
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 2px;
    }

    .js-mob-btn::before {
        top: 3px;
        box-shadow: 0 8px 0 #fff;
        transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
    }

    .js-mob-btn::after {
        bottom: 3px;
        transition: bottom 0.3s 0.15s, transform 0.3s;
    }

    .js-mob-btn.active::before {
        top: 11px;
        transform: rotate(45deg);
        box-shadow: none;
        transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
    }

    .js-mob-btn.active::after {
        bottom: 11px;
        transform: rotate(-45deg);
        transition: bottom 0.3s, transform 0.3s 0.15s;
    }
}

@media (max-width: 767px) {
    body.menu-show {
        overflow: hidden;
    }

    body.menu-show .menu-top--nav {
        right: 0;
        overflow-y: auto;
        height: calc(100vh - 50px);
        transition: 0.25s;
    }

    body.menu-show .menu-top--nav-overlay:before {
        width: calc(100vw - 350px);
        transition: 0.3s;
        transition-delay: 0.2s;
    }
}

.menu-top--button {
    display: flex;
}

.menu-top--button svg {
    display: block;
    width: 50px;
    transition: 0.25s;
}

.menu-top--button svg path {
    transition: 0.25s;
}

.menu-top--button:hover svg path {
    fill: #ccc;
}

@media (max-width: 1199px) {
    .menu-top--button {
        margin-bottom: 30px;
    }

    .menu-top--button .page-btn {
        width: 100%;
    }
}

.menu-top--mobile-phone {
    display: none;
}

@media (max-width: 1199px) {
    .menu-top--mobile-phone {
        display: flex;
        padding: 12px;
    }
}

.menu-top--slides {
    display: none;
}

@media (max-width: 1199px) {
    .menu-top--slides {
        display: flex;
        flex-direction: column;
        padding: 12px;
    }

    .menu-top--slides .footer-slide._info {
        width: 100%;
        max-width: inherit;
        margin-bottom: 15px;
    }

    .menu-top--slides .footer-slide._rules {
        width: 100%;
        max-width: inherit;
    }

    .menu-top--slides .footer-slide .slide__text {
        padding-top: 10px;
    }
}

.menu-top--slides {
    display: none;
}

@media (max-width: 1199px) {
    .menu-top--slides {
        display: flex;
        flex-direction: column;
        padding: 12px;
        color: #fff;
    }

    .menu-top--slides .footer-slide._info {
        width: 100%;
        max-width: inherit;
        margin-bottom: 15px;
    }

    .menu-top--slides .footer-slide._rules {
        width: 100%;
        max-width: inherit;
    }

    .menu-top--slides .footer-slide .slide__title {
        color: #fff;
        font-size: 18px;
    }
}

@media (max-width: 1199px) and (max-width: 379px) {
    .menu-top--slides .footer-slide .slide__title {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .menu-top--slides .footer-slide .slide__text {
        padding-top: 10px;
    }
}

.menu-top__social {
    display: none;
}

@media (max-width: 1199px) {
    .menu-top__social {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .menu-top__social a {
        text-decoration: none;
        padding: 10px;
    }
}

/*end menu-top*/

/*start section-top*/

.section-top .engine-button {
    position: absolute;
    left: 50px;
    bottom: 0px;
    z-index: 2;
}

.section-top .engine-button img {
    min-width: inherit;
    min-height: inherit !important;
    object-fit: contain !important;
}

@media (max-width: 1299px) {
    .section-top .engine-button {
        width: 75px;
        height: 75px;
        left: calc(100% - 100px);
    }
}

@media (max-width: 991px) {
    .section-top .engine-button {
        display: none;
    }
}

.section-top .one-ptz {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
}

@media (max-width: 1299px) {
    .section-top .one-ptz {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .section-top .one-ptz {
        font-size: 20px;
        padding: 25px 0;
        background: url("../img/engine-button.png") no-repeat 30px 50%;
        background-size: contain;
    }
}

@media (max-width: 849px) {
    .section-top .one-ptz {
        background-position: 15px 50%;
        padding: 20px 0 20px 80px;
    }
}

@media (max-width: 767px) {
    .section-top .one-ptz {
        background: none;
        padding: 10px 15px;
        bottom: 0;
    }
}

@media (max-width: 576px) {
    .section-top .one-ptz {
        font-size: 18px;
    }
}

.section-top__point {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.section-top__wrap {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: calc(50% - 820px);
    top: 0;
    z-index: 2;
}

@media (max-width: 1699px) {
    .section-top__wrap {
        left: calc(50% - 640px);
    }
}

@media (max-width: 1299px) {
    .section-top__wrap {
        left: calc(50% - 550px);
    }
}

@media (max-width: 1199px) {
    .section-top__wrap {
        left: calc(50% - 460px);
    }
}

@media (max-width: 991px) {
    .section-top__wrap {
        left: 27px;
        flex-direction: column;
        max-width: 350px;
    }
}

@media (max-width: 576px) {
    .section-top__wrap {
        left: 15px;
    }
}

@media (max-width: 499px) {
    .section-top__wrap {
        max-width: 250px;
    }
}

.section-top__text {
    letter-spacing: -0.8px;
    text-transform: uppercase;
    padding-top: 170px;
    width: 100%;
    max-width: 750px;
}

@media (max-width: 1699px) {
    .section-top__text {
        padding-top: 150px;
    }
}

@media (max-width: 1399px) {
    .section-top__text {
        padding-top: 120px;
    }
}

@media (max-width: 1199px) {
    .section-top__text {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .section-top__text {
        padding-top: 75px;
    }
}

@media (max-width: 499px) {
    .section-top__text {
        padding-top: 60px;
    }
}

.section-top__title {
    font-size: 45px;
    font-weight: 700;
    color: #3D3D3D;
    margin-bottom: 30px;
    line-height: 1.2;
}


@media (max-width: 1399px) {
    .section-top__title {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .section-top__title {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .section-top__title {
        font-size: 27px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .section-top__title {
        font-size: 24px;
    }
}

@media (max-width: 499px) {
    .section-top__title {
        font-size: 21px;
    }
}

.section-top__subtitle {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #3D3D3D;
}

@media (max-width: 1399px) {
    .section-top__subtitle {
        font-size: 35px;
    }
}

@media (max-width: 1199px) {
    .section-top__subtitle {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .section-top__subtitle {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .section-top__subtitle {
        font-size: 21px;
    }
}

.section-top__image {
    width: 100%;
}

@media (max-width: 991px) {
    .section-top__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 500px;
    }
}

@media (max-width: 576px) {
    .section-top__image img {
        min-height: 400px;
    }
}

.section-top__form {
    max-width: 540px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
}

.section-top__form .section-top__subtitle {
    margin-bottom: 20px;
}

.section-top__form ._fz20 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.section-top__form ._row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.section-top__form__title {
    font-weight: 600;
    margin-bottom: 20px;
}

.section-top__form .top-advantages {
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 20px;
}

.section-top__form .top-advantages li {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 10px;
    border: 1px solid rgb(16, 111, 199);
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 5px;
}

.section-top__form .modal-form--wrap,
.section-top__form .modal-button {
    margin-bottom: 0;
    width: calc(50% - 5px);
}



.section-top__form .label-agreement {
    color: #222;
}

.section-top__form input[type=checkbox] + label:before,
.section-top__form input[type=checkbox] + span:before {
    border: 1px solid rgba(34, 34, 34, 0.5);
}

.section-top__form input[type=checkbox] + label:hover:before,
.section-top__form input[type=checkbox] + span:hover:before {
    border-color: #222;
}

.section-top__form input[type=checkbox]:checked + span:before,
.section-top__form input[type=checkbox]:checked + label:before {
    border-color: #222;
}

/*end section-top*/