/* qwe */
@font-face {
    font-family: 'KyivType Sans';
    src: url('../font/KyivTypeSans-Light-.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro Light';
    src: url('../font/MyriadPro-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
body {
    font-family: 'KyivType Sans', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

header {
    display: flex;
    align-items: center;
    background: #274a63;
    flex-direction: column;
    padding-top: 32px;
}
header .navigation {
    display: flex;
    align-items: center;
    gap: 110px;
}
header .navigation > .menu {
    display: flex;
    align-items: center;
    gap: 32px;
}
header .navigation > .menu > a {
    font-weight: 350;
    font-size: 16px;
    color: #f5f5f5;
    padding-bottom: 20px;
    position: static;
    z-index: 2;
    cursor: pointer;
    height: 41px;
    width: auto;
    transition: color 0.3s;
}
header .navigation > .menu > a:hover {
    color: #7fabff;
}
header .navigation > .header__logo > a > img {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-bottom: 30px;
}
header .navigation > a {
    padding-bottom: 20px;
    font-weight: 350;
    font-size: 16px;
    margin-left: 270px;
    color: #f5f5f5;
    width: auto;
    position: relative;
    z-index: 1;
}

.form__btn {
    display: flex;
    justify-content: flex-end;
}
.form__btn > div {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.form__btn > div > input {
    font-size: 20px;
    transition: transform 0.5s ease;
    position: relative;
    transform: translate(13px, 0px);
    color: #051f31;
    font-weight: 700;
    border-bottom: none;
}
.form__btn > div > a {
    display: flex;
    align-items: center;
}
.form__btn > div > a > p {
    font-size: 20px;
    transition: transform 0.5s ease;
    position: relative;
    transform: translate(13px, 0px);
    color: #051f31;
    font-weight: 700;
}
.form__btn > div > a > img {
    transition: transform 0.5s ease;
}
.form__btn > div > img {
    transition: transform 0.5s ease;
}

.success {
    display: none;
}
.success > .success__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.success > .success__header > h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 8rem;
}
.success > .success__header > img {
    cursor: pointer;
}

.header__btn:hover .changeable-img {
    content: url('../image/Frame 504_b.svg');
}

.header__btn:hover p {
    transform: translateX(-3px);
}

.header__btn:hover img {
    transform: translateX(3px);
}

.form__btn > div:hover .changeable-img {
    content: url('../image/Frame 504_b.svg');
}

.form__btn > div:hover input {
    transform: translateX(-3px);
}

.form__btn > div:hover img {
    transform: translateX(3px);
}

.form__btn > div:hover p {
    transform: translateX(-3px);
}

.padding--img {
    padding-right: 8%;
}

#activeForm {
    width: 100%;
    display: none;
}
#activeForm > div {
    margin-inline: 2rem;
}

.activeFormTop {
    position: absolute;
    z-index: 9;
    top: 180px;
}

.activeFormFeed {
    position: absolute;
    z-index: 9;
    top: 180px;
}

.activeFormFooterFeed {
    position: absolute;
    z-index: 9;
}

.activeFormFooterTop {
    position: absolute;
    z-index: 9;
}

.activeFormRoads {
    position: absolute;
    z-index: 9;
    top: 180px;
}

.activeFormFooter {
    position: absolute;
    z-index: 9;
}

.activeFormFooterRoads {
    position: absolute;
    z-index: 9;
}

.activeFormFooterIodized {
    position: absolute;
    z-index: 9;
}

.activeFormLicker {
    position: absolute;
    z-index: 9;
    top: 300px;
}

.activeFormFooterLicker {
    position: absolute;
    z-index: 9;
}

.activeFormFooterNitrite {
    position: absolute;
    z-index: 9;
}

.activeFormFooterTechnical {
    position: absolute;
    z-index: 9;
}

#activeFormFooter {
    width: 100%;
    display: none;
}
#activeFormFooter > div {
    margin-inline: 2rem;
}

.form {
    margin-inline: auto;
    max-width: 1040px;
    border-radius: 12px;
    background-color: #f5f5f5;
    padding: 80px 80px 80px 80px;
}

#backForm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 7;
    display: none;
}

#backFormFooter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 7;
    display: none;
}

.form__btn > div {
    margin-top: 33px;
}

.form_block > div > form {
    display: flex;
    flex-direction: column;
}

#contactForm > span {
    margin-top: 5px;
    font-family: 'Myriad Pro Light', sans-serif;
    font-size: 13px;
    color: #ff2f2f;
}

#contactForm > input {
    margin-top: 30px;
}

.form__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.form__header > h2 {
    font-size: 40px;
}
.form__header > img {
    cursor: pointer;
}

input {
    all: unset;
    border-bottom: 1px solid #343333;
    padding-bottom: 6px;
}

input::placeholder {
    color: black;
    opacity: 1;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}

.menu__burger {
    display: none;
    position: absolute;
    width: 100%;
    height: 2100%;
    z-index: 55;
    background-color: #274a63;
}
.menu__burger > div {
    display: grid;
    grid-auto-rows: 1fr 3fr;
}
.menu__burger > div > .menu__burger__category {
    display: flex;
    justify-content: space-between;
    margin-inline: 2rem;
}
.menu__burger > div > .menu__burger__category > div {
    display: flex;
    flex-direction: column;
}
.menu__burger > div > .menu__burger__category > div > a {
    font-weight: 350;
    font-size: 20px;
    color: #f5f5f5;
    padding-top: 20px;
    cursor: pointer;
    height: 41px;
    width: auto;
}
.menu__burger > div > .menu__burger__logo {
    display: flex;
    justify-content: center;
}
.menu__burger > div > .menu__burger__logo > a {
    width: 100%;
    text-align: center;
}
.menu__burger > div > .menu__burger__logo > a > img {
    width: 54%;
    cursor: pointer;
}

#logo {
    cursor: pointer;
}

#logoFooter {
    cursor: pointer;
}

.footer__burger {
    display: none;
}

.header__burger {
    display: none;
}

#compoundFeedBackground {
    background-color: #e2e5c3;
}

#technicalBackground {
    background-color: #c3e5c4;
}

#kitchenBackground {
    background-color: #e5c7c3;
}

.section__concentrate {
    display: flex;
    gap: 40px;
}
.section__concentrate > div {
    padding: 10px 20.5px;
    border: 1px solid black;
}
.section__concentrate > div > p {
    font-size: 20px;
    font-family: 'Myriad Pro Light', sans-serif;
}

.compoundFeed--margin {
    margin-top: 3rem;
}

#lickerImg {
    display: flex;
    gap: 36px;
    width: auto;
}

.line {
    color: white;
    width: 1280px;
    margin-top: 14px;
    height: 1px;
    position: absolute;
    top: 71px;
    z-index: 0;
}

.line__menu {
    border-bottom: 3px solid #051f31;
}

.section__product {
    max-width: 1280px;
    margin-inline: auto;
}
.section__product > div {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-right: 37rem;
    margin-left: 2rem;
}
.section__product > div > .section__text {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 758px;
    margin-top: 86px;
}
.section__product > div > .section__text > h1 {
    font-size: 70px;
    font-weight: 350;
    line-height: 105px;
    width: 120%;
    text-transform: uppercase;
}
.section__product > div > .section__text > p {
    font-family: 'Myriad Pro Light', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #343333;
    width: 100%;
}
.section__product > div > .section__btn {
    display: flex;
    margin-top: 6rem;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}
.section__product > div > .section__btn > .header__use__container {
    display: flex;
    flex-direction: row-reverse;
}
.section__product > div > .section__btn > .header__use__container > .use__btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: static;
    z-index: 2;
}
.section__product > div > .section__btn > .header__use__container > .use__btn > p {
    font-size: 20px;
    transition: transform 0.5s ease;
    position: relative;
    transform: translate(13px, 0px);
    color: black;
    font-weight: 700;
}
.section__product > div > .section__btn > .header__use__container > .use__btn > img {
    transition: transform 0.5s ease;
}
.section__product > div > .section__btn > p {
    color: #090909;
    font-family: 'Myriad Pro Light', sans-serif;
    font-size: 36px;
    font-weight: 900;
}

.section__img {
    float: right;
    position: sticky;
    top: 80px;
}

#sectionLickerImg {
    top: 3.2%;
}

.section__weight {
    margin-bottom: 40px; /* 96px */
}
.section__weight > div {
    background-color: #c3d7e5;
    padding-top: 40px; /* 96px */
    padding-bottom: 40px; /* 96px */
    margin-top: 142px;
}
.section__weight > div > div {
    margin-left: 2rem;
}
.section__weight > div > div > div {
    max-width: 1280px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
}
.section__weight > div > div > div > h2 {
    font-size: 68px;
    line-height: 102px;
    color: #343333;
    font-weight: 350;
    margin-bottom: 32px;
}
.section__weight > div > div > div > div {
    display: flex;
    gap: 42px;
    align-items: flex-start;
}
.section__weight > div > div > div > div > div {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 312px;
    width: 205px;
}
.section__weight > div > div > div > div > div > div {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.section__weight > div > div > div > div > div > div > p:first-of-type {
    font-family: 'Myriad Pro Light', sans-serif;
    font-size: 20px;
}
.section__weight > div > div > div > div > div > div > p:nth-of-type(2) {
    font-size: 60px;
    font-family: 'Myriad Pro Light', sans-serif;
    line-height: 54px;
    font-weight: 400;
}
.section__weight > div > div > div > div > div > img {
    width: fit-content;
}

.section__use > div {
    margin-left: 2rem;
}
.section__use > div > div {
    max-width: 1280px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.section__use > div > div > h2 {
    font-weight: 350;
    font-size: 68px;
    line-height: 102px;
    color: #343333;
    width: 758px;
}
.section__use > div > div > .use {
    max-width: 758px;
    margin-right: 37rem;
}
.section__use > div > div > .use > div {
    display: flex;
    align-items: center;
    gap: 79px;
}
.section__use > div > div > .use > div > p:nth-of-type(2) {
    width: 380px;
    font-family: 'Myriad Pro Light', sans-serif;
    font-size: 20px;
    line-height: 25px;
}
.section__use > div > div > .use > div > p:first-of-type {
    font-family: 'Myriad Pro Light', sans-serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 54px;
    color: #343333;
    padding-bottom: 12px;
}
.section__use > div > div > .use > div > div {
    width: 103px;
    text-align: center;
}

.line__margin {
    margin-top: 8px;
    margin-bottom: 8px;
}

.use__container {
    max-width: 758px;
    display: flex;
    flex-direction: row-reverse;
    margin-right: 36rem;
}
.use__container > .use__btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: static;
    z-index: 2;
}
.use__container > .use__btn > p {
    font-size: 20px;
    transition: transform 0.5s ease;
    position: relative;
    transform: translate(13px, 0px);
    color: black;
    font-weight: 600;
}
.use__container > .use__btn > img {
    transition: transform 0.5s ease;
}

.use__btn:hover .changeable-img {
    content: url('../image/Frame 504_b.svg');
}

.use__btn:hover p {
    transform: translateX(-5px);
}

.use__btn:hover img {
    transform: translateX(5px);
}

.section__pill {
    margin-top: 40px; /* 96px */
    margin-bottom: 40px; /* 96px */
}
.section__pill > div {
    margin-left: 2rem;
}
.section__pill > div > div {
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-inline: auto;
}
.section__pill > div > div > div > h2 {
    color: #343333;
    font-size: 61px;
    width: 59%;
}
.section__pill > div > div > .section__pill__text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.section__pill > div > div > .section__pill__text > div {
    display: flex;
    gap: 49px;
    align-items: center;
    width: 59%;
}
.section__pill > div > div > .section__pill__text > div > p {
    color: #343333;
    font-size: 16px;
    font-family: 'Myriad Pro Light', sans-serif;
    font-weight: 400;
    width: 54%;
}

.section__mineralBasic {
    margin-top: 40px; /* 96px */
    margin-bottom: 40px; /* 96px */
}
.section__mineralBasic > div {
    margin-left: 2rem;
}
.section__mineralBasic > div > div {
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-inline: auto;
}
.section__mineralBasic > div > div > h2 {
    font-size: 61px;
    color: #343333;
    width: 55%;
    border-radius: 16px;
    padding: 8px 16px;
    margin-bottom: 40px;
}
.section__mineralBasic > div > div > p:first-of-type {
    font-size: 38px;
    color: #343333;
}
.section__mineralBasic > div > div > p:nth-of-type(2) {
    font-family: 'Myriad Pro Light', sans-serif;
    color: #343333;
    font-size: 20px;
    width: 56%;
}
.section__mineralBasic > div > div > img {
    width: fit-content;
}
.section__mineralBasic > div > div > div {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.section__mineralBasic > div > div > div > p {
    color: #343333;
    font-size: 61px;
    font-weight: 900;
}
.section__mineralBasic > div > div > div > div {
    display: grid;
    grid-template-columns: 0.4fr 0.4fr 0.4fr;
    width: 64%;
    align-items: end;
    gap: 18px;
}
.section__mineralBasic > div > div > div > div > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section__mineralBasic > div > div > div > div > div > img {
    width: 72px;
}

.section__mineralBasic--background {
    background-color: #c3d7e5;
}

.section__mineralBasicPlus {
    margin-top: 40px; /* 96px */
    margin-bottom: 40px; /* 96px */
}
.section__mineralBasicPlus > div {
    margin-left: 2rem;
}
.section__mineralBasicPlus > div > div {
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-inline: auto;
}
.section__mineralBasicPlus > div > div > h2 {
    font-size: 61px;
    color: #343333;
    width: 55%;
    border-radius: 16px;
    padding: 8px 16px;
    margin-bottom: 40px;
}
.section__mineralBasicPlus > div > div > p:first-of-type {
    font-size: 38px;
    color: #343333;
}
.section__mineralBasicPlus > div > div > p:nth-of-type(2) {
    font-family: 'Myriad Pro Light', sans-serif;
    color: #343333;
    font-size: 20px;
    width: 56%;
}
.section__mineralBasicPlus > div > div > img {
    width: fit-content;
}
.section__mineralBasicPlus > div > div > div {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.section__mineralBasicPlus > div > div > div > p {
    color: #343333;
    font-size: 61px;
    font-weight: 900;
}
.section__mineralBasicPlus > div > div > div > div {
    display: grid;
    grid-template-columns: 0.4fr 0.4fr 0.4fr;
    width: 64%;
    align-items: end;
    gap: 18px;
}
.section__mineralBasicPlus > div > div > div > div > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section__mineralBasicPlus > div > div > div > div > div > img {
    width: 72px;
}

.section__mineralBasicPlus--background {
    background-color: #cae5c3;
}

.section__mineralMax {
    margin-top: 40px; /* 96px */
    margin-bottom: 40px; /* 96px */
}
.section__mineralMax > div {
    margin-left: 2rem;
}
.section__mineralMax > div > div {
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-inline: auto;
}
.section__mineralMax > div > div > h2 {
    font-size: 61px;
    color: #343333;
    width: 55%;
    border-radius: 16px;
    padding: 8px 16px;
    margin-bottom: 40px;
}
.section__mineralMax > div > div > p:first-of-type {
    font-size: 38px;
    color: #343333;
}
.section__mineralMax > div > div > p:nth-of-type(2) {
    font-family: 'Myriad Pro Light', sans-serif;
    color: #343333;
    font-size: 20px;
    width: 56%;
}
.section__mineralMax > div > div > img {
    width: fit-content;
}
.section__mineralMax > div > div > div {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.section__mineralMax > div > div > div > p {
    color: #343333;
    font-size: 61px;
    font-weight: 900;
}
.section__mineralMax > div > div > div > div {
    display: grid;
    grid-template-columns: 0.4fr 0.4fr 0.4fr;
    width: 64%;
    align-items: end;
    gap: 18px;
}
.section__mineralMax > div > div > div > div > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section__mineralMax > div > div > div > div > div > img {
    width: 72px;
}

.section__mineralMax--background {
    background-color: #e2e5c3;
}

footer {
    background-color: #1d394d;
}
footer .menu__footer {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 55;
    background-color: #274a63;
}
footer .menu__footer > div {
    display: grid;
    grid-auto-rows: 2fr 1fr;
}
footer .menu__footer > div > .footer__burger__category {
    display: flex;
    padding-top: 2rem;
    justify-content: space-between;
    margin-inline: 2rem;
    margin-bottom: 6rem;
}
footer .menu__footer > div > .footer__burger__category > div {
    display: flex;
    flex-direction: column;
}
footer .menu__footer > div > .footer__burger__category > div > a {
    font-weight: 350;
    font-size: 20px;
    color: #f5f5f5;
    padding-top: 20px;
    cursor: pointer;
    height: 41px;
    width: auto;
}
footer .menu__footer > div > .footer__burger__logo {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}
footer .menu__footer > div > .footer__burger__logo > a {
    text-align: center;
    width: 100%;
}
footer .menu__footer > div > .footer__burger__logo > a > img {
    cursor: pointer;
    width: 41%;
}
footer > .margin--inline {
    margin-inline: 2rem;
}
footer > .margin--inline > div {
    max-width: 1280px;
    margin-inline: auto;
}
footer > .margin--inline > div > div:nth-child(1) {
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    align-items: flex-start;
}
footer > .margin--inline > div > div:nth-child(1) > a > img {
    cursor: pointer;
}
footer > .margin--inline > div > div:nth-child(1) > .footer__category {
    display: flex;
    align-items: center;
    gap: 32px;
}
footer > .margin--inline > div > div:nth-child(1) > .footer__category > a {
    color: #f5f5f5;
    font-size: 20px;
    font-family: 'Jost', sans-serif;
}
footer > .margin--inline > div > div:nth-child(1) > .footer__category > img {
    margin-left: 12px;
    cursor: pointer;
}
footer > .margin--inline > div > .footer__contacts {
    margin-bottom: 1rem;
    display: flex;
    gap: 91px;
    justify-content: space-between;
}
footer > .margin--inline > div > .footer__contacts > a {
    color: #f5f5f5;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Myriad Pro Light', sans-serif;
}
footer > .margin--inline > div > .footer__contacts > div > a {
    color: #f5f5f5;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Myriad Pro Light', sans-serif;
}
footer > .margin--inline > div > .footer__contacts > div > .footer__margin {
    margin-right: 43px;
}
footer > .margin--inline > div > .footer__contacts > p {
    color: #f5f5f5;
    font-family: 'Myriad Pro Light', sans-serif;
    line-height: 24px;
    font-weight: 400;
}
footer > .margin--inline > div > div:last-child > a {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer > .margin--inline > div > div:last-child > a > p {
    color: white;
    font-family: 'Myriad Pro Light', sans-serif;
    font-size: 16px;
    align-items: center;
    font-weight: 300;
}
footer > .margin--inline > div > div:last-child > a > img {
    width: 94px;
}

@media (max-width: 1562px) {
    .padding--img {
        padding-right: 3%;
    }
}
@media (max-width: 1360px) {
    .footer__contacts__tel {
        display: flex;
        flex-direction: column;
    }
    footer > .margin--inline > div > .footer__contacts > div > .footer__margin {
        margin-right: 0;
    }
    .padding--img {
        padding-right: 0%;
        top: 80px;
    }
    .section__text > h1 {
        width: 100%;
    }
    header {
        display: flex;
        align-items: center;
        background: #274a63;
        flex-direction: column;
        padding-top: 32px;
        position: relative;
    }
    header .navigation {
        justify-content: center;
        display: flex;
        align-items: center;
        gap: 55px;
        position: static;
        z-index: 3;
    }
    header .navigation > a {
        margin-left: 20px;
    }
    .line {
        width: 920px;
    }
}
@media (max-width: 1300px) {
    .section__mineralMax > div > div > div > p:first-of-type {
        font-size: 41px;
    }
    .section__mineralBasic > div > div > div > p:first-of-type {
        font-size: 41px;
    }
    .section__mineralBasicPlus > div > div > div > p:first-of-type {
        font-size: 41px;
    }
    .section__product > div > .section__text > h1 {
        width: 100%;
    }
    .section__text {
        width: 100%;
    }
    .section__text > h1 {
        width: 100%;
    }
    .section__mineralMax > div > div > img {
        width: 46%;
    }
    .section__mineralBasicPlus > div > div > img {
        width: 46%;
    }
    .section__mineralBasic > div > div > img {
        width: 46%;
    }
    .section__mineralBasic > div > div > div > div {
        width: 45%;
    }
    .section__mineralMax > div > div > div > div {
        width: 45%;
    }
    .section__mineralBasicPlus > div > div > div > div {
        width: 45%;
    }
    .section__pill > div > div > div > h2 {
        font-size: 55px;
        width: 48%;
    }
    .section__mineralBasic > div > div > h2 {
        width: 42%;
        font-size: 50px;
    }
    .section__mineralBasic > div > div > p:first-of-type {
        font-size: 30px;
    }
    .section__mineralMax > div > div > h2 {
        width: 42%;
        font-size: 50px;
    }
    .section__mineralMax > div > div > p:first-of-type {
        font-size: 30px;
    }
    .section__mineralBasicPlus > div > div > h2 {
        width: 42%;
        font-size: 50px;
    }
    .section__mineralBasicPlus > div > div > p:first-of-type {
        font-size: 30px;
    }
    .section__mineralMax > div > div > p:nth-of-type(2) {
        width: 48%;
    }
    .section__mineralBasicPlus > div > div > p:nth-of-type(2) {
        width: 48%;
    }
    .section__mineralBasic > div > div > p:nth-of-type(2) {
        width: 48%;
    }
}
@media (max-width: 1200px) {
    .section__use > div > div > h2 {
        font-size: 50px;
    }
    .activeFormLicker {
        top: 600px;
    }
}
@media (max-width: 1171px) {
    .section__mineralBasicPlus > div > div > p:nth-of-type(2) {
        width: 46%;
    }
    .section__mineralMax > div > div > p:nth-of-type(2) {
        width: 46%;
    }
    .section__mineralBasic > div > div > p:nth-of-type(2) {
        width: 46%;
    }
    .section__mineralBasic > div > div > h2 {
        width: 37%;
        font-size: 40px;
    }
    .section__mineralBasic > div > div > p:first-of-type {
        font-size: 23px;
    }
    .section__mineralMax > div > div > h2 {
        width: 37%;
        font-size: 40px;
    }
    .section__mineralMax > div > div > p:first-of-type {
        font-size: 23px;
    }
    .section__mineralBasicPlus > div > div > h2 {
        width: 37%;
        font-size: 40px;
    }
    .section__mineralBasicPlus > div > div > p:first-of-type {
        font-size: 23px;
    }
    .section__product > div > .section__text > h1 {
        font-size: 50px;
    }
    .section__weight > div > div > div > div > div > div > p:nth-of-type(2) {
        font-size: 50px;
    }
    .section__use > div > div > h2 {
        font-size: 45px;
    }
    .section__pill > div > div > div > h2 {
        font-size: 39px;
        width: 41%;
    }
    .section__weight > div > div > div > div {
        gap: 31px;
    }
    .section__product > div > .section__btn > p {
        font-size: 30px;
    }
    .section__mineralBasicPlus > div > div > img {
        width: 460px;
    }
    .section__mineralBasic > div > div > img {
        width: 460px;
    }
    .section__mineralMax > div > div > img {
        width: 460px;
    }
}
@media (max-width: 1110px) {
    footer > .margin--inline > div > .footer__contacts > p {
        width: 266px;
    }
    .success > .success__header > h2 {
        font-size: 30px;
    }
}
@media (max-width: 1081px) {
    .section__use > div > div > .use > div {
        gap: 53px;
    }
    .section__weight > div > div > div > div {
        gap: 10px;
    }
    .section__use > div > div > h2 {
        font-size: 42px;
    }
}
@media (max-width: 1010px) {
    /* Мои стили */
    .popup {
        top: 10%;
        left: 10% !important;
        width: 80% !important;
    }
    .popup-content {
        padding: 50px !important;
    }
    .popup_block-form h2 {
        font-size: 32px !important;
    }
    /* .Мои стили */
    .activeFormFooterTechnical {
        top: 2500px;
    }
    .activeFormFooterNitrite {
        top: 2300px;
    }
    .activeFormFooterLicker {
        top: 2400px;
    }
    .activeFormLicker {
        top: 1100px;
    }
    .activeFormFooterIodized {
        top: 2200px;
    }
    .activeFormFooterRoads {
        top: 2100px;
    }
    .activeFormRoads {
        top: 650px;
    }
    .activeFormTop {
        top: 940px;
    }
    .activeFormFeed {
        top: 600px;
    }
    .activeFormFooterFeed {
        top: 2000px;
    }
    .activeFormFooterTop {
        top: 2500px;
    }
    .section__use > div > div > .use > div {
        gap: 60px;
    }
    .flex-column {
        display: flex;
        flex-direction: column;
    }
    .section__img {
        margin-top: 40px;
        text-align: center;
    }
    .section__img > img {
        width: 70%;
    }
    header .navigation > a {
        display: none;
    }
    header .navigation {
        flex-direction: row-reverse;
    }
    .line {
        display: none;
    }
    .line__menu {
        border-bottom: none;
    }
    .section__product > div > .section__text > h1 {
        font-size: 50px;
    }
    .section__product > div > .section__text {
        margin-right: 1.5rem;
    }
    .section__product > div {
        flex-direction: column-reverse;
        margin-right: 0;
    }
    .section__product {
        margin-right: 2rem;
    }
    .section__img {
        position: static;
        width: auto;
    }
    .section__use > div > div > .use {
        margin-right: 6.5rem;
    }
    .section__use > div > div > h2 {
        font-size: 44px;
        width: 100%;
        margin-right: 1.5rem;
    }
    .use__container {
        margin-right: 1rem;
    }
    .section__pill > div > div > .section__pill__text > div {
        width: 100%;
    }
    .section__pill > div > div > .section__pill__text {
        margin-right: 1.5rem;
    }
    .section__pill > div > div > div > h2 {
        font-size: 50px;
        width: 100%;
        margin-right: 1.5rem;
    }
    .section__mineralBasicPlus > div > div > h2 {
        width: 92%;
    }
    .section__mineralBasic > div > div > h2 {
        width: 92%;
    }
    .section__mineralMax > div > div > h2 {
        width: 92%;
    }
    .section__mineralBasicPlus > div > div > img {
        width: 71%;
    }
    .section__mineralBasic > div > div > img {
        width: 71%;
    }
    .section__mineralMax > div > div > img {
        width: 71%;
    }
    .section__mineralBasic > div > div > div > div {
        width: 100%;
    }
    .section__mineralMax > div > div > div > div {
        width: 100%;
    }
    .section__mineralBasicPlus > div > div > div > div {
        width: 100%;
    }
    .section__mineralBasic > div > div > p:nth-of-type(2) {
        width: 96%;
    }
    .section__mineralMax > div > div > p:nth-of-type(2) {
        width: 96%;
    }
    .section__mineralBasicPlus > div > div > p:nth-of-type(2) {
        width: 96%;
    }
}
@media (max-width: 925px) {
    footer > .margin--inline > div > .footer__contacts {
        flex-direction: column;
        gap: 27px;
    }
}
@media (max-width: 834px) {
    .success > .success__header > h2 {
        font-size: 25px;
    }
    .success > .success__header {
        gap: 10px;
    }
}
@media (max-width: 785px) {
    .form__header > h2 {
        font-size: 30px;
    }
}
@media (max-width: 760px) {
    .menu__burger > div > .menu__burger__logo > a > img {
        margin-top: 5rem;
    }
    .header__burger {
        display: flex;
        justify-content: space-between;
    }
    #menu {
        display: none;
    }
    #logo {
        display: none;
    }
    header {
        display: block;
    }
    header .navigation {
        display: block;
        margin-inline: 2rem;
        padding-bottom: 29px;
    }
    footer > .margin--inline > div > div:nth-child(1) > .footer__category {
        display: none;
    }
    .footer__burger {
        display: block;
    }
    .footer__contacts {
        flex-direction: column;
    }
    footer > div {
        width: auto;
    }
    footer > .margin--inline > div > .footer__contacts {
        gap: 24px;
    }
}
@media (max-width: 650px) {
    .menu__burger > div > .menu__burger__logo > a > img {
        margin-top: 8rem;
    }
}
@media (max-width: 620px) {
    .section__concentrate {
        gap: 12px;
    }
    .section__concentrate > div {
        padding: 10px 4.5px;
    }
    .section__concentrate > div > p {
        font-size: 18px;
    }
}
@media (max-width: 570px) {
    .activeFormFooterIodized {
        top: 2500px;
    }
    .form {
        padding: 32px;
    }
    .form__header > h2 {
        font-size: 24px;
    }
    .form__btn > div > input {
        font-size: 16px;
    }
    .form__btn {
        justify-content: center;
    }
    .menu__burger > div > .menu__burger__logo > a > img {
        margin-top: 5rem;
    }
    .section__mineralMax > div > div > img {
        width: 100%;
    }
    .section__mineralBasic > div > div > img {
        width: 100%;
    }
    .section__mineralBasicPlus > div > div > img {
        width: 100%;
    }
    .section__mineralBasic > div > div > h2 {
        font-size: 32px;
    }
    .section__mineralMax > div > div > h2 {
        font-size: 32px;
    }
    .section__mineralBasicPlus > div > div > h2 {
        font-size: 32px;
    }
    .section__mineralBasic > div > div > p:first-of-type {
        font-size: 22px;
    }
    .section__mineralMax > div > div > p:first-of-type {
        font-size: 22px;
    }
    .section__mineralBasicPlus > div > div > p:first-of-type {
        font-size: 22px;
    }
    .section__mineralBasic > div > div > div > p:first-of-type {
        font-size: 35px;
    }
    .section__mineralMax > div > div > div > h2 {
        font-size: 35px;
    }
    .section__mineralBasicPlus > div > div > div > h2 {
        font-size: 35px;
    }
    .section__mineralBasic > div > div > div > div {
        grid-template-columns: 0.4fr 0.4fr;
        align-items: center;
    }
    .section__mineralMax > div > div > div > div {
        grid-template-columns: 0.4fr 0.4fr;
        align-items: center;
    }
    .section__mineralBasicPlus > div > div > div > div {
        grid-template-columns: 0.4fr 0.4fr;
        align-items: center;
    }
    .menu__burger > div {
        grid-auto-rows: 1fr 1fr;
    }
    .menu__burger {
        height: 1720%;
    }
    .menu__burger > div > .menu__burger__category > div > a {
        font-size: 16px;
    }
    footer .menu__footer > div > .footer__burger__category > div > a {
        font-size: 16px;
    }
    .section__weight > div > div > div > h2 {
        font-size: 53px;
    }
}
@media (max-width: 522px) {
    /* Мои стили */
    .popup {
        top: 10%;
        left: 3% !important;
        width: 94% !important;
    }
    .popup-content {
        padding: 20px !important;
    }
    .popup_block-form h2 {
        font-size: 24px !important;
    }
    /* .Мои стили */
    .section__product > div > .section__btn > p {
        font-size: 24px;
        width: 100%;
    }
    .section__product > div > .section__text > h1 {
        font-size: 38px;
        line-height: 63px;
    }
    .section__product > div > .section__btn {
        align-items: center;
    }
    .section__weight > div > div > div > div {
        flex-direction: column;
        gap: 20px;
        align-items: normal;
        margin-right: 1.5rem;
    }
    .section__weight > div > div > div > div > img {
        display: none;
    }
    .section__weight > div > div > div > div > div {
        height: auto;
        width: auto;
        flex-direction: unset;
        justify-content: space-between;
    }
    .section__weight > div > div > div > div > div > div > p:nth-of-type(2) {
        font-size: 30px;
    }
    .section__weight--border {
        border-bottom: 1px solid;
        padding-bottom: 10px;
    }
    .section__use > div > div > .use > div {
        flex-direction: column;
        align-items: normal;
        gap: 12px;
    }
    .section__use > div > div > .use > div > div {
        text-align: unset;
    }
    .section__use > div > div > h2 {
        font-size: 36px;
        line-height: 50px;
    }
    .section__pill > div > div > div > h2 {
        font-size: 33px;
    }
    .section__pill > div > div > .section__pill__text > div {
        gap: 10px;
    }
    .section__use > div > div > .use > div > p:nth-of-type(2) {
        width: auto;
    }
}
@media (max-width: 470px) {
    .activeFormFooterTechnical {
        top: 2900px;
    }
    .activeFormFooterLicker {
        top: 2500px;
    }
    .activeFormFooterTop {
        top: 2800px;
    }
    .activeFormFooterFeed {
        top: 2200px;
    }
    .form__btn > div > a > p {
        font-size: 16px;
    }
    .success > .success__header {
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .form__header > h2 {
        font-size: 20px;
    }
    .success > .success__header > h2 {
        font-size: 20px;
    }
}
@media (max-width: 450px) {
    .menu__burger {
        height: 1325%;
    }
    .section__concentrate {
        display: unset;
    }
    .section__concentrate > div {
        width: fit-content;
        margin-bottom: 10px;
    }
}
@media (max-width: 390px) {
    .section__mineralMax > div > div > div > p:first-of-type {
        font-size: 32px;
    }
    .section__mineralBasic > div > div > div > p:first-of-type {
        font-size: 32px;
    }
    .section__mineralBasicPlus > div > div > div > p:first-of-type {
        font-size: 32px;
    }
    .section__product {
        margin-right: 0;
    }
    .section__product > div > .section__text > h1 {
        font-size: 30px;
        line-height: 61px;
    }
    .section__product > div > .section__btn > p {
        font-size: 18px;
    }
    .section__product > div > .section__btn {
        align-items: center;
        margin-right: 1rem;
    }
    .section__product > div > .section__btn > .header__use__container > .use__btn > p {
        font-size: 16px;
    }
    .section__use > div > div > h2 {
        margin-right: 0;
        font-size: 25px;
    }
    .use__container > .use__btn > p {
        font-size: 16px;
    }
    .section__weight > div > div > div > div > div > .section__weight__img {
        width: 100px;
    }
    .section__mineralBasicPlus > div > div > h2 {
        font-size: 24px;
    }
    .section__mineralBasic > div > div > h2 {
        font-size: 24px;
    }
    .section__mineralMax > div > div > h2 {
        font-size: 24px;
    }
    .section__mineralBasicPlus > div > div > p:first-of-type {
        font-size: 19px;
    }
    .section__mineralBasic > div > div > p:first-of-type {
        font-size: 19px;
    }
    .section__mineralMax > div > div > p:first-of-type {
        font-size: 19px;
    }
    #sectionText {
        font-size: 30px;
    }
}
@media (max-width: 332px) {
    .menu__burger > div {
        grid-auto-rows: 1fr 1fr;
    }
    .menu__burger {
        height: 1202%;
    }
}

/*# sourceMappingURL=product.css.map */

/** Мои стили **/

/* Стили для попапа и фона */
.popup-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65); /* Полупрозрачный фон */
    z-index: 999;
}
.popup {
    display: none;
    position: fixed;
    top: 10%;
    left: 20%;
    width: 60%;
    height: auto;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.popup-content {
    padding: 70px;
    display: none;
    background: #f5f5f5;
    border-radius: 12px;
    text-align: center;
    height: auto;
    display: flex;
    flex-direction: column;
}
.popup_block-form {
    display: flex;
    align-items: start;
}
#contactForm {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
}
.popup_block-form h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
#homeBtn,
#btnSub {
    margin-top: 30px;
    cursor: pointer;
    display: flex;
    justify-content: right;
    align-items: center;
}
#closeFormHeader {
    cursor: pointer;
}
#closeFormHeader:hover {
    transform: rotateY(30deg);
    transition: 0.2s;
}
input[type='submit'] {
    border: none;
    margin-right: -20px;
}
#homeBtn:hover img,
#btnSub:hover img {
    content: url('../image/Frame 504_b.svg');
    transform: translateX(5px);
}
#homeBtn img,
#btnSub img {
    transition: transform 0.5s ease;
}
#homeBtn:hover div,
#btnSub:hover div {
    transform: translateX(-5px);
}
#homeBtn div,
#btnSub div {
    transition: transform 0.5s ease;
    margin-right: -20px;
}
.success {
    width: 100%;
    text-align: left;
}
/* 404 */
.nf_container {
    padding: 0px 20px;
    display: flex;
    color: #f5f5f5;
    font-size: 1.3em;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    text-align: center !important;
    justify-content: center;
    background-color: #274a63;
    background-image: url('../image/snowy-mountain-peaks-cloudy-day 2.svg');
    background-position: center;
    background-size: cover;
}
.nf_container-text {
    margin-top: -200px;
}
/* blog */
.blog_container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 20px;
}
.blog_title {
    font-size: 68px;
    margin-top: 20px;
}
.blog_content {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.blog_content img {
    width: 100%;
    height: auto;
}
.blog_article {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #000000;
}
@media (max-width: 768px) {
    .blog_title {
        font-size: 48px;
    }
    .blog_content {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}
@media (max-width: 510px) {
    .blog_content {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
/* single acrtile */
.article_content {
    margin: 0 auto;
    max-width: 820px;
    margin-top: 40px;
    line-height: 200%;
}
.article_content p {
    margin-bottom: 10px;
    line-height: 150%;
    font-size: 1.15em;
}
.article_content h2 {
    font-size: 32px;
    margin-bottom: 10px;
}
.article_content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

#sectionLickerImg {
    margin-right: 2.5rem;
}
@media (max-width: 1010px) {
    #sectionLickerImg {
        margin-right: unset;
    }
}

/* окно  */
