.smt-btn:hover {color:#fff;}
.smt-btn:active {color:#fff;}
.smt-btn:focus {color:#fff;}
.smt-btn:active:hover {color:#fff;}
.smt-btn-border_white:hover {color:#fff;}
.smt-list_menu a:hover {color:#fff;}
.smt-image-box-inline-label {color:#fff;}
.owl-theme_smt .owl-nav [class*='owl-'] {    background: #a3a3a3;}
.owl-theme_smt .owl-nav [class*=owl-]:hover {color:#fff;}
.smt-call-action__content .smt-btn-border {color:#fff;border-color:#fff;}
.smt-call-action__content .smt-btn-border:hover {border-color:#000;}
.smt-call-action__content .smt-btn-border:active {color:#fff;}
.smt-menu-left a.current {color:#fff;}

.smt-logo a{
	display: inline-block !important;
}
.smt-toggle {
	margin-top: 18px !important;
}

.smt-widget-content > .row {
	width: 100%;
	margin: 0 auto;
}

/*Стили для видео в фоне*/
.video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    /*background: url(bg/daisy-stock-poster.jpg) no-repeat #94a233;*/
    background-size: cover;
}

.video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto; 
}

 @supports (object-fit: cover) {
     .video-bg > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
 }

.smt-top-bar {
	display: none;
}

.smt-navbar.smt-navbar_fixed.affix-top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.smt-navbar__content .container {
	width: 98%;
}

ul.smt-menu-main > li > a {
	font-weight: bold;
	color: #000 !important;
}

.smt-menu-main a:hover, .smt-menu-main a:focus, .smt-menu-main a:active {
	color:#000;
}

ul.smt-menu-main > li:hover > a {color: #fff;}

.smt-navbar_fixed.affix ul.smt-menu-main > li > a {
	font-weight: bold;
	color: #000 !important;
}

.smt-logo {
	width: 100%;
	position: relative;
	z-index: 3;
	display: block;
    text-align: center;
}

.smt-logo img {
	max-width: 200px;
	height: auto;
	/*float: left;*/
	margin-right: 10px;
	/*margin-top: 5px;*/
}

.activity {
	line-height: 18px;
	padding-top: 7px;
	font-weight: bold;
}

.smt-navbar__content {
	padding: 7px 0;
	background: rgba(255,255,255, .7);
	/*background: #fbfb00;*/
	position: relative;
	z-index: 34;
}



.smt-widget.smt-widget_border.smt-widget-benefit {
	/*display: none;*/
}

.smt-widget.smt-widget_padding.smt-widget_background.smt-widget-project-list .smt-pagination{
	display: none;
}

.smt-widget.smt-widget_padding.smt-widget_background.smt-widget-project-list .smt-project-list .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
	padding:1px;
/*
	border-left: 2px solid #f5f5f5;
	border-top: 2px solid #f5f5f5;
*/
}

/*
.smt-widget.smt-widget_padding.smt-widget_background.smt-widget-project-list .smt-project-list .col-xs-12.col-sm-6.col-md-3.col-lg-3:first-child {border-left:0;border-top:0;}
.smt-widget.smt-widget_padding.smt-widget_background.smt-widget-project-list .smt-project-list .col-xs-12.col-sm-6.col-md-3.col-lg-3:nth-child(2) {border-top:0;}
.smt-widget.smt-widget_padding.smt-widget_background.smt-widget-project-list .smt-project-list .col-xs-12.col-sm-6.col-md-3.col-lg-3:nth-child(3) {border-top:0;}
.smt-widget.smt-widget_padding.smt-widget_background.smt-widget-project-list .smt-project-list .col-xs-12.col-sm-6.col-md-3.col-lg-3:nth-child(4) {border-top:0;}
.smt-widget.smt-widget_padding.smt-widget_background.smt-widget-project-list .smt-project-list .col-xs-12.col-sm-6.col-md-3.col-lg-3:nth-child(5) {border-left:0;}
*/

.smt-widget.smt-widget_padding.smt-widget_background.smt-widget-project-list .smt-project-list .smt-project-item {
	margin-bottom: 0;
}

.smt-widget.smt-widget_padding.smt-widget_background.smt-widget-project-list .smt-image-box-inline__over {
	background: none;
}

.smt-image-box-inline__over_1 {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.smt-widget.smt-widget_padding.smt-widget_background.smt-widget-project-list .smt-image-box-inline:hover .smt-image-box-inline__over_1 {
	opacity: 1;
}

.smt-widget.smt-widget_padding.smt-widget_background.smt-widget-project-list {
	background: #f5f5f5;
}

.smt-widget.smt-widget_padding.smt-widget_background.smt-widget-project-list  .smt-project-item__container {
	background: #fff;
}

.smt-widget.smt-widget_padding.smt-widget_background.smt-widget-project-list .smt-project-list .smt-project-item {
	border-color:#f5f5f5;
	min-height: 5px !important;
	height: max-content !important;
}

.smt-widget.smt-widget_padding.smt-widget_background.smt-widget-project-list  .smt-project-item__content {
	border-color:#f5f5f5;
}

.sm-cont-m .smt-banner {padding:0;}
.sm-cont-m .smt-banner__content{border:0;}

.sm-cont-m .smt-owl-carousel-js {height:425px;}

.sm-cont-m .owl-theme_smt, .sm-cont-m .owl-carousel .owl-stage-outer, .sm-cont-m .owl-carousel .owl-stage, .sm-cont-m .owl-carousel .owl-item, .sm-cont-m .smt-banner, .sm-cont-m .smt-banner__content {height:100%;}

.sm-cont-m .smt-image-inline-block {height:100%;}
.sm-cont-m .smt-image-inline-block img {height:100%;width:100%;}
.sm-cont-m .smt-gallery-list .smt-gallery-item {height:100%;}
.smt-call-action.smt-call-action_fixed {height:300px;background-attachment: fixed;position:relative;}
.smt-call-action.smt-call-action_fixed .smt-call-action__overlay {background:rgba(0,0,0,.2);position:absolute;left:0;top:0;right:0;bottom:0;}

.smt-call-action.smt-call-action_fixed .smt-call-action__content {
	display: inline-block;
    vertical-align: middle;
}

.smt-call-action.smt-call-action_fixed .smt-call-action__overlay::after {
	content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.hd-title {display:none;}

.smt-widget-gallery-list .sm-cont-m .smt-owl-carousel-js {
	height:auto;
    overflow: hidden;
}

.smt-widget-gallery-list .smt-gallery-list .smt-gallery-item {margin-bottom:0;}

.smt-widget.smt-widget_padding.smt-widget_border.smt-widget-gallery-list {padding-bottom:0px;border:0;padding-top:20px;}

.smt-widget.smt-widget_padding.smt-widget-about {padding-bottom:0px;}

/*.smt-widget.smt-widget_padding.smt-widget-about {padding-top:20px;}*/

.pod {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fff;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
	margin-top:20px;
}

.pod:hover {color:#000;text-decoration:none;background:#fff;}

.pod_ac_title {margin-bottom:10px;}

.projects_container_cc {width:100%;padding:0;overflow: hidden;}

.smt-image.smt-image-inline-block.smt-image_hover.smt-gallery-image {
    display: block;
    overflow: hidden;
}

.smt-widget.smt-widget_padding.smt-widget_border.smt-widget-gallery-list img {
	width:auto;
	height:auto;
	max-width:100%;
}

.smt-widget.smt-widget_padding.smt-widget_border.smt-widget-gallery-list {padding-bottom:1px;}

.smt-slide__content {
	background-color: rgba(0,0,0,.4);
}

.smt-widget-content.main-page {padding:0;margin:0 0 -1px 0;}

.smt-footer {display:none;}

.smt-footer-wrapper {background-color: #1b1b22;}

.smt-footer-wrapper .container {width:98%;}
.smt-copyright {text-align:left;font-size:16px;padding-left: 20px}
.phone-b {color:#fff;font-size:16px;padding:24px 0;}
.phone-b a {color:#fff;}
.list-inline.smt-social {
	padding-left: 0;
    list-style: none;
    margin-left: 0;
    text-align: right;
    padding-right: 80px;
    margin: 0;
    padding: 0;
}

.list-inline.smt-social li a {color:#fff;}
.social_b {max-width:250px;padding-left: 30px}

.footer-menu-m {padding: 24px 0;}
.footer-menu-m ul {list-style:none;padding:0;margin:0;text-align:right;font-size:0;}
.footer-menu-m ul li {display:inline-block;vertical-align:top;padding:0 5px;}
.footer-menu-m ul li a {font-size:16px;color:#fff;padding: 0 5px;}


.smt-widget.smt-widget_padding.smt-widget_border.smt-widget-gallery-list {overflow: hidden;padding:1px 0 0px 0;    background: #f5f5f5;}
.smt-widget.smt-widget_margin {overflow: hidden;}

.smt-image-border {border-width:0;}

.video-background {
position:relative;
height:700px;
width:100%;
overflow: hidden;
}

.video-foreground, .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.desc_video_wrapper {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0, .4);
	text-align:center;
}

.desc_video_wrapper::after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.desc_video_wrapper_text {
	display: inline-block;
    vertical-align: middle;
font-size: 0;
    color: #fff;
}

.desc_video_title {
	font-size: 54px;
	line-height:56px;
	display:block;
	margin-bottom:5px;
	font-weight:bold;
}

.desc_video_text {
	font-size: 24px;
	line-height:26px;
	display:block;
	font-weight: 100;
}

.main-page-mebel {padding:40px 0;background: #f5f5f5;}

.mebel-item {
	height:370px;
	position:relative;
    background: #fff;
    border-left: 1px solid #f5f5f5;
	margin-bottom:1px;
}

.mebel-item a {display:block;height:100%;}
.mebel-item a:hover {text-decoration:none;}

.state-img-block {position:absolute;left:0;top:0;right:0;bottom:0;}
.state-img-block img {width:100%;height:100%;transition: all 0.5s ease;opacity:1;transition: all 0.5s ease;}
.mebel-title {padding:15px 0 0 5px;position:relative;font-size: 14px;opacity:1;transition: all 0.5s ease;}
.mebel-price {padding:0 0 0 5px;position:relative;font-size: 14px;color:#9e9ea1;opacity:1;transition: all 0.5s ease;}

.mebel-block-title-main {
    margin-bottom: 0;
    position: relative;
    text-align: right;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
}

.mebel-block-title-main a {
	font-size:18px;
	line-height:20px;
	background:url(right-arrow-my.png) 100% 50% no-repeat;
	padding-right: 25px;
}

.mebel-options-bottom {
  	position: absolute;
    left: 20px;
    bottom: 15px;
	font-size:12px;
	color:#9e9ea1;
}

.mebel-hover-img {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	opacity:0;
	transition: all 0.5s ease;
}

.mebel-item:hover .mebel-hover-img {opacity:1;}
.mebel-item:hover .state-img-block {opacity:0;}
.mebel-item:hover .mebel-title {opacity:0;}
.mebel-item:hover .mebel-price{opacity:0;}

.phone-b a {
    display: inline-block;
    vertical-align: top;
}

.phone-b a.vbr-mob {display:none;}

.mess_icons {width:20px;height:22px;margin:0 2px;}
.wts {background:url(wts.png) 0 0 no-repeat;background-size: cover;}
.vbr {background:url(viber.png) 0 0 no-repeat;background-size: cover;}
.vbr-mob {background:url(viber.png) 0 0 no-repeat;background-size: cover;}
.telegram {background:url(telega.png) 0 0 no-repeat;background-size: cover;}


.smt-page-header__inner {padding: 10px;}

.my-list .row .col-xs-12.col-sm-6.col-md-4.col-lg-4 {
	padding:0 0;
	background: #f5f5f5;
	margin-bottom:0;
	border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.my-list .smt-project-item__content {border:0;}

.my-list .smt-project-item {margin-bottom:0;border:0;}

/*.my-list .smt-project-item__container {background:none;}*/

.my-list .price-absolute {
	position:absolute;
	left:15px;
	top:40px;
}

.my-list .list-unstyled {
	position:absolute;
	left:15px;
	bottom:8px;
	display:none;
}

.my-list .smt-project-item__content {padding:0;}

.my-list .smt-project-item__name {position:absolute;left:15px;top:18px;font-size:13px;}

/*.my-list.not-m .smt-project-item {min-height:500px !important;position:relative;}*/

.my-list .smt-project-item_3x4 .smt-image-box-inline {
padding-top:0;
left:0;
right:0;
top:0;
bottom:0;
position:absolute;
    background: #fdfdfd;
}

.my-list .row .col-xs-12.col-sm-6.col-md-4.col-lg-4:nth-child(3n+1){
	border-left:0;
}

.my-list .row .col-xs-12.col-sm-6.col-md-4.col-lg-4:nth-last-child(-n+3){
	border-bottom:0;
}

.my-list .smt-project-item__container {
	opacity:1;
	transition: all 0.5s ease;
}

.my-list .row .col-xs-12.col-sm-6.col-md-4.col-lg-4:hover .smt-project-item__container .smt-project-item__content{
	opacity:0;
}

.product-item-over {
	opacity:0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover !important;
	transition: all 0.5s ease;
}

.my-list .row .col-xs-12.col-sm-6.col-md-4.col-lg-4:hover .product-item-over {
	opacity:1;
}

.my-list .row .col-xs-12.col-sm-6.col-md-4.col-lg-4 .smt-image-box-inline__container {
	left:0;
	right:0;
	top:0;
	bottom:0;
}

.my-list .row .col-xs-12.col-sm-6.col-md-4.col-lg-4 .smt-image-box-inline__inline {
	padding:10px;
}

.page-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.smt-wrapper {
 flex: 1 0 auto;
}

footer {
flex: 0 0 auto;
}

body, html {height:100%;}

.smt-project-list.my-list {margin-left:15px;margin-bottom:20px;}

.smt-gallery-image .smt-img-thumbnail {border:0;background:none;width:100%;padding:0;}
a.smt-gallery-image {width:100%;display:block;}

.smt-widget_section-list .col-xs-12.col-sm-6.col-md-4.col-lg-4{
	padding:0;
}

.smt-widget_section-list {
	padding:0 15px;
}

.type-g {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	text-align:center;
	background:rgba(0,0,0, .5);
}

.type-g::after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.type-g .type-g-g {
	display:inline-block;
	vertical-align:middle;
}

.type-g-g a {color:#fff;}

.type-g-g a::before {display:none;}

.smt-widget_section-list .smt-blog-item{
	margin-bottom:0;
	padding-bottom:0;
}

.type-g-g .smt-btn {
	background:none;
	border:1px solid #fff;
	transition: all 0.5s ease;
}

.type-g-g .smt-btn:hover {
	background:#fff;
	color:#000;
}

.row-flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

.smt-menu-left a {
	background:none;
	padding:5px 0;
	color: #9f9f9f
}

.smt-menu-left a:hover {background:none;color:#000;text-decoration:none;}
.smt-menu-left a.current {background:none;color:#000;text-decoration:none;}

.mobile_title-slide {
	display:none;
	position:absolute;
	left:0;
	top:0;
	right:0;
	background: rgba(0,0,0, .8);
    text-align: center;
	color:#fff;
    padding: 10px;
}

.smt-slide__content {background:none;}
.smt-slider__item {position:relative;}
.smt-slider__item::after {content:"";position:absolute;left:0;right:0;top:0;bottom:0;background: rgba(0,0,0, .4);}

.row-row {text-align:center;position:relative;z-index:1;}
.col-col {width:100%;}

.row-row .smt-slide__header .h2 {
	font-size: 54px;
    line-height: 56px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.row-row .smt-slide__text {
	font-size: 24px;
    line-height: 26px;
    display: block;
    font-weight: 100;
}

.row-ab {
display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

.owl-theme_slider .owl-nav [class*=owl-]:hover {color:#fff;}

.smt-image-border {margin-bottom:0;}


.smt-project-list.my-list.has-m .smt-image-box-inline__over_1 {
	display:none;
}


.smt-project-list.my-list.has-m  .row .col-xs-12.col-sm-6.col-md-3.col-lg-3:hover .product-item-over {
	opacity:1;
}



.smt-project-list.my-list.has-m .row .col-xs-12.col-sm-6.col-md-3.col-lg-3:hover .smt-project-item__container .smt-project-item__content{
	opacity:0;
}

.logo_b {
	text-align:center;
}

.logo_b img {max-width:100%;}

.smt-project-list.my-list.has-m .row .col-xs-12.col-sm-6.col-md-3.col-lg-3 .smt-image-box-inline__container {
	left:0;
	top:0;
	bottom:0;
	right:0;
}

.empty-height {height:20px;}

.bread-cl {position:relative;z-index:10;}

#bx-panel{}
.row-datail-page {}
.detail-page-right-col {
	max-width:50%;
	margin-left: 0!important;
/*
	right:0;
	top:0;
	left:auto !important;
	position:fixed !important;
	bottom:0;
*/
}


.detail-page-right-col-inner {
	width:100%;
	max-width:555px;
	padding-top:100px;
	/*
    max-height: calc(100vh - 384px);
    top: 45vh;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 150px;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
*/
}

.left-detail-block-image {margin:0 !important;}


.detail-page-right-col-inner {
	padding-left:20px;
}

.detail-page-right-col.not-fxx {
	position:relative;
}

.left-detail-block-image .owl-carousel .owl-item {
	float:none;
	margin-bottom:20px;
}

.left-detail-block-image .owl-carousel .owl-item  {}

.left-detail-block-image .owl-theme_smt .owl-item img {
	width:100%;
}

.left-detail-block-image .smt-image-inline-block {
	display:block;
}

.left-detail-block-image .owl-nav, .left-detail-block-image .owl-dots {
	display:none;
}

.go_to_options {
	margin: -10px 0 10px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid;
	vertical-align: top;
	cursor: pointer;
}


.projects_container_cc .smt-project-list  {
	margin-left:0;
}

.projects_container_cc .row{
	margin:0;
}


.smt-widget-gallery-list .owl-theme_smt .owl-nav [class*=owl-] {
	font-size: 28px;
    padding: 8px 20px;
}

#smt-tab-1 .detail_tab_block {display:none;}
#smt-tab-2 .preview_tab_block {display:none;}

.smt-image_hover .smt-image__over-text {
	opacity: 1 !important;
    visibility: visible !important;
}

.smt-image-text-over__name {
	opacity: 1 !important;
    visibility: visible !important;
}

.container.container-custom-1 {
	width:98%;
}

.smt-page-header__header {
	text-align:center;
	/*color: white;*/
}
.smt-page-header {
	background-color: white;
}

/*@yakov*/
/*.smt-breadcrumb > li a .fa, .smt-breadcrumb > li a:hover .fa {*/
/*	color: white;*/
/*}*/
/*.smt-breadcrumb > li a, .smt-breadcrumb > li a:hover {*/
/*	color: white;*/
/*}*/
/*.smt-breadcrumb > li::after {*/
/*	color: white;*/
/*}*/
/*.smt-header-underline-left::before {*/
/*	border-color: white;*/
/*}*/
.smt-page-header__header .smt-header-underline-center {
	display: inline-block;
    vertical-align: top;
}

.smt-page-header__header.projects {margin-left:-15px;}

.smt-page-header__header.contact {margin-left:-15px;}

.smt-gallery-list-custom .col-xs-12.col-sm-6.col-md-4.col-lg-4 {
	padding:1px;
	margin:0;
}

.smt-gallery-list-custom .smt-image.smt-image-inline-block.smt-image_hover.smt-gallery-image {
	position:relative;
}

.smt-gallery-list-custom .smt-gallery-item__content {
	margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
	bottom: 8px;
    padding: 12px 20px;
	background: rgba(0,0,0,.4);
	color:#fff;
}

.smt-gallery-list-custom .smt-gallery-item {margin:0;}
.smt-gallery-list-custom-inner .smt-gallery-item__link {
	color:#fff;
	padding-bottom:0;
	margin-bottom:0;
}

.smt-gallery-list-custom-inner .smt-gallery-item__link:before {border:0;}
.smt-blog-list-custom .smt-image-inline-block {
	display:block;
	margin:0;
	position:relative;
}

.smt-blog-list-custom .smt-img-thumbnail {padding:0;border:0;}

.smt-blog-list-custom .col-xs-12.col-sm-6.col-md-6.col-lg-6 {
	padding:1px;
}

.smt-blog-list-custom .row {
	padding:0 15px;
}

.smt-blog-list-custom .akscii_wrapper {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	text-align:center;
	font-size:0;
	background-color: rgba(0,0,0,.3)
}

.smt-blog-list-custom .akscii_wrapper::after {
	content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.smt-blog-list-custom .akscii_wrapper_inner {
	 display: inline-block;
    vertical-align: middle;
}

.smt-blog-list-custom .akscii_title {
	font-size: 24px;
	color:#fff;
}
.smt-blog-list-custom .smt-blog-item__link {
	display: inline-block;
    vertical-align: top;
    border: 1px solid #fff;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-weight:normal;
	margin:20px 0 0 0;
}

.smt-blog-list-custom .smt-blog-item__link:hover {color:#000;text-decoration:none;background:#fff;}

.smt-blog-list-custom .smt-blog-item__link:before {border:0;}

.sm-cont-m .smt-gallery-list-custom .smt-gallery-item__content {background:none !important;}

.social-site {
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}

.social-site img {
max-width: 25px;
border-radius:3px;
}

.promo-block {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.promo-block img {
	width: auto;
	max-width: 100%;
	height: auto;
	border: 3px solid #000000;
}
.promo-block .promo-mob {
	display: none;
}
.smt-page-header__overlay.padding-top {
	/*padding-top: 30px;*/
}
.smt-page-header__overlay.padding-top .promo-block {
	margin-top: 0px;
}

/*Booking*/
.booking-page {
	width: 100%;
	box-sizing: border-box;
	margin-left: 0;
}
.booking__text-body {
	width: 100%;
}
.booking__subtitle {
	color: #666;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.5px;
}
.booking__title {
	color: #222;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.2px;
}
.booking__text {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.5px;
}
.booking__text-body {
	width: 100%;
}
.booking__widgets {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.booking__slider {
	width: 100%;
}
.booking__slider.swiper {
	margin-left: 0;
	margin-right: 0;
}
.booking__slider.swiper img {
	width: 100%;
	height: auto;
}
.booking__slider.swiper .swiper-pagination-bullet {
	background: #fff;
}
.booking__slider.swiper .swiper-pagination-bullet-active {
	background: #fff;
}
.booking__video-wrapper {
	width: 100%;
	background: #EFEFEF;
	padding-bottom: 30px;
}
.booking__video-block {
	width: 100%;
	max-width: 1140px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
	margin-top: 60px;

}
.booking__video-title {
	color: #222;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.2px;
	align-self: flex-start;
	margin-bottom: 40px;
}
.booking__video-block iframe {
	width: 100%;
	max-width: 800px;
	height: 430px;
}
.booking__widgets .left {
	max-width: 300px;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
}


.smt-nav-tabs.vertical li {
	float: none;
	margin-bottom: 5px;
}

.customs-content {
	position: relative;
}

.customs-content .half-hidden-text {
    position: relative;
}
.customs-content.open .half-hidden-text {
	position: static;
}
.customs-content .half-hidden-text::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background: linear-gradient(transparent, #ffffff 75%, #ffffff 75%, #ffffff 100%);
}
.customs-content .half-hidden-text::after {
	content: 'Показать больше';
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	height: auto;
	cursor: pointer;
	/*background: url(/local/templates/simplestroysite/assets/img/arrow.png) no-repeat;*/
	background-size: 100% auto;
	background-position: center;
	border-bottom: 1px solid #000000;
}


.customs-content.open .half-hidden-text::before {
	display: none;
}
.all-text {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 500ms;
}
.all-text .all-text__content {
	overflow: hidden;
}
.customs-content.open .all-text {
	grid-template-rows: 1fr;
	margin-bottom: 40px;
}

.customs-content.open .half-hidden-text::after {
	content: 'скрыть';
	bottom: -30px;
}

/*Дисконт в правом нижнем углу*/

/* ------------------------------- DISCOUNT ------------------------------- */
#discount {
	display: flex;
	-webkit-mask-image: url(../img/discount/discount.png);
	mask-image: url(../img/discount/discount.png);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	width: 390px; height: 45px;
	position: fixed;
	background: 0 0/200% 200% linear-gradient(90deg, #001623 0%, #006299 45%, #006299 55%, #001623 100%); bottom: 0; right: 10%;
	padding: 0 60px;
	align-items: center;
	justify-content: center;
	user-select: none;
	cursor: pointer;
	z-index: 999;
	transform: translateY(48px);
	transition: all 0.5s ease-in-out;
}
#discount:hover {background-position: 100% 0;}
#discount.active {transform: translateY(0);}

#discount > div {display: flex; font-weight: 600; font-size: 16px; line-height: 130%; color: #FFFFFF;}
#discount > div > i {font-size: 14px; font-weight: 400; margin-right: 14px;}
.icon_discount:before {
	content: '\E848';
}

#discount .discount__image {
	width: 20px;
	height: auto;
	margin-right: 20px;
}

.box-modal.discount {
	border-radius: 20px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    background-color: #1b1b22;
	position: relative;
	width: 100%;
	max-width: 1200px;
}

.box-modal.discount .box-modal_close.arcticmodal-close {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #ffffff;
	font-size: 36px;
	font-weight: 100;
	transform: rotate(45deg);
	z-index: 2;
	cursor: pointer;
}

.modal_popup_banner {
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}

.modal_popup_banner-akciya {
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
}

.modal_popup_banner > div:nth-of-type(1) {
	width: 45%;
	padding: 25px 40px 25px 40px;
}

.modal_popup_banner_title {
	color: #fff;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.5px;
	position: relative;
	z-index: 1;
	text-align: right;
	padding-left: 20px;
}
.modal_popup_banner_title.mob {
	display: none;
}

.modal_popup_banner_title > span.price {
	white-space: nowrap;
}

.modal_popup_banner {
	display: flex;
	width: 100%;
	max-width: 1200px;
}

.modal_popup_form_inputs {
	max-width: 100%;
}
.modal_popup_form_inputs > div:nth-of-type(1) {
	/*margin-top: 32px;*/
}
.modal_popup_form_inputs > div:nth-of-type(2) {
	margin-top: 16px;
}
.modal_popup_form_inputs input {
	width: 100%;
	height: 50px;
	padding: 4px 16px;
	font-size: 16px;
	color: #092E44;
	background: #fff;
	border: 0;
	border-radius: 4px;
	transition: all 0.2s ease-out;
}
.modal_popup_btn {
	padding-top: 16px;
	max-width: 100%;
}
#modal_btn_send {
	width: 100%;
	display: inline-block;
	cursor: pointer;
	padding: 0 30px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	background-color: #34A8E9;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	border: 0;
	transition: all 0.35s ease-out;
}
.modal_popup_checkbox {
	/*padding-top: 16px;*/
	text-align: left;
	/*color: #fff;*/
	max-width: 100%;
}
.modal_popup_checkbox .checkbox {
	display: none;
}
.modal_popup_checkbox .checkbox + label {
	position: relative;
	cursor: pointer;
	font-size: 12px;
	line-height: 20px;
}
.modal_popup_checkbox .checkbox + label:before {
	margin-right: 14px;
	border: 1px solid #ABBCC6;
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
.modal_popup_checkbox .checkbox[type="checkbox"]:checked + label:before {
	background-color: #34A8E9;
	border-color: #34A8E9;
	content: url(../img/discount/checked.svg);
	text-align: center;
}
.modal_popup_checkbox .checkbox + label > span {
	padding-left: 16px;
	display: block;
	font-size: 12px;
	line-height: 120%;
}

.modal_popup_banner > div:nth-of-type(2) {
	width: 55%;
}

.modal_popup_banner > div:nth-of-type(2) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.modalLandWithHouse {
	height: 100%;
}

@media only screen and (max-width: 600px) {
	#discount {
		right: 0;
	}
}
/*конец дисконта*/


/*блок с формой*/
.form-section {
	height: max-content;
	background: url(../img/form-block/slide.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.form-section__body {
	position: static;
	margin: 0 auto;
	transform: translateX(0);
	padding: 50px 0;
}
.form-section__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
}


.form-button__body-title {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 50px;
    background: rgba(255,255,255,1);
    text-align: center;
    margin-bottom: 15px;
	border-radius: 10px;
	font-weight: 400;
}
.form-button__body-description {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 50px;
    background: rgba(255,255,255, 0.9);
    text-align: center;
    margin-bottom: 100px;
	border-radius: 10px;
	font-weight: 400;
}

.form-section .smt-form {
    width: 50%;
    background: #1b1b22;
    border-radius: 10px;
    padding: 30px 20px;
}
.form-section .smt-form a {
    color: #ffffff;
}

.box-modal.successModal {
	background: #ffffff;
	max-width: 600px;
	border-radius: 20px;
	overflow: hidden;
}
.success-modal__body {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	padding: 20px;
}
.success-modal__body {
	font-weight: 700;
}
.success-modal__description {
	text-align: center;
}

.box-modal.discount .smt-form__buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-modal.discount .modal-form__icons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-modal.discount .modal-form__icons .right-social__icon {
	position: relative;
	opacity: 1;
	visibility: visible;
	margin-left: 10px;
}

.box-modal.discount .right-social__tooltip {
	display: none;
}
.box-modal.discount .right-social__icon_link:hover .right-social__tooltip {
	display: block;
	right: 73px;
}
/*конец блока с формой*/
.swiper__filter {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
    margin-bottom: 30px;
}
.swiper__filter-tab {
	margin-right: 10px;
	width: 31%;
	background: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 2px solid transparent;
	box-sizing: border-box;
	cursor: pointer;
	margin-bottom: 5px;
	border-bottom: 2px solid transparent;
	position: relative;
	opacity: 0.5;
}
.swiper__filter-tab-name {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	/*color: #d6d6d6 !important;*/
	font-size: 12px;
}
.swiper__filter-tab img {
	width: 100%;
    height: auto;
}
.swiper__filter-tab span {
	color: #000000;
}
.swiper__filter-tab.current {
	/*background: #000000;*/
	color: #ffffff;
	border: 1px solid #000000;
	opacity: 1;
}
.swiper__filter-tab.current span {
	color: #ffffff;
}

.swiper__filter-tab.current .swiper__filter-tab-name {
	color: #000000 !important;
}
.product__slider-tabs {
    width: 100%;
}
.product__slider-tabs .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.product__slider-tabs .swiper-slide img {
	width: 100%;
	height: auto;
}
.product__slider-tabs .swiper-slide.swiper-slide--hide {
	display: none;
}

.product__slider-tabs .non-swiper-slide.swiper-slide--hide {
	display: none;
}

.product__socials {
	width: 100%;
	display: flex;
}

@media screen and (max-width: 1699px) {
    .form-button__body-description {
        margin-bottom: 105px;
    }
}
@media screen and (max-width: 1599px) {
    .form-section__body {
        padding: 35px 0;
    }
    .form-button__body-title {
        margin-bottom: 30px;
    }
    .form-button__body-description {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 1499px) {
    .form-section__body {
        padding: 30px 0;
    }
    .form-button__body-title {
        margin-bottom: 20px;
        padding: 15px 50px;
    }
    .form-button__body-description {
        margin-bottom: 70px;
        padding: 15px 50px;
    }
}

@media screen and (max-width: 1399px) {
    .form-section__body {
        padding: 20px 0;
    }
    .form-button__body-description {
        margin-bottom: 35px;
        padding: 15px 25px;
    }
}
@media screen and (max-width: 1280px) {
    .form-section {
        height: max-content;
		background: url(../img/form-block/slide.jpg) no-repeat;
		background-size: cover;
		background-position: center;
    }
	.form-section__body {
		position: static;
		margin: 0 auto;
		transform: translateX(0);
	}
    .form-section__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
		display: none;
    }
	.modal_popup_banner-akciya {
		width: 140px;
	}
	.box-modal.discount {
		max-width: 900px;
	}

	.product__socials {
		width: 100%;
		max-width: 500px;
		align-self: flex-end;
	}
}

@media screen and (min-width: 1481px){
	.logo-img2{
	height:13px !important;
	margin-top: 22px;
}
.smt-page-header {
	/*"@yakov*/
	margin-top: 65px;

}

.mod_doma_video{
	width: 560px;
	height: 315px;
	}
}
.mod_doma_videoblock: nth-child(2){
	flex-grow: 1;
	padding-left: 20px;
	text-align: left;
	font-size: 14px;
}

.footer-row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-row:before,
.footer-row:after {
	display: none;
}
.footer-row-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer-row-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

/*соц справа*/
.right-social__wrapper {
	position: fixed;
	bottom: 100px;
	right: 40px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.right-social__input {
	display: none;
}
.right-social__label {
	position: relative;
	cursor: pointer;
	z-index: 2;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	background: #0088cc;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
	overflow: hidden;
}
.right-social__icon {
	transition: all 0.3s ease-in-out;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.right-social__icon-close {
	opacity: 0;
	visibility: hidden;
	transform: scale(.1);
}

.right-social__input:checked+label {
	background: #fff !important;
	animation: none;
}

.right-social__input:checked+label .right-social__icon-write {
	opacity: 0;
	visibility: hidden;
	transform: scale(.1);
}
.right-social__input:checked+label .right-social__icon-close {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.right-social__icon_link {
	border-radius: 50%;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
	opacity: 0;
	visibility: hidden;
	width: 50px;
	height: 50px;
}

.right-social__tooltip {
	position: absolute;
	right: 70px;
	white-space: nowrap;
	background: #fff;
	padding: 6px 9px;
	font-size: 13px;
	border-radius: 3px;
	transform: translateX(0%) translateY(-50%);
	top: 50%;
	background: #292929;
	color: #fff;
	opacity: 0;
	transition: all 0.1s linear;
	display: none;
}
.right-social__tooltip:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	border-left-color: #292929;
}

.right-social__input:checked~.right-social__icon_link {
	opacity: 1;
	visibility: visible;
}

.right-social__input:checked~a:nth-of-type(1) {
	transition: all 0.2s ease-in-out;
	transform: translate(0, -135%);
}
.right-social__input:checked~a:nth-of-type(2) {
	transition: all 0.225s ease-in-out;
	transform: translate(0, -255%);
}
.right-social__input:checked~a:nth-of-type(3) {
	transition: all 0.25s ease-in-out;
	transform: translate(0, -375%);
}
.right-social__input:checked~a:nth-of-type(4) {
	transition: all 0.275s ease-in-out;
	transform: translate(0, -495%);
}

.right-social__icon_link:hover .right-social__tooltip {
	opacity: .85;
	display: block;
}

@media screen and (max-width: 1480px) {
	.logo-img2{
		height:13px !important;
		margin-top: 22px;
	}
	.smt-page-header {
	margin-top: 69px;
	}
	.cpr {
		padding-right:0;
	}
	.smt-copyright {font-size:12px;padding-top:26px;}
	.phone-b {text-align:center;font-size:13px;}
	.footer-menu-m ul li a {font-size:13px;}
}

.mod_doma_video{
	width: 560px;
	height: 315px;
}
.mod_doma_videoblock: nth-child(2){
	flex-grow: 1;
	padding-left: 20px;
	text-align: left;
	font-size: 14px;
}

.left-banners-bn {
	padding-top:10px;
}

.left-banners-bn img, top-banners-bn img {
	max-width:100%;
}

.l-bn- {
	display:block;
	margin-bottom:20px;
}

.top-banners-bn {
	display:none;
}

.top-banners-bn img {
	max-width:100%;
}

.smt-menu-main {
    float: right;
}

.phone-top-s {
    float: right;
    font-weight: bold;
    text-align: right;
    line-height: 16px;
    padding-right: 5px;
    padding-top: 10px;
}



@media screen and (max-width:1366px) {
	.mebel-item {
		height:305px;
	}
	.smt-page-header {
		/*@yakov {*/
		/*margin-top: 69px;*/
		margin-top: 65px;
		/*@yakov {}*/
	}
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
  
}

@media screen and (max-width:1199px){
	.mod_doma_video{
		width: 480px;
		height: 320px;
	}
	.booking__video-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.booking__video-block {
		width: 90%;
	}
	.booking__widgets {
		padding-bottom: 30px;
	}
}

@media screen and (max-width:1128px){
	.smt-page-header {
	margin-top: 113px;
	}
	.mod_doma_video{
	width: 480px;
	height: 320px;
	}
	.mod_doma_videoblock:{
	flex-grow: 1;
	padding-left: 0px;
	text-align: left;
	font-size: 14px;
	}
	
}

@media screen and (max-width: 991px) {
	.box-modal.discount {
		max-width: 700px;
	}
	.modal_popup_banner_title {
		font-size: 23px;
	}
	.booking-page {
		padding: 2%;
	}
	.booking__widgets {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.booking__slider {
		width: 100%;
		margin-bottom: 30px;
	}
	.mod_doma_videoblock{
	flex-grow: 1;
	text-align: center;
	font-size: 14px;
}
	.smt-page-header {
	margin-top: 0px;
	}
	.row-ab {display:block;}
	.smt-navbar.smt-navbar_fixed.affix-top {
		position: static;
	}
	.smt-top-bar {
		display: block;
	}
	.smt-navbar__content .container {
		width: 100%;
		/*max-width: 750px;*/
	}
	.smt-navbar__content {
		padding: 15px 0;
	}
	.smt-navbar_fixed.affix ul.smt-menu-main > li > a {
		font-weight: bold;
		color: #fff !important;
	} 
	ul.smt-menu-main > li > a {
		font-weight: bold;
		color: #fff !important;
		padding-right: 40px;
	}
	.smt-copyright {text-align:left;padding-left: 0}
	.phone-b {text-align:center;padding: 10px 0 15px 0;}
	.social_b {width:100%;max-width: 100%;}
	.social_b .list-inline.smt-social {padding:0;text-align:center;}
	.footer-menu-m ul {text-align:center; display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start}
	.footer-menu-m ul li {
		padding: 5px 0;
	}
	.footer-menu-m ul li a {
		padding: 5px 0;
	}
	.footer-menu-m {
	    clear: both;
    	width: 100%;
		padding: 0 0 24px 0;
	}
.cpr {
    max-width: 100%;
}

.my-list .row .col-xs-12.col-sm-6.col-md-4.col-lg-4{
	border-left:0;

}
.my-list .row .col-xs-12.col-sm-6.col-md-4.col-lg-4:nth-child(even) {
	border-left: 1px solid #efefef;
}

.my-list .row .col-xs-12.col-sm-6.col-md-4.col-lg-4:nth-last-child(3){
	border-bottom: 1px solid #efefef;
}

.my-list .row .col-xs-12.col-sm-6.col-md-4.col-lg-4:nth-last-child(-n+2){
	border-bottom:0;
}

.phone-b a:first-child {    display: inline-block;}

.row-flex-container {
display:block;
}

	.detail-page-right-col {
		width:100%;
		position:static !important;
		top:auto !important; 
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		max-width:100%;
	}

	.detail-page-right-col-inner {
		position:relative;	
		margin:0;
		transform:none;
		height: auto;
		left:auto;
		top:auto;
		max-width:100%;
		max-height:100%;
	}

	.left-detail-block-image .owl-carousel .owl-item {float:left;margin-bottom:0;}
	.left-detail-block-image .owl-nav, .left-detail-block-image .owl-dots {display:block;}
	.mebel-block-title-main {text-align:center;}
	.left-banners-bn {
	display:none;
}
	.top-banners-bn {
display:none;
text-align:center;
}
.phone-top-s {
    display: none;
}

	.smt-widget-content {
		padding: 0;
	}

}



@media screen and (max-width:768px) {
	.logo-img2{
	height:13px !important;
	margin-top: 22px;
}
	.smt-page-header {
	margin-top: 0px;
	}
	.phone-b a.vbr-mob {display:inline-block;}
	.phone-b a.vbr {display:none;}
	.smt-project-list.my-list {margin-left:0;}

		.desc_video_wrapper {display:none;}
		.video-background {height:500px;}
	.mobile_title-slide {
		display:block;
	}

	.row-row .smt-slide__header .h2 {
		font-size: 30px;
    	line-height: 32px;
	}
	.row-row .smt-slide__text {
 	font-size: 18px;
    line-height: 20px;
	}
	.mod_doma_video{
		width: 560px;
		height: 315px;
	}
	.mod_doma_videoblock{
		flex-grow: 1;
		text-align: center;
		font-size: 14px;
	}
	.smt-slider .owl-carousel .owl-item {
		/*border: 1px solid red;*/
		height: 60vw;
		overflow: hidden;
	}
	.smt-slider .smt-slider__item {
		height: 100%;
	}
	.booking__text-body,
	.booking__widgets {
		width: 90%;
		margin: 0 auto;
	}
	.footer-row,
	.footer-row-left,
	.footer-row-right {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer-row {
		padding: 20px 0;
	}

	.modal_popup_banner > div:nth-of-type(2) {
		/*display: none;*/
	}
	.modal_popup_banner > div:nth-of-type(1) {
		width: 100%;
	}
	.modal_popup_form_inputs {
		max-width: 100%;
	}
	.modal_popup_btn {
		padding-top: 16px;
		max-width: 100%;
	}

	.form-section {
		padding: 0 20px;
	}
	.form-section .smt-form {
		width: 100%;
	}

	.modal_popup_banner > div:nth-of-type(1) {
		padding: 90px 40px 32px 40px;
	}

	.modal_popup_banner_title {
		display: none;
	}
	.modal_popup_banner_title.mob {
		display: block;
		text-align: center;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		font-size: 22px;
	}
	.modal_popup_banner {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		max-width: 100vw;
		box-sizing: border-box;
	}
	.modal_popup_banner > div:nth-of-type(2) {
		width: 100%;
		order: 1;
		padding-top: 90px;
	}
	.modal_popup_banner > div:nth-of-type(1) {
		order: 2;
		padding: 20px 20px 20px 20px;
	}
	.modalLandWithHouse {
		width: 100%;
		overflow: hidden;
	}
	.atmosphere__img {
		width: 100%;
	}
	.box-modal.discount {
		width: 90%;
	}
	.owl-theme_slider .owl-dots {
		display: none;
	}
	.smt-project-item__container .col-xs-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.owl-theme_smt .owl-prev:before,
	.owl-theme_smt .owl-next:before {
		display: none;
	}

	.owl-theme_smt .owl-item img {
		width: 100%;
		height: auto;
	}
	.swiper__filter {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 20px;
	}
	.swiper__filter-tab {
		width: 100%;
	}

	.product__socials {
		width: 100%;
		max-width: 100%;
	}

}

@media screen and (max-width:600px) {
	.my-list .price-absolute .smt-price-label {
		display: none;
	}

	.mod_doma_video{
	width: 560px;
	height: 315px;
	}
	.smt-page-header {
	margin-top: 0px;
	}
.desc_video_title {
	font-size: 30px;
	line-height:32px;
}

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

	.desc_video_wrapper_text{
    max-width: 300px;
}

.mobile_title-slide-inner {
        max-width: 300px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

}

@media screen and (max-width:570px){
	.mod_doma_video{
	width: 480px;
	height: 320px;
	}
	.smt-slider .owl-carousel .owl-item {
		height: 66vw;
	}
	.promo-block .promo-desk {
		display: none;
	}
	.promo-block .promo-mob {
		display: block;
	}
	.booking__video-block {
		width: 90%;
	}
	.booking__video-block iframe {
		height: 350px;
	}
	#discount {
		width: 357px;
		bottom: -5px;
	}
}

@media screen and (max-width:500px) {
	.mod_doma_video{
		width: 320px;
		height: 240px;
	}
	.smt-page-header {
	margin-top: 0px;
	}
	.nav-tabs>li {
		margin-bottom: 5px;
		float:none;
	}
	.smt-slider .owl-carousel .owl-item {
		height: 70vw;
	}

	.smt-nav-tabs_colored > li.active > a,
	.smt-nav-tabs_colored > li.active > a:hover,
	.smt-nav-tabs_colored > li.active > a:focus {
		bottom: 0;
	}

	.smt-nav-tabs_colored > li.active > a:after {
		display: none;
	}
	
}
@media screen and (max-width:450px){
	.smt-slider .owl-carousel .owl-item {
		height: 90vw;
	}

}

@media screen and (max-width:352px){
	.mod_doma_video{
		width: 300px;
		height: 220px;
	}
	.smt-slider .owl-carousel .owl-item {
		height: 100vw;
	}
	.owl-theme_slider .owl-dots {
		bottom: -10px;
	}
	.smt-slider .smt-slide__content {
		padding: 15px 20px;
	}
	.row-row .smt-slide__header .h2 {
		font-size: 26px;
	}
	.row-row .smt-slide__text {
		font-size: 16px;
	}
}

.smt-widget_padding {
	padding-top: 1px;
}
.h2 {
	margin-top: 12px;
	margin-bottom: 12px;
}
.smt-header-underline-center span {
	position: relative;
	padding-bottom: 6px;
}
.smt-header-underline-center span:nth-child(1)::before {
content: "";
position: absolute;
width: 1em;
bottom: 0;
left: 0;
border-bottom: 2px solid #000;
/*border-bottom: 2px solid #fbfb00;*/
}
.smt-header-underline-center::before {
	border-bottom: none;
}
.smt-benefit-item__icon .fa {
	font-size: 50px;
	color: #fbfb00;
	/*color: #eeee1b;*/
	/*background: #fbfb00;*/
}

.smt-top-bar {
	padding: 0px;

}
.smt-contact__phone {
	margin-right: 0px;
}
/*.smt-page-header {
    margin-top: 0px;
}*/

/*@yakov {*/
.smt-menu-main a, .smt-menu-main a.highlighted, .smt-menu-main a:active, .smt-menu-main a:focus, .smt-menu-main a:hover {
	padding: 16px 10px;
}
.smt-menu-main a span.sub-arrow {
	right: -10px;
}

@media screen and (max-width:767px) {
	.smt-menu-main a span.sub-arrow {
		right: 0px;
	}
}

.video {
	position:relative;
	padding-bottom:56.25%;
//padding-top:25px;height:0;
}

.video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*@yakov }*/
.smt-widget-content {
	margin-bottom: 0px;
}
.block-title-projects {
	color: #000;
	font-size: 30px;
	text-align: center;
	padding: 25px 0px;
}

/*@chalma блок с домами на главной */
.main-product {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-product__images {
	width: 50%;
}
.product__slider-main {
	width: 100%;
}
.product__slider-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper.product__slider-main .swiper-button-next,
.swiper.product__slider-main .swiper-button-prev {
	color: #000000;
}
.main-product__info-block {
	width: 50%;
	box-sizing: border-box;
	padding: 20px 10px;
	/*display: flex;*/
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
}

.main-product__subtitle {
	font-weight: 700;
	/*text-align: right;*/
	text-align: left;
	color: #d6d6d6 !important;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 16px;
}

.main-product__title.h2 {
	font-weight: 700;
}
.main-product__title.mob {
	display: none;
}

.main-product__subtitle.h2 {
	font-size: 56px;
	font-family: Roboto, Arial, sans-serif;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.main-product__colors {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 50px;
}
.main-product__color {
	margin-left: 10px;
	max-width: 200px;
}
.main-product__color:first-child {
	margin-left: 0px;
}

.main-product__plans {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/*margin-bottom: 50px;*/
}
.product__plan {
	margin-right: 5px;
	max-width: 200px;
}
.product__plan img {
	width: 100%;
}
.product__plan:last-child {
	margin-right: 0;
}
.main-product__characts {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.main-product__characts-block {
	margin-bottom: 15px;
}

.main-product__price-block {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.main-product__price-block .social-link {
	padding: 0 5px 0 5px;
	position: relative;
	bottom: -7px;
}



.main-product__price-link {
	margin-left: 10px;
	font-size: 20px;
	padding: 10px 15px;
}
.main-product__price {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.main-product__price-name {
	font-weight: 600;
	font-size: 20px;
}
.main-product__price-value {
	font-weight: 600;
	font-size: 20px;
}

@media only screen and (max-width: 1399px) {
	.main-product__subtitle.h2 {
		font-size: 36px;
	}
	.main-product__title.h2 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 1024px) {
	.main-product__title {
		display: none;
	}
	.main-product__title.mob {
		display: block;
	}
	.product__plan {
		max-width: 30%;
	}
	.main-product__color {
		max-width: 30%;
	}
}

@media only screen and (max-width: 991px) {
	.main-product {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.main-product__images {
		width: 100%;
	}
	.main-product__info-block {
		width: 100%;
	}
	.main-product__title.h2 {
		text-align: right;
	}
}
@media only screen and (max-width: 767px) {
	.main-product__colors {
		width: 100%;
	}
	.main-product__color {
		max-width: 30%;
	}
	.main-product__color a img {
		width: 100%;
	}
}
@media only screen and (max-width: 577px) {
	.main-product__price-block {
		flex-wrap: wrap;
		gap: 10px;
	}

}
@media only screen and (max-width: 399px) {
	.main-product__price-name,
	.main-product__price-value {
		font-size: 18px;
	}

	.main-product__price-link {
		margin-left: 20px;
		font-size: 18px;
		padding: 8px 12px;
	}
}
@media only screen and (max-width: 359px) {
	.main-product__price-name,
	.main-product__price-value {
		font-size: 16px;
	}

	.main-product__price-link {
		margin-left: 15px;
		font-size: 16px;
		padding: 8px 10px;
	}
}