/*
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
-------------------------------------------------------------- */

.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}
body.home #Header {
	min-height: 0px !important;
}
body.home .homeslider .section_wrapper {
    padding-top: 120px;
}
#Header #Top_bar {
    background: transparent !important;
	position: relative !important;
}
#Header #Top_bar .logo {
    margin: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.header-magazine #Header #Top_bar .logo {
    width: auto;
    border: 0;
}
.header-stack #Header #Top_bar .logo #logo {
	height: 80px;
}
#Header #Top_bar .menu_wrapper {
    z-index: 201;
    background: transparent;
    width: 100%;
	float: none;
}
.textlogo {
    max-width: 250px;
	font-size: 14px;
	padding-left: 10px;
}
.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: #0f0f0f;
    font-size: 14px;
}
.topinfo-block a:hover {
	color: #0f0f0f;
}
.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: #6db771;
    margin-right: 5px;
}
.topline-right a {
    color: #6db771;
    font-size: 18px;
    margin-left: 8px;
}
.topinfo-three .topinfo-block a {
    font-size: 16px;
}
a.newbtn {
    background: #6db771;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 5px;
	color: #fff;
	transition: all .2s;
	text-align: center;
}
a.newbtn:hover {
	background: #73cb78;
	text-decoration: none;
	color: #fff;
}
#Header #Top_bar .menu > li > a {
    font-weight: 600;
    text-transform: uppercase;
}

.header-stack #Header #Top_bar a.responsive-menu-toggle {display:none !important}
#Subheader h1.title {
    margin-top: 40px;
	text-transform: uppercase;
}

.tn-block .tn-block_inner {
    padding: 40px 30px 240px 30px;
	z-index: 2;
    position: relative;
}
.tn-block .tn-block_inner h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 1.4;
	margin-bottom: 0;
}
.text-typing {
    color: #fff;
    text-transform: uppercase;
    font-size: 52px;
	line-height: 1.4;
}
/* .tn-block_border .mcb-wrap-inner {
    position: relative;
} */
.tn-block_border .mcb-wrap-inner:before {
    content: '';
	position: absolute;
    background: transparent;
    width: 97.5%;
    height: 100%;
    border: 1px solid #74bd78;
	top: -15px;
    left: 15px;
	z-index: 1;
}
.consult-btn {
    text-align: center;
    z-index: 2;
    position: relative;
}
.consult-btn a {
    display: inline-block;
    color: #000000;
    font-size: 26px;
    padding: 22px 50px;
    background: #fff;
    text-transform: uppercase;
	clip-path: polygon(8% 0, 100% 0, 100% 70%, 92% 100%, 0 100%, 0 30%);
	transition: all .3s;
}
.consult-btn a:hover {text-decoration:none; clip-path:polygon(0 0, 100% 0, 100% 100%, 92% 100%, 0 100%, 0 30%);}


@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) {
	.tn-block .tn-block_inner {padding: 30px 20px 120px 20px;}
	.tn-block .tn-block_inner h1, .text-typing {font-size: 26px;}
	#Header #Top_bar {top:0;}
	#Header #Top_bar .logo {margin: 15px; width: 100%; position: relative !important; float: none;display: block;}
	.textlogo {max-width: 100%;}
	.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: 0 !important; background: transparent !important; margin-top: -50px; }
	.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 #Content {
    background: #f6f6f6;
}
.archive.woocommerce ul.products li.product {
    box-sizing: border-box;
	background: #fff;
    -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 10px 1px rgba(0,0,0,.1);
    -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 20px 10px 20px;
}
/*  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: #74bd78;
	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: #74bd78;
}
.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 #74bd78;
    -webkit-box-shadow: 0 -2px 0 #74bd78 inset;
    box-shadow: inset 0 -2px 0 #74bd78;
    color: #fff;
    background-color: #74bd78;
	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: 18px;
    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*/
body:not(.home) #Header #Top_bar .menu_wrapper {
	border-bottom: 2px solid #74bd78;
}
.menu_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    margin: 0 15px;
}
.menu_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link::after {
	content: '';
	display:block;
    height: 2px;
    width: 0%;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 203;
    opacity: 0;
    filter: alpha(opacity=0);
	background: #74bd78;
	-webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.menu_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover::after {
    width: 100%;
}
.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;}
}
/* footer */
#Footer .foot-title{font-size:16px;font-weight:600;min-height:20px;margin-bottom:15px}
#Footer ul.foot-menu{list-style:none;padding:0;margin:0}
#Footer ul.foot-menu li{margin-bottom:5px;list-style-image:none}
#Footer ul.foot-menu li a,#Footer a{font-size:14px;color:#fff;text-decoration:none;border-bottom:none}
#Footer ul.foot-menu li a:hover,#Footer a:hover{color:#c1cbd8}
#Footer.contact-footer div{margin-bottom:7px}
.footer_contact p {margin-bottom: 5px;}
p.phoner__text {color: #fff;font-size: 0.9em;font-weight: 300;}
@media screen and (max-width:767px){
	#Footer .foot-title{min-height:auto;margin-top:20px}
	#Footer .col-footer-two .foot-title{margin-top:0;margin-bottom:0}
}
@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; }
	#Footer .column ul {-ms-flex-wrap: wrap;flex-wrap: wrap;}
	#Footer .column ul li { margin: 0 30px 10px 0; }
}

.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: #2e2e2e;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 10px 0 0;
    display: block;
    text-align: left;
}
.desc .desc-line .price {
    color: #2e2e2e;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 10px 0 8px;
}
@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%;
}
@media only screen and (min-width: 768px) {
	.cus-block .column_attr {
		max-width: 240px;
	}
}
@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: transparent;}
  .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: #333;}
}

/* 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;
    height: 100%;
    min-height: 100%;
    position: relative;
}
.vid-image {
	position: relative;
    overflow: hidden;
	border-radius: 3px;
}
.vid-img_inner {
	transition: transform ease 0.8s;
}
.vid-item:hover .vid-title-inner {
    margin-bottom: 10px;
}
.vid-img_inner span {
	width: 100%;
	display: block;
    background-size: cover;
	min-height: 280px;
	background-position: top center;
	opacity: 1;
    transition: opacity 300ms;
}
.vid-inner-text {
    position: absolute;
    z-index: 11;
    left: 20px;
    right: 20px;
	bottom: 20px;
	padding: 25px 10px 0px;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.vid-title-inner {
    transform: translateY(-2px);
	margin-bottom: 0px;
    transition: all ease 0.2s;
    max-height: 72px;
    overflow: hidden;
	color: #fff;
}
.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;
}
.vid-font_mlg {
	overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.3em;
    line-height: 1.454em;
}
.vid-font_mlg a:hover {
	text-decoration:none;
	color:#fff;
}
.hover_zoom:hover .shine>*, .hover_zoom .shine:hover>* {
    transform: scale(1.1);
	transition: transform ease 0.8s;
}
.vid-img_inner span:before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    z-index: 11;
}
.vid-item:hover .vid-img_inner span:before {
	opacity: 1;
}
.vid-item .vid-img_inner span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 40%;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    z-index: 1;
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.vid-item:hover .vid-img_inner span:after {
    opacity: 0;
}
.vid-item .vid-inner-text .vid-previewtext {
    margin: 0px;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transform: translateY(2px);
    transition: all ease 0.2s;
	opacity: 0.7;
	font-size: 1em;
    line-height: 1.692em;
	color: #fff;
}
.vid-item:hover .vid-inner-text .vid-previewtext {
    visibility: visible;
    height: auto;
    transform: translateY(-6px);
}
@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;
}
}

/* etap-6 */
#tree{
	padding: 72px 0px 78px;
	overflow: hidden;
	position: relative;
	background: #fff;
}
#tree .treeListItemWrap.loaded .treeListItem{
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

#tree .treeListItemWrap.loaded .treeListItem {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

#tree .treeListItemWrap:nth-child(even).loaded .treeListItem {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

#tree .treeListItemWrap.loaded .treeListItem{
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
#tree.loaded .heading {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

#tree .heading{
	text-align: center;
}

#tree .headingDescription{
	text-align: center;
	margin-top: 6px;
	font-size: 18px;
}

#tree .treeListWrap{
	position: relative;
	margin: 54px auto 0;
	max-width: 1340px;
	width: 100%;
}

#tree .treeListWrap:before{
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 55px;
	bottom: 40px;
	width: 2px;
	margin-left: -1px;
	background: url("/wp-content/uploads/2022/03/dashVertical.png");
}

#tree .treeList{
	width: 50%;
}

#tree .treeListItemWrap{
	position: relative;
	text-align: right;
	margin-bottom: 24px;
}

#tree .treeListItemWrap:last-child{
	margin-bottom: 0;
}

#tree .treeListItemWrap:nth-child(even){
	transform: translate3d(100%,0,0);
	text-align: left;
}

#tree .treeListItemNum{
	position: absolute;
	z-index: 2;
	top: 50%;
	right: -26px;
	margin-top: -21px;
	padding: 6px 12px;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	background: #fff;
}

#tree .treeListItemWrap:nth-child(even) .treeListItemNum{
	right: auto;
	left: -27px;
}

#tree .treeListItemNum span{
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #d2dfed;
	border-radius: 50%;
	color: #7792bb;
}

#tree .treeListItems .treeListItem{
	position: relative;
}

#tree .treeListItem{
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
    opacity: 0;
}

#tree .treeListItemWrap:nth-child(even) .treeListItem{
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	opacity: 0;
}

#tree .bigHeading{
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	line-height: 40px;
	font-size: 50px;
	opacity: 0.06;
	right: 36px;
	top: -25px;
	pointer-events: none;
	color: #0078ff;
}

#tree .treeListItemWrap:nth-child(even) .bigHeading{
	left: 36px;
}

#tree .treeListItem .normalHeading{
	font-weight: 700;
	line-height: 32px;
	font-size: 24px;
}

#tree .itemDescription{
	font-size: 14px;
	line-height: 21px;
}

#tree .treeListItemTable{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

#tree .treeListItemTableLeftColumn,
#tree .treeListItemTableRightColumn{
	vertical-align: middle;
	display: table-cell;
	position: relative;
}

#tree .treeListItemWrap:nth-child(odd) .treeListItemTableRightColumn{
    padding-left: 34px;
	text-align: left;
    width: 185px;
}

#tree .treeListItemWrap:nth-child(even) .treeListItemTableLeftColumn{
	padding-right: 34px;
	text-align: right;
	width: 185px;
}

#tree .treeIconWrap{
	position: relative;
}

#tree .treeIconWrap:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -1px;
	background: url("/wp-content/uploads/2022/03/dashHorizontal.png") left center;
}

#tree .treeIcon{
	position: relative;
	display: inline-block;
	width: 72px;
	height: 72px;
	background: #0078ff;
	box-shadow: 0 0 0 9px #e5f1ff, 0 0 0 21px #fff;
	border-radius: 50%;
	overflow: hidden;
}

#tree .treeIcon .large{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#tree .small{
	display: none;
}
@media all and (max-width: 1400px){
#tree{
		padding: 42px 0 48px;
	}

	#tree .treeListWrap{
		margin-top: 42px
	}

	#tree .treeListItemWrap{
		margin-bottom: 6px;
	}

	#tree .treeListItem .normalHeading{
		font-size: 22px;
		line-height: 24px;
	}

	#tree .bigHeading{
		font-size: 40px;
		right: 18px;
	}

	#tree .treeListItemWrap:nth-child(even) .bigHeading{
		right: auto;
		left: 18px;
	}

	#tree .treeListItemWrap:nth-child(odd) .treeListItemTableRightColumn{
		width: 140px;
		padding-left: 24px;
	}

	#tree .treeListItemWrap:nth-child(even) .treeListItemTableLeftColumn{
		width: 140px;
		padding-right: 24px;
	}

	#tree .treeIcon{
		box-shadow: 0 0 0 9px #e5f1ff, 0 0 0 6px #fff;
	}

	#tree .treeListItemNum{
		right: -21px;
		padding: 6px;
	}

	#tree .treeListItemWrap:nth-child(even) .treeListItemNum{
		left: -21px;
	}
}
@media all and (max-width: 1200px){
#tree .treeListItemWrap:nth-child(even) .treeListItemTableLeftColumn{
		width: 55px;
		padding-right: 12px;
	}

	#tree .treeListItemWrap:nth-child(odd) .treeListItemTableRightColumn{
		width: 55px;
		padding-left: 12px;
	}

	#tree .treeIcon {
	   display: none;
	}

	#tree .treeListItem .normalHeading{
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 6px;
	}

	#tree .bigHeading{
		font-size: 30px;
		top: -22px;
	}
}
@media all and (max-width: 1023px) {
#tree .treeList{
		width: 100%;
		font-size: 0;
	}

	#tree .treeListWrap:before{
		display: none;
	}

	#tree .treeListItemWrap:nth-child(n){
		text-align: center;
		transform: none;
		width: 44%;
		padding: 24px 12px;
		margin-bottom: 0;
		border-bottom: 1px solid #eee;
	}

	#tree .treeListItemWrap:nth-child(even) {
		border-left: 1px solid #eee;
	}
	#tree .treeListItemWrap:nth-last-child(2), #tree .treeListItemWrap:last-child {
		border-bottom: none;
	}

	#tree .treeListItemNum{
		display: none;
	}

	#tree .treeListItemTableLeftColumn, #tree .treeListItemTableRightColumn{
	    display: block;
	}

	#tree .treeListItemWrap:nth-child(even) .treeListItemTableLeftColumn{
		display: none;
	}

	#tree .treeListItemWrap:nth-child(odd) .treeListItemTableRightColumn{
		display: none;
	}

	#tree .small{
		display: block;
		margin: 0 auto 18px;
	}

	#tree .bigHeading{
		left: 0;
		right: auto;
		width: 100%;
	}

	#tree .treeListItemWrap .bigHeading{
		display: none;
	}

	#tree .treeListItems {
		display: flex;
		flex-wrap: wrap;
	}
}
@media all and (max-width: 475px) {
#tree .treeListItemWrap:nth-child(n){
		width: 100%;
	}
}
/* - */
.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: #6db771;
	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: #6db771;
}
.bellows .bellows-nav .bellows-menu-item:last-child a.bellows-target:after {
    display: none;
}
a.info-btn {
    border-bottom: 1px dashed #6db771;
    color: #6db771;
    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 #6db771;
    display: inline-block;
    font-size: 16px;
    padding: 5px 8px;
    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: #6db771;
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width: 767px){
	.wrap-top-items ul.menu li {
		display: block;
	}
	.wrap-top-items .menu {
		position: relative;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
}
h2.noline {
    position: relative;
    text-align: center;
    padding-bottom: 14px;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}
.wrap-top-items .slider-control {display:none}

@media only screen and (max-width: 767px){
	.wrap-top-items ul.menu li {
		display: block;
	}
	.wrap-top-items .menu {
		position: relative;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	.wrap-top-items .menu-categories-container {
	  width: 100%;
	  margin: 0 auto;
	  overflow: hidden;
	  position: relative;
	}

	.wrap-top-items ul#menu-categories {
	  margin-bottom: 0;
	  /* overflow-x: scroll; */
	}
	.wrap-top-items .slider-control {
	  display: flex;
	  justify-content: space-between;
	}

	.wrap-top-items .sl-btn {
	  background: #fff;
	  display: inline-block;
	  padding: 5px 0;
	  cursor: pointer;
	  font-size: 18px;
	  border-radius: 50%;
	}

	.wrap-top-items .sl-btn:hover {
	  opacity: .85;
	}
}

/* owl */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

.menu-categories-container .owl-carousel.owl-drag .owl-item {
	text-align: center;
}
.menu-categories-container .owl-nav {
    position: absolute;
    top: 5px;
    width: 100%;
}
.menu-categories-container .owl-carousel .owl-nav button {
    font-size: 18px;
}
.menu-categories-container .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    position: absolute;
}
.menu-categories-container .owl-carousel .owl-nav button.owl-next {
    right: 0;
    position: absolute;
}

.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: #6db771;
    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/2024/06/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: #74bd78;
	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: #74bd78;
	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;
}

.gallery-item img.attachment-full.size-full {
    min-height: 215px;
    width: auto !important;
}
@media screen and (min-width: 1240px) {
	.gallery:not(.galleryid-141) .gallery-item img.attachment-full.size-full {max-height: 215px; min-width: 283px;}
}
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: #6db771;
    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;
}

/* owl-slider */
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;}.owl-carousel .owl-pagination.disabled,.owl-carousel .owl-buttons.disabled{display:none}.owl-carousel .owl-page,.owl-carousel .owl-buttons .owl-next,.owl-carousel .owl-buttons .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-carousel-rev .owl-pagination {
  margin-top: 30px;
  text-align: center;
  float: left;
  width: 100%;
}
.owl-carousel-rev .owl-pagination .owl-page {
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
}
.owl-carousel-rev .owl-pagination .owl-page:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #79AF33;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-carousel-rev .owl-pagination .owl-page.active {
  border-color: #79AF33;
  width: 16px;
  height: 16px;
  top: 2px;
}
.owl-carousel-rev .owl-pagination .owl-page.active:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-carousel-rev .owl-pagination .owl-page:last-child.active {
  margin-right: 0;
}

.owl-carousel .owl-buttons {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
}
.owl-carousel .owl-buttons > div {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 38px;
  height: 38px;
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  line-height: 36px;
  text-align: center;
  font-size: 22px;
  padding-top: 0;
  padding-bottom: 0;
  background: #D0CCC7;
}
.owl-carousel .owl-buttons > div:hover, .owl-carousel .owl-buttons > div:active, .owl-carousel .owl-buttons > div:focus {
  background: #74bd78;
}
.owl-carousel .owl-buttons > div:hover i, .owl-carousel .owl-buttons > div:active i, .owl-carousel .owl-buttons > div:focus i {
  color: #fff;
}
.owl-carousel .owl-buttons > div.owl-prev {
  right: auto !important;
  left: -80px !important;
}
@media (max-width: 1380px) {
  .owl-carousel .owl-buttons > div.owl-prev {
    left: -30px !important;
  }
}
.owl-carousel .owl-buttons > div.owl-next {
  left: auto !important;
  right: -80px !important;
}
@media (max-width: 1380px) {
  .owl-carousel .owl-buttons > div.owl-next {
    right: -30px !important;
  }
}
.owl-carousel:hover .owl-buttons {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #fff;
}
.owl-carousel:hover .owl-buttons .owl-next {
  margin-left: 30px;
}
.owl-carousel:hover .owl-buttons .owl-prev {
  margin-right: 30px;
}

.owl-carousel.prod-owl .owl-buttons {
  opacity: 1;
}
.prod-owl .owl-wrapper-outer {
    overflow: hidden;
}
.prod-block {
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.1);
    margin: 23px;
	position: relative;
	padding-bottom: 30px;
}
.prod-block a.prod-img {
    display: block;
	padding: 10px;
}
.prod-block .prod-item {
    text-align: center;
}
.prod-block .prod-title {
    font-size: 20px;
    line-height: 1.2;
    padding: 0 10px;
    margin: 10px 0;
    font-weight: 600;
}
.prod-price {
    font-size: 16px;
}
.prod-more {
    position: absolute;
    display: none;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
	text-align: center;
}
.prod-more a {
    display: inline-block;
    background-color: #74bd78;
    color: #fff;
    padding: 15px 25px;
    font-size: 20px;
	margin: 0 auto;
	border-radius: 15px;
	transition: all .3s;
}
.prod-more a:hover {
	text-decoration: none;
	background-color: #5fa563;
	color: #fff;
}
.prod-block .icons_list {
    justify-content: center;
    margin-bottom: 10px;
}
.prod-block .icons_list .icon_sm {
	padding: 10px 20px 10px 25px;
}

.flex-wrap .mcb-wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.col_item .column_attr.clearfix {
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0px 0px 76px 0px rgba(0,0,0,.1);
    padding: 30px;
}
.col_item-stars .stars_wrap {
	text-align: right;
}
.col_item-stars .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;
}
.col_item-stars .star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.col_item-stars .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.col_item-stars .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #ffd500;
}
.col_item-img {
    text-align: center;
}
.col_item-img img {
    max-height: 150px;
    border: 1px solid #e7e7e7;
}
.col_item-title {
    color: #000000;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 600;
    text-align: center;
    margin: 15px 0;
}
.col_item-text {
    position: relative;
    font-size: 12px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.75;
    font-weight: 400;
}
.col_item-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
	display:none !important;
}
.col_item-right {
    color: #252525;
    font-size: 18px;
    font-weight: 400;
}
.col_item-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 15px;
    background: url(/wp-content/uploads/2024/06/photo.svg);
}
.col_item-text span {
    padding-top: 30px;
    display: block;
}

.pr_block .icon_box.icon_position_left {
    padding-left: 100px;
}
.pr_block .icon_box .icon_wrapper {
    font-size: 50px;
	line-height: 1;
}
.pr_title {
    font-size: 16px;
	text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.pr_content {
    font-size: 14px;
}
.style-simple .pr_block .icon_box:hover .icon_wrapper i, .style-simple .pr_block .icon_box:hover .image_wrapper img {
    top: 0;
}

.ustroi .section_wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
}

/* 2024 */
.table-responsive {
    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;
	overflow-x: auto;
}
.table-responsive th, .table-responsive td {
    text-align: left;
}
tr.sub_level td {
	background-color: #efefef !important;
	text-align: center;
}
tr.sub_level td:first-child {font-weight: bold;}

.calc-form-col-prop label, .calc-form-col-dim label, .calc-form-col, .calc-form-col-btn, .calc-form-col-other, .calc-form-col-other > div > div {
    max-width: 100%;
    flex: 0 0 auto;
    padding-left: calc(35px / 2);
    padding-right: calc(35px / 2);
	box-sizing: border-box;
}
.calc-form-col-dim label, .calc-form-col, .calc-form-col-btn, .calc-form-col-other > div, .calc-form-col-other-privacy > .privacy, .calc-form-col-other-file {
    margin-bottom: 30px;
}
.calc-form br, .personal-col br {
    display: none;
}
.calc-form p, .personal-col p, .calc-form-col-btn p {
	margin-bottom: 0;
}
.prop-title {
    font-size: 18px;
    color: #6db771;
    border-bottom: 2px solid #6db771;
    display: inline;
    text-transform: uppercase;
    line-height: 2em;
}
.calc-wrap, .personal-wrap {
   /* padding: 0 55px; */
  }
  .calc-heading-wrap {
    background: #ececec;
    border-bottom: 1px solid #00aeef;
    text-align: center;
    padding: 12px 0;
  }
  .calc-heading {
      font-size: 24px;
  }
  .calc-form-col-prop,
  .calc-form-col-dim,
  .calc-form,
  .personal-form,
  .calc-form-col-other > div {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-35px / 2);
    margin-right: calc(-35px / 2);
  }
  .calc-form-col-other > div {
    justify-content: space-between;
	width: 100%;
  }
  .calc-form label,
  .personal-form label {
    width: 100%;
    margin-bottom: 0;
}
.calc-sklad input, .calc-sklad textarea {
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    outline: none;
    height: 44px;
    border: 1px solid #bbe2f0;
    background: #fff;
      padding: 11px 15px 10px;
    border-radius: 0;
    width: 100%;
  }
.calc-form-col-btn {
    clear: both;
    width: 100%;
    text-align: center;
}
.calc-form-btn, .personal-form-btn {
    text-transform: uppercase;
    background-color: #6db771;
    padding: 15px 40px;
    position: relative;
    display: inline-block;
    min-height: 52px;
    border: 0;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -1px -1px 1px rgb(0 0 0 / 9%);
    box-shadow: -1px -1px 1px rgb(0 0 0 / 9%);
    outline: 0;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 15px;
    font-weight: 600;
    max-width: 600px;
}

.calc-form-col-other-file input[type=file] {
    font-size: 16px;
    border: none;
}
.calc-form-col-other {
    width: 100%;
}
.calc-form-col-other-file {
    width: 50%;
}
.calc-form-col-other-privacy {
    width: 50%;
    padding-left: 40px !important;
	text-align: center;
}
.calc-form-privacy {
    font-size: 12px;
	margin-bottom: 10px;
}
.calc-form-submit input[type="submit"] {
    color: #fff;
    display: inline-block;
    width: auto;
    font-size: 18px;
    border-radius: 8px;
}
@media only screen and (min-width: 576px){
    .calc-form-col-prop label,
    .calc-form-col-prop label.quantity,
    .calc-form-col-prop {
      margin-bottom: 0;
    }
    .calc-form-col-prop label {
      width: calc(100% - 115px);
    }
    .calc-form-col-prop label.quantity {
      width: 115px;
    }
    .calc-form-col-dim label {
      width: 33.33333%;
    }
  }
@media only screen and (min-width: 992px){
    .calc-form-col {
      width: 50%;
    }
    .calc-form-col-dim-wrap {
      width: 100%;
    }
  }
@media only screen and (min-width: 1400px){
    .calc-form-col,
    .calc-form-col-dim-wrap {
      width: 33.33333%;
    }
    .calc-form-col-other {
      width: 66.66666667%
    }
    .calc-form-col-other-file {
        width: 25%;
    }
    .calc-form-col-other-privacy {
      display: flex;
      width: 75%;
    }
    .calc-form-col-other-privacy {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-top: 13px;
    }
    .calc-form-col-other > div,
    .calc-form-col-other-privacy > .privacy,
    .calc-form-col-other-file {
      margin-bottom: 0;
    }
  }
  
@media only screen and (max-width: 768px){
	.section.tn-ban {
		margin-bottom: 20px;
	}
	.pr_block .icon_box.icon_position_left {
		min-height: auto;
	}
	.calc-form-col-other > div {
		display: block;
	}
	.calc-form-col-other-file {
		width: 100%;
		margin-bottom: 0;
	}
	.calc-form-col-other-privacy {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center;
	}
}

.vvedenie .image_wrapper img {
    max-height: 230px;
}
.link-all-box a {
    color: #56a35a;
    border-bottom: 1px dotted #56a35a;
	transition: all .2s;
}
.link-all-box a:hover {
    color: #56a35a;
    border-bottom: 1px dotted transparent;
	text-decoration: none;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mb-3 {
    margin-bottom: 15px;
}
.col-12, .col-3 .col-md-3, .col-md-4, .col-md-6, .col-sm-6, .col-md-8, .col-lg-3, .col-lg-4, .col-lg-9 {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
@media screen and (min-width: 768px) {
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666666%;
		flex: 0 0 66.666666%;
		max-width: 66.666666%;
	}
}
@media screen and (min-width: 1200px) {
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}
.mt-5 {
	margin-top: 50px;
}

.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}
.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}
.panel-group .panel {
    transition: all .3s;
    overflow: hidden;
}
.question_answer_block{margin-top:30px;margin-bottom:0;}
.question_answer_block .question_answer-left{background-image:url(/wp-content/uploads/2024/05/question-answer.webp);background-repeat:no-repeat;background-size:cover}
@media (min-width:992px){.question_answer_block .question_answer-left div{min-height:408px;max-height:408px}}
.question_answer_block .question_answer_block_for_flex{display:flex;flex-wrap:wrap}
.question_answer_block .question_answer_block_for_flex .question_answer_block_for_flex2{width:100%}
@media (min-width:992px){.question_answer_block .question_answer_block_for_flex .question_answer_block_for_flex2{max-height:453px}}
.question_answer_block .question_answer_block_for_flex #form-question_answer-title{flex:100%;margin-bottom:25px}
.question_answer_block .question_answer_block_for_flex .question_answer-left{padding:25px 30px 20px 20px}
.question_answer_block .question_answer_block_for_flex .question_answer-left div{display:flex;flex-direction:column;height:100%}
.question_answer_block .question_answer_block_for_flex .question_answer-left div .question_answer-left-call{margin-top:auto}
.question_answer_block .question_answer_block_for_flex .question_answer-left div .question_answer-left-title{font-size:26px;line-height:28.6px}
.question_answer_block .question_answer_block_for_flex .question_answer-left div .question_answer-left-desc{font-size:16px;color:#5b5b5b}
.question_answer_block .question_answer_block_for_flex .question_answer-left div a.question_answer-left-call{background-color:#6db771;color:#fff;border-radius:3px;border:none;font-size:16px;height: auto;padding: 15px 0;line-height: 1.4;text-align: center;}
.question_answer_block .question_answer_block_for_flex .question_answer-left div a.question_answer-left-call:hover{text-decoration:none;}
.question_answer_block .question_answer_block_for_flex .question_answer-right{max-height:100%;overflow-y:scroll}
.question_answer_block .question_answer_block_for_flex .question_answer-right::-webkit-scrollbar{border-radius:2px;width:5px!important}
.question_answer_block .question_answer_block_for_flex .question_answer-right::-webkit-scrollbar-thumb{border-radius:2px;background-color:#6db771;width:5px!important}
.question_answer_block .question_answer_block_for_flex .question_answer-right::-webkit-scrollbar-thumb:hover{background-color:#7cc934;cursor:pointer}
.question_answer_block .question_answer_block_for_flex .question_answer-right::-webkit-scrollbar-track{border-radius:2px;background-color:rgba(148,247,59,.3);width:5px!important}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion{margin-bottom:0}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default{border-radius:unset;padding:10px 15px;-webkit-box-shadow:0 0 16px -2px rgba(0,0,0,.2);-moz-box-shadow:0 0 16px -2px rgba(0,0,0,.2);box-shadow:0 0 16px -2px rgba(0,0,0,.2)}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-body{padding:10px 15px;font-size: 16px;}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default:not(:last-child){margin-bottom:10px}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-heading{background-color:#fff;border-color:#fff;padding:0 15px;position:relative}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-heading a{text-decoration:none!important;color:#222;display:block;padding-right:30px;font-size:18px}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-heading a h2{margin-top:7px}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-heading a:not(.collapsed) .btn-close{transform:rotate(225deg)}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-collapse .panel-body{border-top:none}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .btn-close{position:absolute;display:block;width:22px;height:22px;border-bottom:3px solid #6db771;border-right:3px solid #6db771;right:30px;top:-30%;transform:rotate(45deg);transition:transform .5s ease-in-out}
.promotion__wrapper{margin-right:auto;margin-left:auto;display:table}
.promotion__wrapper{margin-right:auto;margin-left:auto;display:table}
.promotion__text{text-align:center}
.promotion-slider{margin-top:10px}
.header-info-right .header-info__contacts .phone.link{white-space:nowrap}
@media (max-width:1280px){.promotion-slider{padding:0 30px}}
@media (max-width:768px){.promotion-slider{padding:0 45px}
.header-info-right .header-info__contacts{display:none}
.why-we--mainpage{margin-bottom:40px!important}
.question_answer_block .question_answer_block_for_flex2{display:flex;flex-direction:column-reverse}
.question_answer_block .question_answer-right{padding:0;padding-right:5px;margin-bottom:40px;min-height:420px!important;max-height:420px!important}
.question_answer_block #accordion h2{font-size:20px}
.question_answer_block #accordion .panel-heading h2{padding-right:20px}
.question_answer_block #accordion .panel-heading .btn-close{width:18px!important;height:18px!important;top:40%!important;right:0!important}
.question_answer-left-call{margin-top:0}}
@media (min-width:992px) and (max-width:1199px){.question_answer_block .question_answer-left div{min-height:unset!important}}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-heading a br {
    display: none;
}

.gal {
    clear: both;
    margin: 10px auto 10px;
	white-space: normal;
	font-size: 12px;
	line-height: 1.2;
}
.gal label {
	line-height: 1.3;
}
.gal.gal-400 {
    max-width: 400px;
}
.gal span.wpcf7-list-item {
    margin-left: 0;
}
.gal span.wpcf7-list-item-label {
    font-size: 12px;
	padding-left: 3px;
}
.gal span.wpcf7-list-item-label span {
	font-size: 12px;
	font-weight: 400;
}
a.pers {
    text-decoration: underline;
}
.gal span.wpcf7-form-control-wrap {
    width: auto;
}
.homeform .wpcf7-acceptance span.wpcf7-list-item-label {
    font-size: 12px;
    line-height: 1.3;
}
.calc-sklad input[type="checkbox"] {
    padding: 0;
    width: auto;
    height: auto;
}