.about-banner .about-banner__image {
    background: url("https://salonbeautyspa.ru/upload/iblock/59c/59c6959873eabc6312ca494469f2b96d.jpg") 0 0 no-repeat;
    background-position: center;
}
.online-box__btn {
    z-index: 1000;
    box-sizing: border-box;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: fixed;
    right: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.online-box__btn_whatsapp {
    bottom: 170px;
    background-color: rgba(75, 225, 90, .8);
}

.online-box__btn_whatsapp img {
    width: 73px;
}

.online-box__btn_telegram {
    bottom: 170px;
    background-color: rgba(0, 136, 204, 0.8);
}

.online-box__btn_telegram img {
    width: 38px;
    margin-right: 4px;
}

.header-wrap .header-inner .cart-wrap {
    display: none;
}
@media screen and (min-width: 992px){
    .main_reviews_content{
        display: block!important;
        max-width: 51em;
        padding: 2em 0 0.4375em;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}
@media screen and (max-width: 992px){
    .main_reviews_content{
        display: block!important;
        padding: 0 16px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}

.reviews-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;

}

@media(max-width: 1440px){
	.reviews-container{
		justify-content: center;
	}

	.review-container__item{
		margin-top: 20px;
	}

	.main_reviews_content{
		margin-top: 20px;
	}

	.main_reviews_content{
		padding: 0px;
	}
}

@media (min-width: 992px){
    .select-reset-box{
        width: calc(100% - 18.25em);
    }
}

.select-place-holder{
    color: #ababab !important;
}

.select-input-reset{
    width: 100%;
    background-color: #fff;
    border: 1px solid #ababab;
    color: #1c1d1e;
    font-size: .75em;
    font-weight: 400;
    line-height: 1.33333em;
    padding: .91667em 1.25em;
}

.select-input-reset option{
    color: #1c1d1e;
    font-weight: 400;
    line-height: 1.33333em;
}

.specialist-container{
    margin-top: 20px;
}

.card-review-specialist{
    padding-bottom: 10px;
}

.cookie {
    padding: 16px 0;
    font-size: 14px;
    display: none;
    background-color: rgba(0, 0, 0, 0.74);
    color: #FFF;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 30;
}

.cookie.active {
    display: block;
}

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

.cookie-text {
    padding-right: 20px;
}
.cookie-button {
    min-width: 200px;
    min-height: 40px;
}

@media (max-width: 768px) {
    .cookie-text {
        padding-right: 8px;
        font-size: 12px;
        line-height: 1.2;
    }
    .cookie-button {
        width: auto;
        min-height: unset;
        min-width: unset;
        padding: 8px 24px;
        font-size: 12px;
    }

    .product-cookie{
        display: none !important;
    }
}

.cookie-text .desktop-text{
    display: block;
}

.cookie-text .mobile-text{
    display: none;
}

@media(max-width: 992px){
    .cookie-text .desktop-text{
        display: none;
    }

    .cookie-text .mobile-text{
        display: block;
    }
}

.cookie-button{
    border: 1px solid #FFF;
    min-width: 200px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.cookie-wrapper .cookie-button:hover{
    cursor: pointer;
    background-color: #fff;
    color: #2c2c2c;
    text-decoration: none;
}

button:disabled{
	background-color: #898e92;
}

button:disabled:hover{
	background-color: #898e92;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.specialist-item-name a {
	color: inherit;
	text-decoration: none;
}

.about-text table {
    margin-top: 10px;
	margin-bottom: 10px;
}

.about-text table td {
    border: 1px solid #000;
}

.about-text ul {
	padding-inline-start: 20px;
}

.about-text ul li {
    list-style-type: disc;
}

#universe-popup .modal-content {
     text-align: center;
 }
#universe-popup .universe-popup__text {
    margin-bottom: 25px;
    text-align: justify;
}
#universe-popup .universe-popup__button {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0.85714em 1.33786em 0.85714em 1.37643em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background-color: #db2d5e;
    border-radius: 0.14286em;
    transition: 0.3s;
    cursor: pointer;
}
#universe-popup .universe-popup__button:hover {
    background-color: #c72251;
}
.transition-fast-all[universe-soft-widget-button] {
    z-index: 1000;
}

#INDmenu-btn {
    display: none;
}

.header-top {
    justify-content: space-between;
}

.header-top__left, .header-top__right {
    display: flex;
}

.visually-impaired {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: .875em;
}

.visually-impaired__link {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: underline;
}

.visually-impaired__link span {
    margin-bottom: .14286em;
}

.visually-impaired img {
    width: 30px;
}

.toggle {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    margin-bottom: 0;
}

.toggle .toggle__checkbox {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 24px;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle__slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle__checkbox:checked + .toggle__slider {
    background-color: #2196F3;
}

.toggle__checkbox:focus + .toggle__slider {
    box-shadow: 0 0 1px #2196F3;
}

.toggle__checkbox:checked + .toggle__slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

.online-box__btn_universecrm {
    bottom: 50px;
    text-align: center;
    display: flex;
    border-radius: 50%;
    background-color: #31aef9;
    color: #FFF;
}

.online-box__btn_universecrm:hover, .online-box__btn_universecrm:visited {
    color: #FFF;
    text-decoration: none;
}