*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}


.form-box *::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
.form-box *:-moz-placeholder {
	color: #000;
	opacity: 1;
}
.form-box *::-moz-placeholder {
	color: #000;
	opacity: 1;
}
.form-box *:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}


body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-size: 16px;
	position: relative;
	line-height: 1.6;
	font-family: "PTSansRegular";
	color: #000;
	overflow-x: hidden !important;
}
.hidden {
	display: none;
}


h1,h2,h3,h4, b, strong {
	font-weight: normal;
}

a,a:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	color: #fff;

}

strong {
	font-family: "PTSansBold";
}

:focus {
	outline:none;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style:none;
}


.slider {
	text-align: center;
	height: 504px;
	color: #fff;
}

.slider .owl-carousel .item {
	position: relative;
	height: 504px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
.slider .owl-carousel .sl-text h2 {
	position: relative;
	min-height: 150px;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
	margin: 0;
	font-family: "HelveticaBold";
	font-size: 80px;
	margin-top: 80px;
}

.slider .owl-carousel .sl-text h2 b {
	color: #fcf000;
}


.slider .owl-carousel .sl-text h2 span {
	top: -100px;
	width: 100%;
	left: 0;
	text-align: center;
	display: inline-block;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}

.slider .owl-carousel .active .sl-text h2 span  {
	top: 0;
	opacity: 1;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}


.slider .owl-carousel .sl-text .txt1 {
	opacity: 0;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	margin: 0;
	margin-left: -5000px;
	font-size: 48px;
	font-family: "HelveticaBold";
	line-height: 52px;
	margin-bottom: 15px;

}




.slider .owl-carousel .active .sl-text .txt1  {
	margin-left: 0;
	opacity: 1;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;

}

.slider .btn {
	font-size: 18px;
	padding: 10px 35px;
	margin-top: 20px;
}

.slider .owl-carousel .sl-text .txt2 {
	opacity: 0;
	font-size: 29px;
	width: 100%;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	margin: 0;
	margin-left: 5000px;

}



.slider .owl-carousel .active .sl-text .txt2  {
	margin-left: 0;
	opacity: 1;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;

}



.slider .owl-carousel .sl-img {
	opacity: 0;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	margin-top: 15px;

}

.slider .owl-carousel .active .sl-img {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;

}



header {
	background-image: url(../img/bg-header.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 109px;
}

.logo-box {
	margin-top: 5px;
	text-align: center;
}


nav ul li {
	display: inline-block;
}

nav ul li a {
	display: inline-block;
	padding: 7px 30px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	margin-left: -5px;
}
nav ul li a:hover {
	opacity: .6;
	color: #fff;
}
nav ul li:nth-child(1) a {
	background-color: #ff7400;
	margin-left: 0;
}
nav ul li:nth-child(2) a {
	background-color: #ff3900;
}
nav ul li:nth-child(3) a {
	background-color: #bf7130;
}
nav ul li:nth-child(4) a {
	background-color: #ff9640;
}
nav ul li:nth-child(5) a {
	background-color: #ffb273;
}

.b-panel {
	text-align: right;
	margin-top: 10px;
}

.b-panel > div {
	display: inline-block;
	vertical-align: middle;
}
.form-box {
	text-align: left;
	margin-right: 39px;
}

.form-box input {
	border: 1px solid #000;
	background: none;
	font-size: 15px;
	text-indent: 30px;
	padding: 5px 0;
	background-image: url(../img/formset.png);
	background-repeat: no-repeat;
	margin-right: 10px;	
}
.form-box .btn {
	border-radius: 0;
}
.form-box #name {
	background-position: 5px -4px;
}

.form-box #phone {
	background-position: 5px -36px;
}

.btn {
	display: inline-block;
	color: #fff;
	border: none;
	background: none;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 7px 25px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-red {
	background-color: #ff3900;
}

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

.text-center {
	text-align: center;
}

.tel-box p {
	position: relative;
	padding-left: 30px;
	font-size: 18px;
	font-family: "HelveticaBold";
	margin: 0;
	line-height: 18px;
}

.tel-box i {
	position: absolute;
	left: 5px;
	top: 0;
	font-size: 36px;
	color:#99999c;

}

.tel-box a {
	font-size: 12px;
	 font-family: "PTSansRegular";
	 color: #000;
}

.tel-box a>span {
	border-bottom: 1px dashed #000;
}

.tel-box a:hover > span {
	border-bottom: none;
}


.block-1 {
	text-align: center;
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 631px;
}

.block-1 h2 {
	font-size: 48px;
	font-family: "HelveticaBlack";
	text-transform: uppercase;
	margin-bottom: 35px;
}

.block-1 .table {
	border: 3px solid #d1c700;
	display: inline-block;
	padding: 15px 25px;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 55px;
	margin-top: 0;
}
.icon-item {
	display: inline-block;
	width: 360px;
	margin-bottom: 35px;
	text-align: left;
}

.icon-item > div {
	display: inline-block;
	vertical-align: middle;

}

.icon-item .left > span {
	display: inline-block;
	border: 5px solid #d1c700;
	border-radius: 50%;
	text-align: center;
	font-size: 42px;
	line-height: 74px;
	width: 85px;
	height: 85px;
}

.icon-item .right {
	text-align: left;
	font-size: 12px;
	font-family: "HelveticaBold";
	text-transform: uppercase;
	padding-left: 15px;
} 


.block-2 {
	background-image: url(../img/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	min-height: 771px;
} 

.block-2 h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 48px;
	font-family: "HelveticaBold";
}

.site-tarif-box {
	background-color: #fff;
	text-align: center;
	margin-bottom: 35px;
	-webkit-box-shadow: 10px 10px 0 rgba(255,255,255,.4);
	box-shadow: 10px 10px 0 rgba(255,255,255,.4);
} 

.site-tarif-box .hdr {
	position: relative;
	padding-left: 46px;
}

.site-tarif-box .hdr > span {
	position: absolute;
	left: 0;
	top: 0;
	width: 46px;
	height: 100%;
	background-color: #e2e2e2;
	color: #939393;
	font-size: 12px;
	font-family: "HelveticaBlack";

}


.site-tarif-box .hdr > span b {
	font-size: 24px;
}


.site-tarif-box .hdr h3 {
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: "HelveticaBold";
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.price {
	background-color: #d1c700;
	font-size: 18px;
	padding: 10px 0;
}

.price strong {
	font-size: 20px;
}

.price span {
	font-size: 14px;
	text-transform: uppercase;
}

.desc {
	background-color: #fcf000;
	text-align: left;
	padding: 25px;
	height: 260px;
}

.desc ul li {
	margin-bottom: 10px;
	line-height: 18px;
}

.site-tarif-box .btn {
	margin: 25px 0;
}


.block-3 {
	background-image: url(../img/bg4.jpg);
	background-repeat: no-repeat;
	background-position: center -550px;
	background-attachment: fixed;
	min-height: 1139px;
}

.block-3 .title {
	text-align: center;
	
	background-color: #e5da01;
	padding: 15px 0;
	margin-top: 78px;
	margin-bottom: 85px;
}


.block-3 .title h2 {
	font-family: "HelveticaBlack";
	font-size: 36px;
	margin: 0;
	line-height: 40px;
}

.block-3 .title p {
	margin: 0;
}

.b4-wrap {
	text-align: center;
}

.block-3 .icon-box {
	text-align: center;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	width: 280px;
	margin-bottom: 85px;
}

.block-3 .icon-box span {
	display: inline-block;
	font-size: 46px;
	line-height: 100px;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	background-color: #fff;
	background: #e5da01; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5da01 0%, #c0b709 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e5da01 0%,#c0b709 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e5da01 0%,#c0b709 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5da01', endColorstr='#c0b709',GradientType=0 ); /* IE6-9 */

}
.block-3 .icon-box p {
	line-height: 18px;
	margin-top: 25px;
}
.icon-box-text  span{
	font-family: "HelveticaBlack";
	line-height: 28px !important;
	text-transform: uppercase;
	font-size: 28px !important;
	padding-top: 30px;
}

.b4-txt-block {
	background-color: #fff;
	-webkit-box-shadow: 10px 10px 0 rgba(255,255,255,.4);
	box-shadow: 10px 10px 0 rgba(255,255,255,.4);
	padding: 25px;
	padding-left: 125px;
	position: relative;
	text-align: left;
	line-height: 20px;

}

.b4-txt-block i {
	color: #d1c700;
	font-size: 72px;
	position: absolute;
	left: 25px;
	top: 30%;
}

.block-3 .btn {
	font-size: 18px;
	padding: 10px 35px;
	margin: 70px 0;
}

.b5-box {
	display: inline-block;
	vertical-align: top;
	margin: 25px 35px;
}
.b5-box i {
	font-size: 60px;
	color: #d1c700;
}

.b5-box p {
	text-transform: uppercase;
	font-family: "HelveticaBold";
	font-size: 14px;
}

.block-5 {
	background-image: url(../img/bg5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	min-height: 1112px;
}

.block-5 h2 {
	font-size: 48px;
	font-family: "HelveticaBold";
	color: #fff;
	text-transform: uppercase;
}

.clients {
	background-color: rgba(209,199,0,.8);
	font-family: "HelveticaBlack";
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.clients p {
	margin: 15px;
}

.b6-box {
	background-color: rgba(255,255,255,.8);
	padding: 25px;
	margin-top: 30px;
	font-size: 14px;
}

.b6-box h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "HelveticaBold";
	margin-bottom: 34px;
}

.b6-item {
	position: relative;
	display: table;
	margin-bottom: 10px;
}

.b6-item span {
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	text-align: center;
	margin-right: 15px;
	font-size: 24px;
	line-height: 46px;
}


.b6-item .right {
	line-height: 16px;
}
.b6-1  {
	margin-bottom: 35px;
}
.b6-1 span {
	border: 5px solid #d5cb14;
	font-family: "HelveticaBlack";
	
}

.b6-2 span {
	background-color: #d5cb14;
	line-height: 52px;
}

.b6-item > div {
	display: table-cell;
	vertical-align: middle;
}

.yellow-box, .white-box {
	padding: 0 25px;
	line-height: 29px;
}
.white-box {
	padding-bottom: 45px;
}
.yellow-box {
	background-color: rgba(209,199,0,.8);
	padding: 45px 25px;
}
.block-6 {
	text-align: center;
	background-image: url(../img/bg4.jpg);
	background-position: center bottom;
	background-attachment: fixed;	
	color: #fff;

}

.block-6 h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-family: "HelveticaBold";
}

.block-6 .b6-box > div {
	display: inline-block;
	vertical-align: top;
}

.block-6 .b6-box {
	height: 240px;
	background-color: rgba(255,255,255,.4);

}

.block-6 .b6-box i {
	font-size: 60px;
	color: #ffeb13;
}

.block-6 .b6-box .right {
	margin-top: 35px;
}

.block-6 .b6-box .right h3 {
	margin: 0;
}


.block-6 .b6-box .right p {
	margin: 0;
}

.block-6 .btn {
	font-size: 18px;
	padding: 10px 35px;
	margin: 70px 0;
}

.owl-carousel2 .item {
	text-align: center;
	overflow: none !important;
}


.owl-carousel2 .item img {
	display: inline-block;
	border: 3px solid #d1c700;
}

.owl-carousel2 .item:after {
	content:'';
	width: 100%;
	height: 47px;
	position: absolute;
	bottom: -25px;
}
.block-7 {
	margin-bottom: 55px;
}
.block-7 h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-family: "HelveticaBold";
	text-align: center;
}

.block-7 h2 span {
	color: #d1c700;
}


#top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	background-color: rgba(209,199,0,.6);
	color: #000;
	display: inline-block;
	padding: 7px 10px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	z-index: 6;
	font-family: "HelveticaBold";
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

#top:hover {
	background-color: rgba(209,199,0,1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


footer {
	position: relative;
	height: 350px;
}
.add-box {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(175,60,103, .9);
	z-index: 5;
	padding: 25px;
	color:#fff;
	-webkit-box-shadow: 10px 10px 0 rgba(175,60,103, .4);
	box-shadow: 10px 10px 0 rgba(175,60,103, .4);
}

.add-box h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: "HelveticaBold";
	margin-top: 0;
	color:#fff;
}
.add-box a {
	color:#fff;
}

.add-box a:hover {
	text-decoration: underline;
}
.add-item {
	position: relative;
	padding-left: 35px;
	margin-top: 15px;
}

.add-item i {
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	text-align: center;
}


.form {
	background-color: #fff;
	max-width: 320px;
	margin: auto;
	padding: 25px;
	text-align: center;
	border-radius: 4px;
	background-image: url(../img/bg2.jpg);
	background-position: center center;

}
.form h3 {
	font-family: "HelveticaBold";
	margin: 0;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.form input {
	background: none;
	border: 1px solid #000;
	padding: 5px 0;
	text-indent: 15px;
	margin-bottom: 15px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.form input:focus {
	border-bottom: 1px solid #faf91d;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.form .btn {
	padding: 7px 45px;
}

.main_mnu_button {
	color: #000;
	font-size: 36px;
	border: none;
	background-color: transparent;
}

.block-8 {
	background-color: #F1EEEE;
	padding-bottom: 70px;
}
.block-8 img {
	max-width: 100% !important;
	border: 2px solid #d1c700;
}


.block-8 h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: "HelveticaBold";
    text-align: center;
}