.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 10rem;
    width: 100%;
    background-color: var(--headerBg);
    opacity: 0;
    max-height: 0;
    -webkit-transform: translateY(-10rem);
        -ms-transform: translateY(-10rem);
            transform: translateY(-10rem);
    overflow: hidden;
    -webkit-transition: opacity 1.8s ease, max-height 0.9s ease, -webkit-transform 0.6s ease;
    transition: opacity 1.8s ease, max-height 0.9s ease, -webkit-transform 0.6s ease;
    -o-transition: opacity 1.8s ease, transform 0.6s ease, max-height 0.9s ease;
    transition: opacity 1.8s ease, transform 0.6s ease, max-height 0.9s ease;
    transition: opacity 1.8s ease, transform 0.6s ease, max-height 0.9s ease, -webkit-transform 0.6s ease;
}

.header.visible {
    opacity: 1;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    overflow: unset;
    height: 100%;

}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - (20rem * 2));
    padding-top: 21px;
    padding-bottom: 21px;
    height: 100%;
}

.header__logo-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 3rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

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

.header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
}

.header__info-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
}

.header__info-salon {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #262626;
    margin-top: 0;
    margin-bottom: 4px;

}

.header__info-phone__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
height: 100%;

}

.header__info-phone__inner svg {
    width: 2.4rem;
    height: 2.4rem;
    -o-object-fit: contain;
       object-fit: contain;
}

.header__info-phone {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 100%;
    color: #262626;
    text-decoration: none;
}

.header__info-address__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.header__info-address__inner svg {
    width: 2.4rem;
    height: 2.4rem;
    -o-object-fit: contain;
       object-fit: contain;
}

.header__info-address {

    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #262626;
    margin: 0;
}

.chat__inner {
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 5rem 0 2rem;
    position: relative;
    background-image: url("../img/chat-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 576px) {
    .chat__inner {
        background-image: url("../img/chat-bg-mob.webp");
        background-size: cover;
    }
    .option-card-text.option-card-text-undecided span.option-label{
        padding: 15px 0 !important;
        text-align: center;
        width: 100%;
    }
    .option-card-text.option-card-text-undecided {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }
}

.chat__title {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 120%;
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
    opacity: 0;
    -webkit-transform: translateY(2rem);
        -ms-transform: translateY(2rem);
            transform: translateY(2rem);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    -o-transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.chat__title.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.chat__stocks {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 110%;
    color: #fff;
    text-align: center;
    background-color: var(--primary);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1rem;
    border-radius: .7rem;
    padding: 0.5rem 0.7rem;
    opacity: 0;
    -webkit-transform: translateY(2rem);
        -ms-transform: translateY(2rem);
            transform: translateY(2rem);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    -o-transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.chat__stocks br {
    display: none;
}

.chat__stocks.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.chat__subtitle {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 120%;
    text-align: center;
    color: #fff;
    margin-bottom: 3rem;
    opacity: 0;
    -webkit-transform: translateY(2rem);
        -ms-transform: translateY(2rem);
            transform: translateY(2rem);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    -o-transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.chat__subtitle ul {
    list-style-type: none;
}

.chat__subtitle ul li {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 120%;
}

.chat__subtitle span {
    color: var(--primary);
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 120%;
}

.chat__subtitle.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 4rem 4rem;
    overflow: hidden;
    width: 97.6rem;
    margin: auto;
    /*border-width: 1px;
    border-style: solid;
    border-color: #00000066;*/
    -webkit-box-shadow: 0px 4px 4px 0px #00000021;
            box-shadow: 0px 4px 4px 0px #00000021;

}

.chat {
    opacity: 0;
    -webkit-transform: translateY(2rem);
        -ms-transform: translateY(2rem);
            transform: translateY(2rem);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    -o-transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.chat.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.chat__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 2rem;
    padding: 2rem 6.2rem;
    height: 17rem;
    background-color: var(--primary);
    border-radius: 4rem 4rem 0 0;
    -webkit-box-shadow: 0px 4px 4px 0px #00000021;
            box-shadow: 0px 4px 4px 0px #00000021;
    z-index: 1;
    position: relative;
}

.chat__header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.chat__header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 1rem;
     width: calc((100% / 3) - (1rem * 3));
    /* max-width: 22.2rem; */
}

/*.chat__header-item:first-child {
    width: 190px;
}
.chat__header-item:nth-child(2) {
    width: 222px;
}
.chat__header-item:nth-child(3) {
    width: 185px;
}
.chat__header-item:nth-child(4) {
    width: 170px;
}
.chat__header-item:nth-child(5) {
    width: 166px;
}*/

.chat__header-item svg {
    min-width: 5.5rem;
    width: 5.5rem;
    max-width: 5.5rem;
    min-height: 5.5rem;
    height: 5.5rem;
    max-height: 5.5rem;
    -o-object-fit: contain;
       object-fit: contain;
}

.chat__header-item span {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 100%;
    color: #fff;
}

/* .chat__body {
    background-color: var(--chatBg);
} */

.chat__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    background-color: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    border-radius: 0 0 3rem 3rem;
}

#chat {
    min-height: 48.4vh;
    width: 100%;
    padding: 4rem 4rem 4rem 20.4rem;
    background-color: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.chat__btn-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 1rem;
    margin-top: 3rem;
    width: 100%;
}

.chat__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    grid-gap: .6rem;
    height: 6rem;
    padding: 2rem;
    border-radius: 1rem;
    background-color: var(--primary);
    color: white;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.chat__btn:not(.chat__btn[disabled]):hover {
    background-color: #54585A;
}

.chat__btn[disabled] {
    opacity: 0;
    background-color: #54585A;
    pointer-events: none;
    cursor: default;
}

.user-message-question-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
}

@media screen and (max-width: 576px){
    .chat__btn.chat__btn__choise{
        width: 100%;
    }
}

.chat__btn.previous-stage {
    opacity: .5;
}

.chat__btn.skip-btn.previous-stage {
    background-color: #fff;
    color: #54585A;
    opacity: .5;
}

.message {
    font-size: 1.6rem;
    line-height: 110%;
    border-radius: 2rem;
    padding: 2rem;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 63.9rem;
}

.message:not(.typing) {
    -webkit-box-shadow: 0px 0px 7px 0px #0000001A;
            box-shadow: 0px 0px 7px 0px #0000001A;
}

.message.typing {
    color: #000;
}

.bot-message {
    margin: 0 0 2rem;
    opacity: 0;
    -webkit-box-shadow: 0 .3rem 1rem rgba(38, 36, 60, 0.07);
            box-shadow: 0 .3rem 1rem rgba(38, 36, 60, 0.07);
    -webkit-animation: fadeIn 1s forwards;
            animation: fadeIn 1s forwards;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    color: #000;
}

.skip-message {
    margin-top: 2rem;
}

.error-message:not(.form .error-message ) {
    margin-top: 2rem;
    color: var(--primary);
}

.form .error-message {
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
    color: var(--primary);
    margin-bottom: 2rem;
}

@media (max-width: 576px) {
    .form .error-message {
        font-size: 1.4rem;
        margin-bottom: .5rem;
    }
}

.empty-message {
    display: none;
}

.user-message {
    background-color: var(--primary);
    text-align: right;
    color: #fff;
    margin: 2rem 0 2rem auto !important;
}

.user-message * {
    color: initial;
}

.user-message-question{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.operator-avatar {
    width: 8.8rem;
    height: 8.8rem;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 50%;
    position: absolute;
    left: calc(-20.4rem + 8.8rem);
    top: calc(50% - 4.4rem);
}

.question-message {
    margin-bottom: 2rem;

    font-weight: 500;
    font-size: 1.8rem;
    line-height: 110%;
    color: #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

/* width */
#chat::-webkit-scrollbar {
    width: .7rem;
}

/* Track */
#chat::-webkit-scrollbar-track {
    background: #fff;
    border-left: 1px solid #aaaaaa60;
}

/* Handle */
#chat::-webkit-scrollbar-thumb {
    background: #aaaaaa;
    cursor: pointer;
    border-radius: .25rem;
}

/* Handle on hover */
#chat::-webkit-scrollbar-thumb:hover {
    background: #222;
}

.options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-animation: fadeIn 1s forwards 0.5s;
            animation: fadeIn 1s forwards 0.5s;
}

.options:not(.options.options-texts) {
    grid-gap: 2rem;
}

.options.options-texts {
    grid-gap: 1rem;
}

.options:not(.options-images) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.options.options-images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: calc(27.3rem * 2 + 2rem);
}

/* .option-card {

} */

.option-card label {
    cursor: pointer;
}

.option-card input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
}

/* .option-card input[type="checkbox"] {
} */

.option-card-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 27.3rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #F3F3F3;
    color: #000;
    opacity: 0;
    border-radius: 1.5rem;
    -webkit-animation: fadeIn 1s forwards;
            animation: fadeIn 1s forwards;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
    overflow: hidden;
}

.option-card-image img {
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}

.option-card:not(.option-card-image):has(input:checked) {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
}

.option-card.option-card-image:has(input:checked),
.option-card.option-card-image:hover {
    border: 3px solid var(--primary);
}

.option-card.option-card-image:has(input:checked) img,
.option-card.option-card-image:hover img {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
}

.option-card.disabled {
    pointer-events: none;
    cursor: default;
}

.option-card-image img {
    width: 100%;
    border-radius: 1.5rem 1.5rem 0 0;
    -o-object-fit: cover;
       object-fit: cover;
}

.option-card-image .option-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #EEEEEE;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 110%;
    color: #000000;
    border-radius: 0 0 1.5rem 1.5rem;
    padding: 1.5rem 0;
}

.option-card-image .option-benefit {
    background-color: var(--primary);
    text-align: center;
    padding: 9px 0;

    font-weight: 500;
    font-size: 18px;
    line-height: 110.00000000000001%;
    color: #fff;


}


.options-texts {
    color: #000;
    opacity: 0;
    -webkit-animation: fadeIn 1s forwards;
            animation: fadeIn 1s forwards;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}

.option-card-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 1rem;
}

.option-card-text.option-card-text-undecided{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    grid-gap: 1rem;
    width: 100%;
}

.option-card-text.option-card-text-undecided span.option-label{
    padding: 15px 67px;
    border: 1px solid var(--primary);
    border-radius: 15px;
    background-color: transparent;
    color: var(--primary);
    cursor: pointer;
    -webkit-transition: background-color .3s ease, color .7s ease;
    -o-transition: background-color .3s ease, color .7s ease;
    transition: background-color .3s ease, color .7s ease;
}
.option-card-text.option-card-text-undecided span.option-label:hover{
    background-color: var(--primary);
    color: #fff;
}

.option-card-text input[type="checkbox"] {
    margin-right: 1rem;
}

.option-card-text input[type="checkbox"] + label {
    font-size: 1.4rem;
    font-weight: 400;
}

/* .option__input-inner {

} */

.option__input-inner .option__input {
    border: 1px solid #000000;
    width: 37.4rem;
    height: 5rem;
    outline: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 2rem;
    background-color: #fff;
    color: #000000;

    font-weight: 400;
    font-size: 1.8rem;
    line-height: 110%;
    padding: 1.6rem;
}

.option__input-inner .option__input::-webkit-input-placeholder {
    color: #0000004D;
}

.option__input-inner .option__input::-moz-placeholder {
    color: #0000004D;
}

.option__input-inner .option__input:-ms-input-placeholder {
    color: #0000004D;
}

.option__input-inner .option__input::-ms-input-placeholder {
    color: #0000004D;
}

.option__input-inner .option__input::placeholder {
    color: #0000004D;
}

@-webkit-keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/*.option-card {
    transform: scale(1);
}*/

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 1rem;
    width: 48.3rem;
    background-color: #fff;
    border-radius: 2rem;
    padding: 2rem;
    -webkit-box-shadow: 0px 0px 7px 0px #0000001A;
            box-shadow: 0px 0px 7px 0px #0000001A;

}

.form__title {
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 110%;
    color: #000;
}

.form__title.no-margin {
    margin-bottom: 0;
}

.form__item {
    width: 100%;
    height: 5rem;
}

.form__item input {
    border: 1px solid #F3F3F3;
    width: 100%;
    height: 100%;
    outline: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 1rem;
    padding: 1.4rem 2rem;
    background-color: #F3F3F3;
    color: #000;

    font-weight: 400;
    font-size: 1.6rem;
    line-height: 110;
}

.form__item input::-webkit-input-placeholder {
    color: #0000004D;
}

.form__item input::-moz-placeholder {
    color: #0000004D;
}

.form__item input:-ms-input-placeholder {
    color: #0000004D;
}

.form__item input::-ms-input-placeholder {
    color: #0000004D;
}

.form__item input::placeholder {
    color: #0000004D;
}

.form__item input:hover,
.form__item input:focus {
    border-color: var(--primary);
}

.form__btn-inner .form__btn {
    background-color: var(--primary);
    width: 100%;
}

.form__btn-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    grid-gap: 1rem;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + .custom-checkbox {
    position: relative;
    width: 1.9rem;
    height: 1.9rem;
    border: 1px solid #000;
    border-radius: .4rem;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

input[type="checkbox"]:checked + .custom-checkbox {
    background-color: white;
    border-color: var(--primary);
}

input[type="checkbox"]:checked + .custom-checkbox::after {
    content: '✔';
    position: absolute;
    top: 0;
    left: .2rem;
    color: var(--primary);
    font-size: 1.6rem;
    line-height: 1.6rem;
}

input[type="checkbox"]:hover + .custom-checkbox {
    border-color: var(--primary);
}

.info-block__title {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 110%;
    color: #000;
    margin-bottom: 1rem;
}

.info-block__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
}

.info-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 1rem;
}

.info-block__item svg {
    min-width: 3.4rem;
    width: 3.4rem;
    max-width: 3.4rem;
    min-height: 3.4rem;
    height: 3.4rem;
    max-height: 3.4rem;
}

.info-block__item span {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 110%;
    color: #000;
}

@media (min-width: 1281px) and (max-width: 1680px) {
    .header__inner {
        width: calc(100% - (5rem * 2));
    }
}
@media screen and (max-width: 620px){
    .chat__header{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex ;
    }

    .chat__header-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 1rem;
    }

    .chat__header-item {
        width: 235px !important;
    }
}
@media screen and (max-width: 577px){
    .chat__title {
        display: none;
    }
}
@media screen and (max-width: 714px){
    .header__inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .header__info-inner{
        margin-top: 20px; 
    }
}

@media (min-width: 577px) and (max-width: 1280px) {
    .container {
        width: calc(100% - (1.5rem * 2));
    }

    .header__inner {
        width: calc(100% - (1.5rem * 2));
    }

    .header__logo-inner {
        grid-gap: 1.5rem;
    }

    .header__logo--haval {
        width: 12.5rem;
        height: 3rem;
    }

    .header__logo--avtoruss {
        width: 16rem;
        height: 3rem;
    }

    .header__info-address {
        font-size: 1.4rem;
    }

    .header__info-phone {
        font-size: 1.6rem;
    }

    .chat__title {
        z-index: 2;
        position: relative;
        font-size: 2.4rem;
    }

    .chat__stocks {
        z-index: 2;
        position: relative;
        font-size: 3rem;
    }

    .chat__subtitle {
        z-index: 2;
        position: relative;
    }

    .chat {
        z-index: 2;
        position: relative;
        width: calc(100% - 3rem);
    }

    .chat__header {
        grid-gap: 1.4rem;
        padding: 1rem 2rem;
    }

    #chat {
        z-index: 2;
        position: relative;
        background-color: rgba(255, 255, 255, .33);
        min-height: 66vh;
        padding: 3rem 3rem 3rem 12.9rem;
    }

    .option-card-image {
        width: calc(50% - 1rem);
    }
}

@media (max-width: 576px) {
    .container {
        width: calc(100% - (1rem * 2));
    }

    .chat__footer {
        border-radius: 0 0 1.5rem 1.5rem;
        background: white;
        margin-bottom: 1rem;
    }

    .header {
        height: 13.6rem;
    }

    .header__info-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .header__inner{
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .header__info{
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .header__info-inner{
        gap: 20px;
    }

    

    
    .header__inner {
        width: calc(100% - (1.5rem * 2));
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .header__logo-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-gap: .5rem;
        margin-bottom: 1rem;
    }

    .header__logo--haval {
        width: 17.9rem;
    }

    .header__logo--avtoruss {
        width: 18rem;
        height: 3.56rem;
    }

    .header__info-phone {
        text-align: center;
        font-size: 1.4rem;
    }

    .header__info-phone__inner {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        grid-gap: .6rem;
    }

    .header__info-phone__inner svg path {
        stroke: var(--primary);
    }

    .header__info-address {
        font-size: 1.2rem;
    }

    .header__info-address__inner {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        grid-gap: .6rem;
    }

    .header__info-address__inner svg path {
        stroke: var(--primary);
    }

    .chat {
        width: calc(100% - (1rem * 2));
        z-index: 2;
        position: relative;
        padding: 0;
        border-radius: 0;
    }

    .chat__inner {
        padding: 1.677rem 0 0;
        position: relative;
    }

    .chat__title {
        font-size: 1.4rem;
        width: 66.666%;
        font-weight: 500;
        margin: 0 auto 1rem;
        z-index: 2;
        position: relative;
    }

    .chat__stocks {
        width: 100%;
        font-size: 2.2rem;
        margin-bottom: 1rem;
        z-index: 2;
        position: relative;
        border-radius: .5rem;
        padding: .2rem .8rem .4rem .8rem;
    }

    .chat__stocks br {
        display: block;
    }

    .chat__subtitle {
        font-size: 1.4rem;
        margin-bottom: 2rem;
        z-index: 2;
        position: relative;
        text-align: left;
    }

    .chat__subtitle ul {
        padding-left: 2rem;
    }

    .chat__subtitle ul li {
        font-size: 1.4rem;
        text-align: center;
    }

    .chat__subtitle ul li span {
        font-size: 1.4rem;
    }

    .chat__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-gap: 1rem;
        height: auto;
        padding: 1.5rem;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }

    .chat__header-item {
        width: 100%;
    }

    .chat__header-item svg {
        min-width: 4rem;
        width: 4rem;
        max-width: 4rem;
        min-height: 4rem;
        height: 4rem;
        max-height: 4rem;
    }

    .chat__header-item span {
        font-size: 1.4rem;
    }

    .chat__header-item span br {
        display: none;
    }

    #chat {
        padding: 1.5rem 1.5rem 1.5rem 7.9rem;
        z-index: 2;
        position: relative;
        background-color: rgba(255, 255, 255, .33);
    }

    .operator-avatar {
        width: 5.4rem;
        height: 5.4rem;
        left: calc(-7.9rem + 1.7rem);
        top: 0;
    }

    .message {
        font-size: 1.4rem;
        padding: 1.5rem;
        max-width: 26rem;
        border-radius: 1.5rem;
    }

    .message br {
        display: none;
    }

    .option-card-image {
        width: auto;
        height: unset;
        border-radius: 1rem;
    }

    .options.options-images {
        max-width: unset;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .options:not(.options.options-texts) {
        grid-gap: 1rem;
    }

    .option-card-image .option-label {
        font-size: 1.4rem;
        text-align: center;
        padding: 1rem;
    }

    .option-card-image img {
        border-radius: 1rem 1rem 0 0;
    }

    .option__input-inner .option__input {
        width: 26rem;
    }

    .option-label {
        font-size: 1.4rem;
    }

    #chat{
        min-height: -webkit-fit-content !important;
        min-height: -moz-fit-content !important;
        min-height: fit-content !important;
    }

    .form {
        width: 26rem;
        padding: 1.5rem;
        height: auto;
        max-height: 250px;
        
    }

    .form__item {
        height: auto;
    }

    .form__item input {
        font-size: 1.2rem;
        height: 4.2rem;
        border-radius: 1rem;
        padding: 1.45rem 1.2rem;
    }

    .form__btn-inner .form__btn {
        padding: 1.6rem;
        height: 4.7rem;
    }

    .form__btn-inner .form__btn span {
        font-size: 1.2rem;
    }

    .chat__btn {
        font-size: 1.2rem;
        padding: 1.6rem;
        height: 4.7rem;
        border-radius: 1rem;
        -webkit-box-shadow: 1px 3px 15px rgba(0, 0, 0, .33);
                box-shadow: 1px 3px 15px rgba(0, 0, 0, .33);
    }

    

    .info-block__title {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }

    .info-block__title br {
        display: none;
    }

    .info-block__grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
    }

    .info-block__item span {
        font-size: 1.4rem;
    }
}

.form__sogl-checkbox__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding-left: 2.5rem;
    margin: 1rem 0;
}

.form__sogl-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    pointer-events: all;
}

.form__sogl-checkmark {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 1.9rem;
    width: 1.9rem;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: .4rem;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.form__sogl-checkbox__inner:hover .form__sogl-checkbox ~ .form__sogl-checkmark {
    border-color: #A5A5A5;
}

.form__sogl-checkbox__inner .form__sogl-checkbox:checked ~ .form__sogl-checkmark {
    border-color: var(--primary);
}

.form__sogl-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: .5rem;
    top: .05rem;
    width: .5rem;
    height: 1rem;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.form__sogl-checkbox:checked ~ .form__sogl-checkmark:after {
    display: block;
    border-color: var(--primary);
}

.form__sogl-checkbox__text {
    color: #000;
    font-size: 1.2rem;
    margin-left: 1rem;
}

.form__sogl-checkbox__text a {
    font-size: 1.2rem;
    color: var(--primary);
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.form__sogl-checkbox__text a:hover {
    text-decoration: underline;
}

@media (max-width: 576px) {

    .form__sogl {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .form .form__btn-inner{
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .form__item.option-card {
        max-height: 50px !important;
        height: 100% !important;
    }

    .form__item.option-card input.phone-mask{
        max-height: 50px !important;
        height: 100% !important;
    }

    .form__sogl-checkbox__inner{
        
        margin-top: 0;
    }

    .form__title {
        font-size: 1.4rem;
        margin-bottom: .5rem;
    }

    .form__title br {
        display: none;
    }

    .form__sogl-checkmark {
        top: 1rem;
    }

    .form__sogl-checkbox__text a {
        display: block;
        font-size: 1rem;
    }

    .form__sogl-checkbox__text {
        font-size: 1rem;
        display: inline-block;
    }

    .question-message {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }
}

