/* GLOBAL */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body::-webkit-scrollbar {
    display: none;
}

.o-hidden {
    overflow: hidden;
}

a {
    color: #000000;
    text-decoration: none;
    outline: none;
}

button {
    outline: none;
}

.mr-auto {
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

.bg-black {
    background: #000000;
}

.bg-pink {
    background: #5028BD;
}

.tr-90 {
    transform: rotate(90deg);
}

.tr-45 {
    transform: rotate(45deg);
}

.o-5 {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.l-100 {
    left: -100% !important;
}

.r-100 {
    right: -100% !important;
}

.d-none {
    display: none !important;
}

/* GLOBAL */

.mt-10 {
    margin-top: 10px !important;
}

.container {
    padding: 0 60px;
}

.scroll_down {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Bold";
    font-size: 21px;
    line-height: 24px;
    color: #000000;
    margin-top: auto;
}

.scroll_down svg {
    width: 26px;
    height: 25px;
}

.b-tb {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.bg-about {
    background: #FFFFFF !important;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.in-middle-img {
    display: none;
}

/* HEADER */
.mb-menu-items {
    display: none;
}

.mb-top-elem {
    display: none;
}

#header {
    position: fixed;
    /*width: 832px;*/
    width: max-content;
    height: 60px;
    /*left: calc(50% - 832px/2);*/
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 9px 0 19px;
    gap: 50px;
    z-index: 999999999;
    justify-content: space-around;
}

#header .btn-open-close {
    display: none;
}

#header .logo {
    width: 68px;
    height: 18px;
}

#header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#header .menu-items {
    width: max-content;
    display: flex;
    gap: 30px;
    align-items: center;
}

#header .menu-items .item {
    width: max-content;
    height: max-content;
}

#header .menu-items .item.active a {
    color: #000000;
}

#header .menu-items .item a {
    width: max-content;
    height: max-content;
    font-family: "Medium";
    font-size: 18px;
    line-height: 26px;
    color: #676767;
}

#header .right-btn-group {
    width: max-content;
    height: 40px;
    display: flex;
    gap: 10px;
}

#header .right-btn-group a:nth-child(1) {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    background: #000000;
    border-radius: 3px;
    font-family: 'Medium';
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

#header .right-btn-group a:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 3px;
    font-family: 'Bold';
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #000000;
}

/* FIRST SECTION */
.vanar-group-banner.sticky-slide {
    width: 100%;
    padding: 120px 30px 30px;
    height: 100dvh;
    background: white;
}

.vanar-group-banner .banner-content {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    border: 1px solid #DEDEDE;
    border-radius: 30px;
    padding: 40px 143px 40px 60px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.vanar-group-banner .banner-content.banner-content-about {
    background: #C1B3A5;
}

.vanar-group-banner .banner-content .left-part {
    width: 821px;
    height: 100%;
    padding: 100px 0 0;
    display: flex;
    flex-direction: column;
}

.vanar-group-banner .banner-content .left-part .title {
    font-family: "Bold";
    font-size: 74px;
    line-height: 80px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
}

.vanar-group-banner .banner-content .left-part .desc {
    max-width: 608px;
    width: 100%;
    font-family: "Regular";
    font-size: 18px;
    line-height: 24px;
    color: #323232;
    margin-top: 27px;
}

.vanar-group-banner .banner-content .mb-scroll_down {
    display: none;
}

.vanar-group-banner .banner-content .right-part {
    width: 821px;
    height: 100%;
    display: flex;
    align-items: center;
}

.vanar-group-banner .banner-content .right-part img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vanar-group-banner .banner-content .right-part video {
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
}

/* IMPACT SECTION */
.vanar-impact-content {
    width: 100%;
    padding: 50px 30px;
    height: 100dvh;
    background: white;
}

.vanar-impact-content .banner-content {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    display: flex;
    overflow: hidden;
}

.vanar-impact-content .banner-content .left-part {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #beac9b;
}

.vanar-impact-content .banner-content .left-part img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vanar-impact-content .banner-content .right-part {
    width: 50%;
    height: 100%;
    padding: 70px;
    display: flex;
    flex-direction: column;
}

.vanar-impact-content .banner-content .right-part .title {
    font-family: "Bold";
    font-size: 64px;
    color: #000000;
    margin-bottom: 20px;
}

.vanar-impact-content .banner-content .right-part .desc {
    max-width: 524px;
    width: 100%;
    font-family: "Medium";
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    margin-top: 20px;
}

.vanar-impact-content .banner-content .right-part .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    width: max-content;
    height: 40px;
    background: #000000;
    border-radius: 3px;
    font-family: "Medium";
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 30px;
    cursor: pointer;
}

.vanar-impact-content .banner-content .right-part .impact-points {
    width: 100%;
    display: flex;
    gap: 35px;
    margin-top: auto;
}

.vanar-impact-content .banner-content .right-part .impact-points .point-elem {
    width: 247px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vanar-impact-content .banner-content .right-part .impact-points .point-elem svg {
    width: 18px;
    height: 18px;
}

.vanar-impact-content .banner-content .right-part .impact-points .point-elem svg g circle {
    fill: #0A3953;
}

.vanar-impact-content .banner-content .right-part .impact-points .point-elem .p-title {
    font-family: "Bold";
    font-size: 17px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000000;
}

.vanar-impact-content .banner-content .right-part .impact-points .point-elem .p-desc {
    font-family: "Medium";
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

/* SERVICES SECTION */
.vanar-services-content {
    width: 100%;
    padding: 70px 30px;
    height: 100dvh;
    background: white;
}

.vanar-services-content .services-content-elems {
    width: 100%;
    height: 100%;
    display: flex;
}

.vanar-services-content .services-content-elems .service-elem {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    background: #F7F7F7;
    border-right: 1px solid #D9D9D9;
    padding: 45px 45px 20px 45px;
    transition: .3s ease-in-out;
}

.vanar-services-content .services-content-elems .service-elem:hover {
    background: #E0DFDF;
}

.vanar-services-content .services-content-elems .service-elem .s-title {
    width: 85%;
    font-family: "Bold";
    font-size: 48px;
    line-height: 120%;
    color: #000000;
    transition: .3s ease-in-out;
}

.vanar-services-content .services-content-elems .service-elem .s-desc {
    font-family: "Medium";
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    margin-top: 15px;
    transition: .3s ease-in-out;
}

.vanar-services-content .services-content-elems .service-elem img {
    width: 100%;
    height: 369px;
    object-fit: contain;
    /*margin-top: 141px;*/
    margin-top: 98px;
}

.vanar-services-content .services-content-elems .service-elem .s-bottom-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-top: auto;
}

.vanar-services-content .services-content-elems .service-elem .s-bottom-info .s-text {
    font-family: "Bold";
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.vanar-services-content .services-content-elems .service-elem .s-bottom-info .s-href {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Bold";
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.vanar-services-content .services-content-elems .service-elem .s-bottom-info .s-href svg {
    width: 10px;
    height: 10px;
}

.vanar-services-content .services-content-elems .service-elem:last-child {
    border-right: none;
}

/* PRODUCTS SECTION */
.vanar-products-content {
    width: 100%;
    padding: 100px;
    height: 100dvh;
    background: white;
}

.vanar-products-content.solutions-pr {
    height: max-content;
}

.vanar-products-content .products-group {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.vanar-products-content .products-group .pr-top-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.vanar-products-content .products-group .pr-top-content .solutions-desc {
    margin-top: 71px;
    font-family: "Medium";
    font-size: 18px;
    line-height: 22px;
    color: #1F1F1F;
}

.vanar-products-content .products-group .pr-top-content .pr-title {
    font-family: "Bold";
    font-size: 80px;
    line-height: 118px;
    color: #000000;
}

.vanar-products-content .products-group .pr-top-content .swiper-left-right {
    position: relative;
    width: 144px;
    height: 24px;
    gap: 10px;
    display: flex;
    align-items: center;
    margin-top: 65px;
}

.vanar-products-content .products-group .pr-top-content .swiper-left-right span {
    width: 66px;
    height: 1px;
    background: #B5B5B5;
    display: block;
    margin-top: 1px;
}

.vanar-products-content .products-group .pr-top-content .swiper-left-right .lr-elem {
    width: max-content;
    height: 100%;
    position: relative;
    font-family: "Bold";
    font-size: 16px;
    line-height: 24px;
    color: #5028BD;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    color: #B5B5B5 !important;
    opacity: 1;
}

.vanar-products-content .products-group .pr-top-content .swiper-left-right .swiper-button-prev,
.vanar-products-content .products-group .pr-top-content .swiper-left-right .swiper-button-next {
    left: 0;
    right: 0;
}

.vanar-products-content .products-group .pr-top-content .swiper-left-right .swiper-button-prev:after,
.vanar-products-content .products-group .pr-top-content .swiper-left-right .swiper-button-next:after {
    content: none;
}

.swiper-wrapper.disabled {
    transform: translate3d(0, 0, 0) !important;
}

.vanar-products-content .products-group .solutions-tab-content {
    width: 100%;
    height: 66px;
    margin-top: 18px;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vanar-products-content .products-group .solutions-tab-content .swiper-left-right {
    position: relative;
    width: 144px;
    height: 24px;
    gap: 10px;
    display: flex;
    align-items: center;
    margin-top: 42px;
}

.vanar-products-content .products-group .solutions-tab-content .swiper-left-right span {
    width: 66px;
    height: 1px;
    background: #B5B5B5;
    display: block;
    margin-top: 1px;
}

.vanar-products-content .products-group .solutions-tab-content .swiper-left-right .lr-elem {
    width: max-content;
    height: 100%;
    position: relative;
    font-family: "Bold";
    font-size: 16px;
    line-height: 24px;
    color: #5028BD;
}

.vanar-products-content .products-group .solutions-tab-content .swiper-left-right .swiper-button-prev,
.vanar-products-content .products-group .solutions-tab-content .swiper-left-right .swiper-button-next {
    left: 0;
    right: 0;
}

.vanar-products-content .products-group .solutions-tab-content .swiper-left-right .swiper-button-prev:after,
.vanar-products-content .products-group .solutions-tab-content .swiper-left-right .swiper-button-next:after {
    content: none;
}

.vanar-products-content .products-group .solutions-tab-content .btn-tabs {
    width: max-content;
    height: 66px;
    padding: 10px;
    background: #EAEAEA;
    border-radius: 5px;
    display: flex;
    gap: 10px;
}

.vanar-products-content .products-group .solutions-tab-content .btn-tabs .btn-sp-tab {
    width: max-content;
    height: 100%;
    border-radius: 3px;
    border: none;
    outline: none;
    font-family: "Medium";
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    padding: 10px 15px;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s;
    position: relative;
}

.vanar-products-content .products-group .solutions-tab-content .btn-tabs .btn-sp-tab::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 101%;
    background-color: #000000;
    transform: translateX(var(--start, -100%));
    transition: transform 0.4s ease;
    z-index: 0;
}

.vanar-products-content .products-group .solutions-tab-content .btn-tabs .btn-sp-tab.active::before {
    transform: translateX(0%);
}

.vanar-products-content .products-group .solutions-tab-content .btn-tabs .btn-sp-tab span {
    position: relative;
    z-index: 1;
}

.vanar-products-content .products-group .solutions-tab-content .btn-tabs .btn-sp-tab.active {
    color: #FFFFFF;
}

.vanar-products-content .products-group .productsSwiper {
    width: 100%;
    height: 665px;
}

.vanar-products-content .products-group .productsSwiper .product-elem {
    background: #F7F7F7;
    width: 520px;
    height: 100%;
    padding: 25px 25px 0 25px;
    display: flex;
    flex-direction: column;
}

.vanar-products-content .products-group .productsSwiper .product-elem .specialists-elem {
    width: 308px;
    height: 229px;
    background: #5028BD;
    border-radius: 30px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
}

.vanar-products-content .products-group .productsSwiper .product-elem .specialists-elem .specialists_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: "Bold";
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.vanar-products-content .products-group .productsSwiper .product-elem .specialists-elem .specialists_top svg {
    width: 27px;
    height: 24px;
}

.vanar-products-content .products-group .productsSwiper .product-elem .specialists-elem .specialists_bottom {
    font-family: "Bold";
    font-size: 60px;
    line-height: 60px;
    color: #FFFFFF;
    text-align: right;
}

.vanar-products-content .products-group .productsSwiper .product-elem .we-offer-elem {
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: auto;
}

.vanar-products-content .products-group .productsSwiper .product-elem .we-offer-elem .reliable_solutions {
    position: relative;
    width: 357px;
    height: 80px;
    background: #5028BD;
    border-radius: 20px;
    font-family: "Bold";
    font-size: 40px;
    line-height: 59px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vanar-products-content .products-group .productsSwiper .product-elem .we-offer-elem .reliable_solutions:after {
    position: absolute;
    bottom: -10px;
    left: 51%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-top: 18px solid #5028BD;
}

.vanar-products-content .products-group .productsSwiper .product-elem .we-offer-elem .wo-title {
    font-family: "Medium";
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    margin-top: 10px;
}

.vanar-products-content .products-group .productsSwiper .product-elem .pr-card-title {
    font-family: "Bold";
    /*font-size: 48px;*/
    /*line-height: 71px;*/
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}

.vanar-products-content .products-group .productsSwiper .product-elem .pr-card-desc {
    font-family: "Medium";
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.vanar-products-content .products-group .productsSwiper .product-elem img {
    width: 396px;
    height: 396px;
    object-fit: contain;
    margin: 0 auto;
    margin-top: auto;
}

.vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom {
    margin-top: auto;
    margin-bottom: 15px;
    width: 100%;
    border-top: 1px solid #000000;
    padding: 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom.about-pr-card-bottom {
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 5px;
    padding: 15px 10px;
    border: 0;
}

.vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom div,
.vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom a {
    font-family: "Medium";
    font-size: 16px;
    line-height: 24px;
    color: #B3B3B3;
}

.vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom div span,
.vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom a span {
    color: #000000;
}

.vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom .about-svg {
    display: flex;
    align-items: center;
    gap: 5px;
}

.vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom .about-svg svg {
    width: 10px;
    height: 10px;
}

.vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom svg {
    width: 16px;
    height: 16px;
    cursor: pointer;
}


/* INOVATION SECTION */
.vanar-inovation-content {
    width: 100%;
    padding: 100px;
    height: 100dvh;
    background: #F7F7F7;
}

.vanar-inovation-content .inovation-content-elems {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vanar-inovation-content .inovation-content-elems .top-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.vanar-inovation-content .inovation-content-elems .top-content .left-part {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.vanar-inovation-content .inovation-content-elems .top-content .left-part .i-title {
    font-family: "Bold";
    font-size: 80px;
    line-height: 100%;
    color: #000000;
}

.vanar-inovation-content .inovation-content-elems .top-content .left-part .i-desc {
    font-family: "Regular";
    font-size: 21px;
    line-height: 120%;
    color: #000000;
}

.vanar-inovation-content .inovation-content-elems .top-content .left-part .i-desc span {
    color: #6C6C6C;
}

.vanar-inovation-content .inovation-content-elems .top-content .right-part {
    width: 251px;
    height: 250px;
}

.vanar-inovation-content .inovation-content-elems .top-content .right-part img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vanar-inovation-content .inovation-content-elems .bottom-content {
    width: 100%;
    display: flex;
    gap: 20px;
}

.vanar-inovation-content .inovation-content-elems .bottom-content .card-elem {
    height: 283px;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 45px;
    transition: .3s ease-in-out;
}

.vanar-inovation-content.bg-about .inovation-content-elems .bottom-content .card-elem {
    border: 1px solid #D9D9D9;
}

.vanar-inovation-content .inovation-content-elems .bottom-content .card-elem:hover {
    background: #E0DFDF;
}

.vanar-inovation-content.bg-about .inovation-content-elems .bottom-content .card-elem:hover {
    background: #F7F7F7;
}

.vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .top-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .top-part .c-name {
    font-family: "Bold";
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000000;
}

.vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .top-part .img-0 {
    width: 132px;
    height: max-content;
}

.vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .top-part .img-1 {
    width: 142px;
    height: max-content;
}

.vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .bottom-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 122px;
}

.vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .bottom-part .c-desc {
    max-width: 655px;
    width: 100%;
    font-family: "Regular";
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .bottom-part svg {
    width: 42px;
    height: 42px;
}

/* PHILOSOPHY, VALUES, MISSION CONTENT */
.pvm-about-content {
    width: 100%;
    height: 100dvh;
    padding: 190px 110px 0 110px;
    background: white;
    background-image: url("/assets/images/about-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-slider {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-slider .top-part {
    width: 100%;
    display: flex;
    gap: 65px;
    justify-content: space-between;
}

.about-slider .top-part .left-part {
    width: 595px;
    display: flex;
    gap: 500px;
    flex-direction: column;
}

.about-slider .top-part .left-part .tabs-about {
    width: max-content;
    height: max-content;
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.about-slider .top-part .left-part .tabs-about .tab-btn-about {
    background-color: transparent;
    border-radius: 3px;
    font-family: "new Medium";
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color .6s ease;
    font-size: 48px;
    line-height: 71px;
    color: #B3B3B3;
    cursor: pointer;
    transition: .6s ease;
    position: relative;
}

.about-slider .top-part .left-part .tabs-about .tab-btn-about.active {
    color: #000000;
}

.about-slider .top-part .left-part .tabs-about .tab-btn-about.active:before {
    transition: .6s ease;
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
}

.about-slider .top-part .left-part .short-desc {
    width: 470px;
    height: 88px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.about-slider .top-part .left-part .short-desc p {
    font-family: "Medium";
    font-size: 18px;
    line-height: 22px;
    color: #262626;
}

.about-slider .top-part .right-part {
    width: 1040px;
    height: 100%;
    display: flex;
    gap: 190px;
}

.about-slider .top-part .right-part .about-img-elems {
    width: 380px;
    height: 378px;
    overflow: hidden;
    margin: auto;
}

.about-slider .top-part .right-part .about-img-elems img {
    width: 100%;
    height: 100%;
    transition: 1s ease;
}

.about-slider .top-part .right-part .large-desc {
    width: 470px;
    height: 169px;
    overflow: hidden;
}

.about-slider .top-part .right-part .large-desc .desc-elem {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about-slider .top-part .right-part .large-desc .desc-elem p {
    font-family: "Medium";
    font-size: 18px;
    line-height: 22px;
    color: #262626;
}

.about-slider .bottom-part {
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.about-slider .bottom-part .about-pagination {
    width: 85px;
    height: 35px;
    background: #E5E5E5;
    border: 1px solid #DCDCDD;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.about-slider .bottom-part .about-pagination .p-bullet {
    display: block;
    width: 5px;
    height: 5px;
    background: #717174;
    border-radius: 10px;
    transition: width 0.6s ease;
}

.about-slider .bottom-part .about-pagination .p-bullet.active {
    width: 25px;
    background: #000000;
}

.about-slider .bottom-part .about-number {
    width: 22px;
    height: 22px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.about-slider .bottom-part .about-number .number-elem {
    display: flex;
    width: 100%;
    height: 100%;
    font-family: "Medium";
    font-size: 18px;
    line-height: 22px;
    color: #262626;
}

div[data-slide="all"] {
    width: 100%;
    height: 100%;
    transition: .6s ease;
}

/* PRODUCT MODAL */
.product-modal-content.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.product-modal-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 9999999999;
}

.product-modal-content .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 60px;
    width: 1133px;
    height: 80%;
    border-radius: 5px;
}

.product-modal-content .modal-content .modal-top-content {
    width: max-content;
    height: max-content;
}

.product-modal-content .modal-content .modal-top-content .close-button {
    margin-left: auto;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}

.product-modal-content .modal-content .modal-body-content {
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    padding: 50px;
    display: flex;
    gap: 64px;
    overflow-y: auto;
}

.product-modal-content .modal-content .modal-body-content::-webkit-scrollbar {
    display: none;
}

.product-modal-content .modal-content .modal-body-content .modal-left-content {
    width: 453px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-modal-content .modal-content .modal-body-content .modal-left-content .modal-title {
    font-family: "Bold";
    /*font-size: 48px;*/
    /*line-height: 51px;*/
    font-size: 28px;
    line-height: 32px;
    color: #000000;
}

.product-modal-content .modal-content .modal-body-content .modal-left-content .modal-desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.product-modal-content .modal-content .modal-body-content .modal-left-content .modal-desc p {
    font-family: "Medium";
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.product-modal-content .modal-content .modal-body-content .modal-left-content .modal-desc .point-title {
    font-family: "Bold";
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.product-modal-content .modal-content .modal-body-content .modal-left-content .modal-desc .point-elems {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    font-family: "Medium";
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.product-modal-content .modal-content .modal-body-content .modal-left-content .modal-desc .point-elem-li {
    position: relative;
    padding-left: 28px;
    font-family: "Medium";
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.product-modal-content .modal-content .modal-body-content .modal-left-content .modal-desc .point-elem-li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    left: 12px;
    top: 6px;
    background-color: black;
}

.product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom {
    margin-top: auto;
    width: 100%;
    border-top: 1px solid #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom div,
.product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom a {
    font-family: "Medium";
    font-size: 16px;
    line-height: 24px;
    color: #B3B3B3;
}

.product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom div span,
.product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom a span {
    color: #000000;
}

.product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom .about-svg {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom .about-svg svg {
    width: 9px;
    height: 9px;
}

.product-modal-content .modal-content .modal-body-content .modal-right-content {
    width: 396px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.product-modal-content .modal-content .modal-body-content .modal-right-content img {
    width: 100%;
}

/* CONTACT MESSAGE MODAL */
.message-modal-content.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.message-modal-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 999999999999;
}

.message-modal-content .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 70px 60px 60px 60px;
    width: 575px;
    height: max-content;
    border-radius: 5px;
}

.message-modal-content .modal-content .modal-top-content {
    width: max-content;
    height: max-content;
}

.message-modal-content .modal-content .modal-top-content .close-button {
    margin-left: auto;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.message-modal-content .modal-content .modal-body-content {
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
}

.message-modal-content .modal-content .modal-body-content .mm-title {
    font-family: "Bold";
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #000000;
}

.message-modal-content .modal-content .modal-body-content .mm-desc {
    font-family: "Medium";
    font-size: 16px;
    line-height: 24px;
    color: #787878;
}

/* SERVICES */
.sevices-slider {
    width: 100%;
    padding: 120px 30px 30px;
    height: 100dvh;
    background: white;
}

.sevices-slider .sevices-banner-content {
    width: 100%;
    height: 100%;
    background: #F2F2F2;
    border: 1px solid #DEDEDE;
    border-radius: 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.sevices-slider .sevices-banner-content[data-slide="0"] {
    background: #F2F2F2!important;
}

.sevices-slider .sevices-banner-content[data-slide="0"] .swiperServices .swiper-slide {
    background: #F2F2F2!important;
}

.sevices-slider .sevices-banner-content[data-slide="1"] {
    background: #bca999!important;
}

.sevices-slider .sevices-banner-content[data-slide="1"] .swiperServices .swiper-slide {
    background: #bca999!important;
}

.sevices-slider .sevices-banner-content[data-slide="2"] {
    background: #F2F2F2!important;
}

.sevices-slider .sevices-banner-content[data-slide="2"] .swiperServices .swiper-slide {
    background: #F2F2F2!important;
}

.sevices-slider .sevices-banner-content .tabs-services {
    position: absolute;
    top: 70px;
    left: 70px;
    width: max-content;
    height: max-content;
    z-index: 9999;
}

.sevices-slider .sevices-banner-content .tabs-services .tab-btn-services {
    background-color: transparent;
    padding: 10px 15px;
    border-radius: 3px;
    font-family: "Medium";
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color .6s ease;
}

.sevices-slider .sevices-banner-content .tabs-services .tab-btn-services.active {
    background: #FFFFFF;
}

.sevices-slider .sevices-banner-content .swiperServices {
    width: 100%;
    height: 100%;
}

.sevices-slider .sevices-banner-content .swiperServices .swiper-slide {
    width: 100%;
    height: 100%;
    background: #F1F0F2;
}

/*.sevices-slider .sevices-banner-content .swiperServices .swiper-slide.bg-b9 {*/
/*    background: #B9A698!important;*/
/*}*/

/*.sevices-slider .sevices-banner-content .swiperServices .swiper-slide.bg-f2 {*/
/*    background: #f2f2f2!important;*/
/*}*/

.sevices-slider .sevices-banner-content .swiperServices .s-elem {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem {
    width: 836px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 240px 157px 240px 70px;
}

.sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem .s-title {
    width: 410px;
    /*height: max-content;*/
    height: 120px;
    font-family: "Bold";
    font-size: 48px;
    line-height: 120%;
    color: #000000;
    overflow: hidden;
    display: flex;
}

.sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem .s-title span {
    transform: translateY(100%);
    transition: .6s ease;
}

.sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem .s-desc {
    width: 600px;
    overflow: hidden;
}

.sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem .s-desc div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: translateY(100%);
    transition: .6s ease;
}

.sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem .s-desc p {
    font-family: "Bold";
    font-size: 18px;
    line-height: 130%;
    color: #3F3F3F;
}

/* Animated text */
.sevices-slider .sevices-banner-content .swiperServices .swiper-slide-active .s-elem .s-left-elem .s-title span,
.sevices-slider .sevices-banner-content .swiperServices .swiper-slide-active .s-elem .s-left-elem .s-desc div {
    transform: translateY(0);
}

.sevices-slider .sevices-banner-content .swiperServices .s-elem .s-right-elem {
    width: 1023px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.sevices-slider .sevices-banner-content .swiperServices .s-elem .s-right-elem img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sevices-slider .sevices-banner-content .swiperServices .swiper-pagination-services {
    bottom: 70px;
    left: 70px;
    width: max-content;
    width: 85px;
    height: 35px;
    background: #E5E5E5;
    border: 1px solid #DCDCDD;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sevices-slider .sevices-banner-content .swiperServices .swiper-pagination-services .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #717174;
    border-radius: 10px;
    opacity: 1;
    transition: width 0.6s ease;
}

.sevices-slider .sevices-banner-content .swiperServices .swiper-pagination-services .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    background: #000000;
}

/* CONTACTS */
.contact-us-content {
    width: 100%;
    padding: 205px 120px 100px 120px;
    background: white;
}

.contact-us-content .contact-elem {
    width: 100%;
    display: flex;
    gap: 100px;
}

.contact-us-content .contact-elem .left-elem {
    width: 640px;
    background: #F8F8F8;
    border-radius: 20px;
    padding: 40px;
}

.contact-us-content .contact-elem .left-elem .contact-title {
    font-family: "Bold";
    font-size: 36px;
    line-height: 120%;
    color: #000000;
}

.contact-us-content .contact-elem .left-elem .contact-desc {
    max-width: 492px;
    width: 100%;
    font-family: "Medium";
    font-size: 18px;
    line-height: 24px;
    color: #787878;
    margin-top: 10px;
    margin-bottom: 36px;
}

.contact-us-content .contact-elem .left-elem .contact-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-us-content .contact-elem .left-elem .contact-items .c-item {
    width: 100%;
    display: flex;
    gap: 15px;
}

.contact-us-content .contact-elem .left-elem .contact-items .c-item svg {
    width: 24px;
    height: 24px;
}

.contact-us-content .contact-elem .left-elem .contact-items .c-item a {
    font-family: "Medium";
    font-size: 18px;
    line-height: 24px;
    color: #676767;
}

.contact-us-content .contact-elem .left-elem .contact-items .c-item .open-map {
    margin-left: auto;
    line-height: 26px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.contact-us-content .contact-elem .left-elem .contact-items .c-item .open-map svg {
    width: 10px;
    height: 10px;
}

.contact-us-content .contact-elem .right-elem {
    width: 940px;
    padding-top: 38px;
}

.contact-us-content .contact-elem .right-elem .contact-title {
    font-family: "Bold";
    font-size: 36px;
    line-height: 120%;
    color: #000000;
}

.contact-us-content .contact-elem .right-elem .contact-desc {
    max-width: 516px;
    width: 100%;
    font-family: "Medium";
    font-size: 18px;
    line-height: 24px;
    color: #787878;
    margin-top: 5px;
    margin-bottom: 40px;
}

.contact-us-content .contact-elem .f-contact-form-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-us-content .contact-elem .f-contact-form-content .btn {
    width: max-content;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    background: #242223;
    border-radius: 3px;
    font-family: "Medium";
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    outline: none;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

.contact-us-content .contact-elem .f-contact-form-content .first-inp-group {
    width: 100%;
    display: flex;
    gap: 30px;
}

.contact-us-content .contact-elem .f-contact-form-content .first-inp-group input {
    width: calc(50% - 15px);
}

.contact-us-content .contact-elem .f-contact-form-content input {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #717171;
    font-family: "Medium";
    background: transparent;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.contact-us-content .contact-elem .f-contact-form-content textarea {
    width: 100%;
    height: 131px;
    padding: 10px;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #717171;
    font-family: "Medium";
    background: transparent;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    resize: none;
}

.contact-us-content .contact-elem .f-contact-form-content input::placeholder {
    color: #787878;
}

.contact-us-content .contact-elem .f-contact-form-content textarea::placeholder {
    color: #787878;
}

.contact-us-content .contact-elem .f-contact-form-content input:focus {
    border-bottom: 1px solid #000000;
}

.contact-us-content .contact-elem .f-contact-form-content textarea:focus {
    border-bottom: 1px solid #000000;
}

.contact-us-content .contact-elem .f-contact-form-content .footer-contact-input.has-value {
    border-bottom: 1px solid #000000;
}

.contact-us-content .contact-elem .f-contact-form-content .footer-contact-textarea.has-value {
    border-bottom: 1px solid #000000;
}

.contact-us-content .contact-elem .f-contact-form-content .btn {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.contact-us-content .contact-elem .f-contact-form-content .btn svg {
    width: 9px;
    height: 9px;
}

/* SOLUTIONS PAGE */
.solution-blood-content {
    width: 100%;
    height: 100dvh;
    display: flex;
    background: white;
    border-top: 1px solid #D9D9D9;
}

.solution-blood-content .left-content,
.solution-blood-content .right-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 200px 100px 0 100px;
    border-right: 1px solid #D9D9D9;
    position: relative;
    gap: 138px;
}

.solution-blood-content .left-content:hover .card-open-close,
.solution-blood-content .right-content:hover .card-open-close {
    transform: scale(1);
}

.solution-blood-content .card-group {
    width: 550px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.solution-blood-content .card-group:before {
    content: "";
    position: absolute;
    top: -20px;
    width: 100%;
    height: 1px;
    background: #929292;
    z-index: 1;
    transition: .6s ease;
}

.solution-blood-content .card-group.w-0:before {
    width: 0;
}

.solution-blood-content .card-group.ta-right:before {
    right: 0;
}

.solution-blood-content .card-group.ta-left:before {
    left: 0;
}

.solution-blood-content .card-group .card-title {
    font-family: "Bold";
    font-size: 48px;
    line-height: 58px;
    color: #000000;
    overflow: hidden;
    display: flex;
}

.solution-blood-content .card-group .card-title span {
    transform: translateY(100%);
    transition: .6s ease;
}

.solution-blood-content .left-content .card-group.mr-auto .card-desc {
    max-width: 434px;
}

.solution-blood-content .left-content .card-group.ml-auto .card-desc {
    max-width: 350px;
}

.solution-blood-content .right-content .card-group.mr-auto .card-desc {
    max-width: 434px;
}

.solution-blood-content .right-content .card-group.ml-auto .card-desc {
    max-width: 384px;
}

.solution-blood-content .card-group .card-desc {
    width: 100%;
    font-family: "Medium";
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    overflow: hidden;
    display: flex;
}

.solution-blood-content .card-group .card-desc span {
    transform: translateY(100%);
    transition: .6s ease;
}

.solution-blood-content .card-group .card-desc.active span,
.solution-blood-content .card-group .card-title.active span {
    transform: translateY(0);
}

.solution-blood-content .card-middle {
    width: max-content;
    border-radius: 30px;
    font-family: "Bold";
    font-size: 96px;
    line-height: 110px;
    color: #FFFFFF;
    padding: 5px 25px 18px 25px;
    margin: 0 auto;
}

.solution-blood-content .left-content .card-open-close,
.solution-blood-content .right-content .card-open-close {
    position: absolute;
    width: 52px;
    height: 52px;
    right: 100px;
    cursor: pointer;
    z-index: 9999999;
    transition: .6s ease;
    transform: scale(0);
}

.solution-blood-content .left-content .card-open-close svg,
.solution-blood-content .right-content .card-open-close svg {
    width: 100%;
    height: 100%;
}

.solution-blood-content .left-content .card-open-close {
    top: 100px;
}

.solution-blood-content .right-content .card-open-close {
    bottom: 100px;
}

.solution-blood-content .card-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    top: 0;
    z-index: 9;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    gap: 160px;
    transition: .6s ease;
}

.solution-blood-content .card-layer.left-layer {
    padding-top: 230px;
    left: 0;
}

.solution-blood-content .card-layer.right-layer {
    padding-top: 97px;
    right: 0;
}

.solution-blood-content .card-layer img {
    width: 351px;
    height: 350px;
    margin: 0 auto;
}

.solution-blood-content .card-layer.right-layer img {
    width: 360px;
}

.solution-blood-content .card-layer .card-layer-group {
    width: 654px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.solution-blood-content .card-layer .card-layer-group .layer-title {
    font-family: "Bold";
    font-size: 64px;
    line-height: 64px;
    color: #000000;
}

.solution-blood-content .card-layer .card-layer-group .layer-desc {
    font-family: "Medium";
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.solution-blood-content .card-layer .card-layer-group .layer-btn {
    width: max-content;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    gap: 5px;
    background: #000000;
    border-radius: 3px;
    font-family: "Medium";
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    outline: none;
    cursor: pointer;
    border: none;
    margin-top: 10px;
}

.solution-blood-content .card-layer .card-layer-group .layer-btn svg {
    width: 9px;
    height: 9px;
}

/* SOLUTION FOR HIGH */
.solution-for-high {
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    padding: 190px 110px;
}

.solution-for-high .top-part {
    width: 100%;
}

.solution-for-high .top-part .text-content {
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.solution-for-high .text-elem {
    width: 595px;
    font-family: "Medium";
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    transition: all .6s ease;
}

.solution-for-high .text-elem.hidden-text {
    opacity: 0;
}

.solution-for-high .top-part .text-content .open-close {
    width: 13px;
    height: 13px;
    margin-top: -29px;
    cursor: pointer;
    transition: all .6s ease;
    position: relative;
}

.solution-for-high .middle-part {
    width: 1547px;
    cursor: none;
    text-align: center;
    margin: auto;
}

.solution-for-high .middle-part .animation-text {
    font-family: "Bold";
    font-size: 128px;
    line-height: 128px;
    text-align: center;
    color: #F3F3F3;
    transition: .2s ease-in-out;
}

.solution-for-high .middle-part .animation-text.active,
.solution-for-high:hover .middle-part .animation-text {
    color: #000000;
}

.solution-for-high .bottom-part {
    margin-left: auto;
}

/* FOOTER */
#footer {
    width: 100%;
    padding: 100px 100px 50px 100px;
    background: #f7f7f7;
}

#footer .footer-line {
    margin: auto;
    width: 1100px;
    height: 1px;
    background: #E5E4E4;
    background: linear-gradient(90deg, rgba(229, 228, 228, 0.3) 0%, rgba(229, 228, 228, 1) 50%, rgba(229, 228, 228, 0.3) 100%);
}

#footer .footer-elems-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 115px;
}

#footer .footer-elems-content .top-elems {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
}

#footer .footer-elems-content .top-elems .f-menu-elems {
    width: max-content;
    display: flex;
    gap: 135px;
}

#footer .footer-elems-content .top-elems .f-menu-elems .f-menu-elem {
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#footer .footer-elems-content .top-elems .f-menu-elems .f-menu-elem .f-title {
    font-family: "Regular";
    font-size: 16px;
    line-height: 24px;
    color: #717171;
}

#footer .footer-elems-content .top-elems .f-menu-elems .f-menu-elem .f-m-elems {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#footer .footer-elems-content .top-elems .f-menu-elems .f-menu-elem .f-m-elems .f-item a {
    font-family: "Medium";
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

#footer .footer-elems-content .top-elems .f-contact-elems {
    max-width: 610px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#footer .footer-elems-content .top-elems .f-contact-elems .f-title-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#footer .footer-elems-content .top-elems .f-contact-elems .f-title-content .f-c-title {
    font-family: "Regular";
    font-size: 16px;
    line-height: 24px;
    color: #717171;
}

#footer .footer-elems-content .top-elems .f-contact-elems .f-title-content .f-c-desc {
    font-family: "Medium";
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

#footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content .btn {
    width: max-content;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    background: #242223;
    border-radius: 3px;
    font-family: "Medium";
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    outline: none;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

#footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content .first-inp-group {
    width: 100%;
    display: flex;
    gap: 10px;
}

#footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content .first-inp-group input {
    width: calc(50% - 5px);
}

#footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content input {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 0;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #717171;
    font-family: "Medium";
    font-size: 18px;
    line-height: 26px;
    background: transparent;
    color: #000000;
}

#footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content input::placeholder {
    color: #717171;
}

#footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content input:focus {
    border-bottom: 1px solid #000000;
}

#footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content .footer-contact-input.has-value {
    border-bottom: 1px solid #000000;
}

#footer .footer-elems-content .bottom-elems {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#footer .footer-elems-content .bottom-elems img {
    max-width: 1034px;
    width: 100%;
}

#footer .footer-elems-content .bottom-elems .footer-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .footer-elems-content .bottom-elems .footer-bottom-row span {
    font-family: "Medium";
    font-size: 16px;
    line-height: 24px;
    color: #717171;
}

#footer .footer-elems-content .bottom-elems .footer-bottom-row span a {
    color: #717171;
}

/* RESPONSIVE */
@media (max-width: 1920px) or (min-width: 2500px) {

    .mt-10 {
        margin-top: 0.5208vw !important;
    }

    .container {
        padding: 0 3.125vw;
    }

    .scroll_down {
        display: flex;
        align-items: center;
        gap: 0.5208vw;
        font-family: "Bold";
        font-size: 1.0938vw;
        line-height: 1.25vw;
        color: #000000;
        margin-top: auto;
    }

    .scroll_down svg {
        width: 1.3542vw;
        height: 1.3021vw;
    }

    .b-tb {
        border-top: 0.0521vw solid #D9D9D9;
        border-bottom: 0.0521vw solid #D9D9D9;
    }

    .bg-about {
        background: #FFFFFF !important;
        border-top: 0.0521vw solid #D9D9D9;
        border-bottom: 0.0521vw solid #D9D9D9;
    }

    /* HEADER */
    #header {
        position: fixed;
        /*width: 43.3333vw;*/
        width: max-content;
        height: 3.125vw;
        /*left: calc(50% - 43.3333vw/2);*/
        left: 0;
        right: 0;
        margin: auto;
        top: 1.0417vw;
        background: #FFFFFF;
        border: 0.0521vw solid #DEDEDE;
        border-radius: 0.2604vw;
        display: flex;
        align-items: center;
        padding: 0 0.4688vw 0 0.9896vw;
        gap: 2.6042vw;
        z-index: 999999999;
        justify-content: space-around;
    }

    #header .btn-open-close {
        display: none;
    }

    #header .logo {
        width: 3.5417vw;
        height: 0.9375vw;
    }

    #header .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #header .menu-items {
        width: max-content;
        display: flex;
        gap: 1.5625vw;
        align-items: center;
    }

    #header .menu-items .item {
        width: max-content;
        height: max-content;
    }

    #header .menu-items .item.active a {
        color: #000000;
    }

    #header .menu-items .item a {
        width: max-content;
        height: max-content;
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.3542vw;
        color: #676767;
    }

    #header .right-btn-group {
        width: max-content;
        height: 2.0833vw;
        display: flex;
        gap: 0.5208vw;
    }

    #header .right-btn-group a:nth-child(1) {
        width: max-content;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.5208vw 0.7813vw;
        background: #000000;
        border-radius: 0.1563vw;
        font-family: 'Medium';
        font-size: 0.9375vw;
        line-height: 1.3542vw;
        color: #FFFFFF;
    }

    #header .right-btn-group a:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.5208vw;
        background: #FFFFFF;
        border: 0.0521vw solid #000000;
        border-radius: 0.1563vw;
        font-family: 'Bold';
        font-size: 0.8333vw;
        line-height: 1.25vw;
        text-decoration-line: underline;
        color: #000000;
    }

    /* FIRST SECTION */
    .vanar-group-banner.sticky-slide {
        width: 100%;
        padding: 6.25vw 1.5625vw 1.5625vw;
        height: 100dvh;
        background: white;
    }

    .vanar-group-banner .banner-content {
        width: 100%;
        height: 100%;
        background: #F5F5F5;
        border: 0.0521vw solid #DEDEDE;
        border-radius: 1.5625vw;
        padding: 2.0833vw 7.4479vw 2.0833vw 3.125vw;
        display: flex;
        gap: 0.7813vw;
        justify-content: space-between;
    }

    .vanar-group-banner .banner-content .left-part {
        width: 42.7604vw;
        height: 100%;
        padding: 5.2083vw 0 0;
        display: flex;
        flex-direction: column;
    }

    .vanar-group-banner .banner-content .left-part .title {
        font-family: "Bold";
        font-size: 6.25vw;
        line-height: 5.5729vw;
        text-transform: uppercase;
        color: #000000;
    }

    .vanar-group-banner .banner-content .left-part .desc {
        max-width: 30.9896vw;
        width: 100%;
        font-family: "Regular";
        font-size: 0.9375vw;
        line-height: 1.25vw;
        color: #323232;
        margin-top: 1.4063vw;
    }

    .vanar-group-banner .banner-content .right-part {
        width: 42.7604vw;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .vanar-group-banner .banner-content .right-part img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* IMPACT SECTION */
    .vanar-impact-content {
        width: 100%;
        padding: 2.6042vw 1.5625vw;
        height: 100dvh;
        background: white;
    }

    .vanar-impact-content .banner-content {
        width: 100%;
        height: 100%;
        border-radius: 1.5625vw;
        background: #FFFFFF;
        border: 0.0521vw solid #D9D9D9;
        border-radius: 1.5625vw;
        display: flex;
        overflow: hidden;
    }

    .vanar-impact-content .banner-content .left-part {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        background: #beac9b;
    }

    .vanar-impact-content .banner-content .left-part img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .vanar-impact-content .banner-content .right-part {
        width: 50%;
        height: 100%;
        padding: 3.6458vw;
        display: flex;
        flex-direction: column;
    }

    .vanar-impact-content .banner-content .right-part .title {
        font-family: "Bold";
        font-size: 3.3333vw;
        color: #000000;
    }

    .vanar-impact-content .banner-content .right-part .desc {
        max-width: 27.2917vw;
        width: 100%;
        font-family: "Medium";
        font-size: 1.25vw;
        line-height: 120%;
        color: #000000;
        margin-top: 1.0417vw;
    }

    .vanar-impact-content .banner-content .right-part .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.5208vw 0.7813vw;
        width: max-content;
        height: 2.0833vw;
        background: #000000;
        border-radius: 0.1563vw;
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.3542vw;
        color: #FFFFFF;
        margin-top: 1.5625vw;
        cursor: pointer;
    }

    .vanar-impact-content .banner-content .right-part .impact-points {
        width: 100%;
        display: flex;
        gap: 1.8229vw;
        margin-top: auto;
    }

    .vanar-impact-content .banner-content .right-part .impact-points .point-elem {
        width: 12.5vw;
        display: flex;
        flex-direction: column;
        gap: 0.7813vw;
    }

    .vanar-impact-content .banner-content .right-part .impact-points .point-elem svg {
        width: 0.9375vw;
        height: 0.9375vw;
    }

    .vanar-impact-content .banner-content .right-part .impact-points .point-elem .p-title {
        width: 100%;
        font-family: "Bold";
        font-size: 0.8vw;
        line-height: 120%;
        text-transform: uppercase;
        color: #000000;
    }

    .vanar-impact-content .banner-content .right-part .impact-points .point-elem .p-desc {
        font-family: "Medium";
        font-size: 0.8333vw;
        line-height: 120%;
        color: #000000;
    }

    /* SERVICES SECTION */
    .vanar-services-content {
        width: 100%;
        padding: 3.6458vw 1.5625vw;
        height: 100dvh;
        background: white;
    }

    .vanar-services-content .services-content-elems {
        width: 100%;
        height: 100%;
        display: flex;
    }

    .vanar-services-content .services-content-elems .service-elem {
        width: 33.33%;
        display: flex;
        flex-direction: column;
        background: #F7F7F7;
        border-right: 0.0521vw solid #D9D9D9;
        padding: 2.3438vw 2.3438vw 1.0417vw 2.3438vw;
        transition: .3s ease-in-out;
    }

    .vanar-services-content .services-content-elems .service-elem:hover {
        background: #E0DFDF;
    }

    .vanar-services-content .services-content-elems .service-elem .s-title {
        font-family: "Bold";
        font-size: 2.5vw;
        line-height: 120%;
        color: #000000;
        transition: .3s ease-in-out;
    }

    .vanar-services-content .services-content-elems .service-elem .s-desc {
        font-family: "Medium";
        font-size: 0.8333vw;
        line-height: 120%;
        color: #000000;
        margin-top: 0.7813vw;
        transition: .3s ease-in-out;
    }

    .vanar-services-content .services-content-elems .service-elem img {
        width: 100%;
        height: 19.2188vw;
        object-fit: contain;
        /*margin-top: 7.3438vw;*/
        margin-top: 5.1vw;
    }

    .vanar-services-content .services-content-elems .service-elem .s-bottom-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.3021vw;
        background: #FFFFFF;
        border-radius: 0.2604vw;
        margin-top: auto;
    }

    .vanar-services-content .services-content-elems .service-elem .s-bottom-info .s-text {
        font-family: "Bold";
        font-size: 0.88vw;
        line-height: 1.3542vw;
        color: #000000;
    }

    .vanar-services-content .services-content-elems .service-elem .s-bottom-info .s-href {
        width: max-content;
        display: flex;
        align-items: center;
        gap: 0.2604vw;
        font-family: "Bold";
        font-size: 0.88vw;
        line-height: 1.3542vw;
        color: #000000;
    }

    .vanar-services-content .services-content-elems .service-elem .s-bottom-info .s-href svg {
        width: 0.5208vw;
        height: 0.5208vw;
    }

    .vanar-services-content .services-content-elems .service-elem:last-child {
        border-right: none;
    }

    /* PRODUCTS SECTION */
    .vanar-products-content {
        width: 100%;
        padding: 5.2083vw;
        height: 100dvh;
        background: white;
    }

    .vanar-products-content.solutions-pr {
        height: max-content;
    }

    .vanar-products-content .products-group {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 2.1875vw;
    }

    .vanar-products-content .products-group .pr-top-content {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .vanar-products-content .products-group .pr-top-content .solutions-desc {
        margin-top: 3.6979vw;
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.1458vw;
        color: #1F1F1F;
    }

    .vanar-products-content .products-group .pr-top-content .pr-title {
        font-family: "Bold";
        font-size: 4.1667vw;
        line-height: 6.1458vw;
        color: #000000;
    }

    .vanar-products-content .products-group .pr-top-content .swiper-left-right {
        position: relative;
        width: 7.5vw;
        height: 1.25vw;
        gap: 0.5208vw;
        display: flex;
        align-items: center;
        margin-top: 3.3854vw;
    }

    .vanar-products-content .products-group .pr-top-content .swiper-left-right span {
        width: 3.4375vw;
        height: 0.0521vw;
        background: #B5B5B5;
        display: block;
        margin-top: 0.0521vw;
    }

    .vanar-products-content .products-group .pr-top-content .swiper-left-right .lr-elem {
        width: max-content;
        height: 100%;
        position: relative;
        font-family: "Bold";
        font-size: 0.8333vw;
        line-height: 1.25vw;
        color: #5028BD;
    }

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        color: #B5B5B5 !important;
        opacity: 1;
    }

    .vanar-products-content .products-group .pr-top-content .swiper-left-right .swiper-button-prev,
    .vanar-products-content .products-group .pr-top-content .swiper-left-right .swiper-button-next {
        left: 0;
        right: 0;
    }

    .vanar-products-content .products-group .pr-top-content .swiper-left-right .swiper-button-prev:after,
    .vanar-products-content .products-group .pr-top-content .swiper-left-right .swiper-button-next:after {
        content: none;
    }

    .swiper-wrapper.disabled {
        transform: translate3d(0, 0, 0) !important;
    }

    .vanar-products-content .products-group .solutions-tab-content {
        width: 100%;
        height: 3.4375vw;
        margin-top: 0.9375vw;
        background: transparent;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .vanar-products-content .products-group .solutions-tab-content .swiper-left-right {
        position: relative;
        width: 7.5vw;
        height: 1.25vw;
        gap: 0.5208vw;
        display: flex;
        align-items: center;
        margin-top: 2.1875vw;
    }

    .vanar-products-content .products-group .solutions-tab-content .swiper-left-right span {
        width: 3.4375vw;
        height: 0.0521vw;
        background: #B5B5B5;
        display: block;
        margin-top: 0.0521vw;
    }

    .vanar-products-content .products-group .solutions-tab-content .swiper-left-right .lr-elem {
        width: max-content;
        height: 100%;
        position: relative;
        font-family: "Bold";
        font-size: 0.8333vw;
        line-height: 1.25vw;
        color: #5028BD;
    }

    .vanar-products-content .products-group .solutions-tab-content .swiper-left-right .swiper-button-prev,
    .vanar-products-content .products-group .solutions-tab-content .swiper-left-right .swiper-button-next {
        left: 0;
        right: 0;
    }

    .vanar-products-content .products-group .solutions-tab-content .swiper-left-right .swiper-button-prev:after,
    .vanar-products-content .products-group .solutions-tab-content .swiper-left-right .swiper-button-next:after {
        content: none;
    }

    .vanar-products-content .products-group .solutions-tab-content .btn-tabs {
        width: max-content;
        height: 3.4375vw;
        padding: 0.5208vw;
        background: #EAEAEA;
        border-radius: 0.2604vw;
        display: flex;
        gap: 0.5208vw;
    }

    .vanar-products-content .products-group .solutions-tab-content .btn-tabs .btn-sp-tab {
        width: max-content;
        height: 100%;
        border-radius: 0.1563vw;
        border: none;
        outline: none;
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.3542vw;
        color: #000000;
        padding: 0.5208vw 0.7813vw;
        background: transparent;
        cursor: pointer;
        overflow: hidden;
        transition: color 0.3s;
        position: relative;
    }

    .vanar-products-content .products-group .solutions-tab-content .btn-tabs .btn-sp-tab::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 101%;
        background-color: #000000;
        transform: translateX(var(--start, -100%));
        transition: transform 0.4s ease;
        z-index: 0;
    }

    .vanar-products-content .products-group .solutions-tab-content .btn-tabs .btn-sp-tab.active::before {
        transform: translateX(0%);
    }

    .vanar-products-content .products-group .solutions-tab-content .btn-tabs .btn-sp-tab span {
        position: relative;
        z-index: 1;
    }

    .vanar-products-content .products-group .solutions-tab-content .btn-tabs .btn-sp-tab.active {
        color: #FFFFFF;
    }

    .vanar-products-content .products-group .productsSwiper {
        width: 100%;
        height: 34.6354vw;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem {
        background: #F7F7F7;
        width: 27.0833vw;
        height: 100%;
        padding: 1.3021vw 1.3021vw 0 1.3021vw;
        display: flex;
        flex-direction: column;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .specialists-elem {
        width: 16.0417vw;
        height: 11.9271vw;
        background: #5028BD;
        border-radius: 1.5625vw;
        padding: 1.0417vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: auto;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .specialists-elem .specialists_top {
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-family: "Bold";
        font-size: 1.0417vw;
        line-height: 1.25vw;
        color: #FFFFFF;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .specialists-elem .specialists_top svg {
        width: 1.4063vw;
        height: 1.25vw;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .specialists-elem .specialists_bottom {
        font-family: "Bold";
        font-size: 3.125vw;
        line-height: 3.125vw;
        color: #FFFFFF;
        text-align: right;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .we-offer-elem {
        position: relative;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: max-content;
        margin: auto;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .we-offer-elem .reliable_solutions {
        position: relative;
        width: 18.5938vw;
        height: 4.1667vw;
        background: #5028BD;
        border-radius: 1.0417vw;
        font-family: "Bold";
        font-size: 2.0833vw;
        line-height: 3.0729vw;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .we-offer-elem .reliable_solutions:after {
        position: absolute;
        bottom: -0.5208vw;
        left: 51%;
        transform: translateX(-50%);
        content: "";
        width: 0;
        height: 0;
        border-left: 1.4vw solid transparent;
        border-right: 1.4vw solid transparent;
        border-top: 0.9375vw solid #5028BD;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .we-offer-elem .wo-title {
        font-family: "Medium";
        font-size: 0.8333vw;
        line-height: 120%;
        color: #000000;
        margin-top: 0.5208vw;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-title {
        font-family: "Bold";
        /*font-size: 2.5vw;*/
        /*line-height: 3.6979vw;*/
        font-size: 1.2vw;
        line-height: 1.6667vw;
        color: #000000;
        margin-bottom: 1.0417vw;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-desc {
        font-family: "Medium";
        font-size: 0.8333vw;
        line-height: 120%;
        color: #000000;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem img {
        width: 20.625vw;
        height: 20.625vw;
        object-fit: contain;
        margin: 0 auto;
        margin-top: auto;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom {
        margin-top: auto;
        margin-bottom: 0.7813vw;
        width: 100%;
        border-top: 0.0521vw solid #000000;
        padding: 0.5208vw 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom.about-pr-card-bottom {
        background: #FFFFFF;
        opacity: 0.9;
        border-radius: 0.2604vw;
        padding: 0.7813vw 0.5208vw;
        border: 0;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom div,
    .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom a {
        font-family: "Medium";
        font-size: 0.8333vw;
        line-height: 1.25vw;
        color: #B3B3B3;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom div span,
    .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom a span {
        color: #000000;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom .about-svg {
        display: flex;
        align-items: center;
        gap: 0.2604vw;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom .about-svg svg {
        width: 0.5208vw;
        height: 0.5208vw;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom svg {
        width: 0.8333vw;
        height: 0.8333vw;
        cursor: pointer;
    }


    /* INOVATION SECTION */
    .vanar-inovation-content {
        width: 100%;
        padding: 5.2083vw;
        height: 100dvh;
        background: #F7F7F7;
    }

    .vanar-inovation-content .inovation-content-elems {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .vanar-inovation-content .inovation-content-elems .top-content {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .vanar-inovation-content .inovation-content-elems .top-content .left-part {
        max-width: 53.6146vw;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.6771vw;
    }

    .vanar-inovation-content .inovation-content-elems .top-content .left-part .i-title {
        font-family: "Bold";
        font-size: 4.1667vw;
        line-height: 100%;
        color: #000000;
    }

    .vanar-inovation-content .inovation-content-elems .top-content .left-part .i-desc {
        font-family: "Medium";
        font-size: 1.25vw;
        line-height: 120%;
        color: #000000;
    }

    .vanar-inovation-content .inovation-content-elems .top-content .left-part .i-desc span {
        color: #6C6C6C;
    }

    .vanar-inovation-content .inovation-content-elems .top-content .right-part {
        width: 13.0729vw;
        height: 13.0208vw;
    }

    .vanar-inovation-content .inovation-content-elems .top-content .right-part img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content {
        width: 100%;
        display: flex;
        gap: 1.0417vw;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem {
        height: 14.7396vw;
        background: #FFFFFF;
        border-radius: 1.0417vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 2.3438vw;
        transition: .3s ease-in-out;
    }

    .vanar-inovation-content.bg-about .inovation-content-elems .bottom-content .card-elem {
        border: 0.0521vw solid #D9D9D9;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem:hover {
        background: #E0DFDF;
    }

    .vanar-inovation-content.bg-about .inovation-content-elems .bottom-content .card-elem:hover {
        background: #F7F7F7;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .top-part {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .top-part .c-name {
        font-family: "Bold";
        font-size: 0.9375vw;
        line-height: 120%;
        text-transform: uppercase;
        color: #000000;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .top-part .img-0 {
        width: 6.8958vw;
        height: max-content;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .top-part .img-1 {
        width: 7.3958vw;
        height: max-content;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .bottom-part {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 6.3542vw;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .bottom-part .c-desc {
        max-width: 34.1146vw;
        width: 100%;
        font-family: "Regular";
        font-size: 0.8333vw;
        line-height: 120%;
        color: #000000;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .bottom-part svg {
        width: 2.1875vw;
        height: 2.1875vw;
    }

    /* PHILOSOPHY, VALUES, MISSION CONTENT */
    .pvm-about-content {
        width: 100%;
        height: 100dvh;
        padding: 9.8958vw 5.7292vw 0 5.7292vw;
        background-color: white;
    }

    .about-slider {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 2.0833vw;
    }

    .about-slider .top-part {
        /*width: 30.9896vw;*/
        width: 100%;
        display: flex;
        gap: 3.3854vw;
    }

    .about-slider .top-part .left-part {
        width: 30.9896vw;
        display: flex;
        gap: 26.0417vw;
        flex-direction: column;
    }

    .about-slider .top-part .left-part .tabs-about {
        width: max-content;
        height: max-content;
        display: flex;
        gap: 1.0417vw;
        position: relative;
        z-index: 1;
    }

    .about-slider .top-part .left-part .tabs-about .tab-btn-about {
        background-color: transparent;
        border-radius: 0.1563vw;
        font-family: "new Medium";
        border: none;
        outline: none;
        cursor: pointer;
        transition: background-color .6s ease;
        font-size: 2.5vw;
        line-height: 3.6979vw;
        color: #B3B3B3;
        cursor: pointer;
        transition: .6s ease;
    }

    .about-slider .top-part .left-part .tabs-about .tab-btn-about.active {
        color: #000000;
    }

    .about-slider .top-part .left-part .short-desc {
        width: 24.4792vw;
        height: 4.5833vw;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .about-slider .top-part .left-part .short-desc p {
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.1458vw;
        color: #262626;
    }

    .about-slider .top-part .right-part {
        width: 54.1667vw;
        height: 100%;
        display: flex;
        gap: 9.8958vw;
    }

    .about-slider .top-part .right-part .about-img-elems {
        width: 19.7917vw;
        height: 19.6875vw;
        overflow: hidden;
        margin: auto;
    }

    .about-slider .top-part .right-part .about-img-elems img {
        width: 100%;
        height: 100%;
        transition: 1s ease;
    }

    .about-slider .top-part .right-part .large-desc {
        width: 24.4792vw;
        height: 8.8021vw;
        overflow: hidden;
    }

    .about-slider .top-part .right-part .large-desc .desc-elem {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.7813vw;
    }

    .about-slider .top-part .right-part .large-desc .desc-elem p {
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.1458vw;
        color: #262626;
    }

    .about-slider .bottom-part {
        width: 100%;
        height: max-content;
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

    .about-slider .bottom-part .about-pagination {
        width: 4.4271vw;
        height: 1.8229vw;
        background: #E5E5E5;
        border: 0.0521vw solid #DCDCDD;
        border-radius: 1.5625vw;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5208vw;
    }

    .about-slider .bottom-part .about-pagination .p-bullet {
        display: block;
        width: 0.2604vw;
        height: 0.2604vw;
        background: #717174;
        border-radius: 0.5208vw;
        transition: width 0.6s ease;
    }

    .about-slider .bottom-part .about-pagination .p-bullet.active {
        width: 1.3021vw;
        background: #000000;
    }

    .about-slider .bottom-part .about-number {
        width: 1.1458vw;
        height: 1.1458vw;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .about-slider .bottom-part .about-number .number-elem {
        display: flex;
        width: 100%;
        height: 100%;
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.1458vw;
        color: #262626;
    }

    div[data-slide="all"] {
        width: 100%;
        height: 100%;
        transition: .6s ease;
    }

    /* PRODUCT MODAL */
    .product-modal-content.active {
        opacity: 1;
        visibility: visible;
        transform: scale(1.0);
        transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    }

    .product-modal-content {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transform: scale(1.1);
        transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
        z-index: 9999999999;
    }

    .product-modal-content .modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 3.125vw;
        width: 59.0104vw;
        height: 80%;
        border-radius: 0.2604vw;
    }

    .product-modal-content .modal-content .modal-top-content {
        width: max-content;
        height: max-content;
    }

    .product-modal-content .modal-content .modal-top-content .close-button {
        margin-left: auto;
        cursor: pointer;
        position: absolute;
        top: 1.5625vw;
        right: 1.5625vw;
    }

    .product-modal-content .modal-content .modal-body-content {
        width: 100%;
        height: 100%;
        background: #F7F7F7;
        padding: 2.6042vw;
        display: flex;
        gap: 3.3333vw;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content {
        width: 23.5938vw;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .modal-title {
        font-family: "Bold";
        /*font-size: 2.5vw;*/
        /*line-height: 2.6563vw;*/
        font-size: 1.4583vw;
        line-height: 1.6667vw;
        color: #000000;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .modal-desc {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1.0417vw;
        margin-top: 0.7813vw;
        margin-bottom: 1.0417vw;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .modal-desc p {
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 120%;
        color: #000000;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom {
        margin-top: auto;
        width: 100%;
        border-top: 0.0521vw solid #000000;
        padding-top: 0.7813vw;
        padding-bottom: 0.7813vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom div,
    .product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom a {
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.3542vw;
        color: #B3B3B3;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom div span,
    .product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom a span {
        color: #000000;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom .about-svg {
        display: flex;
        align-items: center;
        gap: 0.2604vw;
        cursor: pointer;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom .about-svg svg {
        width: 0.4688vw;
        height: 0.4688vw;
    }

    .product-modal-content .modal-content .modal-body-content .modal-right-content {
        width: 20.625vw;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* CONTACT MESSAGE MODAL */
    .message-modal-content.active {
        opacity: 1;
        visibility: visible;
        transform: scale(1.0);
        transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    }

    .message-modal-content {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transform: scale(1.1);
        transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
        z-index: 999999999999;
    }

    .message-modal-content .modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 3.6458vw 3.125vw 3.125vw 3.125vw;
        width: 29.9479vw;
        height: max-content;
        border-radius: 0.2604vw;
    }

    .message-modal-content .modal-content .modal-top-content {
        width: max-content;
        height: max-content;
    }

    .message-modal-content .modal-content .modal-top-content .close-button {
        margin-left: auto;
        cursor: pointer;
        position: absolute;
        top: 1.0417vw;
        right: 1.0417vw;
    }

    .message-modal-content .modal-content .modal-body-content {
        width: 100%;
        height: 100%;
        background: white;
        display: flex;
        gap: 0.2604vw;
    }

    .message-modal-content .modal-content .modal-body-content .mm-title {
        font-family: "Bold";
        font-size: 1.25vw;
        line-height: 1.8229vw;
        text-align: center;
        color: #000000;
    }

    .message-modal-content .modal-content .modal-body-content .mm-desc {
        font-family: "Medium";
        font-size: 0.8333vw;
        line-height: 1.25vw;
        color: #787878;
    }

    /* SERVICES */
    .sevices-slider {
        width: 100%;
        padding: 6.25vw 1.5625vw 1.5625vw;
        height: 100dvh;
        background: white;
    }

    .sevices-slider .sevices-banner-content {
        width: 100%;
        height: 100%;
        background: #F2F2F2;
        border: 0.0521vw solid #DEDEDE;
        border-radius: 1.5625vw;
        padding: 0;
        position: relative;
        overflow: hidden;
    }

    .sevices-slider .sevices-banner-content .tabs-services {
        position: absolute;
        top: 3.6458vw;
        left: 3.6458vw;
        width: max-content;
        height: max-content;
        z-index: 9999;
    }

    .sevices-slider .sevices-banner-content .tabs-services .tab-btn-services {
        background-color: transparent;
        padding: 0.5208vw 0.7813vw;
        border-radius: 0.1563vw;
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.3542vw;
        color: #000000;
        border: none;
        outline: none;
        cursor: pointer;
        transition: background-color .6s ease;
    }

    .sevices-slider .sevices-banner-content .tabs-services .tab-btn-services.active {
        background: #FFFFFF;
    }

    .sevices-slider .sevices-banner-content .swiperServices {
        width: 100%;
        height: 100%;
    }

    .sevices-slider .sevices-banner-content .swiperServices .swiper-slide {
        width: 100%;
        height: 100%;
        background: #F1F0F2;
    }

    .sevices-slider .sevices-banner-content .swiperServices .swiper-slide.bg-b9 {
        background: #B9A698;
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem {
        width: 43.5417vw;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.7813vw;
        padding: 12.5vw 8.1771vw 12.5vw 3.6458vw;
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem .s-title {
        width: 32.6667vw;
        height: max-content;
        font-family: "Bold";
        font-size: 2.5vw;
        line-height: 120%;
        color: #000000;
        overflow: hidden;
        display: flex;
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem .s-title span {
        transform: translateY(100%);
        transition: .6s ease;
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem .s-desc {
        width: 34.5208vw;
        overflow: hidden;
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem .s-desc div {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.5208vw;
        transform: translateY(100%);
        transition: .6s ease;
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem .s-desc p {
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 130%;
        color: #3F3F3F;
    }

    /* Animated text */
    .sevices-slider .sevices-banner-content .swiperServices .swiper-slide-active .s-elem .s-left-elem .s-title span,
    .sevices-slider .sevices-banner-content .swiperServices .swiper-slide-active .s-elem .s-left-elem .s-desc div {
        transform: translateY(0);
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem .s-right-elem {
        width: 53.2813vw;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem .s-right-elem img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .sevices-slider .sevices-banner-content .swiperServices .swiper-pagination-services {
        bottom: 3.6458vw;
        left: 3.6458vw;
        width: max-content;
        width: 4.4271vw;
        height: 1.8229vw;
        background: #E5E5E5;
        border: 0.0521vw solid #DCDCDD;
        border-radius: 1.5625vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sevices-slider .sevices-banner-content .swiperServices .swiper-pagination-services .swiper-pagination-bullet {
        width: 0.2604vw;
        height: 0.2604vw;
        background: #717174;
        border-radius: 0.5208vw;
        opacity: 1;
        transition: width 0.6s ease;
    }

    .sevices-slider .sevices-banner-content .swiperServices .swiper-pagination-services .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 1.3021vw;
        background: #000000;
    }

    /* CONTACTS */
    .contact-us-content {
        width: 100%;
        padding: 10.6771vw 6.25vw 5.2083vw 6.25vw;
        background: white;
    }

    .contact-us-content .contact-elem {
        width: 100%;
        display: flex;
        gap: 5.2083vw;
    }

    .contact-us-content .contact-elem .left-elem {
        width: 33.3333vw;
        background: #F8F8F8;
        border-radius: 1.0417vw;
        padding: 2.0833vw;
    }

    .contact-us-content .contact-elem .left-elem .contact-title {
        font-family: "Bold";
        font-size: 1.8vw;
        line-height: 120%;
        color: #000000;
    }

    .contact-us-content .contact-elem .left-elem .contact-desc {
        max-width: 25.625vw;
        width: 100%;
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.25vw;
        color: #787878;
        margin-top: 0.5208vw;
        margin-bottom: 1.875vw;
    }

    .contact-us-content .contact-elem .left-elem .contact-items {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1.0417vw;
    }

    .contact-us-content .contact-elem .left-elem .contact-items .c-item {
        width: 100%;
        display: flex;
        gap: 0.7813vw;
    }

    .contact-us-content .contact-elem .left-elem .contact-items .c-item svg {
        width: 1.25vw;
        height: 1.25vw;
    }

    .contact-us-content .contact-elem .left-elem .contact-items .c-item a {
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.25vw;
        color: #676767;
    }

    .contact-us-content .contact-elem .left-elem .contact-items .c-item .open-map {
        margin-left: auto;
        line-height: 1.3542vw;
        display: flex;
        gap: 0.2604vw;
        align-items: center;
    }

    .contact-us-content .contact-elem .left-elem .contact-items .c-item .open-map svg {
        width: 0.5208vw;
        height: 0.5208vw;
    }

    .contact-us-content .contact-elem .right-elem {
        width: 48.9583vw;
        padding-top: 1.9792vw;
    }

    .contact-us-content .contact-elem .right-elem .contact-title {
        font-family: "Bold";
        font-size: 1.875vw;
        line-height: 120%;
        color: #000000;
    }

    .contact-us-content .contact-elem .right-elem .contact-desc {
        max-width: 26.875vw;
        width: 100%;
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.25vw;
        color: #787878;
        margin-top: 0.2604vw;
        margin-bottom: 2.0833vw;
    }

    .contact-us-content .contact-elem .f-contact-form-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1.5625vw;
    }

    .contact-us-content .contact-elem .f-contact-form-content .btn {
        width: max-content;
        height: 2.3958vw;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.5208vw 1.3021vw;
        background: #242223;
        border-radius: 0.1563vw;
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.3542vw;
        color: #FFFFFF;
        outline: none;
        border: none;
        margin-top: 1.0417vw;
        cursor: pointer;
    }

    .contact-us-content .contact-elem .f-contact-form-content .first-inp-group {
        width: 100%;
        display: flex;
        gap: 1.5625vw;
    }

    .contact-us-content .contact-elem .f-contact-form-content .first-inp-group input {
        width: calc(50% - 0.7813vw);
    }

    .contact-us-content .contact-elem .f-contact-form-content input {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0.5208vw;
        border: 0;
        outline: 0;
        border-bottom: 0.0521vw solid #717171;
        font-family: "Medium";
        background: transparent;
        color: #000000;
        font-size: 0.8333vw;
        line-height: 1.25vw;
    }

    .contact-us-content .contact-elem .f-contact-form-content textarea {
        width: 100%;
        height: 6.8229vw;
        padding: 0.5208vw;
        border: 0;
        outline: 0;
        border-bottom: 0.0521vw solid #717171;
        font-family: "Medium";
        background: transparent;
        color: #000000;
        font-size: 0.8333vw;
        line-height: 1.25vw;
        resize: none;
    }

    .contact-us-content .contact-elem .f-contact-form-content input::placeholder {
        color: #787878;
    }

    .contact-us-content .contact-elem .f-contact-form-content textarea::placeholder {
        color: #787878;
    }

    .contact-us-content .contact-elem .f-contact-form-content input:focus {
        border-bottom: 0.0521vw solid #000000;
    }

    .contact-us-content .contact-elem .f-contact-form-content textarea:focus {
        border-bottom: 0.0521vw solid #000000;
    }

    .contact-us-content .contact-elem .f-contact-form-content .footer-contact-input.has-value {
        border-bottom: 0.0521vw solid #000000;
    }

    .contact-us-content .contact-elem .f-contact-form-content .footer-contact-textarea.has-value {
        border-bottom: 0.0521vw solid #000000;
    }

    .contact-us-content .contact-elem .f-contact-form-content .btn {
        display: flex;
        align-items: center;
        gap: 0.2604vw;
        margin-top: 0.2604vw;
        cursor: pointer;
    }

    .contact-us-content .contact-elem .f-contact-form-content .btn svg {
        width: 0.4688vw;
        height: 0.4688vw;
    }

    /* SOLUTIONS PAGE */
    .solution-blood-content {
        width: 100%;
        height: 100dvh;
        display: flex;
        background: white;
        border-top: 0.0521vw solid #D9D9D9;
    }

    .solution-blood-content .left-content,
    .solution-blood-content .right-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        padding: 10.4167vw 5.2083vw 0 5.2083vw;
        border-right: 0.0521vw solid #D9D9D9;
        position: relative;
        gap: 7.1875vw;
    }

    .solution-blood-content .card-group {
        width: 28.6458vw;
        display: flex;
        flex-direction: column;
        gap: 0.5208vw;
        position: relative;
    }

    .solution-blood-content .card-group:before {
        content: "";
        position: absolute;
        top: -1.0417vw;
        width: 100%;
        height: 0.0521vw;
        background: #929292;
        z-index: 1;
        transition: .6s ease;
    }

    .solution-blood-content .card-group.w-0:before {
        width: 0;
    }

    .solution-blood-content .card-group.ta-right:before {
        right: 0;
    }

    .solution-blood-content .card-group.ta-left:before {
        left: 0;
    }

    .solution-blood-content .card-group .card-title {
        font-family: "Bold";
        font-size: 2.5vw;
        line-height: 3.0208vw;
        color: #000000;
        overflow: hidden;
        display: flex;
    }

    .solution-blood-content .card-group .card-title span {
        transform: translateY(100%);
        transition: .6s ease;
    }

    .solution-blood-content .left-content .card-group.mr-auto .card-desc {
        max-width: 22.6042vw;
    }

    .solution-blood-content .left-content .card-group.ml-auto .card-desc {
        max-width: 18.2292vw;
    }

    .solution-blood-content .right-content .card-group.mr-auto .card-desc {
        max-width: 22.6042vw;
    }

    .solution-blood-content .right-content .card-group.ml-auto .card-desc {
        max-width: 20vw;
    }

    .solution-blood-content .card-group .card-desc {
        width: 100%;
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 120%;
        color: #000000;
        overflow: hidden;
        display: flex;
    }

    .solution-blood-content .card-group .card-desc span {
        transform: translateY(100%);
        transition: .6s ease;
    }

    .solution-blood-content .card-group .card-desc.active span,
    .solution-blood-content .card-group .card-title.active span {
        transform: translateY(0);
    }

    .solution-blood-content .card-middle {
        width: max-content;
        border-radius: 1.5625vw;
        font-family: "Bold";
        font-size: 5vw;
        line-height: 5.7292vw;
        color: #FFFFFF;
        padding: 0.2604vw 1.3021vw 0.9375vw 1.3021vw;
        margin: 0 auto;
    }

    .solution-blood-content .left-content .card-open-close,
    .solution-blood-content .right-content .card-open-close {
        position: absolute;
        width: 2.7083vw;
        height: 2.7083vw;
        right: 5.2083vw;
        cursor: pointer;
        z-index: 9999999;
        transition: .6s ease;
    }

    .solution-blood-content .left-content .card-open-close svg,
    .solution-blood-content .right-content .card-open-close svg {
        width: 100%;
        height: 100%;
    }

    .solution-blood-content .left-content .card-open-close {
        top: 5.2083vw;
    }

    .solution-blood-content .right-content .card-open-close {
        bottom: 5.2083vw;
    }

    .solution-blood-content .card-layer {
        position: absolute;
        width: 100%;
        height: 100%;
        background: white;
        top: 0;
        z-index: 9;
        padding-left: 5.2083vw;
        display: flex;
        flex-direction: column;
        gap: 8.3333vw;
        transition: .6s ease;
    }

    .solution-blood-content .card-layer.left-layer {
        padding-top: 11.9792vw;
        left: 0;
    }

    .solution-blood-content .card-layer.right-layer {
        padding-top: 5.0521vw;
        right: 0;
    }

    .solution-blood-content .card-layer img {
        width: 18.2813vw;
        height: 18.2292vw;
        margin: 0 auto;
    }

    .solution-blood-content .card-layer.right-layer img {
        width: 18.75vw;
    }

    .solution-blood-content .card-layer .card-layer-group {
        width: 34.0625vw;
        display: flex;
        flex-direction: column;
        gap: 0.7813vw;
    }

    .solution-blood-content .card-layer .card-layer-group .layer-title {
        font-family: "Bold";
        font-size: 3.3333vw;
        line-height: 3.3333vw;
        color: #000000;
    }

    .solution-blood-content .card-layer .card-layer-group .layer-desc {
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.1458vw;
        color: #000000;
    }

    .solution-blood-content .card-layer .card-layer-group .layer-btn {
        width: max-content;
        height: 2.0833vw;
        display: flex;
        align-items: center;
        padding: 0.5208vw 0.7813vw;
        gap: 0.2604vw;
        background: #000000;
        border-radius: 0.1563vw;
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.3542vw;
        color: #FFFFFF;
        outline: none;
        cursor: pointer;
        border: none;
        margin-top: 0.5208vw;
    }

    .solution-blood-content .card-layer .card-layer-group .layer-btn svg {
        width: 0.4688vw;
        height: 0.4688vw;
    }

    /* SOLUTION FOR HIGH */
    .solution-for-high {
        width: 100%;
        height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: white;
        padding: 9.8958vw 5.7292vw;
    }

    .solution-for-high .top-part {
        width: 100%;
    }

    .solution-for-high .top-part .text-content {
        width: max-content;
        display: flex;
        flex-direction: column;
        gap: 0.5208vw;
    }

    .solution-for-high .text-elem {
        width: 30.9896vw;
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.1458vw;
        color: #262626;
        transition: all .6s ease;
    }

    .solution-for-high .text-elem.hidden-text {
        opacity: 0;
    }

    .solution-for-high .top-part .text-content .open-close {
        width: 0.6771vw;
        height: 0.6771vw;
        margin-top: -1.5208vw;
        cursor: pointer;
        transition: all .6s ease;
        position: relative;
    }

    .solution-for-high .middle-part {
        width: 80.5729vw;
    }

    .solution-for-high .middle-part .animation-text {
        font-family: "Bold";
        font-size: 6.6667vw;
        line-height: 6.6667vw;
        text-align: center;
        color: #F3F3F3;
        transition: .2s ease-in-out;
    }

    .solution-for-high .bottom-part {
        margin-left: auto;
    }

    /* FOOTER */
    #footer {
        width: 100%;
        padding: 5.2083vw 5.2083vw 2.6042vw 5.2083vw;
        background: #f7f7f7;
    }

    #footer .footer-line {
        margin: auto;
        width: 57.2917vw;
        height: 0.0521vw;
        background: #E5E4E4;
        background: linear-gradient(90deg, rgba(229, 228, 228, 0.3) 0%, rgba(229, 228, 228, 1) 50%, rgba(229, 228, 228, 0.3) 100%);
    }

    #footer .footer-elems-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 5.9896vw;
    }

    #footer .footer-elems-content .top-elems {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-top: 5.2083vw;
    }

    #footer .footer-elems-content .top-elems .f-menu-elems {
        width: max-content;
        display: flex;
        gap: 7.0313vw;
    }

    #footer .footer-elems-content .top-elems .f-menu-elems .f-menu-elem {
        width: max-content;
        display: flex;
        flex-direction: column;
        gap: 1.0417vw;
    }

    #footer .footer-elems-content .top-elems .f-menu-elems .f-menu-elem .f-title {
        font-family: "Regular";
        font-size: 0.8333vw;
        line-height: 1.25vw;
        color: #717171;
    }

    #footer .footer-elems-content .top-elems .f-menu-elems .f-menu-elem .f-m-elems {
        display: flex;
        flex-direction: column;
        gap: 0.2604vw;
    }

    #footer .footer-elems-content .top-elems .f-menu-elems .f-menu-elem .f-m-elems .f-item a {
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.3542vw;
        color: #000000;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems {
        max-width: 31.7708vw;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1.0417vw;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-title-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1.0417vw;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-title-content .f-c-title {
        font-family: "Regular";
        font-size: 0.8333vw;
        line-height: 1.25vw;
        color: #717171;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-title-content .f-c-desc {
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.3542vw;
        color: #000000;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.5208vw;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content .btn {
        width: max-content;
        height: 2.3958vw;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.5208vw 1.3021vw;
        background: #242223;
        border-radius: 0.1563vw;
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.3542vw;
        color: #FFFFFF;
        outline: none;
        border: none;
        margin-top: 1.0417vw;
        cursor: pointer;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content .first-inp-group {
        width: 100%;
        display: flex;
        gap: 0.5208vw;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content .first-inp-group input {
        width: calc(50% - 0.2604vw);
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content input {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0.5208vw 0.5208vw 0.5208vw 0;
        border: 0;
        outline: 0;
        border-bottom: 0.0521vw solid #717171;
        font-family: "Medium";
        font-size: 0.9375vw;
        line-height: 1.3542vw;
        background: transparent;
        color: #000000;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content input::placeholder {
        color: #717171;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content input:focus {
        border-bottom: 0.0521vw solid #000000;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content .footer-contact-input.has-value {
        border-bottom: 0.0521vw solid #000000;
    }

    #footer .footer-elems-content .bottom-elems {
        display: flex;
        flex-direction: column;
        gap: 0.2604vw;
    }

    #footer .footer-elems-content .bottom-elems img {
        max-width: 53.8542vw;
        width: 100%;
    }

    #footer .footer-elems-content .bottom-elems .footer-bottom-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #footer .footer-elems-content .bottom-elems .footer-bottom-row span {
        font-family: "Medium";
        font-size: 0.8333vw;
        line-height: 1.25vw;
        color: #717171;
    }

    #footer .footer-elems-content .bottom-elems .footer-bottom-row span a {
        color: #717171;
    }
}

@media (max-height: 1000px) {
    .vanar-products-content .products-group .productsSwiper .product-elem img {
        width: 15.625vw;
        height: 15.625vw;
    }

    .vanar-products-content.solutions-pr .products-group .productsSwiper .product-elem img {
        width: 20.625vw;
        height: 20.625vw;
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem {
        padding: 8vw 8.1771vw 7vw 3.6458vw;
    }

    .solution-blood-content .left-content, .solution-blood-content .right-content {
        gap: 5.1875vw;
    }

    .solution-blood-content .card-layer {
        gap: 3.3333vw;
    }

    .pvm-about-content {
        padding: 6.8958vw 5.7292vw 0 5.7292vw;
    }

    .solution-for-high {
        padding: 5.8958vw 5.7292vw;
    }

    .vanar-services-content {
        padding: 1.6458vw 1.5625vw 1.5625vw;
    }
}

@media (min-width: 577px) {
    /* STIKY STYLES */
    .sticky-container {
        position: relative;
        height: 100dvh;
    }

    .sticky-slide {
        width: 100%;
        height: 100dvh;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}

@media (max-width: 576px) {
    /* CONTACT MESSAGE MODAL */
    .message-modal-content.active {
        opacity: 1;
        visibility: visible;
        transform: scale(1.0);
        transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    }

    .message-modal-content {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transform: scale(1.1);
        transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
        z-index: 999999999999;
    }

    .message-modal-content .modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 14.5631vw 12.1359vw;
        width: 90.2913vw;
        height: max-content;
        border-radius: 1.2136vw;
    }

    .message-modal-content .modal-content .modal-top-content {
        width: max-content;
        height: max-content;
    }

    .message-modal-content .modal-content .modal-top-content .close-button {
        margin-left: auto;
        cursor: pointer;
        position: absolute;
        top: 4.8544vw;
        right: 4.8544vw;
    }

    .message-modal-content .modal-content .modal-body-content {
        width: 100%;
        height: 100%;
        background: white;
        display: flex;
        gap: 2.4272vw;
    }

    .message-modal-content .modal-content .modal-body-content .mm-title {
        font-family: "Bold";
        font-size: 4.8544vw;
        line-height: 5.8252vw;
        text-align: center;
        color: #000000;
    }

    .message-modal-content .modal-content .modal-body-content .mm-desc {
        font-family: "Medium";
        font-size: 3.3981vw;
        line-height: 4.1262vw;
        color: #787878;
    }

    .dt-logo {
        display: none;
    }
    /* HEADER */
    #header {
        position: fixed;
        width: 100%;
        height: 14.8058vw;
        top: 0;
        border: none;
        border-radius: 0;
        padding: 2.4272vw 4.8544vw;
        gap: 0;
        justify-content: space-between;
        transition: all .6s ease;
        overflow: hidden;
        flex-direction: column;
    }

    #header.active {
        height: 100dvh;
    }

    #header .logo {
        width: 16.5049vw;
        height: 4.3689vw;
    }

    #header .menu-items {
        display: none;
    }

    #header .right-btn-group {
        display: none;
    }

    #header .mb-top-elem {
        display: flex;
        width: 100%;
        align-items: center;
        margin-bottom: auto;
    }

    #header .btn-open-close {
        width: 17.233vw;
        height: 9.7087vw;
        display: flex;
        align-items: center;
        padding: 2.4272vw 3.6408vw;
        background: #000000;
        border-radius: 0.7282vw;
        font-family: "Medium";
        font-size: 3.8835vw;
        line-height: 5.8252vw;
        color: #FFFFFF;
        cursor: pointer;
        outline: none;
        border: none;
        margin-left: auto;
        overflow: hidden;
    }

    #header .btn-open-close div {
        width: max-content;
        display: flex;
        gap: 4.8544vw;
        transition: .6s ease;
    }

    #header .btn-open-close.active div {
        transform: translateX(-14.5631vw);
    }

    .mb-menu-items {
        display: flex;
        width: 100%;
        height: calc(100dvh - 12.1359vw);
        flex-direction: column;
        padding-top: 19.4175vw;
    }

    .mb-menu-items.active {
        display: flex;
    }

    #header .mb-menu-items.active .mb-social-elems .sc-elem a {
        transform: translateY(0);
    }

   #header .mb-menu-items.active .mb-menu-elems .item svg,
   #header .mb-menu-items.active .mb-menu-elems .item a
    {
        transform: translateY(0);
    }

    .mb-menu-items .mb-menu-elems {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: max-content;
        gap: 2.4272vw;
        padding-bottom: 4.8544vw;
        border-bottom: 0.2427vw solid #D9D9D9;
    }

    .mb-menu-items .mb-menu-elems .item {
        display: flex;
        align-items: center;
        overflow: hidden;
        height: max-content;
    }

    .mb-menu-items .mb-menu-elems .item svg {
        display: none;
        width: 5.8252vw;
        height: 5.8252vw;
        margin-right: 2.4272vw;
        transform: translateY(43px);
        transition: .8s ease;
    }

    .mb-menu-items .mb-menu-elems .item.active svg {
        display: block;
    }

    .mb-menu-items .mb-menu-elems .item a {
        font-family: "Medium";
        font-size: 8.7379vw;
        line-height: 120%;
        color: #676767;
        transform: translateY(43px);
        transition: .8s ease;
    }

    .mb-menu-items .mb-menu-elems .item.active a {
        color: #000000;
    }

    .mb-menu-items .mb-bottom-elems {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding-top: 4.8544vw;
    }

    .mb-menu-items .mb-bottom-elems .mb-social-elems {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1.2136vw;
    }

    .mb-menu-items .mb-bottom-elems .mb-social-elems .sc-elem {
        width: max-content;
        height: max-content;
        overflow: hidden;
        display: flex;
    }

    .mb-menu-items .mb-bottom-elems .mb-social-elems .sc-elem a {
        font-family: "Medium";
        font-size: 3.8835vw;
        line-height: 120%;
        color: #676767;
        transform: translateY(100%);
        transition: .8s ease;
    }

    #header .mb-menu-items .mb-bottom-elems .right-btn-group {
        width: 100%;
        height: 9.7087vw;
        display: flex!important;
        justify-content: space-between;
        margin-top: auto;
        margin-bottom: 9.7087vw;
    }

    #header .mb-menu-items .mb-bottom-elems .right-btn-group a:nth-child(1) {
        width: 9.7087vw;
        padding: 2.4272vw 1.699vw;
        border-radius: 0.7282vw;
        font-size: 3.8835vw;
        line-height: 4.8544vw;
        background: transparent;
        color: #000000;
        border: 0.2427vw solid #000000;
        text-decoration: underline;
    }

    #header .mb-menu-items .mb-bottom-elems .right-btn-group a:nth-child(2) {
        padding: 2.4272vw 3.6408vw;
        border: 0.2427vw solid #000000;
        border-radius: 0.7282vw;
        font-family: "Medium";
        font-size: 4.3689vw;
        line-height: 4.8544vw;
        background: #000000;
        color: #ffffff;
        text-decoration: none;
    }

    /* FIRST SECTION */
    .vanar-group-banner.sticky-slide {
        padding: 19.4175vw 4.8544vw 4.8544vw;
        height: max-content;
    }

    .vanar-group-banner .banner-content {
        background-color: #F5F5F5;
        border: 1px solid #DEDEDE;
        border-radius: 7.2816vw;
        padding: 12.1359vw 7.2816vw;
        flex-direction: column;
        gap: 0;
    }

    .vanar-group-banner .banner-content .left-part {
        width: 100%;
        padding: 0;
    }

    .vanar-group-banner .banner-content .left-part .title {
        font-size: 11.1068vw;
        line-height: 11.1068vw;
    }

    .vanar-group-banner .banner-content .left-part .title.title-am {
        font-size: 7.1068vw;
        line-height: 9.1068vw;
    }

    .vanar-group-banner .banner-content .left-part .desc {
        max-width: 100%;
        font-size: 3.8835vw;
        line-height: 4.6117vw;
        margin-top: 3.6408vw;
    }

    .vanar-group-banner .banner-content .left-part .scroll_down {
        display: none;
    }

    .vanar-group-banner .banner-content .right-part {
        width: 72.0874vw;
        height: 75.2427vw;
        margin: auto;
        margin-bottom: 15.7767vw;
    }

    .vanar-group-banner .banner-content .scroll_down.mb-scroll_down {
        display: flex;
        font-size: 3.8835vw;
        line-height: 5.8252vw;
        gap: 2.4272vw;
    }

    .vanar-group-banner .banner-content .scroll_down.mb-scroll_down svg {
        width: 4.3689vw;
        height: 4.3689vw;
        gap: 2.4272vw;
    }

    /* IMPACT SECTION */
    .vanar-impact-content {
        padding: 7.2465vw 4.8544vw 4.8544vw;
        height: max-content;
    }

    .vanar-impact-content .banner-content {
        border: 0.2427vw solid #D9D9D9;
        border-radius: 7.2816vw;
        flex-direction: column-reverse;
    }

    .vanar-impact-content .banner-content .left-part {
        width: 100%;
        height: 77.6699vw;
    }

    .vanar-impact-content .banner-content .right-part {
        width: 100%;
        height: max-content;
        padding: 16.9903vw 7.2816vw 9.7087vw 7.2816vw;
    }

    .vanar-impact-content .banner-content .right-part .title {
        width: 92%;
        font-size: 8.7087vw;
        line-height: 10.6796vw;
    }

    .vanar-impact-content .banner-content .right-part .desc {
        max-width: 100%;
        margin-top: 2.4272vw;
        font-size: 4.8544vw;
    }

    .vanar-impact-content .banner-content .right-part .btn {
        padding: 2.4272vw 2.9126vw;
        max-width: 75.7282vw;
        width: 100%;
        height: 9.7087vw;
        border-radius: 0.7282vw;
        font-size: 3.8835vw;
        line-height: 4.8544vw;
        margin-top: 7.2816vw;
        margin-bottom: 9.7087vw;
    }

    .vanar-impact-content .banner-content .right-part .impact-points {
        gap: 7.2816vw;
        margin-top: 0;
        flex-direction: column;
    }

    .vanar-impact-content .banner-content .right-part .impact-points .point-elem {
        width: 100%;
        gap: 2.4272vw;
    }

    .vanar-impact-content .banner-content .right-part .impact-points .point-elem svg {
        width: 3.8835vw;
        height: 3.8835vw;
    }

    .vanar-impact-content .banner-content .right-part .impact-points .point-elem .p-title {
        width: 100%;
        font-size: 3.8835vw;
        line-height: 4.6117vw;
    }

    .vanar-impact-content .banner-content .right-part .impact-points .point-elem .p-desc {
        font-size: 3.8835vw;
        line-height: 4.6117vw;
    }

    .vanar-services-content {
        padding: 16.9903vw 4.8544vw;
        height: max-content;
    }

    .vanar-services-content .services-content-elems .service-elem {
        height: 150.9709vw;
        border-right: none;
        border-radius: 1.2136vw;
        padding: 6.068vw 2.4272vw 2.4272vw 2.4272vw;
    }

    .vanar-services-content .services-content-elems .service-elem .s-title {
        font-size: 7.767vw;
        line-height: 9.2233vw;
        padding: 0 3.6408vw;
    }

    .vanar-services-content .services-content-elems .service-elem .s-desc {
        font-size: 3.8835vw;
        line-height: 4.6117vw;
        margin-top: 2.4272vw;
        padding: 0 3.6408vw;
    }

    .vanar-services-content .services-content-elems .service-elem img {
        height: 48.0583vw;
        margin: auto;
    }

    .vanar-services-content .services-content-elems .service-elem .s-bottom-info {
        padding: 3.6408vw;
        border-radius: 1.2136vw;
        height: 11.4078vw;
        margin-top: 0;
    }

    .vanar-services-content .services-content-elems .service-elem .s-bottom-info .s-text {
        font-size: 3.3981vw;
        line-height: 4.1262vw;
    }

    .vanar-services-content .services-content-elems .service-elem .s-bottom-info .s-href {
        gap: 1.2136vw;
        font-size: 3.3981vw;
        line-height: 4.1262vw;
    }

    .vanar-services-content .services-content-elems .service-elem .s-bottom-info .s-href svg {
        width: 1.9417vw;
        height: 1.9417vw;
    }

    /* INOVATION SECTION */
    .vanar-inovation-content {
        padding: 16.9903vw 4.8544vw;
        height: max-content;
    }

    .vanar-inovation-content .inovation-content-elems {
        gap: 12.1359vw;
    }

    .vanar-inovation-content .inovation-content-elems .top-content {
        flex-direction: column;
        justify-content: normal;
    }

    .vanar-inovation-content .inovation-content-elems .top-content .left-part {
        max-width: 100%;
        gap: 3.6408vw;
    }

    .vanar-inovation-content .inovation-content-elems .top-content .left-part .i-title {
        font-size: 6.6505vw;
        line-height: 7.8641vw;
    }

    .vanar-inovation-content .inovation-content-elems .top-content .left-part .i-desc {
        font-size: 3.8544vw;
    }

    .vanar-inovation-content .inovation-content-elems .top-content .right-part {
        width: 36.4078vw;
        height: 36.4078vw;
        margin: auto;
        margin-top: 11.8932vw;
        margin-bottom: 14.5631vw;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content {
        gap: 4.8544vw;
        flex-direction: column;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem {
        height: 80.5825vw;
        border-radius: 4.8544vw;
        padding: 6.068vw;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .top-part .c-name {
        max-width: 32.0388vw;
        font-size: 4.3689vw;
        line-height: 5.3398vw;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .top-part .img-0 {
        width: 24.2718vw;
        height: max-content;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .top-part .img-1 {
        width: 36.4078vw;
        height: max-content;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .bottom-part {
        gap: 3.3981vw;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .bottom-part .c-desc {
        max-width: 56.9903vw;
        font-size: 3.8835vw;
        line-height: 4.1262vw;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .bottom-part a {
        margin-top: auto;
    }

    .vanar-inovation-content .inovation-content-elems .bottom-content .card-elem .bottom-part svg {
        width: 7.767vw;
        height: 7.767vw;
        margin-top: auto;
    }


    /* PRODUCTS SECTION */
    .vanar-products-content {
        padding: 16.9903vw 4.8544vw;
        height: max-content;
    }

    .vanar-products-content .products-group {
        gap: 9.7087vw;
    }

    .vanar-products-content .products-group .pr-top-content .pr-title {
        font-size: 9.6505vw;
        line-height: 12.0777vw;
    }

    .vanar-products-content .products-group .pr-top-content .swiper-left-right {
        display: none;
    }

    .vanar-products-content .products-group .productsSwiper {
        width: 100%;
        height: 115.534vw;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem {
        width: 100%;
        padding: 6.068vw 6.068vw 0 6.068vw;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-title {
        font-size: 6.767vw;
        line-height: 7.2233vw;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-desc {
        margin-top: 2.4272vw;
        font-size: 3.8835vw;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem img {
        width: 50vw !important;
        height: 50vw !important;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom {
        margin-bottom: 3.6408vw;
        border-top: 0.2427vw solid #000000;
        padding: 2.4272vw 0 0;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom div, .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom a {
        font-size: 3.3981vw;
        line-height: 4.3689vw;
    }

    .vanar-products-content .products-group .productsSwiper .product-elem .pr-card-bottom svg {
        width: 2.4272vw;
        height: 2.4272vw;
    }

    /* FOOTER */
    #footer {
        padding: 16.9903vw 4.8544vw 3.6408vw 4.8544vw;
    }

    #footer .footer-line {
        width: 72.8155vw;
        height: 0.2427vw;
    }

    #footer .footer-elems-content {
        gap: 16.9903vw;
    }

    #footer .footer-elems-content .top-elems {
        flex-direction: column-reverse;
        padding-top: 12.1359vw;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems {
        max-width: 100%;
        gap: 4.8544vw;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-title-content {
        gap: 2.4272vw;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-title-content .f-c-title {
        font-size: 3.8835vw;
        line-height: 5.3398vw;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-title-content .f-c-desc {
        font-size: 3.8835vw;
        line-height: 4.6117vw;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content {
        gap: 4.8544vw;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content .first-inp-group {
        flex-direction: column;
        gap: 4.8544vw;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content .first-inp-group input {
        width: 100%;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content input {
        padding: 2.4272vw 0;
        border-bottom: 0.2427vw solid #717171;
        font-size: 3.8835vw;
        line-height: 5.8252vw;
    }

    #footer .footer-elems-content .top-elems .f-contact-elems .f-contact-form-content .btn {
        width: 100%;
        height: 9.7087vw;
        padding: 2.4272vw 0;
        border-radius: 0.7282vw;
        font-size: 3.8835vw;
        line-height: 5.8252vw;
        margin-top: 2.4272vw;
    }

    #footer .footer-elems-content .top-elems .f-menu-elems {
        width: 100%;
        flex-wrap: wrap;
        gap: 0;
        margin-top: 16.9903vw;
    }

    #footer .footer-elems-content .top-elems .f-menu-elems .f-menu-elem:nth-child(2) {
        margin-left: 20vw;
    }

    #footer .footer-elems-content .top-elems .f-menu-elems .f-menu-elem:nth-child(3) {
        margin-top: 9.7087vw;
    }

    #footer .footer-elems-content .top-elems .f-menu-elems .f-menu-elem {
        gap: 2.4272vw;
    }

    #footer .footer-elems-content .top-elems .f-menu-elems .f-menu-elem .f-title {
        font-size: 3.8835vw;
        line-height: 4.6117vw;
    }

    #footer .footer-elems-content .top-elems .f-menu-elems .f-menu-elem .f-m-elems {
        gap: 1.2136vw;
    }

    #footer .footer-elems-content .top-elems .f-menu-elems .f-menu-elem .f-m-elems .f-item a {
        font-size: 3.8835vw;
        line-height: 4.6117vw;
    }

    #footer .footer-elems-content .top-elems .f-menu-elems .f-menu-elem .f-m-elems .f-address br {
        display: none;
    }

    #footer .footer-elems-content .bottom-elems {
        gap: 2.4272vw;
    }

    #footer .footer-elems-content .bottom-elems img {
        max-width: 100%;
    }

    #footer .footer-elems-content .bottom-elems .footer-bottom-row span {
        font-size: 2.3981vw;
        line-height: 4.0971vw;
    }

    /* PRODUCT MODAL */
    .product-modal-content.active {
        z-index: 999999999999;
    }

    .product-modal-content .modal-content {
        padding: 14.5631vw 4.8544vw 9.7087vw 4.8544vw;
        width: 90.2913vw;
        height: max-content;
        border-radius: 1.2136vw;
    }

    .product-modal-content .modal-content .modal-body-content {
        height: 132.5243vw;
        padding: 4.068vw;
        gap: 4.8544vw;
        overflow-y: auto;
    }

    .product-modal-content .modal-content .modal-body-content::-webkit-scrollbar {
        display: none;
    }

    .product-modal-content .modal-content .modal-body-content .modal-right-content {
        display: none;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content {
        width: 100%;
        gap: 4.8544vw;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .in-middle-img {
        display: flex;
        width: 60.6796vw;
        height: 60.6796vw;
        margin: auto;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .modal-title {
        width: 100%;
        font-size: 7.767vw;
        line-height: 9.2233vw;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .modal-desc {
        gap: 4.8544vw;
        margin-top: 0;
        margin-bottom: 0;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .modal-desc p {
        font-size: 3.6vw;
        line-height: 4.2vw;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .modal-desc .point-elem-li {
        position: relative;
        padding-left: 6.7961vw;
        font-family: "Medium";
        font-size: 3.3981vw;
        line-height: 120%;
        color: #000000;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .modal-desc .point-title {
        font-family: "Bold";
        font-size: 3.8835vw;
        line-height: 120%;
        color: #000000;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom {
        border-top: 0.2427vw solid #000000;
        padding-top: 3.6408vw;
        padding-bottom: 3.6408vw;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom div, .modal-content .modal-body-content .modal-left-content .pr-card-bottom a {
        font-size: 2.6699vw;
        line-height: 3.6117vw;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom .about-svg {
        gap: 1.2136vw;
        font-size: 2.6699vw;
    }

    .product-modal-content .modal-content .modal-body-content .modal-left-content .pr-card-bottom .about-svg svg {
        width: 1.9417vw;
        height: 1.9417vw;
    }

    .product-modal-content .modal-content .modal-top-content .close-button {
        top: 4.8544vw;
        right: 4.8544vw;
    }

    /* PHILOSOPHY, VALUES, MISSION CONTENT */
    .pvm-about-content {
        height: max-content;
        padding: 16.9903vw 4.8544vw;
    }

    .about-slider {
        gap: 0;
    }

    .about-slider .top-part {
        flex-direction: column;
        gap: 0;
    }

    .about-slider .top-part .left-part {
        width: 100%;
        gap: 14.0777vw;
    }

    .about-slider .top-part .left-part .tabs-about {
        gap: 2.4272vw;
    }

    .about-slider .top-part .left-part .tabs-about .tab-btn-about {
        font-size: 6.7961vw;
        line-height: 8.2524vw;
    }

    .about-slider .top-part .left-part .short-desc {
        width: 100%;
        height: 23.5vw;
    }

    .about-slider .top-part .left-part .short-desc p {
        font-size: 3.8835vw;
        line-height: 4.6117vw;
    }

    .about-slider .top-part .right-part {
        width: 100%;
        flex-direction: column-reverse;
        gap: 11.165vw;
        margin-top: 4.8544vw;
    }

    .about-slider .top-part .right-part .large-desc {
        width: 100%;
        height: 34.9515vw;
    }

    .about-slider .top-part .right-part .large-desc .desc-elem {
        gap: 0;
    }

    .about-slider .top-part .right-part .large-desc .desc-elem p {
        font-size: 3.8835vw;
        line-height: 4.6117vw;
    }

    .about-slider .top-part .right-part .about-img-elems {
        width: 50vw;
        height: 50vw;
    }

    .about-slider .bottom-part .about-pagination {
        width: 20.6311vw;
        height: 8.4951vw;
        border: 0.2427vw solid #DCDCDD;
        border-radius: 7.2816vw;
        gap: 2.4272vw;
    }

    .about-slider .bottom-part .about-pagination .p-bullet.active {
        width: 6.068vw;
    }

    .about-slider .bottom-part .about-pagination .p-bullet {
        width: 1.2136vw;
        height: 1.2136vw;
        border-radius: 2.4272vw;
    }

    .about-slider .bottom-part .about-number {
        width: 4.8544vw;
        height: 5.3398vw;
    }

    .about-slider .bottom-part .about-number .number-elem {
        font-size: 3.8835vw;
        line-height: 5.3398vw;
    }

    .about-slider .bottom-part {
        margin-top: 16.2621vw;
    }

    /* SOLUTION FOR HIGH */
    .solution-for-high {
        height: max-content;
        padding: 16.9903vw 4.8544vw;
    }

    .solution-for-high .top-part .text-content {
        width: 100%;
        gap: 2.4272vw;
    }

    .solution-for-high .text-elem {
        width: 100%;
        font-size: 3.8835vw;
        line-height: 4.6117vw;
    }

    .solution-for-high .top-part .text-content .open-close {
        width: 3.1553vw;
        height: 3.1553vw;
        margin-top: -9.2233vw;
    }

    .solution-for-high .middle-part {
        width: 90vw;
        margin-top: 7.767vw;
        margin-bottom: 27.1845vw;
        text-align: center;
    }

    .solution-for-high .middle-part .animation-text {
        font-size: 12.2vw;
        line-height: 16vw;
    }

    /* SOLUTIONS PRODUCTS */
    .vanar-products-content .products-group .solutions-tab-content .swiper-left-right {
        display: none;
    }

    .vanar-products-content .products-group .pr-top-content {
        flex-direction: column;
    }

    .vanar-products-content .products-group .pr-top-content .solutions-desc {
        margin-top: 3.6979vw;
        font-size: 3.8835vw;
        line-height: 4vw;
    }

    .vanar-products-content .products-group .solutions-tab-content {
        height: 12.1359vw;
        margin-top: 0;
    }

    .vanar-products-content .products-group .solutions-tab-content .btn-tabs {
        height: 100%;
        padding: 1.2136vw;
        border-radius: 0.7282vw;
        gap: 1.2136vw;
    }

    .vanar-products-content .products-group .solutions-tab-content .btn-tabs .btn-sp-tab {
        border-radius: 0.7282vw;
        font-size: 3.8835vw;
        line-height: 4.8544vw;
        padding: 2.4272vw 3.6408vw;
    }

    /* SERVICES */
    .sevices-slider {
        padding: 21.8447vw 4.8544vw 8.2524vw 4.8544vw;
        height: max-content;
    }

    .sevices-slider .sevices-banner-content {
        border: 0.2427vw solid #DEDEDE;
        border-radius: 7.2816vw;
    }

    .sevices-slider .sevices-banner-content .tabs-services {
        top: 7.2816vw;
        left: 7.2816vw;
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem {
        flex-direction: column;
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem {
        width: 100%;
        gap: 3.6408vw;
        padding: 24.2718vw 4.8544vw 10.9223vw 7.2816vw;
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem .s-title {
        width: 78.1553vw;
        font-size: 7.767vw;
        line-height: 9.2233vw;
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem .s-desc {
        width: 78.1553vw;
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem .s-left-elem .s-desc p {
        font-size: 3.8835vw;
        line-height: 4.6117vw;
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem .s-right-elem {
        width: 100%;
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem .s-right-elem-0 {
        transform: rotate(90deg);
    }

    .sevices-slider .sevices-banner-content .swiperServices .s-elem .s-right-elem-0 img {
        width: 100vw;
    }

    .sevices-slider .sevices-banner-content .tabs-services .tab-btn-services {
        padding: 2.4272vw 2.4272vw;
        border-radius: 0.7282vw;
        font-size: 3.3981vw;
        line-height: 5.0971vw;
    }

    .sevices-slider .sevices-banner-content .swiperServices .swiper-pagination-services {
        bottom: 7.2816vw;
        left: 7.2816vw;
        width: 20.6311vw;
        height: 8.4951vw;
        border: 0.2427vw solid #DCDCDD;
        border-radius: 7.2816vw;
        gap: 2.4272vw;
    }

    .sevices-slider .sevices-banner-content .swiperServices .swiper-pagination-services .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 6.068vw;
    }

    .sevices-slider .sevices-banner-content .swiperServices .swiper-pagination-services .swiper-pagination-bullet {
        width: 1.2136vw;
        height: 1.2136vw;
        border-radius: 2.4272vw;
        margin: unset;
    }

    /* CONTACTS */
    .contact-us-content {
        padding: 31.5534vw 4.8544vw 16.9903vw 4.8544vw;
    }

    .contact-us-content .contact-elem {
        gap: 12.1359vw;
        flex-direction: column-reverse;
    }

    .contact-us-content .contact-elem .left-elem {
        width: 100%;
        border-radius: 4.8544vw;
        padding: 6.068vw;
    }

    .contact-us-content .contact-elem .left-elem .contact-title {
        font-size: 5.8252vw;
        line-height: 7.0388vw;
    }

    .contact-us-content .contact-elem .left-elem .contact-desc {
        max-width: 100%;
        font-size: 4.3689vw;
        line-height: 5.3398vw;
        margin-top: 2.4272vw;
        margin-bottom: 9.7087vw;
    }

    .contact-us-content .contact-elem .left-elem .contact-items {
        gap: 4.8544vw;
    }

    .contact-us-content .contact-elem .left-elem .contact-items .c-item {
        gap: 2.4272vw;
    }

    .contact-us-content .contact-elem .left-elem .contact-items .c-item svg {
        width: 4.8544vw;
        height: 4.8544vw;
    }

    .contact-us-content .contact-elem .left-elem .contact-items .c-item a {
        font-size: 3.8835vw;
        line-height: 4.6117vw;
    }

    .contact-us-content .contact-elem .left-elem .contact-items .c-item .open-map {
        line-height: 4.6117vw;
        gap: 2.4272vw;
    }

    .contact-us-content .contact-elem .left-elem .contact-items .c-item .open-map svg {
        width: 2.4272vw;
        height: 2.4272vw;
    }

    .contact-us-content .contact-elem .right-elem {
        width: 100%;
        padding-top: 0;
    }

    .contact-us-content .contact-elem .right-elem .contact-title {
        font-size: 5.8252vw;
        line-height: 7.0388vw;
    }

    .contact-us-content .contact-elem .right-elem .contact-desc {
        max-width: 100%;
        font-size: 3.8835vw;
        line-height: 4.6117vw;
        margin-top: 2.4272vw;
        margin-bottom: 9.7087vw;
    }

    .contact-us-content .contact-elem .f-contact-form-content .first-inp-group {
        flex-direction: column;
        gap: 4.8544vw;
    }

    .contact-us-content .contact-elem .f-contact-form-content .first-inp-group input {
        width: 100%;
    }

    .contact-us-content .contact-elem .f-contact-form-content input {
        padding: 2.4272vw 0;
        border-bottom: 0.2427vw solid #717171;
        font-size: 3.8835vw;
        line-height: 5.8252vw;
    }

    .contact-us-content .contact-elem .f-contact-form-content .footer-contact-input.has-value {
        border-bottom: 0.2427vw solid #000000;
    }

    .contact-us-content .contact-elem .f-contact-form-content textarea {
        height: 24.2718vw;
        padding: 2.4272vw 0;
        border-bottom: 0.2427vw solid #717171;
        font-size: 3.8835vw;
        line-height: 5.8252vw;
    }

    .contact-us-content .contact-elem .f-contact-form-content {
        gap: 4.8544vw;
    }

    .contact-us-content .contact-elem .f-contact-form-content .btn {
        width: 100%;
        height: 9.7087vw;
        font-size: 3.8835vw;
        line-height: 4.8544vw;
        gap: 1.2136vw;
        margin-top: 2.4272vw;
    }

    .contact-us-content .contact-elem .f-contact-form-content .btn svg {
        width: 2.1845vw;
        height: 2.1845vw;
    }
}