/* HERO BLOCK */
.hero_block {
    position: relative;
    overflow: hidden;
    height: 100vh;
    max-height: 1040px;
    padding-top: 144px;
    border-radius: 0 0 48px 48px;
    /* min-height: 800px; */
}

.hero_block:not(.hero_block_2) h1 {
    color: #fff;
}

.hero_block.hero_block_2 {
    height: auto !important;
    padding-top: 0;
}

.hero_block_wrapper {
    padding-top: clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem);
    padding-right: clamp(1.875rem, 0.125rem + 8.75vw, 10.625rem);
    padding-left: clamp(1.875rem, 0.125rem + 8.75vw, 10.625rem);
    padding-bottom: clamp(1.875rem, 1.25rem + 3.13vw, 5rem);
    /* background-color: var(--clr-secondary); */
    /* margin-top: 30px; */
    /* position: relative; */
    z-index: 5;
    background-repeat: no-repeat, no-repeat;
    border-radius: var(--border-radius);

}

.hero_block:not(.hero_block_2)>.container {
    background: none;
}

.hero_block_wrapper .container-xs {
    padding: 0;
}

.hero_video_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero_video_bg::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: linear-gradient(180deg,rgba(18, 42, 53, 0) 0%, rgba(18, 42, 53, 1) 100%); */
    background: linear-gradient(180deg, rgba(18, 42, 53, 0) 40%, rgba(18, 42, 53, 1) 90%), radial-gradient(74.23% 71.99% at 50% 28.01%, rgba(18, 42, 53, 0) 62.01%, rgba(18, 42, 53, 0.5) 90%), linear-gradient(360deg, rgba(52, 52, 52, 0) 63.94%, #343434 100%);

}

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

.hero_block_image {
    position: absolute;
    left: 0;
    bottom: -10%;
    opacity: 0.4;
    box-shadow: 0px 2.38px 3.18px 0px rgba(17, 116, 255, 0.3);

}

.hero_block .btn-primary:hover {
    color: var(--clr-50) !important;
    border-color: var(--clr-50) !important;
    background-color: transparent !important;
}

.hero_block_wrapper .hero_block_img {
    display: none;
}

.hero_block_content {
    /* flex-grow: 1; */
    margin-top: auto;
    display: flex;
    /* flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 1.1656rem + 1.5287vw, 3rem); */
    text-align: f;
    color: #fff;
}

.hero_block_content.hero_2_content {
    max-width: 1400px;
    color: var(--clr-text);
}

.hero_block_content_company {
    padding: 5px 30px;
    /*     background-color: var(--clr-primary);
    color: #fff; */
    border: 1px solid var(--clr-primary);
    border-radius: var(--border-radius);
    background-color: transparent;
    text-align: center;
    line-height: 110%;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    font-family: var(--font_accent);
}

.hero_block_content_company_desc {
    /* font-weight: 600; */
    /* line-height: 1.8; */
    /* font-size: clamp(1rem, 0.9443rem + 0.2548vw, 1.25rem); */
    font-size: clamp(1rem, 0.8885rem + 0.5096vw, 1.5rem);
    margin-bottom: 1rem;
    /* max-width: 550px; */
}

.hero_2_content .hero_block_wrapper.hero_block__left {
    padding-top: 0;
}

.hero_block_buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    /* margin-top: auto; */
    justify-content: space-between;
}

.social svg:hover {
    /* transform: rotate(10deg);
   -webkit-transform: rotate(10deg);
   -moz-transform: rotate(10deg);
   -ms-transform: rotate(10deg);
   -o-transform: rotate(10deg); */
}

.banner-img {
    position: absolute;
    z-index: -1;
    width: clamp(8.125rem, 6.25rem + 9.38vw, 17.5rem);
    height: clamp(7.188rem, 5.313rem + 9.38vw, 16.563rem);
}

.banner-img-left {
    left: 35px;
    bottom: 35px;
}

.banner-img-right {
    right: 35px;
    top: -10px;
}

.square {
    background-color: var(--clr-accent);
}

.banner-img-left .square {
    rotate: 2deg;
}

.banner-img-right .square {
    rotate: -2deg;
}

.square, .rotated-square {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.banner-img-left .rotated-square {
    transform: rotate(10deg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 10%;
    left: 10%;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}

.banner-img-right .rotated-square {
    transform: rotate(-10deg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 10%;
    right: 10%;
}

.hero_block_wrapper.hero_block__left .hero_block_content_company {
    text-align: left;
}

.our_partners-slider .swiper-wrapper, .our_partners-slider-line .swiper-wrapper {
    animation-timing-function: linear !important;
    transition-timing-function: linear !important;
    align-items: center;
}

.our_partners_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin-bottom: 1.5rem;
}

.our_partners_item {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 22px;
    border-radius: var(--border-radius);
    align-items: center;
    background: var(--clr-50);
    text-align: center;
}

.our_partners_item .name {
    max-width: 250px;
}

.out_partners {
    overflow: hidden;
    /* margin-top: calc(var(--main-content-gap) * -1);
    margin-bottom: calc(var(--main-content-gap) * -1); */
}

.our_partners_container {
    /* background: none; */
    background: var(--clr-50);
    border-radius: var(--border-radius);
    padding: clamp(1rem, 2.038vw + 0.554rem, 3rem);
}

/* HERO BLOCK */
.news_description {
    padding: 0 15px;
}
.news_description .container {
    background: var(--clr-50);
}
.news_head_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: clamp(1.5rem, 1.1656rem + 1.5287vw, 3rem);
    padding-bottom: clamp(1.5rem, 1.1656rem + 1.5287vw, 3rem);
    border-bottom: 1px solid var(--clr-100);
    color: #2A2E3B;
}

.news_date {
    font-size: clamp(1rem, 0.9443rem + 0.2548vw, 1.25rem);
    color: #50566D;
}

.news_head_container .link {
    display: flex;
    align-items: center;
    gap: 8px;
    /* font-size: clamp(1rem, 0.9443rem + 0.2548vw, 1.25rem); */
    font-size: clamp(0.875rem, 0.7914rem + 0.3822vw, 1.25rem);
    color: #2A2E3B;
}

.news_description-container {
    margin: 0 auto;
    max-width: 1000px;
    color: var(--clr-800);
    padding-top: clamp(1.5rem, 1.1656rem + 1.5287vw, 3rem);
    padding-bottom: var(--main-content-gap);
}

.news_description-container h1, .news_description-container h2, .news_description-container h3 {
    color: var(--clr-900);
}

.news_description-pwr {
    aspect-ratio: 850 / 420;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: clamp(1.5rem, 1.1656rem + 1.5287vw, 3rem);
}

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

.news_description_text {
    /* font-size: clamp(1rem, 0.8885rem + 0.5096vw, 1.5rem);
    line-height: 1.6; */
    color: var(--clr-500);
}

.news_description_text h3 {
    /* font-size: clamp(0.625rem, 0.5414rem + 0.3822vw, 1rem); */
    /* line-height: 2; */
    /* color: var(--clr-accent); */
    margin-bottom: clamp(1.375rem, 1.1799rem + 0.8917vw, 2.25rem);
    margin-top: clamp(1.5rem, 1.1656rem + 1.5287vw, 3rem);
}

.news_description_text .news_description_slider {
    margin-bottom: clamp(1.5rem, 1.1656rem + 1.5287vw, 3rem);
    margin-top: clamp(1.5rem, 1.1656rem + 1.5287vw, 3rem);
}

.news_description_text img {
    /* clip-path: polygon(14px 0%, 100% 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0% 100%, 0% 14px); */
    /* flex: 0 1 calc((100% - 8px) / 2);
width: calc((100% - 8px) / 2);
aspect-ratio: 425 / 260; */
    /* margin-bottom: clamp(1.5rem, 1.1656rem + 1.5287vw, 3rem);
margin-top: clamp(1.5rem, 1.1656rem + 1.5287vw, 3rem); */
}

.news_description_slider-container {
    position: relative !important;
}

.news_description_slider .swiper-slide {
    /* clip-path: polygon(14px 0%, 100% 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0% 100%, 0% 14px); */
    aspect-ratio: 425 / 260;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.news_description_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
}

/* PREIMS */
.preims_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.preims_items.news_items {
    grid-template-columns: repeat(4, 1fr);
}
.preims_items.team_items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.preims_items.news-slider {
    display: flex;
    width: 100%;
    /* position: relative; */
    /* overflow: visible; */
}

.news-slider_container {
    position: relative;
}

.preims_item {
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    background-color: var(--clr-50);
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(1rem, 0.51vw + 0.889rem, 1.5rem);
    padding: clamp(0.75rem, 0.255vw + 0.694rem, 1rem);
    /* clip-path: polygon(14px 0%, 100% 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0% 100%, 0% 14px); */
}

.team_item img {
    aspect-ratio: 370 / 340;
    object-fit: cover;
    object-position: top;
}

.team_item.swiper-slide {
    height: auto;
}

.team_control {
    display: flex;
    gap: 16px;
    margin-left: auto;
}

.team_control .services_nav {
    margin-top: 0;
    gap: 16px;
}

.team_control .services_nav .swiper-button-next, .team_control .services_nav .swiper-button-prev {
    top: 0;
    height: 100%;
    width: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.team_item .preims_text {
    height: auto;
    padding: 24px 10px 10px 0;
    gap: 24px;
    flex-grow: 1;
}

.team_item .preims_text .btn {
    margin-top: auto;
}

.team_item .preims_text_title {
    color: var(--clr-900) !important;
}

.team_item .preim_text_intro {
    color: var(--clr-text) !important;
}

.news-slider_nav .swiper-button-prev {
    left: -20px;
    /* background: var(--clr-accent); */
}

.news-slider_nav .swiper-button-next {
    right: -20px;
    /* background: var(--clr-accent); */
}

.news-slider_nav .swiper-button-prev::before, .news-slider_nav .swiper-button-next::before {
    display: none;
}

.news-slider_nav .swiper-button-prev:hover, .news-slider_nav .swiper-button-next:hover {
    background: var(--clr-900);
}

.preims_item:hover {
    color: inherit;
}

.preims_item:hover .btn-secondary {
    color:var(--clr-accent);
    border-color:var(--clr-accent);
}

.preims_img_box {
    width: 100%;
}

.preims_item_img {
    width: 100%;
    border-radius: var(--border-radius);
    object-fit: cover;
    object-position: center;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.news_item .preims_item_img {
    /* clip-path: polygon(14px 0%, 100% 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0% 100%, 0% 14px); */
    width: calc(100% - 2px);
    margin: 1px 1px 0;
    aspect-ratio: 350 / 200;
}

.preims_item.news_item {
    background: var(--clr-50);
    align-items: flex-start;
}

.section_white .preims_item.news_item {
    background: var(--clr-100);
    align-items: flex-start;
}

.preims_item.news_item .preims_text {
    align-items: flex-start;
}

.preims_item.news_item .preim_text_intro {
    color: var(--clr-500);
    font-size: 1rem;
}
.preims_item.news_item .btn {
    margin-top: auto;
}
/* .preims_item.news_item::before {
    content: '';
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: var(--clr-800);
    z-index: -1;
    clip-path: polygon(13px 0%, 100% 0%, 100% 13px, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%, 0% 100%, 0% 13px);
    transition: all 0.3s;
} */
.section_white .preims_item.news_item::before {
    background-color: var(--clr-50);
}

.preims_item.news_item .preims_text_title {
    color: var(--clr-text);
}

.preims_item_num {
    width: 100%;
    padding-bottom: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
    border-bottom: 1px solid var(--clr-100);
    font-size: 20px;
    color: var(--clr-600);
}

.preims_item:hover {
    box-shadow: 0px 0px 1px 0px rgba(30, 60, 67, 0.35), 0px 0px 15px 0px rgba(30, 60, 67, 0.25);
    transition: all 0.5s ease-out;
}

.preims_item .btn-primary:hover {
    color: var(--clr-800);
}

.preims_item .btn-primary:hover::before {
    background: var(--clr-50);
}

.preims_item.news_item .btn-primary:hover::before {
    background: var(--clr-800);
}

.preims_item.news_item .btn-primary:hover {
    color: var(--clr-50);
}

.preims_text {
    padding-top: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
    /* padding-bottom:  clamp(1.25rem, 0.837rem + 2.06vw, 3.313rem); */
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    height: 100%;
    width: 100%;
    /* justify-content: space-between; */
    align-items: flex-start;
}

.section_white .preims_text_title, .services .preims_text_title {
    color: var(--clr-900);
    /* font-size: clamp(0.625rem, 0.5693rem + 0.2548vw, 0.875rem); */
}

.preims_text_title {
    color: var(--clr-50);
}

.preims_text_t {
    gap: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
    display: flex;
    flex-direction: column;

}

.preim_text_intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: var(--clr-600);
    max-width: 550px;
    line-height: 1.6;
}

.preims_2-container {
    position: relative;
}

.preims_2-img {
    flex: 1;
    position: absolute;
    right: 0;
    z-index: 0;
    top: 0;
}

.preims_2_title {
    max-width: 890px;
}

.preims_2_subtitle {
    max-width: 720px;
    line-height: 1.7;
    margin-bottom: clamp(1.25rem, 0.8599rem + 1.7834vw, 3rem);
    font-size: clamp(1rem, 0.8885rem + 0.5096vw, 1.5rem);
}

.preims_2-img img {
    height: 100%;
    width: 100%;
    border-radius: var(--border-radius);
}

.preims_2-items {
    display: flex;

    gap: 20px;
    flex-wrap: wrap;
    flex: 2;
    position: relative;
}

.preims_2-items.preims_hero-items {
    align-items: flex-start;
}

.preims_2-items:not(.preims_hero-items) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
}
.preims_2-items.preims-catalog {
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}

.preims_2-items.preims-catalog .preims_2-item {
    align-items: center;
    text-align: center;
}
.preims_2-items_wrapper {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.price_2_item {
    flex: 1 30%;
}

.price_2_item .preims_item {
    height: 100%;
}

.price_2_item .preims_text_title {
    color: var(--clr-900);
}

.preims_2-item {
    flex: 1 30%;
    padding: 16px 16px 36px;
    border-radius: calc(var(--border-radius) * 1.5);
    /* border-radius: 50%;
    aspect-ratio: 1 / 1; */
    position: relative;
    background-color: var(--clr-800);
    display: flex;
    flex-direction: column;
    transition: backgroundColor 0.5s;
}

.preims_2-item.white {
    background-color: var(--clr-50);
}

.preims_2-items_wrapper.preims_hero-items_wrapper {
    max-width: 1176px;
    margin-top: auto;
}

.preims_2-item.preims_hero-item {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 38px;
    padding: 0;
    flex: 0 1 30%;
}

.preims_2-item.preims_hero-item img {
    width: 64px;
    height: 64px;
}

.preims_2-item.preims_hero-item .h3 {
    font-size: clamp(1.125rem, 1.0414rem + 0.3822vw, 1.5rem) !important;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Montserrat';
    max-width: 300px;
}

.preims_2-item.preims_hero-item img {
    position: static !important;
    object-fit: contain !important;
    height: 56px !important;
    width: auto !important;
    margin-bottom: 0;
    border-radius: 0 !important;
}

.preims_2-item:hover::before {
    background-color: var(--clr-800);
}

.tarifs {
    padding-top: clamp(1.5rem, 0.4968rem + 4.586vw, 6rem);
}

.tarifs .preims_2-item {
    cursor: pointer;
}

.tarifs .preims_2-item:hover::before {
    background-color: var(--clr-accent);
}

.tarifs .preims_2-item:hover {
    background-color: var(--clr-accent);
}

.tarifs .preims_2-item:hover .preims_2-item-text {
    color: var(--clr-50);
}

.tarifs .preims_2-item:hover .btn-secondary {
    color: var(--clr-900) !important;
    background: var(--clr-50);
}

.tarifs .preims_2-item:hover .btn-secondary::before {
    background: var(--clr-50);
}


.preims_2-item img {
    margin-bottom: clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem);
    width: 64px;
    height: 64px;
}
.preims_2-item.large img {
    width: 110px;
    height: 110px;
}
.preims_2-item .h3 {
    /* margin-bottom: clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem); */
    font-size: clamp(1rem, 0.255vw + 0.944rem, 1.25rem);
}

.preims_2-item-text {
    line-height: 1.4;
    max-width: 380px;
    margin-top: 12px;
}


.preims_services_item_price {
    font-family: var(--font_accent);
    color: var(--clr-accent);
    font-weight: bold;
    font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
}

/* PREIMS */


/* PRODUCTS */
.products_container {
    /* background-color: var(--clr-primary);
    border-radius: var(--border-radius);
    padding-left: var(--block-horizontal-padding);
    padding-right: var(--block-horizontal-padding);
    padding-top: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
    padding-bottom: clamp(1.25rem, 0.5rem + 3.75vw, 5rem);
    color: #fff; */
}

.products_items {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); */
}
.our_products_items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.our_products_item {
    min-height: auto;
}
.our_products_item .products_item_content {
    display: grid;
    grid-template-columns: 144px auto;
    justify-content: inherit;
    gap: clamp(1.25rem, 2.293vw + 0.748rem, 3.5rem);
    align-items: center;
    padding: 16px;

}
.our_products_item .products_item_content_inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: none;
    padding: 0;
    gap: 12px;
    /* flex-wrap: wrap; */
}
.our_products_item .product-item_price_wrapper {
    padding-top: 0;
}
.our_products_item .products_item_img {
    padding: 0;
    aspect-ratio: 144 / 96;
    display: flex;
    justify-content: center;border-radius: calc(var(--border-radius) / 2);
}
.our_products_item .products_item_img img {
    width: auto;
    height: 100%;
}
.our_products_item .products_item_title {
    padding-bottom: 0;
}
.products_item {
    padding: clamp(1.25rem, 1.087rem + 0.81vw, 2.063rem);
    max-width: 100%;
    border-radius: var(--border-radius);
    background-color: var(--clr-50);
    background-size: 250px 200px;
    background-position: bottom right;
    background-repeat: no-repeat;
    /* min-height: clamp(17.5rem, 16.5rem + 5vw, 22.5rem); */
    transition: all 0.3s ease-out 0s, transform .3s;
    -webkit-transition: all 0.3s ease-out 0s, transform .3s;
    -moz-transition: all 0.3s ease-out 0s, transform .3s;
    -ms-transition: all 0.3s ease-out 0s, transform .3s;
    -o-transition: all 0.3s ease-out 0s, transform .3s;
}
.our_products_item {
    min-height: auto;
}
.products_item_img {
    padding: clamp(1rem, 0.51vw + 0.889rem, 1.5rem) ;
    /* aspect-ratio: 1 / 1; */
}
.products_item:hover {
    color: inherit;
    transform: translateY(-10px);
    transition: all .3 transform .3s;
    -webkit-transition: all .3 transform .3s;
    -moz-transition: all .3 transform .3s;
    -ms-transition: all .3 transform .3s;
    -o-transition: all .3 transform .3s;
}
.our_products_item:hover {
    color: inherit;
    transform: translateY(-5px);
    transition: all .3 transform .3s;
    -webkit-transition: all .3 transform .3s;
    -moz-transition: all .3 transform .3s;
    -ms-transition: all .3 transform .3s;
    -o-transition: all .3 transform .3s;
}
.products_item:hover a {
    color: inherit;
}

.products_item img {
    /*     height: 200px;
 */
    width: 100%;
    max-height: 100%;
}

.products_item_title {
    /* padding-bottom: 10px; */
    /* font-size: clamp(0.875rem, 0.127vw + 0.847rem, 1rem); */
}

.products_item_desc {
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.products_item_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.products_item_more,
.more-svg {
    display: flex;
    align-items: center;
    gap: 14px;
}

.more-span {
    font-family: var(--font_accent);
}

.more-svg {
    overflow: hidden;
}

/* .rotate-arrow .hover-path {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.5s, transform 0.3s;
    -webkit-transition: opacity 0.5s, transform 0.3s;
    -moz-transition: opacity 0.5s, transform 0.3s;
    -ms-transition: opacity 0.5s, transform 0.3s;
    -o-transition: opacity 0.5s, transform 0.3s;
} */

.more-services:hover .hover-path {
    /* rotate: 10deg; */
    transition: .3s all;
    /* rotate: 45deg; */
    transform: translate(8px, -20px), rotate(45deg);
    -moz-transform: rotate(45deg) translate(8px, -20px);
    -webkit-transform: rotate(45deg) translate(8px, -20px);
    -o-transform: rotate(45deg) translate(8px, -20px);
    -ms-transform: rotate(45deg) translate(8px, -20px);
    transform: rotate(45deg) translate(8px, -20px);
}

.products_item:hover .hover-path {
    /* rotate: 10deg; */
    transition: .3s all;
    /* rotate: 45deg; */
    transform: translate(8px, -20px), rotate(45deg);
    -moz-transform: rotate(45deg) translate(8px, -20px);
    -webkit-transform: rotate(45deg) translate(8px, -20px);
    -o-transform: rotate(45deg) translate(8px, -20px);
    -ms-transform: rotate(45deg) translate(8px, -20px);
    transform: rotate(45deg) translate(8px, -20px);
}

.price_accordion-item:hover .hover-path {
    transition: .3s all;
    /* rotate: 45deg; */
    transform: translate(8px, -20px), rotate(45deg);
    -moz-transform: rotate(45deg) translate(8px, -20px);
    -webkit-transform: rotate(45deg) translate(8px, -20px);
    -o-transform: rotate(45deg) translate(8px, -20px);
    -ms-transform: rotate(45deg) translate(8px, -20px);
    transform: rotate(45deg) translate(8px, -20px);
}

.products_item:hover {
    transition: all 0.5s ease-out 0s;
    color: initial;
}


/* PRODUCTS */


/* ABOUT */
.avout_text-wrap {
    padding: var(--block-vertical-padding) var(--block-horizontal-padding);
    padding-right: clamp(1.875rem, 0.775rem + 5.5vw, 7.375rem);
}

.about_content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.about_text {
    flex: 1;
    background-color: var(--clr-50);
    border-radius: var(--border-radius);
    background-repeat: no-repeat;
    background-size: cover;
    /* color: #fff; */
    background-position: center;
}


.about_text:hover,
.preims_item:hover {
    transition: all 0.5s ease-out 0s;
}

.about_text .about_more:hover .hover-path {
    /* rotate: 10deg; */
    transition: .3s all;
    /* rotate: 45deg; */
    transform: translate(8px, -20px), rotate(45deg);
    -moz-transform: rotate(45deg) translate(8px, -20px);
    -webkit-transform: rotate(45deg) translate(8px, -20px);
    -o-transform: rotate(45deg) translate(8px, -20px);
    -ms-transform: rotate(45deg) translate(8px, -20px);
    transform: rotate(45deg) translate(8px, -20px);
}

.hover-path {
    transition: .3s all;
}

.preims_item:hover .hover-path {
    /* rotate: 10deg; */
    transition: .3s all;
    /* rotate: 45deg; */
    transform: translate(8px, -20px), rotate(45deg);
    -moz-transform: rotate(45deg) translate(8px, -20px);
    -webkit-transform: rotate(45deg) translate(8px, -20px);
    -o-transform: rotate(45deg) translate(8px, -20px);
    -ms-transform: rotate(45deg) translate(8px, -20px);
    transform: rotate(45deg) translate(8px, -20px);
}

.team_sl-container {
    position: relative;
}

.team_item .preims_item {
    height: 100%;
}

/*   .about_img {
  flex: 1;
  position: relative;
  object-fit: cover;
   border-radius: var(--border-radius);
} */

.about_img_wrapper {
    width: 40%;
    /* position: sticky;
    top: 110px; */
    flex-shrink: 0;
    margin-left: 2rem;
    margin-bottom: 1rem;
    aspect-ratio: 850 / 550;
    float: right;
}
.demo .about_img_wrapper {
    margin-left: 0;
    margin-bottom: 0;
    float: none;
    aspect-ratio: 850 / 720;
}
.about_image-box {
    position: relative;
    width: 40%;
    aspect-ratio: 850 / 550;
    border-radius: var(--border-radius);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 110px;
    flex-shrink: 0;
    /* clip-path: polygon(14px 0%, 100% 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0% 100%, 0% 14px); */

}
.demo .about_image-box {
    aspect-ratio: 850 / 720;
}

.about_image-box .about_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_image-box .about_decor {
    position: absolute;
    bottom: -10px;
    right: calc(100% - 54px);
    z-index: 1;
    width: calc(220 / 848 * 100%);
}

.about_image-box .about_decor svg {
    width: 100%;
    height: auto;
}

.about_image-box .about_decor #rect {
    animation: rotate 25s linear infinite forwards;
    transform-origin: center;
}

.js_about_paused {
    position: absolute;
    width: clamp(3.5rem, 1.019vw + 3.277rem, 4.5rem);
    height: clamp(3.5rem, 1.019vw + 3.277rem, 4.5rem);
    padding: 0 !important;
    z-index: 1;
    justify-content: center;
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.about-block_price {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: auto;
    background-color: #fff;
    padding: 7px;
    border-radius: calc(var(--border-radius)* 2);
}

.about-block_price .price-btn {
    font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
    font-family: var(--font_accent);
    font-weight: bold;
}

.about-block_price span {
    white-space: nowrap;
}

.about_img--img {
    border-radius: var(--border-radius);
    /* width: 50%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_image-box .about-block_price .btn:hover {
    background-color: #fff !important;
    border-color: var(--primary_accent);
    color: var(--primary_accent);
}

/*   .about_content button {
  background-color: var(--clr-primary);
  max-width: 200px;
  margin-top: 30px;
} */

.about_more {
    padding-top: 30px;
}

/* ABOUT */


/*EXPERIENCE */

.experience_items {
    display: flex;
    gap: 20px;
}

.experience_item {
    padding: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem) clamp(1.875rem, 1.75rem + 0.63vw, 2.5rem);
    flex: 1 1 340px;
    background-color: var(--clr-secondary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    text-align: center;
    font-weight: bold;
}


.experience_item .counter {
    font-size: clamp(2rem, 1.6rem + 2vw, 4rem);
    padding-bottom: 5px;
    font-family: var(--font_accent);
}

/*EXPERIENCE */


/* FEEDBACK FORM */

.feedback_form_container {
    /* background-color: var(--clr-secondary); */
    color: var(--clr-text);
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    /* padding: var(--block-vertical-padding) var(--block-horizontal-padding) !important; */
    display: flex;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat, no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 1;
    /* background-position: top left, right bottom; */
}

.feedback_form_wrapper {
    position: relative;
    z-index: 1;
    border-radius: calc(var(--border-radius) * 3) calc(var(--border-radius) * 3) 0 0;
    /* margin-top: 268px; */
}

.feedback_form_wrapper .container {
    position: relative;
}

/* .feedback_form_wrapper .container::after {
    content: '';
    display: block;
    width: calc(100% - 48px);
    height: 100%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -24px;
    background: #6096F1;
    border-radius: var(--border-radius);
    z-index: -1;
} */
/* .feedback_form_wrapper .container::before {
    content: '';
    display: block;
    width: calc(100% - 96px);
    height: 100%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -48px;
    background: #7BACFF;
    border-radius: var(--border-radius);
    z-index: -2;
} */

/* .contest_wrapper  {
margin-top: 48px;
}
.contest_wrapper .feedback_form_container::after {
    content: '';
    display: block;
    width: calc(100% - 48px);
    height: 24px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -24px;
    background: #E6EDF8;
    border-radius: var(--border-radius);
    z-index: -1;
}
.contest_wrapper .feedback_form_container::before {
    content: '';
    display: block;
    width: calc(100% - 96px);
    height: 48px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -48px;
    background: #D2DDED;
    border-radius: var(--border-radius);
    z-index: -2;
} */
.feedback_form_body {
    padding: clamp(1.25rem, 1.019vw + 1.027rem, 2.25rem);
    border-radius: var(--border-radius);
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}

.feedback__form_img {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    right: 0;
    height: 100%;
    width: calc(965 / 1712 * 100%);
    /* width: 55%; */
}

.feedback__form_2_img {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    right: 0;
    height: 100%;
    /* width: calc(965 / 1712 * 100%); */
    /* width: 55%; */
}

.feedback__form_img .feedback__form_img-text {
    max-width: 310px;
    width: 35%;
    color: #fff;
    padding: 48px 42px;
}

.feedback__form_img .feedback__form_img-text p {
    font-size: 13px;
    line-height: 1.8;
}

.feedback__form_img .h4 {
    color: #fff;
    display: inline-block;
    margin-bottom: 1rem;
}

.feedback__form_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.contest_wrapper .feedback_form_container {
    position: relative;
    z-index: 1;
    /* border-radius: 0; */
    /* padding: calc(var(--block-vertical-padding) * 2.4) var(--block-horizontal-padding) calc(var(--block-vertical-padding) * 2.4) !important; */
}

.feedback_form_container a {
    color: #fff;
}

.feedback_form {
    width: 100%;
    padding-top: 34px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.feedback_form_text .section_title {
    color: #fff;
}

.feedback_form_text-intro {
    /* font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem); */
    /* color: var(--clr-600); */
    margin-top: 12px;
    max-width: 515px;
    color: #889499;
}

.hide-police_p {
    display: none;
}

.hide-police_p a:hover {
    color: var(--clr-accent) !important;
}

.form_mess-wrapper {
    width: 100%;
}

.feedback_form_text {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 820px;
    /* text-align: center; */
}

.feedback_form_content {
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px 16px;
}

.feedback_form_content input, .feedback_form_content textarea {
    flex: 1 1 25%;
    border-radius: var(--btn-border-radius);
    padding: 20px 32px;
    -webkit-border-radius: var(--btn-border-radius);
    -moz-border-radius: var(--btn-border-radius);
    -ms-border-radius: var(--btn-border-radius);
    -o-border-radius: var(--btn-border-radius);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4;
    color: var(--clr-50);
    border: none !important;
    outline: none;
    position: relative;
    display: block;
    /* clip-path: polygon(13px 0%, 100% 0%, 100% 13px, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%, 0% 100%, 0% 13px); */
    background-color: #2A404A;
    transition: all 0.3s;
}

.feedback_form_content input::placeholder, .feedback_form_content textarea::placeholder {
    font-weight: 500;
    color: #6A7980;
}

.feedback_form_wrapper_messangers svg {
    width: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
    height: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
}

.messangers_box svg,
.social svg {
    transition: all .5s;
}

.messangers_box svg:hover,
.social svg:hover {
    transition: all .5s;
    /* transform: translateY(-5px); */
}

.form_messangers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-top: clamp(1.875rem, 1.75rem + 0.63vw, 2.5rem);
}

.header-contacts_icons a:hover {
    color: var(--clr-50);
}

.header-contacts_icons a svg rect .header-contacts_icons a:hover svg rect {
    fill: var(--clr-primary) !important;
    stroke: var(--clr-primary) !important;
}

.form_messangers-text {
    font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
    font-weight: bold;
    font-family: var(--font_accent);
}

.form_bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form_field_row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.label_check_path {
    display: flex;

    height: 100%;
    position: relative;
    flex: 1 1 calc((100% - 16px) / 2);
    align-items: center;
    gap: 16px;
    border-radius: var(--btn-border-radius);
    padding: 20px 32px;
    -webkit-border-radius: var(--btn-border-radius);
    -moz-border-radius: var(--btn-border-radius);
    -ms-border-radius: var(--btn-border-radius);
    -o-border-radius: var(--btn-border-radius);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4;
    color: var(--clr-500);
    background: var(--clr-700);
    /* clip-path: polygon(14px 0%, 100% 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0% 100%, 0% 14px); */
    transition: all 0.3s;
    cursor: pointer;
}

.label_check_path:hover {
    background: var(--clr-400);
    color: var(--clr-400);
}

/* .label_check_path::before {
    content: '';
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: var(--clr-900);
    z-index: -1;
    clip-path: polygon(13px 0%, 100% 0%, 100% 13px, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%, 0% 100%, 0% 13px);
    transition: all 0.3s;
} */
input[type=checkbox] {
    opacity: 0;
    display: none;
}

input[type=radio] {
    opacity: 0;
    display: none;
}

.label_check_path input {
    position: absolute;
    opacity: 0;
}

.label_check_path span.checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 1px solid var(--clr-accent);
    border-radius: 1px;
    transition: all 0.2s;
    position: relative;
}

.label_check_path:hover span.checkbox {
    border-color: var(--clr-accent);
}

.label_check_path span.checkbox::before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--clr-50);
    opacity: 0;
    transition: all 0.2s;
}

input:checked+.label_check_path span.checkbox {
    border-color: #E0848B;
}

input:checked+.label_check_path {
    background: var(--clr-accent);
    color: var(--clr-50);
}

input:checked+.label_check_path::before {
    background: var(--clr-accent);

}

input:checked+.label_check_path span.checkbox::before {
    opacity: 1;
}

.agree {
    text-align: left;
    font-size: 16px;
    /* line-height: 1.7; */
    font-weight: 500;
    color: #5A6A71;
}

.label_checkbox {
    display: flex;
    position: relative;
    align-items: baseline;
    gap: 16px;
    /* line-height: 1; */
    /* color: var(--clr-500); */
    font-weight: 500;
}

.quiz-slider .label_checkbox, .quiz_agree .label_checkbox {
    color: var(--clr-50) !important;

    border: 1px solid var(--clr-accent);
}

.label_checkbox a {
    /* color: var(--clr-600); */
    text-decoration: underline;
}

.quiz-slider .label_checkbox a, .quiz_agree .label_checkbox a {
    color: var(--clr-50) !important;
}

.label_checkbox a:hover {
    color: #fff !important;
    opacity: 0.5;
}
.callback_modal .label_checkbox a:hover {
    color: var(--clr-text) !important;
    opacity: 0.5;
}
.label_checkbox span.checkbox {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 1px;
    transition: all 0.2s;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}

.label_checkbox span.checkbox::before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0;
    transition: all 0.2s;
}

.label_checkbox input:checked+span.checkbox {
    border-color: #fff;
}

.label_checkbox input:checked+span.checkbox::before {
    opacity: 1;
}

/* FEEDBACK FORM */


/* SERTIFICATES */
.sertificates {
    overflow: hidden;
}

.sertificates_container {
    border-radius: var(--border-radius);
    padding: var(--block-vertical-padding);
    padding-left: var(--block-vertical-padding);
    padding-right: 0;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    /* display: flex;
    justify-content: space-between;
    gap: 30px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 70%;
    color: #fff; */
}

.section_dark {
    background-color: var(--clr-900);
    color: var(--clr-50);
}

.section_dark .btn-secondary {
    color: var(--clr-50);
    border-color: #1D3845;
}

.section_dark h2, .section_dark .h2 {
    color: var(--clr-50);
}

.sertificates_text {
    width: 100%;
    /* max-width: 517px; */
}

.sertificates_text .btn {
    margin-top: 15px;
}

.sertificates_slider_wrapper {
    /* max-width: 744px; */
    width: 100%;
    position: relative;
}

.sertificates_slider {
    height: 100%;
    /* overflow-x: hidden; */
    overflow: visible;
}
.sertificates_slide_name {
    margin-top: 1rem;
}
.section_dark .sertificates_slide_name {
    color: var(--clr-50);
}
.sertificates_slider .swiper-slide img {
    inset: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.swiper-pagination-bullet {
    opacity: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "";
}

/* SERTIFICATES */

/* GALLERY */
.gallery_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* display: flex;
    flex-wrap: wrap; */
    gap: clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem) !important;
}

.gallery-page_items img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(var(--border-radius) / 2);
}

.gallery-page_items .gallery_item:nth-child(4) .gallery-img {

    border-radius: var(--border-radius);
}

#show-more-gallery-item {
    margin-top: clamp(1.25rem, 0.875rem + 1.88vw, 3.125rem);
}

.decor_gallery-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer !important;
    font-size: 20px;
    font-family: var(--font_accent);
    font-weight: bold;
}

.decor_gallery-more svg path {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.decor_gallery-more:hover svg path {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    fill: var(--clr-accent);
}

.gallery_item {
    flex: 1 26%;
    position: relative;
    border-radius: var(--border-radius);
    height: 100%;
    /* aspect-ratio: 560 / 378; */
    /* clip-path: polygon(14px 0%, 100% 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0% 100%, 0% 14px); */
}

.gallery_item .gallery-img {
    inset: 0;
    max-width: 100%;
    max-height: 100%;
    /* -webkit-border-radius: 2vmin;
    -moz-border-radius: 2vmin;
    border-radius: 2vmin; */
    border-radius: calc(var(--border-radius) / 2);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_slide {
    position: relative;
    border-radius: var(--border-radius);
    height: 100%;
    /* aspect-ratio: 560 / 378; */
    /* clip-path: polygon(14px 0%, 100% 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0% 100%, 0% 14px); */
}

.gallery_slide .gallery-img {
    inset: 0;
    max-width: 100%;
    max-height: 100%;
    /* -webkit-border-radius: 2vmin;
    -moz-border-radius: 2vmin;
    border-radius: 2vmin; */
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_item:nth-child(2) {
    flex: 1 60%;
    max-width: none;
}

.gallery_item:nth-child(4) .gallery-img {
    /* border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; */
}

.hover-img {
    position: relative;
    display: block;
    height: 100%;
    cursor: pointer;
}

.hover-img::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/icons/name=plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0 0 0 / 50%);
    background-size: 40px;
    color: white;
    text-align: center;
    line-height: 1.3;
    opacity: 0;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: opacity .8s;
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    -ms-transition: opacity .8s;
    -o-transition: opacity .8s;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.hover-img.video::before {
    background-image: url(/img/icons/play.svg);
}

.hover-img.hover-img-link::before {
    background-image: none;
    opacity: 0.5;
}
.hover-img.hover-img-link .gallery-img_desc {
    opacity: 1;
}
.gallery_item:nth-child(4).hover-img::before {
    /* border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; */
}
.hover-img.hover-img-link:hover{
box-shadow: 0px 0px 1px 0px rgba(30, 60, 67, 0.35), 0px 0px 15px 0px rgba(30, 60, 67, 0.25);
}
.gallery2_items .gallery_item:nth-child(4).hover-img::before {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.gallery_item.hover-img:hover .gallery-img_desc,
.gallery_item_big.hover-img:hover .gallery-img_desc {
    opacity: 1;
}


.gallery2_items .gallery2-img {
    border-radius: var(--border-radius);
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 100%;
}

.gallery2_items a:nth-child(1) {
    /* grid-row: span 2; */
}

.gallery2_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.gallery2_items .gallery_item {
    aspect-ratio: 850 / 560;
}

.sertificates_slider .swiper-slide,
.sertificates_slider .swiper-slide a {
    cursor: pointer;
}

.hover-img:hover::before {
    opacity: 1;
    transition: opacity .8s;
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    -ms-transition: opacity .8s;
    -o-transition: opacity .8s;
}



.gallery2_items .gallery2-img .hover-img:hover::before,
.sertificates_container .hover-img:hover::before,
.sertificates_slider .swiper-slide .hover-img::before,
.sertificates_slider .swiper-slide .hover-img:hover::before,
.sertificates_slider .swiper-slide img,
.square, .rotated-square,
.product-slider__image .hover-img:hover::before,
.product-slider__image img {
    border-radius: calc(var(--border-radius) / 2);
}
.sertificates_items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
.sertificates_items .hover-img {
    height: auto;
    border-radius: calc(var(--border-radius));
    overflow: hidden;
}
.sertificates_items .hover-img img {
    border-radius: calc(var(--border-radius));
}
/* GALLERY */


/* SERVICES */

.services_container {}

.services_items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.services_items .btn {
    font-family: var(--font);
    cursor: pointer;
    padding-top: 19px;
    padding-bottom: 19px;
    margin-top: auto;
    /* color: #fff; */
}

.services_items .btn:hover {
    color: var(--clr-primary) !important;
}

.services_items .swiper-wrapper {}

.services_title_more {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    gap: 30px;
    align-items: end;
}

.more-services {
    font-size: 16px;
    font-family: var(--font_accent);
    display: flex;
    align-items: center;
    gap: 14px;
}

.service_item-wrapper {
    width: 33%;
    height: 100%;
    display: flex;
    height: auto;
    align-items: end;
    padding: 15px;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    background-image: url(/img/hero-block_img_right.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -o-border-radius: var(--border-radius);
    min-height: 500px;
}

.service_item_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}



.services_items h3 {
    cursor: pointer;
}

.service_item {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    /*     transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease; */
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    font-size: 15px;
}

.service_item-content {
    padding: 0 0;
    display: none;
    transition: all 0.5s;
}

.service_item-content strong {
    font-family: var(--font_accent);
}

.service_item.open {
    height: 100%;
}

.service_item svg {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    min-width: 41px;
}

.service_item.open .service_item-content {
    display: block;
    margin-top: 15px;
}

.service_item.open {
    padding: 20px;
}

.service_item.open svg rect {
    fill: var(--clr-primary);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.service_item.open .service_title .service_item-intro {
    display: inherit;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: auto;
}

.service_title h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid transparent;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.service_item:hover .service_title h3 {
    color: var(--clr-accent);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

/* 
.service_price {
    padding-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
} */

.service_price li {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
}

.services_nav {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
}

.services_nav .swiper-button-next,
.services_nav .swiper-button-prev {
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
}

.services2 {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.service2_item {
    padding: 0 clamp(1.25rem, 1.106rem + 0.72vw, 1.969rem);
    padding-top: clamp(1.875rem, 1.637rem + 1.19vw, 3.063rem);
    padding-bottom: clamp(1.875rem, 1.637rem + 1.19vw, 3.063rem);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: var(--border-radius);
    background-color: #fff;
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service2_item-head-svg {}

.service2_item-head-svg img {
    width: 100%;
    min-width: clamp(4.375rem, 4rem + 1.88vw, 6.25rem);
    height: clamp(4.375rem, 4rem + 1.88vw, 6.25rem);
}

.service2_item:nth-child(even) button {
    background-color: var(--clr-accent);
}

.service2_item:nth-child(even) button:hover {
    border-color: transparent;
}

.service2_item:nth-child(even) .service2_item-title {
    color: var(--clr-accent);
}


.services2-more span {
    text-decoration: underline;
}

.service2_item:nth-child(even) .services2-more span {
    color: var(--clr-accent);
}

.service2_item:hover {
    color: inherit;
    scale: 1.02;
}

.services2-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}


.service2_item-title {
    padding-bottom: 12px;
    font-size: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
}

.service2_item-title__wrapper {
    padding-bottom: clamp(1.25rem, 1.063rem + 0.94vw, 2.188rem);
    position: relative;
}

.about_services2-item {
    font-weight: bold;
    font-family: var(--font_accent);
    padding-bottom: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
}

.about_services2-item ul {
    font-weight: bold;
    list-style: disc;
    list-style-position: inside;
}

.about_services2-item ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.services2-result__title {
    padding-bottom: 12px;
}

.about_services2-item-title {
    padding-bottom: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

.services2-result ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 35px;
}

.service2_item-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}

/* SERVICES */


/* CONTACTS */
.map_container {
    position: relative;
}

#map .ymaps-2-1-79-inner-panes,
#map ymaps {
    /* border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius); */
}

.contact-page_wrapper {
    display: flex;
    gap: 20px;
}



.contact-page-intro,
.page-intro {
    max-width: 720px;
}

.contact-page_container {
    border-radius: var(--border-radius);
    background-color: var(--clr-secondary);
    padding: var(--block-vertical-padding) var(--block-horizontal-padding);
}

.contact-page_wrapper .section_title {
    /* display: none; */
}

.contact-page_wrapper .map_contacts {
    /* width: 50%; */
}

.contact-page_wrapper .map_contacts ymaps {
    width: 100%;
}

.contact-page_wrapper {
    display: flex;
}

.contact-page_wrapper .map_contacts {
    position: static
}

.contacts {
    background: var(--clr-50);
    display: flex;
    flex-direction: column;
}

.contacts.dark {
    background: #172F3A;
}

.map_contacts {
    /* padding:  clamp(1.875rem, 1.662rem + 1.06vw, 2.938rem); */
    /* background: #FFFFFF; */
    /* max-width: 560px; */
    /* border-radius: var(--border-radius); */
    /* box-shadow: 5px 5px 20px rgb(86 86 86 / 25%); */
    /* position: absolute; */
    /* z-index: 1;
    top: 8%;
    right: 3%;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius); */
    /* background: var(--clr-200); */
    /* height: calc(100% - 144px); */
    width: 100%;
    padding: var(--block-vertical-padding) 0;
}

.map_contacts.detail {
    max-width: none;
}

.contact-page_wrapper .map_contacts {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.contacts-list {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    /* gap: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem); */
    gap: clamp(1rem, 0.51vw + 0.889rem, 1.5rem);
}

.contacts-list .h3 {
    font-size: clamp(1.375rem, 1.1799rem + 0.8917vw, 2.25rem);
    max-width: 500px;
}

.contacts-list_item {
    display: flex;
    flex-direction: column;
    gap: clamp(0.5rem, 0.3885rem + 0.5096vw, 1rem);
    flex: 1 0 20%;
}

.contacts-list_item.w-full {
    /* width: 100%;
    flex: 1 100%; */
}

.contacts-list_title {
    /* font-size: clamp(0.875rem, 0.7914rem + 0.3822vw, 1.25rem); */
    font-size: 1rem;
    font-weight: 500;
    color: #6B6D76;
}
.contacts-list_item *:nth-child(2),
.contacts-list_item *:nth-child(5),
.contacts-list_item a {
    /* font-size: clamp(0.5rem, 0.4443rem + 0.2548vw, 0.75rem); */
    /* font-size: clamp(1rem, 0.51vw + 0.889rem, 1.5rem); */
    /* font-family: var(--font_accent); */
    line-height: 1.1;
    font-weight: 700;
    color: var(--clr-text);
}

.contacts.dark .contacts-list_title {
    color: #889499;
}

.contacts.dark .contacts-list_item *:nth-child(2),
.contacts.dark .contacts-list_item *:nth-child(5),
.contacts.dark .contacts-list_item a {
    color: var(--clr-50);
}

.contacts-list_item a:hover {
    color: var(--clr-primary) !important;
}

/* CONTACTS */


/* REVIEWS */
.reviews_container {
    border-radius: 7px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    padding: var(--block-vertical-padding) var(--block-horizontal-padding);
    /* background-color: var(--clr-secondary); */
    background-position: center;
}

.review {
    background-color: white;
    color: var(--clr-text);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: var(--border-radius);
    height: auto;
    /* max-height: 450px; */
}

.review-img {
    background-color: #191919;
    display: flex;
    justify-content: center;
}

.review.review-img .review_title,
.review.review-img .review_text {
    display: none;
}

.review.review-img .review-full_img {
    display: block !important;
}

.review .hover-img::before {
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.review .hover-img {
    display: flex;
    height: 100%;
    justify-content: center;
}

.review .review-full_img {
    max-width: 100%;
    width: 100%;
    object-fit: unset;
    inset: 0;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}


.review_title {
    border: 1px solid #cfcfcfa6;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    padding: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem) 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: var(--border-radius);
    background-color: #fff;
}

.review_text {
    padding: 14px 14px;
    overflow-y: auto;
    max-height: 320px;
    margin-bottom: 14px;
    padding-bottom: 0;
    height: 100%;
}

/* .review_text::-webkit-scrollbar {
  display: none;
} */

.review_text::-webkit-scrollbar {
    width: 3px;
    height: 15px;
}

.review_text::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.review_text::-webkit-scrollbar-thumb {
    background: var(--clr-primary);
}

.review .review_title img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.review_author {
    display: flex;
    flex-direction: column;
}

.review_nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.review_nav .swiper-button-next,
.review_nav .swiper-button-prev {
    position: static;
}

/* REVIEWS */

/* FAQ */

.faq_container {
    display: flex;
    justify-content: space-between;
    /* gap: 20px; */
}

.faq_container.row {
    flex-direction: column;
}

.faq_container.row .faq_right {
    max-width: none;
}

.faq_left {
    width: 100%;
    max-width: 580px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
}

.faq_left img {
    border-radius: var(--border-radius);
}

.faq_right {
    width: 100%;
}

.faq_container.faq_join {
    flex-direction: column;
}

.section_top_radius {
    /* clip-path: polygon(14px 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0% 100%, 0% 14px); */
}

.section_bottom_radius {
    /* clip-path: polygon(0 0%, 100% 0%, 100% calc(100% - 14px), calc(100% - 14px) 100%, 100% 100%, 0 100%, 0% 100%, 0% 0); */
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    justify-content: space-between;
}

.section_white {
    background: var(--clr-50);
    padding: clamp(1.5rem, 0.4968rem + 4.586vw, 6rem) 15px;

}

.section_white .btn-secondary {}

.section_mt_negative {
    margin-top: calc(var(--main-content-gap) * -1 + -2px);
}

.section_mb_negative {
    margin-bottom: calc(var(--main-content-gap) * -1 + -2px);
}

.section_white h2, .section_white .h2 {
    color: var(--clr-900);
}

.accordion-item {
    border-radius: var(--border-radius);
    padding: 25px 15px;
    padding-bottom: 15px;
    background-color: var(--clr-50);
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--clr-800);
}

.comitets-item {
    border-radius: var(--border-radius);
    padding: 25px 15px;
    padding-bottom: 15px;
    /* background-color: var(--clr-100); */
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    border-top: 1px solid var(--clr-100);
    /* clip-path: polygon(0 0%, calc(100% - 14px) 0%, 100% 14px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0 100%, 0% 100%, 0% 0); */
    position: relative;
    transition: all 0.5s;
}

.comitets-item.active {
    background: var(--clr-700);
    border-top-color: var(--clr-700);
}

/* .comitets-item::before
 {
    content: '';
    display: block;
    width: calc(100% - 0px);
    height: calc(100% - 1px);
    position: absolute;
    top: 1px;
    left: 0px;
    background-color: var(--clr-50);
    z-index: -1;
    clip-path: polygon(0 0%, calc(100% - 13px) 0%, 100% 15px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0 100%, 0% 100%, 0% 0);
    transition: all 0.3s;
} */
.accordion-header {
    font-family: var(--font);
    font-weight: bold;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: color 0.5s ease;
    font-weight: 600;
    font-size: clamp(1.125rem, 1.0971rem + 0.1274vw, 1.25rem);
}

.accordion-header:hover {
    color: var(--clr-primary);
}

.accordion-header .rotate-arrow rect {
    transition: all 0.5s;
}

.accordion-header:hover .rotate-arrow rect {
    fill: var(--clr-accent);
}

.accordion-header:hover .rotate-arrow path {
    fill: var(--clr-50);
}

.accordion-header-text {
    flex-grow: 1;
    color: var(--clr-800);
    transition: all 0.3s;
    padding-top: 36px;
    border-top: 1px solid #E1E3E9;
    color: var(--clr-600);
}

.accordion-content .text {

    color: #6B6D76;
    line-height: 1.9;
    /* width: 95%; */
}

.accordion-header-text .h3 {
    color: var(--clr-800);
    font-size: clamp(1.125rem, 0.9299rem + 0.8917vw, 2rem);
}

.accordion-header-num {
    width: 135px;
    font-size: 20px;
    color: var(--clr-400);
    transition: all 0.3s;
    flex-shrink: 0;
    font-weight: 400;
}

.comitets-item .accordion-header-link .link {
    font-size: 12px;
    text-transform: uppercase;
    /* color: var(--clr-800) !important; */
    opacity: 0;
    visibility: hidden;
    flex-shrink: 0;
}

.comitets-item .accordion-header-link .link {
    display: flex;
    align-items: center;
    gap: 8px;
}

.comitets-item .accordion-header-link .link svg {
    width: 12px;
}

.comitets-item.active .accordion-header-text .h3 {
    color: #fff;
}

.comitets-item.active .accordion-header-link .link {
    color: #fff !important;
    opacity: 1;
    visibility: visible;
}

.accordion-item .accordion-header .rotate-arrow path {
    transform: perspective(150px);
    transform-origin: center;
    transition: all 0.3s;
}

.accordion-item.active .accordion-header .rotate-arrow rect {
    fill: var(--clr-50);
}

.accordion-item.active .accordion-header .rotate-arrow path {
    transform: perspective(150px) rotateX(180deg);
    fill: #656D7B !important;
}

.comitets-item.active .accordion-header-num {
    color: var(--clr-200);
}

.accordion-header svg {
    /* min-width: 41px; */
}

.accordion-title {
    display: grid;
    grid-template-columns: 80px auto;
}

.accordion-title .year {
    color: var(--clr-primary);
    font-weight: 600;
}

.accordion-title .title {
    color: var(--clr-text);
}

.accordion-content {
    margin-right: 55px;
    margin-left: 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;

}

.accordion_content_cols {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding-top: 36px;
    padding-bottom: 12px;
    border-top: 1px solid #E1E3E9;
}

.accordion-content .slider {
    width: 50%;
    flex-shrink: 0;
    position: relative;
}

.accordion-content .slider_grid {
    display: flex;
    gap: 28px;

}

.accordion_slides_item {
    height: auto;
    border-radius: calc(var(--border-radius) / 2);
    /* flex-grow: 1; */
}

.accordion_slide_desc {
    margin-top: 1.5rem;
    line-height: 1.9;
    font-weight: 500;
    color: #979C9F;
    max-width: 490px;
    min-height: calc(16px * 1.6);
}

.accordion_slides_col {
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: auto;
    gap: 16px;
    flex-shrink: 0;
    width: calc(128 / 795 * 100%);
}

.accordion_slide {
    border-radius: calc(var(--border-radius) / 2);
    width: calc(640 / 795 * 100%);
}

.accordion_slide_img {
    border-radius: calc(var(--border-radius) / 2);
    overflow: hidden;
}

.accordion-content .slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.accordion-content .slider_nav {
    position: absolute;
    right: 0;
    bottom: 0;
    /* transform: translateY(50%); */
    display: flex;
    gap: 10px;
}

.slider_nav .swiper-button-next, .slider_nav .swiper-button-prev {
    position: static;
    margin-top: 0;
}

.comitets-item .accordion-content {
    margin-left: 150px;
    width: 70%;
    max-width: 700px;
    color: var(--clr-200);
}

/* FAQ */

/* PRICE */

.price_accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
}

.price_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.price__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.price_item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #DCE2EF;
    /* font-size: clamp(1rem, 0.9443rem + 0.2548vw, 1.25rem); */
    font-size: clamp(0.875rem, 0.7914rem + 0.3822vw, 1.25rem);
    font-weight: 600;
}

.price_name {
    color: var(--clr-600);
}

.price_value {
    color: var(--clr-accent);
    white-space: nowrap;
}

.price_quote {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 24px;
    border-radius: 16px;
    background: var(--clr-300);
    color: var(--clr-800);
    font-size: clamp(1rem, 0.9443rem + 0.2548vw, 1.25rem);
    font-weight: 600;
}

.price_accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.price_accordion-item {
    padding: 25px 20px;
    padding-bottom: 15px;
    background-color: var(--clr-secondary);
    border-radius: var(--border-radius);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border: 1px solid transparent;
}

.price_accordion-item:hover {
    box-shadow: 0px 0px 1px 0px rgba(30, 60, 67, 0.15), 0px 0px 10px 0px rgba(30, 60, 67, 0.15);
}

.price_accordion-header .price_inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.price_accordion-header .price_accordion_name {
    font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
}

.price_accordion-header .price_inner .price_sum {
    font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
}

.price_accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.price_inner svg {
    transition: transform 0.5s;
}

/* PRICE */


/* WORK PRINCIPES */
.work_principes_container {
    background-color: var(--clr-primary);
    color: #fff;
    border-radius: var(--btn-border-radius);
    padding: var(--block-vertical-padding) var(--block-horizontal-padding);
}

.principes_wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.principes_items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.principes_items .principe {
    flex: 1 300px;
    background-color: white;
    color: var(--clr-text);
    border-radius: var(--border-radius);
    padding: clamp(1.25rem, 1.063rem + 0.94vw, 2.188rem);
}

.principes_items .principe img {
    width: 82px;
    height: 82px;
}

.principe_title {
    padding-top: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
    padding-bottom: 12px;
}

.principe_img img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    min-height: 300px;
    border-radius: var(--border-radius);
    max-height: 450px;
}

/* WORK PRINCIPES */

/* OUR PARTNERS */
.our_partners {
    overflow: hidden;
}

.our_partners-slider {
    width: 100%;
    /* max-width: 1285px; */
    max-width: calc(100% - 150px);
}

.our_partners-slider-line {
    width: 100%;
    overflow: visible;
    padding-top: 12px;
    padding-bottom: 12px;
}

.our_partners-slider-line::after, .our_partners-slider-line::before {
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #D1D5DD;
    left: 50%;
    transform: translateX(-50%);
}

.our_partners-slider-line::after {
    top: 0;
}

.our_partners-slider-line::before {
    bottom: 0;
}

.our_partners-slider .swiper-slide {
    padding: 10px;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_partners-slider-line .swiper-slide {
    padding: 10px;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    color: #485B75;
    text-align: center;
}

.our_partners-slider a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.our_partners-slider a:hover, .our_partners-slider-line a:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -ms-filter: drop-shadow(0px 0px 5px var(--clr-50));
    filter: drop-shadow(0px 0px 5px var(--clr-50));
}

.our_partners-slider a:hover .our_partners-slider .swiper-slide {}

.our_partners-slider_wrapper {
    position: relative;
}

.our_partners_items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: clamp(1.25rem, 1.783vw + 0.86rem, 3rem) clamp(1rem, 1.019vw + 0.777rem, 2rem);
}

.our_partner {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.our_partner:hover {
    transform: translateY(-5px);
}
/* OUR PARTNERS */


/* TARIF */
.stick_wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: clamp(1rem, 0.775rem + 1.13vw, 2.125rem);
}

.tarif_title {
    padding-bottom: 12px;
}

.tarif_intro {
    padding-bottom: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}

.stick {
    padding: 5px 20px;
    border-radius: var(--border-radius);
    color: #fff;
}

.stick.red {
    background-color: #ff00008f;
}

.stick.green {
    background-color: #00800096;
}

.tarifs_wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.tarif {
    flex: 1 350px;
    background-color: var(--clr-secondary);
    border-radius: var(--border-radius);
    padding: 20px;
    color: #fff;
}

.tarif .text-content ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tarif .text-content li {
    font-weight: bold;
    line-height: 1.1;
}

.tarif .text-content li small {
    font-weight: 400;
    color: #8E8E8E;
    margin-top: 8px;
}

.tarif.white {
    background-color: var(--clr-primary);
    color: #fff;
}

.tarif.white li small {
    color: #d9d9d9;
}

.tarif.white .old_price {
    color: #d9d9d9 !important;
}

.tarif.white .old_price::before {
    background-color: #d9d9d9 !important;
}

.tarif_price {
    padding-top: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem);
    display: flex;
    flex-direction: column;
    font-family: var(--font_accent);
    gap: 16px;
}

.tarif_price .old_price {
    font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
    position: relative;
    color: #757575;
}

.tarif_price .old_price::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #757575;
    top: 50%;
}

.tarif_price .actual_price {
    font-size: clamp(1.875rem, 1.65rem + 1.13vw, 3rem);
}

.tarif .btn {
    margin-top: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
    padding: 20px;
}


/* TARIF */


/* TABS */

.tabs {
    /* background: var(--clr-secondary); */
    border-radius: var(--border-radius);
    color: #fff;
    width: 100%;
}

.tabs-slider {
    display: flex;
    flex-direction: column;
    gap: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}

.tabs__caption {
    width: 100% !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    position: relative;

    /* margin: -1px 0 0 -1px; */
    gap: 8px;
    bottom: 0 !important;
    /* background-color: var(--clr-wrapper); */
}

.tabs__caption .btn {
    min-width: auto;
    width: auto;
    flex-grow: 0;
    flex: 1 1 150px;
    margin: 0 !important;
}

.tabs__caption .btn.swiper-pagination-bullet-active {
    background: var(--clr-accent);
    color: #fff;
}

.tabs__caption .btn.swiper-pagination-bullet-active:hover {
    background: var(--clr-accent);
    color: #fff !important;
}

.tabs__caption .btn.swiper-pagination-bullet-active::before {
    background: var(--clr-accent);
}

.tabs__caption li {
    padding: 15px clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
    margin: 1px 0 0 1px;
    color: #000;
    position: relative;
    border-width: 2px 2px 0;
    border-radius: var(--border-radius);
    text-align: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs__caption li:not(.active) {
    cursor: pointer;
}

.tabs__caption li:not(.active):hover {}

.tabs__caption .active {
    background: var(--clr-secondary);
    color: #fff;
}

.tabs__caption .active {
    background: var(--clr-secondary);
    color: #fff;
}

.tabs__content {
    /* display: none; */
    /* background: var(--clr-900); */
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 1.5s;
}

.quiz-slider .tabs__content {
    padding-right: 0;
    padding-left: 2px;
    padding-right: 2px;
}

.tabs__content.swiper-slide-visible {
    opacity: 1;
    visibility: visible;
}

.tabs__content .tab-castom_ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
}

.tabs__content .tab-castom_ul li {
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    font-weight: bold;
    padding: 20px;
    padding-left: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

.tabs__content .tab-castom_ul li:first-child {
    padding-top: 0;
}


.tabs__content.active {
    display: block;
}

.tabs__content {
    /* padding-left: clamp(1.25rem, 1rem + 1.25vw, 2.5rem); */
    padding-right: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
    /* padding-bottom: clamp(1.875rem, 1.337rem + 2.69vw, 4.563rem); */
}

.tabs__content:has(.tab-castom_ul) {
    padding-left: 0;
    padding-right: 0;
}

/* TABS */



/* PAGE CATALOG */


.catalog_tabs {
    display: flex;
    justify-content: start;
    gap: 10px;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

.catalog_tab {
    cursor: pointer;
    padding: 10px 20px;
    background-color: lightgray;
    border-radius: var(--border-radius);
}

.catalog_tab.active {
    background-color: gray;
    color: white;
}

.catalog_content {
    display: none;
    border-top: none;
}

.catalog_content.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.catalog_item {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    background-color: var(--clr-secondary);
    position: relative;
}

.catalog-inner_container .catalog-price {
    flex-direction: column-reverse;
    align-items: flex-start;
}

.catalog-inner_container .catalog-price_old {
    color: var(--clr-primary) !important;
    font-size: clamp(1.375rem, 1.35rem + 0.13vw, 1.5rem);
}

.catalog-inner_container .catalog-price_actual {
    font-size: clamp(1.625rem, 1.35rem + 1.38vw, 3rem);
}

.catalog-inner_container .catalog-price_old::before {
    background-color: var(--clr-primary) !important;
}

.catalog-inner_content {
    width: calc(890 / 1720 * 100%);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(1.5rem, 1.3328rem + 0.7643vw, 2.25rem);
    padding: clamp(1rem, 2.038vw + 0.554rem, 3rem) clamp(1rem, 3.057vw + 0.331rem, 4rem);
    border-radius: var(--border-radius);
    background: var(--clr-50);
}
.service_description_text {
    width: 100%;
}
.team_detail_content {
    width: calc(890 / 1720 * 100%);
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    gap: clamp(1.5rem, 1.3328rem + 0.7643vw, 2.25rem);
}

.team_detail-inner_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(1.5rem, 1.3328rem + 0.7643vw, 2.25rem);
    padding: 0 clamp(3rem, -1.8003rem + 7.7503vw, 7.5rem);
}

.team_detail-subtitle {
    margin-top: 1rem;
}

.product_stickerbox {
    width: max-content;
}

.team_description-pwr {
    width: calc(720 / 1720 * 100%);
}

.catalog_item .sticker,
.product_stickerbox {
    position: absolute;
    right: -30px;
    top: 20px;
    padding: 5px 12px;
    text-align: center;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font_accent);
    font-size: 14px;
}

.products_item_content_inner .sticker {
    padding: 5px 12px;
    text-align: center;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font_accent);
    font-size: 14px;
    z-index: 20;
}

.products_item_content_inner .btn {
    padding: 12px 16px;
}


.catalog_item .sticker.red,
.products_item_content_inner .sticker.red {
    background-color: #ed111185;
}

.catalog_item .sticker.green,
.products_item_content_inner .sticker.green {
    background-color: #2aa738a8;
}

.catalog_item .sticker.blue,
.products_item_content_inner .sticker.blue {
    background-color: #2424b98f;
}

.catalog_content .catalog_item:hover {
    box-shadow: 0px 0px 1px 0px rgba(30, 60, 67, 0.25), 0px 0px 15px 0px rgba(30, 60, 67, 0.15);
    transition: transform 0.3s ease-in;
}

.catalog_content .catalog_item:hover {
    color: inherit;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

.catalog_item img {
    border-radius: var(--border-radius);
    height: auto;
    max-width: 100%;
    width: 100%;
}

.catalog_item-text {
    padding: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem) 22.5px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}


.catalog-price {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: var(--font_accent);
}

.catalog-price_old {
    position: relative;
    color: #757575;
}

.catalog-price_old::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #757575;
    top: 45%;
}

.catalog-price_actual {
    font-weight: bold;
    font-size: 20px;
}

.catalog_item-more-order {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.catalog_item-more-order span {
    text-decoration: underline;
}

/* PAGE CATALOG */


/* CATALOG ITEM PAGE */

.catalog_item_container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.catalog_item-left img {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.catalog_item-left {
    max-width: 700px;
    width: 100%;
    gap: 20px;
}

.catalog_item-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 580px;
}

.catalog_item-title {
    padding-bottom: 10px;
}

.catalog_item-price {
    padding-top: 0;
}

.catalog_item-ordermore {
    display: flex;
    align-items: center;
    gap: 38px;
    flex-wrap: wrap;
}

.catalog_item-ordermore a {
    text-decoration: underline;
}

.catalog_content-item {
    display: grid;
}

.catalog_item-left .slider {
    color: #fff;
    overflow: hidden;
    height: 100%;
}

.catalog_item-left .slider .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slider__flex {
    display: flex;
    align-items: flex-start;
}

.slider__col {
    display: flex;
    gap: 20px
}

.slider__prev,
.slider__next {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: red;
    position: absolute;
    z-index: 999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;

}

.slider__prev,
.slider__next svg {
    width: 20px;
    height: 20px;
}

.slider__prev {
    left: 45%;
    top: 10px;
    rotate: 180deg;
}

.slider__next {
    left: 45%;
    bottom: 10px;
}

.slider__prev:focus,
.slider__next:focus {
    outline: none;
}

.slider__thumbs {
    height: 600px;
}

.slider__thumbs .slider__image {
    transition: 0.25s;
    -webkit-filter: grayscale(10%);
    filter: grayscale(10%);
    opacity: 0.5;
}

.slider__thumbs .slider__image:hover {
    opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.slider__thumbs .swiper-slide {
    width: 208px;
    cursor: pointer;
}

.slider__images {
    height: 600px;
    width: 460px;
}

.slider__images .slider__image img {
    transition: 3s;
}

.slider__images .slider__image:hover img {
    transform: scale(1.1);
}

.slider__image {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.badge {
    border-radius: var(--border-radius) !important;
}

/* CATALOG ITEM PAGE */


.gallery-page_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0.313rem, 0.125rem + 0.94vw, 1.25rem);
}

.gallery-page_items .gallery_item_big {
    aspect-ratio: 850 / 560;
}

.review_cont_wrapper {
    display: flex;
    gap: 20px;
}

.news_gallery_items {
    margin-top: 36px;
}

.news_gallery_items .gallery_item {
    aspect-ratio: 850 / 560;
}

.reviews_slider {
    width: 100%;
}

.review_vidget>div:first-child {
    width: 300px !important;
    height: 100% !important;
}

.review_vidget>div:first-child iframe {
    border-radius: var(--border-radius) !important;
}


@media (max-width: 767px) {
    .review_cont_wrapper {
        flex-direction: column;
    }

    .review_vidget>div:first-child {
        height: 400px !important;
        width: 100% !important;
    }
}


.color_dark {
    color: var(--clr-text) !important;
}

.tabs__content .tab-castom_ul li:nth-child(even) {
    background-color: #fff;
    color: var(--clr-text) !important;
}

.gallery-top,
.gallery-thumbs {
    border-radius: var(--border-radius);
}

.service_description-container {
    background: var(--clr-50);
    border-radius: var(--border-radius);
    padding: clamp(1rem, 2.038vw + 0.554rem, 3rem);
}

.service_description_bottom {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    align-items: flex-start;
    gap: clamp(1rem, 0.7213rem + 1.2739vw, 2.25rem);
    margin-top: 1rem;
    margin-left: auto;
}

.service_description-container_text_left {
    /* font-size: clamp(1rem, 0.8885rem + 0.5096vw, 1.5rem); */
        padding: clamp(1rem, 2.038vw + 0.554rem, 3rem) clamp(1rem, 3.057vw + 0.331rem, 4rem);
    border-radius: var(--border-radius);
    background: var(--clr-50);
    margin-top: 2rem;
}
.table-container {
    width: 100%;
    overflow-x: auto;
}
.table-container table {
    min-width: 850px;
}
.catalog-inner_container {
    display: flex;
    align-items: flex-start;
    gap: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
    /* margin-bottom: 30px; */
    justify-content: space-between;
}

.catalog_gallery-wrapper {
    overflow-x: hidden;
    position: relative;
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.catalog_gallery-wrapper .swiper-button-next,
.catalog_gallery-wrapper .swiper-button-prev {
    position: absolute;
    top: 40%;
}

.catalog_gallery-wrapper .swiper-slide,
.catalog_gallery-wrapper .swiper-wrapper {
    border-radius: 2vmin;
    height: auto;
}

.catalog_gallery-wrapper img {
    border-radius: 2vmin;
    height: 100%;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.7;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.videos_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.video_item {
    background-color: var(--clr-secondary);
    border-radius: var(--border-radius);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    /* width: 100%; */
    aspect-ratio: 212 / 100;
}

.video_item-title {
    /* padding-bottom: 10px; */
    color: var(--clr-50);
}

.video_item a {
    cursor: pointer;
    height: auto;
    width: 100%;
    height: 100%;
}

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

.video_item .hover-img::before {
    border-radius: var(--border-radius);
    opacity: 1;
    background-color: rgb(0 0 0 / 20%);
    transition: all .8s;
    cursor: pointer;
    background: url(/img/icons/play.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.video_item .hover-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.62%, #000000 100%);
    border-radius: var(--border-radius);
    cursor: pointer;
} 
.video_item:hover .hover-img::before {
    background-image: url(/img/icons/play.svg);
    opacity: 1; 
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    background-color: rgb(0 0 0 / 50%);

}

.video_item-img {
    border-radius: var(--border-radius);
    cursor: pointer;
    width: 100%;
}

.video_item_desc {
    padding: 20px;
    position: absolute;
    color: var(--clr-50);
    bottom: 0;
}

.video_item_desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.video_item .hover-img::before {
    background-image: url(/img/icons/play.svg);
}

.video-title_more {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px 24px;
}

/* 

.catalog_gallery-wrapper {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.gallery-top, .gallery-thumbs {
    border-radius: var(--border-radius);
    width: 300px;
    height: 300px;
}

.catalog_gallery-wrapper {
    height: auto;
}

.gallery-top {
    height: 100%;
    width: 65%;
}

.gallery-top .swiper-wrapper {
    height: 100%;
}

.gallery-thumbs .swiper-slide {
    height: 100% !important;
} */

/* 
.cont-padding {
    padding-top: 35px !important;
}

 */

.gallery-img_desc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 15px;
    text-align: center;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff !important;
    z-index: 50;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.hover-img-link .gallery-img_desc {
    bottom: 0;
    top: auto;
    /* left: 0; */
    padding: clamp(0.9375rem, 0.6449rem + 1.3376vw, 2.25rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(1.125rem, 0.9299rem + 0.8917vw, 2rem);
    font-weight: 800;
    font-family: var(--font_accent);
    text-align: left;
    line-height: 1.1;
    transform: translateX(-50%);
    gap: 12px;
}

.hover-img-link .gallery-img_desc svg {
    flex-shrink: 0;
}
.products_filter {
    margin-bottom: 1rem;
}
.products_filter_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.products_filter_list .swiper-scrollbar {
    bottom: auto;
    top: calc(100% + 10px);
}
.products_filter_item {
    display: flex;
    width: auto;
    padding: 12px 16px;
    border-radius: var(--btn-border-radius);
    background: var(--clr-50);
    font-size: clamp(0.875rem, 0.127vw + 0.847rem, 1rem);
    font-weight: 600;
    color: #30393F;
    transition: all 0.5s;
    white-space: nowrap;
}
a.products_filter_item:hover {
    background: var(--clr-primary);
    color: var(--clr-50) !important;
}
.products_filter_item.active {
    background: var(--clr-primary);
    color: var(--clr-50);
}
.gallery_item_big.hover-img::before,
.gallery_item.hover-img::before {
    background-position: center;
    border-radius: calc(var(--border-radius) / 2);
}

.gallery_item-top::before {
    background-position: center 70% !important;
}

.products_item_content_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
    border-top: 1px solid #eff0f2;
}

.products_item_content {
    position: relative;
}

.product_stickerbox {
    display: flex;
    gap: 5px;
}

.products_item_variationimg {
    border-radius: var(--border-radius);
}

.product-item_price_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    /* padding-top: 15px; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.products_item_content_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;

}

.products_item_content {
    position: relative;
}

.product_stickerbox {
    display: flex;
    gap: 5px;

}

.products_item_variationimg {
    border-radius: var(--border-radius);
}

.calendar {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background-color: var(--clr-accent);
    padding: var(--block-vertical-padding) var(--block-horizontal-padding);
    border-radius: var(--border-radius);
}

#calendarBody tr:last-child {
    display: none;
}

.calendar #currentMonth {}

.calendar .swiper-button-next,
.calendar .swiper-button-prev {
    position: static;
    margin-top: 0;
}

.calendar-header {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 10px;
    justify-content: space-between;
}

.calendar table {
    width: 100%;
}

.calendar .calendar_title {
    text-align: left;
}

.calendar th, .calendar td {
    padding: 10px 0;
    text-align: left;
}

.calendar td {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.calendar td:hover {
    color: var(--clr-primary);
    cursor: pointer;
}

.calendar th, .calendar td {
    font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
    width: clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem);
    height: clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem);
    display: flex;
    justify-content: center;
    border-radius: var(--border-radius);
    align-items: center;
}

.calendar table thead tr {
    font-family: var(--font_accent);
    font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#calendarBody tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.calendar_nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.calendar_nav #prevMonth,
.calendar_nav #nextMonth {
    width: 40px;
    height: 40px;
}

.current-day {
    background-color: var(--clr-primary);
    color: #fff;
}

.current-day:hover {
    background-color: transparent;
    color: var(--clr-text);
}


.has-html5video .fancybox__content video {
    object-fit: contain !important;
}

.map_contacts .messangers_box svg {
    width: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
    height: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
}

.text-content_disc {
    padding: var(--block-vertical-padding) var(--block-horizontal-padding);
    background-color: var(--clr-secondary);
    border-radius: var(--border-radius);
    color: var(--clr-900);
    font-size: clamp(1rem, 0.9443rem + 0.2548vw, 1.25rem);
}

.text-content_disc h1, .text-content_disc h2, .text-content_disc h3, .text-content_disc h4, .text-content_disc h5, .text-content_disc h6, .text-content_disc .h1,
.text-content_disc .h2, .text-content_disc .h3, .text-content_disc .h4, .text-content_disc .h5, .text-content_disc .h6 {
    line-height: 2;
    color: var(--clr-900);
}

.map_contacts .messangers_box {
    padding-top: 30px;
}

.fancybox__caption {
    max-width: 1200px;
    text-align: center;
    background-color: #ffffff2e;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.team_prepod.preims_items {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* job */
.job {
    background: var(--clr-50);
    border-radius: calc(var(--border-radius) * 2) calc(var(--border-radius) * 2) 0 0;
    padding: clamp(1rem, 2.038vw + 0.554rem, 3rem) 0;
}
.job_accordion {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    color: #fff;
}

.job_accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.job_accordion-item {
    padding: 25px 0px;
    padding-bottom: 15px;
    /* background-color: var(--clr-secondary); */
    /* border-radius: var(--border-radius); */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border-top: 1px solid #DCDEE2;
}
.job_accordion-item:last-child {
    border-bottom: 1px solid #DCDEE2;
}
.job_accordion-item:hover {
    /* box-shadow: 0px 0px 1px 0px rgba(30, 60, 67, 0.15), 0px 0px 10px 0px rgba(30, 60, 67, 0.15); */
    color: var(--clr-primary) !important;
}
.job_accordion-item .rotate-arrow rect, .job_accordion-item .rotate-arrow path {
    transition: all 0.3s;
}
.job_accordion-item:hover .rotate-arrow rect{
    fill: var(--clr-accent);
}
.job_accordion-item:hover .rotate-arrow path{
    fill: var(--clr-50);
}
.job_accordion-header .job_inner {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.job_accordion-header .job_accordion_name {
    font-size: clamp(1rem, 0.255vw + 0.944rem, 1.25rem);
    font-weight: 700;
}

.job_accordion-header .job_inner .job_sum {
    font-size: clamp(1rem, 0.255vw + 0.944rem, 1.25rem);
    font-weight: 600;
    flex-shrink: 0;
}

.job_accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}
.job_accordion-content-col {
    flex: 1 0 30%;
}
.job_inner svg {
    transition: transform 0.5s;
}

/* JOB */


.inn {
    margin: 1.5rem 0 0 0;
    font-weight: 600;
    /* font-size: 14px; */
}

acronym {
    cursor: help;
}

.team_items {
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 20px;
}

.team_nav {
    position: relative;
    display: flex;
    gap: 16px;
    width: auto;
    margin-left: auto;
}

.team_nav .swiper-button-next, .team_nav .swiper-button-prev {
    aspect-ratio: 70/70;
    width: 48px;
    height: 48px;
    position: static;
    margin-top: 0;
    border-radius: 50%;
}

.header_bottom.fixed-header .img img {
    /* height: 42px; */
}

.quiz_control {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.quiz_control_navigation {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.quiz-slider .label_check_path {
    align-items: baseline;
}

.quiz-slider .label_check_path span.content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
    pointer-events: none;
}

.quiz-slider .feedback_form_content {
    padding: 0 2px;
}

.quiz_prev_step.swiper-button-disabled {
    display: none;
}

.quiz_next_step.swiper-button-disabled {
    display: none;
}

.quiz_final {
    display: none;
}

.tarifs_items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.community_text {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 0.9984rem + 2.293vw, 3.75rem);
    align-items: flex-start;
}

.community_text .feedback_form_text-intro {
    color: var(--clr-50);
}

.community_text h4 {
    line-height: 2.4;
}

.sertificate_text {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 0.9984rem + 2.293vw, 3.75rem);
    align-items: flex-start;
}

.sertificate_text .feedback_form_text-intro {
    color: var(--clr-50);
}

.contest_text {
    max-width: 810px;
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 1.3328rem + 0.7643vw, 2.25rem);
    align-items: flex-start;
}

.contest_text .section_title {
    max-width: 680px;
}

.contest_text .feedback_form_text-intro {
    max-width: 600px;
    color: #8C98A9;
}

.messanger_link {
    width: 100px;
    height: 100px;
    transition: all .5s;
}

.messanger_link svg {
    width: 100%;
    height: 100%;
}

.messanger_link:hover {
    transform: translateY(-10px);
}

.contest_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.contest_wrapper .btn-secondary {
    color: var(--clr-900) !important;
}

.contest_wrapper .btn-secondary:hover {
    color: var(--clr-50) !important;
    background: var(--clr-accent) !important;
}

.contest_wrapper .btn-secondary.btn_with-arrow .rotate-arrow rect {
    fill: var(--clr-primary) !important;
}

.contest_wrapper .btn-secondary.btn_with-arrow .rotate-arrow path {
    fill: var(--clr-50) !important;
}

.contest_wrapper .btn-secondary.btn_with-arrow:hover .rotate-arrow path {
    fill: var(--clr-50) !important;
}

.archive {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    /* margin-top: 50px; */
}

.archive .archive__wrapper .products_item_desc {
    -webkit-line-clamp: 5;
}

.archive__wrapper .products_item {
    min-height: unset;
}

.archive .archive__years {
    background-color: #fff;
    border-radius: 32px;
    /* padding: 42px; */
    position: sticky;
    top: 60px;
}

.archive__wrapper {
    display: grid;
    /* flex-direction: column; */
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    flex: 1;
    width: calc(100% - 350px);
}




.archive .archive__years .archive__years-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.archive .archive__years .archive__years-items .archive__year {
    font-size: clamp(1rem, 0.9443rem + 0.2548vw, 1.25rem);
    font-family: var(--font_accent);
    font-weight: bold;
    position: relative;
    width: 272px;
    background: #F2F3F6;
    color: #485B75;
    border-radius: var(--border-radius);
    padding: 24px 48px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
}

.archive .archive__years .archive__years-items .archive__year:hover, .archive .archive__years .archive__years-items .archive__year.active {
    background: var(--clr-secondary);
    color: var(--clr-50) !important;
}

/* .archive .archive__years .archive__years-items .archive__year.active::before {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background-color: var(--clr-accent);
    position: absolute;
    left: -28px;
    top: calc(50% - 4px);

} */

.preim_text_tags {
    display: flex;
    align-items: center;
    gap: 8px;
}

.preim_text_tag {
    padding: 12px 16px;
    font-size: clamp(1rem, 0.9443rem + 0.2548vw, 1.25rem);
    background: #fff;
    color: #778699;
    border-radius: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.catalog-inner_content .preim_text_tag {
    background: #F2F3F6;
    color: #778699;
}

.catalog-inner_content .preim_text_tag.current::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3C9158;
}

.catalog-inner_content .preim_text_tag.old::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C65456;
}

.preim_text_tag.current {
    color: #3C9158;
    background: #CEDFD7;
}

.preim_text_tag.old {
    color: #C65456;
    background: #E8CCCC;
}

.news_page .news__wrapper {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    height: 320px;
}

.news_page .news__wrapper-top .products_item_title {
    -webkit-line-clamp: 2;

}

.news_page .news__wrapper-top .products_item_desc {
    -webkit-line-clamp: 2;

}

.news_page .news__wrapper-top .products_item:hover {
    color: #ffbdbb !important;
}

.news__wrapper .news__main {
    flex: 1;
    height: 100%;
}

.news__wrapper .products_item:hover {
    transform: unset;
}

.news__wrapper .news__all {
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.news__wrapper .product_stickerbox.date,
.archive .archive__wrapper .product_stickerbox.date {
    position: absolute;
    top: 32px;
    left: 32px;
    background-color: var(--clr-secondary);
    border-radius: 16px;
    padding: 11px 16px;
    font-family: unset;
}

.news__wrapper .news__all .products_item {
    min-height: unset;
    background-color: #fff;
    width: 96%;
}

.products_item:hover .read_more::before {
    transform: scale(1);

}

.news__wrapper .news__all .products_item .image,
.archive__wrapper .products_item .image {
    padding: 20px 0 20px 20px;
    width: 280px;
    height: 280px;
}

.news__wrapper .news__all .products_item .image img,
.archive__wrapper .products_item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news__wrapper .news__all .products_item_content,
.archive__wrapper .products_item_content {
    flex-direction: row;
}

.js_hero_paused {
    width: 50px;
    height: 50px;
    margin-top: auto;
    padding: 0;
    justify-content: center;
}

.js-scroll-bottom svg {
    animation: fadeVertical 1s linear infinite forwards;
}

@keyframes fadeVertical {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-1px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}

.demo {
    background: linear-gradient(180deg, #3c5c6a 0%, #0B181E 100%),
        radial-gradient(29.56% 56.41% at 20.16% 6.36%, rgba(94, 176, 211, 0.2) 45.67%, rgba(94, 176, 211, 0) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    padding: var(--block-vertical-padding) 0;
    border-radius: 48px 48px 0 0;
    color: var(--clr-50);
    position: relative;
}

.demo_top {
    display: flex;
    justify-content: space-between;

}

.demo_col {
    /* width: 50%;
    flex-grow: 1; */
    display: flex;
    flex-direction:column;
    align-items: flex-start;
}

.demo_col:first-child {
    width: 80%;
    flex-grow: 1;
}

.demo_title {
    max-width: 700px;
    color: var(--clr-50) !important;
    margin-bottom: 1rem;
}

.demo_title h2 {
    color: var(--clr-50) !important;
    line-height: 1.3;
}

.demo_control {
    display: flex;
    justify-content: space-between;
}
.demo_control_left {
    margin-left: auto;
}
.demo_subtitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 2em;
    padding-right: 3em;
}

.demo_subtitle p {
    line-height: 1.9;
}
.demo_age {
    margin-top: clamp(1.25rem, 0.764vw + 1.083rem, 2rem);
}
.demo_tip {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
    width: 177px;
    height: 177px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: #0D1F26;
    backdrop-filter: blur(24px)
}

.demo_bottom {
    width: 100%;
    margin-top: clamp(3rem, 2.357vw + 2.484rem, 5.313rem);
    /* aspect-ratio: 1920 / 618; */
    position: relative;
    overflow-x: auto;
}

.demo_bottom_content {
    position: relative;
    min-width: 1200px;
    min-height: 390px;
}

.demo_bottom::-webkit-scrollbar {
    height: 8px;
    /* Ширина всего элемента навигации */
    border-radius: 16px;
}

.demo_bottom::-webkit-scrollbar-track {
    background: #214453;
    /* Цвет дорожки */
    border-radius: 16px;
}

.demo_bottom::-webkit-scrollbar-thumb {
    background-color: #122730;
    /* Цвет бегунка */
    border-radius: 20px;
    /* Округление бегунка */
}

.demo_bottom svg {
    width: 100%;
    height: 100%;
    min-width: 1200px;
}

.btn_popup {
    transform-origin: center;
    display: flex;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.btn_popup rect {
    transition: all 0.3s;
}

.btn_popup path {
    transition: all 0.3s;
}

.btn_popup path:nth-of-type(2) {
    opacity: 0;
}

.btn_popup:hover rect {
    fill: var(--clr-50);
}

.btn_popup:hover path {
    stroke: var(--clr-text);
}

.btn_popup.active rect {
    fill: var(--clr-50);
}

.btn_popup.active path {
    stroke: var(--clr-text);
}

.btn_popup.active {
    /* transform: rotate(45deg); */
}

.btn_popup.active path:nth-of-type(1) {
    opacity: 0;
}

.btn_popup.active path:nth-of-type(2) {
    opacity: 1;
}

.demo_popup {
    display: flex;
    flex-direction: column;
    max-width: 416px;
    padding: clamp(1.125rem, 0.637vw + 0.986rem, 1.75rem) clamp(0.75rem, 1.529vw + 0.416rem, 2.25rem);
    /* padding-top: 56px; */
    background: var(--clr-50);
    border-radius: var(--border-radius);
    position: absolute;
    top: 0;
    left: 0;
    gap: 1rem;
    align-items: flex-start;
    /* clip-path: url(#popup-clip); */
    opacity: 0;
    visibility: hidden;
    scale: 0.9;
    /* transform: translate(-50%, 0px); */
    transition: opacity 0.5s, scale 0.5s;
}

.demo_popup::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    transform: translate(-50%, -40%) rotate(45deg);
    transform-origin: center;
    background: var(--clr-50);
    position: absolute;
    top: 0;
    left: 50%;
}

.demo_popup.show {
    opacity: 1;
    visibility: visible;
    scale: 1;
}

.patents {
    padding-top: var(--block-vertical-padding);
    padding-bottom: calc(var(--block-vertical-padding) * 1.5);
    border-radius: calc(var(--border-radius) * 3) calc(var(--border-radius) * 3) 0 0;
    background: var(--clr-50);
}

.patents.section_dark {
    border-radius: 0 0 calc(var(--border-radius) * 3) calc(var(--border-radius) * 3);
    background: var(--clr-900);
}

.patents_items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.patents_item {
    display: grid;
    grid-template-columns: 100px auto 110px;
    grid-gap: 1.5rem;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid var(--clr-500);
}
.patents_item_num {
    color: #6D7478;
    font-weight: 500;
}
.patents_item_title {
    font-weight: 700;
}
.docks_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #DCDEE2;
}

.docks_item .patents_item_title {
    font-weight: 700;
    font-size: clamp(1rem, 0.255vw + 0.944rem, 1.25rem);
}

.patents_item:last-child {
    border-bottom: 1px solid var(--clr-500);
}

.docks_item:last-child {
    border-bottom: 1px solid #DCDEE2;
}

.cookies__popup {
  position: fixed;
  bottom: 3em;
  max-width: 670px;
  /* left: 0; */
  right: 15px;
  width: auto;
  display: flex;
  justify-content: space-between;
  z-index: 2000;
  opacity: 0;
  transition: all 0.3s;
}

.cookies__popup_content {
  border-radius: 8px;
  padding: 16px 16px;
  backdrop-filter: blur(26px);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 16px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 16px 0px rgba(34, 60, 80, 0.2);
}

.cookies__popup_content-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.cookies__popup_content h3 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .cookies__popup_content {
    font-size: 14px;
    /* padding: 20px 24px; */
  }

  .cookies__popup_content-row {
    /* flex-direction: column; */
  }

  @media screen and (max-width: 576px) {
    .cookies__popup_content-row {
      flex-direction: column;
      gap: 10px;
    }

    .cookies__popup {
      width: 100%;
      right: 0;
    }

    .cookies__popup_content .btn {
      width: 100%;
      font-size: 14px;
    }
  }
}