

/* Start:/local/templates/derlak/components/bitrix/catalog/catalog/style.css?17760685891632*/
.catalog-wrap{
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    padding-left: 25px;
    padding-right: 25px;
}
@media (min-width: 768px) {
    .catalog-wrap:has(.catalog-filter){
        grid-template-columns: 244px 1fr;
    }
}
.catalog-filter{
    grid-row: span 2;
    flex-shrink: 0;
}

.catalog-list{
    width: 100%;
    padding-bottom: 50px;
}
.catalog-list__cont{
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 0;
    gap: 50px 0;
}
.catalog-section-desc{
    text-align: center;
    margin: 30px 0;
}
.catalog-section-desc h2,
.catalog-section-desc .h2{
    font-size: 52px;
    text-transform: uppercase;
}
.section-content-wrap{
    padding-top: 50px;
    background-image: linear-gradient(0turn, rgba(243, 240, 227, 1) 0%, rgba(238, 235, 220, 1) 100%);
}

@media (max-width: 800px) {
    .catalog-wrap{
        grid-template-columns: 1fr;
    }
}
@media (min-width: 640px) {
    .catalog-head{
        grid-column: span 2;
    }
}
@media (max-width: 639px) {
    .catalog-section-desc h2,
    .catalog-section-desc .h2{
        font-size: 30px;
    }
    .catalog-wrap {
        grid-template-columns: 1fr;
        padding-left: 15px;
        padding-right: 15px;
        gap: 15px;
    }
    .catalog-filter{
        display: none;
    }
    .is-active.catalog-filter,
    .catalog-filter:has(.filter-checked-button){
        display: block;
    }

    .mobile-catalog-head-buttons{
        order: 1;
    }
    .catalog-filter{
        order: 2;
    }
    .catalog-head{
        order: 3;
    }
    .catalog-list{
        order: 4;
    }
}
/* End */


/* Start:/local/templates/derlak/components/bitrix/breadcrumb/.default/style.css?1776068589569*/
.breadcrumb {
	display: flex;
	font-size: 16px;
	gap: 6px;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.product-info .breadcrumb{
	justify-content: start;
	margin-bottom: 30px;
	margin-top: 0;
}
.breadcrumb svg {
	position: relative;
	top: -2px;
}
.breadcrumb__item {
	line-height: 1;
}
.breadcrumb__item a span {
	color: #3E72AD;
}
.breadcrumb__item a{
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
}
.breadcrumb__item a:hover {
	text-decoration: underline;
}
.breadcrumb + h1{
	margin-top: 20px;
}

/* End */


/* Start:/local/components/pixelplus/catalog.head/templates/.default/style.css?17760685891823*/
.catalog-head{
    display: flex;
    justify-content: end;
    gap: 10px;
}
.catalog-head,
.catalog-head *{
    box-sizing: border-box;
}
.catalog-head__search,
.catalog-head__sort{
    border-radius: 30px;
    border: 1px solid #894615;
    padding: 8px 20px;
    height: 40px;
    position: relative;
    min-width: 220px;
    font-family: "FF Good Pro Comp", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 90%;
    display: flex;
    align-items: center;
    color: #894615;
}
.catalog-head__search {
    gap: 10px;
}
.catalog-head__search input{
    background: none;
    border: none;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    width: 100%;
}
.catalog-head__search input::placeholder{
    color: inherit;
}
.catalog-head__search button{
    flex-shrink: 0;
    background: none;
    border: none;
    cursor: pointer;
    margin-right: -10px;
}
.catalog-head__search button svg{
    display: block;
}
@media (min-width: 640px) {

    .catalog-head{
        grid-column: span 2;
    }

    .mobile-catalog-head-buttons{
        display: none;
    }
}
@media (max-width: 639px) {
    .catalog-head{
        flex-direction: column;
    }
    .catalog-head > * {
        width: 100%;
    }
    .mobile-catalog-head-buttons{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-catalog-head-buttons button{
        background: none;
        border: none;
        cursor: pointer;
        font-size: 14px;
        display: flex;
        gap: 5px;
        align-items: center;
        line-height: 1;
    }
    .mobile-catalog-head-buttons svg{
        height: 20px;
        line-height: 1;
        position: relative;
        top: -1px;
    }
    .is-active.catalog-head__search{
        display: flex;
    }
}
/* End */


/* Start:/local/templates/derlak/components/bitrix/catalog/catalog/bitrix/catalog.smart.filter/.default/style.css?17760685894142*/
.s-filter,
.s-filter *{
    box-sizing: border-box;
    font-size: 14px;
}
.s-filter__cont{

}
.s-filter__item{
    margin-bottom: 30px;
}
.s-filter__item-name{
    font-weight: 800;

    border-bottom: solid 2px #e6e2cc;
    margin-bottom: 10px;
}
.bx-filter-input-checkbox{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 21px;
}
.bx-filter-param-label.disabled{
    opacity: 0.5;
}
.bx-filter-input-checkbox:before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: -1px;
    border: 2px solid #afada3;
    border-radius: 4px;
}
.bx-filter-input-checkbox:has(input:checked):after {
    content: "";
    display: block;
    width: 3px;
    height: 7px;
    position: absolute;
    left: 6px;
    top: 2px;
    border: solid #afada3;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.bx-filter-input-checkbox input{
    display: none;
}

.s-filter__footer:has(.filter-checked-button){
    display: block;
}
.s-filter__footer *{
    font-family: inherit;
    font-size: 18px;
}
.hidden-href{
    display: none;
}
.filter-checked-list{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0;
}
.filter-checked-button{
    background-color: #F3F0E3;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.4;
    font-size: 18px;
    max-width: 260px;
    overflow: hidden;
    padding: 7px 14px;
    position: relative;
    text-overflow: ellipsis;
    transition: opacity .1s ease-in;
    white-space: nowrap;
}
.filter-checked-button svg{
    margin-right: 3px;
}
#reset-filter-ajax{
    float: right;
}
.s-filter__clear-link,
.bx-filter-popup-result{
    color: #111111;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-size: 12px;
    background: none;
    outline: none;
    font-family: 'Roboto', Arial, sans-serif;
}
.bx-filter-popup-result > *{
    font-size: 12px;
}
.filter-checked-button:hover,
.s-filter__clear-link:hover{
    opacity: 0.6;
}
.s-filter__item-section-link{
    display: block;
    color: inherit;
}
.s-filter__footer {
    font-family: 'FF Good Pro Comp', Arial, sans-serif;
    display: none;
}
@media (min-width: 640px) {
    .s-filter__footer{
        padding: 15px;
        z-index: 99;
        position: fixed;
        bottom: 10px;
        left: 10px;
        flex-direction: column;
        width: 260px;
        height: auto;
        background-color: rgba(255, 255, 255, .94);
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, .1);
        box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .1);

    }
}
@media (max-width: 639px) {
    .bx-filter-param-label,
    .s-filter__item-section-link{
        padding: 2px 0;
        display: block;
    }
    #reset-filter-ajax{
        display: none;
    }
    .catalog-sort__item,
    .bx-filter-param-label,
    .s-filter__item-section-link,
    .s-filter__item-name{
        padding: 2px 0;
        display: block;
    }
    .s-filter__item-name{
        position: relative;
    }
    .filter-checked-button{
        background-color: hsla(0, 0%, 51%, .2);
    }
    .s-filter__item-name:after{
        border-color: transparent #111111 #111111 transparent;
        border-style: solid;
        border-width: 1px;
        bottom: 0;
        content: " ";
        height: 5px;
        margin: auto;
        pointer-events: none;
        position: absolute;
        right: 1px;
        top: -2px;
        width: 5px;
        transform: rotate(45deg);
    }

    .s-filter__item-section-link,
    .s-filter__item .checkbox{
        display: none;
    }
    .is-active.s-filter__item-sort .s-filter__item-name{
        margin-bottom: 10px;
    }
    .is-active > .s-filter__item-name:after{
        transform: rotate(225deg);
        transform-origin: 5px 5px;
    }
    .is-active.s-filter__item .s-filter__item-section-link,
    .is-active.s-filter__item .checkbox{
        display: block;
    }

    .s-filter__cont{
        display: none;
    }

    .is-active.catalog-filter .s-filter__cont{
        display: block;
    }

}
/* End */


/* Start:/local/templates/derlak/components/bitrix/system.pagenavigation/ajax/style.css?17760685892756*/
.load-more-wrap{
    display: flex;
    width: 100%;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}
.bx-pagination {
    width: 100%;
}
.bx-pagination .bx-pagination-container {
    text-align: center;
    position: relative;
}
.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    border: 1px solid #894615;
    padding: 0 8px;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    font-size: 14px;
    border-radius: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    border-radius: 16px;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
    background: #894615;
    color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
    border-color: #894615;
    background: #894615;
    color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
    color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
    color: #aab1b4;
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
    background: #fff;
    border-color: #DADADA;
    color: #000;
}
/* End */


/* Start:/local/templates/derlak/components/bitrix/catalog.section/.default/style.css?17760685893433*/
.recommended .catalog-block-header {
    color: #894615;
    font-family: "FF Good Pro Comp", sans-serif;
    font-size: 62px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 73.8px */
    border: 0;
    padding: 0;
    margin: 50px 0 50px;
}
.catalog-recommended {
    max-width: 1560px;
    margin: 0 auto 50px;
    position: relative;
}
.catalog-item{
    display: flex;
}
.catalog-item.swiper-slide{
    height: auto;
}
.catalog-item:not(.swiper-slide){
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
}
.catalog-recommended-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    height: 100%;
}
.item-name {
    color: #894615;
    font-family: "FF Good Pro Comp", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    border: 0;
    padding: 0;
    margin: 0 0 10px;
    display: block;
}
.item-image{
    display: flex;
    align-items: end;
    position: relative;
    justify-content: center;
    height: 400px;
    margin-bottom: 20px;
}
.item-image-label{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    color: #ffffff;
    background-color: #ff4a4a;
    border-radius: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-family: "FF Good Pro Comp", sans-serif;
    font-weight: 500;
    font-size: 22px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    height: 34px;
}
.item-image-label + .item-image-label{
    right: 90px;
}
.item-image-label--new{

}
.item-image__first,
.item-image__second{
    transition: opacity 0.5s;
}
.item-image__second{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    opacity: 0;
}
.item-image:hover .item-image__second{
    opacity: 1;
}
.item-image:has(.item-image__second):hover .item-image__first{
    opacity: 0;
}
.item-image img{
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto;
}
.item-price {
    color: var(--Style, #894615);
    font-kerning: none;
    font-feature-settings: 'liga' off;
    font-family: "FF Good Pro Comp", sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0 0 13px 0;
    text-align: center;
}
.item-actions-row .actions {
    justify-content: center;
}
.recommended-button-next, .recommended-button-prev {
    position: absolute;
    top: 50%;
}

.recommended-button-next {
    right: -100px;
}

.recommended-button-prev {
    left: -100px;
}

.item-info-column,
.item-name{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item-preview-text{
    text-align: center;
}
@media (max-width: 1500px) {
    .catalog-item:not(.swiper-slide){
        width: 33.333333%;
    }
    .item-name,
    .item-price{
        font-size: 36px;
    }
    .item-preview-text{
        font-size: 14px;
    }
}
@media (max-width: 1200px) {
    .catalog-item:not(.swiper-slide){
        width: 50%;
    }
}
@media (max-width: 767px) {
    .item-image{
        height: 250px;
    }
    .catalog-item {
        box-sizing: border-box;
        padding: 0 10px;
    }
    .item-actions-row .actions{
        flex-direction: column;
    }
    .item-actions-row .actions > *{
        width: 100%;
        justify-content: space-between;
    }
}


/* End */


/* Start:/local/templates/derlak/components/bitrix/news.list/advantages/style.css?1776068589807*/
.partner-item {
    display: flex;
    gap: 30px;
    margin-bottom: 90px;
}

.partner-item-title {
    color: #894615;
    font-weight: 500;
    font-size: 45px;
    line-height: 1;
    padding-top: 19px;
    border-top: 2px solid;
    flex: 1 0 360px;
    font-family: 'FF Good Pro Comp', Arial, sans-serif;
    margin-top: 10px;
}

.partner-item-text, .partner-item-text * {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 1.5;
}

.partner-items {
    margin: 45px 0;
}

@media screen and (max-width: 959px) {
	.partner-item {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.partner-item-title {
		flex: 1 0 auto;
	}
}
@media screen and (max-width: 639px) {
	.partner-item-title {
		font-size: 26px;
	}
    .partner-item-text, .partner-item-text *{
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/derlak/components/bitrix/news.list/accordion/style.css?17760685892662*/
.faq-text {
    display: flex;
    gap: 50px;
    margin-bottom: 40px;
}

.faq-text p, .faq-text {

    line-height: 1.5;
    color: #111111;
    font-weight: 400;
    font-family: 'Roboto';
}

.faq-text a {

    line-height: 1.5;
    font-weight: 400;
    font-family: 'Roboto';
}

.faq-text-right {
    flex: 0 0 420px;
}

.faq-text-right .img {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.faq-text-right .img img {
    width: auto;
    height: 41px;
}

.faq-content {
    max-height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s;
    -o-transition: max-height ease-in-out 0.3s,opacity ease-in-out 0.3s;
    transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s;
}

.faq-item.open .faq-content {
  max-height: 500px; /* Достаточно большое значение для контента */
  opacity: 1;
}

button.faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-top: 1px solid #111111;
    background: transparent;
    position: relative;
    padding: 27px 0 27px;
    text-align: left;
    background-color: transparent;
    box-sizing: border-box;
    cursor: pointer;
}

button.faq-trigger svg {
    fill: #c6b9af;
    stroke: #ffffff;
    width: 40px;
    height: 40px;
    transition-property: fill, stroke;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    flex-shrink: 0;
}

span.faq-title {
    color: #894615;
    font-weight: 500;
    font-family: 'FF Good Pro Comp', Arial, sans-serif;
    font-size: 42px;
    line-height: .9;
    padding: 0;
}

.faq-item.open svg.t849__icon .t849__lines {
    transform: rotate(-45deg);
}

g.t849__lines {
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
}

button.faq-trigger:hover svg {
    fill: #894615;
    stroke: #ffffff;
}

.faq-section {
    margin-bottom: 90px;
}

.faq-item:last-of-type {
    border-bottom: 1px solid #111111;
}
.faq-section__title{
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}
@media screen and (max-width: 959px) {
	span.faq-title {
		font-size: 26px;
	}
}
@media screen and (min-width: 640px) {
    .faq-section__title{
        font-size: 52px;
        font-weight: bold;
    }
}
@media screen and (max-width: 639px) {
	.faq-text {
		gap: 25px;
		flex-direction: column;
	}
	.faq-item.open .faq-content {
		max-height: fit-content;
	}
	.faq-text-right {
		flex: 0 0 auto;
        font-size: 14px;
	}
    .faq-text-left{
        font-size: 14px;
    }
}
/* End */
/* /local/templates/derlak/components/bitrix/catalog/catalog/style.css?17760685891632 */
/* /local/templates/derlak/components/bitrix/breadcrumb/.default/style.css?1776068589569 */
/* /local/components/pixelplus/catalog.head/templates/.default/style.css?17760685891823 */
/* /local/templates/derlak/components/bitrix/catalog/catalog/bitrix/catalog.smart.filter/.default/style.css?17760685894142 */
/* /local/templates/derlak/components/bitrix/system.pagenavigation/ajax/style.css?17760685892756 */
/* /local/templates/derlak/components/bitrix/catalog.section/.default/style.css?17760685893433 */
/* /local/templates/derlak/components/bitrix/news.list/advantages/style.css?1776068589807 */
/* /local/templates/derlak/components/bitrix/news.list/accordion/style.css?17760685892662 */
