section {
    padding: 40px 0;
    max-width: 100%;
    overflow: hidden;
}
#red-blocks, #sklad-holod, #infrastructure {
    overflow: initial
}
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
    background: #2D2D31;
    display: none;
}
.design {
    display: none;
}
.design .d1,
.design .d2,
.design .d3,
.design .d4 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.design .d1 img,
.design .d2 img,
.design .d3 img,
.design .d4 img {
    width: 320px;
    transform: translateX(1px) translateY(-1px);
}
.swiper-button-next:after {
    font-size: 18px;
    color: #e94c45;
}
.swiper-button-prev:after {
    font-size: 18px;
    color: #e94c45;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 5px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5px));
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e94c45;
}
.swiper-horizontal > .swiper-scrollbar {
    height: 3px;
}
.accent_text {
    color: #e94c45;
}
button {
    cursor: pointer;
}
body {
    font-family: Montserrat;
}
body,
ul {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
}
html {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
@media (min-width: 320px) {
    html {
        font-size: calc(12.49412px + 0.47059vw);
    }
}
@media (min-width: 1170px) {
    html {
        font-size: 18px;
    }
}
.container {
    width: calc(220px + 30vw);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container2 {
    /*width: 1146px !important;*/
}
.block3 {
    /*width: 33%;*/
    margin-left: 5px;
    overflow: hidden;
}
.block3:first-child {
    /*margin-left: 0;*/
}
* {
    box-sizing: border-box;
}
.bold {
    font-weight: 700;
}
.uppercase {
    text-transform: uppercase;
}
.btn {
    display: flex;
    min-height: 50px;
    background: #e94c45;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    border: none;
    padding: 0 20px;
    font-size: 15px;
    font-family: Montserrat;
    border-radius: 0;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.btn.accent2 {
    background: #ad2b25;
}
.btn.accent2:hover {
    background: #83211c;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.btn:hover {
    background: #e0231b;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.btn:disabled {
    background: grey;
}
textarea {
    height: 50px;
    line-height: 50px;
    border: 2px solid #dadada;
    border-radius: 0;
    font-family: Montserrat;
    display: flex;
    width: 100%;
    font-size: 14px;
    margin: 15px 0;
    padding: 0 15px;
    -webkit-appearance: none;
    min-height: 140px;
    outline: none;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
    height: 50px;
    line-height: 50px;
    border: 2px solid #dadada;
    border-radius: 0;
    font-family: Montserrat;
    display: flex;
    width: 100%;
    font-size: 14px;
    margin: 15px 0;
    padding: 0 15px;
    -webkit-appearance: none;
    outline: none;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(233, 76, 69, 0.3);
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
input[type="submit"] {
    border: none;
    background: #e94c45;
    color: #fff;
    text-align: center;
    justify-content: center;
    -webkit-appearance: none;
    font-size: 15px;
    font-family: Montserrat;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
input[type="submit"]:hover {
    background: #e0231b;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
input[type="submit"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(233, 76, 69, 0.8);
}
.cta_mx .form_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 4;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    overflow: hidden;
}
.cta_mx .form_wrapper .form {
    transform: translateX(100%) scale(3.7);
    background: #fff;
    border-radius: 0;
    margin: 20px;
    width: 300px;
    max-height: 100%;
    overflow-y: visible;
    padding: 20px;
    position: relative;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.cta_mx .form_wrapper .form .close {
    border: none;
    background: url(../img/close.svg) no-repeat 50%;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    top: 20px;
    font-size: 0;
    background-size: contain;
}
.cta_mx .form_wrapper .form .h1 {
    margin: 0 0 10px;
    font-weight: 700;
    padding-right: 30px;
    font-size: 24px;
}
.cta_mx .form_wrapper.on {
    transform: translateX(0);
    opacity: 1;
}
.cta_mx .form_wrapper.on .form {
    transform: translateX(0) scale(1);
}
.cta_mx .input_wrapper {
    position: relative;
}
.cta_mx .input_wrapper.required:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 5px;
    height: 5px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: #e94c45;
}
.cta_mx .responce {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-100vw);
    opacity: 0;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.cta_mx .responce.on {
    transform: translateX(0);
    opacity: 1;
}
.cta_mx .responce .innerWrapper {
    background: #fff;
    position: relative;
    border-radius: 0;
    padding: 30px 20px 20px;
}
.cta_mx .responce .innerWrapper .close {
    background: url(../img/close.svg) no-repeat 50%;
    background-size: contain;
    border: none;
    font-size: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.mxform {
    width: 100%;
}
.mxform .input_wrapper {
    position: relative;
}
.mxform .input_wrapper.required:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 5px;
    height: 5px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: #e94c45;
}
.mxform .responce {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-100vw);
    opacity: 0;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.mxform .responce.on {
    opacity: 1;
    transform: translateX(0);
}
.mxform .responce .innerWrapper {
    background: #fff;
    position: relative;
    border-radius: 0;
    padding: 30px 20px 20px;
    width: 300px;
}
.mxform .responce .innerWrapper .close {
    background: url(../img/close.svg) no-repeat 50%;
    background-size: contain;
    border: none;
    font-size: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}
.red-block {
    background: #CA443E;
    padding: 42px 35px;
    margin-left: 12px;
    width: 34%;
    position: relative;
}
.red-block svg {
    position: absolute;
    right: 20px;
    top: 20px;
}
.red-block:first-child {
    margin-left: 0;
}
.red-blocks {
    display: flex;
    justify-content: space-between;
}
.red-block-title {
    color: #FFF;
    font-family: PF Bulletin Sans Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px; /* 216.667% */
    letter-spacing: -0.45px;
    text-transform: uppercase;
}
.red-block-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 138.889% */
    letter-spacing: -0.27px;
    padding-bottom: 32px;
    min-height: 107px;
}
.more-link {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.21px;
    text-decoration-line: underline;
}
[class*="col-"] {
    width: 100%;
}
p {
    margin: 0 0 20px;
    line-height: 24px;
}
.h1,
h1 {
    margin: 0 0 10px;
    font-size: 24px;
    font-family: PF Bulletin Sans Pro;
    width: 100%;

    color: #2D2D31;

    font-family: PF Bulletin Sans Pro;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 100% */
    letter-spacing: -0.75px;
    text-transform: uppercase;
}
@media (min-width: 320px) {
    .h1,
    h1 {
        font-size: calc(17.22353px + 2.11765vw);
    }
}
@media (min-width: 1170px) {
    .h1,
    h1 {
        font-size: 42px;
    }
}
.h2,
h2 {
    margin: 0 0 10px;
    font-size: 1.5em;
    font-size: 20px;
    font-family: PF Bulletin Sans Pro;
    width: 100%;
}
.h2-v2 {
    width: 100%!important;
    color: #FFF!important;
    font-family: Montserrat!important;
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 25px!important; /* 156.25% */
    letter-spacing: -0.24px!important;
}
@media (min-width: 320px) {
    .h2,
    h2 {
        font-size: calc(16.23529px + 1.17647vw);
    }
}
@media (min-width: 1170px) {
    .h2,
    h2 {
        color: #2D2D31;
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 29px; /* 145% */
        letter-spacing: -0.3px;
    }
}
.h3,
h3 {
    font-size: 1.17em;
    font-size: 15px;
    font-family: PF Bulletin Sans Pro;
    width: 100%;
}
@media (min-width: 320px) {
    .h3,
    h3 {
        font-size: calc(10.85882px + 1.29412vw);
    }
}
@media (min-width: 1170px) {
    .h3,
    h3 {
        font-size: 26px;
    }
}
.h4,
h4 {
    font-size: 1.12em;
    font-size: 14px;
    width: 100%;
}
@media (min-width: 320px) {
    .h4,
    h4 {
        font-size: calc(10.23529px + 1.17647vw);
    }
}
@media (min-width: 1170px) {
    .h4,
    h4 {
        font-size: 24px;
    }
}
.h5,
h5 {
    font-size: 0.83em;
    font-size: 12px;
    width: 100%;
}
@media (min-width: 320px) {
    .h5,
    h5 {
        font-size: calc(8.98824px + 0.94118vw);
    }
}
@media (min-width: 1170px) {
    .h5,
    h5 {
        font-size: 20px;
    }
}
.h6,
h6 {
    font-size: 0.75em;
    font-size: 11px;
    width: 100%;
}
@media (min-width: 320px) {
    .h6,
    h6 {
        font-size: calc(8.36471px + 0.82353vw);
    }
}
@media (min-width: 1170px) {
    .h6,
    h6 {
        font-size: 18px;
    }
}
.my-slider-wrapper {
    width: 100%;
    display: block;
}
.img_wrapper {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}
.img_wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.img_wrapper.fixed_height {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.img_wrapper.fixed_height img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
#app {
    overflow: hidden;
}
.menu {
    position: fixed;
    background: #fff;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    left: 0;
    top: 0;
    padding: 90px 20px;
    transform: translateX(-100vw);
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
#burger {
    display: none;
}
#burger ~ .burger {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 7px 4px;
    right: 5px;
    top: 5px;
}
.header-mobile-tel, .header-mobile-logo {
    display: none;
}
#burger ~ .burger span {
    flex-shrink: 0;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background: #e94c45;
    position: relative;
    display: block;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
#burger:checked ~ .burger span:first-child {
    transform: rotate(-45deg);
}
#burger:checked ~ .burger span:nth-child(2) {
    transform: translateX(4px);
}
#burger:checked ~ .burger span:nth-child(3) {
    transform: rotate(45deg);
}
#burger:checked ~ .menu {
    transform: translateX(0);
}
#charach td {
    color: #2D2D31;
    font-family: PF Bulletin Sans Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px; /* 216.667% */
    letter-spacing: -0.45px;
}
#charach td span {
    font-size: 70px;
    letter-spacing: -1.05px;
}
.sklad-holod-first {
    display: none;
    color: #FFF;
    text-align: center;
    font-family: PF Bulletin Sans Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 100% */
    letter-spacing: -0.45px;
    text-transform: uppercase;
    background: #2D2D31;
    text-align: center;
    padding-top: 140px;
    height: 300px;
    position: relative;
}
.block3:hover img {
    display: none;
}
.block3:hover .sklad-holod-first {
    display: block;
}
.mt-100 {
    margin-top: 100px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mt-30 {
    margin-top: 30px;
}
.sklad-holod-first svg {
    position: absolute;
    top: 17px;
    right: 17px;
}
.new-ul2 {
    list-style: none; /* Убираем стандартные маркеры списка */
}

.new-ul2 li {
    padding-left: 40px; /* Добавляем отступ слева для места под маркер */
    padding-bottom: 20px;
    position: relative; /* Устанавливаем позицию относительно элемента списка */

    color: #2D2D31;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 138.889% */
    letter-spacing: -0.27px;
}
.new-ul2 li::before {
    content: ""; /* Обязательно для создания "псевдоэлемента" */
    width: 16px; /* Ширина маркера */
    height: 16px; /* Высота маркера */
    background-image: url('../img/li.svg'); /* Путь к вашему SVG-маркеру */
    background-size: cover; /* Растягиваем маркер на весь блок ::before */
    position: absolute; /* Абсолютное позиционирование внутри li */
    left: 0; /* Выравниваем маркер слева */
    top: 12px; /* Выравниваем маркер по вертикали */
    transform: translateY(-50%); /* Коррекция вертикального выравнивания */
}
.new-ul3 {
    list-style: none; /* Убираем стандартные маркеры списка */
    padding-left: 0; /* Убираем отступ слева для более корректного отображения SVG */
    margin-left: 67px;
}

.new-ul3 li {
    padding-left: 35px; /* Добавляем отступ слева, чтобы сделать место для SVG-маркера */
    position: relative; /* Необходимо для позиционирования SVG */
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.21px;
    padding-bottom: 20px;
}
.new-ul3 li:last-child {
    padding-bottom: 0;
}

.new-ul3 li::before {
    content: ""; /* Обязательно для создания "псевдоэлемента" */
    width: 31px; /* Ширина маркера */
    height: 31px; /* Высота маркера */
    border-radius: 15px;
    background-color: #CA443E;
    background-image: url('../img/li3.svg'); /* Путь к вашему SVG-маркеру */
    background-position: 1px 7px;
    background-size: cover; /* Растягиваем маркер на весь блок ::before */
    position: absolute; /* Абсолютное позиционирование внутри li */
    left: 0; /* Выравниваем маркер слева */
    top: 12px; /* Выравниваем маркер по вертикали */
    transform: translateY(-50%); /* Коррекция вертикального выравнивания */
}


@media (min-width: 768px) {
    section {
        padding: 60px 0;
    }
    .design {
        display: block;
    }
    .col-1 {
        width: 8.33333%;
    }
    .col-offset-1 {
        margin-left: 8.33333%;
    }
    .col-2 {
        width: 16.66667%;
    }
    .col-offset-2 {
        margin-left: 16.66667%;
    }
    .col-3 {
        width: 25%;
    }
    .col-offset-3 {
        margin-left: 25%;
    }
    .col-4 {
        width: 33.33333%;
    }
    .col-offset-4 {
        margin-left: 33.33333%;
    }
    .col-5 {
        width: 41.66667%;
    }
    .col-offset-5 {
        margin-left: 41.66667%;
    }
    .col-6 {
        width: 50%;
    }
    .col-offset-6 {
        margin-left: 50%;
    }
    .col-7 {
        width: 58.33333%;
    }
    .col-offset-7 {
        margin-left: 58.33333%;
    }
    .col-8 {
        width: 66.66667%;
    }
    .col-offset-8 {
        margin-left: 66.66667%;
    }
    .col-9 {
        width: 75%;
    }
    .col-offset-9 {
        margin-left: 75%;
    }
    .col-10 {
        width: 83.33333%;
    }
    .col-offset-10 {
        margin-left: 83.33333%;
    }
    .col-11 {
        width: 91.66667%;
    }
    .col-offset-11 {
        margin-left: 91.66667%;
    }
    .col-12 {
        width: 100%;
    }
    .col-offset-12 {
        margin-left: 100%;
    }
    .col {
        width: 8.33333%;
        flex-basis: 0;
        flex-grow: 1;
    }
    .container {
        width: 600px;
    }
    .btn {
        width: auto;
        padding: 0 40px;
    }
    .popup_wrapper .popup {
        width: 400px;
        height: auto;
        position: relative;
        overflow: visible;
    }
    .popup_wrapper .popup .close {
        right: -50px;
        top: 0;
    }
    .popup_wrapper .popup .close svg path {
        stroke: #fff;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
    .cta_mx .form_wrapper .form {
        width: 350px;
        padding: 30px;
        overflow: visible;
    }
}
@media (min-width: 1170px) {
    #burger ~ .burger {
        display: none;
    }
    .menu {
        position: relative;
        transform: none;
        padding: 0;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
    }
    .menu ul {
        display: flex;
        gap: 20px;
    }
    .container {
        width: 1120px;
    }
    section {
        padding: 80px 0;
    }
}
@media (min-width: 1170px) {
    .container {
        width: 1140px;
    }
    section {
        padding: 80px 0;
    }
}
@media (min-width: 1470px) {
    .container {
        width: 1420px;
    }
    section {
        padding: 80px 0;
    }
}
@font-face {
    font-family: PF Bulletin Sans Pro;
    src: url(../fonts/PFBulletinSansPro-Medium.woff2) format("woff2"), url(../fonts/PFBulletinSansPro-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: PF Bulletin Sans Pro;
    src: url(../fonts/PFBulletinSansPro-Bold.woff2) format("woff2"), url(../fonts/PFBulletinSansPro-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body {
    background: #e5e8eb;
}
#header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #FFF;
    height: 70px;
}
#header .menu ul {
    display: grid;
    gap: 20px;
}
#header .menu ul li a {
    color: #e94c45;
    text-decoration: none;
    font-weight: 600;
}
#header .logo {
    margin: auto;
}
#header .logo img {
    width: 162px;
}
#header .cta_mx > .btn {
    font-size: 0;
    background: #e94c45 url(../img/call-icon-mobile.svg) no-repeat 50%;
    width: 30px;
    height: 30px;
    min-height: auto;
    padding: 0;
}
.banner-info {
    background: #CA443E;
    padding: 77px 45px ;
    max-width: 681px;
    position: relative;
}
.banner-info svg {
    position: absolute;
    top: 24px;
    right: 20px;
}
.banner-info-title {
    color: #FFF;
    font-family: PF Bulletin Sans Pro;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 100% */
    letter-spacing: -0.75px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.banner-info-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 138.889% */
    letter-spacing: -0.27px;
}
#hero {
    /*background: linear-gradient(90deg, #FFFFFF 51.05%, rgba(255, 255, 255, 0) 76.25%), url(../img/ny-banner.png), url(../img/ny-banner.png), #FFFFFF;*/
    background: linear-gradient(270deg, rgba(241, 243, 245, 0.00) 0%, #F1F3F5 76.64%), url(../img/hero-img.webp), url(../img/hero-img.webp), #FFFFFF;
    /*background: url(../img/hero-img.webp) no-repeat 50%;*/
    background-size: cover;
    min-height: 90vh;
    padding-top: 100px;
}
.hero-v2 {
    background: linear-gradient(270deg, rgba(241, 243, 245, 0.00) 0%, #F1F3F5 76.64%), url(../img/hero-img2.png), url(../img/hero-img2.png), #FFFFFF!important;
    background-size: contain;
    /*background: url(../img/hero-img-v2.webp) no-repeat 50%!important;*/
}
.hero-v3 {
    background: url(../img/banner-2.webp) no-repeat 50%!important;
}
.hero-v4 {
    background: url(../img/hero-img-v4.webp) no-repeat 50%!important;
}
#hero h1 {
    text-transform: uppercase;
    line-height: 75px;
}
#hero .h2,
#hero h1 {
    color: #2D2D31;
}
#hero span {
    color: #CA443E;
}
#herobanner {
    background: #2d2d31;
}
#herobanner .grid .ls {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
#herobanner .grid .ms {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
#herobanner .grid .rs {
    width: 100%;
}
#herobanner .grid .rs .cta_mx {
    margin-top: 20px;
}
#herobanner .grid .rs .cta_mx > .btn {
    width: 100%;
    font-weight: 700;
}
#generaltask .h1 {
    text-transform: uppercase;
    font-size: 18px;
}
#generaltask .h1,
#generaltask p {
    text-align: center;
}
#infrastructure .grid .point {
    background: #e94c45;
    border-radius: 50px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin: 16px auto auto;
    width: -moz-fit-content;
    width: fit-content;
}
#inpark {
    background: #2d2d31;
    color: #fff;
}
.inpark-new-block {
    border: 1px solid #FFF;
    padding: 27px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 109.091% */
    letter-spacing: -0.33px;
    text-transform: uppercase;
    margin-top: 36px;
}
.mr-20 {
    margin-right: 20px;
}
.flex {
    display: flex;
    width: 100%;
}
#inpark .h1 {
    text-align: center;
    text-transform: uppercase;
}
#inpark .grid {
    display: grid;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}
#inpark .grid li {
    text-align: center;
}
#inpark .grid li .img_wrapper {
    margin: auto;
    width: 85px;
}
#inpark .grid li p {
    margin: -10px 0 0;
    text-transform: uppercase;
}
#charach .h1 {
    text-align: left;
    text-transform: uppercase;
}
#charach .rs .data {
    background: #e94c45;
    border-radius: 40px;
    padding: 20px 30px;
    color: #fff;
}
#charach .rs .data > div:first-child {
    font-size: 32px;
    font-weight: 700;
}
#charach .rs .data > div:first-child span {
    font-size: 14px;
}
#charach .rs .data > div:last-child {
    text-transform: uppercase;
}
#charach .rs .grid {
    margin-top: 20px;
}
#charach .rs .grid li .img_wrapper {
    width: 65px;
}
#charach .rs .grid li p {
    text-transform: uppercase;
}
#slider {
    background: #2d2d31;
    padding: 0;
    color: #fff;
    text-align: center;
}
#slider .img_wrapper {
    height: auto;
}
#slider .swiper {
    padding-bottom: 20px;
}
#slider .swiper .swiper-button-prev {
    background: #e94c45;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    top: auto;
    bottom: 15px;
}
#slider .swiper .swiper-button-prev:after {
    color: #fff;
}
#slider .swiper .swiper-button-next {
    background: #e94c45;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    top: auto;
    bottom: 15px;
}
#slider .swiper .swiper-button-next:after {
    color: #fff;
}
#slider .title {
    font-family: PF Bulletin Sans Pro;
    text-transform: uppercase;
    margin-top: 15px;
}
#comonch .h1 {
    text-transform: uppercase;
}
.swiper-arenda .swiper-slide {
    display: flex;
    align-items: center;
}
.arenda-slide-svg {
    max-width: 220px;
    margin-left: 50px;
    margin-right: 20px;
}
.swiper-arenda .title {
    color: #CA443E;
    font-family: PF Bulletin Sans Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px; /* 216.667% */
    letter-spacing: -0.45px;
}
.swiper-arenda .title span {
    font-size: 70px;
    letter-spacing: -1.05px;
}
#comonch .ls .grid li {
    text-align: center;
}
#comonch .ls .grid li .num {
    background: #e94c45;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    border-radius: 100%;
    margin: auto auto 10px;
}
#comonch .ls .grid li .num span {
    font-size: 14px;
}
#comonch .ls .grid li .title {
    font-family: PF Bulletin Sans Pro;
    font-size: 24px;
}
#comonch .ls .grid li p {
    text-transform: uppercase;
}
#comonch .rs {
    width: 100%;
}
#comonch .rs .title {
    background: #e94c45;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px;
    border-radius: 40px;
    margin: 10px 0;
    font-family: PF Bulletin Sans Pro;
    text-transform: uppercase;
}
#comonch .rs .title2 {
    border-radius: 70px;
    background: #D9D9D9;
    color: #000;
}
#model {
    padding-bottom: 80px;
}
#model .row > .h1 {
    text-align: center;
    text-transform: uppercase;
}
#model .grid {
    display: grid;
    gap: 20px;
}
#model .grid li .inner {
    text-align: center;
    border-radius: 30px;
    background: #d9d9d9;
    padding: 20px;
}
#model .grid li .inner .img_wrapper {
    width: 100px;
    margin: auto;
}
#model .grid li .inner .title {
    font-size: 30px;
    font-weight: 700;
}
#model .grid li .inner .title span {
    font-size: 14px;
}
#model .grid li .inner p {
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}
#model .bs .cta_mx > .btn {
    width: 100%;
}
#benefits {
    /*background: #2d2d31;*/
}
#benefits li {
    background: #2D2D31;
}
/*#benefits .row >*/
.h1 {
    color: #2D2D31;
    font-family: PF Bulletin Sans Pro;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 100% */
    letter-spacing: -0.75px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.invest-block1 {
    color: #CA443E;
    font-family: PF Bulletin Sans Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 100% */
    letter-spacing: -0.45px;
    text-transform: uppercase;
    border-right: 1px solid #000;
    padding-top: 68px;
    padding-bottom: 40px;
    padding-left: 46px;
    padding-right: 46px;
}
.invest-block1 span {
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px; /* 92.857% */
    letter-spacing: -1.05px;
}
.invest-block2 {
    color: #2D2D31;
    font-family: PF Bulletin Sans Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 100% */
    letter-spacing: -0.45px;
    text-transform: uppercase;
    border-right: 1px solid #000;
    padding-top: 68px;
    padding-bottom: 40px;
    padding-left: 46px;
    padding-right: 46px;
}
#benefits .grid {
    display: grid;
    gap: 30px;
}

#benefits .grid li .img_wrapper {
    height: auto;
    margin-bottom: 10px;
}
#benefits .grid li .title {
    text-transform: uppercase;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 5px;
    padding-bottom: 25px;
    background: url(../img/check2.svg) 95% 0px no-repeat ;
    color: #fff;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.modul-link {
    color: #000;
    font-family: PF Bulletin Sans Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 100% */
    letter-spacing: -0.45px;
    text-transform: uppercase;
    text-decoration: none;
}
.modil-link.active {
    color: #CA443E;
    text-decoration: underline;
}
.modul-text {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.27px;
    padding-bottom: 20px;
    padding-top: 20px;
}
#partnership {
    background: #2d2d31;
}
#partnership .row > .h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
#partnership .grid {
    display: grid;
    gap: 20px;
    margin-top: 20px;
}
#partnership .grid li {
    color: #fff;
    text-align: center;
}
#partnership .grid li .num {
    width: 80px;
    height: 80px;
    background: #e94c45;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    border-radius: 100%;
    margin: auto;
}
#partnership .grid li .title {
    text-transform: uppercase;
    font-family: PF Bulletin Sans Pro;
    font-size: 18px;
    margin-top: 10px;
}
#partnership .grid li .cta_mx {
    color: #191919;
    text-align: left;
}
#partnership .grid li .cta_mx .h1 {
    color: #191919;
}
#partnership .grid li .cta_mx > .btn {
    background: none;
    color: #e94c45;
    text-decoration: underline;
    width: 100%;
}
#partnership .grid li a {
    color: #e94c45;
    margin: 10px 0;
    display: block;
    font-weight: 700;
    font-size: 14px;
}
#banner {
    padding: 0;
}
#banner .img_wrapper {
    display: flex;
}
#atakje {
    background: #2d2d31;
    color: #fff;
}
#atakje,
#atakje .h1 {
    text-transform: uppercase;
    text-align: center;
}
#wug {
    background: #2d2d31;
}
.wug-v2 {
    padding: 150px 0!important;
}
#wug .row > .h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
#wug .grid li {
    display: flex;
    min-height: 40px;
    margin-top: 20px;
}
#wug .grid li .img_wrapper {
    background: #e94c45;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 10px;
    margin-right: 20px;
}
#wug .grid li p {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
#wug .cta_mx {
    width: 100%;
}
#wug .cta_mx > .btn {
    width: 100%;
    margin-top: 20px;
}
#alltimeserv .ls {
    width: 100%;
}
#alltimeserv .ls .h1 {
    text-transform: uppercase;
}
#alltimeserv .ls ul {
    display: grid;
    gap: 20px;
    margin-top: 20px;
}
#alltimeserv .ls ul li .title {
    font-family: PF Bulletin Sans Pro;
    font-size: 18px;
    text-transform: uppercase;
}
.title-v2 {
    color: #000;
    font-family: PF Bulletin Sans Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 100% */
    letter-spacing: -0.45px;
    text-transform: uppercase;
}
#clients {
    background: #2d2d31;
    color: #fff;
}
#clients .h1 {
    text-transform: uppercase;
    text-align: center;
}
#clients .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.under_title_text {
    color: #191919;
    text-align: center;
    /*font-family: Montserrat;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 156.25% */
    letter-spacing: -0.24px;
    margin-bottom: 30px;
}
#goodlocation .h1 {
    text-align: center;
    text-transform: uppercase;
}
#goodlocation .grid {
    display: grid;
    gap: 20px;
}
#goodlocation .data {
    border-radius: 100px;
    background: #D9D9D9;
    padding-top: 38px;
    padding-bottom: 37px;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 100% */
    letter-spacing: -0.45px;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 30px;
    font-family: PF Bulletin Sans Pro;
}
.goodlocation-v3 .data {
    background: #2D2D31!important;
    color: #FFF!important;
    padding-top: 49px!important;
    font-size: 30px;

}
.new-ul {
    list-style: none; /* Убираем стандартные маркеры списка */
    padding-left: 0; /* Убираем отступ слева для более корректного отображения SVG */
}

.new-ul li {
    padding-left: 55px; /* Добавляем отступ слева, чтобы сделать место для SVG-маркера */
    position: relative; /* Необходимо для позиционирования SVG */
    color: #191919;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /*line-height: 50px; !* 312.5% *!*/
    letter-spacing: -0.24px;
}

.new-ul li::before {
    content: ""; /* Создаем псевдоэлемент для SVG-маркера */
    width: 19px; /* Ширина SVG */
    height: 16px; /* Высота SVG */
    display: inline-block; /* Делаем псевдоэлемент блочным элементом */
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath d='M7.83044 15.1294C7.37044 15.1294 6.94044 14.9194 6.65044 14.5594L0.320437 6.4994C-0.189563 5.8494 -0.0795629 4.9094 0.570437 4.3894C1.22044 3.8794 2.16044 3.9894 2.68044 4.6394L7.70044 11.0194C9.20044 8.7294 12.1004 4.6194 16.0404 0.469399C16.6104 -0.130601 17.5604 -0.160601 18.1604 0.409399C18.7604 0.979399 18.7904 1.9294 18.2204 2.5294C12.6804 8.3794 9.17044 14.3194 9.14044 14.3794C8.89044 14.8094 8.44044 15.0794 7.95044 15.1194C7.92044 15.1194 7.88044 15.1194 7.85044 15.1194L7.83044 15.1294Z' fill='white'/%3E%3C/svg%3E"); /* Устанавливаем SVG-код как фоновое изображение */
    background-repeat: no-repeat; /* Запрещаем повторение фонового изображения */
    /*background-size: contain; !* Масштабируем фоновое изображение для соответствия размерам *!*/
    position: absolute; /* Абсолютное позиционирование для точного позиционирования маркера */
    background-position: 5px 5px;
    left: 0; /* Положение маркера слева */
    top: 0; /* Положение маркера сверху */
    background-color: #E94C45;
    border-radius: 30px;
    padding: 5px;
}

.modul-ul {
    list-style: none; /* Убираем стандартные маркеры списка */
    padding-left: 0; /* Убираем отступ слева для более корректного отображения SVG */
}

.modul-ul li {
    padding-left: 35px; /* Добавляем отступ слева, чтобы сделать место для SVG-маркера */
    position: relative; /* Необходимо для позиционирования SVG */
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.21px;
}
.modul-info-left {
    padding-left: 135px;
    padding-right: 30px;
}
.modul-info-right {
    padding-left: 30px;
    padding-right: 135px;
}
.modul-title {
    padding-top: 30px;
}
.modul-title2 {
    padding-top: 90px;
}
.modul-ul li::before {
    content: ""; /* Обязательно для создания "псевдоэлемента" */
    width: 16px; /* Ширина маркера */
    height: 16px; /* Высота маркера */
    background-image: url('../img/li2.svg'); /* Путь к вашему SVG-маркеру */
    background-size: cover; /* Растягиваем маркер на весь блок ::before */
    position: absolute; /* Абсолютное позиционирование внутри li */
    left: 0; /* Выравниваем маркер слева */
    top: 12px; /* Выравниваем маркер по вертикали */
    transform: translateY(-50%); /* Коррекция вертикального выравнивания */
}
.modul-link2 {
    border-radius: 20px;
    background: #CA443E;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.21px;
    padding: 20px 40px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}
.modul-table {
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    border-collapse: collapse;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 490px;
}
.modul-table td {
    padding: 20px;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.21px;
}
.modul-table td:first-child {
    padding-left: 0px;
    border-right: 1px solid #B3B3B3;
}
#online {
    background: #CA443E;
    padding-top: 90px;
    padding-bottom: 90px;
}
.title-h2 {
    color: #2D2D31;
    font-family: PF Bulletin Sans Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 100% */
    letter-spacing: -0.45px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.foto-blocks {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
}
.foto-col {
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
}
.foto-block img {
    max-width: 100%;
}
.like-table {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 277.778% */
    letter-spacing: -0.27px;
    text-transform: uppercase;
    margin-left: 50px;
}
.new-faq-item-question:before {
    content: '';
    background: url('../img/faq.svg') left top no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    margin-top: 5px;
}
.new-faq-item-answer {
    padding-left: 50px;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.27px;

}
.faq-form {
    margin-top: 30px;
}
.faq-form input {
    border-radius: 40px;
    background: #EDEDED;
    color: rgba(80, 80, 80, 0.80);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.21px;
    display: inline-block;
    width: 32%;
    height: 60px;
}
.faq-form input[type=submit] {
    border-radius: 40px;
    background: #CA443E;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.21px;
    width: 34%;

}
.razvitie-form {
    /*background: #2D2D31;*/
    padding-top: 500px;
}
.popup .razvitie-form {
    padding-top: 200px;
}
#razvitie {
    background: linear-gradient(180deg, rgba(241, 243, 245, 0.00) 0%, #2D2D31 76.64%), url(../img/footer-img.webp), url(../img/footer-img.webp), #FFFFFF;
    /*background: url(../img/footer-img.webp), lightgray 100% / cover no-repeat;*/
/**/

}
.razvitie-result-form {
    text-align: center;
    display: none;
}
.razvitie-form form {
    padding-top: 50px;
}
.close-popup {
    float: right;
    /*margin-top: -135px;*/
}
.razvitie-form input {
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.10);
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.21px;
    display: inline-block;
    width: 24%;
    height: 60px;
}
.razvitie-form input[type=submit] {
    border-radius: 40px;
    background: #CA443E;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.21px;
    width: 25%;

}
.razvitie-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.27px;
    text-align: center;
    margin-top: 20px;
}
.razvitie-h1 {
    color: #FFF;
    text-align: center;
    font-family: PF Bulletin Sans Pro;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 100% */
    letter-spacing: -0.75px;
    text-transform: uppercase;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 40px;
}
.online-title {
    color: #FFF;
    font-family: PF Bulletin Sans Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 100% */
    letter-spacing: -0.45px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.online-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.27px;
}
.online-title2 {
    color: #FFF;
    font-family: PF Bulletin Sans Pro;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 100% */
    letter-spacing: -0.75px;
    text-transform: uppercase;
}
.online-right {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.online-link {
    color: #E94C45;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.225px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.50);
    text-decoration: none;
    padding: 20px;
    height: 60px;
    display: block;
    text-align: center;
}
.contacts-right {
    background: #CA443E;
    padding-top: 103px;
    padding-left: 113px;
    height: 100%;
    padding-bottom: 40px;
}
.contacts-right-title p {
    color: #FFF;
    font-family: PF Bulletin Sans Pro;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 100% */
    letter-spacing: -0.525px;
    text-transform: uppercase;
}
.contacts-right-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 194.444% */
    letter-spacing: -0.27px;
    margin-top: 100px;
}
#contacts {
    padding: 0;
}
.goodlocation-v4 {
    background-color: #F1F3F5;
}
.data-p {
    display: initial!important;
    text-align: center;
}
.data-p p {
    font-family: Montserrat!important;
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 400!important;
    max-width: 70%;
    margin: 0 auto;
    padding-top: 8px;
}
.data-normal {
    font-style: normal!important;
    font-weight: 500!important;
}
#goodlocation .data > div:last-child {
    text-transform: uppercase;
}
#goodlocation .data div:first-child {
    flex-shrink: 0;
    margin-right: 20px;
}
#goodlocation .data > div:first-child {
    font-size: 32px;
    font-weight: 700;
}
#goodlocation .grid li .img_wrapper {
    width: 120px;
    height: 120px;
    background: #e94c45;
    border-radius: 100%;
    padding: 20px;
    margin: auto auto 10px;
}
#goodlocation .grid li .img_wrapper-v2 {
    padding: 30px;
}
#goodlocation .grid li .title {
    text-align: center;
    text-transform: uppercase;
}
#goodlocation .grid li .title b {
    display: block;
    color: #e94c45;
}
#map {
    padding: 0;
    display: flex;
}
#bottomform {
    background: #2d2d31;
}
#bottomform h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}
#bottomform input {
    background: hsla(0, 0%, 100%, 0.2);
    border: none;
    color: #fff;
}
footer {
    padding-top: 100px;
    padding-bottom: 40px;
    background: #191919;
    color: #575757;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 156.25% */
    letter-spacing: -0.24px;
}
#dialog-content {
    background: #F1F3F5;
}
#dialog-content h2 {
    color: #2D2D31;
    font-family: PF Bulletin Sans Pro;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 100% */
    letter-spacing: -0.75px;
    text-transform: uppercase;
}
footer a {
    color: #575757 !important;
}
.contacts-right-title a {
    color: #FFF;
    text-decoration: none;
}
footer p {
    padding-top: 50px;
}
footer .h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}
footer .footer_logo {
    margin: auto auto 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .footer_logo img {
    width: 60px;
}
footer .cont {
    display: grid;
    justify-content: center;
    width: 100%;
}
footer .cont a {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: PF Bulletin Sans Pro;
}
#red-blocks .container {
    margin-top: -200px;
}
#sklad-holod .container {
    margin-top: -230px;
}
#infrastructure .container {
    margin-top: -230px;
}
#sklad-holod, #benefits, #comonch {
    background: #F1F3F5;
}
#charach {
    padding-bottom: 300px;
}
#benefits {
    padding-bottom: 300px;
}
#infrastructure {
    padding-bottom: 50px;
}
.header-contacts {
    display: flex;
    align-items: center;
}
.header-contacts a {
    margin-right: 24px;
}
.header-contacts-tel {
    color: #2D2D31;
    text-align: right;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1px; /* 5.556% */
    letter-spacing: -0.27px;
    text-transform: uppercase;
    text-decoration: none;
}
.benefits-dop {
    background: #CA443E;
    text-align: center;
    padding-top: 50px;
}
.benefits-link {
    border-radius: 40px;
    border: 2px solid #FFF;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.225px;
    display: inline-block;
    margin-top: 20px;
    height: 60px;
    padding: 20px 36px;
    margin-bottom: 17px;
}
.desctop-hidden {
    display: none;
}
.infrastructure-info {
    display: none;
}
.benefits_info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;

    padding-left: 25px;
    padding-right: 45px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: url(../img/check2.svg) 97% 10px no-repeat #2D2D31;
    display: none;
}
#benefits li {
    position: relative;
}
#benefits li:hover .benefits_info {
    display: block;
}
.benefits_info li {
    background: none;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 138.889% */
    letter-spacing: -0.27px;
    padding-left: 40px;

}
.benefits_info li::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('../img/li.svg');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
}
@media (max-width: 768px) {
    .h1 {
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: 23px; /* 100% */
        letter-spacing: -0.345px;
    }
    #header {
        height: 43px;
        padding: 0;
    }
    #header .container {
        padding: 0;
        width: 100%;
    }
    .container {
        width: 100%;
    }
    #comonch .ls .grid li .title {
        font-size: 18px;
        line-height: 30px;
    }
    #comonch .ls .grid li p {
        font-size: 13px;
    }
    #comonch .ls .grid li {
        display: flex;
        align-items: center;
        text-align: left;
    }
    #comonch .ls .grid li .num {
        margin: initial;
        margin-right: 15px;

        flex-shrink: 0;
    }
    #benefits .grid li .img_wrapper {
        width: 30%;
        float: left;
        margin-bottom: 0;
    }
    #benefits .grid li .title {
        width: 70%;
        float: left;
        padding-left: 5px;
    }
    #benefits li {
        display: block;
        clear: both;
        height: 56px;
        overflow: hidden;
    }
    #benefits li:last-child {
        height: initial;
    }
    #benefits .grid {
        gap: 10px;
    }
    #online {
        text-align: center;
    }
    .online-right {
        display: initial;
    }
    .online-right svg {
        width: 55px;
    }
    .online-title2 {
        font-size: 23px;

    }
    #comonch .ls .grid li .inner {
        max-width: 80%;
    }
    #header .row {
        padding: 0;
    }
    #header .logo {
        margin: initial;
    }
    #header .logo img {
        width: initial;
        height: 43px;
    }
    .header-mobile-tel, .header-mobile-logo {
        display: block;
        position: absolute;
    }
    .header-contacts {
        display: none;
    }
    .header-mobile-tel {
        top: 10px;
        right: 50px
    }
    #hero {
        padding-top: 320px;
        padding-bottom: 0;
        min-height: initial;
    }
    .contacts-right {
        padding: 40px 19px;
    }
    .razvitie-form input, .razvitie-form input[type="submit"], .faq-form input, .faq-form input[type="submit"] {
        width: 100%;
    }
    #hero .container {
        padding: 0;
        width: 100%;
    }
    .banner-info {
        padding: 36px 15px;
    }
    .banner-info-title {
        font-size: 23px;
        line-height: 23px; /* 100% */
        letter-spacing: -0.345px;
        max-width: 50%;
    }
    .banner-info-text {
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
    }

    .header-mobile-logo {
        left: 50px;
        top: 15px;
    }
    .data-normal {
        font-size: 18px!important;
        margin: 0!important;
    }
    .goodlocation-v3 .data {
        border-radius: 30px!important;
        padding-top: 20px!important;
        padding-bottom: 12px!important;
        font-size: 18px!important;
        display: initial!important;
        text-align: center;
        margin-top: 13px!important;

    }
    #goodlocation .data {
        border-radius: 30px!important;
        padding-top: 20px!important;
        padding-bottom: 12px!important;
        font-size: 18px!important;
        display: initial!important;
        text-align: center;
        margin-top: 13px!important;

    }
    .inpark-new-block {
        padding: 15px 0;
        margin-top: 15px;
    }
    .flex {
        display: initial;
    }
    .invest-block1 {
        border-right: 0;
        border-bottom: 1px solid #000;
        padding-top: 26px;
        padding-bottom: 26px;
        padding-left: 0px;
        padding-right: 46px;
        width: 100%;
    }
    .invest-block2 {
        border-right: 0;
        border-bottom: 1px solid #000;
        padding-top: 26px;
        padding-bottom: 26px;
        padding-left: 0px;
        padding-right: 46px;
        width: 100%;
    }
    .mobile-hidden {
        display: none;
    }
    .desctop-hidden {
        display: block;
    }
    .invest-block3 {
        text-align: left;
        width: 100%;
    }
    .new-ul3 li {
        padding-bottom: 10px;
    }
    .new-ul3 {
        margin-left: 0;
        margin-top: 20px;
    }
    .sklad-holod-first {
        display: block;
        position: absolute;
        bottom: 0;
        height: 46px;
        width: 100%;
        padding-top: 10px;
    }
    .sklad-holod-first svg {
        display: none;
    }
    #benefits {
        padding-bottom: 50px;

    }
    #infrastructure .container {
        margin-top: 0px;
    }
    .modul-info-left, .modul-info-right {
        padding: 0;
    }
    .modul-link2 {

        margin-bottom: 20px;
        width: 100%;
    }
    .mmb-30 {
        margin-bottom: 30px;
    }
    .modul-title2 {
        padding-top: 30px;
    }
    #infrastructure {
        position: relative;
    }
    .infrastructure-numbers span, .infrastructure-info span{
        color: #FFF;
        text-align: center;
        font-family: PF Bulletin Sans Pro;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 138.462% */
        letter-spacing: -0.195px;
        text-transform: uppercase;
        background-color: #E94C45;
        border-radius: 15px;
        padding: 9px;

    }
    .infrastructure-numbers span:nth-child(1) {
        position: absolute;
        top: 153px;
        left: 21px;
    }
    .infrastructure-numbers span:nth-child(2) {
        position: absolute;
        top: 158px;
        left: 150px;
    }
    .infrastructure-numbers span:nth-child(3) {
        position: absolute;
        top: 170px;
        right: 60px;
    }
    .infrastructure-info {
        display: block;
        color: #2D2D31;
        font-family: PF Bulletin Sans Pro;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px; /* 230.769% */
        letter-spacing: -0.195px;
        text-transform: uppercase;
        margin-left: 30px;
    }
    .infrastructure-info div {
        padding-bottom: 7px;
    }
    .popup .razvitie-form {
        padding-top: 0px;
    }
    .red-block {
        margin-left: 0;
        width: 100%;
        margin-bottom: 13px;
    }
    #red-blocks .container {
        margin-top: initial;
    }
    .main-top {
        padding: 15px !important;
    }
    .red-blocks {
        flex-flow: column;
    }
    .swiper-arenda .swiper-slide {
        display:initial;
    }
    .arenda-slide-svg {
        width: 100%;
        text-align: center;
    }
    .swiper-arenda .title {
        text-align: center;
        font-size: 13px;
    }
    .swiper-arenda .title span {
        font-size: 50px;
    }

}
@media (min-width: 768px) {
    .goodlocation-v3 .data {
        border-radius: 30px;
        padding-top: 20px;
        padding-bottom: 12px;
        font-size: 18px;
    }
    .data-normal {
        font-size: 18px;
    }
    #hero {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #hero h1 {
        font-size: 45px;
    }
    #hero .h2 {
        width: 50%;
    }
    #herobanner .grid {
        display: flex;
        flex-wrap: wrap;
    }
    #herobanner .grid .ls {
        width: 50%;
        font-size: 50px;
    }
    #herobanner .grid .ms {
        width: 50%;
        font-size: 13px;
        display: flex;
        align-items: center;
        text-align: left;
    }
    #infrastructure {
        position: relative;
        /*padding: 0;*/
    }
    #infrastructure .img_wrapper {
        display: flex;
    }
    #infrastructure .grid .point {
        position: absolute;
        font-size: 15px;
    }
    #infrastructure .grid .point:first-child {
        top: 1vw;
        /*top: 9vw;*/
        /*left: calc(50% - 45vw);*/
    }
    #infrastructure .grid .point:nth-child(2) {
        /*top: 19vw;*/
        top: 6vw;
        left: calc(50% - 9vw);
    }
    #infrastructure .grid .point:nth-child(3) {
        /*top: 7vw;*/
        /*left: calc(50% + 9vw);*/
        top: 6vw;
        left: calc(50% + 13vw);
    }
    #inpark .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #charach .ls {
        width: 50%;
        padding-right: 15px;
    }
    #charach .ls .img_wrapper {
        height: 405px;
    }
    #charach .ls .img_wrapper img {
        -o-object-fit: cover;
        object-fit: cover;
    }
    #charach .rs {
        width: 50%;
    }
    #charach .rs .grid {
        width: 200%;
        margin-left: -100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    #charach .rs .grid li .img_wrapper {
        height: auto;
    }
    #comonch .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    #comonch .grid li p {
        font-size: 13px;
    }
    #comonch .rs {
        width: 50%;
        margin-left: 50%;
        margin-top: -160px;
    }
    #model .grid {
        width: 50%;
        padding-right: 15px;
    }
    #model .bs {
        width: 50%;
    }
    #model .bs .img_wrapper {
        height: auto;
    }
    #benefits .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    #partnership .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    #atakje .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    #atakje .grid li .img_wrapper {
        height: auto;
    }
    #atakje .grid li p {
        margin: 0;
        text-align: left;
        line-height: normal;
    }
    #goodlocation .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1170px) {
    .container2 {
        width: 1146px !important;
    }
    #header {
        padding: 0;
    }

    #header .container .row {
        justify-content: space-between;
    }
    #header .cta_mx {
        position: absolute;
        right: 0;
        top: 0;
    }
    #header .cta_mx > .btn {
        width: auto;
        font-size: 15px;
        background: #e94c45;
        font-family: PF Bulletin Sans Pro;
        height: 93px;
        padding: 0 40px;
        text-transform: uppercase;
    }
    #header .logo {
        margin: 0;
        display: flex;
        align-items: center;
    }
    #header .logo img {
        width: auto;
        margin-left: 25px;
    }
    #header .menu {
        /*margin-right: 194px;*/
        background: none;
    }
    #header .menu ul {
        display: flex;
        gap: 0;
    }
    #header .menu ul li {
        padding: 0 30px;
        /*padding: 0 calc(10vw - 150px);*/
        /*border-right: 1px solid #fff;*/
        /*border-bottom: 1px solid #fff;*/
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #header .menu ul li:first-child {
        border-left: 1px solid #fff;
    }
    #header .menu ul li a {
        color: #2D2D31;
        font-size: 14px;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 1px; /* 7.143% */
        letter-spacing: -0.21px;
        text-transform: uppercase;
    }
    #hero h1 {
        font-size: 70px;
    }
    #herobanner .grid {
        display: flex;
        flex-wrap: nowrap;
    }
    #herobanner .grid .ls {
        width: 285px;
        flex-shrink: 0;
    }
    #herobanner .grid .ms {
        width: auto;
        font-size: 18px;
    }
    #herobanner .grid .rs {
        width: 285px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
    }
    #herobanner .grid .rs .cta_mx {
        margin: 0;
    }
    #generaltask {
        padding: 250px 0;
    }
    #generaltask .h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    #generaltask p {
        margin: 0;
    }
    #inpark .grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
    #charach .ls .img_wrapper {
        height: 100%;
    }
    #charach .rs {
        padding-left: 30px;
    }
    #charach .rs .grid {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        margin: 29px 0 0;
    }
    #charach .rs .grid li {
        display: flex;
        align-items: center;
    }
    #charach .rs .grid li .img_wrapper {
        margin-right: 15px;
    }
    #charach .rs .grid li p {
        margin: 0;
    }
    #charach .rs .data {
        display: flex;
        padding: 36px 30px;
    }
    #charach .rs .data div:first-child {
        flex-shrink: 0;
        margin-right: 20px;
    }
    #slider .swiper {
        padding-bottom: 40px;
    }
    #slider .swiper .swiper-button-prev {
        width: 45px;
        height: 45px;
        left: 25%;
        bottom: 40px;
    }
    #slider .swiper .swiper-button-next {
        width: 45px;
        height: 45px;
        right: 25%;
        bottom: 40px;
    }
    #slider .title {
        font-size: 30px;
        margin-top: 40px;
    }
    #comonch .ls {
        width: 50%;
    }
    #comonch .ls .grid {
        grid-template-columns: repeat(1, 1fr);
        padding-right: 100px;
    }
    #comonch .ls .grid li {
        text-align: left;
        display: flex;
        align-items: center;
    }
    #comonch .ls .grid li .num {
        flex-shrink: 0;
        margin: 0 20px 0 0;
        width: 120px;
        height: 120px;
    }
    #comonch .ls .grid li p {
        font-size: 14px;
        margin: 0;
    }
    #comonch .rs {
        margin-top: 0;
        margin-left: 0;
    }
    #comonch .rs .title {
        padding: 65px 20px;
        border-radius: 70px;
        margin: 30px 0;
        font-size: 30px;
    }
    #model {
        position: relative;
    }
    #model .bs {
        position: absolute;
        width: 100%;
        left: 0;
        top: 150px;
        overflow: hidden;
        height: calc(100% - 215px);
    }
    #model .bs .img_wrapper {
        height: calc(100% - 70px);
        margin-bottom: 20px;
    }
    #model .bs .cta_mx > .btn {
        width: -moz-fit-content;
        width: fit-content;
        margin: auto;
    }
    #model .grid {
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    #model .grid li:nth-child(odd) {
        padding-right: 200px;
    }
    #model .grid li:nth-child(2n) {
        padding-left: 200px;
    }
    #model .grid li .inner {
        min-height: 190px;
        text-align: center;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    #model .grid li .inner .title {
        width: 100%;
        font-size: 40px;
    }
    #benefits .grid {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 40px;
    }
    #benefits .grid li .title {
        font-size: 14px;
    }
    #partnership {
        padding-top: 0;
    }
    #partnership .grid {
        gap: 70px;
        width: 100%;
    }
    #partnership .grid li .num {
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
        font-size: 60px;
    }
    #partnership .grid li .title {
        font-size: 30px;
        min-height: 120px;
    }
    #atakje .h1 {
        margin-bottom: 40px;
    }
    #atakje .grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    #atakje .grid p {
        font-size: 14px;
    }
    #wug {
        padding-top: 0;
    }
    #wug .h1 {
        margin-bottom: 40px;
    }
    #wug .grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }
    .wug-v2 .grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    #wug .grid li {
        display: block;
    }
    #wug .grid li .img_wrapper {
        margin: auto auto 20px;
        width: 120px;
        height: 120px;
        padding: 30px;
    }
    #wug .grid li p {
        font-size: 14px;
        text-align: center;
        line-height: normal;
    }
    #wug .cta_mx > .btn {
        width: -moz-fit-content;
        width: fit-content;
        margin: 120px auto auto;
    }
    #alltimeserv .h1 {
        width: 300px;
    }
    #alltimeserv .ls {
        width: 50%;
        padding-right: 40px;
    }
    #alltimeserv .ls ul li .title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    #alltimeserv .rs {
        width: 50%;
    }
    #alltimeserv .rs .img_wrapper {
        height: 100%;
    }
    #alltimeserv .rs .img_wrapper img {
        -o-object-fit: cover;
        object-fit: cover;
    }
    #clients .grid {
        margin-top: 40px;
        width: 100%;
        grid-template-columns: repeat(4, 1fr);
        gap: 80px;
    }
    #clients .grid li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #clients .grid li .img_wrapper,
    #clients .grid li .img_wrapper img {
        width: auto;
        height: auto;
    }
    #goodlocation .grid {
        grid-template-columns: repeat(4, 1fr);
    }
    #goodlocation .grid li .title {
        margin-top: 35px;
        font-size: 14px;
    }
    #bottomform .form {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
    }
    #bottomform .form input {
        margin: 0;
    }
    footer .h1 {
        font-size: 70px;
    }
    footer .footer_logo {
        margin: 100px auto;
    }
    footer .footer_logo img {
        width: 107px;
    }
    footer .cont {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        position: relative;
        margin: auto;
        width: auto;
    }
    footer .cont a {
        padding: 0 30px;
        font-size: 35px;
        position: relative;
    }
    footer .cont a:before {
        content: "";
        position: absolute;
        right: 0;
        width: 3px;
        height: 50px;
        background: #fff;
    }
    footer .cont a:last-child:before {
        display: none;
    }
}
/*# sourceMappingURL=style.css.map */
