.client_block__row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px 0;
}

.client_block__item_img img {
    width: 100%;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.advantages_block_left {
    display: flex;
    flex-direction: column;
    width: 95%;
}

.advantages_block_slider .swiper-slide {
    padding: 15px;
    border-bottom: 3px solid #00608b;
    background: #f3f8fc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: unset;
}

.advantages_block_slider .swiper-wrapper {
    align-items: stretch;
}

.advantages_block_slider .swiper {
    height: 100%;
    width: 100%;
}

.advantages_block_slider {
    overflow: hidden;
    width: 700px;
    min-width: 700px;
}

.advantages_block_slider .swiper {
    height: 100%;
    width: 700px;
}

.advantages_block_left .slidePrev-btn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='37' viewBox='0 0 42 37' fill='none'%3E%3Cpath d='M1.23223 16.7322C0.255922 17.7085 0.255922 19.2915 1.23223 20.2678L17.1421 36.1777C18.1184 37.154 19.7014 37.154 20.6777 36.1777C21.654 35.2014 21.654 33.6184 20.6777 32.6421L6.53553 18.5L20.6777 4.35786C21.654 3.38155 21.654 1.79864 20.6777 0.82233C19.7014 -0.15398 18.1184 -0.15398 17.1421 0.82233L1.23223 16.7322ZM3 21H42V16H3V21Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

.advantages_block_left .slideNext-btn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='38' viewBox='0 0 42 38' fill='none'%3E%3Cpath d='M40.7678 20.7678C41.7441 19.7915 41.7441 18.2085 40.7678 17.2322L24.8579 1.32233C23.8816 0.34602 22.2986 0.34602 21.3223 1.32233C20.346 2.29864 20.346 3.88155 21.3223 4.85786L35.4645 19L21.3223 33.1421C20.346 34.1184 20.346 35.7014 21.3223 36.6777C22.2986 37.654 23.8816 37.654 24.8579 36.6777L40.7678 20.7678ZM0 21.5H39V16.5H0V21.5Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

.main_page_front .splide__slide_text p {
    font-size: 30px;
    color: #fff;
    max-width: 100%;
    line-height: 40px;
    font-weight: bold;
}

.main_page_front .splide__slide_text {
    position: absolute;
    top: 30%;
    margin: 0 auto;
    width: 35%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 38%;
    align-items: flex-start;
}

.main_page_front .splide__slide_title {
    font-size: 55px;
    color: #fff;
    font-weight: bold;
}

.content {
    position: relative;
    margin-left: 120px;
    padding-top: 10px;
    background: #fff;
    min-height: 200vh;
    overflow-x: unset;
    padding-top: 126px !important;

}

.content__sidebar {
    position: fixed;
    z-index: 100;
    width: 120px;
    left: 0;
    top: 115px;
}


.production_menu {
    width: 100%;
    background: white;
    height: auto;
    position: absolute;
    z-index: 160;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #f6f6f6;
    position: fixed;
}

.production_link_active {
    background: #f6f5f5 !important;
}

.production_link_active a {
    color: #444444 !important;
}

.production_menu_child {
    margin: auto;
    width: 90%;
    height: 90%;
    display: flex;
}

.production_menu_column {
    width: 17.5%;
    border-right: 1px solid #cdcdcd;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
}

.border-none {
    border: none !important;
}

.production_menu_column_name a {

    color: #263652;
    font-size: 13pt;
    margin-top: 1em;
    font-weight: bold;
}

.production_menu_link_pipe a {
    color: #444444;
}

.production_menu_link_pipe:hover .arrow_right {
    visibility: visible;
}

.production_menu_icon,
.close_production_menu {
    display: none;
}


.header_block__contact {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

body.n-page {
    min-width: 1240px;
    background: #fff;
    font-family: 'Proxima Nova Rg', sans-serif;
}

.n-header__menu>li>ul {

    top: 100%;
    left: 0;
    padding: 10px 0 20px 0;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-top-color: #fff;
    white-space: nowrap;
    -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .08);
    z-index: 99;
}

.n-header__menu>li>ul>li>a::before {
    content: none;
    position: absolute;
    left: 20px;
    top: 8px;
    width: 10px;
    text-align: center;
}

.n-header__menu>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 30px 8px 35px;
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
    font-size: 18px;
    color: #263652;
}

.n-header__menu>li>ul>li>a:hover::before {
    content: none;
}

.header_block {
    display: flex;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #d8d9d9;
    padding: 15px 15px 0 120px;
}

.production_menu_child {
    margin: auto;
    width: 90%;
    height: 90%;
    display: flex;
    align-items: flex-start;
}

.header_block_wrap .header_block__menu .n-header__menu>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 40px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.n-header__menu>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 30px 8px 35px;
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
    font-size: 16px;
    color: #263652;
}

.footer_block__left_text {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.left_block_menu a {
    display: flex;
    border: 1px solid #00608B;
    background: #f3f8fc;
    max-width: 100%;
    color: #000;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 6px;
    justify-content: center;
    border-top:none;
    text-transform:uppercase;
}

.container_breadcrumbs {}

.breadcrumbs a {
    color: #333;
    opacity: 1;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'Proxima Nova Rg', sans-serif;
}

.breadcrumbs>li:not(:first-child) {
    margin-left: 5px;
    color: #333;
    opacity: 1;
}

.breadcrumbs>li {
    font-family: 'Proxima Nova Rg', sans-serif;
    color: #333;
    opacity: 1;
}

.breadcrumbs>li:nth-child(2) {
    display: none;
}


@media (max-width: 767px) {
    .splide__slide {
        height: 40vh !important;
    }
}

.block_vacansii_img {
    border-radius: 30px;
    border: 2px solid #009fe3;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 30%;
    max-width: 30%;
}

.block_vacansii_img img {
    max-width: 250px;
}

.block_vacansii_body {
    border-radius: 30px;
    background: #009fe3;
    padding: 25px;
    display: flex;
    gap: 25px;
    flex: 1;
}

.block_vacansii_row {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.block_vacansii_row h5 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.main_page_front .header_block_wrap .header_block__menu .n-header__menu>li>a {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 40px;
    color: #fff;
    text-align: center;
}

.footer_form_input input {
    color: #fff;
    padding: 15px 16px;
    background: none;
    outline: none;
    border: none;
    border-bottom: 2px solid #fff;
    min-width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 14px !important;
    font-weight: normal;
    padding-left: unset;
    height: auto;
    width: 100%;
}

.footer_form_input textarea {
    color: #fff;
    padding: 15px 16px;
    background: none;
    outline: none;
    border: none;
    border-bottom: 2px solid #fff;
    min-width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 14px !important;
    font-weight: normal;
    padding-left: unset;
    height: auto;
    width: 100%;
}


.footer_form_input textarea::placeholder {
    /* Modern browsers */
    color: #fff;
    font-size: 14px !important;
    font-weight: normal;
    padding-left: unset;
}

.materiall_block__item_text table {
    width: 100% !important;
}

.materiall_block__item_text td {
    border: none;
    height: auto !important;
    display: flex;
    padding-bottom: 5px;
}

.materiall_block__item_text tr {
    height: auto !important;
    display: flex;
    border: none;
    gap: 40px;
    justify-content: space-between;

}

.materiall_block__item_text td:nth-child(1) {
    max-width: 60%;
}

.materiall_block__item_text td:nth-child(2) {
    max-width: 30%;
    width: 30%;
}

.client_block__row {
    align-items: center;
}

.client_block__item_img {
    max-width: 240px;
}


@media (max-width: 767px) {
    .splide__slide {
        height: 40vh !important;
    }
}

.materiall_block__row {
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    grid-template-rows: repeat(2, 1fr);
    max-width: 100%;
    gap: 20px;
    margin-bottom: 50px;
}

.oborudovanie_block__inlude {
    color: #000;
    font-size: 18px;
    margin-bottom: 50px;
}

.oborudovanie_block__item_text {
    background: #1686b4;
    color: #fff;
    padding: 18px;
    border-radius: 30px;
    min-height: 100px;
    width: 100%;
    font-size: 14px;
    flex-basis: 176px;
}

.main_page__top_block_one p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin-bottom: 25px;
}

.main_page__top_block_left p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.footer_block__left_title {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.s-nav {
    position: -webkit-sticky;
    position: sticky;
    width: 110px;
    top: 0;
    font-size: 0;
}

.oborudovanie_block__item_text {
    background: #1686b4;
    color: #fff;
    padding: 18px;
    border-radius: 15px;
    min-height: 10px;
    width: 100%;
    font-size: 14px;
    flex-basis: 120px;
}

.oborudovanie_block__inlude h2 {
    color: #1686b4;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer_block__left_logo span {
    font-size: 14px;
    color: #FFF;
    font-family: proxima nova;
}

.footer_block {
    background: #056391;
    padding: 30px;
    margin-left: -150px;
    width: unset;
}

.header_fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.s-nav-search__btn.open .search-btn__ic-1 {
    opacity: 0;
}

.s-nav-search__btn.open .search-btn__ic-2 {
    opacity: 1;
    visibility: visible;
    display: flex;
    transform: unset;
}

.search-form.open {
    visibility: visible;
    transform: translate3d(0%, 0, 0);
}

.footer_form_row {
    display: flex;
    gap: 25px;
    width: 100%;
    align-items: flex-end;
}

.footer_form_btn button {
    font-size: 14px;
    font-family: proxima nova;
    color: #000;
    text-align: center;
    border-radius: 20px;
    background: #fff;
    padding: 15px 50px;
    outline: none;
    margin-bottom: 1px;
}

.footer_block__row {
    width: unset !important;
    max-width: 1440px !important;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 0;
}

.front_product__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.main_page_front .header_block__contact .mail_block span {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-right: 28px;
    display: flex;
    align-items: center;
    font-family: proxima nova;
    font-style: normal;
}

.main_page_front .header_block__contact .phone_block a {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-right: 28px;
    display: flex;
    align-items: center;
    font-family: proxima nova;
    font-style: normal;
}

.header_block__contact_btn a {
    color: #f5f5f5;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #00608b;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_page_front .header_block {
    transition: all 1s ease-in-out;
}

.main_page_front .header_block.background-color {
    transition: all 1s ease-in-out;
    background-color: #fff;
}

.main_page_front .header_block.background-color .header_block__menu .n-header__menu>li>a {
    color: #000;
}

.main_page_front .header_block.background-color .header_block__contact .city_block a {
    color: #000;
}

.main_page_front .header_block.background-color .header_block__contact .mail_block span {

    color: #000;

}

.main_page_front .header_block.background-color .header_block__contact .phone_block a {
    color: #000;
}



.main_page_front .header_block.background-color .header_block_wrap .header_block__menu {
    border-top: 2px solid #056391;
}

.header_block__logo_00 {
    display: none;
    align-items: center;
    justify-content: flex-start;
}

.main_page_front .header_block.background-color .header_block__logo {
    display: none;
}

.main_page_front .header_block.background-color .header_block__logo_00 {
    display: flex;
}

.footer_form_btn .warning-buy {}

.footer_form_btn .warning-buy {
    padding: 0 40px;
}

.footer_form_btn .warning-buy small {
    color: #fff;
    font-size: 14px;
}

.footer_form_btn .warning-buy a {
    color: #fff;
}

.main_page__item__body {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main_page__row_02 .main_page__item__body {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main_page__row_03 .main_page__item__body {
    color: #00608b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.top_products_block ul {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1300px;
}

.footer_form_input input::placeholder {
    font-size: 14px;
}

.main_page__item_title {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
    min-height: 50px;
}



@media (max-width: 1400px) {
    /* .footer_block {
        background: #056391;
        padding: 30px;
        margin-left: 0;
        width: unset;
    }*/
}

.search-form__submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 40px;
    background: #2785AF;
    border: none;
    cursor: pointer;
    position: relative;
    background-image: url(../img/ic-search.svg);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
}

.container_projects .search-page input {
    border: 1px solid #d8d9d9;
}

.header_block__search {
    position: relative;
    margin-right: 20px;
}

.header_block__search_open {
    width: 25px;
    height: 33px;
    position: relative;
    background: none;
    outline: none;
    cursor: pointer;
}

.header_block__search_open svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.header_block__search_open svg:nth-child(2) {
display: none;
}

.header_block__search_open.open svg:nth-child(1){
display: none;
}
.header_block__search_open.open svg:nth-child(2){
    display: block;
    }
.header_block__search .search-form__content {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
}

.header_block__search .search-form__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 33px;
    padding: 0 15px;
    background: #fff;
    color: #fff;
    font-size: 16px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
}

.header_block__search .search-form__submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 33px;
    background: #2785AF;
    border: none;
    cursor: pointer;
    position: relative;
    background-image: url(../img/ic-search.svg);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;

}

.header_block__search .search-form {
    position: absolute;
    left: -12px;
    top: 0;
    height: 33px;
    font-size: 0;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    will-change: transform;
}

.header_block__search  .search-form.open{
    visibility: visible;
}

.s-nav-search {
    position: relative;
    width: 100%;
    display: none;
}
.zag1 {
    color: #005F87;
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.main_page__subtop_block {
    color: #009fe3;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #009fe3;
    margin-bottom: 30px;
    text-align: center;
}
.block_vacansii_title {
    color: #009fe3;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}
.container_card .h1 {
    color: #005F87;
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.section-title {
    margin-bottom: 30px;
    margin-top: 30px;
    /* margin-left: 340px; */
    width: 1110px;
    color: #005F87;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
