

/* 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?17743385665030*/
.product,
.product__right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product__img-wrap {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.product__img-wrap img {
    object-fit: cover;
    width: 100%;
}
.product__stat-title {
    font-size: 16px;
    margin-bottom: 5px;
}
.product__stat {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.product__stat-item {
    position: relative;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    color: #303234;
}
.product__stat-value {
    font-weight: 500;
}
.product__stat .icon-check,
.product__stat .icon-x {
    width: 20px;
    height: 20px;
    background-size: 15px auto;
}
.product__content {
    background: #EFF1F4;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product__rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
}
.product__rating-star {
    width: 20px;
    height: 20px;
    background: url("/upload/MAIN/icon-rating.svg") center no-repeat;
    background-size: 18px;
}
.product__services {
    display: flex;
    gap: 10px;
}
.product__services-item {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.product__services-item_f {
    background: url("/upload/MAIN/icon-favorites.svg") center no-repeat #fff;
    background-size: 20px auto;
}
.product__services-item_c {
    background: url("/upload/MAIN/icon-compare.svg") center no-repeat #fff;
    background-size: 20px auto;
}
.product__services-item_f:hover {
    background-image: url("/upload/MAIN/icon-favorites-red.svg");
}
.product__services-item_c:hover {
    background-image: url("/upload/MAIN/icon-compare-red.svg");
}
.product__stat-status {
    font-size: 14px;
    padding-left: 25px;
}
.product__stat-status_in-stock {
    color: #068735;
    background: url("/upload/MAIN/icon-in-stock.svg") left center no-repeat;
    background-size: 18px;
}
.product__stat-status_not-available {
    color: #EF2121;
    background: url("/upload/MAIN/icon-not-available.svg") left center no-repeat;
    background-size: 18px;
}
.product__price-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
}
.product__price-text b {
    font-size: 32px;
}
.product__rental {
    position: relative;
    display: flex;
    gap: 5px;
}
.product__rental-title {
    font-size: 14px;
    color: #71737D;
}
.product__rental-icon {
    width: 20px;
    height: 20px;
    background: url("/upload/MAIN/icon-question.svg") center no-repeat;
    background-size: 17px;
    cursor: pointer;
}
.product__rental-text {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    font-size: 14px;
    width: 180px;
}
.product__rental:hover .product__rental-text {
    display: block;
}
.product__rental-text p {
    margin: 0 0 5px;
    font-size: 16px;
}
.product__rental-text ul {
    margin: 0;
    padding: 0;
    color: #303234;
    font-weight: 500;
}
.product__rental-text ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product__rental-text ul li span:first-child {
    font-weight: normal;
}
.product__bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product__docs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product__doc {
    padding: 15px;
    border: 1px solid #E3E5ED;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 100%;
}
.product__tabs {
    display: flex;
    overflow-x: auto;
    gap: 20px;
}
.product__tabs a {
    display: block;
    padding: 15px 25px;
    white-space: nowrap;
    text-decoration: none;
    color: #303234;
    background: #EFF1F4;
    border-radius: 30px;
}
.product__tabs .active a {
    color: #fff;
    background: #DB5111;
}
.product__about .product__stat-item {
    font-size: 16px;
    padding: 10px 15px;
    border-bottom: 1px solid #E3E5ED;
    justify-content: left;
}
.product__about .product__stat-item > div {
    width: 50%;
}
.product__stat-item_head {
    background: #EFF1F4;
    border-radius: 20px;
    border: none;
}
.product__stat-item_head > div {
    font-weight: bold;
}
.product__stat-item_b {
    font-weight: 500;
}
@media screen and (min-width: 992px) {
    .product {
        flex-direction: row;
        gap: 2%;
    }
    .product__left {
        width: 42%;
    }
    .product__right {
        width: 56%;
        flex-direction: row;
        gap: 4%;
        flex-wrap: wrap;
    }
    .product__right-left {
        width: 43%;
    }
    .product__right-right {
        width: 53%;
    }
    .product__right-bottom {
        width: 100%;
    }
    .product__docs {
        flex-direction: row;
        gap: 2%;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.list/faq/style.css?17738435511113*/
/************************* faq *************************/
.faq__wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq__item {
    padding: 25px 30px;
    border-radius: 20px;
    border: 1px solid #E3E5ED;
}
.faq__item-top {
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    display: block;
}
.faq__item-top span {
    position: relative;
    color: #141516;
    text-decoration: none;
    cursor: pointer;
    display: block;
    padding-right: 36px;
}
.faq__item-top span:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    width: 36px;
    height: 36px;
    border-radius: 20px;
    background: url("/upload/MAIN/icon-plus.svg") center no-repeat #E3E5ED;
    background-size: 20px;
    transition: all 0.3s linear;
    position: absolute;
    top: -5px;
    right: 0;
}
.faq__item-top span.active:after {
    background-image: url("/upload/MAIN/icon-minus.svg");
}
.faq__item-hidden {
    display: none;
    padding: 12px 0 2px;
}
.faq__item-hidden.vis {display: block;}
.faq__item-hidden p:last-child {margin: 0;}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.detail/selection/style.css?1772189788882*/
.selection {
    position: relative;
    color: #fff;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 !important;
}
.selection__bg-wrap {
    padding: 15px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.4);
}
.selection__wrap {
    padding: 20px 0;
    text-align: center;
}
.selection__btn {
    padding-top: 40px;
    position: relative;
    display: inline-block;
}
.selection__btn img {
    position: absolute;
    right: -45px;
    top: -10px
}
@media (min-width: 768px) {
    .selection__bg-wrap {
        background: none;
    }
    .selection__wrap {
        padding: 45px 0;
        width: 50%;
        text-align: left;
    }
}
@media (min-width: 992px) {
    .selection__bg-wrap {
        padding: 30px;
    }
    .selection__wrap {
        width: 40%;
    }
}
@media (min-width: 1200px) {

}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.list/chosen/style.css?17721132831590*/
/************************* chosen *************************/
.chosen__wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.chosen__item {
    padding: 15px;
    background: #EFF1F4;
    border-radius: 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: left;
    gap: 15px;
    font-size: 16px;
}
.chosen__item-icon {
    min-width: 56px;
    min-height: 56px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chosen__item-icon img {
    width: 36px;
    height: 36px;
}
@media screen and (min-width: 768px) {
    .chosen__wrap {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2%;
    }
    .chosen__item {
        width: 49%;
        margin: 7px 0;
    }
}
@media screen and (min-width: 992px) {
    .chosen__item {
        padding: 25px;
        flex-direction: column;
        gap: 40px;
        font-size: 18px;
        align-items: start;
        justify-content: space-between;
        width: 32%;
    }
    .chosen__item:nth-child(1),
    .chosen__item:nth-child(2),
    .chosen__item:nth-child(3),
    .chosen__item:nth-child(4) {
        width: 49%;
    }
    .chosen__item-icon {
        min-width: 68px;
        min-height: 68px;
    }
    .chosen__item-icon img {
        width: 44px;
        height: 44px;
    }
}
@media screen and (min-width: 1200px) {
    .chosen__item:nth-child(1),
    .chosen__item:nth-child(2),
    .chosen__item:nth-child(3),
    .chosen__item:nth-child(4) {
        width: 23.5%;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.list/conditions/style.css?17738474571001*/
/************************* chosen *************************/
.conditions__wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.conditions__items {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.conditions__item {
    padding: 15px 15px 15px 50px;
    border: 1px solid #E3E5ED;
    border-radius: 20px;
    background: url("/upload/MAIN/icon-li.svg") 15px center no-repeat;
    background-size: 20px;
}
.conditions__img {
    display: none;
}
@media screen and (min-width: 992px) {
    .conditions__wrap {
        flex-direction: row;
        gap: 2%;
        align-items: normal;
    }
    .conditions__items,
    .conditions__img {
        width: 49%;
    }
    .conditions__items {
        gap: 20px;
    }
    .conditions__img {
        display: block;
        border-radius: 20px;
        overflow: hidden;
    }
    .conditions__img img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.list/include/style.css?17721821151378*/
/************************* include *************************/
.include__wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.include__item {
    padding: 15px;
    border: 1px solid #E3E5ED;
    border-radius: 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: left;
    gap: 15px;
    font-size: 16px;
}
.include__item-icon {
    min-width: 56px;
    min-height: 56px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.include__item-icon img {
    width: 36px;
    height: 36px;
}
@media screen and (min-width: 768px) {
    .include__wrap {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2%;
    }
    .include__item {
        width: 49%;
        margin: 7px 0;
    }
}
@media screen and (min-width: 992px) {
    .include {
        background: url("/upload/MAIN/icon-section.svg") right 30px top 30px no-repeat;
        background-size: 100px 30px;
    }
    .include__item {
        padding: 25px;
        flex-direction: column;
        gap: 40px;
        font-size: 18px;
        align-items: start;
        justify-content: space-between;
        width: 23.5%;
    }
    .include__item-icon {
        min-width: 68px;
        min-height: 68px;
    }
    .include__item-icon img {
        width: 44px;
        height: 44px;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/catalog.section/.default/style.css?17738437533826*/
/************************* catalog *************************/
.catalog {
    background: none !important;
    padding: 0 !important;
}
.catalog__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.catalog__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 20px;
    background-color: #fff;
}
.catalog__item-img-wrap {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    height: 280px;
}
.catalog__item-img-wrap img {
    object-fit: cover;
    height: 280px;
    min-width: 100%;
}
.catalog__services {
    display: flex;
    gap: 5px;
    flex-direction: column;
    z-index: 10;
    position: absolute;
    top: 10px;
    right: 10px;
}
.catalog__services-item {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.catalog__services-item_f {
    background: url("/upload/MAIN/icon-favorites-white.svg") center no-repeat rgba(255, 255, 255, 0.5);
    background-size: 20px auto;
}
.catalog__services-item_c {
    background: url("/upload/MAIN/icon-compare-white.svg") center no-repeat rgba(255, 255, 255, 0.5);
    background-size: 20px auto;
}
.catalog__services-item_f2,
.catalog__services-item_f:hover {
    background: url("/upload/MAIN/icon-favorites-red.svg") center no-repeat #fff;
    background-size: 20px auto;
}
.catalog__services-item_c2,
.catalog__services-item_c:hover {
    background: url("/upload/MAIN/icon-compare-red.svg") center no-repeat #fff;
    background-size: 20px auto;
}
.catalog__item-name a {
    color: #101010;
    font-weight: 600;
}
.catalog__stat {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.catalog__stat-item {
    position: relative;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    color: #303234;
}
.catalog__stat .icon-check,
.catalog__stat .icon-x {
    width: 20px;
    height: 20px;
    background-size: 15px auto;
}
.catalog__price-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
}
.catalog__price-text b {
    font-size: 32px;
}
.catalog__rental {
    position: relative;
}
.catalog__rental-icon {
    width: 20px;
    height: 20px;
    background: url("/upload/MAIN/icon-question.svg") center no-repeat;
    background-size: 17px;
    cursor: pointer;
}
.catalog__rental-text {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    font-size: 14px;
    width: 180px;
}
.catalog__rental:hover .catalog__rental-text {
    display: block;
}
.catalog__rental-text p {
    margin: 0 0 5px;
    font-size: 16px;
}
.catalog__rental-text ul {
    margin: 0;
    padding: 0;
    color: #303234;
    font-weight: 500;
}
.catalog__rental-text ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog__rental-text ul li span:first-child {
    font-weight: normal;
}
.catalog__item-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.catalog__item-del {
    position: absolute;
    right: 0;
    top: -10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url("/upload/MAIN/icon-not-available.svg") center no-repeat;
    border-radius: 10px;
}
@media screen and (min-width: 768px) {
    .catalog__wrap {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2%;
    }
    .catalog__item {
        width: 49%;
        margin-top: 20px;
    }
    .catalog__item:nth-child(1),
    .catalog__item:nth-child(2) {
        margin-top: 0;
    }
}
@media screen and (min-width: 992px) {
    .catalog__item {
        width: 32%;
    }
    .catalog__item:nth-child(3) {
        margin-top: 0;
    }
}
/* End */
/* /bitrix/templates/MAIN/components/bitrix/catalog/main/style.css?16557368081122 */
/* /bitrix/templates/MAIN/components/bitrix/catalog/main/bitrix/catalog.element/.default/style.css?17743385665030 */
/* /bitrix/templates/MAIN/components/bitrix/news.list/faq/style.css?17738435511113 */
/* /bitrix/templates/MAIN/components/bitrix/news.detail/selection/style.css?1772189788882 */
/* /bitrix/templates/MAIN/components/bitrix/news.list/chosen/style.css?17721132831590 */
/* /bitrix/templates/MAIN/components/bitrix/news.list/conditions/style.css?17738474571001 */
/* /bitrix/templates/MAIN/components/bitrix/news.list/include/style.css?17721821151378 */
/* /bitrix/templates/MAIN/components/bitrix/catalog.section/.default/style.css?17738437533826 */
