html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    background-color: #fff;
}

body {
    --color-v1: #003049;
    --color-v2: #2a5e7b;
    --color-v3: #f7f9fb;
    --color-v4: #00263a;
    --color-v5: #667085;
    --color-v6: #101828;
}

p:last-child {
    margin-bottom: 0;
}

.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 45%;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.overlay h1 {
    text-align: center;
    color: #fff;
    font-size: 70px;
    margin-top: 17%;
}

.layout {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0 auto;
    width: 100%;
    padding-top: 70px;
}

.layout.fixed-menu {
    overflow: hidden;
}

header {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-shrink: 0;
    width: 100%;
    /*min-height: 850px;*/
}

main {
    position: relative;
    margin: 0 auto;
    flex-grow: 1;
    width: 100%;
    padding-top: 0;
    /*outline: 1px solid;*/
}

.layout-in main {
}

footer {
    flex-shrink: 0;
    text-align: left;
    padding: 100px 20px;

    background-color: var(--color-v1);
    color: #ccd6db;
}

.fullscreen-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.header-lg-menu__container {
    position: absolute;
    top: 0;
    height: 80px;
    display: none;
    width: 100%;
    padding: 25px 45px;
}

.header-mobile-menu__container {
    position: absolute;
    top: 0;
    height: 80px;
    display: flex;
    padding: 30px 25px;
    width: 100%;
}

.header-menu__logo {
    display: block;
    background-image: url(../img/logo-layout.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 200px;
    height: 45px;
}

.header-menu__links {
    display: flex;
    padding: 0 45px;
}

.header-menu__link {
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.header-menu__link > a {
    color: #cdcdcd;
    text-decoration: none;
}

.header-menu__link.active {
    background-image: url(../img/active-link-bg.png);
    background-repeat: no-repeat;
    background-position: 12% 50%;
}

.header-menu__phone {
    margin-left: auto;
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.header-menu__phone > a {
    color: #cdcdcd;
    text-decoration: none;
}

.header-mobile-menu__open-btn {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header-mobile-menu__open-btn > a {
    display: inline-block;
    background-image: url(../img/mob-menu-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
}

.homepage-slider {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 25px 0 25px;
}

.homepage-slider .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.25);
    text-indent: -9999px;
    overflow: hidden;
    /* more CSS */
}

.homepage-slider .slick-dots li.slick-active button {
    background-color: #fff;
}

.homepage-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}

.homepage-slider .slick-dots li {
    width: 18%;
    height: 2px;
    margin: 0 5px 0 0;
    padding: 0;
    cursor: pointer;
}

.homepage-slider .slick-dots {
    text-align: left;
}

.homepage-slider__title {
    font-size: 21px;
    line-height: 23px;
    color: #cdcdcd;
    padding-bottom: 15px;
}

.homepage-slider__description {
    font-size: 16px;
    line-height: 25px;
    color: #cdcdcd;
    max-width: 1055px;
    padding: 0 0 20px 0;
}

.homepage-slider__btn {
    display: inline-block;
    font-size: 14px;
    color: #cdcdcd;
    padding: 15px 47px;
    background: rgba(149.52, 149.52, 149.52, 0.40);
    backdrop-filter: blur(4px);
    text-decoration: none;
    margin: 20px 0 20px;
}

.homepage-slider__btn:hover {
    color: #cdcdcd;
}

.homepage-slider .slick-list {
    margin: 0 0 150px 0;
}

.homepage-slider .slick-dots {
    bottom: -140px;
}

.homepage-extra {
    display: flex;
    position: absolute;
    bottom: 55px;
    width: 100%;
    padding: 0 25px 35px 25px;
    justify-content: space-between;
}

.homepage-extra-copyright {
    display: none;
}

.homepage-extra__phone {
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.homepage-extra__phone > a {
    color: #cdcdcd;
    text-decoration: none;
}

.homepage-extra__address {
    font-size: 0.8rem;
}

.homepage-lang-btns {
    display: flex;
    justify-content: space-between;
}

.homepage-lang-btn-item {
    padding-right: 15px;
}

.homepage-lang-btn-item > a {
    color: #7e7e7e;
    text-decoration: none;
}

.homepage-lang-btn-item.active > a {
    color: #fff;
}

.homepage-extra-right-block {
    color: #b6b6b6;
    font-size: 14px;
}

.block-container {
    width: 100%;
    margin-bottom: 40px;
}

.homepage-achievements {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px 0;
}

.homepage-achievement-number-container {
    display: flex;
    font-size: 40px;
    color: #00549f;
    font-weight: bold;
}

.homepage-achievement-number-container.check {
    background-image: url(../img/icon-check.svg);
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

.homepage-achievement-item {
    display: flex;
    color: #737373;
    flex-direction: column;
    width: 50%;
    padding: 0 28px;
}

.homepage-achievement-item-number-float {
    font-size: 14px;
    display: flex;
    padding-top: 7px;
    margin-left: -1px;
}

.homepage-achievement-description-container {
    padding: 5px 0 25px 0;
}

.mobile-menu-list {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2222;
    top: 0;
    left: 0;
    padding: 2px 15px 27px 14px;
    background-color: #fff;
    color: #000;
    overflow: auto;
}

.mobile-menu-list__btns {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 40px 0;
}

.mobile-menu-list__close-btn {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNDY2ODMgMjIuMTY2N0w1LjgzMzUgMjAuNTMzM0wxMi4zNjY4IDE0TDUuODMzNSA3LjQ2NjY3TDcuNDY2ODMgNS44MzMzM0wxNC4wMDAyIDEyLjM2NjdMMjAuNTMzNSA1LjgzMzMzTDIyLjE2NjggNy40NjY2N0wxNS42MzM1IDE0TDIyLjE2NjggMjAuNTMzM0wyMC41MzM1IDIyLjE2NjdMMTQuMDAwMiAxNS42MzMzTDcuNDY2ODMgMjIuMTY2N1oiIGZpbGw9IiMyQTVFN0IiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
}

.mobile-menu-list__title {
    padding: 12px 0;
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 30px;
}

.mobile-menu-list__item.phone {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.mobile-menu-list__item.phone a {
    border-bottom: 1px solid;
}

.mobile-menu-list__item.phone a:hover {
    text-decoration: none;
}

.mobile-menu-list__item a {
    font-family: "Tektur", sans-serif;
    color: var(--color-v4);
    text-transform: uppercase;
}

.mobile-menu-list-link-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 0;
}

a.mobile-menu-list-link {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.ymaps-map {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
}

.btn-blue-c {
    color: #fff;
    background-color: #044ab5;
    border-color: #044ab5;
    padding: 14px 44px;
    border-radius: 0;
}

.btn-blue-c:hover {
    color: #fff;
    background-color: #04337a;
    border-color: #04337a;
}

.btn-blue-c:focus, .btn-blue-c.focus {
    color: #fff;
    background-color: #04337a;
    border-color: #04337a;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-blue-c.disabled, .btn-blue-c:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-blue-c:not(:disabled):not(.disabled):active, .btn-blue-c:not(:disabled):not(.disabled).active,
.show > .btn-blue-c.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-blue-c:not(:disabled):not(.disabled):active:focus, .btn-blue-c:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-c.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}


.btn-white-c {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-white-c:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-white-c:focus, .btn-white-c.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-white-c.disabled, .btn-white-c:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-white-c:not(:disabled):not(.disabled):active, .btn-white-c:not(:disabled):not(.disabled).active,
.show > .btn-white-c.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-white-c:not(:disabled):not(.disabled):active:focus, .btn-white-c:not(:disabled):not(.disabled).active:focus,
.show > .btn-white-c.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-white-v1 {
    color: #31a7ca;
    background-color: #fff;
    border-color: #fff;

    font-weight: 500;
    font-size: 16px;
    line-height: 20px;

    padding: 12px 24px;
}

.btn-white-v1:hover {
    color: #31a7ca;
    background-color: #fff;
    border-color: #31a7ca;
}

.btn-white-v1:focus, .btn-white-v1.focus {
    color: #31a7ca;
    background-color: #fff;
    border-color: #31a7ca;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-white-v1.disabled, .btn-white-v1:disabled {
    color: #31a7ca;
    background-color: #fff;
    border-color: #31a7ca;
}

.btn-white-v1:not(:disabled):not(.disabled):active, .btn-white-v1:not(:disabled):not(.disabled).active,
.show > .btn-white-v1.dropdown-toggle {
    color: #31a7ca;
    background-color: #fff;
    border-color: #31a7ca;
}

.btn-white-v1:not(:disabled):not(.disabled):active:focus, .btn-white-v1:not(:disabled):not(.disabled).active:focus,
.show > .btn-white-v1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-gray-c {
    color: #212529;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}

.btn-gray-c:hover {
    color: #212529;
    background-color: #b6b6b6;
    border-color: #b6b6b6;
}

.btn-gray-c:focus, .btn-gray-c.focus {
    color: #212529;
    background-color: #b6b6b6;
    border-color: #b6b6b6;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-gray-c.disabled, .btn-gray-c:disabled {
    color: #212529;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}

.btn-gray-c:not(:disabled):not(.disabled):active, .btn-gray-c:not(:disabled):not(.disabled).active,
.show > .btn-gray-c.dropdown-toggle {
    color: #212529;
    background-color: #b6b6b6;
    border-color: #b6b6b6;
}

.btn-gray-c:not(:disabled):not(.disabled):active:focus, .btn-gray-c:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-c.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-gray2-c {
    color: #212529;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    padding: 14px 24px;
    border-radius: 0;
}

.btn-gray2-c:hover {
    color: #212529;
    background-color: #b6b6b6;
    border-color: #b6b6b6;
}

.btn-gray2-c:focus, .btn-gray2-c.focus {
    color: #212529;
    background-color: #b6b6b6;
    border-color: #b6b6b6;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-gray2-c.disabled, .btn-gray2-c:disabled {
    color: #212529;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}

.btn-gray2-c:not(:disabled):not(.disabled):active, .btn-gray2-c:not(:disabled):not(.disabled).active,
.show > .btn-gray2-c.dropdown-toggle {
    color: #212529;
    background-color: #b6b6b6;
    border-color: #b6b6b6;
}

.btn-gray2-c:not(:disabled):not(.disabled):active:focus, .btn-gray2-c:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray2-c.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-white-c2 {
    color: #212529;
    background-color: #fff;
    border-color: #ccddec;
}

.btn-white-c2:hover {
    color: #212529;
    background-color: #e2e2e2;
    border-color: #ccddec;
}

.btn-white-c2:focus, .btn-white-c2.focus {
    color: #212529;
    background-color: #e2e2e2;
    border-color: #ccddec;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-white-c2.disabled, .btn-white-c2:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #ccddec;
}

.btn-white-c2:not(:disabled):not(.disabled):active, .btn-white-c2:not(:disabled):not(.disabled).active,
.show > .btn-white-c2.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #ccddec;
}

.btn-white-c2:not(:disabled):not(.disabled):active:focus, .btn-white-c2:not(:disabled):not(.disabled).active:focus,
.show > .btn-white-c2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}


.btn-white-c3 {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-white-c3:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-white-c3:focus, .btn-white-c3.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-white-c3.disabled, .btn-white-c3:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-white-c3:not(:disabled):not(.disabled):active, .btn-white-c3:not(:disabled):not(.disabled).active,
.show > .btn-white-c3.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-white-c3:not(:disabled):not(.disabled):active:focus, .btn-white-c3:not(:disabled):not(.disabled).active:focus,
.show > .btn-white-c3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.c-form {
    background-color: var(--color-v3);
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.c-form .btn {
    --btn-light-v1-bg: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 21px 14px;
}

.c-form > .input-block.c-name {
    width: calc(25% - (16px * (4 - 1)) / 4);
}

.c-form > .input-block.c-phone {
    width: calc(25% - (16px * (4 - 1)) / 4);
}

.c-form > .input-block.c-email {
    width: calc(25% - (16px * (4 - 1)) / 4);
}

.c-form > .input-block.c-btn {
    width: calc(25% - (16px * (4 - 1)) / 4);
    background: #fff;
    text-align: center;
}

.c-form > .input-block.c-comment {
    width: calc(100% - (16px * (1 - 1)) / 1);
}

div.input-block {
    position: relative;
}

div.input-block input, div.input-block textarea {
    font-weight: 500;
    font-size: 17px;
    color: #000;
    width: 100%;
    padding: 30px 15px 14px 12px;
    border-radius: 0;
    border: none;
    outline: none;
    background-color: #fff;
}

div.input-block textarea {
    height: 64px;
}

div.input-block span.placeholder {
    position: absolute;
    margin: 17px 0;
    padding: 0 4px;
    color: #868686;
    display: flex;
    align-items: center;
    font-size: 14px;
    top: 3px;
    left: 8px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    background: none;
    pointer-events: none;
}

div.input-block input:valid + span.placeholder,
div.input-block input:focus + span.placeholder,
div.input-block textarea:valid + span.placeholder,
div.input-block textarea:focus + span.placeholder {
    transform: scale(1) translateY(-11px);
    background: #fff;
}

div.input-block input:focus,
div.input-block textarea:focus {
    color: #284b63;
    border-color: #284b63;
}

div.input-block input:focus + span.placeholder,
div.input-block textarea:focus + span.placeholder {
    color: #284b63;
}

.homepage-block__title {
    font-size: 30px;
    margin: 40px 25px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #121212;
}

.nav-pills a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.nav-pills .nav-item {
    padding-right: 16px;
    padding-bottom: 31px;
}

.nav-pills .nav-link {
    border-radius: 30px;
    background-color: #eaeaea;
    padding: 8px 30px;
}

.catalog-block__products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalog-block__product-item {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    padding: 25px;
    flex-direction: column;
}

.catalog-block__product-image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 16 / 10;
    margin-bottom: 25px;
}

.catalog-block__product-description {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
}

.catalog-block__product-description-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.catalog-block__product-description-short {
    font-size: 14px;
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6;
}

.catalog-block__product-description-short p {
    margin-bottom: 0;
}

.catalog-block__product-description-properties {
    font-size: 14px;
    padding: 25px 0 0 0;
}

.catalog-block__product-description-btn {
    font-size: 18px;
    padding: 0.675rem 0.75rem;
    margin-top: 25px;
}

.catalog-block__categories {
    margin: 0 25px 3rem 25px;
}

.catalog-video__container {
    margin-bottom: 30px;
}

.catalog-video__element {
    width: 100%;
}

.homepage-block__all-products-btn-container {
    margin: 0 25px 20px 25px;
}

.homepage-block__all-products-btn {
    width: 100%;
    padding: 0.975rem 0.75rem;
}

.homepage-block__about-company {
    border: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
    margin-bottom: 55px;
}

.homepage-block__about-company-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 25px;
}

.homepage-block__about-company-name {
    font-size: 20px;
    line-height: 24px;
    width: 350px;
}

.homepage-block__about-company-description {
    font-size: 18px;
    line-height: 20px;
    color: #7e7e7e;
    padding: 15px 0 25px 0;
}

.homepage-block__about-company-gen-dir {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.homepage-block__about-company-gen-dir-img {
    width: 65px;
    height: 65px;
    border-radius: 100px;
}

.homepage-block__about-company-gen-dir-title {
    padding: 0 30px;
}

.homepage-block__about-company-gen-dir-name {
    font-size: 14px;
    color: #7e7e7e;
}

.homepage-block__about-company-right {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.homepage-block__about-company-cert-img {
    /*width: 100%;*/
    /*height: 100%;*/
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    aspect-ratio: 16 / 8.5;
}

.homepage-block__about-company-cert-download {
    margin-top: 30px;
    padding: 0 25px;
}

.btn-download-link {
    display: inline-block;
    background-color: #f9f9f9;
    padding: 20px 40px 20px 90px;
    position: relative;
    width: 100%;
}

.btn-download-link:after {
    position: absolute;
    top: 31%;
    left: 0;
    content: '';
    background-image: url(../img/file-document-multiple-outline.png);
    background-repeat: no-repeat;
    background-position: 57% 50%;
    width: 65px;
    height: 40%;
    border-right: 2px solid #e4e4e4;
}

.btn-download-link:hover {
    text-decoration: none;
    background-color: #ececec;
}

.btn-download-title {
    font-size: 14px;
    color: #7e7e7e;
}

.btn-download-name {
    font-size: 14px;
    color: #00549f;
}

.c-block__map {
    position: relative;
    overflow: hidden;
    padding: 0 25px;
}

.page__content .c-block__map {
    margin-bottom: 80px;
}

.c-block__map-description {
    position: absolute;
    bottom: 20px;
    left: 45px;
    right: 45px;
    background-color: #fff;
    padding: 20px 40px;
    font-size: 15px;
}

.c-block__map-description > div:first-child {
    color: #7e7e7e;
    padding: 0 0 10px 0;
}

.c-block__contacts {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
}

.c-block__contact-item {
    width: 100%;
    padding: 12px 0;
}

.c-block__contact-item-details {
    order: -1;
}

.c-block__contact-item-link a {
    font-size: 21px;
    color: #151515;
    text-decoration: underline;
}

.c-block__contact-item-description {
    color: #7e7e7e;
    padding: 5px 0;
}

.c-breadcrumbs__container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
    align-items: center;
}

.c-breadcrumbs__item {
    font-size: 14px;
    background-image: url(/assets/img/b-delimeter.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
    padding-left: 27px;
}

.c-breadcrumbs__item:first-child {
    background-image: none;
    padding-left: 0;
}

.c-breadcrumbs__item-gray a {
    color: #acacac;
}

.page__container {
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    padding-top: 30px;
    font-size: 18px;
    padding-bottom: 20px;
}

/* Clear floats after the columns */
.page__container:after {
    content: "";
    display: table;
    clear: both;
}

.page__title {
    font-size: 60px;
    font-weight: 700;
    padding: 0 25px 0 25px;
}

.page-news__container {
    display: flex;
    flex-wrap: wrap;
}

.page-news__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0 50px 0;
}

.page-news__img-container {
    width: 100%;
}

.page-news__img-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    aspect-ratio: 16 / 7;
}

.page-news__description {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 0 0 0;
}

.page-news__title {
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
}

.page-news__short-description {
    font-size: 14px;
    color: #858585;
    padding-bottom: 10px;
}

.page-news__date {
    font-size: 14px;
    color: #858585;
    margin-top: auto;
}


.page-news-one__author {
    display: flex;
}

.page-news-one__author-photo {
    width: 66px;
    height: 66px;
    border-radius: 100px;
}

.page-news-one__image {
    aspect-ratio: 16 / 7;
    width: 100%;
    background-size: cover;
}

.page-news-one__author-description {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    justify-content: center;

}

.page-news-one__author-fio {
    font-size: 18px;
    color: #000;
}

.page-news-one__author-title {
    font-size: 14px;
    color: #7e7e7e;
}

.page-news-one__content {
    font-size: 14px;
    margin: 0;
}

.page-news-one__btns {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: flex-start;
}

.page-news-one__btn {
    color: #5c5c5c;
}

.page-news-one__btn-next {
    background-image: url(/assets/img/btn-next.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 40px;
}

.page-news-one__btn-prev {
    background-image: url(/assets/img/btn-prev.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}

.page-news-one__image-container,
.page-news-one__content,
.page-news-one__author,
.page-news-one__btns,
.page-form-questions__container {
    padding: 0;
}

.page-news-one__btns {
    padding-bottom: 50px;
    border-bottom: 1px solid #eaeaea;
}

.modal {
    padding-right: 0 !important;
}

.modal-dialog {
    /*margin: 0;*/
    border-radius: 0;
}

.modal-content {
    border-radius: 0;
}

.c-close-modal {
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNDY2ODMgMjIuMTY2N0w1LjgzMzUgMjAuNTMzM0wxMi4zNjY4IDE0TDUuODMzNSA3LjQ2NjY3TDcuNDY2ODMgNS44MzMzM0wxNC4wMDAyIDEyLjM2NjdMMjAuNTMzNSA1LjgzMzMzTDIyLjE2NjggNy40NjY2N0wxNS42MzM1IDE0TDIyLjE2NjggMjAuNTMzM0wyMC41MzM1IDIyLjE2NjdMMTQuMDAwMiAxNS42MzMzTDcuNDY2ODMgMjIuMTY2N1oiIGZpbGw9IiMyQTVFN0IiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
}

@media (min-width: 600px) {
    .modal-dialog {
        max-width: 918px;
    }
}

.modal .close {
    opacity: 1;
}

.modal-body-c-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.modal-body-c-description {
    font-size: 18px;
    font-weight: 500;
    color: #a9a9a9;
    margin-bottom: 15px;
}

.modal-c-footer {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: #000;
    color: #fff;
    padding-left: 120px;
}

.modal-body {
    padding: 0 120px 55px 120px;
}

@media (max-width: 991px) {
    .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .modal-c-footer {
        padding-left: 22px;
    }
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    border: 0;
    padding: 36px 36px 85px 36px;
}

.c-modal-title {
    font-size: 27px;
    font-weight: bold;
}

.c-modal-img {
    margin-bottom: 24px;
}

.c-modal-description {
    font-size: 16px;
    color: #a4a4a4;
    padding: 10px 0 30px 0;
}

.form-questions__contacts {
    display: flex;
    flex-direction: column;
}

.form-questions__contacts-item {
    width: 100%;
    padding-bottom: 10px;
}

.form-questions__contacts-link a {
    font-size: 21px;
    color: #151515;
    text-decoration: underline;
}

.form-questions__contacts-title {
    color: #7e7e7e;
    padding: 5px 0;
}

.form-questions__confidential {
    color: #868686;
    font-size: 12px;
    max-width: 230px;
    line-height: 18px;
    margin-top: 50px;
}

.form-questions__confidential a {
    color: #868686;
    text-decoration: underline;
}

.page-form-questions__title {
    font-size: 27px;
    color: #000;
    font-weight: bold;
    padding: 5px 0;
}

.page-form-questions__description {
    font-size: 16px;
    color: #5c5c5c;
    padding: 5px 0 10px 0;
}

.page-form-questions__btns {
    padding: 10px 0 5px 0;
}

.page-form-questions__container {
    margin-bottom: 40px;
}

.product-card__btns {
    margin-bottom: 40px;
}


.product-card__container {
    display: flex;
    flex-direction: column;
}

.product-card__image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 16 / 11;
    margin-bottom: 25px;
}

.product-card__info {
    width: 100%;
}

.product-card__title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-bottom: 25px;
}

.product-card__short-description {
    font-size: 14px;
    color: #3a3a3a;
    padding-bottom: 25px;
}

.product-card__properties {
    font-size: 14px;
    color: #3a3a3a;
    padding-bottom: 25px;
}

.product-card__properties ul {
    padding: 0 16px;
}

.product-card__properties li {
    padding-bottom: 5px;
}

.product-card-extra__container {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.product-card-extra__title {
    display: inline-block;
    border-bottom: 3px solid #00549f;
    padding: 25px 10px 5px 0;
    margin-bottom: 25px;
}

.product-card-extra__content {
    line-height: 28px;
}

.page__content {
    padding: 25px 25px 0 25px;
}

.page-item.active .page-link {
    background-color: var(--color-v2);
    border-color: var(--color-v2);
}

.page-link {
    font-size: 12px;
    color: var(--color-v4);
}

dl, ol, ul {
    padding-inline-start: 1em;
}

.page__left-column {
    flex: 1;
}

.page__right-column {
    width: 440px;
    margin-top: 25px;
    margin-left: 20px;
}

.vacancy-one__salary {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}

.vacancy-one__work_schedule {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.vacancy-one__probation {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 17px;
}

.vacancy-one__btn {
    margin-bottom: 25px;
}

.page__right-title {
    font-size: 20px;
    font-weight: 700;
}

.page__right-container {
    padding-top: 35px;
}

.page__right-block {
    margin-bottom: 35px;
}

.page__right-container .block-vacancies__item {
    width: 100%;
}

.page__right-container .block-vacancies__item-container {
    margin-right: 0;
}

.block-layout-in-articles__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.block-layout-in-articles__items .block-articles__item {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.3;
    margin-bottom: 20px;
}

.article_image__container {
    padding-right: 0;
}

.article__content {
    padding-right: 0;
    max-width: 780px;
}

.article_image__container .block-articles__item {
    width: 100%;
    aspect-ratio: auto;
    height: 418px;
}

.article_image__container .block-articles__item__title {
    padding-top: 11%;
}

.article_image__container .block-articles__item__description {
    max-width: 440px;
}

.article__content {
    margin-top: 70px;
}

.article__gallery {
    width: 100%;
    margin-bottom: 10px;
}

.article__gallery .swiper-button-prev > img, .article__gallery .swiper-button-next > img {
    width: 56px;
}

.article__gallery__preview {
    width: 160px;
    aspect-ratio: 1/1;
    border-radius: 27px;
    background-size: cover;
    background-repeat: no-repeat;
}

.article__gallery__item {
    width: 160px;
}

.block-cj__slider__item {
    width: 349px;
    height: 494px;
    border-radius: 27px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.block-cj__slider__item a {
    display: block;
    width: 100%;
    height: 100%;
}


@media (min-width: 500px) {
    .block-layout-in-articles__items .block-articles__item {
        aspect-ratio: 1 / 1;
    }
}

@media (min-width: 768px) {
    .layout {
        max-width: 720px;
    }

    .layout-in .p-block {
        padding-left: 0;
        padding-right: 0;
    }

    .header-lg-menu__container {
        display: flex;
    }

    header {
        /*min-height: 600px;*/
        max-width: 720px;
    }

    .homepage-slider {
        bottom: 150px;
    }

    .homepage-slider .slick-dots li {
        width: 15%;
        margin: 0 15px 0 0;
    }

    .slick-list {
        margin: 0;
    }

    .homepage-extra {
        bottom: 0;
        padding: 0 50px 35px 50px;
    }

    .homepage-slider {
        padding: 0 50px 0 50px;
    }

    .slick-dots {
        bottom: -25px;
    }

    .homepage-extra-copyright {
        display: block;
    }

    .homepage-extra__phone {
        display: none;
    }

    .header-mobile-menu__container {
        display: none;
    }

    .header-menu__links {
        padding: 0 10px;
    }

    .header-menu__link {
        padding: 0 5px;
    }

    .header-menu__link.active {
        padding: 0 5px 0 35px;
        background-size: 16px;
    }

    .homepage-achievement-item {
        width: 40%;
        padding: 0;
    }

    .homepage-block__title {
        margin: 40px 0 40px 0;
    }

    .catalog-block__categories {
        margin: 0 0 3rem 0;
    }

    .homepage-block__about-company-left {
        padding: 5px 0;
    }

    .homepage-block__about-company-cert-download {
        padding: 0;
    }

    .homepage-achievement-number-container {
        font-size: 80px;
    }

    .homepage-achievement-number-container.check {
        height: 104px;
    }

    .homepage-achievement-item-number-float {
        padding-top: 17px;
        margin-left: -5px;
    }

    .homepage-block__all-products-btn-container {
        margin: 0 0 20px 0;
    }

    .c-block__map {
        padding: 0;
    }

    .c-block__map-description {
        left: 20px;
        right: auto;
        font-size: 16px;
    }

    .c-block__contacts {
        padding: 0;
    }

    .c-breadcrumbs__container {
        padding: 0;
    }

    .page__container {
    }

    .page__title {
        padding: 0 0 0 0;
    }

    .catalog-block__product-item {
        flex-direction: row;
    }

    .catalog-block__product-image {
        width: 50%;
        margin-bottom: 0;
    }

    .catalog-block__product-description {
        width: 50%;
        padding-left: 20px;
    }

    .page-news-one__image-container,
    .page-news-one__content,
    .page-news-one__author,
    .page-news-one__btns,
    .page-form-questions__container {
        padding: 0;
    }

    .page-news-one__btns {
        padding-bottom: 50px;
    }

    .page-news-one__btns {
        flex-direction: row;
    }

    .form-questions__contacts {
        flex-direction: row;
    }

    .page-news__item {
        flex-direction: row;
        padding: 0 0 50px 0;
    }

    .page-news__description {
        width: 50%;
        padding: 0 20px;
    }

    .page-news__img-container {
        width: 50%;
    }

    .page__content {
        padding: 25px 0 0 0;
    }

    .page__right-column {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }

    .block-layout-in-articles__items {
        justify-content: space-between;
    }

    .block-layout-in-articles__items .block-articles__item {
        width: 350px;
        aspect-ratio: 1 / 1.3;
    }

    .block-layout-in-articles__items .block-articles__item:nth-child(2n-1) {
        margin-right: 20px;
    }

    .article__gallery {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .layout {
        max-width: 960px;
    }

    .header-menu__links {
        padding: 0 15px;
    }

    .header-menu__link {
        padding: 0 25px;
    }

    .header-menu__link.active {
        padding: 0 25px 0 35px;
        background-size: 16px;
    }

    header {
        /*min-height: 600px;*/
        max-width: 960px;
    }

    .homepage-slider .slick-dots li {
        width: 15%;
        margin: 0 15px 0 0;
    }

    .homepage-achievement-item {
        width: 21%;
    }

    .catalog-block__product-item {
        width: 49%;
    }

    .homepage-block__about-company-cert-img {
        display: block;
    }

    .homepage-block__about-company-left {
        width: 59%;
        padding: 0 0 40px 0;
    }

    .homepage-block__about-company-right {
        width: 30%;
    }

    .homepage-block__about-company {
        border: 1px solid #d7d7d7;
        min-height: 480px;
        padding: 80px 60px;
    }

    .homepage-block__about-company-description {
        padding: 10px 0;
    }

    .homepage-block__about-company-gen-dir {
        flex-direction: row;
    }

    .btn-download-link {
        /*width: auto;*/
    }

    .block-container {
        margin-bottom: 55px;
    }

    .block-container.layout-in {
        margin-bottom: 55px;
    }

    .homepage-block__about-company {
        margin-bottom: 100px;
    }

    .homepage-block__contact-item-details {
        order: 0;
        display: flex;
        justify-content: flex-end;
    }

    .c-block__contacts {
        flex-direction: row;
    }

    .c-block__contact-item {
        width: 44%;
        padding: 0;
    }

    .homepage-block__about-company-description {
        /*width: 450px;*/
    }

    .catalog-block__product-item {
        flex-direction: column;
    }

    .catalog-block__product-image {
        width: 100%;
        margin-bottom: 25px;
    }

    .catalog-block__product-description {
        width: 100%;
        padding-left: 0;
    }

    .page-news__item {
        width: 50%;
    }

    .product-card__container {
        flex-direction: row;
    }

    .product-card__image {
        width: 60%;
    }

    .product-card__info {
        width: 40%;
        padding-left: 25px;
    }

    footer {
        padding: 32px;
    }

    .block-layout-in-articles__items .block-articles__item {
        width: 470px;
        aspect-ratio: 1/1;
    }

    .block-layout-in-articles__items {
        justify-content: space-between;
    }

    .article__gallery {
        width: 960px;
    }

    .c-breadcrumbs__container {
        padding: 0 0 0 0;
    }
}

@media (min-width: 1200px) {
    .layout {
        max-width: 1140px;
    }

    .header-menu__links {
        padding: 0 45px;
    }

    .header-menu__link {
        padding: 0 45px;
    }

    .header-menu__link.active {
        padding: 0 45px 0 45px;
        background-size: auto;
    }

    header {
        /*min-height: 570px;*/
        max-width: 1140px;
    }

    .homepage-slider .slick-dots li {
        width: 18%;
        margin: 0 20px 0 0;
    }

    .homepage-achievement-item {
        width: 18%;
    }

    .catalog-block__product-item {
        flex-direction: row;
    }

    .catalog-block__product-image {
        width: 50%;
        margin-bottom: 0;
    }

    .catalog-block__product-description {
        width: 50%;
        padding-left: 20px;
    }

    .homepage-block__about-company {
        padding: 80px 60px;
    }

    .block-layout-in-articles__items .block-articles__item {
        width: 467px;
        aspect-ratio: 1/1;
        margin-right: 0;
    }

    .block-layout-in-articles__items .block-articles__item:nth-child(3n) {
        margin-right: 0;
    }

    .block-layout-in-articles__items .block-articles__item:nth-child(2n) {
        margin-right: 0;
    }

    .block-layout-in-articles__items .block-articles__item:nth-child(2n-1) {
        margin-right: 20px;
    }

    .block-layout-in-articles__items {
        justify-content: flex-start;
    }

    .article__gallery {
        width: 1140px;
    }

    .page__right-column {
        width: 100%;
    }
}

@media (min-width: 1500px) {
    .layout {
        max-width: 1440px;
    }

    header {
        /*min-height: 450px;*/
        max-width: 1440px;
    }

    .catalog-video__container {
        margin-bottom: 35px;
    }

    .homepage-block__about-company {
        padding: 90px 120px;
    }

    .block-layout-in-articles__items .block-articles__item:nth-child(2n-1) {
        margin-right: 0;
    }

    .block-layout-in-articles__items .block-articles__item {
        width: 467px;
        aspect-ratio: 1/1;
        margin-right: 19px;
    }

    .block-layout-in-articles__items .block-articles__item:nth-child(3n) {
        margin-right: 0;
    }

    .block-layout-in-articles__items {
        justify-content: space-between;
    }

    .article__gallery {
        width: 980px;
    }

    .article_image__container {
        padding-right: 20px;
    }

    .article__content {
        padding-right: 20px;
    }

    .page__right-column {
        width: 440px;
    }
}


.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}

.banner-slider .slider.slider-for {
    max-width: 84%;
    padding-left: 15px;
}

.banner-slider .slider.slider-nav {
    max-width: 16%;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: right;
}

.banner-slider .slider.slider-nav {
    height: 610px;
    overflow: hidden;
}

.slider-banner-image {
    height: 610px;
}

.banner-slider .slider.slider-nav {
    padding: 0 0 20px 0;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 1px solid #ebebeb;
    cursor: pointer;
}

.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196db6;
}

.slider-nav .slick-slide.slick-current span {
    color: #196db6;
}

.slider-nav .slick-slide {
    text-align: center;
}

.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}

.slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.slick-prev {
    top: 0;
}

.slick-next {
    bottom: 0;
    background-color: #fff;
}

.slick-prev.slick-arrow {
    background-image: url(../images/black-up-arrow.png);
}

.slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png);
}

/*End USE CSS for Slider*/

@media screen and (max-width: 991px) {

    .banner-slider .slider.slider-for,
    .banner-slider .slider.slider-nav {
        max-width: 100%;
        float: none;
    }

    .banner-slider .slider.slider-for {
        padding-left: 0;
    }

    .banner-slider .slider.slider-nav {
        height: auto;
    }

    .slider-banner-image {
        height: 500px;
    }

    .slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
    }

    .slider-nav .slick-slide span {
        padding: 5px 0;
    }

    .slick-arrow {
        padding: 0;
        width: 30px;
        height: 30px;
        top: 50%;
        bottom: 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .slick-prev {
        left: 0;
        right: unset;
    }

    .slick-next {
        left: unset;
        right: 0;
        background-color: transparent;
    }

    .vehicle-detail-banner .car-slider-desc {
        max-width: 340px;
    }

    .bid-tag {
        padding: 10px 0 15px;
    }

    .slider.slider-nav.thumb-image {
        white-space: nowrap;
    }

    .thumbnail-image.slick-slide {
        padding: 0px 5px;
        min-width: 75px;
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .slider-banner-image {
        height: 400px;
    }

    .slider.slider-nav.thumb-image {
        padding: 0;
        margin: 10px 0 0;
    }

    .slider-nav .slick-slide.thumbnail-image .thumbImg {
        max-width: 140px;
        height: 80px;
    }

    .slick-prev.slick-arrow {
        background-position: center 10px;
    }

    .slick-next.slick-arrow {
        background-position: center 10px, center;
    }

    .slider-nav .slick-slide span {
        font-size: 12px;
        white-space: normal;
    }
}

@media screen and (max-width: 580px) {
    .slider-banner-image {
        height: 340px;
    }
}

@media screen and (max-width: 480px) {
    .slider-banner-image {
        height: 280px;
    }
}

.h-phone-c {
    position: relative;
    display: inline-block;
}

.h-menu {
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 0;
    background: #fff;
    padding: 0;
    min-height: 70px;
}

.h-menu, .h-menu a {
    color: #000;
}

.h-menu__right-items {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-lang {
    font-size: 12px;
}

.site-lang .dropdown-menu {
    min-width: auto;
    font-size: 12px;
}

.site-lang .dropdown-item.active, .site-lang .dropdown-item:active {
    background-color: var(--color-v2);
}

.site-lang .nav-link, .site-lang .dropdown-item {
    text-transform: uppercase;
}

.h-menu__center-items {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.h-menu-links__first-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.h-menu-logo {
    font-family: "Wix Madefor Display", serif;
    text-decoration: none;
    display: inline-block;
    margin-right: 25px;
    width: 144px;
    min-width: 144px;
    aspect-ratio: 144 / 42;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/logo.svg);
}

.h-menu-logo:hover, .h-menu-links__second-row a {
    text-decoration: none;
}

.h-menu-logo > div:first-child {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 6px;
}

.h-menu-logo > div {
    color: #d82803;
    font-size: 7px;
    font-weight: 500;
    line-height: 7px;
}

.h-menu__left-items {
    display: flex;
    margin-right: auto;
}

.h-menu-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h-menu-link {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.dropdown-link {
    position: relative;
    display: inline-block;
    background-image: url(../img/icon-v4.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 15px;
}

.dropdown-link.show {
    background-image: url(../img/icon-v7.png);
}

.dropdown-link.show .drop-btn {
    border-color: #d82803;
}

.drop-btn {
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 30px;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content.inline {
    position: relative;
    top: 0;
    box-shadow: none;
}

/* Изменение цвета выпадающих ссылок при наведении курсора */
.dropdown-content a:hover {background-color: #ddd}

/* Показать выпадающее меню (используйте JS, чтобы добавить этот класс .dropdown-content содержимого, когда пользователь нажимает на кнопку выпадающего списка) */
.dropdown-link.show .dropdown-content {display: block;}

/* Ссылки внутри выпадающего списка */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.achieve-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSI1MyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0idXJsKCNhKSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTMuOTY1IDQxLjQ2MyA5Ljc2NSA1MWwtNi43MTQtOS42NzIgNy4yNzMtMTYuNTE0LjI2Ni0uNjA0LjI0Ny0uNTYySDIxLjgxbC0uMjQ3LjU2Mi0uMjY2LjYwNC00Ljk3NCAxMS4yOTN6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsPSJ1cmwoI2IpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0yMi44ODQgNTEtNC4yLTkuNTM3LTIuMzYtNS4zNTYgNC45NzQtMTEuMjkzLjI2Ni0uNjA0LjI0Ny0uNTYyLjI0Ny41NjIuMjY3LjYwNCA3LjI3MyAxNi41MTR6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsPSIjRjVCRjdCIiBkPSJNMjcuNDg0IDMxLjQ4NGM2LjE2NC02LjE2NCA2LjE2NC0xNi4xNTggMC0yMi4zMjNzLTE2LjE1OS02LjE2NC0yMi4zMjMgMGMtNi4xNjQgNi4xNjUtNi4xNjQgMTYuMTU5IDAgMjIuMzIzIDYuMTY1IDYuMTY0IDE2LjE1OSA2LjE2NCAyMi4zMjMgMCIvPjxwYXRoIGZpbGw9IiNFQjlCNUUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE2LjMyMyAzNS43ODZjOC41MTcgMCAxNS40NjMtNi45NDYgMTUuNDYzLTE1LjQ2MyAwLTguNTE4LTYuOTQ2LTE1LjQ2My0xNS40NjMtMTUuNDYzUy44NTkgMTEuODA1Ljg1OSAyMC4zMjNzNi45NDcgMTUuNDYzIDE1LjQ2NCAxNS40NjMiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGZpbGw9IiNGNUJGN0IiIGQ9Ik0yNi4wMDIgMzAuMDAxYzUuMzQ1LTUuMzQ1IDUuMzQ1LTE0LjAxMiAwLTE5LjM1N3MtMTQuMDEyLTUuMzQ1LTE5LjM1NyAwLTUuMzQ1IDE0LjAxMiAwIDE5LjM1NyAxNC4wMTIgNS4zNDUgMTkuMzU3IDAiLz48cGF0aCBmaWxsPSIjQ0E1QjE5IiBkPSJNMjUuNzM1IDI5LjczNGM1LjE5OC01LjE5OCA1LjE5OC0xMy42MjUgMC0xOC44MjNzLTEzLjYyNS01LjE5OC0xOC44MjMgMC01LjE5OCAxMy42MjUgMCAxOC44MjMgMTMuNjI1IDUuMTk4IDE4LjgyMyAwIi8+PHBhdGggZmlsbD0iI0U4NTE0QiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTYuMzI1IDMxLjU2M2M2LjE5IDAgMTEuMjQtNS4wNSAxMS4yNC0xMS4yNCAwLTYuMTkyLTUuMDUtMTEuMjQxLTExLjI0LTExLjI0MS02LjE5MiAwLTExLjI0MSA1LjA1LTExLjI0MSAxMS4yNHM1LjA0OSAxMS4yNCAxMS4yNCAxMS4yNCIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggZmlsbD0iI0ZERkRGRCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTguMTUgMTguNjc4aC0uMTgydi0zLjgzN2gtMy4yOXYzLjgzN2gtMy44MzZ2My4yOWgzLjgzN3YzLjgzNmgzLjI4OXYtMy44MzdoMy44MzZ2LTMuMjg5eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMTAuMzIiIHgyPSIyNC40NzUiIHkxPSIzNy4zMTEiIHkyPSIyNy40ODYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRUUyRTI2Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRUUyRTI2Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImIiIHgxPSIyNC41NDciIHgyPSIyMC4xMzgiIHkxPSIzOC44NTEiIHkyPSIzNS43OTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRUUyRTI2Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQzQyNjJEIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 45px;
}

.home-smile-icon {
    background-image: url(../img/home-smile.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}

.map-icon {
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
}

.check-circle-v2-icon {
    background-image: url(../img/check-circle-v2.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
}

.arrow-right-white-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCA0NCA0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMC40OTk5NjkiIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgcng9IjIiIGZpbGw9IiMyQTVFN0IiLz4KPHBhdGggZD0iTTE0LjkyOTIgMjIuNDk5OUgyOC4zNjQyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjIuMDAwMiAxNS40Mjg4TDI5LjA3MTMgMjIuNDk5OUwyMi4wMDAyIDI5LjU3MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 25px 55px 25px 25px;
}

.copy-left-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMTY2OTkgMTNIMy4zMzM2NkMyLjg5MTYzIDEzIDIuNDY3NzEgMTIuODI0NCAyLjE1NTE1IDEyLjUxMTlDMS44NDI1OSAxMi4xOTkzIDEuNjY2OTkgMTEuNzc1NCAxLjY2Njk5IDExLjMzMzRWMy44MzMzNUMxLjY2Njk5IDMuMzkxMzMgMS44NDI1OSAyLjk2NzQgMi4xNTUxNSAyLjY1NDg0QzIuNDY3NzEgMi4zNDIyOCAyLjg5MTYzIDIuMTY2NjkgMy4zMzM2NiAyLjE2NjY5SDEwLjgzMzdDMTEuMjc1NyAyLjE2NjY5IDExLjY5OTYgMi4zNDIyOCAxMi4wMTIyIDIuNjU0ODRDMTIuMzI0NyAyLjk2NzQgMTIuNTAwMyAzLjM5MTMzIDEyLjUwMDMgMy44MzMzNVY0LjY2NjY5TTkuMTY2OTkgOC4wMDAwMkgxNi42NjdDMTcuNTg3NSA4LjAwMDAyIDE4LjMzMzcgOC43NDYyMSAxOC4zMzM3IDkuNjY2NjlWMTcuMTY2N0MxOC4zMzM3IDE4LjA4NzIgMTcuNTg3NSAxOC44MzM0IDE2LjY2NyAxOC44MzM0SDkuMTY2OTlDOC4yNDY1MiAxOC44MzM0IDcuNTAwMzMgMTguMDg3MiA3LjUwMDMzIDE3LjE2NjdWOS42NjY2OUM3LjUwMDMzIDguNzQ2MjEgOC4yNDY1MiA4LjAwMDAyIDkuMTY2OTkgOC4wMDAwMloiIHN0cm9rZT0iIzM0NDA1NCIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px;
}

.arrow-down-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC41IDUuNUwwIDAuNUg5TDQuNSA1LjVaIiBmaWxsPSIjMzFBN0NBIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 17px;
}

.arrow-right-blue-icon {
    background-image: url(../img/arrow-right-blue.svg);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 25px;
}

.medical-kit-icon {
    background-image: url(../img/medical-kit.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 42px;
}

.clipboard-list-icon {
    background-image: url(../img/clipboard-list.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 42px;
}

.pulse-tests-icon {
    background-image: url(../img/pulse-tests.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 42px;
}

.phone-icon {
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
}

.h-menu-links .main-link {
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
    white-space: nowrap;
}

.h-menu-links .main-link:hover {
    color: #d82803;
}

.h-menu-links .main-link:last-child {
    margin-right: 0;
}

.h-menu__search-input {
    font-size: 14px;
    border-radius: 60px;
    border: none;
    min-width: 230px;
    background: #fdf6f5 url(../img/icon-v5.png) no-repeat center left 12px;
    padding: 10px 12px 10px 41px;
    margin-right: 12px;
}

:focus-visible {
    outline: none;
}

.h-menu__search-input::placeholder {
    color: #eb9381;
}

.icon-link {
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 22px;
}

.mobile-menu-list__item {
    margin-bottom: 32px;
}

.mobile-menu-list__item.btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.mobile-menu-list__item.btns > .btn {
    font-size: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .h-menu-phone {
        display: block;
    }
}

.h-menu-item {
    padding-left: 25px;
}

.h-menu-item.mob-menu {
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQ0IiBoZWlnaHQ9IjQ0IiByeD0iMiIgZmlsbD0iIzJBNUU3QiIvPgo8cGF0aCBkPSJNMzEgMjhIMjVWMjZIMzFWMjhaTTMxIDE2VjE4SDEzVjE2SDMxWk0zMSAyM0gxOVYyMUgzMVYyM1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) no-repeat center;
    background-size: cover;
    width: 44px;
    height: 43px;
    cursor: pointer;
}

.h-menu__mob-btn {
    display: flex;
    align-items: center;
}

.h-menu-item.mob-menu-map {
    display: inline-block;
    background: url(../img/icon-map.png) no-repeat center;
    width: 37px;
    height: 37px;
    cursor: pointer;
}

.h-menu-item.mob-menu-phone {
    display: inline-block;
    background: url(../img/icon-phone.png) no-repeat center;
    width: 37px;
    height: 37px;
    cursor: pointer;
    margin-right: 5px;
}

.label-check {
    display: none;
}

.hamburger-label {
    position: absolute;
    width: 36px;
    height: 10px;
    display: block;
    cursor: pointer;
}

.hamburger-label div {
    width: 36px;
    height: 3px;
    background-color: #fff;
    position: absolute;
}

.line1 {
    transition: all .3s;
}

.line2 {
    margin: 8px 0 0 0;
    transition: 0.3s;
}

.line3 {
    margin: 16px 0 0 0;
    transition: 0.3s;
}

@media (max-width: 991px) {
    footer {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .h-menu {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media (min-width: 992px) {
    .sh-m {
        display: none !important;
    }
}

.homepage-main-units {
    display: flex;
    justify-content: space-between;
}

.homepage-main-units p {
    margin-bottom: 0;
}

.homepage-main-units__left {
    width: 530px;
    display: flex;
    flex-direction: column;
}

.homepage-main-units__first {
    padding: 100px 35px 65px 35px;
    border-radius: 58px;
    background: #121212;
    color: #fff;
    margin-bottom: 20px;
}

.homepage-main-units__first__title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}

.homepage-main-units__first__description {
    font-size: 18px;
    max-width: 300px;
}

.homepage-main-units__second {
    position: relative;
    padding: 320px 35px 65px 35px;
    background: url(/assets/img/bb1.png) no-repeat;
    border-radius: 58px;
    background-size: cover;
    color: #fff;

}

.homepage-main-units__second:before {
    content: '';
    border-radius: 58px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .45);
}

.homepage-main-units__second__description {
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-size: 16px;
    padding-right: 35px;
    max-width: 400px;
}

.homepage-main-units__second__button-container {
    margin-top: 20px;
    margin-bottom: 40px;
}

.homepage-main-units__right {
    position: relative;
    width: 890px;
    border-radius: 58px;
    background: url(/assets/img/m2.jpeg) no-repeat;
    background-size: cover;
    padding-left: 35px;
}

.homepage-main-units__right:before {
    content: '';
    border-radius: 58px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.homepage-main-units__third__description-container {
    position: absolute;
    top: 0;
    color: #fff;
    max-width: 570px;
}

.homepage-main-units__third__title {
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    padding: 70px 0 30px 0;
}

.homepage-main-units__third__description {
    font-size: 18px;
    max-width: 300px;
}

.homepage-main-units__third__human-container {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.homepage-main-units__third__human {
    background: rgba(49, 49, 49, 0.35);
    width: 470px;
    border-radius: 35px;
    padding: 30px 25px;
    margin: 0 25px 25px 0;
    display: flex;
}

.homepage-main-units__third__human-info {
    width: 320px;
}

.homepage-main-units__third__human-fio {
    font-size: 24px;
    padding: 5px 20px 5px 0;
}

.homepage-main-units__third__human-job {
    font-size: 16px;
    padding: 5px 20px 5px 0;
}

.homepage-main-units__third__human-description {
    font-size: 14px;
    padding: 5px 20px 5px 0;
}

.homepage-main-units__third__human-img {
    width: 95px;
    background-size: cover;
    background-position: center;
    border-radius: 63px;
}

.block-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 32px;
}

.block-description {
    font-size: 24px;
    font-weight: 500;
    color: #a9a9a9;
    padding-top: 7px;
}

.block-vacancies__items {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.block-vacancies__items.load:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.block-vacancies__item {
    width: 33%;
    margin-bottom: 20px;
}

.block-vacancies__item__tags {
    margin-bottom: 31px;
}

.item__tag {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 24px;
    border-radius: 35px;
    background: #dcdcdc;
    margin-bottom: 8px;
    margin-left: 3px;
}

.block-vacancies__item-container {
    background: #f6f6f6;
    border-radius: 30px;
    margin-right: 20px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.block-vacancies__item a {
    color: #000;
}

.block-vacancies__item a:hover {
    text-decoration: none;
}

.block-vacancies__item__name, .block-vacancies__item__name a {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 26px;
}

.block-vacancies__item__address {
    font-size: 16px;
    display: flex;
    margin-bottom: 19px;
    margin-top: auto;
}

.block-vacancies__item__metro {
    position: relative;
    padding-left: 25px;
}

.block-vacancies__item__metro:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #b22828;
    border-radius: 10px;
    position: absolute;
    top: 6px;
    left: 10px;
}

.block-vacancies__item__salary {
    font-size: 24px;
    font-weight: 700;
}

.block-vacancies__more-items {
    text-align: center;
    margin-top: 10px;
}

.block-articles__items {
    display: flex;
}

.block-articles__item {
    width: 440px;
    aspect-ratio: 1.1 / 1;
}

.block-articles__item-container {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 27px;
    padding: 24px;
    overflow: hidden;
}

.block-articles__item:nth-child(3n) .block-articles__item-container {
    margin-right: 0;
}

.block-articles__item__title, .block-articles__item__title a, .block-articles__item__title h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.block-articles__item__title {
    padding-top: 30%;
}

.block-articles__item__description {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-top: 18px;
}

.block-articles__more-items {
    margin-top: 35px;
    text-align: center;
}

.block-articles__items {
}

.block-faces__item {
    background-color: #eee;
    height: 696px;
    width: 365px;
    display: flex;
    border-radius: 58px;
    flex-direction: column-reverse;
    padding: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
}

.block-faces__item__description {
    backdrop-filter: blur(5px);
    background: rgba(20, 20, 20, 0.4);
    color: #fff;
    padding: 29px 24px;
    border-radius: 37px;
}

.block-faces__item__surname, .block-faces__item__name {
    font-size: 24px;
    font-weight: 500;
}

.block-faces__item__position {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.block-faces__item__experience {
    font-size: 18px;
    font-weight: 500;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3;
}

.swiper-button-prev:after, .swiper-button-next:after {
    content: none;
}

.swiper-button-prev, .swiper-button-next {
    width: 47px;
    aspect-ratio: 1 / 1;
    top: 50%;
    transition: opacity 333ms;
    opacity: 0.9;
}

.swiper-button-prev {
    transform: rotate(180deg);
}

.block-about {
    position: relative;
    height: 694px;
    width: 100%;
    background-image: url(/assets/img/about.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 58px;
}

.block-about:before {
    content: '';
    border-radius: 58px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.block-about__container {
    position: absolute;
    bottom: 75px;
    left: 70px;
    right: 70px;
    color: rgba(255, 255, 255, 0.9);
}

.block-about__achievements {
    display: flex;
}

.block-about__achievements p {
    margin-bottom: 0;
}

.block-about__title {
    font-size: 32px;
    font-weight: 700;
}

.block-about__description {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 733px;
}

.block-about__achievement__value {
    font-size: 40px;
    font-weight: 900;
}

.block-about__achievement__description {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 60px;
}

.block-contact-form__first-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.input-group {
    margin: 1em 0 1em 0;
    position: relative;
}

.input-group.phone {
    width: 218px;
    margin-right: 28px;
}

.input-group.email {
    width: 332px;
}

.input-group.comment {
    width: 581px;
}

.input-group.comment textarea {
    height: 58px;
}

.input-group input, .input-group textarea {
    font-size: 100%;
    padding: 16px 16px;
    outline: none;
    border: 2px solid rgb(200, 200, 200);
    background-color: transparent;
    border-radius: 49px;
    width: 100%;
}

.input-group label {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    left: 0;
    padding: 19px 16px;
    margin-left: 0.5em;
    pointer-events: none;
    transition: all 0.3s ease;
    color: #b3b3b3;
}

.input-group.active input ~ label, .input-group.active textarea ~ label {
    transform: translateY(-50%) scale(.9);
    margin: 0 0 0 1.3em;
    padding: 0 5px;
    background-color: #fff;
}

.input-group.active input, .input-group.active textarea {
    border-color: rgb(197, 197, 197);
}

.input-group.has-error input, .input-group.has-error textarea {
    border-color: #d65555;
}

.input-group .input-group-error {
    display: none;
}

.input-group.has-error .input-group-error {
    display: block;
    color: #cf2020;
    font-size: 16px;
    font-weight: 400;
}

.block-contact-form__third-row {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.whatsapp-btn {
    margin-left: 32px;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-image: url(/assets/img/whatsapp-btn.svg);
}

.telegram-btn {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-image: url(/assets/img/telegram-btn.svg);
}

.block-map {
    border-radius: 55px;
    overflow: hidden;
}

iframe {
    height: 515px;
}

.page__right-column .block-articles__item {
    margin-bottom: 20px;
    margin-right: 20px;
}

.page__right_articles {
    display: flex;
    flex-wrap: wrap;
}

.mt-40px {
    margin-top: 40px;
}

.block-about__slider__item {
    display: flex;
    height: 683px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.block-about__slider__item__description-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    padding: 64px;
}

.block-about__slider__item__year {
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 18px;
}

.block-about__slider__item__description {
    font-size: 18px;
    font-weight: 500;
    max-width: 390px;
}

.max-content {
    max-width: 868px;
}


.block-first-cj__container, .block-second-cj__container {
    display: flex;
    flex-wrap: wrap;
}

.block-second-cj__container .block-cj__left {
    order: 1;
    padding-left: 48px;
}

.block-cj__left {
    width: 50%;
}

.block-cj__right {
    width: 50%;
}

.block-cj-dark {
    position: relative;
    border-radius: 27px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 683px;
}

.block-cj-dark:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 27px;
}

.block-cj__description {
    position: absolute;
    bottom: 64px;
    left: 64px;
    color: #fff;
}

.block-cj__description__title {
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 18px;
}

.block-cj__description__content {
    font-size: 18px;
    font-weight: 500;
    max-width: 390px;
}

.block-cj-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}

.block-cj__title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.block-cj__content {
    font-size: 18px;
    font-weight: 400;
    max-width: 576px;
}

.block-cj__slider__item {
    width: 349px;
    height: 494px;
    border-radius: 27px;
}

.block-cj__slider__item a {
    display: block;
    width: 100%;
    height: 100%;
}

.mobile-menu-list__item-link {
    padding-left: 24px;
    color: rgba(8, 8, 8, 0.6);
    padding-top: 25px;
}

.mobile-menu-list__item-link:first-child {
}

.mobile-menu-list__collapse-link {
    background-image: url(../img/icon-v7.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 15px;
    margin-bottom: 32px;
}

.mobile-menu-list__collapse-link > span {
    border-bottom: 2px solid #d82803;
}

.mobile-menu-list__collapse-link:hover {
    text-decoration: none;
    color: #d82803;
}

.mobile-menu-list__collapse-link.collapsed {
    background-image: url(../img/icon-v4.png);
}

.mobile-menu-list__collapse-link.collapsed > span {
    border-bottom: 2px solid transparent;
}

.mobile-menu-list__item.btns a {
}

@media (max-width: 1499px) {
    .homepage-main-units__left {
        width: 490px;
    }

    .homepage-main-units__right {
        width: 630px;
    }
    .h-menu__right-items {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .h-menu__search-input {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .h-menu {
        padding: 0;
    }
    .h-menu-links .main-link {
        margin-bottom: 5px;
        display: inline-block;
    }
    .h-menu-link {
        display: inline-block;
    }
}

@media (max-width: 1199px) {
    .homepage-main-units__left {
        width: 450px;
    }

    .homepage-main-units__right {
        width: 490px;
    }

    .block-vacancies__item {
        width: 50%;
    }

    .p-block {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .sh-xl {
        display: none;
    }

    .homepage-main-units__left {
        width: 100%;
    }

    .p-block-slider {
        padding-left: 20px;
        padding-right: 0;
    }

    .block-vacancies__item {
        width: 100%;
    }

    .block-articles__item {
        width: 297px;
        height: 418px;
        aspect-ratio: auto;
    }

    .block-faces__item {
        height: 474px;
        width: 250px;
    }

    .swiper-button-prev > img, .swiper-button-next > img {
        width: 56px;
    }

    .block-about {
        height: 537px;
    }

    .block-about__container {
        bottom: 30px;
        left: 20px;
        right: 20px;
    }

    .input-group.phone {
        width: 100%;
        margin-right: 0;
    }

    .input-group.email {
        width: 100%;
    }

    .input-group.comment {
        width: 100%;
    }

    .block-title {
        font-size: 24px;
    }

    .block-description {
        font-size: 15px;
        font-weight: 400;
    }

    .block-vacancies__item-container {
        margin-right: 0;
    }

    .page__title {
        font-size: 30px;
    }

    .page__left-column {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .page__right-column {
        width: 100%;
        margin-right: 20px;
    }

    .block-about__slider__item {
        height: 418px;
    }

    .block-about__slider__item__description-container {
        padding: 23px;
    }

    .block-about__slider__item__year {
        font-size: 28px;
    }

    .block-about__slider__item__description {
        font-size: 18px;
    }

    .block-cj__left {
        width: 100%;
    }

    .block-cj__right {
        width: 100%;
    }

    .block-first-cj__container .block-cj__right {
        order: -1;
        margin-bottom: 40px;
    }

    .block-second-cj__container .block-cj__right {
        margin-bottom: 40px;
    }

    .block-second-cj__container .block-cj__left {
        padding-left: 0;
    }

    .block-cj__description__title {
        font-size: 28px;
        font-weight: 700;
    }

    .block-cj__description__content {
        font-size: 18px;
        font-weight: 500;
    }

    .block-cj__description {
        bottom: 23px;
        left: 23px;
    }

    .block-cj-dark {
        min-height: 418px;
    }
    .h-menu {
        flex-wrap: wrap;
    }
    .h-menu__left-items {
        justify-content: space-between;
    }
    .h-menu__right-items {
        width: 100%;
    }
    .h-menu__search-input {
        width: 100%;
    }
    .h-menu-logo {
        display: flex;
        align-items: center;
        margin-right: 0;
    }
    .h-menu-item {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .h-menu {
        padding: 0 16px;
    }

    .page__left-column {
    }

    .article_image__container, .article__content, .article__gallery {
        padding-left: 20px;
        padding-right: 20px;
    }

    .article__gallery {
    }

    .p-block {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 400px) {
    .homepage-main-units__second {
        background-repeat: no-repeat;
        background-position-x: -168px;
    }

    .block-articles__item {
        width: 226px;
    }
}

.btn-simple:link,
.btn-simple:visited {
    text-decoration: none;
    color: #fff;
    padding: 15px 40px;
    border: 1px solid #fff;
    border-radius: 1000px;
    display: inline-block;
    transition: all .2s;
    position: relative;
}

.btn-simple:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(27, 27, 27, .5);
}

.btn-simple:active {
    transform: translateY(-3px);
}

.btn-simple::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    transition: all .3s;
}

.btn-simple:hover::after {
    background-color: rgb(0, 0, 0);
    transform: scaleX(1.4) scaleY(1.5);
    opacity: 0;
}

.btn-simple-black:link,
.btn-simple-black:visited {
    text-decoration: none;
    color: #000;
    padding: 15px 40px;
    border: 1px solid #000;
    border-radius: 1000px;
    display: inline-block;
    transition: all .2s;
    position: relative;
}

.btn-simple-black:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(27, 27, 27, 0.33);
}

.btn-simple-black:active {
    transform: translateY(-3px);
}

.btn-simple-black::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    transition: all .3s;
}

.btn-simple-black:hover::after {
    background-color: rgba(27, 27, 27, 0.33);
    transform: scaleX(1.4) scaleY(1.5);
    opacity: 0;
}

.btn-elegante {
    padding: 15px 30px;
    border: 2px solid #2c2c2c;
    background-color: #1a1a1a;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 30px;
    transition: all 0.4s ease;
    outline: none;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    display: inline-block;
}

.btn-elegante::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
            circle,
            rgba(255, 255, 255, 0.25) 0%,
            rgba(255, 255, 255, 0) 70%
    );
    transform: scale(0);
    transition: transform 0.5s ease;
}

.btn-elegante:hover::after {
    transform: scale(4);
}

.btn-elegante:hover {
    border-color: #666;
    background: #292929;
}

.btn-black-c3 {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
}

.btn-black-c3:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-black-c3:focus, .btn-black-c3.focus {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-black-c3.disabled, .btn-black-c3:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-black-c3:not(:disabled):not(.disabled):active, .btn-black-c3:not(:disabled):not(.disabled).active,
.show > .btn-black-c3.dropdown-toggle {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-black-c3:not(:disabled):not(.disabled):active:focus, .btn-black-c3:not(:disabled):not(.disabled).active:focus,
.show > .btn-black-c3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-orange-v1 {
    color: #fff !important;
    background-color: #d82803;
    border-color: #d82803;

    padding: 10px 20px;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
}

.btn-orange-v1:hover {
    color: #fff;
    background-color: #e4694f;
    border-color: #e4694f;
}

.btn-orange-v1:focus, .btn-orange-v1.focus {
    color: #fff;
    background-color: #e4694f;
    border-color: #e4694f;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-orange-v1.disabled, .btn-orange-v1:disabled {
    color: #fff;
    background-color: #e4694f;
    border-color: #e4694f;
}

.btn-orange-v1:not(:disabled):not(.disabled):active, .btn-orange-v1:not(:disabled):not(.disabled).active,
.show > .btn-orange-v1.dropdown-toggle {
    color: #fff;
    background-color: #e4694f;
    border-color: #e4694f;
}

.btn-orange-v1:not(:disabled):not(.disabled):active:focus, .btn-orange-v1:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange-v1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-orange-v2 {
    color: #d82803;
    background-color: #fff;
    border-color: #d82803;

    padding: 10px 20px;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
}

a.btn-orange-v2 {
    color: #d82803;
}

.btn-orange-v2:hover {
    color: #e4694f;
    background-color: #fff;
    border-color: #e4694f;
}

.btn-orange-v2:focus, .btn-orange-v2.focus {
    color: #e4694f;
    background-color: #fff;
    border-color: #e4694f;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-orange-v2.disabled, .btn-orange-v2:disabled {
    color: #e4694f;
    background-color: #fff;
    border-color: #e4694f;
}

.btn-orange-v2:not(:disabled):not(.disabled):active, .btn-orange-v2:not(:disabled):not(.disabled).active,
.show > .btn-orange-v2.dropdown-toggle {
    color: #e4694f;
    background-color: #fff;
    border-color: #e4694f;
}

.btn-orange-v2:not(:disabled):not(.disabled):active:focus, .btn-orange-v2:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange-v2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-orange-v3 {
    color: #d82803;
    background-color: #fff;
    border-color: #fff;

    padding: 10px 20px;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
}

a.btn-orange-v3 {
    color: #d82803;
}

.btn-orange-v3:hover {
    color: #e4694f;
    background-color: #fff;
    border-color: #e4694f;
}

.btn-orange-v3:focus, .btn-orange-v3.focus {
    color: #e4694f;
    background-color: #fff;
    border-color: #e4694f;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-orange-v3.disabled, .btn-orange-v3:disabled {
    color: #e4694f;
    background-color: #fff;
    border-color: #e4694f;
}

.btn-orange-v3:not(:disabled):not(.disabled):active, .btn-orange-v3:not(:disabled):not(.disabled).active,
.show > .btn-orange-v3.dropdown-toggle {
    color: #e4694f;
    background-color: #fff;
    border-color: #e4694f;
}

.btn-orange-v3:not(:disabled):not(.disabled):active:focus, .btn-orange-v3:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange-v3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-blue-v1 {
    color: #fff !important;
    background-color: #31a7ca;
    border-color: #31a7ca;

    padding: 10px 20px;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
}

.btn-blue-v1:hover {
    color: #fff;
    background-color: #65bdd7;
    border-color: #65bdd7;
}

.btn-blue-v1:focus, .btn-blue-v1.focus {
    color: #fff;
    background-color: #65bdd7;
    border-color: #65bdd7;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-blue-v1.disabled, .btn-blue-v1:disabled {
    color: #fff;
    background-color: #65bdd7;
    border-color: #65bdd7;
}

.btn-blue-v1:not(:disabled):not(.disabled):active, .btn-blue-v1:not(:disabled):not(.disabled).active,
.show > .btn-blue-v1.dropdown-toggle {
    color: #fff;
    background-color: #65bdd7;
    border-color: #65bdd7;
}

.btn-blue-v1:not(:disabled):not(.disabled):active:focus, .btn-blue-v1:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-v1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-blue-v2 {
    color: #31a7ca;
    background-color: #fff;
    border-color: #31a7ca;

    padding: 10px 20px;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
}

.btn-blue-v2:hover {
    color: #83cadf;
    background-color: #fff;
    border-color: #83cadf;
}

.btn-blue-v2:focus, .btn-blue-v2.focus {
    color: #83cadf;
    background-color: #fff;
    border-color: #83cadf;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-blue-v2.disabled, .btn-blue-v2:disabled {
    color: #83cadf;
    background-color: #fff;
    border-color: #83cadf;
}

.btn-blue-v2:not(:disabled):not(.disabled):active, .btn-blue-v2:not(:disabled):not(.disabled).active,
.show > .btn-blue-v2.dropdown-toggle {
    color: #83cadf;
    background-color: #fff;
    border-color: #83cadf;
}

.btn-blue-v2:not(:disabled):not(.disabled):active:focus, .btn-blue-v2:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-v2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light-v1 {
    font-family: "Tektur", sans-serif;
    --btn-light-v1-bg: var(--color-v3);
    --btn-light-v1-color: var(--color-v1);
    --btn-light-v1-hover: #edf3ff;
    color: var(--btn-light-v1-color) !important;
    background-color: var(--btn-light-v1-bg);
    border-color: var(--btn-light-v1-bg);

    padding: 10px 14px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: inherit;
}

a.btn-light-v1:hover {
    text-decoration: none;
}

.btn-light-v1:hover {
    color: var(--btn-light-v1-color);
    background-color: var(--btn-light-v1-hover);
    border-color: var(--btn-light-v1-hover);
}

.btn-light-v1:focus, .btn-light-v1.focus {
    color: var(--btn-light-v1-color);
    background-color: var(--btn-light-v1-hover);
    border-color: var(--btn-light-v1-hover);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light-v1.disabled, .btn-light-v1:disabled {
    color: var(--btn-light-v1-color);
    background-color: var(--btn-light-v1-hover);
    border-color: var(--btn-light-v1-hover);
}

.btn-light-v1:not(:disabled):not(.disabled):active, .btn-light-v1:not(:disabled):not(.disabled).active,
.show > .btn-light-v1.dropdown-toggle {
    color: var(--btn-light-v1-color);
    background-color: var(--btn-light-v1-hover);
    border-color: var(--btn-light-v1-hover);
}

.btn-light-v1:not(:disabled):not(.disabled):active:focus, .btn-light-v1:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-v1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light-v2 {
    font-family: "Tektur", sans-serif;
    --btn-light-v2-bg: var(--color-v3);
    --btn-light-v2-color: var(--color-v4);
    --btn-light-v2-hover: #edf3ff;
    color: var(--btn-light-v2-color) !important;
    background-color: var(--btn-light-v2-bg);
    border-color: var(--btn-light-v2-bg);

    padding: 10px 14px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: inherit;
}

a.btn-light-v2:hover {
    text-decoration: none;
}

.btn-light-v2:hover {
    color: var(--btn-light-v2-color);
    background-color: var(--btn-light-v2-hover);
    border-color: var(--btn-light-v2-hover);
}

.btn-light-v2:focus, .btn-light-v2.focus {
    color: var(--btn-light-v2-color);
    background-color: var(--btn-light-v2-hover);
    border-color: var(--btn-light-v2-hover);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light-v2.disabled, .btn-light-v2:disabled {
    color: var(--btn-light-v2-color);
    background-color: var(--btn-light-v2-hover);
    border-color: var(--btn-light-v2-hover);
}

.btn-light-v2:not(:disabled):not(.disabled):active, .btn-light-v2:not(:disabled):not(.disabled).active,
.show > .btn-light-v2.dropdown-toggle {
    color: var(--btn-light-v2-color);
    background-color: var(--btn-light-v2-hover);
    border-color: var(--btn-light-v2-hover);
}

.btn-light-v2:not(:disabled):not(.disabled):active:focus, .btn-light-v2:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-v2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light-v3 {
    font-family: "Tektur", sans-serif;
    --btn-light-v3-bg: #fff;
    --btn-light-v3-color: #344054;
    --btn-light-v3-hover: #edf3ff;
    color: var(--btn-light-v3-color) !important;
    background-color: var(--btn-light-v3-bg);
    border-color: #d0d5dd;

    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: inherit;
}

a.btn-light-v3:hover {
    text-decoration: none;
}

.btn-light-v3:hover {
    color: var(--btn-light-v3-color);
    background-color: var(--btn-light-v3-hover);
    border-color: var(--btn-light-v3-hover);
}

.btn-light-v3:focus, .btn-light-v3.focus {
    color: var(--btn-light-v3-color);
    background-color: var(--btn-light-v3-hover);
    border-color: var(--btn-light-v3-hover);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light-v3.disabled, .btn-light-v3:disabled {
    color: var(--btn-light-v3-color);
    background-color: var(--btn-light-v3-hover);
    border-color: var(--btn-light-v3-hover);
}

.btn-light-v3:not(:disabled):not(.disabled):active, .btn-light-v3:not(:disabled):not(.disabled).active,
.show > .btn-light-v3.dropdown-toggle {
    color: var(--btn-light-v3-color);
    background-color: var(--btn-light-v3-hover);
    border-color: var(--btn-light-v3-hover);
}

.btn-light-v3:not(:disabled):not(.disabled):active:focus, .btn-light-v3:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-v3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark-v1 {
    font-family: "Tektur", sans-serif;
    --btn-dark-v1-bg: var(--color-v2);
    --btn-dark-v1-color: #fff;
    --btn-dark-v1-hover: #376680;
    color: var(--btn-dark-v1-color) !important;
    background-color: var(--btn-dark-v1-bg);
    border-color: var(--btn-dark-v1-bg);

    padding: 10px 14px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: inherit;
}

a.btn-dark-v1:hover {
    text-decoration: none;
}

.btn-dark-v1:hover {
    color: var(--btn-dark-v1-color);
    background-color: var(--btn-dark-v1-hover);
    border-color: var(--btn-dark-v1-hover);
}

.btn-dark-v1:focus, .btn-dark-v1.focus {
    color: var(--btn-dark-v1-color);
    background-color: var(--btn-dark-v1-hover);
    border-color: var(--btn-dark-v1-hover);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark-v1.disabled, .btn-dark-v1:disabled {
    color: var(--btn-dark-v1-color);
    background-color: var(--btn-dark-v1-hover);
    border-color: var(--btn-dark-v1-hover);
}

.btn-dark-v1:not(:disabled):not(.disabled):active, .btn-dark-v1:not(:disabled):not(.disabled).active,
.show > .btn-dark-v1.dropdown-toggle {
    color: var(--btn-dark-v1-color);
    background-color: var(--btn-dark-v1-hover);
    border-color: var(--btn-dark-v1-hover);
}

.btn-dark-v1:not(:disabled):not(.disabled):active:focus, .btn-dark-v1:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-v1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.contacts__icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 233px;
    margin-bottom: 20px;
}

.contacts__icons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.contacts__icon-item__image {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 10px;
}

.contacts__icon-item__title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 3px;
}

.contacts__icon-item__description {
    font-size: 13px;
    max-width: 210px;
    text-align: center;
}

.contact__container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 88px;
}

.contacts__left-column {
    width: 640px;
}

.contacts__form {
    padding: 30px;
    border: 2px solid rgb(200, 200, 200);
    border-radius: 23px;
}

.contact__container .contacts__title {
    font-size: 40px;
    margin-bottom: 20px;
}

.contact__container .btn, .contact__container input, .contact__container textarea {
    border-radius: 23px;
}

.contact__container .input-group.phone {
    margin-right: 0;
    width: 100%;
}

.contact__container .input-group.email {
    width: 100%;
}

.contact__container .input-group.comment {
    width: 100%;
}

.contact__container .input-group.comment textarea {
    height: 250px;
}

.contacts__right-column {
    width: 700px;
}

.contact__container iframe {
    height: 389px;
}

.contact__container .block-map {
    border-radius: 23px;
}

.contact__container a {
    color: #000;
}

.contacts__image img {
    width: 100%;
}

.contacts__image {
    position: relative;
    background-image: url(/assets/img/contact-image.jpg);
    height: 608px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 23px;
}

.contacts__image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 23px;
}

.contacts__image-title {
    position: absolute;
    top: calc(50% - 15px);
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    width: 100%;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.text-c-red {
    color: #d82803;
}

a.text-c-red:hover {
    color: #ce4220;
    text-decoration: none;
}

.text-c-blue {
    color: #31a7ca;
}

.mobile-menu-bottom__phone {
    margin-bottom: 20px;
}

.mobile-menu-bottom__phone a {
    color: #d82803;
}

.mobile-menu-bottom__metro {
    font-size: 12px;
    display: block;
}

.social-networks__container {
    display: flex;
    align-items: center;
}

.social-networks__description {
    display: inline-block;
    margin-right: 18px;
}

.social-networks__link {
    display: inline-block;
    width: 32px;
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 6px;
}

.social-networks__link.vk {
    background-image: url(../img/vk.png);
}

.social-networks__link.telegram {
    background-image: url(../img/telegram.png);
}

.social-networks__link.youtube {
    background-image: url(../img/youtube.png);
}

/* Customize the label (the container) */
.c-checkbox-container {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.c-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.c-checkbox-container:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.c-checkbox-container input:checked ~ .checkmark {
    background-color: #31a7ca;
    border-color: #31a7ca;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.c-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.c-checkbox-container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.underline {
    position: relative;
    text-decoration: none;
}

.underline.active:before, .underline:hover:before {
    transform: scaleX(1);
    transform-origin: top left;
}

.underline:before {
    content: "";
    position: absolute;
    height: 1px;
    top: 100%;
    transform: scaleX(0);
    width: 100%;
    z-index: 1;
    left: 0;
    transform-origin: top right;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}


main table {
    display: block;
    overflow-x: auto;
    /*white-space: nowrap;*/
}

main table td {
    align-content: baseline;
}

main table tbody {
    display: table;
    width: 100%;
}

.footer-blocks__container {
    display: flex;
    gap: 40px 16px;
}

.footer-blocks__left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-right: auto;
}

.footer-blocks__center {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-blocks__right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: auto;
}

.footer-blocks__logo {
    display: block;
    background-image: url(../img/logo-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 144px;
    min-width: 144px;
    aspect-ratio: 144/43;
}

.footer-blocks__company-name {
    font-size: 12px;
    color: #7f97a4;
}

.footer-blocks__copyright {
    font-size: 12px;
    color: #7f97a4;
}

.footer-blocks__title {
    font-family: "Tektur", sans-serif;
    font-size: 14px;
    color: #fff;
}

.footer-blocks__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
}

.footer-blocks__links-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-blocks__link {
    font-size: 12px;
    color: #ccd6db;
}

.footer-blocks__contacts {
    display: flex;
    gap: 10px;
    min-width: 232px;
}

.footer-blocks__contact-headers {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-blocks__contact-values {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-blocks__contact-name {
    font-size: 12px;
    color: #ccd6db;
}

.footer-blocks__contact-value {
    font-size: 12px;
    max-width: 174px;
    color: #fff;
}

.footer-blocks__contact-value a {
    text-decoration: none;
    color: #fff;
}

.slide-with-link {
    display: flex;
    gap: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.slide-with-link__content {
    display: flex;
    flex-direction: column;
    gap: 42px;

    background-size: auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 142px;
}

.slide-with-link__title {
    font-family: "Tektur", sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 115%;
    text-transform: uppercase;
    color: var(--color-v1);
    max-width: 50%;
    padding-top: 50px;
}

.slide-with-link__description {
    font-size: 16px;
    color: var(--color-v1);
    max-width: 50%;
}

.slide-with-link__img {
}

.slide-with-link__btn > .btn {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 24px 14px;
}

.slide-with-link.v2 {
    display: flex;
    gap: 16px;
}

.slide-with-link.v2 .slide-with-link__title {
    max-width: max-content;
}

.slide-with-link.v2 .slide-with-link__description {
    max-width: max-content;
}

.slide-with-link.v2 > * {
    display: flex;
    width: calc(100% / 2 - (16px * (2 - 1)) / 2);
}

.slide-with-link.v2 .slide-with-link__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.block__badge {
    font-family: "Tektur", sans-serif;
    font-size: 18px;
    line-height: 115%;
    text-transform: uppercase;
    color: #95afbd;
    margin-bottom: 14px;
}

.advantages-block__description-container {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 100px;
}

.advantages-block__description-container > * {
    width: 50%;
}

.advantages-block__title {
    font-family: "Tektur", sans-serif;
    font-size: 52px;
    line-height: 115%;
    text-transform: uppercase;
    color: var(--color-v1);
}

.advantages-block__description {
    font-size: 16px;
    line-height: 140%;
    color: var(--color-v1);
}

.advantages-block__items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.advantages-block__item {
    width: calc(100% / 4 - (16px * (4 - 1)) / 4);
    background-color: var(--color-v3);
    padding: 16px;
}

.advantages-block__item-img {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 46px;
}

.advantages-block__item-title {
    font-family: "Tektur", sans-serif;
    font-size: 18px;
    line-height: 115%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.advantages-block__item-description {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #000;
}

.industries-block__title {
    font-family: "Tektur", sans-serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 115%;
    text-transform: uppercase;
    padding: 50px 0;
    text-align: center;
}

.industries-block__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.industries-block__item {
    display: flex;
    gap: 16px;
    min-height: 440px;
}

.industries-block__item > * {
    width: calc(100% / 2 - (16px * (2 - 1)) / 2);
}

.industries-block__item-description-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
    background-color: var(--color-v3);
    border-radius: 6px;
    padding: 80px 16px 16px 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCA0MCA0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC41Ij4KPHJlY3QgeD0iMC41IiB5PSIxIiB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHJ4PSIxOS41IiBzdHJva2U9IiMyQTVFN0IiLz4KPHBhdGggZD0iTTE5LjEwOCAyNy44NFYyMS4xNTJIMTIuNDJWMTkuODA4SDE5LjEwOFYxMy4xMkgyMC40NTJWMTkuODA4SDI3LjE0VjIxLjE1MkgyMC40NTJWMjcuODRIMTkuMTA4WiIgZmlsbD0iIzJBNUU3QiIvPgo8L2c+Cjwvc3ZnPgo=);
    background-position: top 16px left 16px;
    background-repeat: no-repeat;
}

.industries-block__item-title {
    font-family: "Tektur", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 115%;
    text-transform: uppercase;
    color: var(--color-v2);
}

.industries-block__item-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}

.industries-block__item-href a {
    font-family: "Tektur", sans-serif;
    font-size: 12px;
    line-height: 115%;

    color: #000;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05Ljg0IDMuOTZWNC4zMkw2LjQ4IDcuNUg1LjA0TDguMjIgNC42MkgwLjI0VjMuNjZIOC4yMkw1LjA0IDAuNzhINi40OEw5Ljg0IDMuOTZaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

.industries-block__item-img {
    display: block;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.industries-block__item:nth-of-type(2n) .industries-block__item-img {
    order: 1;
}

.products-block .block__badge {
    margin-bottom: 4px;
}

.products-block__nav {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.slider-navigation {
    display: flex;
    gap: 16px;
}

.product-swiper-button, .licenses-swiper-button {
    background-image: url(../img/enabled-nav.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 45px;
}

.product-swiper-button.prev, .licenses-swiper-button.prev {
    transform: rotate(180deg);
}

.product-swiper-button.swiper-button-disabled, .licenses-swiper-button.swiper-button-disabled {
    background-image: url(../img/disabled-nav.svg);
}

.product__item {
    background-color: var(--color-v3);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100% !important;
}

.product__item-img {
    display: block;
    height: 274px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 2px;
}

.product__item-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product__item-title {
    font-family: "Tektur", sans-serif;
    font-size: 18px;
    line-height: 115%;
    text-transform: uppercase;

    color: var(--color-v2);

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

a.product__item-title:hover {
    text-decoration: none;
}

.product__item-description {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product__item-btn {
    margin-top: auto;
}

.services-block {
    display: flex;
    gap: 16px;
}

.services-block > * {
    width: calc(100% / 2 - (16px * (2 - 1)) / 4);
}

.services-block__title {
    font-family: "Tektur", sans-serif;
    font-size: 52px;
    line-height: 115%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.services-block__description {
    font-size: 16px;
    line-height: 120%;
    max-width: 598px;
}

.services-block__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.services-block__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: var(--color-v3);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDI3TDI2LjUgMTcuNSIgc3Ryb2tlPSIjMkE1RTdCIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTcgMTdIMjdWMjciIHN0cm9rZT0iIzJBNUU3QiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding: 16px 84px 16px 16px;
}

a.services-block__item:hover {
    text-decoration: none;
}

.services-block__item-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.services-block__item-img {
    width: 32px;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.services-block__item-title {
    font-family: "Tektur", sans-serif;
    font-size: 18px;
    line-height: 115%;
    text-transform: uppercase;
    color: var(--color-v2);
}

.services-block__item-description {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #000;
}

.form-block__title {
    font-family: "Tektur", sans-serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 115%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 4px;
    color: var(--color-v1);
}

.form-block__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 50px;
    color: var(--color-v1);
}

.form-block__policy {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: right;
    color: #808080;
    margin-top: 8px;
}

.company-history-block {
    display: flex;
    gap: 16px;
}

.company-history-block > * {
    width: calc(100% / 2 - (16px * (2 - 1)) / 2);
}

.company-history-block__title {
    font-family: "Tektur", sans-serif;
    font-size: 52px;
    line-height: 115%;
    text-transform: uppercase;
    color: var(--color-v1);
}

.company-history-block__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--color-v1);
}

.own-laboratory-block {
    display: flex;
    gap: 16px;
}

.own-laboratory-block > * {
    width: calc(100% / 2 - (16px * (2 - 1)) / 2);
}

.own-laboratory-block__content {
    display: flex;
    flex-direction: column;
    gap: 42px;
    padding: 50px 0;
}

.own-laboratory-block__title {
    font-family: "Tektur", sans-serif;
    font-size: 52px;
    line-height: 115%;
    text-transform: uppercase;
    color: var(--color-v1);
}

.own-laboratory-block__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--color-v1);
    max-width: 557px;
}

.own-laboratory-block__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

.common-title {
    font-family: "Tektur", sans-serif;
    font-size: 52px;
    line-height: 115%;
    text-transform: uppercase;
    color: var(--color-v1);
}

.common-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--color-v1);
    max-width: 557px;
}

.stages-of-cooperation-block {
    padding: 50px 0;
}

.stages-of-cooperation__title {
    margin-bottom: 42px;
}

.stages-of-cooperation__items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.stages-of-cooperation__item {
    width: calc(100% / 4 - (16px * (4 - 1)) / 4);

    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background-color: var(--color-v3);
    border-radius: 6px;
}

.stages-of-cooperation__item-number {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    min-width: 40px;
    aspect-ratio: 1;
    padding: 8px 8px 8px 7px;

    background: #fff;
    border: 2px solid var(--color-v2);
    color: var(--color-v2);
    text-align: center;
}

.stages-of-cooperation__item-title {
    font-family: "Tektur", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;

    color: var(--color-v1);
}

.licenses-block {
    display: flex;
    gap: 16px;
}

.licenses-block > * {
    width: calc(100% / 2 - (16px * (2 - 1)) / 2);
}

.licenses-block__content {
    padding: 50px 0;
}

.licenses-block__title {
    margin-bottom: 42px;
}

.licenses-block__nav {
    margin-top: 42px;
}

.licenses__item {
    width: 383px;
    aspect-ratio: 210/297;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.licenses-img {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.default-page-header-block {
    display: flex;
    gap: 16px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    padding: 50px 40px;
}

.default-page-header-block > * {
    width: calc(100% / 2 - (16px * (2 - 1)) / 2);
    color: #fff;
}

.default-page-header-block__title {
    display: block;
    font-weight: 400;
}

.default-page-header-block__description {
    max-width: fit-content;
}

.products-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.products-list > .product__item {
    width: calc(100% / 4 - (16px * (4 - 1)) / 4);
    height: auto !important;
}

.one-page-header-block {
    display: flex;
    gap: 16px;
}

.one-page-header-block > * {
    width: calc(100% / 2 - (16px * (2 - 1)) / 2);
}

.one-page-header-block__title {
    padding-top: 50px;
}

.one-page-header-block__img-container {
    padding: 16px;
    background-color: var(--color-v3);
}

.one-page-header-block__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100%;
    min-height: 400px;
}

.collapse-tabs-block {
    display: flex;
    gap: 16px;
    flex-direction: column;
    overflow: hidden;
    overflow-x: auto;
}

.collapse-tabs-block > * {
    /*width: calc(100% / 3 - (16px * (3 - 1)) / 3);*/
    width: 100%;
}

.collapse-tabs-block__item {
    background-color: var(--color-v3);
    height: 100%;
}

.collapse-tabs-block__item-title {
    display: block;
    background-color: var(--color-v3);
    padding: 22px 48px 22px 16px;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjAwMDMgMjkuMDcxMlYxNS42MzYxIiBzdHJva2U9IiMyQTVFN0IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNC45MjkyIDIyLjAwMDFMMjIuMDAwMiAxNC45MjkxTDI5LjA3MTMgMjIuMDAwMSIgc3Ryb2tlPSIjMkE1RTdCIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);

    background-position: right 16px center;
    background-repeat: no-repeat;
}

.collapse-tabs-block__item-title.collapsed {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCA0NCA0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjk5OTcgMTUuNDI4OFYyOC44NjM4IiBzdHJva2U9IiMyQTVFN0IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yOS4wNzA4IDIyLjQ5OTlMMjEuOTk5OCAyOS41NzA5TDE0LjkyODcgMjIuNDk5OSIgc3Ryb2tlPSIjMkE1RTdCIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.collapse-tabs-block__item-title {
    font-family: "Tektur", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 115%;
    text-transform: uppercase;

    color: var(--color-v2);
}

a.collapse-tabs-block__item-title:hover {
    color: var(--color-v2);
    text-decoration: none;
}

.collapse-tabs-block__item-text {
    padding: 0 16px 16px 16px;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.contacts-block__btn > .btn {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 24px 14px;
}

.contacts-block {
    display: flex;
    gap: 40px 16px;
}

.contacts-block__content {
    display: flex;
    flex-direction: column;
    gap: 42px;
    width: 33%;
}

.contacts-block__title {
    padding-top: 50px;
}

.contacts-block__description {
    display: flex;
    gap: 10px;
    max-width: max-content;
}

.contacts-block__description-headers {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contacts-block__description-values {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contacts-block__description-name {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-v1);
}

.contacts-block__description-value {
    font-size: 12px;
    color: var(--color-v1);
}

.contacts-block__description-value a {
    text-decoration: none;
    color: var(--color-v1);
}

.contacts-block__map {
    flex: 1;
}

.news-list {
    display: flex;
    gap: 16px;
}

.news-list > * {
    width: calc(100% / 4 - (16px * (4 - 1)) / 4);
}

.news__item-date {
    font-weight: 300;
    font-size: 14px;
    color: rgba(8, 8, 8, 0.5);
}

.content-page-block {
    margin-top: 40px;
}

.content-page-block__type-name {
    display: inline-block;
    border-radius: 16px;
    padding: 2px 8px;
    background-color: #fff;
    color: var(--color-v2);

    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.content-page-block__type {
    display: inline-block;
    padding: 4px 12px 4px 4px;
    border-radius: 16px;
    background-color: var(--color-v3);
    color: var(--color-v2);

    font-weight: 500;
    font-size: 12px;
    line-height: 18px;

    margin-bottom: 16px;
}

.content-page-block__title {
    margin-bottom: 24px;
}

.content-page-block__description {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    max-width: 768px;

    color: var(--color-v5);
}

.content-image-block__image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    width: 100%;
    aspect-ratio: 1376 / 516;
}

.content-image-block__content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 16px;
    margin-top: 32px;
}

.content-image-block__content-author {
    width: calc(30% - (16px * (3 - 1)) / 3);
}

.content-image-block__content-publish-date {
    width: calc(15% - (16px * (3 - 1)) / 3);
}

.content-image-block__content-share {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.content-image-block__content-author, .content-image-block__content-publish-date {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.content-image-block__content-title {
    font-family: "Tektur", sans-serif;
    font-weight: 500;
    font-size: 14px;

    color: var(--color-v2);
}

.content-image-block__content-value {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;

    color: var(--color-v6);
}

.content-image-block {
    padding-bottom: 33px;
    border-bottom: 1px solid #e5e5e5;
}

.content-image-block__extra-content {
    max-width: none;
    padding: 40px 0 0 0;
}

.content-main-block__content, .content-main-block__result {
    max-width: none;
}

.content-main-block__result {
    margin: 48px 0;
    background-color: #f9fafb;
    padding: 32px;
}

.content-main-block__result-title {
    font-family: "Tektur", sans-serif;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 24px;

    color: var(--color-v6);
}

.content-main-block__copy {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 96px;
}

.content-main-block__copy > * {
    width: calc(100% / 2 - (16px * (2 - 1)) / 2);
}

.content-main-block__copy-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.content-main-block__copy-author-name {
    font-family: "Tektur", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;

    color: var(--color-v6);
}

.content-main-block__copy-author-extra {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-v5);
}

.main-content-block {
    max-width: none;
}

.slide-with-link__content {
    position: relative;
    overflow: hidden;
}

.custom-bg-v1 {
    position: absolute;
    overflow: hidden;
    bottom: -420px;
    right: 0;
    background-image: url(../img/c-v1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 710px;
    aspect-ratio: 0.7;
    z-index: -1;
}

.custom-bg-v1__moving-cube {
    position: absolute;
    top: 380px;
    right: 208px;
    background-image: url(../img/c-v2.svg);
    background-repeat: no-repeat;
    background-size: 86%;
    background-position: center;
    width: 290px;
    aspect-ratio: 1;
    animation: 15s linear 0s normal none infinite running rot;
    z-index: -1;
}

.partner-videos__item {
    display: flex;
    gap: 16px;
}

.partner-videos__video {
    width: calc(65% - (16px * (2 - 1)) / 2);
    aspect-ratio: 901 / 440;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    border-radius: 6px;

    position: relative;
}

.partner-videos__video:after {
    content: '';
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background-image: url(../img/video-square-svgrepo-com.svg);
    background-size: 100%;
    width: 60px;
    aspect-ratio: 1;
    opacity: 0.5;
}

.partner-videos__video:hover:after {
    opacity: 1;
}

.partner-videos__description {
    width: calc(35% - (16px * (2 - 1)) / 2);
    background-color: var(--color-v3);
    background-image: url(../img/videos-img.svg);
    background-position: top 16px left 16px;
    background-repeat: no-repeat;

    border-radius: 6px;
    padding: 16px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
}

.partner-videos__title {
    font-family: "Tektur", sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--color-v2);
}

.partner-videos__extra {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.partner-videos-slider-navigation {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

@keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-180deg);
    }
    60% {
        transform: rotate(-180deg);
    }
    90% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@media (max-width: 1499px) {

    html {
        scroll-padding-top: 150px;
    }

    .c-form > .input-block.c-name {
        width: calc(50% - (16px * (2 - 1)) / 2);
    }

    .c-form > .input-block.c-phone {
        width: calc(50% - (16px * (2 - 1)) / 2);
    }

    .c-form > .input-block.c-email {
        width: calc(100% - (16px * (1 - 1)) / 1);
    }

    .c-form > .input-block.c-comment {
        width: calc(100% - (16px * (1 - 1)) / 1);
    }

    .c-form > .input-block.c-btn {
        width: calc(100% - (16px * (1 - 1)) / 1);
        order: 1;
    }

    .form-block__policy {
        text-align: left;
    }
    .custom-bg-v1 {
        width: 620px;
    }
    .custom-bg-v1__moving-cube {
        top: 313px;
        right: 180px;
        width: 260px;
    }
}

@media (max-width: 1199px) {
    .stages-of-cooperation__item {
        width: calc(100% / 2 - (16px * (2 - 1)) / 2);
    }

    .news-list > * {
        width: calc(100% / 3 - (16px * (3 - 1)) / 3);
    }
}

@media (max-width: 991px) {
    main {
        padding-top: 0;
    }
    .h-menu__left-items {
    }
    .h-menu__search-input {
        margin-bottom: 0;
    }

    .footer-blocks__container {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .footer-blocks__right {
        margin-left: 0;
    }

    .slide-with-link__title {
        font-size: 32px;
        max-width: 100%;
        padding-top: 40px;
    }

    .slide-with-link__description {
        font-size: 14px;
        max-width: 100%;
    }
    .slide-with-link__content {
        background-size: 390px;
        padding-bottom: 253px;
        gap: 32px;
    }
    .advantages-block__description-container {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
    }
    .advantages-block__description-container > * {
        width: 100%;
    }
    .advantages-block__item {
        width: 100%;
    }

    .advantages-block__title {
        font-size: 32px;
    }

    .industries-block__item:nth-of-type(2n) .industries-block__item-img {
        order: 0;
    }
    .industries-block__item-img {
        width: 100%;
        aspect-ratio: 335/173;
    }
    .industries-block__item {
        flex-direction: column;
        min-height: auto;
    }
    .industries-block__item > * {
        width: 100%;
    }

    .industries-block__title {
        font-size: 32px;
        padding: 50px 0 40px 0;
    }
    .services-block {
        flex-direction: column;
    }
    .services-block > * {
        width: 100%;
    }
    .services-block__title {
        font-size: 32px;
    }

    .c-form > .input-block.c-name {
        width: 100%;
    }

    .c-form > .input-block.c-phone {
        width: 100%;
    }

    .c-form > .input-block.c-comment {
        width: 100%;
    }

    .c-form > .input-block.c-btn {
        width: 100%;
    }

    .c-form > .input-block.c-btn .btn {
        width: calc(100% - (16px * (1 - 1)) / 1);
        padding: 21px 0;
    }
    .slide-with-link.v2 {
        flex-direction: column;
    }
    .slide-with-link.v2 > * {
        width: 100%;
    }
    .slide-with-link.v2 .slide-with-link__img {
        aspect-ratio: 335 / 224;
    }
    .slide-with-link.v2 .slide-with-link__content {
        padding-bottom: 24px;
    }

    .company-history-block {
        flex-direction: column;
    }
    .company-history-block > * {
        width: 100%;
    }

    .own-laboratory-block {
        flex-direction: column;
    }
    .own-laboratory-block > * {
        width: 100%;
    }
    .own-laboratory-block__content {
        gap: 16px;
    }
    .own-laboratory-block__title {
        font-size: 32px;
    }
    .own-laboratory-block__img {
        width: 100%;
        aspect-ratio: 335 / 230;
    }
    .own-laboratory-block__content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .common-title {
        font-size: 32px;
    }
    .stages-of-cooperation__item {
        width: 100%;
    }

    .licenses-block {
        flex-direction: column;
    }
    .licenses-block > * {
        width: 100%;
    }
    .licenses-block__nav {
        display: none;
    }
    .licenses-block__content {
        padding-bottom: 10px;
    }
    .default-page-header-block {
        flex-direction: column;
        padding: 40px 20px;
    }
    .default-page-header-block > * {
        width: 100%;
    }
    .products-list > .product__item {
        width: calc(100% / 2 - (16px * (2 - 1)) / 2);
    }

    .collapse-tabs-block {
        flex-direction: column;
    }
    .collapse-tabs-block > * {
        width: 100%;
    }

    .contacts-block {
        flex-direction: column;
    }

    .contacts-block__content {
        width: 100%;
        gap: 24px;
    }

    .content-image-block__content-author {
        width: calc(50% - (16px * (2 - 1)) / 2);
    }

    .content-image-block__content-publish-date {
        width: calc(50% - (16px * (2 - 1)) / 2);
    }

    .content-image-block__content-share {
        width: 100%;
        justify-content: flex-start;
    }

    .content-image-block__content-value {
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
    }

    .content-page-block__description {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
    }

    .news-list > * {
        width: calc(100% / 1 - (16px * (1 - 1)) / 1);
    }

    .one-page-header-block__img-container {
        background-color: transparent;
    }
    .custom-bg-v1 {
        bottom: -200px;
        right: -80px;
        width: 400px;
    }
    .custom-bg-v1__moving-cube {
        top: 203px;
        right: 120px;
        width: 160px;
    }

    .partner-videos__item {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .partner-videos__video {
        width: 100%;
    }

    .partner-videos__description {
        width: 100%;
        justify-content: flex-start;
        padding-top: 64px;
    }
}

@media (max-width: 767px) {
    .p-block-v2 {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 700px) {

}

@media (max-width: 600px) {
}

@media (max-width: 500px) {

    .h-menu-logo {
        width: 175px;
        min-width: 175px;
    }
    .slide-with-link__content {
        background-position: right -125px bottom -1px;
    }

    .products-list > .product__item {
        width: 100%;
    }
}

@media (max-width: 435px) {
    div.input-block textarea {
        padding-top: 50px;
    }
}

@media (max-width: 370px) {
    .mobile-menu-list__item.btns .btn {
        width: 100%;
    }
}

@media (max-width: 340px) {
}