

/* Start:/bitrix/templates/MAIN/components/bitrix/catalog/main/style.css?16557368081122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/catalog/main/bitrix/catalog.element/.default/style.css?17586371611526*/
.main__side {
    display: none;
}
.main__content {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
.product {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product__buttons {
    margin-bottom: 10px;
}
.product__services {
    display: flex;
    gap: 10px;
}
.product__content .button-link {
    display: block;
}
.product__rating {
    display: flex;
    align-items: center;
    gap: 5px;
}
.product__rating-star {
    width: 100px;
    height: 20px;
    background: url("/upload/MAIN/icon-rating.png") left center repeat;
}
.product__line .catalog__stat-status {
    margin: 0;
}
.product__delivery {
    background: url("/upload/MAIN/icon-shedule.png") left center no-repeat;
    padding-left: 25px;
}
.catalog__stat-item {
    margin: 0;
    width: 100%;
}
.product__seo {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-bottom: 10px;
}
.product__seo-item {
    width: 32%;
    margin-top: 10px;
    text-align: center;
}
.product__seo-item a {
    color: #101010;
    text-decoration: none;
}
.product__seo-item-img {
    margin-bottom: 5px;
    height: 60px;
    border: 1px solid #DEDFE1;
    background: #F6F6F6;
    border-radius: 5px;
}
.product__seo-item-img img {
    max-width: 100%;
    max-height: 100%;
}
@media screen and (min-width: 992px) {
    .product {
        flex-direction: row;
        gap: 2%;
    }
    .product__left {
        width: 42%;
    }
    .product__center {
        width: 24%;
    }
    .product__right {
        width: 30%;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.detail/delivery/style.css?17343514351008*/
.delivery {
    padding: 35px 0;
}
.delivery__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.delivery__desc ul {
    margin: 0;
    padding: 0;
}
.delivery__desc li {
    background: #F2F3F4;
    padding: 15px 15px 15px 40px;
    border-radius: 10px;
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    font-size: 18px;
}
.delivery__desc li:before {
    position: absolute;
    top: 22px;
    left: 20px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #1871C7;
}
.delivery__slide {
    border-radius: 10px;
    overflow: hidden;
}
.delivery__slide img {
    width: 100%;
}
.delivery__slide-nav {
    margin: 10px 5px;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .delivery {
        padding: 65px 0;
    }
    .delivery__wrap {
        flex-direction: row;
        gap: 2%;
    }
    .delivery__desc,
    .delivery__imgs {
        width: 49%;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.detail/desc/style.css?1733492471114*/
.desc {
    padding: 35px 0;
}
@media screen and (min-width: 768px) {
    .desc {
        padding: 65px 0;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.list/chosen/style.css?17334026161267*/
/************************* about *************************/
.about {
    padding: 35px 0;
    background: #F9FAFB;
}
.about__slider {
    margin: 0 0 83px;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.about__slide {
    padding: 20px;
    width: 49%;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #E8E9EE;
}
.about__slide-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 10px;
    text-align: center;
}
.about__slide-icon img {
    width: 48px;
    height: 48px;
}
.about__slide-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.about__slide-text {
    max-width: 210px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .about {
        padding: 65px 0;
    }
    .about__slider {
        margin: 0 0 50px;
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 992px) {
    .about__slider {
        margin: 0 0 17px;
        padding-bottom: 50px;
        padding-top: 20px;
    }
    .about__slide {
        width: 23.5%;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.detail/reviews/style.css?1733474004591*/
.reviews {
    padding: 35px 0;
}
.reviews__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.reviews__videos {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.reviews__video video {
    width: 100%;
    height: 200px;
}
@media screen and (min-width: 768px) {
    .reviews {
        padding: 65px 0;
    }
    .reviews__wrap {
        flex-direction: row;
        gap: 2%;
    }
    .reviews__videos {
        width: 39%;
        gap: 25px;
    }
    .reviews__video video {
        height: 250px;
    }
    .reviews__desc {
        width: 59%;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.detail/videos/style.css?1733474085474*/
.videos {
    padding: 35px 0;
    background: #f9fafb;
}
.videos__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (min-width: 768px) {
    .videos {
        padding: 65px 0;
    }
    .videos__wrap {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2%;
    }
    .videos__video {
        width: 49%;
        gap: 25px;
    }
}
@media screen and (min-width: 992px) {
    .videos__video {
        width: 32%;
    }
}
/* End */
/* /bitrix/templates/MAIN/components/bitrix/catalog/main/style.css?16557368081122 */
/* /bitrix/templates/MAIN/components/bitrix/catalog/main/bitrix/catalog.element/.default/style.css?17586371611526 */
/* /bitrix/templates/MAIN/components/bitrix/news.detail/delivery/style.css?17343514351008 */
/* /bitrix/templates/MAIN/components/bitrix/news.detail/desc/style.css?1733492471114 */
/* /bitrix/templates/MAIN/components/bitrix/news.list/chosen/style.css?17334026161267 */
/* /bitrix/templates/MAIN/components/bitrix/news.detail/reviews/style.css?1733474004591 */
/* /bitrix/templates/MAIN/components/bitrix/news.detail/videos/style.css?1733474085474 */
