.mse2_number_inputs{
    display:flex;
    gap:5px;
}
.mse2_number_inputs label{
    width:calc((100% - 5px) / 2);
}
.mse2_number_inputs label input{
    width:100%!important;
    box-sizing:border-box!important;
    border:1px solid #AEAEAE!important;
    border-radius:4px!important;
    font-size:12px!important;
    height:24px!important;
    padding:0 3px!important;
    text-align:center!important;
}
.ui-widget.ui-widget-content {
    border: none!important;
    height:1px!important;
    background:#03053D!important;
}
#mse2_filters .mse2_number_slider {
    font-size: 0!important;
    margin:10px 0!important;
    background:#AEAEAE!important;
    border-radius:0!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border:none!important;
    background: #4488AE!important;
    width:11px!important;
    height:11px!important;
    border-radius:50%!important;
    outline:none!important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -5px!important;
    margin-left: -5px!important;
}

.avtopark__filters__item_cat{
    display:none!important;
}

.prices-content__text strong{
    color:#4488AE;
    font-weight:normal;
}

.prices-content__images img{
    border-radius:24px;
}

.section_pt0{
    padding-top:0;
}

.avtopark__list__item.hide{
    display:none;
}
.avtopark__category{
    gap:5px;
}

.btn_suppliers{
    max-width:415px;
    font-size:24px;
    line-height:32px;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    margin:52px auto 0 auto;
    height:auto;
}

body{
    background:#F5FCFF;
    font-family: 'Times New Roman', Times, serif!important;
}
.btn {
    font-family: 'Times New Roman', Times, serif!important;
}
.nav ul li a{
    font-weight:bold;
}
.advantages__item {
    box-shadow: 0px 8px 24px rgba(68, 136, 174, 0.2);
}
.avtopark__list__item {
   background:#fff;
}

.avtopark__list__item__img{
    position:relative;
}
.product-preview__gallery {
    display: block;
    position: absolute;
    top:0;
    width: 100%;
    height:100%;
    /*height: 210px;*/
}
.product-preview__gallery > div {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.product-preview__gallery > div.active {
    display: block;
}

.product-preview__dots {
    top:5px;
    left:5%;
    display: flex;
    justify-content: space-between;
    width: 90%;
    position: absolute;
    z-index:2;
}
.product-preview__dots .product-preview__dot.active {
    background:#03053D;
}

.product-preview__dots .product-preview__dot {
    height: 2px;
    width: 10px;
    background:#f2f2f2;
    box-sizing: border-box;
}

.faq__list{
    display:none;
    margin-top:30px;
}
.faq__list.show{
    display:flex;
}
.faq__btns{
    display:flex;
    margin-top:60px;
    justify-content:center;
    gap:20px;
}
.faq__btns button{
    border:none;
    background:#fff;
    color:#62A6CC;
}
.faq__btns button:hover{
    color:#fff;
}
.faq__btns button.active{
    background: #62A6CC;
    color:#fff;
}

.salon__block{
    background-size:cover;
}

.salon__block__list:before{
    content:'';
    position:absolute;
    width:calc(100% + 20px);
    height:calc(100% + 20px);
    top:-10px;
    left:-10px;
    background:#000000;
    opacity:0.5;
    border-radius:20px;
}

.success__title{
    font-size:20px;
    text-align:center;
    padding:40px 20px;
    border-radius:20px;
}

.form__selection__list a span{
    color:#AEAEAE;
}
@media (max-width: 992px) {
   .advantages__item {
        box-shadow:none;
    } 
    .section_advantages_about{
        padding-top:130px;
        margin-top:-130px;
    }
}
@media (max-width: 768px) {
    .faq__btns {
        margin-top:20px;
    }
    .faq__btns button{
        padding:0 10px;
        font-size:12px;
    }
}

.cookie-alert{
	z-index:100001;
    border-radius: 12px;
	position:fixed;
	display:none;
	align-items:center;
	justify-content:space-between;
	gap:30px;
	width: 1472px;
	box-sizing:border-box;
	padding:20px;
	left:50%;
	bottom:20px;
    background: linear-gradient(to bottom, #D4DBE5, #E1EDF3);
	transform: translate(-50%, 0);
	box-shadow:
		0 -11px 7px rgba(0, 0, 0, 0.03),
		0 -5px 5px rgba(0, 0, 0, 0.04),
		0 -1px 3px rgba(0, 0, 0, 0.05);
}
.cookie-alert.show{
	display:flex;
}
.cookie-alert p{
	font-size:16px;
	line-height:18px;
	color:#03053D;
	margin:0;
}
.cookie-alert p strong{
	font-weight:bold;
	display:block;
	margin-bottom:3px;
}
.cookie-alert p a{
	color:inherit;
}
.cookie-alert__btn{
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:600;
	border:none;
	height:48px;
	font-size:20px;
	min-width:200px;
	cursor:pointer;
	transition:0.2s;
    border-radius:30px;
    background: #4488AE;
    font-family: "Times New Roman";
}
.cookie-alert__btn:hover{
	background:#62A6CC;
}

.consent .checkbox {
    align-items: flex-start;
    max-width:330px;
    position:relative;
}
.consent .checkbox input[type=checkbox] {
    display: block;
    opacity:0;
    top:0;
    left:0;
    position:absolute;
}

.form textarea {
    height: 42px;
}

.reviews__rating__title{
    display:flex;
    align-items:center;
    gap:10px;
}

@media (max-width: 1500px) {
	.cookie-alert{
		width:calc(100% - 20px);
	}
}
@media (max-width: 768px) {
	.cookie-alert{
		flex-direction:column;
		gap:20px;
	}
	.cookie-alert__btn{
		width:260px;
	}
	.reviews__flex .reviews__rating__title{
        font-size:20px;
    }
}

body{
    padding-top:115px;
}
.header-wrap,.nav{
    position:fixed;
    width:100%;
    z-index:10001;
}
.header-wrap{
    top:0;
    background:#F5FCFF;
}
.nav{
    top:73px;
}
.header__worktime{
    height:24px;
}
.header__email{
    height:24px;
}
.header__city{
    height:24px;
}
.header__contacts{
    align-items:flex-end;
    gap:80px;
}
.header__contacts__main{
    display:flex;
    flex-direction:column;
    gap:5px;
}
.header__contacts__dops{
    display:flex;
    flex-direction:column;
    gap:5px;
}
.header__contacts__dops > div{
    display:flex;
    align-items:center;
    gap:0 10px;
}
.header__phone_dop{
    font-weight:400;
    font-size:18px;
    line-height:24px;
}
.header__messengers {
    gap:2px;
}
.header__messengers a{
    display:block;
    height:34px;
    width:34px;
}
.header__messengers a img{
    height:34px;
    width:34px;
}
.header__messengers-wrap{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.header__messengers-wrap span{
    font-size:18px;
    line-height:22px;
    color:#03053D;
}

.mobile__contacts{
    display:none;
}

.flex-btns{
    display:flex;
    justify-content:center;
    gap:20px;
}
.flex-btns a{
    margin:0;
    width:415px;
}
.btn_docs-link{
    gap:10px;
}
@media (max-width:1500px) {
    .service-text__img{
         max-width:100%;  
    }
    .service-text .wrapper {
        width: 100%;
    }
}

@media (max-width:1300px) {
    .header__contacts{
        gap:30px;
    }
}
@media (max-width:1200px) {
    .header{
        gap:10px;
    }
	.header .btn{
	    font-size:14px;
	    padding:0 20px;
	}
	.header__flex1 {
        gap: 15px;
    }
    .header__phone {
        font-size: 16px;
    }
    .header__phone_dop{
        font-size:16px;
    }
    .header__city {
        font-size: 16px;
    }
    .header__worktime {
        font-size: 16px;
    }
    .header__email {
        font-size: 16px;
    }
    .header__messengers {
        gap: 4px;
    }
}

@media (max-width:992px) {
    .header__messengers-wrap{
        display:none;
    }
    .header__city{
        display:none;
    }
    .header__worktime{
        display:none;
    }
    .header__contacts__dops > div:nth-child(2){
       display:none;
    }
    body{
        padding-top:50px;
    }
    .nav {
        top: 50px;
    }
    .mobile__contacts{
        display:flex;
        flex-direction:column;
        gap:20px;
    }
    .mobile__contacts__title{
        color:#fff;
        font-size:24px;
    }
    .mobile__contacts a{
        font-size:16px;
        text-decoration:none;
    }
    .nav .wrapper {
        gap:15px;
        justify-content:flex-start;
    }
    .nav .btn {
        margin: 0 auto;
    }
    .mobile__contacts__address{
        color:#fff;
    }
    .mobile__contacts__social{
        margin-top:5px;
    }
    .header__contacts__main{
        display:none;
    }
    .service-text .wrapper {
        flex-direction:column;
    }
    .flex-btns a{
        width:calc((100% - 20px) / 2);
        font-size:16px;
        line-height:20px;
        padding:20px;
    }
}

.reviews__list__item__text p{
    margin-bottom:10px;
}

@media (max-width:576px) {
    .flex-btns{
        flex-direction:column;
        gap:10px;
    }
    .flex-btns a{
        width:100%;
        max-width:100%;
        height:79px;
    }
}

.reviews__rating .btn{
    white-space:nowrap;
}

@media (max-width: 992px) {
    .footer .wrapper {
        padding-bottom: 130px;
    }
    .reviews__flex .reviews__link {
        bottom: -20px;
    }
    .reviews__flex .reviews__rating .btn{
        width:100%;
    }
    .reviews__rating__title{
        justify-content:center;
    }
}
@media (max-width: 768px) {
    .footer__nav_main {
        margin-top: -200px;
    }
    .footer .wrapper {
        padding-bottom: 130px;
    }
    
}
@media (max-width: 430px) {
    .footer .wrapper {
        padding-bottom: 170px;
    }
    .footer__links a{
        font-size: 14px;
        line-height: 18px;
    }
}
@media (max-width: 340px) {
    .footer .wrapper {
        padding-bottom: 180px;
    }
}