.ampersand{
font-family: Arial;
}

.error.error_reg, .error.error_auth {
    color: #e23439;
    font-family: Actor,sans-serif;
    padding-bottom: 50px;
}

.authMessage {
    color: #5a5a5a;
    font-family: Actor,sans-serif;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 120px;
}

@media screen and (max-width: 992px){
    .error.error_reg, .error.error_auth {
        font-size: 12px;
    }
    .authMessage {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 60px;
    }
}

#msMiniCart .icon {
    position: relative;
}

.count.ms2_total_count {
    position: absolute;
    left: 85%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    font-size: 0.5rem;
    background-color: #e22a2a;
    text-align: center;
    line-height: 1rem;
    color: #fff;
}

.success_auth {
    height: 100%;
}

.success_auth .popup__wrap {
    height: 100%;
}

.success_auth nav {
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
}

.product-container__about-product .product-title .small {
    font-size: 24px;
    line-height: 20px;
    color: #e23439;
}

#menu.popup .popup__wrap {
    align-items: flex-start;
}

@media screen and (max-width: 768px){
    .product-container__about-product .product-title .small {
        font-size: 12px;
        line-height: 10px;
    }
    .tabs__link {
        font-size: 13px;
        margin-right: 19px;
    }
}

.search.header__search {
    font-size: inherit !important;
}

#msOrder .form__input-wrap .form__input.error {
    border: 1px solid rgb(226, 52, 57) !important;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
}

.slick-arrow.slick-hidden {
    display: inline-block !important;
}

.call-us {
    color: #fff;
    margin: 60px 0;
    font-size: 25px;
    font-family: BebasBold;
    text-transform: uppercase;
}

.social__link {
    text-decoration: underline;
}

.buttons-group {
    width: fit-content;
    gap: 40px;
}

@media screen and (max-width: 992px){
    .call-us {
        font-size: 16px;
        margin: 30px 0;
    }

    .buttons-group {
        gap: 10px;
    }

    .buttons-group a:nth-child(2) {
        order: -1;
    }

    .interactive-object {
        width: fit-content;
    }
    .terms-list-item__text {
        display: block;
    }
}