/*
Theme Name: Maket
Theme URI: http://vmig.site

Author URI: http://vmig.site

Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maket
*/
/*
Theme Name: Maket

Version: 1.0
*/
:root {
    --dark-color: #000;
    --dark-text-color: #fff;
    --main-bg-color: #000;
    --main-text-color: #efefef;
    --accent-color: #E31E24;
    --active-text-color: #333;
    --body-bg-color: #525252;
    --shadow-color: rgba(0, 0, 0, 0.1);
    --base-font-size: clamp(1rem, 1vw, 1.5rem);
    --icon-size: 1vw;
    --bat-pad: 1.5vw;
    --social-icon-size: 2vw;
    --btn-padding-v: 0.8vw;
    --btn-padding-h: 0.28vw;
    --main-padding: 2vw 4vw;
    --head-padding: 1vw 3vw;
    --box-padding: 1.5vw;
    --rl-padding: 0 4vw;
    --btn-border: 0.1vw solid;
    --btn-border-radius: 2.2vw;
    --border-radius: 1.2vw;
    --nav-item-gap: 2vw;
    --medium-font-size: 1.24vw;
    --regular-font-size: 0.9vw;
    --progect-font-size: 0.8vw;
}

@media (max-width: 768px) {
    :root {
        --main-padding: 3vw;
        --head-padding: 3vw;
        --rl-padding: 0 3vw;
        --bat-pad: 4vw;
        --medium-font-size: 4vw;
        --regular-font-size: 4vw;
        --border-radius: 4vw;
        --btn-padding-v: 3.8vw;
        --btn-padding-h: 1vw;
        --box-padding: 4vw;
        --progect-font-size: 3.5vw;
    }
}

html {
    font-size: var(--base-font-size);
    scroll-behavior: smooth;
}

body {
    font-family: "Gilroy", sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

* {
    box-sizing: border-box;
}
.work-column .work-media::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 30%, rgb(0 0 0 / 79%) 100%);
    opacity: 0.7;
    transition: opacity 0.3s 
ease-in-out;
    z-index: 1;
}
#carousel .services-contain {
    padding: 1.3vw;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    min-height: 6.5vw;
    gap: 0.2vw;
    /* border: 1px solid #333; */
    align-content: space-around;
    justify-content: center;
}

h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 1vw 0;
    font-weight: 500;
    font-size: 3vw;
}

h1, h2 {
    line-height: 1.2;
    margin: 1vw 0;
    font-weight: 500;
}

.content-right h3 {
    font-weight: 600;
    margin-top: 1vw;
    font-size: 2vw;
}

.corner-image {
   height: 20vw;
   position: absolute;
   top: -120px;
   right: 0;
   z-index: 10;
}
@media (max-width: 768px) { 
    .corner-image {
   height: 35vw;
   top: -80px;
}}
.content-right li {
    font-size: 1.3vw;
    margin: 1vw 0;
    list-style: square;
}

.breadcrumbs {
    /* margin-bottom: 20px; */
    font-size: 14px;
}

.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs-list li {
    color: #999;
    margin-right: 8px;
    position: relative;
}

.breadcrumbs-list li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    color: #ccc;
}

.breadcrumbs-list a {
    color: #000;
    text-decoration: underline;
}

p {
    font-size: 1.3vw;
    margin: 1vw 0;
    line-height: 1.4;
}

.more {
    color: #fff;
    border: none;
}

a {
    color: var(--main-text-color);
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;

}

header a {
    color: var(--accent-color);
}

a:hover {
    color: var(--accent-color);
    opacity: 0.8;
}

.cost-box a:hover {
    color: initial;
    opacity: 0.8;
}

b, strong {
    color: var(--accent-color);
    font-weight: 500;
}

.section-title h2, .section-title p {
    margin: 0 0 0.4vw;
    line-height: 1.3;
}

.gallery-item.hidden {
    display: none !important;
}

.specific b {
    color: inherit;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.border-btn {
    border: var(--btn-border);
}

.animate-box {
    transform: translateY(300px) scale(0.5);
    transition: transform 0.3s ease-out;
}

.slide-right {
    transform: translateX(450px);
    transition: transform 0.4s ease-out;
}

.zoom-effect {
    transform: scale(0.1);
    transition: transform 0.2s ease-out;
}

.overfow-hid {
    overflow: hidden;
}

.relative {
    position: relative;
}

.btn-gallery {
    font-size: 1.3vw;
    padding: 0.5vw 1vw;
}

.gallery-item .hidden {
    display: none !important;
}

img.fade-in {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.align-center {
    align-items: center;
}

img.fade-in.loaded {
    opacity: 1;
}

.cata {
    margin-top: -40px!important;
}

.form-container a {
    font-weight: 500;
    color: #333;
    text-decoration: underline;
}

button, .btn {
    display: inline-block;
    background-color: #f1c40f00;
    color: var(--main-text-color);
    border-radius: var(--btn-border-radius);
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.span-block span {
    display: block;
}

.ag-center {
    align-items: center;
    text-align: center;
}

.align-items-center {
    align-items: center;
}

.content-right {
    flex-shrink: 0;
}

.box-shadow {
    -webkit-box-shadow: 4px 4px 48px -2px rgba(34, 60, 80, 0.19);
    -moz-box-shadow: 4px 4px 48px -2px rgba(34, 60, 80, 0.19);
    box-shadow: 4px 4px 48px -2px rgba(34, 60, 80, 0.19);
}

.flex-end {
    align-items: flex-end;
}

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

.btn-large {
    font-size: 1.4vw;
    padding: 1vw 2vw;
    /* color: #333; */
    margin: auto 0;
    /* text-align: left; */
    background: var(--accent-color);
    position: relative;
    display: inline-block;
}

.work-block .btn-large:before {
    display: none;
}

.btn-large:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    right: 27px;
    bottom: -20px;
    width: 25px;
    height: 39px;
    background: url(https://novyipol.ru/wp-content/uploads/2025/02/pointer.svg) center / contain no-repeat;
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 1;
}

.btn-mini {
    font-size: var(--regular-font-size);
    padding: var(--btn-padding-h) var(--btn-padding-v);
    border: 0.1vw solid;
    color: var(--accent-color);
}

.btn-medium {
    font-size: 1.2vw;
    padding: 0.5vw 1.5vw;
}

.video-gallery-slider .swiper-slide img {
    animation: zoom-infinite 10s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes zoom-infinite {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.1);
   }

    160% {
        transform: scale(1);
    }
}

#prise .btn-medium {
    font-size: 1.2vw;
    padding: 0.9vw 1.5vw;
    margin-top: 0;
    color: #333;
    border: 1px solid;
}

@media (max-width: 768px) {
    #prise .btn-medium {
        font-size: 3vw;
        padding: 3vw 1.5vw;
        margin-top: 0;
    }
}

.text-upper {
    text-transform: uppercase;
}

.title-1 {
    font-size: 5vw;
}

.title-2 {
    font-size: 4vw;
}

.title-3 {
    font-size: 3vw;
}

.title-4 {
    font-size: 2.5vw;
    line-height: 1.3;
}

.subtitle {
    font-size: 3.4vw;
    line-height: 1.3;
}

.subtitle-1 {
    font-size: 2.5vw;
    line-height: 1.3;
}

.subtitle-2 {
    font-size: 2vw;
    line-height: 1.3;
}

.subtitle-3 {
    font-size: 1.8vw;
}

.subtitle-4 {
    font-size: 1.5vw;
}

.subtitle-5 {
    font-size: 1.3vw;
}

@media (max-width: 768px) {
    .title-1 {
        font-size: 8vw;
    }

    .title-2 {
        font-size: 6vw;
    }

    .title-3 {
        font-size: 6vw;
    }

    .title-4 {
        font-size: 4vw;
    }

    .subtitle {
        font-size: 6vw;
    }

    .subtitle-1 {
        font-size: 5.8vw;
    }

    .subtitle-2 {
        font-size: 4.5vw;
    }

    .subtitle-3 {
        font-size: 5vw;
    }

    .subtitle-4 {
        font-size: 4vw;
    }

    .subtitle-5 {
        font-size: 4vw;
    }

    .content-right h3 {
        font-weight: 600;
        margin-top: 3vw;
        font-size: 5vw;
    }

    .content-right li {
        font-size: 3.3vw;
        margin: 1vw 0;
    }
}

.diplay-n {
    display: none;
}

@media (max-width: 768px) {
    .diplay-n-mb {
        display: none !important;
    }

    #carousel .services-contain {
        padding: 4vw;
        height: 100%;
        flex-direction: column;
        align-items: center;
        height: 32vw;
    }
}

.width {
    max-width: var(--width, 100%);
    width: 100%;
}

.height {
    height: var(--height, 100vh);
}

.gap {
    gap: var(--gap, 2vw);
}

@media (max-width: 768px) {
    .gap {
        gap: var(--gap-mb, 4vw);
    }
}

.ai-center {
    align-items: center;
    text-align: center;
}

.flex-end {
    justify-content: flex-end;
}

.flex-start {
    justify-content: flex-start;
}

.font-s {
    font-size: var(--font-size, 1.2vw);
}

.pad {
    padding-top: var(--pad-top, 0);
    padding-bottom: var(--pad-bot, 0);
}

.margin {
    margin-top: var(--margin-top, 0);
    margin-bottom: var(--margin-bot, 0);
}

.pad-2 {
    padding: 2vw;
}

.pad-1 {
    padding: 1vw;
}

.pad-2-4 {
    padding: 2vw 2vw;
}

.pad-bot-5 {
    padding-bottom: 5vw;
}

.pad-top-5 {
    padding-top: 5vw;
    position: relative;
}

.pad-top-2 {
    padding-top: 2vw !important;
}

.justify-c-s-b {
    justify-content: space-between;
}

.number span {
    font-weight: 600;
    font-size: 10vw;
    line-height: 1;
}

.plashka {
    background: var(--accent-color);
    color: #333;
    text-align: center;
    padding: 1vw 1vw;
    border-radius: 0.6vw;
}

.plashka p {
    line-height: 0;
}

.plashka p {
    font-weight: 400;
    font-size: 3vw;
    /* margin: 2vw 0; */
}

@media (max-width: 768px) {
    .pad {
        padding-top: var(--pad-top-mb, var(--pad-top, 0));
        padding-bottom: var(--pad-bot-mb, var(--pad-bot, 0));
    }

    .pad-1 {
        padding: 4vw;
    }

    .font-s {
        font-size: var(--mb-font-size, 1.2vw);
    }

    .margin {
        margin-top: var(--margin-top-mb, 0);
        margin-bottom: var(--margin-bot-mb, 0);
    }

    .width {
        max-width: var(--width-mb, 100%);
        width: 100%;
        /*      */
    }

    .pad-2-4 {
        padding: 6vw;
    }
}

.box {
    background-color: #ffffff26;
}

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

.boder-main, .boder-main img {
    border-radius: 1vw;
}

.row-65 {
    flex-direction: row;
    max-width: 65%;
}

.gap-4 {
    gap: 4vw;
}

.gap-3 {
    gap: 2vw;
}

.gap-2 {
    gap: 1vw;
}

.gap-1 {
    gap: 0.4vw;
}

.gap-6 {
    gap: 6vw;
}

.gap-main-2-4 {
    gap: clamp(50px, 3vw, 60px);
}

.row {
    flex-direction: row;
}

.column {
    flex-direction: column;
}

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

.flex {
    display: flex;
}

.fx-center {
    justify-content: center;
}

#prise .fx-center {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2vw;
    margin-top: 2vw;
}

.grid-item {
    background-color: var(--main-text-color);
    padding: 2vw;
    border-radius: 0.5vw;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dark {
    background-color: var(--dark-color);
    color: var(--dark-text-color);
}

.dark-2 {
    background-color: #50505033;
}

.tit_medium {
    font-size: 1vw;
    margin-bottom: 0.5vw;
    font-weight: 500;
}

.tit_min, .footer p {
    font-size: 0.9vw;
    opacity: 0.5;
    margin-top: 0.4vw;
}

.tit_min:first-child {
    margin-top: 0;
}

.top_pad {
    padding-top: 0.5vw;
    line-height: 1.5;
}

.top_pad_max {
    padding-top: 2vw;
    line-height: 1.5;
}

.flex-box-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2vw;
    /* margin: 2vw auto; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 3vw;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    background-image: url("#");
    background-size: cover;
    align-content: flex-end;
}

.content_blo_img {
    padding: 0 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content_blo_img img {
    z-index: 3;
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.content_blo_img img {
    width: 45vw;
}

.content-blo {
    padding: var(--main-padding);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.prefooter a {
    display: block;
    color: var(--accent-color);
    font-size: 3vw;
    font-weight: 500;
}

.prefooter h3 {
    font-size: 3.3vw;
    margin: 0;
}

.prefooter p {
    font-size: 2.2vw;
    line-height: 1.4;
}

.left-blo_stat .form-group {
    display: flex;
    gap: 1vw;
    margin: 1em auto;
    flex-direction: row;
}

.left-blo_stat form input {
    padding: var(--bat-pad);
    border: 1.2px solid #040404;
    border-radius: 20vw;
    font-family: inherit;
    background-color: #ffffff00;
    outline: none;
    font-size: 1.3vw;
    width: 50%;
    color: #282828;
}

.left-blo_stat .form-group button {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    width: 50%;
    padding: var(--bat-pad);
    border: none;
    border-radius: 50vw;
    font-size: var(--medium-font-size);
    cursor: pointer;
}

.left-blo_stat form input::placeholder {
    color: #373737;
}

.row-reverse {
    flex-direction: row-reverse;
}

.center {
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 768px) {
    h3, h4, h5, h6 {
        line-height: 1.2;
        margin: 2vw 0;
        font-weight: 500;
        font-size: 6vw;
    }

    span {
        display: block;
    }

    h1 {
        text-transform: uppercase;
    }

    p {
        font-size: 3.7vw;
        margin: 3vw 0;
        line-height: 1.4;
    }

    .gap-2 {
        gap: 5vw;
    }

    .gap-1 {
        gap: 3vw;
    }

    .gap-3 {
        gap: 7vw;
    }

    #prise .fx-center {
        justify-content: initial;
        align-items: initial;
    }

    .pad-2 {
        padding: 4vw;
    }

    .pad-bot-5 {
        padding-bottom: 12vw;
    }

    .pad-top-5 {
        padding-top: 10vw;
    }

    .pad-top-2 {
        padding-top: 5vw !important;
    }

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

    .mb-column-reverse {
        flex-direction: column-reverse;
    }

    .mb-width-100 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .btn-large {
        font-size: 5vw;
        padding: 2.4vw 6vw;
    }

    .btn-mini {
        font-size: var(--medium-font-size);
        padding: var(--btn-padding-h) var(--btn-padding-v);
        border: 0.17vw solid;
    }

    .btn-medium {
        font-size: 4vw;
        /* padding: 1.7vw 5vw; */
        /* border: 0.17vw solid; */
    }

    .btn-gallery {
        font-size: 4.6vw;
        padding: 1vw 4vw;
    }

    .center-text {
        text-align: center;
    }

    .content_blo_img img {
        z-index: 3;
        transform: scale(1);
        padding-bottom: 6vw;
        transition: transform 0.3s ease-in-out;
    }

    .flex-box-y {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 4vw;
        /* margin: 2vw auto; */
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 6vw;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .form-group {
        gap: 6vw;
    }

    .prefooter h3 {
        font-size: 7.5vw;
        margin: 0;
    }

    .prefooter p {
        font-size: 5.5vw;
        padding: 2vw;
    }

    .prefooter a {
        display: block;
        color: var(--accent-color);
        font-size: 6vw;
    }

    .content_blo_img img {
        width: 100%;
    }

    .content-blo {
        gap: 3vw;
    }

    .tit_medium {
        font-size: 2.9vw;
        margin-bottom: 1.5vw;
        font-weight: 500;
        line-height: 1.5;
    }

    .wrap {
        flex-wrap: wrap;
    }

    .tit_min, .footer p {
        font-size: 2.9vw;
        opacity: 0.5;
        margin-top: 2.6vw;
        margin-bottom: 0.6vw;
        line-height: 1.2;
    }

    .social-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 9vw;
        height: 9vw;
        border-radius: 50%;
        text-decoration: none;
        align-content: center;
        flex-direction: column;
    }

    .social-icon i {
        font-size: 5vw;
    }

    .top_pad {
        padding-top: 1.5vw;
        line-height: 1.7;
    }

    .top_pad_max {
        padding-top: 6vw;
        line-height: 1.5;
    }
}

#video_banner {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    min-height: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 0;
}

#video_banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

#video_banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(0 0 0 / 60%), rgb(0 0 0 / 32%));
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    display: flex ;
    align-content: center;
    flex-direction: column;
    height: 100%;
    gap: 3vw;
    align-items: center;
    padding: var(--main-padding);
    justify-content: space-evenly;
}

#video_banner .title {
    font-size: 6vw;
    font-weight: 500;
}

.advantages {
    position: relative;
    display: flex;
    max-width: 70vw;
    justify-content: space-between;
    text-align: center;
    gap: 2vw;
}

.advantage i {
    font-size: 2vw !important;
    font-style: initial;
}

.advantage {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1vw;
    font-weight: 500;
    min-width: 14vw;
    border-radius: 0.5vw;
    flex-direction: column;
}

.advantage p {
    margin: 0;
    font-weight: 300;
    line-height: 1.3;
}

.advantage span {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
}

.icon {
    font-size: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5vw;
    height: 3.5vw;
    aspect-ratio: 1/1;
    border-radius: 50%;
    padding: 0.7vw;
    position: absolute;
    top: -3.3vw;
}

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

.advantage b {
    display: block;
    font-weight: 400;
}

.container {
    padding: var(--rl-padding);
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* background: #333; */
    gap: 1.4vw;
}

#promo .container-slide {
    padding: 0;
}

#prise .container-slide {
    padding: 0;
}

.container-slide {
    padding: var(--rl-padding);
}

.overfow {
    overflow-x: hidden;
}

.section-title {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .container-slide {
        padding: 0;
    }

    .rl-padding {
        padding: var(--rl-padding);
    }

    .content {
        position: relative;
        z-index: 2;
        display: flex;
        align-content: center;
        flex-direction: column;
        height: 100%;
        /* min-width: 60vw; */
        gap: 10vw;
        align-items: center;
        justify-content: center;
    }

    #video_banner .title {
        font-size: 10vw;
        font-weight: 500;
    }

    #video_banner {
        /* height: 100%; */
        padding-top: 6vw;
    }

    .advantages {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        text-align: center;
        min-width: 70vw;
        max-width: 100%;
        gap: 7vw 4vw;
    }

    .advantage {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 2vw 2vw;
        font-weight: 500;
        position: relative;
        border-radius: 3vw;
        flex-direction: column;
    }

    .advantage p {
        line-height: 1.2;
    }

    .icon {
        font-size: 2em;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 7vw;
        height: 7vw;
        aspect-ratio: 1/1;
        border-radius: 50%;
        padding: 0.7vw;
        position: absolute;
        top: -6vw;
    }
}

.catalog_btn_url {
    display: none;
}

#catalog-blog .swiper-slide {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 15vw !important;
    padding: 1.5vw 4vw 1.5vw 1.5vw;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 1vw;
    background-size: cover;
    transition: color 0.3s ease-in-out;
}

.swiper-slide h3 {
    font-size: 1.5vw;
    font-weight: 500;
    /* text-transform: uppercase; */
    line-height: 1.3;
    max-width: 80%;
    margin: 0 0 0.5vw;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease-in-out;
}

#carousel .swiper-slide p {
    font-size: 0.9vw;
}

.swiper-slide p {
    font-size: 1.1vw;
    margin: 0.2vw;
    line-height: 1.4;
    font-weight: 400;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease-in-out;
}
.progects .work-swiper-slide::before 
{ content: ""; position: absolute; 
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;
	background: radial-gradient( circle, rgba(0, 0, 0, 0) 30%, rgb(0 0 0 / 79%) 100% );
	opacity: 0.7;
	transition: opacity 0.3s ease-in-out; 
	z-index: 1; }

.work-block .work-column .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient( circle, rgb(0 0 0 / 80%) 30%, rgb(0 0 0 / 0%) 100% );
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
    /* <--    0.3s */
    z-index: 1;
}

.work-block .work-column .swiper-slide:hover::before {
    opacity: 0.6;
}

.progects .work-swiper-slide, .single-contain-bottom .work-swiper-slide, #categori-page .work-swiper-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.work-column .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient( circle, rgba(0, 0, 0, 0) 30%, rgb(0 0 0 / 79%) 100% );
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

.work-column .swiper-slide:hover::before {
    opacity: 1;
}

#promo .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

#carousel .swiper-slide::before, #carousel .swiper-slide:hover::before {
    display: none;
}

#carousel .swiper-slide:hover h3, #carousel .swiper-slide:hover p, #carousel .swiper-slide:hover a {
    color: initial !important;
}

#carousel .swiper-slide {
    text-align: center;
    border-radius: 0.6vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-slide:hover::before {
    opacity: 1;
}

#catalog-blog .swiper-slide:hover h3, #catalog-blog .swiper-slide:hover p, #catalog-blog .swiper-slide:hover a, #services .swiper-slide:hover h3, #services .swiper-slide:hover p, #services .swiper-slide:hover a, #promo .swiper-slide:hover h3, #promo .swiper-slide:hover p, #promo .swiper-slide:hover a {
    color: #fff !important;
}

.swiper-button-prev, .swiper-button-next {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.swiper:hover .swiper-button-prev, .swiper:hover .swiper-button-next {
    opacity: 1;
}

@media (hover: none) and (pointer: coarse) {
    .swiper-button-prev, .swiper-button-next {
        opacity: 1;
    }
}

.swiper {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 768px) {
    .container {
        gap: 5vw;
    }

    .swiper {
        display: flex;
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }

    .swiper-wrapper {
        box-sizing: content-box;
    }

    #promo .swiper-slide {
        border-radius: 4vw;
    }

    #prisw .swiper-slide {
        border-radius: 4vw;
    }

    #promo .promo-contain {
        height: 100vw !important;
        border-radius: 4vw !important;
        padding: 6vw !important;
    }

    #prise .promo-contain {
        height: 100vw !important;
        border-radius: 4vw !important;
        padding: 6vw !important;
    }

    #catalog-blog .swiper-slide {
        height: 60vw !important;
        border-radius: 4vw !important;
        padding: 6vw !important;
    }

    #services .services-contain {
        height: 60vw !important;
        border-radius: 4vw !important;
        padding: 6vw !important;
    }

    .swiper-slide h3 {
        font-size: 5vw;
        margin: 2vw 0;
    }

    #carousel .swiper-slide p {
        font-size: 2.9vw;
    }

    .reviews-block p {
        font-size: 1vw !important;
    }

    .swiper-slide p {
        font-size: 3.8vw;
        margin: 2vw 0;
        line-height: 1.4;
        font-weight: 400;
    }

    .section-title {
        width: 100%;
    }
}

#catalog-blog .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008a;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

#catalog-blog .swiper-slide:hover::before {
    opacity: 1;
}

#services .services-contain ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #30303096;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

#services .services-contain :hover::before {
    opacity: 1;
}

#services .services-contain {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 15vw;
    padding: 1.5vw 7vw 1.5vw 1.5vw;
    /* border: 1px solid #d3d3d300; */
    border-radius: 1vw;
    background-size: cover;
    transition: color 0.3s ease-in-out;
}

#promo .promo-contain {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 36vw;
    padding: 2vw;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 1vw;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
}

#promo .promo-contain::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(37 37 37 / 95%), rgb(0 0 0 / 0%));
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

#promo .promo-contain:hover::before {
    opacity: 1;
    background: #2d2d2dcf;
}

#prise .promo-contain {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 31vw;
    padding: 2vw;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 1vw;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
}

#prise .promo-contain::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333333bd;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

#prise .promo-contain:hover::before {
    opacity: 1;
}

@media (min-width: 768px) {
    #promo .swiper-wrapper {
        display: flex !important;
        gap: 0 !important;
    }

    #prise .swiper-wrapper {
        display: flex !important;
        gap: 0 !important;
    }

    #carousel .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(6, 1fr) !important;
        gap: 1.4vw !important;
    }

    #carousel .swiper-wrapper img {
        max-width: 8.5vw;
        height: 4.4vw;
    }

    #catalog-blog .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 1.4vw !important;
    }

    #video-catalog .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1.4vw !important;
    }

    #promo .swiper {
        touch-action: pan-y;
        user-select: none;
    }

    #prise .swiper {
        touch-action: pan-y;
        user-select: none;
    }
}

.swiper-slide:hover .catalog_btn_url {
    display: block;
    z-index: 4;
    padding: var(--btn-padding-h) var(--btn-padding-v);
    border: var(--btn-border);
    border-radius: var(--btn-border-radius);
    font-size: var(--medium-font-size);
}

.full-slide-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.list-content {
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.list-column {
    display: flex;
    flex-direction: row;
    gap: 4vw;
    padding: var(--main-padding);
    border-radius: var(--border-radius);
}

.content-left {
    width: 40%;
}

.content-left img {
    width: 100%;
}

@media (max-width: 768px) {
    .list-column {
        flex-direction: column;
        gap: 2vw;
        width: 100%;
    }

    .list-content {
        display: flex;
        flex-direction: column;
        gap: 5vw;
    }

    .content-left {
        width: 100%;
    }

    .content-left img {
        width: 40%;
    }
}

.list-ico ul {
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: flex-start;
}

.list-ico li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    position: relative;
}

.list-ico img {
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 50%;
    padding: 4px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

@media (max-width: 768px) {
    .list-ico img {
        width: 6vw;
        height: 6vw;
        border-radius: 50%;
        padding: 4px;
        object-fit: contain;
        aspect-ratio: 1 / 1;
    }

    #text-image img {
        min-height: 60vw;
        object-fit: cover;
    }

    .reviews-block p {
        font-size: 3.4vw !important;
    }
}

#text-image img {
    min-height: 15vw;
    object-fit: cover;
}

.display-off {
    display: none;
}

.display-on {
    display: block;
}

.mb-display-off {
    display: none;
}

.mb-display-on {
    display: block;
}

.custom-carousel {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.custom-carousel-wrapper {
    display: flex;
    gap: 20px;
    transition: transform 0.3s ease-in-out;
}

.custom-brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 200px;
    height: 250px;
    flex-shrink: 0;
}

.custom-brand-card img {
    max-width: 100px;
    max-height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}

.custom-brand-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.custom-brand-desc {
    font-size: 14px;
    color: #666;
    flex-grow: 1;
    display: flex;
    align-items: center;
    text-align: center;
}

@media (min-width: 768px) {
    .custom-carousel-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .custom-carousel-slide {
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .custom-carousel-wrapper {
        display: flex;
    }

    .custom-carousel-slide {
        flex-shrink: 0;
        width: 75%;
        padding: 10px;
    }

    .custom-brand-card {
        width: 180px;
        height: 220px;
    }

    .custom-brand-card img {
        max-width: 80px;
        max-height: 60px;
    }

    .custom-carousel-prev, .custom-carousel-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.2);
        color: white;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        cursor: pointer;
    }

    .custom-carousel-prev {
        left: 0;
    }

    .custom-carousel-next {
        right: 0;
    }
}

#locaition ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#locaition ul a:before {
    content: "\f124";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    font-size: 1vw;
    color: #333;
}

#locaition ul a {
    font-size: 1.2vw;
    margin-bottom: 1vw;
}

#locaition ul li {
    margin-bottom: 0.4vw;
}

@media (max-width: 768px) {
    #locaition ul a {
        font-size: 3.2vw;
    }

    #locaition ul a:before {
        margin-right: 8px;
        font-size: 2.2vw;
    }
}

.work-square {
    font-size: 1.5vw;
    position: absolute;
    width: 8vw;
    font-weight: 500;
    line-height: 1.5;
    height: fit-content;
    padding: 0.2vw 1vw 0.5vw 2.3vw;
    color: #ffffff;
    background: #e63e43;
    bottom: -4px;
    left: -1.4vw;
    z-index: 3;
    border-radius: 0.3vw;
}

.work-item-right {
    font-size: 1.2vw;
    width: 10vw;
    line-height: 1.2;
    text-align: right;
}

#categori-page .work-container {
    margin-top: 0;
}
.single-contain-bottom .work-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4vw 1vw;
    align-items: center;
    margin-top: 2vw;
    justify-items: center;
}
.single-contain-bottom .work-column {
 
    height: 16vw;
 
}
.work-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw 1vw;
    align-items: center;
    margin-top: 2vw;
    justify-items: center;
}

.work-container .swiper-wrapper {
    gap: 0 !important;
}

.work-container .swiper-slide {
    border-radius: 0 !important;
}

.work-column {
    width: 100%;
    margin: 0 !important;
    height: 25vw;
    position: relative;
    display: flex;
    overflow: hidden;
    /* border-radius: var(--border-radius); */
}
.work-column img {
    width: 100%;
 object-fit:cover;
}


.work-container a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1.4vw;
    overflow: hidden;
    border: 1px solid #33333321;
}
@media (max-width: 768px) {
.work-container a {
border-radius: 4vw;
 
}

      }
.work-container a:hover {
    color: #fff;
}

.cat-cost {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}

.old-cost {
    font-size: 0.8vw;
    font-weight: 500;
    background: var(--accent-color);
    padding: 0vw 0.6vw;
    display: inline-block;
    border-radius: 0.3vw;
    color: #fff;
}

.progect-cost {
    font-size: 1.4vw;
    font-weight: 600;
}

.categori-bot {
    color: #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 1vw;
}

.categori-bot .work-title h3 {
    font-size: 1.6vw;
    width: 9vw;
}

.work-swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#categori-page .work-swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 30%, rgb(0 0 0 / 79%) 100%);
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

#categori-page .work-swiper-slide:hover::before {
    opacity: 0.7!important;
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 30%, rgb(0 0 0 / 79%) 100%);
}

#progects .work-swiper-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.work-swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-item {
    z-index: 2;
    padding: 1vw 2vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.work-bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-end;
}

.work-title h3 {
    font-size: 2.2vw;
}

@media (max-width: 768px) {
    .work-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .categori-bot {
        padding: 2vw;
    }

    #categori-page .work-container {
        gap: 2vw;
    }

    .old-cost {
        font-size: 2.6vw;
        font-weight: 600;
        padding: 0.1vw 1.3vw;
    }

    .progect-cost {
        font-size: 3vw;
        font-weight: 600;
    }

    .work-title h3 {
        font-size: 3.6vw;
        margin: 0;
    }

    .categori-bot .work-title h3 {
        font-size: 3.5vw;
        width: 20vw;
    }

    .plashka {
        padding: 0vw 2vw;
    }

    .plashka p {
        font-weight: 400;
        font-size: 4vw;
        margin: 3vw 0;
    }

    .work-column {
        height: 50vw;
        /* border-radius: 4vw; */
    }

    #categori-page .work-column {
        height: 40vw;
        border-radius: 4vw;
    }

    #work .title-1 {
        font-size: 6vw;
    }

    .work-square {
        font-size: 3.5vw;
        position: absolute;
        width: 17vw;
        font-weight: 600;
        line-height: 1.5;
        height: fit-content;
        padding: 0.3vw 1vw 1vw 4vw;
        /* color: #333; */
        background: var(--accent-color);
        bottom: -4px;
        left: -1.7vw;
        z-index: 3;
        border-radius: 2vw;
    }

    .work-item-right {
        font-size: 3vw;
        width: 25vw;
        text-align: right;
        line-height: 1.2;
        text-shadow: 2px 2px 5px rgb(0 0 0 / 31%);
    }

    #work .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        width: 100% !important;
        height: 100%;
        margin: 0 !important;
        position: relative;
        transition-property: transform;
        display: block;
        overflow: hidden;
        border-radius: 1vw;
    }

    #work .container {
        gap: 1vw;
        padding: 1vw;
    }

    .work-item {
        z-index: 2;
        padding: 4vw 3vw 1vw;
    }
}

.work-block {
    display: flex;
    position: relative;
    height: 90vh;
    cursor: grab;
    margin: 0 auto;
    width: 100%;
}

.work-block:active {
    cursor: grabbing;
}

#single-work .work-container .swiper-wrapper {
    gap: 0 !important;
}
#single-work {
    color: rgb(255 255 255);
}

#single-work .work-container .swiper-slide {
    border-radius: 0 !important;
}

#single-work .work-column {
    height: 100% !important;
    overflow: initial;
    position: initial;
}

#single-work .work-swiper {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    top: 0;
    left: 0;
    gap: 0;
}

#single-work .swiper-wrapper {
    gap: 0 !important;
}

#single-work .work-swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#single-work .work-item {
    z-index: 2;
    width: 100%;
    padding: 1vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: space-around;
}

#single-work .work-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#single-work .work-title {
    text-align: center;
    width: 50%;
}

#single-work .work-title h3 {
    font-size: 4.2vw;
}


.attribute span {
    font-size: 3.3vw;
    font-weight: 600;
}

.attribute p {
    line-height: 1;
    font-size: 1.2vw;
    margin: -0.4vw 0;
}

.work-attribute {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6vw;
    /* padding-top: 4vw; */
}

.attribute {
    text-align: center;
}

.swipe-anim {
    padding: 1vw;
}

.swipe-anim {
    z-index: 10;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 1;
}

.swipe-anim img {
    width: 70px;
    animation: swipe-move 3s infinite ease-in-out;
}

.stage-box {
    margin: 3vw 0;
}

@keyframes swipe-move {
    0% {
        transform: translateX(-15px);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        transform: translateX(15px);
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        transform: translateX(-15px);
        opacity: 0;
    }
}

.work-table ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.work-table ul li {
    padding: 1vw 0;
    font-size: 1.25vw;
    border-bottom: 0.01vw solid #3333332e;
    line-height: 1.2;
}

.work-table ul li:last-child {
    border-bottom: none;
}

.table-block {
    background: var(--accent-color);
    color: #ffffff;
    width: 100%;
    padding: 2vw;
    border-radius: 1vw;
    display: inline-block;
}

.stage {
    background-color: var(--accent-color);
    padding: 1vw;
    width: 10vw;
    border-radius: 1vw;
    text-align: right;
    position: absolute;
    top: -6vw;
    left: -8vw;
}

.stage span {
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.stage-img {
    width: 100%;
    object-fit: cover;
    margin-right: -5vw;
    border-radius: 1vw;
}

.row-reverse .stage-img {
    margin-right: 0;
    margin-left: -5vw;
}

.row-reverse .stage {
    background-color: var(--accent-color);
    padding: 1vw;
    width: 10vw;
    border-radius: 1vw;
    text-align: left;
    position: absolute;
    /* top: -3vw; */
    right: -8vw;
    left: initial;
}

.work-additional {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 1.4vw;
    width: 7vw;
}

#categori-page .work-additional {
    width: 100%;
}


#categori-page .work-additional span, .progects .work-additional span {
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    background-color: #ffffff;
    padding: 0.3vw 1vw;
    display: inline-block;
    border-radius: 1vw;
}

 .work-additional span {
    font-size: 2.7vw;
    font-weight: 600;
    line-height: 1;
}

.work-additional p {
    font-size: 0.9vw;
    line-height: 1;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .work-block {
        display: flex;
        height: 60vh;
        margin: 0 auto;
        position: relative;
        width: 100%;
        align-content: flex-end !important;
    }

    .work-additional {
        gap: 3vw;
        width: 27vw;
    }

	#categori-page .work-additional span, .progects .work-additional span {
    font-size: 4vw;
    padding: 0.3vw 3vw;
}
    #categori-page .work-additional span {
        font-size: 4vw;
        font-weight: 500;
        line-height: 1;
        padding: 0.5vw 1.4vw;
    }

    .work-additional span {
        font-size: 6vw;
        font-weight: 600;
        line-height: 1;
    }

    .work-additional p {
        font-size: 1.8vw;
        line-height: 1;
        margin: 0 !important;
    }

    .attribute span {
        font-size: 6.3vw;
        font-weight: 600;
    }

    .attribute p {
        line-height: 1;
        font-size: 2.5vw;
        margin: -0.4vw 0;
    }

    #single-work .work-title h3 {
        font-size: 7.2vw;
        text-shadow: 2px 2px 5px rgb(0 0 0 / 34%);
    }

    #single-work .work-title {
        text-align: center;
        width: 100%;
    }

    #single-work .work-item {
        z-index: 2;
        width: 100%;
        padding: 40vw 4vw 4vw;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        align-content: space-around;
    }

    #single-work .btn-large {
        display: inline;
        margin: auto;
        text-align: center;
    }

    .work-table ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .stage-box h3 {
        width: 80%;
    }

    .work-table ul li {
        padding: 3vw 0;
        font-size: 4vw;
        font-weight: 500;
        border-bottom: 0.01vw solid #3333332e;
        line-height: 1.2;
    }

    .work-table ul li:last-child {
        border-bottom: none;
    }

    .table-block {
        padding: 4vw;
        border-radius: 3vw;
        display: inline-block;
        margin-top: 7vw;
    }

    .stage-img {
        width: 100%;
        object-fit: cover;
        margin-right: 0;
        border-radius: 4vw;
    }

    .row-reverse .stage-img {
        margin-right: 0;
        margin-left: 0;
    }

    .stage {
        padding: 2vw 3vw;
        width: 20vw;
        text-align: left;
        position: absolute;
        right: -8vw;
        left: initial;
    }

    .stage span {
        font-size: 5vw;
    }

    .row-reverse .stage {
        background-color: var(--accent-color);
        padding: 2vw 3vw;
        width: 20vw;
        border-radius: 1vw;
        text-align: left;
        position: absolute;
        top: -3vw;
        right: -8vw;
        left: initial;
    }

    .preim-column {
        width: 100%;
    }

    .preim-list {
        display: flex;
        color: #151515;
        width: 49%;
        padding: 4vw;
        border: 0.8vw solid #262626;
        border-radius: 5vw;
        flex-direction: column;
        position: relative;
        flex-wrap: wrap;
    }

    #carousel .swiper-slide {
        border-radius: 4vw;
    }
}

.preim {
    gap: 1vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.preim p {
    font-size: 1vw;
}

.preim-column {
    width: 80%;
}

.preim-list h3 {
    margin-top: 0;
    margin-bottom: 0.5vw;
    font-size: 1.6vw !important;
    font-weight: 500;
}

.preim-list p {
    margin: 0;
}

.preim-list {
    display: flex;
    color: #ffffff;
    padding: var(--box-padding);
    border-radius: var(--border-radius);
    flex-direction: column;
    position: relative;
}

.preim-img img {
    width: 2vw;
    position: absolute;
    right: 0.5vw;
    filter: invert(1) brightness(2) grayscale(1);
}

.preim-text {
    width: 2vw;
    height: 2vw;
    border-radius: 100%;
    border: 0.2vw solid #ffffff;
    position: absolute;
    right: 0.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preim-text span {
    font-weight: 600;
}

@media (max-width: 768px) {
    .preim-text {
        width: 6vw;
        height: 6vw;
        border: 0.5vw solid #ffffff;
        right: 2vw;
    }

    .stage-box {
        margin: 7vw 0;
    }

    .preim-text span {
        font-weight: 600;
        font-size: 3vw;
    }

    .preim-column {
        width: 100%;
    }

    .preim-list {
        display: flex;
        color: #ffffff;
        width: 49.4%;
        padding: .reviews-block border: 0.8vw solid #262626;
        border-radius: var(--border-radius);
        flex-direction: column;
        position: relative;
        flex-wrap: wrap;
    }

    .preim-list h3 {
        margin-top: 20px;
        margin-bottom: 0.5vw;
        font-size: 5vw !important;
        font-weight: 500;
        width: 80%;
    }

    .preim-list p {
        margin: 0;
        font-size: 3vw !important;
    }

    .preim-img img {
        width: 6vw;
        right: 3vw;
    }

    .preim {
        gap: 1vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    width: 100%;
    margin: auto;
}

.video-item span {
    background: #000000;
    font-size: 1.3vw;
    display: inline;
    border-radius: 4vw;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    padding: 0.2vw 1vw;
}

.video-item span:first-child {
    background: var(--accent-color);
    font-size: 1.3vw;
    color: #000000;
}

.videoplashka {
    position: absolute;
    bottom: 1vw;
    margin: 0 auto;
    padding: 0 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    flex-direction: column;
}

.video-box {
    text-align: center;
    position: relative;
    height: 18vw;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    display: block;
}

.video-box img {
    width: 100%;
    cursor: pointer;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4vw;
    height: 4vw;
    background: #000000a6;
    padding: 1.3vw;
    background-image: url("https://novyipol.ru/wp-content/uploads/2025/02/Frame-38.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
}

.singlework {
    background-image: url("https://novyipol.ru/wp-content/uploads/2025/02/Frame-39-1.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-attachment: fixed;
}

#video_banner span {
    display: block;
}

@media (max-width: 768px) {
    .singlework {
        background-image: none;
    }

    #video_banner span {
        display: initial;
    }

    .video-item p {
        font-size: 4vw;
    }

    .video-box {
        height: 45vw;
    }

    .play-button {
        width: 13vw;
        height: 13vw;
        padding: 4vw;
    }

    .videoplashka {
        bottom: 3vw;
    }

    .video-item span, .video-item span:first-child {
        font-size: 3.8vw;
        padding: 0.5vw 2vw;
    }
}

table {
    font-size: 1.1vw;
    border-radius: 1vw;
    width: 100%;
    text-align: center;
    overflow: hidden
}

th {
    background: #BCEBDD;
    color: white;
    text-shadow: 0 1px 1px #2D2020;
    padding: 1vw;
}

th, td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
}

th:first-child, td:first-child {
    text-align: left;
}

td {
    padding: 1vw;
    background: #F8E391;
}

tr td:last-child {
    border-right: none;
}

@media (max-width: 768px) {
    table {
        font-size: 2.6vw;
        border-radius: 3vw;
        border-spacing: 0;
    }

    td {
        padding: 2vw 4vw;
    }
}
      .footer-posts{margin:0 0 32px 0;position:relative;border-radius: 3vw;}
        .footer-posts__head{display:flex; align-items:center; justify-content:space-between; margin-bottom:12px}
        .footer-posts__title{font-size:20px; font-weight:600; margin:0}
        .footer-posts .swiper{overflow:hidden}
        .footer-posts .swiper-slide{height:auto}
        .post-card{display: flex;/* gap: 1em; */background:#fff;/* border:1px solid #e5e7eb; */border-radius: 1.4vw;overflow:hidden;/* padding: 20px; */text-decoration:none;flex-direction: column;}
        .post-card__thumb{aspect-ratio:16/10; background:#f3f4f6; overflow:hidden}
        .post-card__thumb img{width:100%;height:100%;object-fit:cover;display:block;/* border-radius: var(--border-radius); */}
        .post-card__body{padding: 1vw;}
        .post-card__title{font-size: 1vw;/* font-weight:600; */color:#111827;margin:0 0 6px}
        .post-card__excerpt{font-size:14px; color:#6b7280; margin:0}
        .footer-posts__nav{display:flex; gap:8px}
        .footer-posts__btn{width:36px; height:36px; border:1px solid #d1d5db; border-radius:10px; background:#fff; display:grid; place-items:center; cursor:pointer}
        .footer-posts__btn[disabled]{opacity:.4; cursor:default}

@media (max-width: 768px) {
    .post-card__title{
        font-size: 3.4vw !important;
    }
   .post-card__body{padding: 4vw;}
  
}
