:root {
    --accent: rgba(254, 225, 0, 1);
    --accent-blue: rgba(46, 94, 180, 1);
    --black: rgba(31, 31, 31, 1);
    --prototype-elements: rgba(242, 242, 242, 1);

}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

a {
    /*    color: var(--black) !important;
        text-decoration: none !important;*/
}

ul {
    padding: 0;
}

ul li {
    list-style: none;
}

/*img {
    width: 100%;
    max-width: 100%;
}*/

button {
    border: none;
}

.btn:active, .btn:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.dropdown:focus-visible {
    outline: none !important;
}

.dropdown ul {
    border: none;
    box-shadow: none;
}

.btn:focus-visible, .btn:focus-visible {
    outline: none !important;

}

body {
    font-family: 'Roboto', sans-serif !important;
    width: 100%;
    /*max-width: 1600px;*/
    margin: 0 auto !important;
    color: var(--black, #1F1F1F);

}

.title {
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.188%;
    /* 82.022px */
    text-transform: uppercase;
    margin-bottom: 30px;
}

.subtitle {
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.188%;
    /* 63.094px */
    text-transform: uppercase;
    margin-bottom: 30px;
}

.subtitle2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.188%;
    /* 50.475px */
    text-transform: uppercase;
}

.subtitle3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 126.188%;
    /* 37.856px */
    text-transform: uppercase;
}

.m2 {
    /* color: var(--black, #1F1F1F); */
    /* font-family: Roboto; */
    /* font-size: 30px; */
    /* font-style: normal; */
    /* font-weight: 200; */
    /* line-height: 126.188%; */
    /* 37.856px */
    /* text-transform: uppercase; */
}

.container_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 120px 0;
}

.header {
    background-size: cover;
    background-position: right center;
}

.header_contact {
    padding: 15px 0;
    margin: 0 15px !important;
    border-bottom: 1px solid rgba(31, 31, 31, 0.20);

}

.header_nav .logo img {
    min-width: 106px;
    max-height: 46px;
}

.header_contact .container_content {
    flex-direction: row;
    align-items: center;
    padding: 0;
}

.header_nav {
    padding-top: 15px;
}

.header_nav .container_content {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0;
}

.container_content {
    display: flex;
    align-items: flex-start;
    max-width: 1140px;
    margin: 0 auto !important;

}

.icon_group {
    display: flex;
    gap: 2rem;
    font-size: 22px;
}

.tel {
    width: 130px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.soc_net a {
    /*    display: flex;
        justify-content: center;
        align-items: center;*/
    /* width: 36px; */
    /* height: 36px; */
    /* font-size: 24px; */
    /*color: var(--black);*/

}

.lang_block {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-left: 38px;
}

.lang_block a {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    opacity: 0.5;
}

.lang_block .active {
    font-size: 18px;
    font-weight: 500;
    opacity: 1;
}

.lang_block span:not(.active) {
    margin: 0 7px;
    opacity: 0.5;
}

.lang_block .delimiter-lng:last-of-type {
    display: none;
}

.header_nav .nav_link {
    display: flex;
    width: 100%;
    max-width: 786px;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 400;
    margin: 0 10px;
}

.header_nav .nav_btn {
    display: flex;
}

.burger_btn {

    position: relative;
    display: flex;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: var(--black);
}

.burger_btn span {
    display: block;
    margin: 2px 0;
    width: 18px;
    height: 2px;
    background-color: #fff;
}

.burger_btn_close {
    position: relative;
    display: flex;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 16px;
}

.burger_btn_close span {
    display: block;
    width: 18px;
    height: 1px;
    background-color: var(--black);
    transform: rotate(45deg);
}

.burger_btn_close span:nth-child(1) {
    transform: rotate(45deg);
}

.burger_btn_close span:nth-child(2) {
    position: absolute;
    transform: rotate(-45deg);
}

.nav_btn .btn_connection {
    position: relative;
    width: 134px;
    height: 32px;
    font-size: 12px;
    font-weight: 300;
    background-color: transparent;
    border: none;
    padding: 0;
}

.nav_btn .btn_connection span {
    position: absolute;
    display: block;
    min-width: 112px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav_btn button:hover svg {
    fill: var(--accent);
}

.nav_btn button:hover svg path {
    stroke: var(--accent);

}

.header_banner .container_content {
    position: relative;
    padding-top: 250px;
    padding-bottom: 185px;
    z-index: 2;
}

.header_banner {
    position: relative;
}

.header_banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('/catalog/view/theme/theme3/stylesheet/img/g9.png');
    width: 60vw;
    height: 60vw;
    pointer-events: none;
    background-size: cover;
}

.header_banner span {
    display: flex;
    max-width: 665px;
    font-size: 110px;
    font-weight: 700;
    line-height: 110.2%;
    color: var(--prototype-elements);
}

.header_banner span:nth-child(2) {
    color: var(--accent-blue);
}

.arrow_img {
    position: absolute;
    bottom: -40px;
    cursor: pointer;
}

.arrow_img:hover svg path {
    opacity: .8;
}

.ab-item {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    gap: 20px;
}

.about_us {
    justify-content: space-between;

}

.about_us .mc {
    font-size: 18px;
}

.about_us .bg_block, .about_us .bg_block_mob {
    display: flex;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    color: var(--prototype-elements);
    background-color: var(--accent-blue);
    margin-bottom: 40px;
    font-weight: 300;
}

.about_us {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.blok-3 {
    margin-top: 30px;
}

.advantages .adv.inverted ul li,
.meta ul li,
.blok-3 ul li {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='7' viewBox='0 0 24 7' fill='none'%3E%3Cpath d='M0 6L22 6L16.8 1' stroke='%231F1F1F'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    padding-left: 36px;
    background-position-y: 6px;

}

.advantages2 .row {
    margin-top: 30px;
}

.about_us .block_center {
    display: flex;

}

.block_center .left {
    display: flex;
    flex-direction: column;
    flex-basis: 57%;
}

.about_us .bg_block_mob {
    display: none;
    width: 100%;
}

.s_block {
    display: flex;
    align-items: baseline;
    /* margin-bottom: 25px; */
}

.s_block .img {
    margin-right: 20px;
}

.s_block {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    /* 44.166px */
    text-transform: uppercase;

}

.icon_arrow_r {
    width: 100%;
    max-width: 25px;
    height: 7px;
    margin-right: 10px;
}

.btn_arrow {
    position: absolute;
}

.btn_arrow .icon_arrow_r {
    margin-right: 0;

}

.about_us ul li, .meta ul li {

    display: flex;
    align-items: center;
    line-height: 149.187%;
    /* 26.854px */
    margin-bottom: 15px;
}

.meta {
    background: #F7F7F7;
}

.advantages .mc,
.meta .mc {
    font-size: 18px;
}

.meta .container_content .text2 {
    margin-bottom: 40px;
}

.meta .block_center {
    display: flex;
    justify-content: space-between;
}

.meta .left img {
    /* background: url(<path-to-image>), lightgray -3.317px 0px / 103.879% 101.7% no-repeat; */
    /* background-size: cover; */
    /* border-radius: 10px; */
}

.meta .left img {
    width: 100%;
    height: 100%;
}

.meta .left img {
    /* clip-path: polygon(0 0, 100% 0, 100% 0, 100% 86%, 90% 100%, 0 100%, 0 100%, 0 0); */
    -webkit-mask: url(/catalog/view/theme/theme3/stylesheet/img/mask-r.svg);
    mask: url(/catalog/view/theme/theme3/stylesheet/img/mask-r.svg);
    mask-size: cover;
    mask-position: bottom right;
    border-radius: 15px;
}

.meta ul li {
    margin-bottom: 15px;
}

.meta .right {
    padding-top: 15px;
}

.meta .block_center {
    margin-bottom: 40px;
}

.meta .icon_block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}


.meta .icon_block .block_inner img {
    /* width: 62px; */
    /* height: 53px; */
    margin-bottom: 6px;
    transition: all .3s ease;
}

.meta .icon_block .block_inner:hover img {
    transform: scale(1.07);
}

.meta .icon_block .block_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 350px;
    font-size: 16px;
    font-weight: 600;
    line-height: 149.187%;
    /* margin: 0 10px; */
    margin-bottom: 20px;

    /* 23.87px */

}

.location .container_content .block_center {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.location .container_content .block_center .left {
    display: flex;
    flex-direction: column;
    flex-basis: 55%;
    font-size: 16px;
    /*padding-top: 30px;*/
}

.location .container_content .block_center .right p {
    font-style: italic;
}

.location .card {
    mask: url(/catalog/view/theme/theme3/stylesheet/img/mask.svg);
    mask-size: cover;
    mask-position: bottom left;
    filter: drop-shadow(0px 3px 5.1px rgba(0, 0, 0, 0.17));
    mask-repeat: no-repeat;
}

.location .container_content .block_center img {
    max-width: 445px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.block_distance {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;

}

.block_distance .block_content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-grow: 1;
    margin-bottom: 80px;

}

.block_distance .block_content > * {
    display: flex;
}

.block_distance .line_block {
    position: relative;
    width: 100%;
    height: 14px;
    max-width: 533px;
    align-items: center;
    justify-content: center;
}

.block_distance .line {
    height: 1px;
    background-color: var(--black);
    width: 100%;
    margin: 0 50px;
}

.block_distance .block_content .text {

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 149.187%;
    /* 29.837px */
}

.location .container_content {
    display: block;
}

.block_distance .icon_slider {
    position: absolute;
}

.icon_slider div {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: rgba(31, 31, 31, 0.60);
}


.icon_slider span {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background-color: var(--accent);
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon_pointer {
    display: flex;
    width: 85px;
    height: 75px;
    bottom: 20px;
}

.block_content .icon_pointer {
    position: absolute;
}

/*.pointer1, .pointer1_mob {
    background-image: url(img/icon/icon_pointer1.png);
    background-repeat: no-repeat;
}*/

/*.pointer1 span {
    display: flex;
    align-self: flex-end;
    margin: 0 auto;
}*/

/*.pointer1_mob {
    display: flex;
    display: none;
    background-position: right;
    width: 98px;

}

.pointer1_mob span {
    transform: rotate(90deg);
    margin: 0;
    align-self: center;
}*/

.pointer1 .mask-p {
    height: 64px;
    width: 85px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgb(46, 94, 180);
    /* margin-bottom: 9px; */
    font-weight: 200;
    line-height: 1.2;
    mask: url(/catalog/view/theme/theme3/stylesheet/img/mask.svg);
    mask-size: cover;
    mask-position: bottom left;
}

.pointer1:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='13' viewBox='0 0 17 13' fill='none'%3E%3Cpath d='M10.2321 12C9.46231 13.3333 7.5378 13.3333 6.768 12L0.272812 0.75L16.7273 0.75L10.2321 12Z' fill='%232E5EB4'/%3E%3C/svg%3E%0A");
    width: 17px;
    height: 13px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 8px);
}

.pointer1 span {
    font-weight: bold;
    font-size: 20px;
}

.block_distance .block_content .text {
    min-width: 150px;
}

.block_kordon {
    font-size: 20px;
    margin-bottom: 80px;
}

.block_kordon .block_kontent {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.km {
    display: flex;
    align-items: baseline;

}

.km .color_text {
    color: var(--accent-blue);
    text-align: right;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 149.187%;
    /* 59.675px */
    margin-left: 10px;
    white-space: nowrap;
}

.aero .block_content {
    display: flex;
    margin: 0 -15px;

}

.aero .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 25%;
    padding: 29px 0;
    margin: 0 15px;
    background-color: var(--accent);
    border-radius: 7px;
    margin-bottom: 15px;
    text-align: center;
}

.aero {
    font-size: 18px;
}

.aero .card span:nth-child(2) {
    font-size: 28px;
    font-weight: 700;
    line-height: 126.188%;
    /* 35.333px */
    text-transform: uppercase;
}

.aero .card span:nth-child(3) {
    font-size: 25px;
    font-style: normal;
    font-weight: 200;
    line-height: 126.188%;
    /* 31.547px */
    text-transform: uppercase;
}

.aero .block_content .card:nth-child(2n) {
    background-color: var(--accent-blue);
    color: var(--prototype-elements);
}

.path {
    clip-path: polygon(0% 70%,
        /* верхняя левая */ 0% 0%,
        /* верхняя левая */ 100% 0%,
        /* верхняя правая */ 100% 0%,
        /* верхняя правая */ 100% 100%,
        /* нижняя правая */ 100% 100%,
        /* нижняя правая */ 0% 100%,
        /* нижняя левая */ 15% 100% /* нижняя левая */
    );
}

.objects {
    background: #F7F7F7;
}

.objects .card_block {
    display: flex;
    justify-content: space-between;

}

.objects .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin: 15px; */
    text-align: right;
    vertical-align: bottom;
    font-weight: 700;
    /* line-height: 149.187%; */
    /* 20.886px */
    background-color: #fff;
}

.objects .card p {
    /* margin: 0 10px 0 5px; */
    /* font-weight: 700; */
}

.objects .card_block .path {
    clip-path: polygon(0% 92%,
    0% 0%,
    100% 0%,
    100% 0%,
    100% 100%,
    100% 100%,
    0% 100%,
    10% 100%);
}

.objects .card .card_img {
    margin-bottom: 10px;
    /* min-height: 114px; */
}

.objects .card .card_img:not(:hover) {
    filter: drop-shadow(0px 3px 5.1px rgba(0, 0, 0, 0.33));
}

#objects .card {
    -webkit-mask: url(/catalog/view/theme/theme3/stylesheet/img/mask.svg);
    mask: url(/catalog/view/theme/theme3/stylesheet/img/mask.svg);
    mask-size: auto 110%;
    mask-position: bottom left;
    margin-bottom: 30px;
}

.objects .card:hover {

}

.objects .card .card_img img {
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    min-height: 114px;
    -webkit-mask: url(/catalog/view/theme/theme3/stylesheet/img/mask.svg);
    mask: url(/catalog/view/theme/theme3/stylesheet/img/mask.svg);
    mask-size: cover;
    mask-position: bottom left;
    width: 100%;
}

/*.objects .card_block .card_img {
    clip-path: polygon(0% 85%,
    0% 0%,
    100% 0%,
    100% 0%,
    100% 100%,
    100% 100%,
    0% 100%,
    10% 100%);
}*/


/*.objects .s_block span {
    font-size: 30px;
}*/

.objects .s_block {
    align-items: end;
    justify-content: end;
    /* margin-bottom: 10px; */
    margin: 10px;
}

.m2 {
    margin-left: 7px;
    font-size: 0.6em;
}

.objects .s_text {
    margin: 10px;
    margin-bottom: 0;
    min-height: 42px;
}

.infrastructure .block_content {
    width: 100%;
    border-bottom: 1px solid rgba(31, 31, 31, 0.20) !important;

}

.infrastructure .block_content .dropdown ul li {
    margin-bottom: 10px;
}

.infrastructure .block_content .dropdown ul {
    position: relative;
}

.infrastructure .block_content .dropdown .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 126.188%;
    /* 37.856px */
    padding: 15px 5px;
    background-color: transparent;
    border-top: 1px solid rgba(31, 31, 31, 0.20) !important;
    padding-left: 35px;
}

.infrastructure .block_content .dropdown .dropdown-menu {
    max-width: 1110px;
    position: relative;
    border: none;
    box-shadow: none;
    padding: 15px;
    line-height: 149.187%;
}

.infrastructure .block_content .dropdown .dropdown-menu li a {
    white-space: normal;
}

.infrastructure .dropdown .size {
    position: absolute;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.188%;
    /* 50.475px */
    text-transform: uppercase;
    color: var(--accent);
    left: 0px;
    pointer-events: none;
    opacity: 0.5;
}

.infrastructure [aria-expanded="true"] .arrow_b {
    transform: rotate(180deg);
}

.infrastructure .dropdown .arrow, .btn_arrow {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 3px 6px 15px rgb(105 105 105 / 27%);
}

.infrastructure .dropdown .arrow .arrow_b {
    width: 50px;
    height: 50px;
}

.advantages {
    background: #F7F7F7;
}

.advantages .subtitle2 {
    font-size: 30px;
}

.advantages .container_content ul {
    margin-top: 15px;
    margin-bottom: 0;
}

.advantages .container_content ul li {
    margin-bottom: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='7' viewBox='0 0 24 7' fill='none'%3E%3Cpath d='M0 6L22 6L16.8 1' stroke='white'/%3E%3C/svg%3E");
    padding-left: 36px;
    background-repeat: no-repeat;
    background-position-y: 6px;
}

.adv {
    color: #fff;
    position: relative;
    height: 100%;
}

.adv .img {
    position: absolute;
    inset: 0;
    filter: drop-shadow(0px 3px 5.1px rgba(0, 0, 0, 0.17));
}

.adv .img img {
    -webkit-mask: url('/catalog/view/theme/theme3/stylesheet/img/mask-r.svg');
    mask: url('/catalog/view/theme/theme3/stylesheet/img/mask-r.svg');
    mask-size: cover;
    mask-position: bottom right;
    border-radius: 9px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.about_us .right > img,
.offers .video img {
    width: 100%;
}

.adv.inverted {
    color: var(--black);
}

.adv.inverted .text {
    padding-left: 0;
    padding-bottom: 0;
}

.adv .text {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.advantages .subtitle2 {
    margin-bottom: 10px;
    font-size: 30px;
}

.advantages .subtitle2 {
    font-size: 30px;
}

.advantages p {
    margin-left: 10px;
}

/*.advantages .container_content .block_content {
    display: flex;
    color: rgba(255, 255, 255, 1);
    margin-left: -15px;
    margin-right: -15px;
}*/

/*.advantages .container_content .block_content .right .icon_arrow_r {
    width: 40px;
}*/

/*.advantages .container_content .block_content .left, .advantages .container_content .block_content .right {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    padding: 20px;
    padding-bottom: 0;
    border-radius: 10px;
    margin: 15px;
}*/

/*.offers .block_kontent {
    display: flex;
}

.offers .left, .offers .right {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
}

.offers .left img {
    border-radius: 10px;
}*/

.offers .row {
    font-size: 18px;
}

.offers .video {
    /* margin: 15px; */
    margin-bottom: 15px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 3px 4px 18.1px 0px rgba(0, 0, 0, 0.17);
    position: relative;
}

.offers .img_block {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.offers .img_block div {
    display: flex;
    flex-basis: 50%;
    /* margin: 15px; */
    height: 146px;
    /* object-fit: cover; */
    -webkit-mask: url(/catalog/view/theme/theme3/stylesheet/img/mask-r.svg);
    mask: url(/catalog/view/theme/theme3/stylesheet/img/mask-r.svg);
    mask-size: cover;
    mask-position: bottom right;
    border-radius: 9px;
    object-fit: cover;
}

.offers .img_block div img {
     width: 100%;
}

/*.offers .right {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 149.187%;
    margin: 15px;
    !* 26.854px *!
}*/

.offers .btn_connection {
    height: 40px;
    width: 100%;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    display: block;
}

.offers .nav_btn svg {
    width: calc(100% - 2px);
}

.offers .btn_connection .icon_arrow_r {
    position: absolute;
    width: 30px;
    left: 100px;
    top: -5px;
}

/*.offers .btn_connection button {
}*/


/*.offers .block_kontent .img_block .path, .news .card_block .path {
    clip-path: polygon(0% 70%,
    0% 0%,
    100% 0%,
    100% 0%,
    100% 100%,
    100% 88%,
    93% 100%,
    0% 100%)
}*/

.news {
    background: #F7F7F7;
}

/*.news .card_block {
    max-width: 350px;
    margin: 15px;
}*/

.news .card_block .date {
    font-style: italic;
    font-weight: 300;
    line-height: 149.187%;
    /* 20.886px */
    margin-bottom: 5px;
}

.news .subtitle3 {
    padding-top: 20px;
}

.news .card_block .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 149.187%;
    /* 23.87px */
    margin: 15px 0;
}

.news .card_block a.rm {
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 126.188%;
    /* 20.19px */
    text-transform: uppercase;

}

.news .block_content {
    position: relative;
}

.news .block_content:before,
.news .block_content:after {
    content: '';
    position: absolute;
    width: 27%;
    display: block;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #F7F7F7 0%, rgba(247, 247, 247, 0.01) 100%);
    pointer-events: none;
    right: auto;
    z-index: 2;
}

.news .block_content:after {
    right: -1px;
    transform: rotate(180deg);
}

.news .card_block .img {
    filter: drop-shadow(0px 3px 5.1px rgba(0, 0, 0, 0.33));
}

.news .card_block:hover .img {
    filter: none;
}

.news .card_block a .arrow {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.news .card_block img {
    -webkit-mask: url('/catalog/view/theme/theme3/stylesheet/img/mask.svg');
    mask: url('/catalog/view/theme/theme3/stylesheet/img/mask.svg');
    mask-size: cover;
    mask-position: bottom left;
    border-radius: 9px;
}

.splide__arrow {
    z-index: 3;
    width: 3em;
    height: 3em;
    background: #fff;
}

.splide__arrow svg {
    fill: #000;
    height: 0.7em;
    width: 1.7em;
}


/*.news {
    overflow: hidden;

}

.news .container_content {
    position: relative;
}*/

/*.news .block_content {
    display: flex;
    position: relative;
}*/

.news .btn_arrow_l .icon_arrow_r {
    transform: rotate(180deg);
}

.news .btn_arrow_l {
    top: 515px;
}

.news .btn_arrow_r {
    right: 0;
    top: 515px;
}


.news .card_block {
    flex-shrink: 0;

}

.news .card_block img {
    width: 100%;
    height: auto;
}

.eco_form {
    position: relative;
}

.connection .subtitle {
    text-align: center;
}


.connection .container_content {
    flex-direction: row;
}

.connection .subtitle {
    margin-bottom: 15px;
}

/*.connection .container_content .form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 540px;
}*/

.eco_form label {
    position: absolute;
    padding: 0 10px;
    margin-bottom: 0;
    top: -5px;
    left: 10px;
    background-color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 0.8;
    /* 23.87px */
}

.eco_form {
    margin-bottom: 20px !important;
}

.eco_form .in_control {
    display: flex;
    border-radius: 9px;
    border: 1px solid rgba(31, 31, 31, 0.20);
    height: 47px;
}

.eco_form .tex_control {
    border-radius: 9px;
    border: 1px solid rgba(31, 31, 31, 0.20);
    padding-top: 15px;
}

.eco_form .form-control:focus {
    box-shadow: inset 0 1px 1px var(--accent), 0 0 8px var(--accent);
}

.btn-primary,
.form_btn {
    border-radius: 9px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding-block: 10px !important;
    background-color: var(--accent) !important;
    border: none !important;
    color: #000 !important;
}

.btn-primary:hover,
.form_btn:hover {
    background-color: #3A5DAE !important;
    color: #fff !important;
}

.form_btn:hover svg path {
    stroke: #ffffff !important;
}


.teemyco {
    display: flex;
    flex-direction: column;

}

.teemyco .subtitle3 {
    text-transform: none;
    margin-bottom: 20px;
    text-align: center;
}

.teemyco .img {
    margin-bottom: 32px;
}

.teemyco .img img {
    height: auto;
    width: 100%;
}

.form-label-group {
    width: 100%;
    position: relative;
}

.form-label-group .text-danger {
    position: absolute;
    bottom: -7px;
    font-size: 12px;
    background: #fff;
    margin-left: 10px;
    padding: 0 10px;
}

.mail_block .form-label-group .text-danger {
    bottom: -2px;
    padding: 0;
    margin-left: 0;
}

.footer {
    font-size: 14px;
    font-weight: 300;
}

.footer .logo {
    width: 186px;
    margin-bottom: 20px;
}

.footer .logo img {
    max-width: 166px;
}

.footer ul li {
    margin-bottom: 6px;
}

.footer .title {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 126.188%;
    /* 20.19px */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer .soc_net a {
    /* font-size: 36px; */
}

.footer .menu_contacts a {
    display: block;
}

.footer .menu_contacts p {
    font-weight: 500;
    line-height: 126.188%;
    /* 17.666px */
    text-transform: uppercase;
}

.footer .menu_objects {
    max-width: 281px;
}

.footer .icon_group {
    /* width: 100%; */
    /* max-width: 230px; */
    /* justify-content: space-between; */
}

.footer .menu_block .form_btn {
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding: 0 !important;
    border-radius: 18px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .eco_form .in_control {
    height: 36px;
}

.footer .container_content {
    flex-direction: row;
    /* justify-content: space-between; */
    gap: 15px;
}

.footer .menu_block {
    /* margin: 0 15px; */
}

.footer .contact_inner div {
    margin-bottom: 15px;
    min-width: 124px;

}

.menu_subscription {
    min-width: 288px;
}

.menu_subscription .mail_block {
    display: flex;
    margin-bottom: 15px;
}

.menu_subscription .mail_block .eco_form {
    margin-right: 10px;
    width: 100%;
    margin-bottom: 10px !important;
}

.footer_end {
    padding: 15px 0;
    margin: 0 45px !important;
    border-top: 1px solid rgba(31, 31, 31, 0.20);

}

.footer_end .container_content {
    flex-direction: row;
    justify-content: space-between;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0;
}

.m2 {
/*    color: var(--black, #1F1F1F);
    font-family: Roboto;*/
    /* font-size: 30px !important; */
    font-style: normal;
    font-weight: 200 !important;
    line-height: 126.188%;
    /* 37.856px */
    text-transform: uppercase;
}

.text > p {
    margin-bottom: 0;
}

footer .container_content {
    padding-top: 0;
    padding-bottom: 30px;
}

.plbtn {
    position: absolute;
    inset: 50%;
    display: flex;
    flex-direction: column;
    color: #fff !important;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    gap: 10px;

}

.plbtn button {
    height: 54px;
    width: 54px;
    flex-shrink: 0;
    border-radius: 50%;
    text-align: center;
    transition: all .3s ease;
}

.plbtn button svg {
    height: 8px;
    width: 23px;
    transform: scale(1.2);
}

.plbtn button:hover {
    opacity: .5;
}

.main-menu-wrapper {
    display: none;
}

.main-menu-wrapper .nav_btn .btn_connection span {
    color: #fff;
}

.main-menu-wrapper .nav_btn .btn_connection svg path {
    stroke: #fff;
    fill: none;
}

.main-obl {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.obl_inner {
    margin-top: 30px;
}

.objects .card {
    -webkit-mask: none;
    mask: none;
    text-align: left;
}

.objects2 .s_text {
    margin: 0;
    font-size: 24px !important;
    line-height: 1.2;
    padding-left: 20px;
}

.objects2 .s_block {
    justify-content: start;
    padding-left: 10px;
    font-size: 20px;
    align-items: center;
}

.s_block .form_btn {
    width: 40px;
    height: 40px;
    margin-left: auto;
    border-radius: 50% !important;
    line-height: 1;
}

.big .card {
    background-size: cover;
}

.big .container_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90vh;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    min-height: 600px;
}

.big .s_text {
    letter-spacing: 3.9px;
    margin-bottom: 20px;
}

.big .s_block {
    font-size: 150px;
    margin-bottom: 30px;
}

.big .s_block .m2 {
    font-size: 40px;
}

/*.splide__progress__wrap {
    background: rgba(255, 255, 255, 0.10);
    height: 3px;
    width: 80%;
    position: relative;
    margin-top: 40px;
}
.splide__progress__bar {
    height: 100%;
    background: var(--accent, #FEE100);
    position: absolute;
    left: 0;
    inset-block: 0;
}*/

.splide__progress {
    height: 3px;
    width: 80%;
    position: relative;
    margin-top: 40px;
}

.splide__progress__bar {
    height: 3px;
    background: var(--accent, #FEE100);
}

.container .container-fluid {
    padding-inline: 0 !important;
}

header {
    transition: all .2s ease;
    padding-bottom: 15px;
    z-index: 5;
    position: relative;
}


header.nav-down {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9;
    box-shadow: 1px 7px 16px 0px #f0f0f0;
    background-image: none;
}

header.nav-up {
    top: -140px;
}

header.nav-down .icon_group {
    display: none;
}


.header_banner {
    margin-top: -150px;
}

.mail_block .form-label-group + .form-label-group {
    margin-left: 20px;
}

.mail_block .form-label-group + .form-label-group label {
    position: relative;
    font-size: 12px;
    line-height: 1.2;
    inset: 0;
    padding: 0;
    text-align: left;
}

/*@media*/
@media (min-width: 768px) {
    header.nav-down  .header_contact .tel {
        flex-direction: row;
        gap: 15px;
    }

    header.nav-down  .header_contact {
        padding: 5px 0;
    }

    header.nav-down .logo img {
        max-height: 38px;
    }

    .mail_block .form-label-group + .form-label-group label {
        max-width: 250px;
    }
}
@media (min-width: 1200px) {
    .menu_subscription {
        margin-left: auto !important;
    }

    .connection .eco_form .tex_control {
        height: 167px;
    }
    .advantages .row {
        display: flex;
    }
}

@media (max-width: 1199.8px) {
    .big .s_block {
        font-size: 120px;
    }

    .advantages .row > div {
        margin-bottom: 30px;
    }

    .connection .subtitle {
        font-size: 35px !important;
    }

    .connection .teemyco .subtitle3 {
        font-size: 25px !important;
    }

    .connection .form_btn {
        font-size: 14px !important;
    }
}

@media (max-width: 1199.8px) {



}

@media (min-width: 992px) {

    .objects .card_block {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 991.8px) {
    .big .s_block {
        font-size: 100px;
    }

    .header_contact {
        margin: 0 !important;
    }

    .subtitle3 {
        font-size: 24px;
    }


    .container {
        width: auto;
    }

    .container-fluid {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .nav_btn .btn_connection {
        margin-right: 20px;
    }

    .burger_btn, .burger_btn_close {
        display: flex;
    }

    .header_nav .nav_link a {
        margin-right: 10px;
    }

    .header_nav .nav_link {
        justify-content: flex-end;
    }

    .header_nav .tablet_none {
        display: none;
    }


    .about_us .bg_block_mob {
        display: block;

    }

    .about_us .bg_block {
        display: none;
    }

    .advantages .mc,
    .meta .mc {
        font-size: 16px;
    }

/*    .meta .container_content .text {
        font-size: 16px;
    }*/

    .meta .left {
        display: flex;
        flex-basis: 50%;
    }

    .location .container_content .block_center .left {
        font-size: 14px;
    }

    .block_kordon .subtitle {
        font-size: 40px;
    }

    .objects .card_block {
        flex-wrap: wrap;
    }

    .objects .card_block .card {
        flex-basis: 32%;
        margin: 0;
        margin-bottom: 15px;
    }

/*    .advantages .container_content .block_content {
        flex-direction: column;
    }*/

    .offers .img_block div, .offers .video {
        /* margin: 7px; */
    }

    .offers .row {
        font-size: 16px;
    }

/*    .offers .img_block div {
        height: 112px;
    }*/

    .connection .form_btn {
        font-size: 12px !important;
    }

    .connection .subtitle {
        font-size: 25px !important;
    }

    .aero .block_content .card {
        flex-basis: 46%;
    }

    .aero .block_content {
        flex-direction: row-reverse;
    }

    .aero .block_content .card:nth-last-child(2) {
        order: 2;
    }

    .aero .block_content {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer .menu_navigation, .footer .menu_objects {
        display: none;
    }

    .header_banner:after {
        width: 100vw;
        height: 80vh;
        max-width: 100%;
    }

/*    .header_banner:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: url('/catalog/view/theme/theme3/stylesheet/img/g9.png');
        width: 80%;
        height: 100%;
        pointer-events: none;
        background-size: cover;
    }*/

    .header_banner {
        background-position: 50% -140px;
    }


}


/*@media (min-width: 768px) {
    .connection .form, .connection .teemyco {
        margin: 0 15px;

    }

}*/

@media (max-width: 767.8px) {
    .big .container_content {
        font-size: 18px;
    }

    .big .s_block {
        font-size: 60px;
    }

    .big .s_block .m2 {
        font-size: 30px;
    }

    .objects .s_text {
        font-size: 12px;
        min-height: 36px;
    }

    .footer .icon_group {
        justify-content: center;
    }

    .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .about_us .mc {
        font-size: 16px;
    }

    .offers .right {
        font-size: 14px;
    }

    .container_content {
        padding: 70px 0;
    }

/*    header .nav_btn .btn_connection {
        display: none;
    }*/

    .header_contact .icon_group {
        display: none;
    }

    .header_nav .mobile_none {
        display: none;
    }

    .header_banner .container_content span {
        font-size: 55px;
    }

    .about_us .block_center {
        flex-direction: column;
    }

    .s_block span {
        /* font-size: 25px; */
    }

    .s_block .m2 {
        /* font-size: 25px; */
    }

    .about_us .bg_block_mob {
        font-size: 14px;
    }

    .meta .icon_block .block_inner {
        flex-basis: 46%;
        /* gap: 15px; */
        font-size: 14px;

    }

    .meta .right {
        margin-left: 0;
    }

    .meta .left {
        width: 100%;
        flex-basis: 100%;
    }

    .meta .block_center {
        flex-direction: column;

    }
/*
    .meta ul li {
        font-size: 14px;
    }*/

    .advantages .mc,
    .meta .mc {
        font-size: 14px;
    }

    .icon_slider div {
        width: 10px;
        height: 10px;
    }

    .location .container_content {
        display: flex;

    }

    .block_distance {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 270px;
        display: inline-flex;
        margin-block: auto;
        align-self: center;
    }

/*    .pointer1_mob {
        display: flex;
        margin-top: 20px;
    }*/

    .block_distance .line {
        width: 40px;
    }

    .block_distance .line_block {
        transform: rotate(90deg);
        height: 45px;
    }

    .block_distance .block_content {
        flex-direction: column;
        align-items: center;
        max-width: 160px;
    }

    .block_distance .block_content .text {
        font-size: 14px;
        text-align: center;
        display: block;
    }

    .pointer1 {
        transform: rotate(-90deg) translateX(110px);
    }

    .pointer1:after {
        transform: rotate(90deg);
        left: -12px;
        bottom: 34px;
    }

    .offers .row {
        font-size: 14px;
    }

    .offers .img_block div {
        height: 112px;
    }

/*    .pointer1 {
        display: none;
    }*/

    .location .container_content .block_center img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .location .container_content .block_center .left, .location .container_content .block_center .right {
        flex-basis: 100%;
        margin: 0;

    }

    .location .container_content .block_center {
        justify-content: center;
        flex-wrap: wrap;
    }

    .block_kordon .block_kontent {
        flex-direction: column;
    }

    .block_kordon .subtitle {
        font-size: 30px;
    }

    .km .color_text {
        font-size: 25px;
    }

    .block_kordon {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .block_kordon p {
        font-size: 14px;
    }

    .aero .block_content {
        margin: 0;
    }

    .aero .card {
        margin: 0;
        margin-bottom: 15px;
    }

    .aero .subtitle {
        font-size: 24px;
    }

    .objects .card_block .card {
        flex-basis: 48%;


    }

/*    .objects .s_block span {
        font-size: 20px;
    }*/


    .infrastructure .dropdown .arrow .arrow_b {
        width: 36px;
        height: 36px;
    }

    .infrastructure .dropdown .arrow {
        width: 36px;
        height: 36px;
        border-radius: 18px;
    }

    .infrastructure .block_content .dropdown .btn {
        font-size: 18px;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .advantages .subtitle2 {
        font-size: 18px;
    }

/*    .advantages .block_content .right {
        font-size: 14px;
    }*/

/*    .news .container_content .card_block {
        max-width: 235px;
    }*/

    .news .container_content .block_content {
        margin-left: -15px;
    }

    .news .btn_arrow_l {
        right: 65px;
        top: auto;
        bottom: 30px;
    }

    .news .btn_arrow_r {
        top: auto;
        bottom: 30px;

    }


    /*
        .connection .container_content .form {
            max-width: 100% !important;
        }*/
    .connection .container_content {
        align-items: center;
    }

    /*    .connection .form, .connection .teemyco {
            margin-bottom: 20px;
        }*/
    .btn {
        white-space: wrap !important;
    }

    .connection .container_content {
        flex-direction: column;
    }


    .aero {
        font-size: 16px;
    }

    .aero .block_content .card {
        flex-basis: 48%;
    }

    .aero .card span:nth-child(2) {
        font-size: 18px;
    }

    .aero .card span:nth-child(3) {
        font-size: 18px;
    }

    .footer .container_content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        /*margin: 0 20px !important;*/
    }

    .footer .menu_block {
        width: 100%;
    }

    .footer .contact_inner {
        display: flex;
        justify-content: space-between;


    }

    .footer_end {
        margin: 0 10px !important;
    }

    .footer_end {
        font-size: 10px;

    }

    .text {
        font-size: 12px;
    }

    .title {
        font-size: 35px;
    }

    .subtitle {
        font-size: 30px;
    }

    .subtitle2 {
        font-size: 25px;
    }


}