@font-face {
    font-display: swap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 100 900;
    src: url(../fonts/Manrope-Variable.woff2) format("woff2"),url(../fonts/Manrope-Variable.woff) format("woff");
}

:root {
    /* Переменные для contacts-single */
    --contacts-single-lowtab-prim-sm: 14px;
    --contacts-single-lowtab-lh-2: 20px;
    --contacts-single-regular-fw: 400;
    --contacts-single-bold-fw: 600;
    --contacts-single-head-desc-fz-sm: 22px;
    --contacts-single-head-desc-lh-sm: 26px;
    --contacts-single-head-desc-fz-xs: 18px;
    --contacts-single-head-desc-lh-xs: 22px;
    --contacts-single-head-mob-fz-sm: 20px;
    --contacts-single-head-mob-lh-sm: 28px;
    --contacts-single-head-mob-fz-xs: 16px;
    --contacts-single-head-mob-lh-xs: 20px;
}

*,*::before,*::after {
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,hr,table,code,pre,blockquote,address {
    margin: 0;
    padding: 0;
}

address {
    font-style: normal;
}

ul,ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

.btn {
    all: unset;
    box-sizing: border-box;
    cursor: pointer;
}

img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
}

body {
    color: #000;
    font-family: "Manrope",sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 130%;
}

h1 {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 128%;
}

h2 {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 32px;
}

h3 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150%;
}

.container {
    margin: 0 auto;
    max-width: 1300px;
    padding: 40px 10px;
    width: 100%;
}

@media (max-width: 1300px) {
    .container {
        padding: 40px 20px;
    }
}

.alt-text {
    color: #6161ff;
}

.main--dark {
    margin-top: -72px;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.d-grid {
    display: grid;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.d-none {
    display: none;
}

.arrow-right {
    fill: #999;
    transition: fill .45s ease;
}

.btn_primary {
    align-items: center;
    background: #fc0;
    border-radius: 8px;
    color: #000;
    display: flex;
    font-family: "Manrope",sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    justify-content: center;
    line-height: 125%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.btn_primary::before {
    background: linear-gradient(103.29deg, #FFF2BD 0%, #FFCC00 100%);
    content: "";
    height: 100%;
    inset: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transition: opacity .45s ease;
    width: 100%;
    z-index: -1;
}

.btn_primary:hover::before {
    opacity: 0;
}

.btn--lg {
    padding: 14px;
    width: 328px;
}

.btn--md {
    padding: 14px;
    width: 257px;
}

.btn--sm {
    padding: 14px;
    width: 243px;
}

.btn--xs {
    padding: 10px 24px;
    width: 178px;
}

.btn--fluid {
    padding: 14px;
    width: 100%;
}

.header {
    background-color: rgba(0,0,0,.4901960784);
    color: #fff;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.header__container {
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.header__left {
    align-items: center;
    gap: 80px;
    justify-content: center;
}

.header__logo {
    display: block;
    height: 32px;
    max-width: 206px;
    transition: opacity .2s ease;
    width: 100%;
}

.header__logo:hover {
    opacity: .7;
}

.header__nav-list {
    align-items: center;
    gap: 25px;
    justify-content: center;
}

.header__nav-link {
    transition: opacity .2s ease;
}

.header__nav-link:hover {
    opacity: .7;
}

.header__right {
    align-items: center;
    gap: 32px;
    justify-content: center;
}

.lang {
    border: 1px solid hsla(0,0%,100%,.3490196078);
    border-radius: 16px;
    padding: 4px;
}

.lang__item {
    border-radius: 16px;
    padding: 1px 8px;
}

.lang__item--active {
    background-color: #fff;
    color: #000;
}

.header__burger {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    height: 32px;
    position: relative;
    transition: .3s;
    width: 32px;
    z-index: 11000;
}

.header__burger-line {
    background: #fff;
    border-radius: 3px;
    height: 3px;
    left: 6px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

.header__burger-line,.header__burger-line::before,.header__burger-line::after {
    display: block;
}

.header__burger-line::before,.header__burger-line::after {
    background: #fff;
    border-radius: 3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    transform-origin: center;
    transition: .3s;
}

.header__burger-line::before {
    transform: translateY(-6px);
}

.header__burger-line::after {
    transform: translateY(6px);
}

.header__burger.is-active .header__burger-line {
    background: rgba(0,0,0,0);
}

.header__burger.is-active .header__burger-line::before {
    transform: rotate(45deg);
}

.header__burger.is-active .header__burger-line::after {
    transform: rotate(-45deg);
}

.header__mobile-menu {
    align-items: center;
    background-color: rgba(0,0,0,.4901960784);
    display: none;
    gap: 30px;
    height: 72px;
    justify-content: center;
    padding: 16px 20px;
    position: absolute;
    top: 72px;
    width: 100%;
    z-index: 9999;
}

.header__nav--mobile,.header__mobile-menu .lang,.header__mobile-menu .header__btn {
    display: none;
}

.header__mobile-menu.is-active {
    display: flex;
}

@media (max-width: 910px) {
    .header__burger {
        display: block;
    }
    .header__nav.header__nav--desktop {
        display: none;
    }
    .header__nav--mobile {
        display: flex;
    }
    .header__container {
        padding: 0 20px;
    }
}

@media (max-width: 780px) {
    .header__mobile-menu {
        top: 68px;
    }
}

@media (max-width: 630px) {
    .header__logo img {
        display: flex;
        flex-shrink: 0;
        width: 150px;
    }
    .header__logo {
        align-items: center;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 551px) {
    .header__mobile-menu {
        top: 64px;
    }
}

@media (max-width: 550px) {
    .header__btn {
        display: none;
    }
    .header__mobile-menu .header__btn {
        display: flex;
    }
}

@media (max-width: 490px) {
    .header__mobile-menu {
        flex-direction: column;
        gap: 10px;
        height: -moz-fit-content;
        height: fit-content;
    }
}

@media (max-width: 360px) {
    .lang {
        display: none;
    }
    .header__mobile-menu .lang {
        display: flex;
    }
}

.hero {
    background-color: #000;
    color: #fff;
    overflow: hidden;
    padding-bottom: 148px;
    position: relative;
}

.hero__image {
    position: absolute;
    right: -255px;
    top: 0;
    z-index: 2;
}

.hero__container {
    align-items: center;
    gap: 80px;
    justify-content: center;
    padding: 0 10px;
    padding-top: 160px;
    position: relative;
    z-index: 3;
}

.hero__content {
    max-width: 600px;
}

.hero__description {
    margin-bottom: 56px;
}

.hero__title {
    margin-bottom: 32px;
}

.hero__subtitle {
    color: #999;
    line-height: 150%;
}

.hero__btn {
    margin-bottom: 20px;
}

.hero__text {
    color: #999;
    line-height: 125%;
}

.hero__features {
    gap: 24px;
    grid-template-columns: repeat(2, 288px);
    height: 100%;
    height: 421px;
}

.hero__feature {
    background-color: #1d1d1d;
    border-radius: 12px;
    padding: 24px 16px 18px;
    position: relative;
    transition: background-color .3s ease-in-out;
}

.hero__feature:hover {
    background-color: #373737;
}

.hero__feature-icon {
    align-items: center;
    background-color: #0a0a0a;
    border-radius: 8px;
    display: flex;
    height: 32px;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 32px;
}

.hero__feature-title {
    margin-bottom: 16px;
    max-width: 216px;
}

.hero__feature-text {
    color: #999;
}


.hero__feature-text, .hero__feature-title {
    cursor: default;
}

@media (max-width: 1270px) {
    .hero__container {
        flex-direction: column;
    }
    .hero__image {
        bottom: -72px;
        height: 1500px;
        top: auto;
        width: 2000px;
    }
}

@media (max-width: 680px) {
    .hero__features {
        display: flex;
        flex-direction: column;
    }
    .hero__container {
        padding: 0 20px;
    }
    .hero {
        padding-top: 100px;
    }
    .hero__features {
        height: -moz-fit-content;
        height: fit-content;
    }
}

@media (max-width: 410px) {
    .hero__btn {
        width: 100%;
    }
}

.advantages {
    background: linear-gradient(180deg, #FFFFFF 0%, #EEF0F4 100%);
}

.advantages__container {
    gap: 80px;
    padding-top: 80px;
}

.advantages__content {
    flex-direction: column;
    max-width: 600px;
}

.section-tip {
    border: 1px solid #6161ff;
    border-radius: 999px;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 24px;
    padding: 8px 16px;
    width: -moz-fit-content;
    width: fit-content;
}

.advantages__title {
    margin-bottom: 32px;
}

.advantages__text {
    font-weight: 400;
    line-height: 150%;
}

.advantages__features {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.advantages__feature {
    background-color: #fff;
    border-radius: 12px;
    padding: 24px;
}

.advantages__feature-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 16px;
}

.advantages__feature-text {
    color: #999;
    font-weight: 400;
    line-height: 125%;
}

@media (max-width: 1270px) {
    .advantages__container {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .advantages__content {
        max-width: 800px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .advantages__features {
        display: flex;
        flex-direction: column;
    }
    .advantages__container {
        gap: 30px;
        padding-top: 40px;
    }
}

.directions {
    background: linear-gradient(180deg, #EEF0F4 0%, #FFFFFF 100%);
}

.directions__title {
    margin-bottom: 56px;
    margin-top: 40px;
}

.directions__features {
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
}

.directions__feature {
    background-color: #fff;
    border-radius: 16px;
    padding: 40px;
    transition: background-color .3s ease-in-out;
}

.directions__feature:hover {
    background-color: #EEF0F4;
}

.directions__feature-top {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 44px;
}

.directions__feature-button {
    align-items: center;
    border: 2px solid #eef0f4;
    border-radius: 8px;
    display: flex;
    height: 48px;
    justify-content: center;
    transition: border-color .45s ease;
    width: 48px;
}

.directions__feature:hover .directions__feature-button {
    border-color: #999;
}

.directions__feature:hover .arrow-right {
    fill: #000;
}

.directions__feature-title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 25px;
}

.directions__feature-text {
    font-size: 1.8rem;
    line-height: 150%;
}

.directions__feature-icon--serverict {
    width: 178px;
}

.directions__feature-icon--s2omk {
    width: 106px;
}

.directions__feature-icon--bergerus {
    width: 162px;
}

.directions__feature-icon--s2tech {
    width: 180px;
}

@media (max-width: 770px) {
    .directions__features {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 415px) {
    .directions__container {
        padding-bottom: 0;
    }
}

@media (max-width: 380px) {
    .directions__feature-top {
        flex-direction: column;
        gap: 20px;
    }
    .directions__feature-button {
        width: 100%;
    }
}

.career__container {
    gap: 56px;
}

.career__left,.career__right {
    height: 463px;
    position: relative;
    width: 335px;
}

.career__image {
    -o-object-fit: fill;
    object-fit: fill;
    position: absolute;
}

.career__image--rbackground,.career__image--lbackground {
    max-width: 296px;
    width: 100%;
}

.career__image--rcenter,.career__image--lcenter {
    max-width: 336px;
    width: 100%;
}

.career__image--rfront,.career__image--lfront {
    max-width: 240px;
    width: 100%;
}

.career__image--lbackground {
    left: 15px;
    top: 0;
    z-index: 5;
}

.career__image--rbackground {
    right: 15px;
    top: 0;
    z-index: 5;
}

.career__image--rcenter {
    top: 148px;
    z-index: 7;
}

.career__image--lcenter {
    top: 146px;
    z-index: 7;
}

.career__image--lfront {
    bottom: 0;
    right: 21px;
    z-index: 9;
}

.career__image--rfront {
    bottom: 0;
    height: 194px;
    left: 47px;
    z-index: 9;
}

.career__postscript {
    bottom: 15px;
    color: #999;
    font-size: 12px;
    max-width: 160px;
    position: absolute;
    right: -120px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 400;
}

.career__center {
    width: 498px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.career__title {
    margin-bottom: 16px;
    text-align: center;
}

.career__subtitle {
    margin-bottom: 40px;
    text-align: center;
}

.career__text {
    margin-bottom: 40px;
    text-align: center;
}

.career__btn {
    margin: 0 auto;
}

@media (max-width: 1530px) {
    .career__postscript {
        bottom: -65px;
        left: 30px;
        max-width: -moz-fit-content;
        max-width: fit-content;
        right: auto;
    }
}

@media (max-width: 1120px) {
    .career__container {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }
    .career__left,.career__right {
        display: flex;
        gap: 25px;
        justify-content: center;
        overflow: hidden;
        width: 100%;
    }
    .career__left {
        position: static;
    }
    .career__right {
        padding-top: 40px;
    }

    .career__image {
        flex: 0 1 150px;
        height: auto;
        margin: 0;
        max-width: 380px;
        -o-object-fit: cover;
        object-fit: cover;
        position: static;
        width: 100%;
    }

    .career__postscript {
        bottom: auto;
        font-size: 12px;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
    }
}

@media (max-width: 980px) {
    .career__left,.career__right {
        flex-wrap: wrap;
        height: -moz-fit-content;
        height: fit-content;
        overflow: visible;
    }

    .career__postscript {
        top: -5px;
    }
}

@media (max-width: 600px) {
    .career__center {
        width: 100%;
    }
    .career__postscript {
        top: -15px;
    }
}

@media (max-width: 388px) {
    .career__postscript {
        max-width: none;
        top: -15px;
        width: 100%;
    }
}

.news {
    background: linear-gradient(180deg, #FFFFFF 0%, #EEF0F4 100%);
}

.news__container {
    padding-bottom: 80px;
}

.news__section-title, .news-archive__title {
    padding-bottom: 56px;
    padding-top: 40px;
}

.news__grid {
    display: grid;
    gap: 24px 40px;
    grid-template-areas: "big right1" "big right2" "big right3" "big right4";
    grid-template-columns: 630px 1fr;
    grid-template-rows: repeat(3, 152px) 48px;
}

.news__item--big {
    flex-direction: column;
    grid-area: big;
}

.news__item:nth-child(2) {
    grid-area: right1;
}

.news__item:nth-child(3) {
    grid-area: right2;
}

.news__item:nth-child(4) {
    grid-area: right3;
}

.news__item:nth-child(5) {
    grid-area: right4;
}

.news__item {
    background-color: #fff;
    border-radius: 12px;
}

.news__item .news__description {
    padding: 12px;
    padding-left: 32px;
}

.news__item--big .news__description {
    padding-left: 24px;
}

.news__image--small {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    width: 197px;
    height: 165px;
}

.lang, .lang * { translate: no; }
.lang__item::before { content: attr(data-label); }

.news__description {
    height: 100%;
    transition: opacity .3s ease;
}

.news__item:hover .news__description {
    opacity: .6;
}

.news__date {
    color: #999;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 16px;
}

@media (max-width: 1300px) {
    .news__grid {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .news__item {
        width: 100%;
    }
    .news__item--big .news__image {
        height: 450px;
        width: 100%;
    }
    .news__item--big {
        max-width: none;
        width: 100%;
    }
    .news__btn {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .news__item--big .news__image {
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .news__item {
        flex-direction: column;
    }
    .news__image--small {
        width: 100%;
    }
    .news__item .news__description {
        padding: 12px;
    }
}

@media (max-width: 415px) {
    .news__section-title, .news-archive__title {
        padding-top: 0;
    }
}

.socials {
    background-color: #1a1a1a;
    color: #fff;
}

.socials__container {
    padding: 72px 10px;
}

.socials__cards {
    align-items: center;
    gap: 24px;
    justify-content: center;
}

.socials__card {
    align-items: center;
    background-color: #1f1f1f;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    padding: 32px 24px;
    transition: background-color .3s ease;
    width: 198px;
}

.socials__card:hover {
    background-color: #373737;
}

.socials__card-title {
    flex-direction: column;
    margin-top: 16px;
}

.socials__card-text {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 4px;
    text-align: center;
}

.social__icon {
    width: 40px;
    height: 40px;
}

.socials__card-subtext {
    font-weight: 400;
    text-align: center;
}

@media (max-width: 1200px) {
    .socials__cards {
        flex-wrap: wrap;
    }
}

.contacts {
    background-color: #eef0f4;
}

.contacts__container {
    gap: 64px;
}

.contacts__content {
    max-width: 694px;
    width: 100%;
}

.contacts__title {
    margin-bottom: 32px;
}

.contacts__grid {
    align-items: center;
    -moz-column-gap: 160px;
    column-gap: 160px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 32px;
    row-gap: 32px;
}

.contacts__item {
    max-width: 300px;
    min-width: 172px;
}

.contacts__item-title {
    color: #999;
    margin-bottom: 8px;
}

.cantacts__item__value {
    color: #3a3a3a;
    transition: opacity .3s ease;
}

.cantacts__item__value:hover {
    opacity: .7;
}

.contacts__map {
    border-radius: 12px;
    height: 201px;
    width: 654px;
}

@media (max-width: 1080px) {
    .contacts__container {
        flex-direction: column;
    }
    .contacts__map {
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
    }
    .contacts__content,.contacts__form {
        max-width: none;
        width: 100%;
    }
}

.contact-form {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}

.contact-form--lg {
    width: 522px;
}

.contact-form__textarea {
    height: 167px;
    resize: none;
}

.contact-form__input,.contact-form__textarea {
    background-color: #fff;
    border: 1.5px solid rgba(10,8,6,.1215686275);
    border-radius: 8px;
    caret-color: #999;
    color: #999;
    cursor: pointer;
    font-family: "Manrope",sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 130%;
    outline: none;
    padding: 13px 16px;
    width: 100%;
}

.contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder {
    color: #999;
    font-family: "Manrope",sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 130%;
}

.contact-form__input::placeholder,.contact-form__textarea::placeholder {
    color: #999;
    font-family: "Manrope",sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 130%;
}

.contact-form__checkboxes {
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.contact-form__link {
    color: #6161ff;
    transition: opacity .3s ease;
}

.contact-form__link:hover {
    opacity: .7;
}

.contact-form__checkbox {
    color: #3a3a3a;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    line-height: 150%;
    padding-left: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.contact-form__checkbox input {
    height: 1px;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 1px;
}

.contact-form__checkbox-box {
    background-color: #fff;
    border: 1.5px solid #eae7e3;
    border-radius: 4px;
    height: 20px;
    left: -20px;
    position: absolute;
    top: 0;
    transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease;
    width: 20px;
}

.contact-form__checkbox-box::after {
    background: url(../svg/check.svg) center/15px 15px no-repeat;
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .2s ease;
}

.contact-form__checkbox input:checked ~ .wpcf7-list-item-label .contact-form__checkbox-box,
.contact-form__checkbox input:checked ~ .contact-form__checkbox-box,
.contact-form__checkbox input:checked + .wpcf7-list-item-label .contact-form__checkbox-box {
    background-color: #6161ff;
    border-color: #6161ff;
}

.contact-form__checkbox input:checked ~ .wpcf7-list-item-label .contact-form__checkbox-box::after,
.contact-form__checkbox input:checked ~ .contact-form__checkbox-box::after,
.contact-form__checkbox input:checked + .wpcf7-list-item-label .contact-form__checkbox-box::after {
    opacity: 1;
}

.contact-form__checkbox input:focus-visible+.contact-form__checkbox-box {
    box-shadow: 0 0 0 2px rgba(97,97,255,.25);
}

@media (max-width: 1080px) {
    .contact-form--lg {
        width: 100%;
    }
}

.contact-form--error {
    border-color: #e8626e !important;
}

.contact-form__input:hover,.contact-form__textarea:hover {
    border-color: #fc0 !important;
}

.contact-form__input:focus,.contact-form__textarea:focus {
    border-color: #fc0 !important;
    caret-color: #fc0 !important;
}

.error-message {
    color: #e8626e;
    font-family: "Manrope",sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.contact-form__status {
    color: #3a3a3a;
    font-family: "Manrope",sans-serif;
    font-size: 1.4rem;
    line-height: 150%;
    margin-top: 12px;
}

.contact-form__status--pending {
    color: #999;
}

.contact-form__status--success {
    color: #1c9a62;
}

.contact-form__status--error {
    color: #e8626e;
}

.breadcrumbs__container {
    padding: 24px 10px;
}

.breadcrumbs__back {
    align-items: center;
    gap: 8px;
    justify-content: center;
    transition: opacity .3s ease;
}

.breadcrumbs__back:hover {
    opacity: .7;
}

@media (max-width: 1300px) {
    .breadcrumbs__container {
        padding: 24px 20px;
    }
}

.vacancies-hero__container, .news-single__wrapper, .contacts-single__wrapper {
    gap: 80px;
    padding-bottom: 56px;
    padding-top: 40px;
}

.vacancies-hero__content, .news-single__text-wrapper, .contacts-single__text-wrapper {
    max-width: 600px;
}

.news-single__wrapper, .contacts-single__wrapper {
    padding-top: 20px;
}

.vacancies-hero__title, .news-single__title, .contacts-single__title {
    margin-bottom: 32px;
}

.vacancies-hero__subtitle {
    color: #1a1a1a;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 32px;
}

.vacancies-hero__text, .news-single__content, .contacts-single__content {
    color: #1a1a1a;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 12px;
}

.vacancies-hero__note {
    color: #1a1a1a;
    font-weight: 400;
    line-height: 150%;
}

.vacancies-hero__image, .news-single__thumb {
    height: 328px;
    max-width: 600px;
    width: 100%;
}

.news-single__thumb > img {
    height: 328px !important;
    max-width: 600px !important;
    width: 100% !important;
    border-radius: 6px;
}


.news-single__content, .contacts-single__content  {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 995px) {
    .vacancies-hero__container {
        flex-direction: column;
    }
    .vacancies-hero__content,.vacancies-hero__image {
        max-width: none;
    }
}

@media (max-width: 365px) {
    .vacancies-hero__container {
        gap: 25px;
    }
}

.team-value {
    background-color: #eef0f4;
}

.team-value__container {
    padding-bottom: 56px;
    padding-top: 56px;
}

.team-value__title {
    margin-bottom: 40px;
}

.team-value__grid {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
}

.team-value__card {
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    gap: 16px;
    height: 100%;
    padding: 24px;
}

.team-value__card-title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 125%;
}

.team-value__card-icon {
    align-items: center;
    background-color: #0a0a0a;
    border-radius: 50%;
    flex-shrink: 0;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.team-value__card-icon img {
    height: 18px;
    width: 18px;
}

@media (max-width: 1140px) {
    .team-value__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 780px) {
    .team-value__grid {
        grid-template-columns: 1fr;
    }
}

.positions__container {
    gap: 72px;
    padding-top: 72px;
}

.positions__content {
    max-width: 824px;
}

.positions__title {
    margin-bottom: 40px;
}

.positions__top {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}


@media (max-width: 1188px) {
    .positions__top {
        flex-wrap: wrap;
        gap: 20px;
    }

    .positions__link {
        margin-left: 16px;
    }
}

.positions__top .section-tip {
    margin-bottom: 0;
}

.positions__link {
    align-items: center;
    gap: 8px;
    justify-content: center;
    transition: opacity .3s ease;
}

.positions__link:hover {
    opacity: .7;
}

.positions__list {
    margin-bottom: 60px;
}

.position-card__title {
    font-weight: 700;
    margin-bottom: 16px;
}

.position-card__lead {
    color: #1a1a1a;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.position-card__subtitle {
    font-weight: 700;
    margin-bottom: 20px;
}

.position-card__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.position-card__list:not(:last-child) {
    margin-bottom: 24px;
}

.position-card__item {
    color: #1a1a1a;
    font-weight: 400;
    line-height: 150%;
    padding-left: 18px;
    position: relative;
}

.position-card__item::before {
    background-color: #1a1a1a;
    border-radius: 1px;
    content: "";
    height: 4px;
    left: 4px;
    position: absolute;
    top: 10px;
    width: 4px;
}

.positions__aside {
    max-width: 392px;
}

.positions__aside-title {
    margin-bottom: 32px;
}

.positions__aside-text {
    color: #1a1a1a;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
}

.positions__aside-text:first-child {
    margin-bottom: 12px;
}

.contact-form--aside {
    background-color: #eef0f4;
    border-radius: 16px;
    padding: 24px;
}

@media (max-width: 910px) {
    .positions__top {
        align-items: start;
        flex-direction: column;
        gap: 15px;
        justify-content: center;
    }
    .positions__link {
        padding-left: 16px;
    }
}

@media (max-width: 685px) {
    .positions__container {
        flex-direction: column;
        gap: 40px;
    }
    .positions__content,.positions__aside {
        max-width: none;
    }
}

.footer {
    background-color: #000;
    color: #fff;
}

.footer__top {
    gap: 40px;
    margin-bottom: 40px;
    justify-content: space-between;
}

.footer__about {
    color: #666;
    margin-right: 40px;
    width: 345px;
}

.footer__logo {
    display: block;
    height: 24px;
    margin-bottom: 16px;
    transition: opacity .3s ease;
    width: 155px;
}

.footer__logo:hover {
    opacity: .7;
}

.footer__contacts-heading,.footer__organization-heading,.footer__nav-heading {
    color: #666;
    font-size: 1.4rem;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.footer__contacts-subtitle {
    color: #666;
    margin-bottom: 8px;
}

.footer__organization-title {
    color: #666;
    margin-right: 4px;
    text-transform: uppercase;
}

.footer__nav-link,.footer__contacts-link--email,.footer__contacts-link--phone {
    transition: opacity .3s ease;
}

.footer__nav-link:hover,.footer__contacts-link--email:hover,.footer__contacts-link--phone:hover {
    opacity: .7;
}

.footer__nav,.footer__organization,.footer__contacts {
    width: 258px;
}

.footer__organization-list,.footer__contacts-list,.footer__nav-list {
    flex-direction: column;
    gap: 20px;
}

.footer__privacy {
    align-items: center;
    border-top: 1px solid #333;
    color: #666;
    font-size: 1.4rem;
    justify-content: space-between;
    padding-top: 32px;
}

.footer__privacy-link {
    transition: opacity .3s ease;
}

.footer__privacy-link:hover {
    opacity: .7;
}

@media (max-width: 810px) {
    .footer__top {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 90px;
    }
    .footer__about {
        margin-right: 0;
    }
    .footer__nav {
        width: 100%;
    }
}

@media (max-width: 670px) {
    .footer__top {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }
}

@media (max-width: 440px) {
    .footer__about {
        width: 100%;
    }
}

@media (max-width: 780px) {
    html {
        font-size: 8px;
    }
}

.wpcf7-form-control.wpcf7-submit {
    text-align: center;
}

.wpcf7-form-control-wrap {
    width: 100%;
}





/* contacts-single*/

.contacts-form .contact-form--lg {
    max-width: none;
    width: 100%;
}

.contacts-single__title {
    margin-bottom: 60px;
}
.container_sm--map {
    max-width: 1142px;
}

.contacts-table__heading {
    margin-bottom: 40px;
}

.parag-prim-sm {
    font-size: var(--contacts-single-lowtab-prim-sm);
    line-height: var(--contacts-single-lowtab-lh-2);
    font-weight: var(--contacts-single-regular-fw);
}

.contacts-single h4 {
    font-size: var(--contacts-single-head-desc-fz-sm);
    line-height: var(--contacts-single-head-desc-lh-sm);
    font-weight: var(--contacts-single-bold-fw);
}

.contacts-single h5 {
    font-size: var(--contacts-single-head-desc-fz-xs);
    line-height: var(--contacts-single-head-desc-lh-xs);
    font-weight: var(--contacts-single-bold-fw);
}

.table-universal {
    width: 100%;
}

.table-universal__row:first-child {
    border-top: 1px solid #D2D3D9;
}

.table-universal__row {
    border-bottom: 1px solid #D2D3D9;
}

.table-universal__row:last-child {
    border-bottom: none;
}

.table-universal__cell {
    padding: 24px;
    text-align: left;
}

.table-universal__cell_left {
    width: 70%;
    padding-left: 0;
}

.table-universal__cell_right {
    width: 30%;
}

.table-universal__cell:last-child {
    font-size: var(--contacts-single-head-desc-lh-xs);
    line-height: var(--contacts-single-head-desc-lh-sm);
    font-weight: var(--contacts-single-regular-fw);
}

.details__table {
    margin-bottom: 24px;
}

.details__table .table-universal__row:last-child {
    border-bottom: 1px solid #D2D3D9;
}

.details__table .table-universal__cell_left {
    width: 55%;
}

.details__table .table-universal__cell_right {
    width: 45%;
}

.big-map {
    margin-bottom: 150px;
    background-color: #fcfcf8;
}

.big-map__heading {
    margin-bottom: 24px;
}

.big-map__map {
    width: 100%;
    border-radius: 24px;
    position: relative;
    height: fit-content;
}

.big-map__image {
    object-fit: contain;
}

.big-map__links {
    flex-direction: column;
    gap: 16px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    margin-right: 16px;
}

.map-link {
    border-radius: 16px;
    padding: 20px 24px;
    background-color: #FFF;
    box-shadow: 0px 4px 20px 20px #00000014;
    justify-content: space-between;
    align-items: center;
    max-width: 371px;
    gap: 10px;
}

.map-link__text {
    max-width: 275px;
}

.map-link__heading {
    margin-bottom: 8px;
}

.map-link__btn {
    background-color: #F2F3F5;
    padding: 11px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.map-link__btn svg {
    fill: #0E0E0E;
}

.map-link__btn:hover {
    background-color: #d8d8d8;
}

.map-link__btn:active {
    background-color: #ebeaea;
}

.big-map, .details {
    padding-left: 30px;
    padding-right: 30px;
}

/* Медиа-запросы */
@media (max-width: 880px) {
    .big-map__links {
        position: relative;
        padding: 30px;
        margin-right: 0;
    }

    .big-map__map {
        flex-direction: column;
    }

    .big-map {
        margin-bottom: 50px;
    }
}

@media (max-width: 800px) {
    .contacts-single h4 {
        font-size: var(--contacts-single-head-mob-fz-sm);
        line-height: var(--contacts-single-head-mob-lh-sm);
        font-weight: var(--contacts-single-bold-fw);
    }

    .contacts-single h5 {
        font-size: var(--contacts-single-head-mob-fz-xs);
        line-height: var(--contacts-single-head-mob-lh-xs);
        font-weight: var(--contacts-single-bold-fw);
    }

    .table-universal__cell:last-child {
        font-size: var(--contacts-single-head-mob-lh-xs);
        line-height: var(--contacts-single-head-mob-lh-sm);
        font-weight: var(--contacts-single-regular-fw);
    }
}

@media (max-width: 550px) {
    .details__table .table-universal__row {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #D2D3D9;
    }

    .details__table tbody {
        display: flex;
        flex-direction: column;
        gap: 42px;
    }

    .details__table .table-universal__cell_right,
    .details__table .table-universal__cell_left {
        padding-left: 0;
    }

    .details__table .table-universal__cell_left,
    .details__table .table-universal__cell_right {
        width: 100%;
    }

    .details__table .table-universal__cell_left {
        font-size: 22px;
        font-weight: 600;
    }

    .big-map, .details {
        padding-left: 15px;
        padding-right: 15px;
    }

    .big-map__links {
        padding: 0;
        left: 0;
        bottom: 0;
    }

    .big-map__map {
        gap: 30px;
    }
}

@media (max-width: 400px) {
    .table-universal__cell {
        padding: 12px;
    }

    .map-link__btn {
        display: none;
    }
}
