

/* Start:/local/templates/main/components/bitrix/catalog/.default/style.css?17274391653633*/
.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;}
.many-slides .many-slides-item {
    display: block;
}

.many-slides .many-slides-item img {
    width: 160px;
    height: 200px;
    object-fit: cover;
}
.many-slides .slick-prev:before,
.many-slides .slick-next:before {
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.many-slides .slick-prev:hover:before,
.many-slides .slick-next:hover:before {
    color: #eebb00;
}



.many-slides-item {
    position: relative;
    z-index: 1;
    border: 5px solid transparent;
}

.many-slides-item:hover {
    border: 5px solid #e5c063;
}

.many-slides-item-desc {
    position: absolute;
    z-index: 2;
    width: 80%;
    top: 50%;
    left: 12%;
    background: #e5c063;
    text-align: center;
}


@media only screen and (min-width:865px) and (max-width:1085px) {
    .many-slides .many-slides-item {
        height: auto;
        width: 30%!important;
        top: 44%;
        left: 0%;
        text-align: justify;
        font-size: 11px;
    }
    .common-catalog .many-slides .slick-track {
        width: 600px!important;
    }
}



@media only screen and (min-width:564px) and (max-width:864px) {
    .many-slides-item-desc {
        position: absolute;
        z-index: 2;
        width: 85%;
        top: 50%;
        left: 7%;
        background: #e5c063;
        text-align: center;
    }
}

@media only screen and (max-width:563px) {
    .many-slides-item-desc {
        position: absolute;
        z-index: 2;
        width: 90%;
        top: 48%;
        left: 5px;
    }
}

.many-slides-item-desc .item-name {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 13px;
    margin: 0 auto;
    border-bottom: 1px solid #ab8524;
    padding: 4px 4px;
}

@media only screen and (max-width:563px) {
    .many-slides-item-desc .item-name {
        color: black;
        font-weight: 500;
        font-size: 11px;
        text-transform: none;
    }
}

.many-slides-item-desc .item-name .sect-name {
    color: black;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.many-slides-item-desc .item-price {
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 13px;
    border-top: 1px solid #f2d488;
    padding: 4px 4px;
}

@media only screen and (min-width:865px) and (max-width:1085px) {
    .many-slides-item-desc .item-price {
        font-size: 12px;
    }
}

@media only screen and (max-width:563px) {
    .many-slides-item-desc .item-price {
        font-size: 11px;
        font-weight: 500;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog/.default/bitrix/catalog.section.list/cards/style.css?165029191772*/
.short_title_psevdo a{
    text-decoration: none;
    color:black
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/table/style.css?1661354556205*/
.share-section {
	display: flex;
	justify-content: flex-end;
}
@media only screen and (max-width:563px) {
	.share-section {
		justify-content: center;
	}
	.share-section li {
		width: auto;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/table_section/style.css?1661354890205*/
.share-section {
	display: flex;
	justify-content: flex-end;
}
@media only screen and (max-width:563px) {
	.share-section {
		justify-content: center;
	}
	.share-section li {
		width: auto;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/cards/style.css?16613465861142*/
.catalogItems{
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}
.catalogItem{
    background: #FBFBFB;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
    border: 2px solid white;
}
.catalogItem:hover{
    border: 2px solid #eebb00;
}
.catalogItem img{
    height: 160px;
    width: 100%;
    padding: 4px;
    border-radius: 10px;
    object-fit: cover;
}
.catalogItem .link-order{
    border: 2px solid #eebb00;
    color: white;
    background: transparent;
    font-size: 14px;
    font-weight: 300;
    line-height: 12px;
    padding: 7px 7px;
    background-color: black;
    display: block;
    width: 130px;
    margin: 10px auto;
}
.catalogItem .link-order:after{
    content: "";
}
.catalogItem a.title{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin: 20px 0px;
    color: #373C45;
    text-decoration: none;
}
.catalogItem:hover a.title{
    color: #eebb00;
}
@media screen and (max-width: 900px){
    .catalogItems{
        grid-template-columns: 1fr 1fr;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/klientyMain/style.css?17091320082017*/

.specialoffers__item_main {
    background: #fff;
    border: 1px solid #d4d4d4;
    margin-top: 15px;
}

.specialoffers__item_main .specialoffers__item--photo {
    height: 200px;
    max-width: 205px;
    margin-right: 0px;
    float: none;
    margin: auto;
    border: none;
    object-fit: contain;
}

.specialoffers_slider {
    margin-bottom: 30px;
}

.sert_slider .slick-prev:before,
.specialoffers_slider .slick-prev:before {
    opacity: 1;
    color: #eebb00;
    font-size: 30px;
}

.sert_slider .slick-next:before,
.specialoffers_slider .slick-next:before {
    opacity: 1;
    color: #eebb00;
    font-size: 30px;
}

.sert_slider .slick-prev{
    left: -40px;
}

.specialoffers_slider .slick-prev {
    right: 30px;
    top: -20px;
    left: auto;
}

.specialoffers_slider .slick-next {
    right: 0px;
    top: -20px;
}

.specialoffers_h {
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #eebb00;
    width: fit-content;
    font-size: 36px;
}

.specialoffers {
    padding-top: 5px;
}

.specialoffers__item--photo {
    border: 5px solid #d4d4d4;
    height: 234px;
    max-width: 234px;
    float: left;
    margin-right: 25px;
}

.specialoffers__item {
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 30px;
    margin-top: 15px;
    width: 100%;
}

.specialoffers__item-date {
    position: relative;
    color: black;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
}

.specialoffers__item-date:before {
    content: url(/local/templates/main/components/bitrix/news.list/klientyMain/../images/icons/calendar.png);
    display: block;
    float: left;
    margin-right: 8px;
}

.specialoffers__item-name {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 563px) {
    .specialoffers__item_main .specialoffers__item--photo {
        height: 150px;
        max-width: 150px;
    }
}
/* End */
/* /local/templates/main/components/bitrix/catalog/.default/style.css?17274391653633 */
/* /local/templates/main/components/bitrix/catalog/.default/bitrix/catalog.section.list/cards/style.css?165029191772 */
/* /local/templates/main/components/bitrix/catalog.section.list/table/style.css?1661354556205 */
/* /local/templates/main/components/bitrix/catalog.section/table_section/style.css?1661354890205 */
/* /local/templates/main/components/bitrix/catalog.section/cards/style.css?16613465861142 */
/* /local/templates/main/components/bitrix/news.list/klientyMain/style.css?17091320082017 */
