@font-face {
    font-family: 'Aeroport';
    src: url('/wp-content/themes/lc-blank-master/fonts/Aeroport.eot');
    src: url('/wp-content/themes/lc-blank-master/fonts/Aeroport.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/lc-blank-master/fonts/Aeroport.woff2') format('woff2'),
    url('/wp-content/themes/lc-blank-master/fonts/Aeroport.woff') format('woff'),
    url('/wp-content/themes/lc-blank-master/fonts/Aeroport.ttf') format('truetype'),
    url('/wp-content/themes/lc-blank-master/fonts/Aeroport.svg#Aeroport') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeroport';
    src: url('/wp-content/themes/lc-blank-master/fonts/Aeroport-Bold.eot');
    src: url('/wp-content/themes/lc-blank-master/fonts/Aeroport-Bold.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/lc-blank-master/fonts/Aeroport-Bold.woff2') format('woff2'),
    url('/wp-content/themes/lc-blank-master/fonts/Aeroport-Bold.woff') format('woff'),
    url('/wp-content/themes/lc-blank-master/fonts/Aeroport-Bold.ttf') format('truetype'),
    url('/wp-content/themes/lc-blank-master/fonts/Aeroport-Bold.svg#Aeroport-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/lc-blank-master/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/lc-blank-master/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url('/wp-content/themes/lc-blank-master/fonts/Montserrat-Medium.ttf') format('truetype');
    font-style: medium;
    font-weight: 500;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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


html {
    width: 100%;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    background-color: #f2f2f2 !important;
    line-height: normal;
    /*font-family: 'Aeroport', sans-serif;*/
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
	zoom:0.8;
}
.nav-menu > li {
    position: relative;
}

@media screen and (min-width:992px){
	.nav-menu > li:hover > .submenu {
    opacity: 1;
    transform: scaleY(1);
}
.submenu > li:hover > .submenu {
    opacity: 1;
    transform: scaleX(1);
}
	.submenu li:last-child a {
    margin-bottom: 0;
}
.submenu a {
    display: block;
    margin-bottom: 10px;
}
.submenu {
    box-shadow: rgba(241, 221, 151, 0.71) 0px 0px 3.08387px 0px, rgba(246, 231, 162, 0.557) 0px 0px 7.29354px 0px, rgba(255, 241, 182, 0.46) 0px 0px 10.5032px 0px;
    position: absolute;
    background: #232322;
    padding: 15px;
	opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
top: 30px;
}
.submenu .submenu{
	transform: scaleX(0);
	    left: calc(100% + 15px);
    top: -15px;
}
}
@media screen and (max-width:992px){
	.open-sub {
    border-right-color: #fff;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #fff;
    border-top-style: solid;
    border-top-width: 2px;
    content: '';
    position: absolute;
    right: 10px;
    top: 4px;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
}
	ul.nav-menu {
    width: 240px;
}
	.nav-menu .submenu li a {
    font-size: 20px;
    /* display: block; */
    margin-bottom: 10px;
		line-height: 1.5;
}
	.nav-menu .submenu li:last-child a {
    margin-bottom: 0px;
}
	.submenu .submenu{
		margin-bottom: 20px;
		margin-left: 5px;
		margin-top: 20px;

}
	span.open-sub.active {
    transform: rotate(136deg);
}
	ul.submenu {
    margin-top: 10px;
		display:none;
}
}
.wrapper {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2 !important;
}

.container {
    width: 100%;
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
}

.main {
    width: 100%;
    position: relative;
   /* display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;*/
}

.section {
    width: 100%;
    position: relative;
    padding: 75px 0;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

ul {
    list-style-type: none;
}

input {
    border: none;
    background: transparent;
}

sup {
    font-size: .5em;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


main.main.about-page {
    background: #000;
}
.about-page-content {
    display: flex;
       justify-content: space-between;
		margin-top: 100px;
}
.about-slider span {
    font-style: italic;
    color: #999 !important;
    font-size: 16px;
    margin-top: 50px !important;
}
.about-slider .slick-dots {
    bottom: 47px;
}
.about-slider .slick-dots li button:before {
    font-size: 10px;
    opacity: 1;
    color: #666666;
}
.about-slider .slick-dots li {
    margin: 0;
}
.about-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}
.about-page_left {
	width: 25%;
}
.about-page_right {
    width: 70%;
}
.about-page-content h1 {
	margin-bottom: 40px;
	font-weight:400;
}
.about-page__text p {
    margin-bottom: 20px;
		font-size: 16px;
		color: #ffffffa3;
}
.about-page__text p.text-big {
	font-size: 18px;
	color: #ffffffa3;
}
.slide-item p {
    text-align: center;
    font-style: italic;
    color: #999;
    font-size: 16px;
		margin-top: 30px;
}
.bx-pager.bx-default-pager {
	bottom: 45px !important;
}
.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.bx-pager-link.active {
    background: #fff !important;
}
 
@media screen and (max-width: 767px) {
.about-page-content {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
	.about-page_left {
    width: 300px;
}
	.about-page_right {
    width: 100%;
}
	.about-slider img {
 
    height: 395px!important;
}
}



.button-orange {
    /*font-family: 'Aeroport', sans-serif;*/
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    padding: 16px 40px;
    background-color: #AA936C;
    border-radius: 46px;
    white-space: nowrap;
}

.button-orange:hover {
    background-color: #CAAF81;
}

.button-white {
    /*font-family: 'Aeroport', sans-serif;*/
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    padding: 16px 40px;
	white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 46px;
    	
	 backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.button-white:hover {
    background-color: #AA936C;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(25, 25, 25, 0.9);
    z-index: 5;
    padding: 15px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: translateZ(0);
}

.header-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header-logo {
    width: 372px;
	align-items: center;
    position: relative;
    display: flex;
	padding-top: 5px;
	
}

.header-logo img {
   max-width: 150px;
	width:70%;
	margin-top: -4px;
	
}

.header-nav {
    position: relative;
    display: flex;
}

.nav-menu {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}

.nav-menu li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.nav-menu li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #ffffff;
}

.nav-menu li a:hover {
    opacity: .7;
}

.header-info {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.header-info__mobile {
    display: none;
}

.header-socials {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
	
}

.header-socials__link {
    width: auto;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(80, 113, 228, 0);
    border-radius: 50%;
}

.header-socials__link img {
    width: auto;
    height: auto;
}

.header-socials__link:hover {
    opacity: .8;
    transform: scale(1.1) rotate(-5deg);
}

.header-info__number {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #ffffff;
}

.header-info__number:hover {
    opacity: .7;
}

.header-burger {
    width: 25px;
    height: 25px;
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    border-radius: 8px;
}

.header-burger span {
    width: 85%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.header-burger.active span:first-child {
    transform: rotate(45deg) translate(5px, 4px);
}

.header-burger.active span:nth-child(2) {
    display: none;
}

.header-burger.active span:last-child {
    transform: rotate(-45deg) translate(1px, -1px);
}
.custom-menu{
    display: flex;
    align-items: center;
    gap: 5px;
}

.zak-zvon-top {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #C7B388;
	cursor: pointer;
	margin: 0 40px 0 0;
}
.zak-zvon-top:hover {
	text-decoration: underline;
}


/*******************************/

/************* Media ***********/

@media only screen and (max-width: 1445px) {

    .header-logo {
        max-width: 180px;
		padding-top: 5px;
    }

}

@media only screen and (max-width: 992px) {

    .header {
        backdrop-filter: none;
        background-color: #191919;
    }

    .header-row {
        justify-content: space-between;
    }

    .header-logo {
        z-index: 12;
    }

    .header-burger {
        display: flex;
        z-index: 12;
    }

    .header-nav {
        width: 100%;
        max-height: 100vh;
        position: fixed;
        top: -150vh;
        left: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
        background-color: #1A1A1AF7;
        z-index: 10;
        padding: 100px 20px 30px;
        transition: top 0.3s ease-in-out;
        overflow-y: auto;
    }

    .header-nav.active {
        top: 0;
    }

    .nav-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .nav-menu li {
        display:block;
		width:100%;
    }

    .nav-menu > li > a {
        font-size: 20px;
    }

    .header-info__number {
        display: none;
    }

    .header-info {
        margin-left: auto;
    }

    .header-socials {
        gap: 20px;
        align-items: flex-start;
    }

    .header-info__mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-top: 60px;
    }

    .header-info__mobile .header-info__number {
        display: flex;
        font-size: 20px;
    }

    .header-info__email {
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.02em;
        text-align: left;
        color: rgba(255, 255, 255, 0.5);
    }

    .header-info__mobile .header-socials__link {
        width: 34px;
        height: 34px;
        margin-top: 20px;
		
    }

}

@media only screen and (max-width: 480px) {

    .header {
        padding: 15px;
    }

    .header-nav {
        padding: 90px 20px 30px;
    }

.zak-zvon-top {
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	margin: 0;
}	
	
}

.banner {
    width: 100%;
    min-height: 500px;
    position: relative;
    padding-top: 105px;
    padding-bottom: 100px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

section.section.banner {
    display: flex;
    align-items: start;
}
.banner-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    max-height: 100%;
    justify-content: space-between;
}
.banner-row .button-catalog-sample {
    position: initial;
	transform: none;
}
.banner__title {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #ffffff;
   margin-top: 0px!important;  
}

/*******************************/

/************* Media ***********/

@media only screen and (max-width: 1445px) {

    .banner {
        min-height: 320px;
    }

    .banner__title {
        font-size: 40px;
        line-height: 40px;
        /*margin-top: 60px;*/
    }

}

@media only screen and (max-width: 768px) {

    .banner__title {
        font-size: 38px;
        line-height: 38px;
    }

}

@media only screen and (max-width: 480px) {

    .banner {
        padding: 80px 0;
    }

    .banner__title {
        font-size: 28px;
        line-height: 28px;
        /*margin-top: 80px;*/
    }

}

.breadcrumbs {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.breadcrumbs.breadcrumbs-black {
    justify-content: flex-start;
}

.breadcrumbs__item {
    position: relative;
    display: flex;
}

.breadcrumbs__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    color: rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.breadcrumbs-black .breadcrumbs__link {
    color: #999999;
}

.breadcrumbs__link:hover {
    color: #ffffff;
}

.breadcrumbs-black .breadcrumbs__link:hover {
    color: #101820;
}

.breadcrumbs__link:after {
    content: '';
    width: 3px;
    height: 3px;
    position: relative;
    display: flex;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.breadcrumbs-black .breadcrumbs__link:after {
    background-color: #999999;
}

.breadcrumbs__item:last-child .breadcrumbs__link:after {
    display: none;
}

.breadcrumbs__item:last-child .breadcrumbs__link {
    color: #ffffff;
    pointer-events: none;
}

.breadcrumbs-black .breadcrumbs__item:last-child .breadcrumbs__link {
    color: #101820;
    pointer-events: none;
}

/*********************************/

/************** Media *************/

@media only screen and (max-width: 480px) {

    .breadcrumbs__link {
        font-size: 12px;
        line-height: 14px;
    }

}

.modal-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.modal-bg.active {
    opacity: 1;
    z-index: 30;
    pointer-events: auto;
}

.feedback-content {
    width: 100%;
    max-width: 600px;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 35px;
    background-color: #0a0a0a;
}

.feedback-content::-webkit-scrollbar {
    width: 6px;
}

.feedback-content::-webkit-scrollbar-track {
    background: #000000;
}

.feedback-content::-webkit-scrollbar-thumb {
    background: #2d2d2d;
}

.feedback__close {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 13px;
    top: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #474747;
    border-radius: 50%;
    padding: 6px;
}

.feedback__close img {
    width: 100%;
    height: 100%;
}

.feedback__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #ffffff;
}

.feedback-product {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.feedback-product__cart {
    max-width: 300px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
}

.feedback-product__cart__img {
    width: 75px;
    height: 75px;
    position: relative;
    display: flex;
    flex-shrink: 0;
}

.feedback-product__cart__img img {
    width: 100%;
}

.feedback-product__cart__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.feedback-product__cart__content h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #ffffff;
}

.feedback-product__cart__content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #848484;
}

.feedback-calc {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.feedback-calc__button {
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #474747;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    line-height: 10px;
}

.feedback-calc__button-plus {
    padding-top: 2px;
}

.feedback-calc__count {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #ffffff;
}

.feedback-product-right {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.feedback-product__price {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #ffffff;
}

.feedback-product__remove {
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #474747;
    border-radius: 50%;
    padding: 6px 5px 5px;
}

.feedback-product__remove img {
    width: 100%;
    height: 100%;
}

.feedback-form {
    width: 100%;
    position: relative;
    margin-top: 5px;
}

.feedback-form form {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feedback-form__input {
    width: 100%;
    position: relative;
    display: flex;
}

.feedback-form__input input {
    width: 100%;
    padding: 20px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #ffffff;
    background-color: #121212;
    transition: all 0.3s ease-in-out;
}

.feedback-form__area {
    width: 100%;
    position: relative;
    display: flex;
}

.feedback-form__area textarea {
    width: 100%;
    height: 130px;
    padding: 20px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #ffffff;
    background-color: #121212;
    transition: all 0.3s ease-in-out;
    resize: none;
    border: none;
}

.feedback-form__checkbox {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.feedback-form__checkbox input {
    display: none;
}

.feedback-form__checkbox__decor {
    width: 15px;
    height: 15px;
    position: relative;
    border: 1px solid #AA936C;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 7px;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
    margin-top: 3px;
}

.feedback-form__checkbox.active  .feedback-form__checkbox__decor {
    background-color: #aa936c;
    background-image: url("/wp-content/themes/lc-blank-master/images/icons/check.svg");
}
.feedback-form__checkbox .wpcf7-form-control-wrap{
    display: none;
}
.feedback-form__checkbox__text {
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    color: rgba(255, 255, 255, 0.51);
}

.feedback-form__checkbox__text a {
    color: rgba(255, 255, 255, 0.51);
}

.feedback-form__checkbox__text a:hover {
    color: #ffffff;
}
.wpcf7-form-control-wrap{
    width: 100%;
}
.feedback-form__button {
    width: 100%;
    padding: 16px;
}

.feedback-form__sum {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #ffffff;
    margin: 10px 0 5px;
}

/*******************************/

/************* Media ***********/

@media only screen and (max-width: 480px) {

    .feedback-content {
        padding: 35px 20px;
    }

    .feedback-form__input input,
    .feedback-form__area textarea {
        padding: 16px;
        font-size: 14px;
        line-height: 17px;
    }

}

.footer {
    width: 100%;
    position: relative;
    background-color: #1a1a1a;
}

.footer-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 50px 0;
}

.footer__number {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
}

.footer__number:hover {
    opacity: .7;
}

.footer__email {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.footer__email:hover {
    color: rgba(255, 255, 255, 0.8);
}

.footer__social {
    width: 45px;
    height: 45px;
    position: relative;
    display: flex;
    margin-top: 20px;
}

.footer__social:hover {
    transform: scale(1.1) rotate(-5deg);
}

.footer__social img {
    width: 100%;
}

.footer-bottom {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 17px 0;
    background-color: #343434;
}

.footer-bottom:before {
    content: '';
    position: absolute;
    width: 1000px;
    height: 100%;
    left: -999px;
    top: 0;
    background-color: #343434;
}

.footer-bottom:after {
    content: '';
    position: absolute;
    width: 1000px;
    height: 100%;
    right: -999px;
    top: 0;
    background-color: #343434;
}

.footer-menu {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 34px;
}

.footer-menu li {
    position: relative;
    display: flex;
}

.footer-menu li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
}

.footer-menu li a:hover {
    opacity: .7;
}
.kompany-info{
	text-align: center;
	font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 20px;
}

/*******************************/

/************* Media ***********/
.button-back{
    display: flex;
    gap: 10px;
    align-items: center;
}
.back-icon{
    width: 24px;
}
@media only screen and (max-width: 1445px) {

    .footer__number {
        font-size: 28px;
        line-height: 28px;
    }

    .footer__social {
        width: 32px;
        height: 32px;
    }

}

@media only screen and (max-width: 480px) {

    .footer-top {
        padding: 60px 0;
    }

    .footer__number {
        font-size: 20px;
        line-height: 20px;
    }

    .footer__email {
        font-size: 16px;
        line-height: 16px;
    }

    .footer-bottom {
        padding: 35px 0;
    }

    .footer-menu {
        flex-direction: column;
        align-items: center;
        gap: 7px;
    }

}

.section-title {
  /*font-family: 'Aeroport', sans-serif;*/
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #ffffff;
}

.hero {
  width: 100%;
  position: relative;
  padding: 130px 0 70px;
}

.hero-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.hero-row {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.hero-square__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  color: #c7b388;
  padding: 8px 15px 12px;
  border-radius: 32px;
  border: 1px solid #c7b388;
}

.hero__title {
  max-width: 800px;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;
}

.hero__text {
  max-width: 510px;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
}

.hero__link {
  margin-top: 25px;
  animation: glowPulse 2s infinite ease-in-out;
}

.hero__link.hero__link_mobile {
  display: none;
}

.journal {
  padding: 80px 0 0px;
  background-color: #f2f2f2;
}

.journal-row {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.journal-block {
  width: calc((100% - 20px * 2) / 3);
  min-height: 665px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 30px;
  padding: 40px 40px 60px;
  overflow: hidden;
}
.journal-block:last-child {
  width: 100%;
  min-height: 300px;
}
.journal-block__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.journal-block__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.journal-block__bg-mobile {
  display: none;
}
.journal-block:hover .journal-block__title {
  transform: translateY(-60px);
}

.journal-block__link {
  width: 230px;
  z-index: 1;
  opacity: 0;
  transform: translateY(100px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
}

.journal-block:hover .journal-block__link {
  transform: translateY(0);
  opacity: 1;
}

.advantages {
  padding: 120px 0;
  background-color: #1a1a1a;
}

.advantages-row {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.advantages-top {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}

.advantages-content {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}

.advantages-left {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.advantages-block {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 45px;
}

.advantages-block__icon {
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #ffffff;
}
.advantages-block.aos-init.aos-animate:first-child{
    width:96%;
} 
.advantages-block__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.advantages-block__content h5 {
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #ffffff;
}

.advantages-block__content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: rgba(255, 255, 255, 0.82);
    margin-top: 10px;
}

.advantages-right {
  width: calc(50% - 80px);
  position: relative;
  display: flex;
}

.advantages-video {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advantages-video video {
  width: 100%;
  max-width: 400px;
  object-fit: cover;
}

.advantages-slider {
  width: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
}

.advantages-slider__block {
  width: 100%;
  position: relative;
  display: flex;
  opacity: 0 !important;
}

.advantages-slider__block.swiper-slide-active {
  opacity: 1 !important;
}

.advantages-slider__block img {
  width: 100%;
}

.advantages-bottom {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.advantages-bottom__text {
  max-width: 950px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: rgba(255, 255, 255, 0.64);
}

.advantages-bottom__img {
  width: 100%;
  position: relative;
  display: flex;
}

.advantages-bottom__img img {
  width: 100%;
  min-height: 220px;
  object-fit: cover;
}

.interior {
  padding: 120px 0 75px;
}

.interior-row {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}

.interior__title.section-title {
  color: #000000;
}
.interior__title.section-title span {
  font-size: 36px;
}
.interior-content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.interior-block {
  height: 450px !important;
  position: relative;
}
.interior-block picture {
  width: 100%;
}
.interior-block img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
a.interior-block span {
  color: #333;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.interior-block:nth-child(7n + 1) {
  width: calc(50% - 10px);
}

.interior-block:nth-child(7n + 2),
.interior-block:nth-child(7n + 3) {
  width: calc(25% - 15px);
}

.interior-block:nth-child(7n + 4) {
  width: calc(25% - 10px);
}

.interior-block:nth-child(7n + 5) {
  width: calc(75% - 10px);
}

.interior-block:nth-child(7n + 6) {
  width: calc(60% - 10px);
}

.interior-block:nth-child(7n + 7) {
  width: calc(40% - 10px);
}

.faq {
  padding: 75px 0 150px;
}

.faq-row {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}

.faq__title.section-title {
  color: #000000;
}
.cat-descr {
    margin: 0 auto;
}
.faq-content {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 0 0 45%;
  background-image: url(/wp-content/themes/lc-blank-master/images/faq-content.png);
  background-size: 40% 400px;
  background-repeat: no-repeat;
	    min-height: 400px;
}
.catalog-filter .catalog-category-id-26, .catalog-filter .catalog-category-id-28, .catalog-filter .catalog-category-id-30 {
    display: none;
}
.faq-block {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #aa936c;
}

.faq-block__top {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  cursor: pointer;
  padding: 5px 0 10px;
  border-bottom: 1px solid #f0f0f0;
}

.faq-block__top h5 {
  font-family: Aeroport;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #000000;
}

.faq-block__top span {
  font-size: 40px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #000000;
  transition: all 0.3s ease-in-out;
}

.faq-block__top.active span {
  transform: rotate(45deg);
}

.faq-block__content {
  width: 100%;
  max-height: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.faq-block__content.active {
  max-height: 500px;
  padding: 10px 0;
}

.faq-block__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #000000;
}
.wrapp-journal-title {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 30px;
  padding: 40px 40px 60px;
  overflow: hidden;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.58) 100%
  );
}
.call-pdf {
  background-color: #1a1a1a;
}
.soc-footer {
  display: flex;
  gap: 10px;
}
.wrapp-call-pdf h2 {
  color: #fff !important;
}
.form-call-pdf form { 
  margin-top: 40px;
  display: flex;
  gap: 20px;
	padding: 3px;
}
.wrapp-button-call-pdf {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mob-phone {
  display: none;
}
.thank {
  background-color: #1a1a1a;
  height: 100vh;
}
.wrapp-thank {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.thank .container {
  height: 100%;
}
.check-thank {
  width: 100px;
}
.map-wrapp {
  max-width: 580px;
}
.map-main {
  display: flex;
  gap: 50px;
  flex-direction: row;
}
/*******************************/

/************* Media ***********/

@media only screen and (max-width: 1500px) {
  .section-title {
    font-size: 40px;
    line-height: 40px;
  }
  .interior__title.section-title span {
    font-size: 28px;
  }
  .container {
    max-width: 1190px;
  }

  .journal-block {
    min-height: 550px;
  }

  .journal-block__title {
    font-size: 28px;
    line-height: 28px;
  }

  .advantages-block__content h5 {
    font-size: 24px;
    line-height: 24px;
  }

  .advantages-block__content {
    gap: 16px;
  }

  .advantages-bottom__text,
  .advantages-block__content p {
    font-size: 16px;
    line-height: 24px;
  }

  .interior-block {
    height: 380px;
  }
}

@media only screen and (max-width: 992px) {
  .wrapp-journal-title {
    padding: 40px 40px 135px;
  }
  .journal-block__bg-mobile {
    display: block;
  }
  .journal-block__bg-pc {
    display: none;
  }
  .form-call-pdf form {
    flex-direction: column;
  }
  .journal-block {
    width: 100%;
    max-width: 320px;
    min-height: 500px;
  }

  .journal-block:hover .journal-block__title {
    transform: unset;
  }

  .journal-block__link {
    position: relative;
    opacity: 1;
    transform: unset;
    bottom: unset;
    top: unset;
    right: unset;
    left: unset;
  }

  .advantages-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .advantages-left {
    width: 100%;
    max-width: 700px;
  }

  .advantages-block {
    gap: 30px;
  }

  .advantages-right {
    width: 100%;
    max-width: 500px;
    align-self: center;
  }

  .interior-block {
    height: 200px;
  }
  .map-main {
    flex-direction: column-reverse;
  }
  .map-wrapp {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .journal-block:last-child {
    min-height: 360px;
  }
  .map-wrapp iframe {
    height: 250px;
  }
  .mob-phone {
    display: block;
  }
  .section-title {
    font-size: 34px;
    line-height: 34px;
  }
  .interior__title.section-title span {
    font-size: 28px;
  }
  .hero__title {
    font-size: 38px;
    line-height: 38px;
  }

  .journal {
    padding: 70px 0 0;
  }
  .journal-block {
    min-height: 360px;
  }
  .advantages {
    padding: 75px 0 0;
  }

  .advantages-bottom__img {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .interior {
    padding: 70px 0 60px;
  }
}

@media only screen and (max-width: 740px) {
  .interior-content {
    gap: 16px;
  }

  .interior-block:nth-child(n) {
    width: 100%;
  }
  .journal-block {
    width: 100%;
    max-width: 100%;
  }
  .wrapp-journal-title {
    padding: 40px 40px 145px;
  }
}

@media only screen and (max-width: 480px) {
  .section-title {
    font-size: 24px;
    line-height: 24px;
  }
  .interior__title.section-title span {
    font-size: 20px;
  }
  .hero {
    min-height: unset;
    padding: 140px 0 80px;
  }

  .hero-bg {
    width: 100%;
    height: 430px;
  }

  .hero__title {
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
  }

  .hero-square__text {
    font-size: 12px;
    line-height: 12px;
    vertical-align: center;
  }

  .hero__text {
    max-width: 320px;
    margin-top: 110px;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 20px;
  }

  .hero__link {
    width: 67%;
    margin-top: 20px;
    display: none;
  }

  .hero__link.hero__link_mobile {
    display: block;
  }

  .journal {
    padding: 0px 0 0px;
  }

  .journal-block {
    width: 100%;
    max-width: 100%;
    min-height: 360px;
    padding: 30px 15px;
    gap: 20px;
  }
  .wrapp-journal-title {
    min-height: 360px;
    padding: 100px 15px;
    gap: 20px;
  }
  .journal-block__title {
    font-size: 24px;
    line-height: 24px;
  }

  .journal-block__link {
    width: 100%;
  }

  .advantages-top {
    gap: 40px;
  }

  .advantages-block {
    gap: 20px;
  }

  .advantages-block__content h5 {
    font-size: 20px;
    line-height: 20px;
  }

  .advantages-bottom__text,
  .advantages-block__content p {
    font-size: 14px;
    line-height: 19px;
  }

  .interior-row {
    gap: 30px;
  }

  .faq {
    padding: 0 0 70px;
  }

  .faq-block__content p {
    font-size: 16px;
    line-height: 22px;
  }
}

body.home .section.advantages {
  padding-bottom: 0;
}

a.button-catalog-sample {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
	backdrop-filter: blur(10px);
}

a.button-catalog-sample:hover {
  background-color: #aa936c;
}


.catalog {
  padding: 38px 0 50px;
}

.catalog-row {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 68px;
}

.catalog-filter {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	margin-top: -40px;
}
.catalog-filter::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}
.catalog-filter__button {
      font-family: "Aeroport";
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(33, 33, 33, 0.6);
  padding: 26px 44px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
 
}

/* .catalog-filter__button.active {
    background-color: #aa936c;
    border: 1px solid #aa936c;
    color: #ffffff;
} */
.catalog-filter__button.active {
  color: #000;
 /*background: #CAB282;*/
  opacity: 1;
  font-weight: 600;
  border-bottom: 1px solid #000000;
}

.catalog-content {
  width: 100%;
  position: relative;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.catalog-content.active {
  display: flex;
}

.catalog-block {
  width: calc(100% / 3 - 80px / 3);
  min-height: 450px;
  overflow: hidden;
  position: relative;
  display: block;
}
.wrapp-catalog-block {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 25px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.58) 100%
  );
}

.catalog-block__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.catalog-block__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.catalog-block:hover .catalog-block__title {
  transform: translateY(-75px);
}

.catalog-block__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #ffffff;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.catalog-block:hover .catalog-block__text {
  transform: translateY(-75px);
}

.catalog-block__link {
  width: 230px;
  z-index: 1;
  opacity: 0;
  transform: translateY(100px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
}

.catalog-block:hover .catalog-block__link {
  transform: translateY(0);
  opacity: 1;
}
.button-link-mobil {
  display: none;
}

.advant-catalog {
  margin-bottom: 50px;
  width: 100%;
}
.wrapp-advant-catalog {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.item-advant-catalog {
  width: calc((100% - 20px * 5) / 6);
  text-align: center;
}
.item-advant-catalog img {
  width: 130px;
}
.item-advant-catalog p {
  color: #aa936c;
}
.item-advant-catalog:nth-child(5) picture {
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-advant-catalog:nth-child(5) img {
  height: 70px;
  margin: 30px 0;
}
/*******************************/

/************* Media ***********/

@media only screen and (max-width: 1445px) {
  .catalog-content {
    gap: 20px;
  }

  .catalog-block {
    width: calc(100% / 3 - 40px / 3);
    min-height: 355px;
  }

  .catalog-block__title {
    font-size: 24px;
    line-height: 24px;
  }

  .catalog-block__text {
    font-size: 16px;
    line-height: 16px;
  }

  .catalog-filter__label span {
    font-size: 14px;
    line-height: 14px;
  }
}

@media only screen and (max-width: 992px) {
  .catalog-block {
    width: 100%;
    max-width: 300px;
    min-height: 300px;
    background-position: bottom;
    background-size: cover;
  }

  .catalog-block:hover .catalog-block__title,
  .catalog-block:hover .catalog-block__text {
    transform: unset;
  }

  .catalog-block__link {
    position: relative;
    opacity: 1;
    transform: unset;
    bottom: unset;
    top: unset;
    right: unset;
    left: unset;
    display: none;
  }
  .catalog-filter__button {
    padding: 20px 32px;
  }
  .button-link-mobil {
    display: block;
  }
  .wrapp-advant-catalog {
    flex-wrap: wrap;
  }
  .item-advant-catalog {
    width: calc((100% - 2 * 20px) / 3);
  }
}
@media only screen and (max-width: 768px) {
  .catalog-filter__button.active {
    background-color: rgba(203, 178, 130, 1);
    border: 1px solid rgba(203, 178, 130, 1);
    font-weight: 500;
    color: #000;
  }
  .catalog-filter__button {
    width: 50%;
    font-size: 16px;
    padding: 15px 4px;
  }

  .catalog-filter {
    border-bottom: none;
    gap: 0px;
  }
  .catalog-row {
    gap: 45px;
  }
  .catalog-filter:before {
    display: none;
  }

  .catalog-filter__button {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }

  .catalog-filter__button:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 480px) {
  .item-advant-catalog {
    width: calc(50% - 10px);
  }
  .catalog {
    padding: 50px 0 70px;
  }

  .catalog-content {
    gap: 10px;
  }

  .catalog-block {
    max-width: 100%;
    min-height: 355px;
    background-position: bottom;
    background-size: cover;
  }
  .wrapp-catalog-block {
    padding: 25px 10px;
  }

  .catalog-block__link {
    width: 100%;
  }
}

.files-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.files-popup.active {
  display: block;
}

.files-popup-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.files-popup-body {
  position: relative;
  width: 500px;
  max-width: 90%;
  margin: 120px auto;
  background: #000;
  color: #fff;
  padding: 40px 25px;
  border-radius: 8px;
}

.files-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: #fff;
}

.files-block-inner a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  color: #fff !important;
  border-bottom: 1px solid #fff;
}

.files-block-inner a svg {
  width: 32px;
  min-width: 32px;
}

.button-download-files {
    position: relative;
    top: -65px;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    color: #aa936c;
    padding: 18px 40px;
    border-radius: 46px;
    background: #000;
    float: right;
    /* margin-right: 10%; */
}
.button-download-files::after {
	content: "▼";
    margin-left: 5px;
    font-size: 12px;
}
.button-download-files:hover {
	background: #aa936c;
	color: #fff;
}

@media screen and (max-width: 767px) {
    .button-download-files {
        float: none; 
        display: block; 
        margin: 0 auto;
        width: fit-content; 
        top: -60px; 
        left: 0;
        right: 0;
		font-family: "Montserrat", sans-serif;
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .button-download-files {
        margin-left: auto;
        margin-right: auto;
        padding: 14px 20px;
        box-sizing: border-box; 
				top: -70px; 
    }
}


.cart {
    padding: 80px 0 150px;
}

.cart-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.cart__title.section-title {
    color: #000000;
}

.cart-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 10px;
}

.cart-slider {
    width: 50%;
    position: relative;
    display: none;
    overflow: hidden;
    height: max-content;
}

.cart-slider.active {
    display: flex;
}
.cart-slider .swiper-slide{
    height: auto !important;
}
.cart-button-prev,
.cart-button-next {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.cart-button-prev:hover,
.cart-button-next:hover {
    opacity: .7;
}

.swiper-button-disabled {
    opacity: .4;
}

.cart-button-prev {
    left: 10px;
}

.cart-button-next {
    right: 10px;
}

.cart-slider__block {
    position: relative;
    display: flex;
    max-height: 510px;
}
.cart-slider__block video{
    width: 100%;
    max-height: 450px;
}
.cart-slider__block picture{
    width: 100%;

}
.cart-slider__block img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
}

.cart-right {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}

.cart-right__block {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.cart-right__code {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #6b6855;
}

.cart-right__description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000000;
}

.cart-right__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #848484;
}

.cart-right__sizes {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000;
}

.cart-texture {
    width: 100%;
    position: relative;
    display: flex;
}

.cart-texture form {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.cart-texture__label {
    position: relative;
    display: flex;
}

.cart-texture__label input {
    display: none;
}

.cart-texture__label span {
    width: 80px;
    height: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    cursor: pointer;
}

.cart-texture__label input:checked ~ span {
    border: 1px solid rgba(0, 0, 0, 0.22);
}

.cart-texture__label span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-right__price {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
}

.cart-price__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #6b6855;
}

.cart-price__sum {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #AA936C;
}

.cart-price__sum span {
    color: #000000;
}

.cart-right__bottom {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.cart-right__button.button-orange {
    padding: 16px 70px;
}

.cart-right__bottom__price {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000;
}
.cart-right__bottom__price.hide{
    display: none;
}
.cart-banner {
    width: 100%;
    min-height: 450px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 25px;
    background-image: url("https://luckywall.ru/wp-content/uploads/2024/12/kat-2.jpg");
    background-position: center;
    background-size: cover;
    padding: 30px;
    margin-top: 120px;
}

.cart-banner__title {
    /*max-width: 500px;*/
	max-width: 480px;
}

.cart-banner__link {
    padding: 16px 70px;
}

/*******************************/

/************* Media ***********/

@media only screen and (max-width: 1445px) {

    .cart-right__sizes,
    .cart-right__description {
        font-size: 16px;
        line-height: 20px;
    }

    .cart-texture__label span {
        width: 65px;
        height: 65px;
    }

    .cart-banner {
        min-height: 370px;
    }

    .cart-banner__title {
        max-width: 410px;
    }
    .cart-slider__block video {
      
        max-height: 400px;
    }

    .cart-slider__block img {
        max-height: 400px;
    }

}

@media only screen and (max-width: 992px) {

    .cart {
        padding: 90px 0 150px;
    }

    .cart-row {
        gap: 20px;
    }

    .cart-content {
        flex-direction: column;
    }

    .cart-right,
    .cart-slider {
        width: 100%;
        max-width: 650px;
    }

    .cart-banner {
        margin-top: 90px;
    }

}

@media only screen and (max-width: 480px) {
    .cart-slider__block img {
        height: 250px;
        max-height: 250px;
    }
    .cart-slider__block video {
        max-height: 250px;
        height: 250px;
    }

    .cart {
        padding: 90px 0;
    }

    .cart-content {
        margin-top: 0;
    }

    .cart-right__block {
        gap: 4px;
    }

    .cart-right__sizes, .cart-right__description {
        font-size: 14px;
        line-height: 18px;
    }

    .cart-right__title {
        font-size: 16px;
        line-height: 20px;
    }

    .cart-price__sum {
        font-size: 24px;
        line-height: 24px;
    }

    .cart-right__bottom {
        width: 100%;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .cart-right__button.button-orange {
        width: 100%;
    }

    .cart-banner {
        margin-top: 60px;
        background-image: url("https://luckywall.ru/wp-content/uploads/2024/12/delivery.jpg");
        padding: 25px 15px;
    }

    .cart-banner__title {
        max-width: 260px;
    }

}




.partners {
    padding: 60px 0 150px;
}

.partners-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.partners__title.section-title {
    color: #000000;
}

.partners__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000000;
}

.partners-form {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.partners-form form {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
flex-direction: column;
}

.partners-form__input {
    width: calc(50% - 10px);
    position: relative;
    display: flex;
}

.partners-form__input input {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #000000;
    padding: 20px 16px;
    border: 1px solid #E1E1E1;
    background-color: #f2f2f2;
    transition: all 0.3s ease-in-out;
}

.partners-form__input input:focus {
    background-color: #ecebeb;
}

.partners-form__area {
    width: 100%;
    position: relative;
    display: flex;
}
.partners-form .form-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.partners-form__checkbox__text a {
    color: rgba(0, 0, 0, 0.51)!important;
    text-decoration: none!important;
}
.partners-form .form-footer-policy {
    max-width: 745px;
    line-height: 125%;
    text-align: left;
    margin-top: 15px;
    color: #FFFFFF82;
}
.partners-form .form-body-to {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}
.partners-form__area textarea {
    width: 100%;
    height: 165px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #000000;
    padding: 20px 16px;
    border: 1px solid #E1E1E1;
    background-color: #f3f3f3;
    resize: none;
    transition: all 0.3s ease-in-out;
}

.partners-form__area textarea:focus {
    background-color: #ecebeb;
}

.partners-form__checkbox {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

/* .partners-form__checkbox input {
    display: none;
} */

.partners-form__checkbox__decor {
    width: 15px;
    height: 15px;
    position: relative;
    border: 1px solid #AA936C;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 7px;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
    margin-top: 3px;
}

.partners-form__checkbox input:checked ~ .partners-form__checkbox__decor {
    background-color: #aa936c;
    background-image: url("/wp-content/themes/lc-blank-master/images/icons/check.svg");
}

.partners-form__checkbox__text {
    max-width: 820px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: rgba(0, 0, 0, 0.51);
}

 

.partners-form__checkbox__text a:hover {
    color: rgba(0, 0, 0, 0.51);
}

.partners-form__button {
    padding: 15px 50px;
    background: #AA936C;
    border-radius: 46px;
}
.partners-form__button button {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}
/*******************************/

/************* Media ***********/

@media only screen and (max-width: 1445px) {

    .partners-form__area textarea,
    .partners-form__checkbox__text,
    .partners-form__input input {
        font-size: 14px;
        line-height: 19px;
    }

}

@media only screen and (max-width: 768px) {

    .partners-form__input {
        width: 100%;
    }

}

@media only screen and (max-width: 480px) {

    .partners {
        padding: 30px 0 70px;
    }


    .partners-page .banner__title {
        max-width: 300px;
    }

    .partners__text {
        font-size: 14px;
        line-height: 20px;
    }

    .partners-form {
        margin-top: 20px;
    }

    .partners-form form {
        gap: 10px;
    }

    .partners-form__area textarea,
    .partners-form__input input {
        padding: 16px;
    }

    .partners-form__checkbox__text {
        font-size: 12px;
        line-height: 15px;
    }

    .partners-form__button {
        /* width: 100%; */
				margin: 20px auto 0;
    }

}



.showroom {
    padding: 40px 0 200px;
}

.showroom-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.showroom__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000000;
}

.showroom__text {
    width: 100%;
    max-width: 920px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.showroom__text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000000;
}

/*******************************/

/************* Media ***********/

@media only screen and (max-width: 480px) {

    

    .showroom {
        padding: 40px 0 70px;
    }

    .showroom-row {
        gap: 15px;
    }

    .showroom__title {
        font-size: 24px;
        line-height: 31px;
    }

    .showroom__text {
        gap: 12px;
    }

    .showroom__text p {
        font-size: 14px;
        line-height: 19px;
    }

}




.delivery {
    padding: 40px 0 200px;
}

.delivery-row {
    width: 100%;
    max-width: 810px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}

.delivery-block {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.delivery-block h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000000;
}

.delivery-block p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000000;
}

.delivery-block ul {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 10px;
}

.delivery-block ul li {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000000;
}

.delivery-block ul li:before {
    content: '+';
    color: #aa936c;
    font-size: 42px;
    line-height: 12px;
    font-weight: 400;
}

/*******************************/

/************* Media ***********/

@media only screen and (max-width: 480px) {


    .delivery {
        padding: 40px 0 70px;
    }

    .delivery-row {
        gap: 40px;
    }

    .delivery-block {
        gap: 10px;
    }

    .delivery-block h2 {
        font-size: 24px;
        line-height: 31px;
    }

    .delivery-block p {
        font-size: 14px;
        line-height: 19px;
    }

    .delivery-block ul li {
        font-size: 18px;
        line-height: 18px;
        gap: 8px;
    }

    .delivery-block ul li:before {
        font-size: 32px;
    }

}


.blog {
    padding: 80px 0 150px;
}

.blog-title {
    font-size: 40px;
    line-height: 100%;
    font-weight: 400;
    color: #000000;
    margin-bottom: 50px;
}

.blog-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.blog__title.section-title {
    color: #000000;
}

.blog-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 43px;
    margin-top: 10px;
}

.blog-content .article-block {
    width: calc(100% / 3 - 29px);
    min-width: 260px;
}

.article-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.article-block__img {
    width: 100%;
    height: 298px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
}

.article-block__img picture {
    width: 100%;
}

.article-block__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.article-block:hover .article-block__img img {
    transform: scale(1.02);
}

.article-block__title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
}

.article-block__more {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
    color: #D5B887;
    transition: all 0.3s ease;
}

.article-block:hover .article-block__more {
    text-decoration: underline;
}

.article-block__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
}

/*******************************/

/************* Media ***********/

@media only screen and (max-width: 1445px) {

    .article-block__text {
        font-size: 16px;
        line-height: 20px;
    }

}

@media only screen and (max-width: 992px) {

    .blog-content .article-block {
        width: calc(50% - 10px);
    }

}

@media only screen and (max-width: 480px) {

    .blog {
        padding: 80px 0 70px;
    }

    .blog-row {
        gap: 20px;
    }

    .blog-content {
        margin-top: 0;
    }

    .blog-content .article-block {
        width: 100%;
    }

    .article-block__title {
        font-size: 20px;
        line-height: 20px;
    }

    .article-block__text {
        font-size: 14px;
        line-height: 17px;
    }

}


.article {
    padding: 100px 0 150px;
}

.article-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.article-breadcrumbs.breadcrumbs-black {
    justify-content: center;
}

.article-head {
    width: 100%;
    position: relative;
    display: flex;
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 30px;
}

.article-head__img {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
}

.article-head__img img {
    width: 100%;
    object-fit: cover;
}

.article-head__content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.article-head__content h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000000;
}

.article-head__content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000000;
}

.article-popular {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-top: 70px;
}

.article-popular__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000000;
}

.article-popular__content {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.article-popular__content .article-block {
    width: calc(50% - 10px);
    min-width: 260px;
}

/*******************************/

/************* Media ***********/

@media only screen and (max-width: 1445px) {

    .article-head__content h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .article-popular__title {
        font-size: 28px;
        line-height: 28px;
    }

    .article-head__content p {
        font-size: 16px;
        line-height: 20px;
    }

}

@media only screen and (max-width: 768px) {
    .article-head {
        flex-direction: column;
    }

}

@media only screen and (max-width: 480px) {

    .article {
        padding: 90px 0 70px;
    }

    .article-row {
        gap: 20px;
    }

    .article-head {
        gap: 15px;
    }

    .article-head__content {
        gap: 13px;
    }

    .article-breadcrumbs.breadcrumbs-black {
        justify-content: flex-start;
    }

    .article-head__content h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .article-head__content p {
        font-size: 14px;
        line-height: 17px;
    }

    .article-popular {
        margin-top: 40px;
        gap: 20px;
    }

    .article-popular__title {
        font-size: 24px;
        line-height: 24px;
    }

    .article-popular__content .article-block {
        width: 100%;
    }

}


.notFound {
    padding: 150px 0;
}

.notFound-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.notFound__span {
    font-size: 128px;
    font-weight: 400;
    line-height: 128px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000000;
}

.notFound__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.notFound__link {
    padding: 16px 70px;
    margin-top: 20px;
}

/*******************************/

/************* Media ***********/

@media only screen and (max-width: 480px) {

    .notFound__link {
        width: 100%;
        padding: 15px;
    }

}


.privacy {
    padding: 100px 0 150px;
}

.privacy-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.privacy-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.privacy__title.section-title {
    color: #000000;
}

.privacy__text {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.privacy__text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #000000;
}

.privacy__link {
    padding: 16px 70px;
    margin-top: 20px;
}

/*******************************/

/************* Media ***********/

@media only screen and (max-width: 480px) {

    .privacy {
        padding: 80px 0 70px;
    }

    .privacy__title {
        max-width: 320px;
    }

    .privacy-content {
        gap: 16px;
    }

    .privacy__text p {
        font-size: 14px;
        line-height: 19px;
    }

    .privacy__link {
        width: 100%;
        padding: 15px;
    }

}


.title-montage-h2{
    color: #000;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
}
.title-montage-h3{
    font-size: 24px;
    color: #AA936C;
    margin-top: 38px;
    line-height: 1.3;
    font-weight: 700;
}
.text-montage{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.text-montage p{
    font-size: 16px;
    color: #000;
    line-height: 1.3;
}
.list-montage{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.list-montage li{
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
}
.firts-list-mpontage{
    margin-top: 38px;
}
.video-montage{
    margin-top: 80px;
	text-align: center;
}
.video-container{
    width: 100%; 
    margin-top: 80px;
	display: flex;
    flex-wrap: nowrap;
	gap: 20px;
}
.video-item{
    width: 48%;
    height: auto; 
}

.last-video-montage{
    margin: 0;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.last-video-montage video {
    margin: 0 auto;
}
.video-montage video{
    width: 100%;
    height: 100%;
    max-width: 800px;
	 max-height: 450px;
}
.text-block-montage-2{
    margin-top: 80px;
}
.text-block-montage-2 .title-montage-h3{
    margin-top: 50px;
}
.text-before-title{
    font-size: 16px;
    color: #000;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 20px;
}
.two-list-mpontage{
    margin-top: 20px;
}
.section-gallery-montage{
    padding: 0;
    padding-bottom: 120px;
}
.montage-gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.item-montage-gallery img{
    width: 100%;
    object-fit: cover;
    height: 400px;
}
.item-montage-gallery {
    width: 100%;
    max-width: 21.6%;
    
}
.item-montage-gallery:nth-child(8n+3),
.item-montage-gallery:nth-child(8n+6){
    max-width: 30%;
}
@media(max-width: 900px){
    .item-montage-gallery{
        max-width: calc(50% - 10px);
    }
    .item-montage-gallery:nth-child(8n+3),
    .item-montage-gallery:nth-child(8n+6) {
        max-width: calc(50% - 10px);
    }
}
@media(max-width: 767px){
    .video-container{
        flex-direction: column;
    }
    .video-item{
        width: 100%;
    }
    .title-montage-h2 {
        font-size: 24px;
    }
    .text-montage p {
        font-size: 14px;
    }
    .text-before-title {
        font-size: 12px;
    }
    .list-montage li {
        font-size: 14px;
    }
    .item-montage-gallery {
        max-width: 100%;
    }

    .item-montage-gallery:nth-child(8n+3),
    .item-montage-gallery:nth-child(8n+6) {
        max-width: 100%;
    }
}

.cat-descr p {
    margin: 18px 0;
}

.cat-descr {
    color: #000;
    text-align: justify;
    max-width: 1440px;
    padding: 0 20px;
    margin-bottom: 80px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}
.sample-top{
    padding-top: 100px;
}
.banner-breadcrumbs{
    margin-bottom: 30px;
}
.breadcrumbs-new{
    display: flex;
    gap: 5px;
    align-items: center;
}
.breadcrumbs-new a{
    font-size: 12px;
    color: rgba(217, 217, 217, 1);
}
.breadcrumbs-new p{
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
}
.breadcrumbs-new span{
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: rgba(217, 217, 217, 1);
    display: block;
}
.title-sample{
    color: #000;
    font-size: 48px;
    margin-top: 27px;
}
.after-title-simle{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 16px;
}
.serias-sample{
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.serias-sample-cat h2{
    font-size: 32px;
    color: #000;
    font-weight: 400;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(223, 223, 223, 1);
}
.wrapp-serias-sample{
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.item-serias-sample{
    width: calc((100% - 35px *7) /8 );
    display: flex;
    flex-direction: column;
    gap: 2px;
    transition: all .3s linear;
    border: 0px solid rgba(244, 240, 235, 1);
}
.image-serias-sample{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}
.art-item-serias-sample{
    text-align: center;
    font-size: 20px;
	line-height: 110%;
    color: #000;
    transition: all .3s linear;
}
.item-serias-sample:hover{
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(244, 240, 235, 1);
    padding: 8px;
    box-sizing: border-box;
}
.item-serias-sample:hover .art-item-serias-sample{
    color: rgba(213, 184, 135, 1);
}
.dostavka-sample{
    height: 448px;
    
    background-image: url('/wp-content/uploads/2025/10/6bfdb53ffbe88e4ad1ee2627988c35d463049904.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 140px 0;
}
.wrapp-dostavka-sample{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.57);
    padding: 32px;
    box-sizing: border-box;
}

.dostavka-title-sample{
    width: 499px;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
}
.button-sample-dostavka{
    display: block;
    background-color: rgba(170, 147, 108, 1);
    padding: 16px 69px;
    border-radius: 46px;
    margin-top: 24px;
    color: #fff;
    width: fit-content;
    font-weight: 700;
}
.button-catalog-sample{
    background-color: #fff;
    width: fit-content;
    padding: 16px 36px;
    border-radius: 46px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    margin: 40px auto 0 auto;
    transition: all .3s linear;
    position: absolute;
    bottom: -80px;
    left: 50%;
    margin: 0;
    transform: translate(-50%, 0);
	animation: glowPulse 2s infinite ease-in-out;
}
.button-catalog-sample:hover{
    opacity: .7;
}
.files-block-inner img{
    max-width: 80px;
    height: auto;
}
.files-block-inner span{
    max-width: 85%;
    font-size: 15px;
}
.product-gallery {
    width: 50%;
}
@media(max-width: 1190px){
    .sample-top{
        padding-top: 80px;
    }
    .wrapp-serias-sample{
        gap: 16px;
    }
    .item-serias-sample{
        width: calc((100% - 16px * 3)/4);
    }
    .serias-sample-cat h2{
        font-size: 24px;
    }
    .serias-sample{
        margin-top: 60px;
        gap: 70px;
    }
    .title-sample{
        font-size: 32px;
        line-height: 100%;
    }
    .after-title-simle{
        font-size: 16px;
    }
    .art-item-serias-sample{
        font-size: 16px;
    }
    .dostavka-sample{
        margin: 70px 0;
        height: 351px;
    }
    .dostavka-title-sample{
        font-size: 24px;
        width: 100%;
    }
    .button-sample-dostavka{
        
        font-size: 14px;
        padding: 13px 57px;
    }
}

@media(max-width: 992px){
    .button-catalog-sample{
       width: 214px;
   
        font-size: 14px !important;
        text-align: center;
    }
	.button-download-files {
    width: 214px;
    padding: 17.5px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
	.product-gallery {
    width: 100%;
}
	.cart-row {
   display:block;
}
	.cart-right, .cart-slider {
        width: 100%;
        max-width: 100%;
    }
	.catalog-page .banner__title {
		/*margin-top: 80px;*/
	}
	
	.catalog-page .banner {
		padding: 97px 0 50px;
	}
    .banner-row {
        gap: 20px;
    }	
    .banner-breadcrumbs{
        margin-bottom: 0;
    }
	
}

@keyframes glowPulse {
  0% {
    box-shadow:
      0 0 3px rgba(240, 220, 150, 0.7),
      0 0 7px rgba(245, 230, 160, 0.55),
      0 0 10px rgba(255, 240, 180, 0.45);
  }
  50% {
    box-shadow:
      0 0 5px rgba(250, 235, 170, 0.9),
      0 0 14px rgba(255, 245, 190, 0.7),
      0 0 22px rgba(255, 250, 210, 0.6);
  }
  100% {
    box-shadow:
      0 0 3px rgba(240, 220, 150, 0.7),
      0 0 7px rgba(245, 230, 160, 0.55),
      0 0 10px rgba(255, 240, 180, 0.45);
  }
}


.scroll-top {
	display: none;
    align-items: center;
    width: fit-content;
    position: fixed;
    right: 20px;
    bottom: 50vh;
}
.scroll-top:hover {
	opacity: 0.7
}
.stages-work__title {
	color: #000000;
	margin-bottom: 50px;
}
.stages-work__wrap {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
    grid-gap: 50px 48px;
}
.stages-work-item {
	min-height: 214px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	background: #1A1A1A;
	padding: 40px;
}
.stages-work-item__title {
	font-weight: 500;
	font-size: 30px;
	line-height: 42px;
	color: #FFFFFF;
}
.stages-work-item__desc {
	margin-top: 47px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
}
@media (max-width: 991px) {
	.stages-work__wrap {
		grid-template-columns: 1fr 1fr;
		grid-gap: 25px;
	}
}
@media (max-width: 767px) {
	.stages-work__wrap {
		grid-template-columns: 1fr;
		grid-gap: 15px;
	}
}

.cart-banner__title br {
	display: none;
}
@media (max-width: 525px) {
	.cart-banner__title br {
		display: block;
	}
}
