/*
Theme Name: voltauto
Theme URI: https://voltauto.com.ua/
Description: Тема для сайта voltauto
Version: 1.0
Author: Oleksandr Ranichev
Author URI: https://alex-r.dp.ua/
*/
.section-title{
	margin-bottom: 40px;
	font-size: 46px;
	line-height: 1.4;
	text-align: center;
}
.section-subtitle{
	margin-bottom: 22px;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 0.4em;
	color: #AFAFAF;
	text-transform: uppercase;
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 50px;
}
.swiper-pagination-bullet{
	background: #FFFFFF;
	opacity: 1;
	transition: all .3s ease;
	cursor: pointer;
}
.swiper-pagination-bullet:hover{
	background: #3ABD66;
}
.swiper-pagination-bullet-active{
	background: #3ABD66;
	width: 38px;
	border-radius: 47px;
}

.title{
	text-align: center;
	margin-bottom: 27px;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.3;
}
.input-wrap{
	position: relative;
}
.input-wrap label{
	color: #CACACA;
	position: absolute;
	top: 22px;
	left: 22px;
	transition: all .3s ease;
	pointer-events: none;
}
.input-wrap.active label{
	font-size: 12px;
	top: 10px;
}
input, textarea, select{
	border: 0.5px solid #686868;
	padding: 30px 22px 14px;
	line-height: 1.3;
	width: 100%;
	border-radius: 5px;
}
input:placeholder, textarea:placeholder{
	color: #CACACA;
}
.wpcf7-not-valid-tip{
	display: none!important;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid{
	border-color: red;
}
textarea{
	resize: none;
}
.tabs__panel{
	display: none;
}
.tabs__panel.active{
	display: block;
}
.tab__links{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: fit-content;
	margin: 0 auto 50px;
	position: relative;
}
.tab__links::after{
	content: '';
	display: block;
	position: absolute;
	left: 50px;
	right: 50px;
	bottom: 0;
	height: 3px;
	background: #E6E6E6;
	border-radius: 5px;
}
.tab__link{
	padding: 0 0 14px;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.21em;
	text-transform: uppercase;
	color: #C3C3C3;
	margin: 0 50px;
	position: relative;
	transition: all .3s ease;
	background: transparent;
}
.tab__link.active{
	font-weight: bold;
	color: #1E91F6;
}
.tab__link::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	bottom: 0px;
	background: linear-gradient(180deg, #0871FC 0%, #1E91F6 100%);
	border-radius: 5px;
	opacity: 0;
	z-index: 2;
}
.tab__link.active::after{
	opacity: 1;
}

/* Price Range */
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px -3px rgba(0, 0, 0, 0.17);
	cursor: pointer;
	border-radius: 50%;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 8px;
	background: #F1F1F1;
	border-radius: 24px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -7px;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-handle span{
	position: absolute;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	color: #333333;
	left: 50%;
	transform: translateX(-50%);
	top: -25px;
	width: max-content;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
	background: linear-gradient(90deg, #1A9D48 0%, #3ABD66 92.65%);
	border-radius: 24px;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}


.sort__form {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.sort__form .sort__list{
	display: flex;
	align-items: center;
}
.sort__form .sort__list li{
	position: relative;
	color: #333333;
	margin-left: 30px;
	padding: 0;
	cursor: pointer;
}
.sort__list label{
	font: 500 15px 'Cannonade';
}
.sort__list li.active{
	color: #3ABD66;
}
.sort__list input{
	position: absolute;
	opacity: 0;
	z-index: 1;
	inset: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.filtr__item{
	margin-bottom: 37px;
	position: relative;
}
.filtr__item h4{
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.345em;
	text-transform: uppercase;
	color: #939393;
}
.filtr__item.dropdown h4{
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.filtr__item.dropdown h4::after{
	content: '';
	display: block;
	flex-shrink: 0;
	width: 13px;
	height: 7px;
	margin-left: 12px;
	background: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.85674 6.85231L12.853 0.857335C13.0493 0.660916 13.049 0.34291 12.852 0.146821C12.655 -0.0491167 12.3358 -0.0486104 12.1393 0.147833L6.49998 5.78597L0.860638 0.14763C0.664115 -0.0487881 0.345184 -0.0492944 0.148154 0.146618C0.0493851 0.244916 -1.63347e-08 0.373693 -2.19637e-08 0.50247C-2.75783e-08 0.630918 0.0490541 0.759188 0.147138 0.857309L6.14324 6.85231C6.23764 6.94691 6.36612 7 6.49998 7C6.63383 7 6.76216 6.94676 6.85674 6.85231Z' fill='%23767676'/%3E%3C/svg%3E") center/contain no-repeat;
}
.filtr__item.dropdown.active h4::after{
	transform: rotate(180deg);
}
.filtr__item--search{
	position: relative;
}
.filtr__item--search input{
	margin-bottom: 22px;
	background: #F5F5F5;
	border-radius: 5px;
	padding: 15px 50px 16px 21px;
	color: rgba(51, 51, 51, 0.3);
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
	border: none;
}
.filtr__item--search::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 15.0586L11.8309 10.8895C12.9139 9.56498 13.4463 7.8749 13.3181 6.16882C13.19 4.46274 12.4109 2.8712 11.1422 1.72339C9.87348 0.575578 8.21211 -0.0406786 6.50176 0.00208561C4.79141 0.0448498 3.16292 0.743363 1.95314 1.95314C0.743363 3.16292 0.0448498 4.79141 0.00208561 6.50176C-0.0406786 8.21211 0.575578 9.87348 1.72339 11.1422C2.8712 12.4109 4.46274 13.19 6.16882 13.3181C7.8749 13.4463 9.56498 12.9139 10.8895 11.8309L15.0586 16L16 15.0586ZM6.6791 12.0053C5.62567 12.0053 4.5959 11.6929 3.72 11.1077C2.84411 10.5224 2.16143 9.6906 1.7583 8.71736C1.35517 7.74412 1.2497 6.67319 1.45521 5.64C1.66072 4.60681 2.168 3.65777 2.91288 2.91288C3.65777 2.168 4.60681 1.66072 5.64 1.45521C6.67319 1.2497 7.74412 1.35517 8.71736 1.7583C9.6906 2.16143 10.5224 2.84411 11.1077 3.72C11.6929 4.5959 12.0053 5.62567 12.0053 6.6791C12.0037 8.09121 11.4421 9.44504 10.4436 10.4436C9.44504 11.4421 8.09121 12.0037 6.6791 12.0053Z' fill='%23939393'/%3E%3C/svg%3E") center/contain no-repeat;
}
.filtr__brands{
	height: 320px;
	overflow-y: auto;
	overflow-x: hidden;
}
.filtr__brands::-webkit-scrollbar{
	width: 5px;
}
.filtr__brands::-webkit-scrollbar-track{
	background: transparent;
}
.filtr__brands::-webkit-scrollbar-thumb {
  background: #939393;
}
.filtr__brands::-webkit-scrollbar-thumb:hover {
  background: #3ABD66;
}
.filtr__list li{
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.filtr__list li::before{
	content: '';
	display: block;
	flex-shrink: 0;
	margin-right: 13px;
	width: 27px;
	height: 27px;
	background: #F1F1F1;
	border-radius: 5px;
	border: 2px solid transparent;
	transition: border .3s ease;
}
.filtr__list li.active::before{
	border-color: #3ABD66;
	background: #F1F1F1 url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.78703 9.66289C3.61538 9.66297 3.4454 9.62814 3.28683 9.5604C3.12826 9.49267 2.98421 9.39335 2.86293 9.26815L0.00799561 6.32716L1.0974 5.20484L3.78703 7.97703L10.7891 0.76001L11.8785 1.88233L4.71112 9.26815C4.58985 9.39335 4.4458 9.49267 4.28723 9.5604C4.12866 9.62814 3.95868 9.66297 3.78703 9.66289Z' fill='%233ABD66'/%3E%3C/svg%3E") center/12px no-repeat;
}
.filtr__list li label{
	font: 500 17px 'Cannonade' ;
	line-height: 1.3;
	color: #333333;
	transition: all .3s ease;
}
.filtr__list li.active label{
	font-weight: bold;
}
.filtr__list li input{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}
.filtr__apply{
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	font-weight: 700;
	font-size: 10px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 7px 20px 5px 30px;
	margin-left: 10px;
	position: absolute;
	width: 163px;
	height: 30px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease;
	background: url("data:image/svg+xml,%3Csvg width='163' height='29' viewBox='0 0 163 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5792 0C11.2655 0 8.57922 2.68629 8.57922 6V10.2275L0 15.2632L8.57922 20.2989V23C8.57922 26.3137 11.2655 29 14.5792 29H157C160.314 29 163 26.3137 163 23V6C163 2.68629 160.314 0 157 0H14.5792Z' fill='url(%23paint0_linear_119_735)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_119_735' x1='8.57895' y1='15.2632' x2='166.432' y2='15.2632' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231A9D48'/%3E%3Cstop offset='1' stop-color='%233ABD66'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") center/contain no-repeat;
}
.filtr__apply.active{
	opacity: 1;
	visibility: visible;
}
.filtr__apply.active.hideF{
	opacity: 0;
	visibility: hidden;
}
.more__filtr{
	font-weight: 700;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.21em;
	text-transform: uppercase;
	color: #636363;
	margin-left: 45px;
	border-bottom: 1px dotted #636363;
	transition: all .3s ease;
	display: inline-block;
	margin-top: 15px;
	cursor: pointer;
	padding-bottom: 6px;
}
.more__filtr:hover{
	border-bottom-color: transparent;
}
.price-range__vals{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.price-range__vals > div{
	width: 48%;
	background: #F1F1F1;
	border-radius: 5px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 16px 19px 15px 19px;
	color: #333;
	font-size: 15px;
	line-height: 1.3;
}
.price-range__vals > div span{
	color: rgba(51, 51, 51, 0.2);
	margin-left: 15px;
}
.filtr__price--wrap{
	margin-top: 50px;
}
.filtr__active--wrap{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.filtr__active--item{
	margin: 0 10px 10px;
	background: rgba(58, 189, 102, 0.12);
	border-radius: 5px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: #333333;
	padding: 11px 20px 13px 27px;
}
.remove_filter{
	width: 9px;
	height: 9px;
	cursor: pointer;
	transition: all .3s ease;
	margin-left: 23px;
	background: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.47135 3.99799L7.90242 0.565197C8.03031 0.432722 8.02666 0.221581 7.89425 0.0936231C7.76507 -0.0312077 7.56026 -0.0312077 7.43108 0.0936231L4 3.52641L0.568933 0.0936231C0.436509 -0.0343343 0.225489 -0.0306605 0.0975957 0.101815C-0.0271724 0.231054 -0.0271724 0.435958 0.0975957 0.565197L3.52866 3.99799L0.0975957 7.43078C-0.0325319 7.56102 -0.0325319 7.77213 0.0975957 7.90236C0.22777 8.03255 0.438774 8.03255 0.568933 7.90236L4 4.46956L7.43107 7.90236C7.56124 8.03255 7.77225 8.03255 7.9024 7.90236C8.03253 7.77212 8.03253 7.56101 7.9024 7.43078L4.47135 3.99799Z' fill='%23262626' fill-opacity='0.68'/%3E%3C/svg%3E") center/contain no-repeat;
}
.remove_filter:hover{
	opacity: 0.8;
}

.category-page-list.loading{
	position: relative;
}
.category-page-list.loading::after{
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6) url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; display: block; shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M10 50A40 40 0 0 0 90 50A40 42 0 0 1 10 50' fill='%2331b25d' stroke='none'%3E%3CanimateTransform attributeName='transform' type='rotate' dur='1s' repeatCount='indefinite' keyTimes='0;1' values='0 50 51;360 50 51'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E") center/50px no-repeat;
}
@media screen and (max-width:1100px){
    .sort__form{
        display: block;
    }
    .sort__form .sort__list{
    	display: block;
    }
    .sort__list label{
    	font-size: 18px;
    }
    .sort__list li.active label{
    	font-weight: bold;
    }
    .sort__form .sort__list li{
    	margin-left: 0;
    	margin-bottom: 25px;
    }
}

@media screen and (max-width:1024px){
	.section-title{
		font-size: 32px;
	}

}
@media screen and (max-width:840px){
    .tab__links--wrap{
        width: 100%;
        overflow-y: auto;
    }
    .tab__links--wrap::-webkit-scrollbar{
    	display: none;
    }
    .tab__links{
        width: 800px;
        margin-bottom: 27px;
    }
}
@media screen and (max-width:767px){
	.section-subtitle{
		font-size: 14px;
	}
	.section-title{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.tab__link{
		font-size: 16px;
		margin: 0 20px;
	}
	.tab__links{
		margin: 0 auto 20px;
	}
	.tab__links::after{
		left: 20px;
		right: 20px;
	}
	.title{
		font-size: 24px;
	}
	.head-phone__list{
		width: 128%;
	}
}