.about-company {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.about-company-banner {
    background-image: url(/media/img/about-head-logo.webp);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 170px;
    justify-content: center;
    align-content: space-between;
}

.about-company h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 3em;
    margin: 0;
    padding-left: 5vw;
}

.about-company h2 {
    color: #32467d;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 4px;
}

.about-company-video-iframe {
    text-align: center;
    cursor: pointer;
    position: fixed;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    display: none;
    padding-top: 15%;
}

.about-company-video {
    height: 252px;
    background: url(/media/img/about-video-ru.jpg) no-repeat;
    background-size: cover;
    cursor: pointer;
}

/* Каталог раздела "О компании" */
.products-col {
    display: flex;
}

.products__item {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    padding-top: 20px;
}

.products__item a {
    margin-left: 10px;
    margin-top: 14px;
    text-decoration: underline;
}

/* END Каталог раздела "О компании" */

/* Каталог раздела "Продукция" */
.catalog_category {
    display: flex;
    flex-direction: row;
}

.catalog_categories_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;}

/* END Каталог раздела "Продукция" */

/* Элемент каталога*/
.catalog_category_element {
    display: flex;
    flex-direction: column;
}

/* END Элемент каталога*/

/* Склады */
.warehouse-section {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.warehouse-mini-banner {
    margin-top: 30px;
    background: url(/media/img/about-storages.png) no-repeat;
    width: 187px;
    height: 66px;
}

.warehouse-map {
    display: flex;
    width: 100%;
    background: url(/media/img/about-storages-map.webp) no-repeat center;
    height: 636px;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

.warehouse-wrapper {
    color: #32467d !important;
    font-size: 19px;
    top: 45px;
}

.warehouse-item {
    text-decoration: none;
    border-bottom: 1px dotted #32467d;
    margin-right: 10px;
}

/* END Склады */

/* Контакты */
.contacts_wrapper {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*flex-wrap: wrap;*/
    max-width: 90%;
    align-items: flex-start;
    justify-self: center;
}

.contacts_info_wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contacts_map_wrapper {
    display: flex;
    justify-content: space-between;
}

.contacts_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts_column {
    display: flex;
    flex-direction: column;
}

.contacts_row {
    display: flex;
    flex-direction: row;
}

.contacts_address {
    width: 50%;
}

/* END Контакты */

/* Вакансии */
.vacancies_slider {
    max-width: 845px
}

.vacancies_hr_wrapper {
    display: flex;
    flex-direction: row;
}

.vacancies_managers_wrapper {
    display: flex;
    flex-direction: column;
}

.vacancies_hr_managers {
    display: flex;
    flex-direction: column;
}

.vacancies_manager_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    height: fit-content;
    box-sizing: border-box;
    width: 100%;
    /*gap: 1vh;*/
}

.vacancies_manager_info {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.vacancies_manager_left {

}

.vacancies_manager_right {
    max-width: 60%;
}

.vacancies_manager_name {
    margin: 0;
}

.vacancies_manager-write-button {
    width: 100%;
    position: relative;
    top: 0;
}

.vacancies_list_wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 3vw;
}

.vacancies_list_title {
    font-size: 3vw;
}

.vacancies_catalog {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 3vw;
}

.vacancies_catalog_category {
    max-width: 26vw;
}

.vacancies-content {
    font-size: 1em;
}

.vacancies_vacancy_name {
    color: #146ebe;
    font-size: 1em;
}

.vacancies_preview_data, .vacancies_preview_data > div > span {
    display: flex;
    flex-wrap: nowrap;
    background-color: #cde3fc;
    gap: 1vw;
    text-align: center;
    justify-content: space-between;
}

.vacancies_preview_data > div {
    max-width: 33.3%;
}

/* END Вакансии */

/* Новости */

/*.news_page {*/
/*    background-color: orange;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

/* END Новости */


@media (max-width: 1160px) {
    /* media Новости */
    /*h1 {*/
    /*    font-size: 3vw;*/
    /*    padding-left: 7vw;*/
    /*}*/
    .news_page {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3vh;
    }

    .date,
    .news_h {
        text-align: left;
    }

    .date,
    .news_h > a,
    .news_item_content {
        font-size: 2.5vw;
    }

    .paginator a {
        font-size: 2vw;
    }

    .news_page_left {
        width: 85%;
        padding: 0;
        text-align: justify;
        font-size: 1.2vw;
    }

    .news_page_right {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
    }

    .subscribe-form input {
        font-size: 2.5vw;
    }

    /* EDN media Новости */
    /* media Вакансии */
    .vacancies_hr_wrapper {
        flex-direction: column;
        padding-bottom: 2vh;
    }

    .vacancies_managers_wrapper {
        width: 100%;
    }

    .vacancies_hr_managers {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .vacancies_manager_item {
        max-width: 50%;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        align-items: flex-start;
    }

    .vacancies_manager_info {
        gap: 3vw;
    }

    .vacancies_manager_name {
        font-size: 2.5vw;
    }

    .m_dol,
    .m_skype {
        font-size: 3vw;
        margin: 0;
    }

    .vacancies_manager_contact > a > span,
    .vacancies_manager_contact span {
        font-size: 3vw;
    }

    .vacancies_slider {
        max-width: 100%;
    }

    .vacancies_slider .slider__item {
        background-size: contain;
    }

    .vacancies_slider .fotorama__wrap {
        height: 500px;
    }

    .vacancies_slider .fotorama__frame {
        /*background-color: #2e6486;*/
        background: linear-gradient(111deg, #2e6486, #4DA3D8);
    }

    .vacancies_slider .fotorama__thumbs-shaft {
        right: 12vw;
    }

    .vacancies_info_text {
        text-align: justify;
        padding: 3vw;
        font-size: 3vw;
    }

    /*ul.catalog_menu > li > a {*/
    /*    font-size: 0.7em;*/
    /*}*/

    /* END media Вакансии */
    /* Контакты */
    ul.contacts_tab_h li > a,
    .contacts_address,
    .contacts_address span,
    .contacts_address div,
    .contacts_address a,
    .contacts_address p {
        font-size: 3vw;
    }

    .manager {
        width: 40%;
        height: fit-content;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .manager_tab {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1vw;
        font-size: 3vw;
    }

    .manager_left {
        position: relative;
        width: fit-content;
    }

    .manager_left .manager-write-button {
        width: fit-content
    }

    .manager-write-button {
        font-size: 2.5vw;
    }

    .manager_right {
        margin: 0;
        padding: 0;
    }

    .vacancies_manager_right {
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }

    .manager_right p,
    .m_mail,
    .m_mail span,
    .call_phone_2 {
        font-size: 2vw;
    }

    .m_mail, .m_phone {
        padding: 0;
        background: none;
    }

    .manager_filter {
        width: 100%;
    }

    .vacancies_catalog {
        font-size: 3vw;
    }

    /* END Контакты */
    /* Каталог раздела "Продукция" */
    .catalog_category {
        display: flex;
        flex-direction: row;
    }

    .catalog_category_left {
        font-size: 4vw;
        width: 30%;
        overflow-wrap: anywhere;
    }

    .catalog_categories_wrapper {
        width: 70%;
        /*flex-wrap: wrap;*/
        flex-wrap: nowrap;
    }

    .cci_block div {
        margin-bottom: 5px;
        max-width: 90%;
        /*overflow-wrap: anywhere;*/
    }

    ul.catalog_menu li {
        width: auto;
        margin-left: 0 !important;
    }

    ul.catalog_menu img {
        width: 40px !important;
    }

    .catalog_category_item {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }

    /*.iall a {*/
    /*    font-size: 3vw;*/
    /*}*/

    /* END Каталог раздела "Продукция" */
}

@media (min-width: 1161px) {
    /* media Вакансии */
    .vacancies_hr_wrapper {
        flex-direction: row-reverse;
    }

    .vacancies_managers_wrapper {
        width: 30%;
    }

    /* END media Вакансии */
}

