.container-public {
    max-width: 1420px;
    margin: 0 auto;
}

.main-page .content-area {
    height: auto;
}
/* 
.container-public .text-block {
    padding: 0;
} */

.container-public h1.heading {
    font: normal 400 36px/39px 'ProximaNova', sans-serif;
    color: #3F3F3E;
    margin-bottom: 30px;
}

.content-area--new-main {
    height: 784px;
}

.content-area--no-sidebar {
    min-height: auto;
    margin-left: 0;
}

.main-page .content-area .content {
    padding-top: 127px;
    padding-bottom: 127px;
}

.main-banner-new .description {
    padding-top: 4px;
    max-width: 900px;
}

.main-banner-new .description li::marker {
    font-size: 20px;
}

.main-description-text {
    padding-left: 35px;
}

.main-description-text li span {
    padding-left: 3px;
    display: block;
}

.main-text-p {
    margin-top: 31px;
    letter-spacing: 0.043em;
}

.main-page h1 {
    font-size: 64px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.05em;
    font-family: 'ProximaNova', sans-serif;
    padding-left: 2px;
    max-width: 900px;
    margin: 0 0 35px 0;
}

.header-sticky {
    font-family: 'ProximaNova', sans-serif;
    height: 171px;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 3;
    transition: background .2s ease-in-out;
}

.main-page .description {
    margin-bottom: 70px;
}

.header-sticky__top {
    height: 103px;
    padding: 25px 0;
    display: flex;
}

.header-sticky__logo-mobile {
    display: none;
}

.header-sticky__email {
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #0A0A0A;
    margin-left: auto;
    margin-top: 1px;
}

.header-sticky__email a {
    color: #0A0A0A;
    text-decoration: none;
}

.header-sticky__phone-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 60px;
    margin-top: 1px;
}

.header-sticky__phone a {
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #0A0A0A;
}

.header-sticky__phone-description {
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    text-align: right;
    color: #0A0A0A;
}

.header-sticky__phone svg {
    display: none;
}

.header-sticky__phone svg path,
.header-sticky__search-button svg path {
    transition: fill .2s ease-in-out;
}

.header-sticky__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    color: #0A0A0A;
}

.header-sticky__cta {
    margin-left: 65px;
    margin-top: 13px;
}

.header-sticky__cta a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 40px;
    background: #D72438;
    border-radius: 5px;
    border: none;
    color: #fff!important;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    padding: 11px 15px 12px 16px;
    white-space: nowrap;
}

.header-sticky__cta a:hover {
    background: #A90924;
}

.header-sticky__cta a:focus {
    background: #D72438;
    box-shadow: 0px 0px 0px 2px rgba(247, 211, 215, 1);
}

.header-sticky__cta a:active {
    background: #650515;
}

.header-sticky__search-button {
    display: none;
}

.header-sticky__menu-container {
    background: #3F3F3E;
    display: flex;
    height: 68px;
}

.header-sticky__menu-sub-container {
    max-width: 1419px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.header-sticky__menu {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    height: 100%;
}

.header-sticky__menu-search {
    width: 98px;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-sticky__menu > li {
    font-weight: 400;
    font-size: 19px;
    line-height: 120%;
    color: #FFFFFF;
    width: 100%;
    text-transform: uppercase;
    height: 100%;
    white-space: nowrap;
    padding: 1px 0 0 1px;
}

.header-sticky__menu > li > .header-sticky__menu-item {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-sticky__menu > li > .header-sticky__menu-item > a,
.header-sticky__menu > li > .header-sticky__menu-item > span {
    padding: 22px 48px 23px 48px;
}

.header-sticky__menu > li > .header-sticky__menu-item > a {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.header-sticky__menu > li:hover > .header-sticky__menu-item {
    background-color: #FFFFFF;
    color: #3F3F3E;
}

.header-sticky__menu > li:hover > .header-sticky__menu-item > a {
    color: #3F3F3E;
}

.header-sticky__menu > li:hover > .header-sticky__mega-menu {
    display: flex;
}

.header-sticky__mega-menu {
    position: absolute;
    background-color: #ffffff;
    color: #0A0A0A;
    display: none;
    margin-left: -1px;
    box-shadow: #060606 20% (rgba(6, 6, 6, 0.2));
    border-bottom: 1px solid #3F3F3E;
    border-left: 1px solid #3F3F3E;
    border-right: 1px solid #3F3F3E;
}

.header-sticky__menu > li:first-child .header-sticky__mega-menu {
    width: 100%;
    height: calc(100vh - 170px);
    padding: 0;
    max-height: 688px;
}

.header-sticky__menu > li:first-child .header-sticky__mega-menu > div {
    padding: 40px 100px 40px 54px;
    display: flex;
    overflow-y: auto;
}

.header-sticky__menu > li .header-sticky__mega-menu {
    padding: 40px 100px 40px 54px;
}

.header-sticky__menu > li .header-sticky__mega-menu > div >ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.header-sticky__menu > li .header-sticky__mega-menu > div >ul > li > a,
.header-sticky__menu > li .header-sticky__mega-menu > div >ul > li > span {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #0A0A0A;
    text-transform: none;
}

.header-sticky__mega-menu--products {
    display: none;
}

.header-sticky__menu > li .header-sticky__mega-menu > div >ul.header-sticky__menu-with-subcategories {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
    max-height: 600px;
    padding-left: 128px;
    column-gap: 25px;
    row-gap: 40px;
    height: 600px;
}

.header-sticky__menu-with-subcategories > li {
    width: 50%;
}

.header-sticky__menu-with-subcategories > li > ul {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    padding-right: 74px;
}

.header-sticky__menu-with-subcategories > li > ul > li > a,
.header-sticky__menu-with-subcategories > li > ul > li > span {
    font-weight: 400;
    color: #585959;
    text-transform: none;
    white-space: pre-wrap;
    line-height: 0px;
    margin-top: 0;
    font-size: 16px;
}

.header-sticky__menu-with-subcategories > li > a {
    margin-bottom: 14px;
    display: block;
}

.header-sticky__menu-with-subcategories > li:nth-child(2) > ul {
    row-gap: 12px;
}

.header-sticky__menu-with-subcategories > li:nth-child(3) > ul {
    padding-right: 25px;
    row-gap: 11px;
}

.header-sticky-menu-opener {
    display: none;
}

.hamburger--new-menu {
    width: 30px;
    height: 24px;
    position: fixed;
    top: 22px;
    left: 20px;
    z-index: 5;
    display: none;
}
.hamburger--new-menu span {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 3px;
    position: absolute;
    display: block;
    background: #3F3F3E;
}
.main-page .hamburger--new-menu:not(.hamburger--new-menu--scrolled) span {
    background: #fff;
}
.hamburger--new-menu span:nth-child(1) {
    top: 1px;
}
.hamburger--new-menu span:nth-child(2) {
    top: 12px;
}
.hamburger--new-menu span:nth-child(3) {
    top: 23px;
}
.hamburger--new-menu.opened span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.hamburger--new-menu.opened span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.hamburger--new-menu.opened span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

.hamburger--new-menu span.dark {
    background: #3F3F3E;
}

.footer-top {
    background: #3F3F3E;
    padding: 86px 0 36px 0;
}

.footer-bottom {
    background: #585959;
    user-select: none;
}

.footer-bottom-container {
    display: flex;
    align-items: flex-end;
}

.footer__developer {
    margin-left: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    font-family: 'ProximaNova', sans-serif;
}

.footer__developer a {
    color: #FFFFFF;
    pointer-events: none;
    cursor: default;
}

.footer-socials {
    display: flex;
    margin-bottom: 3px;
    gap: 14px
}

.footer-logo-social {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* TODO убрать строку ниже */
    height: 204px;
}

.footer-bottom {
    background: #585959;
    padding: 20px 0
}

.footer__copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: 'ProximaNova', sans-serif;
}

.footer-top-container {
    display: flex;
}

.footer-menu {
    margin-left: 109px;
}

.footer-menu,
.footer-menu ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.footer-menu ul {
    flex-direction: column;
    margin-top: 17px;
    gap: 8px;
}

.footer-menu ul li {
    line-height: 18px;
}

.footer-menu > li > span {
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    color: #FFFFFF;
    letter-spacing: 0.04em;
    font-family: 'ProximaNova', sans-serif;
}

.footer-menu > li > ul > li > a {
    color: #fff;
    font-family: 'ProximaNova', sans-serif;
}

.footer__tel a, .footer__email a {
    font-family: 'ProximaNova', sans-serif;
}

.footer-menu > li:nth-child(1) {
    width: 287px;
    padding-right: 75px;
}

.footer-menu > li:nth-child(2) {
    margin-top: 1px;
    width: 252px;
}

.footer-menu > li:nth-child(2) > ul > li {
    margin-top: 1px;
}

.footer-menu > li:nth-child(3) {
    flex-shrink: 0;
}

.footer-menu > li:nth-child(3) > ul > li {
    margin-top: 1px;
}

.footer-contacts {
    margin-left: 110px;
    width: 100%;
}

.footer-contacts a {
    color: #fff;
}

.footer__tel a,
.footer__email a {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    letter-spacing: 0.02em;
}

.footer__email {
    margin-top: 3px;
}

.footer__email a {
    font-size: 18px;
}

footer .sider-block-adress {
    position: static;
    padding: 0;
    margin-top: 17px;
    height: 80px;
}

footer .sider-block-adress .slider {
    padding-top: 0;
}

footer .sider-block-adress .slider__check:checked + .slider__label {
    background: #ffffff;
    border: none;
    box-shadow: none;
}

footer .sider-block-adress .slider__label {
    background: transparent;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    margin-top: 7px;
    margin-left: 0;
    margin-right: 6.4px;
}

footer .sider-block-adress .slider__check:checked + .slider__label + .slider__image {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    text-align: left;
}

footer .sider-block-adress .slider__check:checked + .slider__label {
    background: #D72438;
}

.footer__cta {
    margin-top: 40px;
}

.footer__cta a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 40px;
    background: #D72438;
    border-radius: 5px;
    border: none;
    color: #fff!important;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    padding: 11px 15px 12px 16px;
    white-space: nowrap;
}

.footer-address-container {
    margin-top: 16px;
}

.footer-address__item {
    display: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    font-family: 'ProximaNova', sans-serif;
}

.footer-address__item--active {
    display: block;
}

.footer-address-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.footer-address-dot--active {
    display: block;
    background: #D72438;
    border: none;
}

.footer-address-container-dots {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.search-page h1.heading {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 120%;
    color: #3F3F3E;
}

h1.heading {
    margin: 0;
}

.content {
    padding-top: 70px;
}

.product-page.no-image .details {
    padding: 0;
}


.product-page.no-image .heading,
.product-page.no-image .text-block,
.product-page.no-image .gallery-link,
.product-page.no-image .product-view-wrapper {
    padding: 0;
}

.back-to-production {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    font: 16px/22px 'ProximaNova', sans-serif;
    color: #7F7F7F;
    position: relative;
    top: -30px;
    left: -15px;
}

.back-to-production i {
    zoom: 0.6;
}

.back-to-production:hover {
    color: #7F7F7F;
}

.production-page .items {
    margin-top: 0;
}

.news-page .items {
    margin-top: 60px;
}

.news-page h1.heading {
    margin-left: 50px;
}

.product-page.no-image .wrapper {
    padding: 0 20px;
}

.search-container form,
.search-container .products-result,
.search-container .news-results {
    max-width: 866px;
}

.search-container {
    width: 100%;
}

.search-container form {
    display: flex;
}

.search-container form input[type=search] {
    padding: 10px;
    border: 2px solid #9E9E9E;
    outline: none;
}

.search-container form input[type=submit] {
    margin-left: 30px;
    padding: 5px 20px;
    background: #D72438;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    outline: none;
    border: none;
    transition: all .2s ease-in-out
}

.search-container form input[type=submit]:hover {
    background: #A90924;
}

.search-input {
    width: 100%;
}

.search-results {
    margin-top: 50px;
    margin-bottom: 140px;
}

.search-results--no-results {
    margin-bottom: 100px;
}

.news-results h2 {
    font-family: 'ProximaNova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    color: #3F3F3E;
}

.news-item__title a {
    font-family: 'ProximaNova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    color: #3F3F3E;    
}

.news-item__title a:hover {
    text-decoration: none;
    color: #A90924;
}

.news-item__title a:active {
    text-decoration: none;
    color: #A90924;
}

.news-item__title a:hover span {
    text-decoration: none;
    color: #A90924;
}

.news-item__title a:active span {
    text-decoration: none;
    color: #A90924;
}

.news-item__title a span {
    text-decoration-line: underline;
    text-underline-offset: 4px;
    color: #D72438;
}

.news-item__description {
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #7F7F7F;
    margin-top: 4px;
}

.news-item__description span {
    color: #D72438;
}

.news-item:not(:first-child) {
    margin-top: 10px;
}

.news-results:not(:first-child) {
    margin-top: 50px;
}

.product-result-category:not(:first-child) {
    margin-top: 50px;
}

.product-result-category-group {
    display: flex;
    align-items: center;
}

.product-result-category__icon {
    width: 50px;
    display: flex;
    justify-content: center;
}

.product-result-category__icon .product-icon {
    /* zoom: 0.65; */
    zoom: 0.5;
}

.product-result-category__title {
    font-family: 'ProximaNova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 120%;
    color: #3F3F3E;
    margin-left: 20px;
}

.product-result-category__title a {
    color: #3F3F3E;
}

.product-result-category__title a:hover {
    color: #A90924;
}

.product-result-category__title a:hover span {
    color: #A90924;
}

.product-result-category__title a:active span {
    color: #A90924;
}

.product-result-category__title a:active span {
    color: #A90924;
}

.product-result-category__title span {
    color: #D72438;
}

.product-result-items {
    margin-left: 70px;
    margin-top: 15px;
}

.product-result-item:not(:first-child) {
    margin-top: 8px;
}

.product-result-item a {
    font-family: 'ProximaNova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    color: #3F3F3E;
}

.product-result-item a:hover {
    text-decoration: none;
    color: #A90924;
}

.product-result-item a span {
    text-decoration-line: underline;
    text-underline-offset: 4px;
    color: #D72438;
}

.product-result-item a:hover span {
    text-decoration: none;
    color: #A90924;
}

.product-result-item a:active {
    color: #A90924;
}
.product-result-item a:active span {
    color: #A90924;
}

.products-result {
    margin-bottom: 120px;
}

.search-container h1.heading {
    font-weight: 400;
    font-size: 45px;
    line-height: 120%;
    color: #3F3F3E;
}

.news-results h2 {
    font-size: 27px;
    line-height: 120%;
    color: #3F3F3E;
}

.search-no-results {
    margin-top: -20px;
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #585959;
}

.search-catalog__heading {
    font-weight: 400;
    font-size: 35px;
    line-height: 120%;
    color: #3F3F3E;
}

.search-catalog {
    margin-top: 70px;
}

.search-catalog-items {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
    justify-content: center;
    max-width: 1200px;
    row-gap: 55px;
    align-items: flex-start;
}

.search-catalog-item__icon-wrapper {
    height: 100px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.search-catalog-item__icon {
    position: absolute;
    transition: opacity .1s ease-in-out;
}

.search-catalog-item__icon--hover {
    opacity: 0;
}

.search-catalog-item__icon--active {
    opacity: 0;
}

.search-catalog-item {
    width: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.search-catalog-item .product-icon {
    transition: opacity .2s ease-in-out;
}

.search-catalog-item:hover .search-catalog-item__name,
.search-catalog-item:active .search-catalog-item__name {
    color: #A90924;
}

.search-catalog-item:hover .product-icon,
.search-catalog-item:active .product-icon {
    opacity: 0.7;
}

.search-catalog-item:hover .search-catalog-item__icon--hover {
    opacity: 1;
}

.search-catalog-item:hover .search-catalog-item__icon--default,
.search-catalog-item:hover .search-catalog-item__icon--active {
    opacity: 0;
}

.search-catalog-item:active .search-catalog-item__name {
    color: #650515;
}

.search-catalog-item:active .search-catalog-item__icon--active {
    opacity: 1;
}

.search-catalog-item:active .search-catalog-item__icon--default,
.search-catalog-item:active .search-catalog-item__icon--hover {
    opacity: 0;
}

.search-catalog-item__name {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    padding: 0 19px;
    color: #585959;
}

.search-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999;
    background: rgba(10, 10, 10, 0.6);
    display: none;
}

.search-overlay > * {
    font-family: 'ProximaNova', sans-serif;
}

.search-container > * {
    font-family: 'ProximaNova', sans-serif;
}

footer > * {
    font-family: 'ProximaNova', sans-serif;
}

.search-overlay-form-container {
    height: 130px;
    background-color: #fff;
}

.search-overlay-form-container form  {
    display: flex;
    height: 100%;
}

.search-overlay-form-container form [type="search"] {
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    color: #3F3F3E;
    border: none;
    outline: none;
    padding-left: 10px;
    letter-spacing: 0.03em;
}

.search-overlay-form-container .container-public {
    height: 100%;
}

.search-overlay-button-container,
.search-overlay-close-container {
    display: flex;
    align-items: center;
}

.search-overlay-button-container input[type=submit] {
    padding: 8px 21px;
    margin-top: 1px;
    background: #D72438;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    outline: none;
    border: none;
    transition: all .2s ease-in-out;
}

.search-overlay-button-container input[type=submit]:hover {
    background: #A90924;
}

.search-overlay-close-container {
    padding-right: 19px;
}

.search-overlay-close-icon {
    cursor: pointer;
    padding: 20px;
    margin-left: 12px;
}

.search-overlay-results {
    background: #FFFFFF;
    border-top: 1px solid #C2C2C2;
    
}

.search-overlay-results-item:not(:first-child) {
    margin-top: 24px;
}

.search-overlay-results-item a {
    font-size: 16px;
    line-height: 140%;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    color: #3F3F3E;
    display: block;
}

.search-overlay-results-container {
    padding: 47px 0 40px 10px;
}

.search-overlay-results-item a span {
    color: #D72438;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.search-catalog-items-hidden {
    display: none;
    color: #D72438;
    font-size: 16px;
    line-height: 140%;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    cursor: pointer;
}

/* Search adaptive  */
@media screen and (max-width: 1400px) { 
    .search-overlay-form-container {
        height: 78px;
        border-bottom: 1px solid #C2C2C2;
    }

    .search-overlay-form-container form [type="search"] {
        color: var(--gray-90, #3F3F3E);
        font-size: 22px;
        line-height: 120%;
        padding-left: 0;
    }

    .search-overlay-button-container input[type=submit] {
        display: none;
    }

    .search-overlay-close-container {
        padding-right: 0;
    }

    .search-overlay-form-container .container-public {
        padding-right: 10px;
    }

    .search-overlay-close-icon {
        margin-left: 0;
        padding: 10px;
        margin-top: -6px;
    }

    .search-overlay-results {
        border-top: none;
    }

    .search-overlay-results-container {
        padding: 30px 0;
    }

    .search-container h1.heading {
        color: var(--gray-90, #3F3F3E);
        font-size: 38px;
        line-height: 120%;
    }

    .search-container form {
        flex-direction: column;
    }

    .search-container form input[type=submit] {
        margin-left: 0;
        margin-right: auto;
        margin-top: 10px;
        padding: 7px 22px;
    }

    .product-result-items {
        margin-left: 0;
        margin-top: 19px;
    }

    .product-result-category__icon {
        width: 40px;
        height: 40px;
    }

    .product-result-category__title {
        font-size: 24px;
    }

    .product-result-item a {
        line-height: 0;
    }

    .product-result-item:not(:first-child) {
        margin-top: 6px;
    }

    .news-results h2 {
        color: var(--gray-90, #3F3F3E);
        font-size: 22px;
        line-height: 120%;
    }

    .news-item:not(:first-child) {
        margin-top: 13px;
    }

    .search-catalog-item {
        width: 33.3333333333%;
    }

    .search-catalog {
        margin-top: 50px;
    }

    .search-catalog__heading {
        color: var(--gray-90, #3F3F3E);
        font-size: 26px;
        line-height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .search-catalog-items {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 40px;
    }

    .search-catalog-item__icon-wrapper {
        height: auto;
        margin-bottom: 10px;
        justify-content: flex-start;
    }

    .search-catalog-item {
        width: 100%;
        align-items: flex-start;
    }

    .search-catalog-item__name {
        padding: 0;
        text-align: left;
    }

    .search-no-results-try-text {
        margin-top: 22px;
    }

    .search-catalog-items-hidden {
        display: block;
    }

    .search-catalog-items-hidden:not(.search-catalog-items-hidden--active) ~ a {
        display: none;
    }

    .search-catalog-items-hidden--active {
        order: 10000;
    }
}

/* Main adaptive */
@media screen and (max-width: 1400px) { 
    .container-public {
        padding: 0 20px
    }
    .content {
        padding-top: 30px;
    }
}

/* Footer */
@media screen and (max-width: 1400px) { 
    .footer-top {
        padding: 60px 15px 50px 15px;
    }

    .footer-top-container {
        flex-direction: column;
        padding: 0;
    }

    .mobile-copyrights {
        display: none;
    }

    .footer-logo-social {
        height: auto;
    }

    .footer__logo {
        margin-bottom: 10px;
    }

    .footer-socials {
        margin-bottom: 0;
    }

    .footer-socials a[href*="vk.com"] img {
        width: 28px;
    }

    .footer-socials a[href*="youtube"] img {
        width: 22px;
    }

    .footer-menu {
        margin-left: 0;
        margin-top: 50px;
        margin-bottom: 45px;
    }

    .footer-contacts {
        margin-left: 0;
        width: auto;
        margin-right: auto;
    }

    .footer-menu > li:nth-child(1) {
        padding-right: 70px;
        width: auto;
    }

    .footer-menu > li:nth-child(2) {
        width: auto;
        padding-right: 70px;
        margin-top: 0;
    }

    .footer-menu > li:nth-child(3) {
        flex-shrink: 1;
    }

    .footer-bottom-container {
        padding: 0 15px;
        align-items: center;
    }

    .footer__cta a {
        display: inline-flex;
    }

    .footer__cta {
        margin-top: 30px;
    }

    .footer-address-container {
        margin-top: 20px;
    }

    .footer-menu > li > span {
        color: var(--gray-10, #FFF);
        font-size: 22px;
        line-height: 120%;    
    }

    .footer-menu ul {
        gap: 8px;
        margin-top: 14px;
    }
}

@media screen and (max-width: 768px) { 
    .footer-menu {
        flex-direction: column;
    }

    .footer-menu > li:nth-child(1) {
        padding-right: 0;
    }

    .footer-menu > li:nth-child(2) {
        padding-right: 0;
    }

    .footer-menu > li:not(:first-child) {
        margin-top: 34px;
    }
}

@media screen and (max-width: 362px) {
    .footer__cta a {
        display: flex;
        justify-content: center;
     }
}

@media screen and (max-width: 330px) {
    .footer__cta a {
        font-size: 14px;
     }
}

@media screen and (max-width: 1400px) { 
    .header-sticky {
        height: 70px;
        border-bottom: 1px solid #7F7F7F;
    }

    .header-sticky__menu-container {
        display: none;
    }

    .header-sticky__logo {
        display: none;
    }

    .header-sticky__logo-mobile {
        display: flex;
        flex-direction: column;
        margin-left: 50px;
        margin-top: -1px;
    }

    .header-sticky__logo-mobile a {
        display: flex;
        flex-direction: column;
    }

    .header-sticky__logo-mobile svg:last-child {
        margin-top: 2px;
    }

    .header-sticky__top {
        height: auto;
        padding: 20px;
    }
    
    .header-sticky__cta {
        display: none;
    }

    .header-sticky__email {
        display: none;
    }

    .header-sticky__phone-container span, 
    .header-sticky__phone-container .header-sticky__phone-description {
        display: none;
    }

    .header-sticky__phone-container {
        margin-left: 13px;
        margin-top: -1px;
    }

    .header-sticky__phone a:active svg path {
        fill: #A90924!important;
    }

    .header-sticky__search-button:active svg path,
    .header-sticky__search-button:focus svg path {
        fill: #A90924!important;
    }

    .header-sticky-menu-opener {
        padding: 2px 0px;
        cursor: pointer;
        display: block;
    }

    .header-sticky__search-button {
        display: block;
        margin-left: auto;
        cursor: pointer;
        margin-top: 2px;
    }

    .header-sticky__phone svg {
        display: block;
    }

    .hamburger--new-menu  {
        display: block;
    }

    .main-page .header-sticky {
        position: fixed;
        width: 100%;
        background: transparent;
        border-bottom: none;
    }

    .main-page .header-sticky--scrolled {
        background: #fff;
    }

    .main-page .header-sticky:not(.header-sticky--scrolled) .header-sticky__search-button svg path {
        fill: #fff;
    }

    .main-page .header-sticky:not(.header-sticky--scrolled) .header-sticky__phone svg path {
        fill: #fff;
    }

    .main-page .header-sticky:not(.header-sticky--scrolled) .header-sticky__logo-mobile svg:first-child path:nth-child(2) {
        fill: #fff;
    }

    .main-page .header-sticky:not(.header-sticky--scrolled) .header-sticky__logo-mobile svg:last-child path {
        fill: #fff;
    }
}

.mobile-menu-new {
    padding: 82px 0 0 0;
    background: #3F3F3E;
    height: 100vh;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    background: #3F3F3E;
    z-index: 9999999;
    max-width: 330px;
    overflow-y: auto;
    padding-bottom: 10px;
    height: calc(var(--vh, 1vh) * 100);  
}

@media screen and (max-width: 1400px) {
    .mobile-menu-new.opened {
        left: 0;
    }        
}

.mobile-menu-new ul.mobile-menu-list {
    padding: 1px 0 0 21px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-bottom: 0;
    padding-bottom: 34px;
    border-bottom: 1px solid #FFF;
    padding-right: 20px;
}

.mobile-menu-new ul.mobile-menu-list > li > div {
    display: flex;
    width: 100%;
}

.mobile-menu-new ul.mobile-menu-list > li > div > a,
.mobile-menu-new ul.mobile-menu-list > li > div > span {
    color: #FFF;
    font-size: 23px;
    line-height: 120%;
    font-family: 'ProximaNova', sans-serif;
}

.mobile-menu-new ul.mobile-menu-list > li > div > span.mobile-menu-list--go-deeper {
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
}

.mobile-menu-contacts__phone a {
    color: #FFF;
    font-size: 23px;
    line-height: 140%;
    font-family: 'ProximaNova', sans-serif;
}

.mobile-menu-contacts {
    padding: 30px 22px 0 22px;
}

.mobile-menu-contacts__email a {
    color: #FFF;
    font-size: 23px;
    font-family: 'ProximaNova', sans-serif;
    line-height: 140%;
}

.mobile-menu-address {
    padding: 19px 20px 20px 22px;
}

.mobile-menu-address__item {
    display: none;
    color: #fff;
}

.mobile-menu-address__item--active {
    display: block;
    font-size: 16px;
    line-height: 140%;
}

.mobile-menu-new .callback-btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    background: #D72438;
    border-radius: 5px;
    border: none;
    color: #fff!important;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    padding: 13px 4px 16px 7px;
    white-space: nowrap;
    /* letter-spacing: 0.015em; */
}

.mobile-menu-cta {
    padding: 22px 20px 20px 22px;
}

.mobile-menu-list li {
    display: flex;
    align-items: center;
}

.mobile-menu-list-inner {
    position: fixed;
    max-width: 330px;
    left: -330px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    background: #fff;
    padding-top: 80px;
    padding-left: 30px;
    padding-bottom: 20px;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
    overflow-y: auto;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    flex-direction: column;
}

.mobile-menu-list-inner .hamburger--new-menu.opened span {
    background: #3F3F3E!important;
}

.mobile-menu-new .hamburger--new-menu {
    position: absolute;
}

.mobile-menu-new > .hamburger--new-menu span {
    background: #fff;
}

.mobile-menu-list-inner__heading {
    position: relative;
}

.mobile-menu-list-inner__heading-text {
    font-size: 22px;
    line-height: 120%;
    color: #3F3F3E;
    margin-left: 30px;
}

.mobile-menu-list--go-back svg path {
    fill: #3F3F3E;
}

.mobile-menu-list--go-back {
    display: inline-flex;
    position: absolute;
    left: -9px;
    top: 5px;
    cursor: pointer;
}

.mobile-menu-list-inner-list {
    padding-left: 0;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding-right: 20px;
}

.mobile-menu-list-inner-list > li > div > a {
    color: #3F3F3E;
    font-size: 20px;
    line-height: 120%;
    padding-right: 20px;
}

@media screen and (max-width: 1400px) {
    .mobile-menu-list-inner--opened {
        left: 0;
    }

    .main-page .content-area {
        min-height: auto;
    }
}


.mobile-menu-list-inner-list__item-row > span > svg > path {
    fill: #3F3F3E;
}

.mobile-menu-list-inner-list__item-row > span {
    margin-left: auto;
}

.mobile-menu-list--go-deeper {
    cursor: pointer;
}

.product-page .content-area .content {
    padding-top: 50px;
}

.product-page .back-to-production {
    left: 0;
}

.main-banner-new--mobile {
    display: none;
    padding: 0 15px;
}

@media screen and (max-width: 767px) {
    .main-banner-new:not(.main-banner-new--mobile) {
        display: none;
    }

    .main-banner-new--mobile {
        display: block;
    }

    .main-page .description {
        margin-bottom: 80px;
    }

    .main-page h1 {
        font-size: 33px;
        margin-bottom: 21px;
    }

    .content-main .container-public {
        padding: 0 15px
    }

    .main-page .content-area .content {
        padding-top: 143px;
    }

    .main-page .btn {
        margin-bottom: 50px;
    }

    .page-form {
        padding: 45px 20px 0 20px;
    }

    .page-form .container-public {
        padding: 0 20px;
    }    
}

.page-form-new {
    overflow: auto;
}

.content-area .content {
    padding-bottom: 0;
}

.contacts-new .contacts-container {
    height: auto;
}

.gallery-wrapper {
    max-width: 1420px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .text-page .text-block {
        padding: 0 40px;
    }

    .text-block {
        padding: 0 40px;
    }

    .news-page h1.heading {
        margin-left: 40px;
    }

    .product-page .text-block {
        padding: 0;
    }
}

@media screen and (min-width: 1420px) {
    .page-form .container-public {
        padding: 0 40px;
    }
}

@media (max-width: 992px) {
    .gallery-wrapper h2 {
        margin-left: 15px;
    }

    .page-form.feedback {
        padding: 50px 10px;
    }
}

.contacts-page .content-area .content {
    padding-top: 30px;
}

@media screen and (min-width: 990px) {
    .news-page .content-area .content > .container-public,
    .vacancies-page .content-area .content > .container-public {
        position: relative;
    }

    .vacancies-page .navigation,
    .news-page .navigation {
        right: 20px;
    }

    .news-page .content-area .content .items-list-popup,
    .vacancies-page .content-area .content .items-list-popup {
        left: 20px;
    }

    .news-page .items .slick-dots,
    .vacancies-page .items .slick-dots {
        right: 140px;
    }
}

@media screen and (min-width: 1420px) {
    .news-page .content-area .content > .container-public,
    .vacancies-page .content-area .content > .container-public {
        position: relative;
    }

    .vacancies-page .navigation,
    .news-page .navigation {
        right: 0;
    }

    .news-page .content-area .content .items-list-popup,
    .vacancies-page .content-area .content .items-list-popup {
        left: 0;
    }

    .news-page .items .slick-dots,
    .vacancies-page .items .slick-dots {
        right: 140px;
    }
}

@media screen and (max-width: 1200px) {
    .news-page .content-area .content > .container-public,
    .vacancies-page .content-area .content > .container-public {
        position: relative;
    }

    .vacancies-page .navigation,
    .news-page .navigation {
        right: 20px;
        bottom: 20px;
    }

    .news-page .content-area .content .items-list-popup,
    .vacancies-page .content-area .content .items-list-popup {
        left: 20px;
        bottom: 20px;
        right: auto;
    }

    .news-page .items .slick-dots,
    .vacancies-page .items .slick-dots {
        right: 140px;
    }
}

@media screen and (max-width: 577px) {
    .vacancies-page .navigation, .news-page .navigation {
        bottom: 80px;
    }

    .news-page h1.heading {
        margin-left: 0;
    }
}

.popup-overflow--active {
    z-index: 3;
}

@media (max-width: 992px) {
    .text-page .text-block {
        padding: 0;
    }
    
    .product-page.no-image .wrapper {
        padding: 0 10px;
    }
}

.product-result-category__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width: 1420px) {
    .search-page .page-form .container-public {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .page-form.feedback { 
        padding: 50px 0;
    }
}

.gallery-wrapper .navigation {
    right: 0;
}

.gallery-wrapper .photos .slick-dots {
    right: 140px;
}

@media (max-width: 1420px) {
    .gallery-wrapper .navigation {
        right: 20px;
    }
    
    .gallery-wrapper .photos .slick-dots {
        right: 160px;
    }
}


.product-page .product-view-wrapper .btns .btn {
    margin-bottom: 25px;
}

.preim-block {
    max-width: 1440px;
    margin: 0 auto;
}

.preim-item {
    flex-basis: 25%;
}

.mobile-menu-address-container-dots {
    display: flex;
    gap: 10px;
    margin-top: 0;
    padding: 0 20px 20px 22px;
    flex-wrap: wrap;
}

.mobile-menu-address-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
}

.mobile-menu-address-dot--active {
    display: block;
    background: #D72438;
    border: none;
}

.menu-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000000;
    background: rgba(10, 10, 10, 0.6);
    display: none;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.menu-overlay--open {
    display: block;
    opacity: 1;
}

.overflow-hidden {
    overflow: clip;
}

.overflow-hidden-new {
    overflow: clip;
}

.product-page .product-view-wrapper .product-view img {
    max-height: 400px;
}    

@media screen and (max-width: 1400px) {
    .product-page .product-view-wrapper .product-view img {
        max-height: 500px;
        object-fit: contain;
    }    
}

.header-sticky__menu > li .header-sticky__mega-menu > div >ul > li > a,
.header-sticky__menu > li > .header-sticky__menu-item > a,
.header-sticky__menu-with-subcategories > li > ul > li > a,
.header-sticky__email a,
.header-sticky__phone a,
.footer-menu > li > ul > li > a,
.footer__email a,
.footer__tel a {
    transition: color .2s ease-in-out;
}

.header-sticky__menu > li .header-sticky__mega-menu > div >ul > li > a:hover,
.header-sticky__menu > li > .header-sticky__menu-item > a:hover,
.header-sticky__menu-with-subcategories > li > ul > li > a:hover,
.header-sticky__email a:hover,
.header-sticky__phone a:hover,
.footer-menu > li > ul > li > a:hover,
.footer__email a:hover,
.footer__tel a:hover {
    color: #A90924;
}

.footer__cta a:hover {
    background: #A90924;
}

.footer-socials a:hover svg path,
.header-sticky__menu-search svg path {
    transition: all .2s ease-in-out;
}

.footer-socials a:hover svg path,
.header-sticky__menu-search:hover svg path {
    fill: #A90924;
}

.mobile-menu-list-inner-list__item-row {
    display: flex;
    width: 100%;
}

.main-page .header-sticky__logo-mobile img:first-child {
    display: none;
}

.main-page .header-sticky__logo-mobile img:nth-child(2) {
    display: block;
}

.main-page .header-sticky--scrolled img:first-child {
    display: block;
}

.main-page .header-sticky--scrolled img:nth-child(2) {
    display: none;
}