/* в этом файле вписаны фиксы main.min.css */
.section-sliders-items__item{
	height: auto !important;
}

.section-sliders-items{
	height: auto;
	visibility: hidden;
}
.section-sliders-items.slick-initialized{
	visibility: visible;
}

.slider-nav-product,
.js-slider-product{
	visibility: hidden;
}

.slider-nav-product.slick-initialized,
.js-slider-product.slick-initialized{
	visibility: visible;
}

.section-sliders-items .slick-slide{
	height: auto;
}

.section-sliders-items__item a{
	display: block;
	font-size: 0;
}
.tabs-content .map{
	display: none;
}

.list-products{
    display: flex;
    flex-wrap: wrap;
}

.section-similar-products.section-similar-products-sale{
	margin-top: -50px;
}

.list-products .item-list-catalog{
    flex: 0 0 25%;
    width: 25%;
}

.custom_wrapper .container>ul>li:first-child{
	max-width: 334px;
	text-align: center;
}

.custom_wrapper .container>ul>li:first-child img{
	max-width: 100%;
}

.menu-item-has-children{
	height: auto;
}

.menu-item-has-children > .main-nav__link{
	padding: 38px 0;
}

.menu-row{
	display: flex;
	margin: 0 -15px;
}

.menu-col{
	flex: 0 0 calc(33.333% - 30px);
	width: calc(33.333% - 30px);
	margin: 0 15px;
}

.menu-box:not(:last-child){
	margin-bottom: 25px;
}

.menu-category{
	font-size: 16px;
    color: #1a1a1a;
    font-weight: 700;
    font-family: Geometria,sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    display: block;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.menu-category:hover,
.menu-link:hover{
	color: #FF8E00;
}

.menu-row .menu-item:not(:last-child){
	margin-bottom: 12px;
}

.menu-link{
	color: #1a1a1a;
    font-weight: 400;
    display: block;
    line-height: 16px;
    line-height: 1.3;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.form-order .row-delivery{
	display: flex;
}

.city{
	position: relative;
}

.city__list{
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -10px;
	padding-bottom: 20px;
}

.city__input_readonly{
	cursor: pointer;
}

.city__list .city__item{
	margin: 5px 0 0 10px;
	text-decoration: underline;
}

.city__item:hover{
	text-decoration: none;
}

.city__wrap{
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 5;
	max-height: 130px;
	overflow: auto;
	padding: 10px 14px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #EDEDED;
	background: #fff;
}

.city__wrap::-webkit-scrollbar {
  width: 3px;
}

.city__wrap::-webkit-scrollbar-track-piece {
  background-color: #fff;
  border-radius: 0;
}

.city__wrap::-webkit-scrollbar-thumb:vertical {
  width: 3px;
}

.city__wrap::-webkit-scrollbar-thumb:vertical, .city__wrap::-webkit-scrollbar-thumb:window-inactive {
  background-color: #FF8E00;
  border-radius: 3px;
}

.city__wrap .city__item{
	display: block;
	cursor: pointer;
	transition: color .2s;
}

.city__wrap .city__item:hover{
	color: #FF8E00;
}

.city__wrap .city__item:not(:last-child){
	margin-bottom: 8px;
}

@media only screen and (max-width: 1199px){
	.list-products .item-list-catalog__bottom .button{
		min-width: 135px;
	}
	.section-similar-products.section-similar-products-sale{
		margin-top: -80px;
	}
	.custom_wrapper .container>ul>li:first-child{
		display: none;
	}
}

@media only screen and (max-width: 1023px){
	.section-similar-products.section-similar-products-sale{
		margin-top: -50px;
	}
	.list-products .item-list-catalog{
	    flex: 0 0 33.333%;
	    width: 33.333%;
	}
}

@media only screen and (max-width: 767px){
	.city__wrap{
		max-height: 147px;
	}
	.section-sliders-items{
		margin-bottom: 30px;
	}
	.section-sliders-items__item img{
	    height: 200px;
	    object-fit: cover
	}
	.section-product-index{
		display: none;
	}
	.length-slider{
		display: none;
	}
	.mobile-nav-items>li>a>span{
		position: static;
		transform: translate(0,0);
		margin: 0 30px 0 auto;
	}
	.mobile-nav-items__item.menu-item-has-children > .sub-menu{
		height: auto;
		opacity: 1;
		visibility: visible;
		display: block;
	}
	.mobile-nav-items__item.menu-item-has-children > .sub-menu.active{
		height: 0;
		opacity: 0;
		visibility: hidden;
		display: none;
	}
	.mobile-nav-items__item.menu-item-has-children > .js-open-sub-item span:before{
		transform: rotate(180deg);
	}
	.mobile-nav-items__item.menu-item-has-children > .js-open-sub-item.active span:before{
		transform: rotate(0);
	}
	.list-products .item-list-catalog{
	    flex: 0 0 50%;
	    width: 50%;
	}
}
@media only screen and (max-width: 639px){
	.list-products .item-list-catalog{
	    flex: 0 0 100%;
	    width: 100%;
	}
}

.cant-buy{
    border: 2px solid #cacaca!important;
    color: #cacaca!important;
    background-color: transparent!important;
}

.cant-buy:hover{
    border: 2px solid black!important;
    color: black!important;
    background-color: #cacaca!important;
    cursor: not-allowed!important;
}

.promo {
	padding: 20px 30px;
	border-bottom: 1px solid #dfdfdf;
}

.promo__label{
	margin-bottom: 10px;
	font-size: 14px;
}

.promo__row {
	display: flex;
}

.promo__field {
	flex-grow: 1;
}

.promo__button {
	flex-shrink: 0;
	width: 100px;
	height: 40px;
	margin-left: 12px;
	border: none;
	border-radius: 4px;
	background: #ff8e00;
	transition: opacity .2s;
}

.promo__button path {
	fill: #fff;
}

.promo__button:hover {
	opacity: .85;
}

@media only screen and (max-width: 767px){
	.promo {
		padding: 20px 15px;
	}

	.promo__button {
		width: 70px
	}
}

.credit__wrapper {
	max-width: 317px;
	margin-bottom: 25px;
	padding: 0 20px 16px;
	border: 1px solid #D8D8D8;
	border-radius: 8px;
}

.credit__head {
	text-align: center;
	margin-top: -14px;
}

.credit__info {
	margin-top: 18px;
	padding: 12px 30px;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

.credit__info strong {
	font-weight: 700;
	color: #000;
}

.credit__inner {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 8px;
	background: #f6f6f6;
}

.credit__title {
	font-size: 16px;
}

.credit__tooltip {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin-left: 16px;
	border-radius: 50%;
	border: 1px solid #FB9312;
}

.credit__tooltip-content {
	font-size: 15px;
}

.credit__tooltip-content p strong {
	font-weight: 700;
	color: white ;
}

.credit__control {
	display: flex;
	align-items: center;
	margin-top: 18px;
}

.credit__price {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #D8D8D8;
	background: white;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.credit__sign {
	flex-shrink: 0;
	margin: 0 8px;
}

.credit__dropdown {
	position: relative;
	width: 110px;
	flex-shrink: 0;
}

.credit__dropdown-head {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #575757;
	cursor: pointer;
	transition: color .2s;
	-webkit-tap-highlight-color: transparent;
}

.credit__dropdown-month {
	margin-right: 5px;
}

.credit__dropdown-arrow {
	flex-shrink: 0;
	margin-left: 24px;
	transition: transform .2s;
}

.credit__dropdown-body {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	z-index: 10;
	width: 187px;
	max-height: 200px;
	overflow: auto;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
}

.credit__dropdown-link {
	display: block;
	padding: 0 24px;
	border-bottom: 1px solid #EDEDED;
	line-height: 49px;
	color: #1A1A1A;
	transition: color .2s;
}

.credit__dropdown-head:hover,
.credit__dropdown-link:hover,
.credit__dropdown-link.active  {
	color: #FB9312;
}

.credit__dropdown-link:last-child {
	border-color: #fff;
}

.credit__dropdown.active {
	z-index: 5;
}

.credit__dropdown.active .credit__dropdown-arrow {
	transform: rotate(180deg);
}

.credit__dropdown.active .credit__dropdown-body {
	visibility: visible;
	opacity: 1;
}

.credit__banks {
	display: flex;
	flex-wrap: wrap;
	margin: 22px -5px 0;
}

.credit__bank {
	flex: 0 0 calc(25% - 10px);
	width: calc(25% - 10px);
	margin: 10px 5px 0;
}

.credit__image {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	padding-bottom: 14px;
	padding-right: 14px;
}

.credit__image img {
	width: 100%;
}

.credit__counter {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	background: white;
	border: 1px solid #E7E9EA;
	font-size: 14px;
	font-weight: 500;
}

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

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

.credit__variants .credit__image {
	margin-right: 16px;
	margin-left: 0;
}

.credit__variants .credit__counter {
	background: #F6F6F6;
}

.credit__all {
	padding: 3px 4px 1px;
	background: #F6F6F6;
	border: 1px solid #E7E9EA;
	border-radius: 12px;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #575757;
}

.credit__note {
	max-width: 225px;
	margin-left: 16px;
	padding-left: 16px;
	border-left: 1px solid #DFDFDF;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #575757;
}

.credit__note strong {
	font-weight: 700;
	color: #000;
}

.order-box .credit {
	padding: 10px 30px 20px;
	border-bottom: 1px solid #dfdfdf;
}

.order-box .credit__note {
	padding: 0;
	border: none;
}

.information {
	display: flex;
	align-items: flex-start;
}

.information__icon {
	flex-shrink: 0;
	margin-right: 8px;
}

.information__text {
	padding-left: 8px;
	border-left: 1px solid #FB9312;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #202124;
}

.information__text p:not(:last-child) {
	margin-bottom: 10px;
}

.information__text a {
	color: #0040FF;
}

.form-order__row-information {
	margin-top: -12px;
}

/*.form-order {
	display: flex !important;
}*/

.credit__links {
	display: flex;
	flex-wrap: wrap;
	margin: 5px -10px 0;
}

.credit__link {
	flex: 0 0 calc(16.666% - 20px);
	width: calc(16.666% - 20px);
	margin: 20px 10px 0;
	padding-bottom: 10px;
}

.credit__link .credit__image {
	width: 46px;
	height: 46px;
	padding-right: 16px;
	padding-bottom: 16px;
}

.credit__link .credit__image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	height: 2px;
	background: transparent;
	transition: background .2s;
}

.credit__link .credit__counter {
	width: 28px;
	height: 28px;
	background: #F6F6F6;
	transition: all .2s;
}

.credit__link.active .credit__image:before {
	background: #FF8E00;
}

.credit__link:hover .credit__counter,
.credit__link.active .credit__counter {
	background: #FF8E00;
	border-color: #FF8E00;
	color: #fff;
}

.credit__box {
	margin-top: 20px;
	padding: 10px 30px 20px;
	background: #F6F6F6;
	border-radius: 8px;
}

.credit__box .irs-bar {
	margin-left: -1.84389%;
}

.credit__value {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #9C9C9C;
}

.credit__value strong {
	font-weight: 700;
	color: #000;
}

.credit__scale {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 12px;
}

.credit__number {
	width: 24px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #9C9C9C;
}

.credit__number:nth-child(1),
.credit__number:last-child {
	color: #000;
}

@media only screen and (max-width: 1340px){

	.credit__dropdown-body {
		top: calc(100% + 6px);
		left: auto;
		right: 0;
	}
}

@media only screen and (max-width: 1023px){
	.credit__wrapper {
		margin: 0 auto 15px;
	}
	.bottom-cart .credit__line{
		display: block;
		padding: 20px;
		text-align: center;
	}
	.bottom-cart .credit__variants {
		justify-content: center;
	}
	.bottom-cart .credit__note {
		margin: 8px auto 0;
		padding: 0;
		border: none;
	}
	.order-box .credit {
		padding: 20px 30px;
		border-bottom: 1px solid #dfdfdf;
	}
}

@media only screen and (max-width: 767px){
	.credit__wrapper {
		max-width: 100%;
		margin: -25px auto -10px;
	}

	.order-box .credit {
		padding: 10px 20px 5px;
	}

	.order-box .credit__line{
		display: block;
		padding: 20px;
		text-align: center;
	}
	.order-box .credit__variants {
		justify-content: center;
	}
	.order-box .credit__note {
		margin: 8px auto 0;
		padding: 0;
		border: none;
	}

	.form-order__row-information {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.credit__link {
		flex: 0 0 calc(33.333% - 20px);
		width: calc(33.333% - 20px);
	}

	.credit__box {
		padding: 5px 15px 20px;
	}
}

.tag-catalog,.tag-catalog li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.tag-catalog {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 20px -5px;
    width: 100%;
}

.tag-catalog li {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

.tag-catalog a {
    border: 1px solid #ff8e00;
    color: #ff8e00;
    background-color: transparent;
    font-weight: 400;
    font-family: Geometria,sans-serif;
    -webkit-box-shadow: 0 0 5px rgba(45,45,45,.15);
    box-shadow: 0 0 5px #2d2d2d26;
    padding: 15px 20px;
    font-size: 16px;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.tag-catalog a:hover {
    background-color: #ff8e00;
    color: #fff;
}

@media only screen and (max-width: 1199.98px) {
    .tag-catalog {
        flex-wrap: nowrap;
        width: calc(100%);
        margin: 20px -15px 20px 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tag-catalog::-webkit-scrollbar {
        height: 3px;
    }

    .tag-catalog::-webkit-scrollbar-track-piece {
        background-color: transparent;
        border-radius: 0;
    }

    .tag-catalog::-webkit-scrollbar-thumb:horizontal,.filters__inner::-webkit-scrollbar-thumb:window-inactive {
        height: 3px;
        background-color: #ff8e00;
        border-radius: 0;
    }

    .tag-catalog li {
        flex-shrink: 0;
        padding: 0;
    }

    .tag-catalog li+li a {
        border-left: 0;
    }

    .tag-catalog a:hover {
        background-color: transparent;
        color: #ff8e00;
    }

    .tag-catalog a {
        border: 1px solid rgba(126,122,133,.16);
        box-shadow: none;
        background-color: #fff;
        font-size: 16px;
        color: #7e7a85;
        font-weight: 400;
        font-family: Geometria,sans-serif;
    }
}

.filter-sort {
    margin: 20px;
    display: none;
}

.filter-sort .text {
    color: #343434;
    font-size: 16px;
    font-weight: 500;
    font-family: Geometria, sans-serif;
    margin-bottom: 10px;
    display: block;
}

.filter-sort span {
    margin-right: 0;
}

.filter-sort .select2 {
    width: 100% !important;
    height: 26px;
}

.filter-sort .select2-container--open .select2-selection__arrow {
    top: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #ff8e00;
    color: #fff;
}

@media only screen and (max-width: 1199.98px) {
    .controls-catalog {
        display:none
    }
    .filter-sort {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
	.section-post-index .content-blog-catalog {
		padding-bottom: 48px;
	}
    .section-post-index .content-blog-catalog .next, .section-post-index .content-blog-catalog .prev {
        bottom: 16px;
    }
	.content-blog-catalog.js-content-blog-catalog {
		padding-bottom: 44px !important;
	}
	.content-blog-catalog.js-content-blog-catalog .prev,
	.content-blog-catalog.js-content-blog-catalog .next {
		top: auto;
		bottom: 0;
	}
	.popup_cart .section-similar-products {
		margin-top: 28px;
	}
	.popup .section-similar-products .arrow__next:hover svg, 
	.popup .section-similar-products .arrow__prev:hover svg {
		fill: #000;
	}
	.section-item-product__right .product-lable {
		margin-bottom: 50px;
	}
	.section-item-product__right .product-lable .product-lable__item {
		margin-bottom: 0;
	}
}

.popup .section-similar-products .title-block__title,
.popup .section-similar-products .title-block .arrow {
	background: #fff;
}
ul.sub-menu {
	list-style-type: none;
}
.menu-box .menu-category,
.link-catalog,
.reviews-block .reviews {
	overflow: visible;
}
.custom_wrapper .container>ul>li:first-child {
	display: none !important;
}
.menu-col {
	flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
}
.content-text a {
	display: inline !important;
	word-break: break-all;
}
.custom_wrapper .container {
	padding-left: 30px;
	padding-right: 30px;
}
