

/* Start:/local/templates/akshome/styles_for_landing.css?17416039337498*/
* {
    border: none;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
a, a:link, a:visited  {
    text-decoration: none;
}
a:hover  {
    text-decoration: none;
}
aside, nav, footer, header, section, main {
    display: block;
}
h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

ul, ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
    height: auto;
}
.container {
    width: 100%;
    margin: 0 auto;
}
.main_page_section{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    padding: 100px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main_page_section.office-furniture {
    background-image: url('/local/templates/akshome/images/banner-mebel.webp');
}
.horeca-page .main_page_section {
    background-image: url('/local/templates/akshome/images/banner-horeca-2.webp');
}
.title_section{
    text-align: center;
}

.page_title{
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}


.page_subtitle{
    font-style: italic;
    color: white;
    font-size: 16px;
    margin-bottom: 50px;
}

.button{
    box-sizing: border-box;
    font-size: 16px;
    padding: 10px;
    background-color: #FEDE0F;
    cursor: pointer;
}

.button:hover{
    background: #FFCD29;
}

.button:active{
    background-color: gray;
}

.advantages_section{
    background-color: #D7D7E1;
}

.advantages_list{
    padding: 30px 40px;
    text-align: center;
}

.advantages_item{
    margin-bottom: 30px;
}

.advantages_count{
    font-size: 30px;
    font-weight: 900;
    color: #475257;
}

.advantages_description{
    font-size: 16px;
    font-weight: 500;
    color: #475257;
}

.advantages_text{
    max-width: 480px;
    font-size: 16px;
    font-weight: 300;
    color: #475257;
    margin: 10px auto 0 auto;
}

.catalog_list{
    padding: 20px 20px 30px;
}

.catalog_item{
    margin-bottom: 50px;
}

.catalog_item_image{
    display: block;
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto;
}
.catalog_item_text{
    font-size: 18px;
    color: #475257;
    text-align: center;
}

.form_section{
    background-color: #D7D7E1;
    text-align: center;
    padding-bottom: 30px;
}
.form_title{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0;
    background-color: #9396A0;
    color: white;
}
.form_description{
    max-width: 1000px;
    margin: 0 auto;
}
.form_description_text{
    font-size: 18px;
    padding: 20px;
    color: #475257;
}

.section_title{
    text-align: center;
    font-size: 24px;
    padding: 20px 0;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
}

.swiper_section{
    padding: 30px 0;
}

.swiper{
    margin-top: 30px;
}

.image_slide{
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
.image-description {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(128,128,128,.7);
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 2;
    padding: 0 5px;
    max-height: 0;
    transition: .3s;
}
.feedback_section {
    padding: 30px 20px;
    font-size: 14px;
}

.feedback_slide{
    text-align: center;
    max-width: 320px;
    padding: 15px;
    background-color: #EFEFF9;
    margin: 0 auto;
}

.feedback_slide_person{
    margin: 15px 0 20px;
    font-size: 16px;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
    color: #475257;
    padding: 10px;
    font-style: normal;

}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
    color: #475257;
    padding: 10px;
    font-style: normal;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.modal img {
    max-width: 90%;
    max-height: 90%;
    display: block;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.contacts_block {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.contacts_text_bold {
    font-weight: 600;
}

.contacts_text {
    font-weight: 400;
}

.contact_link {
    color: black;
    text-decoration: underline;
}
@media (min-width: 999px) {
    .image_slide:hover > .image-description {
        max-height: 50px;
    }
}
@media (max-width: 998px) {
    .image-description {
        max-height: none;
    }
}
@media screen and (min-width: 768px) {
    .main_page_section{
        height:600px;
    }

    .page_title{
        font-size: 40px;
    }

    .page_subtitle{
        font-size: 22px;
        margin-bottom: 100px;
    }

    .button{
        font-size: 20px;
        padding: 10px;
    }

    .catalog_list{
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 3 колонки одинаковой ширины */
        gap: 10px; /* Расстояние между элементами */
    }

    .catalog_item_text{
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    .main_page_section{
        height:708px;
    }

    .page_title{
        font-size: 57px;
    }

    .page_subtitle{
        font-size: 37px;
        margin-bottom: 150px;
    }

    .button{
        font-size: 20px;
        padding: 15px;
    }

    .form_title{
        font-size: 30px;
    }

    .form_description{
        max-width: 1000px;
        margin: 0 auto;
    }

    .form_description_text{
        font-size: 20px;
    }

    .section_title{
        font-size: 30px;
    }



    .advantages_list{
        display: flex;
        justify-content: center;
    }

    .advantages_item{
        margin: 0;
    }

    .advantages_count{
        font-size: 30px;
        font-weight: 900;
    }

    .advantages_description{
        font-size: 18px;
        font-weight: 500;
    }

    .advantages_text{
        font-size: 18px;
        font-weight: 300;
    }

    .catalog_list{
        max-width: 80%;
        margin: 0 auto;
        padding: 30px ;
        grid-template-columns: repeat(3, 1fr)
    }

    .catalog_item{
        margin-bottom: 50px;
    }

    .catalog_item_image{
        display: block;
    }

    .catalog_item_text{
        font-size: 20px;
        width: 314px;
        color: #475257;
    }

    .swiper_section{
        padding: 30px 200px;
    }

    .swiper{
        margin-top: 30px;
    }

    .feedback_section {
        padding: 30px 200px;
        font-size: 13px;
        font-style: italic;

    }

    .feedback_slide{
        max-width: 400px;
        padding: 25px;
    }

    .feedback_slide_person{
        margin: 15px 0 30px;
        font-size: 18px;
    }

    .contacts_block {
        text-align: center;
        font-size: 25px;
        margin-bottom: 30px;
        font-style: normal;

    }

}
/* End */


/* Start:/local/templates/akshome/components/bitrix/news.list/akedQuestions/style.css?1736841450861*/
.faq-container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.faq-item {
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin: 0;
}


.faq-question .icon {
    margin-right: 10px;
    font-size: 18px;
    color: #FEDE0F;
}

.faq-answer {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.faq-answer p {
    margin: 0 0 10px 0;
}

.faq-answer a {
    color: #539ff1;
    text-decoration: none;
}

/* End */
/* /local/templates/akshome/styles_for_landing.css?17416039337498 */
/* /local/templates/akshome/components/bitrix/news.list/akedQuestions/style.css?1736841450861 */
