
.inner-nav ul li a, .inner-nav ul li .desktop-dropdown {
    height: auto !important;
    line-height: 1.25 !important;
}
.inner-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/* */

.container {
    width: 100%;
    max-width: calc(1290px + 15px + 15px);
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }

@media (min-width: 768px) {
    .container {
        width: 100%; } }

@media (min-width: 992px) {
    .container {
        width: 100%; } }

@media (min-width: 1200px) {
    .container {
        width: 100%; } }
.js-height-full.container {
    max-width: unset;
}
/*  */
.footer {
    text-transform: uppercase;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}
.footer-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
.footer-logo__image {
    width: 57px;
    height: 68px;
    display: inline-block;
}
.footer-logo__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-logo__link {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #FAF5F5 !important;
    text-decoration: none !important;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.footer a {
    color: #fff;

}
.footer {
    text-align: left;
    background: #0A0808;
    padding-top: 40px;
    padding-bottom: 48px;
    font-family: "Oswald", arial, sans-serif;
}
.footer-bottom{
    margin-top: 24px;
    padding-top: 8px;
    border-top: 1px solid rgba(255,255,255,.33);
    display: flex;
    justify-content: center;
}
.footer-copyright {
    text-align: center;
    /*font-family: "Overpass", sans-serif;*/
    font-weight: 300;
    font-size: 12px;
    color: #888 !important;
    text-align: center;
}

/* footer-block */


.footer-block__head {
    margin-bottom: 18px;
}
.footer-block__title {
    font-size: 16px;
    color: #888;
    font-family: "Yeseva One", serif;
    font-family: "Oswald", arial, sans-serif;
    text-align: left;
}
/* END footer-block */

/* footer-nav */

.footer-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-nav__item {
    list-style: none;
    padding: 0;
    margin: 0;

}
.footer-nav__item:not(:last-child) {
    margin-bottom: 10px;
}
.footer-nav__link {
    /*font-family: "Overpass", sans-serif;*/
    /*font-family: "Open Sans", arial, sans-serif;*/
    font-weight: 300;
    font-size: 12px;
    color: #888 !important;
    text-align: left;

}

/* END footer-nav */


/* footer-contacts */
.footer-contacts__item {
    /*font-family: "Overpass", sans-serif;*/
    /*font-family: "Open Sans", arial, sans-serif;*/
    font-weight: 300;
    font-size: 12px;
    color: #888 !important;
    text-align: left;
}
.footer-contacts__item a {
    text-decoration: none !important;
}
.footer-contacts__item:not(:last-child) {
    margin-bottom: 7px;
}
.footer-contacts__item--social:not(:first-child) {
    margin-top: 12px;
}
/* END footer-contacts */


/* social-block */

.social-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}
.social-block__link {
    display: flex;
    width: 25px;
    height: 25px;
    position: relative;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    transition: all .36s ease;
}
.social-block__link:hover {
    opacity: 1;
}
.social-block__link:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #111;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .27s cubic-bezier(.3,.1,.58,1);
    border: 1px solid #f4f4f4;
}
.social-block__link img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}
/* END social-block */


/* seo-text */

.seo-text {
    margin: 60px 0;
    padding: 0;
}
.seo-text__head {
    margin-bottom: 36px;
}
h2.seo-text__title {
    margin: 0;
    font-size: 35px;
    font-size: 22px;
    font-family: "Yeseva One", serif;
    font-family: "Oswald", arial, sans-serif !important;
    text-align: left;
    text-transform: none;
}
.seo-text__head h1 {
    margin: 0;
    font-size: 35px;
    font-size: 22px;
    font-family: "Yeseva One", serif;
    font-family: "Oswald", arial, sans-serif;
    text-align: left;
}
.seo-text__text p {
    margin-top: 10px;
    margin-bottom: 18px;
}
.seo-text__text >:last-child {
    margin-bottom: 0;
}
.seo-text__text >:first-child {
    margin-top: 0;
}
.seo-text__text {
    font-size: 15px;
    font-family: "Overpass", sans-serif;
    font-family: "Open Sans", arial, sans-serif;
    font-weight: 300;
}
/* cats-item */
.cats-item {
    width: 100%;
}
.cats-item__link {

    text-decoration: none !important;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
}
.cats-item img {
    height: 160px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.cats-item h2,
.cats-item .cats-item__title {
    margin-bottom: 0;
    text-decoration: none;
    font-family: "Oswald", arial, sans-serif !important;
    text-transform: uppercase;
}
.woocommerce-loop-product__title {
    margin-bottom: 1.3em;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 20px;
    font-size: 24px;
}
.woocommerce-loop-category__title {
    flex-grow: 1;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Oswald", arial, sans-serif !important;
}
.empty-page {
    padding: 64px 0;
}
.empty-page__inner {
    width: 100%;

}
.empty-page__title {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
    font-family: "Yeseva One", serif;
    font-family: "Oswald", arial, sans-serif !important;
    font-size: 168px;
    text-align: center;
    line-height: 1;
}
.empty-page__title img {
    max-width: 516px;
    object-fit: contain;
    width: 100%;
}
.empty-page__text {
    margin: 0 auto;
    font-size: 29px;
    font-family: "Yeseva One", serif;
    font-family: "Oswald", arial, sans-serif !important;
    text-align: left;
    text-align: center;
    margin-bottom: 36px;
    max-width: 516px;
}
.empty-page__actions {
    display: flex;
    justify-content: center;
}
@media (min-width: 768.98px) {
    .cats-carousel .owl-dots {
        display: none;
    }
    .cats-carousel .owl-item {
        width: calc(33.332% - (32px - (32px / 3))) !important;
        max-width: calc(33.332% - (32px - (32px / 3))) !important;
        flex: 1 0 calc(33.332% - (32px - (32px / 3))) !important;
        margin: 0 !important;
    }
    .cats-carousel .owl-stage {
        transform: unset !important;
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        gap: 66px 32px;
    }
}
@media (max-width: 640px) {
    .empty-page__title {
        font-size: 98px;
    }
}
/* END cats-item */
/* products-block */

.products-block {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}
.products-block__aside {
    width: 312px;
    flex: 1 0 312px;
    max-width: 312px;
}
.products-block__content {
    flex: 1;
    min-width: 0;
}
/* END products-block */
/* cats-block-grid */

.cats-block-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin: 40px 0;
    margin-bottom: 60px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--gray-10, #DBDBDB);
}
.cats-block-grid .products {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
}
.cats-block-grid .woocommerce {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
}
.cats-block-grid .products {
    margin: 0;
    padding: 0;
}
.cats-block-grid .products li {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 33.332%;
    max-width: 33.332%;
    flex: 1 0 33.332%;
}
.cats-block-grid .products li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.cats-block-grid__col {
    width: calc(33.332% - (32px - (32px / 3))) !important;
    max-width: calc(33.332% - (32px - (32px / 3))) !important;
    flex: 1 0 calc(33.332% - (32px - (32px / 3))) !important;
}
/* END cats-block-grid */
/* cats-block */
.cats-block {
    width: 100%;

}
.cats-block__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    padding: 20px;
    background: #F0F0F0;
    text-decoration: none;
}
.cats-block__link:hover {
    text-decoration: none;
}
.cats-block__image {
    width: 160px;
    flex: 1 0 160px;
    max-width: 160px;
    position: relative;
}
.cats-block__image:before {
    content: '';
    width: 1px;
    padding-top: 100%;
    display: inline-block;
}
.cats-block__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}
.cats-block__text {
    flex: 1;
    min-width: 0;
    font-size: 24px;
    font-family: "Yeseva One", serif;
    text-align: left;
}
/* END cats-block */
/* main-title */

.main-title {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 60px;
}
.main-title__inner {
    position: relative;
    text-align: center;
    font-size: 48px;
    font-family: "Yeseva One", serif;
}
.main-title__inner:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #0a0a0a;
    position: absolute;
    left: 0;
    bottom: 0;
}
/* END main-title */
/* nav */

.has-child-item {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    position: relative;
}
.has-child-item__icon {
    opacity: .7;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.has-child-item:hover .has-child-item__icon {
    opacity: 1;
}
.has-child-item > a {
    flex: 1;
    min-width: 0;
}
.drop-nav-list {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    min-width: 160px;
    padding: 0;
    padding-top: 0px;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);

}
.has-child-item:hover .drop-nav-list {
    opacity: 1;
    pointer-events: auto;
}
.drop-nav-list__list {
    background: rgba(18, 18, 18, 0.97);
}
.drop-nav-list__item {
    margin: 0 !important;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 !important;
}
.drop-nav-list__list {
    padding: 0;
    margin: 0;
}
.drop-nav-list__link {
    display: block;
    width: 100%;
    height: 38px !important;
    line-height: 38px !important;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: left;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.065);
    color: #999;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 8px 8px;
    display: block;
    width: 100%;
}
.mobile-on .desktop-nav ul li.has-child-item {
    display: flex !important;
}
/* END nav */
/* NEW SUBNAV */
.main-nav .full-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.main-nav .full-wrapper:before {
    display: none;
}
.main-nav .full-wrapper:after {
    display: none;
}
.inner-nav {
    z-index: 5;
}
.main-subnav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;

    box-shadow: none;
    position: relative;
}
.main-subnav:before {
    content: '';
    width: 100vw;
    height: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #343434;
    position: absolute;
}
.main-subnav__inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    top: -2px;
}
.main-subnav__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;

}
.main-subnav__link {
    letter-spacing: 2px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    height: auto !important;
    line-height: 1.25 !important;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;

}
.main-subnav__link:hover {
    opacity: .75;
}
/**/
/* Цвет заполненной части трека */
.irs-bar,
.irs-bar-edge {
    background: #808080 !important;
}

/* Цвет ползунка */
.irs-handle {
    background: #808080 !important;
    border-color: #424242 !important;
}

/* Цвет активной линии (если используется outline) */
.irs-line {
    background: #424242;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #424242 !important;
}
.irs--round .irs-from::before, .irs--round .irs-to::before, .irs--round .irs-single::before {
    border-top-color: #424242 !important;
}
.woof_reset_search_form {
    background: #353535 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 8px 18px !important;
    text-decoration: none !important;
    border: unset !important;
    outline: none !important;
}
.woof_submit_search_form_container {
    margin-bottom: 0;
}
.woof_container {
    margin-bottom: 16px !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid var(--gray-10, #DBDBDB);
}
.woof_container .irs {
    padding-bottom: 12px !important;
}
.woof_container_inner h4,
.woof_container_inner .h4{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    font-family: "Oswald", arial, sans-serif;
    margin-bottom: 18px;
}
ul.woof_list li {
    margin: 0 3px 4px 3px;
    display: flex;
    flex-wrap: wrap;
}
.woof_list label {
    flex: 1;
    min-width: 0;
    font-weight: 600;
}
.woof_list label .woof_checkbox_count {
    font-weight: 400;
    color: #424242 !important;
}
.icheckbox_square-blue, .iradio_square-blue {
    filter: grayscale(100%);
}
ul.woof_list {
    max-height: 237px;
    overflow-y: auto;
}

ul.woof_list {
    scrollbar-color: #424242 #DBDBDB;
    scrollbar-width: thin
}

ul.woof_list::-webkit-scrollbar,html::-webkit-scrollbar {
    width: 6px;
    background-color: #DBDBDB
}

ul.woof_list::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb {
    background-color: #424242
}
.btn-new {
    position: relative;
    padding: 8px 16px;
    gap: 8px;
    background: #353535;
    border-radius: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 112%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;

}
.btn__icon {
    display: flex;
    align-items: center;
    width: 22px;
    height: 22px;
}
.filter-block__head {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.filter-block__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    flex: 1;
    min-width: 0;
}
.filter-block__back {
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.filter-block__back svg {
    width: 100%;
    height: 100%;
    display: block;
}

.small-section.pt-10.pb-10 .relative.container.align-left .hs-line-11.font-alt.mb-0{
    margin-left: 0;
}
.row.multi-columns-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.post-product {
    display: flex;
    flex-direction: column;
    min-height: 100%;

}
.post-product .post-prev-text  {
    margin-top: auto;
}
.footer a {
    color: #888 !important;
}
.footer a:hover {
    color: #f4f4f4 !important;
}

.footer-col--logo {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%
}
/**/
@media (min-width: 1024.98px) {
    #menu-item-19484, #menu-item-19489 {
        display: none !important;
    }
    .is-mobile {
        display: none !important;
    }
}

@media (max-width: 1601px) {
    .product-category img {
        height: 160px !important;
    }
}
@media (max-width: 1200px) {
    /**/

   body .main-nav {
        height: auto !important;
    }
    body .mobile-nav{
        order: 10000;
    }
    .main-nav .full-wrapper {
        justify-content: flex-start;
    }
    body .nav-logo-wrap {
        margin-right: auto;
    }
    /**/
    .products-block__aside {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
    .products-block__content {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
        min-width: 0;
    }
    .products-block__content-head {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
        margin-bottom: 30px;
    }
.products-block__content-head .btn-new {
    flex: 1;
    min-width: 0;
}
    .filter-block {
        height: calc(var(--vh, 1vh) * 100);
        height: 100dvh;
        display: flex;
        flex-direction: column;
    }
    .filter-block__head {
        padding-left: 16px;
        padding-right: 16px;
        padding: 16px;
        padding-top: 18px;
        border-bottom: 1px solid #DBDBDB;
    }
    .filter-block__body {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
        overscroll-behavior: contain;
    }
    .filter-block__body {
        scrollbar-color: #424242 #DBDBDB;
        scrollbar-width: thin
    }

    .filter-block__body::-webkit-scrollbar,html::-webkit-scrollbar {
        width: 6px;
        background-color: #DBDBDB
    }

    .filter-block__body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb {
        background-color: #424242
    }
    .products-block__aside {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(var(--vh, 1vh) * 100);
        height: 100dvh;
        background: #fff;
        transform: translateX(-100%);
        transition: all 0.3s ease;
        z-index: 9999999999999;
        opacity: 0;
    }

    .products-block__aside.is-active {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    #menu-item-7511, #menu-item-12313 {
        display: none;
    }
    .drop-nav-list, .drop-nav-list__list, .drop-nav-list a {
        background: transparent !important;
    }
    .mobile-on .desktop-nav ul li {
        width: 100%;
    }
    .inner-nav ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .main-subnav {
        display: none;
    }
    .drop-nav-list {
        display: none;
    }
    .has-child-item__icon {
        padding: 9px;
    }
    .drop-nav-list {
        position: static;
        transform: unset;
        min-width: 160px;
        width: 100%;
        opacity: 1;
        pointer-events: auto;

    }
}
@media (max-width: 991px) {
    .footer-row {
        justify-content: flex-start;
        gap: 32px;
    }
    .footer-col {
        width: calc(33.332% - (32px - (32px / 3)));
        flex: 1 0 calc(33.332% - (32px - (32px / 3)));
        max-width: calc(33.332% - (32px - (32px / 3)));
    }
    .footer-col--contacts {
        width: calc((34.332% - (32px - (32px / 2))) * 2);
        flex: 1 0 calc((34.332% - (32px - (32px / 2))) * 2);
        max-width: calc((34.332% - (32px - (32px / 2))) * 2);
    }
    .footer-logo {
        margin-top: 0;
    }

    /**/
    .cats-block-grid__col {
        width: calc(50% - (32px - (32px / 2))) !important;
        max-width: calc(50% - (32px - (32px / 2))) !important;
        flex: 1 0 calc(50% - (32px - (32px / 2))) !important;
    }
    .cats-block-grid .products li {
        list-style: none;
        padding: 0;
        margin: 0;
        width: calc(50% - (32px - (32px / 2))) !important;
        max-width: calc(50% - (32px - (32px / 2))) !important;
        flex: 1 0 calc(50% - (32px - (32px / 2))) !important;
    }
}
@media (max-width: 767px) {
    .empty-page__text {
        font-size: 18px;
    }
    .main-title__inner {
        font-size: 32px;
    }
    .cats-block-grid {
        gap: 16px;
        margin: 40px 0;
    }
    .cats-block-grid .products {
        gap: 0;
    }
    .cats-block-grid__col {
        width: calc(50% - (16px - (16px / 2))) !important;
        max-width: calc(50% - (16px - (16px / 2))) !important;
        flex: 1 0 calc(50% - (16px - (16px / 2))) !important;
    }
    .products li {
        width: calc(50% - (16px - (16px / 2))) !important;
        max-width: calc(50% - (16px - (16px / 2))) !important;
        flex: 1 0 calc(50% - (16px - (16px / 2))) !important;
    }
    .cats-block__link {
        padding: 8px;
        gap: 16px;

    }
    .cats-block__image {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
    .cats-block__text {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
        font-size: 18px;
        text-align: center;
    }
    .cats-item h2 {
        font-size: 22px;
    }
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    .footer {
        padding-top: 24px;
        padding-bottom: 8px;
        letter-spacing: .3em
    }
    .footer .social-block {
        margin-top: 9px;
    }

    .footer-row {
        gap: 24px;
        position: relative;
    }
    .footer-col {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
    .footer-col--mobile-flex-1 {
        flex: 1;
        min-width: 0;
        max-width: calc(50% - 12px);
    }
    .footer-col--contacts {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
        order: -1;
    }
    .footer-col--contacts .footer-block__title {
        text-align: center;
    }
    .footer-col--contacts .footer-contacts__item {
        display: flex;
        justify-content: center;
    }
    .footer-col--contacts .footer-contacts__item a {
        text-align: center;
    }
    .footer-col--contacts .social-block {
        justify-content: center;
    }
    .footer-col--social-media .footer-block__title {
        text-align: center;
    }
    .footer-col--social-media .footer-contacts__item {
        display: flex;
        justify-content: center;
    }
    .footer-col--social-media .footer-contacts__item a {
        text-align: center;
    }
    .footer-col--social-media  .social-block {
        justify-content: center;
    }

    .footer-col--social-media {
        order: -1;
    }
    .footer-block__title {
        font-size: 14px;
    }
    .footer-block__head {
        margin-bottom: 8px;
    }
    .footer-nav__link {
        font-size: 12px;
    }
    .footer-col--logo {
        margin-bottom: 18px;
        display: flex;
        justify-content: center;
        order: -1;
    }
    .footer-logo__text {
        display: none;
    }
    .footer-logo__image {
        width: 81px;
        height: 98px;
        display: inline-block;
    }
    .footer-nav__item {
        font-size: 12px;
    }
    .footer-nav__item:not(:last-child) {
        margin-bottom: 3px;
    }
    .footer-contacts__item:not(:last-child) {
        margin-bottom: 3px;
    }
    .footer-contacts__item {
        font-size: 12px;
    }
    .footer-copyright {
        font-size: 12px;
    }
    .footer-contacts__item--social:not(:first-child) {
        margin-top: 5px;
    }

    /**/

    .seo-text__head h1, h2.seo-text__title {
        font-size: 25px;
    }
    .seo-text__head {
        margin-bottom: 24px;
    }
    .seo-text__text {
        font-size: 14px;
    }
    .seo-text__text p {
        margin-top: 8px;
        margin-bottom: 12px;
    }
    /**/
}
