/* 
    ---    Items    --- 
*/
input, textarea {outline:none;}

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

a{
    color: #585858;
    text-decoration: none;
}

a:hover, a:focus{
    text-decoration: none;
    color: #848282;
}

p{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #585858;
}

h1, h2, h3, h4, h5{
    font-family: 'Montserrat', sans-serif;
}

h1{
    font-size: 32px;
    font-weight: 600;
}

img{ 
    width: 100%;
}

.block{
    margin-top: 90px;
    margin-bottom: 30px;
}

.box-title{
    position: relative;
    font-size: 22px;
    letter-spacing: -1px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}


.box-title:after{
    content: '';
    display: block;
    width: 60px;
    margin: 10px auto;
    background-color: #3fd3b5;
    height: 3px;
}

.box-title.white{
    color: #3fd3b5;
}

.box-title.left{
    text-align: left;
    margin-bottom: 35px;
}

.box-title.right{
    text-align: right;
    margin-bottom: 35px;
}

.box-title.left:after{
    left: 0;
    position: absolute;
}

.box-title.right:after{
    right: 0;
    position: absolute;
}

.box-title.hideborder:after{
    display: none;
}
.hov-div {
    overflow:hidden;
}
.image {
    transition:all 0.3s;
}
.hov-div:hover .image {
    transform:scale(1.1);
    transition:all 0.3s;
}
.green_btn{
    display: inline-block;
    text-align: center;
    border: none;
    padding: 11px 18px;
    line-height: 1;
    background-color: #64a752;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    text-decoration: none;
    width: 100%;
}


/* 
    ---    Header    --- 
*/

.hc-logo {
    display: flex;
    margin: 0 auto;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
}

.header{
    background-color: #3fd3b5;
}

.hc .hc-menu{
    display: block;
}

.hc .hc-logo a{
    display: inline-block;
}

.hc .hc-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.hc .hc-menu ul li{
    display: inline;
}

.hc .hc-menu ul li a{
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 12px;
    height: 60px;
    line-height: 65px;
    display: inline-block;
    font-weight: 600;
    padding: 0 10px;
    position: relative;
    color: #fff;
}

.hc .hc-menu ul li:hover, .hc .hc-menu ul li.current{
    background-color: #3333332e;
}

.hc .hc-menu ul li:hover, .hc .hc-menu ul li.current a{
    /*border-bottom: 5px solid #fff;*/
    color: #fff;
}

.hc .hc-contacts{
    min-height: 40px;
    margin-top: 9px;
}

.hc .hc-contacts p{
    display: inline-block;
    margin: 0;
}

.hc .hc-contacts p a{
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}

ul.primary-menu {
	margin: 0;
}

ul.primary-menu > li {
	float: left;
	margin-right: 15px;
}

ul.primary-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul.primary-menu > li > a {
	position: relative;
	font-weight: 400;
	font-size: 13px;
	color: inherit;
	text-transform: uppercase;
	line-height: 60px;
}

ul.primary-menu li a, ul.primary-menu > li > a {
	padding: 0 10px;
	display: block;
	position: relative;
	width: 100%;
}

ul.primary-menu > li:hover > a:after {
	opacity: 1;
	left: 0;
	right: 0;
}

ul.primary-menu ul {
	padding: 0;
	left: 0;
	position: absolute;
	width: 230px;
	top: 100%;
	z-index: 10;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	display: none;
	text-align: left;
	background-color: #303030;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
}

ul.primary-menu ul li {
	line-height: 26px;
}

ul.primary-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul.primary-menu ul a {
	position: relative;
	line-height: normal;
	padding: 13px 20px;
}

ul.primary-menu ul li a:hover, ul.primary-menu ul > li:hover > a {
	background-color: #1fc0a0;
}

ul.primary-menu ul li ul {
	position: absolute;
	top: 0;
	left: 100%;
}

ul.primary-menu ul > li.menu-item-has-children > a:after {
	position: absolute;
	content: '\203A';
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	top: 50%;
	right: 20px;
	font-size: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
 .hc .hc-menu .sub-menu li{
    display:block;
    padding:0;
}


/* 
    ---    Slider    --- 
*/

.slider-bg {
    width: 100%;
    min-height: 400px;
    background: url("/assets/images/main/slider-bg.jpg") no-repeat right;
    display: flex;
    align-items: center;
}
.slider-bg h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 20px;
    max-width: 350px;
}
.slider-links {
    display: flex;
    flex-direction: column;
}
.slider-links ul {
    padding-inline-start: 20px;
    max-width: 500px;
    margin-bottom: 0;
}
.slider-links ul li {
    list-style-type: square;
    color: #3fd3b5;
}

.link-between {
    display: flex;
    justify-content: space-between;
}
.link-between p {
    margin: 0;
    line-height: 29px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
}
.call-btn {
    margin-top: 50px;
    width: 165px;
    height: 40px;
    background: #3FD3B5;
    border: 0;
}
.call-btn span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.count-container_desktop {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.count-container_mobile {
    display: none;
}
.count_two {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    padding: 20px 20px 10px 20px;
}
.count_two span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.045em;
    color: #1A1A1A;
}
.count_two p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #1A1A1A;
    margin-bottom: 0;
    margin-top: 10px;
}


.carousel-animate .carousel-indicators > li {
    margin: 0 2px;
    background-color: #fff;
    border-color: rgb(58,36,83);
    opacity: .7;
}
.carousel-animate .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}
.carousel-animate .hero {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}

.carousel-animate .hero p{
    color: #fff;
}

.btn.btn-lg {
    padding: 10px 40px;
}
.btn.btn-hero {
    color: #fff;
    background-color: #64a752;
    outline: none;
    margin: 20px auto 0;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
.btn.btn-hero:hover {
    background-color: #3fd3b5;
}

@media screen and (max-width: 640px) {
    .hero h1 {
    font-size: 2em;
    }
}
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-bg .carousel-inner .item {
    background-color: darkslategrey;
    background-size: cover;
    background-position: center;
    min-height: 590px;
    height: 80vh;
}
/*
.carousel-bg .carousel-inner .item:before{
    content: "";
    position:absolute;
    width: 100%;height: 100%;
    background: linear-gradient(to top, #0c0c0c5e, #cead7800);
}
*/

.carousel-control span{
    line-height: 480px;
    font-size: 30px;
}


/* 
    ---    Landing about (block)    --- 
*/

.la_block .first img{
    box-shadow: 0px 0px 14px #0000004d;
}

.la_block .first .image{
    margin-left: 0px;
    margin-right: 10px;
}
/*
.la_block .first .image:after{
    position: absolute;
    content: '';
    right: 0px;
    top: 15px;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border: 8px solid #eef2ed;
    transform: skew(-0deg, -8deg);
    margin-left: 20px;
    margin-right: 20px;
}
*/


.la_block .second{
    margin-top: 25px;
}


/* 
    ---    Landing services (block)    --- 
*/

.s_card .desc{
    padding-left: 12px;
    padding-bottom: 12px;
}

.s_card .desc h3{
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.s_card .desc a{
    width: auto;
}


/* 
    ---    Landing counters (block)    --- 
*/
.lc_block{
    position: relative;
    padding-top: 50px;
    padding-bottom: 10px;
    background-color: #3fd3b5;
}

.lc_block1 .counter{
    margin-bottom: 40px;
}

.lc_block1 .icon{
    color: #fff;
    font-size: 27px;
    text-align: center;
    margin-bottom: 0;
}

.lc_block1 .count{
        color: #fff;
    font-size: 33px;
    text-align: center;
    
    margin-top: 5px;
    margin-bottom: 5px;
}

.lc_block1 .desc{
    margin-top: 0;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}
.lc_block1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.15);
    z-index: -1;
}

/* 
    ---    Landing calculator (block)    --- 
*/

.calculate-result {
    background: #65a853;
}

.calculate-result table td.td-price-summury {
    color: #d5f795;
    text-shadow: 0px 3px #000000a8;
}

.calculate-result table td.td-price-installment {
    color: #ef8080;
    text-shadow: 0px 2px #000000a8;
}

.calculate-result table td.inp-td {
    text-align: right;
    padding-right: 40px;
}

.temp-warm, .temp-slidors, .temp-cold {
    font-size: 17px;
}


/* 
    ---    Landing moreinfo (block)    --- 
*/

.lmi_block{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(/assets/img/lmi_back.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;    
    background-position-y: center;
}

.lmi_block p{
    
}

.lmi_block .second {
    margin-top: 25px;
}


/* 
    ---    Landing calc example (block)    --- 
*/

.s_card2{
    margin-bottom: 30px;
    box-shadow: 0 0 19px 0px #00000017;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; 
}

.s_card2 .desc{
    position: relative;
    padding: 20px 20px;
    background-color: #ffffff;
}

.s_card2:hover{
    box-shadow: 0 0 19px 0px #00000042;
}

.s_card2 img{
    /*opacity: 1;*/
    -webkit-transition: transform 0.45s ease 0s;
    -moz-transition: transform 0.45s ease 0s;
    transition: transform 0.45s ease 0s;
}

.s_card2:hover img{
    transform: scale(1.1);
    /*opacity: 0.8!important;*/
    -webkit-transition: transform 0.45s ease 0s;
    -moz-transition: transform 0.45s ease 0s;
    transition: transform 0.45s ease 0s;
}

.s_card2 .desc h4, .s_card2 .desc h3{
    margin-top: 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: center;
}

.s_card2 .desc a{
    width: auto;
}

.s_card2 .desc p{
    margin-bottom: 0;
    text-align: center;
}

.s_card2 .desc .price span{
    color: #3fd3b5;
    font-size: 22px;
    font-weight: 600;
}

.s_card2 .image{
    height: 240px;
    overflow: hidden;
}

.s_card2 .image img{
    min-width: 100%;
    height: 100%;
}

/* 
    ---    Landing ourportfolio (block)    --- 
*/

.lop_block{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: white;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 270px;    
}

.lop_block .p_item{
    margin: 20px;
    border: 4px solid #ffffff;
}


/* 
    ---    Landing other services (block)    --- 
*/

.s_card3 .inner-box {
    position: relative;
    overflow: hidden;
    padding-bottom: 25px;
    border: 1px solid #eef2ed;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.s_card3 .inner-box:hover{
    box-shadow: 0px 0px 16px #0000003d;
}

.s_card3 .inner-box .desc{
    position: relative;
    text-align: center;
}

.s_card3 .desc h3{
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.s_card3 .desc p{
    margin-bottom: 0;
}

.s_card3 .desc .price span{
    color: #64a752;
    font-size: 22px;
    font-weight: 600;
}



/* 
    ---    Landing our advantages (block)    --- 
*/

.loa_block .services-block-two {
    margin: 0px 15px;
    margin-bottom: 30px;
}

.loa_block .services-block-two .inner-box {
    position: relative;
    text-align: center;
    padding-right: 30px;
}

.loa_block .services-block-two .inner-box .icon-box {
    position: absolute;
    right: 0px;
    bottom: 100%;
    margin-bottom: -90px;
    width: 60px;
    height: 70px;
    font-size: 42px;
    color: #3fd3b5;
    line-height: 68px;
    text-align: center;
    z-index: 1;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #ffffff;
    border: 1px solid #eef2ed;
}

.loa_block .services-block-two .inner-box:hover .icon-box {
    margin-bottom: 0px;
    bottom: 20px;
    color: #ffffff;
    border-color: #3fd3b5;
    background-color: #3fd3b5;
}

.loa_block .services-block-two .inner-box .content-box {
    position: relative;
    padding: 55px 15px 30px;
    border: 1px solid #f7f7f7;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.loa_block .services-block-two .inner-box .content-box .text {
    position: relative;
    top: 0;
    color: #7c7b7b;
    font-size: 14px;
    line-height: 1.6em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.loa_block .services-block-two .inner-box .content-box h3 a {
    position: relative;
    color: #262626;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.loa_block .services-block-two .inner-box .read-more {
    position: relative;
    top: 0;
    font-weight: 500;
    font-size: 18px;
    color: #262626;
    margin-top: 15px;
    opacity: 0;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


/* 
    ---    Landing contact form (block)    --- 
*/

.contactform-block{
	color: #ffffff;
	margin-left: 0 !important;
	margin-right: 0 !important;
	position: relative;
	margin-bottom: 0px !important;
	padding-top: 50px !important;
	padding-bottom: 30px !important;
	background: #009cff url('/assets/img/stats_pattern.png') !important;
	background-position: 0 0 !important;
	background-repeat: repeat !important;	
}

.contactform-block .first{
	padding-top: 50px !important;
	padding-right: 80px !important;
	padding-left: 50px !important;
}

.contactform-block .head_block h3{
	font-size: 32px;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
}

.contactform-block .head_block h4{
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding-top: 0px !important;
	padding-bottom: 20px !important;
}

.contactform-block .text_block p{
	text-align: left;
	margin-bottom: 0;
}

.form_main{
	box-sizing: border-box;
	width: 100%;
	padding-top: 20px !important;
	padding-right: 30px !important;
	padding-bottom: 30px !important;
	padding-left: 30px !important;
	background-color: #ffffff !important;
	border-radius: 10px !important;	
}

.form_main h3{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	background-color: #000000 !important;
}

.form_main .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.form_main .form_elem{
	margin-bottom: 10px !important;
}

.form_main .form_elem input, .form_main textarea {
	border: none;
	width: 100%;
	padding: 12px;
	line-height: normal;
	color:#333;
	background: #fff;
	border: 1px solid #e2e6e7;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;	
	margin-bottom: 0 !important;
	max-width: 300px;
	min-width: 100%
}

.form_main textarea{
	height: 130px;
}

.btn-style-two {
    position: relative;
    padding: 10px 15px 10px;
    line-height: 25px;
    background: #3fd3b5;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    border: 2px solid #3fd3b5;
    font-family: 'Alegreya Sans', sans-serif;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-style-two:focus{
    color: #fff;
}

.btn-style-two:hover {
    background: none;
    color: #3fd3b5;
}

.btn-style-two .arrow {
    position: relative;
    margin-right: 10px;
}

.buy_btn{
    text-align: center;
    padding: 17px;
}

.review_btn{
    text-align: center;
    padding: 9px;
}

.lcf_block .info-column .inner-column {
    position: relative;
    padding: 40px 30px 10px;
    border: 1px solid #eef2ed;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* .lcf_block .info-column .inner-column:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 40px;
    bottom: 40px;
    width: 1px;
    background-color: #eef2ed;
} */


/* 
    ---    Main footer    --- 
*/

.footer_b1{
    background-color: #1f1f1f;
    padding: 40px 0;
    position: relative;
}

.footer_b1 .f_r .first img{
    width: auto;
}

.footer_b1 .f_r .first .desc{
    color: #585858;
    margin: 20px 0;
    font-weight: 600;
}

.footer_b1 .f_r .second h4{
    color: #fff;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
}

.footer_b1 .f_r .second ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer_b1 .f_r .second ul li{
    margin-top: 5px;
    color: #585858;
}

.footer_b1.f_r .second li a, .footer .second li{
    color: #585858;
}

.footer_b2{
    background-color: #191919;
    padding: 10px 0;
}

.footer_b2 .s_r .seovolga{
    color: #585858;
    text-align: center;
}

.block_content{
    margin-top: 110px;
    margin-bottom: 70px;
}

.block_content p{
    color: #585858;
}

.h1_title {
    position: relative;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center;
}

.h1_title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.30);
}

/*
.h1_title:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 171px;
    display: block;
    background: url(/assets/img/pattern-4.png) repeat-x;
}
*/

.h1_title h1 {
    position: relative;
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px;
    /*text-transform: capitalize;*/
}


/* 
    ---    Image gallery    --- 
*/


.gallery-section-three{
	position:relative;
	padding: 60px 0px 70px;
}

/* Gallery Block Three */

.gallery-block-three{
	position:relative;
	margin-bottom: 30px;
}

.gallery-block-three .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.gallery-block-three .image-box{
	position:relative;
	display:block;
	margin-bottom: 0px;
}

.gallery-block-three .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-block-three .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
}

.gallery-block-three .overlay-box:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background:rgba(0,0,0,0.30);
	
	-moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.gallery-block-three .inner-box:hover .overlay-box:before{
	-moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.gallery-block-three .inner-box:hover .overlay-box{
	opacity:1;
}

.gallery-block-three .inner-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-block-three .inner-box .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-block-three .inner-box .overlay-inner .link{
	position:relative;
	font-size:20px;
	color:#ffffff;
	width:50px;
	height:50px;
	line-height:52px;
	margin:0px 5px;
	display:inline-block;
	background-color: #3fd3b5;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-block-three .inner-box .overlay-inner .link .icon{
	position:relative;
}

.gallery-block-three .overlay-inner .link:hover{
	color:#666666;
	background-color:rgba(255,255,255,1);
}

.product_page .price{
    font-size: 25px;
}

.product_page .desc-info{
    font-weight: 600;
    color: #000;
}

.product_page .desc-info span{
    font-weight: 500;
}

.product_page .price span{
    color: #3fd3b5;
    font-weight: 600;
}

.fotorama__thumb-border{
    border-color: #3fd3b5!important;
}

.close_modal{
    font-size: 24px;
    position: absolute;
    display: inline-block;
    right: 8px;
    cursor: pointer;
    z-index: 3;
}

.close_modal :hover{
    color: #a6a6a6;
}

.form_main{
	box-sizing: border-box;
	width: 100%;
	padding-top: 20px !important;
	padding-right: 30px !important;
	padding-bottom: 30px !important;
	padding-left: 30px !important;
	background-color: #ffffff !important;
	border-radius: 10px !important;	
}

.form_main h3{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #303030 !important;
}

.form_main .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.form_main .form_elem{
	margin-bottom: 10px !important;
}

.form_main .form_elem input, .form_main textarea {
	border: none;
	width: 100%;
	padding: 12px;
	line-height: normal;
	color:#333;
	background: #fff;
	border: 1px solid #e2e6e7;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;	
	margin-bottom: 0 !important;
	max-width: 300px;
	min-width: 100%
}

.form_main textarea{
	height: 130px;
}

input[type="submit"], .green_button {
    display: inline-block;
    text-align: center;
    border: none;
    padding: 15px 20px;
    line-height: 1;
    background-color: #3fd3b5;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    text-decoration: none;
}

input[type="submit"]:hover, .green_button:hover {
    background-color: #37b89e;
    color: #fff;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    text-decoration: none;
}

.product_text{
    color: #333;
}

.product_table thead, .product_table2 thead{
    background-color: #8c8c8c14;
}


.product_table tbody tr, .product_table2 tbody tr{
    background-color: #e9f1e7;
}

.product_table tbody tr:hover, .product_table2 tbody tr:hover{
    background-color: #d9f3d2;
}

.product_table tbody tr td, .product_table2 tbody tr td{
    padding: 20px 8px;
    font-weight: 600;
}

.product_table2 tbody tr td{
    padding: 20px 8px;
    font-weight: 500;
}

.product_table2 tbody tr:nth-child(2) td{
    color: #3fd3b5;
    font-weight: 800;
}

.product_table tbody tr td:last-child{
    color: #3fd3b5;
    font-weight: 800;
}

/* Mobile menu */
.menu_container{
	text-align: center;
}
.mobile_menu{
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
	padding: 12px 25px;
	color: #ffffff;
	background: #3fd3b5;
	border-radius: 2px;
	border: none;
	width: auto;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	transition: all 400ms;
}
.mobile_menu:hover{
	background: #3fd3b5;
   	cursor: pointer;
}
.mobile_menu_overlay, .mobile_menu_container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mobile_menu_container, .mobile_menu_container ul li ul{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.mobile_menu_overlay{
	display: none;
	cursor: pointer;
	z-index: 10200;
	background: rgba(0, 0, 0, 0.5);
}
.mobile_menu_container{
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	width: 300px;
	overflow: hidden;
	z-index: 10201;
	background: #3fd3b5;
}
.mobile_menu_container.loaded{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
	overflow: auto;
	max-height: 100%;
	padding-bottom: 30px;
}
.mobile_menu_container ul{
	margin: 0;
	padding: 0;
}
.mobile_menu_container ul li{
	list-style: none;
}
.mobile_menu_container ul li a{
	display: block;
	padding: 15px 20px;
	background: #3fd3b5;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.mobile_menu_container ul li a.parent{
	padding-right: 50px;
	background-size: 20px;
}
.mobile_menu_container ul li a.parent:hover{
	background-size: 20px;
}
.mobile_menu_container ul li a.back{
	padding-left: 50px;
	background-size: 20px;
	min-height: 50px;
}
.mobile_menu_container ul li a.back:hover{
	background-size: 20px;
}
.mobile_menu_container ul li a:hover{
	background: #64a752;
}
.mobile_menu_container ul li ul{
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3fd3b5;
	z-index: 2;
}
.mobile_menu_container ul li ul.loaded{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.toggle_mobile_menu{
    display: none;
    float: right;
    z-index: 100;
}

.toggle_mobile_menu i{
    line-height: 96px;
    color: #fff;
    font-size: 30px;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.balc_type_img{
    padding: 25% 0;
}


/* Slider v2 */
.img-top{
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 27% 50%;
}
.img-top-layer{
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 12, 14, 0.82);
}
.img-index{
    background-image: url(/assets/img/slider/19.jpg);
}

.img-top > img{
	width: 100%;
}
.img-top > div.container{
	display: flex;
    align-items: center;
    height: 100%;
}
.img-top-info{
	font-family: 'Gotham Pro' !important;
}
.img-top-info > p{
	font-family: 'Gotham Pro' !important;
}
.img-top-info > h2{
	font-weight: bold;
    font-size: 32px;
    margin-top: 0px;
}
.img-top-info > p{
	font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
.img-top-content{
    width: 100%;
    padding-bottom: 50px;
    padding-top: 90px;
    position: relative;
}
.img-top-info{
	border-bottom: 4px solid #3fd3b5;
    color: white;
}
.img-top-links{
	margin-top: 35px;
	display: flex;
    flex-direction: column;
}
.img-top-links > a{
	font-size: 18px;
    color: white;
    text-decoration: none;
}
.img-top-links > a:hover{
	color: #3fd3b5;
}
.img-top-links > a > i{
	margin-right: 10px;
}
.img-top-sell{
	margin-top: 20px;
}   
.sell-name, .sell-timer > p{
	color: white;
	text-align: center;
}
.sell-name > p{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.sell-form{
	display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 40px;
}
.phoneSell{
    padding: 10px;
    border-radius: 3px;
    border: none;
    outline: none;
    width: 50%;
    display: block;
    margin: 0 auto;
}
.img-top-sell{
	border: 4px solid #3fd3b5;
    border-radius: 20px;
}
.sellButton{
    padding: 10px 25px;
    border: 0px;
    background: #3fd3b5;
    color: white;
    font-size: 21px;
    outline: none;
    transition: 0.3s ease-out;
    margin: 0 auto;
    position: relative;
    display: block!important;
    margin-top: 20px;
}
.sellButton:hover {
    background: #64a752;
}
.pulse {
  position: fixed;
  bottom: 0px;
  right: 0px;
  transform: translate(-50%, -50%);
  background: #64a752;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  color: #fff;
  text-align: center;
  line-height: 100px;
  font-size: 60px;
  z-index: 12;
}
.pulse:hover{
	cursor: pointer;
}

.pulse:before,
.pulse:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 3px solid #f7941d;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden; 
}

.pulse:after{
	animation-delay: .5s;
}

@keyframes animate
{
	0%
	{
		transform: scale(0.5);
		opacity: 0;
	}
	50%
	{
		opacity: 1;
	}
	100%
	{
		transform: scale(1.2);
		opacity: 0;
	}
}

/* .strikethrough {
    position: relative;
    font-size: 17px;
    font-weight: bold;
} */

.strikethrough {
    position: relative;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
}

.strikethrough:before {
    border-bottom: 3px solid #e87676;
    position: absolute;
    content: "";
    top: 1px;
    width: 100%;
    height: 50%;
    transform: rotate(-7deg);
}

.afterPrice {
    font-size: 20px;
    font-weight: bold;
    padding-left: 5px;
}


.wdc-iconbox.style-3 {
    text-align: center;
    z-index: 2;
    margin-top: 32px;
    padding: 0 30px 40px;
    position: relative;
    background-color: #f4f4f4;
    min-height: 275px;
}

.wdc-iconbox.style-3 .box-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 48px;
    line-height: 100px;
    margin-top: -50px;
    text-align: center;
    background-color: #009cff;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    box-shadow: 0px 4px 7px #0000003b;
}

.wdc-iconbox.style-3:hover .box-icon {
    background-color: #2e3841 !important;
}

.wdc-iconbox .box-icon span {
    display: block;
}

.wdc-iconbox .box-title {
    font-size: 17px;
    letter-spacing: -.4px;
    margin-bottom: 20px;
    font-weight: 400;
}


/* Mobile menu */
.menu_container{
	text-align: center;
}
.mobile_menu{
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
	padding: 12px 25px;
	color: #ffffff;
	background: #3fd3b5;
	border-radius: 2px;
	border: none;
	width: auto;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	transition: all 400ms;
}
.mobile_menu:hover{
	background: #3fd3b5;
   	cursor: pointer;
}
.mobile_menu_overlay, .mobile_menu_container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mobile_menu_container, .mobile_menu_container ul li ul{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.mobile_menu_overlay{
	/*display: none;*/
	cursor: pointer;
	z-index: 10200;
	background: rgba(0, 0, 0, 0.5);
}
.mobile_menu_container{
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	width: 300px;
	overflow: hidden;
	z-index: 10201;
	background: #3fd3b5;
}
.mobile_menu_container.loaded{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
	overflow: auto;
	max-height: 100%;
	padding-bottom: 30px;
}
.mobile_menu_container ul{
	margin: 0;
	padding: 0;
}
.mobile_menu_container ul li{
	list-style: none;
}
.mobile_menu_container ul li a{
	display: block;
	padding: 15px 20px;
	background: #3fd3b5;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.mobile_menu_container ul li a.parent{
	padding-right: 50px;
	background-size: 20px;
}
.mobile_menu_container ul li a.parent:hover{
	background-size: 20px;
}
.mobile_menu_container ul li a.back{
	padding-left: 50px;
	background-size: 20px;
	min-height: 50px;
}
.mobile_menu_container ul li a.back:hover{
	background-size: 20px;
}
.mobile_menu_container ul li a:hover{
	background: #64a752;
}
.mobile_menu_container ul li ul{
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3fd3b5;
	z-index: 2;
}
.mobile_menu_container ul li ul.loaded{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.toggle_mobile_menu{
    display: none;
    float: right;
    z-index: 100;
}

.toggle_mobile_menu i{
    line-height: 96px;
    color: #fff;
    font-size: 30px;
}

#mobile-container {
	position: absolute;
	/*top: 100%;*/
	left: 15px;
	right: 15px;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .5px;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
}

#mobile-menu, #mobile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mobile-menu {
	display: none;
	border-top: 1px solid #e2e6e7;
}

.mobile-menu li {
	display: block;
}

.mobile-menu li a {
	display: block;
	padding: 10px 20px;
	position: relative;
	color: #565656;
	line-height: 26px;
	text-align: left;
}

.mobile-menu li a:hover {
	color: #212121;
	background-color: #f5f5f5;
}

.mobile-menu > li > a {
	border-bottom: 1px solid #e2e6e7;
}

.mobile-menu .menu-item-has-children > a:after {
	position: absolute;
	content: '\f107';
	right: 20px;
	font-weight: normal;
	font-family: 'FontAwesome';
}

.mobile-menu .sub-menu {
	border-bottom: 1px solid #e2e6e7;
}

.toggle-mobile-menu {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	color: inherit;
	right: 35px;
	width: 20px;
	height: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.toggle-mobile-menu::before, .toggle-mobile-menu span::before, .toggle-mobile-menu span::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	top: 0;
	border-top: 3px solid;
}

.toggle-mobile-menu span::before {
	top: 6px;
}

.toggle-mobile-menu span::after {
	top: 12px;
}

.owl-ourPortfolio .item .image{
    padding: 0;
}

.owl-ourPortfolio .item .text{
    padding: 30px;
}

.owl-ourPortfolio .item .text .beforePrice{
    color: #3fd3b5;
}
.owl-ourPortfolio .item .text .afterPrice{
    color: #e87676;
}

.owl-ourPortfolio .item{
    background-color: #fff;
}

.owl-nav.disabled{
    display: none;
}

.box_title_desc p{
    text-align: left;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .hc .hc-logo{
        position: relative;
    }
    .toggle_mobile_menu{
          display: inline-block;
          position: absolute;
            left: 86%;
            top: 52px;
    }
    
    #carousel-example-generic{
        display: none;
    }
    
    .balc_type_img{
        padding: 20px 0;
    }
}      
.logo_decor {
   border-bottom: 2px solid #3fd3b5;
    width: 65%;
    height: 8px;
    display: block;
}
.header_btn {
        text-transform: uppercase;
    background: #30bb9f;
    border: none;
    color: white;
    border-radius: 4px;
    padding: 5px 15px;
    transition: all 0.3s;
    /* border: 1px solid white; */
    font-weight: 500;
    box-shadow: 0px 0px 6px rgb(35, 129, 134);
}
.header_btn:hover {
    text-decoration: none;
    outline: none;
    background: white;
    color: #30bb9f;
    box-shadow: 0px 0px 27px rgb(35, 129, 134);
    font-weight:bold;
}
.hc>.col-md-4 {
    height: 60px;
    display: flex;
    align-items: center;
}
.hc-contacts {
    text-align: right;
}
.img-top-layer1 {
    width: 100%;
    height: 100%;
    background-color: rgba(9, 12, 14, 0.82);
    padding: 8px 15px;
}
/* .img-top-content>.col-md-6:first-child {
    position: relative;
    
    z-index: 4;
    left: 142px;
}
.img-top-content>.col-md-6:last-child {
        position: relative;
    left: -6%;
    padding-bottom: 24px;
    top: -13px;
} */
.swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 240px;
  
}
.h_block1 {
    display: flex;
    justify-content: space-between;
    padding-right: 115px;
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
}
.h_item {
    display: flex;
    position:relative;
}
/*.h_dec:before {
    position: absolute;
    top: 18px;
    left: -135px;
    display: block;
    width: 105px;
    height: 50px;
    background: url(/assets/images/how_work/ic_schema_arr1.png) 0 0 no-repeat;
    content: '';
}
.h_dec2:before {
    position: absolute;
    top: 18px;
    left: -135px;
    display: block;
    width: 105px;
    height: 50px;
    background: url(/assets/images/how_work/ic_schema_arr2.png) 0 0 no-repeat;
    content: '';
}*/
.h_span {
    display: flex;
    align-items: center;
}
.h_img {
        margin-right: 10px;
}
.h_block2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-left: 190px;
    margin-top:108px;
}
.h_line1:after {
    position: absolute;
    bottom: -59px;
    left: 27px;
    display: block;
    width: 10px;
    height: 59px;
    background: url(/assets/images/how_work/ic_schema_after1.png) 0 0 no-repeat;
    content: '';
}
.h_line2:after {
    position: absolute;
    top: -59px;
    bottom: auto;
    left: 27px;
    display: block;
    width: 10px;
    height: 59px;
    background: url(/assets/images/how_work/ic_schema_after2.png) 0 0 no-repeat;
    content: '';
}
.how_we_work {
    position:relative;
    margin-bottom: 60px;
    padding: 40px 0px;
    background: #76a4b71f;
}
.how_we_work:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 1px;
    background: #3fd3b5;
    content: '';
}
.raschet_wrap {
    padding:60px 0 65px;
    background:#eef4f6;
    background-size:cover;
    position: relative;
    z-index: 0;
}
.raschet_wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
    z-index: -1;
}
.quiz__top {
    margin-bottom: 45px
}

.quiz .title {
    max-width: 570px;
    margin: 0
}

.quiz .title p {
    color: #6c6c6c
}

.quiz-offer {
    position: relative;
    z-index: 1;
    padding: 25px 25px 25px 80px;
    max-width: 300px;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0,146,252,.25);
    box-shadow: 0 4px 10px rgba(0,146,252,.25);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4
}

.quiz-offer * {
    margin: 0
}

.quiz-offer__icon {
    position: absolute;
    z-index: -1;
    top: 28px;
    left: 25px
}

.quiz-progress {
    position: relative;
    margin-bottom: 30px
}

.quiz-progress:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3fd3b5;
}
.quiz-nav__next {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 17px 40px;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #3fd3b5;
   
    box-shadow: 0 4px 18px rgba(103,200,255,.5);
    text-align: center;
    text-decoration: none;
    letter-spacing: .05em;
    line-height: 1.2;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.quiz-questions__head {
    color:#3fd3b5;
}
.quiz-questions__info {
    color:#3fd3b5;
}
.quiz-nav__next:hover {
    opacity:0.8;
    color:white;
}
.quiz-progress__line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    max-width: 100%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #3fd3b5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.quiz-questions {
    padding-top: 13px;
    color: #3fd3b5;
}

.quiz-questions>* {
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

.quiz-questions__head {
    margin-right: 5px;
    font-weight: 600;
    letter-spacing: .09em
}

.quiz-questions__info {
    font-weight: 500;
    font-size: 14px
}

.quiz-questions__info>b,.quiz-questions__info>span {
    display: inline-block;
    vertical-align: middle
}

.quiz-questions__info>b {
    margin-right: 2px;
    line-height: 1;
    font-size: 20px
}

.quiz-questions__info>span {
    position: relative;
    top: .1em
}

.quiz-form .row {
    margin: 0 -20px -20px
}

.quiz-form .row>[class*=col] {
    padding: 0 20px;
    margin-bottom: 20px
}

.quiz-form__head {
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 50px;
    background: #d2dbed;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    letter-spacing: .02em;
    font-weight: 500;
    font-size: 18px
}

.quiz-form__step:nth-child(n+2) {
    display: none
}

.quiz-choice .row {
    margin-bottom: -30px
}

.quiz-choice .row>[class*=col] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.quiz-choice.error .quiz-choice__box:after {
    border-color: red
}

.quiz-choice__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: pointer;
    margin: 0
}

.quiz-choice__item input {
    display: none
}

.quiz-choice__item input:checked~.quiz-choice__box:before,.quiz-choice__item:hover .quiz-choice__box:before {
    opacity: 1
}

.quiz-choice__item input:checked~.quiz-choice__box .quiz-choice__img:after {
    opacity: 1
}

.quiz-choice__box {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 20px 20px 15px 20px
}

.quiz-choice__box:after,.quiz-choice__box:before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.quiz-choice__box:before {
    top: 20px;
    left: 15px;
    right: 15px;
    bottom: 0;
    -webkit-box-shadow: 0 6px 41px rgba(0,27,80,.29);
    box-shadow: 0 6px 41px rgba(0,27,80,.29);
    opacity: 0
}

.quiz-choice__box:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 6px 13px rgba(0,27,80,.05);
    box-shadow: 0 6px 13px rgba(0,27,80,.05);
    border: 1px solid #fff
}

.quiz-choice__img,.quiz-choice__text {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 0 auto
}

.quiz-choice__img {
    position: relative;
    margin-bottom: 15px;
    min-height: 70px
}

.quiz-choice__img img {
    display: block;
    max-width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.quiz-choice__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0092fc url(../img/ic-check.svg) no-repeat center;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.quiz-choice__text {
    letter-spacing: .02em;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
}

.quiz-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px
}

.quiz-radio.error .quiz-radio__text {
    border-color: red
}

.quiz-radio__item {
    cursor: pointer;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: inline-block;
    max-width: 100%;
    min-width: 120px;
    margin: 0 10px 20px
}

.quiz-radio__item input {
    display: none
}

.quiz-radio__item input:checked~.quiz-radio__text,.quiz-radio__item:hover .quiz-radio__text {
    border-color: #3fd3b5;
    background: #3fd3b5;
    color: #fff
}

.quiz-radio__text {
    display: block;
    padding: 17px 32px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 13px rgba(0,27,80,.05);
    box-shadow: 0 6px 13px rgba(0,27,80,.05);
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    color: #535e6f;
    -webkit-transition: border .3s,background .3s,color .3s;
    -o-transition: border .3s,background .3s,color .3s;
    transition: border .3s,background .3s,color .3s
}

.quiz-fields .form-field {
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 13px rgba(0,27,80,.05);
    box-shadow: 0 6px 13px rgba(0,27,80,.05);
    text-align: center
}

.quiz-fields .btn {
    padding: 20px 22px;
    min-width: 190px;
    font-size: 16px
}

.quiz-nav {
    margin: 50px 0 0
}

.quiz-nav .btn.btn_light {
    background: #f9f9f9
}

.quiz-nav .btn.btn_light:hover {
    background: #eaeaea
}

.quiz-nav__prev {
    cursor: pointer;
    font-weight: 500;
    letter-spacing: .02em;
    color: #6c6c6c;
    display: inline-block;
    position: relative;
    padding: 17px 40px;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #3fd3b5;
    box-shadow: 0 4px 18px rgba(103,200,255,.5);
    text-align: center;
    text-decoration: none;
    letter-spacing: .05em;
    line-height: 1.2;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.quiz-nav__prev svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 33px;
    height: 13px;
    fill: currentColor
}

.quiz-nav__next {
    padding: 15px 30px;
    -webkit-border-radius: 7px;
    border-radius: 7px
}

.quiz-nav__next svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 33px;
    height: 13px;
    fill: currentColor
}
.align-items-center {
    display: flex;
    align-items: center;
}
.col {
    webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; 
    max-width: 100%; 
}
.col-auto {
    flex:0 0 auto;
    width:auto;
    max-width:none;
}
@media screen and (max-width:425px) {
    .bot_div {
        margin-top: 400px!important;
    }
    .raschet_wrap {
        display:none;
    }
    .aside_footer {
        padding: 25px;
        width: 100%!important;
    }
    .dec_vybor {
        width:100%!important;
    }
    .footer_decor {
        margin-top :112px!important;
    }
    .map2 {
        display:none;
    }
    .img-top-content {
        padding-top:20px;
    }
    .img-top-content>.col-md-6:last-child {
        display:none;
    }
    .img-top {
        min-height:100px;
    }
    .img-top-content>.col-md-6:first-child {
        left: 0;
    }
    .h_work_main {
        display:none;
    }
    .how_we_work {
        display:none;
    }
    .swiper-container {
        display:none;
    }
}
.sw_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 35px;
    margin: 0 auto;
    width: 500px;
    
    position: relative;
    top: -16px;
}
.sw_img img{
    width: 60%;
    margin:0 auto;
}
.sw_h4 h4 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    color: white;
}
.swiper2 .swiper-pagination-bullet-active {
    opacity: 1;
    background:#3fd3b5!important;
}

.swiper2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity:1;
}
.swiper2 .swiper-slide {
    height: 280px;
}
.sw_p {
    text-align: center;
    background: rgba(255,255,255,0.8);
    padding: 10px;
    color: white;
    border-radius: 10px;
}
.sw_p p {
    color:black;
}
.otzyv_a_div {
    text-align: center;
    margin-top: 25px;
}
.otzyvi {
    background:url("/assets/images/100фон.jpg") center no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    position:relative;
    z-index: 0;
}
.otzyvi:after {
   content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.otzyv_a {
    color: white;
    background: #3fd3b5;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s;
    border-radius: 5px;
}
.otzyv_a:hover {
    color: #3fd3b5;
    background: white;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0px 0px 27px #3fd3b5;
    
}
.swiper-button-prev2, .swiper-button-prev1 {
    background-image:url(/assets/images/prev1.svg);
}
.swiper-button-next2, .swiper-button-next1 {
    background-image:url(/assets/images/next1.svg);
}
.swiper-slide {
    position:relative;
}
.swiper_price {
    position: absolute;
    top: 104%;
}
.swiper_span1 {
    color:#7d7d7d;
    font-size: 14px;
    transition:all 0.3s;
}
.swiper_span2 {
    font-size: 18px;
    color: white;
    background: #3fd3b5;
    padding: 3px 11px;
    margin-left: 4px;
    transition:all 0.3s;
}
.swiper_price {
    opacity:0;
    margin-top: 7px;
    width: 100%;
    text-align: center;
}
.swiper-slide-active>.swiper_price {
    opacity:1;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper_img {
    width: 100%;
    
    height: 240px;
    overflow: hidden;
   
    display: flex;
}
.swiper-slide:hover .swiper_img>img {
    transform:scale(1.1);
}
.swiper_img>img {
    transition:all 0.3s;
}
#call-orb2 {
    background-color: #3fd3b5;
    box-shadow: 0 4px 18px rgba(103,200,255,.5);
    text-align: center;
    text-decoration: none;
    letter-spacing: .05em;
    line-height: 1.2;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding: 15px;
}
#mebelModal .form-control {
    border: none;
    height: 49px;
    box-shadow: 1px 9px 35px -16px rgba(0,0,0,0.8);
    text-align: center;
}
#mebelModal .form-control::placeholder {
    text-align:center;
}
#mebelModal .close {
    font-size: 28px;
    font-weight: 500;
   
    line-height: 1;
    color: #000;
    /* text-shadow: 0 1px 0 #fff; */
    opacity: .6;
   
}
#mebelModal .modal-footer {
    border-top:none;
    padding-top: 0px;
}
#mebelModal .modal-body {
    padding-bottom: 0px;
}
* {
    outline:none!important;
}
.modal-header {
    border-bottom:none;
}
.modal-header h4 {
    font-size: 42px;
    color: #3fd3b5;
}
.modal-header p {
    
}
.lc_block1 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 10px;
    background: linear-gradient(to right, rgba(32,136,115,1) 0%, rgba(63,211,181,1) 100%);
    background-size: cover;
    z-index: 0;
    box-shadow: 0px 0px 17px -1px rgb(63,211,181);
    margin-bottom: 70px;
}
.aside_footer {
        background: #3fd3b5;
    text-align: center;
    padding: 25px;
    width: 330px;
    box-shadow: 0px 0px 12px 1px #3fd3b5;
}
.aside_footer_p p{
    color: white;
}
.aside_footer h4 {
    color: white;
}
.aside_footer h3 {
    color: white;
}
.aside_social>ul>li>a {
    color: white;
}
.aside_footer_p p:last-child {
    margin-top:40px;
}
.aside_h4 {
    font-size:32px;
}
.footer_decor {
    height: 344px;
    margin-top: 27px;
}
.footer_row_ab {
    display: flex;
    
}
.footer_decor .container {
    position:relative;
    top: -167px;
}
.footer_row_ab>.col-md-3 {
    width: auto;
    position: absolute;
    top: -28px;
    z-index:99;
}
.footer_row_ab>.col-md-12 {
    position:relative;
    top:70px;
}
.no_dec {
    list-style: none;
    padding-left: 0px;
    color: #585858;
}
.dec_vybor {
    background: #3fd3b5;
    color: white;
    padding: 5px;
    width: 330px;
    box-shadow: 0px 0px 12px 1px #3fd3b5;
    margin-top: 10px;
}
.dec_vybor p {
    color: white;
    text-align: center;
    margin-top: 5px;
    font-size: 28px;
    margin-bottom: 0px;
    font-weight: normal;
}
.dec_vybor img {
    width: 70%;
    margin: 0 auto;
}
.bb_div {
    padding-top:25px;
}
.block_2 {
    margin-top: 50px;
    margin-bottom: 30px;
}
.glav {
    display: flex;
    justify-content: space-between;
}
.dec-quiz h3 {
    border: 1px solid white;
    padding: 10px;
    box-shadow: 0px 5px 13px rgba(0,0,0,0.3);
}
.quiz-choice__item {
    box-shadow: 0 6px 13px rgba(0,27,80,.05);
}
.bot_div {
    margin-top: 115px;
}
.bot_div>p {
    color:white;
}
@media (max-width:325px) {
    .footer_decor {
        height: 397px!important;
    }
    .bot_div {
        margin-top: 451px!important;
    }
}


/* advantages */

.advantages {
    color: #3fd3b5;
    font-size: 11px;
    text-transform: uppercase;
}
.adv-mar {
    margin-top: 10px;
    margin-bottom: 20px;
}
.advantages-inh {
    padding: 25px 15px 0px;
    border: 1px solid #f7f7f7;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

/* recaptcha */
.grecaptcha-badge {
    display: none;
}


/* facades */
.fac-lines {
    margin-bottom: 25px;
}
.fac-inh {
    border: 1px solid #3fd3b5;
    background: #3fd3b5;
}
.fac {
    width: 100%;
    height: 162px;
    overflow: hidden;
}
.fac img{
    cursor: pointer;
}
.fac-descr {
    width: 100%;
    min-height: 50px;
}
.fac-p {
    padding-top: 15px;
    margin-bottom: 0;
    color: white;
}
.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

/*checkboxes-container*/
.checkboxes-container .form-check-label span,
.checkboxes-container .form-check-label a {
    font-size: 10px;
    color: #585858;
}
@media (max-width: 1024px) {
    .slider-bg {
        background: url(/assets/images/main/slider-bg.jpg) -400px no-repeat;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .slider-bg {
        background: url(/assets/images/main/slider-bg.jpg) -210px no-repeat;
    }
}

.tablet-block {
    display: none;
}
@media (max-width: 768px) {
    .strikethrough {
        display: none;
    }  
    .desktop-block {
        display: none;
    }
    .tablet-block {
        display: block;
    }
}

@media (max-width: 425px) {
    .count-container_desktop {
        display: none;
    }
    .count-container_mobile {
        display: flex;
        align-items: center;
    }
    .count_two {
        padding: 20px 0px 10px 0px;
    }.call-btn {
        margin-top: 0px;
    }
}
@media (min-width: 425px) and (max-width: 768px){
    .afterPrice {
        font-size: 18px;
        line-height: 28px;
    }
    .link-between p {
        font-size: 16px;
    }
}

@media (max-width: 424px) {
    .afterPrice {
        font-size: 14px;
        line-height: 28px;
        white-space: pre;
    }
    .link-between p {
        font-size: 14px;
        white-space: pre;
    }
}

    