@font-face {
    font-family: 'Eurostile';
    src: url('/promo_page/assets/fonts/OTF/Eurostile-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Eurostile';
    src: url('/promo_page/assets/fonts/OTF/Eurostile-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: bold;
    font-display: swap;
}
@font-face {
    font-family: 'Eurostile';
    src: url('/promo_page/assets/fonts/OTF/Eurostile-Heavy.otf') format('opentype');
    font-weight: 850;
    font-style: heavy;
    font-display: swap;
}
.bx-breadcrumb {
    margin-bottom: 20px;
}

.status_page {
    font-family: 'Eurostile', sans-serif;
}
.status_page h1 {
    font-family: 'Eurostile', sans-serif;
    font-weight: 850;
    font-style: Heavy;
    font-size: 64px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.status_page h2 {
    font-family: 'Eurostile', sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.status_page h3 {
    font-family: 'Eurostile', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    margin: 0;
    padding: 0;
}
/**/
.t-s {font-size: 14px;line-height: 100%;}
.t-m {}
.t-l {font-size: 32px;line-height: 100%;}
.t-xl {font-size: 36px;line-height: 100%;}
.t-2xl {font-size: 64px;line-height: 100%;}
.t-3xl {}
/**/
.t-center {text-align: center;}
.t-bold {font-weight: 700;}
.t-up {text-transform: uppercase;}
.t-ul {text-decoration: underline;}
/**/
.t-white {
    color: #fff;
}

.status_hero {
    background-image: url('/promo_page/stout_status/assets/img/1.webp');
    background-position: left center;
    background-size: cover;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 100px;
    position: relative;
}
.status_hero_righr {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 450px;
    max-width: 680px;
    z-index: 1;
}
.status_hero .pre {
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
}
.status_hero .suf {
    font-size: 32px;
    line-height: 100%;
}
.status_hero_logo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 40%;
}
.status_features {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 100px;
}
.status_power {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.status_power span:first-child {
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #3d3d3d25;
}
.status_power span:last-child {
    font-weight: 850;
    font-style: Heavy;
    font-size: 300px;
    line-height: 100%;
    letter-spacing: -10%;
    text-align: center;
    color: #203f6f;
}
.status_power span:last-child::before {
    content: "До";
    font-weight: 400;
    font-style: Regular;
    font-size: 128px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3D3D3D;
}
.status_power span:last-child::after {
    content: "кВт";
    font-weight: 400;
    font-style: Regular;
    font-size: 128px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3D3D3D;
}
.status_features_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.status_features_item {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: #F5F5F5;
    padding: 30px;
    gap: 30px;
}
.status_features_item svg {
    width: 110px;
    height: 110px;
    fill: #203f6f;
    flex-shrink: 0;
}
.status_features_item p {
    margin-top: 15px;
}
.status_features_list {
    margin-top: 50px;
}
.status_features ul {
    margin-top: 15px;
    list-style-type: disc;
    padding-left: 2rem;
}
.status_features li {
    font-size: 20px;
    line-height: 1.5;
}

.status_video, .status_docs {
    margin-top: 100px;
    padding: 0 100px;
    gap: 40px;
}
.status_video iframe {
    margin-top: 40px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.status_doc {
    display: flex;
    align-items: center;
    gap: 15px;
}
.status_docs h2, .status_models h2  {
    margin-bottom: 40px;
}
.status_docs_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
.status_doc img {
    height: 25px;
}
.status_doc a {
    color: #203f6f;
    font-size: 20px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}
.status_contacts {
    padding: 100px;
    background-color: #203f6f;
    display: flex;
    justify-content: space-between;
}
.status_contact {
    max-width: 550px;
}
.status_contact p:nth-child(2) {
    margin: 40px 0;
}
.status_contacts img {
    min-height: 300px;
}
.status_models {
    padding: 100px;
}

.status_map {
    display: flex;
    background-color: #F5F5F5;
    margin: 40px 0 100px 0;
}
.status_map_head {
    padding: 0 100px;
}
/*map*/
[class*=ymaps][class*=-ground-pane] {  
    filter: grayscale(1);  
    -ms-filter: grayscale(1);  
    -webkit-filter: grayscale(1);  
    -moz-filter: grayscale(1);  
    -o-filter: grayscale(1);  
}
.status_map_marks {
    height: 600px;
    width: 100%;
}
.status_map_list {
    width: 60%;
    padding: 80px 100px;
}
.locations-list {
    height: 440px;
    overflow-y: scroll;
}
.locations-list .list-items {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
}
.locations-list .list-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px 0;
    border-bottom: 1px solid #A8A8A8;

}
.locations-list .item-name {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
}
.locations-list .item-address {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
.locations-list .map-button {
    background-color: #00000000;
    border: 1px solid #000;
    padding: 10px;
    margin-top: 10px;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 112%;
    min-width: 180px;
    cursor: pointer;
}

.locations-list::-webkit-scrollbar
{
    background-color: #fff;
    border-radius: 8px;
    width: 7px;
    overflow: hidden;
}
.locations-list::-webkit-scrollbar-thumb
{
    background-color: #D9D9D9;
    border-radius: 8px;
}
.status_buy {
    padding: 100px;
    text-align: center;
}
.status_buy a {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
    background-color: #203f6f;
    padding: 10px 50px;
    border-radius: 7px;
}

@media (min-width: 768px) {
    #map strong {
        line-height: 120%;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    /* Типографика */
    .t-l {
        font-size: 28px;
    }
    .t-xl {
        font-size: 32px;
    }
    .t-2xl {
        font-size: 48px;
    }
    .status_page h1 {
        font-size: 48px;
    }
    .status_page h2 {
        font-size: 20px;
    }
    .status_page h3 {
        font-size: 18px;
    }

    /* Hero секция */
    .status_hero {
        min-height: 500px;
        padding: 60px;
    }
    .status_hero_righr {
        margin-left: 350px;
        max-width: 500px;
        gap: 15px;
    }
    .status_hero_logo {
        width: 35%;
    }

    /* Features секция */
    .status_features {
        gap: 70px;
        padding: 60px;
    }
    .status_power span:first-child {
        font-size: 48px;
    }
    .status_power span:last-child {
        font-size: 220px;
    }
    .status_power span:last-child::before {
        font-size: 96px;
    }
    .status_power span:last-child::after {
        font-size: 96px;
    }
    .status_features_items {
        gap: 20px;
    }
    .status_features_item {
        padding: 25px;
        gap: 25px;
    }
    .status_features_item svg {
        width: 80px;
        height: 80px;
    }
    .status_features li {
        font-size: 18px;
    }

    /* Модели, документы, видео */
    .status_models {
        padding: 60px;
    }
    .status_video, .status_docs {
        margin-top: 70px;
        padding: 0 60px;
    }
    .status_docs_grid {
        gap: 20px;
    }
    .status_doc a {
        font-size: 18px;
    }

    /* Контакты */
    .status_contacts {
        padding: 60px;
    }
    .status_contacts img {
        min-height: 220px;
    }

    /* Карта */
    .status_map_head {
        padding: 0 60px;
    }
    .status_map_list {
        padding: 60px 40px;
        width: 50%;
    }
    .status_map_marks {
        height: 500px;
    }
}

@media (max-width: 767px) and (min-width: 600px) {
    /* Типографика */
    .t-s {
        font-size: 12px;
    }
    .t-l {
        font-size: 24px;
    }
    .tm-l {
        font-size: 16px;
    }
    .t-xl {
        font-size: 28px;
    }
    .t-2xl {
        font-size: 36px;
    }
    .status_page h1 {
        font-size: 36px;
    }
    .status_page h2 {
        font-size: 18px;
    }
    .status_page h3 {
        font-size: 16px;
    }

    /* Hero секция */
    .status_hero {
        min-height: 380px;
        padding: 40px;
        background-position: -80px center;
    }
    .status_hero_righr {
        margin-left: 180px;
        max-width: 380px;
        gap: 12px;
    }
    .status_hero .pre {
        font-size: 12px;
    }
    .status_hero_logo {
        width: 32%;
    }

    /* Features секция */
    .status_features {
        gap: 50px;
        padding: 40px;
    }
    .status_power {
        margin-top: 20px;
    }
    .status_power span:first-child {
        font-size: 32px;
    }
    .status_power span:last-child {
        font-size: 160px;
    }
    .status_power span:last-child::before {
        font-size: 64px;
    }
    .status_power span:last-child::after {
        font-size: 64px;
    }
    .status_features_items {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .status_features_item {
        padding: 20px;
        gap: 20px;
    }
    .status_features_item svg {
        width: 70px;
        height: 70px;
    }
    .status_features_item p {
        margin-top: 8px;
    }
    .status_features li {
        font-size: 16px;
        line-height: 1.4;
    }
    .status_features_list {
        margin-top: 30px;
    }

    /* Модели, документы, видео */
    .status_models {
        padding: 0 40px;
        margin-top: 20px;
    }
    .status_video, .status_docs {
        margin-top: 50px;
        padding: 0 40px;
        gap: 30px;
    }
    .status_video iframe {
        margin-top: 30px;
        width: 100%;
        height: 45vw;
    }
    .status_docs_grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .status_doc a {
        font-size: 16px;
    }

    /* Контакты */
    .status_contacts {
        padding: 40px;
        gap: 30px;
    }
    .status_contact {
        max-width: 450px;
    }
    .status_contact p:nth-child(2) {
        margin: 30px 0;
    }
    .status_contacts img {
        min-height: 180px;
        height: 180px;
    }

    /* Карта */
    .status_map_head {
        padding: 0 40px;
        margin-top: 20px;
    }
    .status_map {
        flex-direction: column;
        margin: 30px 0 50px 0;
    }
    .status_map_list {
        width: 100%;
        padding: 30px 40px;
    }
    .status_map_marks {
        width: 100%;
        height: 400px;
    }
    .locations-list {
        height: 380px;
    }
    .locations-list .list-item {
        padding: 20px 0;
    }
    .locations-list .item-name {
        font-size: 15px;
    }
    .locations-list .item-address {
        font-size: 14px;
    }
    .locations-list .map-button {
        padding: 8px;
        font-size: 14px;
        min-width: 150px;
    }
    .status_buy {
        padding: 40px;
    }
    .status_buy a {
        font-size: 20px;
    }
}

@media (max-width: 477px) {
    .t-s {
        font-size: 10px;
    }
    .t-l {
        font-size: 18px;
    }
    .tm-l {
        font-size: 14px;
    }
    .t-xl {
        font-size: 16px;
    }
    .t-2xl {
        font-size: 22px;
    }
    .status_hero_righr {
        gap: 10px;
        margin-left: 140px;
        max-width: unset;
    }
    .status_page h1 {
        font-size: 27px;
    }
    .status_hero .pre {
        font-size: 10px;
    }
    .status_hero {
        background-position: -45px 25px;
        min-height: 280px;
        padding: 20px;
    }
    .status_hero_logo {
        top: 0;
        transform: unset; 
        width: 45%;
    }
    .status_features {
        gap: 40px;
        margin-top: 40px;
        padding: 0px;
    }
    .status_page h2 {
        font-size: 12px;
    }
    .status_page h3 {
        font-size: 14px;
    }
    .status_power span:first-child {
        font-size: 18px;
    }
    .status_power span:last-child {
        font-size: 85px;
    }
    .status_power span:last-child::before {
        font-size: 36px;
    }
    .status_power span:last-child::after{
        font-size: 36px;
    }
    .status_features_items {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .status_features_item {
        border-radius: 7px;
        padding: 20px;
        gap: 20px;
    }
    .status_features_item svg {
        width: 60px;
        height: 60px;
    }
    .status_features_item p {
        margin-top: 5px;
    }
    .status_features li {
        padding: 5px 0;
        font-size: 16px;
        line-height: 100%;
    }
    .status_features_list { 
        margin-top: 20px;
    }
    .status_models {
        margin-top: 40px;
        padding: 0;
    }
    .status_docs h2, .status_models h2 {
        margin-bottom: 20px;
    }
    .status_video, .status_docs {
        margin-top: 40px;
        padding: 0;
        gap: 20px;
    }
    .status_video iframe {
        margin-top: 20px;
        width: 100%;
        height: 53vw;
    }
    .status_docs_grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .status_doc a {
        font-size: 12px;
    }
    .status_contacts {
        padding: 20px;
        align-items: center;
        gap: 20px;
    }
    .status_contacts img {
        height: 188px;
        min-height: 188px;
        margin-right: -70px;
    }
    .status_contact p:nth-child(2) {
        margin: 20px 0;
    }
    .status_map_head {
        margin-top: 40px;
        padding: 0;
    }
    .status_map {
        flex-direction: column;
        margin: 20px 0 40px 0;
    }
    .status_map_list {
        width: 100%;
        padding: 20px;
    }
    .status_map_marks {
        width: 100%;
        height: 100vw;
    }
    .locations-list .item-name {
        font-size: 14px;
    }
    .locations-list .item-address {
        font-size: 14px;
    }
    .locations-list .map-button {
        background-color: #00000000;
        color: #000;
        padding: 7px;
        margin-top: 7px;
        font-size: 14px;
        min-width: 150px;
    }
    .locations-list .list-item {
        padding: 15px 0;
    }
    .locations-list {
        height: 320px;
        overflow-y: scroll;
    }
    .status_buy {
        padding: 40px;
    }
    .status_buy a {
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    .status_hero_righr {
        margin-left: 110px;
    }
    .status_hero_logo {
        width: 55%;
    }
    .status_hero {
        background-position: -70px 25px;
    }
    .status_contacts img {
        margin-right: -40px;
        height: 150px;
        min-height: 150px;
    }
    .status_doc a {
        font-size: 11px;
    }
    .t-2xl {
        font-size: 20px;
    }
}