/* width */
::-webkit-scrollbar {
	width: 10px;
}

[aria-label="Записи"].navigation.posts-navigation {
	display: none;
}

.header-menu .icon__search {
    display: none;
}

@media (max-width: 700px) { 
	.icon__search-active, .icon__search input {
		left: -18vh;
	}
}

.count_cart {
	font-size: 12px;
    background: red;
    color: white;
    padding: 1px 3px;
    border-radius: 10px;
    position: absolute;
    right: -5px;
    top: -5px;
	width: 20px;
    height: 20px;
	text-align: center;
	margin: auto;
}

/* Track */
::-webkit-scrollbar-track {
	background: #edeff2;
}

/* Handle */
::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #00182c;
}




/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	scroll-behavior: smooth; 
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Circle Font', sans-serif;
	font-weight: 400;
	font-size:16px;
	line-height:18px;
	color: #72757e;
}
input,button,textarea{font-family:inherit; font-size:inherit;}
textarea {resize: vertical;}
input::-ms-clear{display: none;}
button{cursor: pointer;background: none;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
li {list-style: none;}
img{vertical-align: top;}
/*Обнуление*/

body {
	overflow-x: hidden;
}

input::placeholder, textarea::placeholder {
	color: #b9bfc0;
}

h1 {
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
}
h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
}
h3 {
	font-weight: normal;
	font-size: 21px;
	line-height: 25px;
}
h4 {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}
h5 {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

h6 {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6, button {
	color: #313439;
}

h1, h2, h3, h4, h5, h6 {
	cursor: inherit;
}

a, li {
	color: inherit;
	font-size: inherit;
	line-height: inherit;;
}

input, .search__category-button, textarea {
	border-radius: 0;
	background: #dadfe0;
	height: 60px;
	width: 100%;
	padding: 0 30px;
	font-size: 18px;
}

textarea {
	padding: 20px;
	height: 200px;
}

button {
	font-size: 18px;
}






.color {
	background: #218497;
}

.color {
	background: #00182c;
}

.empty-cart {
	padding-bottom: 100px;
}

.empty-cart strong {
	font-weight: 400;
}








#comments, .entry-footer, .entry-header, .woocommerce-notices-wrapper, .woocommerce-info {
	display: none;
}

.woocommerce-product-gallery__image {
	height: 100%;
}













.container {
	width: 1410px;
	margin: auto;
}

.button {
	border-radius: 0;
	height: 60px;
	width: 100%;
	color: white;
}

.button h4 {
	color: inherit;
}

.title {
	font-weight: 600;
}
.check{
	display: flex;
	align-items: center;
}
.check img {
	width: 12px;
	object-fit: contain;
	transition: .3s ease;
	transform: rotate(-90deg);
}

.check__acitve img {
	transition: .3s ease;
	transform: rotate(0deg);
}

.arrow {
	height: 20px;
	object-fit: contain;
	margin-right: 25px;
}

.toggle__counter {
	height: 60px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.search__category-toggle {
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .3s ease;
	opacity: 0;
	visibility: hidden;
}

.search__category-toggle li {
	padding: 10px 0;
}

.category-toggle__acitve {
	transition: .3s ease;
	height: auto;
	opacity: 1;
	visibility: visible;
	padding-bottom: 20px;
}

















.border-aside__top {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #dadfe0;
}

.aside .title {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #dadfe0;
}

.breadcumbs {
	margin: 40px 0 30px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
}

.breadcumbs li {
	font-size: 20px;
}

.breadcumbs span {
	padding: 0 10px;
}

.text-page {
	padding: 50px;
	background: #f1f4f4;
	border-radius: 0;
}

.center {
	text-align: center;
}

.img-padding {
	padding: 50px;
}

.contact-title {
	color: #70777b;
	margin-bottom: 20px;
}

.contact-item {
	margin-bottom: 50px;
}

.woo-button {
	padding: 0 60px;
	width: auto;
	background: #218497 !important;
	color: white !important;
}

.flex {
	display: flex;
	align-items: center;
}

.cart_btn {
	margin-top: 70px;
	display: flex;
	column-gap: 10px;
}

.button_div {   
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.input-checkout {
	margin-bottom: 14px;
}

.woocommerce-additional-fields__field-wrapper {
	margin-top: 20px;
}

.woocommerce-additional-fields__field-wrapper label {
	display: none;
}

.main-category__buttons {
	margin-top: 60px;
	margin-bottom: 40px;
	display: flex;
	column-gap: 5px;
	row-gap: 5px;
	flex-wrap: wrap;
}

.main-category__button {
	font-size: 20px;
	font-weight: 400;
	border-radius: 0;
	background: #f0f4f4;
	height: 125px;
	padding: 0 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s ease;
}

.main-category__button:hover {
	color: white;
	background: #00182c;
	transition: .3s ease;
}

.main-category__sort {
	column-gap: 10px;
	display: flex;
	cursor: pointer;
	margin-top: 40px;
}

.main-category__sort h4 {
	cursor: pointer;
}

.main-category__sort img {
	width: 9px;
	height: auto;
	object-fit: contain;
}


















.head {
	height: 50px;
	display: flex;
	justify-content: space-between;
}

.head-part {
	display: flex;
	column-gap: 10px;
	align-items: center;
}

.link h6 {
	color: inherit;
	cursor: pointer;
}
.link a {
	transition: .3s ease;
}
.link a:hover {
	color: #218497; 
	transition: .3s ease;
}



.head-left__select-city {
	align-items: center;
	display: flex;
	margin-right: 10px;

	display: none;
}

.button-head {
	border: 1px solid #72757e;
	height: 30px;
	padding: 0 25px;
	border-radius: 50px;
	transition: .3s ease;
}

.button-head h6 {
	cursor: pointer;
	color: inherit;
}

.button-head:hover {
	border: 1px solid #218497;
	color: #218497; 
	transition: .3s ease;
}






.header-head img {
	height: 70px;
}


.menu-logo {
	width: 70px;
}

.header-head {
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
}

.header-head__icons {
	display: flex;
	column-gap: 20px;
}

.header-head__icons a {
	display: flex;
	align-items: center;
}

.icon__search {
	position: relative;
	z-index: 50;
	cursor: pointer;
	align-items: center;
	display: flex;
	background: none;
	padding-left: 0;
	transition: .3s ease;
}

.icon__search-active {
	background: #dadfe0;
	transition: .3s ease;
}


.icon__search svg {
	box-sizing: content-box;
	transition: .3s ease;
}

.icon__search-active svg {
	padding: 10px 0px 10px 20px;
	box-sizing: content-box;
	transition: .3s ease;
}


.ajax-search {
	overflow: hidden;
	opacity: 0;
}

.icon__search-active .ajax-search {
	overflow: visible;
	opacity: 1;
}

.icon__search input {
	padding: 0;
	opacity: 0;
	width: 0;
	transition: .3s ease;
}

.icon__search-active input {
	padding: 0 30px;
	opacity: 1;
	width: 300px;
	transition: .3s ease;
}

.header-head__icons svg {
	opacity: 0.6;
	height: 30px;
	width: auto;
	transition: .3s ease;
}

.header-head__icons svg:hover path {
	transition: .3s ease;
	fill: #218497;
}


.header-menu {
	position: relative;
	z-index: 10;
	display: flex;
	column-gap: 10px;
	margin-bottom: 60px;
}

.header-menu .button {
	display: flex;
	align-items: center;
	background: #00182c;
	padding: 0 35px;
	color: white;
	width: auto;
	white-space: nowrap;
}

.header-menu .button img {
	height: 20px;
}


.header_menu {
	font-size: 19px;
	line-height: 22px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
}

.header_menu li {
	border-right: 1px solid #72757e;
	padding: 0 20px;
	transition: .3s ease;
}

.header_menu li:hover {
	color: #218497;
	transition: .3s ease;
}

.header_menu li:last-child {
	padding-right: 0 !important;
	border-right: none !important;
}























footer {
	margin-top: 80px;
}

.footer-menu {
	border-radius: 0;
	padding: 30px 70px;
	background: #00182c;
	display: flex;
}

.footer-menu .logo {
	width: 125px;
	margin-right: 30px;
}

.footer-menu ul {
	color: white;
}

.footer-menu .header_menu li {
	border-right: 1px solid white;
}


.footer-info {
	padding: 70px 40px 140px;
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}

.footer-info h2 {
	color: #333438;
	margin-bottom: 40px;
}

.footer-info__contacts {
	column-gap: 50px;
	display: flex;
}

.footer-info__site-map {
	font-size: 14px;
	grid-column-gap: 30px;
	grid-row-gap: 15px;
	display: grid;
	grid-template-columns: repeat(5, auto);
}

.footer-info__icons img {
	width: 37px;
	height: auto;
}


.footer-info__icons {
	display: flex;
	column-gap: 5px;
}










.main-aside {
	display: grid;
	grid-template-columns: 340px auto;
	grid-column-gap: 40px;
}

aside {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
}

.aside {
	padding: 50px 30px;
	border-radius: 0;
	background: #f0f4f4;
}

.search__category-button {
	height: auto;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.search__category-button h4 {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.aside-search__category {
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}

.main-aside button {
	color: white !important;
	background: #218497 !important;
	font-size: 18px;
}



























.main-search {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 15px;
}

.main-search__point .title {
	margin-bottom: 25px;
}

.main-search__point input {
	background: #edeff2;
}

.button-input__container {
	position: relative;

}

.button-input__container .input {
	padding-right: 90px;
}

.button-input__container button {
	right: 0;
	top: 0;
	position: absolute;
	height: 60px;
	width: 60px;
	border-radius: 0;
	background: #218497;
	padding: 18px;
}

.button-input__container button img {
	width: 100%;
	height: auto;
}

.aside-category {
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}

.aside-category img {
	opacity: 0.7;
	width: 30px;
}

.aside-category .button {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px 0 30px;
	background: #218497;
}

.aside-category .button h4 {
	cursor: pointer;
}

.aside-category .active {
	background: #00182c;
}


.children-category {
	margin-top: 20px;
}

.children-category__item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.button-input__container .img {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	filter: brightness(0.6);
}


.prouct-info p {
	color: #313439;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}


.card {
	display: grid;
	grid-template-columns: 350px auto;
	grid-column-gap: 50px;
}

.card__gallery-container {
	height: 400px;
	border-radius: 0;
	background: #f1f4f4;
	border-radius: 0;
	overflow: hidden;
}

.card__gallery-category img {
	height: auto !important;
}


.footer-info__contacts-phone h6 {
	margin-bottom: 15px;
}






























.product-back {
	margin-bottom: 50px;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	height: 85px;
	width: 100%;
	border-radius: 0;
	background: #f1f4f4;
}

.product-back__container {
	display: flex;
	align-items: center;
}

.product-back__container button {
	font-size: 13px;
	padding: 0 20px;
	background: #218497;
	height: 40px;
	width: auto;
	margin-right: 20px;
}

.card__content {
	position: relative;
}

.card__content h1 {
	padding-right: 70px;
}

.card__like {
	cursor: pointer;
	width: 32px;
	position: absolute;
	right: 20px;
	top: 0;
}

.card__gallery-container .slide {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.card__gallery-container .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-back__container .check {
	margin-left: 10px;
}

.avto-net {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 30px;
}

.avto-net__item {
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	border-radius: 0;
	background: #f1f4f4;
}

.avto-net__item-part, .avto-net__item-text {
	padding: 30px;
}


.avto-net__item h4 {
	margin-top: 20px;
	padding: 0 30px;
	cursor: pointer;
}

.avto-net__item-text h4 {
	padding: 0;
}

.avto-net__item-img {
	height: 250px;
}

.avto-net__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.avto-net__item h3 {
	margin-bottom: 30px;
}

.avto-net__item h4, 
.avto-net__item h6, 
.avto-net__item h3 {
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
}



.product-back__container .title, .breadcumbs .current {
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
}

.avto-net__item span {
	font-weight: 600;
}








.avto-net__item-btn {
	margin-top: 40px;
	display: flex;
	column-gap: 4px;
	height: 35px;
}

.btn__other {
	padding: 0 60px 0 10px;
	position: relative;
	display: flex;
	border-radius: 0;
	border: 1px solid #218497;
	height: 100%;
	width: 240px;
	align-items: center;
	justify-content: space-between;
}

.price_catalog {
	font-size: 14px;
}


.btn__cart {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	background: #00182c;
	height: 100%;
	width: 40px;
	padding: 0 10px;
}

.btn__cart svg {
	width: 20px;
}

.btn__cart path {
	fill: white;
}

.btn__count {
	padding: 0 13px;
	color: white;
	background: #218497;
	border-radius: 0;
	width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	right: 0;
	top: 0;
	position: absolute;
	justify-content: space-between;
}

.btn__count h6 {
	color: inherit;
	cursor: pointer;
	padding: 0 4px;
}


.prouct-info {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 150px auto;
	grid-column-gap: 10px;
	grid-row-gap: 15px;
}

.prouct-comment {
	margin-top: 70px;
}

.prouct-comment .title {
	margin-bottom: 20px;
}

.product-back__container .avto-net__item-btn {
	margin-top: 0;
	height: 50px;
}

.product-back__container .btn__cart {
	width: 50px;
}

.product-back__container .btn__other {
	width: 270px;
	padding-right: 100px;
}

.product-back__container .btn__count {
	width: 80px;
	padding: 0 20px;
}

.contact-icons img {
	width: 30px;
	margin-right: 10px;
}

.reviews-info {
	margin-top: 40px;
	color: #b2b7b9;
}
































.our-shop__item {
	display: flex;
	border-radius: 0;
	overflow: hidden;
	background: #f0f4f4;
}

.our-shop__item-img {
	overflow: hidden;
	min-width: 560px;
	height: 400px
}

.our-shop__item-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.our-shop__item-text {
	padding: 40px;
}

.our-shop__item-text h1 {
	color: #218497;
	font-size: 24px;
}

.our-shop__item-text h4 {
	margin-top: 50px;
}




.my-cart__item {
	margin-bottom: 40px;
	display: flex;
	background: #f1f4f4;
	border-radius: 0;
	padding: 40px;
	column-gap: 50px;
	align-items: center;
}

.my-cart__item-img {
	overflow: hidden;
	width: 240px;
	height: 260px;
}

.my-cart__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.my-cart__item-text h1 {
	padding-bottom: 20px;
	margin-bottom: 35px;
	border-bottom: 1px solid #dde0e2;
}



.my-cart .btn__other {
	width: 270px;
}

.btn__other .quantity input {
	font-size: 14px;
	height: auto;
	background: none;
	width: 35px;
	padding: 0 5px;
	text-align: right;
}













.category_button__content {
	column-gap: 40px;
	display: flex;
	padding: 35px;
	background: #00182c;
	border-radius: 0;
}

.category_button__content-contaner {
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
	width: 100%;
	z-index: 100;
	right: 0;
	top: 60px;
	padding-top: 20px;
	position: absolute;
}

.category-content__col {
	display: flex;
	flex-direction: column;
	height: 400px;
	column-gap: 40px;
	flex-wrap: wrap;
}

.category-content__col h4 {
	transition: .3s ease;
	cursor: pointer;
	margin-bottom: 20px;
	color: #218497;
	font-size: 15px;
	text-transform: uppercase;
}

.category-content__col h4:hover {
	transition: .3s ease;
	color: #4c8395;
}

.category-content__col h5 {
	color: white;
	font-size: 19px;
	margin-bottom: 15px;
}


.category_button {
	cursor: pointer;

}

.swiper-product {
	height: 100%;
}

.swiper-product img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.card__gallery-container {
	position: relative;
}

.swiper-pagination-bullet-active {
	background: #218497  !important;
}





















.select-city__select {
	column-gap: 5px;
	display: flex;
	cursor: pointer;
	padding: 0 10px;
	position: relative;
	transition: .3s ease;
}

.select-city__select h6 {
	cursor: pointer;
}

.select-city__select img {
	transition: .3s ease;
}

.select-city__select-active img {
	transition: .3s ease;
	transform: rotate(-90deg);
}

.select-city__toggle {
	padding: 25px 10px 5px;
	background: #edeff2;
	border-radius: 15px;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}

.select-city__toggle h6 {
	margin-bottom: 12px;
	cursor: pointer;
	transition: .3s ease;
}

.select-city__toggle h6:hover {
	transition: .3s ease;
	color: #218497;
}























.content-active {
	opacity: 1;
	visibility: visible;
	transition: .3s ease;
}












.footer__contianer {
	background: #00182c;
}

.footer-info h2, .footer-info h6, .footer-info__site-map {
	color: white;
}

















.search-toggle {
	background: #dadfe0;
	left: 0;
	padding: 20px;
	position: absolute;
	z-index: 100;
	top: 100%;
	width: 100%;

}

.search-toggle li {
	padding: 10px 0;
}
.search-toggle a {
	width: 100%;
	color: #171511 !important;
}
.search-toggle h5 {
	text-align: center;
	width: 100%;
}














.copyright {
	margin-top: 20px;
	height: 17px;
}





.mobile-header__container {
	display: none;
	background: #00182c;
	height: 80px;
	padding: 20px 0;
}

.mobile-header__img {
	height: 100%;
	display: flex;
	align-items: center;
}

.mobile-header__img img {
	height: 100%;
}

.icon__search {
	height: 100%;
}

.icon__search svg {
	width: 25px;
}

.menu-logo {
	width: 120px;
	margin-left: 15px;
}

.menu-icon {
	padding: 8px 0;
	height: 100%;
}

.mobile-header {
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.mobile-header__popup ul li {
	padding: 0;
	display: flex;
}


.mobile-header__popup ul li a {
	text-align: center;
}

.header__popup-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.header__popup-logo img {
	width: 100%;
	height: auto;
}





.mobile_down-menu {
	padding: 20px 0;
	z-index: 200;
	position: fixed;
	bottom: 0;
	height: 70px;
	background: white;
	width: 100%;
	left: 0;

	display: none;
}

.mobile_down-menu .container {
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.mobile_down-menu .container a {
	height: 100%;
}

.mobile_down-menu .container img, .mobile_down-menu .container svg {
	display: block;
	height: 100%;
	width: auto;
}

.down-menu__icon {
	height: 100%;
}

















.popup__ {
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}

.popup__active {
	opacity: 1;
	visibility: visible;
	transition: .3s ease;
}

.mobile-header__popup {
	padding: 30px;
	z-index: 250;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 250px;
	background: #00182c;
}

.popup__overflow {
	background: black;
	z-index: 240;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}

.popup-overflow__active {
	opacity: 0.4;
	visibility: visible;
	transition: .3s ease;
}

.header_menu {
	padding-right: 40px;
}



aside .aside {
	opacity: 1;
	visibility: visible;
}



aside .aside-search_buttons {
	display: none;
}


.catalog__product_wishlist {
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1500px) {
	.container {
		padding: 0 50px;
		width: 100%;
	}

	.main-search {
		display: flex;
		flex-direction: column;
		row-gap: 30px;
	}

	.footer-menu {
		padding: 30px 0; 
	}

	.footer-info {
		padding: 70px 0 140px;
	}



	.avto-net {
		grid-template-columns: repeat(2, 1fr);
	}

	.catalog__product_wishlist {
		grid-template-columns: repeat(3, 1fr);
	}
}



@media (max-width: 1280px) {

	.avto-net {
		grid-template-columns: repeat(3, 1fr);
	}

	.main-aside {
		display: flex;
		flex-direction: column;
	}

	.main-content {
		width: 100%;
	}

	aside {
		margin-bottom: 30px;
	}

	aside .aside {
		right: 0;
		left: 0;
		margin: auto;
		width: 80%;
		z-index: 250;
		position: fixed;
		opacity: 0;
		visibility: hidden;
		transition: .3s ease;
		height: 600px;
		top: 0;
		bottom: 0;
		overflow: scroll;
	}


	.popup__ {
		opacity: 0 !important;
		visibility: hidden !important;
		transition: .3s ease !important;
	}

	.popup__active {
		opacity: 1 !important;
		visibility: visible !important;
		transition: .3s ease !important;
	}

	aside .aside-search_buttons {
		display: flex;
		column-gap: 30px;
	}

	aside .aside-search_buttons button {
		padding: 0 30px;
		height: 60px;
		width: 100%;
		color: white;
	}

	.footer-info {
		row-gap: 40px;
		flex-wrap: wrap;
	}



}



@media (max-width: 1024px) {
	.avto-net {
		grid-template-columns: repeat(2, 1fr);
	}
}


@media (max-width: 840px) {

	.footer-info {
		row-gap: 50px;
	}

	.footer-info__container h2 {
		text-align: center;
	}

	.footer-info__icons, .footer-info__contacts {
		justify-content: center;
	}

	.footer-info__icons {
		column-gap: 10px;
	}

	.footer-info__site-map {
		display: flex;
		flex-wrap: wrap;
		column-gap: 20px;
		row-gap: 20px;
		justify-content: center;
	}

	.footer-menu, .footer-info {
		padding-left: 0;
		padding-right: 0;
	}

	.header_menu, .footer-menu, .footer-info {
		flex-direction: column;
	}

	aside .aside-search_buttons {
		column-gap: 15px;
	}

	.avto-net  {
		grid-template-columns: repeat(2, 1fr);
	}

	.card {
		display: block;
	}

	.card__content {
		margin-top: 30px;
	}

	.mobile-header__container, .mobile_down-menu {
		display: block;
	}

	.container {
		padding: 0 calc(20px + (50 - 20) * ((100vw - 280px) / (840 - 280)));
	}

	header, .head__container {
		display: none;
	}

	.icon__search-active, .icon__search input {
		background: #000a12;
	}

	.icon__search input {
		height: auto;
		color: white;
	}

	main {
		margin-top: 30px !important;
	}


	.header_menu, li {
		border: none !important;
	}

	.footer-menu .logo {
		width: 200px;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.logo-container {
		display: flex;
		width: 100%;
		justify-content: center;
	}




	.header_menu {
		row-gap: 30px;
	}

	.product-back {
		flex-direction: column;
		row-gap: 20px;
		height: auto;
		padding: 20px;
	}

	.my-cart__item-img {
		margin-bottom: 30px;
		width: 100%;
	}

	.my-cart__item {
		flex-direction: column;
	}

	.main-category__button {
		padding: 0 30px;
		height: 90px;
	}

	.our-shop__item {
		row-gap: 20px;
		flex-direction: column;
	}

	.header_menu {
		padding-right: 0;
	}

	.footer-info__container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.copyright {
		height: 18px;
	}
}

.sort {
	display: none;
}


@media (max-width: 700px) { 
	
	.footer-menu .header_menu li {
    	padding: 0 !important;
	}
	
	.mobile-header__img {
		width: 208px;
		transition: .3s ease;
	}

	.mobile-header__img-search {
		/* width: 0; */
		transition: .3s ease;
	}

	.icon__search-active input {
		width: calc(195px + (575 - 195) * ((100vw - 280px) / (700 - 280)));
	}

	.avto-net  {
		grid-template-columns: repeat(1, 1fr);
	}
}


@media (max-width: 500px) { 
	.product-back .btn__cart, .product-back__container, .product-back .btn__other {
		width: 100%;
	}

	.product-back .avto-net__item-btn {	
		width: 100%;
		row-gap: 10px;
		flex-direction: column;
		height: 100px;
	}

	aside .aside-search_buttons button {
		padding: 0 15px;
		font-size: 16px;
	}

	.footer-info__contacts h6 {
		font-size: 14px;
	}
}






.button_white-blue {
	transition: .3s ease;
}
.button_white-blue:hover {
	background: #4c8395;
	transition: .3s ease;
}


.button_black-blue {
	transition: .3s ease;
}
.button_black-blue:hover {
	background: #000a12;
	transition: .3s ease;
}





.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, a.wishlist_products_counter.top_wishlist-custom img, span.wishlist_products_counter.top_wishlist-custom img {
	max-width: 30px;
	max-height: 30px;
}

.nostock__button {

	background: #218497;
	margin-top: 40px;
	width: 100%;
	height: 35px;
	color: white;
}


.tinv-wishlist.woocommerce .product-quantity {
	width: auto !important;
}



.header-menu .icon__search {
	position: absolute;
	right: 0;
}



.main-category__button {
	cursor: pointer;
}



.main-search_one {
	margin-bottom: 50px;
}












.arrow_swiper {
	cursor: pointer;
	height: 30px;
	z-index: 100;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
}



.arrow_swiper img {
	margin-right: 0;
}


.arrow-left {
	left: 10px;
}

.arrow-right {
	right: 10px;
	transform: rotate(180deg);
}







.main-search__point .search_vip-spoiler {
	margin-top: 30px;
}

@media (max-width: 1280px) {
	.main-search__point .search_vip-spoiler {
		display: none;
	}
}

.search_vip-spoiler {
	width: 100%;
	height: 60px;
}

.search_vip-spoiler img {
	margin-right: 20px;
}




.vin-catalog {
	height: 0;
	overflow: hidden;
}

.vin-catalog__active {
	height: auto;
}
































.pagination__catalog {
	margin-top: 30px;
	justify-content: space-between;
	display: flex;
	height: 90px;
	width: 100%;
	background: #f8f8f8;
	align-items: center;

} 

.pagination__catalog .prev, .pagination__catalog .next {
	width: 180px;
	height: 100%;
	background: #f4f4f4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination__catalog .prev svg, .pagination__catalog .next svg {
	width: 6px;
	height: 10px;
}

.pagination__catalog .prev {
	margin-right: 50px;
}

.pagination__catalog .next {
	margin-left: 50px;
}

.pagination__catalog .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 10px;
	padding-right: 10px;
}

.pagination__catalog .current {
	background: #00182c;
	height: 50px;
	width: 50px;
	box-shadow: 10px 15px 50px #9c9c9c;
	color: white;

}












.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 100%;
}

.wc_payment_methods, #order_comments_field label {
	display: none !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: none;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: left;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 0;
}


#order_comments {
	margin-bottom: 20px;
	height: 170px;
}

.prouct-comment {
    margin-bottom: 0;
}

.prouct-info {
    margin-top: 0;
}

