.product__section-content-bottom p {
    color: #606060;
}

@media (min-width: 769px) {
    .catalog__top .iadvantages__row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(163px, 1fr));
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: 600;
}

h1 {

    font-size: 30px;
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 28px;
}

.ffeed__title {

    font-size: 22px;
    font-weight: 600;
}

.header__control svg {
    fill: #2e2e2e;
}

.header__control {
    color: #2E2E2E;
}

.header_second .header__top {
    background-color: #F2F7F9;
}

.menu__link {

    font-size: 17px;

}

.new-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px;
}

.logo-h img {
    width: 164px;
}

.adr {

    font-size: 15px;
    line-height: 133%;
    color: #222;
    background: url(/bitrix/templates/webcomp_yellow/images/adr.png) no-repeat;
    padding-left: 25px;
    background-position: 0 3px;
    font-weight: 700;
    text-shadow: -1px -1px 0 #f8ac0c, 1px -1px 0 #f8ac0c, -1px 1px 0 #f8ac0c, 1px 1px 0 #f8ac0c;
}

.phn {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 128%;
    color: #222;
    background: url(/bitrix/templates/webcomp_yellow/images/phn.png) no-repeat;
    padding-left: 25px;
    background-position: 0 5px;
    text-shadow: -1px -1px 0 #f8ac0c, 1px -1px 0 #f8ac0c, -1px 1px 0 #f8ac0c, 1px 1px 0 #f8ac0c;
}

.eml {
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 133%;
    color: #222;
    margin-top: 10px;
    background: url(/bitrix/templates/webcomp_yellow/images/eml.png) no-repeat;
    padding-left: 25px;
    text-shadow: -1px -1px 0 #f8ac0c, 1px -1px 0 #f8ac0c, -1px 1px 0 #f8ac0c, 1px 1px 0 #f8ac0c;
}

.clb button {
    text-decoration: none;
    border: 1px solid #f0ac0d;
    border-radius: 4px;
    width: 209px;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 142%;
    text-transform: uppercase;
    text-align: center;
    color: #222 !important;
    margin: 0;
    background: transparent;
}

.header__top {
    background-color: #F2F7F9;

}

header[data-theme="light"] .adr,
header[data-theme="light"] .phn,
header[data-theme="light"] .eml,
header[data-theme="light"] .clb button {
    color: #fff !important;
}

.footer__title {

    font-size: 17px;

}

.footer__item,
.footer__contact {

    color: #fff;
    font-size: 16px;
    font-weight: 400;

}

.phone__phone span {
    font-weight: 700;
}

.footer__top {

    padding-bottom: 40px;
}

@media screen and (max-width:992px) {
    .header__middle-row.row {
        gap: 10px;
    }
}

@media screen and (max-width:900px) {
    .header__middle-row.row {
        gap: 10px;
    }

    .adr {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .new-header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .cont {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}