:root {
    --yawhite: #fff;
    --yablack: #000;
    --yagreen: #5CACB1;
    --yagray: #7B8284;
}

/* color */
.c-yawhite {
    color: var(--yawhite) !important;
    transition: .2s;
}

.c-yablack {
    color: var(--yablack) !important;
    transition: .2s;
}

.c-yagreen {
    color: var(--yagreen) !important;
    transition: .2s;
}

.c-yagray {
    color: var(--yagray) !important;
    transition: .2s;
}

/* :hover color */
.c-h-yawhite:hover {
    color: var(--yawhite) !important;
    transition: .2s;
}

.c-h-yablack:hover {
    color: var(--yablack) !important;
    transition: .2s;
}

.c-h-yagreen:hover {
    color: var(--yagreen) !important;
    transition: .2s;
}

.c-h-yagray:hover {
    color: var(--yagray) !important;
    transition: .2s;
}

/* background-color */
.bg-yawhite {
    background-color: var(--yawhite);
    transition: .2s;
}

.bg-yablack {
    background-color: var(--yablack);
    transition: .2s;
}

.bg-yagreen {
    background-color: var(--yagreen);
    transition: .2s;
}

.bg-yagray {
    background-color: var(--yagray);
    transition: .2s;
}

/* :hover background-color */
.bg-h-yawhite:hover {
    background-color: var(--yawhite);
    transition: .2s;
}

.bg-h-yablack:hover {
    background-color: var(--yablack);
    transition: .2s;
}

.bg-h-yagreen:hover {
    background-color: var(--yagreen);
    transition: .2s;
}

.bg-h-yagray:hover {
    background-color: var(--yagray);
    transition: .2s;
}

/* border */
.b-yawhite {
    border: var(--yawhite) 1px solid;
    transition: .2s;
}

.b-yablack {
    border: var(--yablack) 1px solid;
    transition: .2s;
}

.b-yagreen {
    border: var(--yagreen) 1px solid;
    transition: .2s;
}

.b-yagray {
    border: var(--yagray) 1px solid;
    transition: .2s;
}

/* :hover border */
.b-h-yawhite:hover {
    border: var(--yawhite) 1px solid;
    transition: .2s;
}

.b-h-yablack:hover {
    border: var(--yablack) 1px solid;
    transition: .2s;
}

.b-h-yagreen:hover {
    border: var(--yagreen) 1px solid;
    transition: .2s;
}

.b-h-yagray:hover {
    border: var(--yagray) 1px solid;
    transition: .2s;
}


.b-b-yablack {
    border-bottom: var(--yablack) 1px solid;
    transition: .2s;
}


body {
    font-family: 'Manrope';
    font-weight: normal;
    font-style: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: 'Russo One';
    font-weight: normal;
    font-style: normal;
}

.alert {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.position-lg-absolute {
    position: absolute !important;
}


.menu .logo .separator {
    width: 1px;
}

.menu .logo .title,
.menu .logo .phone {
    font-size: 16px;
}

.menu .logo .text {
    font-size: 12px;
}

.menu .address {
    font-size: 14px;
}

.menu .button {
    font-size: 14px;
    height: 50px;
    border-radius: 10px;
}

.page-banner {
    height: 630px;
    background-position: center;
    background-size: cover;
    background-image: url("../images/banner-10-25.jpg");
    background-repeat: no-repeat;
}

.page-banner .admark {
    font-size: 12px;
}

.page-banner .button {
    height: 60px;
    border-radius: 10px;
    font-size: 18px;
}

.page-banner .title {
    font-size: 68px;
    font-family: 'Roboto', sans-serif;
}

.page-banner .title.title-plate {
    font-size: 52px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-align: center;
}

.page-banner .title-plate-wrap {
    padding: 7px 34px 7px 34px;
    box-sizing: border-box;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
    background: rgba(57, 174, 178, 0.9);
    width: fit-content;
}

.bestoffer .title {
    font-size: 36px;
}

.bestoffer .form-control {
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
}

.bestoffer .button {
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
}

.bestoffer label {
    font-size: 10px;
}


.buttons .button {
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
}

.start-quiz .title {
    font-size: 42px;
}

.start-quiz .text {
    font-size: 24px;
}

.start-quiz .button {
    width: 230px;
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
}


.models h2 {
    font-size: 48px;
}

.models .tabs {
    font-weight: 700;
    font-size: 24px;
}

.models .opacity {
    opacity: .5;
}

.models .prev-model {
    right: calc(100% - 190px);
    top: 220px;
}

.models .next-model {
    left: calc(100% - 190px);
    top: 220px;
}

.model.opa {
    opacity: 0;
    transition: .1s;
}

.model .box {
    border: #E7EAEE 1px solid;
    border-radius: 16px;
}

.model .text {
    font-weight: 700;
    font-size: 24px;
}

.model .button {
    width: 230px;
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
}

.model .color {
    width: 31px;
    height: 31px;
    border-radius: 50%;
}

.model .color .color-inner {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 2px var(--yawhite) solid;
}

.model .color .color-inner .color-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--yawhite);
}

.model .spec {
    font-size: 10px;
}

.model .spec .value span {
    font-size: 14px;
    font-weight: 700;
}

.model .spec .text {
    font-size: 10px;
    font-weight: normal;
}

.models .prev {
    left: -60px;
    top: calc(50% - 16px);
}

.models .next {
    right: -60px;
    top: calc(50% - 16px);
}


.cis h2 {
    font-size: 48px;
}

.cis .tabs {
    font-weight: 700;
    font-size: 24px;
}

.cis .cis-card {
    border: #E7EAEE 1px solid;
}

.cis .cis-card .warranty {
    font-size: 10px;
}

.cis .cis-card .plate {
    font-size: 8px;
    border-radius: 6px;
    padding: 2px 8px;
}

.cis .cis-card .count {
    font-size: 14px;
}

.cis .color {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.cis .color .color-inner {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: var(--yawhite) .8px solid;
}

.cis .color .color-inner .color-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--yawhite);
}

.cis .name {
    font-weight: 800;
    font-size: 18px;
}

.cis .price {
    font-size: 10px;
}

.cis .price span {
    font-size: 18px;
}

.cis .price sup {
    font-size: 14px;
}

.cis .button {
    width: 230px;
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
}

.cis .button.text-minus {
    font-size: 12px;
}

.swiper-nav {
    width: 91px;
    height: 91px;
    top: calc(50% - 45.5px);
    z-index: 10;
}

.cis-next {
    right: -60px;
}

.cis-prev {
    left: -60px;
}



/* contacts */
#yandex-map {
    height: 580px;
}

.map-plate {
    height: 445px;
    width: 580px;
    left: calc(50% - 580px);
    top: calc(50% - 225.5px);
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
}

.map-plate .title {
    font-size: 32px;
}

.map-plate .content {
    font-size: 18px;
}

.map-plate .content .phone {
    font-size: 28px;
}

.contacts .button {
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
}

.footer {
    font-size: 12px;
}

.footer .button {
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
}

.footer .title {
    font-size: 28px;
}

.footer .text {
    font-size: 14px;
}

.form-check-input:checked {
    background-color: var(--yagreen) !important;
    border-color: var(--yagreen) !important;
}

.form-check-input,
.form-check-input:focus {
    border-color: var(--yagray) !important;
    outline: 0;
    box-shadow: unset;
}

.remodal-overlay {
    background: rgba(0, 0, 0, .4);
}

.remodal-close,
.remodal-close:before {
    top: 0;
    left: unset;
    right: 0;
}

.remodal .form-control,
.remodal .button {
    height: 50px;
    border-radius: 10px;
}

.remodal label {
    font-size: 10px;
}







/* ADAPTIVE */
@media (max-width: 1399.98px) {
    .models .prev-model {
        right: calc(100% - 30px);
    }

    .models .next-model {
        left: calc(100% - 30px);
    }

    .start-quiz .title {
        font-size: 36px;
    }

    .start-quiz .text {
        font-size: 22px;
    }
}

@media (max-width: 1365.98px) {}

@media (max-width: 1199.98px) {
    .page-banner .title {
        font-size: 46px;
    }

    .page-banner .title.title-plate {
        font-size: 38px;
    }

    .bestoffer .title {
        font-size: 32px;
    }

    .models h2 {
        font-size: 44px;
    }

    .cis h2 {
        font-size: 44px;
    }

    .start-quiz .title {
        font-size: 30px;
    }

    .start-quiz .text {
        font-size: 19px;
    }

    .position-lg-absolute {
        position: inherit !important;
    }

    .map-plate {
        height: auto;
        width: unset;
        left: unset;
        top: unset;
    }
}

@media (max-width: 991.98px) {
    .menu .callback {
        width: 29px;
        height: 29px;
        border-radius: 6px;
    }

    .w-sm-100 {
        width: 100%;
    }

    .start-quiz .button {
        margin: 0 auto;
    }

    .models .tabs {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .cis .tabs {
        overflow-x: scroll;
        white-space: nowrap;
    }
}

@media (max-width: 767.98px) {
    .page-banner {
        height: 377px;
        background-position: 50% 54%;
        background-size: cover;
        background-image: url("../images/banner-m-10-25.jpg");
    }

    .page-banner .title-plate-wrap {
        padding: 4px 18px;
    }

    .page-banner .title {
        font-size: 38px;
    }

    .page-banner .title.title-plate {
        font-size: 28px;
    }

    .models h2 {
        font-size: 28px;
    }

    .cis h2 {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {}

@media (max-width: 479.98px) {

    .page-banner {
        height: 377px;
        background-position: 50% 33%;
        background-size: cover;
        background-image: url("../images/banner-m-10-25.jpg");
    }
    .page-banner .banner-img img{
        max-width: 84px;
        width: 100%;
    }
    .page-banner .text{
        font-size: 18px !important;
    }
}

@media (max-width: 413.98px) {

}

@media (max-width: 404.98px) {
    .page-banner .title {
        font-size: 34px;
    }
}

@media (max-width: 379.98px) {}

@media (max-width: 339.98px) {}

@media (min-width: 1400px) {

    .h3,
    h3 {
        font-size: 2.25rem;
    }
}

@media (min-width: 1400px) and (max-width: 1919.98px) {
    .page-banner .title {
        font-size: 64px;
    }

    .page-banner .title.title-plate {
        font-size: 48px;
    }

    .page-banner.py-xxl-5 {
        padding-top: 2.2rem !important;
        padding-bottom: 2.7rem !important;
    }
}

@media (min-width: 1920px) {
    .page-banner.py-xxl-5 {
        padding-top: 2.5rem !important;
    }
}







.cookie {
	background-color: rgba(0, 0, 0, .8);
	z-index: 1000;
	display: none;
}
@media (max-width: 991px) {
	.cookie {
		min-height: 200px;
	}
}