@font-face{
	font-family: DinDisplay;
    src: url(../font/PFDinDisplayPro-Regular.ttf);
    font-weight: normal;
}

@font-face{
	font-family: DinDisplay;
    src: url(../font/PFDinDisplayPro-Light.ttf);
    font-weight: 200;
}

@font-face{
	font-family: DinDisplay;
    src: url(../font/PFDinDisplayPro-Medium.ttf);
    font-weight: 700;
}

@font-face{
	font-family: DinDisplay;
    src: url(../font/PFDinDisplayPro-Bold.ttf);
    font-weight: bold;
}

@font-face{
	font-family: DinDisplay;
    src: url(../font/PFDinDisplayPro-Black.ttf);
    font-weight: 800;
}

@font-face{
	font-family: DinDisplay;
    src: url(../font/PFDinDisplayPro-Italic.ttf);
    font-style: italic;
}

html{
	font-family: DinDisplay;
	font-size: 16px;
	background: url(../images/bg-pattern.jpg) repeat;
}

*{
	box-sizing: border-box;
}

body{
	max-width: 1450px;
	min-width: 1250px;
	margin: 0 auto;
	background: #e3e9ec;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.wrap{
	margin: 0 auto;
	max-width: 1250px;
}
/***Inline block***/
.in-bl{
	display: inline-block;
}
.blue{
	color: #5fb8ba;
}
.column{
	float:left;
}
/***HEADER***/
.header{
	background: #304c5a;
	color: #ebebed;
}
/***LOGO***/
.logo{
	padding: 20px 0;
	width: 350px;
	text-transform: uppercase;
}

.logo img {
	float: left;
	padding-right: 7px;
}

.logo a{
	text-decoration: none;
}

.logo p{
	color: #ebebed;
	font: bold 12px DinDisplay;
	margin-top: 5px;
}
.logo .bigText{
	margin-top: 2px;
	font: bold 24px DinDisplay;

}
/***NAVIGATION***/
.nav li{
	float:left;
	margin-right: 25px;
	text-transform: uppercase;
	border-bottom: 5px solid #304c5a;
	margin-bottom: 7px;
	padding:3px;
	font-weight:bold;
	transition: .6s;
}

.nav li:hover,
.nav li:active{
	color:#5fb8ba;
	cursor: pointer;
	border-bottom: 5px solid #5fb8ba;
}
.header .nav a {
  text-decoration: none;
  color: #5fb8ba;
}

.nav .active {
  	color:#5fb8ba;
	cursor: pointer;
	border-bottom: 5px solid #5fb8ba;
}

/***CONTACTS***/
.cont{
	float: right;
	text-align: right;
	line-height: 13px;
	font-size: 11px;
}

.cont a{
	line-height: 35px;
}
.cont .phone{
	font: 700 18px DinDisplay;
}

.cont .phone span{
	font: 700 28px/28px DinDisplay;
}

.cont .font12{
	font-size: 12px;
	line-height: 14px;
}

/***Bread***/

.bread{
	background: url(../images/bgBreadServises.png)  center no-repeat;
	background-color: #688898;
	color: #fff;
}
.bread a{
	padding-top: 30px;
	padding-bottom: 20px;
	display: inline-block;
	color: #fff; 
}

.bread ul{
	display: inline-block; 
}

.bread h1{
	margin: 0;
	font-size: 60px;
	padding-bottom: 30px;
}

/***Bread in price***/

.bread .price{
	display: block;
}

.bread .price a{
	display: block;
	padding: 0;
	margin: 0;
}

.bread .price li{
	display: block;
	float: left;
	width:365px;
	height: 80px;
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 80px;
}

.bread .price .active{
	border-bottom: none;
	background: #e3e9ec;
	color: #6a8b9c;
}

.bread .price span{
	border-bottom: 2px dashed #fff;
}

.bread .price a:hover,
.bread .price li:hover,
.bread .price li:hover span{
	border-bottom: none;
	background: #e3e9ec;
	color: #6a8b9c;
}

/***CONTENT WITH SIDEBAR***/

.content-other{
	padding: 65px 0;
	background: #e3e9ec;
	color: #2d4856;
}

.wrap .price-list img{
	float: none;
	margin: 0;
}

.wrap .price-list a{
	position: relative;
}

.wrap .price-list span{
	display: inline-block;
}

.price-list h2{
    font-size: 24px;
    color:#42a3a6;
    margin-bottom: 20px;
    font-weight: 700;
}

.price-list li{
    list-style: inside;
}

.sidebar{
	float: left;
	padding-right: 50px;
	width: 445px;
}

.sidebar li{
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	position: relative;
	transition: background .4s;
}


.sidebar a{
	text-decoration: none;
	color: #409b9e;
	transition: .4s;
}


.sidebar li:hover{
	background: #409b9e;
	color: #e3e9ec;
}

.sidebar a:hover{
	background: #409b9e;
	color: #e3e9ec;

}

.sidebar li:after{
	opacity: 0;
	position: absolute;
	content: "";
	width: 1px;
	height: 1px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 0 17px 14px;
	border-color: transparent transparent transparent #409b9e;
	right: -14px;
	top: 0px;
	transition: opacity .4s;
}

.sidebar li:hover:after{
	opacity: 1;
}

.sidebar .active{
	background: #409b9e;
	color: #e3e9ec;
}

.sidebar .active:after{
	opacity: 1;
	position: absolute;
	content: "";
	width: 1px;
	height: 1px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 0 17px 14px;
	border-color: transparent transparent transparent #409b9e;
	right: -14px;
	top: 0px;
	transition: opacity .4s;
}

.wrap .about-aq{
	display: inline-block;
	width: 805px;
}

.about-aq li{
	list-style: disc;
	list-style-position: inside;
	margin-left: 15px;
	line-height: 24px;
}

.about-aq ul{
    margin-bottom: 15px;
}

.about-aq h1{
	color: #42a3a6;
	font-size: 48px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 45px;
}

.about-aq img{
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}

.about-aq p{
	margin-bottom: 20px;
	line-height: 18px;
}

/***CONTENT WITH SIDEBAR FOR PRICE***/

.price img{
	float: left;
	margin-right: 10px;
}

.price h3{
	font-size: 24px;
	font-weight: normal;
	color: #6a8b9c;
	padding-bottom: 30px;
}

.content-other .price ul{
	list-style: disc;
	list-style-position: inside;
	margin-left: 10px;
	padding-bottom: 65px;
}

.content-other .price a{
	text-decoration: underline;
}

.sidebar .first{
	margin-top: 4px;
}

.sidebar .second{
	margin-top: -10px;
}

/***CONTENT FEEDBACK***/

.main{
	background: #e3e9ec;
	color: #6a8a9a;
	padding-top: 40px;
	padding-bottom: 70px;
}

.main .feed{
	width: 340px;
	height: 700px;
	float: left;
	text-align: left;
	line-height: 18px;
	display: inline-block;
}

.main .feed img{
    width: 305px;
    height: 408px;
}

.main .leave{
	width: 373px;
	height: 75px;
	border: 8px solid #5fa7aa;
	line-height: 59px;
	margin: 0 auto;
	text-decoration: none;
	font-size: 36px;
	color: #5fa7aa;
	display: block;
	text-align: center;
	transition: .6s;
}

.main .leave:hover{
	background: #5fa7aa;
	color: #e3e9ec;
}

.main .wrap .clear {
	margin: 40px 0;
}

.main .wrap .clear .feed:nth-child(3n-4){
	margin: 0 110px;
}
.main .wrap .clear .feed:nth-child(3n){
	width: 305px;
	padding-left: 35px;
}

.main .wrap .clear .feed:nth-child(3n) p{
	width: 280px;
}

.main .feed p{
	position: relative;
	margin: 20px 0  20px 35px;
	font-style: italic;
	font-size: 16px;
	width: 300px;
}

.main .feed p:nth-child(2):before {
	content: " ";
	width: 25px;
	height: 21px;
	background: url(../images/dot.png) no-repeat;
	position: absolute;
	left: -35px;
}


.main .feed img{
	margin: 0;	
}

/***CONTENT FORM***/

.question input::-webkit-input-placeholder {color:#829eac;}
.question input::-moz-placeholder          {color:#829eac;}/* Firefox 19+ */
.question input:-moz-placeholder           {color:#829eac;}/* Firefox 18- */
.question input:-ms-input-placeholder      {color:#829eac;}

.question p{
	margin-top: 20px;
	color: #829eac;
}

.question input{
	display: block;
	margin: 10px 0;
	width: 300px;
	height: 35px;
	border: none;
	padding: 0 10px;
}

.question .button{
	height: 55px;
	width: 205px;
	margin-top: 30px;
	border: 5px solid #409b9e;
	background: #e3e9ec;
	color: #409b9e;
	font-size: 18px;
	font-weight: bold;
	transition: .6s;
}

.question .button:hover{
	background: #409b9e;
	color: #e3e9ec;
}


/***BANNER***/

.banner{
	height: 580px;
	background: url(../images/man.png) top right no-repeat;
	background-color: #395564;
	padding: 45px 0 0 5px;
	text-decoration: none;
}

.banner .column{
	margin-right: 105px;
}

.banner a{
	text-decoration: none;
}

.before+p{
	margin-left: 70px;
	font: bold 18px/50px DinDisplay;
	color: #ebebed;
}

.after+p{
	margin-left: 55px;
	font: bold 18px/50px DinDisplay;
	color: #ebebed;

}

.before,
.after{
	width: 156px;
	height: 156px;
	border-radius: 50%;
	border-image-width: 0;
	border-color: #395564;
	background-color: #395564;
}

.banner .other{
	margin-left: 20px;
	text-decoration: underline;
}

.banner .p1{
	font: bold 24px/26px DinDisplay;
	color: #ebebed;
}


.banner .p2{
	font: 200 20px/22px DinDisplay;
	padding-top: 15px;
}


.banner .p3{
	font: normal 44px/48px DinDisplay;
	text-transform: uppercase;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}


.banner .p4{
	font-weight: normal;
    font-size:24px;
    font-family:DinDisplay;
	color: #395564;
	text-transform: uppercase;
	background: #5fb8bb;
	margin-top: 40px;
    padding: 8px 10px 5px 10px;
}

.banner .open{
	text-align: center;
	display: block;
	width:285px;
	height: 55px;
	padding: 0;
	margin-top: 40px;
	margin-left: 264px;
	font: bold 25px/43px DinDisplay;
	background: transparent;
	border: 6px solid #5fb8bb;
	color: #fff;
	transition: .6s;
}

.banner .open:hover{
	background: #5fb8bb;
}

/***SERVISES***/

.services{
	margin:0 auto;
	background: url(../images/bgBreadServises.png)  center no-repeat;
	background-color: #688898;
	height: 320px;
	padding-top: 45px;
}

/***SPRITES***/

.services h2:before{
	content:" ";
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../images/servicesSprite.png);
	position: absolute;
	left: -70px;
	top: -12px;
}

.services .column:nth-child(1) h2:before{
	left: -65px;
}

.services .column:nth-child(2) h2:before{
	background-position: -60px 0;
} 

.services .column:nth-child(3) h2:before{
	background-position: 0px -60px;
}

.services .column:nth-child(4) h2:before{
	background-position: -60px -60px;
}
/***END OF SPRITES***/


.services h2{
	color: #fff;
	font-weight: 700;
	position: relative;
	margin: 10px 0 20px 60px;
}

.span4{
	width:220px;
	font: normal 15px/18px DinDisplay;
	color: #fff;
}
.span4 p{
	width:212px
}

.span4:not(:last-child){
	margin-right: 123px;
}

/***BOSS***/

.boss{
	background: #e3e9ec;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #7493a2;
}

.boss .col1 p {
	margin-left:5px;
}

.boss img{
	width: 175px;
	height: 175px;
	border-radius: 50%;
	background: #fff;
	margin: 0 35px 30px 0;
}

.boss p strong{
	font: bold 21px DinDisplay;
}

.boss p span{
	font: 200 21px DinDisplay;
}

.boss .col2 p{
	margin-bottom: 30px;
	line-height: 18px;
}

.boss .col2 a {
	display: block;
	height: 44px;
	width: 210px;
	border: solid 3px #5fb8bb;
	text-align: center;
	line-height: 38px;
	color: #5fb8bb;
	font-size: 16px;
	font-weight: 700;
	transition: .6s;
	margin-left: 3px;
}

.boss .col2 a:hover {
	background: #5fb8bb;
	cursor: pointer;
	color: #fff;
}

.col2{
	width:325px;
}

.col3{
	width: 576px;
	float: right;
}

.boss .col3 h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}

.boss .col3 li{
	list-style: inside disc;
	line-height: 20px;
}

/***FREE***/

.free{
	padding: 75px 0;
	background: #409b9e;
	text-align: center;
}

.free p{
	font: normal 24px DinDisplay;
	color: #fff;
}

.free p span{
	font-size: 36px;
	text-transform: uppercase;
}

/***ServisList + aboutPrice + garantee***/

.commonBg{
	background: url(../images/bgGuarantee.jpg) no-repeat;
	padding: 25px 0 40px 0;
	text-align: center;
	background-size: cover;
}

/***ServisList***/

.servList img{
	display: block;
	margin: 0 auto;
}

.servList h2{
	font-size: 36px;
	font-weight: normal;
	color: #fff;
	margin: 15px 0;
}


.servList ul{
	font-size: 16px;
	display: inline-block;
	margin-top: 30px;
	color: #fff;
	list-style: disc inside;
	line-height: 20px;
	text-align: left;
	width: 32%;
}

.servList ul:first-child{
	float: left;
}

.servList ul:last-child{
	float: right;
	padding-left: 100px;
}

.servList ul:nth-child(2){
	padding-left: 35px;
}

.servList a{
	display: block;
	color: #409b9e;
	margin: 30px 0;
}

/***aboutPrice***/

.about-price{
	padding: 25px 0;
	background: #409b9e;
	text-align: center;
	margin-top: 40px;
}

.about-price a{
	display: inline-block;
	border: solid 5px #fff;
	color: #fff;
	text-decoration: none;
	width: 450px;
	height: 115px;
	font-size: 17px;
	font-weight: normal; 
	padding-top: 27px;
	margin: 0 80px;
	transition: .6s;
}

.about-price a:hover{
	background: #fff;
	color: #409b9e;
}

.about-price span{
	font-size: 34px;
	font-weight: 700;
}

/***garantee start***/

.garantee-start{
	padding-top: 25px;
	color: #fff;
}

.garantee-start p{
	margin-top: 20px;
}

.garantee-start p span{
	font-size: 26px;
}

/***garantee***/

.garantee{
	padding: 65px 0 70px 0;
	color: #fff;
	background: url(../images/bgGuarantee.jpg) no-repeat center center;
	text-align: center;
	background-size: 100%;
}

.garantee p{
	margin-top: 20px;
}

.garantee p span{
	font-size: 26px;
}

/***FEDBACK***/

.feedback{
	text-align: center;
	color: #409b9e;
	padding: 30px 0;
}

.feedback h2{
	font-size: 30px;
	font-style: normal;
}

.feedback a{
	color: #409b9e;
	text-align: center;
}

.feedback .all{
	display: block;
}

.feedback img{
	box-shadow: 11px 11px rgba(0,0,0,0.3);
	margin: 35px 60px;
	width: 180px;
	height: 250px;
}

/***SALES***/

.sales{
	padding-top: 60px;
	padding-bottom: 120px;
	background: #e3e9ec;
}

.sales h2{
	width: 550px;
	font-size: 48px;
	color: #42a3a6;
}

.sales p{
	display: block;
	width: 410px;
	float: left;
	margin-right: 160px;
	color: #2d4856;
	margin-top: 25px;
}

.sales img{
	margin-top: -60px;
	margin-bottom: 40px;

}

/***ABOUT***/

.about{
	background: #e3e9ec;
	color: #7493a2;
	padding-top: 60px;
}

.about .col{
    margin: 0;
    padding: 0;
    width: 49%;
    float: left;
}



.about p{
    padding-bottom: 25px;
    padding-right: 80px;
    color: #2d4856;
    line-height: 19px;
}

.about .slider-for img{
    width: 600px;
    height: 370px;
    float: right;
    margin:0;
    padding:0;
}

.aboutSlider{
    height: 200px;
    width: 1100px;
    margin: 0 auto;
}

.aboutSlider img{
    width: 300px;
    height: 100%;
}

/***FOOTER***/

.map, .feedform{
	float: left;
	width: 50%;
	height: 584px;
}

.feedform{
	background: #409b9e;
	padding: 50px 0 35px 60px;
	font-size: 14px;
}

.feedform input::-webkit-input-placeholder {color:#5fb8bb;}
.feedform input::-moz-placeholder          {color:#5fb8bb;}/* Firefox 19+ */
.feedform input:-moz-placeholder           {color:#5fb8bb;}/* Firefox 18- */
.feedform input:-ms-input-placeholder      {color:#5fb8bb;}

.feedform h3{
	font-weight: normal;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}

.feedform span{
	font-size: 28px;
	font-weight: bold;
}

.feedform p{
	margin-top: 20px;
	color: #fff;
}

.feedform input{
	display: block;
	margin: 10px 0;
	width: 300px;
	height: 35px;
	border: none;
	padding: 0 10px;
}

.feedform .button{
	height: 55px;
	width: 205px;
	margin-top: 30px;
	border: 5px solid #fff;
	background: #409b9e;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transition: .6s;
}

.feedform .button:hover{
	background: #fff;
	color: #409b9e;
}

.copyright{
	text-align: center;
	color: #fff;
	background: #34515f
}

.copyright p{
	display: block;
	padding: 35px 0;
	line-height: 40px;
}

html body hr{
	color: #dce2e5;
	background-color: #dce2e5;
	border-color: #dce2e5;
	height: 3px;
	margin: 30px 0;
	border: none;
}

/***POPUP***/

.pop p,
.thx p,
.thx-feed p{
	color: #fff;
	text-align: center;
	font-size: 20px;
	margin: 30px 0;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup,
.pop-up,
.pop,
.thx,
.thx-feed {
	background-color: #409b9e;
	display: inline-block;
	left: 50%;
	opacity: 0;
	padding: 15px;
	width: 450px;
	position: fixed;
	text-align: justify;
	top: 40%;
	visibility: hidden;
	z-index: 999999;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 11px;
}
.popup h3,
.pop-up h3,
.pop h3,
.thx h3,
.thx-feed h3{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin: 30px auto;
}

.popup input,
.pop-up input,
.pop input,
.thx input,
.thx-feed input{
	display: block;
	margin: 10px 0;
	width: 420px;
	height: 35px;
	border: none;
	padding: 0 10px;
	margin: 20px auto;
}

.popup input::-webkit-input-placeholder {color:#5fb8bb;}
.popup input::-moz-placeholder          {color:#5fb8bb;}
.popup input:-moz-placeholder           {color:#5fb8bb;}
.popup input:-ms-input-placeholder      {color:#5fb8bb;}

.popup .button,
.pop-up .button,
.pop .button,
.thx .clo-button,
.thx-feed .clo-button{
	display: block;
	cursor: pointer;
	text-align: center;
	height: 55px;
	width: 205px;
	margin: 30px auto;
	border: 5px solid #fff;
	background: #409b9e;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.thx .clo-button,
.thx-feed .clo-button{
	line-height: 45px;
}

.popup .button:hover,
.pop-up .button:hover,
.pop .button:hover,
.thx .clo-button:hover,
.thx-feed .clo-button:hover{
	background: #fff;
	color: #409b9e;
}

.popup .close_window,
.pop-up .close_window,
.pop .close,
.thx .close,
.thx-feed .close{
	font-size: 20px;
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	background-color: #409b9e;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;

}
.popup .close_window:hover,
.pop-up .close_window:hover,
.pop .close:hover,
.thx .close:hover,
.thx-feed .close:hover{
	color: #409b9e;
	background-color: #fff;
	border: 2px solid #409b9e;
}
.popup .close_window:active,
.pop-up .close_window:active,
.pop .close:active,
.thx .close:active,
.thx-feed .close:active{
	background: #8f9be0;
}

/***CAR MENU***/

.car{
	height: 55px;
	width: 510px;
	background: url(../images/arrow.png) no-repeat 480px #fff;
	z-index: 10;
	margin-bottom: 60px;
}

.car select{
	height: 55px;
	width: 510px;
	border: none;
	text-indent: 15px;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.slider-for img{
    height: 400px;
    width: 620px;
}

.akciya {
    padding: 35px 0;
    background: #e3e9ec;
}

.akciya p{
    margin-top: 35px;
}

.akciya img{
    display: block;
    margin: 0 auto;
}