

/* Start:/bitrix/templates/trendylight_main/main_page_assets/style.css?178669150615636*/
@font-face {
    font-family: "bootstrap-icons-full";
    font-display: swap;
    src: url("/bitrix/templates/trendylight_main/css/bootstrap-4-icons/fonts/bootstrap-icons.woff2") format("woff2"),
    url("/bitrix/templates/trendylight_main/css/bootstrap-4-icons/fonts/bootstrap-icons.woff") format("woff");
}

.main-page-section {
    background: #fff;
    padding: 34px 0;
    margin: 34px 0;
}

.main-page-section__title {
    margin: 0;
    font-weight: 700;
}

.main-page-section__text {
    margin: 0;
}

.main-page-heading {
    margin: 0 0 24px;
    color: #1f252d;
    text-align: left;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
}

.main-page-card {
    position: relative;
    overflow: hidden;
}

.main-page-card__content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.main-page-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.main-page-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.main-page-button--accent {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.main-page-button--accent:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    text-decoration: none;
}

.main-page-button--outline {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40;
}

.main-page-button--outline:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    text-decoration: none;
}

.main-page-advantages {
    padding-top: 34px;
    padding-bottom: 34px;
}

.main-page-advantages__grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
}

.main-page-advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding: 0 10px;
    text-align: center;
    color: #1f252d;
}

.main-page-advantages__icon {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: #FFE9AE;
    color: #D99A00;
    fill: #D99A00;
    font-size: 36px;
    line-height: 1;
}

.main-page-advantages__svg-icon,
.main-page-advantages__boot-icon {
    display: block;
    width: 46px;
    height: 46px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.main-page-advantages .bi-cash-coin::before {
    content: "\\f632";
    font-family: "bootstrap-icons-full" !important;
}

.main-page-advantages .bi-rulers::before {
    content: "\\f523";
    font-family: "bootstrap-icons-full" !important;
}

.main-page-advantages .bi-check-circle::before {
    content: "\\f26b";
    font-family: "bootstrap-icons-full" !important;
}

.main-page-advantages .bi-shield-check::before {
    content: "\\f52f";
    font-family: "bootstrap-icons-full" !important;
}

.main-page-advantages__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.main-page-advantages__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.main-page-advantages__text {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.25;
    color: #6f675c;
}

.main-page-hero__buttons .btn {
    min-height: 48px;
    padding: 11px 24px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.main-page-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.main-page-hero__buttons .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.main-page-hero__buttons .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    text-decoration: none;
}

.main-page-hero__buttons .btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40;
}

.main-page-hero__buttons .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .main-page-advantages__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .main-page-advantages {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .main-page-advantages__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .main-page-advantages__item {
        padding: 0 8px;
    }

    .main-page-advantages__title {
        font-size: 13px;
    }

    .main-page-advantages__text {
        font-size: 11px;
    }
}

.main-page-hero{
    background:#fff;
    width:100%;
    overflow:hidden;
    padding-top:90px;
    --main-page-hero-bg-image: none;
    --main-page-hero-main-image: none;
}

.main-page-hero__inner{
    position:relative;
    width:100%;
    overflow:hidden;
    background:#fff;
    --hero-bg:
            linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 48%, rgba(255,255,255,.24) 100%),
            var(--main-page-hero-bg-image);
    background-color:#f4efe5;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

.main-page-hero__inner::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    background-image:var(--hero-bg);
    background-color:#f4efe5;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

.main-page-hero__inner > .container{
    position:relative;
    z-index:1;
}

.main-page-hero__bg-note{
    position:absolute;
    right:24px;
    bottom:18px;
    z-index:1;
    padding:10px 12px;
    border-radius:8px;
    background:rgba(255,255,255,.78);
    color:#6f675c;
    font-size:12px;
    line-height:1.35;
    text-align:right;
    box-shadow:0 6px 18px rgba(0,0,0,.07);
}

.main-page-hero__row{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

.main-page-hero__content-col,
.main-page-hero__media-col{
    position:relative;
    width:100%;
    padding-right:15px;
    padding-left:15px;
}

@media (min-width:992px){
    .main-page-hero__content-col{
        flex:0 0 58.333333%;
        max-width:58.333333%;
    }

    .main-page-hero__media-col{
        flex:0 0 41.666667%;
        max-width:41.666667%;
    }
    .main-page-hero{
        padding-top:150px;
    }
}

.main-page-hero__label{
    display:inline-block;
    font-size:14px;
    color:#9d9d9d;
    text-transform:uppercase;
    letter-spacing:.1em;
}

.main-page-hero__title{
    font-size:48px;
    line-height:1.15;
    font-weight:700;
}

.main-page-hero__description{
    font-size:18px;
    color:#666;
    max-width:520px;
}

.main-page-hero__buttons .btn{
    padding:14px 34px;
    border-radius:4px;
}

.main-page-hero__features .row > [class*="col-"]{
    flex:0 0 25%;
    max-width:25%;
}

.main-page-hero-banner{
    max-width:460px;
    margin-left:auto;
    border-radius:10px;
}

.main-page-hero-banner__image-placeholder{
    position:relative;
    min-height:335px;
    overflow:hidden;
    background-image:var(--main-page-hero-main-image);
    background-position:right bottom;
    background-repeat:no-repeat;
    background-size:cover;
}

.main-page-hero-banner__boot-placeholder{
    position:absolute;
    right:-24px;
    bottom:-6px;
    width:92%;
    height:auto;
    fill:rgba(46,51,41,.1);
    stroke:rgba(46,51,41,.28);
    stroke-width:5;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.main-page-hero-banner__overlay{
    position:absolute;
    left:24px;
    top:24px;
    max-width:260px;
    padding:16px 18px;
    border-radius:10px;
    background:rgba(255,255,255,.86);
    color:#6f675c;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.main-page-hero-banner__overlay-title{
    margin-bottom:10px;
    color:#1f252d;
    font-size:20px;
}

.main-page-hero-banner__overlay-size{
    font-size:16px;
    font-weight:600;
}

.main-page-hero-banner__overlay-note{
    margin-top:6px;
    font-size:14px;
}

.main-page-hero-feature{
    display:flex;
    align-items:center;
}

.main-page-hero-feature__icon{
    width:40px;
    height:40px;
    flex:0 0 40px;
    background:#FFF4D8;
    color:#D99A00;
    fill:#D99A00;
    margin-right:12px;
}

.main-page-hero-feature__icon i{
    font-size:21px;
    line-height:1;
}

.main-page-hero .bi-check-circle::before{
    content:"\\f26b";
    font-family:"bootstrap-icons-full" !important;
}

.main-page-hero .bi-shield-check::before{
    content:"\\f52f";
    font-family:"bootstrap-icons-full" !important;
}

.main-page-hero-feature__icon img{
    width:22px;
}

.main-page-hero-feature__text{
    font-size:13px;
    line-height:1.4;
    font-weight:600;
}

.main-page-about {
    padding-top: 24px;
    padding-bottom: 24px;
    --main-page-about-image: none;
}

.main-page-about__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1.65fr);
    gap: 28px;
    align-items: stretch;
}

.main-page-about__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 460px;
}

.main-page-about__text {
    margin-top: 18px;
    color: #2f3540;
    font-size: 17px;
    line-height: 1.55;
}

.main-page-about__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 24px;
    padding: 11px 20px;
    border-radius: 4px;
    background: #1f252d;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.main-page-about__button:hover {
    background: #11161d;
    color: #fff;
    text-decoration: none;
}

.main-page-about__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
}

.main-page-about__image-placeholder {
    position: relative;
    width: 100%;
    min-height: 220px;
    height: 100%;
    background:
        var(--main-page-about-image) center center / cover no-repeat,
        linear-gradient(180deg, #f6f6f4 0%, #fbfbfa 100%);
}

.main-page-about__image-note {
    position: absolute;
    left: 24px;
    bottom: 20px;
    max-width: 240px;
    padding: 14px 16px;
    border-radius: 10px;
    background: rgba(255,255,255,.88);
    color: #6f675c;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.main-page-about__image-note-title {
    color: #1f252d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.main-page-about__image-note-text {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.35;
}

.main-page-technology {
    padding-top: 18px;
    padding-bottom: 28px;
}

.main-page-technology__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
    margin-top: 26px;
}

.main-page-technology__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.main-page-technology__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    color: #1f252d;
}

.main-page-technology__svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.main-page-technology__text {
    margin-top: 10px;
    color: #1f252d;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}

@media (max-width:991.98px){
    .main-page-hero__inner{
        padding-top:32px !important;
        padding-bottom:36px !important;
    }

    .main-page-hero__title{
        font-size:38px;
    }

    .main-page-hero__description{
        max-width:none;
    }

    .main-page-hero__media-col{
        margin-top:34px;
    }

    .main-page-hero-banner{
        max-width:100%;
        margin-left:0;
    }

    .main-page-hero-banner__image-placeholder{
        min-height:300px;
    }

    .main-page-hero__bg-note{
        display:none;
    }

    .main-page-about__layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .main-page-about__content {
        max-width: none;
    }

    .main-page-technology__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px 16px;
    }
}

@media (max-width:767.98px){
    .main-page-hero__inner{
        padding-top:24px !important;
        padding-bottom:30px !important;
    }

    .main-page-hero__label{
        font-size:12px;
    }

    .main-page-hero__title{
        font-size:30px;
        line-height:1.2;
    }

    .main-page-hero__description{
        font-size:16px;
    }

    .main-page-hero__buttons{
        display:flex;
        flex-direction:column;
        align-items:stretch;
        gap:12px;
    }

    .main-page-hero__buttons .btn{
        width:100%;
        margin-right:0 !important;
        margin-bottom:0;
        padding:13px 18px;
        font-size:16px;
    }

    .main-page-hero__features .row > [class*="col-"]{
        flex:0 0 50%;
        max-width:50%;
    }

    .main-page-hero-feature{
        align-items:flex-start;
    }

    .main-page-hero-feature__icon{
        width:36px;
        height:36px;
        flex:0 0 36px;
        margin-right:10px;
    }

    .main-page-hero-feature__icon img{
        width:20px;
    }

    .main-page-hero-feature__icon i{
        font-size:19px;
    }

    .main-page-hero-feature__text{
        font-size:12px;
    }

    .main-page-hero__media-col{
        margin-top:24px;
    }

    .main-page-hero-banner__image-placeholder{
        min-height:230px;
    }

    .main-page-hero-banner__overlay{
        left:16px;
        top:16px;
        max-width:220px;
        padding:13px 14px;
    }

    .main-page-hero-banner__overlay-title{
        font-size:17px;
    }

    .main-page-hero-banner__overlay-size{
        font-size:14px;
    }

    .main-page-hero-banner__overlay-note{
        font-size:12px;
    }

    .main-page-section{
        padding: 20px 0;
        margin: 20px 0;
    }

    .main-page-heading {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 1.15;
    }

    .main-page-about {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .main-page-about__text {
        margin-top: 14px;
        font-size: 15px;
        line-height: 1.5;
    }

    .main-page-about__button {
        min-height: 42px;
        margin-top: 20px;
        padding: 10px 16px;
        font-size: 13px;
    }

    .main-page-about__visual {
        min-height: 180px;
    }

    .main-page-about__image-placeholder {
        min-height: 180px;
    }

    .main-page-about__image-note {
        left: 14px;
        right: 14px;
        bottom: 14px;
        max-width: 210px;
        padding: 12px 13px;
    }

    .main-page-about__image-note-title {
        font-size: 16px;
    }

    .main-page-about__image-note-text {
        font-size: 12px;
    }

    .main-page-technology {
        padding-top: 8px;
        padding-bottom: 20px;
    }

    .main-page-technology__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
        margin-top: 20px;
    }

    .main-page-technology__icon {
        width: 62px;
        height: 62px;
    }

    .main-page-technology__text {
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.25;
    }

}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/promo/style.css?17867021264040*/
.main-page-promo {
    padding-top: 32px;
    padding-bottom: 32px;
}

.main-page-promo__slider {
    position: relative;
    margin-right: -1.5px;
    margin-left: -1.5px;
}

.main-page-promo__slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}

.main-page-promo__slider:not(.slick-initialized) .main-page-promo__item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.main-page-promo__item {
    padding: 0 1.5px;
}

.main-page-promo__card {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: stretch;
    background-color: #2e3329;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 4px;
}

.main-page-promo__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(46, 51, 41, 0.16) 0%, rgba(46, 51, 41, 0.5) 100%);
    border-radius: inherit;
}

.main-page-promo__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 260px;
    padding: 26px;
}

.main-page-promo__title {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}

.main-page-promo__text {
    max-width: 60%;
    margin: 12px 0 20px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.45;
}

.main-page-promo__button {
    margin-top: auto;
    min-height: 40px;
    padding: 9px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.main-page-promo .slick-list {
    overflow: hidden;
}

.main-page-promo .slick-track {
    display: flex;
}

.main-page-promo .slick-slide {
    height: auto;
}

.main-page-promo .slick-slide > div,
.main-page-promo__item,
.main-page-promo__card {
    height: 100%;
}

.main-page-promo .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #2e3329;
    font-size: 34px;
    line-height: 1;
    box-shadow: none;
    transform: translateY(-50%);
    cursor: pointer;
}

.main-page-promo .slick-prev {
    left: -54px;
}

.main-page-promo .slick-next {
    right: -54px;
}

.main-page-promo .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.main-page-promo .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.main-page-promo .slick-dots button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(46, 51, 41, 0.26);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.main-page-promo .slick-dots .slick-active button {
    background: #ffc107;
}

@media (max-width: 991.98px) {
    .main-page-promo__slider:not(.slick-initialized) .main-page-promo__item {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    .main-page-promo__slider {
        margin-right: -1.5px;
        margin-left: -1.5px;
    }

    .main-page-promo__slider:not(.slick-initialized) .main-page-promo__item {
        flex-basis: 100%;
        max-width: 100%;
    }

    .main-page-promo__item {
        padding: 0 1.5px;
    }

    .main-page-promo__card {
        min-height: 230px;
    }

    .main-page-promo__content {
        min-height: 230px;
        padding: 22px;
    }

    .main-page-promo__title {
        font-size: 22px;
    }

    .main-page-promo__text {
        font-size: 14px;
        max-width: 320px;
    }

    .main-page-promo .slick-arrow {
        display: flex !important;
        width: 30px;
        height: 36px;
        color: #2e3329;
        font-size: 32px;
    }

    .main-page-promo .slick-prev {
        left: -26px;
    }

    .main-page-promo .slick-next {
        right: -26px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/slider/style.css?17866980733546*/
.categories__slider {
    position: relative;
    margin-right: -1.5px;
    margin-left: -1.5px;
}

.categories__slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}

.categories__slider:not(.slick-initialized) .categories__item {
    flex: 0 0 25%;
    max-width: 25%;
}

.categories__item {
    height: 100%;
    padding: 0 1.5px;
}

.categories__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 260px;
    height: 100%;
    background:var(--category-card-image);
    background-position: center;
    background-size: cover;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
}

.categories__card:hover {
    color: #fff;
    text-decoration: none;
}

.categories__image {
    flex: 1 0 140px;
}

.categories__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 230px;
    width: 100%;
    padding: 26px;
}

.categories__title {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.categories__text {
    max-width: 320px;
    margin: 10px 0 0;
    color: rgba(255,255,255,.88);
    font-size: 15px;
    line-height: 1.45;
}

.categories__slider .slick-list {
    overflow: hidden;
}

.categories__slider .slick-track {
    display: flex;
}

.categories__slider .slick-slide {
    height: auto;
}

.categories__slider .slick-slide > div,
.categories__item,
.categories__card {
    height: 100%;
}

.categories__slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #2E3329;
    font-size: 34px;
    line-height: 1;
    box-shadow: none;
    transform: translateY(-50%);
    cursor: pointer;
}

.categories__slider .slick-prev {
    left: -54px;
}

.categories__slider .slick-next {
    right: -54px;
}

.categories__slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.categories__slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.categories__slider .slick-dots button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(46,51,41,.26);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.categories__slider .slick-dots .slick-active button {
    background: #ffc107;
}

@media (max-width: 991.98px) {
    .categories__slider:not(.slick-initialized) .categories__item {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    .categories__slider:not(.slick-initialized) .categories__item {
        flex-basis: 100%;
        max-width: 100%;
    }

    .categories__card {
        min-height: 230px;
    }

    .categories__content {
        min-height: 230px;
        padding: 22px;
    }

    .categories__title {
        font-size: 22px;
    }

    .categories__text {
        font-size: 14px;
    }

    .categories__slider .slick-arrow {
        display: flex !important;
        width: 30px;
        height: 36px;
        color: #2E3329;
        font-size: 32px;
    }

    .categories__slider .slick-prev {
        left: -26px;
    }

    .categories__slider .slick-next {
        right: -26px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/odegda_biz_main/style.css?17866915062128*/
.catalog-section-slider {
	position: relative;
	margin-right: -15px;
	margin-left: -15px;
}

.catalog-section-slider:not(.slick-initialized) {
	display: flex;
	overflow: hidden;
}

.catalog-section-slider:not(.slick-initialized) > div {
	flex: 0 0 25%;
	max-width: 25%;
}

.catalog-section-slider.slick-slider {
	display: block;
}

.catalog-section-slider .slick-track {
	display: flex;
}

.catalog-section-slider .slick-slide {
	height: auto;
}

.catalog-section-slider .slick-slide > div {
	height: 100%;
}

.catalog-section-slider .slick-slide > div > div {
	height: 100%;
}

.catalog-section-slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #2E3329;
	font-size: 34px;
	line-height: 1;
	box-shadow: none;
	transform: translateY(-50%);
	cursor: pointer;
}

.catalog-section-slider .slick-prev {
	left: -54px;
}

.catalog-section-slider .slick-next {
	right: -54px;
}

.catalog-section-slider .slick-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.catalog-section-slider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.catalog-section-slider .slick-dots button {
	display: block;
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(46,51,41,.26);
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

.catalog-section-slider .slick-dots .slick-active button {
	background: #ffc107;
}

@media (max-width: 991.98px) {
	.catalog-section-slider:not(.slick-initialized) > div {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (max-width: 767.98px) {
	.catalog-section-slider:not(.slick-initialized) > div {
		flex-basis: 100%;
		max-width: 100%;
	}

	.catalog-section-slider .slick-arrow {
		display: flex !important;
		width: 30px;
		height: 36px;
		color: #2E3329;
		font-size: 32px;
	}

	.catalog-section-slider .slick-prev {
		left: -26px;
	}

	.catalog-section-slider .slick-next {
		right: -26px;
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/faq/style.css?17866915061690*/
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-list__item {
    background: #f5f6f8;
    border: 1px solid #e6e8ec;
    border-radius: 4px;
    overflow: hidden;
}

.faq-list__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    padding: 18px 24px;
    border: 0;
    background: transparent;
    color: #1f252d;
    font: inherit;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}

.faq-list__question-text {
    display: block;
}

.faq-list__icon {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

.faq-list__icon::before,
.faq-list__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background: #1f252d;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.faq-list__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list__question[aria-expanded="true"] .faq-list__icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq-list__answer {
    padding: 0 28px 24px;
    color: #4a525c;
    font-size: 16px;
    line-height: 1.55;
}

.faq-list__answer-inner > *:first-child {
    margin-top: 0;
}

.faq-list__answer-inner > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .faq-list {
        gap: 8px;
    }

    .faq-list__question {
        gap: 16px;
        padding: 18px 20px;
        font-size: 16px;
    }

    .faq-list__answer {
        padding: 0 20px 18px;
        font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/slider_reviews/style.css?17866915065019*/
.reviews-slider {
    position: relative;
    margin-right: 0;
    margin-left: 0;
}

.reviews-slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
    align-items: stretch;
}

.reviews-slider:not(.slick-initialized) .reviews-slider__item {
    display: flex;
    flex: 0 0 33%;
    max-width: 33%;
}

.reviews-slider__item {
    height: 100%;
    padding: 0 1.5px;
}

.reviews-slider__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 240px;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e6e8ec;
    border-radius: 4px;
}

.reviews-slider__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.reviews-slider__meta {
    min-width: 0;
}

.reviews-slider__avatar {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    background: #e6e8ec;
}

.reviews-slider__avatar-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-slider__avatar--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e3329;
}

.reviews-slider__avatar-letter {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.reviews-slider__name {
    margin: 0;
    color: #1f252d;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

.reviews-slider__rating {
    display: flex;
    gap: 4px;
    margin-top: 8px;
    line-height: 1;
}

.reviews-slider__star {
    display: inline-flex;
    color: #d4d7dc;
}

.reviews-slider__star-icon {
    display: block;
    width: 16px;
    height: 16px;
}

.reviews-slider__star.is-active {
    color: #ffc107;
}

.reviews-slider__text {
    max-height: 70px;
    overflow: hidden;
    color: #4a525c;
    font-size: 15px;
    line-height: 1.6;
    transition: max-height .2s ease;
}

.reviews-slider__text.is-expanded {
    max-height: none;
}

.reviews-slider__text > *:first-child {
    margin-top: 0;
}

.reviews-slider__text > *:last-child {
    margin-bottom: 0;
}

.reviews-slider__toggle {
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1f252d;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.reviews-slider__toggle:hover {
    color: #1f252d;
}

.reviews-slider .slick-list {
    overflow: hidden;
    margin-right: -1.5px;
    margin-left: -1.5px;
    padding-right: 1px;
}

.reviews-slider .slick-track {
    display: flex;
}

.reviews-slider .slick-slide {
    height: auto;
}

.reviews-slider .slick-slide > div,
.reviews-slider__item,
.reviews-slider__card {
    height: 100%;
}

.reviews-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2e3329;
    font-size: 34px;
    line-height: 1;
    box-shadow: none;
    transform: translateY(-50%);
    cursor: pointer;
}

.reviews-slider .slick-prev {
    left: -54px;
}

.reviews-slider .slick-next {
    right: -54px;
}

.reviews-slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.reviews-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.reviews-slider .slick-dots button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(46, 51, 41, 0.26);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.reviews-slider .slick-dots .slick-active button {
    background: #ffc107;
}

@media (max-width: 991.98px) {
    .reviews-slider:not(.slick-initialized) .reviews-slider__item {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    .reviews-slider:not(.slick-initialized) .reviews-slider__item {
        flex-basis: 100%;
        max-width: 100%;
    }

    .reviews-slider__item {
        padding: 0 1.5px;
    }

    .reviews-slider__card {
        padding: 22px 20px;
        border-radius: 4px;
    }

    .reviews-slider__head {
        gap: 12px;
        margin-bottom: 14px;
    }

    .reviews-slider__avatar {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
    }

    .reviews-slider__avatar-letter {
        font-size: 22px;
    }

    .reviews-slider__name {
        font-size: 18px;
    }

    .reviews-slider__text {
        font-size: 14px;
    }

    .reviews-slider__toggle {
        font-size: 13px;
    }

    .reviews-slider .slick-arrow {
        display: flex !important;
        width: 30px;
        height: 36px;
        color: #2e3329;
        font-size: 32px;
    }

    .reviews-slider .slick-prev {
        left: -26px;
    }

    .reviews-slider .slick-next {
        right: -26px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/articles/style.css?17866915061941*/
.articles-grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5px;
    margin-left: -1.5px;
    gap: 8px;
}

.articles-grid__item {
    flex: 0 0 25%;
    max-width: calc(25% - 8px);
    min-width: 0;
    padding: 0 1.5px;
}

.articles-grid__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 260px;
    background: #1f252d;
    border: 1px solid #1f252d;
    border-radius: 4px;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
}

.articles-grid__card:hover {
    color: #ffffff;
    text-decoration: none;
}

.articles-grid__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    padding: 20px 26px 12px;
    background: transparent;
}

.articles-grid__image {
    display: block;
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.articles-grid__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    color: #c1c6ce;
}

.articles-grid__placeholder-icon {
    display: block;
    width: 56px;
    height: 56px;
}

.articles-grid__content {
    display: flex;
    align-items: flex-start;
    flex: 1 1 auto;
    min-height: 150px;
    padding: 0 26px 26px;
}

.articles-grid__title {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .articles-grid__item {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    .articles-grid__item {
        flex-basis: 100%;
        max-width: 100%;
    }

    .articles-grid__card {
        min-height: 230px;
    }

    .articles-grid__media {
        min-height: 94px;
        padding: 18px 22px 10px;
    }

    .articles-grid__content {
        min-height: 136px;
        padding: 0 22px 22px;
    }

    .articles-grid__title {
        font-size: 22px;
    }
}

/* End */
/* /bitrix/templates/trendylight_main/main_page_assets/style.css?178669150615636 */
/* /local/templates/.default/components/bitrix/news.list/promo/style.css?17867021264040 */
/* /local/templates/.default/components/bitrix/catalog.section.list/slider/style.css?17866980733546 */
/* /local/templates/.default/components/bitrix/catalog.section/odegda_biz_main/style.css?17866915062128 */
/* /local/templates/.default/components/bitrix/news.list/faq/style.css?17866915061690 */
/* /local/templates/.default/components/bitrix/news.list/slider_reviews/style.css?17866915065019 */
/* /local/templates/.default/components/bitrix/news.list/articles/style.css?17866915061941 */
