
.webkit-smooth{
    -webkit-font-smoothing: antialiased;
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
}


/*FONTS*/

@font-face {
    font-family: 'Golos-UI_Bold';
    src: url(assets/fonts/GolosUI/Golos-UI_Bold.ttf) format('truetype'),
    url(assets/fonts/GolosUI/Golos-UI_Bold.woff2) format('woff2'),
    url(assets/fonts/GolosUI/Golos-UI_Bold.woff) format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'Golos-UI_Medium';
    src: url(assets/fonts/GolosUI/Golos-UI_Medium.ttf) format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Golos-UI_Regular';
    src: url(assets/fonts/GolosUI/Golos-UI_Regular.ttf) format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Golos-UI_VF';
    src: url(assets/fonts/GolosUI/Golos-UI_VF.ttf) format('truetype');
    font-style: normal;
}

/*FONTS*/

/*BODY STYLES */

body{
    font-family: 'Golos-UI_VF';
    background-color: #EFF0F1 ;
}

/*BODY STYLES */

/* HEADER STYLES */

.online-zakaz a {
    font-size: 14px;
}

.header{
    background-color: #FFFFFF;
}

.header-li, .footer-li-links{
    list-style: none; /* Убираем стандартные маркеры */
    padding-left: 20px; /* Добавляем небольшой отступ для изображения */
    background-image: url(assets/images/download-icon.svg); /* Устанавливаем изображение в качестве фона */
    background-size: 16px 16px; /* Размер изображения */
    background-repeat: no-repeat; /* Отключаем повторение изображения */
    background-position: left center; /* Позиционируем изображение */
}

.header-li a {
    color: #3B4351;
    text-decoration: none;
}

.footer-li-links a{
    color: #ffffff;
    text-decoration: none;
}

.header-li a:hover, .footer-li-links a:hover, .footer-li a:hover{
    color: #E14D31!important;
}

@media (max-width: 993px) {
    .header-li{
        padding-left: 30px;
    }
}

#li-call{
    background-image: url(assets/images/call-icon.svg) !important;
}

#li-tender{
    background-image: url(assets/images/handshake-icon.svg) !important;

}

#li-mail{
    background-image: url(assets/images/mail-icon.svg) !important;

}

#li-phone{
    background-image: url(assets/images/call-without-icon.svg) !important;

}

.header-up{
    font-family: 'Golos-UI_Medium';
/*    font-weight: 500;*/
    line-height: 20px;
    font-size: 13px;
    color: #3B4351;

/*    border-bottom: 2px solid #E0E4E8;*/

}

.mobile-header{
    border-bottom: 2px solid #E0E4E8;
}

.border_absolute{
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #E0E4E8;
    top: 41px;
}

.header-link{
    text-decoration: none;
    color: #3B4351;
}

.bzm-btn {
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    gap: 5px;
    background: #E14D31;
    border:none;
    color: #FFFFFF;
    width: auto;
}

.bzm-btn a{
    font-family: Golos-UI_Regular;
    font-size: 14px;
/*    font-weight: 500;*/
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;

}

.bzm-btn:hover{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
     #E14D31!important;
    color: #ffffff!important;

}


/* HEADER STYLES */


/*FOOTER STYLES*/


.bzm-footer{
    background-color: #151618 ;
    background-image: url(assets/images/footer-bg.svg);
    background-position: top 50px left 91%;
    background-repeat: no-repeat;

}

.footer-up{

    border-bottom: 2px solid rgba(255, 255, 255, 0.05);

}

.footer-info{
    color: #909AA3;
}

.footer-link{
    color: #FFFFFF !important;
    text-decoration: none;
}

.footer-bottom{
    border-top: 2px solid rgba(255, 255, 255, 0.05);
}
.footer-bottom p {
    color: #909AA3;
    font-size: 12px;
}

.footer-bottom a{
    text-decoration: none;
    color: #909AA3;
}

.footer-bottom a:hover{
    color: #E14D31;
}

.footer-text{
    font-family: 'Golos-UI_VF';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}

.footer-text a:hover path{
    fill: #EFF0F1;
}

.bzm-footer h4{
    color: #FFFFFF ;
}

/*FOOTER STYLES*/


/*TEXT (h1 h2...) STYLES*/


.mobile-h1{
    font-family: 'Golos-UI_Medium';
    font-size: 35px;
/*    font-weight: 500;*/
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;

}

h1{
    font-family: 'Golos-UI_Medium';
    font-size: 35px;
/*    font-weight: 500;*/
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;

}
h2{
    font-family: Golos-UI_Bold;
    font-size: 30px;
/*    font-weight: 700;*/
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;

}

h3{
    font-family: 'Golos-UI_Medium';
    font-size: 25px;
/*    font-weight: 580;*/
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;

}

h4{
    font-family: 'Golos-UI_Medium';
    font-size: 20px;
/*    font-weight: 700;*/
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}

h5{
    font-family: Golos-UI_Bold;
    font-size: 18px;
   /* font-weight: 600;*/
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;

}

h6{
    font-family: Golos-UI_Bold;
    font-size: 16px;
/*    font-weight: 700;*/
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;

}

p{
    font-size: 14px;
/*    font-weight: 400;*/
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

@media (max-width: 576px ) {

    h1{
        font-size: 35px;
        line-height: 42px;
    }

    h2{
        font-size: 25px;
        line-height: 30px;
    }

    h3{
        font-size: 20px;
        line-height: 24px;
    }

    h4{
        font-size: 19px;
        line-height: 22px;
    }

    h5{
        font-size: 18px;
        line-height: 21px;
    }

    h6{
        font-size: 16px;
        line-height: 19px;
    }

}
/*
@media (max-width: 430px ) {

    h6{
        font-size: 14px;
        line-height: 17px;
    }

}

@media (max-width: 330px ) {

    h6{
        font-size: 12px;
        line-height: 15px;
    }

}*/

.bzm-link{
    text-decoration: none;
    color: #E14D31 ;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Golos-UI_Medium';
}

.bzm-link:hover{
    color: #E14D31 ;
    text-decoration: underline #E14D31;
    text-decoration: revert;
}

h3.footer-link a{
    text-decoration: none;
    color: #ffffff ;
}

h3.footer-link a:hover{
    color: #E14D31 ;
}
.caption{
    font-family: 'Golos-UI_Regular';
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;

}

/*TEXT (h1 h2...) STYLES*/


/*INDEX PAGE */

.catalog-download-block{
    /*background: url(assets/images/catalog-download-ico.svg) top 15px left 19px / 41% 16% no-repeat, url(assets/images/catalog-download-back.svg) top right -10px / 95% 100% no-repeat;*/
    background: url(assets/images/Logo-footer.svg) top 20px left 20px / 30% no-repeat,
    url(assets/images/catalog-download-back.svg) top right -10px/95% 100% no-repeat;
    background-color: #151618;
    min-height: 160px;
    border-radius: 20px;

}

@media (max-width: 768px) {
    .catalog-download-block-main{
        min-height: 160px !important;
    }
}

.catalog-download-block-main{
    background: url(assets/images/Logo-footer.svg) top 15px left 19px / 33% 16% no-repeat, url(assets/images/catalog-download-back.svg) top right -10px / 95% 100% no-repeat;
    background-color: #151618;
    min-height: 301px;
    border-radius: 20px;
}

@media (max-width: 768px)
{
    .catalog-download-block-main{
        background: url(assets/images/Logo-footer.svg) top 20px left 20px /20% no-repeat, url(assets/images/catalog-download-back.svg) top right -45px / 95% 100% no-repeat;
        background-color: #151618;
    }
    .catalog-download-block-main button{
        font-size: 14px;
    }
}


.production-catalog-block{

}

.img-advantages{
    max-height: 160px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.advantages-block{
/*    max-width: 416px;*/
    background-color: #FFFFFF;
    border-radius: 20px;
}
.advantages-mini-block{
/*    max-width: 416px;*/
    background-color: #FFFFFF;
    border-radius: 20px;
}

.advantages-ico{
    max-height: 40px;
    max-width: 40px;
}

.text-adv-block{
    max-width: 282px;

}
.text-adv-mini-block{
    width: 100%;

}


.field-use-li{
    list-style: none; /* Убираем стандартные маркеры */
    padding-left: 35px; /* Добавляем небольшой отступ для изображения */
    background-size: 20px 20px; /* Размер изображения */
    background-repeat: no-repeat; /* Отключаем повторение изображения */
    background-position: left center; /* Позиционируем изображение */

    font-family: "Golos-UI_Medium";
    font-size: 25px;
/*    font-weight: 500;*/
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;

}

@media (max-width: 992px) {
    .field-use-li{
        font-size: 20px;
/*        font-weight: 500;*/
        line-height: 34px;
    }
}
@media (max-width: 768px) {
    .field-use-li{
        font-size: 16px;
/*        font-weight: 500;*/
        line-height: 19px;
    }
}@media (max-width: 576px) {
    .field-use-li{
        font-size: 16px;
/*        font-weight: 500;*/
        line-height: 24px;
    }
}

#metal_prom{
    background-image: url(assets/images/main_page/field-use/metal_prom.svg) !important;
}

#oil_and_chem{
    background-image: url(assets/images/main_page/field-use/oil_and_chem.svg) !important;

}

#machine_build{
    background-image: url(assets/images/main_page/field-use/machine_build.svg) !important;

}

#mount_prom{
    background-image: url(assets/images/main_page/field-use/mount_prom.svg) !important;

}

#atomic_otr{
    background-image: url(assets/images/main_page/field-use/atomic_otr.svg) !important;

}

#chem_otr{
    background-image: url(assets/images/main_page/field-use/chem_otr.svg) !important;

}

#fly_cosmo_otr{
    background-image: url(assets/images/main_page/field-use/fly_cosmo_otr.svg) !important;

}

#zhek{
    background-image: url(assets/images/main_page/field-use/zhek.svg) !important;

}





.help-banner{
    background-color: #151618;
    border-radius: 20px;
}

.help-banner h3{
    color: #FFFFFF;
    width: 35%;
    max-width: 323px;
}

.help-banner p{
    font-family: Golos-UI_Regular;
    font-size: 14px;
/*    font-weight: 400;*/
    line-height: 21px;
    letter-spacing: 0em;
    text-align: right;
    width: 42%;
    color: #FFFFFF;
    max-width: 405px;
}
.help-banner a{
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .help-banner h3{
        width: 100%;
    }
    .help-banner p{
        width: auto;
        text-align: left;

    }
}
/*INDEX PAGE */


/*CONTACTS PAGE*/
.contacts-link{
    font-family: 'Golos-UI_Bold';
    color: #E14D31 !important;
    text-decoration: none;
}

.contacts-link_black{
    color: #151618 !important;
    text-decoration: none;
    font-family: Golos-UI_Bold;
}

.contacts-info{
    color: #3B4351;
}

#download_phones{
    font-size: 14px;
    max-width: 170px;
}
/*CONTACTS PAGE*/


/*PRODUCTION BLOCK*/
.production-block{
    background-color: #FFFFFF;
    border-radius: 20px;
}
/*PRODUCTION BLOCK*/


/*PRESENTATION BOOKLET BLOCK*/
.presentation-booklet-block{
    background: url(assets/images/presentation-booklet-ico.svg) top 20px left 20px no-repeat,
    url(assets/images/presentation-booklet-back.svg) top right -10px/95% 100% no-repeat;
    background-color: #FFFFFF;
    min-height: 160px;
    border-radius: 20px;
}
/*PRESENTATION BOOKLET BLOCK*/


/*SNIPPETS*/

.snip-full-img{
    max-height: 300px;
    object-fit:cover ;
}

.snip-half-img{
    max-height: 200px;
    object-fit:cover ;
}

.snip-mini-img{
    max-height: 160px;
    object-fit:cover ;
}

.tiles-item{
    border-radius: 20px;
    background-color: #FFFFFF;
    border: 1px solid #C0C8D1;
}
.tiles-item img{
    max-height: 150px;
    border-radius: 20px 20px 0 0;
}

.tiles-item:hover{
    border: 1px solid #E14D31!important;
}

.tiles-item h6{
    color: #151618;
}

.tiles-item:hover h6{
    color: #E14D31;
}

.file-item{
    border: 1px solid #E0E4E8;
    border-radius: 10px;
}

.file-item .text{
    font-family: Golos-UI_Regular;
    font-size: 14px;
    line-height: 21px;
}

.file-item:hover{
    border: 1px solid #E14D31!important;
}
.list-group-numbered li{
    font-size: 14px;
    line-height: 23.8px;
}
.marked-list-snp{
    list-style: none;
}
.marked-list-snp li:before{
    content: "•";
    font-size: 100%; /* or whatever */
    padding-right: 10px;

}
.marked-list-snp li{
    font-size: 14px;
    line-height: 23.8px;
}
.link-snp{
    color: #E14D31;
    font-size: 14px;
}
.link-snp:hover{
    color: #E14D31;
    text-decoration: underline!important;
}
/*SNIPPETS*/


/*ORDER*/

.questionnaire-list-block {
    border-radius: 20px;
}
.questionnaire-list-block a {
    max-width: 200px;
    font-size: 14px;
}
.questionnaire-list-block .email {
    color: #E14D31;
}

.order-info {
    border-radius: 10px;
    border-color: rgb(255 255 255 / 10%);
    background-color: rgba(225, 77, 49, 0.1);
}

@media (max-width: 576px) {

    .questionnaire-list-block a {
        width: 65%;
    }

}

#orderInfo .form-check label a{
    color: #E14D31;
    text-decoration: none;
}

 .form-check-input[type=checkbox] {
    border-radius: 5px !important;
}

 .form-check-input:checked[type=checkbox] {
    background-color: #E14D31;
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 3L4.5 8.5L2 6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: 12px;
    background-position: center center;
}
/*ORDER*/

.custom-svg {
    transition: opacity 0.5s ease;
    opacity: 1;
}

.custom-svg.hidden {
    opacity: 0;
}


/*SECTION_ELEMENTS*/
.section-element{
    border-radius: 20px;

}

.article-product-block{
    border-radius: 10px;
    background-color: #E0E4E8;
    color: #151618 ;
}

.article-product-block p {
    color: #151618 ;
    font-family: Golos-UI_Bold;
}

.bzm-element-link{
    font-family: Golos-UI_Medium;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: right;
    color: #E14D31;

}

.section-element h3 a {
    color: #151618;
}

.section-element img {
    border-radius: 10px;
}
.tip-span{
    font-family: Golos-UI_Medium;
}
/*SECTION_ELEMENTS*/


/*TABLE CSS*/

.table-responsive .table thead tr th {
    font-weight: 500;
    font-size: 12px;
}
.table-responsive .table thead tr td {
    font-size: 12px;
}


.table-responsive .table tbody tr th {
    font-weight: 500;
    font-size: 12px;
}
.table-responsive .table tbody tr td {
    font-size: 12px;
}


/*TABLE CSS*/

.container-quantity{
    max-width: 196px;
}
.container-minus,.container-plus{
    border-radius: 10px;
    border: 1px solid #ced4da;
}
.container-minus{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.container-plus{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.container-quantity button{
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    border: none;
}
.container-quantity .minus{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.5 1C13.5 1.4375 13.1562 1.75 12.75 1.75H1.25C0.8125 1.75 0.5 1.4375 0.5 1C0.5 0.59375 0.8125 0.25 1.25 0.25H12.75C13.1562 0.25 13.5 0.59375 13.5 1Z' fill='%23E14D31'/%3e%3c/svg%3e");
}
.container-quantity .plus{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.75 1.25V6.25H12.75C13.1562 6.25 13.5 6.59375 13.5 7C13.5 7.4375 13.1562 7.75 12.75 7.75H7.75V12.75C7.75 13.1875 7.40625 13.5 7 13.5C6.5625 13.5 6.25 13.1875 6.25 12.75V7.75H1.25C0.8125 7.75 0.5 7.4375 0.5 7C0.5 6.59375 0.8125 6.25 1.25 6.25H6.25V1.25C6.25 0.84375 6.5625 0.5 7 0.5C7.40625 0.5 7.75 0.84375 7.75 1.25Z' fill='%23E14D31'/%3e%3c/svg%3e ");
}
#quantity{
    border-right: none;
    border-left: none;
    border-radius: 0!important;
    text-align: center;
    max-width: 94px;
}
#quantity::-webkit-outer-spin-button,
#quantity::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#online-order-form .form-floating  label {
    color: #D1D9E1;
}
