

/* Start:/local/templates/.default/components/bitrix/news.list/about/style.css?17660387942731*/

.about-head {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-title {
    font-weight: 700;
    font-size: 36px;
    padding: 0 390px;
    text-align: center;
    color: #353535;
}

.about-subtitle {
    font-family: Golos Text;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 0 340px;
    color: #353535;
}

.about-info {
    padding: 96px 0 85px 0;
    background: #D0EFFB;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.main-container-about {
    display: flex;
    flex-direction: column;
    gap: 36px;
    position: relative;
}

.about-info-item {
    display: flex;
}

.about-info-item-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    z-index: 1;
}

.about-info-item-detail {
    font-weight: 700;
    font-size: 64px;
    color: #E72A77;
}

.about-info-item-title {
    font-weight: 400;
    font-size: 16px;
    color: #353535;
}

.about-info-item-house img {
    width: 154px;
    height: 120px;
}

.about-info-arrow {
    position: absolute;
    right: 140px;
    top: 60px;
}

@media(max-width: 1440px) {

    .about-title {
        font-size: 20px;
        padding: 0;
        text-align: left;
    }

    .about-subtitle {
        font-size: 15px;
        padding: 0;
        text-align: left;
    }

    .about-info-arrow {
        display: none;
    }

    .about-info-item-detail {
        font-size: 48px;
    }

    .about-info-item-title {
        font-size: 16px;
    }

    .about-info-item-house img {
        width: 82px;
        height: 61px;
    }
}

@media(max-width: 950px) {

    /*.about-info-item-house {*/
    /*    display: none;*/
    /*}*/

    .about-info-item {
        position: relative;
    }

    .about-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        gap: 40px;
        padding: 24px;
        overflow: hidden;
    }

    .about-info-item-house img {
        width: 226px;
        height: 177px;
    }

    .about-info-item-house {
        position: absolute;
    }

    .about-info-item:nth-child(1) .about-info-item-house {
        top: -54px;
        left: -66px;
    }

    .about-info-item:nth-child(2) .about-info-item-house img {
        width: 342px;
        height: 267px;
    }

    .about-info-item:nth-child(2) .about-info-item-house {
        right: -139px;
        top: -27px;
    }

    .about-info-item:nth-child(3) .about-info-item-house {
        display: none;
    }
}

@media(max-width: 428px) {

    .about-info {
        column-gap: 100px;
    }

    .about-info-item:nth-child(2) .about-info-item-house {
        right: -155px;
        top: -27px;
    }

}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/two-column/style.css?17660387941157*/
.two-column-item {
    display: flex;
    justify-content: space-between;
}

.two-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two-column {
    width: 540px;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
}

.one-column-item {
    display: flex;
    flex-direction: column;
    width: 684px;
    gap: 20px;
}

.one-column-item-title {
    font-weight: 700;
    font-size: 36px;
    color: #353535;
}

.one-column-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: #353535;
    gap: 16px;
}

.container-two-column {
    margin: 100px 0;
}

@media(max-width: 1440px) {

    .one-column-item-title {
        font-size: 20px;
    }

    .one-column-item-content {
        font-size: 15px;
    }

    .two-column-item {
        flex-direction: column;
        gap: 20px;
    }

    .one-column-item {
        width: 100%;
    }

    .two-column {
        width: 100%;
        height: 500px;
    }

    .container-two-column {
        margin: 40px 0;
    }

}

@media(max-width: 428px) {

    .two-column {
        height: 206px;
    }

}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/advantages/style.css?17660387941745*/
.container-advantages {
    display: flex;
    flex-direction: column;
}

.advantages-title {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
    color: #353535;
    text-align: center;
}

.advantages-subtitle {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 36px;
    color: #353535;
    text-align: center;
}

.advantages-blocks {
    display: flex;
    justify-content: space-between;
}

.advantages-block-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.advantages-block-content-title {
    font-weight: 500;
    font-size: 24px;
    color: #353535;
}

.advantages-block-content-subtitle {
    font-weight: 400;
    font-size: 16px;
    color: #808080;
}

.advantages-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 28px 24px;
    background: #75D2D226;
    border-radius: 8px;
    max-width: 268px;
}

.advantages-block:hover {
    background: rgb(14 157 157 / 15%);
}

.advantages-block-img img {
    max-width: 100%;
}

@media(max-width: 1440px) {
    .advantages-title {
        font-size: 20px;
        margin-bottom: 16px;
        text-align: left;
    }

    .advantages-subtitle {
        margin-bottom: 20px;
        text-align: left;
    }

    .advantages-blocks {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .advantages-block {
        max-width: 100%;
    }

    .advantages-block-content-title {
        font-size: 18px;
    }

    .advantages-block-content-subtitle {
        font-size: 15px;
    }

    .one-column-item-content .title {
        font-size: 18px !important;
    }
}

@media(max-width: 428px) {

    .advantages-blocks {
        grid-template-columns: 1fr;
    }

}
/* End */
/* /local/templates/.default/components/bitrix/news.list/about/style.css?17660387942731 */
/* /local/templates/.default/components/bitrix/news.list/two-column/style.css?17660387941157 */
/* /local/templates/.default/components/bitrix/news.list/advantages/style.css?17660387941745 */
