/*
Theme Name: Grace garden
Theme URI: 
Author: Kassilukraine studio
Author URI: https://Kassilukraine.com
Text Domain: gracegarden
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}
.woocommerce-checkout-review-order-table .remove-from-cart{display:block;margin:0 auto}
.woocommerce-thankyou-order-details{padding-bottom:40px}
.woocommerce-thankyou-order-details li{padding:10px 0}
.woocommerce-order-received .woocommerce-order{border:1px solid;padding:10px;margin-bottom:40px;font-size: 18px;
	font-family: 'Montserrat';
	font-weight: 400;}
.woocommerce-thankyou-order-received{
	font-size: 18px;
	font-family: 'Montserrat';
	font-weight: 700;
	text-align:center;
	padding:20px;
}
.woocommerce-order-received .woocommerce-Price-amount, .price {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.566px;
}
.priv{
	text-align: left;
    font-size: 18px;
	font-family: 'Montserrat';
	font-weight: 400;
	padding: 87px 0 87px 0;
    max-width: 1440px;
    margin: 0 auto;
	line-height:normal;
}
.priv strong{
	text-align: left;
    font-size: 20px;
	font-family: 'Montserrat';
	font-weight: 700;
	line-height: 60px;
}
#popupcart{
	background-image: url(/wp-content/uploads/2024/12/cart-ico.svg);
    width: 20px;
    height: 20px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
}
 

.checkout-section {
    margin-bottom: 20px;
}
.additional-information{margin-top:60px}
.additional-information label{display:none}
.woocommerce-billing-fields label{display:none}
.checkout-section h3, .payment_method_bacs, .ship-i {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
	line-height:34px;
	font-family: 'Montserrat';
}
.ship-i {margin-bottom: 60px;}
.order-summary {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}

.place-order button {
    background-color: #333;
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}

.place-order button:hover {
    background-color: #555;
}
.quantity-controls {
    display: flex;
    align-items: center;
    gap: 5px;
}

.qty-minus, .qty-plus {
    background-color: #ddd;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    border-radius: 3px;
}

.qty-input {
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.woocommerce-variation-availability{text-align:center;padding:20px 0}
a, p, h1, h2, h3, h4, h5, h6{font-family: Montserrat;}
html{width:100%; margin:0;max-width:100%;padding:0}
.home{width:100%;margin:0;}
.head_m{text-align: center;margin-bottom:50px;}
.head_m h1{color: #FFF;text-align: center;text-edge: cap;font-size: 60px;font-style: normal;font-weight: 600;line-height: 70px;text-transform: uppercase; padding:297px 0 269px 0;margin:0 auto;}
.arrow{text-align:center;display: inline-block; animation: swing-vertical 1s ease-in-out infinite;padding-bottom:80px;}
.logo img{width:100%;height:auto;max-width:100%}
.logo{padding:24px 0}
.news-p h3 a {color: #262626;}
#toggleMenu {display: none;}
.offcanvas-menu {display: none;}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(61, 61, 61, 0.75);
    z-index: 999;
}
.product-accordion{max-width:1920px;margin:0 auto}
.page-numbers{display: flex;justify-content: center;gap: 25px;flex-flow: nowrap;}
.page-numbers .current{text-decoration:underline}
.page-numbers li {color:#7D7D7D;text-align: center;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 500;line-height: 26.566px;}
.page-numbers li a{color:#7D7D7D;text-align: center;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 500;line-height: 26.566px;text-decoration: none;}
.page-template-lifestyle .seo_m{padding:40px 0 90px 0}
@keyframes swing-vertical {
  0%, 100% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
}
/* Установка ширины input и select на 100% */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select {
    width: 100%;
	margin-bottom: 15px;
}

/* Убедитесь, что контейнеры для input и select также поддерживают 100% ширины */
.woocommerce form .form-row {
    width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select{
    box-sizing: border-box;
    padding: 24px 20px;
    border: 1px solid #000;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
	color:#7d7d7d;
	border-radius: 0;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
	box-sizing: border-box;
    padding: 12px 12px 0px;
    border: 1px solid #000;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
    border-radius: 0;
    margin-bottom: 20px;
    height: 50px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__placeholder{
	font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
}
.map iframe {
    position: relative;
    overflow: hidden;
	margin-top: -69px;
}
.contact .accordion-content1 {
    display: none;
    overflow: hidden;
    padding: 0 15px;
}

.contact .accordion-toggle1 {
    cursor: pointer;
    padding: 10px;
    border: none;
    text-align: left;
    background: none;
    outline: none;
    width: 100%;
    text-align: left;
	color: #000;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 44px;
text-transform: uppercase;
	border-bottom:1px solid;
}

/* Опционально, для улучшения внешнего вида */
.contact .accordion-toggle1::after {
    content: '\221F'; /* Unicode plus sign */
    color: #777;
    font-weight: bold;
    float: right;
    transform: rotate(315deg);
}

.contact .accordion-toggle1.active::after {
    content: '\221F';
	transform: rotate(135deg);
}
.accordion-content1 a{display: flex;
    text-decoration: none;
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;padding-bottom:20px}
.accordion-content1 a:first-child{padding-top:25px}
.accordion-item1 .active{border-bottom:0}
.vsi-pro{padding-bottom:85px;color: #000;text-align: center;font-family: Montserrat;font-size: 40px;font-style: normal;font-weight: 300;line-height: 70px;text-decoration-line: underline;text-transform: uppercase;text-align:center;display:block}
.video{padding:0;margin: 0 auto;max-width:1525px;padding-bottom:50px}
.map{height: 700px;overflow: hidden;padding-bottom:50px}
.seo_m h1{color: #000;text-align: right;font-family: Montserrat;font-size: 60px;font-style: normal;font-weight: 500;line-height: 70px;text-transform: uppercase;padding-bottom:40px;text-align:center}
.form-c .two-col p{display: grid;gap: 15px;flex-flow: nowrap;grid-template-columns: repeat(2, 1fr);}
.form-c input{width:100%;padding:20px 18px;margin-bottom:15px;box-sizing: border-box;}
.form-c textarea{width:100%;box-sizing:border-box;margin-bottom:40px;padding:20px 18px;}
.form-c .wpcf7-submit{width: auto;padding: 0;background: transparent;border: 0;float: right;border-bottom: 1px solid;color: #000;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 400;line-height: 44px;text-transform: uppercase;}
.contact .form-c .wpcf7-response-output{border-color: red;width: 100%;box-sizing: border-box;margin: 70px 0 0 0;}
#map-canvas div:nth-child(2){display:none !important}
.form-c > .wpcf7-email .wpcf7-not-valid-tip{padding-bottom:15px}
.contact{padding:90px 0 100px;margin: 0 auto;max-width:1440px}
.contact h1{color: #000;text-align: center;font-family: Montserrat;font-size: 40px;font-style: normal;font-weight: 500;line-height: 46.46px;text-transform: uppercase;padding-bottom:90px}
.contact-h h3{color: #000;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 400;line-height: 44px;text-transform: uppercase;padding-bottom:10px;}
.contact-h hr{margin: 0 0 10px; border: 1px solid;}
.form-c{padding-top:25px}
.contact1{padding-top:174px;display:grid;}
.a-sait:before{content: ""; display: block;background-image: url('/wp-content/uploads/2024/04/globe.svg');background-size: contain;background-repeat: no-repeat;margin-right: 12px;height:24px;width:24px}
.e-sait:before{content: ""; display: block;background-image: url('/wp-content/uploads/2024/04/letter.svg');background-size: contain;background-repeat: no-repeat;margin-right: 12px;height:24px;width:24px}
.p-sait:before{content: ""; display: block;background-image: url('/wp-content/uploads/2024/04/call.svg');background-size: contain;background-repeat: no-repeat;margin-right: 12px;height:24px;width:24px}
.inst-sait:before{content: ""; display: block;background-image: url('/wp-content/uploads/2024/04/insta-c.svg');background-size: contain;background-repeat: no-repeat;margin-right: 12px;height:24px;width:24px}
.adr-sait:before{content: ""; display: block;background-image: url('/wp-content/uploads/2024/04/geo.svg');background-size: contain;background-repeat: no-repeat;margin-right: 12px;height:24px;width:24px}
.contact1 h2, .contact2 h2{color: #000;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 400;line-height: 44px;text-transform: uppercase;padding-bottom:30px}
.contact1 a{padding-bottom:20px;color: #000;font-family: Montserrat;font-size: 20px;font-style: normal;font-weight: 400;line-height: normal;text-decoration:none;display:flex;align-items: center;}
.contact1 a:hover{text-decoration:underline}
.contact2{padding-top:76px}
.cta-nowm .post-grid{padding:0 70px}
.cta-nowm{background-color: #F5F5F5;margin-bottom:50px}
.s-desk h2{color: #000;text-align: center;font-family: Montserrat;font-size: 60px;font-style: normal;font-weight: 500;line-height: 70px;text-transform: uppercase;padding-bottom:44px}
.news-p{padding: 20px 0 100px;text-align: center;margin: 0 auto;max-width:1920px}
.news-p .post-grid{display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px;max-width:1920px;margin:0 auto;}
.news-p h3{color: #262626;font-family: Montserrat;font-size: 32px;font-style: normal;font-weight: 600;line-height: 42px;text-transform: uppercase;padding:50px 0 10px}
.news-p a{color:#7D7D7D;text-align: center;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 500;line-height: 26px;text-decoration-line: underline; text-decoration:none;text-transform:uppercase}
.cta-now{padding: 50px 0;text-align: center;margin: 0 auto;max-width:1920px}
.payment-method-select {border-radius: 0 !important; padding: 10px;height: auto !important; margin: 0; width: 100%;font-family: 'Montserrat';font-size: 16px;font-weight: 400;color: #7d7d7d; border-radius: 0;padding:14px;}
.cta-now h3{color: #262626;font-family: Montserrat;font-size: 32px;font-style: normal;font-weight: 600;line-height: 42px;text-transform: uppercase;padding:50px 0 10px}
.cta-now a{color:#7D7D7D;text-align: center;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 500;line-height: 26px;text-decoration-line: underline; text-decoration:none;text-transform:uppercase}
a:hover{text-decoration:underline}
.swiper-containernow img{width:100%}
.swiper-containernow{width: 100%; overflow: hidden;position: relative;max-width: 1520px;margin: 0 auto;}
.newh2-title{color: #000;text-align: center;leading-trim: both;text-edge: cap;font-family: Montserrat;font-size: 60px;font-style: normal;font-weight: 500;line-height: 70px;text-transform: uppercase;padding-bottom:50px}
.woocommerce-checkout-review-order{min-width:50%}
.woocommerce-form__label-for-checkbox{padding:15px 0; display:block}
.form-row .button{margin-bottom:50px;padding:20px 150px;background-color:#808080;color: #FFF;leading-trim: both;text-edge: cap;font-family: Montserrat;font-size: 16px;font-style: normal;font-weight: 500;line-height: 26px;border:0;width:100%}
.form-row .button:hover{background-color:#5b5959}
.zen-ui-select-1{padding:39px 0 15px}
.zen-ui-select-2{padding-bottom:39px}
.wcus-checkout-fields h3{color: #000;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 500;line-height: 34px;}
.shipping_method{border-radius: 0 !important;padding: 10px; height: auto !important;margin: 40px 0 0; width: 100%;font-family: 'Montserrat';font-size: 16px;font-weight: 400;color: #7d7d7d;border-radius: 0;padding: 14px;}
#ship-to-different-address .woocommerce-form__label-for-checkbox{display:none;}
#order_comments{width: 100%;
    height: 267px;
    box-sizing: border-box;
    padding: 24px 20px;
    border: 1px solid #000;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
    border-radius: 0;}
select {
    -webkit-appearance: none; /* Для Safari */
    -moz-appearance: none; /* Для Firefox */
    appearance: none; /* Для остальных браузеров */
    background: url('/wp-content/uploads/2024/12/arows.svg') no-repeat right 23px center; /* Указываем путь к изображению стрелки */
    padding: 5px 30px 5px 10px; /* Резервируем место под стрелку */
    }
.select2-selection__rendered {
    -webkit-appearance: none; /* Для Safari */
    -moz-appearance: none; /* Для Firefox */
    appearance: none; /* Для остальных браузеров */
    background: url('/wp-content/uploads/2024/12/arows.svg') no-repeat right 10px center; /* Указываем путь к изображению стрелки */
    }
.select2-selection__arrow{display:none}
.woocommerce-additional-fields{padding:20px 0}
.woocommerce-billing-fields{padding-bottom:60px}
.woocommerce-NoticeGroup{display:none}
.woocommerce-checkout h1{color: #000;font-feature-settings: 'clig' off, 'liga' off;font-family: Montserrat;font-size: 60px;font-style: normal;font-weight: 500;line-height: 70%;text-transform: uppercase;padding:100px 0 70px; text-align:center}
table td, table th{padding:14px 24px}
tfoot tr th{text-align:left}
.cart-subtotal .woocommerce-Price-amount, #wcus-order-total .woocommerce-Price-amount{color: #262626;font-feature-settings: 'clig' off, 'liga' off;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 600;line-height: 22.4px;text-transform: uppercase;text-align: center;display: block;}
tr .product-name, tfoot tr th{color: #262626;font-feature-settings: 'clig' off, 'liga' off;font-family: Montserrat;font-size: 16px;font-style: normal;font-weight: 500;line-height: 22.4px;text-transform: uppercase;display:flex;align-items: center;}
.product-total{vertical-align:middle;color: #262626;font-feature-settings: 'clig' off, 'liga' off;font-family: Montserrat;font-size: 16px;font-style: normal;font-weight: 500;line-height: 22.4px;text-transform: uppercase;}
.payment_box{color: #262626;font-feature-settings: 'clig' off, 'liga' off;font-family: Montserrat;font-size: 16px;font-style: normal;font-weight: 500;line-height: 22.4px;padding-top:39px}
.cart_item .woocommerce-Price-amount, .price{color: #262626;font-feature-settings: 'clig' off, 'liga' off;font-family: Montserrat;font-size: 16px;font-style: normal;font-weight: 600;line-height: 22.4px;text-transform: uppercase;text-align: center;display: block;}
.ord-d:last-of-type{display:none}
.woocommerce-billing-fields h3, .ord-d{color: #000;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 500;line-height: 34px;padding-bottom:40px}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{top:10px;right:10px}
#customer_details{width:100%}
.woocommerce-billing-fields__field-wrapper input{height:30px; width:100%;padding-bottom:15px}
.woocommerce-checkout-review-order-table{border:1px solid #000; padding:14px 24px;width: 100%;}
.woocommerce-checkout-payment{padding:0 0 49px}
.woocommerce-checkout-review-order-table img{max-width: 90px;height: 90px;margin-right: 20px;object-fit: cover;border: 2px solid;padding: 2px;}
.woocommerce-notices-wrapper, #order_review_heading{display: none;}
.woocommerce-checkout .woocommerce{width:100%;max-width:1440px; margin:0 auto}
.checkout{display:flex;gap:80px;}
.h1checkout{color: #000;font-feature-settings: 'clig' off, 'liga' off;font-family: Montserrat;font-size: 60px;font-style: normal;font-weight: 500;line-height: 70%;text-transform: uppercase;padding:100px 0 70px}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper{border-top:0;padding:30px 0;}
.wp-block-woocommerce-checkout-order-summary-cart-items-block{border-bottom:1px solid}
.wp-block-woocommerce-checkout-order-summary-block{border:1px solid #000; padding:14px 24px}
a:focus {outline: none !important;}
.wc-block-formatted-money-amount{font-family: Montserrat;font-size: 16px;font-style: normal;font-weight: 500;line-height: 120%;}
.woocommerce-checkout .wc-block-checkout{width:100%;max-width:1440px; margin:0 auto}
.gallery-prj .swiper-slide{height:auto}
.gallery-prj .swiper-slide img {height: 100%;object-fit: cover;}
.cat-item{text-align:center;margin-bottom:50px;}
.cat-item:last-of-type{margin-bottom:0}
.cat-item h2{color: #FFF;text-align: center;leading-trim: both;text-edge: cap;font-size: 60px;font-style: normal;font-weight: 600;line-height: 70px;padding:295px 0 42px 0}
.cat-item p{color: #FFF;text-align: center;font-size: 24px;font-style: normal;font-weight: 500;line-height: 34px;padding:0 0 42px 0;margin:0 auto;max-width:1440px}
.cat-item a {color: #FFF;text-align: center;leading-trim: both;text-edge: cap;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 500;line-height: 34px;text-transform: uppercase;padding-bottom:260px;display: block;}
.seo_m{padding:87px 0 87px 0;max-width:1440px;margin:0 auto}
.ggmenu-container-class .current_page_item{text-decoration: underline;}
.seo_m_t{overflow-x:scroll;padding-right: 40px;}
.seo_m_t::-webkit-scrollbar-track {background: #D9D9D9;}
.seo_m_t::-webkit-scrollbar-thumb {background: #272727;}
.seo_m_t::-webkit-scrollbar {height: 0px;}
.cart-count {background-color: red; color: white; border-radius: 50%;padding: 0 5px;position: absolute;top: -10px;right: -10px;}
.fa-shopping-cart, .fa-heart {font-size: 24px;color: black;}
.ggmenu-container-class .ggmenu {display: flex;justify-content: center;list-style-type: none;padding: 0 25px 0 0;}
.ggmenu-container-class .ggmenu li {margin-right: 15px;}
.ggmenu-container-class .ggmenu li:last-child {margin-right: 0;}
.buyaria{display:flex;justify-content:space-between;align-items: end;}
.cta-now h3 a{color:#262626}
#page{padding:0 53px;}
.page-template-m-e-kitch .head_pj h1{padding:379px 0 250px 0}
header{width:100%; display:flex}
.col-h-1-3{width:5%}
.col-h-2-3{width:90%;float:right;display:flex;align-items:center;justify-content:flex-end;}
.col-h-3-3{width:5%;display:flex;align-items:center;justify-content:flex-end;}
.ggmenu a{color: #000;text-align: right;font-size: 14.566px;font-style: normal;font-weight: 400;line-height: 32px;text-transform: uppercase;text-decoration:none;}
.ggmenu a:hover{text-decoration:underline;}
.col-h-3-3 a{padding-right:25px}
.col-h-3-3 a:last-child{padding-right:0}
.seo_m_t p{font-size: 24px;font-style: normal;font-weight: 500;line-height: 34px;color:#7D7D7D}
.seo_m_t h3{color: #000;font-size: 24px;font-style: normal;font-weight: 700;line-height: 34px;}
footer{background-color: #CECDCA;display: flex;justify-content: center;list-style-type: none;padding:41px 0 51px 0}
.ggfmenu {display: grid;grid-template-columns: repeat(4, 1fr); gap: 117px;padding-right:117px}
.menu-column {display: flex;flex-direction: column;}
.ggfmenu a{color: #FFF;text-align: right;font-size: 14px;font-style: normal;font-weight: 400;line-height: 24px;text-transform: uppercase;margin-bottom:10px;text-decoration:none;}
.ggfmenu a:hover{text-decoration:underline;}
.ggfmenu .sub-menu a {color: #262626;text-align: right;font-style: normal;font-weight: 400;line-height: 24px;text-transform: uppercase;margin-bottom:10px;text-decoration:none;}
.ggfmenu .sub-menu a:hover{text-decoration:underline;}
.accordion-title::after {content: '\221F';color: #777;font-weight: bold;float: right;transform: rotate(315deg);}
.accordion-title.active::after {content: '\221F';    transform: rotate(135deg);}
.product-page-1container, .product-page-2container, .product-page-3container,.product-page-4container{display:flex;align-items:center;}
.product-page-5container{display:flex;align-items:center;padding:100px 0;max-width:1440px; margin:0 auto}
.product-image{width:50%;overflow:hidden}
.graypart_p{width:50%;background-color:#F7F6F4;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.product-image img {width:100%; height:auto}
.product-title{color: #000;text-align: center;font-size: 48px;font-style: normal;font-weight: 600;line-height: 60px;text-transform: uppercase;}
.subh1{color: #000;font-family: Montserrat;font-size: 32px;font-style: normal;font-weight: 400;line-height: 50px;padding:0 16px 40px 16px;text-align:center}
.accordion-item{padding-bottom:25px}
#open-modal{color: #FFF;font-family: Montserrat;font-size: 22px;font-style: normal;font-weight: 500;line-height: 26px;background-color:#808080;padding:35px 88px; margin:0 auto; border:0;display: block;}
.variation {cursor: pointer;}
.variations_form .variations {display: flex;flex-wrap: wrap;gap: 20px;justify-content: center;margin-bottom: 10px;}
.variation {flex: 1 1 auto;align-items: center;text-align: center;}
.single_variation_wrap {display: block;width: 100%;}
.product-info{width:50%;background-color:#fff;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.product-info-o{padding:0 140px;}
.custom-field{color: #262626;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 400;line-height: 34px;height: 374px;overflow-x: scroll;padding-right:10px;}
.custom-field::-webkit-scrollbar-track {background: #D9D9D9;}
.custom-field::-webkit-scrollbar-thumb {background: #272727;}
.custom-field::-webkit-scrollbar {height: 0px;}
.accordion-content .variation img {width: 300px;}
.product-page-4container .accordion-title{margin-bottom:10px;display:block}
.pr{display: none;justify-content: end;align-items: center;padding-top:46px}
.pr p{color: #000;leading-trim: both;text-edge: cap;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 400;line-height: 26.566px;padding-right:8px}
.pr .price{color: #000;font-family: Montserrat;font-size: 32px;font-style: normal;font-weight: 400;line-height: 26.566px;}
.product-page-4container{background-color:#F7F6F4;padding:50px 175px 50px}
.accordion-title{color: #000;font-family: Montserrat;font-size: 36px;font-style: normal;font-weight: 400;line-height: 44px;text-transform:uppercase;text-decoration:none;}
.custom-line {border:none;height:1px;background-color:#262626;margin: 0;}
.accordion-content {max-height: 0;overflow: hidden;transition: max-height 0.3s ease-out;}
.accordion-content p{color: #262626;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 400;line-height: 34px; padding:50px 0;}
.product-dimensions{color: #262626;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 400;line-height: 34px; padding:50px 0 0 0;}
.product-weight{color: #262626;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 400;line-height: 34px; padding:20px 0 10px 0;}
.product-weight:last-child{padding-bottom:50px}
.accordion-content .single_variation_wrap {display:none !important;}
.accordion-content .variations_form {padding-top:50px}
.accordion-content .pdf{color: #FFF;text-align: center;leading-trim: both;text-edge: cap;font-family: Montserrat;font-size: 20px;font-style: normal;font-weight: 500;text-transform: uppercase;background-color:#262626;border-radius:5px;padding:13px 15px;margin-right:10px}
.inf { display: flex;justify-content: space-between;}
.downl, .compl {display: flex;align-items: center;}
.downl a, .compl p {display: flex;align-items: center;margin-right: 10px;}
.downl img {max-width: 100%;height: auto;padding-left:10px}
.accordion-content .cina{color: #000;font-family: Montserrat;font-size: 32px;font-style: normal;font-weight: 400;line-height: 26.566px;}
.col-h-3-3 .cart-count {background-color: red;color: white;border-radius: 100%;padding: 5px 4px;position: absolute;top:36px;right:88px;font-family: 'Montserrat';font-size: 12px;font-weight: 400;}
.cta_p{color: #262626;text-align: center;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 400;line-height: 34px;padding-bottom:55px;}
.cta{text-align: center;margin: 0 auto;}
#cta_p_b{color: #FFF;font-family: Montserrat;font-size: 22px;font-style: normal;font-weight: 500;line-height: 26px;padding:35px 81px;background-color:#808080; border:0;box-shadow: 0px 0px 25px 0px rgba(255, 228, 194, 0.12);}
.category-image {position: relative;width: 100%;height: 300px;background-size: cover;background-position: center;display: flex;align-items: center;justify-content: center;}
.category-name {text-align: center;color: white;}
.woocommerce-variation-add-to-cart{text-align:right}
.woocommerce-variation-add-to-cart .wc-variation-selection-needed, .woocommerce-variation-add-to-cart .single_add_to_cart_button{color: #FFF;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 500;line-height: 26px;background-color: #808080;padding: 18px 44px; margin: 29px auto 0 auto;border: 0;width:280px;}
#anotner{color: #FFF;font-family: Montserrat;font-size: 20px;font-style: normal;font-weight: 500;line-height: 26px;background-color: #808080;padding: 15px 20px;margin: 10px 0 0 auto;border: 0;display: block;}
.woocommerce ul.products {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 56px;max-width:1920px;margin:0 auto;}
.woocommerce ul.products li.product {width: 100%;}
.site-main .columns-4{padding:59px 50px 119px}
.site-main .columns-4 img{width:100%;height:auto}
.woocommerce-loop-product__title{color: #000;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 400;line-height: 26.566px;text-transform: uppercase;text-decoration:none;padding:24px 0 15px 0}
.woocommerce-loop-product__title:hover{text-decoration:underline}
.woocommerce-LoopProduct-link{text-decoration:none;}
.archive .price{text-align:left}
.woocommerce-Price-amount, .price{color: #000;font-family: Montserrat;font-size: 32px;font-style: normal;font-weight: 400;line-height: 26.566px;}
.add-p{color: #000;font-family: Montserrat;font-size: 16px;font-style: normal;font-weight: 400;line-height: 26.566px;padding-bottom:15px;}
.product_type_variable{background-color:#DFDFE1;padding:8px 32px;color: #262626;font-family: Montserrat;font-size: 16px;font-style: normal;font-weight: 500;line-height: 26px;float:right;text-decoration:none;}
.product_type_variable:hover{text-decoration:underline}
.s-desk{color:#7D7D7D;text-align: center;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 500;line-height: 34px;padding:50px 0 80px 0;max-width:1440px; margin:0 auto}
.woocommerce-breadcrumb a{text-decoration:none;font-family: Montserrat;font-size: 16px;color:#000; text-transform:uppercase}
.woocommerce-breadcrumb {text-decoration:none;font-family: Montserrat;font-size: 16px;color:#000; text-transform:uppercase; max-width:1440px;margin:0 auto}
.cart-popup {display: none;position: fixed;z-index: 100;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4);padding-top: 60px;}
.cart-popup-content {background-color: #fefefe;margin: 5% auto;padding: 20px;border: 1px solid #888;width: 80%;max-width: 750px;border-radius: 16px;}
.close-popup, .close-popup1 {color: #aaa;float: right;font-size: 28px;font-weight: bold;}
.close-popup:hover, .close-popup:focus, .close-popup1:hover, .close-popup1:focus {color: black;text-decoration: none;cursor: pointer;}
.cart-items {margin-bottom: 16px;}
.cart-total {margin-top: 16px;font-size: 18px;}
.cart-p{color:#211F1F;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 400;line-height: 1;}
.selected-variation {border: 1px solid #000;}
.cart-items{max-height: 300px;overflow-x: scroll;padding-right: 10px; margin-top: 18px; min-height: 30px;}
.cart-items::-webkit-scrollbar-track {background: #D9D9D9;}
.cart-items::-webkit-scrollbar-thumb {background: #272727;}
.cart-items::-webkit-scrollbar {height: 0px;}
.cart-item .product-thumbnail{width:90px;border-radius: 4px;border: 1px solid var(--Stroke, #CAD2DB);background: url(<path-to-image>), lightgray 50% / cover no-repeat, url(<path-to-image>), lightgray 50% / cover no-repeat;}
.cart-item .product-name{color: #262626;font-feature-settings: 'clig' off, 'liga' off;font-family: Montserrat;font-size: 16px;font-style: normal;font-weight: 700;line-height: 22.4px;margin-bottom: 10px;}
.cart-items{font-family: Montserrat;font-size: 16px;font-style: normal;} 
.woocommerce-variation-description{display:none;}
.close-modal{text-align: right;display: block; color: #262626;font-size: 25px;padding: 0 0 20px;cursor:pointer;}
.variation p{color: #000;leading-trim: both;text-edge: cap;font-family: Montserrat;font-size: 11px;font-style: normal;font-weight: 400;line-height: 26.566px;text-align:center;}
.summs{display: flex;flex-wrap: wrap;gap: 10px;align-items: baseline;justify-content: end;padding:24px 0 5px 0}
.vart{color: #000;leading-trim: both;text-edge: cap;font-family: Montserrat;font-size: 20px;font-style: normal;font-weight: 400;line-height: 26.566px;}
.single_variation_wrap .input-text {text-align: center;width: 272px;height: 35px;color: #000;font-family: Montserrat;font-size: 32px;font-style: normal;font-weight: 400;line-height: 26.566px;display:none;}
.quantity {display: flex;align-items: center;border-radius: 4px; border: 1px solid #CAD2DB;}
.minus, .plus {display: inline-block;padding: 5px 10px;border: 0;color: #333;width: auto;text-align: center;cursor: pointer;background-color: #fff;}
.minus:hover, .plus:hover {color: #FF7A00;}
.input-text.qty.text {text-align: center;padding: 5px;border: 0;width: 20px;}
.variation img{width:130px}
.woocommerce-variation-description{display:none}
.cart-items {display: flex;flex-direction: column;}
.cart-item {display: flex;margin-bottom: 12px;}
.cart-item1{width:14%;display:flex;flex-direction:column;}
.cart-item2{width:82%;display:flex;flex-direction:column;}
.cart-item3{display:flex;flex-direction:column;justify-content: space-between;}
.cart-item2 .quantity{width:105px}
.cart-item2 input[type='number'] {-moz-appearance: textfield;}
.cart-item2 input[type='number']::-webkit-inner-spin-button, .cart-item2 input[type='number']::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
.remove-from-cart{text-align: right;background-color: #fff; border: 0;}
.bottom-row {display: flex;align-items: center;gap: 10px;}
.quantity.buttons_added {display: flex;align-items: center;gap: 10px;padding-left:10px}
.product-price::before{content:'\00D7';color:#211F1F;font-feature-settings: 'clig' off, 'liga' off;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 100;line-height: 119.5%;margin-right: 10px;}
.product-price{color:#211F1F;font-feature-settings: 'clig' off, 'liga' off;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 500;line-height: 119.5%;}
.sum-l{border-color: #CAD2DB;margin-bottom: 20px;}
.sum{display: flex;align-items: baseline;background-color: #CAD2DB;border-radius: 8px;justify-content: end;width:fit-content;margin-left: auto;}
.cart-total{color:#393B3E;font-feature-settings: 'clig' off, 'liga' off;font-family: Montserrat;font-size: 14px;font-style: normal;font-weight: 400;line-height: 119.5%;margin-left: 16px;}
#cartTotal{color:#211F1F;font-feature-settings: 'clig' off, 'liga' off;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 600;line-height: 119.5%;padding-right: 15px;}
.sum a{color: #FFF;font-family: Montserrat;font-size: 16px;font-style: normal;font-weight: 500;line-height: normal;padding:16px 40px; border-radius: 4px;background: #636363;margin:16px 16px 16px 0;border:0;text-decoration:none;}
.woocommerce-checkout-review-order-table .r-f-c, .r-f-c{width:20px;height:20px;background-color: #fff;border: 0px;}
.orderpoj {display: none;position: fixed;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 100%;max-width: 464px;background: white;padding: 30px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);z-index: 1000;}
.modal-backdrop {display:none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.5);z-index: 999;}
.ord-p{color:#211F1F;font-feature-settings: 'clig' off, 'liga' off;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 500;line-height: 119.5%;text-align:center;padding:8px 0 36px 0}
.not-send input{border: 1px solid #000;color:#7D7D7D;font-family: Montserrat;font-size: 16px;font-style: normal;font-weight: 400;line-height: 26px;padding:20px 0 20px 18px;width: -webkit-fill-available;margin-bottom:15px}
.not-send textarea{width: -webkit-fill-available;border: 1px solid #000;color:#7D7D7D;font-family: Montserrat;font-size: 16px;font-style: normal;font-weight: 400;line-height: 26px;padding: 20px 0 0 18px;height: 115px;margin-bottom:15px}
.not-send .wpcf7-submit{border-radius: 4px;background: #636363;color:#fff;padding: 16px 40px 16px 40px;border:0;}
.orderp1 .callus{border-radius: 4px;background: #636363;color:#fff;font-family: Montserrat;font-size: 16px;font-style: normal;font-weight: 400;line-height: 26px;width: 100%;padding:16px 0;text-align: center; text-decoration:none;display:block;}
.wpcf7-spinner{position: absolute !important;left: 44%;top: 50%;}
.orderp1 .publick{color: #003778;font-family: Montserrat;font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;text-decoration:none;}
#orderp {background: #fff;border-radius: 8px;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);left: 50%;max-width: 500px;padding: 25px;position: fixed;top: 50%;transform: translate(-50%, -50%);width: 90%;z-index: 1000;}
.modal-backdrop {background-color: rgba(0, 0, 0, 0.5);bottom: 0;left: 0;position: fixed;right: 0;top: 0;z-index: 999;}
.close-popup { background: none; border: none;cursor: pointer;font-size: 1.5em;position: absolute;right: 10px;top: 10px;}
.orderp1 h2 { color: #333;font-size: 1.25em;margin-bottom: 20px;text-align: center;}
.orderp1 p {color: #333; margin: 0px 0 20px 0;text-align: center;}
.soc-f {display: flex;justify-content: center;margin: 20px 0;}
.soc-f a {margin: auto 10px;}
.orderp1 p:last-of-type {color: #666;font-size: 0.875em;text-align: center;}
.send {display: none;text-align: center;}
.send h2 {color: #333;font-size: 1.5em;margin-bottom: 15px;}
.send p {color: #666;}
.timeline-block {display: flex;align-items: center;justify-content: space-between;margin-bottom: 50px;}
.timeline-content {display: flex;flex: 8;}
.left-content {flex: 1;background-color:#F7F6F4;padding:197px 137px 178px 0;}
.right-content {flex: 1;background-size: cover;background-repeat: no-repeat;height: auto;}
.swiper-container {width: 100%;height: 100%;}
.swiper-slide {text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img {display: block;width: 100%;height: auto;}
.yaki{color: #000;text-align: center;leading-trim: both;text-edge: cap;font-family: Montserrat;font-size: 60px;font-style: normal;font-weight: 500;line-height: 70px;text-transform: uppercase;padding-top:64px;}
.seo_m img{display: block;margin: 0 auto;padding-top: 34px;}
.cat-item-p{text-align:center;margin-bottom:50px;}
.cat-item-p h2{color: #FFF;text-align: center;leading-trim: both;text-edge: cap;font-size: 60px;font-style: normal;font-weight: 600;line-height: 70px;padding:301px 0 42px 0}
.cat-item-p p{color: #FFF;text-align: center;font-size: 24px;font-style: normal;font-weight: 500;line-height: 34px;padding:0 440px 260px 440px;}
.left-content h4{color: #242424;text-align: center;font-family: Montserrat;font-size: 30px;font-style: normal;font-weight: 700;line-height: 32px;padding-bottom:34px;padding-left:173px;padding-top:67px;}
.left-content p{color: #242424;text-align: center;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 500;line-height: 34px;padding-left:173px}
.line{width: 60%;}
.cat-item-l{text-align:center;margin-bottom:50px;}
.cat-item-l h2{color: #FFF;text-align: center;leading-trim: both;text-edge: cap;font-size: 60px;font-style: normal;font-weight: 600;line-height: 70px;padding:260px 0 30px 0;text-transform: uppercase;}
.cat-item-l p{color: #FFF;text-align: center;font-size: 24px;font-style: normal;font-weight: 500;line-height: 34px;padding:0 0 260px 0;max-width:1440px;margin:0 auto}
.page-template-vyrobnyctvo .seo_m{padding:37px 0 87px}
/* Основные стили контейнера слайдера */
.swiper-containermkp {
    width: 100%;
	overflow:hidden;
	position: relative;
	max-width: 1920px;
    margin: 0 auto;
    }

/* Стили для слайдов */
.swiper-containermkp .swiper-slide {
    text-align: center; /* Центрирование содержимого слайда */
    font-size: 18px; /* Размер шрифта в слайдах */
    background: #fff; /* Фон слайдов */

    /* Flexbox для центрирования содержимого слайда по вертикали и горизонтали */
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-containermkm {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
	position: relative;
	max-width:1920px;
	padding:50px 0 50px 0;
    }
.swiper-containermkm .swiper-wrapper{justify-content: center;align-items: center;}
.swiper-containermkm .swiper-slide img {
    display: block;
    width: auto;
    height: auto;
    object-fit: none;
}
/* Стили для слайдов */
.swiper-containermkm .swiper-slide-active {
    text-align: center; /* Центрирование содержимого слайда */
    font-size: 18px; /* Размер шрифта в слайдах */
    background: #fff; /* Фон слайдов */

    /* Flexbox для центрирования содержимого слайда по вертикали и горизонтали */
    display: flex;
    justify-content: start;
    align-items: center;
}
.swiper-containermkm .swiper-slide-next {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: end;
    align-items: center;
}
.location{padding-top:50px; text-align:center}
.swiper-containermkp .swiper-slide img {
    width: auto; /* Автоматическая ширина изображения */
    height: 100%; /* Высота изображения равна высоте слайда */
    object-fit: cover; /* Обрезка изображения, чтобы оно покрывало весь слайд */
}

.swiper-containermkp .nextmkp, .swiper-containermkp .prevmkp {
    position: absolute;
    top: 50%; /* Центрирование по вертикали */
    z-index: 10; /* Убедитесь, что кнопки находятся над слайдами */
    background: #fff; /* Фон кнопок */
    border-radius: 50%; /* Круглые кнопки */
    width: 50px; /* Ширина */
    height: 50px; /* Высота */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* Дополнительные стили */
}

.nextmkp {
    right: 10px; /* Расположение кнопки Следующий справа */
}

.prevmkp {
    left: 10px; /* Расположение кнопки Предыдущий слева */
}
.nextmkp:after, .nextmkm:after, .prevmkp:after, .prevmkm:after  {
    color: #242424;
}
.cta-mkp{
	padding: 100px 459px;
	text-align: center;
    margin: 100px auto 50px;
	background-color:#F5F5F5;
}
.cta-t{
	color: #262626;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    padding-bottom: 55px;
	max-width:1440px;
	margin:0 auto
}
.cta-bt a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding: 35px 81px;
    background-color: #808080;
    border: 0;
    box-shadow: 0px 0px 25px 0px rgba(255, 228, 194, 0.12);
	text-decoration:none;
	margin-left:30px;
}
.head_pj{
	text-align: center;
    margin-bottom: 50px;}
.head_pj h1{
    color: #FFF;
    text-align: center;
    text-edge: cap;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    text-transform: uppercase;
    padding: 297px 0 50px 0;
}
.otherp{
	color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 70px;
    text-decoration-line: underline;
    text-transform: uppercase;
    display: block;
	padding-bottom:70px;
}
.otherp:first-of-type{padding-bottom:20px}
.head_pj p{
	color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    padding: 0 0 100px 0;
	max-width:1440px;
	margin:0 auto
}
.m-proj{padding:70px; margin:0 auto;max-width:1920px}
.m-proj .row{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 55px;
}
.e-proj{padding:50px; margin:0 auto;max-width:1920px}
.e-proj .row{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 55px;
}
.post-image {
        width: 100%;
    	height: auto;
}
.row::after {
        content: "";
        clear: both;
        display: table;
}
.gallery-prj{
	padding: 50px 0;
    margin: 0 auto;
    overflow:hidden;
}
.post-column h2{color: #000;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 500;line-height: 34px;text-transform: uppercase;text-decoration:none;padding:10px 0}
.post-column p{color:#7D7D7D;font-family: Montserrat;font-size: 16px;font-style: normal;font-weight: 400;line-height: 26px;text-decoration:none}
.post-column-link{text-decoration:none}
.swiper-slide-width-auto img {
    /* Пример: Максимальная ширина и высота изображения */
    max-width: 100%;
    height: 100%;
}
@media only screen and (min-width: 1440px) and (max-width: 1900px) {
	.news-p .post-grid{max-width:1400px;margin:0 auto;}
}

/* ===========================
   404 PAGE
=========================== */

.page404{
    width:100%;
    padding:100px 20px;
    background:#fff;
}

.page404-content{
    max-width:800px;
    margin:0 auto;
    text-align:center;
}

.page404-number{
    font-size:140px;
    font-weight:700;
    line-height:1;
    color:#e9e9e9;
    margin-bottom:15px;
    user-select:none;
}

.page404 h1{
    font-size:42px;
    font-weight:400;
    color:#222;
    margin:0 0 20px;
}

.page404 p{
    max-width:560px;
    margin:0 auto 40px;
    font-size:20px;
    line-height:1.7;
    color:#777;
}

.page404-btn{
    display:inline-block;
    padding:16px 42px;
    background:#222;
    color:#fff;
    text-decoration:none;
    transition:.3s;
    border:2px solid #222;
    letter-spacing:.5px;
}

.page404-btn:hover{
    background:#fff;
    color:#222;
}

@media (max-width:768px){

    .page404{
        padding:70px 20px;
    }

    .page404-number{
        font-size:90px;
    }

    .page404 h1{
        font-size:30px;
    }

    .page404 p{
        font-size:18px;
    }

    .page404-btn{
        padding:14px 28px;
    }

}