.subscribe-us-text-wrapper {
	width: calc(100% - 43px - 33px);
}
.subscribe-us-content-wrapper {
	padding-bottom: 60px !important;
}
.subscribe-us-form {
	position: relative;
}
.privacy-footer-subscribe {
	position: absolute;
	left: 0;
	bottom: -30px;
	margin: 0 !important;
	padding: 0 !important;
}
.custom-input-submit.no-clickable, .custom-input-submit.no-clickable + svg {
	pointer-events: none;
	opacity: 0.4;
}
.custom-checkbox-wrapper {
	flex-wrap: wrap;
}
@media all and (max-width:383px) {
	.subscribe-us-content-wrapper {
	padding-bottom: 90px !important;
	}
	.privacy-footer-subscribe {
		position: absolute;
		bottom: -55px;
	}
}
.cookies-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 25;
    width: 100%;
    height: max-content;
    background-color: #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #000A29;
    padding-top: 25px;
    padding-bottom: 25px;
}
.cookies-wrapper .container {
    display: grid;
    gap: 69px;
    grid-template-columns: auto 170px;
}
.cookies-wrapper p {
    margin: 0;
}
.container._more-width {
    max-width: 1456px;
}
@media all and (min-width:1920px) {
    .container._more-width {
        padding-left: 0;
        padding-right: 0;
    }
}
@media all and (max-width:1305px) {
    .cookies-wrapper .container {
        display: block;
    }
    .cookies-wrapper p {
        margin-bottom: 15px;
    }
    .cookie-agree-button {
        width: 100%;
    }
}
.cookie-agree-button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cookie-agree-button {
    padding: 15px 38px;
    background: #D70026;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;   
    transition: .3s;
    cursor: pointer;
}
.cookie-agree-button:hover {
    background: #a8001e;
}
.button.no-clickable {
    pointer-events: none;
    cursor: crosshair;
    background: #7d0118;
}
.custom-checkbox-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
}
.custom-checkbox__checkbox {
    display: none;
}
.custom-checkbox__like-checkbox {
   width: 18px;
   height: 18px;
   border: 1px solid #5d646a;
   position: relative;
   cursor: pointer;
   margin-right: 10px;
}   
.custom-checkbox__checkbox:checked + .custom-checkbox__like-checkbox, .custom-checkbox__checkbox:hover + .custom-checkbox__like-checkbox {
    border: 1px solid #fff;
}
.custom-checkbox__checkbox:checked + .custom-checkbox__like-checkbox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
    background: url("/local/templates/.default/assets/images/checlbox-ok_white.svg") no-repeat center;
}

.header-socials {
    justify-content: center;
}
.header-socials__item {
    margin: 0 3px;
}

.section_description {
    margin-bottom: 50px;
    padding: 10px;
}
.partners_inner {
    /* старые стили
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;*/

    /* Новые стили */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    width: 100%;
    margin-bottom: 50px;
    /* Новые стили */
}
/* Новые стили */
@media all and (max-width:1024px) {
    .partners_inner {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media all and (max-width:787px) {
    .partners_inner {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (max-width:500px) {
    .partners_inner {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* Новые стили */
.catalog-bottom {
    margin-bottom: 50px;
}
.header__menu_item:hover .header__submenu_overlay {
    opacity: 0.6;
}
.gallery-section_mode_murals.active {
    background-color: #d19445;
    color: #fff;
}
.gallery-section_mode_murals.active .gallery-section__icon img {
    -webkit-filter: unset;
    filter: unset;
}
.gallery-section_mode_video.active {
    background-color: #d70026;
    color: #fff;
}
.gallery-section_mode_video.active .gallery-section__icon img {
    -webkit-filter: unset;
    filter: unset;
}
.gallery-section_mode_photo.active {
    background-color: #000a29;
    color: #fff;
}
.gallery-section_mode_photo.active .gallery-section__icon img {
    -webkit-filter: unset;
    filter: unset;
}

.item-fancybox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail-gallery__thumbs-slide {padding: 0;}

.fast_view-image {display:none;}

.map__balloonHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 22px;
    margin-top: 7px;
    padding-bottom: 11px;
    border-bottom: 1px solid #D19445;
    margin-bottom: 14px;
}
.map__balloonName {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #000A29;
}
.map__balloonCount {
    font-size: 12px;
    line-height: 200%;
    letter-spacing: 0.05em;
    color: #C4C4C4;
}
.map__balloonAddress {
    margin-left: 22px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #f2f2f2;
}

.map__balloonAddress:last-child {
    padding-bottom: 0;
    margin-bottom: 7px;
    border-bottom: none;
}
/* Быстрый просмотр - начало */
.catalog-item:hover .fast_view {
    display: block;
    font-weight: 500;
}
.fast_view.modalbox {display:none;}
.fast_view.modalbox {
    position: absolute;
    top: 30%;
    left: 15%;
    background: #ffffffba;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 9;
}
.fast_view.modalbox:hover {
    background: #fff;
}
.fast_view.modalbox:hover + .card {
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    background: #9e9999ba;
}
.fast_view_popup-wrapper {
    display: none;
    transition: .3s;
}
.fast_view_popup-wrapper.active {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    transition: .3s;
    /* align-items: center; */
}

.fast_view_popup-overlay {
    width: 100%;
    height: 100%;
    background: #00000040;
    position: absolute;
}
.fast_view_popup-block {
    max-width: 1070px;
    width: 100%;
    height: 670px;
    background: #fff;
    margin-top: 70px;
    padding: 30px;
}
.fast_view_popup-block::-webkit-scrollbar {
    width: 4px;
}
.fast_view_popup {
    padding-top: 20px;
    max-height: 100%;
    display: flex;
    overflow-y: auto;
}
.fast_view_popup detail {
    max-height: 100%;
}
.fast_view_popup .detail-gallery {
    width: 420px;
    margin-right: 50px;
}
.fast_view_popup__close {
    right: 427px;
    color: #000;
    top: 70px;
    z-index: 101;
}
.fast_view_popup__close::before,
.fast_view_popup__close::after {
    background: #524f4f;
}

@media screen and (max-width: 480px){
    .fast_view {display:none!important;}
}
/* Быстрый просмотр - окончание */
.popup__close {z-index: 999;}

.footer__contacts_subtext {
    text-decoration: none;
}

.partners__slider_item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partners__slider_image {
    display: block;
}

.ymaps-2-1-77-search__suggest.ymaps-2-1-77-search__suggest {
    width: 245px;
}
.ymaps-2-1-77-search_layout_panel .ymaps-2-1-77-search__layout {
    width: 315px!important;
}

@media screen and (max-width: 1024px){
    .fast_view {
        display: none;
        opacity: 0;
        pointer-events: none;
    }
}





.production-content-wrapper {
    padding-top: 100px;
    padding-left: 129px;
    padding-right: 60px;
}
.production-content-wrapper h2 {
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #000A29;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.production-wrapper {
    max-width: 1270px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 73px;
}
.product-card-link-wrapper {
    display: block;
    width: calc((100% - 30px) / 2);
    text-decoration: none;
    margin-bottom: 40px;
}
.product-card {
    width: 100%;
    position: relative;
    padding: 40px 50px;
    background: #F3F3F3;
    box-sizing: border-box;
    height: 340px;
    transition: background 0.3s ease;
}
.product-card:hover {
    border: 3px solid #D20025;
    padding: 37px 47px;
    background: #E7DED0;
}
.product-card:hover::after {
    content: "";
    position: absolute;
    left: -3px;
    bottom: -3px;
    width: calc(100% + 6px);
    height: 3px;
    background: #D20025;
    z-index: 3;
}

.product-card__title {
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #000A29;   
    margin: 0;
    padding: 0; 
}
.product-card__leaf {
    position: absolute;
    bottom: 0;
    z-index: 1;
    max-width: none !important;
}
.product-card:hover .product-card__leaf {
    bottom: -3px;
}
.product-card__human {
    position: absolute;
    bottom: 0;
    z-index: 2;
    max-width: none !important;
}
.product-card:hover .product-card__human {
    bottom: -3px;
}
.product-card-link-wrapper:nth-child(2n + 1) {
    text-align: left;
}
.product-card-link-wrapper:nth-child(2n + 1) .product-card__leaf {
    left: 0;
}
.product-card-link-wrapper:nth-child(2n + 1) .product-card__human {
    right: 0;
}
.product-card-link-wrapper:nth-child(2n + 1):hover .product-card__leaf {
    left: -3px;
}
.product-card-link-wrapper:nth-child(2n + 1):hover .product-card__human {
    right: -3px;
}
.product-card-link-wrapper:nth-child(2n + 1):hover .product-card::before {
    content: "";
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 3px;
    height: calc(100% + 6px);
    background: #D20025;
    z-index: 3;
}


.product-card-link-wrapper:nth-child(2n) {
    text-align: right;
}
.product-card-link-wrapper:nth-child(2n) .product-card__leaf {
    right: 0;
}
.product-card-link-wrapper:nth-child(2n) .product-card__human {
    left: 0;
}
.product-card-link-wrapper:nth-child(2n):hover .product-card__leaf {
    right: -3px;
}
.product-card-link-wrapper:nth-child(2n):hover .product-card__human {
    left: -3px;
}
.product-card-link-wrapper:nth-child(2n):hover .product-card::before {
    content: "";
    position: absolute;
    left: -3px;
    bottom: -3px;
    width: 3px;
    height: calc(100% + 6px);
    background: #D20025;
    z-index: 3;
}

.product-card.card-index-1 .product-card__human {
    right: 40px;
}
.product-card.card-index-1:hover .product-card__human {
    right: 37px;
}

.product-card.card-index-2 .product-card__human {
    left: 22px;
}
.product-card.card-index-2:hover .product-card__human {
    left: 19px;
}





.header-with-video-section {
    
}
.header-with-video-content-wrapper {
    padding: 65px 61px;
    color: #FFFFFF;
    height: 935px;
    height: 100vh !important;
}
.header-with-video-content {

}
.header-with-video-content .row-1 {
    margin-bottom: 158px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.row-1__title {
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 135%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.row-1__subtitle {
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.header-with-video-content .row-2 {
    margin-bottom: 72px;
}
.header-with-video-content .row-2 .row-2__title {
    font-family: 'Prata' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 65px !important;
    line-height: 130% !important;
    letter-spacing: 0.03em !important;
    color: #FFFFFF !important;
    text-transform: none !important;
    margin: 0;
    padding: 0;
}

.header-with-video-content .row-3 {
    
}
.row-3__catalog-link {
    text-align: center;
    display: inline-block;
    padding: 15px 41px;

    border: 1px solid #FFFFFF;
    border-radius: 5px;

    text-decoration: none;
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 135%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    transition: border-color, color, background 0.3s ease;
}
.row-3__catalog-link:hover {
    background: #d70026;
    border-color: #d70026;
}

.about-us-section {
    background: url(/images/products/about-us-section-bg.png) no-repeat left 45% top 0px;
}
.about-us-section._catalog {
    background: url(/images/products/abaut_catalog_bg.png) no-repeat left 20% top 0px;
}
.about-us-content-wrapper {
    padding-top: 133px;
    padding-right: 60px;
    /* padding-bottom: 100px; */
    padding-left: 127px;
}
.about-us-section._catalog .about-us-content-wrapper {
    padding-top: 154px;
    padding-bottom: 160px;
}
.about-us-content-col {
    padding-left: 42%;
    padding-top: 80px;
    max-width: 1270px;
    position: relative;
}
.about-us-section._catalog .about-us-content-col {
    padding-top: 0;
}
.about-us-content-col h2 {
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #D70026;
    margin: 0;
    padding: 0;
    margin-bottom: 67px;
}
.about-us-content-col p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.04em;
    color: #000A29;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.about-us-images-col {
    position: absolute;
    left: 0;
    top: 0;
    width: 46%;
    padding-right: 100px;
}
.about-us-images-col .about-us-image-wrapper {
    width: 100%;
    margin-bottom: 50px;
}
.about-us-images-col .about-us-image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.about-us-section._catalog .about-us-images-col .about-us-image-wrapper img {
    max-height: 100%;
    width: auto;
}
.about-us-images-col .about-us-image-wrapper.image-index-1 {
    height: 576px;
}
.about-us-images-col .about-us-image-wrapper.image-index-2 {
    height: 313px;
}
@media all and (max-width:1520px) {
    .about-us-images-col .about-us-image-wrapper.image-index-1 {
        height: 476px;
    }
    .about-us-images-col .about-us-image-wrapper.image-index-2 {
        height: 263px;
    }
}


.subscribe-us {
    background: #1A223E;
}
.subscribe-us-content-wrapper {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 1443px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.subscribe-us-content-col {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-right: 25px;
}
.subscribe-us-content__icon {
    margin-right: 33px;
}
.subscribe-us-content__title {
    margin: 0;
    padding: 0;
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    color: #FFFFFF;
}
.subscribe-us-content__subtitle {
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    color: #FFFFFF;
	opacity: 0.6;
}
.subscribe-us-form-col {
    margin-left: 25px;
}
.subscribe-us-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.subscribe-us-form input[type="email"] {
    margin: 0;
    padding: 19px;

    width: 320px;
    height: 60px;

    border: 1px solid #5D646A;
    border-right: none;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    background: none;

    box-sizing: border-box;
}
.subscribe-us-form input[type="email"]::placeholder {
    color: #6D757B;
    font-weight: 400;
}
.subscribe-us-form input[type="email"]:focus::placeholder {
    opacity: 0;
}
.subscribe-us-form input[type="submit"] {
    margin: 0;
    border: 1px solid #5D646A;

    padding: 20px;
    padding-right: 40px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;

    height: 60px;
    box-sizing: border-box;

    transition: background 0.3s ease;
    background: none;

    cursor: pointer;
}
.submit-wrapper {
    position: relative;
}
.subscribe-us-form input[type="submit"] + .submit__icon {
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
}

.subscribe-us-form input[type="submit"]:hover {
    background: #A7B5E5;
    color: #1A223E;
}
.subscribe-us-form input[type="submit"]:hover + .submit__icon > * {
    fill: #1A223E;
}




@media all and (max-width:1700px) {
    .product-card {
        overflow: hidden;
    }


    .product-card.card-index-1 .product-card__human {
        right: -40px;
    }
    .product-card.card-index-1:hover .product-card__human {
        right: -43px;
    }
    
    .product-card.card-index-2 .product-card__human {
        left: -50px;
    }
    .product-card.card-index-2:hover .product-card__human {
        left: -53px;
    }

    .product-card.card-index-3 .product-card__human {
        right: -110px;
    }
    .product-card.card-index-3:hover .product-card__human {
        right: -113px;
    }
    
    .product-card.card-index-4 .product-card__human {
        left: -60px;
    }
    .product-card.card-index-4:hover .product-card__human {
        left: -63px;
    }

    .production-content-wrapper {
        padding-left: 63px;
        padding-right: 60px;
        max-width: auto;
    }
    .about-us-content-wrapper {
        padding-left: 63px;
        padding-right: 60px;
    }
}


@media all and (max-width:1450px) {
    .header-with-video-content .row-2 .row-2__title {
        font-size: 48px !important;
    }
    .product-card-link-wrapper {
        margin-bottom: 30px;
    }
    .product-card {
        padding: 30px 40px;
    }
    .product-card:hover {
        padding: 27px 37px;
    }
}

@media all and (max-width:1365px) {
    .header-with-video-content-wrapper {
        height: 610px;
    }
    .header-with-video-content .row-1 {
        margin-bottom: 90px;
    }

    .production-content-wrapper {
        padding-top: 80px;
    }
    .production-wrapper {
        padding-top: 66px;
    }
    .about-us-content-wrapper {
        padding-top: 80px;
    }
    .about-us-content-col {
        padding: 0;
    }
    .about-us-content-col h2 {
        margin-bottom: 35px;
    }
    .about-us-images-col {
        padding: 0;
        margin-bottom: 50px;
        position: static;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        height: 27vw;
    }
    .about-us-image-wrapper {
        height: 100% !important;
        margin: 0 !important;
    }
    .about-us-image-wrapper.image-index-1 {
        width: calc(35% - 15px);
    }
    .about-us-image-wrapper.image-index-2 {
        width: calc(64% - 15px);
    }
    .about-us-section {
        background: url(/images/products/about-us-section-bg.png) no-repeat left 50% top 250px;
    }
    .subscribe-us-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

        padding-top: 42px;
        padding-bottom: 50px;
    }
    .subscribe-us-content-col {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .subscribe-us-form-col {
        margin-left: 0;
        width: 100%;
    }
    .subscribe-us-form {
        width: 100%;
    }
    .subscribe-us-form input[type="email"] {
        width: auto !important;
        flex:1 1 auto;
    }
    .subscribe-us-form .submit-wrapper {
        flex:0 0 auto;
    }
}


@media all and (max-width:1024px) {
    .about-us-images-col {
        height: 35vw;
    }
}

@media all and (max-width:950px) {
    .product-card-link-wrapper {
        width: calc((100% - 15px) / 2);
        margin-bottom: 15px;
    }
    .product-card {
        height: 240px;
        padding: 30px;
    }
    .product-card:hover {
        padding-left: 27px;
        padding-right: 27px;
    }
    .product-card__title {
        font-size: 24px;
    }

    .product-card.card-index-1 .product-card__leaf {
        left: 0;
        bottom: -63px;
    }
    .product-card.card-index-1:hover .product-card__leaf {
        bottom: -66px;
    }
    .product-card.card-index-1 .product-card__human {
        width: 197px;
        height: 264px;
        right: 0;
        bottom: 0;
    }
    .product-card.card-index-1:hover .product-card__human {
        right: -3px;
        bottom: -3px;
    }


    .product-card.card-index-2 .product-card__leaf {
        right: -84px;
        top: 0;
    }
    .product-card.card-index-2:hover .product-card__leaf {
        right: -87px;
        top: -3px;
    }
    .product-card.card-index-2 .product-card__human {
        width: 258px;
        height: 251px;
        left: -41px;
        bottom: 0;
    }
    .product-card.card-index-2:hover .product-card__human {
        left: -44px;
        bottom: -3px;
    }


    .product-card.card-index-3 .product-card__leaf {
        left: -45px;
        bottom: -50px;
    }
    .product-card.card-index-3:hover .product-card__leaf {
        left: -48px;
        bottom: -53px;
    }
    .product-card.card-index-3 .product-card__human {
        width: 240px;
        height: 251px;
        right: -52px;
        bottom: 0;
    }
    .product-card.card-index-3:hover .product-card__human {
        right: -55px;
        bottom: -3px;
    }


    .product-card.card-index-4 .product-card__leaf {
        right: -74px;
        top: 40px;
    }
    .product-card.card-index-4:hover .product-card__leaf {
        right: -77px;
        top: 37px;
    }
    .product-card.card-index-4 .product-card__human {
        width: 229px;
        height: 244px;
        left: 0px;
    }
    .product-card.card-index-4:hover .product-card__human {
        left: -3px;
    }
}

@media all and (max-width:860px) {
    .header-with-video-content-wrapper {
        padding: 67px 15px;
        height: 455px;
    }
    .header-with-video-content .row-1 {
        margin-bottom: 58px;
    }
    .header-with-video-content .row-1 .row-1__title {
        font-size: 20px;
    }
    .header-with-video-content .row-1 .row-1__subtitle {
        font-size: 14px;
    }
    .header-with-video-content .row-2 .row-2__title {
        font-size: 32px !important;
    }
    .header-with-video-content .row-3 .row-3__catalog-link {
        font-size: 16px;
    }
    .production-wrapper {
        padding-top: 40px;
    }
    .production-content-wrapper, .about-us-content-wrapper, .subscribe-us-content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (max-width:680px) {
    .product-card-link-wrapper {
        width: 100%;
    }
}

@media all and (max-width:598px) {
    .header-with-video-content .row-2 .row-2__title {
        font-size: 24px !important;
        max-width: 250px;
    }
    .header-with-video-content .row-2 {
        margin-bottom: 35px;
    }
    .subscribe-us-content-wrapper {
        padding-top: 28px;
        padding-bottom: 32px;
    }
    .subscribe-us-content-col {
        align-items: flex-start;
    }
    .subscribe-us-content__icon {
        margin-right: 15px;
    }
    .subscribe-us-content__title {
        font-size: 18px;
    }
    .subscribe-us-form {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .subscribe-us-form input[type="email"] {
        border: 1px solid #5D646A;
        width: 100% !important;
        margin-bottom: 24px;
        padding-top: 13px;
        padding-bottom: 14px;
        height: 50px;
    }
    .subscribe-us-form input[type="submit"] {
        padding-top: 14px;
        padding-bottom: 15px;
        height: 50px;
    }
}

@media all and (max-width:350px) {
    .header-with-video-content .row-3 .row-3__catalog-link {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

.partners__slider_name {
    /* display: none; */
}
.partners__slider_image {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer__about {
    color: #5d646a;
}

.footer__contacts_subname {
    margin-bottom: 6px;
}
.footer__contacts_subtext:not(:last-child) {
    margin-bottom: 14px;
}
.button-callback {
    padding: 15px 39px;
    padding-bottom: 14px;
    margin-top: 14px;
}
@media all and (min-width:1800px) {
    .footer__about_name {
        margin-top: 0;
    }
}

.partners__slider_image {
    width: calc(100% - 10px);
    height: 126px;
}
.partners__slider_image img {
    max-height: 100%;
}
.partners__slider_item {
    padding: 22px 27px;
}






/* ___________НАЧАЛО НОВЫЙ КАТАЛОГ________ */
.catalog-sections {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 120px;
  }
.section-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    overflow-x: hidden;
    min-height: 340px;
    padding: 40px 50px;
    text-decoration: none;
    background: #D70026;
    color: #FFFFFF;
    margin-bottom: 10px;
    transition: background 0.5s;
}
.section-card._1 {
    background: #D19445;
}
.section-card._1:hover {
    background: #B47A2F;
}
.section-card._2 {
    background: #D70026;
}
.section-card._2:hover {
    background: #95001A;
}
.section-card._3 {
    background: #000A29;
}
.section-card._3:hover {
    background: #00071D;
}
.section-card._4 {
    background: #5D646A;
}
.section-card._4:hover {
    background: #3B4146; 
}
.section-card__content-wrapper {
    width: 60%;
    position: relative;
    z-index: 5;
}
.section-card__title {
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.03em;
    margin: 0;
    margin-bottom: 14px;
}
.section-card__description {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.04em;
    margin: 0;
}
.section-card__image-wrapper {
    width: 239px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.section-card._2 .section-card__image-wrapper {
    width: 298px;
}
.section-card._3 .section-card__image-wrapper {
    width: 298px;
}
.section-card._4 .section-card__image-wrapper {
    width: 298px;
}
.section-card__image {
    display: block;
    float: right;
}
.catalog-subsections {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
    margin-top: -11px;
    margin-bottom: 25px;
}
.catalog-subsection {
    padding: 10px 20px;
    padding-bottom: 8px;
    margin: 0 5px;
    margin-bottom: 10px;
    text-decoration: none;
    border: 1px solid #D70026;
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0.04em;
    color: #D70026;
    transition: color, background 0.5s;
}
.catalog-subsection:hover {
    background: #D70026;
    color: #FFFFFF;
}
.filter-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 200%;
    letter-spacing: 0.04em;
    color: #000A29;
    margin: 0;
    margin-top: -10px;
    margin-bottom: 20px;
}
.catalog-filter-form {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
    margin-bottom: 52px;
}
.filter-item {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.filter-item__title {
    padding-top: 5px;
    padding-right: 31px;
    padding-bottom: 5px;
    padding-left: 15px;
    background: #F2F2F2;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.5s;
}
.filter-item__title:hover, .filter-item.opened .filter-item__title {
    background: #E7E7E7;
}
.filter-item__title .like-before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 6px;
    height: 10px;
    background: url("/local/templates/.default/assets/icons/filter-arrow.svg") no-repeat center;
    pointer-events: none;
}
.filter-item.active .filter-item__title {
    background: #D70026;
    color: #FFFFFF;
    padding-right: 46px;
}
.filter-item.active .filter-item__title .like-before {
    width: 30px;
    height: 40px;
    right: 5px;
    background-image: url("/local/templates/.default/assets/icons/filter-cross.svg");
    pointer-events: all;
}
.filter-item.active .filter-item__title::after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 18px);
    background: #FFFFFF;
    opacity: 0.2;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
}
.filter-item__toggle-area {
    display: none;
    width: max-content;
    position: absolute;
    top: 100%;
    left: -3px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    padding-left: 39px;
    padding-right: 39px;
    padding-bottom: 12px;
    z-index: 100;
    min-width: 100px;
    max-width: 300px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.01em;
    color: #000A29;
}
.delete-filter-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0px 5px;
    margin-bottom: 10px;
    cursor: pointer;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.01em;
    color: #D70026;
    border: 1px solid rgba(215, 0, 38, 0.1);
    background: #FFFFFF;
    transition: border 0.5s;
}
.delete-filter-wrapper:hover {
    border: 1px solid #D70026;
}
.delete-filter-wrapper input {
    display: none;
}
.delete-filter-wrapper svg {
    margin-right: 10px;
}
.delete-filter {
    
}
.catalog-section-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
    margin-bottom: 60px;
}
.catalog-section-wrapper + .catalog-bottom {
    margin-bottom: 60px;
}
.catalog-element {
    text-decoration: none;
    text-align: center;
    border: 1px solid #E7E7E7; 
    border-top: none;
    border-left: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
    padding-top: 32px;
    position: relative;
    transition: border, box-shadow 0.5s;
}
.catalog-element:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
input.hidden {
    display: none;
} 
.catalog-element:first-child, .catalog-element:nth-child(5n) {
    border-left: 1px solid #E7E7E7;
}
.catalog-element:first-child,.catalog-element:nth-child(2), .catalog-element:nth-child(3), .catalog-element:nth-child(4) {
    border-top: 1px solid #E7E7E7;
}
.catalog-element__icon-wrapper {
    margin-bottom: 23px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 147px;
}
.catalog-element__icon {

}
.catalog-elemtent__name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000A29;
    margin-bottom: 18px;
    height: 96px;
    overflow: hidden;
    position: relative;
}
.catalog_element__price {
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #D70026;
}
.catalog_element__price ._old {
    color: #5D646A;
    text-decoration-line: line-through;
    margin-right: 11px;
    line-height: inherit;
}
.catalog_element__price ._strong {
    background: #D70026;
    line-height: inherit;
    border-radius: 5px;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    height: 27px;
    transform: translateY(-4px);
    padding-top: 4px;
}
.catalog_element__left-absolute-icon {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 10px;
    line-height: 200%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    transform: rotate(-90deg);
    border-radius: 5px;
    padding: 0 7px;
    position: absolute;
    left: -19px;
    top: 50px;
    z-index: 10;
}
.catalog_element__left-absolute-icon div {
    transform: translateY(-1px);
}
.catalog_element__left-absolute-icon._green {
    background: #329D00;
}
.catalog_element__left-absolute-icon._blue {
    left: -11px;
    top: 42px;
    background: #000A29;
}
.catalog_element__right-absolute-icon {
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 20;
}
.catalog_element__right-absolute-icon._iconN2 {
    right: 65px;
    z-index: 19;
}
.set-filter-wrapper {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    margin-bottom: 10px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #D70026;
}
.set-filter-wrapper input {
    display: none;
}
.catalog-filter__hide-form {
    display: none;
    position: absolute;
    left: 15px;
    top: 15px;
    cursor: pointer;
}
.show-catalog-filter-mobile {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 43px;
    cursor: pointer;
}
.show-catalog-filter-mobile__show {
    position: relative;
    margin-right: 7px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 127%;
    letter-spacing: 0.04em;
    color: #000A29;
    border-bottom: 1px dashed #00000030;
}
.show-catalog-filter-mobile__count {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background: #D70026;
    border-radius: 20px;
    width: 25px;
    height: 25px;
}
.filter-item__toggle-area .filter-param-label {
    display: block;
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.01em;
    color: #000A29;
    cursor: pointer;
}
.filter-item__toggle-area .checkbox {
    margin-bottom: 9px;
}
.filter-item__toggle-area .checkbox:last-child {
    margin-bottom: 0;
}
.filter-item__toggle-area .filter-input-checkbox {
    position: relative;
    width: 100%;
    display: block;
}
.filter-item__toggle-area .filter-input-checkbox input {
    display: none;
}
.filter-item__toggle-area .filter-input-checkbox input + .like-checkbox {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    right: calc(100% + 10px);
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    transition: border 0.5s;
}
.filter-item__toggle-area .filter-input-checkbox input:checked + .like-checkbox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 8px;
    background: url("/local/templates/.default/assets/images/checlbox-ok.svg") no-repeat center;
}
.filter-item__toggle-area .filter-param-label .filter-param-text {
    transition: color 0.5s;
}
.filter-item__toggle-area .filter-param-label:hover .filter-param-text {
    color: #CC0024;
}
.filter-item__toggle-area .filter-param-label:hover .like-checkbox {
    border: 1px solid #CC0024;
}
.catalog-section {
    position: relative;
    text-decoration: none;
    background-color: #F3F3F3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-position: bottom left;
    transition: border, background-color 0.7s;
}
.catalog-section:hover {
    background-color: #E7DED0;
}
.catalog-section:hover::before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #D20025;
}
.catalog-section.nth-1 {
    background-image: url("/local/templates/.default/assets/images/section-card-bg-1.png");
}
.catalog-section.nth-2 {
    background-image: url("/local/templates/.default/assets/images/section-card-bg-2.png");
}
.catalog-section.nth-3 {
    background-image: url("/local/templates/.default/assets/images/section-card-bg-3.png");
}
.catalog-section.nth-4 {
    background-image: url("/local/templates/.default/assets/images/section-card-bg-4.png");
}
.catalog-section__title {
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #000A29;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0;
}
.catalog-section__img-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}
.catalog-section__img {
    max-width: 100%;
    max-height: 100%;
}
@media all and (max-width:1500px) {
    
    .section-card {
        min-height: 275px;
    }
    .section-card__image-wrapper {
        position: absolute;
        left: auto;
        right: 0;
        bottom: 0;
    }
}
@media all and (max-width:1365px) {
    .catalog-section-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .catalog-element:first-child, .catalog-element:nth-child(3n - 2) {
        border-left: 1px solid #E7E7E7;
    }
    .catalog-element:nth-child(5n) {
        border-left: none;
    }
    .catalog-element:nth-child(4) {
        border-top: none;
    }
    .catalog-element:first-child,.catalog-element:nth-child(2), .catalog-element:nth-child(3) {
        border-top: 1px solid #E7E7E7;
    }
    .about-us-section._catalog {
        background: url(/images/products/abaut_catalog_bg.png) no-repeat right 0 top 153px;
    }
    .about-us-section._catalog .about-us-content-wrapper {
        padding-top: 20px;
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 65px;
    }
    .section-detail-title br {
        display: none;
    }
}
@media all and (max-width:1024px) {
    .about-us-section._catalog .about-us-content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    
}
@media all and (max-width:767px) {
    .catalog-sections {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
    .show-catalog-filter-mobile {
        display: flex;
    }
    .catalog-section-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog-element:nth-child(3n - 2) {
        border-left: none;
    }
    .catalog-element:first-child, .catalog-element:nth-child(2n - 1) {
        border-left: 1px solid #E7E7E7;
    }
    .catalog-element:nth-child(3) {
        border-top: none;
    }
    .catalog-element:first-child,.catalog-element:nth-child(2) {
        border-top: 1px solid #E7E7E7;
    }
    .section-detail-title br {
        display: block;
    }
    .filter-title {
        display: none;
    }
    .catalog-filter-wrapper {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 10000;
    }
    .catalog-filter {
        height: 100vh;
        max-width: 325px;
        background-color: #FFF;
        overflow-y: scroll;
    }
    .catalog-filter-form {
        flex-direction: column;
        flex-wrap: nowrap;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 69px;
        padding-bottom: 30px;
        margin: 0;
        width: 100%;
    }
    .filter-item {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .filter-item.opened:not(.active) .filter-item__title .like-before {
        transform: translateY(-25%) rotateX(180deg);
    }
    .filter-item__title {
        white-space: normal;
    }
    .filter-item__toggle-area {
        position: static;
        box-shadow: none;
        /* background: #F2F2F2; */
        background: #E7E7E7;
        width: 100%;
    }
    .set-filter-wrapper, .delete-filter-wrapper {
        display: flex;
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .set-filter-wrapper {
        margin-top: 10px;
    }
    .catalog-filter__hide-form {
        display: block;
    }
}
@media all and (max-width:599px) {
    .catalog-subsections {
        overflow-x: scroll;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .catalog-section-wrapper {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 30px;
    }
    .catalog-section-wrapper + .catalog-bottom {
        margin-bottom: 40px;
    }
    .about-us-section._catalog .about-us-content-wrapper {
        padding-bottom: 35px;
    }
    .catalog-element:nth-child(3n - 2), .catalog-element {
        border-left: 1px solid #E7E7E7;
    }
    .catalog-element:nth-child(2n) {
        border-top: none;
    }
    .catalog-element {
        padding: 11px;
        padding-bottom: 18px;
    }
    .catalog-elemtent__name {
        height: auto;
        max-height: 96px;
        margin-bottom: 10px;
    }
}
@media all and (max-width:560px) {
    .section-card__description {
        display: none;
    }
    .section-card {
        padding: 25px 30px;
        min-height: 260px;
        margin-bottom: 0;
    }
    .catalog-sections {
        gap: 15px;
        margin-bottom: 40px;
    }
    .section-card__image-wrapper, .section-card__image-wrapper img {
        max-height: 100%;
        height: 200px;
    }
}
@media all and (min-width:768px) {
    .catalog-filter-wrapper {
        display: block !important;
    }
}
@media all and (max-width:420px) {
    .language-buttons {
        right: 15px;
        top: 68px;
      }
}
/* ___________КОНЕЦ НОВЫЙ КАТАЛОГ________ */

.small-size-text-sub-menu .header__submenu_link {
    font-size: 12px;
}
.cursor-default {
    cursor: default;
}

/*ФОРМА ОТЗЫВ*/
.review .feedback {
     background-size: cover;
padding: 50px 0px 50px 0px;
    min-height: 48vh;
    color: #fff;
}
@media screen and (max-width: 1600px) {
   .review .feedback {
        padding: 180px 0;
    }
}
@media screen and (max-width: 1366px) {
    .review .feedback {
        padding: 120px 0;
    }
}
@media screen and (max-width: 1024px) {
    .review .feedback {
        min-height: unset;
    }
}
@media screen and (max-width: 420px) {
    .review .feedback {
        padding: 58px 0;
    }
}
.review .feedback::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000a29;
    opacity: 0.9;
}
.review .feedback__header {
    margin-bottom: 12px;
}
.review .feedback__form {
    max-width: 1056px;
}
.review .feedback__form_text {
    margin-bottom: 31px;
}
@media screen and (max-width: 1600px) {
    .review .feedback__form_text {
        margin-bottom: 68px;
    }
}
@media screen and (max-width: 420px) {
    .review .feedback__form_text {
        margin-bottom: 30px;
    }
}
.review .feedback__fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.review .feedback__fields_submit {
    width: calc(50% - 40px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (max-width: 1365px) {
     .review.feedback__fields_submit {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .review .feedback__fields_submit {
        flex-direction: column;
    }
}
.review .feedback__input {
    width: calc(50% - 40px);
    margin-bottom: 58px;
    color: #fff;
}
@media screen and (max-width: 1365px) {
   .review .feedback__input {
        margin-bottom: 30px;
        width: 100%;
    }
}
/*.review .feedback__input:last-of-type {
    margin-bottom: 0;
}*/
@media screen and (max-width: 1365px) {
    .review .feedback__input:last-of-type {
        margin-bottom: 30px;
    }
}
.review .feedback__policy {
    margin-right: 70px;
}
@media screen and (max-width: 480px) {
   .review .feedback__policy {
        margin-right: 30px;
        margin-bottom: 30px;
    }
}
.review .feedback__button {
    background: #d70026;
}
.review .feedback__button:active {
    background: #a8001e;
}

/*ФОРМА ОТЗЫВ*/


 
