

/* Start:/local/templates/custom/components/bitrix/catalog/diana_catalog/style.css?174047006510105*/
.catalog_block{
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    padding-top: 10px;
    border-top: 1px solid #D6D6D6;
}
.filter_block_catalog{
    max-width: 237px;
    width: 100%;
}

.all_section_cnt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
    margin-top: 40px;
}
.all_text{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #252324;
}
.custom-select{
    border: 0;
    outline: 0;

}
.catalog-block-header{
    font-family: "montserrat_arm_regular", 'montserrat_regular';
    color: #949494;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
    margin-left: 10px;
}

.product__filter-content {
    margin-top: 60px;
}
.product__spoiler-item {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 40px;
}
.product__spoiler-title.activeFilter::before {
    transform: rotate(-40deg);
}
.product__spoiler-title.activeFilter::after {
    transform: rotate(40deg);
}
.product__spoiler-title {
    padding-bottom: 7px;
    border-bottom: 1px solid #c8c4c4;
    padding-right: 100%;
    position: relative;
    cursor: pointer;
}
.product__spoiler-title::before, .product__spoiler-title::after {
    content: "";
    width: 10px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 10px;
    transition: 0.3s;
}
.product__spoiler-title::before {
    transform: rotate(40deg);
    left: 94.2%;
}
.product__spoiler-title::after {
    transform: rotate(-40deg);
    left: 97%;
}
.product__spoiler-select {
    display: none;
    margin-top: 20px;
}
.product__checks-column {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.product__delete-all {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #c8c4c4;
    border-bottom: 1px solid #c8c4c4;
    background: white;
}
.product__spoiler-check {
    display: flex;
    align-items: center;
    gap: 1px;
    padding: 5px 12px;
}
.product__spoiler-check:hover{
    background: #E9E9E9;
}
.product__spoiler-check input {
    display: none;
}
.product__spoiler-check input:checked + .product__fake-radio::before {
    opacity: 1;
}
.product__spoiler-check input:checked + .product__fake-sort-radio::before {
    opacity: 1;
}
.product__fake-sort-radio {
    position: relative;
}
.product__fake-sort-radio::before {
    content: "";
    position: absolute;
    display: block;
    width: 6.8px;
    height: 5.1px;
    background: url("/local/templates/custom/components/bitrix/catalog/diana_catalog/../img/radioSort.svg");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.4s;
    left: 125px;
    top: -2px;
}
.product__fake-radio {
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d9d9d9;
    position: relative;
}
.product__fake-radio::before {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.4s;
}
.product__name-radio, .product__name-radio_price  {
    cursor: pointer;
    color: #949494;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    width: 100%;
    line-height: normal;
}
.product__sort-popup.activeSort {
    top: 25px;
    right: 10px;
    z-index: 100;
    opacity: 1;
}
.product__sort-popup {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 25px;
    transition: all 0.3s ease 0s;
    width: 185px;
    opacity: 0;
    overflow: hidden;
    border: 1px solid #949494;
    background: #F5F5F5;
    height: auto;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 6px 0 7px 0;
}
.product__sort {
    cursor: pointer;
    z-index: 4;
    position: relative;
    padding-right: 24px;
}
.product__sort::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("/images/arrSortRight.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 9px;
    right: 0;
}
.product__sort.activeSort::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("/images/arrSortRight.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 6px;
    right: 0;
    transform: rotate(90deg);
}

.person__slider {
    position: relative;
}
.sort_block{
    position: relative;
}
.product__sort{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.1em;

    color: #252324;
}
.catalog-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    margin-top: 70px;
}
.product-item-list-col-1{
    max-width: 368px;
}
.catalog-section{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
}
.catalog_block, .all_section_cnt,   .catalog-sections, .catalog-block-header, .catalog-products-viewed, .brand-detail-desc-box{
    max-width: 1400px;
    width: 100%;
}
.brand-detail-desc-box {
    margin: 0 auto;
    background: #EAE3DB;
    padding: 60px 20px;
}
.pb-4 .popular-searches-box {
    display: flex;
    max-width: 1210px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    column-gap: 20px;
}
.popular-search-item a{
    font-family: Segoe UI, seriff;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    text-decoration: underline;
}
.popular-search-title-box {
    font-family: Segoe UI, seriff;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
}
.pb-4 .popular-searches-box .popular-search-items-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    width: 88%;
}
.viewed_block{
    max-width: 1210px;
    margin: 0 auto;
}

.brand-detail-title-box {
    margin-bottom: 10px;
    font-family: Leonetta;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 0;
    text-align: left;
}
.brand-detail-desc {
    font-family: Segoe UI, seriff;
    font-size: 16px;
    font-weight: 350;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
}
.just-in-prods-container{
    max-width: 1600px;
}
.just-in-prods-container .owl-dots .owl-dot.active span{
    background: rgba(37, 35, 36, 1) !important;
}
.sale-container{
    margin: 40px 0 80px 0;
}

.picture_block a img{
    height: 400px;
    max-height: 400px;
}

@media (max-width: 1920px) {
    .product-item-list-col-1{
        max-width: 367px;
    }
}

@media (max-width: 1440px) {
    .product-item-list-col-1{
        max-width: 367px;
    }
    .block_news {
        max-width: 66%;
    }


}
@media (max-width: 1366px) {
    .product-item-list-col-1 {
        max-width: 325px;
        width: 100%;
    }
    .catalog_block, .bx-breadcrumb,  .all_section_cnt{
        max-width: 1260px;
    }

}
@media (max-width: 1280px) {
    .product-item-list-col-1{
        max-width: 300px;
        width: 100%;
    }
    .catalog_block, .bx-breadcrumb,  .all_section_cnt{
        max-width: 968px;
    }

}
@media (max-width: 1279px) {
    .viewed_block,.pb-4 .recommendations-box,.pb-4 .popular-searches-box{
        max-width: 960px;

    }
    .pb-4 .popular-searches-box .popular-search-items-box{
        width: 85%;
    }

}
@media (max-width: 1024px) {

    .product-item-list-col-1{
        max-width: 340px;
        width: 100%;
    }
    .block_news {
        max-width: 46%;
        height: 400px;
    }
    .catalog-section-list-list-link .catalog-section-list-list-title {
        font-size: 27px;
    }
    .filter_block_catalog{
        max-width: 223px;
    }
    .picture_block img{
        height: 360px;
    }
}
@media (max-width: 1023px) {
    .catalog_block {
        display: block;
    }
    .filter_block_catalog {
        margin: 0 auto;
        max-width: 301px;
    }
    .sale-title{
        font-size: 37px !important;
    }
    .viewed_block,.pb-4 .recommendations-box,.pb-4 .popular-searches-box{
        max-width: 700px;

    }
    .pb-4 .popular-searches-box .popular-search-items-box{
        width: 79%;
    }
    .recommend-products-main-box{
        flex-wrap: wrap;
    }
    .catalog-products-viewed .product-item-list-col-4{
        width: 100%;
        overflow-x: auto;
    }
    .catalog-products-viewed .product-item-list-col-4 .product-item-small-card{
        width: 100%;
    }
    .catalog-section{
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .product-item-list-col-1{
        max-width: 300px;
        width: 100%;
    }
    .viewed_block,.pb-4 .recommendations-box,.pb-4 .popular-searches-box{
        max-width: 300px;

    }
   .recommend-products-main-box_big .title_recommend,.col .header_block{
        font-size: 28px;
    }
    .recommend-products-main-box{
        flex-wrap: wrap;
    }
    .sale-title{
        font-size: 29px !important;
    }
    .block_news {
        max-width: 48%;
        height: 400px;
    }
   .catalog-section-list-list-link  .catalog-section-list-list-title {
        font-size: 27px;
    }
    .filter_block_catalog{
        max-width: 350px;
        margin: 0 auto;
    }
    .picture_block img{
        height: 360px;
    }

    .catalog_block{
        display: block;
    }
    .catalog-section{
        margin: 0 auto ;
    }
}
@media (max-width: 767px) {
    .catalog-section{
        justify-content: center;

    }
    .catalog_block, .bx-breadcrumb,  .all_section_cnt{
        max-width: 310px;
    }
    .smart-filter-parameters-box-container{
        overflow: hidden;
    }
}
/* End */


/* Start:/local/templates/custom/components/bitrix/catalog.element/bootstrap_v4/style.css?174047006417409*/
.colorSizeblock{
	display: flex;
	flex-direction: column-reverse;
}
.product-item-scu-item-color-container{
	cursor: pointer;
}
.discount-percent{
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 20px;
	color: #E9A37C;
}
.notallowed{
	display: none!important;
}
.discount-color{
	color: #E9A37C!important;
}
.product-item-scu-item-color-container.selected{
	border: 0.5px solid #000000;
	transition: all ease .4s;
}
.colorContainer div.product-item-scu-item-color-block{
	padding-top: 0;
	width: 20px;
	display: flex;
}
.colorContainer .product-item-scu-list{
	display: flex;
	align-items: center;
	width: 60%!important;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
	transform: translate3d(0px,0%,0)!important;
}
.product-item-scu-list{
	position: relative;
}
.product-item-scu-item-list.list-unstyled{
	position: absolute;
	border-bottom: 1px solid #000000;
}
.colorContainer .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{
	outline: 0;
}
.colorContainer .product-item-scu-item-color-container{
	max-width: 20px;
	max-height: 20px;
	width: 20px;
	list-style: none;
}
.colorContainer .product-item-scu-item-color-container, .colorContainer .product-item-scu-item-text-container{
	padding: 0;
}
.colorContainer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.colorContainer .product-item-scu-container{
	width: 50%;
}
.product-item-detail-slider-images-container img{
	width: 300px!important;
}
.hiddenBlock{
	display: none!important;
}
.product-item-detail-slider-container .active{
	display: flex!important;
}
.hiddenSwiper{
	display: none;
}
.color_selectHidden{
	display: none;
}
.detail_block_max{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.detail-wrapper{
	padding: 120px 50px 0;
	background: #ECE9E3;
	margin:0 auto;
	max-width: 1600px;
}
.detail-wrapper-glob .catalog-elements-item-block:last-child {
	display: block;
}
.detail-wrapper-glob{
	background-color: #ECE9E3;
}
.detail-wrapper-glob .interested-block{
	margin:0 auto;
	max-width: 1600px;
}
.catalog-size-guide .call-me-back-popup{
	max-width: 35%;
	min-width: 300px;
	width: max-content;
	max-height: 90vh;
	overflow-x: auto;
}
.call-me-back-popup-size {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #F5F5F5;
	padding: 20px;
	z-index: 20;
	max-width: 35%;
	min-width: 300px;
	width: max-content;
	max-height: 90vh;
	overflow-x: auto;
}

.bread-cramp ul li:last-child a{
	opacity: 1;
}

.detail-wrapper-main{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.big_slide_block {
	max-width: 808px;
	display: flex;
	flex-direction: row-reverse;
	column-gap: 20px;
	position: relative;

}
.detail-wrapper-main-info{
	max-width: 625px;
}
.detail-slider-dots{
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	overflow-y: auto;
	scrollbar-width: none;
	scroll-behavior: smooth;
	max-height: 640px;
}
.detail-slider-dots::-webkit-scrollbar {
	display: none;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.owl-dots-slider-arrow{
	position: absolute;
	bottom: -95px;
	left: 39px;
	transform: rotate(90deg);
	cursor: pointer;
	padding: 5px;
}
.owl-dots-slider-arrow{
	position: absolute;
	bottom: -95px;
	left: 39px;
	transform: rotate(90deg);
	cursor: pointer;
	padding: 5px;
}
.detail-slider-dots button{
	box-sizing: border-box;
	width: 217px;
	height: 200px;
	border-radius: 2px;
	border: none;
	outline: none;
}
.detail-slider-dots button img{
	width: 100%;
	height: 100%;
}
.detail-slider.owl-carousel{
	max-width: 571px;
	max-height: 700px;
	border-radius: 2px;
}
.detail-slider.owl-carousel img{
	max-width: 571px;
	max-height: 700px;
	width: 100%;
	height: 700px;
	border-radius: 2px;
}
.owl-item{
	cursor: pointer;
}
.detail-slider-dots button.owl-dot{
	opacity: 0.5;
	cursor: pointer;
}
.detail-slider-dots button.owl-dot.active{
	opacity: 1;
}
.detail-wrapper .hit-sales{
	padding-bottom: 120px;
}
.owl-item-top{
	position: absolute;
	z-index: 9;
	right: 0;
	font-family: 'Cera Pro Medium';
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.02em;

	color: #FFFFFF;
	padding: 5px 11px;
	background: #B72929;
}
.detail_block_info{
	margin-bottom: 180px;
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
}
button.owl-prev .nav-button img, button.owl-next .nav-button img{
	max-width: 42px;
	max-height: 10px;
}
.detail-slider .owl-nav button.owl-prev .nav-button{
	background: transparent;
}
.detail-slider .owl-nav{
	max-width: 215px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.detail-slider .owl-nav [class*=owl-] {
	margin: 0 !important;
	padding: 0 !important;
}
.detail-slider .owl-nav button.owl-prev:hover{
	background: transparent;
}
.detail-slider .owl-nav button.owl-next .nav-button{
	background: transparent;
}
.detail-slider .owl-nav button.owl-next:hover{
	background: transparent;
}
.detail-slider .owl-nav{
	position: absolute;
	bottom: 20px;
	left: 0;
}
.big_slide_block  .detail-slider{
	position: static;
}
.info_block{
	max-width: 376px;
	width: 100%;
	margin: 0 auto;
	max-height: 471px;
}
.name_product{
	font-family: "montserrat_arm_light", 'montserrat_light';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	color: #252324;
	margin-bottom: 11px;
}
.preview_product{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 14px;
}
.price_block_and_comments{
	display: flex;
	align-items: center;
}
.price_block{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #252324;
}
.stars_block_max{
	display: flex;
	margin-left: 20px;
	margin-top: 5px;
}
.com_num{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 4px;
	margin-left: 8px;
}
.color_item{
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-size: cover !important;
}
.no_active_size{
	opacity: 0.5;
}
.color_select .swiper-pagination-bullet{
	width: auto;
	height: auto;
	background: none;
	opacity: 1;
}
.color_select .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0;
}
.color_select{
    display: flex;
    align-items: center;
    width: 60%!important;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
	transform: translate3d(0px,0%,0)!important;
}
.active_color {
    border: 2px solid #000000;
}
.color_block{
    margin-top: 32px;
}
.color_name_selected{
    margin-bottom: 16px;
}
.props_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.size_change, .size_table{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #252324;
    cursor: pointer;
}
.size_table{
    padding-top: 30px;
}
.name_color{
    color: #949494;
}
.select_size{
    margin-top: 30px;
}
.select_quantity{
    margin-top: 48px;
}
#size, .select_quantity input.quantity_input{
    background: transparent;
    width: 100%;
    padding: 0;
    padding-bottom: 12px;
    border: 0 ;
    border-bottom:  1px solid #000000;
    outline: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #949494;
}
.btn_add_basket{
    margin-top: 40px;
    display: flex;
    align-items: center;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}
.old_price svg line{
	stroke: red;
	stroke-width: 1px;
}
.old_price svg{
	position: absolute;
	width: 100%;
	height: 100%;
}
.old_price{
	position: relative;
}
.add_basket,
.dont_add_basket
{
    border: 0;
    outline: 0;
    background: #252324;
    padding: 9px 40px 10px 41px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.05em;

    color: #FFFFFF;
    cursor: pointer;
	width: 100%;
	border: 1px solid #000000;
}
.add_basket.redCard{
    padding: 9px 18px 10px 18px;
}
.btn_add_basket .add_wishlist{
	border: 1px solid #252324;
    cursor: pointer;
    outline: 0;
    background: transparent;
    padding: 9px 19px 10px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.05em;

    color: #252324;
	width: 100%;
}
.add_basket:hover,
.dont_add_basket:hover ,.add_wishlist:hover{
	opacity: .75;
	transition: all ease .5s;
}

.title_info_product{
    font-family: "montserrat_arm_regular", 'montserrat_regular';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: #949494;
}
.info_product{
    display: flex;
	margin-top: 37px;
	justify-content: space-between;
}
.detailDesc{
	width: 50%;
}
.about_us{
	max-width: 452px;
}
.about_title{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.about_text{
	font-style: normal;
	font-weight: 350;
	font-size: 18px;
	line-height: 24px;
	color: #949494;
}
.props_block_product{
	margin-left: 139px;
}
.prop_name{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.prop_value{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	margin-top: 10px;
}
.props_min{
	margin-bottom: 34px;
	margin-top: 10px;
	max-width: 452px;
}
.product_info{
	margin-bottom: 75px;
}
.review_title{
	display: flex;
	align-items: baseline;
}
.item_review{
	margin-top: 59px;
}
.review_men{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.men_name{
	display: flex;
	align-items: baseline;
}
.name_text_comments{
	margin-right: 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #252324;
}
.review{
	margin-bottom: 68px;
}
.comments_date{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #949494;
}
.comments_text{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #252324;
}
.add_comm, .add_comm_btn{
	background: #252324;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.05em;

	color: #FFFFFF;
	padding: 9px 40px 10px 40px;
	border: none;
	outline: none;
	margin-top: 40px;
	cursor: pointer;
}
.select_quantity{
	position: relative;
}
.change_quantity{
	position: absolute;
	display: flex;
	align-items: center;
	top: -7px;
	right: 0;
	width: 35px;
	justify-content: space-between;
}
.change_quantity p{
	font-size: 27px;
	cursor: pointer;
}
.detail-slider .owl-stage-outer .owl-stage .owl-item{
	max-width: 571px;
	min-width: 571px;
	width: 100% !important;
}
.detail-slider .owl-stage-outer .owl-stage{
	display: flex !important;
}
.comments_text{
	display: flex;
	overflow: hidden;
}
.comments_img{
	margin-right: 17px;
}
.comments_img img{
	width: 80px;
	height: 80px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 700px;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.swiper::-webkit-scrollbar{
	width: 0;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper  {
	max-width: 217px;
	width: 100%;
	box-sizing: border-box;
	height: 650px;
}
.thumbs_slider{
	max-width: 217px;
	width: 100%;
}
.mySwiper .swiper-slide {
	width:  100%;
	opacity: 0.4;
	cursor: pointer;
}


.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.big_slide_block{
	display: flex;
	flex-direction: row-reverse;
	max-width: 808px;
	width: 100%;
	column-gap: 20px;
	position: relative;
	max-height: 700px;
	height: 700px;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal{
	width: 217px !important;
	left: 0;
	height: 2px;
	bottom: 2px;
	top: auto;
	background: rgba(148, 148, 148, 0.5);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: black;
}
.swiper{
	position: static;
}
.swiper-button-prev{
	bottom: 4px;
	top: auto;
}
.swiper-button-next{
	left: 181px;
	bottom: 4px;
	top: auto;
}
.manufactures_props{
	margin-left: 101px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 35px;
}
.thumbs_slider .line_slider{
	display: none;
}
.swiper-button-prev:after, .swiper-button-next:after{
	content: " " !important;
	display: none;
}
.popular-searches-box{
	justify-content: space-between;
}
.add_wishlist.redLike{
	padding: 9px 10px 8px 10px;
}
.disable_add_basket {
	border: 0;
	outline: 0;
	background: #252324;
	padding: 9px 40px 10px 41px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.05em;

	color: #FFFFFF;
	opacity: 0.7;
}
.disable_add_wishlist {
	cursor: pointer;
	border: 1px solid #000000;
	outline: 0;
	background: transparent;
	padding: 9px 19px 10px 20px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.05em;

	color: #252324;
}
.sale-end {
	background: #E9A37C;
	padding: 10px;
	width: 100%;
	display: none;
}
@media (max-width: 1440px) {
	.product_info, .review{
		max-width: 1200px;
		margin: 0 auto;
	}
	.product_info{
		margin-top: 80px;
		margin-bottom: 75px;
	}
	.review{
		margin-bottom: 68px;
	}
	.catalog-sections, .catalog-block-header, .product-item-list-col-4 {
		max-width: 1200px;
		margin: 0 auto;
	}
}
@media (max-width: 1366px) {
	.detail_block_max{
		max-width: 1310px;
	}
}
@media (max-width: 1280px) {
	.detail_block_max{
		max-width: 1210px;
	}
	.big_slide_block {
		max-width: 762px;
	}
	.detail-slider.owl-carousel{
		max-width: 531px;
	}
	.product_info, .review{
		max-width: 1145px;
	}
}
@media (max-width: 1024px) {
	.big_slide_block {
		max-width: 602px;
	}
	.btn_add_basket {
		margin-top: 30px;
	}
	.detail-slider.owl-carousel{
		max-width: 451px;
	}
	.detail-slider-dots button{
		width: 137px;
	}
	.detail-slider .owl-nav{
		max-width: 135px;
	}
	.info_block{
		max-width: 322px;
	}
	.add_basket{
		padding: 9px 20px 10px 20px;
	}
	.add_wishlist{
		padding: 9px 10px 10px 10px;
	}
	.detail_block_max {
		max-width: 994px;
	}
	.product_info, .review{
		max-width: 965px;
	}
	.product-item .picture_block img{
		max-height: 240px;
	}
	.product-item .preview_text{
		font-size: 12px;
	}
}
@media (max-width: 1023px) {
	.big_slide_block {
		max-width: 602px;
		align-self: center;
	}
	.detail-slider.owl-carousel{
		max-width: 451px;
	}
	.detail-slider-dots button{
		width: 137px;
	}
	.detail-slider .owl-nav{
		max-width: 135px;
	}
	.info_block{
		max-width: 608px;
		margin-top: 20px;
	}
	.add_basket{
		padding: 9px 20px 10px 20px;
	}
	.add_wishlist{
		padding: 9px 10px 10px 10px;
	}
	.detail_block_max {
		max-width: 994px;
	}
	.product_info, .review{
		max-width: 94%;
	}
	.product-item .picture_block img{
		max-height: 320px;
	}
	.product-item .preview_text{
		font-size: 12px;
	}
	.detail_block_info{
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.big_slide_block {
		flex-direction: column;
		max-width: 320px;
		margin-bottom: 26px;
	}
	.call-me-back-popup, .call-me-back-popup-size, .popup_call_back div, .popup_call_back div img {
		width: 100%;
	}
	.thumbs_slider, .mySwiper{
		max-width: initial;
		width: auto;
		height: auto;
	}
	.mySwiper .swiper-slide{
		height: auto !important;
	}
	.manufactures_props{
		margin-left: 0;
	}
	.big_slide_block{
		height: 520px;
	}
	.mySwiper2{
		margin-bottom: 10px ;
	}
	.swiper-button-prev{
		bottom: 10px;
		display: none;
	}
	.swiper-button-next{
		bottom: 10px;
		right: 7px;
		left: auto;
		display: none;
	}
	.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal{
		width: 100% !important;
	}
	.detail-slider.owl-carousel{
		max-width: 310px;
		max-height: 400px;
		margin-bottom: 25px;
	}
	.owl-carousel:not(.run-row) .owl-item{
		height: 400px;
	}
	.detail-slider-dots{
		max-height: 100px;
		flex-direction: row;
		justify-content: space-between;
	}
	.detail-slider-dots button{
		height: 82px;
		width: 72px;
	}
	.detail-slider .owl-nav{
		bottom: -25px;
	}
	.info_block{
		max-width: 310px;
	}
	.product_info, .review{
		max-width: 310px;
	}
	.title_info_product{
		font-size: 30px;
	}
	.info_product{
		flex-direction: column;
	}
	.props_block_product{
		margin-left: 0;
		margin-top: 20px;
	}
	.comments_date, .name_text_comments {
		font-size: 12px;
	}
	body .review_add_popup{
		max-width: 300px;
	}
	.name_and_surname{
		flex-direction: column;
	}
	.btn_block_add_review .btn_add_review{
		margin-top: 17px;
	}
	.add_review_from .select_stars{
		margin-top: 7px;
	}
	.add_review_from  #comments{
		max-height: 85px;
	}
	.add_review_from .name_and_surname label{
		max-width: 100%;
	}
	.add_review_from .name_and_surname label input,.add_review_from .name_and_surname label {
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17113602391816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/local/templates/custom/components/bitrix/system.pagenavigation/grid/style.css?17404700652610*/
.main-ui-pagination {
	font-size: 11px;

	display: flex;
	text-align: center;
	align-items: center;
	justify-content: flex-end;
}

.main-ui-pagination-pages,
.main-ui-pagination-label,
.main-ui-pagination-pages-list,
.main-ui-pagination-page,
.main-ui-pagination-arrows,
.main-ui-pagination-arrow {
	display: inline-block;
}

.main-ui-pagination-arrows {
	margin-left: 10px;
	margin-right: 10px;
}

.main-ui-pagination-arrow {
	position: relative;
	margin-right: 15px;
	margin-left: 30px;
	top: -11px;
}
.main-ui-pagination-arrows{
	width: auto;
}
.main-ui-pagination-arrow:last-child {
	margin-left: 0;
	margin-right: 30px;
}


.main-ui-pagination-arrow.main-ui-pagination-next::before,
.main-ui-pagination-arrow.main-ui-pagination-prev::before,
.main-ui-pagination-arrow.main-ui-pagination-next::after,
.main-ui-pagination-arrow.main-ui-pagination-prev::after {
	background: #5c6470;
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 7px;
	content: '';
}

a.main-ui-pagination-arrow.main-ui-pagination-next::before,
a.main-ui-pagination-arrow.main-ui-pagination-prev::before,
a.main-ui-pagination-arrow.main-ui-pagination-next::after,
a.main-ui-pagination-arrow.main-ui-pagination-prev::after {
	background: black;
}

.main-ui-pagination-arrow.main-ui-pagination-prev::before {
	left: -10px;
	top: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.main-ui-pagination-arrow.main-ui-pagination-prev::after {
	left: -10px;
	top: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-ui-pagination-arrow.main-ui-pagination-next::before {
	right: -10px;
	top: 2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-ui-pagination-arrow.main-ui-pagination-next::after {
	right: -10px;
	top: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.main-ui-pagination-page {
	padding-left: 4px;
	padding-right: 3px;
}

.main-ui-pagination-page.main-ui-pagination-active {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.1em;
	color: #252324;
}
.main-ui-pagination-page{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.1em;
	color: #252324;
}
/* End */


/* Start:/local/templates/custom/components/bitrix/catalog.section/recommend_list/style.css?17404700653695*/
.recommend-products-main-box_big{
	display: flex;
	gap: 20px;
	align-items: flex-start;
	overflow-x: auto;
	margin-left: 10px;
	padding-left: 10px;
}
.recommend-block-container{
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.recommendations-box {
	max-width: 1210px;
	width: 100%;
	margin: 0 auto 50px auto;
}

.recommend-products-main-box {
	display: flex;
	align-items: flex-start;
	width: 100%;
	column-gap: 20px;
}
.discount-percent{
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 20px;
}
.heart_icon_close{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 3;
}
.picture_block{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	position: relative;
}
.discount-color{
	color: #E9A37C!important;
}
.recommend-product-item {
	max-width: 286px;
	width: 100%;
	position: relative;
}
.title_recommend{
	font-family: "montserrat_arm_regular", 'montserrat_regular';
	color: #949494;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 32px;
	margin-top: 7%;
	margin-left: 10px;
}
.name_text a {
	font-family: Segoe UI, seriff;
}
.old_price svg line{
	stroke: red;
}
.old_price svg{
	position: absolute;
	width: 100%;
	height: 100%;
}
.old_price{
	position: relative;
	color: #252324!important;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-decoration-line: line-through;
	text-decoration-color: red;
	margin-right: 14px;
}

.picture_block{
	width: 100%;
	max-height: 400px;
	background-color: #ffffff;
	position: relative;
}
.discount-percent{
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 20px;
}
.discount-color{
	color: #E9A37C!important;
}
.old_price svg line{
	stroke: #E9A37C;
	stroke-width: 1px;
}
.heart_icon_close{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 3;
}
.old_price svg{
	position: absolute;
	width: 100%;
	height: 100%;
}
.old_price{
	position: relative;
}
.picture_block img{
	width: 100%;
	max-height: 360px;
	height: 400px;
	object-fit: contain;
}
.product-item-container{
	margin-bottom: 16px;
	min-width: 284px;
}
.product-item{
	position: relative;
}
.heart_icon_close{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 3;
}
.name_text{
	padding-top: 8px;
}
.soldOutMask .name_text{
	position: relative;
	z-index: -1;
}
.name_text a{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #000000;
}
.preview_text{
	font-family: "Segoe UI", seriff;
	font-style: normal;
	font-weight: 350;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
}
.soldOutMask .preview_text{
	position: relative;
	z-index: -1;
}
.price_text{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	margin-top: 8px;
}
.soldOutMask .price_text{
	position: relative;
	z-index: -1;
}
.price_text span{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-decoration-line: line-through;
	text-decoration-color: red;
	margin-right: 14px;
}
.sizeblock{
	margin-top: 10px;
	display: flex;
	column-gap: 10px;
	width: 80%;
	flex-wrap: wrap;
}
.soldOutMask .picture_block{
	position: relative;
	z-index: -1;
}
.soldOutMask{
	background: rgb(202 202 202 / 37%);
}
.soldOutMask .soldOutTxt{
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.soldOutMask .soldOutTxt p{
	color: #E9A37C;
	font-family: "Segoe UI", seriff;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;

}
.catalog-section{
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
@media (max-width: 768px) {
	.sizeblock{
		width: 80%;
		flex-wrap: wrap;
	}
}
/* End */


/* Start:/local/templates/custom/components/bitrix/catalog.item/bootstrap_v4/style.css?17404700642311*/
.picture_block{
	width: 100%;
	max-height: 400px;
	background-color: #ffffff;
	position: relative;
}
.discount-percent{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 20px;
}
.discount-color{
	color: #E9A37C!important;
}
.old_price svg line{
	stroke: #E9A37C;
	stroke-width: 1px;
}
.heart_icon_close{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 3;
}
.old_price svg{
	position: absolute;
	width: 100%;
	height: 100%;
}
.old_price{
	position: relative;
}
.picture_block img{
	width: 100%;
	max-height: 360px;
	height: 400px;
	object-fit: contain;
}
.product-item-container{
	margin-bottom: 16px;
	max-width: 284px;
}
.product-item{
	position: relative;
}
.heart_icon_close{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 3;
}
.name_text{
	padding-top: 8px;
}
.soldOutMask .name_text{
	position: relative;
	z-index: -1;
}
.name_text a{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #000000;
}
.preview_text{
	font-family: "Segoe UI", seriff;
	font-style: normal;
	font-weight: 350;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
}
.soldOutMask .preview_text{
	position: relative;
	z-index: -1;
}
.price_text{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	margin-top: 8px;
}
.soldOutMask .price_text{
	position: relative;
	z-index: -1;
}
.price_text span{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-decoration-line: line-through;
	text-decoration-color: red;
	margin-right: 14px;
}
.sizeblock{
	margin-top: 10px;
	display: flex;
	column-gap: 10px;
	width: 80%;
	flex-wrap: wrap;
}
.soldOutMask .picture_block{
	position: relative;
	z-index: -1;
}
.soldOutMask{
	background: rgb(202 202 202 / 37%);
}
.soldOutMask .soldOutTxt{
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.soldOutMask .soldOutTxt p{
	color: #E9A37C;
	font-family: "Segoe UI", seriff;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;

}
.sale-without-discount {
	padding: 2px 6px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background: rgba(233, 163, 124, 0.26);
}
@media (max-width: 768px) {
	.sizeblock{
		width: 80%;
		flex-wrap: wrap;
	}
}
/* End */


/* Start:/local/templates/custom/components/bitrix/catalog.section/recommend_list/themes/blue/style.css?1740470065825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */


/* Start:/local/templates/custom/components/bitrix/catalog.products.viewed/viewed/style.css?17404700641546*/
.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
.catalog-products-viewed {
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 81px;
}
.header_block{
	margin-top: 81px;
	font-family: 'leonettascript', seriff;
	color: #949494;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.catalog-products-viewed .product-item-list-col-4 .product-item-small-card{
	max-width: 286px;
}
.catalog-products-viewed .product-item-list-col-4 .product-item-small-card .product-item-container .product-item .picture_block a img{
	max-height: 360px;
}
.product-item-list-col-4{
	display: flex;
	column-gap: 20px;
}
@media (max-width: 1024px) {
	.catalog-products-viewed {
		width: 95%;
	}
}
@media (max-width: 768px) {
	.catalog-products-viewed {
		width: 95%;
	}
	.product-item-list-col-4{
		width: 100%;
		overflow-x: auto;
	}
	.product-item-list-col-4 .product-item-small-card{
		width: 100%;
		max-width: 300px;
		min-width: 230px;
	}
}
@media (max-width: 767px) {
	.catalog-products-viewed {
		width: 95%;
	}
	.product-item-list-col-4 .product-item-small-card{
		width: 100%;
	}
	.catalog-block-header{
		font-size: 29px;
	}
}
@media (max-width: 320px) {
	.catalog-products-viewed {
		width: 95%;
	}
	.product-item-list-col-4 .product-item-small-card{
		width: 100%;
	}
	.catalog-block-header{
		font-size: 29px;
	}
}
/* End */
/* /local/templates/custom/components/bitrix/catalog/diana_catalog/style.css?174047006510105 */
/* /local/templates/custom/components/bitrix/catalog.element/bootstrap_v4/style.css?174047006417409 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17113602391816 */
/* /local/templates/custom/components/bitrix/system.pagenavigation/grid/style.css?17404700652610 */
/* /local/templates/custom/components/bitrix/catalog.section/recommend_list/style.css?17404700653695 */
/* /local/templates/custom/components/bitrix/catalog.item/bootstrap_v4/style.css?17404700642311 */
/* /local/templates/custom/components/bitrix/catalog.section/recommend_list/themes/blue/style.css?1740470065825 */
/* /local/templates/custom/components/bitrix/catalog.products.viewed/viewed/style.css?17404700641546 */
