.wrapper {
    display: flex;
    flex-direction: column;                              
    min-height: 100vh;
    min-width: 320px;
}
.main-block{
    padding: 25px 0;
}
.main-block.mob{
    margin-bottom: -40px;
}
.breadcrumbs{
    margin-bottom: 24px;                                          
}
.breadcrumbs > span{
    display: inline-block;
    vertical-align: middle;                                                
    position: relative;
}
.breadcrumbs span + span{
    padding-left: 24px;
    margin-left: 7px;
}
.breadcrumbs span + span:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url(../image/arr-r.png) center no-repeat;
}
.breadcrumbs span a{
    color: #9ea0a6;
    font-size: 14px;
    font-weight: 500;
}
.breadcrumbs span{
    color: #3e3f42;
    font-size: 14px;
    font-weight: 500;
}

h1,.h1{
    color: #3e3f42;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 24px;
    display: block;
}
.h3{
    color: #3e3f42;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
    display: block;
}
.empty-cart .h3 {
    margin-bottom: 16px;
}
.h3 b {
    color: #1d2e87;
}
/*----------------------------------------------------------------cart-section---------------------------------------------------------------*/
.cart-sidebar{
    position: relative;
	max-width: 376px;
    width: 100%;
}
.cart-content{
    width: calc(100% - 376px);
    padding-right: 40px;
}
.shopping-card-item {
    border-radius: 4px;
    border: 1px solid rgba(79, 104, 123, 0.1);
    background-color: #ffffff;
    padding: 18px 20px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.shopping-card-photo{
    width: 91px;
    height: 91px;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shopping-card-photo img{
    object-fit: contain;
    max-height: 100%;
    display: block;
    max-width: 90%;
}
.shopping-card-total{
    width: 157px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
}
.shopping-card-price-without-option {
	margin-top:20px
}
.shopping-card-price{
    flex-direction: column;
    align-items: flex-end;
}
.shopping-card-price > div{
    margin-left: auto;
    margin-right: 0;
    width: auto;
}
/*.shopping-card-price .day-product-old-price:after{*/
/*    left: auto;*/
/*    right: 0;*/
/*    transform: none;*/
/*}*/

.shopping-card-name{
    padding:10px 10px 0;
    width: calc(100% - 333px);
    position: relative;
}
.shopping-card-name .quantity{
    margin-top: 20px;
}
.shopping-card-category{
    color: #9ea0a6;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 13px;
}
.shopping-card-title{
    color: #3e3f42;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    transition:all .5s;
}
.shopping-card-title:hover{
    color: #1d2e87;
}
.quantity{
    width: 84px;
    align-self: center;
}
.number{
    align-items: center;
    justify-content: center;
}
.number-counter{
    width: 30px;
    color: #3e3f42;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 5px;
    padding: 0;
    border: none;
    text-align: center;
}
.plus,.minus{
    width: 24px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #aab1b9;
    background: none;
    cursor: pointer;
}
.plus:before,.minus:before{
    content: '';
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: -1px auto 0;
}
.plus:before{
    background-image: url(../image/plus.png);
}
.minus:before{
    background-image: url(../image/minus.png);
}
.shoping-card-delete{
    background: none;
    color: #3e3f42;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding-left: 15px;
    position: relative;
    cursor: pointer;
}
.shoping-card-delete:hover{
    color: #f63533;
}
.shoping-card-delete:hover:before,.plus:hover,.minus:hover{
    filter: invert(47%) sepia(97%) saturate(4314%) hue-rotate(340deg) brightness(96%) contrast(102%);
}
.shoping-card-delete:before{
    content: '';
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    top: 50%;
    margin-top: -6px;
    position: absolute;
    background-image: url(../image/delete.png);
    left: 0;
}
.cart-coupon{
    padding: 23px 16px;
    background-color: #ffffff;
    margin-bottom: 23px;
}
.cart-coupon-img{
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.cart-coupon-img img{
    max-width: 100%;
    max-height: 100%;
}
.cart-coupon-name{
    color: #3e3f42;
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}
.cart-coupon p{
    color: #3e3f42;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.cart-coupon-form{
    padding-top: 16px;
}
.cart-coupon-form label{
    margin-bottom: 20px;
    display: block;
}
.cart-coupon-form-input::placeholder {
    opacity: 1;
    font-size: 14px;
    letter-spacing: -0.22px;
    transition: .3s;
}
.cart-coupon-form-btn{
    border-radius: 8px;
    background-color: #1d2e87;
    max-width: unset;
    font-size: 16px;
    text-transform: uppercase;
}
.cart-coupon-form-btn:hover{
    background-color: #546879;
}
.cart-result .cart-coupon-form-btn,.btn-red{
    background-color: #f63533;
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 16px;
}
.form-input-icon{
    display: block;
    position: relative;
}
.form-input-icon input{
    padding-left: 48px;
}
.form-input-icon:before{
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    top: 50%;
    margin-top: -12px;
    position: absolute;
    left: 12px;
}
.cart-coupon-mail:before{
    background-image: url(../image/massage.png);
}
.cart-coupon-name:before{
    background-image: url(../image/user.png);
}
.cart-coupon-phone:before{
    background-image: url(../image/phone.png);
}
.cart-coupon-custom6:before{
    background-image: url(../image/city-ico.png);
	opacity: 0.8;
}
.cart-result-row-name{
    flex: 1;
    margin-top: 2px;
    color: #3e3f42;
    font-size: 15px;
    font-weight: 400;
}
.cart-result .cart-result-row + .cart-result-row{
    padding-top: 10px;
}
.cart-result  .day-product-price{
    /*width: 86px;*/
    margin-right: 0;
    justify-content: flex-end;
}
.cart-result-row{
    align-items: center;
}
.cart-content-wrap{
    flex-wrap: wrap;
}
.related-products-wrap{
    /* display: none; */
}
.shopping-card-name > .shopping-card-total{
    margin-top: 15px;
    width: 100%;
    align-items: flex-start;
}
.shopping-card-name  > .shopping-card-total > .shopping-card-price {
    align-items: flex-start;
    display: block;
}
.shopping-card-name > .shopping-card-total > .shopping-card-price > div{
    display: inline-flex;
    align-items: center;

}
.shopping-card-name > .shopping-card-total > .shopping-card-price > div + div{
    margin-left: 20px;
}
.back-button{
    display: none;
    float: left;
    border: 1px solid #aab1b9;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
}
.back-button:before{
    content: '';
    width: 16px;
    height: 16px;
    background: url(../image/arr-r.png) center no-repeat;
    display: block;
    transform: rotateZ(180deg);
}
@media (max-width:1199px) {
    .shopping-card-name {
        width: calc(100% - 250px);
    }
}
@media (max-width:1050px) {
    .cart-sidebar {
        max-width: 300px;
    }
    .cart-content {
        width: calc(100% - 300px);
        padding-right: 20px;
    }
    .cart-coupon-name {
        font-size: 21px;
    }
    .cart-coupon-img {
        width: 38px;
        height: 38px;
    }
    /*.cart-result-row{*/
    /*    margin-bottom: 5px;*/
    /*}*/
    .cart-coupon-form-btn {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px;
    }
}
@media (max-width:889px) {
    .cart-content {
        width: 100%;
        padding-right: 0;
    }
    .cart-sidebar{
        max-width: unset;
    }
}
@media (max-width:768px) {
    .related-products-wrap{
        display: block;
        width: 100%;
		margin-top: 19px;
		margin-bottom: 0px;
    }
    .btn {
        font-size: 16px;
    }
}
@media (max-width:560px) {
    .shopping-card-name {
        width: calc(100% - 91px);
        padding-right: 0;
        padding-top: 0;
    }
    .shoping-card-delete {
        position: absolute;
        right: 0;
        top: 0;
    }
    .shopping-card-category {
        max-width: calc(100% - 80px);
        margin-bottom: 8px;
    }
    .breadcrumbs{
        /*display: none;*/
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		height: 30px;
		margin-bottom: 10px;
		margin-top: -17px;
    }
	h1 {
		margin-bottom: -5px;
	}
	.catalog-bannner img {
		margin-bottom: 8px!important;
	}
	.breadcrumbs span {
		background: #fff;
		border-radius: 50px;
		box-shadow: 0 1px 2px rgba(0,0,0,.16);
		color: #0a0a0a;
		display: inline-block;
		font-size: 12px;
		line-height: 16px;
		list-style-type: none;
		padding: 6px 12px;
		white-space: nowrap;
		padding-left: 12px!important;
	}
	.breadcrumbs span + span:before {
		content: unset!important;
		width: 0px;
		height: 0px;
		background: nonet;
	}	/*
    .back-button{
        display: flex;
    }*/
    h1, .h1 {
        font-size: 24px;
    }
}
@media (hover: none) {
::-webkit-scrollbar {
    display: none;
}
}
@media (max-width:480px) {
    .cart-content{
        margin-bottom: 20px;
    }
    .shopping-card-item {
        margin: 0 -15px;
        border-radius: 0;
        border: none;
        padding: 18px 16px;
    }
    .shopping-card-item  + .shopping-card-item{
        padding-top: 0;
    }
    .shopping-card-photo {
        width: 70px;
        height: 70px;
    }
    .shopping-card-name {
        width: calc(100% - 70px);
    }
    .shopping-card-item  + .shopping-card-item:before{
        content: '';
        display: block;
        height: 1px;
        background-color: #9ea0a5;
        opacity: 0.6;
        width: 100%;
        margin-bottom: 20px;
    }
    .cart-coupon{
        margin: 0 -15px;
    }
    .cart-coupon + .cart-coupon{
        margin-top: 1px;
    }
    .cart-result{
        margin-top: 32px !important;
    }
    .btn {
        width: 100%;
    }
}
/*----------------------------------------------------------------checkout-section---------------------------------------------------------------*/
.checkout-block{
    background-color: #ffffff;
    padding:23px 16px 30px;
    margin-bottom: 24px;
}
.checkout-form{
    flex-wrap: wrap;
    margin: 0 -15px;
}
.checkout-form-label{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.checkout-form-label .nice-select .list {
    right: 0;
}
.checkout-form-label label{
    display: block;
}
.checkout-form-bottom{
    max-width: 344px;
}
.checkbox{

}
.checkbox-box{
    width: 24px;
    height: 24px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    display: block;
    transition:background .3s;
    margin-right: 16px;
}
.checkbox-box:before,.checkbox-box:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    transition:all .5s;
}
.checkbox-box:before{
    border: 1px solid #bcbcbc;
    z-index: 2;
}
label{
    cursor: pointer;
}
.checkbox-box:after{
    z-index: 3;
    background: url(../image/check.png) center no-repeat;
    transform: scale(.3);
    opacity: 0;
}
.checkbox input:checked + .checkbox-box{
    background:#1d2e87;
}
.checkbox input:checked + .checkbox-box:before{
    opacity: 0;
}
.checkbox input:checked + .checkbox-box:after{
    transform: scale(1);
    opacity: 1;
}
.checkbox input{
    display: none;
}
.checkout-form-label .nice-select{
    width: 100%;
    border: 1px solid #bcbcbc;
}
.checkbox {
    display: flex;
    align-items: center;
}
.checkbox-name{
    color: #3e3f42;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    flex: 1;
}
.checkbox{
    margin-top: 10px;
}
.agree{
    margin-top: 0;
}
.agree .checkbox-name {
    font-size: 12px;
}
.agree a { font-weight:bold; text-decoration: underline }
.notice{
    margin-top: 30px;
}
.notice p{
    color: #3e3f42;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.checkout-form-label .checkout-form{
    margin: 0 -8px;
}
.checkout-form-label .checkout-form-label{
    margin-bottom: 0;
    padding: 0 8px;
}
.map-tabs-captions{
    margin-bottom: 24px;
}
.map-tabs-caption{
    background-color: rgba(216, 216, 216, .3);
    border: 1px solid transparent;
    border-bottom-color: #bcbcbc;
    position: relative;
    max-width: 188px;
    text-align: center;
    transition:all .5s;
    padding: 15px 19px;
    cursor: pointer;
}
.map-tabs-caption span{
    color: #3e3f42;
    font-size: 16px;
    font-weight: 600;
    transition:all .5s;
}
.product-content-left .map-tabs-caption span{
    font-size: 17px;
}
.product-content-left .map-tabs-caption{
    /*width: auto;*/
    padding: 15px 6px;
}
.product-description p, .product-description font {    line-height: 28px;}
.map-tabs-caption p{
    color: #3e3f42;
    font-size: 13px;
    font-weight: 400;
	margin-top: 8px;
    margin-bottom: -10px;	
}
.map-tabs-caption:before{
    position: absolute;
    top: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    content: '';
    opacity: 0;
}
.map-tabs-caption.active:before {
    opacity: 1;
}
.map-tabs-caption.active > span{
    color: #1d2e87;
}
.map-tabs-caption:first-child{
    border-left: none;
}
.map-tabs-caption.active{
    background-color: #ffffff;
    border-left-color: #bcbcbc;
    border-top-color: #bcbcbc;
    border-right-color: #bcbcbc;
}
.map-tabs-content{
    visibility: hidden;
    display: none;
    opacity: 0;
}
.map-tabs-content.active{
    visibility: visible;
    display: block;
    opacity: 1;
}
.map-tabs{
    margin-bottom: 40px;
}
.map-checkout{
    position: relative;
    /*height: 448px;*/
	min-height: 200px;
    display: flex;
    flex-wrap: wrap;
}
.map-checkout img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex: 1;
}
.map-checkout-buttons{
    position: absolute;
    left: 50%;
    width: 344px;
    margin-left: -172px;
    border-radius: 24px;
    border: 1px solid #979797;
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
	bottom: 12px;
	z-index: 1000;
}
.map-checkout-button{
    width: 50%;
    padding: 12px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #3e3f42;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
}
.map-checkout-button.active{
    background-color: rgba(216, 216, 216, .3);
    color: #1d2e87;
}
.map-checkout-button:before{
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-right: 10px;
}
.map-checkout-button-1:before{
    background-image: url(../image/map-menu.png);
}
.map-checkout-button-2:before{
    background-image: url(../image/loc-ico.png);
}
.map-checkout-button-1{

}
.map-checkout-button-2{
    border-left: 1px solid #979797;
}
.payments-form{
    flex-wrap: wrap;
    /*margin: 0 -15px;*/
}
.payment-item{
    padding: 0 15px 0 0;
    width: 25%;
    margin-bottom: 15px;
}
.payment-item input{
    display: none;
}
.payment-item-mask{
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    background-color: #ffffff;
    padding: 10px;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    transition: all .5s;
}
.payment-item-top{
    display: flex;
    align-items: center;
}
.payment-item-img {
    width: 48px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #bcbcbc;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
    transition:all .5s;
}
.payment-item-img img{
    object-fit: contain;
    max-width: 90%;
    max-height: 90%;
}
.payment-item-name{
    flex: 1;
    color: #3e3f42;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    transition:all .5s;
}
.payment-item-text{
    color: #3e3f42;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    flex: 1;
}
.payment-item-button{
    margin: 0 -15px -15px;
    display: block;
    color: #bcbcbc;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    line-height: 20px;
    border-top: 1px solid #bcbcbc;
    transition:all .5s;
}
.payment-item-mask:hover{
    border-color:#4b5053;
}
.payment-item-mask:hover  .payment-item-button{
    background-color:rgba(216, 216, 216, .3);
    border-color:#4b5053;
}
.payment-item input:checked + .payment-item-mask{
    border-color: #1d2e87;
    border-width: 2px;
}
.payment-item input:checked + .payment-item-mask .payment-item-name{
    color: #1d2e87;
}
.payment-item input:checked + .payment-item-mask .payment-item-img{
    border-color:#4b5053;
}
.payment-item input:checked + .payment-item-mask .payment-item-button{
    color: #1d2e87;
    border-color:#1d2e87;
    background-color:rgba(216, 216, 216, .3);
}
.checkout-result .shopping-card-category{
    margin-bottom: 0;
}
.checkout-result .cart-result-row{
    position: relative;
    flex-wrap: wrap;
    padding-top: 8px;
}
.checkout-result .cart-result-row  + .cart-result-row:before{
    content: '';
    display: block;
    height: 1px;
    background-color: #9ea0a5;
    opacity: 0.6;
    width: 100%;
    margin-bottom: 8px;
}
.checkout-result .day-product-price {
    margin-right: 0;
    width: auto;
}
.cart-result-row-name a{
    color: #3e3f42;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.cart-result-row-name a:hover{
    color: #1d2e87;
}
.empty-cart-page{
    background: #fff;
    flex: 1;
    padding-bottom: 50px;
}
.empty-cart-page-top h1,.empty-cart-page-top .h1{
    margin-bottom: 0;
}
.empty-cart-page p{
    color: #3e3f42;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.empty-cart-page .btn{
    margin-top: 30px;
}
@media (max-width:560px) {
    .checkout-form-label {
        width: 100%;
    }
    .checkout-form-label .checkout-form-label{
        width: 50%;
    }
    .payment-item {
        width: 100%;
    }
}
@media (max-width:480px) {
    .checkout-block{
        margin: 0 -15px 28px;
    }
    .map-checkout-buttons{
        position: static;
        margin: 0 auto 15px;
		height: 50px;
    }
    .map-tabs-captions {
         margin:0 -15px 15px;
     }
    .map-checkout img {
        height: calc( 100% - 50px );
    }
}
/*----------------------------------------------------------------product-section---------------------------------------------------------------*/
.product-content{
    clear: both;
    background-color: #ffffff;
}
.product-content-top{
    padding: 15px 18px;
    border-bottom: 1px solid rgba(158, 160, 165, .6);
}
.product-content-top-info {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.product-content-info-left{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
}
.product-content-info-right {
	display: flex;
    align-items: center;
    gap: 10px;	
}
.product-category{
    border-radius: 2px;
    background-color: #eeefee;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 20px;
    color: #3e3f42;
    font-size: 10px;
}
.product-id{
    color: #3e3f42;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    /*margin-left: 20px;*/
    display: inline-block;
    vertical-align: middle;
	text-wrap: nowrap;
}
.product-content-top h1,.product-content-top .h1{
    font-size: 28px;
    margin: 0;
}
.product-content-info-right a{
    border: 1px solid #aab1b9;
    width: 30px;
    /*height: 27px;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 100%;
	cursor:pointer;
}
.catalog-compare a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
	cursor:pointer;
}
.product-content-info-right a:hover, .product-content-info-right a.active {
    border: 1px solid #f63533;
}
.product-content-info-right a img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-content-info-right a:hover img, .product-content-info-right a.active img, .catalog-compare a:hover img, .catalog-compare a.active img  {
    filter: brightness(0) saturate(100%) invert(9%) sepia(90%) saturate(7079%) hue-rotate(11deg) brightness(111%) contrast(113%);
	
}

.product-content-full{
    width: 100%;
}
.product-content-right{
    width: 330px;
}
.product-content-left{
    padding-right: 35px;
    flex: 1;
    flex-wrap: wrap;
}
.product-photos{
    width: 432px;
    margin-right: 15px;
}
.product-info{
    flex: 1;
}
.product-content-bottom {
    padding: 20px 15px;
    flex-wrap: wrap;
}
.product-content-bottom .map-tabs-content {
    padding: 0 35px;
}
.product-content-left .map-tabs-content-wrap{
    padding-bottom: 50px;
}
.product-sidebar{
    /*border-radius: 2px;
    border: 3px solid #f63533;*/
    background-color: #ffffff;
    padding: 0 5px;
}
.order-block p,.product-info-stars-wrap p{
    /* color: #9ea0a5; */
    font-size: 16px;
    /* line-height: 26px; */
    /* font-weight: 600; */
    line-height: 24px;
}
.product-info-stars-wrap{
    /*justify-content: space-between;*/
	gap: 20px;
    align-items: center;
	margin-bottom: 15px;
}
.product-info-stars-mobile {
    /*justify-content: space-between;*/
	gap: 15px;
    align-items: center;
}
.product-info-reviews a {
	color: #9ea0a5;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px dashed #9ea0a5;
	text-wrap: nowrap;
}

.stock-status {
    margin: 10px 0;
    padding: 10px;
    background: #ededed;
    display: inline-block;	
	font-weight: 600;
    font-size: 16px;
}
.stock-status:before {
	content: '';
    border: 1px solid #ccc;
    border-radius: 10px;
    display: inline-flex;
    width: 10px;
    margin: 0 5px 0 0;
    height: 10px;
}
.stock-status.in-stock:before {
	background-color: #52c35d;
	/*border-color: #52c35d;*/
}
.stock-status.out-stock:before {
	background-color: red;
	/*border-color: red;*/
}
.stock-status.pre-stock:before {
	background-color: yellow;
	/*border-color: yellow;*/
}
.product-info__earned-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    border: solid #43a047 1px;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px
}
.product-info__bonus-info {
    color: #3e3f42;
    font-size: 16px;
    font-weight: 400;
	line-height: 20px;
}

.product-info__question-icon {
    cursor: pointer;
    vertical-align: text-top;
	display: initial;
}
.product-info__oneclick-content { 
    display: flex;
    width: 100%;
    margin-top: 15px;
	gap: 10px;
}
.oneclick-input {
    padding: 10px;
    min-width: 140px;
    font-size: 15px;
    /* font-weight: bold; */
    color: #000000;
}
.product-info__oneclick {
    width: 100%;
}
.product-info__oneclick .text-danger {
	margin: 5px 0 8px;
}

.b-product-info__order-info {position: relative}
.b-product-info__credit-products {
    margin-top: 20px;
	width: 100%;
}
.b-product-info__order-info:last-child {
    margin-bottom: 0;
}
.b-product-info__order-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3a3a44;
    -webkit-transition: color 134ms;
    -o-transition: color 134ms;
    transition: color 134ms;
}
.b-product-info__order-link .ui-icon--persent {
    margin-right: 11px;
    width: 19px;
    height: 17px;
}
.b-product-info__bank-icons {
	display: flex;
    padding: 10px 0;
    cursor: pointer;
}
.b-product-info__bank-icons img {
    margin-right: 10px;
    width: 35px;
    height: 35px;
}
.b-product-info__order-info .b-question {
    position: absolute;
    right: 0;
    top: -2px;
}
.b-question {
    position: relative;
    font-size: 0;
    line-height: 1;
    -webkit-transition: color 134ms;
    -o-transition: color 134ms;
    transition: color 134ms;
}
.b-question:hover {
    color: #ff6700;
}
.b-question.is-active .b-question__answer {
    display: block;
}
.b-question__answer {
    position: absolute;
    right: 0;
    bottom: 100%;
    font-family: RobotoRegular, Helvetica, Arial, sans-serif;
    background: #fff;
    padding: 20px 15px 15px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    width: 320px;
    margin: 0 -10px 12px 0;
    color: #3a3a44;
    -webkit-box-shadow: 0 2px 6px #e6e6ef;
    box-shadow: 0 2px 6px #e6e6ef;
    display: none;
    z-index: 400;
}
.b-question__answer:after {
    content: '';
    position: absolute;
    right: 12px;
    bottom: -8px;
    border: 10px solid transparent;
    border-top-color: #fff;
    border-width: 10px 8px 0 8px;
    -webkit-filter: drop-shadow(0 3px 2px #e6e6ef);
    filter: drop-shadow(0 3px 2px #e6e6ef);
}
.b-question .ui-icon--question {
    cursor: pointer;
    width: 21px;
    height: 21px;
}
.b-product-info__order-link {font-size: 15px;}


.ab__motivation_block {margin-top: 15px;width: 100%;}
.ab__mb_items .ab__mb_item-title {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    min-height: 20px;
    width: 100%;
    color: rgb(0, 0, 0);
    padding: 13px 40px 13px 15px;
	
}
.ty-icon-gift {
    background-color: red;
    -webkit-mask-image: url(/image/gift_icon.svg);
    mask-image: url(/image/gift_icon.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 19px;
    height: 21px;
}
.ty-delivery-icon {
    background-color: #686868;
    -webkit-mask-image: url(/image/delivery_icon.svg);
    mask-image: url(/image/delivery_icon.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 22px;
    height: 24px;
    margin-left: -1px;
}
.ty-discount-icon {
    background-color: #686868;
    -webkit-mask-image: url(/image/discount_icon.svg);
    mask-image: url(/image/discount_icon.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 25px;
    height: 24px;
    margin-left: -5px;
}
.ut2-icon-baseline-credit_card {
    background-color: #ff9900;
    -webkit-mask-image: url(/image/bonus_card.svg);
    mask-image: url(/image/bonus_card.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 22px;
    height: 24px;
	margin-left: -3px;
}

.ab__mb_items .ab__mb_item {
    min-height: 50px;
    background-color: #f5f5f7;
    /*padding: 14px 0px;*/
}
.ab__mb_items .ab__mb_item:not(:last-child) {
    margin-bottom: 1px;
}
.ab__mb_items .ab__mb_item:first-child {
    border-radius: 8px 8px 0px 0px;
}
.ab__mb_items .ab__mb_item:last-child {
    border-radius: 0px 0px 8px 8px;
}
.ab__mb_items .ab__mb_item-icon {
    font-style: normal;
    margin-right: 7px;
    font-size: 20px;
    color: #000;
}
.ab__mb_items .ab__mb_item-name {
    word-break: break-word;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: all 150ms ease 0s;
}
.ab__mb_items .ab__mb_item-title.open .ab__mb-cm-pl:hover {
    cursor: pointer;
}
.ab__mb_items .ab__mb_item-title .ab__mb-cm-pl:after {
    content: "";
    position: absolute;
    background-color: rgba(30, 30, 30, 0.35);
    -webkit-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
}
.ab__mb_items .ab__mb_item-title .ab__mb-cm-pl {
    width: 13px;
    height: 13px;
    right: 13px;
    position: absolute !important;
}
.ab__mb_items .ab__mb_item-title .ab__mb-cm-pl::before {
    top: 0px;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}
.ab__mb_items .ab__mb_item-title .ab__mb-cm-pl::after {
    top: 50%;
    left: 0px;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}
.ab__mb_item-description {
    padding: 10px 15px;
    background: #fdfdfd;
}
.ab__mb_item-description .ab-mb-style-presets.ty-wysiwyg-content {
    position: relative;
}
.ab__mb_item-description .ab-mb-style-presets {
    color: rgb(119, 119, 119);
}
.ty-wysiwyg-content {
    overflow-wrap: break-word;
}
.ab__mb_item-description .ab-mb-style-presets.ty-wysiwyg-content p {
    display: flex;
    align-items: center;
    color: rgb(119, 119, 119);
	font-size: 15px;
}
.ab__mb_item-description .ab-mb-style-presets.ty-wysiwyg-content ul {
    margin: 10px 15px;
    padding-left: 0 !important;
}
.ab__mb_item-description .ab-mb-style-presets.ty-wysiwyg-content ul li {
    padding: 2px 0;
    list-style-position: inside;
    list-style-type: none;
    color: #777;
}
.ab__mb_items .ab__mb_item-title:not(.open) .ab__mb-cm-pl:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}
.ab__mb_items .ab__mb_item-title:not(.open) .ab__mb-cm-pl:before, .ab__mb_items .ab__mb_item-title .ab__mb-cm-pl:after {
    content: "";
    position: absolute;
    background-color: #1e1e1e;
    -webkit-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
}

.underline {text-decoration: underline;}


.b-product-info__delivery-option {
    position: relative;
    padding-left: 42px;
    font-size: 14px;
    margin-bottom: 18px;
    letter-spacing: 0;
}
.b-product-info__delivery-option:before {
    content: '';
    position: absolute;
    background: none no-repeat left top;
    background-size: contain;
    left: -1px;
}
.b-product-info__delivery-option[data-type=supplies]:before {
    background-image: url(/image/icon-delivery-2.svg);
    width: 26px;
    height: 25px;
    top: calc(50% - 14px);
}
.b-product-info__delivery-option[data-type=delivery]:before {
    background-image: url(/image/icon-delivery-3.svg);
    width: 26px;
    height: 24px;
    top: calc(50% - 14px);
}
.b-product-info__delivery-option[data-type=pickpoint]:before {
    background-image: url(/image/icon-delivery-4.svg);
    width: 26px;
    height: 24px;
    top: calc(50% - 14px);
}
.b-product-info__delivery-option a, .b-product-info__delivery-option span span {
    color: #1d77ff;
    /*cursor: pointer;*/
}




.oneclick-input::placeholder {
    font-size: 14px;
}
.product-info__oneclick-content input,
.product-info__oneclick-content button{
    /*width: 50%;*/
}

.btn-grey {
    background-color: #6c6c6c;
    font-size: 14px;
}


.product-stars-rating {font-size: 16px; font-weight: bold; margin: 0 0 0 5px;}
.product-sidebar .day-product-old-price{
    display: inline-flex;
}
.order-block .text-nalichnie {
	font-size: 13px;
    color: #a3a3a3;
    font-weight: bold;
}
.order-block .day-product-price .stiker_skidka {
	position: relative;
    top: -17px;
    font-size: 12px !important;
    padding: 4px;
    border-radius: 5px;
    background: #f63533;
    color: #fff;
}
.order-block .day-product-price span {
    font-size: 36px;
    line-height: 1;
}
.order-block .day-product-price {
    align-items: center;
    margin-right: 0;
    width: auto;
}
.btn-add-to-cart{
    font-size: 16px;
    text-transform: uppercase;
}
.btn-add-to-cart:before{
    width: 20px;
    content: '';
    height: 20px;
    margin-right: 10px;
    background-image: url(../image/cart-ico.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.btn-bordered{
    border:1px solid #f63533;
    color: #f63533;
    background-color: #fff;
}
.related .tab-content .swiper-container {width:801px;}
.related .tags {display: block!important}
.mobile {display:none}
.desktop {display:block}
@media (max-width:1090px) {
	.related .tab-content .swiper-container {width:750px;}
	.accesories-products-wrap .swiper-slide {width: 187px!important; }
}
@media (max-width:889px) {
	.related .tab-content .swiper-container {width:550px;}
	.accesories-products-wrap .swiper-slide {width: 183px!important; }
	.accesories-products-wrap { margin: -10px -6px 0 -30px; }
	.product-content-left .map-tabs-captions { overflow-x: auto!important; border: 0!important;    border-radius: 9px!important;}
	.product-content-left .map-tabs-caption {    padding: 9px 20px 14px!important; white-space: nowrap;}
	.product-content-left .map-tabs-caption + .map-tabs-caption {border: 0!important;}	
	.product-content-bottom-second .product-content-left {   overflow-x: auto!important;  overflow-y: hidden;}
}
@media (max-width:665px) {
	.related .tab-content .swiper-container {width:451px;}
	.accesories-products-wrap .swiper-slide {width: 225px!important; }
	.accesories-products-wrap { margin: -10px -6px 0 -30px; }	
}
@media (max-width:560px) {
	.order-block .text-nalichnie {margin-left: 0;}	
	.related .tab-content .swiper-container {width:401px;}
	.accesories-products-wrap .swiper-slide {width: 200px!important; }
	.accesories-products-wrap { margin: -10px -6px 0 -30px; }	
}
@media (max-width:460px) {
	.related .tab-content .swiper-container {width:351px;}
	.accesories-products-wrap .swiper-slide {width: 175px!important; }
	.accesories-products-wrap { margin: -8px -0px 0 0px; }	
	.mobile {display:block}
	.desktop {display:none}
	.accesories-products-wrap .tags .tag {padding: 10px 9px;margin: 0px 5px 10px 0px!important}
	.map-tabs-caption {/*overflow-wrap: anywhere;*/}
	.product-content-left .map-tabs-captions { overflow-x: auto!important; border: 0!important;    border-radius: 9px!important;}
	.product-content-left .map-tabs-caption {    padding: 9px 20px 14px!important; white-space: nowrap;}
	.product-content-left .map-tabs-caption + .map-tabs-caption {border: 0!important;}
	
}
.gallery-top {
    width: 100%;
}
.gallery-thumbs {
    padding: 10px 0;
}
.gallery-thumbs-wrap{
    padding: 0 24px;
    position: relative;
}
.gallery-thumbs-wrap .swiper-button-next,.gallery-thumbs-wrap .swiper-button-prev{
    position: absolute !important;
    top: 50%;
    margin-top: -12px;
}
.product-photos .swiper-slide{
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}/*
.product-photos .swiper-slide:before{
    content: '';
    display: block;
    padding-bottom: 100%;
}*/
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: auto;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.product-variations{
    /*margin-top: 25px;*/
    margin-bottom: 15px;
}
.product-variations-row{
    margin-bottom: 15px;
    align-items: center;
}
.product-variations-name{
    color: #9ea0a5;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    width: 100px;
    margin-right: 10px;
}
.product-variations-list{
    flex: 1;
    flex-wrap: wrap;
}
.product-variations-list label{
    margin: 0 10px 9px;
}
.product-variations-list label:last-child{
    margin-right: 0;
}
.product-variations-list input{
    display: none;
}
.product-variations-value{
    color: #3e3f42;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    background-color: #eeefee;
    display: block;
}




.product-info .product-variations-row{
	flex-wrap: wrap;
}
.product-info .product-variations-name {
    color: #000;
    width: 100%;
	margin-bottom: 10px;
}
.product-info .product-variations-name .product-variation-value {font-weight: 400; }
.product-info .product-variations-list label{
    margin: 0 0px 6px;
}
.product-info .product-variations-value,
.product-info .product-variations-image {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 0 10px 5px 0;
    max-width: 120px;
    min-width: 50px;
    border: 1px solid #d5d5d5;
    float: left;
    cursor: pointer;
    border-radius: 6px;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;	
}
.product-info .product-variations-value {
    height: 50px;
	padding: 10px 3px;
    background-color: #fff;
    color: #000;	
	font-weight: normal;
    font-size: 13px;

}

.product-info .product-variations-image {
    padding: 2px;
}
.product-info .product-variations-list input:checked + .product-variations-value,
.product-info .product-variations-list input:checked + .product-variations-image {
    background-color: #fff;
    color: #000;
	border-color: #000;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
    position: relative;	
}

.product-info .product-variations-list input:checked + .product-variations-value:before,
.product-info .product-variations-list input:checked + .product-variations-image:before {
    position: absolute;
    right: -5px;
    top: -5px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "";
    font-size: 12px;
    color: #000;
    background: #fff;
    overflow: hidden;
    width: 14px;
    height: 14px;
    padding: 1px;
    border-radius: 100%;
	background: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8cGF0aCBkPSJNMTIsMkM2LjQ3NywyLDIsNi40NzcsMiwxMmMwLDUuNTIzLDQuNDc3LDEwLDEwLDEwczEwLTQuNDc3LDEwLTEwQzIyLDYuNDc3LDE3LjUyMywyLDEyLDJ6IE0xMCwxNy40MTRsLTQuNzA3LTQuNzA3IGwxLjQxNC0xLjQxNEwxMCwxNC41ODZsNy4yOTMtNy4yOTNsMS40MTQsMS40MTRMMTAsMTcuNDE0eiI+PC9wYXRoPgo8L3N2Zz4=') 50% 50% no-repeat;
	background-size: 100%;

}



.product-variations-list input:checked + .product-variations-value{
    background-color: #1f3088;
    border-color: #1f3088;
    color: #fff;
}
.product-variations-color{
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: block;
    position: relative;
	border: 1px solid #d5d5d5;
}
.product-variations-list input:checked + .product-variations-color:before{
    opacity: 1;
}
.product-variations-color:before{
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
    border: 2px solid #1f3088;
    display: block;
    content: '';
    border-radius: 100%;
    opacity: 0;
}
.product-table-row{
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    margin-bottom: 15px;
}
.product-table-row.attr-warranty:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNDEuNzMyIDE0MS43MzIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwNC44NzQgNjAuOTQzdjkuMDc1aDYuNnYxMC43MjNoMTMuMTk3VjcwLjAxOGg1Ljc3NXYtOS4wNzV6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMTguNDIxIDU0VjM2LjQ4MkM3My45MjEgMTEuNDU4IDExLjI4NiAyOC44MDggMTEuMjg2IDcwLjM1YzAgNDYuMzIzIDYyLjYzMyA1Ny44OSAxMDcuMTM1IDM1LjM2NnYtMTguMzVjLTE2LjQ4MiA1LjgzOC00NC41MDIgNC4xNy00NC41MDItMTYuNjg0Uzk4LjM3NiA0Ni45MTQgMTE4LjQyMSA1NHpNNDYuNjAzIDc3LjM0Yy0xLjY1IDAtMi40NzUgMC00LjEyNS0uODI1di05LjU2OGMuMzc2LjIuODI1LjQ5NCA0LjEyNS40OTQgMy4yOTkgMCA3LjQyNC0yLjQ3NCA3LjQyNC03LjQyNHMtMy45ODEtNy40MjQtNy40MjQtNy40MjRjLTMuMzk0IDAtNy40MjUgMy4yOTktNy40MjUgNy40MjRsLS4xODMgMzcuOTY5Yy00LjMwOC0uMTY2LTguNzg3LTIuNzIzLTkuNTk5LTcuMzc3bC0uMDEzLTMxLjg0M2MuMDU1LTguNDA5IDcuNjMtMTYuMDcxIDE2Ljg1My0xNi4wNzEgOS4yODkgMCAxNy42ODggNy40MjQgMTcuNjg4IDE3LjQ5OS4wMDEgMTAuMDc0LTkuMDcyIDE3LjE0Ni0xNy4zMjEgMTcuMTQ2eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+Cg==);
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: 72px;
    margin-top: -7px;
}
.product-table-name{
    color: #9ea0a5;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    padding-right: 10px;
}
.product-table-value{
    color: #3e3f42;
    background: #fff;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 400;
	text-align: right;
}
.product-table-value a{font-size: 15px;}
.product-table-dots{
    flex: 1;
    height: 2px;
    background: url(../image/dots.png) bottom repeat-x;
    align-self: flex-end;
}
.typical-link{
    color: #1f3088;
    font-size: 13px;
    font-weight: 400;
}
.typical-link:hover{
    color: #f63533;
}
.product-table > .typical-link{
    display: inline-block;
    margin-top: 10px;
}
.related-name{
    display: block;
    color: #1f3088;
    font-size: 21px;
    font-weight: 600;
    line-height: 20px;
    border-bottom: 1px solid rgba(158, 160, 165, .6);
    padding: 0 10px 15px;
    margin: 0 -15px;
    text-align: center;
}
.related-item{
    display: flex;
    padding: 15px 10px;
    margin: 0 -15px;
    position: relative;
}
.related-result{
    padding: 30px 40px 0;
    margin: 0 -15px;
    position: relative;
}
.related-result .day-product-price span {;
    font-size: 30px;
    line-height: 1;
}
.related-result .day-product-price {
    margin-right: 0;
    align-items: center;
}
.related-item + .related-item,.related-result{
    border-top: 1px solid rgba(158, 160, 165, .6);
}
.related-item + .related-item:before,.related-result:before{
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
    border: 1px solid rgba(158, 160, 165, 0.7);
    background-color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    content: '+';
    position: absolute;
    left: 45px;
    margin-top: -12px;
    top: 0;
    display: block;
    color: #9ea0a5;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
}
.related-result:before{
    content: '=';
}
.related-item-photo {
    width: 88px;
    height: 88px;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
.related-item-photo img {
    object-fit: contain;
    max-height: 100%;
    display: block;
    max-width: 90%;
}
.related-item-name{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.related-item-title{
    color: #3e3f42;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
}
.related-item-title:hover{
    color: #1f3088;
}

.product-content-left .map-tabs-captions{
    margin-left: -15px;
}

.acc{
    width:100%;
}
.acc-item {
    border-bottom: 1px solid rgba(158, 160, 165, .6);
}
.acc-item:last-child{
    border-bottom: none;
}
.acc-button {
    padding: 11px 45px 11px 0 ;
    cursor: pointer;
    transition: .3s;
    position: relative;
    color: #9ea0a5;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.acc-button.active {
    color: #1f3088;
}
.acc-button:after {
    content: '';
    width: 6px;
    height: 10px;
    background: url(../image/arr-r.png) 0 0 no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
}

.acc-button.active:after {
    transform: translateY(-50%) rotate(90deg);
}
.acc-button:not(.active):hover {
    color: #1f3088;
}
.acc-content {
    display: none;
    padding: 0 0 20px;
}
.product-content-left .map-tabs-content > p{
    color: #3e3f42;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.product-acc .acc-content p{
    color: #3e3f42;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.product-content-left .content-item , .product-content-left .content-item p{
	font-size: 18px; 
}
.product-acc .acc-content li,.news-post-block-content not(.paginations) li{
    color: #3e3f42;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 13px;
    position: relative;
}
.product-acc .product-acc .acc-content li:before,.news-post-block-content not(.paginations) ul li:before{
    width: 4px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    background-color: #f63533;
    border-radius: 50%;
}
.product-decription > * {margin-bottom:15px}
.product-decription h3 {
    font-size: 19px;
}
.acc-content.active {
    display: block;
}
.product-reviews{
    padding: 10px 0;
}
.product-reviews-item{
    padding: 30px 0;
}
.product-reviews-item + .product-reviews-item{
    border-top: 1px solid rgba(158, 160, 165, .6);
}
.product-reviews-item-header {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.product-reviews-name{
    color: #1f3088;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.product-reviews-date{
    color: #3e3f42;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
}
.product-reviews-score{
    margin-bottom: 25px;
}
.product-reviews-score-item{
    min-width: 96px;
    margin-right: 16px;
}
.product-reviews-score-item span{
    color: #3e3f42;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    margin-bottom: 7px;
}
.product-reviews-score-item p{
    color: #9ea0a5;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}
.product-reviews-text + .product-reviews-text{
    margin-top: 25px;
}
.product-reviews-answer {margin-left: 30px}
.product-reviews-icon{
    width: 16px;
    margin-right: 10px;
}
.product-reviews-text span{
    color: #3e3f42;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.product-reviews-text p{
    color: #3e3f42;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
	text-align: justify;
}
.product-reviews .btn {/*
    font-size: 16px;
    max-width: 344px;
    border-radius: 8px;
    background-color: #1f3088;
    text-transform: uppercase;*/
}
.map-tabs-captions:after{
    height: 1px;
    background-color: #bcbcbc;
    content: '';
    flex: 1;
    align-self: flex-end;
}
.product-photos .day-product-bottom{
    display: none;
}
.product-page .back-button{
    float: none;
    margin-bottom: 15px;
}
.product-content-top-info-mobile{
    display: none;
}
.related-list li{
    margin-bottom: 5px;
}
.product-buttons-wrap + .related-list{
    margin-top: 20px;
}
.related-list-mobile{
    display: none;
}
.related-list label{
    display: flex;
    align-items: center;
}
.related-list input{
    display: none;
}
.related-radio-box{
    width: 24px;
    height: 24px;
    border: 1px solid #f63533;
    background-color: #ffffff;
    margin-right: 8px;
    display: block;
    border-radius: 50%;
    position: relative;
}
.related-radio-box:before,.related-radio-box:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    content: '';
    transition: all 0.3s;
}
.related-radio-box:before{
    content: '+';
    color: #f63533;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
	margin-right: -1px;
}
.related-radio-box:after{
    opacity: 0;
    background: url(../image/check.png) center no-repeat;
}
.related-list input:checked + .related-radio-box:after{
    opacity: 1;
}
.related-list input:checked + .related-radio-box{
    background-color: #f63533;
}
.related-list input:checked + .related-radio-box:before{
    opacity: 0;
}
.related-radio-text{
    color: #3e3f42;
    font-size: 13px;
    font-weight: 600;
    display: block;
    flex: 1;
	/*white-space: nowrap;*/
}
.order-block .btn{
    max-width: unset;
}
.order-block .btn-bordered{
    color: #3e3f42;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
}
.credit-tinkoff {
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 8px;
    outline: 0;
    text-align: left;
    max-width: 100%;
    color: #333;
    background-color: #ffdd2d;
    cursor: pointer;
	height: 56px;
    width: 100%;
    margin: 15px 0 0;	
    padding: 6px 55px 6px 10px;
}
.credit-tinkoff svg {
    width: 49px;
    height: 44px;
    margin-right: 12px;
}
.credit-tinkoff .button-text,
.credit-sber .button-text,
.credit-otp .button-text {
    font-family: haas, sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    white-space: nowrap;
}
.credit-sber {
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 8px;
    outline: 0;
    text-align: left;
    max-width: 100%;
    color: #333;
    background-color: #d5ffdf;
    cursor: pointer;
	height: 56px;
    width: 100%;
    margin: 15px 0 0;	
    padding: 6px 55px 6px 10px;
}
.credit-sber img {
    height: 47px;
    height: 44px;
    margin-right: 12px;
	margin-left: 5px;
}
.sber-start-price {
    margin: 3px 0 0;
    text-align: right;
    color: #9ea0a5;
    font-size: 15px;
    font-weight: 400;
}
.credit-otp {
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 8px;
    outline: 0;
    text-align: left;
    max-width: 100%;
    color: #333;
    background-color: #ccff00;
    cursor: pointer;
	height: 56px;
    width: 100%;
    margin: 15px 0 0;	
    padding: 6px 55px 6px 10px;
}
.credit-otp img {
    height: 47px;
    height: 44px;
    margin-right: 12px;
	margin-left: 5px;
}




.b-credit__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-credit__row--main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width: 767px) {
    .b-credit__row--main {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 767px) {
    .b-credit__row--main .b-credit__column {
        padding-right:0;
        width: 100%
    }
}

.b-credit__column {
    padding: 10px 30px 5px 0
}

@media screen and (max-width: 1239px) {
    .b-credit__column {
        padding-right:20px
    }
}

@media screen and (max-width: 1023px) {
    .b-credit__column {
        padding-bottom:10px
    }
}

@media screen and (max-width: 1023px) {
    .b-credit__column--tabs {
        width:100%;
        padding-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .b-credit__column--tabs {
        padding-bottom:10px
    }
}

.b-credit__column--btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin-top: 5px;
}

.b-credit__column:last-child {
    padding-right: 0
}

.b-credit__column .b-product-info__stat-tab {
    padding: 5px 15px;
}

.b-credit__item {
    -webkit-box-shadow: 0 2px 6px #e6e6ef;
    box-shadow: 0 2px 6px #e6e6ef;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 20px
}

.b-credit__item h2 {
    font-family: RobotoMedium,Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: .015em;
    margin: 0 0 15px;
    padding: 0
}

.b-credit__item p {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .015em;
    margin-bottom: 15px
}

.b-credit__item p:last-child {
    margin-bottom: 0
}

.b-credit__image {
    max-width: 150px;
    height: auto
}

@media screen and (max-width: 767px) {
    .b-credit__image {
        margin:10px auto;
        display: block
    }
}

.b-credit__btn {
    width: 150px;
    margin: 20px 10px 0 0
}

@media screen and (max-width: 767px) {
    .b-credit__btn {
        margin-top:10px
    }
}

.b-product-info__stat-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;	
}
.b-product-info__stat-tab.is-active, .b-product-info__stat-tab.is-active.is-disabled {
    border-color: #ff6700;
    -webkit-box-shadow: 0 0 0 #e6e6ef;
    box-shadow: 0 0 0 #e6e6ef;
    cursor: default;
}
.b-product-info__stat-tab:hover {
    background: #f6f6f6;
    color: #3a3a44;
}
.b-product-info__stat-tab {
    border: 2px solid transparent;
    background: #fff;
    color: #3a3a44;
    -webkit-box-shadow: 0 2px 6px #e6e6ef;
    box-shadow: 0 2px 6px #e6e6ef;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    /*margin-right: 10px;*/
    cursor: pointer;
    -webkit-transition: background-color 134ms, -webkit-box-shadow 134ms;
    transition: background-color 134ms, -webkit-box-shadow 134ms;
    -o-transition: background-color 134ms, box-shadow 134ms;
    transition: background-color 134ms, box-shadow 134ms;
    transition: background-color 134ms, box-shadow 134ms, -webkit-box-shadow 134ms;
}
.b-product-info__stat-title {
    font-family: RobotoMedium, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}
.b-credit__column--tabs{width: 34%;}


.product-buttons-wrap .btn{
    font-size: 14px;
    letter-spacing: 0.88px;
    padding-left: 5px;
    padding-right: 5px;
}
.product-buttons-wrap .btn+.btn{
    margin-left: 8px;
}
.product-photo-buttons{
    position: absolute;
    left: 0;
    top: 10px;
    display: flex;
    flex-direction: column;
    z-index: 5;
}
.product-photo-buttons a{
    width: 32px;
    height: 32px;
    background-color: #f63533;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
	opacity: 0.2;
}
.related-list {
    /*margin: 20px 10px;*/
}
.product-content-bottom-second{
    padding-top: 0;
}
.button-mobile-only{
    display: none;
}
.status-mobile {margin-top: 8px;}
@media (max-width:1199px) {
    .product-content-left {
        padding-right: 30px;
    }
    .product-photos {
        width: 335px;
    }
    .product-content-right {
        width: 275px;
    }
    .product-sidebar .button-desc-only{
        display: none;
    }
    .product-sidebar .button-mobile-only{
        display: block;
    }	
}
@media (max-width:1050px) {
    .product-content-bottom .map-tabs-content {
        padding: 0 20px;
    }
    .product-content-bottom-first .product-content-right{
        width: 100%;
    }
    .product-content-bottom-first .product-sidebar {
        border-radius: 0;
        border: none;
        background-color: #ffffff;
        padding: 20px 0 0;
    }
    .order-block{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
    }
    .product-buttons-wrap + .related-list{
        display: none;
    }
    .related-list-mobile{
        display: block!important;
    }
    /*.order-block .btn-bordered{*/
    /*    display: none;*/
    /*}*/
    .related-list {
        margin: 0 -15px;
        padding: 0 15px 20px;
        border-bottom: 1px solid #d8d8d8;
        width: calc(100% + 30px);
		display: none;
    }
    .order-block-text{
        /*width: calc( 100% - 160px );*/
        width: 100%;
    }
    .order-block  .btn-add-to-cart{
        /*max-width: 160px;*/
    }
    .product-content-bottom-second .product-content-right{
        display: none;
    }
    .product-content-bottom-second  .product-content-left{
        padding-right: 0;
    }
    .order-block > .btn-bordered{
        width: calc( 100% / 3 - 8px);
        font-size: 14px;
    }
    .product-buttons-wrap{
        width: calc( 100% / 3 * 2 - 8px);
    }
    .product-buttons-wrap .btn+.btn {
        margin-left: 8px;
    }

}
@media (max-width:889px) {
    .product-content-bottom-second .product-content-right {
        display: none;
    }
    .product-content-bottom .map-tabs-content{
        padding-right: 0;
    }
    .product-content-left {
        padding-right: 0;
    }
    .product-mobile-hidden{
        display: none;
    }
}
@media (max-width:768px) {
    .product-photos,.product-content-left {
        width: 100%;
    }
    .product-info {
        width: calc(100% + 30px);
        flex: unset;
        border-top: 1px solid rgba(158, 160, 165, .6);
        border-bottom: 1px solid rgba(158, 160, 165, .6);
        margin: 0 -15px;
        padding: 0 15px;
    }
    .product-photos{
        max-width: 400px;
        margin: 10px auto;
    }
    .product-info .day-product-stars, .product-content-bottom-first .product-table,.product-info-stars-wrap{
        display: none;
    }
    .product-variations-row + .product-variations-row{
        border-top: 1px solid rgba(158, 160, 165, .6);
        padding-top: 25px;
    }
    .product-variations {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .product-content-bottom .map-tabs-content {
        padding: 0;
		overflow-x: auto;
    }
    .product-content-top h1, .product-content-top .h1 {
        font-size: 20px;
    }
    .order-block > .btn-bordered,.product-buttons-wrap .btn {
        font-size: 12px;
        padding: 13px 5px;
    }
    .product-content-top-info-mobile {
        display: flex;
        margin-top: 10px;
    }
}
@media (max-width:560px) {
    .product-content-left .map-tabs-captions {
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 24px;
        border: 1px solid #979797;
        background-color: #ffffff;
        overflow: hidden;
        display: flex;
    }
    .product-content-left .map-tabs-caption{
        border: none;
        background-color: unset;
    }
    .product-content-left .map-tabs-caption + .map-tabs-caption{
        border-left:1px solid #bcbcbc;
    }
    .product-content-left  .map-tabs-caption.active{
        background-color: rgba(216, 216, 216, .3);
    }
    .product-content-left .map-tabs-caption span {

        font-size: 16px;
    }
    .gallery-thumbs-wrap{
        display: none;
    }
    .product-photos .day-product-bottom{
        display: flex;
    }
    .order-block > .btn-bordered,.product-buttons-wrap .btn {
        font-size: 10px;
        border-width: 1px;
        padding: 12px 2px;
    }
    .product-content-left .map-tabs-caption {
        padding: 15px 5px;
        width: 50%;
    }
}
@media (max-width:480px) {
    .product-content {
        margin: 0 -15px;
    }
    .product-content-top-info-mobile{
        display: flex;
        margin-top: 10px;
		gap: 25px;
    }
    .product-content-info-left .product-id{
        display: none;
    }
    .product-content-top {
        padding: 15px 15px 0;
        border-bottom: none;
    }
    .product-variations-list label {
        /*margin: 0 5px;*/
    }
    .product-variations-name {
        font-size: 14px;
        width: 72px;
    }
    .product-variations {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .product-variations-row {
        margin-bottom: 15px;
    }
    .product-variations-row + .product-variations-row {
        padding-top: 15px;
    }
    .order-block .day-product-price span {
        font-size: 24px;
        line-height: 1;
    }
    .order-block .day-product-price img {
        width: 12px;
        height: 16px;
    }
    .order-block  .btn-add-to-cart {
        /*width: auto;*/
    }
    .product-content-left .map-tabs-caption span {
        font-size: 13px;
    }
    .product-reviews-text + .product-reviews-text {
        margin-top: 15px;
    }
    .order-block > .btn-bordered {
        width: calc( 100% / 3 + 8px);
    }
    .product-buttons-wrap {
        width: calc( 100% / 3 * 2 - 12px);
    }
    .product-buttons-wrap .btn+.btn {
        margin-left: 4px;
    }
    .button-desc-only{
        display: none;
    }
    .button-mobile-only{
        display: block;
    }
}
/*----------------------------------------------------------------catalog-section---------------------------------------------------------------*/
.catalog-sidebar{
    width: 300px;
}
.catalog-content{
    flex: 1;
    padding-left: 15px;
    width: calc(100% - 300px);
}
.catalog-acc .acc-button,.catalog-sidebar-list-li{
    border: 1px solid rgba(79, 104, 123, 0.1);
    background-color: #ffffff;
}
.catalog-acc .acc-button{
    padding: 8px 35px 8px 13px;
    color: #3e3f42;
    font-size: 15px;
    font-weight: 700;
}

.catalog-acc .acc-item + .acc-item > .acc-button,.catalog-sidebar-list-li + .catalog-sidebar-list-li,.catalog-acc .acc-item .catalog-sidebar-list-li:first-child{
    border-top: none;
}
.catalog-acc .acc-button.active,.catalog-acc .acc-button.active a,.catalog-acc .acc-button:hover {
    color: #1f3088;
}
.catalog-sidebar-list-li a{
    color: #3e3f42;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 35px 8px 48px;
}
.catalog-acc .acc-content {
    padding: 0;
}
.catalog-acc .acc-item {
    border-bottom: none;
}
.catalog-sidebar-item{
    margin-bottom: 15px;
}
.filter-acc{
    border-radius: 4px;
    border: 1px solid rgba(79, 104, 123, 0.1);
    background-color: #ffffff;
    padding: 8px 10px;
}
.filter-acc .acc-content .checkout-form{
    margin: 0 -8px;
}
.filter-acc .checkout-form-label {
    padding: 0 8px;
    margin-bottom: 0;
}
.filter-acc .acc-button:after {
    right: 0;
}
/*.filter-acc .acc-button.active:after{*/
/*    filter: invert(20%) sepia(59%) saturate(1772%) hue-rotate(209deg) brightness(89%) contrast(102%);*/
/*}*/
.filter-acc .product-variations-list{
    margin: 0 -8px;
}
.filter-acc .acc-content{
    padding-top: 5px;
}
.filter-acc .product-variations-list label {
    margin: 0 8px 8px;
}
.filter-acc .acc-item:nth-last-child(2){
    border-bottom: none;
}
.catalog-top{
    background-color: #fff;
    padding: 8px 13px 9px;
    justify-content: space-between;
    align-items: center;
}
div.catalog-view{
    /*min-width: 180px;*/
    align-items: center;
}
span.catalog-view{
    color: #9ea0a5;
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    line-height: 20px;
}
.catalog-view + a{
    margin-left: auto;
}
.catalog-view + a + a{
    margin-left: 5px;
}
.catalog-view a{
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;

}
.catalog-view a.active img,.catalog-view a:hover img{
    filter: invert(11%) sepia(50%) saturate(6175%) hue-rotate(231deg) brightness(86%) contrast(85%);
}
.catalog-view a img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: invert(71%) sepia(2%) saturate(589%) hue-rotate(185deg) brightness(91%) contrast(88%);
}

.paginations{
    padding: 20px 10px;
}
.paginations .pages{
    align-items: center;
    justify-content: center;
}
.paginations li{
    margin: 0 8px;
}
.paginations .pages  a,.paginations .pages  span{
    width: 24px;
    height: 24px;
    padding: 3px;
    border-radius: 12px;
    border: 1px solid #aab1b9;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #aab1b9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginations .pages a:hover{
    color: #1d2e87;
    border-color: #1d2e87;
}
.paginations .pages  .current{
    background-color: #1d2e87;
    color: #ffffff;
    border: none;
}
.paginations .prev{
    transform: rotateY(180deg);
}
.typical-category-text{
    border-radius: 4px;
    border: 1px solid rgba(79, 104, 123, 0.1);
    background-color: #ffffff;
    padding: 16px 24px;
	color: #000000;
	font-size: 14pt;
    font-family: Calibri, sans-serif;	
	/*line-height: 23px;*/
}
.typical-category-text p{
    color: #4F5F6F;
    /*font-size: 15px;*/
    font-weight: 400;
    margin-bottom: 15px;
	color: #000000;
}
.typical-category-text h2,
.typical-category-text h3,
.typical-category-text h4,
.typical-category-text h5 {
    margin-bottom: 15px;
}
.typical-category-text ul {
	list-style: initial;
	margin-bottom: 15px;
}
.typical-category-text li {
    margin-left: 20px;
}
.typical-category-text p:last-child{
    margin-bottom: 0;
}
.catalog-content .transform-section .swiper-wrapper .swiper-slide{
    width: calc(100% / 3);
    border-bottom: 1px solid rgba(79, 104, 123, 0.1);
}
.search-content .transform-section .swiper-wrapper .swiper-slide {
    width: calc(100% / 4);
    border-bottom: 1px solid rgba(79, 104, 123, 0.1);
}
.catalog-content  .transform-section-content {
    border-radius: 0;
    border: none;
    margin-top: 15px;
}
.catalog-mobile-only{
    display: none;
}
.tags-mobile-only, .tags-desktop-only {
    margin: 15px -4px 3px;
}
.tags-mobile-only a, .tags-desktop-only a{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    background-color: #ffffff;
    color: #9ea0a6;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    margin: 0  4px 8px;
}
.tags-desktop-only a {
	margin: 0 15px 12px 4px;
    text-transform: uppercase;
    color: #666;
    font-size: 14px;
    font-weight: 700;
}
.tags-desktop-only a.hidden-tags, .tags-desktop-only a.tags-little { display:none } 
.open-filter{
    margin-left: 20px;
    border-radius: 20px;
    border: 1px solid #1d2e87;
    padding: 10px;
    vertical-align: middle;
    align-items: center;
    background: none;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    font-family: inherit;
}
.open-filter img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.catalog-manufacturer-section{
    background-color: #ffffff;
    padding: 30px 0 40px;
}
.catalog-manufacturer-list{
    margin: 0 -4px;
}
.catalog-manufacturer-list a{
    border-radius: 2px;
    background-color: #eeefee;
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    margin: 0  4px 8px;
    color: #3e3f42;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;

    line-height: 1;
    min-height: 20px;
}
.paginations .btn{
    margin: 20px auto 0;
    font-size: 16px;
}
.filter-title-mobile {
    padding: 20px 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1;
}
.filter-title-mobile h1,.filter-title-mobile .h1{
    margin-bottom: 0;
    font-size: 24px;
}
.filter-bottom-mobile .blue-button{
    max-width: 100%;
}
.reset-filter{
    color: #3e3f42;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    display: block;
    margin:15px 0 ;
    padding-left: 20px;
    position: relative;
    background: none;
}
.reset-filter:before{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    background: url(../image/times.png) center no-repeat;
    background-size: 10px 10px;
    content: '';
    left: 0;
}
@media (max-width:992px) {
    .catalog-mobile-only{
        display: block;
    }
    .catalog-mobile-only + .catalog-sidebar-item{
        display: none;
    }
    /*.catalog-sidebar{*/
    /*    display: none;*/
    /*}*/
    .catalog-content {
        padding-left: 0;
    }
    .catalog-mobile-only.open-filter{
        display: inline-flex;
    }
    .catalog-sidebar{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        transform: translateX(100vw);
        z-index: -2;
        opacity: 0;
        transition:transform 0.5s;
        width: auto;
        background: #fff;
    }/*
    .catalog-sidebar .back-button{
        display: flex;
    }*/
    .catalog-sidebar.active{
        opacity: 1;
        transform: translateX(0);
        z-index: 100;
    }
}
@media (max-width:768px) {
    .typical-category-text,.catalog-view{
        display: none;
    }
    .catalog-filter{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .catalog-content .transform-section .swiper-wrapper .swiper-slide {
        width: 50%;
    }
    .catalog-filter .nice-select{
        max-width: calc(100% - 60px);
        padding-left: 10px;
        padding-right: 20px;
    }
}
@media (max-width:560px) {
    .tags-mobile-only {
        /*padding-left: 40px;*/
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
    }
	.tags-mobile-only::-webkit-scrollbar {width: 0;}

    .catalog-content .transform-section-content {
        margin-top: 0;

    }
    .catalog-content .transform-section{
        border-top: 1px solid rgba(158, 160, 165, .6);
    }
    .filter-acc .checkout-form-label {
        margin-bottom: 20px;
    }

}
@media (max-width:480px) {
    .catalog-content .transform-section .swiper-wrapper .swiper-slide{
        width: 100%;
        border-right: none !important;
        border-left: none !important;
    }
    .catalog-wrap{
         margin: 0 -15px;
     }
    .catalog-content .transform-section-content{
        padding: 0 15px;
    }
}

.news-post-block{
    background-color: #ffffff;
    padding:25px 15px;
    clear: both;
}
.news-post-page .back-button{
    margin-bottom: 25px;
}
.news-post-block ul, .news-post-block ol {
    list-style: initial;
	margin-left: 15px;
}
.news-post-block li {
	margin-bottom: 9px;
}
.news-post-block-content{
    max-width: 920px;
    margin: 0 auto;
}
.post-date{
    opacity: 0.5;
    color: #131415;
    font-family: "Circe";
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}
.post-title{
    font-family: 'Circe';
    color: #131415;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -1.33px;
    line-height: 1.5;
    display: block;
    margin-bottom: 20px;
}
.news-post-block-content > img{
    width: 100%;
    max-width: 100%;
    max-height: 505px;
    object-fit: cover;
    margin-bottom: 25px;
}
.news-post-block-content p, .news-post-block-content span, .news-post-block-content b{
    /*color: #3e3f42;*/
    font-size: 16px!important;
    font-family: 'Gilroy'!important;
    /*font-weight: 400;*/
    letter-spacing: 0.1px;
    line-height: 28px;
    margin-bottom: 20px;
}
.post-slider-fraction{
    border-bottom: 1px solid #9ea0a5;
    padding-bottom: 15px;
    margin-bottom: 22px;
}
.navigation-fraction{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.post-slider-fraction .swiper-button-prev,.post-slider-fraction .swiper-button-next, .post-slider-fraction .swiper-pagination {
    position: static !important;
}

.post-slider-fraction .swiper-pagination{
    width: auto;
    color: #073c2e;
    font-family: "Circe";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 0 10px;
}
.post-slider-fraction .swiper-button-prev, .post-slider-fraction .swiper-button-next {
    width: 32px;
    height: 32px;
    transform: none;
    margin-bottom: 0 !important;
    margin-top: 0;
    background: url(../image/slider-arrow.png) no-repeat center;
    border: 1px solid #000;
    border-radius: 50%;
    filter: invert(18%) sepia(50%) saturate(627%) hue-rotate(113deg) brightness(94%) contrast(99%);
}
.post-slider-fraction .swiper-button-disabled{
    filter: invert(82%) sepia(2%) saturate(938%) hue-rotate(172deg) brightness(89%) contrast(82%);
    opacity: 1;
}
.post-slider-fraction .swiper-button-prev:hover, .post-slider-fraction .swiper-button-next:hover{
    opacity: .8;
}
.post-slider-fraction .swiper-button-prev {
    transform: rotateY(180deg);
}

.post-slider-fraction img,.post-video img{
    width: 100%;
    max-width: 100%;
    max-height: 505px;
    object-fit: cover;
}
.slide-caption{
    color: #3e3f42;
    display: block;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 28px;
    margin-top: 10px;
}
.post-video{
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.post-video:before{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 33%;
    margin-top: -20px;
    margin-left: -20px;
    background: url(../image/play.png) center no-repeat;
    content: '';
    left: 50%;
}
.news-post-block-content table{
    border: 1px solid #bcbcbc;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}
.news-post-block-content table th{
    background-color: #f3f3f3;
    padding: 15px 10px;
    color: #3e3f42;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 12px;
    text-transform: uppercase;
    border: 1px solid #bcbcbc;
}
.news-post-block-content table td{
    color: #3e3f42;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 28px;
    text-align: center;
    padding:10px;
    border: 1px solid #bcbcbc;
}
.post-fraction-wrap{
    display: flex;
}
.post-fraction-post{
    width: 50%;
}
.post-fraction-text{
    width: 50%;
    padding-left: 20px;
    padding-bottom: 40px;
}
.post-fraction-with-text .navigation-fraction {
    width: 50%;
    margin-left: auto;
    margin-top: -35px;
    position: relative;
    z-index: 1;
}
.post-fraction-post img{
    height: 100%;
}

.post-fraction-with-text {
    border-bottom: none;
    padding-bottom:0;
    margin-top: 10px;
}
.post-mobile-only{
    display: none;
}
@media (max-width:992px) {
    .post-title {
        font-size: 24px;
    }
    .news-post-block-content p {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .news-post-block-content table td{
        font-size: 15px;
        line-height: 1.5;
    }
}
@media (max-width:768px) {
    .post-title {
        font-size: 20px;

    }
    .news-post-block-content p {
        font-size: 14px!important;
        margin-bottom: 10px;

    }
    .news-post-block-content table td{
        font-size: 12px!important;
        line-height: 1.3;
		padding: 5px;
    }
	.news-post-block-content table th {
		padding: 9px 5px;
	}
    .slide-caption{
        font-size: 15px;
        line-height: 1.5;
    }
    .post-mobile-only{
        display: block;
    }
    .post-fraction-wrap{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .post-fraction-post,.post-fraction-text,.post-fraction-with-text .navigation-fraction{
        width: 100%;
    }
    .post-fraction-post{
        margin-bottom: 15px;
    }
}
@media (max-width:480px) {/*
    table{
        display: none;
    }*/
    .post-title {
        font-size: 20px;
    }
    .news-post-block{
        margin: 0 -15px;
    }
	.video iframe {
		width: 100%!important
	}	
}

.catalog-category{
    flex-wrap: wrap;
    margin: 0 -8px;
    padding-top: 0;
    max-width: calc(100% + 16px);
}
.catalog-category-item{
    display: flex;
    flex-wrap: wrap;
    margin: 0 8px 16px;
    width: calc( 50% - 16px );
    border-radius: 4px 0 0 4px;
    overflow: hidden;

}
.catalog-category-item-photo{
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.catalog-category-item-photo:before{
    display: block;
    padding-bottom: 100%;
    content: '';
}
.catalog-category-item-text{
    width: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 24px;
}
.catalog-category-item-text span{
    color: #3e3f42;
    font-size: 20px;
    font-weight: 600;
}
@media (max-width:768px) {
    .catalog-category-item {
        width: calc( 100% - 16px );
    }
    .catalog-category-item-photo {
        width: 40%;
    }
    .catalog-category-item-text {
        width: 60%;
    }
    .catalog-category-desc-only{
        display: none;
    }
}
@media (max-width:480px) {
    .catalog-category-item-text span {
        font-size: 18px;
    }
}

.catalog-content .transform-section .swiper-wrapper {
    flex-wrap: wrap;
}
.options_no_buy {
    margin-top: 20px;
}


@media (max-width: 560px) {/*
.catalog-page h1 {
padding-left: 40px;
}*/
}

@media (max-width: 560px) {
.wishlist .shoping-card-delete {
    position: absolute;
    right: 20px;
    top: auto;
    bottom: 30px;
}
}

.map-tabs-content table td {
    font-size: 15px;
}

.hidden-lg {
	display:none;
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background: #fff!important;
}

.fotorama__fullscreen-icon {
	width: 100%!important;
	height: 100%!important;
	background: transparent!important;
	cursor: zoom-in!important;
	z-index: 10!important;
}

.catalog-bannner img {margin-bottom: 13px}

.other-models-title {margin: 19px 0 -5px; font-size: 18px; font-weight: bold; line-height: 19px;}

.product-other {    margin: 40px 0 10px;}
.product-other .product-other-title {font-size: 16px; font-weight: 600; margin: 8px 0;}
.product-other .product-other-list, .product-other .product-other-item {display: flex}
.product-other .product-other-list { flex-wrap: wrap; gap: 17px;}
.product-other .product-other-item { -webkit-box-shadow: 0 2px 6px #e6e6ef;     gap: 7px;   box-shadow: 0 2px 6px #e6e6ef;    border-radius: 4px;    padding: 11px; width: 100%;}
.product-other .product-other-item .image { width: 90px }
.product-other .product-other-item img { width: 100%; height: auto; }