

/* Start:/local/templates/derlak/components/bitrix/news.list/accordion/style.css?17772696582796*/
.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-right .img {
        margin-top: 25px;
    }
    .faq-text-right .img.img--mobile-reset {
        margin-top: 0;
    }
    .faq-text-left{
        font-size: 14px;
    }
}

/* End */
/* /local/templates/derlak/components/bitrix/news.list/accordion/style.css?17772696582796 */
