h1.first-title {
    font-size: clamp(2.188rem, 1.2021rem + 4.2066vw, 6.25rem);
    font-weight: 700;
    line-height: 100%;
    color: var(--White);
    max-width: 703px;
}

.first-block.mb {
    height: 100vh;
    background-image: url('/wp-content/uploads/2025/07/1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.first-container {
    display: flex;
    align-items: center;
    gap: clamp(1.563rem, 0.5771rem + 4.2066vw, 5.625rem);
}

hr.first-container-line {
    height: clamp(0.375rem, 0.2840rem + 0.3883vw, 0.75rem);
    background-color: var(--White);
    width: clamp(6.88rem, 2.9370rem + 16.8233vw, 23.125rem);
    margin: 0;
}

.home main {
    padding: 0;
}

.mb {
    margin-bottom: clamp(3.75rem, 2.8398rem + 3.8835vw, 7.5rem);
}

.bullet-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(0.875rem, -0.2779rem + 4.9191vw, 5.625rem);
}

span.bullet-item-block_title {
    font-size: clamp(1.25rem, 0.8706rem + 1.6186vw, 2.813rem);
    font-weight: 700;
    line-height: 100%;
    margin-bottom: clamp(0.375rem, 0.2536rem + 0.5178vw, 0.875rem);
    display: block;
}

a.bullet-item {
    display: flex;
    background-color: #373A36;
    border: 2px solid #373A36;
    box-sizing: border-box;
    align-items: center;
    padding: 15px 15px 15px 30px;
    flex: 1;
    justify-content: space-between;
    transition: 0.3s;
    color: var(--White);
}

p.bullet-item-block_description {
    font-size: clamp(0.625rem, 0.3973rem + 0.9714vw, 1.563rem);
    color: var(--White);
    line-height: 125%;
    font-weight: 400;
    max-width: 270px;
}

a.bullet-item:hover {
    background-color: var(--White);
    color: var(--Black);
    border: 2px solid var(--Black);
    transition: 0.3s;
}

a.bullet-item:hover p {
    color: var(--Black);
    transition: 0.3s;
}

a.bullet-item:hover svg path {
    fill: var(--Black);
    transition: 0.3s;
}

h2.block-title,
h1.block-title {
    font-size: clamp(3.125rem, 1.6080rem + 6.4725vw, 9.375rem);
    font-weight: 700;
    line-height: 100%;
}

p.services-subtitle {
    font-size: clamp(1rem, 0.7141rem + 1.2199vw, 2.178rem);
    font-weight: 700;
    line-height: 100%;
    max-width: 43%;
}

.services-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: clamp(2.5rem, 1.5898rem + 3.8835vw, 6.25rem);
}

.services_items {
    display: flex;
    flex-direction: column;
    row-gap: clamp(1.875rem, 0.9648rem + 3.8835vw, 5.625rem);
}

.service-panel {
    padding: clamp(1.25rem, 0.1881rem + 4.5307vw, 5.625rem) clamp(1.75rem, 0.6578rem + 4.6602vw, 6.25rem);
}

span.services_title {
    display: block;
    color: var(--White);
    font-size: clamp(1.785rem, 0.8530rem + 3.9767vw, 5.625rem);
    font-weight: 400;
    line-height: 100%;
    margin-bottom: clamp(1.25rem, 0.9466rem + 1.2945vw, 2.5rem);
}

.services-list li {
    color: var(--White);
    font-size: clamp(0.75rem, 0.4010rem + 1.4892vw, 2.188rem);
    line-height: 125%;
}

ul.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.services-list li {
    position: relative;
    padding-left: 1.2em;
}

ul.services-list li::before {
    content: "–";
    position: absolute;
    left: 0;
}

.about-content {
    display: flex;
    gap: clamp(1.25rem, 0.0364rem + 5.1780vw, 6.25rem);
}

.flex {
    flex: 1;
}

.about h2.block-title,
.values h2.block-title {
    margin-bottom: clamp(1.25rem, 0.3398rem + 3.8835vw, 5rem);
}

.values-content {
    display: flex;
    align-items: flex-start;
    gap: clamp(0.5rem, -0.8956rem + 5.9547vw, 6.25rem);
    justify-content: space-between;
}

hr.value {
    background-color: #9ABB91;
    height: clamp(4.69rem, 3.9327rem + 3.2311vw, 7.81rem);
    width: clamp(0.125rem, 0.0340rem + 0.3883vw, 0.5rem);
    margin: 0;
    display: flex;
    align-self: flex-end;
}

h3.values-content_title {
    margin-bottom: clamp(0.625rem, 0.3216rem + 1.2945vw, 1.875rem);
    font-size: clamp(1rem, 0.4842rem + 2.2006vw, 3.125rem);
    font-weight: 700;
    line-height: 100%;
}

p.values-content_text,
p.about-content_text {
    font-size: clamp(0.75rem, 0.4010rem + 1.4892vw, 2.188rem);
    line-height: 126%;
    color: var(--Black);
}

/* ///////// */
body.post-type-archive-team,
body.page-template-Pagescontacts-php {
    background-color: #0E0E0E;
}

.site-branding .custom-logo-link img.custom-logo {
    display: none;
}

body:not(.home):not(.post-type-archive-team):not(.page-template-Pagescontacts-php) .site-branding .custom-logo-link {
    position: relative;
    width: 273px;
    height: 69px;
    display: inline-block;
}

body:not(.home):not(.post-type-archive-team):not(.page-template-Pagescontacts-php) .site-branding .custom-logo-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/wp-content/uploads/2025/07/logo_dark.svg") no-repeat center/contain;
}

body.home .site-branding .custom-logo-link::before,
body.page-template-Pagescontacts-php .site-branding .custom-logo-link::before,
body.post-type-archive-team .site-branding .custom-logo-link::before,
header.sticky .site-branding .custom-logo-link::before {
    display: none;
}

body.home .site-branding .custom-logo-link img.custom-logo,
body.page-template-Pagescontacts-php .site-branding .custom-logo-link img.custom-logo,
body.post-type-archive-team .site-branding .custom-logo-link img.custom-logo,
header.sticky .site-branding .custom-logo-link img.custom-logo {
    display: inline-block;
}

.black p,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black a,
.dark-section p,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6,
.dark-section a {
    color: var(--White);
}

.post-type-archive-team .block-title,
h1.white-title.block-title.page-title,
h2.form-title,
h1.about-title,
h2.stil {
    margin-bottom: clamp(1.563rem, 0.7288rem + 3.5594vw, 5rem);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(0.625rem, 0.0182rem + 2.5890vw, 3.125rem) clamp(0.5rem, -0.5922rem + 4.6602vw, 5rem);
    align-items: stretch;
}

.team-card {
    background-color: #4B4F54;
    padding: clamp(0.75rem, 0.3252rem + 1.8123vw, 2.5rem);
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

.team-card__desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.team-card img {
    display: flex;
    margin-bottom: clamp(0.625rem, 0.3216rem + 1.2945vw, 1.875rem);
}

h3.team-card__title {
    font-size: clamp(0.75rem, 0.4010rem + 1.4892vw, 2.188rem);
    line-height: 100%;
    margin-bottom: clamp(0.5rem, 0.4090rem + 0.3883vw, 0.875rem);
}

p.team-card__position {
    font-size: clamp(0.625rem, 0.3973rem + 0.9714vw, 1.563rem);
    line-height: 125%;
    MARGIN-BOTTOM: clamp(0.625rem, 0.3216rem + 1.2945vw, 1.875rem);
}

.navigation {
    display: flex;
    align-items: center;
}

a.page-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: clamp(1.125rem, 0.7913rem + 1.4239vw, 2.5rem);
    font-size: clamp(1rem, 0.6359rem + 1.5534vw, 2.5rem);
    font-weight: 700;
    line-height: 100%;
    height: clamp(2.813rem, 1.9788rem + 3.5594vw, 6.25rem);
    transition: 0.3s;
    border: 1px solid transparent;
}

a.flex.page-nav.black.pr {
    border: 1px solid var(--White);
}

a.flex.page-nav.green.nx {
    background-color: #9ABB91;
    border: 1px solid #9ABB91;
    color: var(--Black);
    transition: 0.3s;
}

a.flex.page-nav.black.pr:hover {
    background-color: var(--White);
    color: var(--Black);
    border: 1px solid var(--Black);
    transition: 0.3s;
}

a.flex.page-nav.black.pr:hover svg path {
    fill: var(--Black);
    transition: 0.3s;
}

a.flex.page-nav.green.nx:hover {
    background-color: var(--White);
    color: var(--Black);
    border: 1px solid var(--White);
    transition: 0.3s;
}

a.flex.page-nav.green.nx:hover svg path {
    fill: var(--Black);
    transition: 0.3s;
}

.white-title {
    color: var(--White);
}

body.page-template-Pagescontacts-php,
.page-template-Pagescontacts-php {
    color: var(--White);
}

.contact-container span.footer__contacts_item_title {
    font-size: clamp(1.875rem, 0.9648rem + 3.8835vw, 5.625rem);
    font-weight: 400;
    margin-bottom: clamp(0.625rem, 0.1699rem + 1.9417vw, 2.5rem);
}

.contact-container .footer__contacts {
    justify-content: space-between;
}

.contact-container .footer__maps_item iframe {
    height: clamp(10rem, 5.3883rem + 19.6764vw, 29rem);
}

.footer__maps_item {
    flex: 1;
}

.page-template-Pagescontacts-php .site-main .container {
    background-image: url('/wp-content/uploads/2025/07/layer_1.png');
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 100% 0%;
}

.mbs {
    margin-bottom: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
}

.about-sec .container {
    display: flex;
    align-items: flex-start;
    gap: clamp(1.25rem, 0.9466rem + 1.2945vw, 2.5rem);
}

.about-sec img {
    display: flex;
}

.about-sec_item.flex.imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: clamp(1.25rem, 0.1893rem + 4.5256vw, 5.62rem);
}

a.grey {
    background-color: #4B4F54;
    color: var(--White);
}

a.grey svg path {
    fill: var(--White);
    transition: 0.3s;
}

a.grey:hover {
    background-color: #9ABB91;
    color: var(--Black);
    border: 1px solid #9ABB91;
    transition: 0.3s;
}

a.grey:hover svg path {
    fill: var(--Black);
    transition: 0.3s;
}

a.flex.page-nav.white.pr {
    border: 1px solid var(--Black);
    color: var(--Black);
}

a.flex.page-nav.white.pr:hover {
    background-color: #9ABB91;
    border: 1px solid #9ABB91;
    transition: 0.3s;
}

a.flex.page-nav.white.pr svg path {
    fill: var(--Black);
    transition: 0.3s;
}

.about-sec_item:first-child img {
    margin-bottom: clamp(1.25rem, 0.7949rem + 1.9417vw, 3.125rem);
}

.dark-section {
    background-color: #0E0E0E;
    padding-top: clamp(3.75rem, 2.3835rem + 5.8304vw, 9.38rem);
    padding-bottom: clamp(3.75rem, 2.6881rem + 4.5307vw, 8.125rem);
}

span.wpcf7-spinner {
    display: none;
}

.our-media-grid.mb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.25rem, 0.3398rem + 3.8835vw, 5rem) 50px;
}

.our-media-content {
    padding: clamp(0.625rem, 0.1699rem + 1.9417vw, 2.5rem) clamp(1.5rem, 0.6505rem + 3.6246vw, 5rem);
    background: #9ABB91;
    transition: 0.3s;
}

.our-media-card img {
    display: flex;
}

h2.our-media-card__title {
    font-size: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
    font-weight: 700;
    line-height: 125%;
    margin-bottom: clamp(0.625rem, 0.3216rem + 1.2945vw, 1.875rem);
}

p.our-media-card__desc {
    font-size: clamp(0.75rem, 0.4010rem + 1.4892vw, 2.188rem);
    line-height: 125%;
}

a.our-media-card:hover .our-media-content {
    background: #4B4F54;
    transition: 0.3s;
}

a.our-media-card:hover h2.our-media-card__title,
a.our-media-card:hover p.our-media-card__desc {
    color: var(--White);
}

.site-branding {
    display: flex;
}

.team-contents {
    padding-left: clamp(1rem, 0.0291rem + 4.1424vw, 5rem);
}

html {
    scroll-behavior: smooth;
}

div#services {
    padding-top: 100px;
    margin-top: -100px;
}

.swiper-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: clamp(1.25rem, 0.6432rem + 2.5890vw, 3.75rem);
    margin: clamp(3.125rem, 1.9114rem + 5.1780vw, 8.125rem) clamp(1rem, 0.0291rem + 4.1424vw, 5rem) 0 0;
}

.swiper-next,
.swiper-prev {
    cursor: pointer;
}

.service-panel {
    position: relative;
    transition: transform 0.6s ease;
    z-index: 1;
}

.service-panel.fixed {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 10;
}

.service-panel.stacked {
    position: relative;
    z-index: 1;
}

.service-panel.panel-1 {
    position: sticky;
    top: 100px;
}

.service-panel.panel-2 {
    position: sticky;
    top: 250px;
}

.service-panel.panel-3 {
    position: sticky;
    top: 300px;
}

span.lang-switcher-time {
    color: transparent;
}

.custom-lang-switcher {
    opacity: 0;
}

/* ///////// */


.language-dropdown {
    position: relative;
    display: inline-block;
}

.current-language {
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    cursor: pointer;
    padding: 12px 14px;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;

}

.language-dropdown:hover .dropdown {
    display: flex;
}

.language-dropdown .dropdown .language-option {
    font-size: 24px;
    cursor: pointer;
    background-color: #9ABB91;
    color: #000;
    line-height: 100%;
    padding: 12px 14px;
    font-weight: 400;
}

.language-dropdown .dropdown .language-option:hover {
    background-color: #f1f1f1;
}

@media (max-width: 768px) {
    div#mob-menu span.close-popup {
        top: 22px;
    }

    a.custom-logo-link {
        display: inline-flex;
    }

    .language-dropdown {
        display: flex;
        align-items: center;
        column-gap: 28px;
    }

    .thank h2,
    .thank p {
        text-align: left;
    }

    #mob-menu li a {
        font-size: 50px;
        font-weight: 700;
        line-height: 100%;
        color: var(--White);
    }

    ul#mob-menu {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        padding-top: 80px;
    }

    p.services-subtitle {
        max-width: 90%;
    }

    .services-header {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }

    .first-block.mb {
        background-image: url('/wp-content/uploads/2025/07/first_mob.jpg');
        align-items: flex-start;
        padding-top: 190px;
    }

    .swiper-next svg,
    .swiper-prev svg {
        max-width: 100px;
    }
    div#mob-menu {
  padding-top: 18px;
  padding-left: clamp(1rem, 0.0291rem + 4.1424vw, 5rem);
}

    .r-head {
        display: flex;
        align-items: center;
        column-gap: 20px;
    }

    h2.our-media-card__title {
        font-weight: 400;
        line-height: 100%;
    }

    .our-media-grid.mb {
        grid-template-columns: repeat(1, 1fr);
    }

    .form-group,
    .about-content,
    .about-sec .container {
        flex-direction: column;
    }

    .navigation {
        column-gap: 10px;
    }

    a.page-nav svg {
        max-width: 40px;
    }

    img.custom-logo,
    .site-branding .custom-logo-link::before,
    body:not(.home):not(.post-type-archive-team) .site-branding .custom-logo-link {
        max-height: 30px;
        width: 120px;
    }

    .bullet-list {
        flex-direction: column;
    }

    footer#colophon {
        /* background-size: 100% 90%; */
        background-position: center;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    a.bullet-item {
        padding: 22px 10px 22px 22px;
        width: 100%;
    }

    a.bullet-item svg {
        max-height: 40px;
        width: auto;
    }


}