@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');

a, a:visited, a:active, a:hover, a:focus {
	text-decoration: none;
	color: inherit;
}

.img-responsive {
	min-width: 100% !important;
	height: auto;
	display: block;
}

body {
	font-family: 'Roboto Condensed', sans-serif !important;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 300;
}

.main-banner {
	position: relative;
	width: 100%;
	/*height:100%;*/
	background: transparent;
	background: url("../img/mbg2.png");
	background-size: cover;
	/*background: #ED8F03;*/
	/*background: -moz-linear-gradient(-45deg, #ED8F03 0%, #FFB75E 100%);*/
	/*background: -webkit-linear-gradient(-45deg, #ED8F03 0%,#FFB75E 100%);*/
	/*background: linear-gradient(135deg, #ED8F03 0%,#FFB75E 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED8F03', endColorstr='#FFB75E',GradientType=1 );*/
}

header {
	width: 100%;
	/*margin: 0 auto;*/
	height: 65px;
	line-height: 65px;
	/*background: red;*/
	/*position: fixed;*/
}

.logo {
	margin-top: 10px;
}

.menu li {
	display: inline-block;
	padding-left: 20px;
	color: rgba(255, 255, 255, .6);
}

.menu ul li a {
	display: block;
	position: relative;
}

.active-menu-item {
	font-weight: 400 !important;
	color: rgba(255, 255, 255, .95) !important;
}

.main-flex {
	margin-top: -65px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-flex > div {
	margin-bottom: 65px;
}

.main-h1 {
	font-size: 35px;
	color: rgba(255, 255, 255, .95);
	letter-spacing: 3px;
	margin-bottom: 25px;
	line-height: 40px;
}

.main-point {
	display: inline-block;
	color: rgba(255, 255, 255, .8);
	margin-right: 10px;
	background-color: rgba(0, 0, 0, .5);
	padding: 5px 20px;
}

.main-text {
	color: rgba(255, 255, 255, .9);
	margin-top: 25px;
	font-size: 16px;
	margin-bottom: 30px;
}

.svg-clip {
	position: absolute;
	width: 100%;
	bottom: -6px;
}

.svg-clip > svg {
	fill: #fff;
}

.dfx-w {
	color: rgba(255, 255, 255, .9) !important;
}

.dfx-sec {
	padding: 100px 0;
}

.dfx-title-ctr {
	letter-spacing: 3px;
	font-size: 30px;
	color: #585858;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 60px;
}

.dfx-title-ctr:after {
	content: " ";
	position: absolute;
	width: 80px;
	height: 3px;
	background-color: #efc64f;
	bottom: -30px;
	left: 50%;
	margin-left: -40px;
}

.dfx-title-side {
	letter-spacing: 3px;
	font-size: 30px;
	color: #585858;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 60px;
}

.dfx-title-side:after {
	content: " ";
	position: absolute;
	width: 80px;
	height: 3px;
	background-color: #efc64f;
	bottom: -30px;
	left: 0;
}

.dfx-desc-ctr {
	font-size: 16px;
	padding: 0 15px;
	width: 100%;
	font-weight: 400;
	margin: 0 auto;
	color: rgba(0, 0, 0, .6);
	max-width: 750px;
	margin-bottom: 30px;
}

.dfx-text {
	color: rgba(0, 0, 0, .65);
	font-size: 16px;
	margin-bottom: 20px;
	/*font-weight: 400;*/
	line-height: 23px !important;
}

.dfx-v-c {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dfx-btn-grp a:not(:nth-child(1)) {
	margin-left: 20px;
}

.dfx-btn {
	background-color: #eee;
	padding: 10px 20px;
	color: rgba(0, 0, 0, .7);
}

.dfx-btn-w {
	border: 1px solid rgba(255, 255, 255, .7);
	padding: 10px 20px;
	color: rgba(255, 255, 255, .7) !important;
}

.dfx-btn-prm {
	padding: 10px 20px;
	font-weight: 400;
	background-color: #efc64f;
	color: rgba(255, 255, 255, .9) !important;
}

.dfx-btn-prm-w {
	padding: 10px 20px;
	font-weight: 400;
	background-color: rgba(255, 255, 255, .8);
	color: rgba(0, 0, 0, .6) !important;
}

.no-gutter {
	padding-right: 0 !important;;
	padding-left: 0 !important;;
}

.why-us {
	background-color: #fff;
}

.reasons {
	margin-top: 100px;
}

.reason {

}

.reason img {
	margin-bottom: 15px;
}

.reason h6 {
	font-size: 18px;
	font-weight: 400;
	color: rgba(0, 0, 0, .7);
	margin-bottom: 15px;
}

.reason p {
	font-weight: 400;
	color: rgba(0, 0, 0, .55);
}

.what-do {
	background: transparent;
	position: relative;
}

.bench {
	height: 100%;
	width: 100%;
	/*background-image: url("../img/tst_wood.png");*/
	/*background-size: cover;*/
	padding: 200px 0;
}

.vazon {
	padding: 200px 0;
}

.besedka {
	padding: 200px 0;
}

.dfx-span {
	background-color: #efc64f;
	color: #fff;
	padding: 5px 15px;
}

.qlt-garant {
	background: transparent;
}

.cats {
	margin-top: 60px;
}

.works {
	margin-top: 80px;
}

.works > div {
	margin-bottom: 30px;
}

.footer {
	background-color: #242424;
}

.footer img {
	margin-bottom: 30px;
}

.footer p {
	color: rgba(255, 255, 255, .65);
	font-size: 16px;
}

.ftr-basic {
	padding: 0 100px 0 0;
}

.footer h3 {
	font-size: 23px;
	font-weight: 300 !important;
	color: rgba(255, 255, 255, .8);
	margin-bottom: 30px;
}

.footer i {
	padding-right: 5px;
}

.footer input, textarea {
	background-color: #1f1f1f !important;
	outline: none;
	border: none !important;
	color: rgba(255, 255, 255, .7) !important;
	border-radius: 0 !important;
}

button {
	outline: none;
	border: none;
}

.hdrfxd {
	position: fixed;
	background-color: #fff;
	z-index: 100;
	height: 65px;
	line-height: 65px;
	width: 100%;
}

.hdrfxd a {
	color: rgba(0, 0, 0, .6) !important;
}

.dop-photo {
	margin-top: 30px;
}

.top-bar {
	height: 30px;
	line-height: 30px;
	background-color: #333333;
	font-size: 12px;
	color: #d9d9d9;
}

.top-bar i {
	padding-right: 5px;
}

.top-bar .phone {
	padding-left: 30px;
}

.stiker {
	display: block;
	position: relative;
}

.stk {
	position: absolute;
	top: 20px;
	right: 20px;
}

.wht-title {
	color: rgba(255, 255, 255, .9);
}

.wht-text {
	color: rgba(255, 255, 255, .8);
}

.material-container {

}

.material-container img {
	width: 100px;
	height: 100px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.material-container img:not(:nth-child(1)) {
}

.dfx-modal {
	width: 70%;
	max-width: 1200px;
	padding: 0 !important;
	display: none;
	height: 450px;
}
.dfx-modal .wrapper {
	height: 450px;
}
.dfx-modal .wrapper .img-container {
	width: 50%;
	height: 100%;
	float: left;
	background: url("../img/wrk5.png");
	background-size: cover;
	background-position: center center;
}
.dfx-modal .wrapper .content-container {
	height: 100%;
	overflow-y: scroll;
	width: 50%;
	float: left;
	padding: 30px 30px 60px 30px;
	position: relative;
	-ms-overflow-style: none;
}

.dfx-modal .wrapper .content-container::-webkit-scrollbar-track {
	background-color: rgba(0,0,0,.1);
}

.dfx-modal .wrapper .content-container::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.dfx-modal .wrapper .content-container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(0,0,0,.45);
}

.dfx-list {
	list-style: none;
	margin-bottom: 30px;
	font-weight: 400;
	padding-left: 0!important;
}

.dfx-list li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 3px;
	line-height: 25px;
	font-size: 16px;
	font-weight: 300;
	max-width: 950px;
}

.dfx-list li:before {
	color: tomato;
	content: "•";
	position: absolute;
	left: 0;
}

@media only screen and (max-width : 768px)
{
	.dfx-modal
	{
		width: 95%!important;
	}
}

@media only screen and (max-width : 480px)
{
	.dfx-modal
	{
		width: 100%!important;
		height: auto;
	}
	.dfx-modal .wrapper .img-container
	{
		display: none;
	}
	.dfx-modal .wrapper .content-container
	{
		width: 100%;
		float: none;
		padding: 60px 20px;
	}
}