@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//prodommsk.ru/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.1") format("woff2");
}

:root {
	--wd-text-font: "Play-my", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Play-my", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Play-my", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-widget-title-font: "Play-my", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Play-my-2", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(216,68,22);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(216,68,22);
	--btn-accented-bgcolor-hover: rgb(216,50,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(33,33,33);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount {
	font-size: 26px;
	color: rgb(255,255,255);
}
html .wd-page-content .wd-product .product-wrapper .wd-entities-title {
	font-weight: 700;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1600px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

rs-slides :is([data-type=text],[data-type=button]) {
font-family: Play-my !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: Play-my !important;
}

@font-face {
	font-family: "Play-my";
	src: url("//prodommsk.ru/wp-content/uploads/2025/10/play-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Play-my-2";
	src: url("//prodommsk.ru/wp-content/uploads/2025/10/play-bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
}

.hidden-fields-container {
	display: none;
}

.button-group-callback {
	width: 100%;
}
.button-group-callback div {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.cat-design-side .wd-cat-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.single_product_right_column .custom-product-button-complect {
	margin-right: 15px;
}
.custom-product-button-complect {
	background-color: #D84416;
	color: #fff;
}

.product-label {
    padding: 12px 20px!important;
    font-size: 18px!important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10000;
}

.modal-content {
    position: relative;
    background: #fff;
    padding: 40px;
    max-width: 600px;
    margin: 20px auto;
    z-index: 10002;
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 10001;
}

/* Скрываем пустые сообщения */
.wpcf7-response-output:empty {
    display: none !important;
}

.modal-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.modal-header h3 {
    color: #666;
    font-size: 1.2em;
    margin: 0 0 5px 0;
}

.modal-header h2.product-title {
    color: #333;
    font-size: 1.5em;
    margin: 0;
}

/* Стили для уведомления об успехе */
#form-success {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10010;
}

.success-message {
    position: relative;
    background: #fff;
    padding: 30px;
    max-width: 500px;
    margin: 20vh auto;
    text-align: center;
    z-index: 10012;
    border-radius: 5px;
}

.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10011;
}

.close-success {
    margin-top: 15px;
    padding: 8px 20px;
    background: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}



.portfolio-price {
	font-weight: bold;
	font-size: 22px;
	margin: 20px 0 10px 0
}

.portfolio-price span{
	color: #d84816;
	font-size: 32px;
}

.portfolio-button {
	background-color: #d84816;
	color: #fff;
	font-size: 22px;
	padding: 14px 30px;
}



.portfolio-ploshhad, .portfolio-razmer, .portfolio-srok, .portfolio-mestopolozhenie {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.portfolio-ploshhad, .portfolio-razmer, .portfolio-srok, .portfolio-mestopolozhenie {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.portfolio-ploshhad span, .portfolio-razmer span, .portfolio-srok span, .portfolio-mestopolozhenie span {
	font-weight: normal;
	margin-left: 5px;
}

.portfolio-ploshhad img, .portfolio-razmer img, .portfolio-srok img, .portfolio-mestopolozhenie img {
	max-width: 28px;
	max-height: 28px;
	margin-right: 15px;
}

.uk-icon {
	background-color: black!important;
}

.uk-position-center-right, .uk-position-center-left {
	top: calc(50% - 50px)!important;
}

.portfolio-nav-btn {
	display: flex!important;
	flex-direction: row!important;
	align-content: center!important;
	justify-content: center!important;
	align-items: center!important;
}

.dot-navigations {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	margin: 0 30px!important;
}
.dot-navigations li {
	margin-bottom: 0px;
}

a {
	color: #fff;
}

.main-nav button {
	background-color: black;
	color: #D84816!important;
	font-size: 32px;
	width: 40px;
	height: 40px;
	font-weight: normal;
	
}

.main-nav button span {
	margin-bottom: 5px;
}

.main-dots button {
	padding: 5px;
	margin: 0 5px;
	min-height: auto;
}

.main-dots .active {
	background-color: #D84816;
}

.nested-nav button {
	font-size: 32px;
	width: 40px;
	height: 40px;
	font-weight: normal;
}

.portfolio-carousel {
            padding: 0px;
        }
        
        .portfolio-slide {

            overflow: hidden;
        }
        
        
        
        .gallery-section {
            width: 60%;
            padding: 20px 20px 20px 0;
            display: flex;
            flex-direction: column;
        }
        
        .content-section {
            width: 40%;
						padding: 15px 15px 28px 15px;
						display: flex;
						flex-direction: column;
						justify-content: space-between;
						align-items: flex-start;
        }
        
        .portfolio-title {
            font-size: 26px;
						font-weight: bold;
						margin-bottom: 25px;
						padding-bottom: 10px;
						color: #fff;
						border-bottom: 2px solid rgba(129, 129, 129, 0.2);
						width: 100%;
        }
        
        
        
        .uk-slidenav {
            padding: 15px!important;
						color: #fff!important;
        }

        
        .portfolio-navigation {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;

        }
        
        .portfolio-nav-btn {
            background: #1e87f0;
            color: white;
    
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .portfolio-nav-btn:hover {
            background: #0f6ecd;
            transform: scale(1.1);
        }
        
        .slideshow-dots {
            position: absolute;
            bottom: 10px;
            left: 0;
            right: 0;
            z-index: 10;
            display: flex;
            justify-content: center;
        }

.portfolio-grid {
	display: flex;
	flex-direction: row;
}

.inner-slide {
			width: 100%;
			height: 600px;
			background-size: cover;
	background-position: center;
		}


.top-line .color {
	color: white;
}

.application-modal h3 {
	color: black;
}

.application-modal label {
	color: black;
}

.application-modal input {
	border-color: black;
}@media (min-width: 1025px) {
	.portfolio-grid {
	display: flex;
	flex-direction: row;
	height: 600px!important;
}


}

@media (min-width: 768px) and (max-width: 1024px) {
	.portfolio-grid {
   flex-direction: column;
   max-height: auto;
}

.inner-slide {
	height: 300px;
	background-size: cover;
	background-position: center;
}
.portfolio-title {
	text-align: center;
}

.portfolio-title {
	text-align: center;
}
.content-section-up {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content-section-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}

.content-section {
	align-items: center;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.portfolio-grid {
	flex-direction: column;
}

.portfolio-title {
	text-align: center;
}

.inner-slide {
	height: 300px;
	background-size: cover;
	background-position: center;
}
.portfolio-title {
	text-align: center;
}

.content-section-up {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content-section-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}

.content-section {
	align-items: center;
}
}

@media (max-width: 576px) {
	.product-label {
    padding: 6px 10px!important;
    font-size: 12px!important;
}

.portfolio-grid {
	flex-direction: column;
}

.inner-slide {
	height: 300px;
	background-size: cover;
	background-position: center;
}
.portfolio-title {
	text-align: center;
}
.content-section-up {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content-section-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}

.content-section {
	align-items: center;
}

.portfolio-ploshhad, .portfolio-razmer, .portfolio-srok, .portfolio-mestopolozhenie {
	font-size: 16px;
}

.portfolio-button {
	font-size: 19px;
}


.main-dots {
    transform: translate(-50%, -5px);

}
}

