.lead__content > h1:not(.h2) {
    color: currentColor;


    font-size: 4.16667vw;
    line-height: 1.2;
    font-weight: 700;
}

@media (max-width: 1439px) {
    .lead__content > h1:not(.h2) {
        font-size: 3.75rem;
    }
}

@media (max-width: 1279px) {
    .lead__content > h1:not(.h2) {
        font-size: calc(2.1875rem + 1.95313vw);
    }
}

@media (max-width: 767px) {
    .lead__content > h1:not(.h2) {
        font-size: 1.875rem;
    }
}

@media (max-width: 320px) {
    .lead__content > h1:not(.h2) {
        font-size: 1.5rem;
    }
}



/*Стили на сайте агро*/

.header__logo.header__logo_custom {
    display: flex;
    width: auto;
}

.header__logo.header__logo_custom span {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.header__logo.header__logo_custom span:before {
    display: block;
    content: '';
    width: 1px;
    height: 18px;
    background: #fff;
    float: left;
    margin-left: 20px;
    margin-right: 16px;
    transition: 400ms;
}

.header_white-bg .header__logo.header__logo_custom span:before {
    background: #454545;
}

.header__logo.header__logo_custom img {
    max-width: 190px;
}
@media(min-width: 1280px) {
    .header__logo.header__logo_custom {
        margin-right: 20px;
    }
    .header__custom .header__consult-btn,
    .header__custom .header__corporate-link,
    .header__custom .header__languages {
        margin-left: 20px;
    }
}
@media (max-width: 1600px) and (min-width: 1280px) {
    .header__custom .header__nav ul li:not(:last-child) {
         margin-right: 20px; 
    }
}
@media (max-width: 1420px) and (min-width: 1280px) {
    .header__custom .header__nav ul li:not(:last-child) {
        margin-right: 7px;
    }
    .header__custom .header__consult-btn, .header__custom .header__corporate-link, .header__custom .header__languages {
        margin-left: 7px;
    }
}
@media (max-width: 1310px) and (min-width: 1280px) {
    .header__custom .header__nav ul li a  {
        word-break: normal;
    }
    .header__custom .header__nav ul li {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header__custom .header__consult-btn, .header__custom .header__corporate-link, .header__custom .header__languages {
        margin-left: 7px;
    }
}
@media (max-width: 1279px) {
    .header__logo.header__logo_custom img {
        width: 121px;
    }
}

@media(max-width: 600px) {
    .header__logo.header__logo_custom span {
        min-width: 84px;
        white-space: normal;
        font-size: 11px;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: 0em;
        text-align: left;
    }
}

.section_infographics_logo {
    background: linear-gradient(90deg, #309765 0%, #0BD186 48.96%, #168D9D 100%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative;
}

.section_infographics_logo_picture {
    position: absolute;
    bottom: 0;
    left: 53px;
}

.section_infographics_logo .text {
    font-size: 40px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    color: #fff;
    margin: 60px auto;
    text-align: center;
}

.section_infographics_custom {
    padding-top: 75px !important;
    background: #F7F9F9;
}
.mobile_button_info {
    display: none;
}
@media(max-width: 1700px) {
    .section_infographics_logo_picture svg {
        width: 105px;
        height: auto;
    }

    .section_infographics_logo_picture {
        left: -45px;
    }

    .section_infographics_logo .text {
        font-family: Exo 2;
        font-size: 21px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 32px;
        margin-bottom: 27px;
    }
}

@media(max-width: 768px) {
    .section_infographics_logo_picture {
        left: -15px;
    }
}


.section_infographics_bottom {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    padding: 44px 68px;
    position: relative;
    border-radius: 5px;
    background: #fff;
}

.section_infographics_bottom_picture {
    position: absolute;
    bottom: 0;
    right: -50px;
    z-index: 1;
}

.section_infographics_bottom_text {
    position: relative;
    z-index: 2;
}

    .section_infographics_bottom_text span {
        display: block;
        color: #12A096;
        font-weight: 700;
        line-height: 44px;
    }

@media(max-width: 1280px) {
    .section_infographics_bottom_picture {
        right: -45px;
    }
}

@media(max-width: 768px) {
    .section_infographics_bottom {
        padding: 36px 150px 36px 146px;
    }
}

@media(max-width: 600px) {
    .section_infographics_bottom {
        padding: 33px 21px 90px 36px;
        /*border-radius: 20px 20px 20px 100px;*/
    }

    .section_infographics_bottom_picture svg {
        width: 118px;
        height: auto;
    }

    .section_infographics_bottom_text {
        font-size: 17px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0em;
        text-align: left;
    }

    .section_infographics_bottom_picture {
        right: -15px;
    }
}

@media(max-width: 350px) {
    .section_infographics_bottom {
        padding-bottom: 100px;
    }
}

.index_company {
    background: #F7F9F9;
    padding: 85px 0 4px;
}

.index_company_title {
    font-size: 60px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #454545;
    margin-bottom: 100px;
}

.index_company_content {
    display: flex;
    align-items: center;
}

.index_company_content div:not(.line) {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 0;
}
/*
.index_company_content > div:first-child {
    margin-bottom: -11px;
}*/

.index_company_content .line {
    width: 1px;
    height: 64px;
    background: #DCDCDC;
    margin: auto 30px;
}
/*
.index_company_content div img {
    width: 100%;
}*/
@media(min-width: 320px) {
    .picture_custom {
        min-height: 70px;
        display: block;
    }
}
@media(min-width: 600px) {
    .picture_custom {
        min-height: 120px;
        display: block;
    }
}
@media(min-width: 992px) {
    .picture_custom {
        min-height: 220px;
        display: block;
    }
}


@media(max-width: 1700px) {
    .index_company_title {
        font-size: 50px;
    }
}

@media(max-width: 1200px) {
    .index_company_title {
        font-size: 23px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 24px;
    }

    .index_company_content > div:first-child {
        margin-bottom: 0;
    }

    .index_company_content .line {
        display: none;
    }
}
@media(max-width: 768px) {
    .index_company_content {
        flex-direction: column;
    }

        .index_company_content div {
            margin: 0 auto 26px !important;
        }

        .index_company_content .line {
            display: none;
        }

        .index_company_content > div:first-child {
            margin-bottom: 0;
        }
}

@media(max-width: 600px) {
    .index_company_content {
        flex-direction: column;
    }

        .index_company_content div {
            margin: 0 auto 26px;
        }
}

.section_infographics_decription {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin: 77px auto 32px;
}

.section_infographics_decription > div {
    max-width: calc((100% - 55px)/2);
}

@media(max-width: 768px) {
    .section_infographics_decription {
        -webkit-text-size-adjust: 100%;
        flex-direction: column;
        font-family: Exo 2;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
    }

    .section_infographics_decription > div {
        max-width: 100%;
    }

    .section_infographics_bottom_text span {
        margin-top: 23px;
    }
    .index_company_bottom_picture img {
        width: auto;
        height: 100px;
    }
}

@media(max-width: 600px) {

    .index_company_content div img {
        max-height: 30px;
    }

    .section_infographics_bottom_text span {
        font-family: Exo 2;
        font-size: 17px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 0em;
        text-align: left;
        max-width: 170px;
    }

    .section_infographics_decription {
        margin-top: 28px;
    }

    .section_infographics_bottom {
        overflow: hidden;
        padding: 33px 21px 75px 36px;
    }

    .section_infographics_bottom_picture {
        bottom: -10px;
        right: 0;
    }

    .section_infographics_logo {
        background: linear-gradient(90deg, #309765 0%, #168D9D 100%);
    }

    .index_company_content > div:first-child img {
        height: 22px;
    }

    .index_company_content > div.index_company_content_mobile img {
        height: 28px;
    }

    .index_company_title {
        max-width: 215px;
        margin-bottom: 34px;
        text-align: left;
    }
}
@media(max-width: 600px) {
    .mobile_button_info {
        display: block;
        border: 1px solid #454545;
        border-radius: 50px;
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: center;
        padding: 15px 0;
        margin-top: 28px;
        cursor: pointer;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .hidden_mobile_info:not(.visible) {
        display: none;
    }

    .section_infographics_logo .text {
        max-width: 170px;
    }

    .index_company_content div {
        margin: 0 0 26px !important;
    }

    .index_company_content div:last-child img {
        max-height: 22px;
    }
    .index_company {
        padding-top: 41px;
    }
}
@media (min-width: 768px) {
    .section_infographics_custom .section-infographics__horizontal {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .section_infographics_custom .section-infographics__infographics {
        margin-bottom: 50px;
    }
}
.index_company_content svg {
    height: 34px;
    width: auto;
}
.index_company_content .index_company_content_mobile svg {
    height: 43px;
}
.index_company_content div.index_company_content_mobile:not(.line) {
    margin-top: -9px;
}
@media(max-width: 1200px) {
    .index_company_content svg {
        height: 24px;
    }
    .index_company_content .index_company_content_mobile svg {
        height: 30px;
    }
    .index_company_content {
        justify-content: space-evenly;
    }
    .index_company_content div.index_company_content_mobile:not(.line) {
        margin-top: -6px;
    }
}
@media(max-width: 920px) {
    .index_company_content {
        flex-direction: column;
    }
}
@media(max-width: 600px) {
    .index_company_content {
        align-items: baseline;
    }
}
@media(max-width: 375px) {
    .index_company_content svg {
        height: 20px;
    }
    .index_company_content .index_company_content_mobile svg {
        height: 26px;
    }
}
@media(max-width: 600px) {
    .section-two-col__item-text.text-2 {
        font-size: 21px;
    }
}
body {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
/*.header__nav > ul > li:hover >*/

/* .header__nav > ul > li > ul {
    display: inline-block;
    position: absolute;
    background: #fff;
    
    left: -36px;
    right: -32px;
    top: -20px;
    padding: 78px 0 28px 37px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}
.header__nav > ul > li > ul > li > a {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
}
.header__nav > ul > li {
    position: relative;
}
.header__nav > ul > li > a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.header__nav > ul > li.child_menu:hover > a {
    color: #333333;
}
.header__nav ul li.child_menu:hover {
    opacity: unset;
}
.header__nav > ul > li > ul > li:not(:last-child) {
    margin-bottom: 19px;
}
.header__nav ul li.child_menu:hover > ul {
    opacity: 1;
    visibility: visible;
}
.header__nav ul li.child_menu svg > * {
    transition: 300ms;
}
.header__nav ul li.child_menu:not(:hover) svg > * {
    fill: #fff;
}
.header__nav ul li.child_menu svg {
    margin-left: 9px;
}
.header__nav ul li:not(:last-child) {
    margin-right: 60px;
}
.header__nav > ul > li > ul > li > a:hover {
    color: #3F5D99;
}
.header__nav ul li ul li:hover {
    opacity: 1;
}
.header_white-bg .header__nav ul li.child_menu:not(:hover) svg > * {
    fill: #454545;
}
.sandwich__nav > ul > li > ul {
    display: none;
    opacity: 0;
    margin-left: 40px;
    margin-top: 17px;
    margin-bottom: 29px;
}
.sandwich__nav > ul > li > ul a {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #454545;
    margin-bottom: 19px;
}
.sandwich__nav > ul > li > a .arrow {
    width: 9px;
    height: 6px;
    margin-left: auto;
    margin-right: 0;
    transition: 300ms;
}
.sandwich__nav li.child_menu a {
 -ms-touch-action: none;
touch-action: none;
}
.sandwich__nav > ul > li.active > ul {
    display: block;
    opacity: 1;
}
.sandwich__nav > ul > li:not(.active) > a .arrow {
    transform: rotate(-90deg)
}
@media(max-width: 475px) {
.sandwich__nav > ul > li > ul a {
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: 0em;
        text-align: left;
    }
} */

@media screen and (max-width: 1279px) {
    .cookiesAgreement .cookiesAgreement__content__text {
        font-size: 12px;
        line-height: 1.2;
    }
}

/* Стили на сайте tech.uralchem.ru (com) */
.lead-slider__bg-slider-slide.slide-products-for-chemical-new {
    background-color: #478bbc;
}
.lead-slider__side-slider-slide.slide-products-for-chemical-new .card-link__bg {
    background-color: rgba(150, 157, 175, .8);
}

@media (max-width: 1023px) {
.modal video {
-o-object-fit: contain;
    object-fit: contain;
}
}