:root {
    --yawhite: #fff;
    --yablack: #000;
    --yared: #FF9E18;
    --yalightgray: #DCE3E5;
    --yagray: #9198A3;
    --yadarkgray: #292929;
    --yaviolet: #7E26BD;
    --yaradius24: 24px;
    --yaredhover: #FFB34A;


}

html,
body {
    height: 100%;
}

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

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

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

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

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

.c-yadarkgray {
    color: var(--yadarkgray);
    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-yared:hover {
    color: var(--yared) !important;
    transition: .2s;
}

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

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

.c-yadarkgray:hover {
    color: var(--yadarkgray);
    transition: .2s;
}

.bg-yadarkgray {
    background-color: var(--yadarkgray);
}

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

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

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

.bg-yalightgray {
    background-color: var(--yalightgray);
    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-yared:hover {
    background-color: var(--yared);
    transition: .2s;
}

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

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

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

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

.bg-a-yared:active {
    background-color: var(--yared);
    transition: .2s;
}

.bg-a-yalightgray:active {
    background-color: var(--yalightgray);
    transition: .2s;
}

.bg-a-yagray:active {
    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-yared {
    border: var(--yared) 1px solid;
    transition: .2s;
}

.b-yalightgray {
    border: var(--yalightgray) 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-yared:hover {
    border: var(--yared) 1px solid;
    transition: .2s;
}

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

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

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

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

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

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

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

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

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

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

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

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


.bg-yagradient {
      background: linear-gradient(180deg, rgba(255, 158, 26, 0.18) 18%, rgba(255, 255, 255, 1) 100%);
}
.b-yaradius24 {
    -webkit-border-top-left-radius: 24px;
    -webkit-border-top-right-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -moz-border-radius-topright: 24px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.opacity25 {
    opacity: 0.25;
}

.opacity50 {
    opacity: 0.50;
}

.cursor-pointer {
    cursor: pointer;
}


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

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

rub {
    font-family: var(--bs-body-font-family);
}

.line-height-1 {
    line-height: 1;
}


body {
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
    color: var(--yablack);
}



/* menu */
.menu {
    font-size: 14px;
}

.menu a {
    display: flex;
    color: #000;
}

.menu .menu-name {
    font-size: 16px;
}

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

.menu .button {
    height: 44px;
    font-size: 14px;
    border-radius: 8px;
}

/* banner */
.page-banner {
    min-height: 700px;
    background-position: center;
    background-size: cover;
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

.page-banner .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.page-banner .title {
    font-size: 48px;
    color: var(--yadarkgray);
    /* text-shadow: 0px 0px 14px rgba(0,0,0,0.51); */
}

.page-banner .text {
    font-size: 32px;
}

.page-banner .plate {
    font-size: 42px;
    background-color: rgba(0, 0, 0, .4);
}

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

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

.page-banner .subtitle {
    font-size: 52px;
    color: var(--yadarkgray);
}

.page-banner img {
    margin-left: -15px;
}

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

.bestoffer .form-control,
.bestoffer .button {
    height: 54px;
    border-radius: 8px;
}

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

/* models */
.models h2 {
    font-size: 36px;
}

.models .model .model-title {
    font-size: 36px;
    letter-spacing: 0.1rem;
}

.models .model .model-title span {
    font-size: 30px;
}

.models .model .model-shield {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: 2px;
}

.models .model .model-discount {
    font-size: 44px;
}

.models .model .button {
    height: 40px;
    font-size: 14px;
    border-radius: 8px;
}

.models .model .model-colors .color-item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid;
}

.models .model .color-name {
    font-size: 12px;
}

.models .model .model-image {
    top: 0;
    right: -35px;
}

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

.models .model .model-spec span {
    font-size: 14px;
}

.models .model .model-spec .icon-wrap {
    width: 33px;
    height: 33px;
    border-radius: 3.5px;
}


/* buttons */
.buttons .button {
    height: 60px;
    border-radius: 8px;
    font-size: 18px;
}

/* cis */
.cis .tabs .tabs-item {
    font-size: 28px;
    min-width: 155px;
}

.cis .tabs .tabs-item .tabs-item-bb {
    height: 4px;
    background-color: var(--yablack);
    transition: .2s;
}

.cis .tabs .tabs-item .tabs-item-name span {
    font-size: 16px;
}

.cis .tabs .tabs-item:hover .tabs-item-bb,
.cis .tabs .tabs-item.active .tabs-item-bb {
    background-color: var(--yared);
    transition: .2s;
}

.cis .tabs .tabs-item.active .tabs-item-name {
    font-weight: 700;
}

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

.cis .slider .cis-card .count {
    font-size: 8px;
    border-radius: 8px !important;
    padding: 6px 8px !important;
}

.cis .slider .cis-card .count span {
    font-size: 12px;
}

.cis .slider .cis-card .cis-card-image-shield {
    font-size: 12px;
    top: 20px;
    left: 0;
}

.cis .slider .cis-card .name {
    font-size: 18px;
}

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

.cis .slider .cis-card .cis-card-price span {
    font-size: 18px;
    padding-left: 4px;
}

.cis .slider .cis-card .cis-card-price span sup {
    font-size: 11px;
    top: -.835em;
}

.cis .slider .cis-card .button {
    height: 48px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 8px;
}

.swiper {
    width: 100%;
    height: 100%;
}

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

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

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

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -30px;
}


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

.start-quiz .text {
    font-size: 18px;
    max-width: 428px;
}

.start-quiz .button {
    height: 58px;
    font-size: 14px;
    border-radius: 8px;
}


/* 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;
}

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

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

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

.contacts .button {
    height: 40px;
    font-size: 12px;
    border-radius: 8px;
}


/* footer */
.footer {
    font-size: 12px
}

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

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

.footer .button {
    height: 40px;
    font-size: 12px;
    border-radius: 8px;
}



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

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

.alert {
    display: none;
}

.remodal .form-control,
.remodal .button {
    height: 54px;
    border-radius: 8px;
}

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

#yandex-map-wrap {
    width: 100%;
    height: 578px;
}

.alert-success,
.alert.alert-success {
    background-color: #fff !important;
    --bs-alert-bg: #fff !important;
    --bs-alert-border-color: #fff !important;
    font-weight: 400 !important;
}


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

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



/* ADAPTIVE */
@media (max-width: 1399.98px) {
    .bestoffer .title {
        font-size: 32px;
    }

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

@media (max-width: 1365.98px) {
    .bestoffer .title {
        font-size: 28px;
    }

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

    .models .model .model-title {
        font-size: 44px;
    }
}

@media (max-width: 1199.98px) {
    .models .model .model-title {
        font-size: 44px;
    }

    .models .model .model-shield {
        font-size: 16px;
        margin-bottom: 21px;
        line-height: 1;
    }

    .models .model .model-discount {
        font-size: 32px;
    }

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

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

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

@media (max-width: 991.98px) {
    .cis .tabs {
        overflow-x: scroll;
    }

    .menu .callback-button {
        width: 30px;
        height: 30px;
        border-radius: 8px;
    }

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

@media (max-width: 768.98px) {
    .logo-link {
        margin-bottom: 6px;
    }

    .page-banner {
        /*min-height: calc(100vh - 107px);*/
        background-position: center center;
        background-size: cover;
        background-image: url("../images/banner mobile.jpg");
    }

    .page-banner .container {
        padding-top: 22px;
    }

    .page-banner .title {
        font-size: 30px;
        color: var(--yawhite);
    }

    .page-banner .subtitle {
        font-size: 18px;
        color: var(--yawhite);
    }

    .page-banner .text {
        font-size: 16px;
    }

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

    .page-banner .plate span {
        font-size: 20.5px;
    }

    .page-banner .button {
        height: 45px;
        font-size: 14px;
        border-radius: 8px;
    }

    .page-banner .subtitle {
        max-height: 72px;
        line-height: 1.1;
        margin-bottom: 2px;
    }

    .page-banner .title-wrap>div {
        padding-bottom: 174px;
    }

    .page-banner img {
        width: 70%;
        margin-left: 0;
    }

    .menu .callback-button {
        width: 30px;
        height: 30px;
        border-radius: 8px;
    }

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

    .models .model .model-title {
        font-size: 27px;
    }

    .models .model .model-title span {
        font-size: 20px;
    }

    .models .model .model-shield {
        font-size: 8px;
        margin-bottom: 14px;
    }

    .models .model .model-discount {
        font-size: 24px;
    }

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

    .buttons .button {
        height: 40px;
        border-radius: 20px;
        font-size: 12px;
        border-radius: 8px;
    }

    .cis .tabs {
        overflow-x: scroll;
    }

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

    .start-quiz .text {
        font-size: 14px;
        max-width: 277px;
        margin-left: auto;
        margin-right: auto;
    }

    .models .model .model-colors .color-item {
        width: 18px;
        height: 18px;
    }

    .container.buttons .row .btn-col:nth-child(1),
    .container.buttons .row .btn-col:nth-child(3) {
        padding-right: .4rem !important;
    }

    .container.buttons .row .btn-col:nth-child(2),
    .container.buttons .row .btn-col:nth-child(4) {
        padding-left: .4rem !important;
    }

    .map-plate .title,
    .map-plate .content .phone {
        font-size: 19px;
    }

    .map-plate a,
    .map-plate .content {
        font-size: 14px;
    }

    .cis .slider .cis-card .button {
        line-height: 1.3;
        border-radius: 8px;
    }

    .bestoffer .form-control,
    .bestoffer .button,
    .start-quiz .button {
        height: 48px;
        border-radius: 8px;
    }

    .address-contact-txt {
        max-width: 245px;
    }

}

@media (max-width: 575.98px) {

    .page-banner .container {
        padding-top: 2px;
        margin-top: -9px;
    }

    .page-banner .title-wrap {
        /* margin-top: 14px; */
    }

    .models .model .model-shield.mx-3 {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }

    .menu a .menu-icon-wrap {
        display: flex;
        justify-content: center;
        width: 16px;
        margin-right: 5px;
        margin-bottom: 6px;
    }

    #yandex-map-wrap {
        height: 350px;
        padding-inline: 15px;
    }

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

}

@media (max-width: 479.98px) {
    .page-banner {
        min-height: 430px;
        background-position: center center;
        background-size: cover;
        background-image: url("../images/banner mobile.jpg");
    }

    .page-banner .title-wrap {
        /* margin-top: 9px; */
    }

    .page-banner .title-wrap>* {
        /* padding-left: 3px; */
    }

    .page-banner .title-wrap>div {
        padding-bottom: 158px;
    }

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

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

    .page-banner .plate span {
        font-size: 25px;
    }
}

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

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

    .page-banner {
        min-height: 400px;
    }

    .page-banner .title-wrap>div {
        padding-bottom: 172px;
    }
}

@media (max-width: 379.98px) {

    .page-banner {
        background-position: center;
    }

    .menu {
        font-size: 12px;
    }

    .page-banner {
        min-height: 380px;
    }

    .page-banner .title,
    .models .model .model-discount {
        font-size: 22px;
    }

    .page-banner .text,
    .model .col-lg-6 {
        font-size: 14px;
    }
}

@media (max-width: 339.98px) {

    .page-banner .title,
    .models .model .model-discount {
        font-size: 20px;
    }

    .page-banner .text,
    .model .col-lg-6 {
        font-size: 12.5px;
    }

    .menu,
    .buttons .button {
        font-size: 10px;
        border-radius: 8px;
    }

    .map-plate .title,
    .map-plate .content .phone {
        font-size: 17.5px;
    }

}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .page-banner {
        background-position: center center;
    }
}

@media (min-width: 1440px) {
    h1.title {
        /* padding-bottom: 14px; */
    }

    .page-banner .plate span.digit-price {
        font-size: 54px;
    }

    .page-banner .plate span.digit-price .fw-bold {
        font-size: 65px;
    }

    .main-btn-wrap {
        /* padding-top: 124px; */
    }
}

@media (min-width: 1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px;
    }

    .page-banner {
        background-position: center center;
    }

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

    h1.title {
        /* padding-bottom: 67px; */
    }

    .main-btn-wrap {
        /* padding-top: 215px; */
    }

    .page-banner .plate span.digit-price {
        font-size: 55px;
    }

    .page-banner .plate span.digit-price .fw-bold {
        font-size: 68px;
    }
}





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

}

.block-border h3 {
    font-size: 30px;
}

.title-block-border {
    border: 1px solid #FFC422;
    border-radius: 20px;
    padding: 6px 19px;
}

.top-left {
    position: absolute;
    top: 5px;
    left: 5px;
    border: 2px solid #FFC422;
    border-radius: 20px;
    padding: 8px 25px;
    background-color: #fff;
}
.bottom-right {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 2px solid #FFC422;
    border-radius: 25px;
    padding: 8px 25px;
    background-color: #fff;
}


.slider-desc .container,
.slider-desc img {
    border-radius: 8px !important;

}
.slider-desc .swiper-slide {
    /*max-height: 610px;*/
    padding: 16px 40px 20px 40px;
}


.slider-desc .icon-slider {
    max-width: 64px;
    width: 64px;
}


.img-overlay {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.img-overlay img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 16px;
    font-size: 14px;

}

