

/* Start:/bitrix/templates/MAIN/components/bitrix/news.list/banners/style.css?17543217812757*/
/************************* header__slider *************************/
.header__slide {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.header__slider .slick-dots {
    bottom: 37px;
}
.header__slider .slick-arrow {
    top: 50%;
    bottom: auto;
    width: 22px;
    height: 41px;
    margin-top: 0;
}
.header__slider .slick-arrow:after {
    top: 0;
    left: auto;
    right: 0;
    width: 22px;
    height: 41px;
    background: url(/upload/temps/slider-arrow.svg) 50% 50% no-repeat;
    background-size: 41px;
}
.header__slider .slick-prev {
    left: 10px;
    padding: 0;
}
.header__slider .slick-next {
    right: 10px;
    padding: 0;
}
.header__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 440px;
    padding: 10px 0 0;
    color: #fff;
    position: relative;
}
.header__title {
    margin: 0 0 19px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.header__text {
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.header__main .button {
    padding: 13px 20px;
}
.header__logo-banner {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
}
.header__logo-banner img {
    max-width: 120px;
    max-height: 120px;
}
@media screen and (min-width: 768px) {
    .header__main {
        height: 671px;
    }
    .header__title {
        max-width: 620px;
        margin: 0 0 18px;
        font-size: 36px;
        text-align: left;
    }
    .header__text {
        max-width: 500px;
        margin: 0 0 37px;
        font-size: 18px;
        line-height: 28px;
        text-align: left;
    }
    .header__main .button {
        max-width: 280px;
        padding: 15px 30px;
    }
    .header__logo-banner {
        top: 50px;
        right: 30px;
    }
    .header__logo-banner img {
        max-width: 150px;
        max-height: 150px;
    }
}
@media screen and (min-width: 992px) {
    .header__title {
        max-width: 700px;
    }
    .header__logo-banner {
        top: 80px;
        right: auto;
        left: 700px;
    }
    .header__logo-banner img {
        max-width: 200px;
        max-height: 200px;
    }
}
@media screen and (min-width: 1200px) {
    .header__main {
        padding: 50px 0 0 0;
    }
    .header__slider .slick-prev {
        left: 50%;
        margin-left: -570px;
    }
    .header__slider .slick-next {
        left: 50%;
        right: auto;
        margin-left: 548px;
    }
    .header__title {
        font-size: 42px;
    }
    .header__logo-banner {
        top: 150px;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.list/chosen/style.css?17334026161267*/
/************************* about *************************/
.about {
    padding: 35px 0;
    background: #F9FAFB;
}
.about__slider {
    margin: 0 0 83px;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.about__slide {
    padding: 20px;
    width: 49%;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #E8E9EE;
}
.about__slide-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 10px;
    text-align: center;
}
.about__slide-icon img {
    width: 48px;
    height: 48px;
}
.about__slide-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.about__slide-text {
    max-width: 210px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .about {
        padding: 65px 0;
    }
    .about__slider {
        margin: 0 0 50px;
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 992px) {
    .about__slider {
        margin: 0 0 17px;
        padding-bottom: 50px;
        padding-top: 20px;
    }
    .about__slide {
        width: 23.5%;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.detail/delivery/style.css?17343514351008*/
.delivery {
    padding: 35px 0;
}
.delivery__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.delivery__desc ul {
    margin: 0;
    padding: 0;
}
.delivery__desc li {
    background: #F2F3F4;
    padding: 15px 15px 15px 40px;
    border-radius: 10px;
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    font-size: 18px;
}
.delivery__desc li:before {
    position: absolute;
    top: 22px;
    left: 20px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #1871C7;
}
.delivery__slide {
    border-radius: 10px;
    overflow: hidden;
}
.delivery__slide img {
    width: 100%;
}
.delivery__slide-nav {
    margin: 10px 5px;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .delivery {
        padding: 65px 0;
    }
    .delivery__wrap {
        flex-direction: row;
        gap: 2%;
    }
    .delivery__desc,
    .delivery__imgs {
        width: 49%;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.detail/reviews/style.css?1733474004591*/
.reviews {
    padding: 35px 0;
}
.reviews__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.reviews__videos {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.reviews__video video {
    width: 100%;
    height: 200px;
}
@media screen and (min-width: 768px) {
    .reviews {
        padding: 65px 0;
    }
    .reviews__wrap {
        flex-direction: row;
        gap: 2%;
    }
    .reviews__videos {
        width: 39%;
        gap: 25px;
    }
    .reviews__video video {
        height: 250px;
    }
    .reviews__desc {
        width: 59%;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.detail/videos/style.css?1733474085474*/
.videos {
    padding: 35px 0;
    background: #f9fafb;
}
.videos__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (min-width: 768px) {
    .videos {
        padding: 65px 0;
    }
    .videos__wrap {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2%;
    }
    .videos__video {
        width: 49%;
        gap: 25px;
    }
}
@media screen and (min-width: 992px) {
    .videos__video {
        width: 32%;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.list/options/style.css?1733490859901*/
.options {
    padding: 35px 0;
    background: #F9FAFB;
}
.options__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.options__item {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #E8E9EE;
    background: #fff;
}
.options__item-img {
    margin-bottom: 15px;
}
.options__item-img img {
    width: 100%;
}
.options__item-title {
    margin-bottom: 15px;
    font-weight: bold;
}
.options__item-desc {
    font-size: 14px;
}
.options__item-desc ul {
    margin: 0;
    padding: 0 0 0 20px;
}
@media screen and (min-width: 768px) {
    .options {
        padding: 65px 0;
    }
    .options__wrap {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2%;
    }
    .options__item {
        width: 49%;
        gap: 25px;
    }
}
@media screen and (min-width: 992px) {
    .options__item {
        width: 23.5%;
    }
}
/* End */


/* Start:/bitrix/templates/MAIN/components/bitrix/news.detail/desc/style.css?1733492471114*/
.desc {
    padding: 35px 0;
}
@media screen and (min-width: 768px) {
    .desc {
        padding: 65px 0;
    }
}
/* End */
/* /bitrix/templates/MAIN/components/bitrix/news.list/banners/style.css?17543217812757 */
/* /bitrix/templates/MAIN/components/bitrix/news.list/chosen/style.css?17334026161267 */
/* /bitrix/templates/MAIN/components/bitrix/news.detail/delivery/style.css?17343514351008 */
/* /bitrix/templates/MAIN/components/bitrix/news.detail/reviews/style.css?1733474004591 */
/* /bitrix/templates/MAIN/components/bitrix/news.detail/videos/style.css?1733474085474 */
/* /bitrix/templates/MAIN/components/bitrix/news.list/options/style.css?1733490859901 */
/* /bitrix/templates/MAIN/components/bitrix/news.detail/desc/style.css?1733492471114 */
