html {
    font-size: calc(100vw / 1920 * 10);
}

@media (max-width: 992px) {
    html {
        font-size: 10px;
    }
}

body {
    font-family: "Montserrat", Verdana;
    font-weight: 400;
    transition: all 0.2s linear !important;
    min-height: 100vh;
    font-size: 1.6rem;
    color: #000;
    background: #fff;
    height: 100%;
    min-width: 320px;
}

a,
h1,
h2,
h3,
h4,
h5,
p,
span,
button,
ul,
li {
    padding: 0;
    margin: 0;
    background: transparent;
    text-decoration: none;
    border: none;
    transition: all 0.2s linear;
}

input,
textarea,
select {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    outline: none;
    transition: all 0.2s linear;
}

.container {
    max-width: 129rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991.98px) {
    .container {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

div {
    /* transition: all 0.2s linear; */
}

path,
rect,
circle {
    transition: all 0.2s linear;
}

main {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.lock body {
    overflow: hidden;
    touch-action: none;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.wrapper>main {
    flex: 1 1 auto;
}

.wrapper>* {
    min-width: 0;
}

/* header */

.header {
    color: var(--theme-header-font-color);
    font-size: 18px;
    position: relative;
    z-index: 1000;
}

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

.header ul li {
    list-style: none;
}

.header__container {
    max-width: 1320px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.header__top {
    background-color: var(--theme-header-color);
    padding: 10px 0px;
    position: relative;
    z-index: 30;
}

.header__center {
    background-color: var(--theme-header-color);
    padding: 10px 0px;
}

.header__center a {
    color: var(--theme-header-font-color);
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .header__center {
        padding: 0;
    }
}

.header__bottom {
    background: var(--theme-color);
    );
    backdrop-filter: blur(1px);
    padding: 10px 0px;
}

@media (max-width: 991.98px) {
    .header__bottom {
        display: none;
    }
}

.header__bottom nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .header__bottom nav ul {
        flex-direction: column;
    }
}

.header__bottom nav ul li a {
    color: #fff;
    text-decoration: underline;
}

.top-header__container {
    max-width: 1320px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header__logo {
    flex: 0 0 128px;
}

@media (max-width: 991.98px) {
    .top-header__logo {
        flex: 0 0 80px;
    }
}

.top-header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top-header__title {
    font-size: 18px;
    font-family: "Ubuntu";
}

@media (max-width: 991.98px) {
    .top-header__title {
        display: none;
    }
}

.top-header__address {
    display: flex;
    align-items: center;
    font-size: 13px;
}

@media (max-width: 991.98px) {
    .top-header__address {
        display: none;
    }
}

.top-header__address svg {
    margin: 0px 10px 0px 0px;
}

.top-header__phone {
    display: flex;
    align-items: center;
    font-family: "Ubuntu";
    font-size: 20px;
}

@media (max-width: 991.98px) {
    .top-header__phone {
        font-size: 13px;
    }
}

.top-header__phone svg {
    margin: 0px 10px 0px 0px;
}

@media (max-width: 991.98px) {
    .top-header__phone svg {
        flex: 0 0 15px;
        width: 15px;
    }
}

.top-header__phone a {
    text-decoration: underline;
    color: var(--theme-header-font-color);
}

.menu {
    width: 100%;
}

.menu__body {
    width: 100%;
}

.menu__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .menu__list {
        flex-direction: column;
        align-items: flex-start;
    }
}

.menu__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991.98px) {
    .menu__item {
        padding: 15px 0px;
    }
}

.menu__btn {
    display: none;
}

@media (max-width: 991.98px) {
    .menu__btn {
        display: block;
        transition: all 0.3s ease 0s;
    }

    ._active.menu__sublist .menu__btn {
        transform: rotate(180deg);
    }
}

.menu__submenu {
    display: none;
    border-top: 1px solid #565656;
}

.menu__sublist._active .menu__submenu {
    display: block;
}

.menu__submenu li a {
    padding: 0px 0px 0px 15px;
}

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

@media (max-width: 991.98px) {
    .menu__body {
        overflow: auto;
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        opacity: 0;
        padding: 90px 0px 0px 0px;
        visibility: hidden;
        transition: all 0.3s ease 0s;
        text-align: center;
        background-color: #fff;
    }

    .menu-open .menu__body {
        opacity: 1;
        visibility: visible;
    }
}

.menu__list {
    display: flex;
}

@media (max-width: 991.98px) {
    .menu__list {
        padding: 0px 15px;
    }
}

@media (max-width: 991.98px) {
    .menu__list li {
        padding: 15px 0px;
        width: 100%;
        border-bottom: 1px solid #565656;
        text-align: left;
    }

    .menu__list li.menu__sublist {
        padding: 0;
    }
}

.menu__link {
    text-transform: uppercase;
    display: block;
}

.icon-menu {
    display: none;
}

@media (max-width: 991.98px) {
    .icon-menu {
        display: block;
        position: relative;
        width: 30px;
        height: 18px;
        cursor: pointer;
        z-index: 5;
    }

    .icon-menu span,
    .icon-menu::before,
    .icon-menu::after {
        content: "";
        transition: all 0.3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: var(--theme-color);
    }

    .icon-menu::before {
        top: 0;
    }

    .icon-menu::after {
        bottom: 0;
    }

    .icon-menu span {
        top: calc(50% - 0.0625rem);
    }

    .menu-open .icon-menu span {
        width: 0;
    }

    .menu-open .icon-menu::before {
        top: calc(50% - 0.0625rem);
        transform: rotate(-45deg);
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - 0.0625rem);
        transform: rotate(45deg);
    }
}

@media screen and (max-width: 992px) {}

/* banner */

.home_page {
    background: #f2f2f2;
}

.banner {
    position: relative;
    padding: 9.5rem 0;
    min-height: 87.5rem;
    margin-bottom: 6.5rem;
}

.banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 2.6%, rgba(0, 0, 0, 0) 9.9%, rgba(0, 0, 0, 0.37) 57.81%);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.banner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-container {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner-title {
    color: #fff;
    font-size: 6.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 2.7rem;
}

.banner-description {
    color: #fff;
    font-zsize: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 4.8rem;
    max-width: 68.1rem;
}

.banner-button {
    border-radius: 0;
    background: var(--theme-color);
    margin-bottom: 5.3rem;
    padding: 2.6rem 3.7rem;
    color: #fff;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 2.5152rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.banner-phone {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}

.banner-phone svg {
    width: 3.7rem;
    height: auto;
}

.banner-phone a {
    color: #fff;
    font-family: "Ubuntu";
    font-size: 2.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

@media screen and (max-width: 992px) {
    .banner {
        min-height: 0;
        padding: 56px 0px 77px 0px;
        margin: 0px 0px 27px 0px;
    }

    .banner-title {
        font-size: 21px;
        line-height: 1.2;
        margin: 0px 0px 20px 0px;
    }

    .banner-description {
        font-size: 14px;
        margin: 0px 0px 59px 0px;
    }

    .banner-button {
        font-size: 15px;
        padding: 16px;
    }

    .banner-phone {
        display: none;
    }
}

/* dealer */

.dealer {
    margin-bottom: 10rem;
}

.dealer-container {
    display: flex;
    flex-direction: column;
    gap: 4.7rem;
}

.dealer-name {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.title {
    color: #000;
    text-align: center;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 992px) {
    .title {
        font-size: 24px;
        line-height: 1.2;
    }
}

.dealer-description {
    color: #000;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}

.dealer-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}

.dealer-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    border-radius: 0.7rem;
    background: #fcfcfc;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
    height: 30rem;
}

.dealer-item__img {
    width: 6rem;
    height: 6rem;
    object-fit: contain;
    margin-bottom: 3rem;
}

.dealer-item__title {
    color: #0b0b0b;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.dealer-item__description {
    color: #393939;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    min-height: 6rem;
}

@media screen and (max-width: 992px) {
    .dealer-main {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .dealer-item__title {
        font-size: 14px;
    }

    .dealer-item__description {
        font-size: 14px;
        min-height: 0;
    }
}

/* cars */

.cars {
    padding-bottom: 10rem;
}

.cars-container {
    display: flex;
    flex-direction: column;
    gap: 7rem;
}

.cars-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}

@media (max-width: 992px) {
    .cars-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
}

@media (max-width: 767px) {
    .cars-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 35px;
    }
}

.cars-item {
    display: flex;
    flex-direction: column;
    padding: 2.4rem;
    border-radius: 1rem;
    background: #fcfcfc;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
}

.cars-item__top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cars-item__credit {
    color: #414141;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
}

.cars-item__credit-price {
    color: #414141;
    font-family: "Ubuntu";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    border-bottom: 0.1rem solid var(--theme-color);
    padding-bottom: 0.5rem;
}

.cars-item__aviable {
    color: #414141;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    border-bottom: 0.1rem solid var(--theme-color);
}

.cars-item-img {
    display: flex;
    width: 100%;
    height: 19rem;
}

@media (max-width: 992px) {
    .cars-item__credit {
        font-size: 14px;
        line-height: 1.2;
    }

    .cars-item__credit-price {
        font-size: 14px;
        line-height: 1.2;
    }

    .cars-item-img {
        height: 198px;
    }
}

.cars-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cars-item__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    height: 100%;
    justify-content: space-between;
}

.cars-item__title {
    color: #414141;
    text-align: center;
    /* font-family: "Ubuntu"; */
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cars-item__price {
    color: #181818;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cars-item__button {
    border-radius: 0.5rem;
    background: var(--theme-button-color);
    width: 100%;
    padding: 1.3rem 2.5rem;
    color: #FFF;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .cars-item__bottom {
        gap: 15px;
    }

    .cars-item__title {
        font-size: 20px;
    }

    .cars-item__price {
        font-size: 22px;
    }

    .cars-item__button {
        padding: 13px;
        font-size: 16px;
        line-height: 1;
    }
}

/* why */

.why {
    margin-bottom: 10rem;
}

.why-container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.why-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem;
}

.why-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.why-content ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.why-content ul li {
    color: #0b0b0b;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: -0.007rem;
    opacity: 0.9;
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.6rem;
}

.why-content ul li::before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    background-image: url("../images/li.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
}

.why-content p {
    color: #0b0b0b;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: -0.007rem;
    opacity: 0.9;
}

.why-img {
    border-radius: 0;
    height: 40.7rem;
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 992px) {
    .why {
        margin: 0px 0px 30px 0px;
    }

    .why-main {
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }

    .why-img {
        height: auto;
    }
}

/* credit */

.credit {
    margin-bottom: 10rem;
}

.credit-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.credit-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem;
}

.credit-img {
    border-radius: 0;
    height: 40.7rem;
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15);
}

.credit-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.credit-content p {
    color: #0b0b0b;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: -0.007rem;
    opacity: 0.9;
}

.credit-content ul {
    padding-left: 2.5rem;
}

.credit-content ul li {
    color: #0b0b0b;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: -0.007rem;
    opacity: 0.9;
}

.credit-content a {
    text-decoration: underline;
    color: #0b0b0b;
}

@media screen and (max-width: 992px) {
    .credit {
        margin: 0px 0px 30px 0px;
    }

    .credit-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .credit-img {
        height: auto;
    }
}

/* consult */

.consult {
    padding-bottom: 10rem;
}

.consult-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem;
}

.consult-main {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.consult-name {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.consult-title {
    color: #0b0b0b;
    font-family: "Ubuntu";
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.consult-description {
    color: #0b0b0b;
    font-family: "Ubuntu";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.45rem;
}

.consult-form,
.consult-forms .form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.consult-form input[type="text"],
.consult-forms .form input[type="text"],
.consult-form input[type="tel"],
.consult-forms .form input[type="tel"] {
    border-radius: 0.5rem;
    border: 0.1rem solid #4a4a4a;
    padding: 1.3rem 2rem;
    width: 100%;
    color: #000;
    font-family: "Ubuntu";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0.014rem;
}

.consult-form input[type="text"]::placeholder,
.consult-form input[type="tel"]::placeholder,
.consult-forms .form input[type="text"]::placeholder,
.consult-forms .form input[type="tel"]::placeholder {
    color: #525252;
}

.consult-form p,
.consult-forms .form p {
    color: #0b0b0b;
    text-align: center;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
}

.consult-main .top-header__phone a {
    color: #000;
}

.consult-main .top-header__phone svg path {
    fill: #000;
}

.consult-form p a,
.consult-forms .form p a {
    color: #e7b400;
}

.consult-form .submit,
.consult-forms .form .submit {
    border-radius: 0.5rem;
    background: var(--theme-button-color);
    color: #FFF;
    font-family: "Ubuntu";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 1.6rem;
}

.consult-contacts {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    /* max-width: 26.8rem; */
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.consult-phone {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.consult-phone svg {
    width: 2.7rem;
    height: auto;
}

.consult-phone a {
    color: #0b0b0b;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
}

.consult-address {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
}

.consult-address svg {
    width: 2.7rem;
    height: auto;
}

.consult-address p {
    color: #0b0b0b;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}

.consult-map {
    height: 66.9rem;
    width: 100%;
}

.consult-map iframe,
.consult-map .iframe {
    display: block;
    border-radius: 0.5rem;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.callback .iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.consult-map .iframe img,
.callback .iframe img {
    object-fit: cover;
    /* position: absolute; */
    object-position: center;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .catalog {
        margin: 50px 0px;
    }

    .consult-main {
        gap: 20px;
    }

    .consult-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .consult-name {
        gap: 20px;
    }

    .consult-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .consult-description {
        font-size: 14px;
        line-height: 1.2;
    }

    .consult-form,
    .consult-forms .form {
        gap: 20px;
    }

    .consult-form input,
    .consult-forms .form input {
        padding: 13px 20px;
        font-size: 14px;
        line-height: 1;
    }

    .consult-form p,
    .consult-forms .form p {
        font-size: 14px;
        line-height: 1.2;
        max-width: 100%;
    }

    .consult-form .submit,
    .consult-forms .form .submit {
        font-size: 16px;
        line-height: 1;
        padding: 16px;
    }

    .consult-contacts {
        max-width: 100%;
        gap: 20px;
    }

    .consult-phone svg {
        width: 20px;
        margin: 0px 20px 0px 0px;
    }

    .consult-phone a {
        font-size: 18px;
        line-height: 1.2;
    }

    .consult-address svg {
        width: 20px;
        margin: 0px 20px 0px 0px;
        height: auto;
    }

    .consult-address p {
        font-size: 14px;
        line-height: 1.2;
    }

    .consult-map {
        height: 262px;
        width: 100%;
    }

    .consult-map iframe {
        border-radius: 5px;
    }
}

/* footer */

.phone-fixed {
    background: #fc3;
    width: 8.4rem;
    height: 8.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: fixed;
    z-index: 9;
    bottom: 10rem;
    right: 31rem;
}

@media (max-width: 992px) {
    .phone-fixed {
        display: none;
    }
}

.phone-fixed svg {
    width: 5.8rem;
    height: auto;
}

footer {
    background: #202020;
    padding: 6rem 0;
}

.footer-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.footer-menu ul {
    max-height: 16rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem 20rem;
    flex-wrap: wrap;
}

.footer-menu li {
    list-style: none;
}

.footer-menu li a {
    color: #fff;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
}

.footer-description {
    color: rgba(255, 255, 255, 0.81);
    font-family: "Ubuntu";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
    /* max-width: 66rem;*/
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    .footer-container {
        flex-direction: column;
        gap: 39px;
    }

    .footer-menu ul {
        max-height: 100%;
        flex-wrap: nowrap;
        gap: 11px;
    }
}

/* reviews_page */

.reviews_page {
    background: #f2f2f2;
}

.reviews_lada {
    padding: 10rem 0;
}

.reviews_lada-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.title-2 {
    color: #000;
    text-align: center;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 992px) {
    .title-2 {
        font-size: 24px;
        line-height: 1.2;
    }
}

.reviews_lada-main {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    border-radius: 2.5rem;
    border: 1px solid #d8d8d8;
    background: #fff;
    padding: 5rem 3.5rem;
}

.reviews_lada-title {
    color: #000;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.reviews_lada-row {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.reviews_lada-about {
    width: 100%;
    max-width: 48rem;
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
}

.reviews_lada-about__img {
    width: 18.6rem;
    min-width: 18.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15.7rem;
    border-radius: 1rem;
    background: #f3f4f6;
}

.reviews_lada-about__img img {
    width: 12rem;
}

.reviews_lada-about__column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

.reviews_lada-about__column span {
    border-radius: 1rem;
    background: #eceef0;
    color: #000;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0.9rem 1.25rem;
}

.reviews_lada-about__column p {
    color: #000;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.reviews_lada-about__title {
    color: #000;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.reviews_lada-rating {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
    max-width: 69rem;
}

.reviews_lada-rating__row {
    display: flex;
    align-items: center;
    gap: 2.6rem;
}

.reviews_lada-rating__block {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.reviews_lada-rating__block svg {
    width: 2.3rem;
    height: auto;
}

.reviews_lada-rating__block p {
    color: #000;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.reviews_lada-rating__row>p {
    color: #000;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.reviews_lada-rating__main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

.reviews_lada-rating__item {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.reviews_lada-rating__item-name {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.reviews_lada-rating__item-name p {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.reviews_lada-rating__item-scale {
    background: #f3f4f6;
    height: 0.4rem;
    position: relative;
}

.reviews_lada-rating__item-scale::before {
    content: "";
    background: var(--theme-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 10rem;
    height: 100%;
}

.reviews_lada-rating__item:nth-child(2) .reviews_lada-rating__item-scale::before,
.reviews_lada-rating__item:nth-child(3) .reviews_lada-rating__item-scale::before {
    background: #36b555;
}

.reviews_lada-link {
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.021rem;
    background: var(--theme-button-color);
    padding: 2rem 3rem;
    margin-top: 3rem;
}

.reviews_cars .cars-item__credit {
    border-bottom: 0.1rem solid var(--theme-color);
    padding-bottom: 0.5rem;
}

.cars-item__sale {
    text-align: left;
}

@media screen and (max-width: 992px) {
    .reviews_lada {
        padding: 30px 0px;
    }

    .reviews_lada-row {
        flex-direction: column;
    }

    .reviews_lada-about {
        flex-direction: column;
        max-width: 100%;
        margin: 0px 0px 30px 0px;
    }

    .reviews_lada-rating__main {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* tradein_page */

.tradein_page {
    background: #f2f2f2;
}

.tradein {
    padding: 2rem 0;
}

.tradein-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.tradein-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem;
}

.tradein-calculator {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.tradein-calculator__form,
.tradein-calculator__forms .form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.tradein-calculator__form input[type="text"],
.tradein-calculator__forms .form input[type="text"] {
    width: 100%;
    color: #525252;
    font-family: "Ubuntu";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0.014rem;
    padding: 1.3rem 2rem;
    border-radius: 0.5rem;
    border: 1px solid #4a4a4a;
}

.tradein-calculator__form input[type="text"]::placeholder,
.tradein-calculator__forms .form input[type="text"]::placeholder {
    color: #525252;
}

.tradein-calculator__submit,
.tradein-calculator__forms .form .submit {
    border-radius: 0.5rem;
    background: var(--theme-button-color);
    color: #fff;
    font-family: "Ubuntu";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 1.6rem;
    text-align: center;
}

.tradein-content {
    padding-top: 4.5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.tradein-content p {
    color: #000;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}

.tradein-steps {
    margin-bottom: 3rem;
}

.tradein-steps__container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.tradein-steps__main {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tradein-steps__main ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.tradein-steps__main li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    color: #0b0b0b;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.007rem;
    opacity: 0.9;
}

.tradein-steps__main li::before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    background-image: url("../images/li.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
}

.tradein-steps__main p {
    color: #000;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}

@media screen and (max-width: 992px) {
    .tradein-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

/* taxi */

.taxi {
    margin: 6rem 0;
}

.taxi-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.taxi-name {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.taxi-name p {
    color: #000;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.taxi-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.taxi-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 54.5rem;
}

.taxi-block {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.taxi-block__name {
    display: flex;
    align-items: center;
    gap: 2rem;
}

@media (max-width: 992px) {
    .taxi-main {
        flex-direction: column;
    }

    .taxi-left {
        max-width: 100%;
        margin: 0px 0px 30px 0px;
    }
}

.taxi-block__name span {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    background-image: url("../images/taxi-block__name.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .taxi-block__name span {}
}

.taxi-block__name p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.taxi-block__selects {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.taxi-block__selects select {
    border-radius: 0.5rem;
    background: #dfdfdf;
    padding: 1.3rem 2rem;
    width: 100%;
    color: #525252;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0.014rem;
    cursor: pointer;
    background-image: url("../images/taxi-block__selects.svg");
    background-position: center right 2rem;
    background-repeat: no-repeat;
    background-size: 1.3rem;
}

.input-slider-block {
    display: flex;
    flex-direction: column;
}

.input-slider.ui-widget.ui-widget-content {
    border: none;
    background: transparent;
    transition: none;
}

.input-slider .ui-widget-header {
    border-radius: 0.8rem;
    background: var(--theme-color);
    transition: none;
}

.input-slider .ui-state-default {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 100%;
    border: 0.3rem solid var(--theme-color);
    background: #FFF;
    cursor: pointer;
    margin-top: -1.4rem;
    transition: none;
}

.input-slider-block input {
    border-radius: 0.5rem;
    background: #dfdfdf;
    padding: 1.3rem 2rem 2rem 2rem;
    width: 100%;
    color: #000;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0.014rem;
}

.taxi-block__selects select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.taxi-block__selects select::-ms-expand {
    display: none;
}

.taxi-right {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    width: 100%;
    max-width: 66rem;
}

.taxi-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.taxi-content h2 {
    color: #0b0b0b;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
}

@media (max-width: 992px) {
    .taxi-content h2 {
        font-size: 20px;
    }
}

.taxi-content ul,
.taxi-content ol {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 2.5rem;
    margin: 0;
}

.taxi-content li {
    color: #000;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.taxi-right .consult-map {
    height: 62.7rem;
}

@media (max-width: 992px) {
    .taxi-right .consult-map {
        height: 262px;
    }
}

.taxi-content .credit-ul {
    padding: 0;
}

.taxi-content .credit-ul li {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    position: relative;
}

.taxi-content .credit-ul li::before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    background-image: url("../images/li.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
}

@media screen and (max-width: 992px) {}

/* catalog */

.catalog {
    margin: 8rem 0 8rem;
}

.catalog-container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.catalog-name {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.catalog-name p {
    color: #000;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}

@media (max-width: 992px) {
    .catalog-container {
        gap: 88px;
    }

    .catalog-name {
        gap: 15px;
    }

    .catalog-name p {
        font-size: 16px;
        line-height: 1.2;
    }
}

.catalog-main {
    display: flex;
    flex-direction: column;
    gap: 7rem;
}

.catalog-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.catalog-column .title {
    text-align: left;
}

.catalog-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}

.catalog-items__medium {
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 992px) {
    .catalog-main {
        gap: 88px;
    }

    .catalog-column {
        gap: 56px;
    }

    .catalog-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .catalog-column .title {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .catalog-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 35px;
    }
}

/* sales */

.sales {
    margin: 7rem 0;
}

.sales-container {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.sales-name {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.sales-name p {
    color: #000;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sales-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
}

.sales-item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1.2rem;
    border-radius: 1rem;
    background: #fcfcfc;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
}

.sales-item__img {
    width: 100%;
    height: 20rem;
}

.sales-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sales-item__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.sales-item__title {
    color: #000;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sales-item__desription {
    color: #575757;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 26.1rem;
}

.sales-item__date {
    color: #848484;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sales-item__link {
    margin-top: 1.5rem;
    width: 100%;
    border-radius: 0.5rem;
    background: var(--theme-color);
    color: #FFF;
    text-align: center;
    font-family: "Ubuntu";
    padding: 1.3rem;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.special-offers {
    display: flex;
    flex-direction: column;
    gap: 8rem;
}

.special-offers__main {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.special-offers__item {
    border-radius: 0.7rem;
    background: #fcfcfc;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5rem 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.special-offers__item-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.8rem;
}

.special-offers__item-title {
    color: #000;
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.special-offers__item-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
}

.special-offers__item-price p {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.special-offers__item-price p span {
    color: #faaa00;
}

.special-offers__item-link {
    color: #181818;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0.5rem;
    background: var(--theme-color);
    padding: 1.3rem 4.4rem;
}

.special-offers__item-img {
    width: 61rem;
    height: 38.1rem;
}

.special-offers__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    .sales-container {
        gap: 20px;
    }

    .sales-main {
        gap: 13px;
        grid-template-columns: repeat(1, 1fr);
    }

    .special-offers {
        gap: 20px;
    }

    .special-offers__item {
        padding: 20px;
        flex-direction: column-reverse;
    }

    .special-offers__item-img {
        width: 100%;
        height: auto;
    }

    .special-offers__item-title {
        font-size: 20px;
    }

    .special-offers__item-price p {
        font-size: 18px;
    }
}

/* model */

.menu-model {
    background: var(--theme-color-alt);
    box-shadow: 0 0 0 1px rgba(5, 20, 31, 0.1);
}

@media (max-width: 992px) {
    .menu-model {
        display: none;
    }

    .menu-model__mobile {
        display: block;
        margin-top: 60px;
        font-size: 13px;
    }

    .menu-model__mobile .menu-model__item {
        font-size: 16px;
        font-weight: 300;
        font-size: 14px;
        height: 6.1rem;
        padding: 5px;
    }
}

.menu-model__container ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.menu-model__container li {
    display: flex;
    list-style: none;
}

.menu-model__item {
    padding: 0 1.5rem;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 7.1rem;
    color: #000;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.0606rem;
    text-transform: uppercase;
}

.menu-model li:first-child {
    max-width: 14rem;
    width: 100%;
}

.menu-model li:first-child .menu-model__item {
    max-width: 14rem;
    width: 100%;
    padding: 0;
}

.menu-model__item.active {
    background: var(--theme-color);
    color: #FFF;
}

.menu-model-mob {
    display: none;
}

@media (max-width: 992px) {
    .menu-model-mob {
        display: block;
        padding: 20px 0px 10px 0px;
        border-top: 1px solid #e7e7e7;
    }

    .menu-model-mob ul {
        display: flex;
        flex-wrap: wrap;
        gap: 2px;
    }

    .menu-model-mob .menu-model__item {
        background-color: #b9b9b9;
        padding: 20px 20px;
        max-width: 140px;
        font-size: 10px;
    }
}

.callback {
    height: 59.6rem;
    border-radius: 0.5rem;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    display: flex;
}

.callback-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.callback iframe {
    width: 100%;
    height: 100%;
}

.callback-block {
    position: absolute;
    right: 38.7rem;
    z-index: 2;
    border-radius: 2.1rem;
    background: #fff;
    box-shadow: 0px 4px 40.4px 0px rgba(0, 0, 0, 0.25);
    padding: 2.95rem 3.3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 31.4rem;
}

@media (max-width: 992px) {
    .callback-block {
        left: 0;
        right: 0;
        max-width: 281px;
        margin: 0 auto;
        padding: 29px 16px;
    }
}

.callback-title {
    color: #000;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.callback-block>span {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.callback-block>p {
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 21.4rem;
    margin: 1.5rem auto 1rem auto;
}

.callback-form,
.callback-forms .form {
    display: flex;
    flex-direction: column;
    gap: 2.1rem;
}

.callback-form input[type="text"],
.callback-forms .form input[type="text"],
.callback-forms .form input[type="tel"],
.callback-form input[type="tel"] {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.31);
    background: var(--white, #fff);
    width: 100%;
    padding: 2rem 3rem;
}

.callback-form input[type="text"]::placeholder,
.callback-forms .form input[type="text"]::placeholder,
.callback-forms .form input[type="tel"]::placeholder,
.callback-form input[type="tel"]::placeholder {
    color: #a4a4a4;
}

.callback-submit,
.callback-forms .form .submit {
    border-radius: 1rem;
    background: var(--theme-button-color);
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    padding: 2rem;
    text-align: center;
}

.callback-form p,
.callback-forms .form p {
    color: #000;
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.callback-form p a,
.callback-forms .form p a {
    font-weight: 600;
    color: #000;
}

@media screen and (max-width: 992px) {}

/* questions */

.questions {
    background: #efefef;
    padding: 5.3rem 0;
}

.questions-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.questions-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.questions-img::before {
    content: "";
    width: 53.7rem;
    height: 53.7rem;
    border-radius: 100%;
    background: var(--theme-color);
    position: absolute;
}

.questions-img img {
    position: relative;
    z-index: 2;
    width: 74.7rem;
}

.questions-main {
    width: 100%;
    max-width: 49.9rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.questions-title {
    color: var(--black, #1f1f1f);
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 6.2rem;
    margin-bottom: 1.4rem;
}

.questions-main>p {
    color: #474747;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    margin-bottom: 5.6rem;
}

.questions-main>a {
    color: #1f1f1f;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
    margin-bottom: 6rem;
}

@media (max-width: 992px) {
    .questions-container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .questions-main {
        text-align: center;
    }

    .questions-title {
        line-height: 1.2;
    }

    .questions-img {
        align-self: flex-end;
        transform: translate(100px, 0px);
    }

    .questions-img::before {
        content: "";
        width: 200px;
        height: 200px;
        border-radius: 100%;
        background: var(--theme-color);
        position: absolute;
    }

    .questions-img img {
        width: 100%;
        max-width: 300px;
    }

    .questions-main>p {
        font-size: 10px;
        margin: 0px 0px 20px 0px;
    }

    .questions-main>a {
        font-size: 15px;
        text-align: center;
        margin: 0px auto 28px auto;
    }
}

.questions-form,
.questions-forms .form {
    width: 100%;
    max-width: 44.8rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.questions-form>input[type="text"],
.questions-forms .form input[type="text"],
.questions-forms .form input[type="tel"],
.questions-form>input[type="tel"] {
    padding: 2.8rem 3rem;
    width: 100%;
    border-radius: 1rem;
    background: var(--white, #fff);
    color: var(--black, #1f1f1f);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}

.questions-form>input[type="text"]::placeholder,
.questions-forms .form input[type="text"]::placeholder,
.questions-forms .form input[type="tel"]::placeholder,
.questions-form>input[type="tel"]::placeholder {
    color: #a4a4a4;
}

.questions-form__submit,
.questions-forms .form .submit {
    padding: 2.8rem 3.4rem;
    border-radius: 1rem;
    background: var(--theme-button-color);
    color: var(--white, #fff);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
}

@media (max-width: 767px) {

    .questions-form__submit,
    .questions-forms .form .submit,
    .questions-form>input,
    .questions-forms .form input {
        padding: 15px 15px;
    }
}

.questions-checkbox {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.questions-checkbox label {
    color: #9e9e9e;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    padding-left: 3.4rem;
}

.questions-checkbox label a {
    color: #131313;
}

.questions-checkbox input[type="checkbox"]:before {
    content: "";
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.5rem;
    position: absolute;
    background-color: #fff;
    cursor: pointer;
}

.questions-checkbox input[type="checkbox"]:checked:before {
    background: transparent;
    background-image: url("../images/checkbox.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
}

ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ .questions-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}

.questions-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}

.questions-checkbox input[type="checkbox"]:checked {
    background-image: none;
}

@media screen and (max-width: 992px) {}

/* model_reviews */

.model_reviews {
    margin: 9rem 0;
}

.model_reviews-container {
    display: flex;
    flex-direction: column;
    gap: 9rem;
}

.model_reviews-main {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 5rem 7.8rem;
    border-radius: 2.5rem;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.model_reviews-main__title {
    color: #000;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_reviews-main__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.model_reviews-main__images {
    width: 100%;
    max-width: 62.9rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.model_reviews-swiper {
    width: 100%;
}

.model_reviews-swiper a {
    display: flex;
    height: 39.48rem;
}

.model_reviews-swiper a img {
    width: 100%;
    height: 100%;
    border-radius: 1.2rem;
    object-fit: cover;
}

.model_reviews-main__images .swiper-slide {
    height: auto;
}

.model_reviews-thumbs {
    width: 100%;
}

.model_reviews-thumbs img {
    width: 100%;
    height: 10.1rem;
    border-radius: 1.2rem;
    object-fit: cover;
}

.model_reviews-thumbs .swiper-slide {
    cursor: pointer;
}

.model_reviews-main__info {
    width: 100%;
    max-width: 45rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
}

.model_reviews-main__info>p {
    color: #494949;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_reviews-main__column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.model_reviews-main__info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.model_reviews-main__info-row p {
    color: #494949;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.model_reviews-main__price {
    color: var(--theme-color);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.model_reviews-main__price svg {
    width: 0.9rem;
    height: auto;
}

.model_reviews-main__button {
    margin-top: 2rem;
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.0217rem;
    border-radius: 0;
    background: var(--theme-button-color);
    padding: 1.4rem 3.8rem;
}

.model_reviews-statistics {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.model_reviews-statistics__title {
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_reviews-statistics__main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.model_reviews-statistics__grid {
    width: 100%;
    max-width: 80.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 4.5rem;
}

.model_reviews-statistics__item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.model_reviews-statistics__item p {
    color: #54616c;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_reviews-statistics__item-scale {
    position: relative;
    border-radius: 1.9rem;
    background: #d9d9d9;
    height: 2.6rem;
}

.model_reviews-statistics__item-scale::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25rem;
    height: 100%;
    border-radius: 1.9rem;
    background: var(--theme-color);
}

@media (max-width: 992px) {
    .model_reviews-statistics__item-scale {
        border-radius: 3px;
        height: 7px;
    }

    .model_reviews-statistics__item-scale::before {
        width: 85%;
        border-radius: 3px;
    }
}

.model_reviews-statistics__scale {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28.2rem;
    height: 28rem;
}

.model_reviews-statistics__scale svg {
    width: 28.2rem;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.model_reviews-statistics__scale svg path:nth-child(2) {
    fill: var(--theme-color);
}

.top-header__address svg path {
    fill: var(--theme-header-font-color);
}

.top-header__phone svg path {
    fill: var(--theme-header-font-color);
}

.model_reviews-statistics__scale p {
    color: #4f4f4f;
    font-size: 4.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    z-index: 3;
}

@media (max-width: 992px) {
    .model_reviews-statistics__scale {
        display: none;
    }
}

.model_reviews-owners {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.model_reviews-owners__title {
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.0304rem;
}

@media (max-width: 992px) {
    .model_reviews-owners {
        gap: 25px;
    }

    .model_reviews-owners__title {
        font-size: 20px;
        text-align: center;
    }
}

.model_reviews-owners__main {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    padding-bottom: 5rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.model_reviews-owners__item {
    border-radius: 1.2rem;
    background: #f7f7f7;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.model_reviews-owners__item__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .model_reviews-owners__item__main {
        flex-direction: column;
    }
}

.model_reviews-owners__item-content {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 100%;
    max-width: 84.1rem;
}

.model_reviews-owners__item-block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.model_reviews-owners__item-content span {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.model_reviews-owners__item-content p {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.model_reviews-owners__item-content h3 {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.model_reviews-owners__item-estimation {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 35.9rem;
    border-radius: 1.2rem;
    background: #fff;
    padding: 2rem;
}

.model_reviews-owners__item-estimation__name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.model_reviews-owners__item-estimation__name p {
    color: #494949;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_reviews-owners__item-estimation-stars {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.model_reviews-owners__item-estimation-star {
    width: 2rem;
    height: auto;
}

.model_reviews-owners__item-estimation-star.active path {
    fill: var(--theme-color);
}

.model_reviews-owners__item-estimation__column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.model_reviews-owners__item-estimation__item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.model_reviews-owners__item-estimation__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.model_reviews-owners__item-estimation__row p {
    color: #494949;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_reviews-owners__item-estimation__scale {
    border-radius: 1.2rem;
    background: #e4e4e4;
    position: relative;
    height: 0.4rem;
}

.model_reviews-owners__item-estimation__scale-block {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--theme-color);
    border-radius: 1.2rem;
}

@media (max-width: 992px) {
    .model_reviews-owners__item-estimation {
        padding: 0;
        border-radius: 7px;
    }

    .model_reviews-owners__item-estimation__scale::before {
        width: 80%;
        border-radius: 7px;
    }

    .model_reviews-owners__item-estimation__scale {
        height: 3px;
    }

    .model_reviews-owners__item-link {
        margin-right: 0;
    }
}

@media (max-width: 400px) {
    .model_reviews-owners__item-link {
        width: 100%;
    }
}

.model_reviews-owners__item-link {
    border-radius: 0.4rem;
    background: var(--theme-button-color);
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.0154rem;
    padding: 1.2rem 4.6rem;
    margin-right: auto;
}

.model_reviews-form {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.model_reviews-form__title {
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.1rem;
    letter-spacing: 0.03rem;
}

@media (max-width: 992px) {
    .model_reviews-form__title {
        font-size: 20px;
        text-align: center;
    }
}

.model_reviews-form__main {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    border-radius: 1.2rem;
    background: #f7f7f7;
    padding: 2rem 2rem 5rem 2rem;
}

.model_reviews-form__row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.model_reviews-forms .model_reviews-form__row {
    display: block;
}

.model_reviews-form__inputs,
.model_reviews-forms .form {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    width: 100%;
}

.model_reviews-form__input,
.model_reviews-forms .form-input {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.model_reviews-form__input label,
.model_reviews-forms .form-input label {
    color: #a7a7a7;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.0116rem;
}

.model_reviews-form__input input,
.model_reviews-forms .form-input input {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0.4rem;
    background: #fff;
    padding: 1rem;
    width: 100%;
}

.model_reviews-form__input input::placeholder,
.model_reviews-forms .form-input input::placeholder {
    color: #a7a7a7;
}

.model_reviews-form__input textarea,
.model_reviews-forms .form-input textarea {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0.4rem;
    background: #fff;
    padding: 1rem;
    width: 100%;
    height: 8rem;
    min-height: 8rem;
}

.model_reviews-form__input textarea::placeholder,
.model_reviews-forms .form-input textarea::placeholder {
    color: #a7a7a7;
}

.model_reviews-form__inputs-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
}

.model_reviews-form__column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 35rem;
    min-width: 35rem;
    border-radius: 1.2rem;
    background: #fff;
    padding: 3rem 2rem;
}

.model_reviews-form__stars-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.model_reviews-form__stars-block p {
    color: #494949;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_reviews-form__stars {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.model_reviews-form__star {
    width: 2rem;
    height: auto;
}

.model_reviews-form__buttons {
    display: flex;
    gap: 2rem;
}

.model_reviews-form__submit,
.model_reviews-forms .submit {
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.0154rem;
    border-radius: 0.4rem;
    background: var(--theme-button-color);
    padding: 1rem 1.5rem;
}

.model_reviews-forms .submit {
    width: 150px;
}

.model_reviews-form__file {
    position: relative;
}

.model_reviews-form__file input {
    position: absolute;
    visibility: hidden;
}

.model_reviews-form__file label {
    color: #535667;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 0;
    background: #dde1ec;
    padding: 1rem 2.5rem;
    cursor: pointer;
}

.model_reviews-form__file label svg {
    width: 1.7rem;
    height: auto;
}

.model_reviews-other {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.model_reviews-other__name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.model_reviews-other__title {
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.0308rem;
}

.model_reviews-other__buttons {
    display: flex;
    gap: 0.5rem;
}

.model_reviews-other__buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 5.4rem;
    height: 5.4rem;
    border: 1px solid #d9dcdc;
}

.model_reviews-other__buttons button svg {
    width: 1.5rem;
    height: auto;
}

.model_reviews-other__swiper {
    width: 100%;
}

.model_reviews-other__swiper .swiper-slide {
    height: auto;
    padding-bottom: 1rem;
}

.model_reviews-other__item {
    border-radius: 3.8rem;
    background: #f7f7f7;
    box-shadow: 0px 1.724px 3.448px 0px rgba(0, 0, 0, 0.14);
    padding: 2.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.model_reviews-other__item-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5rem;
    border-bottom: 0.1rem solid rgba(166, 173, 181, 0.46);
}

.model_reviews-other__item-title {
    display: flex;
    flex-direction: column;
}

.model_reviews-other__item-title a {
    color: #000;
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_reviews-other__item-title p {
    color: #737992;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.model_reviews-other__item-stars {
    display: flex;
    flex-direction: column;
}

.model_reviews-other__item-stars p {
    color: #737992;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.model_reviews-other__item-stars-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.model_reviews-other__item-stars-row .model_reviews-form__star path {
    fill: #bfbfbf;
}

.model_reviews-other__item-stars-row .model_reviews-form__star.active path {
    fill: var(--theme-color);
}

.model_reviews-other__item-content {
    display: flex;
    flex-direction: column;
}

.model_reviews-other__item-content p {
    color: #000;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.model_reviews-other__item-button {
    border-radius: 2rem;
    background: var(--theme-button-color);
    margin-top: auto;
    padding: 1.2rem 4.3rem;
    margin-right: auto;
    color: #FFF;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.model_reviews-other__main {
    position: relative;
}

.model_reviews-other__main::before {
    content: "";
    background: linear-gradient(270deg, #fff 14.89%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    width: 17rem;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

@media (max-width: 992px) {
    .model_reviews {
        margin: 30px 0px;
    }

    .model_reviews-container {
        gap: 40px;
    }

    .model_reviews-main__price {
        font-size: 10px;
    }

    .model_reviews-main__info>p {
        font-size: 10px;
    }

    .model_reviews-main__info-row p {
        font-size: 10px;
    }

    .model_reviews-main {
        padding: 20px 29px 12px 29px;
        gap: 15px;
    }

    .model_reviews-main__button {
        font-size: 10px;
        width: 100%;
        text-align: center;
    }

    .model_reviews-thumbs img {
        height: 32px;
        border-radius: 8px;
    }

    .model_reviews-main__row {
        flex-direction: column;
        gap: 10px;
    }

    .model_reviews-main__title {
        text-align: center;
        font-size: 20px;
    }

    .model_reviews-main__images {
        max-width: 100%;
    }

    .model_reviews-swiper a {
        height: 130px;
    }

    .model_reviews-main__info {
        gap: 14px;
    }

    .model_reviews-form__row {
        flex-direction: column;
    }

    .model_reviews-form__column {
        width: 100%;
        min-width: 0;
        padding: 20px;
    }

    .model_reviews-form__inputs-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .model_reviews-form__buttons {
        flex-direction: column;
    }
}

/* model */

.model {
    margin: 6rem 0;
}

.model-container {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

@media (max-width: 992px) {
    .model-container {
        gap: 20px;
    }
}

.model-main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

.model-about {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 40rem;
    position: relative;
    z-index: 3;
}

@media (max-width: 992px) {
    .model-main {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .model-about {
        max-width: 100%;
    }
}

.model-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 0.7rem;
}

.model-tag-aviable {

    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 1.5rem;

    padding: 0.8rem 1.5rem;
}

.model-tag-new {
    color: #333;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 1.5rem;
    background: #f7f7f7;
    padding: 0.8rem 1.5rem;
}

.model-name {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}

.model-title {
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 992px) {
    .model-title {
        font-size: 20px;
    }
}

.model-description {
    color: #000;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.048rem;
}

.model-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 3.6rem;
}

.model-oldprice {
    color: rgba(0, 0, 0, 0.56);
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.084rem;
    text-decoration: line-through;
}

.model-newprice {
    color: #000;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model-creditprice {
    color: #898686;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 129.9%;
    letter-spacing: 0.073rem;
}

@media (max-width: 992px) {
    .model-newprice {
        font-size: 26px;
    }

    .model-oldprice {
        font-size: 15px;
    }
}

.model-color {
    display: flex;
    flex-direction: column;
    margin-bottom: 3.6rem;
    gap: 1.5rem;
}

.model-color p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.model-color__row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.model-color__block {
    position: relative;
}

.model-color__block input {
    position: absolute;
    visibility: hidden;
}

.model-color__block label {
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.8rem;
    background: #f0f0f0;
    transition: 0.3s all;
}

.model-color__block input:checked+label {
    background: #b2b2b2;
}

.model-color__label {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0.4rem;
}

.model-specifications {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 32rem;
}

.model-specifications__item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.model-specifications__item img {
    width: 3rem;
    min-width: 3rem;
}

.model-specifications__column {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.model-specifications__column span {
    color: #a6adb5;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.model-specifications__column p {
    color: #010101;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.model-img {
    position: absolute;
    bottom: 2rem;
    width: 61rem;
    height: 37rem;
    left: 32.5rem;
}

@media (max-width: 992px) {
    .model-img {
        position: relative;
        left: auto;
        width: 100%;
        height: auto;
        bottom: 0;
    }

    .model-specifications__column p {
        font-size: 12px;
    }
}

.model-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.model-img-colors {
    display: none;
}

.model-img-colors.active {
    display: block;
}

.model-img__block {
    position: absolute;
    width: 29rem;
    height: 6.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
    background-image: url("../images/model-img__block.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.model-img__block p {
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.model-img__block span {
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .model-img__block {
        width: 219px;
        height: 56px;
    }

    .model-img__block p {
        font-size: 10.5px;
    }

    .model-img__block span {
        font-size: 14.42px;
    }

}

.model-prices {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    width: 100%;
    max-width: 33rem;
    padding-bottom: 4.6rem;
}

@media (max-width: 992px) {
    .model-prices {
        padding-bottom: 0;
    }
}

.model-buttons {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}

.model-button {
    border-radius: 0;
    background: var(--theme-button-color);
    color: #FFF;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
    padding: 2rem;
}

.model-button-2 {
    border-radius: 0;
    background: none;
    color: #000;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: 0.14rem;
    text-transform: var(--button-transform);
    padding: 2rem;
    border: 1px solid #000;
}

.model-prices__column {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 1.8rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.model-prices__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.model-prices__row span {
    color: #666;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.7rem;
}

.model-prices__row p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.7rem;
}

.model-prices__link {
    color: var(--theme-color);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.model-prices__link svg {
    width: 0.8rem;
    height: auto;
}

.model-prices__link svg path {
    fill: var(--theme-color);
}

.phone-fixed {
    background: var(--theme-button-color);
}

.model-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.8rem;
    padding-top: 5.8rem;
    border-top: 0.1rem solid #e7e7e7;
}

.model-images__item {
    display: flex;
    height: 18.8rem;
}

.model-images__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

@media screen and (max-width: 992px) {
    .model-images {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding-top: 30px;
    }
}

@media (max-width: 400px) {
    .model-images__item {
        height: 75px;
    }
}

/* model_colors */

.model_colors {
    background: #f7f7f7;
    padding: 9rem 0;
}

.model_colors-container {
    display: flex;
    flex-direction: column;
    gap: 5.5rem;
}

.model_colors-title {
    color: #0b0b0b;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 992px) {
    .model {
        margin: 30px 0px 30px 0px;
    }

    .model_colors-title {
        font-size: 20px;
        text-align: center;
    }
}

.model_colors-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.7rem 2rem;
}

@media (max-width: 992px) {
    .model_colors {
        padding: 30px 0px;
    }

    .model_colors-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .model_colors-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

.model_colors-item {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 2.6rem;
    background: #fff;
    box-shadow: 0px 1.24px 2.48px 0px rgba(0, 0, 0, 0.14);
    padding: 1.5rem;
    height: 34rem;
}

.model_colors-item__name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.2rem;
}

.model_colors-item-title {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_colors-item-aviable {
    color: #fc3;
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 1.5rem;
    border: 0.1rem solid #fc3;
    background: #fff;
    padding: 0.5rem;
}

.model_colors-item-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 22.6rem;
    height: 24.1rem;
    object-fit: contain;
}

.model_colors-item-price {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 7rem;
    position: relative;
    z-index: 2;
    background: #FFF;
    margin-right: auto;
}

.model_colors-item-price p {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_colors-item-price span {
    color: #737992;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.model_colors-item-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
    align-items: flex-start;
    position: relative;
    z-index: 3;
}

.model_colors-item-info p {
    color: #333;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 0.8rem;
}

.model_colors-item-info span {
    color: #333;
    text-align: center;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0.5rem;
    border-radius: 1.6rem;
    border: 1px solid var(--theme-color);
    background: #fbfbfb;
}

.model_colors-item-credit {
    background: var(--theme-button-color);
    color: #FFF;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1rem 4rem;
    margin-right: auto;
    margin-top: auto;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 992px) {}

/* model_aviable */

.model_aviable {
    margin-bottom: 9rem;
}

.model_aviable-container {
    display: flex;
    flex-direction: column;
    gap: 5.5rem;
}

.model_aviable-title {
    color: #0b0b0b;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_aviable-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.7rem 2rem;
}

@media screen and (max-width: 992px) {
    .model_aviable-title {
        font-size: 20px;
        text-align: center;
    }

    .model_aviable-main {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .model_aviable-main {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* model_terms */

.model_terms {
    background: #1c1c1c;
    padding: 9rem 0;
    margin-bottom: 9rem;
}

.model_terms-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .model_terms-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 28px;
    }
}

.model_terms-main {
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 62rem;
}

.model_terms-span {
    border-radius: 100%;
    width: 3.1rem;
    height: 3.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #fc3;
}

.model_terms-title {
    color: #fff;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 46.6rem;
    margin-bottom: 1.8rem;
}

.model_terms-description {
    color: #fff;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 992px) {
    .model_terms {
        padding: 30px 0px;
    }

    .model_terms-span {
        margin: 0px auto 20px auto;
    }

    .model_terms-title {
        font-size: 20px;
    }

    .model_terms-description {
        font-size: 12px;
        line-height: 1.2;
    }
}

.model_terms-docs {
    width: 100%;
    max-width: 40.1rem;
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
    border-radius: 1.5rem;
    background: #f6f6f6;
    padding: 4.8rem 6.3rem;
}

@media (max-width: 767px) {
    .model_terms-docs {
        padding: 20px 40px 33px 40px;
    }
}

.model_terms-docs__title {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_terms-docs__column {
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
}

.model_terms-docs__row {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.model_terms-docs__row img {
    width: 2rem;
    min-width: 2rem;
}

.model_terms-docs__row p {
    color: #2a2c2e;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 992px) {}

@media (max-width: 767px) {
    .model_terms-docs__row p {
        text-align: left;
    }
}

/* model_content */

.model_content {
    margin-bottom: 9rem;
}

.model_content-container {
    display: flex;
    flex-direction: column;
    gap: 8rem;
}

.model_content-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7rem;
}

@media (max-width: 767px) {
    .model_content-row {
        grid-template-columns: repeat(1, 1fr);
    }
}

.model_content-row img {
    width: 100%;
    height: 40.4rem;
    border-radius: 1rem;
    object-fit: cover;
}

.model_content-row:nth-child(2n) .model_content-block {
    order: 2;
}

.model_content-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.model_content-block h2 {
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_content-block p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.model_content-row-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.6rem;
}

.model_content-block-2 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (max-width: 767px) {
    .model_content-row-2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.model_content-block-2 img {
    height: 26.3rem;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.model_content-block-2 h2 {
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_content-block-2 p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 992px) {}

/* model_faq */

.model_faq {
    margin-bottom: 9rem;
}

.model_faq-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
}

@media (max-width: 992px) {
    .model_faq-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

.model_faq-main {
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
}

.model_faq-title {
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 47.2rem;
}

@media (max-width: 992px) {
    .model_faq-title {
        font-size: 20px;
    }
}

.model_faq-main img {
    width: 54.7rem;
}

.model_faq-main p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 42.2rem;
}

@media (max-width: 767px) {
    .model_faq-main img {
        width: 100%;
    }
}

.model_faq-column {
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
}

.model_faq-item {
    display: flex;
    flex-direction: column;
    border-radius: 0.8rem;
    background: linear-gradient(90deg, var(--theme-color) 0%, #415a76 100%);
}

.model_faq-button {
    color: #FFF;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 5rem;
}

@media (max-width: 767px) {
    .model_faq-button {
        padding: 25px 20px;
    }
}

.model_faq-icon {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    transition: 0.3s all;
}

.model_faq-icon svg {
    width: 2.5rem;
    height: auto;
}

.model_faq-content {
    position: relative;
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0 5rem;
}

.model_faq-content p {
    color: #FFF;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.model_faq-item.active .model_faq-content {
    margin-bottom: 3rem;
}

.model_faq-item.active .model_faq-icon {
    transform: rotate(180deg);
}

@media screen and (max-width: 992px) {}

/* model_images */

.model_images {
    background: #f7f7f7;
    padding: 9rem 0;
}

.model_images-container {
    display: flex;
    flex-direction: column;
    gap: 6.5rem;
}

.model_images-item {
    display: flex;
    flex-direction: column;
    gap: 6.5rem;
}

.model_images-title {
    color: #0b0b0b;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width: 992px) {
    .model_images-container {
        gap: 40px;
    }

    .model_images-title {
        font-size: 20px;
        text-align: center;
    }

    .model_images-item {
        gap: 30px;
    }
}

/* model_steps */

.model_steps {
    margin-bottom: 9rem;
}

.model_steps-container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

@media (max-width: 767px) {
    .model_steps-container {
        gap: 30px;
    }
}

.model_steps-title {
    color: #0b0b0b;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_steps-main {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

@media (max-width: 767px) {
    .model_steps-title {
        font-size: 20px;
        text-align: center;
    }

    .model_steps-main {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.model_steps-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    padding: 0 2rem 2rem 2rem;
    border-radius: 0;
    background: #fcfcfc;
    box-shadow: 0px 4.159px 9.981px 0px rgba(0, 0, 0, 0.1);
}

.model_steps-item img {
    width: 8.8rem;
}

.model_steps-item span {
    color: #181818;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.model_steps-item p {
    color: #393939;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

@media screen and (max-width: 992px) {
    .model_steps-item span {
        font-size: 16px;
        line-height: 1.2;
    }
}

/* model_why */

.model_why {
    margin-bottom: 14rem;
    padding: 4rem 0 5rem 0;
    background: #1c1c1c;
    position: relative;
}

.model_why-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.model_why-name {
    padding-top: 5.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    width: 100%;
    max-width: 46.6rem;
}

.model_why-title {
    color: #fff;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_why-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
    max-width: 82rem;
}

.model_why-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.model_why-item {
    border-radius: 1.5rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 2.2rem 3.1rem;
}

.model_why-item span {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_why-item p {
    color: #2a2c2e;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.model_why-img {
    position: absolute;
    left: 15.4rem;
    bottom: -2.9rem;
    width: 59rem;
}

@media screen and (max-width: 992px) {
    .model_why-img {
        display: none;
    }

    .model_why-container {
        flex-direction: column;
    }

    .model_why-name {
        padding-top: 0;
        margin: 0 auto 30px auto;
        text-align: center;
    }

    .model_why-title {
        font-size: 20px;
        text-align: center;
        margin: 0px auto 20px auto;
    }

    .model_why-item {
        padding: 20px;
    }

    .model_why-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .model_why-item span {
        font-size: 15px;
    }
}

/* model_creditprogramms */

.model_creditprogramms {
    margin-bottom: 16rem;
    position: relative;
}

.model_creditprogramms-container {
    display: flex;
}

.model_creditprogramms-main {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    width: 100%;
    max-width: 63.7rem;
}

.model_creditprogramms-main p {
    color: #66727d;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.model_creditprogramms-title {
    color: #0b0b0b;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_creditprogramms-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 85rem;
    height: 77rem;
}

@media (max-width: 992px) {
    .model_creditprogramms-main p {
        font-size: 13px;
    }

    .model_creditprogramms {
        margin: 0px 0px 40px 0px;
    }

    .model_creditprogramms-img {
        display: none;
    }

    .model_creditprogramms-main {
        max-width: 100%;
    }
}

.model_creditprogramms-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.model_creditprogramms-img::before {
    content: "";
    width: 50.5rem;
    height: 50.5rem;
    position: absolute;
    right: -19rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: var(--theme-color);
    border-radius: 100%;
}

@media screen and (max-width: 992px) {}

/* model_remaining */

.model_remaining {
    margin-bottom: 9rem;
}

.model_remaining-container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.model_remaining-name {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.model_remaining-title {
    color: #0b0b0b;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_remaining-description {
    color: rgba(0, 0, 0, 0.71);
    max-width: 110rem;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.model_remaining-main {
    display: flex;
    flex-direction: column;
    gap: 9rem;
}

.model_remaining-main .model_aviable-container {
    padding-top: 5.5rem;
    border-top: 0.1rem solid #e7e7e7;
}

@media screen and (max-width: 992px) {}

/* model_taxi */

.model_taxi {
    margin-bottom: 19rem;
}

.model_taxi-container {
    display: flex;
    flex-direction: column;
}

.model_taxi-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    padding-left: 11.5rem;
    padding-bottom: 13rem;
}

.model_taxi-item__number {
    color: #000;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.98rem;
    background-image: url("../images/model_taxi-item__number.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 7.8rem;
    height: 7.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}

.model_taxi-item__title {
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 1.5rem;
}

.model_taxi-item__select {
    display: flex;
    width: 58rem;
    position: relative;
    flex-direction: column;
}

.model_taxi-item__select label {
    position: absolute;
    left: 3.5rem;
    top: 1.3rem;
    color: #7c7c7c;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.98rem;
}

.model_taxi-item__select select {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 1.2rem;
    background: #eef1f6;
    width: 100%;
    height: 7.8rem;
    padding: 2rem 3.5rem 0 3.5rem;
    cursor: pointer;
    background-image: url("../images/taxi-block__selects.svg");
    background-position: center right 2rem;
    background-repeat: no-repeat;
    background-size: 1.3rem;
}

@media (max-width: 767px) {
    .model_taxi-item__select label {
        top: 1px;
        left: 10px;
        font-size: 10px;
        line-height: 1;
    }

    .model_taxi-item__select select {
        padding: 5px 10px;
        font-size: 14px;
        height: 44px;
        line-height: 1;
    }
}

.model_taxi-item__select select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.model_taxi-item__select select::-ms-expand {
    display: none;
}

.model_taxi-item__select input {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #eef1f6;
    width: 100%;
    height: 7.8rem;
    padding: 2rem 3.5rem 0 3.5rem;
    border-radius: 1.2rem;
}

@media (max-width: 992px) {
    .model_taxi-item__select input {
        padding: 25px 11px 20px 11px;
        height: 45px;
    }
}

.model_taxi-item__info {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    gap: 7rem;
}

.model_taxi-item__info-main {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.model_taxi-item__prices {
    display: flex;
    align-items: center;
    gap: 6.9rem;
}

.model_taxi-item__price {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

.model_taxi-item__price p {
    color: #a7a7a7;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.model_taxi-item__price p b {
    color: #00bc35;
    font-weight: 500;
}

.model_taxi-item__price span {
    color: #3f4349;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_taxi-item__oldprice span {
    color: #b6b6b6;
    font-size: 2.7rem;
    font-weight: 400;
    text-decoration: line-through;
}

.model_taxi-item__info-img {
    width: 65rem;
}

@media (max-width: 992px) {
    .model_taxi-item__info-img {
        display: none;
    }

    .model_taxi-item__price {
        gap: 10px;
    }

    .model_taxi-item__price p {
        font-size: 10px;
    }

    .model_taxi-item__price span {
        font-size: 20px;
    }

    .model_taxi-item__oldprice span {
        font-size: 20px;
    }
}

.model_taxi-row {
    display: flex;
    gap: 1.4rem;
    margin-bottom: 6rem;
}

.model_taxi-item__select_bottom {
    width: 22.5rem;
    height: 4.4rem;
    background-image: url("../images/model_taxi-item__select_bottom.svg");
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -2.9rem;
    left: 0;
}

.model_taxi-item:nth-child(2) .model_taxi-item__select {
    width: 40.5rem;
}

@media (max-width: 767px) {
    .model_taxi-item:nth-child(2) .model_taxi-item__select {
        width: 100%;
    }

    .model_taxi-row {
        flex-direction: column;
        gap: 25px;
        margin: 0px 0px 25px 0px;
        width: 100%;
    }

    .model_taxi-item__select_bottom {
        height: 20px;
        bottom: -10px;
        background-size: contain;
        background-position: left;
    }

    .model_taxi-item {
        padding-left: 0;
        padding-bottom: 30px;
    }

    .model_taxi-item::before {
        display: none;
    }

    .model_taxi-item__number {
        display: none;
    }

    .model_taxi-item__title {
        font-size: 20px;
        padding: 0;
    }
}

.model_taxi-img2 {
    position: absolute;
    right: 0;
    bottom: -6rem;
    width: 70.1rem;
    height: 42.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 992px) {
    .model_taxi-img2 {
        display: none;
    }
}

.model_taxi-img2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 3;
}

.model_taxi-img2::before {
    content: "";
    width: 50.5rem;
    height: 50.5rem;
    border-radius: 100%;
    position: absolute;
    background: var(--theme-color);
}

.model_taxi-item:last-child {
    padding-bottom: 0;
}

.model_taxi-item>p {
    color: #474747;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    max-width: 49.9rem;
}

.model_taxi-item>a {
    color: var(--black, #1f1f1f);
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
    margin: 3rem 0;
}

@media (max-width: 767px) {
    .model_taxi-item>a {
        font-size: 13px;
    }

    .model_taxi {
        margin: 0px 0px 30px 0px;
    }
}

.model_taxi-item::before {
    content: "";
    position: absolute;
    height: calc(100% - 8rem);
    width: 0.1rem;
    background: #e7a94e;
    left: 4rem;
    top: 7.8rem;
}

.model_taxi-item:last-child::before {
    display: none;
}

@media screen and (max-width: 992px) {}

/* model_sales */

.model_sales {
    margin-bottom: 9rem;
}

.model_sales-container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.model_sales-name {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 5rem;
    border-bottom: 0.1rem solid #e7e7e7;
}

.model_sales-title {
    color: #0b0b0b;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_sales-description {
    color: rgba(0, 0, 0, 0.71);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.model_sales-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.model_sales-item {
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
}

.model_sales-item__img {
    width: 100%;
    height: 22.8rem;
    display: flex;
}

.model_sales-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.model_sales-item__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    height: 100%;
    justify-content: space-between;
}

.model_sales-item__title {
    color: #000;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_sales-item__description {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
}

.model_sales-item__link {
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 0.5rem;
    background: var(--theme-button-color);
    padding: 1.3rem 2.5rem;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .model_sales-title {
        font-size: 20px;
    }

    .model_sales-description {
        font-size: 18px;
    }

    .model_sales-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

/* model_offers */

.model_offers {
    margin-bottom: 9rem;
}

.model_offers-container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.model_offers-title {
    color: #0b0b0b;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
}

.model_offers-main {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.model_offers-item {
    border-radius: 3.8rem;
    border: 1px solid #f2f2f2;
    background: #fff;
    box-shadow: 0px 0.659px 1.319px 0px rgba(0, 0, 0, 0.14);
    height: 43rem;
    display: flex;
    gap: 6rem;
    position: relative;
    padding: 8rem;
    overflow: hidden;
}

.model_offers-item__main {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 40rem;
    width: 100%;
}

.model_offers-item__main>p {
    color: #000;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.048rem;
    margin: 1rem 0 4rem 0;
}

.model_offers-item__title {
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_offers-item__link {
    border-radius: 1.7rem;
    background: #fc3;
    color: #000;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
    padding: 2rem 7rem;
}

.model_offers-item__prices {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 33rem;
}

.model_offers-item__prices-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.model_offers-item__prices-row span {
    color: #666;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_offers-item__prices-row p {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_offers-item__img {
    position: absolute;
    right: 0;
    bottom: 3rem;
    width: 43.2rem;
    height: 31.1rem;
}

.model_offers-item__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 3;
}

.model_offers-item__img::before {
    content: "";
    border-radius: 41.097rem;
    background: var(--theme-color);
    width: 41.097rem;
    height: 41.097rem;
    position: absolute;
    right: -18.7rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

@media screen and (max-width: 992px) {
    .model_offers-item__title {
        font-size: 20px;
    }

    .model_offers-title {
        font-size: 20px;
        text-align: center;
    }

    .model_offers-item {
        flex-direction: column;
        height: auto;
        padding: 20px 20px 185px 20px;
    }

    .model_offers-item__img {
        width: 200px;
        bottom: 0;
        height: auto;
    }

    .model_offers-item__prices-row span {
        font-size: 10px;
    }

    .model_offers-item__prices-row p {
        font-size: 10px;
    }

    .model_offers-item__img::before {
        border-radius: 50%;
        width: 200px;
        height: 200px;
        right: -30px;
        top: 0;
        bottom: 0;
    }

    .model_offers-item__img img {
        object-fit: contain;
    }

    .model_offers-item__link {
        font-size: 12px;
        padding: 20px;
        text-align: center;
    }
}

/* model_tabs */

.model_tabs {
    padding: 30px 0px;
}

.model_tabs-container {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.model_tabs-row {
    display: flex;
    gap: 10rem;
    border-bottom: 0.2rem solid rgba(0, 0, 0, 0.14);
}

@media (max-width: 992px) {
    .model_tabs-row {
        flex-direction: column;
        gap: 10px;
    }
}

.model_tab {
    color: rgba(0, 0, 0, 0.5);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    padding-bottom: 3.4rem;
    border-bottom: 0.2rem solid transparent;
    margin-bottom: -0.2rem;
}

.model_tab.active {
    border-color: var(--theme-color);
    color: #000;
}

.model_tabs-content {
    display: none;
}

.model_tabs-content.active {
    display: block;
}

.model_tabs-main {
    display: flex;
    flex-direction: column;
    gap: 9rem;
}

.model_tabs-prices {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.model_tabs-prices__name {
    display: flex;
    gap: 47rem;
}

.model_tabs-prices__name p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
}

.model_tabs-prices__main {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

.model_tabs-prices__item {
    margin-bottom: 2.2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    background: transparent;
}

.model_tabs-prices__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1rem;
    background: rgba(0, 0, 0, 0.14);
    bottom: -2.2rem;
    left: 0;
}

.model_tabs-prices__item-button {
    display: flex;
    align-items: center;
}

.model_tabs-prices__item-button>svg {
    width: 1.8rem;
    min-width: 1.8rem;
    height: auto;
    margin-right: 1.5rem;
    transition: 0.3s all;
}

.model_tabs-prices__item-button>p {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    max-width: 56rem;
    text-align: left;
}

.model_tabs-prices__item-price {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.model_tabs-prices__item-oldprice {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
    width: 16rem;
    text-align: left;
}

.model_tabs-prices__item-newprice {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 16rem;
    text-align: left;
}

.model_tabs-prices__item-credit {
    border-radius: 0;
    background: var(--theme-button-color);
    color: #FFF;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 1.5rem 3.2rem;
    margin-left: auto;
}

.model_tabs-prices__item-content {
    max-height: 0;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 6rem;
    padding: 0 3.2rem;
}

.model_tabs-prices__item-content-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.model_tabs-prices__item-content-block>p {
    color: rgba(0, 0, 0, 0.68);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_tabs-prices__item-content-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.model_tabs-prices__item-content-row img {
    width: 2.4rem;
    min-width: 2.4rem;
}

.model_tabs-prices__item-content-row p {
    color: #000;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.model_tabs-programms {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.5rem;
}

@media (max-width: 992px) {
    .model_tabs-programms {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .model_tab {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .model_tabs-programms {
        grid-template-columns: repeat(1, 1fr);
    }
}

.model_tabs-programms-item {
    padding: 2rem 4rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    border-radius: 0.5rem;
    border: 1px solid #d9d9d9;
    background: #fff;
    cursor: pointer;
}

.model_tabs-programms-item input[type="checkbox"]:before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    position: absolute;
    border: 0.1rem solid var(--theme-color);
    cursor: pointer;
    margin-top: -1.5rem;
}

.model_tabs-programms-item input[type="checkbox"]:checked:before {
    background: transparent;
    background-image: url("../images/model_tabs-programms-item.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    border-color: transparent;
}

.model_tabs-programms-item input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}

.model_tabs-programms-item input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}

.model_tabs-programms-item input[type="checkbox"]:checked {
    background-image: none;
}

.model_tabs-programms-item>p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.model_tabs-programms-item__name {
    display: flex;
    align-items: center;
    gap: 1.7rem;
}

.model_tabs-programms-item__name img {
    width: 3rem;
    min-width: 3rem;
}

.model_tabs-programms-item__name p {
    color: #000;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 3rem;
}

.model_tabs-specifications {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.model_tabs-specifications-title {
    color: #000;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
}

.model_tabs-specifications-main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    overflow: auto;
    max-height: 63rem;
}

.model_tabs-specifications-main::-webkit-scrollbar {
    width: 1.7rem;
}

.model_tabs-specifications-main::-webkit-scrollbar-track {
    background: transparent;
}

.model_tabs-specifications-main::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 3.7rem;
}

.model_tabs-specifications-name {
    background: #f4f4f4;
    padding: 2rem 1.5rem;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 9;
}

.model_tabs-specifications-name p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    width: 100%;
    text-align: center;
}

.model_tabs-specifications-name p:first-child {
    text-align: left;
}

.model_tabs-specifications-row {
    background: #f4f4f4;
    padding: 2rem 1.5rem;
    display: flex;
}

.model_tabs-specifications-row-2 {
    background: #e6e6e6;
}

.model_tabs-specifications-row p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    width: 100%;
    text-align: center;
}

.model_tabs-specifications-row-2 p {
    color: #000;
}

@media (max-width: 992px) {

    .model_tabs-specifications-name,
    .model_tabs-specifications-row {
        width: 770px;
    }
}

.model_tabs-specifications-row p:first-child {
    text-align: left;
}

.model_tabs-comparison {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: 76rem;
}

.model_tabs-comparison::-webkit-scrollbar {
    width: 1.7rem;
}

.model_tabs-comparison::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 3.7rem;
}

.model_tabs-comparison::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 3.7rem;
}

.model_tabs-comparison-name {
    display: flex;
    background: #f7f7f7;
    padding: 1.5rem 2rem;
    position: sticky;
    top: 0;
    z-index: 9;
}

.model_tabs-comparison-name p {
    width: 100%;
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
}

.model_tabs-comparison-name p:first-child {
    font-weight: 500;
}

.model_tabs-comparison-row {
    padding: 2rem 1.5rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
    display: flex;
}

.model_tabs-comparison-row-2 {
    background: rgba(0, 0, 0, 0.1);
}

.model_tabs-comparison-row p {
    width: 100%;
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    word-break: break-all;
}

.model_tabs-comparison-row p span {
    text-decoration: line-through;
    font-weight: 400;
}

.model_tabs-comparison-row-item {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding-left: 2%;
    align-items: center;
}

.model_tabs-comparison-row-item::before {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 100%;
    background: #d9d9d9;
}

.model_tabs-comparison-row-item.active::before {
    background: var(--theme-color);
}

.model_tabs-prices__item.active {
    border-radius: 1rem;
    background: #f4f4f4;
}

.model_tabs-prices__item.active .model_tabs-prices__item-button {
    padding: 2rem 0;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.model_tabs-prices__item.active .model_tabs-prices__item-content {
    margin: 1.5rem 0 3rem 0;
}

.model_tabs-prices__item.active .model_tabs-prices__item-button>svg {
    transform: rotate(180deg);
}

@media screen and (max-width: 992px) {}

@media (max-width: 992px) {
    .model_tabs-comparison {}

    .model_tabs-comparison-name,
    .model_tabs-comparison-row {
        width: 770px;
    }

    .model_tabs-prices__item-content {
        grid-template-columns: repeat(1, 1fr);
    }

    .model_tabs-prices__name {
        display: none;
    }

    .model_tabs-prices__item-price {
        flex-direction: column-reverse;
    }

    .model_tabs-prices__item-newprice,
    .model_tabs-prices__item-oldprice,
    .model_tabs-prices__item-button>p {
        font-size: 10px;
        width: auto;
        margin: 0px 10px 0px 0px;
    }

    .model_tabs-prices__item-credit {
        font-size: 10px;
        padding: 7px;
        max-width: 97px;
    }
}

/* model_differences */

.model_differences {
    margin-bottom: 9rem;
}

.model_differences-container {
    display: flex;
    flex-direction: column;
    gap: 6.3rem;
}

.model_differences-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.model_differences-title {
    color: #0b0b0b;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_differences-buttons {
    display: flex;
    gap: 2rem;
}

@media (max-width: 992px) {
    .model_differences-title {
        font-size: 22px;
    }

    .model_differences-name {
        flex-direction: column;
        gap: 30px;
    }
}

.model_differences-buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.7rem;
    border: 1px solid #d9dcdc;
    width: 5.4rem;
    height: 5.4rem;
}

.model_differences-buttons button svg {
    width: 1.5rem;
    height: auto;
}

.model_differences_swiper {
    width: 100%;
}

.model_differences_swiper .swiper-slide {
    height: auto;
}

@media screen and (max-width: 992px) {}

/* model_configurator */

.model_configurator {
    background-image: url("../images/model_configurator.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7rem 0;
}

.model_configurator-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.model_configurator-title {
    color: #fff;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_configurator-block {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    align-items: flex-start;
}

.model_configurator-block>p {
    color: #fff;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8rem;
}

.model_configurator-inputs {
    display: flex;
    border-radius: 2rem;
    border: 1px solid rgba(217, 220, 220, 0.3);
}

.model_configurator-input {
    position: relative;
}

.model_configurator-input input {
    position: absolute;
    visibility: hidden;
}

.model_configurator-input label {
    color: #fff;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 1rem 1.4rem;
    cursor: pointer;
    transition: 0.3s all;
    text-align: center;
    border-radius: 1.7rem;
    min-width: 9rem;
}

.model_configurator-input input:checked+label {
    background: #fff;
    color: #4c5865;
}

.model_configurator-container>span {
    color: #00bc35;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 1.2rem;
    background: #fff;
    padding: 0.5rem 0.8rem;
    margin-right: auto;
}

.model_configurator-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.model_configurator-item {
    position: relative;
    display: none;
}

.model_configurator-srav {
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    border: 1px solid #FFF;
    width: 29.4rem;
    padding: 2.2rem;
}

.popup-configurator__main {
    width: 100%;
    max-width: 102rem;
    background: #FFF;
    position: relative;
    z-index: 2;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3rem;
}

.popup-configurator__main>h2 {
    color: #fff;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.model_tabs-comparison-row-itemconfigurator {
    display: none;
    width: 100%;
}

.model_configurator-item label>span {
    color: #00BC35;
    font-size: 1.2461rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5689rem;
    padding: 1.0102rem 3.667rem 1.01rem 3.6669rem;
    border-radius: 4.4rem;
    border: 1px solid #00BC35;
    margin-left: auto;
}

.model_configurator-item.active {
    display: block;
}

.model_configurator-item input {
    position: absolute;
    visibility: hidden;
}

.model_configurator-item label {
    cursor: pointer;
    border-radius: 0.3rem;
    background: rgba(34, 31, 32, 0.95);
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    transition: 0.3s all;
}

.model_configurator-item__checkbox {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 100%;
    border: 0.1rem solid #e3e3e3;
    margin-right: 1.3rem;
}

.model_configurator-item__title {
    color: #fff;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    width: 100%;
    max-width: 33rem;
}

@media (max-width: 767px) {
    .model_configurator-title {
        font-size: 20px;
    }

    .model_configurator-block>p {
        font-size: 15px;
    }
}

.model_configurator-item__prices {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.4rem;
}

.model_configurator-item__prices p {
    color: #fff;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
}

.model_configurator-item__prices span {
    color: #fff;
    text-align: right;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
}

@media (max-width: 992px) {
    .model_configurator-item__title {
        font-size: 10px;
        max-width: 150px;
    }

    .model_configurator-item__prices {
        font-size: 12px;
    }

    .model_configurator-item__prices p {
        font-size: 12px;
    }
}

.model_configurator-item__buttons {
    display: flex;
    gap: 2rem;
    margin-left: auto;
}

.model_configurator-item__buttons-mob {
    display: none;
    flex-direction: column;
    gap: 22px;
}

@media (max-width: 992px) {
    .model_configurator-item__buttons {
        display: none;
    }

    .model_configurator-item__buttons-mob {
        display: flex;
    }
}

.model_configurator-item-button {
    border-radius: 4.4rem;
    border: 1px solid var(--theme-color);
    padding: 1.5rem 6rem;
    color: var(--theme-color);
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.model_configurator-item-button2 {
    background: var(--theme-color-alt);
    padding: 1.6rem 2.6rem;
    color: var(--theme-color);
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.model_configurator-item input:checked+label {
    opacity: 0.7;
}

.model_configurator-item input:checked+label .model_configurator-item__checkbox {
    background-image: url("../images/model_configurator-item__checkbox.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 992px) {}

/* popup */

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.popup-fon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup-main {
    position: relative;
    margin: auto;
    z-index: 2;
    background: #FFF;
    border-radius: 2.1rem;
    width: 100%;
    max-width: 70rem;
    padding: 8rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    overflow: hidden;
}

.popup-title {
    color: #000;
    text-align: center;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    max-width: 100%;
    margin: 0 auto;
}

.popup-text {
    text-align: center;
    font-size: 20px;
}

@media (min-width: 768px) {
    .popup-title {
        font-size: 4.8rem;
        line-height: 6.9rem;
    }

    .popup-main {
        padding: 8rem;
    }

    .popup-main::before {
        content: '';
        position: absolute;
        background: var(--theme-color);
        width: 24.5rem;
        height: 24.5rem;
        border-radius: 100%;
        bottom: -8.8rem;
        left: -10.6rem;
    }

    .popup-main::after {
        content: '';
        position: absolute;
        background: var(--theme-color);
        width: 24.5rem;
        height: 24.5rem;
        border-radius: 100%;
        top: 20.6rem;
        right: -17.9rem;
    }
}

.popup-title::before {
    /* content: ''; */
    background-image: url('../images/popup.svg');
    width: 55.1rem;
    height: 13.4rem;
    position: absolute;
    top: 3rem;
    left: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.popup-close {
    display: flex;
    position: absolute;
    top: 3rem;
    right: 3rem;
}

.popup-close svg {
    width: 3.4rem;
    height: auto;
}

.popup-form,
.popup-forms form {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    width: 100%;
    max-width: 45rem;
    margin: 0 auto;
}

.popup-input,
.popup-forms .form-input {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.form-captcha {
    display: flex !important;
    flex-direction: row !important;
}

.popup-input label,
.popup-forms .form-input label {
    color: rgba(0, 0, 0, 0.70);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9rem;
}

.popup-input input[type="text"],
.popup-forms .form-input input[type="tel"],
.popup-forms .form-input input[type="text"] {
    background: #F6F6F6;
    border-radius: 1.5rem;
    padding: 1.5rem 2rem;
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
}

.popup-input input[type="text"]::placeholder,
.popup-forms .form-input input[type="text"]::placeholder {
    color: #000;
}

.popup-submit,
.popup-forms .submit {
    /* border-radius: 8.7rem; */
    background: var(--theme-button-color);
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.9rem;
    letter-spacing: 0.1665rem;
    padding: 2.5rem;
}

@media screen and (max-width: 992px) {}

/* configuration_differences */

.configuration_differences {
    margin: 9rem 0;
}

.configuration_differences-container {
    display: flex;
    flex-direction: column;
    gap: 5.5rem;
}

.configuration_differences-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.configuration_differences-name h2 {
    color: #0B0B0B;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.configuration_differences-buttons {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.configuration_differences-buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 100%;
    border: 0.1rem solid #D9DCDC;
}

.configuration_differences-buttons button svg {
    width: 1.5rem;
    height: auto;
}

.configuration_differences-swiper {
    width: 100%;
}

.configuration_differences-swiper .swiper-slide {
    height: auto;
    padding: 1rem 0.5rem;
}

.configuration_differences-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 2.5rem 1.3rem;
    border-radius: 2.6789rem;
    background: #FFF;
    box-shadow: 0px 1.24px 2.48px 0px rgba(0, 0, 0, 0.14);
}

.configuration_differences-img {
    display: flex;
    height: 20rem;
    width: 100%;
    margin-bottom: 1rem;
}

.configuration_differences-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.configuration_differences-aviable {
    color: var(--theme-color);
    text-align: center;
    font-size: 1.2337rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3383rem;
    border-radius: 1.6729rem;
    border: 1.239px solid var(--theme-color);
    background: #FFF;
    padding: 1rem;
    margin-bottom: 2rem;
}

.configuration_differences-slide__title {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.7905rem;
    margin-bottom: 1rem;
}

.configuration_differences-prices {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.configuration_differences-prices p {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.7905rem;
}

.configuration_differences-prices span {
    color: #737992;
    font-size: 1.3604rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6743rem;
}

.configuration_differences-bottom {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 2rem;
    width: 100%;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.20);
}

.configuration_differences-link {
    background: var(--theme-button-color);
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1.8rem;
}

.configuration_differences-chars {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    overflow-y: auto;
    max-height: 27rem;
}

@media screen and (max-width: 992px) {}

/* page404 */

.page404 {
    background-image: url("../images/10592.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 9rem 0;
}

.page404::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.page404-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page404-container h2 {
    color: #FFF;
    text-align: center;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.page404-container p {
    color: #FFF;
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
}

.page404-container a {
    border-radius: 0.5rem;
    background: var(--theme-color);
    width: 32.6rem;
    height: 5.6rem;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #181818;
    text-align: center;
    font-family: Ubuntu;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.page404-img {
    position: relative;
}

.page404-img h1 {
    color: var(--white, #FFF);
    text-align: center;
    font-size: 38.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    font-family: Roboto;
}

.page404-img img {
    width: 20.2rem;
    position: absolute;
    bottom: 14.7rem;
    left: 29rem;
}

@media screen and (max-width: 992px) {
    .page404 {
        padding: 3rem 0;
    }

    .page404-container h2 {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }

    .page404-container p {
        font-size: 1.4rem;
    }

    .page404-container a {
        width: 100%;
        height: 5.6rem;
    }

    .page404-img h1 {
        font-size: 17.1rem;
    }

    .page404-img img {
        width: 9.4rem;
        bottom: 6.7rem;
        left: 13.2rem;
    }

    .model-tags {
        display: none;
    }

    .model-specifications {
        display: none;
    }

    .model-color {
        margin-bottom: 0;
    }

    header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    main {
        padding-top: 65px;
    }

    .catalog {
        margin-top: 0;
    }

    .model_tabs-comparison::-webkit-scrollbar {
        width: 1rem;
    }
}

/* model_desc_eq */

.model_desc_eq {
    background: #181818;
    padding: 3rem 0 7rem 0;
}

.model_desc_eq-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.model_desc_eq-container>h2 {
    color: #FFF;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 6.72rem;
}

.model_desc_eq-chars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5rem;
}

.model_desc_eq .model_tabs-prices__item-content-block>p {
    color: #FFF;
}

.model_desc_eq .model_tabs-prices__item-content-row p {
    color: #FFF;
}

.alert p {
    margin: 0 !important;
}

.form-input .hidden {
    display: none !important;
}

@media screen and (max-width: 992px) {
    .model_desc_eq {
        padding: 4rem 0;
    }

    .model_desc_eq-container {
        gap: 2rem;
    }

    .model_desc_eq-container>h2 {
        font-size: 2.2rem;
        line-height: 3rem;
    }

    .model_desc_eq-chars {
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }

    .model_configurator-item label>span {
        display: none;
    }

    .model_configurator-item-button {
        display: none;
    }

    .model_configurator-srav {
        width: 100%;
    }

    .model_configurator-item__prices {
        margin-left: auto;
    }

    .configuration_differences-name {
        flex-direction: column;
        gap: 28px;
    }

    .configuration_differences-name h2 {
        font-size: 20px;
        text-align: center;
        max-width: 170px;
    }

    .model_tabs-prices__item-newprice,
    .model_tabs-prices__item-oldprice,
    .model_tabs-prices__item-button>p {
        font-size: 14px;
        width: auto;
        margin: 0px 10px 0px 0px;
    }

    .model_tabs-prices__item-button>p {
        width: 100%;
        max-width: 110px;
    }

    .model_tabs-prices__item-price {
        gap: 0px;
        margin-left: auto;
    }
}

.model_taxi .questions-form>input[type="text"],
.model_taxi .questions-forms .form input[type="text"],
.model_taxi .questions-forms .form input[type="tel"],
.model_taxi .questions-form>input[type="tel"] {
    border: 1px solid #acacac;
}

.model_colors-item-wrapper {
    display: flex;
    flex-direction: column;
}

.available__models .model_aviable-container {
    padding-top: 0;
}

.available__models .model_remaining {
    margin-bottom: 5rem;
}

.menu__catalog-moble {
    display: none;
}
.menu-item__parent a {
    display: block;
}
.header__menu ul li.menu-item__parent:after {
    content: '';
    position: absolute;
    top: 17px;
    right: 10px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.0.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 21px;
    height: 20px;
}

.header__menu ul li.menu-item__parent {
    position: relative;
}

@media screen and (max-width: 992px) {
    .active .menu__catalog-moble {
        display: block;
        margin: 20px 0;
        transition: max-height 0.5s ease;
    }

    .menu__catalog-moble .catalog-items {
        grid-template-columns: repeat(2, 2fr);
        gap: 15px;
    }

    .menu__catalog-moble .cars-item__bottom {
        height: auto;
    }

    .menu__catalog-moble .cars-item-img {
        height: auto;
    }
}

/* header */

@media screen and (max-width: 992px) {}

/* header */

@media screen and (max-width: 992px) {}

/* header */

@media screen and (max-width: 992px) {}

/* header */

@media screen and (max-width: 992px) {}

/* header */

@media screen and (max-width: 992px) {}

/* header */

@media screen and (max-width: 992px) {}

/* header */

@media screen and (max-width: 992px) {}

/* header */

@media screen and (max-width: 992px) {}

/* header */

@media screen and (max-width: 992px) {}

/* header */

@media screen and (max-width: 992px) {}

/* header */

@media screen and (max-width: 992px) {}

/* header */

@media screen and (max-width: 992px) {}

/* header */

@media screen and (max-width: 992px) {}

/* header */

@media screen and (max-width: 992px) {}

/* header */

@media screen and (max-width: 992px) {}

/* header */

@media screen and (max-width: 992px) {}