/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.sliderwrapper {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	display: block;
	z-index: 0;
	width: 100%;
	overflow: hidden;
}
.slidewrapfilter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.slider_zoom {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 650px;
}
.t833__slide {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
}
.t-btnwrapper {
	margin-top: 45px;
}
a.t-btn {
	color:#ffffff;
	background-color: #ce4841;
	border-radius:12px; 
	-moz-border-radius:12px; 
	-webkit-border-radius:12px;
	font-weight:300;
	padding: 12px 30px;
    font-size: 20px;
	transition: all .2s;
}
a.t-btn:hover {
	text-decoration: none;
    color: #ffffff;
    background-color: #dc5851;
}
.slide_opacity:first-child{opacity:1}
.slider_fade .t833__slide.t833__slide_fx:first-child+.t833__slide~.t833__slide,.slider_fade .t833__slide.t833__slide_fx1{z-index:1}
.slider_zoom .t833__slide.t833__slide_fx:first-child+.t833__slide~.t833__slide,.slider_zoom .t833__slide.t833__slide_fx1{z-index:1}
.slider_effect .t833__slide.t833__slide_fx:first-child+.t833__slide~.t833__slide,.slider_effect .t833__slide.t833__slide_fx1{z-index:1}
.slider_fade .t833__slide{-webkit-transition:opacity 3s,-webkit-transform 8s;transition:opacity 3s,-webkit-transform 8s;-o-transition:opacity 3s,transform 8s;transition:opacity 3s,transform 8s;transition:opacity 3s,transform 8s,-webkit-transform 8s}
.slider_fade .t833__slide.t833__slide_fx,.slider_fade .t833__slide.t833__slide_fx1{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
.slider_zoom .t833__slide{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);-webkit-transition:opacity 3s,-webkit-transform 8s;transition:opacity 3s,-webkit-transform 8s;-o-transition:opacity 3s,transform 8s;transition:opacity 3s,transform 8s;transition:opacity 3s,transform 8s,-webkit-transform 8s}
.slider_zoom .t833__slide.t833__slide_fx,.slider_zoom .t833__slide.t833__slide_fx1{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}
.slider_effect .t833__slide{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:opacity 3s,-webkit-transform 8s;transition:opacity 3s,-webkit-transform 8s;-o-transition:opacity 3s,transform 8s;transition:opacity 3s,transform 8s;transition:opacity 3s,transform 8s,-webkit-transform 8s}
.slider_effect .t833__slide.t833__slide_fx,.slider_effect .t833__slide.t833__slide_fx1{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);opacity:1}
.t-container {
	position: absolute;
    top: 240px;
    left: 0;
    bottom: 0;
    right: 0;
}
.t-block {
	text-align: center;
	color: #fff;
}
.t-block h1 {
    color: #fff;
    font-size: 55px;
	margin-top: 40px;
    margin-bottom: 40px;
}

#Footer .widget_mfn_menu {
    border-top: 1px solid #373737;
    border-bottom: 1px solid #373737;
}
#Footer .widgets_wrapper .widget ul#menu-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
#Footer .widgets_wrapper .widget ul#menu-main li a {
    font-size: 24px;
	padding-bottom: 0;
}
#Footer .widgets_wrapper .widget ul#menu-main li a:hover {
    color: #fff;
    background: transparent;
}
.block_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_left {
    width: 50%;
	text-align: left;
}
.footer_right {
    width: 50%;
    text-align: right;
}
.footer_title {
    margin: 20px 0;
    font-size: 24px;
}
.copy_links {
    margin-top: 5px;
}
.copy_links a {
    font-size: 14px;
    margin: 0 20px;
}

.footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
	margin-top: 25px;
}
.footer-wrap > div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	padding: 0 15px;
    box-sizing: border-box;
}
.footer-btn a.t-btn {
	display: inline-block;
    text-align: center;
    font-size: 16px;
}
.title_footer span {
    font-size: 32px;
}
.footer-wrap p {
    font-size: 14px;
	margin-bottom: 0;
}
.foot-tel a {
    font-size: 24px;
}
.foot-tel a:hover {
	text-decoration: none;
}
.title_footer img {
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
	.footer-wrap > div {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	#Header #Top_bar .logo {
	    max-width: none !important;
	}
	.t-block h1 {
		font-size: 35px;
		line-height: 1;
		margin-top: 0;
	}
}

.contact_title {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #303030;
    padding-bottom: 5px;
}
.radius .image_frame .image_wrapper {
    border-radius: 10px;
}

.slidebottom {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 50px;
    background: rgba(0,0,0,.3);
}
.slidebottom span {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
}
.content_slider .slider_pagination li:not(.slick-active) a:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #464d59;
}
.content_slider .slider_pagination li.slick-active a {
	width: 10px;
    height: 10px;
    margin: 0 10px;
    position: relative;
    top: 0;
    background: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.content_slider .slider_pagination li.slick-active a:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ce4841;
}
@media only screen and (max-width: 767px) {
	.content_slider .content_slider_ul.slick-slider {max-height: 180px;}
	.slidebottom span {font-size: 16px; line-height: 1.2; margin-top: 5px;}
	.t-container {top: 400px;}
	.slider_zoom {min-height: 400px;}
}

.food .wrap.one-second .mcb-wrap-inner {
    padding: 0 20px;
}
/* .food .wrap.one-second:first-child {
    border-right: 2px solid rgba(255,255,255,.3);
} */
.food-item h3 {
    text-transform: uppercase;
	margin: 40px 0;
}
.food-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 20px;
}
.food-left {
    width: calc(100% - 70px);
	position: relative;
}
.food-name {
    display: inline-block;
    background: #000;
}
.food-left:after {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    border-bottom: 1px dotted #fff;
    z-index: -1;
}
.food-right {
    font-size: 20px;
}
h2.food__title {
    border-top: 1px solid rgba(255,255,255,.3);
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 30px 0;
}

.myblog .grid .post-item {background: transparent !important;}
.myblog .grid .post-desc-wrapper .post-desc {
    padding: 20px 0;
}
.myblog .grid .post-links i {
    display: none;
}
.myblog .grid .post-links a {
    background: #ce4841;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 5px;
	color: #fff;
	transition: all .2s;
	text-align: center;
}
.myblog .grid .post-links a:hover {
	background: #d6534c;
	text-decoration: none;
	color: #fff;
}

.menu-name {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
    margin-top: 12px;
}
a.menuListSingle:hover {text-decoration: none}
.menu-price {
    font-size: 24px;
    font-weight: 300;
    margin-top: 10px;
}
.menu-img {
    width: 100%;
    height: 190px;
    overflow: hidden;
    max-height: inherit;
	border-radius: 5px;
}
.menu-img img {
    width: 100%;
    height: 100% !important;
    transition: all 0.3s ease-out;
}
.menuListSingle:hover .menu-img img {
    transform: rotate(2deg) scale(1.1);
}
a.bordbutton {
	display: inline-block;
    padding: 20px 55px;
    font-size: 20px;
    color: #fff;
    border: 2px solid #ce4841;
    border-radius: 5px;
	transition: all .3s;
}
a.bordbutton:hover {
	text-decoration: none;
	border-color: #e54239;
}
a.bordbutton.stroke {
	background: #ce4841;
}
a.bordbutton.stroke:hover {
	background: #b83e38;
}
.woocommerce .cartbtn a.button::after {
    left: -20px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    height: 20px;
    color: #ce4841;
}
.woocommerce .cartbtn a.button:hover:after {
	width: auto;
}
.woocommerce ul.products li.product .cartbtn a.added_to_cart {
    display: block;
    color: #333 !important;
    font-size: 12px;
    position: absolute;
    right: 25px;
    bottom: 4px;
}

/* old */

.d-flex .mcb-wrap-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-wrap .mcb-wrap-inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#Header a:hover {text-decoration:none}
#Header {
	background: #000;
}
body.home #Header {
	min-height: 0px !important;
}
body.home .homeslider .section_wrapper {
    padding-top: 120px;
}
#Header:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}
#Header #Top_bar {
    background: transparent !important;
}
#Header #Top_bar .logo {
    margin: 0;
	max-width: 270px;
}
.header-magazine #Header #Top_bar .logo {
    width: auto;
    border: 0;
}
.header-stack #Header #Top_bar .logo #logo {
	height: 80px;
}
#Header #Top_bar a#header_cart {
    top: 5px;
	z-index: 9999;
}
#Header #Top_bar i.icon-bag-fine {
	color: #cfcfcf;
}
#Header #Top_bar .menu_wrapper {
    z-index: 201;
    background: transparent;
    border-top: 1px solid #acb0b8;
    border-bottom: 1px solid #acb0b8;
    width: 100%;
	float: none;
}
.topinfo .topinfo_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: flex-end;
    min-height: 100px;
}
.topinfo-col {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: flex-end;
}
.topinfo-block a, .topinfo-block span {
    display: block;
	color: #fff;
    font-size: 14px;
}
.topinfo-block a:hover {
	color: #fff;
}
.topinfo-block {
    padding-left: 30px;
	position: relative;
	display: inline-block;
}
#Top_bar.is-sticky > .container {display:none}
#Action_bar .column {height: 40px;}
.topline-left, .topline-right {
    display: inline-block;
}
.topline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
	padding-top: 10px;
}
.topline span {
    color: #fff;
    font-size: 13px;
	margin-right: 10px;
}
.topline span i {
    color: #ce4841;
    margin-right: 5px;
}
.topline-right a {
    color: #ce4841;
    font-size: 18px;
    margin-left: 8px;
}
.topinfo-three .topinfo-block a {
    font-size: 16px;
}
a.newbtn {
    background: #ce4841;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 5px;
	color: #fff;
	transition: all .2s;
	text-align: center;
}
a.newbtn:hover {
	background: #d6534c;
	text-decoration: none;
	color: #fff;
}
.topinfo-block a.newbtn {
	background: transparent;
    display: inline-block;
    padding: 10px 14px;
	border: 2px solid #ce4841;
    border-radius: 4px;
	color: #fff;
	font-size: 18px;
	transition: all .2s;
	text-align: center;
}
.topinfo-block a.newbtn:hover {
	background: #ce4841;
	text-decoration: none;
	color: #fff;
}
#Header #Top_bar .menu > li > a {
    font-weight: 600;
    text-transform: uppercase;
}
/* #Subheader {
	border-bottom: 1px solid #676767;
} */
#Subheader:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}
#Subheader > .container {
    padding-top: 20px;
}
.header-stack #Header #Top_bar a.responsive-menu-toggle {display:none !important}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.topinfo-block a, .topinfo-block span {font-size: 12px;}
	.topinfo-block a.newbtn { line-height: 1.2; font-size: 14px; }
	.topinfo-block i {display: none;}
}
@media only screen and (max-width: 767px) {
	#Header #Top_bar .logo {margin: 15px; width: 100%; position: relative !important; float: none;}
	.topinfo .topinfo_inner {-ms-flex-wrap: wrap;flex-wrap: wrap;}
	.topinfo-col {width: 100% !important;}
	.topinfo-block {padding-left: 0;}
	.topinfo-col {justify-content: center;}
	.topinfo-col.topinfo-four { text-align:center;justify-content: center;margin-bottom: 20px;}
	.topinfo-four .topinfo-block {padding-left: 0; margin-top: 20px;}
	.topinfo-block a, .topinfo-block span {font-size: 14px;}
	.topinfo-col.topinfo-two {margin: 10px 0;}
	#Action_bar .column {height: auto;}
	.topline {-ms-flex-wrap: wrap; flex-wrap: wrap;}
	.topline span i, .topline-right a {color: #ffffff;}
	.topline span {display: block;}
	.topline-left, .topline-right {width: 100%;}
	.topline-right a {margin-left: 0;}
	.header-stack #Header #Top_bar a.responsive-menu-toggle {margin-top: -79px!important;}
	#Subheader > .container { padding-top: 5px; padding-bottom: 15px; }
	#Subheader { padding: 10px 0 0 !important;
    margin-top: -38px;
    border-bottom: 1px solid #676767; }
	.mobile-tb-hide #Top_bar .top_bar_right{display:block !important;position: absolute !important;bottom: 5px !important;}
	#Header #Top_bar .search_wrapper {top: 100% !important;bottom: -40px !important;padding: 0 15px !important;}
	#Header #Top_bar a#search_button {top: 19px;}
	#Header #Top_bar .search_wrapper .icon_search {top: 9px;}
}

.archive.woocommerce ul.products li.product {
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0 0 5px 5px;
}
.archive.woocommerce ul.products li.product:hover {
    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 20px 6px rgba(0,0,0,.1);
}
.archive.woocommerce ul.products li.product .desc {
	padding: 10px 10px 10px 5px;
}
/*  Slider */
.homeslider:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}
.slider_title {
color:#fff;
font-size:36px;
font-weight:600;
    line-height: 125%;
text-shadow: rgba(0, 0, 0, 0.4) 2px 4px 3px;
}
.slider_subtitle {
display:block;
font-size:50%;
    line-height:110%;
}
.slider_text {
color:#fff;
font-size:120%;
margin-top:3%;
}
.slider_cons {
margin-top:5%;
color:#fff;
font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
text-shadow: rgba(0, 0, 0, 0.4) 2px 4px 3px;
}
.slider_cons  span {
font-size: 1.4em;
}
.slider-btn a.button {
    background-color: #e36300;
    color: #fff;
}
.slider-btn {
    margin-top: 20px;
}
.thig-vuttonumb_item2 {
    margin-bottom: 20px;
}
.column_column .thig-vuttonumb_item2 ul {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.buttons-head_list a.button {
    background-color: #ce4841;
	padding: 20px 30px;
	color: #fff !important;
}
.buttons-head_list a.button.button-yellow {
    background: linear-gradient(1deg,#f6bb40 0,#fed66a 100%);
}
.subheader-both-left #Subheader .title {
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	body.woocommerce:not(.template-slider):not(.header-simple):not(.home) #Header {
		min-height: 325px !important;
		z-index: 999;
	}
	body.woocommerce #Subheader .title {
		color: #333;
	}
	body.woocommerce .breadcrumbs, body.woocommerce .breadcrumbs a, body.woocommerce .breadcrumbs a:hover {
		color: #333;
	}
}
.item-sales_box {
    position: relative;
    padding: 30px 30px 30px 30px;
    background: #f8da53 url(/wp-content/uploads/2022/08/bg-sale.png) no-repeat right bottom;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 40px;
}
.name-sales_box {
    display: inline-block;
	letter-spacing: 1px;
    vertical-align: middle;
    margin-bottom: 20px;
    background: #f7bc42;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    padding: 12px 30px;
    margin-left: -30px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.title-sales_box {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}
.topform-item input[type="submit"] {
    background: #fff;
    color: #333;
}
.topform-item input[type="text"], .topform-item input[type="tel"] {
    margin-bottom: 10px;
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
	h1.slider_title {line-height:1;color:#666;}
	.slider_subtitle {margin-top: 10px;}
	.slider_cons {margin-top: 30px !important;}
	body.home .homeslider { background-image: none !important; }
	body.home .homeslider .section_wrapper {padding-top: 0;background: #fff;}
	body.home .homeslider .section_wrapper .wrap {padding: 0 !important;}
	.slider_cons, .slider-btn {display:none !important}
	.first-section {padding-top: 0 !important;}
	.item-sales_box {margin-top: 0;}
	.column_column .thig-vuttonumb_item2 ul {color: #333}
}
/* homeform */
.homeform_left, .homeform_wrap {
    flex: 1;
}
.column.homeform_left {
    padding: 80px 45px;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    flex-direction: column;
    justify-content: center;
    background: #CED9D7;
    background: linear-gradient(229.22deg, rgba(25,87,78,0.5) 13.72%, rgba(139,159,156,0.3) 118.5%),rgba(139,159,156,0.5);
}
.homeform_left .column_attr {}
.homeform-title {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #343A40;
    margin: 0 0 20px 0;
}
.homeform-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #343A40;
}
.homeform {
    padding: 45px 10px;
}
.homeform_item {
    margin: 0 0 20px 0;
}
.homeform_item label {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #343A40;
    display: block;
}
.homeform_item input.wpcf7-form-control.wpcf7-text {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #343A40;
}
.homeform_item input[type="checkbox"] {
    display: none;
}
.homeform_item label input[type="checkbox"] ~ span {
    background: url(/wp-content/uploads/2021/06/check-off.svg) 0 50% no-repeat;
}
.homeform_item label input[type="checkbox"]:checked ~ span {
    background: url(/wp-content/uploads/2021/06/check-on.svg) 0 50% no-repeat;
}
.homeform_item .wpcf7-acceptance label > span {
	padding: 10px 0 10px 40px;
	font-size: 16px;
	display: block;
}
.homeform_item span.wpcf7-list-item {
    margin: 0;
}
.homeform_item input[type="submit"] {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #343A40;
    border: 1px solid #343A40;
    box-sizing: border-box;
    padding: 15px 40px;
    background: none;
    text-align: center;
    margin: 0;
    outline: none;
    background: #343A40 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.homeform_item input[type="text"]:focus {
	background: transparent;
}
@media only screen and (max-width: 767px) {
	.d-flex .mcb-wrap-inner {display: block;}
	.homeform-title {font-size: 30px; line-height: 38px;}
	.column.homeform_left {padding: 0;background: none;}
	.column.homeform_left .column_attr {padding: 40px; background: #CED9D7; background: linear-gradient( 229.22deg , rgba(25,87,78,0.5) 13.72%, rgba(139,159,156,0.3) 118.5%),rgba(139,159,156,0.5);}
}
/* header end */
.column_image.slider_img {
    margin-bottom: 0 !important;
}
.s4-6 {
    width: 50%;
	float: left;
	margin-bottom: 10px;
}
.slider_content h1 {
    font-weight: 600;
    margin-bottom: 20px;
	margin-top: 70px;
}
.slider_stat {
    max-width: 400px;
}
.stat-number {
    float: left;
    font-weight: 900;
    font-size: 36px;
    line-height: 1;
    width: 66px;
    margin: 0 10px 0 0;
    text-align: right;
    color: #593A1C;
    display: inline-block;
}
.stat-title {
    float: left;
    font-size: 14px;
    line-height: 1.2;
    padding: 2px 0 0;
	color: #494949;
}
h2.line {
    position: relative;
	text-align: center;
    padding-bottom: 24px;
    font-size: 22px;
	line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}
h2.line:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 64px;
    height: 2px;
    background-color: #419b34;
}
.icon_item {
    padding: 0 40px;
}
.icon_item img {
    height: 64px !important;
    width: auto;
}
.icon_item .icon_title {
	margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}
.icon_item .icon_content p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.4;
}
/* form */
.form_section:after {
    content: "";
    position: absolute;
    top: 150px;
    width: 100%;
    height: 330px;
    background-color: #77AA4B;
}
.formblock .column_attr {
    position: relative;
    padding-top: 225px;
}
.formblock img.art {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 732px !important;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
}
.formblock_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 990px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,.3);
    box-shadow: 0 0 16px rgb(0,0,0,.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 48px;
    text-align: left;
    background: #fff url(/wp-content/uploads/2021/04/form-bgr1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	margin-left: auto;
    margin-right: auto;
}
.art-title {
    color: #54595F;
    font-size: 30px;
	line-height: 1;
    margin-bottom: 20px;
}
.art-info {
    color: #444444;
    font-size: 37px;
	line-height: 1;
    margin-bottom: 35px;
}
.art-subtitle p {
    color: #000000;
    font-size: 16px;
}
a.art-link {
    display: inline-block;
    text-align: center;
    padding: 16px 24px;
    text-shadow: 0 -1px 0 #ce4841;
    -webkit-box-shadow: 0 -2px 0 #ce4841 inset;
    box-shadow: inset 0 -2px 0 #ce4841;
    color: #fff;
    background-color: #ce4841;
	transition: all .2s;
}
a.art-link:hover {
	text-decoration: none;
	background-color: #87c452;
	color: #fff;
}

/* otzivi */
.flex-wrap {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-wrap .mcb-wrap-inner, .otz-block {
    display: -ms-flexbox;
    display: flex;
}
.otz-box {
    padding: 20px 20px 0 20px;
    background: #ffffff;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
    position: relative;
    height: 100%;
}
.otz-box::before {
    position: absolute;
    content: '';
    top: calc(100% - 10px);
    left: 60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 34px 0 0;
    border-color: #ffffff transparent transparent transparent;
}
.otz-bottom {
    margin-top: 15px;
}
.block-otz {
    display: inline-block;
    padding: 0 0 1rem 1rem;
}
.otz img {
    display: inline-block;
	margin-top: .3rem;
}
.otz-wrap p {
    display: none;
}
.block-otz span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}
.block-otz div {
    margin-top: 0.3rem;
    font-size: .9rem;
    line-height: 1.4;
    color: #c4c4c4;
}

/* tehnologii */
.ustroi-border {
    margin: 8px;
    border: 2px solid #f0f0f0;
    float: left;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
	border-radius: 12px
}
.column.kl-iconbox-block {
    margin-bottom: 40px;
}
h2.tehno-title {
    font-size: 38px;
	line-height: 1;
    font-weight: 700;
    color: #c8c8c8;
    text-transform: uppercase;
}
h3.kl-iconbox__title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 7px;
}
.kl-iconbox__desc {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #535353;
}
.kl-iconbox__icon-wrapper {position: relative}
span.kl-iconbox__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
}
.kl-iconbox-right span.kl-iconbox__icon {
	left: auto;
	right: 0;
}
.kl-iconbox-left .kl-iconbox__content-wrapper {
    padding-left: 60px;
	text-align: left;
}
.kl-iconbox-left .kl-iconbox__content-wrapper .kl-iconbox__desc {
	padding: 0 20px 0 0;
}
.kl-iconbox-right .kl-iconbox__content-wrapper {
    padding-right: 60px;
	text-align: right;
}
.kl-iconbox-right .kl-iconbox__content-wrapper .kl-iconbox__desc {
	padding: 0 0 0 20px;
}
.kl-iconbox__title-wrapper p {
    margin-bottom: 0;
}
/* about */
.about-block {
    color: #fff;
    padding: 80px 0 40px;
}
.about-title {
    position: relative;
    padding-bottom: 24px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.about-title:after {
    display: block;
    content: "";
    position: absolute;
    right: auto;
    left: 0;
    background-color: #fff;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 64px;
    height: 2px;
}
.about-description {
    padding-top: 32px;
}
.about-description p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.4;
}
/* megamenu*/
.menu_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:after {
	content: '';
	display:block;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 203;
    opacity: 0;
    filter: alpha(opacity=0);
	background: #ce4841;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-current-menu-item > a.mega-menu-link:after, .menu_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover:after {
	opacity: 1;
    filter: alpha(opacity=100);
}
.menu_wrapper #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label, .menu_wrapper #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1:after {
	color: #333;
}
span.title-mega {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #d99744;
    text-transform: uppercase;
	margin-top:10px;
}
.menu_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link span.mega-menu-title, .menu_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-decoration: underline;
	line-height: 1.4;
}
.menu_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu .razmer-menu ul.mega-sub-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.menu_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu .razmer-menu ul.mega-sub-menu > li {
	width: 50% !important;
}
.menu_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu .razmer-menu ul.mega-sub-menu > li:first-child {width: 100% !important}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
	.menu_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {padding: 0px 10px 0px 10px;}
}

@media only screen and (max-width: 1023px) {
	.formblock img.art {display:none}
	.formblock .column_attr { padding-top: 20px; }
	.form_section:after {top: 90px;}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.slider_content h1 {margin-top: 20px;}
	.icon_item { padding: 0; }
	h3.kl-iconbox__title {font-size: 18px;}
	span.kl-iconbox__icon {width: 36px; height: 36px;}
	.kl-iconbox-left .kl-iconbox__content-wrapper {padding-left: 45px;}
	.kl-iconbox-right .kl-iconbox__content-wrapper {padding-right: 45px;}
	.column.kl-iconbox-block { margin-bottom: 10px; }
	.button_zapis {padding: 13px 15px;}
}
@media only screen and (max-width: 767px) {
	.form_section:after {top: 130px;}
	h2.tehno-title {font-size: 32px;}
	.ustroi-border {border:none; padding: 30px 0px;}
	.column.kl-iconbox-block { margin-bottom: 10px; }
	.section.about-section {background-image: url(/wp-content/uploads/2021/04/wood-patern.png) !important;}
	.flex-wrap .mcb-wrap-inner, .otz-block {-ms-flex-wrap: wrap;flex-wrap: wrap;}
	.column.otz-block.column-margin-20px { margin-bottom: 60px !important; }
}

.slider_bgr
{
	height:650px;
}
.price_line {
    text-align: left;
    margin-bottom: 15px;
}
.icons_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0;
}
.icons_list .icon_sm {
    padding: 10px 40px 10px 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.icons_list .icon_sm_text {
	padding: 0px 30px 10px 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.icons_list .icon_sm_text sup {
    line-height: 1;
}
.icons_list .icon_sm.propertyone {
    background: url(/wp-content/uploads/2021/06/icon1w.svg) 0 50% no-repeat;
}
.icons_list .icon_sm.propertytwo {
    background: url(/wp-content/uploads/2021/06/icon2w.svg) 0 50% no-repeat;
}
.icons_list .icon_sm.propertytree {
    background: url(/wp-content/uploads/2021/06/icon3w.svg) 0 50% no-repeat;
	background-size: 30px;
}
.icons_list .icon_sm.plosh {
    background: url(/wp-content/uploads/2021/06/plosh_new.png) 0 50% no-repeat;
}
.icons_list .icon_sm.razmer {
    background: url(/wp-content/uploads/2021/06/razmer_new.png) 0 50% no-repeat;
}
.icons_list .icon_sm sup {
    line-height: 1;
}
.desc-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.desc-line > div {
    width: 100%;
}
.title_pro {
	 color: #484848;
    font-weight: 400;
    font-size: 1.1rem;
    padding: 10px 0 8px;
    display: block;
    text-align: left;
}
.desc-line a .title_proekt, .title_proekt a {
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 10px 0 0;
    display: block;
    text-align: left;
}
.desc-line a .title_proekt span {
    font-size: 16px;
}
.desc .desc-line .price {
    color: #2e2e2e;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 10px 0 8px;
}
.ves {
    font-size: 18px;
    margin-bottom: 15px;
    font-style: italic;
}
.woocommerce-notices-wrapper .alert_success {
	background: transparent;
    color: #fff;
    border: 1px solid #fff !important;
}
.woocommerce-notices-wrapper .alert_success .alert_icon i.icon-check {
    display: none;
}
.alert_wrapper a.wc-forward {
    background-color: #ce4841;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
	border-radius: 3px;
}
.alert_wrapper a.wc-forward:hover {text-decoration:none}
.woocommerce-cart-form table th, .woocommerce .woocommerce-checkout-review-order table.shop_table th {
	color: #878787;
 }
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.title_proekt a {font-size: 1rem;}
}
.cus-name {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}
.cus-page-block .homeform {
    padding: 10px;
}
.title_module {
    font-weight: 600;
    font-size: 50px;
    line-height: 72px;
    color: #343A40;
}
.cus-block p {
    opacity: 0.7;
	font-size: 18px;
}
.tel-text {
	opacity: 0.7;
	margin-bottom: 5px;
}
.line_link {
    display: flex;
    align-items: center;
    padding: 0;
}
.line_link a {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
    text-decoration: none;
}
.line_link a img {
    max-width: 100%;
}
.social_link {
    display: flex;
    margin: 15px 0 0 0;
}
.social_link a {
    display: flex;
    width: 32px;
    height: 32px;
    margin: 0 22px 0 0;
    border-radius: 100%;
}
.social_link a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.products .image_frame .image_wrapper {
    max-height: 280px;
}
@media only screen and (min-width: 768px) {
	.cus-block .column_attr {
		max-width: 240px;
	}
	.desc-line {min-height: 52px;}
}
@media only screen and (max-width: 767px) {
	.title_module {font-size: 26px;}
	.cus-page-block .cus-name { margin-top: 20px; }
}

/* tabs */
.tab_cats_top {
    margin-bottom: 10px;
}
.flex_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.tabClick {
  display: none;
}

.tab_proj {
  position: relative;
  padding: 21px 20px 0 20px;
  cursor: pointer;
  font-size: 16px;
  font-size: 14px;
  color: #272727;
  font-weight: bold;
  background-image: -o-linear-gradient(268deg, #f9f9f9 0%, #e0e0e0 99%);
  background-image: linear-gradient(-178deg, #f9f9f9 0%, #e0e0e0 99%);
  -webkit-box-shadow: -8.045px 7.502px 13px 0px rgba(1, 3, 5, 0.11);
          box-shadow: -8.045px 7.502px 13px 0px rgba(1, 3, 5, 0.11);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
}

.tab_proj:hover, .tab_proj.active {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(28%, #f4b872), to(#ffdaad));
  background-image: -o-linear-gradient(bottom, #f4b872 28%, #ffdaad 100%);
  background-image: linear-gradient(0deg, #f4b872 28%, #ffdaad 100%);
  -webkit-box-shadow: -5.174px 22.411px 32px 0px rgba(110, 68, 16, 0.56);
          box-shadow: -5.174px 22.411px 32px 0px rgba(110, 68, 16, 0.56);
  z-index: 2;
}

.tab_proj.tab_proja {
  display: block;
}

.tab_proj span {
  -webkit-transform: skew(15deg);
      -ms-transform: skew(15deg);
          transform: skew(15deg);
  display: block;
}

.tab_proj:not(.tab_proja):before {
  content: "0" counter(item);
  counter-increment: item;
  display: block;
  position: absolute;
  right: 10px;
  top: 7px;
  font-weight: normal;
  font-size: 12px;
  -webkit-transform: skew(15deg);
      -ms-transform: skew(15deg);
          transform: skew(15deg);
  color: #0ebc2f;
}

.tab_proj_top {
  height: 50px;
  counter-reset: item;
  margin-left: 29px;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab_proj_content {
  height: 300px;
  position: relative;
  z-index: 3;
}

.tab_proj_content:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 20px;
  background-color: white;
}

.tab_proj_content .img {
  position: absolute;
  left: 760px;
  top: 50px;
  left: 710px;
  top: 0;
  z-index: -1;
}
.tab_proj_content .img img {
    max-width: none !important;
}
.tab_proj_content .tabCont {
  position: absolute;
  top: 0;
  top: 50px;
  left: 50px;
  height: 100%;
  height: 374px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  z-index: -1;
}

.tab_proj_content .tabCont.active, .tab_cat_content .tab_catCont.active {
  display: block;
  opacity: 1;
  z-index: 2;
}

.tab_proj_content .tabCont .text {
  width: 680px;
  margin-top: 20px;
}

.tab_proj_content .tabCont .text p {
  margin-bottom: 20px;
}

.tab_proj_content .tabCont .text p strong {
  font-weight: bold;
}

.tab_proj_content .tabCont .text p + ul {
  margin-top: -15px;
}

.tab_proj_content .tabCont .text ul {
  margin-bottom: 20px;
  list-style: disc;
  padding-left: 20px;
}

.tab_proj_content .bottom_text .citate strong {
  font-weight: bold;
}

#tabCont1 .img, #tabCont2 .img {
  left: 610px;
  top: -60px;
}
.tab_cat_content .tab_catCont {
    display: none;
}
.tab_cat {
    padding: 8px 8px;
	cursor: pointer;
}
.tab_cat span {
    font-weight: 600;
}
span.tab_cats_before {
    padding: 8px 8px;
}
.tab_cat.active {
    border: 1px solid #d99744;
    border-radius: 3px;
}
@media only screen and (max-width: 1400px) {
#tabCont1 .img {
    left: 630px;
    top: 0px;
  }
  #tabCont2 .img {
    top: 0px;
  }
  .tab_proj {
    padding: 21px 12px 0 12px;
    white-space: nowrap;
  }
  .tab_proj_top {
    height: 60px;
  }
  .tab_proj_content {
    /* width: 995px;
    margin-left: -17px; */
  }
  .tab_proj_content .tabCont {
    top: 20px;
    left: 20px;
  }
  .tab_proj_content:before {
    border-radius: 20px 20px 0 0;
    margin-top: -10px;
    height: 110px;
  }
  .tab_proj_content .bottom_text_wrap {
    left: 20px;
    bottom: -20px;
  }
  .tab_proj_content .img {
    left: 680px;
  }
  .tab_proj_content .img img {
    height: 330px !important;
    width: 380px;
    max-width: none !important;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media only screen and (max-width: 767px) {
	.tab_proj_top, .tab_proj_content .img {
		display: none;
	}
	.tab_proj_content {
    width: 100%;
    margin-left: 0;
    height: auto;
    counter-reset: item;
  }
  .tab_proj_content:before {
    display: none;
  }
  .tab_proj_content .tabCont {
    top: 0;
    left: 0;
    position: relative;
    height: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    opacity: 1;
    padding: 0 20px;
    margin-top: -30px;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }
  .tab_proj_content .tabCont .text {
    width: 100%;
  }
  .tab_proj_content .tabCont.active {
    height: auto;
    padding: 20px;
    padding-top: 60px;
  }
  .tab_proj_content .img {
    left: 0;
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  .tabClick {
    display: block;
	box-sizing: border-box;
    background-image: -o-linear-gradient(262deg, #f9f9f9 0%, #e0e0e0 99%);
    background-image: linear-gradient(-172deg, #f9f9f9 0%, #e0e0e0 99%);
    -webkit-box-shadow: -8.045px 7.502px 13px 0px rgba(1, 3, 5, 0.11);
    box-shadow: -8.045px 7.502px 13px 0px rgba(1, 3, 5, 0.11);
    width: 304px;
    height: 57px;
    position: relative;
    font-size: 22px;
    font-family: "Open Sans";
    color: #272727;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 5px;
    z-index: 3;
  }
  .tabClick:before {
    content: "0" counter(item);
    counter-increment: item;
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
    font-weight: normal;
    font-size: 12px;
    color: #0ebc2f;
  }
  .tabClick.active {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(28%, #f4b872), to(#ffdaad));
    background-image: -o-linear-gradient(bottom, #f4b872 28%, #ffdaad 100%);
    background-image: linear-gradient(0deg, #f4b872 28%, #ffdaad 100%);
    -webkit-box-shadow: -5.174px 22.411px 32px 0px rgba(110, 68, 16, 0.56);
            box-shadow: -5.174px 22.411px 32px 0px rgba(110, 68, 16, 0.56);
  }
  .wrap-top .tabClick {display:none}
  .tab_cats_top {-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .menu_wrapper #mega-menu-wrap-main-menu .mega-menu-toggle {background: #ce4841;}
  .menu_wrapper #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label, .menu_wrapper #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1:after {color: #fff;}
  .home .menu_wrapper #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label, .home .menu_wrapper #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1:after {color: #fff;}
}

/* accordeon */
.panel .panel-body {
  display: none;
  padding: 15px;
}
.panel .panel-body.active {
  display: block;
  opacity: 1;
  z-index: 2;
}
.panel {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ffd52b;
	margin-bottom: 10px;
}
.panel-heading {
	border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #ffd52b;
    cursor: pointer;
}
.panel-title {
    padding: 10px 15px;
}
.panel-title span {
    color: #3a9300;
    border-bottom: 1px dashed #3a9300;
    text-decoration: none;
	font-weight: 900;
}

.contract_punkt img{float:left;}
.contract_punkt{clear:both;background:#edf2f3;border-radius:43px;overflow:auto;margin-bottom:5px;padding-right:25px;}
.contract_punkt p{padding-top:20px;font-size:16px;padding-left:150px;}
@media only screen and (max-width: 767px) {
	.contract_punkt p {
		padding-left: 90px;
		font-size: 12px;
	}
	.garant {background-image:none !important}
}

.team .section_wrapper {
	background: #636363;
    color: #fff;
	padding: 20px 0;
}
.team h2 {
    color: #fff;
}
.team-info .column_attr {
	padding: 30px 20px 10px 30px;
}
.team-info h2 {
    margin-bottom: 15px;
}
.team-who .mcb-wrap-inner {
    padding: 30px 20px 20px;
}
.team-item-img img {
    width: 120px;
    height: auto;
	border-radius: 50%;
}
.team-item-title {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 700;
}
.team-item-text {
    font-size: 12px;
    line-height: 1.2;
}
@media screen and (min-width: 420px) and (max-width: 767px) {
	.team-who .column {
		width: 50% !important;
	}
}
@media screen and (max-width: 419px) {
	.team-who .column {
		text-align: center;
	}
}

/* vid-uslug */
.vid-flexbox .mcb-wrap-inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
    -webkit-justify-content: center;
}
.vid-block .column_attr {
    height: 100%;
    min-height: 100%;
    position: relative;
}
.column.vid-block {
    margin-bottom: 25px;
}
.vid-item {
    padding: 0;
    position: relative;
}
.vid-image {
	position: relative;
    overflow: hidden;
	border-radius: 8px;
}
.vid-title {
    margin: 35px 0 20px;
    font-size: 32px;
	text-align: center;
}
.vid-info {
    color: #c7cdd6;
    font-size: 20px;
    line-height: 1.4;
}
.vid-img_inner {
	transition: transform ease 0.8s;
}
.vid-item:hover .vid-title-inner {
    margin-bottom: 10px;
}
.vid-image a img {
    width: 100%;
    display: block;
	overflow: hidden;
    transition: all .3s ease-in-out;
}
/* .vid-image a:hover img {
    transform: scale(1.1); */
}
.vid-title-inner a {color: #fff;}
.vid-top-text {
    opacity: 0.8;
	padding-bottom: 10px;
	font-size: .867em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px;
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
	.vid-inner-text {bottom: 32px;}
}
@media only screen and (min-width: 768px) {
.vid-image, .vid-image * {
    height: 100%;
}
}
@media only screen and (max-width: 767px) {
.vid-flexbox .mcb-wrap-inner {
    display: flex;
    justify-content: normal;
}
.vid-item {
    padding-bottom: 10px;
}
.vid-item .vid-inner-text {
    bottom: 30px;
    left: 14px;
	padding-top: 15px;
}
}

.tizers {
    padding-right: 10px;
}
.tizers img {
    width: 150px;
}
.tizers-title {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}
.tizers-info {
    color: #555;
    font-size: 14px;
    padding-bottom: 20px;
}
.ourDetails table tr td{padding-bottom:10px;border:none;text-align:left}
.ourDetails table tr td:first-child{width:440px;padding-right:10px;position:relative}
.ourDetails table tr td:first-child span{background:#fff;z-index:12;position:relative}
.ourDetails table tr td:first-child span:after{position:relative;display:block;width:100%;content:'';border-bottom:.5px dotted;margin-top:-4px;z-index:11}
.ourDetails table tr td:last-child{width:720px}
@media screen and (max-width:680px){
	.ourDetails table{background:0 0}
}
@media screen and (max-width:380px){
	.ourDetails table tr td:first-child{vertical-align:top}
	.ourDetails table tr td:first-child span:after{margin-top:-5px}
	.ourDetails table tr td{font-size:14px}
}

.sidebar ul.bellows-nav {
    background: #eef2f4;
    padding: 10px;
}
.bellows .bellows-nav a.bellows-target {
    color: #222222;
    padding: 10px 20px 10px;
	position: relative;
}
.bellows .bellows-nav .bellows-submenu a.bellows-target {
    padding: 10px 30px 10px;
}
.bellows .bellows-nav a.bellows-target:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 5px;
    height: 5px;
    background: #ce4841;
	transition: all .2s;
}
.bellows .bellows-nav a.bellows-target:after {
    content: "";
    display: block;
    width: 70px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.1);
    position: absolute;
    left: -10px;
    bottom: 0;
}
.bellows .bellows-nav a.bellows-target:hover::before {
	background: #ce4841;
}
.bellows .bellows-nav .bellows-menu-item:last-child a.bellows-target:after {
    display: none;
}
a.info-btn {
    border-bottom: 1px dashed #ce4841;
    color: #ce4841;
    font-size: 18px;
}
a.info-btn:hover {
    border-bottom: 1px dashed #98dd3f;
    color: #98dd3f;
    text-decoration: none;
}
.widget-paln {
    background-position: center 160%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#002036)";
    -moz-box-shadow: 0 0 1px rgba(206,206,206,.77);
    -webkit-box-shadow: 0 0 1px rgb(206 206 206 / 77%);
    box-shadow: 0 0 1px rgb(206 206 206 / 77%);
    padding: 0 0 60px 0;
    text-align: center;
    background: #fff url(/wp-content/uploads/2022/03/plan-side.png) no-repeat center bottom;
}
.title-widget {
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}
.title-widget-text {
    margin-bottom: 15px;
    font-size: 16px;
}
.button-side {
    text-align: center;
}
a.calc-button {
    background: #48a022;
    color: #fff !important;
    padding: 17px 10px;
    margin: 10px auto;
    display: inline-block;
	font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
}

#popup__toggle{bottom:25px;right:10px;position:fixed;z-index:999;}
.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(/wp-content/uploads/2020/05/mini4.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@media only screen and (max-width: 767px) {
	#popup__toggle {
	-moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
	}
}

.woocommerce-content .tabs .column.one-fourth {
    float: right;
}
.filt:after {
    display: block;
    content: '';
    clear: both;
}
.wrap-top-items ul.menu li {
    display: inline-block;
}
.wrap-top-items ul.menu li a {
    border: 1px solid #ce4841;
    display: inline-block;
    font-size: 16px;
    padding: 5px 12px;
    margin: 0 5px 10px 0;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
	-webkit-transition: all 150ms ease-in-out 0s;
    transition: all 150ms ease-in-out 0s;
}
.wrap-top-items ul.menu li a:hover, .wrap-top-items ul.menu li a:focus, .wrap-top-items ul.menu li.current-menu-item a  {
	background: #ce4841;
    color: #fff;
    text-decoration: none;
}
.desc-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.cartbtn {
    padding-right: 5px;
    width: 120px;
    text-align: right;
}
.cartbtn a {
    color: #fff !important;
	white-space: nowrap !important;
}
.woocommerce table.shop_table {
	background: #1c1c1c;
}
@media only screen and (max-width: 767px){
	.wrap-top-items ul.menu li {
		display: block;
	}
	.wrap-top-items .menu {
		overflow: hidden;
		position: relative;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
}
select.orderby, select.orderby:focus {
    color: #fff;
    background-color: transparent !important;
    border-color: #EBEBEB;
}
select.orderby option {
    color: #333;
}
.smart_filter_parameters_box_open_btn {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    line-height: 24px;
    color: #787878;
    margin: 0;
    padding: 0px 25px 1px 15px;
    background: #FFFFFF;
    width: 100%;
}
.smart_filter_parameters_box_open_btn span {
    border-bottom: 1px dashed;
}
input[type="button"].facetwp-slider-reset {
    color: #fff;
    margin-top: 5px;
}
.archive .portfolio_wrapper .image_wrapper a {
    overflow: hidden;
}
.map-wrap .column.three-fourth {
    margin-left: 0;
}

.bank-row .star-rating {
	display: inline-block;
    float: none;
    margin: 10px 0;
	overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.3em;
    font-family: 'star';
    font-weight: 400;
}
.bank-row .star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.bank-row .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.bank-row .star-rating span:before {
    content: "\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #ffd500;
}
.card.mortgage__item {
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
	border-radius: 2px;
	background: #fff;
}
.mortgage__header {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #f1f1f1;
}
.mortgage__logo div {
    width: 100px;
    height: 100px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
}
.mortgage__logo img {
    width: 100px;
    max-height: 110px;
	vertical-align: middle;
}
.mortgage__logo {
    padding: 5px 0px;
    border-right: 1px solid #f1f1f1;
    position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.mortgage__name strong {
    font-weight: bold;
    display: block;
    color: #2e353b;
    font-size: 14px;
}
.mortgage__name small {
    margin: 0;
    color: #504747;
    font-size: 11px;
}
.mortgage__name {
    padding: 20px;
}
ul.mortgage__list{list-style:none;margin:10px 0 0 0;padding: 0 20px 10px;}
ul.mortgage__list > li{color:#504747;font-weight:500;padding:6px 0;font-size:13px;margin-bottom: 0;}
ul.mortgage__list > li > i.mortgage__percentage{background-image:url(/wp-content/uploads/2022/05/bank-ico1.png);}
ul.mortgage__list > li > i.mortgage__permonth{background-image:url(/wp-content/uploads/2022/05/bank-ico2.png);}
ul.mortgage__list > li > i.mortgage__fee{background-image:url(/wp-content/uploads/2022/05/bank-ico3.png);}
ul.mortgage__list > li > i{width:20px;height:18px;background-repeat:no-repeat;background-position:center;display:inline-block;vertical-align:top;margin-right:5px;}

/* dostavka */
.delivery-payment {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 20px;
}
.delivery-payment .group {
  padding-top: 34px;
  padding-bottom: 33px;
  position: relative;
  z-index: 10;
}
.delivery-payment .group_delivery {
  width: 40%;
  background: #636363 url('/wp-content/uploads/2022/05/bg_8.png') no-repeat center right;
  color: #fff;
  padding-left: 6px;
}
.delivery-payment .group_delivery .group__title {
  color: #fff;
  margin-bottom: 15px;
}
.delivery-payment .group_delivery .group__content li {
  margin-bottom: 25px;
  font-size: 14px;
}
.delivery-payment .group_payment {
  width: 60%;
  padding-left: 55px;
  background: #eee;
}
.delivery-payment .group_delivery .group__wrap {
    padding-left: 20px;
}
.delivery-payment .group__title {
	margin-top: 20px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  color: #000;
}
.deliv-flex > div p {
    margin-bottom: 0;
}
.pay-text {
    margin-bottom: 20px;
	padding-right: 15px;
}
.delivery-payment .group__content {
  font-size: 16px;
}
.delivery-payment .group__content ul {
	margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
    color: #fff;
}
.delivery-payment .group__content li {
  margin: 0 0 13px 0;
  padding-left: 35px;
  position: relative;
  min-height: 15px;
  background: url('/wp-content/uploads/2022/05/icon_list-1.png') no-repeat center left;
  font-size: 18px;
}
.delivery-payment .group__content li:last-of-type {
  margin-bottom: 0;
}
.deliv-flex img {
    height: 30px;
	margin-right: 20px;
}
.deliv-flex {
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.deliv-flex > div {
    width: 50%;
	display: -ms-flexbox;
    display: flex;
	align-items: center;
    margin-bottom: 10px;
}
.deliv-info {
    font-size: 12px;
}
.deliv-flex > div > div {
    font-weight: 600;
	line-height: 1.2;
	padding-right: 10px;
}
.deliv-span span {
    display: block;
	margin-top: 5px;
    font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
}
.in-price-item__icn {
    display: table-cell;
    vertical-align: middle;
}
.in-price-item__icn {
    width: 44px;
    height: 44px;
}
.in-price-item__icn svg {
    display: inline-block;
    fill: none;
    stroke: #ce4841;
    stroke-width: 4;
}
.in-price-item__icn svg {
    width: 44px;
    height: 44px;
}
@media only screen and (max-width: 959px){
	.delivery-payment {display: block;}
	.delivery-payment .group_delivery {width:100%;}
	.delivery-payment .group_payment {width:100%;padding-left: 15px;}
	.deliv-flex > div,.deliv-flex {width:100%;display: block;padding: 0 15px 0 0;}
	.deliv-flex img { height: 40px; margin-right: 10px; margin-bottom: 5px; vertical-align: middle; }
}
.portfolio-item .image_frame .image_wrapper > p {
    overflow: hidden;
}

.fwp-load-more {
    color: #fff;
}
.facetwp__loader {
text-align: center;
}

.section.calcsection {
    background: #f4f4f4;
    margin-bottom: 60px;
}
input.hideradio{
    visibility: hidden;
    position: absolute;
}
.imgradio label > input + img{
    cursor:pointer;
    border:2px solid transparent;
}
.imgradio label > input:checked + img{
    border:2px solid #f00;
}
.stroi-row .imgradio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
span.calc__picture {
    position: relative;
    display: block;
    -webkit-transition: inherit;
    transition: inherit;
    border-radius: 2px;
    overflow: hidden;
}
.stroi-row .imgradio label {
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    width: -webkit-calc(100% / 4 - 30px);
    width: calc(100% / 4 - 30px);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.calc__label {
	cursor: pointer
}
.calc__label {
	display: block;
	position: relative;
	line-height: 130%;
	padding-left: 28px;
	-webkit-transition: inherit;
	transition: inherit;
	text-align: left;
}
.calc__checkbox {display:none}
.calc__checkbox[type=radio]~.calc__label:before {
	position: absolute;
	content: '';
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #f8f1eb;
	border: 1px solid #e0d4ca;
	-webkit-transition: inherit;
	transition: inherit;
	box-sizing: border-box
}
.calc__checkbox[type=radio]~.calc__label:after {
	position: absolute;
	content: '';
	top: 4px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #66615c;
	-webkit-transition: inherit;
	transition: inherit;
	opacity: 0
}
.calc__checkbox[type=checkbox]:checked~.calc__label:after, .calc__checkbox[type=radio]:checked~.calc__label:after {
	opacity: 1
}
.stroi-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
	margin-top: 30px;
    border-top: 1px solid #f8f1eb;
    padding-top: 20px;
}
.stroi-title.no-bord {margin-top: 0px;border-top:none;}
.stroi-text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
    line-height: 130%;
}
.stroi-btn {
    margin-top: 25px;
    text-align: center;
	margin-bottom: 20px;
}
.stroi-btn input[type="submit"] {
    color: #fff;
	transition: all .3s;
}
.stroi-btn input[type="submit"]:hover {
    background-color: #88c453;
}
span.calc__picture:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit;
}
.stroi-row .imgradio label:hover span.calc__picture:before {
	opacity: .2;
}
.stroi-wrap {
    background: #f4f4f4;
    border-radius: 6px;
    padding: 10px 20px;
}
.stroi-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -15px;
    margin-right: -15px;
	padding: 10px 0;
}
.stroi-wrap.stroi-col50-wrap {
    width: -webkit-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-sizing: border-box;
}
.stroi-wrap select {
	margin-top: 20px;
	background: url(/wp-content/uploads/2022/07/chevron.svg) center right 20px no-repeat #f8f1eb;
	border-radius: 6px;
	font-size: 16px;
	color: #66615c;
	cursor: pointer;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border: 1px solid #e0d4ca
}
.stroi-konstr-wrap .stroi-row .wpcf7-checkbox {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.stroi-konstr-wrap .stroi-row .wpcf7-checkbox span.wpcf7-list-item {
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    width: -webkit-calc(100% / 4 - 30px);
    width: calc(100% / 4 - 30px);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.stroi-konstr-wrap .stroi-row .wpcf7-checkbox span.wpcf7-list-item label {
    font-weight: 400;
	cursor: pointer;
}
.stroi-wrap .wpcf7-checkbox .wpcf7-list-item-label {
    display: block;
    position: relative;
    line-height: 130%;
    padding-left: 28px;
    -webkit-transition: inherit;
    transition: inherit;
}
.stroi-wrap span.wpcf7-list-item input[type="checkbox"] {
    display: none;
}
.stroi-wrap .stroi-row .wpcf7-checkbox span.wpcf7-list-item-label {
	margin-top: 0;
	text-align: left;
}
.stroi-wrap .wpcf7-checkbox span.wpcf7-list-item label input[type=checkbox]~span.wpcf7-list-item-label:before {
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #f8f1eb;
    border: 1px solid #e0d4ca;
    -webkit-transition: inherit;
    transition: inherit;
    box-sizing: border-box;
}
.stroi-wrap .wpcf7-checkbox span.wpcf7-list-item label input[type=checkbox]~span.wpcf7-list-item-label:after {
    position: absolute;
    content: '';
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2022/07/check.svg) top 4px left 4px no-repeat;
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
}
.stroi-wrap .wpcf7-checkbox span.wpcf7-list-item label input[type=checkbox]:checked~span.wpcf7-list-item-label:before {
	background: #66615c;
	border: none
}
.stroi-wrap .wpcf7-checkbox span.wpcf7-list-item label input[type=checkbox]:checked~span.wpcf7-list-item-label:after {
	opacity: 1
}

.stroi-fundam-wrap span.wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.stroi-fundam-wrap .wpcf7-list-item {
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    width: -webkit-calc(100% / 4 - 30px);
    width: calc(100% / 4 - 30px);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.stroi-fundam-wrap .wpcf7-list-item label {
	cursor: pointer;
	font-weight: 400;
}
.stroi-fundam-wrap .wpcf7-list-item .wpcf7-list-item-label {
	display: block;
	position: relative;
	line-height: 130%;
	padding-left: 28px;
	-webkit-transition: inherit;
	transition: inherit;
	text-align: left;
}
.stroi-fundam-wrap .wpcf7-list-item input[type=radio] {display:none}
.stroi-fundam-wrap .wpcf7-list-item input[type=radio]~.wpcf7-list-item-label:before {
	position: absolute;
	content: '';
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #f8f1eb;
	border: 1px solid #e0d4ca;
	-webkit-transition: inherit;
	transition: inherit;
	box-sizing: border-box
}
.stroi-fundam-wrap .wpcf7-list-item input[type=radio]~.wpcf7-list-item-label:after {
	position: absolute;
	content: '';
	top: 4px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #66615c;
	-webkit-transition: inherit;
	transition: inherit;
	opacity: 0
}
.stroi-fundam-wrap .wpcf7-list-item input[type=radio]:checked~.wpcf7-list-item-label:after {
	opacity: 1
}
.stroi-fundam-wrap .stroi-row {
    border-top: 1px solid #f8f1eb;
	padding-bottom: 10px;
}
.stroi-col100-wrap {
    margin-top: 25px;
}
.stroi-cols.stroi-info {
    padding: 0;
}
span.req {
    color: #d46a00;
}
.stroi-info input[type="tel"], .stroi-info input[type="text"], .stroi-info textarea {
	margin-top: 20px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e0d4ca;
    border-radius: 6px;
    color: #2b2a29;
    padding-left: 20px;
}
@media screen and (max-width: 767px) {
	.stroi-cols, .stroi-row .imgradio, .stroi-konstr-wrap .stroi-row .wpcf7-checkbox, .stroi-fundam-wrap span.wpcf7-form-control {
		display: block;
	}
	.stroi-wrap.stroi-col50-wrap, .stroi-row .imgradio label, .stroi-konstr-wrap .stroi-row .wpcf7-checkbox span.wpcf7-list-item, .stroi-fundam-wrap .wpcf7-list-item {
		width: 100%;
	}
}

/* new table */
.allTableIns3 {
  width: 100%;
  margin-top: 0;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 4.949px 21.436px 65px 0px rgba(48, 85, 108, 0.27);
          box-shadow: 4.949px 21.436px 65px 0px rgba(48, 85, 108, 0.27);
  padding: 12px;
}

.allTableIns3 .tblBorder {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: absolute;
  width: 220px;
  height: 100%;
  left: 0;
  top: 0;
  border-left: 3px solid #FF8A0D;
  border-right: 3px solid #FF8A0D;
  z-index: 50;
  pointer-events: none;
}

.allTableIns3 .table {
  border: none;
  border-collapse: collapse;
  font-size: 16px;
  font-weight: 300;
	display: table;
}

.allTableIns3 .table .td {
  padding: 6px 20px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  width: 50% !important;
}

.allTableIns3 .table .td.title_td {
  text-align: left;
}

.allTableIns3 .table .tr {
  overflow: hidden;
  /*display:flex;*/
}

.allTableIns3 .classTable3Top {
  position: relative;
  border-width: 1px;
  border-color: gainsboro;
  border-style: solid;
  border-radius: 10px;
  padding: 0;
}

.allTableIns3 .classTable3Top .table .tr {
  display: table-row;
  -webkit-transition: .14s;
  -o-transition: .14s;
  transition: .14s;
  min-height: 43px;
}

.allTableIns3 .classTable3Top .table .tr:nth-of-type(1) .td {
  background: none;
  border-bottom: none;
  border-right: 1px solid #ACC3D1;
  color: #ff7600;
  font-size: 17px;
}

.allTableIns3 .classTable3Top .table .tr:first-of-type {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.allTableIns3 .classTable3Top .table .tr:first-of-type .td:before {
  display: none;
}

.allTableIns3 .classTable3Top .tr:hover {
  background-color: #f8fcff;
  -webkit-box-shadow: 0.868px 4.924px 13px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0.868px 4.924px 13px 0px rgba(0, 0, 0, 0.16);
}

.allTableIns3 .classTable3Top .tr:hover .td {
  border-bottom: 1px solid #cfcfcf;
}

.allTableIns3 .hiddenTrDiv {
  /*background:#fff;*/
  overflow: hidden;
}

.allTableIns3 .table .tr .td {
  position: relative;
  padding-right: 10px;
  border-bottom: 1px solid #ACC3D1;
  background: transparent;
  font-size: 16px;
  display: table-cell;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.allTableIns3 .table .tr .td:nth-of-type(1) {
  width: 200px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.allTableIns3 .table .tr .td:nth-of-type(2) {
  width: 210px;
}

.allTableIns3 .table .tr .td:nth-of-type(3) {
  width: 210px;
}

.allTableIns3 .table .tr .td:nth-of-type(4) {
  width: 220px;
}

.allTableIns3 .table .tr .td:before {
  width: 1px;
  /* height: 40px; */
  height: 70%;
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  background: #d7d7d7;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.allTableIns3 .table .tr .td:last-of-type {
  border-right: none !important;
}

.allTableIns3 .table .tr .td:last-of-type:before {
  display: none;
}

.allTableIns3 .table .tr .td:first-of-type img {
  width: 48px;
}

.allTableIns3 .table .tr .td img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.allTableIns3 .table .tr .td p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.allTableIns3 .table .tr.hiddenTr {
  display: block;
  width: 100%;
  margin-bottom: 0;
  /*display:none;*/
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.allTableIns3 .table .tr.hiddenTr > .td2 {
  width: 100%;
  display: block;
  padding: 0;
  height: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.allTableIns3 .table .tr.hiddenTr > .td2:before {
  display: none;
}

.allTableIns3 .table .tr .button, .allTableIns3 .table .tr a.button {
  display: inline-block;
    width: 150px;
    text-align: center;
  color: #fff;
  
}

.allTableIns3 .table .tr.itog .td:first-of-type img {
  width: 38px;
}

.allTableIns3 .table .tr.itog .td:first-of-type {
  padding-top: 0;
}

.allTableIns3 .table .tr.active + .tr.hiddenTr {
  display: block;
  margin-bottom: 4px;
}

.allTableIns3 .classTable3Top .table .tr .td p.noclickp:after {
  display: none;
}

.allTableIns3 .classTable3Top .table .tr .td p:nth-of-type(1):hover:after {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.allTableIns3 .classTable3Top .table .tr:nth-of-type(1) {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.allTableIns3 .classTable3Top .table .tr .td::before {
  height: 100%;
  background: #ACC3D1;
}

.allTableIns3 .table .tr:last-of-type .td p:nth-of-type(1):after {
  display: none;
}

.allTableIns3 .table .tr:last-of-type .td p {
  font-size: 18px;
  font-weight: 700;
}

.allTableIns3 .table .tr.itog:last-of-type .td p span:after {
  display: none;
}

.allTableIns3 .table .tr.itog:last-of-type .td p {
  width: 100%;
  margin-top: 10px;
  font-size: 20px;
  text-align: left;
  padding-left: 11px;
}

.allTableIns3 .table .tr.itog .td {
  border-bottom: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 16px;
}

.allTableIns3 .table .tr.itog .td .price {
  font-size: 24px;
  font-family: "Lora", serif;
  color: #000000;
  height: auto;
  margin-bottom: 15px;
  display: block;
    text-align: left;
}

.allTableIns3 .table .tr.itog .td .old_price {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 7px;
  height: auto;
  text-decoration: line-through;
}

.allTableIns3 .table .tr:last-of-type span.dateSum {
  background: #ffecac;
  padding: 8px 14px 9px;
  display: block;
  width: 224px;
  border-radius: 17px;
  margin-top: 7px;
  margin-left: -14px;
}

.allTableIns3 .table .tr:last-of-type span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.allTableIns3 .siteContentInside .old_price {
  position: relative;
  top: 0;
  font-weight: 400 !important;
  right: 0;
  font-size: 18px;
  display: block;
  text-align: right;
}

.allTableIns3 .table .tr:last-of-type span.old_price:after {
  width: 14px;
  height: 14px;
  top: 0;
  margin-right: 2px;
  margin-left: 14px;
}

.allTableIns3 .table .tr.itog .td:before {
  height: 100%;
}

.allTableIns3 .inside3 .title {
  font-size: 22px;
  color: black;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
}

.allTableIns3 .inside3 .title.hidden_mob {
  margin-bottom: 15px;
}

.allTableIns3 .table .tr:last-of-type {
  margin-bottom: 0;
}

.allTableIns3 .classTable3Top .hiddenTrDiv .table .tr:nth-of-type(1) {
  font-size: 18px;
  font-family: 'Roboto', serif;
  font-style: normal;
  font-weight: 300;
}

.allTableIns3 .classTable3Top .hiddenTrDiv .table .tr {
  margin-bottom: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.allTableIns3 .classTable3Top .hiddenTrDiv .table .tr .td {
  background: #fafafa;
}

.allTableIns3 .classTable3Top .hiddenTrDiv .tr:first-of-type .td:before {
  display: block;
}

.allTableIns3 .classTable3Top .hiddenTrDiv .table .tr:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1239px) {
	.allTableIns3 .classTable3Top {
		overflow-x: auto;
	}
}

.portfolio_wrapper .image_frame .image_wrapper img {transition: all .3s;}
.pricetable td, .pricetable th {
    text-align: left;
}
td.tbl-center {
    text-align: center;
    font-weight: bold;
}
table.pricetable td:nth-child(2), table.pricetable th:nth-child(2) {
    text-align: right;
}
table.pricetable.align-left td:nth-child(2), table.pricetable.align-left th:nth-child(2) {
	 text-align: left;
}
.section.offer {
	background: #bbe6ec;
    background-image: linear-gradient(#bbe6ec, #f1fbfc);
}
.offer-title {
    font-size: 32px;
    line-height: 1.2;
}
.offer .section_wrapper {
    background: url(/wp-content/uploads/2022/08/tools-bg.png) right bottom no-repeat;
}
.offerform-name {
    font-size: 24px;
    line-height: 1.2;
}
.offerform-wrap {
    background-color: #fff;
    padding: 40px 48px;
    margin-top: 40px;
    max-width: 460px;
	box-sizing: border-box;
	text-align: center;
}
.offerform-subtitle {
    font-weight: 400;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 20px;
}
.offer-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
	position: relative;
}
.offer-form input[type="tel"] {
    width: 95%;
    border: none;
    border-bottom: 1px solid #333;
    box-shadow: none;
    font-size: 16px;
	height: 35px;
}
.offer-form span.ajax-loader {
    position: absolute;
    right: -15px;
    top: 10px;
}
.offer-form > span.wpcf7-form-control-wrap {
    width: 70%;
}
.offer-form input[type="submit"] {
    width: 25%;
	color: #fff;
	padding: 5px;
	height: 35px;
}
.offer-note {
	color: #7d7d7d;
    font-size: 14px;
    margin-top: 20px;
}
@media screen and (max-width: 479px) {
	.offer-form {display: block;}
	.offer-form > span.wpcf7-form-control-wrap, .offer-form input[type="submit"] {display: block; width: 100%}
}

.podbor h2.title {
	font-size: 19px;
    line-height: 24px;
    font-weight: 600;
}
.wrap.podbor {
    padding: 30px 30px 20px 30px;
    background: #F7F8F8;
	margin-bottom: 40px;
}
.vklad .ui-tabs .ui-tabs-nav {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}
.vklad .ui-tabs .ui-tabs-nav li {
	flex: 1 1 100%;
}
.vklad .ui-tabs .ui-tabs-nav li a {
	text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #FFFFFF;
    border: 1px solid;
    border-color: #E8E8E8;
    border-right: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    padding: 17px 0;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.vklad .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	display: none;
}
.vklad .ui-tabs .ui-tabs-nav li.ui-state-active a, .vklad .ui-tabs .ui-tabs-nav li a:hover {
	background: #419b34;
	color: #fff;
}
.vklad .ui-tabs-panel ul, .podbor-top ul {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ffffff;
    list-style: none;
    margin: 0;
}
.vklad .ui-tabs-panel ul li, .podbor-top ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 0;
    position: relative;
}
.vklad .ui-tabs-panel ul li a, .podbor-top ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 52px;
    min-height: 35px;
    background: #F7F8F8;
    border-radius: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    padding: 0 12px;
	-webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}
.vklad .ui-tabs-panel ul li a:hover, .podbor-top ul li a:hover {
	background: #419b34;
	color: #fff;
	text-decoration: none;
}
.podbor-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.podbor .podbor-top ul {
    background: transparent;
	padding: 10px 20px;
}
.podbor-top ul li a {
	background: #fff;
}

td.fulltd {
    text-transform: uppercase;
    text-align: center;
}

.portfolio_wrapper .image_wrapper {
    max-height: 265px;
}

.fundcalc .caldera-grid .form-control {
    border-radius: 10px;
    border: 1px solid #E2E2EB;
	height: 42px;
}
.caldera-grid .form-group.fund--range {
    margin-bottom: 33px;
}
.fundcalc h5.total-line span {
    color: #ce4841;
    font-size: 42px;
    display: inline-block;
    margin: 15px 0;
}
.fundcalc .caldera-grid input[type=submit] {
	color: #fff;
}

.fund--block{text-align:center}
.fund--block img{border-radius:15px;box-shadow:0 1px 1px rgba(0,0,0,.22);border: 2px solid transparent;}
.fund--block img:hover{border:2px solid #c12626}
.fund--block .fund--title{font-size:18px;font-weight:700;text-transform:uppercase;padding-top:10px;color:#565656}
.fund--block .fund--line:before,.fund--block .fund--line:after{content:'';display:inline-block;width:calc(50% - 50px);height:1px;background-color:#ccc;vertical-align:middle}
.fund--block .fund--line span{display:inline-block;width:50px;height:3px;background-color:#cd2122;margin-right:25px;margin-left:25px;vertical-align:middle}
.fund--block .fund--line2 svg{display:inline-block;margin-right:20px;margin-left:20px;vertical-align:middle}
.fund--block .fund--line2:before,.fund--block .fund--line2:after{content:'';display:inline-block;width:calc(50% - 30px);height:1px;background-color:#cd2122;vertical-align:middle}
.fund--block .fund--fund--price{font-size:18px;font-weight:700;color:#565656}
.fund--block .fund--pod{font-size:12px;text-transform:uppercase}
.fund--block .fund--s{font-size:12px;font-weight:500;color:#c12626;padding-top:5px}
.fund--block .fund--price2{font-weight:700;white-space:nowrap}
.fund--block .fund--img{position:relative}
.fund--block .fund--more{background-color:#d33;color:#fff;padding:10px 15px;font-size:12px;display:inline-block;position:absolute;bottom:10px;left:0}

.woocommerce .wrap-top ul.products li#litable, .woocommerce .wrap-top ul.products li#litable-head {
    width: 100% !important;
	overflow-x: auto;
}
.woocommerce table.my_product_table .litable-head .td-class {
    font-weight: 600;
    padding: 15px 5px;
	vertical-align: baseline;
}
.woocommerce table.my_product_table {
    margin: 0;
}
.woocommerce table.my_product_table .td-class {
    width: 12.5%;
	font-size: 14px;
	line-height: 1.2;
}
.woocommerce ul.products li.product .td-class a img {
    width: auto;
    max-width: 100px !important;
    max-height: 50px;
    margin: 0 auto;
}