

/* Start:/local/templates/main/components/bitrix/catalog/products/style.css?17092941176531*/
.catalog-section-page {
	display: grid;
	grid-template-columns: 20rem 1fr;
	gap: 10rem;
}
.catalog-section-page .catalog__list{
	grid-template-columns: repeat(3, 1fr);
}
.catalog-section-page .catalog__item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.catalog-section__top{
	margin-bottom: 3rem;
}
.catalog__blocks{
	display: flex;
	gap: 1.5rem;
}
.catalog__blocks--item{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	max-width: 19rem;
	height: 7.5rem;
	border-radius: .6rem;
	border: .1rem solid #F2F2FA;
	box-shadow: .1rem .1rem .4rem .1rem rgba(0, 0, 0, 0.25);
	font-size: 1.4rem;
	transition: color .3s;
	cursor: pointer;
}
.catalog__blocks--item:hover{
	color: #00477F;
}
.search-result{
	margin-bottom: 2rem;
}
.search-result__title{
	color: #1C1B1B;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 2rem;
}
.search-result__list{
	margin-bottom: 2rem;
	transition: max-height .3s ease;
	overflow: hidden;
	max-height: 3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.search-result__list.expanded{
	max-height: 100%;
}
.search-result__item{
	color: #696969;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 5rem;
	background: #F2F2F2;
	padding: .3rem 1rem;
	transition: .3s all;
}
.search-result__item:hover{
	background-color: #00477F;
	color: #ffffff;
}
.search-result__show{
	display: none;
	color: #696969;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
	transition: color .3s;
}
.search-result__show:hover{
	color: #1C1B1B;
}
.search-result__show svg:hover{
	stroke: #1C1B1B;
}
.sort{
	display: flex;
	justify-content: end;
	margin-bottom: 2rem;
}
.sort__block{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 92rem;
	align-items: center;
}
.sort__left{
	display: flex;
	align-items: baseline;
	gap: 1rem;
	flex-wrap: wrap;
}
.sort__title{
	color: #1C1B1B;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.sort__stock{
	color: #696969;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.sort__stock.active{
	color: #1C1B1B;
	font-weight: 600;
}
.sort__price{
	color: #696969;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.sort__price.active{
	color: #1C1B1B;
	font-weight: 600;
}
.sort__result{
	color: #696969;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.container-fluid__top{
	display: none;
	justify-content: space-between;
	align-items: center;
	border-bottom: .1rem solid #86AFD0;
	padding: 1.5rem 2.5rem 1.5rem 3rem;
}
.container-fluid__title{
	color: #00477F;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.container-fluid__close{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: .2rem;
	background: #F2F2FA;
	cursor: pointer;
}
.filter__mobile{
	display: none;
	border-radius: .6rem;
	background: #F2F2F2;
	padding: .5rem;
	color: #1C1B1B;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	column-gap: .5rem;
	align-items: center;
}
.filter__mobile svg{
	width: 1.5rem;
}
.catalog-section-list .catalog__link{
	text-transform: none;
}
.descr__show{
	margin-top: 2rem;
	font-size: clamp(1.4rem, 3.5vw, 2rem);
}
.catalog__list--descr.descr h2{
	color: #00477F;
	font-size: clamp(1.8rem, 3.5vw, 2.8rem);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 5rem;
}
.catalog__list--descr.descr{
	position: relative;
	margin-top: 10rem;
	color: #1C1B1B;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-height: 30rem;
	overflow: hidden;
	transition: max-height .3s ease;
}
.catalog__list--descr.descr:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5rem;
	background: linear-gradient(to bottom, transparent, #ffffff);
}
.catalog__list--descr.descr.expanded{
	max-height: 100%;
}
.row{
	margin-right: 0!important;
	margin-left: 0!important;
}
@media screen and (min-width: 1250px){
.card-detail__top{
    display: flex;
    flex-direction: column;
}
.card-detail__info-top{
    margin-bottom: 2rem;
}
}
@media screen and (max-width: 991px){
.catalog-section__top{
    overflow-x: auto;
    white-space: nowrap;
}
.catalog__blocks{
    padding: 1rem;
}
.catalog__blocks--item{
    max-width: 100%;
    height: 100%;
    padding: 1rem;
}
.catalog-smart-filter{
    display: none;
    background-color: #ffffff;
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100vw;
	height: 100%;
    overflow: auto;
}
.catalog-smart-filter.open{
    display: block;
}
.bx-filter-section.container-fluid{
    background-color: #FFFFFF;
}
.bx-filter .bx-filter-section{
	padding: 1rem 2.5rem 2.5rem 3rem!important;
}
.bx-filter.bx-blue .bx-filter-section {
    border: none;
}

.smartfilter{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 6.5rem;
    padding-bottom: 6rem;
}
.filter__mobile{
    display: flex;
}
.sort__result{
    display: none;
}
.catalog-section-page {
    grid-template-columns: 1fr;
}
.container-fluid__top{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 81;
    background-color: #ffffff;
}
.descr__show{
    margin-top: 0;
}
.fixed__row{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 80;
    background-color: #ffffff;
    padding: 1rem 2.5rem 1rem 3rem;
    margin-right: 0!important;
    margin-left: 0!important;
}

}
@media screen and (max-width: 1200px){
	.catalog-section-page .catalog__list{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 991px){
.catalog-section-page .catalog__list {
	grid-template-columns: repeat(2, 1fr);
	row-gap: 5.5rem;
}
.catalog__list--descr.descr{
margin-top: 5rem;
}
}

@media screen and (max-width: 630px){
.catalog-section-page .catalog__list {
grid-template-columns: 1fr;
}
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?171639905515466*/
.card-detail{
    background-color: #F2F2FA;
    padding: 3.5rem 0;
    margin-bottom: 3rem;
}
.card-detail__info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-detail__send-cart{
    display: none;
    text-align: center;
}
.card-detail__send-cart.active{
    display: block;
}
.card-detail__stock{
    font-size: 1.6rem;
}
.card-detail__info h1{
    margin-bottom: 1rem;
    margin-top: 0;
}
.card-detail__top{
    display: grid;
    grid-template-columns: 57rem 1fr;
    column-gap: 2rem;
}
.card-detail__preview{
    position: relative;
}
.card-detail__pic{
    position: relative;
}
.card-detail__block{
    margin-bottom: 3rem;
}
.card-detail__title{
    color: #00477F;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}
.card-detail__params {
    display: block;
    color: #1C1B1B;
    border-bottom: 0.1rem dotted;
    width: max-content;
}
.card-detail__params .params__item{
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem;
}


.card-detail__block .params__item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 60rem;
    position: relative;
    margin-bottom: 2.5rem;
}
.card-detail__block .params__title{
    z-index: 2;
    background-color: #FFFFFF;
    color: #253858;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.card-detail__block .params__value{
    z-index: 2;
    background-color: #FFFFFF;
    color: #253858;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: end;
}
.card-detail__block .params__item:after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0%;
    top: 90%;
    border-bottom: .1rem dotted #000000;
}




.card-detail__params .params__item:after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0%;
    top: 90%;
    border-bottom: .1rem dotted #000000;
}
.card-detail__params .params__title{
    z-index: 2;
    background-color: #F2F2FA;
}
.card-detail__params .params__value{
    z-index: 2;
    background-color: #F2F2FA;
}
.card-detail__delivery{
    display: flex;
    column-gap: 2rem;
    color: #1C1B1B;
    border-bottom: .1rem dotted;
    width: max-content;
}
.card-detail__param{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}
.card-detail__price{
    display: flex;
    flex-direction: column;
    position: relative;
}
.card-detail__m{
    color: #00477F;
    font-size: clamp(2.2rem, 3.5vw, 3.5rem);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.card-detail__sel{
    margin-bottom: 3rem;
}
.card-detail__sel a{
    border-bottom: .1rem dotted;
}
.card-detail__sel h2{
    text-transform: inherit!important;
    color: #00477F!important;
}
.card-detail__ms{
    font-size: clamp(1.2rem, 3.5vw, 1.8rem);
    color: #8A8B8E;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 5rem;
    width: max-content;
    line-height: 100%;
}
.card-detail__msq{
    font-size: clamp(1.2rem, 3.5vw, 1.8rem);
    color: #8A8B8E;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 5rem;
    width: max-content;
}
.card-detail__btns{
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
}
.card-detail__order{
    color: #424040;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: .1rem solid #8A8B8E;
    padding: 1rem 2rem;
    border-radius: .5rem;
    background-color: #F2F2FA;
    cursor: pointer;
    width: 100%;
    max-width: 21rem;
    text-align: center;
    transition: all ease .3s;
}
.card-detail__order:hover{
    background-color: #00477F;
    border-color: #00477F;
    color: #FFFFFF;
    transition: all ease .3s;
}
.card-detail__basket{
    color: #ffffff;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: .1rem solid #00477F;
    padding: 1rem 2rem;
    border-radius: .5rem;
    background-color: #00477F;
    cursor: pointer;
    width: 100%;
    max-width: 20rem;
    transition: all ease .3s;
}
.card-detail__basket:hover{
    background-color: #1869b6;
    border-color: #1869b6;
    color: #FFFFFF;
    transition: all ease .3s;
}
.card-detail__basket.--active{
    background-color: #00477F;
    border-color: #00477F;
    color: #FFFFFF;
}
.card-detail__block .description__text{
    color: #2D2A2A;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
}
.card-detail__block .params__item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 60rem;
    position: relative;
    margin-bottom: 2.5rem;
}
.card-detail__block .params__title{
    z-index: 2;
    background-color: #FFFFFF;
    color: #253858;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-detail__order-link{
    display: block;
    font-size: 1.4rem;
    color: #8A8B8E;
    text-decoration: underline;
    transition: all .3s;
}
.card-detail__order-link:hover{
    color: #1C1B1B;
}
.card-detail__warning{
    color: #696969;
    text-align: justify;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3rem;
    width: 100%;
    max-width: 60rem;
}
.card-detail__sub{
    display: none;
    margin-bottom: 3rem;
    padding: 1rem 2rem;
    color: #1C1B1B;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    max-width: 25rem;
    border-radius: .6rem;
    background: #E1E1E1;
    border: none;
    cursor: pointer;
}
.catalog__row{
    position: relative;
}
.catalog__stick{
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    column-gap: 1rem;
    z-index: 1;
}
.catalog__hit {
    background: #ffffff;
    color: #E3735A;
    font-weight: 600;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}
.catalog__new{
    background: #ffffff;
    color: #00477F;
    font-weight: 600;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: .1rem solid #FFF;
    font-size: 1.4rem;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}
.catalog__stock--on{
    color: #5BD159;
    position: relative;
    background-color: #E4FDE4;
    width: max-content;
    padding: .2rem 1rem;
    border-radius: 5rem;
    display: flex;
    column-gap: .5rem;
    align-items: center;
}
.catalog__stock--off{
    color: #696969;
    position: relative;
    background-color: #E1E1E1;
    width: max-content;
    padding: .2rem 1rem;
    border-radius: 5rem;
    display: flex;
    column-gap: .5rem;
    align-items: center;
}
.delivery__link{
    position: relative;
}
.delivery__link:before{
    content: "";
    position: absolute;
    width: 100%;
    height: .1rem;
    background-color: #2F3445;
    bottom: 0;
    left: 0;
}
.delivery__clm{
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.delivery__clm svg{
    width: 2.5rem;
    height: 2.5rem;
}
.swiper-pagination{
    color: #FFFFFF;
}
.card-detail-swiper-pagination{
    bottom: 9%!important;
}
.swiper-button-next.card-detail-button-next{
    position: absolute;
    top: 90%;
    right: 33%;
    z-index: 11;
    width: 4rem;
}
.swiper-button-prev.card-detail-button-prev{
    position: absolute;
    top: 90%;
    left: 33%;
    transform: rotate(180deg);
    z-index: 11;
    width: 4rem;
}
.swiper-button-next.card-detail-button-next, .swiper-button-prev.card-detail-button-prev{
    width: 3.5rem;
}
.swiper-button-prev.card-detail-button-prev::after{
    display: none;
}
.swiper-button-next.card-detail-button-next::after{
    display: none;
}
.swiper-wrapper{
    align-items: center;
}
.swiper-button-disabled{
    display: none!important;
}
.colors .swiper-button-next, .colors .swiper-button-prev{
    box-shadow: inherit;
    width: 5.2rem;
    height: 5.2rem;
    top: 42%;
}
.colors .swiper-button-next:after, .colors .swiper-button-prev:after {
    font-size: 3rem;
}
.colors .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -1rem;
}
.colors .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -1rem;
}

.colors__list.swiper.swiper-colors.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin: 0;
}

.catalog__quantity{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: .6rem;
    border: .1rem solid #CBCEDC;
    height: 4rem;
    column-gap: 3rem;
    max-width: 17rem;
}
.catalog__quantity .quantity{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
    width: 100%;
}
.catalog__quantity .quantity::-webkit-outer-spin-button,
.catalog__quantity .quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.catalog__quantity.active{
    background-color: #FFFFFF;
}
.catalog__quantity .quantity{
    color: #000000;
}
.quantity-control__disabled .catalog__quantity .quantity{
    color: #AC9F9F;
}
.quantity{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #AC9F9F;
}
.quantity-plus svg path{
    fill: #000000;
}
.card-detail .quantity-control__disabled .quantity-plus svg path{
    fill: #AC9F9F;
}
.quantity-plus{
    border: none;
    background: none;
    display: flex;
    padding-right: 2rem;
    align-items: center;
    justify-content: end;
    cursor: pointer;

}
.quantity-minus svg path{
    fill: #000000;
}
.card-detail .quantity-control__disabled .quantity-minus svg path{
    fill: #AC9F9F;
}
.quantity-minus{
    border: none;
    background: none;
    display: flex;
    padding-left: 2rem;
    align-items: center;
    cursor: pointer;
    color: #AC9F9F;
}
.card-detail .quantity-control__detail{
    display: block;
    background-color: #fff;
    border-radius: 0.6rem;
}
.card-detail .quantity-control__disabled{
    pointer-events: none;
    cursor: not-allowed;
    background-color: transparent;
}
.colors__title{
    margin-bottom: 1.5rem;
    color: #1C1B1B;
}
.colors__block{
    position: relative;
}
.colors__list {
    display: flex;
    column-gap: 2.5rem;
    width: 100%;
    max-width: 51rem;
}
.colors__item{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .3s ease-in-out;
}
.colors__item--wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: .1rem solid transparent;
    width: 5.6rem;
    height: 5.6rem;
}
.colors__item--wrap:hover{
    border: .1rem solid #8A8B8E;
    transition: border .3s ease-in-out;

}
.colors__item--wrap.select{
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    border: .1rem solid #8A8B8E;
    display: flex;
    align-items: center;
    justify-content: center;
}
.colors__elem{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D9D9D9;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
}
.colors__elem.black{
    background-color: #000000;
}
.colors__elem.red{
    background-color: red;
}
.colors__item.swiper-slide.select.swiper-slide-active {
    width: 5.6rem!important;
}
@media (max-width: 1250px){
    .card-detail__top{
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
        max-width: 70rem;
    }
    .card-detail__info-top{
        margin-bottom: 3rem;
    }
    .card-detail__preview{
        margin: 0 auto;
        width: 100%;
        max-width: 70rem;
    }
    .card-detail__param{
        margin-bottom: 6rem;
    }
    .card-detail__btns{
        margin-bottom: 3rem;
    }
    .card-detail__delivery{
        margin-bottom: 3rem;
    }
    .card-detail__params{
        margin-bottom: 3rem;
    }
    .colors{
        margin-bottom: 3rem;
    }
    .colors .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 4rem;
    }
    .colors .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 4rem;
    }
}
@media (max-width: 790px){
    .colors .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -2rem;
    }
    .colors .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -2rem;
    }
    .colors__list{
        padding: 0 3rem!important;
        max-width: 60rem;
    }

}
@media (max-width: 640px){
    .card-detail__block .params__item{
        flex-direction: column;
        padding: .5rem;
        margin-bottom: 0;
    }
    .card-detail__block .params__item:nth-child(2n){
        background-color: #F2F2FA;
    }
    .card-detail__block .params__item:after{
        display: none;
    }
    .card-detail__block .params__value{
        text-align: start;
        z-index: inherit;
        background-color: inherit;
    }
    .card-detail__block .params__title{
        color: #1C1B1B;
        font-weight: 600;
        margin-bottom: .5rem;
        z-index: inherit;
        background-color: inherit;
    }
}
@media (max-width: 600px){
    .card-detail-swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal{
        font-size: 1.6rem;
    }
    .swiper-button-next.card-detail-button-next{
        right: 30%;
        width: 3rem;
    }
    .swiper-button-prev.card-detail-button-prev {
        left: 30%;
        width: 3rem;
    }
    .card-detail__msq{
        top: 3.5rem;
    }
    .card-detail__ms{
        top: 3.5rem;
    }
}
@media (max-width: 450px){
    .swiper-button-next.card-detail-button-next{
        right: 20%;
    }
    .swiper-button-prev.card-detail-button-prev {
        left: 20%;
    }
    .card-detail__btns{
        flex-direction: column;
        row-gap: 2rem;
    }
    .card-detail__order{
        max-width: 100%;
    }
    .card-detail__basket{
        max-width: 100%;
    }
    .catalog__quantity{
        height: 3rem;
        column-gap: 1rem;
    }
}
@media (max-width: 450px){
    .quantity-minus{
        padding-left: 1rem;
    }
    .quantity-plus{
        padding-right: 1rem;
    }
}

/* End */
/* /local/templates/main/components/bitrix/catalog/products/style.css?17092941176531 */
/* /local/templates/main/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?171639905515466 */
