

/* Start:/local/templates/.default/components/bitrix/news.list/banner/style.css?17658886063085*/
.banner-main-container {
    display: flex;
    margin-top: 38px;
    gap: 20px;
}
.banner-info {
    display: flex;
    flex-direction: column;
    background: #D0EFFB;
    padding: 40px;
    justify-content: space-between;
    gap: 132px;
    position: relative;
    border-radius: 8px;
    width: 100%;
}

.banner.swiper {
    max-width: 540px;
}

.banner-info-text {
    display: flex;
    flex-direction: column;
    gap: 32px;
    z-index: 1;
}

.banner-info-text-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #353535;
}

.banner-info-text-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #353535;
}

.banner {
    width: 100%;
}

.banner-info-icon {
    position: absolute;
    bottom: -4px;
    right: 0;
}

.banner-info-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    background: #E72A77;
    padding: 16px 28px;
    border-radius: 8px;
    width: fit-content;
    cursor: pointer;
    z-index: 1;
}

.banner-info-button:hover {
    background: #75D2D2;
}

.banner {
    height: 520px;
    border-radius: 8px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 540px;
}

.swiper-pagination-bullet {
    background: #FFFFFF !important;
}

.swiper-pagination-bullet-active {
    background: #E72A77 !important;
}

.form-bottom-img-mobile {
    display: none;
}

.form-bottom-main {
    position: relative
}

@media (max-width: 1440px) {

    .banner.swiper {
        max-width: 100%;
    }

    .swiper-slide.banner img {
        object-fit: cover;
        object-position: -40px;
    }

    .banner-info {
        width: 86%;
    }

    .banner-info-text-title {
        font-size: 20px;
    }

    .banner-info {
        padding: 24px;
    }

    .banner-info-text-subtitle {
        font-size: 15px;
    }

    .banner-info-icon {
        width: 100%;
        bottom: -54px;
    }

    .banner-info-icon svg {
        width: 420px;
    }

    .banner-info-button {
        font-size: 15px;
        padding: 12px 28px;
    }
}

@media(max-width: 768px) {

    .banner-info {
        width: auto;
    }

    .swiper-slide.banner img {
        object-fit: fill;
        object-position: inherit;
    }

    .banner-main-container {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 12px;
    }

    .banner-info-text-title {
        font-weight: 700;
        font-size: 20px;
    }

    .banner-info-text-subtitle {
        font-weight: 400;
        font-size: 15px;
    }

    .banner-info-text {
        gap: 20px;
    }

    .banner-info-icon {
        bottom: -60px;
    }

    .banner-info-icon svg {
        width: 100%;
    }

    .banner-info {
        overflow: hidden;
        gap: 52px;
        padding: 24px;
    }

    .banner-info-button {
        width: auto;
        text-align: center;
        font-size: 15px;
    }

    .swiper-slide.banner {
        width: 100% !important;
    }
}

@media(max-width: 428px) {
    .banner {
        height: 396px !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/blockThree/style.css?17658886064055*/
.block {
    display: flex;
    align-items: center;
    background: #D0EFFB;
    border-radius: 8px;
    width: 428px;
    height: 220px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    transition: all 0.3s ease 0.3s;
}

.blocks-main-container {
    display: flex;
    flex-direction: column;
    margin: 88px 0;
    gap: 68px;
}

.block-titles {
    display: flex;
    gap: 14px;
}

.blocks-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #353535;
}

.block-title {
    font-family: 'Proserpina-Deco', serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    text-transform: lowercase;
    color: #353535;
    height: 130px;
    text-align: center;
    align-content: center;
    width: 350px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    opacity: 1;
    transition: all 0.3s ease 0.3s;
}

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

.block-img {
    position: absolute;
    bottom: -3px;
    right: 0;
    z-index: 1;
}

.block-img-blur {
    position: absolute;
    bottom: -50px;
    right: -30px;
    width: 225px;
    height: 225px;
    background: #75D2D2;
    border-radius: 50%;
    filter: blur(17px);
    opacity: 1;
    transition: all 0.3s ease 0.3s;
}

.block-subtitle {
    font-family: Golos Text;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    z-index: 1;
    position: absolute;
    text-align: center;
    height: 120px;
    width: 360px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0.3s;
}

.block:hover {
    background: #E72A77;
}

.block:hover .block-img-blur {
    background: #E72A77;
}

.block:hover .block-title {
    opacity: 0;
    position: fixed;
}

.block:hover .block-subtitle {
    visibility: visible;
    position: absolute;
    opacity: 1;
}

.sub-block {
    background: #E72A77;
    padding: 20px 24px;
}

.blocks-container-mobile .block {
    width: 100%;
}

.sub-block {
    background: #E72A77;
    border-radius: 0 0 8px 8px;
}
.sub-block-text {
    font-weight: 400;
    font-size: 13px;
    vertical-align: middle;
    color: #FFFFFF;
}

.block-img-blur-mobile {
    position: absolute;
    bottom: -50px;
    right: -30px;
    width: 225px;
    height: 225px;
    background: #75D2D2;
    border-radius: 50%;
    filter: blur(17px);
    opacity: 1;
    transition: all 0.3s ease 0.3s;
}

.block-img-mobile {
    position: absolute;
    bottom: -3px;
    right: 0;
    z-index: 1;
    height: 100%;
}

.block-img-mobile img {
    height: 100%;
}

.block-title-mobile {
    font-family: 'Proserpina-Deco', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-transform: lowercase;
    color: #353535;
    height: 130px;
    text-align: left;
    align-content: center;
    width: 252px;
    z-index: 2;
    padding: 24px;
    position: relative;
}

.block-mobile {
    display: flex;
    align-items: center;
    background: #D0EFFB;
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 124px;
    position: relative;
    overflow: hidden;
}

.blocks-container-mobile {
    display: none;
}

.blocks-arrow {
    right: 0;
    top: -24px;
    height: 24px;
}

@media(max-width: 1440px) {

    .blocks-title {
        font-weight: 700;
        font-size: 20px;
    }

    .blocks-arrow svg {
        width: 141px;
        height: 24px;
    }

    .block-titles {
        position: relative;
    }

    .blocks-main-container {
        gap: 20px;
        margin: 40px 0;
    }

    .blocks-container {
        display: none;
    }

    .block-img-blur-mobile {
        bottom: -120px;
    }

    .blocks-container-mobile {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .block {
        border-radius: 8px 8px 0 0;
    }

    .block-title-mobile {
        width: 100%;
    }

    .block-img-mobile {
        bottom: -8px;
        right: 0;
    }

}

@media(max-width: 428px) {

    .block-title-mobile {
        width: 252px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/catalog-list/style.css?17689078834547*/
.products-swiper-slide-content {
    height: 480px !important;
    background: #D0EFFB;
    border-radius: 8px;
    background: url("/local/templates/.default/images/bg-card-products.png");
    overflow: hidden;
}

.products-swiper-slide {
    overflow: hidden;
}

.products-swiper-slide-content:after {
    content: "";
    background: url("/local/templates/.default/images/block-desktop.svg");
    width: 76px;
    height: 76px;
    display: block;
    position: absolute;
    bottom: 0;
    right: -1px;
}

.products-swiper-slide:hover .products-swiper-slide-arrow svg rect {
    fill: #75D2D2;
}

.products-swiper-slide {
    transition: all 0.3s ease;
}

.products-swiper-slide:hover {
    -webkit-box-shadow: 0px 5px 50px -20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 50px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 50px -20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.products-swiper-slide-content img {
    position: absolute;
    bottom: 3px;
    right: -1px;
    width: 84%;
}

.products {
    overflow: hidden;
}

.product-main-container {
    display: flex;
    flex-direction: column;
    gap: 68px;
}

.product-title {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 24px;
    align-items: center;
    color: #353535;
}

.slide-product-title {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 24px;
    padding: 24px;
    color: #353535;
}

.product-title-link {
    display: flex;
    gap: 4px;
    align-items: baseline;
}

.product-title-link:hover .product-title-link-text {
    color: #E72A77;
}

.product-title-link:hover svg path {
    fill: #E72A77;
}

.product-title-text {
    font-weight: 700;
    font-size: 36px;
    color: #353535;
}

.product-title-link-text {
    font-weight: 500;
    font-size: 16px;
    color: #353535;
}

.button-arrows {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-products {
    position: relative;
}

.swiper-button-disabled {
    display: none !important;
}

.custom-swiper-button-next .swiper-custom-arrow {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    right: 20px;
    box-shadow: 0px 0px 20px 0px #00000026;
}

.custom-swiper-button-prev .swiper-custom-arrow {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    left: 20px;
    box-shadow: 0px 0px 20px 0px #00000026;
}

.products-swiper-slide-arrow {
    position: absolute;
    bottom: 8px;
    width: 40px;
    height: 40px;
    right: 8px;
    z-index: 2;
}

.swiper-custom-arrow:hover {
    background: #75D2D2;
}

.swiper-custom-arrow:hover svg path {
    fill: white;
}

.product-title-link-mobile {
    display: none;
}

@media(max-width: 1440px) {
    .product-title-text {
        font-size: 20px;
    }

    .product-title-link {
        display: none;
    }

    .product-title-link-mobile {
        display: block;
    }

    .custom-swiper-button-next,
    .custom-swiper-button-prev {
        display: none;
    }

}

@media(max-width: 1040px) {
    .products-swiper-slide-content {
        height: 400px !important;
    }

    .slide-product-title {
        font-size: 16px;
        padding: 24px;
    }
}

@media(max-width: 768px) {
    .products-swiper-slide-content {
        height: 330px !important
    }

    .slide-product-title {
        font-size: 14px;
        padding: 20px;
    }
}

@media(max-width: 428px) {

    .products-swiper-slide-content:after {
        content: "";
        background: url(/local/templates/.default/images/block-mobile.svg);
        width: 56px;
        height: 56px;
    }

    .product-title-text {
        font-size: 20px;
    }

    .product-title-link {
        display: none;
    }

    .product-title-link-mobile {
        display: block;
    }

    .product-main-container {
        gap: 20px;
    }

    .slide-product-title {
        font-size: 14px;
        padding: 8px;
    }

    .products-swiper-slide-content img {
        width: 78%;
    }

    .products-swiper-slide-content {
        height: 202px !important;
        background-size: cover;
    }

    .products-swiper-slide-arrow svg,
    .products-swiper-slide-arrow {
        width: 32px;
        height: 32px;
    }

    .products-swiper-slide-arrow {
        right: 0;
        bottom: 0;
    }

}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/news-main/style.css?17658886062218*/
.news-main-container {
    position: relative;
}
.news-container {
    display: flex;
    flex-direction: column;
    gap: 58px;
    margin-top: 88px;
}

.news-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-title-text {
    font-weight: 700;
    font-size: 36px;
    color: #353535;
}

.news-title-link-text {
    font-weight: 500;
    font-size: 16px;
    color: #353535;
}

.news-title-link {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.news-title-link:hover .news-title-link-text {
    color: #E72A77;
}

.news-title-link:hover svg path {
    fill: #E72A77;
}

.news {
    overflow: auto;
}

.news-item {
    display: flex;
    flex-direction: column;
    width: 316px;
    border-radius: 8px;
    background: white;
    padding-bottom: 28px;
}

.news-item:hover .news-item-img img {
    opacity: 0.8;
    transition: all 0.3s ease;
}

.news-item:hover .news-item-title {
    color: #E72A77;
}

.news-item-img {
    overflow: hidden;
}

.news-item-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.news-item-date {
    margin: 24px 0 20px 0;
    font-weight: 400;
    font-size: 14px;
    color: #353535;
    padding: 0 24px;
}

.news-item-title {
    font-weight: 500;
    font-size: 18px;
    color: #353535;
    padding: 0 24px;
    transition: all 0.3s ease;
}

.background-news {
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #D0EFFB;
    position: absolute;
    top: 222px;
}

.news-title-link-mobile {
    display: none;
}

.news-items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

@media(max-width: 1440px) {

    .news-items {
        gap: 12px;
    }

    .news::-webkit-scrollbar {
        width: 0;
    }

    .news-title-text {
        font-size: 20px;
    }

    .news-title-link {
        display: none;
    }

    .news-title-link-mobile {
        display: block;
    }

    .news-item-title {
        font-size: 15px;
        padding: 0 20px;
    }

    .news-item {
        width: 276px;
    }

    .news-container {
        gap: 20px;
        margin-top: 40px;
    }

    .news-item-img img {
        width: 276px;
    }

}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/form-bottom/style.css?17661521783077*/
.form-bottom-main-container {
    background: #D0EFFB;
    position: relative;
    width: 100%;
    height: auto;
}

.form-bottom-container {
    display: flex;
    padding: 44px 0 88px 0;
    align-items: center;
    justify-content: space-between;
}

.characteristics {
    display: flex;
    align-items: center;
    gap: 18px;
}

.characteristics-title {
    font-weight: 400;
    font-size: 18px;
    color: #353535;
    width: 616px;
}

.form-bottom-main {
    width: 618px;
    display: flex;
    flex-direction: column;
}

.form-bottom-main-title {
    font-weight: 700;
    font-size: 32px;
    color: #353535;
}

.form-bottom-main-subtitle {
    font-weight: 400;
    font-size: 18px;
    color: #353535;
    margin-top: 20px;
}

.form-bottom-main-footer {
    display: flex;
    gap: 21px;
    align-items: center;
    margin-top: 28px;
}

.form-bottom-main-footer-bottom {
    font-family: Golos Text;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    background: #E72A77;
    border-radius: 8px;
    padding: 16px 28px;
    width: fit-content;
    min-width: 134px;
}

.form-bottom-main-footer-bottom:hover {
    background: #75D2D2;
}

.form-bottom-running-line {
    height: 232px;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(
            to bottom,
            transparent 0%,
            black 20%,
            black 80%,
            transparent 100%
    );
}

.form-bottom-running-line-wrapper {
    animation: scroll-vertical 12s linear infinite;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.form-bottom-running-line::before,
.form-bottom-running-line::after {
    display: none;
}

@keyframes scroll-vertical {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(calc(-50% - 18px));
    }
}

.form-bottom-running-line-mobile {
    display: none;
    width: 100%;
}

.form-bottom-running-line-wrapper-mobile {
    display: flex;
    flex-direction: column;
}

@media(max-width: 1440px) {

    .form-bottom-main {
        width: 100%;
    }

    .form-bottom-main-title {
        font-size: 20px;
        padding-right: 21px;
    }

    .form-bottom-main-subtitle {
        font-size: 15px;
        padding-right: 12px;
    }

    .form-bottom-main-footer-arrow {
        display: block;
    }

    .form-bottom-main-footer-arrow svg {
        width: 100%;
    }

    .form-bottom-container {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .form-bottom-running-line-wrapper-mobile {
        gap: 20px;
    }

    .form-bottom-running-line {
        display: none;
    }

    .characteristics-title {
        font-size: 15px;
    }

    .form-bottom-running-line-mobile {
        display: block;
    }

    .form-bottom-main-footer-bottom {
        font-size: 15px;
        padding: 12px 28px;
    }

}

@media(max-width: 428px) {
    .form-bottom-main-footer-arrow {
        display: none;
    }
    .form-bottom-img-mobile {
        display: block;
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news.list/banner/style.css?17658886063085 */
/* /local/templates/.default/components/bitrix/news.list/blockThree/style.css?17658886064055 */
/* /local/templates/.default/components/bitrix/news.list/catalog-list/style.css?17689078834547 */
/* /local/templates/.default/components/bitrix/news.list/news-main/style.css?17658886062218 */
/* /local/templates/.default/components/bitrix/news.list/form-bottom/style.css?17661521783077 */
