/*
Theme Name: Allston Child
Theme URI: https://allston.qodeinteractive.com
Description: A child theme of Allston Theme
Author: Edge Themes
Author URI: https://themeforest.net/user/elated-themes
Version: 1.0.3
Text Domain: allston
Template: allston
*/

/* ============================ ФИЛЬТР ГАЛЕРЕИ ТЕКСТУР ============================ */
.wpc-filters-list-14386,
.wpc-filters-list-14387 {
	flex-direction: row !important;
	flex-wrap: wrap !important;
}
.wpc-search-icon,
.wpc-search-clear-icon {
	max-height: 42px;
}
@media (max-width: 1024px){
	.wpc-filters-list-14386,
	.wpc-filters-list-14387 {
			flex-direction: column;
			flex-wrap: nowrap;
		}
}

footer .widget ul li a:hover {
	color: rgb(255, 76, 83) !important;
}

/* ============================ СТИЛИ ДЯЛ ФИЛЬТРА ============================ */
body.page-id-18341 .wpc-filters-open-button-container a.wpc-open-close-filters-button {
	width: 100%;
	text-align: center;
}

body.page-id-18341 .wpc-filters-open-button-container a.wpc-open-close-filters-button .wpc-button-inner {
	justify-content: space-around;
}

aside.eltdf-sidebar .widget .wpc-inner-widget-chips-wrapper > ul li:last-child {
	margin-bottom: 30px;
}
.widget .eltdf-widget-title-holder {
	padding: 0 !important;
	border: none !important;
}
.wpc-filter-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.wpc-filters-main-wrap li.wpc-term-item a {
	color: #585858 !important;
	font-size: 14px;
	text-transform: none !important;
}

.wpc-filters-main-wrap input[type=checkbox] {
	border-radius: 0 !important;
}
.wpc-filters-main-wrap li.wpc-term-item label {
	width: 100%;
	justify-content: space-between;
}
.wpc-posts-found {
	display: none;
}
.wpc-widget-top-inside .wpc-inner-widget-chips-wrapper {
    overflow-y: auto !important;
    width: 100%;
}
.wpb_widgetised_column .widget ul, aside.eltdf-sidebar .widget ul {
    display: flex;
		flex-direction: column;
    gap: 5px;
    flex-wrap: nowrap;
}
.wpb_widgetised_column .widget ul li, aside.eltdf-sidebar .widget ul li {
    padding: 0 !important;
}
.wpc-filter-chips-list a, body .wpc-filter-chips-list li.wpc-filter-chip a {
		border-radius: 0 !important;
    padding: 2px 10px 2px;
}
.wpc-filter-layout-submit-button {
	display: flex;
	gap: 10px;
}
.wpc-filters-main-wrap a.wpc-filters-submit-button,
.wpc-filters-main-wrap a.wpc-filters-reset-button {
	padding: 11px 28px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: .06em;
    font-family: "Open Sans", sans-serif;
    color: #090909 !important;
		border-radius: 0 !important;
		background-color: transparent !important;
    border: 1px solid #090909 !important;
}
.wpc-filters-main-wrap a.wpc-filters-submit-button,
.wpc-filters-main-wrap a.wpc-filters-reset-button:hover{
	color: #fff !important;
	background-color: #000000 !important;
	border-color: #000000 !important;
}

@media (max-width: 1024px){
	.page-id-18341 .eltdf-container-inner .eltdf-grid-row {
			display: flex;
			flex-direction: column-reverse;
		}
}

@media screen and (max-width: 768px) {
    .wpc_show_bottom_widget .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list, .wpc_show_open_close_button .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list {
        flex-direction: row;
        flex-wrap: wrap;
    }
}


/* ============================ НОВЫЙ БЛОК ============================ */
body.page-id-18341 .eltdf-blog-pagination {
	margin: 0 0 60px;
}

.custom-products-grid {
	display: grid;
	column-gap: 20px;
	row-gap: 30px;
	margin-bottom: 70px;
}

.product-taxonomy {
	font-size: 15px;
    letter-spacing: .1em;
    font-weight: 300;
    margin: 20px 0 0;
    margin-top: 2px;
    color: #090909;
    font-family: "Open Sans", sans-serif;
}

.product-card-title {
	font-size: 16px;
    letter-spacing: .1em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 12px 0 0;
    color: #090909;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px){
	.grid-cols-3 {
			grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px){
	.grid-cols-3 {
			grid-template-columns: repeat(1, 1fr);
	}
}

.product-card {
    text-align: center;
}

.product-card-image {
	display: flex;
	position: relative;
}

.product-card .product-card-image:after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	background-color: rgba(9, 9, 9, .2);
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 1;
}

.product-card:hover .product-card-image:after {
    opacity: 1;
}

.product-card img {
    max-width: 100%;
    height: auto;
}

.product-card h3 {
    font-size: 18px;
    margin: 10px 0;
}

.product-card a {
    display: inline-block;
    text-decoration: none;
}

.catalog__banner-item {
	margin-bottom: 30px;
}


/* ============================ STYLE ============================ */
p a{
	border-bottom: 1px solid rgba(0,0,0,0);
}
p a:hover{
	transition: all 0.5s linear;
	border-bottom: 1px solid rgba(0,0,0,1);
}
ul li {
	line-height:22px;
}
.eltdf-iwt .eltdf-iwt-title a {
	border-bottom: 1px solid rgba(0,0,0,0);
}
.eltdf-iwt .eltdf-iwt-title a:hover {
	transition: all 0.5s linear;
	border-bottom: 1px solid rgba(0,0,0,1);
}
footer a, footer p a {
	border-bottom: 1px solid rgba(255,255,255,0);
}
footer a:hover, footer p a:hover{
	transition: all 0.5s linear;
	border-bottom: 1px solid rgba(255,255,255,1);
}
.general-info-product-row {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
	line-height: 23px;
}

.general-info-product-row .general-info-product-item:first-child{
	font-weight: bold;
	margin-right: 10px;
	
}
.general-info-product-row .general-info-product-item:last-child{
	text-align:right;
}

.height-img .eltdf-single-image-holder {
	min-height: 120px;
}

.my-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_active > a{
	background-color: #000 !important;
    color: #fff !important;
}
.text-align-right {
	text-align:right;
}

.stat-dilerom {
	display:block;
	padding: 15px 20px;
    font-size: 1em;
    border: none;
    background: rgba(237, 29, 36, 0.6);
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
	transition: all 0.7s ease;
}

.stat-dilerom:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 0px;
    height: 1px;
    background: rgba(237, 29, 36, 0.6);
    transition: all 0.4s ease;
}
.stat-dilerom:after{
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 1px;
    background: rgba(237, 29, 36, 0.6);
    transition: all 0.4s ease;
	
}
.block-stat-dilerom {
	position: relative;
}
.stat-dilerom:hover{
	background: transparent;
	color:rgba(237, 29, 36, 0.6);
}
.stat-dilerom:hover:before, .stat-dilerom:hover:after{
	width: 100%;
}

.stat-dilerom-black{
	display:block;
	position: relative;
	padding: 15px 20px;
    background: #663300;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    letter-spacing: 2px;
	transition: background-stat-dilerom 0.15s ease-in-out;
	margin-right: 15px;
}
.stat-dilerom-black:hover{
	background: #452302;
	transition: all 0.4s ease;
	color:#fff;
}

.stat-dilerom-black i{
	position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
	width: 15%;
    height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.button-diler {
    display:inline-block;
    position: relative;
    font-family: arial;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
	margin-right: 15px;
}

.button-diler.v13:hover .icon{
	transform: scale(0.9) skew(0deg, 0deg);
}
.button-diler.v13:hover .icon:before, .button-diler.v13:hover .icon:after{
	width: 60px;
}
.button-diler.v13:hover .icon:before{
	left: calc(50% - 30px);
}
.button-diler.v13:hover .icon:after{
	right: calc(50% - 30px);
}

.button-diler.v13:hover .icon span:before, .button-diler.v13:hover .icon span:after{
	    height: 0;
}

.button-diler.v13 span:before, .button-diler.v13 span:after {
	height: 0;
}
.button-diler.v13 .label{
	padding: 10px 22px;
	display: inline-block;
}
.button-diler.v13 .icon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: skew(-40deg, 0deg);
	transition: all 0.2s;
}
.button-diler.v13 .icon:before, .button-diler.v13 .icon:after{
	content: '';
	height: 1.5px;
	width: 30px;
	position: absolute;
	display: block;
	background: #f0202f;
	transition: all 0.2s;
	transition-delay: 0.4s;
}
.button-diler.v13 .icon:before {
	left: 0;
	top: 0;
}
.button-diler.v13 .icon:after {
	right: 0;
	bottom: 0;
	    height: 2px;
}
.button-diler.v13 .icon span:before, .button-diler.v13 .icon span:after{
	content: '';
	background: #f0202f;
	position: absolute;
	display: block;
	width: 2px;
	height: 30px;
	transition: all 0.2s;
	transition-delay: 0.2s;
}
.button-diler.v13 .icon span:before{
	left: 0;
	top: 0;
}
.button-diler.v13 .icon span:after{
	right: 0;
	bottom: 0;
}
@keyframes move {
	0%  { left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.2}
	80% {opacity: 0.0}
	100% { left: 82%}
}

.eltdf-mobile-header .eltdf-mobile-menu-opener {
	float: right !important;
}
.eltdf-vertical-align-containers .eltdf-position-center {
	text-align: left !important;
}
.eltdf-drop-down .narrow .second .inner ul li {
	width:270px!important;
}
#mobile-menu-item-5110 a {
	 color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.wpb_widgetised_column .widget.widget_nav_menu ul .sub-menu li a{
	font-size: 12px;
/*     padding-left: 15px; */
    display: inline-block;
}

.z-index-100 {
	z-index:100;
}

.ur_lico_local span{
	margin-bottom: 0 !important;
}

.custome-info-box .eltdf-info-box .eltdf-info-box-item-holder-inner{
	    padding: 60px 30px;
}
.custom-banner.eltdf-banner-holder.eltdf-banner-layout-square-info .eltdf-banner-text-outer{
	border:none;
}

.table-for-product-news tr td{
	text-align:left;
}
.table-for-product-news tr td:first-child{
	background:#f3f3f3;
}
.wpcf7-not-valid-tip {
	line-height: normal !important;
    margin-bottom: 15px;
}
.custom-form .wpcf7-form label {
	margin-bottom: 14px;
}
.custom-form .wpcf7-not-valid-tip{
	margin-bottom: 20px;
}

.img-100-home-page.eltdf-banner-holder .eltdf-banner-image img{
	width:100%
}

.foto-norm.eltdf-image-gallery .eltdf-ig-image a{
	width: 1000px;
    height: auto;
}
.icon-rutube {
	display:inline-block;
	margin-right: 6px;
}
.icon-rutube img {
	width: 20px;
}
.icon-viber {
	display:inline-block;
	vertical-align: middle;
}
.icon-viber img {
	width: 20px;
	
}
.custom-contacts-block.eltdf-iwt .eltdf-iwt-text {
	margin-top: 0px;
	font-weight: 300;
}

.custom-contacts-block.eltdf-iwt.eltdf-iwt-icon-left .eltdf-iwt-content{
	vertical-align: middle;
}
.rutube-icon-contacts {
	margin-right: 5px;
    vertical-align: middle;
}
.viber-icon-contacts{
	vertical-align: middle;
}
.viber-icon-contacts img{
	width: 25px;
}
.constr_table tr th{
	background: #f3f3f3;
	font-weight: normal;
    text-transform: uppercase;
	font-size:13px;
}
.constr_table tr th:nth-child(3){
	min-width: 80px;
}
.constr_table tr td {
	text-align:center;
	border-right: 1px solid #e1e1e1;
	line-height: 22px;
}
.constr_table tr:nth-child(2n+1){
	background: #fafafa;
}
.constr_table tr td:first-child, .constr_table tr td:nth-child(3n), {
	text-align:center;
}
.knopkadownload{
	border: 1px #000 solid;
    padding: 5px 10px;
    display: inline-block;
    margin: 10px 0 !important;
	text-transform: lowercase;
}
.knopkadownload:hover{
	    background: #000;
    color: #fff;
    transition: all 0.4s;
}
.min-height-142 .wpb_text_column{
	min-height: 126px;
}
.min-height-223 .wpb_text_column{
	min-height: 192px;
}

input::placeholder, textarea::placeholder {
	opacity: 0.5;
}
.widget.widget_nav_menu ul li{
	position:relative;
	padding-bottom:0px !important;
	    padding-top: 0px !important;
}

.widget.widget_nav_menu ul li a{
	padding-bottom:12px !important;
	display: inline-block !important;
}
.widget.widget_nav_menu ul li:last-child{
	padding-bottom:10px;
}
.widget.widget_nav_menu ul li > a:after {
	content:"";
	display:block;
	width:28px;
	height:1px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	left:0;
	right:0;
	bottom:-20px;
	background: #000;
	opacity:0;
	transition: all 0.2s linear;
}
.widget.widget_nav_menu ul .current-menu-item > a{
	overflow: visible !important;
}
.widget.widget_nav_menu ul .current-menu-item > a:after,
.widget.widget_nav_menu ul .current-post-ancestor > a:after,
.widget.widget_nav_menu ul .current_page_item > a:after {
	opacity:1;
	bottom:8px;
}
.widget.widget_nav_menu ul li > a:hover:after{
	opacity:1;
	bottom:8px;
}
.widget.widget_nav_menu ul .sub-menu {
	display:none;
	margin-left: 20px;
	margin-top:0px !important;
	padding-top: 15px;
	padding-bottom: 15px;
}
.widget.widget_nav_menu ul li.current-menu-item .sub-menu, 
.widget.widget_nav_menu ul li.current-menu-ancestor .sub-menu, 
.widget.widget_nav_menu ul .current-category-ancestor.menu-item-has-children .sub-menu,
.widget.widget_nav_menu ul .current-post-ancestor.menu-item-has-children .sub-menu{
	display: block;
}
.sitemap ul > li ul.children li{
	padding-left: 20px;
    font-size: 12px;
}
.sitemap .widget.widget_pages ul li,
.sitemap .widget.widget_categories ul li {
	padding-bottom: 0;
	padding-top: 0;
}
.sitemap .widget.widget_pages ul li a,
.sitemap .widget.widget_categories ul li a{
	display: inline-block;
	position:relative;
	padding-bottom:10px;
}
.sitemap .widget.widget_pages ul li > a:after,
.sitemap .widget.widget_categories ul li > a:after{
	content:"";
	display:block;
	width:28px;
	height:1px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	left:0;
	right:0;
	bottom:-2px;
	background: #000;
	opacity:0;
	transition: all 0.2s linear;
}
.sitemap .widget.widget_pages ul li > a:hover:after,
.sitemap .widget.widget_categories ul li > a:hover:after{
	opacity:1;
	bottom:7px;
}
.sitemap .widget.widget_pages ul .children,
.sitemap .widget.widget_categories ul .children{
	margin-top: 0px;
	padding-top:20px;
}
#block-31, .form-for-expert {
	display:none;
}
p.zagolovok-vopros{
	font-size:16px;
	text-transform: uppercase;
	margin-bottom: 10px;
    display: inline-block;
}
.block-zadatj-vopros{
	display:flex;
	    justify-content: space-evenly;
}
.block-zadatj-vopros .block-expert{
	padding: 5px 10px;
}
.block-zadatj-vopros .block-expert img{
	width: 110px;
}
.block-zadatj-vopros .block-expert .name-expert{
	text-align: center;
}
.category-192 #block-31, 
.category-192 .form-for-expert,
.category-193 #block-31, 
.category-193 .form-for-expert,
.category-195 #block-31, 
.category-195 .form-for-expert,
.category-196 #block-31, 
.category-196 .form-for-expert,
.category-197 #block-31, 
.category-197 .form-for-expert{
	display:block;
	margin-bottom:10px;
}

footer .widget ul li {
	padding: 10px 0 0 !important;
}

.statj-dilerom-adv .eltdf-info-box .eltdf-info-box-item-holder-inner {
	    padding: 70px 50px;
}
.statj-dilerom-adv .eltdf-info-box.eltdf-four-columns .eltdf-info-box-item-holder:last-child .eltdf-iwt-content{
	padding-bottom: 22px;
}

.center-img .eltdf-si-inner img{
	margin-left: auto;
    margin-right: auto;
    width: 100px;
}
.eltdf-btn.eltdf-btn-medium.same-button {
	min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-img .eltdf-si-inner{
	overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 6px 0px rgba(0,0,0,0.4);
}

.wrapper-animation {
	width:100%;
	overflow:hidden;
}
.animation {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
	width: 4680px;
}
.animation.items-11{
	width: 3510px;
}
.toLeft{
	transform: translate(0px);
	animation:toLeft 60s linear infinite;
}
.toLeft.items-11{
	animation:toLeft11 60s linear infinite;
}
.toLeft.items-9{
	animation:toLeft9 60s linear infinite;
}
.toLeft.items-10{
	animation:toLeft10 60s linear infinite;
}
.toRight{
	transform: translate(-2200px);
	animation:toRight 60s linear infinite;
}
.toRight.items-12{
	transform: translate(-2340px);
	animation:toRight12 60s linear infinite;
}
.toRight.items-6{
	transform: translate(-1170px);
	animation:toRight6 60s linear infinite;
}
.toLeft.items-7{
	animation:toLeft7 60s linear infinite;
}
.toLeft.items-7-custom{
	animation:toLeft7-custom 60s linear infinite;
}
.toLeft.toLeft-parketri-belenaya {
	animation:toLeft-parketri-belenaya 60s linear infinite;
}

.toRight-modul-seraya {
	transform: translate(-1755px);
    animation: toRight-modul-seraya 60s linear infinite;
}
.toLeft-modul-belenaya {
	transform: translate(0px);
    animation: toLeft-modul-belenaya 40s linear infinite;
}

.toRight-modul-american {
	transform: translate(-975px);
    animation: toRight-modul-american 40s linear infinite;
}
.wrapper-animation .animation .item {
	width: 155px;
    padding: 10px 20px;
}
.wrapper-animation .animation .item .item-img {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
    border-radius: 50%;
	box-shadow: 0 0 6px 0px rgba(0,0,0,0.4);
}
.wrapper-animation .animation .item .item-img img{
	vertical-align: middle;
}
.wrapper-animation .animation .item .item-name {
	text-transform: uppercase;
    text-align: center;
	font-size:14px;
}
.eltdf-elements-holder.modul-block.eltdf-five-columns{
	margin-left:-10px;
	margin-right:-10px;
}
@keyframes toLeft {
	0%  { 
		transform: translate(0px)
	}
	100% {
		transform: translate(-2145px)
	}
}
@keyframes toLeft11 {
	0%  { 
		transform: translate(0px)
	}
	100% {
		transform: translate(-2145px)
	}
}
@keyframes toLeft9 {
	0%  { 
		transform: translate(0px)
	}
	100% {
		transform: translate(-1560px)
	}
}
@keyframes toLeft10 {
	0%  { 
		transform: translate(0px)
	}
	100% {
		transform: translate(-1755px);
	}
}
@keyframes toRight {
	0%  { 
		transform: translate(-2340px)
	}
	100% {
		transform: translate(0px)
	}
}
@keyframes toRight12 {
	0%  { 
		transform: translate(-2340px)
	}
	100% {
		transform: translate(0px)
	}
}
@keyframes toRight6 {
	0%  { 
		transform: translate(-1170px)
	}
	100% {
		transform: translate(0px)
	}
}

@keyframes toLeft7 {
	0%  { 
		transform: translate(0px)
	}
	100% {
		transform: translate(-2335px)
	}
}
@keyframes toLeft7-custom {
	0%  { 
		transform: translate(0px)
	}
	100% {
		transform: translate(-2340px)
	}
}
@keyframes toLeft-parketri-belenaya {
	0%  { 
		transform: translate(0px)
	}
	100% {
		transform: translate(-1950px)
	}
}

@keyframes toRight-modul-seraya {
	0%  { 
		transform: translate(-1755px);
	}
	100% {
		transform: translate(0px)
	}
}
@keyframes toLeft-modul-belenaya {
	0%  { 
		transform: translate(0px)
	}
	100% {
		transform: translate(-1170px);
	}
}
@keyframes toRight-modul-american {
	0%  { 
		transform: translate(-975px);
	}
	100% {
		transform: translate(0px)
	}
}

.icon-70 img {
	height: 70px;
}
.icon-45 img {
	height: 45px;
}
.icon-100 img {
	height:100px;
}
.same-height.eltdf-iwt.eltdf-iwt-icon-top .eltdf-iwt-content {
	padding-top: 0px;
}
.icon-custom-main img{
	width: 70px;
    margin-bottom: 8px;
}
.custome-hover-box .vc-hoverbox-inner{
	    min-height: 150px !important;
}
.custome-hover-box .vc-hoverbox-block{
	background-size: contain;
    background-repeat: no-repeat;
}
.custome-hover-box .vc-hoverbox-block-inner{
	padding: 20px 15px;
}
.custome-hover-box .vc-hoverbox-block-inner h2{
	font-size: 18px;
	margin: 5px 0;
}
.custome-hover-box .vc-hoverbox-block-inner .general-info-product-row{
	font-size: 12px;
}
.custome-hover-box .vc-hoverbox-block-inner .general-info-product-row .general-info-product-item:first-child{
	margin-right: 5px;
}

.category-items{
	display: flex;
    flex-wrap: wrap;
}
.category-items .text{
	width: 50%;
    text-align: left;
    line-height: 22px;
    margin-top: 10px;
	padding: 0 20px 80px 0;
    box-sizing: border-box;
}

.wpcf7-form .form-p p{
	line-height: normal;
    margin-bottom: 10px;
}

.wpcf7 input[type="file"] {
	margin-bottom: 15px;
}
.gallery-1000-450 .eltdf-owl-slider .owl-item{
	width: 1000px !important;
    height: 450px;
}
.row-flex .eltdf-eh-item-content{
	display:flex;
}
.row-flex .eltdf-single-image-holder {
	    width: auto;
	    margin-right: 40px;
}
.row-flex .eltdf-single-image-holder .eltdf-si-inner{
	width: 120px;
}
.row-flex-text {
	width: 100%;
}

.collection-main {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.collection-main-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
}

.collection-main-row.mosaic .collection-main-row-item {
	min-height: 550px;
	width: 25%;
}

.collection-main-row-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 700px;
}
.collection-main-row-item a{
    display: block;
    width:100%;
    height: 100%;
}
.w30 {
    width: 30%;
}

.w70 {
    width: 70%;
}

.collection-main-column {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 6px;
}

.collection-main-column-item {
    display: block;
    position: relative;
    height: 50%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.natural-touch {
    background-image: url(../webp/naturalnaya-2.webp);
}

.dark-wood {
    background-image: url(../webp/temnaya.webp);
}

.grey-shadow {
    background-image: url(../webp/seraya.webp);
}
.white-breath {
    background-image: url(../webp/belenaya.webp);
}

.designer-solution {
    background-image: url(../webp/dizajnerskaya.webp);
}

.american-walnut {
    background-image: url(../webp/amerikanski-oreh.webp);
}

.herringbone {
    background-image: url(../webp/herringbone-pic.webp);
}

.chevron {
    background-image: url(../webp/chevron-pic.webp);
}

.modyl {
    background-image: url(../webp/modyl.webp);
}
.parquetry {
    background-image: url(../webp/parquetry-pic.webp);
}

.text-eng {
    font-size: 55px;
    text-transform: uppercase;
    position: absolute;
    left:50px;
    bottom: 125px;
    color:#fff;
}

.text-eng-name {
    line-height: 25px;
    font-style: italic;
    margin-bottom: 15px;
}

.text-eng-name>span {
    display: block;
    font-style: normal;
}
.text-eng-collection{
    font-size: 26px;
    letter-spacing: 5px;
    /* color:#6d6e71; */
}
.text-ru{
    position: absolute;
    left:50px;
    bottom: 40px;
    color:#fff;
    text-transform: uppercase;
}
.big-text .text-eng{
    font-size: 90px;
    left: 70px;
    bottom: 200px;
}
.big-text .text-eng-name{
    line-height: 45px;
    margin-bottom: 30px;
}
.big-text .text-ru{
    left: 70px;
    bottom: 90px;
}
.zona-prof-col {
	border-right: 2px solid #ebebeb;
}
.eltdf-elements-holder .zona-prof-col:last-child{
	border-right: none;
}
.eltdf-portfolio-single-holder .eltdf-ps-image-holder.eltdf-ps-masonry-images .eltdf-ps-image img {
		height:auto !important;
	}
.wpcf7-list-item{
	margin-left:0px;
}
.wpcf7-list-item-label {
	    text-transform: none;
    font-family: 'Open Sans';
}
.link-tds {
	display: block;
    line-height: 13px;
    border: 1px solid #7d7d7d;
    text-align: center;
    padding: 4px 4px;
    font-size: 12px;
	color:#585858;
}
.block-tds {
	display: flex;
    gap: 5px;
    align-items: center;
}
.none-margin-bottom {
	margin-bottom:-20px;
}
.eltdf-pl-gallery .eltdf-pl-inner {
	height:auto !important;
	display: flex;
    flex-wrap: wrap;
}
.eltdf-pl-gallery .eltdf-pl-inner article{
	position:static !important;
	margin-bottom: 20px !important;
}
.eltdf-pl-filter-holder ul li{
	border: 1px solid #000;
    padding: 12px 46px 13px !important;
	transition:all 0.3s linear;
}
.eltdf-pl-filter-holder ul li:hover, .eltdf-pl-filter-holder ul li.eltdf-pl-current{
	background:#000;
}
.eltdf-pl-filter-holder ul li.eltdf-pl-current span, .eltdf-pl-filter-holder ul li:hover span{
	color:#fff !important;
}

@media (max-width:1440px){
	.text-eng-name.text-mosaic{
		font-size:40px;
	}
}
@media (min-width:1400px){
	.h1-tovar h1 {
		font-size:58px;
	}
}
@media (max-width:1400px){
	.same-height {
		min-height:236px;
	}
	.statj-dilerom-adv .eltdf-info-box .eltdf-info-box-item-holder-inner{
		padding: 50px 24px;
	}
}
@media (max-width:1238px){
	.eltdf-main-menu>ul>li>a {
		padding: 0 10px !important;
	}
	.statj-dilerom-adv .eltdf-info-box .eltdf-info-box-item-holder-inner{
		padding: 40px 60px;
	}
	.statj-dilerom-adv .eltdf-info-box.eltdf-four-columns .eltdf-info-box-item-holder {
		width: 50%;
	}
	.modul-block.eltdf-elements-holder.eltdf-five-columns .eltdf-eh-item {
		width: 25% ;
	}
}

@media (max-width:1068px) {
	.stat-dilerom-black {
		padding: 15px 14px;
		font-size: 12px;
		margin-right:0px;
	}
	.button-diler {
		margin-right: 5px;
	}
	.button-diler.v13 .label {
		    padding: 10px 18px;
	}
	.foto-norm.eltdf-image-gallery .eltdf-ig-image a{
		width: 700px;
		height: auto;
	}
	.adaptiv-team-custom.reverse.vc_row.vc_row-flex {
		flex-direction: column-reverse;
	}
	.adaptiv-team-custom.vc_row.vc_row-flex .vc_col-sm-6{
		width: 100%;
	}
	.statj-dilerom-adv .eltdf-info-box.eltdf-four-columns .eltdf-info-box-item-holder {
		width: 100%;
	}
	.statj-dilerom-adv .eltdf-info-box .eltdf-info-box-item-holder-inner{
		padding: 20px;
	}
	.w30 {
        width: 40%;
    }
    .w70 {
        width: 60%;
    }
    .collection-main-row-item {
        min-height: 580px;
    }
	
	.collection-main-row.mosaic {
		flex-wrap: wrap;
	}

	.collection-main-row.mosaic .collection-main-row-item {
		min-height: 350px;
		width: calc(50% - 6px);
	}
}

@media (max-width:1024px){
	.same-height {
		min-height:auto;
	}
	.modul-block.eltdf-elements-holder.eltdf-five-columns .eltdf-eh-item {
		width: 33.33%;
	}
}

@media (max-width:768px) {
	.mobil-reverse.eltdf-elements-holder{
	    display: flex;
		flex-direction: column-reverse;
	}
	.foto-norm.eltdf-image-gallery .eltdf-ig-image a{
		width: 100%;
		height: auto;
	}
	.table-adaptiv {
		overflow: scroll;
	}
	.min-height-142 .wpb_text_column, .min-height-223 .wpb_text_column{
		min-height: auto;
	}
	
	.icon-70 img {
		height: 50px;
	}
	.text-eng{
        left: 20px;
        bottom: 75px;
        font-size: 34px;
    }
    .text-eng-collection {
        font-size: 18px;
    }
    .text-ru{
        font-size: 14px;
        left: 20px;
        bottom: 20px;
		line-height: 18px;
    }
    .text-eng-name {
        line-height: 18px;
        margin-bottom: 8px;
    }

    .big-text .text-eng{
        font-size: 55px;
        left: 40px;
        bottom: 90px;
    }
    .big-text .text-eng-name{
        line-height: 27px;
        margin-bottom: 14px;
    }
    .big-text .text-ru{
        left: 40px;
        bottom: 20px;
    }
	
	.zona-prof-col {
		border-right: none;
		border-bottom: 2px solid #ebebeb;
	}
	.eltdf-elements-holder .zona-prof-col:last-child{
		border-bottom: 2px solid #ebebeb;
	}
	.collection-main-row.mosaic .collection-main-row-item {
		min-height: 220px;
		width: 100%;
	}
}

@media (max-width:680px){
	.modul-block.eltdf-elements-holder.eltdf-five-columns .eltdf-eh-item {
		width: 50%;
	}
}

@media (max-width:550px) {
    .collection-main-row{
        flex-direction: column;
    }
    .collection-main-column-item {
        height: 200px;
    }
    .collection-main-row-item {
        min-height: 200px;
    }
    .w30 {
        width: 100%;
    }
    .w70 {
        width: 100%;
    }
    .big-text .text-eng{
        font-size: 34px;
        left: 20px;
        bottom: 75px;
    }
    .big-text .text-eng-name{
        line-height: 18px;
        margin-bottom: 8px;
    }
    .big-text .text-ru{
        font-size: 14px;
        left: 20px;
        bottom: 20px;
    }
	.collection-main-row.mosaic .collection-main-row-item {
		min-height: 200px;
	}
}
@media (max-width:330px){
	.modul-block.eltdf-elements-holder.eltdf-five-columns .eltdf-eh-item {
		width: 100%;
	}
}