.left-buttons {
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}

.left-buttons > * {
	transform: rotate(-90deg);
	margin-left: -73px;
}

.zoom-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 9px 15px;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	background-color: #ef5350;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

section.contacts > .container {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
}

section.contacts > .container .contacts {
	height: calc(100% - 53px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.modal-form > div {
	margin: 10px 0;
}

.seo .text span {
    display: block;
}
.up{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    display: none;
}

@keyframes up {
    0% {
        transform: translateY(0);
        animation-timing-function: ease-in-out;
    }
    25% {
        transform: translateY(-5%);
    }
    50% {
        transform: translateY(-15%);
    }
    75% {
        transform: translateY(-5%);
    }
}

.up:hover {
    animation: up 1s linear infinite;
}
@media screen and (max-width: 660px){
    .up{
        display: none!important;
        opacity: 0!important;
    }
}
.variant .info{
	margin-bottom: 20px;
}
.open-js-modal{
	cursor: pointer;
}
.fixed{
	position: fixed;
	top: 0;
	z-index: 999;
	transition: 0.5s ease;
	transform: translateY(0%);
}
.undec:hover,
.dec {
	text-decoration: underline;
}

.dec:hover,
.undec {
	text-decoration: none;
}

.nodec {
	text-decoration: none !important;
}

*:hover > .zoom-btn {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.zoom-btn:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.video_gl {
	width:100%;
	height:500px;
}

.mob-wiev {
	display:none;
}
.dropdown a {
		width: 100%;
    padding: 15px 20px;
    color: #414346!important;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none!important;
    white-space: nowrap;
    text-decoration: none !important;
}

@media(max-width: 992px) {
	.video_gl {
		width:100%;
		height:auto;
	}
	.mob-wiev {
		display:block;
	}
	.none-wiev {
		display:none;
	}
	.zoom-btn {
		opacity: 1 !important;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}

.hidden {
	display: none;
}

.eTimer {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-justify-content: space-around;
}

.eTimer > .etTitle {
	display: none;
}

.etNumber {
	font-weight: 300;
}

.etSign {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
}

.menu-collapse > a,
.menu-hide > a {
	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-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media(min-width: 1200px) {
	.menu-collapse,
	.menu-hide {
		display: none;
	}
}

.menu-hide {
	background-color: rgba(0,0,0,.2);
}

.menu-collapse > a > .mdi,
.menu-hide > a > .mdi {
	position: relative;
	font-size: 20px;
	margin-left: 10px;
}

.owl-carousel {
	position: relative;
}

.owl-nav {
	height: 0;
	width: 100%;
}

.owl-nav > div {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100px;
	width: 75px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	top: 50%;
	margin-top: -50px;
	background: rgba(141,110,99,.9);
	color: #fff;
	font-size: 48px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
	.owl-nav > div{
		height: 52px;
		width: 31px;
		top: 60%;
	}
}
.owl-nav > div:hover {
	background: rgba(141,110,99,1);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.owl-nav > div.disabled {
	background: rgba(141,110,99,.3);
	cursor: default !important;
}

.owl-nav > .owl-prev {
	left: 0;
}

.owl-nav > .owl-next {
	right: 0;
}

.btn-block {
	width: 100%;
}

.btn-link {
	background: transparent;
	border: 1px solid #fff;
	box-shadow: none;
}

.btn-link:hover {
	background-color: #ef5350;
	border-color: #ef5350;
}

input.form-control {
	border: 1px solid #eeeeee !important;
	box-shadow: none !important;
	background-color: #fff;
	margin: 0;
	padding: 0 20px;
	color: #212121;
	height: 50px;
	box-sizing: border-box;
}

textarea.form-control {
	border: 1px solid #eeeeee !important;
	box-shadow: none !important;
	background-color: #fff;
	margin: 0;
	padding: 13px 50px;
	color: #212121;
	height: 120px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.form-group.with-icon {
	position: relative;
}

.form-group + .form-group {
	margin-top: 20px;
}

.form-group.with-icon > input.form-control {
	padding-left: 50px;
}

.form-group.with-icon > .mdi {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 20px;
	color: #ef5350;
}

.form-control:focus {
	border-color: #ef5350 !important;
}

body {
	color: #212121;
}

* {
	outline: none !important;
}

a:hover {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.top-nav {
	width: 100%;
	background-color: #616161;
}

.top-nav > .inner {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	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;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-justify-content: space-between;
}

.top-nav-form {
	border: 0;
	border-radius: 0;
	color: #616161;
	height: 30px;
	padding: 0 20px;
	margin-left: 15px;
}

.top-nav > .inner > .inner-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media(max-width: 992px) {
	input.form-control {
		height: 35px;
	}
	.form-group.with-icon > .mdi {
		position: absolute;
		top: 3px;
	}
	.top-nav > .inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.top-nav > .inner > .inner-left {
		margin: 0;
	}

	.top-nav > .inner > .inner-right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		width: 100%;
		padding-bottom: 10px;
	}

	.top-nav > .inner > .inner-right > li {
		width: 50%;
	}

	.top-nav > .inner > .inner-right > li > a {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

@media(max-width: 768px) {
	.top-nav > .inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.top-nav > .inner > .inner-left {
		margin: 0px 0;
	}

	.top-nav > .inner > .inner-right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		width: 100%;
		padding-bottom: 10px;
	}

	.top-nav > .inner > .inner-right > li {
		width: 100%;
	}

	.top-nav > .inner > .inner-right > li > a {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.top-nav > .inner > * > li {
	position: relative;
	list-style: none;
}

.top-nav > .inner > * > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	height: 50px;
	padding: 0 20px;
	color: #fff;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
}

.top-nav > .inner > * > li:hover {
	background: rgba(255,255,255,.1);
}

.top-nav > .inner > * > li.active {
    background: rgba(255,255,255,.2);
}


.header > .container > .row > .block {

	padding-top: 30px;
	padding-bottom: 30px;
	width: 33%;
}

.header > .container > .row > .block > .links > a {
	font-weight: 400;
	color: #616161;
}

.header > .container > .row > .block > .contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-justify-content: space-between;
	height: 100%;
}

.header > .container > .row > .block > .contacts > li {
	list-style: none;
}

.header > .container > .row > .block > .contacts > .item {
	display:block;
    align-items: center;
}

.header > .container > .row > .block > .contacts > .item.phonenum{
	font-size:22px;
}
.header .waves-effect img{
	vertical-align: bottom;
}
.header > .container > .row > .block > .contacts > .item.calc {
	color: #616161;
	text-decoration: underline;
	font-weight: 400;
}

.header > .container > .row > .block > .contacts > .item.calc:hover {
	text-decoration: none;
}

.header > .container > .row > .block > .contacts > .item > .mdi {
	margin-right: 15px;
	color: #ef5350;
	font-size: 16px;
	border: 1px solid #ef5350;
    padding: 2px 4px;
    border-radius: 50%;
}

.header > .container > .row > .block > .contacts.last {
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.header > .container > .row > .block > .contacts.last > a > .mdi {
	border: 1px solid #ef5350;
	padding: 2px 4px;
	border-radius: 50%;
}

p.logotext {
    color: #ef5350;
    margin: 5px;
    text-align: center;
    width: 215px;
    font-size: 1.2em;
}

@media(max-width: 992px) {
	.header > .container > .row > .block {
		width: 50%;
		padding-top:10px;
		padding-bottom:10px;
	}
}

@media(max-width: 590px) {
	.header > .container  > .row > .block {
		width: 100%;
	}

	.header > .container  > .row > .block > .contacts.last > a {
		margin: 5px 0;
	}
}

.main-nav {
	width: 100%;
	background-color: #8d6e63;
	font-size: 16px;
}

.main-nav > .container {
	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-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.main-nav > .container .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.main-nav > .container .links  li {
	position: relative;
	list-style: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 1.07em;
}

.main-nav > .container .links  li:hover {
	background: rgba(255,255,255,.2);
}

.main-nav > .container .links  li.active {
	background: rgba(0,0,0,.2);
}

.main-nav > .container .links  li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	color: #fff;
	height: 54px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}

.main-nav > .container .links  li > a:hover {
	text-decoration: none;
}

li > ul {
	position: absolute;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-color: #f6f6f6;
	z-index: 2;
	margin: 0;
	min-width: 100%;
	border: 1px solid #e8e2e0;
	border-top: none;
	-webkit-transition-duration: 1s;
	        transition-duration: 1s;
}

li > ul > li {
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

li:hover > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

li > ul > li:hover {
	background-color: #e8e2e0;
}

li > ul > li > a {
	display: block;
	width: 100%;
	padding: 15px 20px;
	color: #414346;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	text-decoration: none !important;
}

.main-nav > .container > .form {
	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;
	height: 54px;
}

.main-nav > .container > .form > input {
	height: 40px;
	margin: 0;
	border: none;
	box-shadow: none;
	background-color: #fff;
	padding: 0 20px;
}

.main-nav > .container > .form > input:focus {
	border: none;
	box-shadow: none;
}

@media(max-width: 992px) {
	.main-nav > .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 10px;
	}

	.main-nav > .container .links  li {
		width: 50%;
	}

	.main-nav > .container .links  li > a {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

@media(max-width: 768px) {
	.main-nav > .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 10px;
	}

	.main-nav > .container .links  li {
		width: 100%;
	}

	.main-nav > .container .links  li > a {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

section {
	padding: 40px 0;
}

section.dark {
	background-color: #eeeeee;
}

section.wopt {
	padding-top: 0;
}

section h1.title,
section h2.title,section h2,
section h3.title,section h3 {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin-top: 0;
	color: #272c35;
	text-transform: uppercase;
}

section.action {
	padding-bottom: 0;
}

.seo + div {
	margin-top: 40px;
}

.seo > .text {
	overflow: hidden;
	max-height: 150px;
	text-overflow: ellipsis;
    -webkit-transition: .5s;
    transition: .5s;
}

.seo > .readmore {
	margin-top: 10px;
	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-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.seo > .readmore > a {
	color: #424242;
	font-weight: 500;
}

.seo > .readmore > a > .mdi {
	margin-left: 3px;
}

.owl-carousel.categories .owl-stage {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.owl-carousel.categories .owl-stage .owl-item .item {
	height: 100%;
}

.owl-carousel.categories .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
}

.owl-carousel.categories .block > .left-side {
	width: 100%;
}

.owl-carousel.categories .block > .left-side > .block-title {
	padding: 20px;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
}

.owl-carousel.categories .block > .left-side > .block-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 20px;
}

.owl-carousel.categories .block > .left-side > .block-links > a {
	padding: 5px 0;
	color: #424242;
	text-decoration: underline;
}

.owl-carousel.categories .block > .left-side > .block-links > a:hover {
	text-decoration: none;
}

.categories-slider + div {
	margin-top: 60px;
}

.features {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.feature > .feature {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.feature .feature-image {
	padding: 20px 0;
}

.feature .feature-title {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.feature .feature-description {
	font-size: 14px;
	padding-bottom: 30px;
	text-align: center;
}

.feature .feature-description p {
	margin-top: 0;
}

.feature .feature-link {
	position: absolute;
	right: 0;
	bottom: 0;
}

.feature .feature-link > a {
	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;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	color: #212121;
	text-decoration: underline;
}

.feature .feature-link > a > .mdi {
	position: relative;
	font-size: 19px;
	top: 1.5px;
}

.feature .feature-link > a:hover {
	text-decoration: none;
}

@media(max-width: 992px) {
	.features {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	section {
    	padding: 5px 0;
	}
}

.portfolio-repair {
	position: relative;
	margin-top: 40px;
}

.portfolio-repair > ul.tabs {
	background: rgba(141,110,99,1);
	height: auto;
	overflow: hidden;
}

.portfolio-repair > ul.tabs li {
	width: 100%;
	height: 100px;
	line-height: 100px;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.portfolio-repair > ul.tabs li:hover {
	background: rgba(255,255,255,.070);
}

.portfolio-repair > ul.tabs li > a {
	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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 16px;
	color: #fff;
	text-overflow: unset;
	overflow: unset;
	white-space: normal;
	padding: 0 20px;
	line-height: normal;
}

.portfolio-repair > ul.tabs li > a:hover {
	text-decoration: none;
	color: #fff;
}

.portfolio-repair > ul.tabs li > a.active {
	background: rgba(255,255,255,.2);
}

.portfolio-repair .owl-nav > div {
	background: rgba(141,110,99,1);
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.portfolio-repair .owl-nav > div.disabled {
	background: rgba(141,110,99,1);
	cursor: pointer !important;
}

.portfolio-repair .owl-nav > div:hover {
	background-color: #9f7c70;
}

.portfolio-repair .owl-nav > .owl-prev {
	left: 0;
}

.portfolio-repair .owl-nav > .owl-next {
	right: 0;
}

.portfolio-repair > .tab-content {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.portfolio-repair > .tab-content > .tab-image {
	position: relative;
}

.portfolio-repair > .tab-content > div {
	width: 50%;
}

.portfolio-repair > .tab-content > .tab-description {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-bottom: 0;
}

.portfolio-repair > .tab-content > .tab-description .tab-title {
	font-weight: 400;
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
}

.portfolio-repair > .tab-content > .tab-description .tab-text {
	font-size: 16px;
	font-weight: 400;
}

.portfolio-repair > .tab-content > .tab-description .readmore {
	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-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 15px;
}

.portfolio-repair > .tab-content > .tab-description .readmore > a {
	text-decoration: underline;
	color: #212121;
}

.portfolio-repair > .tab-content > .tab-description .readmore > a:hover {
	text-decoration: none;
}

.portfolio-repair > .tab-content > .tab-description .readmore > a > .mdi {
	position: relative;
	margin-left: 3px;
	top: 1.5px;
	font-size: 18px;
}

.portfolio-repair > .tab-content > .tab-description > .tab-button {
	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-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

@media(max-width: 992px) {
	.portfolio-repair > .tab-content > div {
		width: 100%;
	}

	.portfolio-repair > .tab-content > .tab-description {
		padding: 20px 0;
	}

	.portfolio-repair > .tab-content > .tab-description > .tab-button {
		margin-top: 15px;
	}
}

.btn {
	border-radius: 0;
	text-transform: none;
}

.btn-large {
	padding: 0 50px;
}
@media screen and (max-width: 480px) {
	.btn-large{
		padding: 0 50px;
	}
}
a.btn {
	text-decoration: none;
}

.btn-red {
	background-color: #ef5350;
}

.btn-red:hover {
	background-color: #f27573;
}

.icon-blocks > ul.tabs {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	background-color: #eeeeee;
	height: auto;
}

.icon-blocks > ul.tabs > li {
	height: auto;
	line-height: normal;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	letter-spacing: 0;
}

.icon-blocks > ul.tabs > li:hover {
	background: rgba(0,0,0,.1);
}

.icon-blocks > ul.tabs > li > a {
	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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 16px;
	color: #212121;
	text-overflow: unset;
	overflow: unset;
	white-space: normal;
	padding: 10px 20px;
	line-height: normal;
	text-decoration: none;
	font-weight: 400;
	height: 100%;
}

.icon-blocks.workers > ul.tabs > li > a {
	padding: 15px;
}

.icon-blocks > ul.tabs > li > a:hover {
	color: unset;
}

.icon-blocks > ul.tabs > li > a.active {
	background-color: #8d6e63;
	color: #fff;
}

@media(max-width: 992px) {
	.icon-blocks > ul.tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.icon-blocks > ul.tabs > li {
		width: 100%;
	}

	.icon-blocks > ul.tabs > li > a {
		padding: 20px;
	}
}

.icon-blocks > .tab-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 20px 0;
}

.icon-blocks > .tab-content > .icon-block {
	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-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 30px 10px;
	text-decoration: underline;
	font-size: 16px;
	color: #212121;
	width: 25%;
}

@media(max-width: 1200px) {
	.icon-blocks > .tab-content > .icon-block {
		width: 33.33333%;
	}
}

@media(max-width: 992px) {
	.icon-blocks > .tab-content > .icon-block {
		width: 50%;
	}
}

@media(max-width: 640px) {
	.icon-blocks > .tab-content > .icon-block {
		width: 100%;
	}
}

.icon-blocks > .tab-content > .icon-block > .icon {
	font-size: 24px;
	color: #fff;
	padding: 30px;
	background-color: #8d6e63;
	border-radius: 50%;
}

.icon-blocks > .tab-content > .icon-block > .icon > .mdi {
	position: relative;
	display: block;
	height: 24px;
	width: 24px;
	text-decoration: none;
	top: -4px;
}

.icon-blocks > .tab-content > .icon-block > .block {
	margin-left: 15px;
	text-transform: uppercase;
}

.icon-blocks > .tab-content > .icon-block:hover {
	text-decoration: none;
}

.portfolio-menu {
	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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0;
}

.portfolio-menu > li {
	list-style: none;
}

.portfolio-menu > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #212121;
	padding: 20px 30px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.portfolio-menu > li > a:hover {
	background: rgba(0,0,0,.1);
}

.portfolio-menu > li > a.active {
	background-color: #8d6e63;
	color: #fff;
}

@media(max-width: 768px) {
	.portfolio-menu {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.portfolio-menu > li {
		width: 50%;
	}

	.portfolio-menu > li > a {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 15px 30px;
	}
}

.portfolio-item {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	background-color: #fff;
	color: #212121;
	text-decoration: none;
	margin: 20px 0;
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}

.portfolio-item:hover {
	text-decoration: none;
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.portfolio-item > div {
	width: 50%;
}

.portfolio-item > .portfolio-image > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.portfolio-item > .portfolio-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 20px;
}

.portfolio-item > .portfolio-description > .portfolio-title {
	text-transform: uppercase;
	font-size: 18px;
}

.portfolio-item > .portfolio-description > .portfolio-text {
	font-size: 16px;
	margin-top: 20px;
}

.owl-carousel.portfolio {
	margin-bottom: 70px;
}

.owl-carousel.portfolio .owl-dots {
	position: absolute;
	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-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	margin-top: 20px;
}

.owl-carousel.portfolio .owl-dots > .owl-dot {
	width: 10px;
	height: 10px;
	border: 1px solid #8d6e63;
	border-radius: 100%;
}

.owl-carousel.portfolio .owl-dots > .owl-dot + .owl-dot {
	margin-left: 5px;
}

.owl-carousel.portfolio .owl-dots > .owl-dot.active {
	background-color: #8d6e63;
}

.brown-form {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	background-color: #8d6e63;
	margin-top: 30px;
	color: #fff;
	width: 100%;
}

.brown-form > div {
	display: -webkit-box;
	display: -ms-flexbox;
	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;
	width: 25%;
	padding: 8px;
}

.brown-form > div:first-child {
	font-size: 14px;
}

@media(max-width: 992px) {
	.brown-form {
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	}

	.brown-form > div {
		width: 100%;
	}

	.brown-form > div:first-child {
			-webkit-box-pack: justify;
	-ms-flex-pack: center;
	    justify-content: center;
		width: 100%;
	}

	.brown-form > div:last-child {
		width: 100%;
	}
}

@media(min-width: 992px) {
	.brown-form {
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	}

	.brown-form > div {
		width: 33.3333%;
	}

	.brown-form > div:first-child {
			-webkit-box-pack: justify;
	-ms-flex-pack: center;
	    justify-content: center;
		width: 100%;
	}
}

@media(min-width: 1200px) {
	.brown-form {
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	}

	.brown-form > div {
		width: 25%;
	}

	.brown-form > div:first-child {
			-webkit-box-pack: justify;
	-ms-flex-pack: center;
	    justify-content: center;
		width: 25%;
	}
}

.worker-block {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: 100%;
}

.worker-block > .worker-info {
	width: 25%;
	background-color: #eeeeee;
}

.worker-block > .worker-info > .worker-name {
	padding: 20px;
	font-size: 18px;
	text-align: center;
}

.worker-block > .worker-info > .worker-avatar > img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}

.worker-block > .worker-info > .worker-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 20px;
}

.worker-block > .worker-info > .worker-links > .exp {
	text-align: center;
	margin-bottom: 10px;
}

.worker-block > .worker-info > .worker-links > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	font-size: 14px;
	color: #424242;
	text-decoration: underline;
	padding: 10px;
}

.worker-block > .worker-info > .worker-links > a:hover {
	text-decoration: none;
}

.worker-block > .worker-info > .worker-links > a > span {
	position: relative;
	height: 26px;
	width: 26px;
	font-size: 18px;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #ef5350;
	border-radius: 50%;
	color: #ef5350;
	top: -4px;
}

.worker-block > .worker-info > .worker-links > a > span > .mdi {
	position: relative;
	top: -2.5px;
}

.worker-block > .about-worker {
	width: 45%;
	padding: 20px;
}

.worker-block > .about-worker > .about-title {
	font-size: 18px;
	font-weight: 500;
}

.worker-block > .about-worker > .about-description {
	margin-top: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #424242;
}

.worker-block > .worker-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-justify-content: space-around;
	width: 30%;
}

.btn-xlarge {
	max-height: 100px;
	font-size: 18px;
	font-weight: 300;
}

@media(max-width: 992px) {
	.worker-block {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.worker-block > .worker-info,
	.worker-block > .worker-form {
		width: 50%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.worker-block > .worker-form {
		padding: 0 20px;
	}

	.worker-block > .about-worker {
		width: 100%;
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		margin-bottom: 20px;
	}
}


@media(max-width: 768px) {
	.worker-block {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.worker-block > .worker-info,
	.worker-block > .about-worker,
	.worker-block > .worker-form {
		width: 100%;
		-webkit-box-ordinal-group: NaN;
		    -ms-flex-order: unset;
		        order: unset;
	}
}

.before-after {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.before-after > .before,
.before-after > .after {
	width: 50%;
	padding: 20px;
}

.before-after .before-images img,
.before-after .after-images img {
	width: 100%;
}

@media(max-width: 992px) {
	.before-after > .before,
	.before-after > .after {
		width: 100%;
	}
}


.before-after .ba-description {
	margin-top: 30px;
}

.photo-block {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 30px;
}

.photo-block > .photo {
	width: 50%;
}

.photo-block > .photo > img {
	width: 100%;
	height: 100%;
}

.photo-block > .text {
	width: 50%;
	padding-left: 20px;
}

.photo-form {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin-top: 40px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.photo-form .forms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	width: 70%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.photo-form .forms > div {
	width: 50%;
}

.photo-form .forms > .form-left {
	padding-right: 7px;
}

.photo-form .forms > .form-right {
	padding-left: 7px;
}

.photo-form .button {
	width: 30%;
	padding-left: 15px;
}

@media(max-width: 992px) {
	.photo-block > .photo,
	.photo-block > .text {
		width: 100%;
	}

	.photo-block > .text {
		padding-top: 20px;
	}
}

@media(max-width: 992px) {
	.photo-block > .photo,
	.photo-block > .text {
		width: 100%;
	}

	.photo-block > .text {
		padding-top: 20px;
	}
	.photo-form .forms > div {
		width: 50%;
		padding: 0 !important;
	}

	.photo-form .forms > div + div {
		padding-left: 7px !important;
		margin: 0;
	}
}

@media(max-width: 768px) {
	.photo-form .forms,
	.photo-form .button {
		width: 100%;
	}
	.photo-form .forms > div {
		width: 100%;
		padding: 0 !important;
	}

	.photo-form .forms > div + div {
		margin-top: 20px;
	}
	.photo-form .button {
		padding-left: 0;
		margin-top: 20px;
	}
	.photo-form .button > .btn-fh {
		height: 50px!important;
	}

}

.btn-fh {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 120px !important;
}

.calculator {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: 100%;
}

.calculator > div {
	width: 25%;
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
}

.calculator > div > .material-select + .material-select {
	margin-top: 20px;
}

.calculator > div:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-around;
	-webkit-justify-content: space-around;
}

@media(max-width: 992px) {
	.calculator {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.calculator > div {
		width: 50%;
	}

	.calculator > div:last-child > div + div {
		margin-top: 20px;
	}
}

@media(max-width: 768px) {
	.calculator {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.calculator > div {
		width: 100%;
	}

	.calculator > div:last-child > div + div {
		margin-top: 20px;
	}
}

.projects {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin: 30px 0;
}

.projects > .project {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.3333%;
	padding: 10px;
	text-decoration: none;
}

.projects > .project > .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-justify-content: space-around;
	background-color: #eeeeee;
	height: 100%;
}

.projects > .project > .inner > .project-title {
	padding: 30px;
	color: #212121;
	font-size: 16px;
	text-align: center;
}

.projects > .project > .inner > .project-link {
	padding: 30px;
	text-align: center;
}

.projects > .project > .inner > .project-link > a {
	text-decoration: underline;
	color: #424242;
	font-size: 16px;
}

.projects > .project > .inner > .project-link > a:hover {
	text-decoration: none;
}

.projects > .project > .inner > .project-link > a > .mdi {
	margin-right: 10px;
	padding: 5px 6px;
	border: 1px solid #ef5350;
	border-radius: 50%;
	color: #ef5350;
}

@media(max-width: 992px) {
	.projects {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-line-pack: center;
		    align-content: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.projects > .project {
		width: 50%;
	}
}

@media(max-width: 768px) {
	.projects > .project {
		width: 100%;
	}
}

.stock {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	color: #fff;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.stock > div {
	width: 33.3333%;
	padding: 10px;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.stock > .third,
.stock > .first {
	padding-top: 60px;
}

.stock > .second {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-bottom: 0;
}

.stock > .second > img {
	width: 200px;
}

.stock > .third {
	text-align: right;
}

.stock > div h4 {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 300;
	margin: 0;
	line-height: 40px;
}

.stock > div h5 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}

.stock > div h5 + h5 {
	margin: 20px 0;
}

@media(max-width: 1200px) {
	.stock > div h4 {
		font-size: 20px;
	}

	.stock > div h5 {
		font-size: 14px;
	}
}

@media(max-width: 992px) {
	.stock > div {
		width: 50%;
		padding: 0 20px !important;
		padding-bottom: 30px !important;
	}

	.stock > div h4 {
		font-size: 22px;
	}

	.stock > div h5 {
		font-size: 16px;
	}

	.stock img {
		display: none;
	}

	.stock > .second {
		width: 100% !important;
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
}

@media(max-width: 768px) {
	section.action {
		padding-bottom: 30px;
	}

	.stock > div {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		padding-top: 0 !important;
	}

	.stock img {
		display: none;
	}

	.stock > .second {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}

	.stock h4,
	.stock h5 {
		text-align: center;
	}
}

.btn-transparent:hover {
	background: rgba(255,255,255,.2);
	border-color: #fff;
}

.variants {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.variants > div {
	width: 33.3333%;
	padding: 10px;
}

.variants > div > .variant {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-justify-content: space-around;
	height: 100%;
}

.variants > div > .variant > .info > .title {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 20px 0;
}

.variants > div > .variant > .link {
	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-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.variants > div > .variant > .link > a {
	padding: 10px 0;
	color: #212121;
	font-weight: 500;
	text-decoration: underline;
}

.variants > div > .variant > .link > a:hover {
	text-decoration: none;
}

.variants > div > .variant > .link > a > .mdi {
	position: relative;
	top: 1px;
}

@media(max-width: 992px) {
	.variants > div {
		width: 50%;
	}
}

@media(max-width: 768px) {
	.variants > div {
		width: 100%;
	}
}

.video-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin-top: 40px;
}

.video-block > div {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.video-block > div > .video-selector > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.video-block > div:first-child {
	width: 65%;
}

.video-block > div:last-child {
	width: 35%;
	padding-left: 20px;
}

.video-block > div > .video-selector {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-justify-content: space-around;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.video-block > div > .video-selector > ul > .video {
	list-style: none;
	width: 100%;
}

.video-block > div > .video-selector > ul > .video > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	padding: 15px;
	cursor: pointer;
	list-style: none;
	text-decoration: none;
	color: #424242;
}

.video-block > div > .video-selector > ul > .video > a.active {
	background-color: #616161;
	color: #fff;
}

.video-block > div > .video-selector > ul > .video:hover {
	background: rgba(0,0,0,.1);
}

.video-block > div > .video-selector > ul > .video > a > .video-screen {
	width: 40%;
	z-index: 2;
}

.video-block > div > .video-selector > ul > .video > a > .video-title {
	width: 60%;
	padding-left: 15px;
	font-size: 16px;
}

.video-block > div > .video-selector > .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.video-block > div > .video-selector > .link > a {
	color: #424242;
	font-size: 16px;
	text-decoration: underline;
}

.video-block > div > .video-selector > .link > a:hover {
	text-decoration: none;
}

@media(max-width: 768px) {
	.video-block > div {
		width: 100% !important;
	}

	.video-block > div:last-child {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}

	.video-block > div > .video-selector > div > .video {
		width: 50%;
	}
}

@media(max-width: 600px) {
	.video-block > div > .video-selector > div > .video {
		width: 100%;
	}
}

.reasons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.reasons > .reason {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding: 5px;
	width: 50%;
	margin: 5px 0;
}

.reasons > .reason > .icon {
	color: #ef5350;
	font-size: 48px;
	margin-right: 40px;
}

.reasons > .reason > .text {

}

.reasons > .reason > .text > .title {
	font-size: 24px;
	margin-bottom: 20px;
}

@media(max-width: 768px) {
	.reasons > .reason {
		width: 100%;
	}
}

.faq {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 30px 0;
}

.faq > .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-justify-content: space-around;
	width: 50%;
	padding: 10px;
}

.faq > .block > .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.faq > .block > .inner > div {
	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;
}

.faq > .block > .inner > div > .icon {
	height: 80px;
	padding: 15px;
	background-color: #ef5350;
	border-radius: 50%;
	color: #fff;
	font-size: 50px;
	margin-right: 20px;
}

.faq > .block > .inner > div > .icon > .mdi {
	position: relative;
	top: -12px;
}

.faq > .block > .inner > .answer > .icon {
	background-color: #8d6e63;
}

.faq > .block > .inner > .answer {
	margin-top: 20px;
}

.faq > .block > .inner > .answer > .text {
	max-height: 90px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faq > .block > .inner > .question > .text {
	font-size: 16px;
	text-transform: uppercase;
}

.faq > .block > .inner > .answer > .text > div {
	display: block;
}

.faq > .block > .link {
	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-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.faq > .block > .link > a {
	padding: 10px;
	color: #424242;
	font-weight: 500;
	text-decoration: underline;
}

.faq > .block > .link > a:hover {
	text-decoration: none;
}

@media(max-width: 768px) {
	.faq > .block {
		width: 100%;
	}
}

footer {
	background-color: #616161;
}

footer > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	padding-top: 20px;
	padding-bottom: 50px;
	color: #fff;
}

footer > .container > .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 25%;
}

footer > .container > .block > .title {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}

footer > .container > .block > ul > li {
	display: block;
	list-style: none;
	font-weight: 300;
}

footer > .container > .block > ul > li > a {
	display: block;
	color: #fff;
	padding: 5px 0;
}

footer > .container > .block > .contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-justify-content: space-around;
}

footer > .container > .block > .contacts > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

footer > .container > .block > .contacts > li > .mdi {
	margin-right: 15px;
	font-size: 18px;
}

footer > .container > .block > .contacts > li > a {
	text-decoration: underline;
}

footer > .container > .block > .contacts > li > a:hover {
	text-decoration: none;
}

@media(max-width: 992px) {
	footer > .container > .block {
		width: 50%;
	}
}
@media(max-width: 480px) {
	footer > .container > .block {
		width: 100%;
		text-align: center;
	}
}

.d-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 14px;
}

.d-links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 20px;
}

.d-links a {
	font-size: 14px;
	color: #212121;
	margin-bottom: 15px;
	text-decoration: underline;
}

.d-links a:hover {
	text-decoration: none;
}

.d-links a > .mdi {
	color: #ef5350;
	margin-right: 6px;
}





































@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
	.main-nav > .container .links{
		margin: 0;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
  .main-nav > .container .links li > a{
      padding-right: 37px;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.material-select.initialized {
	display: none;
}

.breadcrumb, .blog_post_breadcrumbs {
	font-size: 14px;
	font-weight: 400;
	color: #757575;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb a, .blog_post_breadcrumbs a {
	color: #757575;
	text-decoration: underline;
}

.breadcrumb a:hover, .blog_post_breadcrumbs a:hover {
	text-decoration: none;
}



.posts {
	display: flex;
	flex-direction: column;
}

.posts .post {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
}

.posts .post + .post {
	margin-top: 20px;
}

.posts .post .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.posts .post .post-title {
	font-size: 24px;
	color: #212121;
	font-weight: 300;
}

.posts .post p {
	margin: 10px 0;
	font-size: 14px;
}

.posts .post .read-more {
	color: #212121;
	font-size: 14px;
}

.margin {
	margin-top: 30px;
}

.portfolio-categories {
	list-style: none;
}

.portfolio-categories li {
	transition: background-color .3s ease;
}

.portfolio-categories li a {
	display: block;
	padding: 20px;
	color: #424242;
	text-decoration: none;
}

.portfolio-categories li:hover {
	background-color: #ddd;
}

.portfolio-categories li.active {
	background-color: #ddd;
}

.portfolio .item {
	display: block;
}

.portfolio.all .item {
	background-color: #eee;
}

.portfolio.all .item + .item {
	margin-top: 25px;
}

.portfolio .item .image {
	padding: 0;
	max-height: 230px;
}

.portfolio .item .image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.portfolio .item .text {
	padding: 20px;
	color: #424242;
}

.portfolio .item .text a.title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	color: #212121;
}

.portfolio .item .text a.title + p {
	margin-top: 50px;
}

.act {
	min-height: 350px;
}

.act {
	color: #fff;
}

.act .title {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
}

.act .subtitle {
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}

.act .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
}

@media(max-width: 768px) {
	.act .form-group {
		margin-bottom: 30px;
	}
}

.subheader {
	font-size: 18px;
	font-weight: 300;
	color: #212121;
}

.subheader.upper {
	text-transform: uppercase;
	color: #424242;
}

.estimates {

}

.estimates .estimate {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #212121;
}

.estimates .estimate .description,
.estimates .estimate .title {
	margin-top: 15px;
	font-size: 14px;
}

.estimates .estimate .title {
	text-transform: uppercase;
}

.estimates .estimate .mdi {
	display: flex;
	font-size: 24px;
	color: #ef5350;
	padding: 30px;
	border-radius: 50%;
	border: 1px solid #ef5350;
	transition: all 0.3s ease;
}

.estimates .estimate:hover > .mdi {
	color: #fff;
	background-color: #ef5350;
}

.contacts li {
	list-style: none;
}

@media(max-width: 992px) {
    .contacts li {
         padding: 15px 0;
    }
    footer .contacts li{
        padding: 0;
    }
		.reasons > .reason > .icon{
			margin-right: 15px;
		}
}
@media screen and (max-width: 560px) {
	.faq > .block > .inner > div > .icon{
		height: 55px;
    padding: 7px;
		font-size: 44px;
	}
}
/* .main-nav > .container .links li.first{
    display: none;
} */

.links > li.first{
    display: none;
} 

.header .contacts .item{
	margin-bottom: 10px;
}
.header .contacts.last .item{
	margin-bottom: 12px;
}
.contacts li .mdi {
	margin-right: 10px;
}

.three-steps {
	text-align: center;
	margin-top: 70px;
	margin-bottom: 40px;
}

.three-steps .icon .mdi {
	padding: 44px 50px;
	font-size: 48px;
	color: #fff;
	background-color: #8d6e63;
	border-radius: 50%;
}

.three-steps .step-title {
	margin-top: 50px;
	text-align: center;
	font-size: 24px;
}
.text ul li{
    list-style-type: square!important;
    list-style-position: inside;
    padding-left: 15px
}
.seo h2{
	font-size: 1.2em;
}
.seo h3{
	font-size: 1em;
}
.crumb {
    margin: 10px 0;
}
.culc-block{
	width: 100%;
}
.culc-block section .container{
		width: 100%;
}
.culc-block section{
	padding: 0;
}
.culc-block .title{
	display: none;
}
.pagination li:first-child, .pagination li:last-child{
    width: auto;
}
@media screen and (min-width: 1199px) {
	.main-nav > .container .links {
		justify-content: space-between;
		width: 100%;
	}
}
.info-block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.info-block__col{
     max-width: 560px;
     width: 50%;
}
.info-block__box{
    width: 100%;
    margin-bottom: 20px;
}
.info-block__title{
    background-color: #eeeeee;
    padding: 15px;
    color: #000;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-block__box:hover .info-block__title{
    background: rgba(0,0,0,.2);
}

.info-block__box.active .info-block__icon{
    transform:rotate(180deg);
}
.info-block__box.active .info-block__title{
    background-color: #8d6e63;
    color: #fff;
}
.info-block__icon{
    color: #ef5350;
    font-size: 20px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.info-block__text{
    display: none;
    background-color: #eeeeee;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #424242;
}
.info-block__text p{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.photos{
    display:flex;
    justify-content: space-around;
    flex-wrap:wrap;
}
.photos__item{
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.photos__link{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.photos__link:after{
    content: '+';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(239, 83, 80, .8);
    top: 0;
    right: 0;
    bottom: 0;
    color:#fff;
    left: 0;
    font-size: 80px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 75px;
    opacity: 0;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.photos__img{
    vertical-align: bottom;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.photos__item:hover .photos__link:after{
    opacity: 1;
}
.photos__item:hover .photos__img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery-slider.owl-carousel{
    display: block;
}
.slick-arrow{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    width: 75px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 60%;
    margin-top: -50px;
    background: rgba(141,110,99,.9);
    color: #fff;
    font-size: 48px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}
.error_name{
    font-size: 10px;
}
.act .error_name .error{
    color: #fff!important;
}
.slick-arrow:hover {
    background: rgba(141,110,99,1);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    font-size: 48px;
    color: #fff;
}
.slick-prev:before, .slick-next:before{
    display: none;
}
.slick-prev{
    left: -15px;
}
.slick-next{
    right: -15px;
}
.fancybox-button svg path{
    fill:#fff!important;
    stroke-width:initial!important;
}
@media only screen and (max-width: 1024px) {
    .info-block__col{
        max-width: inherit;
    }
    .links__arrow{
        position: absolute;
        color: #fff;
        top: 0;
        right: 10px;
        font-size: 27px;
        z-index: 9;
        cursor: pointer;
    }
    .dropdown{
        z-index: 99;
        overflow: auto;
    }
    .dropdown li{
        display: block!important;
    }
    .main-nav > .container .links li > a{
        height: 38px;
    }
    .dropdown a{
        font-size: 10px;
    }
    li:hover > ul{
        display: none;
    }
}

@media only screen and (max-width: 768px) {
     .slick-slide img{
        width: 100%;
        }
        .slick-arrow{
            display: none!important;
        }
        .info-block__box{
            margin: 0 0 20px;
        }
        .fancybox-show-nav .fancybox-navigation{
            display: none!important;
            opacity: 0;
        }
         .video-block{
        flex-wrap: wrap-reverse;
    }
    .dropdown{
        width: 100%;
        
    }
    .video_gl{
        height: 225px;
    }
    .video-block > div:last-child{
        padding-left: 0;
    }
    .video-block > div > .video-selector > ul > .video > a{
        height: 93px;
        
    }
}
.fancybox-navigation button:before{
    right: 23px;
}
.fancybox-navigation .fancybox-button--arrow_right:before{
    right: 8px!important;
}
@media only screen and (max-width: 560px) {
    .header{
        text-align: center;
    }
    p.logotext{
        margin: 0 auto; 
    }
    .center{
        text-align: center;
    }
   
    section h1.title, section h2.title, section h2, section h3.title, section h3{
        margin-top: 15px;
    }
    .icon-blocks > .tab-content > .icon-block{
        justify-content: flex-start;
    }
    .d-block{
        width: 100%;
    }
    .dropdown{
        height: 150px;
    }
}
.calculator .select-wrapper{
    background: #fff;
}
.calculator .select-wrapper input.select-dropdown{
    z-index: 4;
    background: none;
}
.page-content .seo{
    overflow: hidden;
}
input[name="phone"]{
   text-align: left; 
}
.ajax_form .hidden{
    display: none;
}
/*.crumb ul a:after{
	content: '/';
}*/
