@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --app-height: 100%;
}

.noto-serif {
    font-family: "Noto Serif", serif;
}

.raleway {
    font-family: "Raleway", sans-serif;
}

h1,
h2,
h3 {
    font-family: "Noto Serif", serif;
}

* {
    font-family: "Raleway", sans-serif;
    font-size: clamp(16px, 2vw, 18px);
    line-height: clamp(24px, 2vw, 27px);
    outline: none !important;
    transition: all 0.1s;
}

li {
    margin-bottom: 30px;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.btn_site {
    font-family: "Noto Serif", serif;
    font-size: clamp(16px, 2vw, 20px);
    display: flex;
    align-items: start;
    overflow: hidden;
    justify-content: start;
    height: 1em;
    line-height: 1em;
    text-decoration: none;
    color: #2F3132;
}

@media (min-width: 768px) {
    .top_200 {
        margin-top: 200px;
    }

    .top_150 {
        margin-top: 150px;
    }

}

@media (max-width: 768px) {
    .top_200 {
        margin-top: 130px;
    }

    .top_150 {
        margin-top: 80px;
    }

}

.bottom_50 {
    margin-bottom: 50px;
}

.btn_site span {
    font-family: "Noto Serif", serif;
    font-size: clamp(16px, 2vw, 20px);
    color: #2F3132;
}

@media (min-width: 768px) {
    .btn_hover_svg::after {
        content: "";
        display: block;
        width: 21px;
        height: 21px;
        background-image: url("/images/btn.svg");
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 10px;
    }

    .pc_none {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .btn_hover_svg::after {
        content: "";
        display: block;
        width: 18px;
        height: 17px;
        background-image: url("/images/btn.svg");
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 10px;
    }

    .m_none {
        display: none !important;
    }
}

.btn_hover_line span {
    position: relative;
}

.line_hover {
    position: relative;
    display: table;
    margin: 0 auto 0 0;
}

.line_hover a {
    margin-bottom: 7px;
}

.line_hover::after {
    content: "";
    height: 2px;
    background-color: #2F3132;
    position: absolute;
    bottom: 0;
    width: calc(100% - 31px);
    transition: all 0.5s;
}

.line_hover:hover::after {
    width: calc(100%);
}

.semibold {
    font-weight: 600;
}

@media (min-width: 768px) {
    .main_title h2 {
        font-family: "Noto Serif", serif;
        font-size: clamp(33px, 2vw, 36px) !important;
        line-height: clamp(36px, 3vw, 43px) !important;
        font-weight: 700 !important;
        max-width: 590px;
    }

    .main_title h1 {
        font-family: "Noto Serif", serif;
        font-size: clamp(33px, 2vw, 36px) !important;
        line-height: clamp(36px, 3vw, 43px) !important;
        font-weight: 700 !important;
    }
}

@media (max-width: 768px) {
    .main_title h2 {
        font-family: "Noto Serif", serif;
        font-size: clamp(20px, 2vw, 36px) !important;
        line-height: clamp(27px, 3vw, 43px) !important;
        font-weight: 700 !important;
        max-width: 590px;
    }

    .main_title h1 {
        font-family: "Noto Serif", serif;
        font-size: clamp(20px, 2vw, 36px) !important;
        line-height: clamp(27px, 3vw, 43px) !important;
        font-weight: 700 !important;
    }
}

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

.left_title h1 {
    max-width: 430px;
}

.left_title h2 {
    max-width: 430px;
}

@media (min-width: 768px) {
    .left_title a {
        font-size: clamp(14px, 2vw, 16px);
        font-weight: 500;
        background-color: #f2f2f2;
        padding: 5px 15px;
        text-decoration: none;
        margin: 0;
        margin-left: 30px;
        color: #555657;
        border-radius: 30px;
        margin-top: 9px;
    }
}

@media (max-width: 768px) {
    .left_title a {
        font-size: clamp(14px, 2vw, 16px);
        font-weight: 500;
        background-color: #f2f2f2;
        padding: 5px 15px;
        text-decoration: none;
        margin: 0;
        margin-left: 30px;
        color: #555657;
        border-radius: 30px;
        margin-top: 0px;
    }
}

.map_frame {
    filter: grayscale(1);
    border-radius: 10px !important;
}

/* Стиль для верхнего элемента */
.breadcrumbs {
    color: #2F3132;
    font-weight: 500;
    margin-bottom: 5vh;
}

.breadcrumbs a {
    color: #2F3132;
    opacity: 1;
    font-size: clamp(13px, 2vw, 16px);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumbs span {
    color: #2F3132;
    opacity: 1;
    font-size: clamp(13px, 2vw, 16px);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumbs>span:first-child {
    /* Пример цвета */
}

.breadcrumbs>span>span:last-child {
    opacity: 0.5;
    /* Пример цвета */
}

/* Стиль для SVG-разделителей */
.breadcrumbs svg {
    margin: 0 8px;
    vertical-align: middle;
    display: inline-block;
}

.home .breadcrumbs_container {
    display: none !important;
}

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

.left_title a:hover {
    background-color: #d1d1d1;
}

#main_link .elementor-button-content-wrapper {
    position: relative;
}

#main_link .elementor-button-content-wrapper svg {
    height: 15px !important;
    width: auto !important;
}

#main_link .elementor-button-content-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    background-color: #2F3132;
    width: 0;
    transition: all 0.5s;
}

#main_link:hover .elementor-button-content-wrapper::after {
    width: 100%;
}

/* slide text  */

.slide_text {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 1em;
    line-height: 1em;
    text-decoration: none;
    color: #2F3132;
}

.slide_text span {
    display: table;
    transition: transform 0.3s ease-in-out;
}

.slide_text::before {
    position: absolute;
    left: 0;
    display: table;
    transition: transform 0.3s ease-in-out;
}

.slide_text span {
    transform: translateY(0);
}

.slide_text::before {
    content: attr(data-text);
    top: 100%;
    transform: translateY(0);
}

.slide_text:hover span {
    transform: translateY(-110%);
}

.slide_text:hover::before {
    transform: translateY(-100%);
}

.top_no_radius {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

/* slide text  */

/* Стили для навигации */
.navbar {
    background: #2F3132;
    padding: 5px 0;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

@media (min-width: 768px) {
    .nav-link {
        margin-right: 2vw;
    }
}

.nav-link:hover {
    color: #cfcfcf;
}

@media (min-width: 768px) {
    .current_page_item .nav-link {
        color: rgb(231 231 231 / 80%) !important;
    }
}

@media (max-width: 768px) {
    .current_page_item .nav-link {
        color: rgb(75 194 197) !important;
    }
}

.nav-item {
    margin: 0;
}

.navbar-toggler {
    border: none;
    outline: none;
}

@media (min-width: 992px) {
    .logo_header {
        padding: 6vh 0 30px 0;
    }

    .logo_header img {
        height: 11vh;
        width: auto;

    }
}

@media (max-width: 991px) {
    .logo_header img {
        height: 6vh;
        width: auto;
        min-height: 65px;
        max-height: 125px;
    }

    .logo_header {
        padding: 4vh 0 15px 0;
    }

    .navbar-collapse {
        align-items: start !important;
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        background-color: #ffffff;
        width: 63%;
        left: 0;
        top: 60px;
        padding: 20px;
        height: calc(var(--app-height) - 50px);
        z-index: 100;
        transition: all 0.5s;
        box-shadow: 2px -1px 8px 2px #0000002e;
        max-width: 300px;
    }

    header {
        padding-top: 60px !important;
    }

    .navbar {
        position: fixed !important;
        width: 100%;
        top: 0;
        z-index: 88;
        opacity: 0.9;
    }

    .contact_footer_list {
        max-width: 85%;
    }

    .contact_footer_list p {
        font-size: clamp(13px, 2vw, 14px);
        display: block;
        margin-bottom: 0;
        color: #000 !important;
    }

    .c_list {
        margin-bottom: 20px;
    }

    .contact_footer_list a {
        font-size: clamp(13px, 2vw, 14px);
        display: block;
        color: #000 !important;
    }

    .contact_footer_list b {
        font-size: clamp(13px, 2vw, 14px);
        color: #000 !important;
    }

    .nav-link {
        margin-bottom: 10px;
        font-weight: 700 !important;
        font-size: 16px !important;
    }
}



.navigation_fixed {
    position: fixed;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    bottom: 4px;
    z-index: 99;
    height: 0;
}

.navigation_fixed_block {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.1);
    padding: 5px;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    z-index: 999;
    margin: 0 3px 3px 3px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .navigation_fixed_link {
        margin-right: 15px;
        padding: 5px 15px;
        border-radius: 22px;
        font-family: "Raleway", sans-serif;
        color: #2F3132;
        text-decoration: none;
        font-weight: 700;
        font-size: clamp(13px, 2vw, 16px);
        letter-spacing: -0.2px;
    }

    .navigation_fixed_link p {
        margin: 0;
        font-weight: 700;
        font-size: clamp(13px, 2vw, 16px);
        letter-spacing: -0.2px;
    }

    .navigation_fixed_link.home {
        background-color: #f7f7f7;
        padding: 10px !important;
        border-radius: 6px;
    }
}

@media (max-width: 768px) {
    .navigation_fixed_link {
        margin-right: 2.3vw;
        padding: 5px 3vw;
        border-radius: 22px;
        font-family: "Raleway", sans-serif;
        color: #2F3132;
        text-decoration: none;
        font-weight: 700;
        font-size: clamp(11px, 2vw, 16px);
        transition: all 0.5s;
        letter-spacing: -0.2px;
        line-height: 14px;
    }

    .navigation_fixed_link p {
        margin: 0;
        font-weight: 700;
        font-size: clamp(11px, 2vw, 16px);
        letter-spacing: -0.2px;
        line-height: 14px;
    }

    .navigation_fixed_link svg {
        width: 20px;
        height: auto;
    }

    .navigation_fixed_link.home {
        background-color: #f7f7f7;
        padding: 10px 3vw !important;
        border-radius: 6px;
    }
}



.navigation_fixed_link.dark_switch {
    background-color: #f7f7f7;
    margin-right: 0 !important;
    padding: 10px !important;
    border-radius: 6px;
}

.link_drop.brands {
    position: relative;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .link_drop::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.19652 1.55872L5.23888 5.51635L1.28125 1.55872' stroke='%232F3132' stroke-width='1.75704' stroke-linecap='round'/%3E%3C/svg%3E%0A");
        width: 13px;
        height: 7px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 10px;
        transition: all 0.5s;
    }
}

@media (max-width: 768px) {
    .link_drop svg {
        width: 10px;
        height: 4px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 4px;
        transition: all 0.5s;

    }

    .navigation_fixed_link.active {
        background-color: #BFF4F0;
        padding: 5px 3vw;
    }

    .navigation_fixed_link:hover {
        padding: 5px 3vw;
    }

}

.link_drop:hover::after {
    transform: rotate(180deg);
}

.navigation_fixed_link:hover {
    background-color: #BFF4F0;
}

.navigation_fixed_link.active {
    background-color: #BFF4F0;
}

.navigation_fixed_link.dark_switch.active {
    background-color: #2f3132;
}

.navigation_fixed_link.dark_switch.active path {
    stroke: #fff;
}

.navigation_fixed_link.dark_switch.active circle {
    stroke: #fff;
}

.navigation_fixed_hover {
    position: absolute;
    left: 2px;
    bottom: -183px;
    padding: 20px 20px 10px 20px;
    width: 98%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin: 8px 3px;
    overflow: auto;
    transition: all 0.5s;
}



.navigation_fixed_hover::-webkit-scrollbar {
    width: 0;
}

.navigation_fixed_hover a {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 22px;
    font-family: "Raleway", sans-serif;
    color: #2F3132;
    text-decoration: none;
    opacity: 0.5;
}

@media (min-width: 768px) {
    .active .navigation_fixed_hover {
        bottom: 49px;
    }

    .navigation_fixed_hover svg {
        opacity: 0;
        transition: all 0.5s;
    }

    .navigation_fixed_hover a:hover {
        opacity: 1;
    }

    .navigation_fixed_hover a:hover svg {
        opacity: 1;
    }

    .link_drop:hover .navigation_fixed_hover {
        bottom: 44px;
        height: 135px;
    }

    .navigation_fixed.active .navigation_relative {
        height: 192px;
    }
}



.navigation_fixed_hover svg {
    width: 70px;
}

.navigation_fixed_link.link_drop {
    display: flex;
    align-items: center;
}

.navigation_relative {
    position: relative;
    margin-bottom: 76px;
    overflow: hidden;
    height: 74px;
    display: flex;
    align-items: self-end;
    padding: 0;
    transition: all 0.5s;
    margin: 0;
    overflow: hidden;
    margin-bottom: 10px;
}



/* main block */
/* Основной блок */
.hero {
    padding: 0px 0;
    height: calc(68vh - 50px);
}

/* Полупрозрачный фон за фото */
.mainpage_bg_images {
    position: absolute;
    bottom: 0;
    width: 280px;
    height: 100vh;
    z-index: 0;
}


@media (min-width: 992px) {
    .mainpage_bg_container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: end;
        height: 100%;
        margin-top: -7vh;
    }
}

@media (max-width: 991px) {
    .mainpage_bg_container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: end;
        height: 27vh;
        margin-top: 0;
        margin-bottom: 20px;
    }

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

.bg-shape {
    background: linear-gradient(1deg, #78FEE0, #96d9d4, #4BC2C5, #FEF4A9);
    background-size: cover;
    background-blend-mode: hard-light;
    -webkit-animation: hue-rotate 11slinear infinite;
    animation: hue-rotate 11s linear infinite;
    border-radius: 140px;
    opacity: 0.9;
}

@media (min-width: 992px) {
    .bg-shape-horizontal {
        position: absolute;
        z-index: 1;
        background: linear-gradient(90deg, #78FEE0, #96d9d4, #4BC2C5, #FEF4A9);
        background-size: cover;
        background-blend-mode: hard-light;
        -webkit-animation: hue-rotate 11slinear infinite;
        animation: hue-rotate 11s linear infinite;
        border-radius: 140px;
        opacity: 1;
        width: 95%;
        height: 300px;
        margin: 0 auto;
    }

    .main_page_desc {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 2vh 0 1vh 0;
        min-height: 57vh;
    }

    .main_page_desc h2 {
        font-weight: 700;
        font-size: clamp(26px, 2vw, 36px);
        margin-bottom: 10vh;
    }

    .main_page_desc p {
        font-size: clamp(16px, 2vw, 18px);
        max-width: 80%;
        line-height: 28px;
    }

}

@media (max-width: 991px) {
    .bg-shape-horizontal {
        position: absolute;
        z-index: 1;
        background: linear-gradient(90deg, #78FEE0, #96d9d4, #4BC2C5, #FEF4A9);
        background-size: cover;
        background-blend-mode: hard-light;
        -webkit-animation: hue-rotate 11slinear infinite;
        animation: hue-rotate 11s linear infinite;
        border-radius: 40px;
        opacity: 1;
        width: 100%;
        height: 150px;
        margin: 0 auto;
    }

    .main_page_desc {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 2vh 0 1vh 0;
        text-align: left;
    }

    .main_page_desc h2 {
        font-weight: 700;
        font-size: clamp(20px, 2vw, 36px);
        margin-bottom: 4vh;
    }

    .main_page_desc p {
        font-size: clamp(13px, 2vw, 18px);
        max-width: 100%;
        line-height: 21px;
        padding-left: 30%;
    }

    .hero .line_hover {
        margin-left: 30% !important;
    }

    .hero .line_hover * {
        font-size: clamp(14px, 2vw, 20px);
        line-height: 16px;
    }
}






/* Изображения */
.mom1 {
    width: auto;
    z-index: 1;
    max-height: 67vh;
}

.mom2 {
    position: relative;
    width: 220px;
    z-index: 2;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .hero {
        text-align: center;
        padding: 0;
    }

    .bg-shape {
        width: 155px;
        height: 530px;
    }

    .mom1 {
        max-height: 36vh;
        max-width: 100%;
        object-fit: contain;
        width: 90%;
        left: 15%;
        top: 10%;
    }

    .mom2 {
        width: 180px;
    }
}


@-webkit-keyframes hue-rotate {
    from {
        -webkit-filter: hue-rotate(0);
        -moz-filter: hue-rotate(0);
        -ms-filter: hue-rotate(0);
        filter: hue-rotate(0);
    }

    to {
        -webkit-filter: hue-rotate(360deg);
        -moz-filter: hue-rotate(360deg);
        -ms-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg);
    }
}

@keyframes hue-rotate {
    from {
        -webkit-filter: hue-rotate(0);
        -moz-filter: hue-rotate(0);
        -ms-filter: hue-rotate(0);
        filter: hue-rotate(0);
    }

    to {
        -webkit-filter: hue-rotate(360deg);
        -moz-filter: hue-rotate(360deg);
        -ms-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg);
    }
}


/* video section  */

.video_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .video_container iframe {
        position: relative;
        z-index: 2;
        height: 550px;
        border-radius: 50px;
    }
}

@media (max-width: 768px) {
    .video_container iframe {
        position: relative;
        z-index: 2;
        height: 229px;
        max-width: 90% !important;
        border-radius: 30px;
        display: table;
        margin: 0 auto !important;
    }
}

iframe {
    border-radius: 50px;
}

/* video section  */

/* brands list container  */
@media (min-width: 992px) {
    .home .brands_list_container {
        margin-top: 50px
    }

    .brands_list_block {
        margin: 10px 0;
        position: relative;
        display: block;
    }
}

@media (max-width: 991px) {
    .brands_list_container {
        padding: 0 !important;
    }

    .other-brands-container {
        padding: 0 15px;
    }

    .brands_list_container {
        padding: 0 15px;
    }

    .brands_list_block {
        margin: 10px 0;
        position: relative;
        display: block;
        margin-bottom: 40px;
        padding-bottom: 20px;

    }

    .brands_list_container .brands_list_block:nth-child(1) {
        border-bottom: 1px solid #dcdcdc;
    }

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


.sof_premium_bg {}

.brands_list_block_bg {
    opacity: 0.05;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}





.brands_list_left h2 {
    transition: all 1s;
    font-size: clamp(25px, 2vw, 30px);
    color: #2F3132;
}

@media (min-width: 768px) {
    .brands_list_left p {
        transition: all 1s;
        max-width: 77%;
        font-size: clamp(13px, 1.1vw, 18px);
        color: #2F3132;
    }

    .brands_list_left {
        position: relative;
        z-index: 2;
        padding: 30px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .brands_list_right_logo {
        width: 50%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .brands_list_block_bg {
        background-color: transparent !important;
    }

    .brands_list_left p {
        transition: all 1s;
        max-width: 100%;
        font-size: clamp(13px, 1.1vw, 18px);
        color: #2F3132;
        margin: 0;
    }

    .brands_list_left {
        position: relative;
        z-index: 2;
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .brands_list_right_logo {
        width: 30%;
        text-align: center;
    }
}

.brands_list_right {
    display: flex;
    align-items: center;

    position: relative;
}



.brands_list_right_logo img {
    position: relative;
    z-index: 2;
}



.brands_list_right_bg {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    transition: all 1.5s;
}

@media (min-width: 768px) {
    .brands_list_right_image {
        height: 260px;
        display: block;
        width: 50%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
        opacity: 0.3;
        transition: all 1.5s;
    }

    .brands_list_block:hover .brands_list_right_bg {
        background-color: #7820A1;
        width: 200vw;
        left: -100vw;
    }

    .brands_list_block:hover .brands_list_right_image {
        opacity: 1;
    }

    .brands_list_block:hover h2 {
        color: #fff;
    }

    .brands_list_block:hover p {
        color: #fff;
    }
}

@media (max-width: 768px) {
    .brands_list_right_image {
        height: 166px;
        display: block;
        width: 63%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
        opacity: 0.3;
        transition: all 1.5s;
        border-radius: 20px;
    }

    .brands_list_right_logo img {
        max-width: 50px !important;
    }

    .brands_list_block .brands_list_right_bg {
        background-color: #7820A1;
        width: calc(100%) !important;
        left: 0;
    }

    .brands_list_block .brands_list_right_image {
        opacity: 1;
    }

    .brands_list_block .col-lg-6 {
        padding: 0 !important;
    }
}





/* brands list container  */

/* news list container  */
.news_list_left {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.news_list_left h2 {
    font-size: clamp(13px, 1.1vw, 16px);
    font-weight: 900;
    color: #2F3132;
}

@media (min-width: 768px) {
    .news_list_left p {
        font-size: clamp(16px, 1.1vw, 20px);
        line-height: clamp(26px, 1.1vw, 30px);
        max-width: 60%;
        margin: 0;
        color: #2F3132;
    }

    .news_list_block {
        display: block;
        margin-bottom: 50px;
        margin: 30px 0;
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .news_list_left p {
        font-size: clamp(16px, 1.1vw, 20px);
        line-height: clamp(23px, 1.1vw, 30px);
        max-width: 99%;
        margin: 0;
        color: #2F3132;
    }

    .news_list_block {
        display: block;
        margin-bottom: 50px;
        margin: 40px 0;
        padding-bottom: 30px;
        margin-top: 0;
    }

}

.news_list_right {
    position: relative;
}

@media (min-width: 992px) {
    .news_list_right::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #55c3bb;
        left: 0;
        opacity: 0.7;
        transition: all 0.5s;
    }
}



@media (max-width: 991px) {
    .news_list_right::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        opacity: 0.7;
        transition: all 0.5s;
    }

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

    .news_list_left {
        margin-top: 15px;
        padding: 0 5px;
    }
}

.news_list_block .container {
    margin: 0 !important;
}

.news_list_block:not(:last-child) {
    border-bottom: 1px solid #dedede;
}

.news_list_block:hover .news_list_right::after {
    opacity: 0;
}

.news_list_block img {
    transition: all 0.5s;
}

.news_list_block:hover img {
    border-radius: 40px;
}

.news_list_block:hover p {
    text-decoration: underline;
}

.news_list_right img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
}

/* news list container  */


/* footer  */
@media (min-width: 768px) {
    footer {
        position: relative;
        background-color: #4BC2C5;
        padding: 100px;
        overflow: hidden;
        margin-top: 150px;
    }

    footer::before {
        content: "";
        position: absolute;
        left: 0;
        top: -92px;
        width: 100%;
        height: calc(103% + 54px);
        background-size: 100% 114%;
        background-repeat: no-repeat;
        background-image: url("/images/Vector_footer.svg");
        opacity: 0.4;
    }

    .subfooter {
        margin-top: 200px !important;
    }
}

@media (max-width: 768px) {
    footer {
        position: relative;
        background-color: #4BC2C5;
        padding: 60px 0;
        overflow: hidden;
        margin-top: 100px;
        padding-bottom: 100px;
    }

    footer::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("/images/Vector_footer.svg");
        opacity: 0.4;
    }

    .subfooter {
        margin-top: 100px !important;
    }

    .logo_footer {
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
        width: 95px;
    }

    .footer_list_info {
        text-align: center;
    }

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





.main_footer h2 {
    font-size: clamp(25px, 2vw, 36px);
    color: #fff;
    max-width: 500px;
    font-weight: 600;
}

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

.footer_list_block p {
    color: #fff;
    margin-bottom: 0;
    font-size: clamp(16px, 1.3vw, 20px);
    font-weight: 500;
}

.footer_list_block a {
    color: #fff;
    margin-bottom: 0;
    font-size: clamp(16px, 1.3vw, 20px);
    text-decoration: none;
    font-weight: 500;
}

.footer_list_block a:hover {
    color: #efefef;
}

.footer_list_block b {
    color: #fff;
    margin-bottom: 0;
    font-size: clamp(16px, 1.3vw, 20px);
    font-weight: 500;
}


@media (min-width: 768px) {
    .main_footer .footer_list_block {
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .main_footer .footer_list_block {
        margin-bottom: 60px;
        max-width: 68%;
        margin: 50px auto;
        border-bottom: 1px solid #ffffff78;
        padding-bottom: 14px;
    }

    .afz-form input {
        font-size: 14px !important;
    }

    .afz-form textarea {
        font-size: 14px !important;
    }
}

/* footer  */

/* tabs  */
@media (min-width: 768px) {
    .afzaliyat_tabs {
        display: flex;
        align-items: center;
        margin-top: 10px;
        margin-left: 15px;
    }

    .afzaliyat_tabs button {
        position: relative;
        font-size: clamp(14px, 1.3vw, 18px);
        background-color: transparent;
        opacity: 0.5;
        color: #2F3132;
        border: 0;
        margin: 0;
        margin-right: 2vw !important;
        font-weight: 600;
        display: table;
        padding: 0;
        text-wrap-mode: nowrap;
    }

    .afzaliyat_tabs .tab::after {
        content: "";
        position: absolute;
        bottom: -3px;
        height: 2px;
        left: 0;
        background-color: #2F3132;
        width: 0%;
        transition: all 0.5s;
    }

    .afzaliyat_tabs .tab {
        position: relative;
        font-size: clamp(16px, 1.3vw, 20px);
        background-color: transparent;
        opacity: 0.5;
        color: #2F3132;
        border: 0;
        margin: 0;
        margin-right: 30px !important;
        font-weight: 600;
        display: table;
        padding: 0;
        text-wrap: nowrap;
    }

    .afzaliyat_tabs button::before {
        content: "";
        position: absolute;
        bottom: -3px;
        height: 2px;
        background-color: #2F3132;
        opacity: 0.5;
        width: 100%;
        left: 0
    }

    .afzaliyat_tabs button::after {
        content: "";
        position: absolute;
        bottom: -3px;
        height: 2px;
        left: 0;
        background-color: #2F3132;
        width: 0%;
        transition: all 0.5s;
    }

    .afzaliyat_tabs .tab::before {
        content: "";
        position: absolute;
        bottom: -3px;
        height: 2px;
        background-color: #2F3132;
        opacity: 0.5;
        width: 100%;
        left: 0
    }
}

@media (max-width: 768px) {
    .afzaliyat_tabs {
        display: flex;
        align-items: center;
        margin-top: 10px;
        margin-left: 0;
        overflow: hidden;
        overflow-x: auto;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    .afzaliyat_tabs button {
        position: relative;
        font-size: clamp(16px, 1.3vw, 20px);
        background-color: transparent;
        opacity: 0.5;
        color: #2F3132;
        border: 0;
        margin: 0;
        font-weight: 600;
        display: table;
        padding: 0;
        min-width: fit-content;
        padding-bottom: 6px;
        margin-right: 23px !important;
    }

    .afzaliyat_tabs .tab {
        position: relative;
        font-size: clamp(16px, 1.3vw, 20px);
        background-color: transparent;
        opacity: 0.5;
        color: #2F3132;
        border: 0;
        margin: 0;
        font-weight: 600;
        display: table;
        padding: 0;
        min-width: fit-content;
        padding-bottom: 6px;
        margin-right: 23px !important;
        text-wrap: nowrap;
    }

    .afzaliyat_tabs .tab::after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 2px;
        left: 0;
        background-color: #2F3132;
        width: 0%;
        transition: all 0.5s;
    }

    .afzaliyat_tabs button::before {
        content: "";
        position: absolute;
        bottom: 0px;
        height: 2px;
        background-color: #2F3132;
        opacity: 0.5;
        width: 100%;
        left: 0
    }

    .afzaliyat_tabs button::after {
        content: "";
        position: absolute;
        bottom: 0px;
        height: 2px;
        left: 0;
        background-color: #2F3132;
        width: 0%;
        transition: all 0.5s;
    }

    .afzaliyat_tabs .tab::before {
        content: "";
        position: absolute;
        bottom: 0px;
        height: 2px;
        background-color: #2F3132;
        opacity: 0.5;
        width: 100%;
        left: 0
    }

    .afzaliyat_tabs {
        scrollbar-width: thin;
        /* Делаем скроллбар тоньше для Firefox */
    }

    /* Для Webkit-браузеров (Chrome, Safari) */
    .afzaliyat_tabs::-webkit-scrollbar {
        height: 5px;
        /* Высота горизонтального скроллбара */
    }

    .afzaliyat_tabs::-webkit-scrollbar-thumb {
        background-color: #888;
        /* Цвет "ползунка" скроллбара */
        border-radius: 10px;
        /* Закругление углов ползунка */
    }

    .afzaliyat_tabs::-webkit-scrollbar-track {
        background-color: #f1f1f1;
        /* Цвет фона скроллбара */
    }

    .afzaliyat_tabs {

        -ms-overflow-style: none !important;
        /* Для Internet Explorer и Edge */
        scrollbar-width: none !important;
        /* Для Firefox */
    }

    /* Скрываем скроллбар в WebKit-браузерах (Chrome, Safari) */
    .afzaliyat_tabs::-webkit-scrollbar {
        display: none !important;
    }
}

.afzaliyat_tabs button.active {
    opacity: 1;
}



.afzaliyat_tabs button:hover {
    opacity: 1;
}

.afzaliyat_tabs button:hover::after {
    width: 100%;
}


.afzaliyat_tabs .tab.active {
    opacity: 1;
}





.afzaliyat_tabs .tab:hover {
    opacity: 1;
}

.afzaliyat_tabs .tab:hover::after {
    width: 100%;
}

/* tabs  */

/* single page  */
.single_content .breadcrumbs {
    margin-bottom: 5vh !important;
}

.left_single {
    padding-right: 3vw;
    max-width: 600px;
}

.left_single h1 {
    margin-bottom: 50px;
}

.page_date {
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 500;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .custom-gallery {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 90%;
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .custom-gallery {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin-top: 50px;
    }
}

.gallery-grid {
    display: grid;
    gap: 15px;
    width: 100%;
}

.gallery-item {
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: auto;
    max-height: 135px;
    object-fit: cover;
    border-radius: 20px;
    filter: grayscale(1);
    transition: all 0.5s;
}

.gallery-item:hover img {
    filter: grayscale(0);
}

.gallery-grid.images-1 {
    grid-template-columns: 1fr;
}

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

.gallery-grid.images-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-grid.images-4 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.gallery-grid.images-5,
.gallery-grid.images-6 {
    grid-template-columns: repeat(3, 1fr);
}

.video {
    grid-column: span 3;
    position: relative;
    grid-row: 2;
}



.play-button {
    width: 60px;
    height: 60px;
    background: white;
    clip-path: polygon(30% 20%, 80% 50%, 30% 80%);
}

@media (max-width: 768px) {
    .video iframe {
        width: 100%;
        height: 240px;
        border-radius: 50px;
    }

    .gallery-grid.images-3,
    .gallery-grid.images-4,
    .gallery-grid.images-5,
    .gallery-grid.images-6 {
        grid-template-columns: repeat(2, 1fr);
    }

    .video {
        grid-column: span 2;
    }
}

@media (min-width: 768px) {
    .video iframe {
        width: 100%;
        height: 350px;
        border-radius: 50px;
    }

}

.tabs {
    display: flex;
    cursor: pointer;
}

.tab {
    transition: background 0.3s;
}


.content-wrapper {
    overflow: hidden;
    width: 100%;
    display: block;
    /* Гарантирует, что wrapper ведёт себя как блок */
}

.contents {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 300%;
    flex-wrap: nowrap;
    align-items: start;
}

.contents_top iframe {
    max-width: 100%;
    height: 300px;
}

@media (min-width: 768px) {
    .content {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin-top: 30px;
        min-width: 33.3%;
    }
}

@media (max-width: 768px) {
    .content {
        width: 100%;
        padding: 10px 3px;
        box-sizing: border-box;
        margin-top: 0;
        min-width: 33.3%;
    }

    .gallery-sert {
        margin-bottom: 30px;
    }
}

.gallery-sert img {
    width: 100%;
}

/* team  */
.afz-team {
    display: flex;
}

.afz-team-member {
    width: 100%;
    margin-bottom: 50px;
}

.afz-team-photo img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    filter: grayscale(1);
}

.afz-team-member:hover img {
    filter: grayscale(0);
}

.afz-team-name {
    font-size: 18px;
    font-weight: 800;
    margin: 20px 0;
}

.afz-team-position {
    font-size: 16px;
    color: #2f3132;
    max-width: 240px;
}

/* team  */
/* achievements  */
.afz-achievements {
    text-align: center;
    margin-bottom: 80px;
}

.afz-achievement {
    text-align: center;
    margin-bottom: 80px;
}

@media (min-width: 768px) {
    .afz-achievement-photo img {
        width: auto;
        height: 269px;
        object-fit: contain;
        object-position: bottom;
        margin-bottom: 20px;
    }

    .afz-achievement-title {
        font-size: 18px;
        font-weight: 700;
        margin: 10px 0;
    }
}

@media (max-width: 768px) {
    .afz-achievement-photo img {
        width: auto;
        height: 139px;
        object-fit: contain;
        object-position: bottom;
        margin-bottom: 20px;
    }

    .afz-achievement-title {
        font-size: 14px;
        font-weight: 700;
        margin: 10px 0;
    }
}



/* achievements  */

/* docs  */
.da-documents {
    margin-top: 40px !important;
}



.da-document a {
    text-align: center;
    display: block;
    color: #3e4041;
    font-weight: 700;
    font-size: 18px;
}

@media (min-width: 768px) {
    .da-document {
        margin-bottom: 80px;
    }

    .da-document p {
        color: #3e4041;
        font-weight: 700;
        font-size: 15px;
    }

    .da-document svg {
        margin: 0 auto;
        margin-bottom: 20px;
        display: block;
    }
}

@media (max-width: 768px) {
    .da-document {
        margin-bottom: 40px;
    }

    .da-document p {
        color: #3e4041;
        font-weight: 700;
        font-size: 13px;
        max-width: 90%;
        margin: 0 auto;
        line-height: 18px;
        max-width: 100px;
    }

    .da-document svg {
        margin: 0 auto;
        margin-bottom: 10px;
        display: block;
        width: 40px;
    }
}



/* docs  */

/* switcher  */
.language-switcher {
    position: relative;
    display: inline-block;
}

.current-lang {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 700;
    background-color: #2f3132;
    border: 0;
}

.current-lang svg {
    height: auto;
    display: block;
    margin-left: 10px;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    flex-direction: column;
    border-radius: 5px;
    padding: 5px 0;
    min-width: 100%;
}

.lang-drop-container {
    background: #3e4041;
    display: block;
    text-align: center;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px 0;
}

.language-dropdown a {
    display: block;
    color: #ccc;
    text-decoration: none;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.7;
    font-size: clamp(16px, 2vw, 18px);
}

.language-dropdown a:hover {
    color: #fff;
}

.language-switcher:hover .language-dropdown {
    display: flex;
}

/* switcher  */

/* about company  */
@media (max-width: 768px) {
    .brand-template-default .afzaliyat_tabs {
        margin-top: 50px !important;
        margin-bottom: 10px !important;
    }
}

/* about company  */

/* contact  */
@media (min-width: 768px) {
    .contact_map iframe {
        max-height: 455px;
    }
}

@media (max-width: 768px) {
    .contact_map iframe {
        max-height: 350px;
    }
}

.content_page h3 {
    font-size: clamp(16px, 2vw, 18px);
    margin-bottom: 20px;
    margin-top: 50px;
}

/* contact  */

/* job page  */

#job-list {
    margin-top: 40px;
}

.category_tabs {
    margin-top: 30px;
}




.category_tabs h2 {
    display: none !important;
}

@media (min-width: 768px) {
    #job-categories {
        margin-bottom: 20px;
    }

    .category_tabs h2 {
        font-family: "Noto Serif", serif;
        font-size: clamp(22px, 2vw, 25px);
        line-height: clamp(36px, 3vw, 43px);
        font-style: italic;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .custom-checkbox {
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px;
        cursor: pointer;
        font-size: clamp(16px, 2vw, 18px);
        user-select: none;
        font-weight: 600;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .category_tabs h2 {
        font-family: "Noto Serif", serif;
        font-size: clamp(17px, 2vw, 25px);
        line-height: clamp(36px, 3vw, 43px);
        font-style: italic;
        margin-bottom: 20px;
        font-weight: 700;
    }

    #job-categories {
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .custom-checkbox {
        position: relative;
        padding-left: 34px;
        margin-bottom: 20px;
        cursor: pointer;
        font-size: clamp(12px, 2vw, 18px);
        user-select: none;
        font-weight: 600;
        display: flex;
        align-items: center;
        margin-right: 25px;
        width: 50%;
        margin: 0 0 18px 0;
    }
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 4px;
}

.custom-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.custom-checkbox input:checked~.checkmark {
    background-color: #2f3132;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked~.checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

@media (min-width: 768px) {
    #job-search-container {
        margin: 20px 0;
        display: flex;
        align-items: center;
        border: 2px solid #565657;
        border-radius: 20px;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    #job-search-container {
        margin: 0px 0 10px 0;
        display: flex;
        align-items: center;
        border: 2px solid #565657;
        border-radius: 20px;
        overflow: hidden;
    }
}

#job-search-container svg {
    margin-right: 19px;
    width: 28px;
}

#job-search {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    color: #000;
}

@media (min-width: 768px) {
    .job-item {
        border: 1px solid #ddd;
        padding: 25px 35px;
        margin-bottom: 30px;
        border-radius: 25px;
        transition: all 0.5s;
    }
}

@media (max-width: 768px) {
    #job-search {
        font-size: 14px;
    }

    .job-item {
        border: 1px solid #ddd;
        padding: 25px 20px;
        margin-bottom: 30px;
        border-radius: 25px;
        transition: all 0.5s;
    }
}

.job-item:hover {
    box-shadow: 0 0px 8px 3px rgba(0, 0, 0, 0.1);
}

.job_btn_container {
    display: flex;
    align-items: center;
}

.job_btn {
    display: flex;
    align-items: center;
    margin-right: 18px;
    background-color: #e7e7e7;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 600;
}

.job_btn:hover {
    background-color: #e1e1e1;
}

.job_btn.more-button {
    background-color: #c0efec;
}

.job_btn.more-button:hover {
    background-color: #abdbd8;
}

.job-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .job-title h3 {
        font-size: clamp(20px, 2vw, 25px);
        margin: 0;

    }
}

@media (max-width: 768px) {
    .job-title h3 {
        font-size: clamp(17px, 2vw, 25px);
        margin: 0;
        max-width: 60%;
    }

    .job-title p {
        font-size: clamp(10px, 2vw, 18px);
        line-height: 13px;
        margin: 0;
    }

    .job-title strong {
        font-size: clamp(10px, 2vw, 18px);
        line-height: 13px;
        margin: 0;
    }

    .job_content {
        font-size: clamp(13px, 2vw, 18px);
    }
}

.job_content {
    margin: 30px 0;
}



.loading-spinner {
    text-align: center;
    font-size: 18px;
    color: #2196F3;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#apply-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    position: relative;
}



.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}

/* Общие стили */
@media (min-width: 768px) {
    .afz-form form {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        font-family: Arial, sans-serif;
        width: 50%;
    }
}

@media (max-width: 768px) {
    .afz-form form {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        font-family: Arial, sans-serif;
        width: 100%;
    }
}

.afz-form .form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.afz-form .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.afz-form .form-group.full-width {
    flex: 100%;
}

.afz-form label {
    font-weight: bold;
    margin-bottom: 5px;
}

.afz-form input {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1.6px solid #3e4041;
    background: none;
    outline: none;
    font-size: 16px;
}

.afz-form textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1.6px solid #3e4041;
    background: none;
    outline: none;
    font-size: 16px;
}

.afz-form textarea {
    height: 80px;
    resize: none;
}

/* Стили для загрузки файлов */
.afz-form .file-upload {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    background-color: #fafafa;
    margin-top: 25px !important;
    padding: 25px;
    margin-bottom: 40px;
}

.afz-form .file-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.afz-form .file-icon svg {
    width: 50px;
    margin-bottom: 10px;
}

.afz-form .file-text {
    font-size: 14px;
}

.file-text p {
    font-weight: 800;
    margin: 0;
    margin-top: 15px;
    color: #000;
}

.file-text span {
    color: #000;
}

.afz-form .file-name {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: gray;
}

.file-upload input {
    display: none;
}

/* Кнопка отправки */
.afz-form .submit-btn {
    margin: 7px auto !important;
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #000;
}

.afz-form .line_hover {
    margin: 0px auto !important;

}

.afz-form .loading {
    display: none;
    width: 12px;
    height: 12px;
    border: 2px solid #3e4041;
    border-radius: 50%;
    border-right-color: transparent;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

.afz-form .loading-btn .loading {
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Стили модального окна */
.afz-form #apply-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.afz-form .modal-content {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    width: 800px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;

}

.complate .afz-form .modal-content {
    flex-direction: column;
}

.afz-form .modal-content h2 {
    font-family: "Noto Serif", serif;
    font-size: clamp(20px, 2vw, 33px);
    max-width: 45%;
    color: #000;
}

@media (max-width: 768px) {
    .afz-form .modal-content {
        flex-direction: column !important;
        max-width: 94%;
    }

    .afz-form .modal-content h2 {
        font-family: "Noto Serif", serif;
        font-size: clamp(20px, 2vw, 33px);
        max-width: 90% !important;
        color: #000;
    }
}

.afz-form .close-modal {
    width: clamp(40px, 2vw, 60px);
    height: clamp(40px, 2vw, 60px);
    position: absolute;
    background: #bff4f0;
    color: white;
    border: none;
    cursor: pointer;
    right: clamp(-10px, 2vw, -20px);
    top: clamp(-10px, 2vw, -20px);
    border-radius: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.afz-form .close-modal:hover {
    background: #aee5e1;
}

.afz-form .close-modal svg {
    width: 15px;
    height: auto;
    margin: 0;
    display: flex;
    padding: 0;
    margin-right: -2px;
}

.logo_modal {
    display: none;
    justify-content: end;
    width: 100%;
    margin-top: 7vh;
}

.complate .logo_modal {
    display: flex;
}

.logo_modal svg {
    width: 70px;
    height: auto;
}

.apply-button_single {
    display: table;
    margin-top: 50px;
}

@media (min-width: 768px) {
    .afz-form form {
        width: 100%;
    }
}

/* dark_theme  */
#dark_theme {
    background-color: #2f3132 !important;
}

#dark_theme .navbar {
    background: #2f2f2f  !important;
}

#dark_theme .current-lang {
    background: transparent !important;
    color: #fff !important;
}

#dark_theme .current-lang path {
    stroke: #fff !important;
}

#dark_theme .lang-drop-container {
    background: #2f3132 !important;
    color: #fff !important;
    border: 1px solid #4f4f4f;
}

#dark_theme .lang-drop-container a {
    background: #2f3132 !important;
    color: #fff !important;
    opacity: 1;
}

#dark_theme .lang-drop-container a:hover {
    background: #2f3132 !important;
    color: #91999d !important;
}

#dark_theme .main_page_desc h2 {
    color: #fff !important;
}

#dark_theme .main_page_desc p {
    color: #fff !important;
}

#dark_theme .slide_text {
    color: #fff !important;
}

#dark_theme .btn_site span {
    color: #fff !important;
}

#dark_theme .line_hover::after {
    background-color: #fff !important;
}

#dark_theme .main_title h2 {
    color: #fff !important;
}

#dark_theme .elementor-button {
    background-color: transparent !important;
    color: #fff !important;
}

#dark_theme .elementor-button path {
    stroke: #fff !important;
}

#dark_theme .elementor-button .elementor-button-content-wrapper::after {
    background-color: #fff !important;
}

#dark_theme .brands_list_left h2 {
    color: #fff !important;
}

#dark_theme .brands_list_left p {
    color: #fff !important;
}

#dark_theme .brands_list_block_bg {
    opacity: 0.3;
}

#dark_theme * {
    color: #fff;
}

#dark_theme .afz-form form {
    background-color: transparent !important;
}

#dark_theme .afz-form form input::placeholder {
    color: #fff !important;
}

#dark_theme .afz-form form textarea::placeholder {
    color: #fff !important;
}

#dark_theme .afz-form .file-upload {
    background-color: #ffffff08 !important;
}

#dark_theme .afz-form .file-upload path {
    fill: #fff;
}

#dark_theme .file-text p {
    color: #fff !important;
}

#dark_theme .file-text span {
    color: #fff !important;
}

/* modal   */
#dark_theme .modal-content .afz-form form {
    background-color: #ffffff08 !important;
}

#dark_theme .modal-content input {
    color: #000 !important;
}

#dark_theme .modal-content textarea {
    color: #000 !important;
}

#dark_theme .modal-content .file-upload {
    background-color: #ffffff08 !important;
}



/* modal   */
#dark_theme .news_list_left h2 {
    color: #fff !important;
}

#dark_theme .news_list_left p {
    color: #fff !important;
}

#dark_theme .navigation_fixed_block {
    background-color: #212122c4;
}

#dark_theme .navigation_fixed_link {
    color: #fff !important;
}

#dark_theme .navigation_fixed_link.active {
    color: #000 !important;
}

#dark_theme .navigation_fixed_link p {
    color: #fff !important;
}

#dark_theme .navigation_fixed_link:hover {
    color: #2F3132 !important;
}

#dark_theme .navigation_fixed_link:hover p {
    color: #2F3132 !important;
}

#dark_theme .navigation_fixed_link.active p {
    color: #2F3132 !important;
}


#dark_theme .navigation_fixed_hover {
    background-color: #212122c4;
}

#dark_theme .navigation_fixed_hover a {
    color: #fff;
}

#dark_theme .link_drop::after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.19652 1.55872L5.23888 5.51635L1.28125 1.55872' stroke='%23ffffff' stroke-width='1.75704' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
}

#dark_theme .link_drop.active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.19652 1.55872L5.23888 5.51635L1.28125 1.55872' stroke='%232F3132' stroke-width='1.75704' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
}

#dark_theme .link_drop:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.19652 1.55872L5.23888 5.51635L1.28125 1.55872' stroke='%232F3132' stroke-width='1.75704' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
}

#dark_theme .da-document p {
    color: #fff !important;
}

#dark_theme .current_page_item .nav-link {
    color: rgb(85 195 187) !important;
}

#dark_theme .current_page_item .nav-link:hover {
    color: rgb(85 195 187) !important;
}

#dark_theme .nav-link {
    color: #fff !important;
}

#dark_theme .nav-link:hover {
    color: #ccc !important;
}
@media (max-width: 768px) {
    #dark_theme .nav-link {
        color: #2f2f2f !important;
    }
    #dark_theme .nav-link:hover {
        color: #464545 !important;
    }
}
#dark_theme .afzaliyat_tabs .tab {
    color: #fff !important;
}

#dark_theme #job-search-container {
    background-color: #fff !important;
}

#dark_theme #job-search-container circle {
    fill: #fff !important;
}

#dark_theme #job-search-container path {
    fill: #fff !important;
}

#dark_theme .job_btn {
    background-color: #474545;
}

.single-job .job_btn {
    background-color: #4bc2c5 !important;
    color: #fff;
}
.single-job .job_btn:hover  {
    color: #f3f3f3;
}

#dark_theme .job_btn.more-button {
    background-color: #c0efec;
}

#dark_theme .afzaliyat_tabs .tab::before {
    background-color: #fff !important;
}

#dark_theme .afzaliyat_tabs .tab::after {
    background-color: #fff !important;
}

#dark_theme .job_btn.more-button {
    color: #2f3132 !important;
}

#dark_theme .breadcrumbs a {
    color: #fff !important;
}

#dark_theme .breadcrumbs span {
    color: #fff !important;
}

#dark_theme .breadcrumbs circle {
    fill: #fff !important;
}

#dark_theme .job-item {
    border: 1px solid #2f3132 !important;
    background-color: #5a5a5a !important;
}

#dark_theme footer {
    background-color: #0f494b !important;
}

#dark_theme .left_title a {
    background-color: #474747 !important;
}

#dark_theme #apply-modal.afz-form .modal-content {
    background: #2f3132 !important;
    box-shadow: 0em 0em 2px 0px #ffffff;
}

/* dark_theme  */

@media (min-width: 768px) AND (max-width: 991px) {
    .mainpage_bg_container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: end;
        height: 32vh;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .main_page_desc h2 {
        max-width: 400px !important;
    }

    .bg-shape-horizontal {
        height: 225px !important;
    }

    .video_container iframe {
        height: 360px !important;
    }

    .mom1 {
        max-height: 44vh;
    }
}

@media (min-width: 992px) {
    .pc_none_2 {
        display: none !important;
    }

    .post-type-archive-brand .brands_list_container {
        margin-top: 80px;
    }
}

.anim_blick {
    position: relative;
    display: inline-block;
    overflow: hidden;
    /* Обрезаем блик за пределами элемента */
}

.anim_blick::after {
    content: "";
    position: absolute;
    top: -8%;
    left: 0;
    width: 100%;
    height: 178%;
    background-size: cover;
    transform: translate(-100%, 0px);
    opacity: 1;
    transition: all 1s;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="85" height="147" viewBox="0 0 85 147" fill="none" xmlns="http://www.w3.org/2000/svg"><rect opacity="0.5" x="35.8477" width="50" height="138.5" transform="rotate(15 35.8477 0)" fill="url(%23paint0_linear_6412_4004)"/><defs><linearGradient id="paint0_linear_6412_4004" x1="87.7798" y1="66.9711" x2="37.4153" y2="72.5102" gradientUnits="userSpaceOnUse"><stop stop-color="%23BFF4F0" stop-opacity="0"/><stop offset="0.495" stop-color="white"/><stop offset="1" stop-color="%23BFF4F0" stop-opacity="0"/></linearGradient></defs></svg>');
}

.anim_blick:hover::after {
    transform: translate(100%, 0px);
}

/* recomended  */
@media (min-width: 768px) {
    .recommended_container {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .recommended_container {
        margin-top: 80px;
    }
}

.recommended-news-container {
    display: flex;
    margin-top: 50px !important;
}

.recommended-news-item {
    width: 100%;
}

.recommended-news-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.news-image img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: all 0.5s;
}

.recommended-news-item:hover .news-image img {
    transform: scale(1.01);
}

.news-content {
    text-align: left;
    margin-top: 10px;
    padding-right: 10px;
}

.news-title {
    font-weight: bold;
}

.news-date {
    font-size: 14px;
    color: gray;
}

@media (max-width: 768px) {
    .recommended-news-item {
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 30px;
    }

   .recommended-news-container .col-lg-3 .recommended-news-item {
        border-bottom: 1px solid #dfdfdf;
    }
    
    .recommended-news-container .col-lg-3:last-child .recommended-news-item {
        border-bottom: none;
    }
    .right_single {
        padding-top: 20px;
    }
}

/* recomended  */