
.homescreen {
    width: 100%;
    background-image: url(/local/templates/vpl_template/css/../img/content/homescreen-bg-3.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.homescreen__wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
}

.homescreen__main {
    max-width: 401px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.homescreen__main::before {
    position: absolute;
    display: block;
    z-index: -1;
    width: 517px;
    height: 517px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f3fdfe;
    -webkit-filter: blur(52.5px);
    filter: blur(52.5px);
}

.homescreen__title {
    font-weight: 400;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 26px;
    color: #023a3f;
}

.homescreen__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    opacity: 0.8;
    margin-bottom: 40px;
}

.homescreen__descr:has(+ h1) {
    margin-bottom: 20px;
}

.homescreen__descr+h1 {
    margin-bottom: 40px;
}

.homescreen__button {
    width: 215px;
    height: 52px;
}

.homescreen__secondary {
    width: 100%;
}

.homescreen__slider {
    position: relative;
}

.homescreen__slider.swiper .swiper-slide {
    height: auto;
}

.homescreen__slider-wrapper {
    width: 100%;
    height: 100%;
}

.homescreen__slider-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.homescreen__slider-slide-image-wp::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 385px;
    height: 100%;
    background-image: url(/local/templates/vpl_template/css/../img/content/homescreen-slider-bg-2.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
}

.homescreen__slider-slide-image-wp {
    max-width: 717px;
    width: 100%;
    position: relative;
    height: 100%;
    max-height: 520px;
    margin-top: auto;
}

.homescreen__slider-slide-image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    -o-object-fit: contain;
    object-fit: contain;
}

.homescreen__slider-slide--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.homescreen__slider-slide--center .homescreen__slider-slide-image {
    -o-object-position: center center;
    object-position: center center;
}

.homescreen__slider-nav {
    position: absolute;
    bottom: 65px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    gap: 7px;
}

.homescreen--not-main {
    background-image: url(/local/templates/vpl_template/css/../img/content/homescreen-bg-secondary.png);
}

.homescreen--new {
    background-image: url(/local/templates/vpl_template/css/../img/content/new-bg.svg);
    padding: 60px 0;
}

.homescreen--not-main .homescreen__slider-slide::after {
    z-index: 1;
}

.homescreen--not-main .homescreen__secondary {
    max-width: 717px;
}

.homescreen--not-main .homescreen__slider-slide-image {
    -o-object-position: bottom;
    object-position: bottom;
    display: block;
    position: relative;
    z-index: 2;
}

.homescreen--not-main .homescreen__slider-slide::after {
    width: 700px;
}

@media (min-width: 991px) {
    .homescreen__slider-slide {
        height: 550px;
    }
}

@media (max-width: 1439px) {
    .homescreen__wp {
        gap: 60px;
    }
}

@media (max-width: 1199px) {
    .homescreen__slider {
        padding: 0;
    }

    .homescreen__slider-slide {
        gap: 80px;
    }

    .homescreen__slider::after {
        width: 91%;
    }

    .homescreen__main {
        max-width: 293px;
        padding: 20px 0;
    }

    .homescreen--not-main .homescreen__slider-slide::after {
        width: 100%;
    }
}



.slider-pagination {
    display: none;
}

.slider-btn {
    width: 52px;
    height: 52px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider-btn .icon {
    color: #000;
    width: 24px;
    height: 24px;
    opacity: 0.7;
}

.slider-btn-prev .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.slider-btn--white {
    background-color: #fff !important;
}

.slider-btn:hover {
    background-color: #bfeff3 !important;
}

.bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #e0e0e0;
}

.bullet--active {
    background-color: #000000;
}




.news-section__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-section__slider-slide {
    width: 100%;
    display: block;
}

.news-section__slider-slide:hover .news-section__slider-slide-img::after {
    opacity: 0.3;
}

.news-section__slider-slide-img {
    max-width: 450px;
    height: 250px;
    width: 100%;
    border-radius: 14px 0;
    overflow: hidden;
    margin-bottom: 18px;
    position: relative;
}

.news-section__slider-slide-img::after {
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--light-blue);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.news-section__slider-slide-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-section__slider-slide-date {
    margin-bottom: 18px;
}

.news-section__slider-slide-date p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--dark-blue);
}

.news-section__slider-slide-name {
    margin-bottom: 16px;
}

.news-section__slider-slide-name p {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #000000;
    opacity: 0.8;
}

.news-section__slider-slide-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    opacity: 0.6;
}

@media (max-width: 991px) {
    .news-section {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .news-section {
        padding-bottom: 50px;
    }

    .news-section__slider-slide-img {
        margin-bottom: 10px;
        max-width: none;
        height: auto;
        max-height: 300px;
    }

    .news-section__slider-slide-img img {
        -o-object-position: top center;
        object-position: top center;
    }

    .news-section__slider-slide-date {
        margin-bottom: 10px;
    }

    .news-section__slider-slide-date p {
        font-size: 14px;
    }

    .news-section__slider-slide-name {
        margin-bottom: 10px;
    }

    .news-section__slider-slide-desc p {
        font-size: 14px;
        line-height: 140%;
    }
}

@media (max-width: 368px) {
    .news-section__slider-slide-img {
        max-width: none;
        height: auto;
        max-height: 190px;
    }
}