

/* Start:/local/templates/krastsvetmet/style_kit.css?177977041722343*/
body {
    background-color: black;
    color: #ffffff;
    font-family: 'Manrope', Arial, sans-serif;
}

.loadingoverlay{
    background-color: rgba(0, 0, 0, 0.8) !important;
    background-image: url(/local/templates/krastsvetmet/assets/img/loading-kit.gif) !important;
}


.policy_link {
color: #FFFFFF;
border-bottom: 1px dashed gray;
text-decoration: none;
}

.policy_link:hover{
    color: #848484;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #000000;
}

::-webkit-scrollbar-thumb {
    background-color: #272727;
    border-radius: 11px;
    border: 1px solid #000000;
    background-clip: padding-box;
}

::-webkit-scrollbar-track {
    background-color: #000000;
}

.tn-atom {
    position: absolute;
    border-radius: 3000px 3000px 3000px 3000px;
    background-image: radial-gradient(circle at center, rgba(0, 220, 185, 0.34) 0%, rgba(0, 0, 0, 0) 51%);
    border-color: transparent;
    border-style: solid;
    color: white;
    height: 90vh;
    width: 50vh;
    z-index: -100;
    margin-top: -100px;
}


.header {
    position: relative;
    width: 1289px;
    margin: 0 auto;
}


.header-main-menu {
    top: 20px;
    /* left: 15%;
    right: 15%; */
    left: 0;
    right: 0;
    width: 1289px;
    margin: 0 auto;
    display: flex;
    height: 76px;
    /* background-color: wheat; */
    align-items: center;

    position: fixed;
    /* padding-left: 66px; */
    /* box-sizing: border-box; */
    justify-content: space-between;
    z-index: 2;
    backdrop-filter: blur(30px);
    border-radius: 15px 15px 15px 15px;
}

.header-main-menu::before {
    content: '';
    position: absolute;
    border-radius: 15px 15px 15px 15px;
    opacity: 0.07;
    background-color: #ffffff;
    background-position: center bottom;
    border-color: transparent;
    border-style: solid;
    width: 100%;
    z-index: -1;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.kit-logo {
    height: 41px;
    margin-left: 66px;
    cursor: pointer;
    z-index: 50;
}

.menu-select {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 10px 10px 10px 10px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    /* z-index: 50; */


    cursor: pointer;
    display: flex;
    align-items: center;

    padding: 10px 7px;

}

.menu-select:hover,
.menu-tel-num:hover,
.header-menu-block-link:hover {
    background-color: rgba(180, 180, 180, 0.1);
}

.menu-select img {
    width: 20px;
    margin-bottom: -5px;
    margin-left: 4px;
}

.menu {
    z-index: 50;
    display: flex;
    gap: 25px;
    margin-left: -100px;
}

.menu-tel-num {
    z-index: 50;
    margin-right: 66px;
    border-radius: 10px 10px 10px 10px;
}

.menu-tel-num a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-width: 1px;
    border-radius: 10px 10px 10px 10px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;

    display: flex;
    gap: 6px;
    text-decoration: none;
    padding: 10px 7px;
}

.menu-tel-num a img {
    width: 17px;
}


.header-menu {
    left: 0;
    right: 0;
    width: 1289px;
    margin: 0 auto;
    margin-top: -60px;
    position: fixed;
    height: auto;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
    gap: 15px;
    padding: 46px;
    display: none;
    border-radius: 15px 15px 15px 15px;

    z-index: 51;
    backdrop-filter: blur(30px);
    box-sizing: border-box;
}

.header-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px 15px 15px 15px;
    opacity: 0.07;
    background-color: #ffffff;
    background-position: center bottom;
    border-color: transparent;
    border-style: solid;
    width: 100%;
    z-index: -1;
}


.header-menu-block {
    flex: 0 0 350px;
    /* Не растягиваем, не сжимаем, ширина 1/3 */
    box-sizing: border-box;
    padding: 20px;
    border-radius: 15px 15px 15px 15px;
}

.header-menu-block-link {
    cursor: pointer;
}

.header-menu-block-title {
    vertical-align: middle;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0.5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-bottom: 5px;
}

.header-menu-block-text {
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 300;
    letter-spacing: 0.5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.visible {
    display: flex;
}

.middle {

    width: 1169px;
    margin: 0 auto;
    margin-top: 186px;

    z-index: 1;
    display: flex;
    gap: 40px;
}

.middle>div {
    flex: 1;
}

.middle-left-title {
    color: var(--#FFFFFF, rgba(255, 255, 255, 1));

    font-family: 'Manrope', Arial, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0%;
    text-align: left;

    margin-bottom: 32px;
}

.middle-left-text {
    color: var(--#FFFFFF, rgba(255, 255, 255, 1));

    font-family: 'Manrope', Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 32px;
}

.middle-left-bottom {
    color: var(--#FFFFFF, rgba(255, 255, 255, 1));

    font-family: 'Manrope', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: left;
}


input {
    /* Убираем стандартную рамку и отступы */
    border: none;
    outline: none;
    /* Убираем фокус-рамку (заменяем ниже) */
    background: transparent;
    /* Прозрачный фон */
    padding: 8px 0;
    /* Вертикальные отступы внутри */
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;

    /* Только нижняя граница */
    border-bottom: 1px solid rgba(132, 132, 132, 1);
    /* Цвет и толщина подчёркивания */

    /* Опционально: плавное изменение при фокусе */
    transition: border-color 0.3s ease;
    color: #FFFFFF;

    font-family: 'Manrope', Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;

    margin-bottom: 30px;
}

input::placeholder {
    color: rgba(255, 255, 255, 0.8);

    font-family: 'Manrope', Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
}


.custom-select {
    position: relative;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    outline: none;
    margin-bottom: 30px;
}



/* Стиль выбранного значения — только подчёркивание */
.select-selected {
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid rgba(132, 132, 132, 1);
    /* белое подчёркивание */
    cursor: pointer;
    transition: border-color 0.3s ease;
    user-select: none;

    display: flex;
    justify-content: space-between;
}

.select-selected-text.active {
    color: #ffffff;
}


/* Выпадающий список — без рамки, прозрачный фон */
.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: rgba(180, 180, 180, 0.1);
    /* Прозрачный фон */
    border: none;
    /* ← Нет рамки! */
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s ease;
    backdrop-filter: blur(30px);
}

/* Показываем при открытии */
.custom-select.open .select-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Элементы списка */
.select-option {
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
}

.select-option:hover {
    background: rgba(255, 255, 255, 0.2);
}

.select-option.selected {
    font-weight: bold;
    color: #ffffff;
}

/* Скроллбар (опционально — стиль для WebKit) */
.select-options::-webkit-scrollbar {
    width: 6px;
}

.select-options::-webkit-scrollbar-track {
    background: rgba(180, 180, 180, 0.05);
}

.select-options::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}


textarea {
    /* Убираем всё */
    border: none;
    outline: none;
    resize: none;
    /* Отключаем изменение размера (или оставь, если нужно) */
    background: transparent;
   font-family: 'Manrope', Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0%;
    text-align: left;
    color: #ffffff;
    width: 100%;
    /* padding: 8px 0; */
    /* Вертикальные отступы внутри */


    /* Только нижнее подчёркивание */
    border-bottom: 1px solid rgba(132, 132, 132, 1);

    /* Чтобы высота была минимальной — 1-2 строки */
    min-height: 145px;
    /* ~1 строка */
    /* Или: */
    /* min-height: 48px; */
    /* ~2 строки */

    /* Для корректной работы placeholder */
    box-sizing: border-box;
}


/* Стиль placeholder */
textarea::placeholder {

    color: rgba(255, 255, 255, 0.8);

    font-family: 'Manrope', Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0%;
    text-align: left;
}


.file-upload {
    font-family: Arial, sans-serif;
    margin: 10px 0;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.file-upload-button {
    display: inline-block;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.16);
    ;
    color: var(--#FFFFFF, rgba(255, 255, 255, 1));

    font-family: 'Manrope', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: left;
    border-radius: 6px;
    cursor: pointer;

    transition: background 0.3s ease;
}

.file-upload-button:hover {
    background: rgba(180, 180, 180, 0.1);
}

.file-upload-button input {
    display: none;
    /* Скрываем реальное поле */
}

.file-upload-info {
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.8);

    font-family: 'Manrope', Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
}

.file-upload-feedback {
    margin-top: 8px;
    font-size: 13px;
    min-height: 18px;
}

.feedback-success {
    color: rgba(1, 149, 126, 1);
}

.feedback-error {
    color: #c00;
}



.custom-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);

    font-family: 'Manrope', Arial, sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: left;
    cursor: pointer;
    user-select: none;
    margin-top: 10px;
}

/* Скрытый нативный чекбокс */
.custom-checkbox input[type="checkbox"] {
    display: none;
}

/* Кастомная рамка чекбокса */
.checkbox-icon {
    display: inline-block;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(132, 132, 132, 1);
    /* Чёрная рамка */
    border-radius: 6px;
    /* Закруглённые углы */
    position: relative;
    transition: all 0.2s ease;
    background: transparent;
}

/* Галочка — отображается при checked */
.custom-checkbox input[type="checkbox"]:checked+.checkbox-icon::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid rgba(132, 132, 132, 1);
    /* Цвет галочки */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Эффект при наведении */
.custom-checkbox:hover .checkbox-icon {
    border-color: #666;
}

/* Фокус (для доступности) */
.custom-checkbox input[type="checkbox"]:focus+.checkbox-icon {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.submit {
    box-sizing: border-box;
    /* border: 1px solid rgba(0, 181, 157, 1); */
    border-radius: 6px;
    background: rgba(1, 149, 126, 1);

    margin-top: 40px;


    color: var(--#FFFFFF, rgba(255, 255, 255, 1));

    font-family: 'Manrope', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;

    /* *Button* */

    height: 44px;
    /* Автолейаут */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 16px 0px 16px;

    cursor: pointer;
}

.submit:hover {
    background-color: #007768;
}


.footer {
    margin-top: 130px;
    /* height: 362px; */

    color: #ffffff;
    font-size: 12px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.footer-kit-logo {
    width: 261px;
    cursor: pointer;
}

.footer-top {
    /* padding-left: 15%;
    padding-right: 15%; */
    width: 1169px;
    margin: 50px auto;
    height: 70%;
    display: flex;
    align-items: center;
}

.footer-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    /* физическая высота — 1px */
}

.footer-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #848484;
    transform: scaleY(0.5);
    transform-origin: top;
}

.footer-about-us {
    display: flex;
    flex-direction: column;
}

.footer-logo-block {
    width: 30%;
}

.footer a {
    outline: none;
    text-decoration: none;

    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 2;
    font-weight: 300;
    letter-spacing: 0.5px;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}

.footer a:hover {
    color: #848484;
}

.footer-title {
    margin-bottom: 10px;

    color: #ffffff;
    font-size: 18px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

.footer-tel-descr {
    color: #848484;
    margin-bottom: 8px;
}

.footer-bottom-block {
    display: flex;
    /* padding-left: 15%;
    padding-right: 15%; */
    width: 1169px;
    margin: 0 auto;
    padding-top: 35px;
    margin-bottom: 15px;
    font-size: 12px;
}

.footer-bottom-block a {
    font-size: 12px;
}

.footer-bottom-block-left {
    width: 30%;
    color: #848484;
}

.textarea-error,
.checkbox-error {
    display: none;
    color: red;
}

.custom-alert {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 20px;
    background-color: rgba(1, 149, 126, 1);
    border-radius: 6px;
    display: none;
    white-space: nowrap;
}

.header-mobile {
    display: none;
    position: fixed;
    border-radius: 7px 7px 7px 7px;
    justify-content: space-between;
    left: 10px;
    right: 10px;
    top: 30px;
    padding: 12px 20px;
    backdrop-filter: blur(30px);
    z-index: 100;
}

.header-mobile::before {
    content: '';
    position: absolute;
    border-radius: 7px 7px 7px 7px;
    opacity: 0.07;
    background-color: #ffffff;
    background-position: center bottom;
    border-color: transparent;
    border-style: solid;
    width: 100%;
    z-index: -1;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.kit-logo-mobile {
    width: 129px;
}

.kit-mobile-menu-icon {
    width: 36px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: black;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transform: translateX(100%);
    /* изначально скрыто справа */
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    color: #ffffff;
}

.mobile-menu.open {
    transform: translateX(0);
    /* выезжает на экран */
}

.close-btn {
    align-self: flex-end;
    font-size: 32px;
    background: none;
    border: none;
    cursor: pointer;
    color: #ffffff;
    width: 40px;
    height: 40px;
    padding: 0;
}

.menu-content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 18px;
    flex: 1;

}

.menu-content a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.menu-content a:hover {
    color: #007acc;
}

.menu-content-nav {
    font-size: 24px;
    color: #ffffff;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.menu-content-nav-with-arrow {
    position: relative;
}

.menu-content-nav-with-arrow::after {
    border-color: transparent;
    border-style: solid;
    border-top-color: inherit;
    border-width: 4px 3px 0;
    content: "";
    height: 0;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
}

.menu-content-nav-item-title {
    display: flex;
}

.menu-content-rights {
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    margin-top: 25px;
    font-weight: 400;
    line-height: 1.45;
}

.menu-content-rights a {
    color: rgb(132, 132, 132);
    border-bottom: 1px solid rgb(132, 132, 132);
    box-shadow: none;
    text-decoration: none;
    outline: none;
    padding: 0;
}

.menu-content-icons {
    display: flex;
    margin-top: 24px;
    gap: 8px
}

.menu-content-nav-items {
    font-size: 20px;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.35;
    text-transform: none;

    display: flex;
    flex-direction: column;
    gap: 16px;

    margin-top: 15px;

    display: none;
}



.menu-content-nav-items.open {
    display: flex;
}

.cookie-modal {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999999;
    max-width: 700px;
    padding: 15px 25px;
    box-sizing: border-box;
    border-radius: 7px;
    background-color: #1e1e1e;

    font-size: 12px;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 400;

    display: none;

    align-items: center;
    gap: 15px;
}

.cookie-modal a {
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(167, 167, 167);
    box-shadow: none;
    text-decoration: none;
}

.cookie-modal-button {
    color: #ffffff;
    background-color: #01957e;
    border-style: none !important;
    border-radius: 5px;
    box-shadow: none !important;
    font-weight: 500;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
    cursor: pointer;

    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    flex-shrink: 0;
    margin-left: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
}


.cookie-modal-button:hover {
    color: #ffffff !important;
    background-color: #007768 !important;
}

@media (max-width: 767px) {

    .header{
        display: none;
    }

    .header-mobile {
        display: flex;
    }

    .middle {
        flex-direction: column;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 158px;
        gap: 72px;
    }

    .middle-left-title {
        font-size: 24px;
        margin-bottom: 24px;
        line-height: 33px;
    }

    .middle-left-text {
        font-size: 14px;
        line-height: 19px;
    }

    textarea {
        min-height: 170px;
    }

    .file-upload {
        flex-direction: column;
        align-items: start;
    }

    .custom-alert {
        top: 100px;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-logo-block {
        display: none;
    }

    .footer-info {
        flex-direction: column;
        gap:35px;
    }

    .footer-bottom-block {
        flex-direction: column;
        padding-top: 25px;
        margin: 0 20px 30px 20px;
        gap: 15px;
    }

    .footer-top {
        width: auto;
        margin: 25px 20px;
    }

    .footer-bottom-block {
        width: auto;
    }

    .footer {
        height: auto;
        margin-top: 70px;
    }

    .footer-line {
        height: 1px !important;
        width: 100%;
    }

    .dsf{
        font-size: 14px;
        font-family: 'Manrope', Arial, sans-serif;
        line-height: 2;
        font-weight: 300;
        letter-spacing: 0.5px;
    }

    .footer-bottom-block-left{
        width: 100%;
    }

    .tn-atom{
        left:-50%;
    }

    .textarea-error, .checkbox-error{
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/krastsvetmet/refining.css?177977041727863*/
/* ------------------ Аффинажный дивизион ------------------ */
.btn-width-service{
  display: block;
      width: 100%;
      text-align: center;
  }
  .div-btn-width-service{
      width: 500px;
      margin: 0 auto;
  }
  .cpi-buttons__item {
    white-space: nowrap;
    letter-spacing: .02em !important;
    padding: 1.5rem 2rem !important;
  }
  
  .menu-page__link {
    font-size: 20px !important;
    line-height: 27px;
    letter-spacing: .02em;
  }
  
  .list__item::before {
    left: 0rem;
  }
  
  .list__item {
    padding-left: 2rem;
  }
  
  .header_refining-banner__img {
    background-image: url("/local/templates/krastsvetmet/assets/img/division_refining/banner_index.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 554px;
    display: flex;
  }
  
  
  .header_refining-banner-ac__img {
    background-image: url("/local/templates/krastsvetmet/assets/img/division_refining/banner_ac.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 554px;
    display: flex;
  }
  
  
  .header_refining-banner__block {
    margin: auto 0;
    height: 100%;
    /* padding-top: 100px; */
    padding-left: 8rem;
    width: 580px;
  }
  
  .header_refining-banner__block_ac {
    margin: auto 0;
    height: 100%;
    /* padding-top: 100px; */
    padding-left: 8rem;
    width: 660px;
  }
  
  .header_refining-heading_text {
    font-family: HelveticaNeueCyr-Roman;
    font-size: 35px;
    line-height: 42px;
    color: #FFFFFF;
  }
  
  .header_refining-empl_name {
    font-size: 1.6rem;
    color: #FFFFFF;
    position: absolute;
    right: 50px;
    bottom: 20px;
    /*opacity: 0.5;*/
  }
  
  .header_refining-heading_list_metal {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
  }
  
  .header_refining-heading_list_metal img {
    width: 84px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  
  .body_refining-block-two {
    display: block;
    background-color: #EAEAEA;
    background-image: url("/local/templates/krastsvetmet/assets/img/division_refining/index_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 600px;
  }
  
  
  .body_refining-heading_text,
  .body_refining-heading_text_100 {
    font-size: 35px;
    line-height: 42px;
    color: #333333;
    padding-bottom: 20px;
  }
  
  .body_refining-heading_pre_text {
    font-size: 30px;
    line-height: 37px;
    color: #DFAD68;
    padding-bottom: 3.5rem;
    font-family: HelveticaNeueCyr-Roman;
  }
  
  .body_refining-simple_text {
    width: 80%;
    color: #333333;
    font-size: 24px;
    line-height: 31px;
  }
  
  .body_refining-block {
    margin: auto 0;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  
  .body_refining-block_border {
    border-top: 2px solid #EAEAEA;
    border-bottom: 2px solid #EAEAEA;
  }
  
  
  .banner_ac_product {
    background-image: url("/local/templates/krastsvetmet/assets/img/division_refining/product.jpg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    min-height: 641px;
    /*margin-bottom:-16px;*/
  
  }
  
  
  
  
  .body_refining-circle_col_ac {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .body_refining-circle_col {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .col-refining {
    width: 35%;
  }
  
  .li_ac {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  
  .li_ac:before {
  
    top: 1.2rem;
  }
  
  .projection-col-div-ac img {
    min-width: 88px;
    max-height: 88px;
  }
  
  .projection-col-div-ac {
    font-size: 24px;
    line-height: 31px;
    display: flex;
    align-items: center;
    margin-right: 30px;
  
  }
  
  .vertical-align-div {
    display: flex;
    align-items: center;
  }
  
  .two-column-block__item__one {
    width: 58%;
    margin-bottom: 6rem;
  }
  
  .two-column-block__item__two {
    width: 38%;
    margin-bottom: 6rem;
  }
  
  .btn-w100 {
    display: block;
    width: 100%;
    text-align: center;
  }
  
  .hr-100 {
    height: 2px;
    background-color: #EAEAEA;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .body_refining-tech_col {
    width: auto;
    max-width: 30%;
  
  }
  
  .img-cpi-th_col {
    /*width: auto !important;*/
    max-width: 100% !important;
    border-radius: 6px;
  
  }
  
  .body_refining-coop_col {
    width: 23%;
  
  }
  
  .img-cpi-th_col {
    height: 100%;
  }
  
  
  
  .col-teh-text {
    border-left: 2px solid #EAEAEA;
    border-right: 2px solid #EAEAEA;
    border-bottom: 2px solid #EAEAEA;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    height: 122px;
    margin-top: -2px;
    font-size: 20px;
    line-height: 27px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
  }
  
  .col-coop-text1 {
  
    font-size: 30px;
    line-height: 37px;
    color: #DFAD68;
    padding-bottom: 3.5rem;
    font-family: HelveticaNeueCyr-Medium;
    border-bottom: 2px solid #DFAD68;
  
    padding-bottom: 2rem;
    min-height: 100px;
  }
  
  .col-coop-text2 {
    padding-top: 10px;
    font-size: 20px;
    line-height: 27px;
    padding-top: 2rem;
    min-height: 62px;
  }
  
  .gray-block-bg {
  
    padding-top: 7rem;
    padding-bottom: 1rem;
    background-color: #F7F7F7;
  }
  
  
  .three-column-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .three-column-block__item {
    width: 32%;
    margin-bottom: 6rem;
  }
  
  .bg-orange {
    background-color: #dfad68;
    color: #FFFFFF;
  }
  
  .ellips_item {
    border: 2px solid #DFAD68;
    border-radius: 93px;
    display: inline-block;
    flex-grow: 1;
    padding: 1rem 12rem;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: .02em;
    font-family: HelveticaNeueCyr-Roman;
  }
  
  .ellips_item_ac {
    border: 2px solid #DFAD68;
    border-radius: 93px;
    display: inline-block;
    flex-grow: 1;
    padding: 10px 20px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: .02em;
    font-family: HelveticaNeueCyr-Roman;
  }
  
  .services_refining-banner__img {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 554px;
    display: flex;
    background-position: center;
  }
  
  .services_refining-banner__block {
    margin: auto 0;
    height: 100%;
    width: 457px;
  }
  
  .gradient__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(/local/templates/krastsvetmet/assets/img/division_refining/gradient.png);
    margin-left: -8rem;
    width: 567px;
  }
  
  .services_refining-heading_text {
    margin-left: 8rem;
    font-size: 35px;
    line-height: 42px;
    color: #FFFFFF;
    font-family: HelveticaNeueCyr-Medium;
  }
  
  .two-column-block_banner__item {
    margin-bottom: 6rem;
  }
  
  .two-column-block_banner__item_one {
    width: 58%;
  }
  
  .two-column-block_banner__item_two {
    width: 38%;
  }
  
  .model_coop_block1 {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/local/templates/krastsvetmet/assets/img/division_refining/model/ru/model_coop_block1_xl.svg);
    height: 172px;
  }
  
  .model_coop_block2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/local/templates/krastsvetmet/assets/img/division_refining/model/ru/model_coop_block2_xl.svg);
    height: 62px;
  }
  
  .model_coop_block3 {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/local/templates/krastsvetmet/assets/img/division_refining/model/ru/model_coop_block3_xl.svg);
    height: 62px;
  }
  
  .w-50-80-90 {
    width: 30%;
  }
  
  .two-column-block__item_ac1 {
    width: 100%;
    margin-bottom: 3rem;
  }
  
  .two-column-block__item_ac2 {
    width: 100%;
    margin-bottom: 3rem;
  }
  
  .btn-w50_100 {
    display: block;
    width: 70%;
    text-align: center;
  }
  
  .cpi-buttons__item {
    font-size: 20px;
    line-height: 27px;
    font-family: HelveticaNeueCyr-Roman;
  }
  
  .body_refining-simple_text_small,
  .body_refining-simple_text_small_noall,
  .ellips_item,
  .ellips_item_ac {
    font-size: 20px;
    line-height: 27px;
  }
  
  .body_refining-simple_text_small {
    width: 80%;
  }
  
  .cpi-buttons__item {
    border: 2px solid #DFAD68;
  }
  
  .refining-simple_text_bold {
  
    font-family: HelveticaNeueCyr-Roman;
  
  
  }
  
  
  .refining-simple_text,
  .refining-simple_text_bold {
    font-size: 20px;
    line-height: 27px;
  }
  
  
  
  .h1-title-ac {
    font-size: 45px;
    font-weight: 300;
    line-height: 52px;
    max-width: 116rem;
    color: #333;
    letter-spacing: .02em;
    margin: 80px 0;
  }
  
  
  .bold-text {
    font-weight: 600;
  }
  
  .orange_a {
    color: #DFAD68 !important;
    text-decoration: none !important;
  }
  
  .orange_a:hover {
    color: #333333 !important;
    text-decoration: none !important;
  }
  
  .mbpx-80_100 {
    margin-bottom: 100px;
  }
  
  .mtpx-80_100 {
    margin-top: 100px;
  }
  
  .ac_file_block_header {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 60px;
  }
  
  .op_reshenie_header {
    font-family: HelveticaNeueCyr-Medium;
    margin-bottom: 15px;
  }
  
  .op_reshenie_text,
  .op_reshenie_header {
    line-height: 27px;
    font-size: 20px;
  }
  
  .three-column-block__item_acc {
    width: 100%;
  }
  
  .ac_lab_header {
    font-size: 22px;
    font-family: HelveticaNeueCyr-Medium;
    line-height: 29px;
  }
  
  
  
  .div_gotovaya {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  
  @media (min-width: 1600px) {
    .three-column-block__item_acc {
      width: 28%;
    }
  
    .div_gotovaya {
      margin-bottom: 0px;
      margin-top: 0px;
    }
  
    .srvc-last-btn_div {
      text-align: center;
      margin-top: 80px;
    }
  
    .two-column-block_banner__item {
      padding-right: 100px;
    }
  
    .w_modeli {
      width: 40%;
    }
  
    .p-r-li,.p-r-li2 {
      padding-right: 250px;
    }
  
    .circle_width1 {
      width: 38% !important;
    }
  
    .circle_width2 {
      width: 58% !important;
    }
  
    .ellips_small {
      display: none !important;
    }
  
    .btn_right {
      margin-left: auto;
      margin-right: 15px;
    }
  
    .body_refining-block-two {
      display: none;
    }
  
    .body_refining-circle_col {
      width: 45%;
    }
  
    .body_refining-circle_col_ac {
      width: 45%;
      margin-bottom: 30px;
    }
  
    .body_refining-block {
      margin: auto 0;
      padding-bottom: 50px;
      padding-top: 50px;
    }
  
    .body_refining-block-100 {
      margin: auto 0;
      padding-bottom: 100px;
      padding-top: 100px;
    }
  
    .two-column-block__item_ac1 {
      width: 38%;
      margin-bottom: 3rem;
    }
  
    .two-column-block__item_ac2 {
      width: 58%;
      margin-bottom: 3rem;
    }
  
    .two-column-block__item_ac1 {
      padding-right: 70px;
    }
  }
  
  @media (min-width: 1200px) and (max-width: 1599px) {
    .p-r-li {
      padding-right: 70px;
    }
    .p-r-li2{
      padding-right: 20px;
    }
    .ac_lab_header {
      font-size: 22px;
      line-height: 29px;
  
    }
  
    .three-column-block__item_acc {
      width: 33%;
    }
  
    .op_reshenie_text,
    .op_reshenie_header {
      font-size: 18px;
      line-height: 25px;
    }
  
    .ellips_item_ac {
      padding: 10px 60px;
    }
  
    .ellips_item {
      padding: 1rem 8rem;
    }
  
    .ac_file_block_header {
      font-size: 28px;
      line-height: 35px;
    }
  
    .header_refining-banner__block_ac {
  
      width: 690px;
    }
  
    .srvc-last-btn_div {
      width: 100%;
    }
  
    .w_modeli {
      width: 40%;
    }
  
    .two-column-block_banner__item {
      padding-right: 100px;
    }
  
    .services_refining-banner__img {
      background-size: cover;
      min-height: 450px;
    }
  
    .refining-simple_text,
    .refining-simple_text_bold {
      font-size: 18px;
      line-height: 25px;
    }
  
    .col-coop-text1 {
      font-size: 28px;
      line-height: 35px;
    }
  
    .li_ac:before {
      top: 1.2rem;
    }
  
    .circle_width1,
    .circle_width2 {
      width: 100% !important;
    }
  
    .two-column-circle__item1 {
      width: 42% !important;
    }
  
    .cpi-buttons__item {
      font-size: 18px;
      line-height: 25px;
    }
  
    .two-column-circle__item2 {
      width: 54% !important;
    }
  
    .body_refining-heading_text,
    .body_refining-heading_text_100 {
      font-size: 33px;
      line-height: 40px;
    }
  
    .header_refining-heading_text {
      font-size: 33px;
      line-height: 40px;
    }
  
    .body_refining-heading_pre_text {
      font-size: 28px;
      line-height: 35px;
    }
  
    .banner_ac_product {
      background-image: url("/local/templates/krastsvetmet/assets/img/division_refining/product_large.jpg");
      min-height: 641px;
  
    }
  
  
    .ellips_small {
      display: none !important;
    }
  
    .btn_right {
      margin-left: auto;
      margin-right: 15px;
    }
  
    .two-column-block__item_ac1 {
      width: 48%;
      margin-bottom: 3rem;
      padding-right: 30px;
    }
  
    .two-column-block__item_ac2 {
      width: 48%;
      margin-bottom: 3rem;
    }
  
    .body_refining-coop_col {
      width: 32%;
      padding-right: 50px;
  
    }
  
    .body_refining-circle_col_ac {
      width: 45%;
      margin-bottom: 30px;
    }
  
    .header_refining-empl_name {
      display: none;
    }
  
    .body_refining-block-two {
      display: none;
    }
  
    .body_refining-block {
      margin: auto 0;
      padding-bottom: 50px;
      padding-top: 50px;
    }
  
    .body_refining-block-100 {
      margin: auto 0;
      padding-bottom: 100px;
      padding-top: 100px;
    }
  
    .two-column-block_banner__item_one {
      width: 58%;
    }
  
    .two-column-block_banner__item_two {
      width: 38%;
    }
  
  
    .model_coop_block1 {
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(/local/templates/krastsvetmet/assets/img/division_refining/model/ru/model_coop_block1_l.svg);
      height: 170px;
    }
  
    .model_coop_block2 {
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(/local/templates/krastsvetmet/assets/img/division_refining/model/ru/model_coop_block2_l.svg);
      height: 60px;
    }
  
    .model_coop_block3 {
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(/local/templates/krastsvetmet/assets/img/division_refining/model/ru/model_coop_block3_l.svg);
      height: 60px;
    }
  
    .body_refining-simple_text,
    .col-coop-text2,
    .projection-col-div-ac {
  
      font-size: 22px !important;
      line-height: 29px;
    }
  
    .menu-page__link {
      font-size: 18px !important;
      line-height: 25px;
    }
  
    .body_refining-simple_text_small,
    .body_refining-simple_text_small_noall,
    .li_ac,
    .col-teh-text,
    .projection-col-div,
    .ellips_item,
    .ellips_item_ac {
      font-size: 18px;
      line-height: 25px;
    }
  
    .body_refining-simple_text_small {
      width: 80%;
    }
  
  }
  
  @media (min-width: 768px) and (max-width: 1199px) {
    .tech_proc_card {
      width: 45% !important;
      max-width: 45% !important;;
    }
    
  .div-btn-width-service{
      width: 100%;
  }
    .ac_lab_header {
      font-size: 22px;
      line-height: 29px;
    }
  
    .services_refining-banner__img {
      background-size: cover;
      min-height: 410px;
    }
  
    .gradient__img {
      min-height: 408px;
  
    }
  
    .op_reshenie_text,
    .op_reshenie_header {
      font-size: 18px;
      line-height: 25px;
    }
  
    .ellips_item_ac {
      padding: 1rem 8rem;
    }
  
    .ac_file_block_header {
      font-size: 28px;
      line-height: 35px;
    }
  
    .srvc-last-btn_div,
    .srvc-last-btn_div a {
      width: 100%;
    }
  
    .w_modeli {
      width: 50%;
    }
  
    .mbpx-80_100 {
      margin-bottom: 80px;
    }
  
    .mtpx-80_100 {
      margin-top: 80px;
    }
  
    .body_refining-block-two {
      display: block;
    }
    .two-column-block-bb{
  border-bottom: none !important;
  
    }
  
  
  
    .refining-simple_text,
    .refining-simple_text_bold {
      font-size: 18px;
      line-height: 25px;
    }
  
    .col-coop-text1 {
      font-size: 28px;
      line-height: 35px;
    }
  
    .li_ac:before {
      top: 1.5rem;
    }
  
    .body_refining-simple_text_small_noall {
      width: 70%;
    }
  
    .body_refining-simple_text_small {
      width: 100%;
    }
  
    .btn-two-col {
      width: 100% !important;
      margin-bottom: 30px !important;
    }
  
    .img-cpi-3col {
  
      min-width: 88px;
    }
  
    .two-column-circle__item1,
    .two-column-circle__item2 {
      width: 100% !important;
    }
  
    .two-column-circle__item2 {
      display: none;
    }
  
    .cpi-buttons__item {
      font-size: 18px;
      line-height: 25px;
    }
  
    .header_refining-heading_text {
      font-size: 28px;
      line-height: 35px;
    }
  
    .body_refining-heading_text {
      font-size: 28px;
      line-height: 35px;
      width: 70%;
    }
  
    .body_refining-heading_text_100 {
      font-size: 28px;
      line-height: 35px;
      width: 100%;
    }
  
    .body_refining-heading_pre_text {
      font-size: 28px;
      line-height: 35px;
      width: 90%;
    }
  
    .banner_ac_product {
      background-color: #EAEAEA;
      background-image: url("/local/templates/krastsvetmet/assets/img/division_refining/product_middle.svg");
      min-height: 676px;
      margin-top: 15px;
    }
  
    .ellips_small {
      display: none !important;
    }
  
    .body_refining-circle_col_ac {
      width: 45%;
      margin-bottom: 30px;
    }
  
    .two-column-block_banner__item_one,
    .two-column-block_banner__item_two {
      width: 100%;
    }
  
    .three-column-block__item {
      width: 100%;
    }
  
    .ellips_item {
      padding: 1rem 1rem;
    }
  
    .two-column-block__item__one,
    .two-column-block__item__two {
      width: 100%;
    }
  
    .body_refining-coop_col {
      width: 100%;
  
    }
  
    .body_refining-block-100 {
      margin: auto 0;
      padding-bottom: 50px;
      padding-top: 50px;
    }
  
    .header_refining-banner__img {
      background-image: url("/local/templates/krastsvetmet/assets/img/division_refining/banner_index_middle.jpg");
      background-size: cover;
      background-position: right;
      min-height: 390px;
    }
  
    .header_refining-banner-ac__img {
      background-image: url("/local/templates/krastsvetmet/assets/img/division_refining/banner_ac_middle.png");
      background-size: cover;
      background-position: right;
    }
  
    .header_refining-banner__block {
      width: 420px;
      padding-left: 4rem;
    }
  
    .header_refining-heading_list_metal img {
      width: 69px;
      padding-right: 15px;
      padding-bottom: 15px;
    }
  
    .header_refining-banner__block_ac {
      width: 430px;
      padding-left: 4rem;
    }
  
    .header_refining-empl_name {
      display: none;
    }
  
    .body_refining-circle_col {
      width: 45%;
    }
  
    .col-refining {
      width: 100%;
    }
  
    .header_refining-banner__product {
      background-image: none;
    }
  
    .body_refining-block_border {
      border-bottom: none;
    }
  
    .body_refining-tech_col {
      width: 48%;
      min-width: 48%;
    }
  
    .w-50-80-90 {
      width: 80%;
    }
  
    .model_coop_block1 {
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(/local/templates/krastsvetmet/assets/img/division_refining/model/ru/model_coop_block1_m.svg);
      background-position-x: center;
      height: 715px;
    }
  
    .model_coop_block2 {
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(/local/templates/krastsvetmet/assets/img/division_refining/model/ru/model_coop_block2_m.svg);
      background-position-x: center;
      height: 584px;
    }
  
    .model_coop_block3 {
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(/local/templates/krastsvetmet/assets/img/division_refining/model/ru/model_coop_block3_m.svg);
      background-position-x: center;
      height: 584px;
    }
  
    .btn-w50_100 {
      width: 100%;
    }
  
    .body_refining-simple_text,
    .col-coop-text2,
    .ellips_item,
    .projection-col-div-ac {
  
      font-size: 22px !important;
      line-height: 29px;
    }
  
    .menu-page__link {
      font-size: 18px !important;
      line-height: 25px;
    }
  
    .ellips_item_ac {
      font-size: 19px !important;
      line-height: 26px;
      width: 100%;
    }
  
    .body_refining-simple_text_small,
    .body_refining-simple_text_small_noall,
    .btn_coop_main,
    .li_ac,
    .col-teh-text,
    .projection-col-div {
      font-size: 18px;
      line-height: 25px;
    }
  
    .services_refining-heading_text {
      font-size: 28px;
      line-height: 35px;
    }
  
    .header_refining-heading_text {
      line-height: 35px;
    }
  }
  
  @media (min-width: 246px) and (max-width: 767px) {
        .tech_proc_card {
      width: 100% !important;
          max-width: 100% !important;;
    }
  .div-btn-width-service{
      width: 100%;
  }
    .ac_lab_header {
      font-size: 18px;
      line-height: 25px;
    }
  
    .op_reshenie_text,
    .op_reshenie_header {
      font-size: 16px;
      line-height: 23px;
    }
  
    .ac_file_block_header {
      font-size: 22px;
      line-height: 29px;
    }
  
    .srvc-last-btn_div,
    .srvc-last-btn_div a {
      width: 100%;
    }
  
    .w_modeli {
      width: 95%;
    }
  
    .mbpx-80_100 {
      margin-bottom: 80px;
    }
  
    .services_refining-banner__img {
      background-size: cover;
      min-height: 308px;
    }
  
    .gradient__img {
      min-height: 306px;
  
    }
  
    .mtpx-80_100 {
      margin-top: 80px;
    }
  
    .refining-simple_text,
    .refining-simple_text_bold {
      font-size: 18px;
      line-height: 25px;
    }
  
    .col-coop-text1 {
      font-size: 22px;
      line-height: 29px;
    }
  
    .li_ac:before {
      top: 1.5rem;
    }
  
    .body_refining-simple_text_small {
      width: 100%;
    }
  
    .circle_width1,
    .circle_width2 {
      width: 100% !important;
    }
  
    .two-column-circle__item1,
    .two-column-circle__item2 {
      width: 100% !important;
    }
  
    .two-column-circle__item2 {
      display: none;
    }
  
    .cpi-buttons__item {
      font-size: 18px;
      line-height: 25px;
    }
  
    .header_refining-heading_text {
      font-size: 28px;
      line-height: 35px;
    }
  
    .body_refining-heading_text {
      font-size: 27px;
      line-height: 34px;
    }
  
    .body_refining-heading_text_100 {
      font-size: 27px;
      line-height: 34px;
    }
  
    .body_refining-heading_pre_text {
      font-size: 22px;
      line-height: 29px;
    }
  
    .body_refining-block-two {
      display: block;
    }
    .two-column-block-bb{
      border-bottom: none !important;
      
        }
    .btn-two-col {
      width: 100% !important;
      margin-bottom: 30px !important;
    }
  
    .banner_ac_product {
      background-color: #EAEAEA;
      background-image: url("/local/templates/krastsvetmet/assets/img/division_refining/product_small.svg");
      min-height: 434px;
      min-width: 340px;
  
    }
  
    .ellips_small {
      display: flex;
    }
  
    .ellips_big {
      display: none !important;
    }
  
    .btn-w50_100 {
      width: 100%;
    }
  
    .two-column-block_banner__item_one,
    .two-column-block_banner__item_two {
      width: 100%;
    }
  
  
    .three-column-block__item {
      width: 100%;
    }
  
    .ellips_item {
      padding: 1rem 10rem;
    }
  
    .two-column-block__item__one,
    .two-column-block__item__two {
      width: 100%;
    }
  
    .body_refining-block-100 {
      margin: auto 0;
      padding-bottom: 50px;
      padding-top: 50px;
    }
  
    .body_refining-coop_col {
      width: 100%;
  
    }
  
    .header_refining-banner__product {
      background-image: none;
    }
  
    .body_refining-block_border {
      border-bottom: none;
    }
  
    .header_refining-banner__img {
      background-image: url("/local/templates/krastsvetmet/assets/img/division_refining/banner_index_small.jpg");
      background-size: cover;
      background-position: right;
    }
  
    .header_refining-banner-ac__img {
      background-image: url("/local/templates/krastsvetmet/assets/img/division_refining/banner_ac_small.png");
      background-size: contain;
      background-position: right;
    }
  
    .col-refining {
      width: 100% !important;
    }
  
    .header_refining-banner__block {
      width: 327px;
      padding-left: 4rem;
    }
  
    .img-cpi-th_col {
      width: 100% !important;
    }
  
    .header_refining-heading_list_metal img {
      width: 60px;
      padding-right: 10px;
      padding-bottom: 10px;
    }
  
    .header_refining-banner__block_ac {
      width: 270px;
      padding-left: 4rem;
    }
  
  
  
    .header_refining-empl_name {
      display: none;
    }
  
    .body_refining-tech_col {
      width: 100%;
      min-width: 100%;
    }
  
    .model_coop_block1 {
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(/local/templates/krastsvetmet/assets/img/division_refining/model/ru/model_coop_block1_s.svg);
      background-position-x: center;
      height: 651px;
    }
  
    .model_coop_block2 {
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(/local/templates/krastsvetmet/assets/img/division_refining/model/ru/model_coop_block2_s.svg);
      background-position-x: center;
      height: 532px;
    }
  
    .model_coop_block3 {
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(/local/templates/krastsvetmet/assets/img/division_refining/model/ru/model_coop_block3_s.svg);
      background-position-x: center;
      height: 532px;
    }
  
    .w-50-80-90 {
      width: 90%;
    }
  
    .body_refining-simple_text {
      width: 100%;
    }
  
    .body_refining-simple_text,
    .col-coop-text2,
    .projection-col-div,
    .ellips_item,
    .projection-col-div-ac {
  
      font-size: 20px !important;
      line-height: 27px;
    }
  
    .menu-page__link {
      font-size: 18px !important;
      line-height: 25px;
    }
  
    .ellips_item_ac {
      width: 100%;
      font-size: 17px !important;
      line-height: 24px;
    }
  
  
  
    .body_refining-simple_text_small,
    .body_refining-simple_text_small_noall,
    .btn_coop_main,
    .li_ac {
      font-size: 20px;
      line-height: 27px;
    }
  
    .col-teh-text {
      font-size: 20px;
      line-height: 27px;
    }
  
    .btn-service-ac {
      width: 100%;
    }
  
    .services_refining-heading_text {
      font-size: 22px;
      line-height: 29px;
    }
  
    .col-coop-text1 {
      min-height: 70px;
    }
  }
  
  
  
  /* ------------------ Аффинажный дивизион ------------------ */
/* End */


/* Start:/local/templates/krastsvetmet/styles.css?177977041716441*/
:root {
    --accent-color: rgba(222, 172, 104, 1);
    --text-color: rgba(51, 51, 51, 1);
    --text-xl: 50px;
    --text-lg: 40px;
    --text-md: 24px;
    --text-sm: 22px;
    --text-xs: 20px;
    --margin-lg: 160px;
    --margin-md: 80px;
}
    .menu-wrap {
        margin-top: 160px;
    }
.mt-13{
margin-top: 130px;
}
.breadcrumbs {
	margin-bottom: 25px !important;
	position: initial !important;
}
.h1-title {
padding-top: 25px !important;
}
@media (max-width: 1380.98px) {
  .header__logo {
    margin-right: 0rem !important;
  }

  .search,
  .user {
    margin-right: 1.2rem !important;
  }

  .container.container--header {
    padding-right: 10rem !important;
    padding-left: 5rem !important;
  }

  .nav__item {
    margin-right: 3rem !important;
  }

  .header__tools {
    max-width: 14rem !important;
  }
}

.search-result__title b,
.search-result__desc b {
  font-weight: normal;
  color: #dfad68;
}

.search-form {
  margin-bottom: 0;
}

.mt-8 {
  margin-top: 8rem !important;
}

.column-pdf__download-multiple {
  display: inline-block;
  margin-right: 40px;
}

.books__title {
  display: block;
}

.flex-menu__group--short .base-menu__title {
  display: block;
}

.ajax-error-message {
  text-align: left;
  color: red;
}

.card-products-list .card-product {
  background-color: initial;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.static-detail-content table {
  max-width: 100rem;
  margin-bottom: 5rem !important;
}

.metal__rate::before {
  content: initial !important;
}

.icon-front {
  left: 2rem !important;
}

#bx_admin_form img {
  width: initial !important;
}

.quote-block__icons img.quote-block__img {
  width: initial !important;
}

.h3-sub-title {
  font-size: 2.6rem;
  line-height: 3.2rem;
  margin-bottom: 5rem;
  color: #afaeae;
  margin-top: 0;
}

.cooperation-form select {
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #808080;
  padding: 1rem 1rem 1rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  border: 1px solid #808080;
  outline: none;
  letter-spacing: 0.02em;
  width: 100%;
  background-color: transparent;
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  -moz-transition: border 0.2s;
  transition: border 0.2s;
}

.column-pdf__download::before {
  background-image: url(/local/templates/krastsvetmet/assets/img/icon-pdf.svg);
}

.article-detail-content img {
  width: auto !important;
}

.directions__item__icon {
  margin-bottom: 2rem;
  width: 10.1rem;
  height: auto;
  display: block;
}

.header__logo-default {
  width: 229px !important;
}

.video-fullwidth {
  margin-bottom: 0 !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.advantages__item__icon img {
  max-height: 99px !important;
}

.static-detail-content .swiper-container-thumbs img {
  height: 65px !important;
  width: auto !important;
}

.gold-union__item img {
  height: 65px;
}

.content-slider-block__title a {
  color: #dfad68;
}

.spoiler-block__input:not(:checked)~.spoiler-block__title>.spoiler-block__title__image {
  display: initial !important;
}

.spoiler-block__svg {
  top: 6.5rem !important;
}

.coming-soon {
  z-index: 10 !important;
}

.feedback-btn-en {
  left: -0.3rem !important;
}

.privacy-policy-text a {
  color: #dfad68;
  text-decoration: underline;
}

.cookie-block {
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 999;
  background-color: rgb(247, 247, 246);
  width: 100%;
  padding: 20px;
}

.cookie-block-container {
  display: flex;
}

.cookie-block-text {
  font-size: 16px;
  line-height: 1.2;
  padding-right: 30px;
  padding-top: 10px;
}
.cookie-block-text a{
font-size: 16px
}

.cookie-block-text a {
  color: #333333;
}

.cookie-block-text a:hover {
  color: #dfad68;
}

.cookie-block-text span {
  color: #dfad68;
}

@media (min-width: 246px) and (max-width: 767px) {
  .cookie-block-text {
    font-size: 8px !important;
    line-height: 10px;
    padding: 0px !important;
    margin-right: 8px;
  }
  .cookie-block-text a,
.cookie-block-text span {
    font-size: 8px !important;
  }
  .cookie-block-button a {
    font-size: 8px !important;
    line-height: 10px;
    padding: 8px;
  }

  .cookie-block-container {
    padding: 8px !important;
  }


}


.spoiler-block--tp .spoiler-block__svg {
  top: 4.5rem !important;
}

.content table tr:first-child td,
.content table tr:first-child th {
  border-top: 0 !important;
}

.curves-cards ul li {
  padding-left: 3rem;
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.curves-cards ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #dfad68;
  position: absolute;
  top: 0.9rem;
  left: 1rem;
}

@media (min-width: 1599.98px) {
  .culture {
    padding: 0;
  }
}

.curves-cards {
  max-width: 100%;
}

.w-75 {
  max-width: 75%;
}

.search-select-filter {
  width: 220px;
  margin-top: 2rem;
}

.popup {
  background: #fff;
}

.btn.btn--bg-outline:hover,
.btn.btn--bg-outline:focus {
  color: #dfad68 !important;
  background-color: #fff !important;
  border: 1px solid #dfad68 !important;
}

.btn-radio-custom {
  min-width: 244px;
  height: 69px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.bor-orange {
  border: 1px solid rgba(223, 173, 104, 0.4);
}

.bor-orange:hover {
  border: 1px solid #dfad68;
}

.overflow-initial {
  overflow: initial;
}

.dropbtn {
  background-color: #dfad68;
  color: white;
  padding: 1px;
  font-size: 1.5rem;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  width: 2.8rem;
  height: 2.8rem;
}



.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  /*background-color: #f1f1f1;*/
  /* min-width: 160px;*/
  overflow: auto;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
}

.dropdown-content a {
  text-decoration: none;
  display: block;
  background-color: #dfad68;
  color: white;
  padding: 4px;
  font-size: 1.5rem;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: 5px;
}

.show {
  display: block;
}

.cpi-title-text {
  font-size: 2.6rem;
  line-height: 3.5rem;
}

.cpi-100-block {
  padding-top: 7rem;
  background-position: 70% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cpi-block-head {
  background-image: url(/local/templates/krastsvetmet/assets/img/engineering/bg_cpi_1.jpg);
  background-position: 70% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 374px;
  text-align: center;
  margin-bottom: 80px;
}

.cpi__logo-default {
  max-width: 120px;
  margin-bottom: 30px;
}


.cpi-preview__title {
  font-size: 2.6rem;
  line-height: 3.5rem;
}

.cpi-container-head {
  text-align: left;
  display: inline-block;
  /*располагаем блоки в ряд по горизонтали*/
  margin-right: -0.25em;
  /*убираем правый отступ между блоками*/
  margin-top: 100px;
}

.cpi-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.cpi-buttons__item {
  padding: 0.5rem 1rem;
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid rgba(223, 173, 104, .5);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.cpi-buttons__item+.cpi-buttons__item {
  border-left: 0;
  margin-left: -1px
}

.cpi-buttons__item.active,
.cpi-buttons__item:hover {
  background-color: #dfad68;
  color: #fff
}

.cpi-facts-block__number {
  position: relative;
  font-family: DINPro-CondensedRegular, Arial, sans-serif;
  font-weight: 400;
  font-size: 5rem;
  line-height: 4rem;
  transition: -webkit-filter .2s;
  -webkit-transition: -webkit-filter .2s;
  -o-transition: filter .2s;
  -moz-transition: filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
  color: #DFAD68;
  margin-bottom: 2rem;
}


.cpi-facts-block__text {
  color: #404040;
  font-size: 1.8rem;
  line-height: 2.7rem;
  max-width: 32rem;

}

.list-num {
  list-style-type: none !important;
  counter-reset: num !important;
  margin: 0 0 0 45px !important;

}

.list-num2 {
  list-style-type: none !important;
  counter-reset: num+2 !important;
  margin: 0 0 0 45px !important;

}

.list-num__item {
  position: relative !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 10px 0 !important;
  font-size: 1.8rem !important;
  line-height: 2.4rem !important;
}

.mh52 {
  min-height: 52px;
}

.mh80 {
  min-height: 80px;
}

.list-num__item:before {
  content: counter(num) !important;
  counter-increment: num !important;
  display: inline-block !important;
  position: absolute !important;
  top: 0 !important;
  left: -38px !important;
  width: 20px !important;
  height: 20px !important;
  background: #fff !important;
  text-align: center !important;
  line-height: 20px !important;
  font-size: 1.2rem !important;
  border-radius: 50% !important;
  border: 1px solid #DFAD68 !important;
}

.list-name {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.spoiler-cpi-block__text .download__link:not(:hover) {
  color: #a9a9a9
}

.spoiler-cpi-block__body {
  display: block;
  opacity: 0;
  height: 0;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #404040;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  overflow: hidden
}

.spoiler-cpi-block__body .swiper--content__img img {
  max-height: 60vh;
  -o-object-fit: contain;
  object-fit: contain
}

.spoiler-cpi-block__input:checked~.spoiler-cpi-block__body {
  display: block;
  opacity: 1;
  height: initial;
  padding-bottom: 4rem
}

.spoiler-cpi-block {
  margin-bottom: 10rem
}

.spoiler-cpi-block__item {
  position: relative;
  border-bottom: .1rem solid rgba(204, 204, 204, .3);
  margin-bottom: -.1rem
}

.spoiler-cpi-block__svg {
  position: absolute;
  right: 2rem;
  top: 4.5rem;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  z-index: -1
}

.spoiler-cpi-block__input:checked~.spoiler-cpi-block__svg {
  -webkit-transform: translateY(-1rem) rotate(180deg);
  -moz-transform: translateY(-1rem) rotate(180deg);
  -ms-transform: translateY(-1rem) rotate(180deg);
  -o-transform: translateY(-1rem) rotate(180deg);
  transform: translateY(-1rem) rotate(180deg)
}

.spoiler-cpi-block__title {
  color: #333;
  font-size: 2.2rem;
  line-height: 3.1rem;
  cursor: pointer;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  -moz-transition: color .2s;
  transition: color .2s;
  width: 100%;
  padding-right: 7rem;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.spoiler-cpi-block__title__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  width: auto;
  max-width: 8.5rem;
  margin-right: 2.5rem;
  vertical-align: middle
}

.cpi-akkardeon-2block {
  position: relative;
  font-family: DINPro-CondensedRegular, Arial, sans-serif;
  font-weight: 400;
  font-size: 9rem;

  transition: -webkit-filter .2s;
  -webkit-transition: -webkit-filter .2s;
  -o-transition: filter .2s;
  -moz-transition: filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
  color: #DFAD68;
  margin-bottom: 2rem;
  display: table-cell;
  padding-right: 10px;

}

.cpi-akkardeon-2block2 {
  display: table-cell;
  vertical-align: bottom;
}

.cpi-akkardeon-2block span {
  font-size: 2rem;
  line-height: 6rem;
  white-space: nowrap;
}

.cpi-table-cell {
  display: table;
}

.img-cpi-3col {
  max-width: 88px;
}

.cpi-3col-card-border {
  border: 1px solid #E0E0E0;
  padding: 30px;
}

.four-column-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}

.four-column-block__item {
  width: 48%;
  margin: 0rem;
  border-bottom: 1px solid #E0E0E0;
}

.four-column-block .four-column-block__item:nth-child(2n) {
  border-left: 1px solid #E0E0E0;
}

.four-column-block .four-column-block__item:nth-child(1),
.four-column-block .four-column-block__item:nth-child(2) {
  border-top: 1px solid #E0E0E0;
}

.cpi-4col-card-border {

  padding: 30px;
}

.four-column-block__item p {
  color: #808080;
  font-size: 1.4rem;
  margin-block-end: 0em !important;
}

.cpi-indicators {
  margin-top: 4rem;
}

.cpi-indicators span span {
  font-size: 3rem;
  line-height: 2rem;
  margin-left: 3rem;
}

.cpi-indicators span {
  position: relative;
  font-family: DINPro-CondensedRegular, Arial, sans-serif;
  font-weight: 400;
  font-size: 5rem;
  line-height: 4rem;
  transition: -webkit-filter .2s;
  -webkit-transition: -webkit-filter .2s;
  -o-transition: filter .2s;
  -moz-transition: filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
  color: #DFAD68;
  margin-bottom: 2rem;
}

.cpi-hv1 {
  display: flex;
  /* text-align: center; */
  justify-content: center;
  align-items: center;
}

.projection-col {
  display: flex;
}

.projection-col-div {
  display: flex;
  align-items: center;
}

.projection-col-div img {
  min-width: 88px;
  max-height: 88px;
  margin-right: 2rem;
}

.cpi-btn-large {
  padding: 1rem 2rem !important;
}

.cpi-proj-header {
  background-image: url(/local/templates/krastsvetmet/assets/img/engineering/proj_bg_1.jpg);
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  /*min-height: 705px;*/
}

@media (min-width: 1025px) {
  .cpi-proj-header {
    background-image: url(/local/templates/krastsvetmet/assets/img/engineering/proj_bg.jpg) !important;
  }
}

.cpi-vertical-line {
  border-left: 1px solid #DBAF6E;
  min-height: 204px;
  display: none;
}

.cpi-vline-text {
  margin-left: 3rem;
}

.mobile-right-menu {
	margin-top: 50px;
  display: none;
}
  .not-mobile-right-menu {
    display: none !important;
  }
@media (min-width: 246px) and (max-width: 767px) {
  .mobile-right-menu {
    display: block;
  }
	.popup-right__footer{
display: none !important;
}
  .not-mobile-right-menu {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mobile-right-menu {
    display: block;
  }
	.popup-right__footer{
display: none !important;
}
  .not-mobile-right-menu {
    display: none !important;
  }
}


.dpr-orange-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgba(222, 172, 104, 1);
    border: 1.5px solid rgba(255, 255, 255, 1);
    color: white;
    padding: 34px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 144px;
    margin-bottom: 160px;
    cursor: pointer;
font-size: 24px;
    font-weight: 400;
    line-height: 100%;
}

.dpr-orange-button:hover{
    background-color: rgba(212, 154, 75, 1);
color: white;
}

.dpr-orange-button img {
    width: 11px !important;
    height: 12px !important;
    margin-left: 10px;
}
@media (min-width: 246px) and (max-width: 767px) {
    .dpr-orange-button {
        margin-top: 92px;
        margin-bottom: 80px;
    }
}
/* End */


/* Start:/local/templates/krastsvetmet/template_styles.css?1779770417663*/
.text-list__btn-more:hover,.text-list__btn-more:active {
    border: 1px solid #dfad68 !important;
    margin-left: 5px !important;
}
.text-list__btn-more {
    margin-left: 5px !important;
}
.bg-section-mobile__item a {
    display: contents;
}
.b_input:before{
    font-family: 'FontAwesome';
    color: gray;
    position: relative;
    right: -290px;
    top: 25px;
    content: "*";
}
.b_input_mini:before{
    font-family: 'FontAwesome';
    color: gray;
    position: relative;
    right: -125px;
    top: 25px;
    content: "*";
}
.ftext{
display:none;
font-size:14px;
padding-bottom:10px;
}
.сftext{
display:none;
font-size:14px;
padding-bottom:10px;
}

/* End */
/* /local/templates/krastsvetmet/style_kit.css?177977041722343 */
/* /local/templates/krastsvetmet/refining.css?177977041727863 */
/* /local/templates/krastsvetmet/styles.css?177977041716441 */
/* /local/templates/krastsvetmet/template_styles.css?1779770417663 */
