

/* Start:/local/templates/general/components/bitrix/news.list/faq/style.css?17587660271160*/
.faq-section {
    padding: 80px 0;
    background: #f7f7f7;
}
.faq-section h2 {text-align: center;}

.faq-section .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.faq-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    color: #333;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.faq-question {
    padding: 40px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    font-size: 22px;
    color: #333;
}

.faq-question::after {
content: '+';
    position: absolute;
    top: 30px;
    right: 40px;
    transition: transform 0.3s;
    font-size: 40px;
}

.faq-question.active::after {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s;
color: #383639;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    letter-spacing: 0.4px;
}

.faq-answer.active {
    padding: 0 40px 40px;
    max-height: 500px;
}
/* End */


/* Start:/local/templates/general/components/bitrix/news.list/mainblog4mini/style.css?17333551122485*/
.page_10 h2 {font-family: 'Oranienbaum', sans-serif;
    font-size: 80px;
    color: #383639;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 38px;
}
.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    padding-top: 30px;
}

.news-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.news-item {
    width: calc(25% - 15px);
    box-sizing: border-box;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.news-item__image {
    width: 100%;
}
.news-item__image img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
    height: 600px;
    background-size: cover;
    object-fit: cover;
}

.news-item__title {
margin-bottom: 15px;
    text-decoration: none;
    font-family: 'Oranienbaum', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #383639;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.news-item__preview-text {
    font-size: 16px;
    color: #383639;
    margin-bottom: 20px;
    line-height: 22px;
    padding-top: 15px;
}

.news-item__read-more {
    font-size: 18px;
    text-decoration: none;
    align-self: flex-start;
    font-weight: 700;
    color: #383639;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}
.news-item__read-more:hover, .news-item__title:hover {
    color: #535c69;
}
.news-item__read-more:hover {
    transform: translateX(20px); 
}

.news-item__reading-time {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}
.news-list .container {
    max-width: 1780px;
}
.blogmore {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.blogmore .btn {
    background: #fff;
    border: 1px solid #bea592;
    color: #bea592;
    font-size: 16px;
    font-weight: 300;
    padding: 24px 64px;
    margin-bottom: 38px;
    text-decoration: none;
    text-align: center;
}
.blogmore .btn:hover {
    background: #bea592;
    color: #fff;
}
@media (max-width: 1440px){
.news-list .container {
		max-width: 1440px;}
.news-item__image img {
    height: 400px;
/*height: 240px;*/
}
}

@media (max-width: 768px) {
    .news-item {
        width: 100%;
    }
}
@media (max-width: 767px)
.news-list .container {
    padding: 0;
}
/* End */
/* /local/templates/general/components/bitrix/news.list/faq/style.css?17587660271160 */
/* /local/templates/general/components/bitrix/news.list/mainblog4mini/style.css?17333551122485 */
