.home__container {
    width: 100%;
    min-height: 500px;
    padding-top: 104px;
}

/* ===============================
   HOME SWIPER
================================ */
.home__swiper {

}

.home__swiper-container {
    max-width: 100%;
    margin: 0 auto;
}

.homeSwiper {
    position: relative;
    overflow: hidden;
    background: var(--blue-main);
}

.homeSwiper .swiper-slide {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

/* BG image */
.swiper__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

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

/* Container */
.swiper__container {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    height: 560px;
    margin: 0 auto;
    padding: 30px 60px;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* Left content */
.swiper__content {
    flex: 1;
    color: #fff;
}

.swiper__tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 18px;
}

.swiper__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 22px;
    color: #fff;
}

.swiper__text {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    max-width: 520px;
    margin-bottom: 32px;
}

.swiper__btn {
    display: inline-block;
    padding: 15px 36px;
    background-color: var(--green);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    letter-spacing: 0.4px;
    transition: background-color .2s, transform .1s;
}

.swiper__btn:hover {
    background-color: #3d9585;
}

.swiper__btn:active {
    transform: translateY(1px);
}

/* Right image */
.swiper__image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 40px;
}

.swiper__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Arrows */
.homeSwiper .swiper-button-prev,
.homeSwiper .swiper-button-next {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .18);
    backdrop-filter: blur(8px);
    color: #fff;
}

.homeSwiper .swiper-button-prev:after,
.homeSwiper .swiper-button-next:after {
    font-size: 16px;
    font-weight: 800;
}

/* Pagination dots */
.homeSwiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .55);
    opacity: 1;
}

.homeSwiper .swiper-pagination-bullet-active {
    background: #fff;
}

/* Progress bar */
.home-swiper-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: rgba(255, 255, 255, .15);
    overflow: hidden;
    z-index: 5;
}

.home-swiper-progress__bar {
    display: block;
    height: 100%;
    width: 0%;
    border-radius: 0;
    background: var(--green);
}
/* Слайд без фонового изображения — тёмный текст на светлом фоне */
.swiper-slide--nobg {
    background-color: #fff;
}

.swiper-slide--nobg .swiper__title {
    color: var(--blue-main);
}

.swiper-slide--nobg .swiper__text {
    color: var(--blue-main);
}
/********ABOUT*****************/
.home__about {
    width: 100%;
    position: relative;


}

.home__about-deco {
    position: absolute;
    left: -100px;
    top: 0;

}

.home__about-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 47px 104px 30px 20px;
}

.home__about-image {
    width: 626px;
    height: 626px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 626px;
    border: 1px solid var(--blue-main);
}

.home__about-image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home__about-image-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: 461px;
    height: 461px;
    z-index: 100;
}

.home__about-image-container h3 {
    position: absolute;
    z-index: 200;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    min-width: 130px;
}

.home__about-desc {
    width: calc(100% - 626px - 258px);

}

.home__about-name h3 {
    color: var(--blue-main);
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 23px;
}

.home__about-text p {
    color: var(--text);
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 120%;
}

/********CATALOG*****************/
.home__catalog {
    width: 100%;
    margin-top: 80px;
    position: relative;
    min-height: 520px;
}

.home__catalog-deco {
    position: absolute;
    right: 0;
    top: -150px;
    z-index: 100;
}

.home__catalog-wrapper {
    width: 100%;
    height: 520px;
    z-index: 300;
    position: absolute
}

.home__catalog-name_link {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home__catalog-name_link h3 {
    color: var(--green);
    font-size: 40px;
    font-weight: 800;
}

.home__catalog-name_link a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home__catalog-name_link a p {
    color: var(--blue-main);
    font-size: 20px;
    font-weight: 600;
    margin-right: 8px;
}

.home__catalog-container {}

.home__catalog-container_swiper {}


/*********BLOG***********/
.home__blog {
    width: 100%;

}

.home__blog-container {
    width: 100%;
    margin-top: 100px;
}

.home__blog-name_link {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home__blog-name_link h3 {
    color: var(--green);
    font-weight: 800;
    font-size: 40px;
}

.home__blog-name_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20%;
    z-index: 300;
}

.home__blog-name_link a p {
    color: var(--blue-main);
    font-size: 20px;
    font-weight: 600;
    margin-right: 8px;
}

.home__blog-wrapper {
    width: 1240px;
    margin: 0 auto;
    height: 648px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.home__blog-big {
    height: 648px;
    width: 560px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #EDF5FD;
}

.home__blog-big_image {
    width: 100%;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.home__blog-big_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home__blog-big_name {
    padding: 14px;
}

.home__blog-big_name h4 {
    color: var(--blue-main);
    font-weight: 500;
    font-size: 36px;
}

.home__blog-big_desc p {
    color: var(--text);
    font-size: 16px;

    padding: 14px;
}

.home__blog-small_container {
    width: 640px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home__blog-small {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 14px;
    display: flex;
    align-items: center;
    border: 1px solid #EDF5FD;
}

.home__blog-small_image {
    width: 240px;
    height: 200px;
    overflow: hidden;
}
.home__blog-small_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home__blog-small_wrapper {
    padding: 20px;
    width: calc(100% - 240px);
}

.home__blog-small_name {
    color: var(--blue-main);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.home__blog-small_desc {
    color: var(--text);
    font-size: 16px;
}

/*************CONTACT**********/
/*************CONTACT**********/
/*************CONTACT**********/
.home__contact {
    width: 100%;
    height: 800px;
    margin-top: 80px;
    position: relative;
}

.home__contact-deco {
    position: absolute;
    z-index: 100;
    left: 0;
    display: none;
    visibility: hidden;
}

.home__contact-wrapper {
    position: absolute;
    width: 1280px;
    margin: 0 auto;
    z-index: 300;
    left: calc(50% - 640px);
}

.home__contact-name {
    width: 100%;
    height: 47px;
}

.home__contact-name h3 {
    font-size: 40px;
    font-weight: 800;
    color: var(--green);
}

.home__contact-content {
    width: 100%;
}

.home__contact-form {
    width: 100%;
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}

.form-input {
    width: 550px;
    height: 93px;

    border-bottom: 2px solid #00000061;
}

.form-input input {
    width: 100%;
    height: calc(100% - 19px);
    color: var(--blue-main);
    font-size: 20px;
    padding-bottom: 5px;
}

.form-input input::placeholder {
    color: var(--blue-main);
}

.form-input p {
    height: 19px;
}

.form-input:nth-child(1) {
    margin-bottom: 86px;

}

.form-input:nth-child(2) {
    margin-bottom: 86px;
    border-bottom: 2px solid var(--green);
}

.form-input:nth-child(2) p {
    color: var(--green);
    font-size: 16px;
    font-weight: 300;

}

.form-input:nth-child(3) {
    border-bottom: 2px solid var(--green);
}

.form-input:nth-child(3) p {
    color: var(--green);
    font-size: 16px;
    font-weight: 300;

}

.form-message {
    width: 100%;
    margin-top: 31px;
    height: 212px;
    border-bottom: 2px solid #00000061;
}

.form-message textarea {
    width: 100%;
    height: 100%;
    resize: none;
    font-size: 20px;
    color: var(--blue-main);
}

.form-message textarea {
    background-color: rgba(0, 0, 0, 0);
}

.form-message textarea::placeholder {
    color: var(--blue-main);
}

.form-terms__button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.form-terms {
    display: flex;
    align-items: center;

}

.form-terms input {
    width: 32px;
    height: 32px;
    background-color: var(--blue-main);
    margin-right: 25px;
}

.form-terms p {
    font-size: 20px;
    color: var(--blue-main);
}

.form-terms p a {
    color: var(--green);
    text-decoration: underline;
}

.form-submit button {
    width: 293px;
    height: 61px;
    border-radius: 61px;
    background-color: var(--green);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

/*******************MAP BLOCK**********/
.home__map {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 47px;
}

.home__map-wrapper {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.home__map-map {
    width: 806px;
    height: 621px;
    box-shadow: 0px 0px 49px -2px #00000030;
    border-radius: 40px;
    overflow: hidden;
}

.home__map-map iframe {
    width: 100%;
    height: 100%;
}

.home__map-contact {
    width: 352px;
    height: initial;
}

.home__map-contact-block {
    margin-bottom: 40px;
}

.home__map-contact-block h3 {
    color: var(--green);
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
}

.home__map-contact-block:nth-child(1) div {
    display: flex;
    flex-direction: column;

}

.home__map-contact-block:nth-child(1) a {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: var(--blue-main);
    font-size: 20px;
}

.home__map-contact-block:nth-child(1) a p {
    margin-left: 8px;
}

.home__map-contact-block:nth-child(1) a:nth-child(1) p {
    text-decoration: underline;
}

.home__map-contact-block:nth-child(1) a:nth-child(2) p {
    text-decoration: underline;
}

.home__map-contact-block:nth-child(1) a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.home__map-contact-block:nth-child(2) div {
    display: flex;
}

.home__map-contact-block:nth-child(2) div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid var(--blue-main);
    color: var(--blue-main);
    margin-right: 24px;
}

.home__map-contact-block:nth-child(2) div a i {
    font-size: 20px;
}

.home__map-contact-block:nth-child(2) div a:hover {
    background-color: var(--blue-main);
    color: #fff;
}

.fa {}

.fa-map-marker {}

.fa-phone {}

.fa-envelope {}

.fa-facebook {}

.fa-linkedin {}

.fa-instagram {}

.fa-youtube-play {}



/***********SWIPERS****************/
.swiper {
    width: 100%;
    height: 100%;
}

.mainSwiper {
    height: 100%;
}

.mainSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}

.productSwiper {
    padding: 40px 0;
}

.productSwiper .swiper-slide {


    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog__swiper-element {
    height: 389px;
    width: 305px;
    box-shadow: 0px 4px 26px 0px #0000001A;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 25px;
    border-radius: 12px;
}

.catalog__swiper-element-image {
    width: 240px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog__swiper-element-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog__swiper-element-name {
    width: 100%;
    margin-bottom: 8px
}

.catalog__swiper-element-name h3 {
    height: 24px;
    font-size: 20px;
    color: var(--blue-main);
}
.catalog__swiper-element-name p {
    color: #333333;
    font-size: 16px;
    margin-top: 7px; 
    font-weight: 500;  
}
.productSwiper .swiper-slide .catalog__swiper-element {
    transition: all 0.3s ease;
}

.productSwiper .product-slide-active .catalog__swiper-element {
    height: 430px;
    width: 305px;
    box-shadow: 0px 4px 26px 0px #4BAC9A;
    transform: translateY(-20px);

}
/*************CONTACT POPUP**********/
.contact-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(6, 51, 80, 0.55);
    backdrop-filter: blur(3px);
    padding: 20px;
}

.contact-popup__box {
    position: relative;
    background: #fff;
    border-radius: 18px;
    max-width: 460px;
    width: 100%;
    padding: 48px 40px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    text-align: center;
    animation: contactPopupIn .25s ease;
}

@keyframes contactPopupIn {
    from { opacity: 0; transform: translateY(20px) scale(.96); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

.contact-popup__close {
    position: absolute;
    top: 14px;
    right: 18px;
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 28px;
    color: var(--blue-main);
    cursor: pointer;
    border-radius: 50%;
    transition: background .2s, color .2s;
    text-align: center;
}

.contact-popup__close:hover {
    background: rgba(6, 51, 80, 0.08);
}

.contact-popup__text {
    font-size: 20px;
    line-height: 1.5;
    color: var(--blue-main);
    font-weight: 500;
}

.contact-popup[data-state="ok"] .contact-popup__box {
    border-top: 5px solid var(--green);
}

.contact-popup[data-state="error"] .contact-popup__box {
    border-top: 5px solid #e0414b;
}

.contact-popup[data-state="error"] .contact-popup__text {
    color: #c2333c;
}

/* honeypot */
.hp-field {
    display: none !important;
}

/* field errors */
.form-error {
    display: block;
    color: #e0414b;
    font-size: 14px;
    margin-top: 4px;
    min-height: 16px;
}

@media (max-width: 1380px) {
    .home__about-desc {
            width: calc(100% - 626px - 155px);
    }
}
/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 1024px) {
    .swiper__container {
        flex-direction: column-reverse;
        height: auto;
        min-height: 400px;
        padding: 40px 24px;
        gap: 24px;
        text-align: center;
    }
    .swiper__image{
        max-width: 80%;
        max-height: 350px;
    }
.swiper__image img {

    width: 100%;
    height: 100%;
    object-fit: contain;
}
    .swiper__title {
        font-size: 28px;
    }

    .swiper__text {
        font-size: 14px;
        max-width: 100%;
    }

    .swiper__image {
        padding: 0;
        justify-content: center;
        max-height: 200px;
    }

    .homeSwiper .swiper-button-prev,
    .homeSwiper .swiper-button-next {
        display: none;
    }
    /*******About***********/
    .home__about-wrapper{
        flex-direction: column;
        padding: 10px;        
    }
    .home__about-image{
        width: 320px;
        height: 320px;
        margin-top: 40px;
    }
    .home__about-image-container img{
        width: 300px;
        height: 300px;
        object-fit: contain;
    }
    .home__about-deco {
        width: 460px;
        height: 380px;
    }
    .home__about-deco img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .home__about-desc{
        width: 90%;
        margin: 0 auto;
    }
    .home__about-desc{
        margin-top: 30px;
    }

    /******home catalog*******/
    .home__catalog-name_link{
        width: 90%;
        margin: 0 auto;
    }

    /***BLOG**********/
    .home__blog{
        margin-top: 50px;
    }
    .home__blog-container{
        width: 90%;
        margin: 0 auto;
    }
    .home__blog-name_link{
        width: 100%;
        margin: 0 auto;
    }
    .home__blog-wrapper{
        width: 100%;
        height: initial;
        flex-direction: column;
    }
    .home__blog-big{
        width: 100%;
        height: 500px;
        margin-bottom: 20px;
    }
    .home__blog-small_container{
        width: 100%;

    }
    .home__blog-small{
        margin-bottom: 20px;
    }
    /*****CONTACT******/
    .home__contact{
        width: 90%;
        margin: 0 auto;
        margin-top: 50px

    }
    .home__contact-wrapper{
        width: 100%;
    }

    /*************MAP****/
    .home__map{

        width: 95%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .home__map-wrapper{
        width: 100%;
        flex-direction: column;
    }
    .home__map-map{
        width: 100%;
        height: 450px;
    }
    .home__map-contact{
        width: 100%;
        margin-top: 30px;
    }
    .home__contact-wrapper{
        left: initial;
    }
    .form-input{
        width: 100%;
    }
    .home__contact{
        height: initial;
    }
    .home__contact-wrapper{
        position: initial;
    }
    .form-terms__button{
        flex-direction: column;
    }
    .form-terms__button{
        align-items: flex-start;
    }
    .form-submit{
        margin-top: 15px;
    }

}
    @media (max-width: 480px) {
        .home__map-contact-block h3{
            font-size: 30px;
        }
        .swiper__image{

        }
        .home__swiper{
            height: 600px;
        }
        .home__swiper-container{
            height: 100%;
        }
        .swiper__container{
            min-height: initial;
            height: 570px;
            padding: 10px 10px;
        }
        .swiper__title{
            font-size: 23px;
            margin-bottom: 10px;
        }
        .swiper__text{
            margin-bottom: 15px;
        }
        .swiper__image{
            height: 320px;
            max-height: initial;
        }
        .swiper__tag{
            margin-bottom: 7px;
        }

        /*******BLOG**********/
        .home__blog-big_name h4{
            font-size: 30px;
        }
        .home__blog-small {
            height: 140px;
        }
        .home__blog-small_image{
            height: 140px;
            width: 140px;
        }
        .home__blog-small_wrapper{
            width: calc(100% - 150px);
        }
        .home__blog-small_name h4{
            font-size: 17px;
        }
        .home__blog-small_desc p {
            font-size: 14px;
        }
        /****CONTCT**/
        .form-terms p {
            font-size: 15px;
        }
        .home__container{
            padding-top: 70px;
        }
        
        .home__about-name h3 {
            font-size: 32px;
        }
            .home__blog-big {
                height: 415px;
            }
            .home__blog-big_name h4{
                font-size: 24px;
            }
            .home__about-image-container h3{

            }
            .home__contact-name h3 {
                font-size: 30px;
            }
    }
