@font-face{
	font-family:PT-Sans;
	src:url(../fonts/PT-Sans.eot);
	src:url(../fonts/PT-Sans.eot?#iefix) format("embedded-opentype"),
		url(../fonts/PT-Sans.woff2) format("woff2"),
		url(../fonts/PT-Sans.woff) format("woff"),
		url(../fonts/PT-Sans.svg#PT-Sans) format("svg");
}

@font-face{
	font-family:PTSansCaptionBold;
	src:url(../fonts/PTSansCaptionBold.ttf),
	url(../fonts/PTSansCaptionBold.woff) format("woff"),
	url(../fonts/PTSansCaptionBold.eot);
}



html, body{
	width: 100%;
	height: 100%; }
body{
	margin: 0;
	padding: 0;
	font-family:PT-Sans,Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	/*letter-spacing:-9;*/
	color: #2c2b2a;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	border: 0;
	max-width: 100%;
}

a, img, div, input  { outline: none; }
ol, ul { list-style-position: inside; }

input{
	font-family:PT-Sans,Helvetica,Arial,sans-serif;
	outline: none;
}

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

a:hover{
	color:#f60;
}

h1, h2, h3{
	color: #000;
	margin: 0 0 0 0;
	font-family:PTSansCaptionBold,Helvetica,Arial,sans-serif;
}

/* Чистка потока:Начало */
header:before,
header:after,
.we-do:before,
.we-do:after,
.container:before,
.container:after,
.how-to-get:before,
.how-to-get:after,
.how-to-use:before,
.how-to-use:after,
.when:before,
.when:after,
.dynamics:before,
.dynamics:after
{
	content: "";
	display: table;
}

header:after, .we-do:after, .how-to-get:after,.how-to-use:after, .when:after,.dynamics:after,.container:after{
	clear: both;
}

header, .we-do, .how-to-get, .how-to-use, .when, .dynamics, .container{
	zoom: 1;
}


/* Чистка потока:Конец */

/*Монитры 1190px:НАЧАЛО*/
/*Монитры 1190px:КОНЕЦ*/

.cover {
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1050;
	display: none;
	cursor: pointer;
	transition: all .2s linear;
	
}
.window_call{
	position: fixed;
	z-index: 1050;
	display: none;
	cursor: pointer;
	left:50%;
	margin: 5% 0 0 -187px;
	transition: all .2s linear;
}

.window_call .header__block-form{
	margin: 5% 0 0 0;
}

.red-line{
    width: 100%;
    height: 59px;
    background: rgba(9, 110, 59, 1);
    position: fixed;
    z-index: 1113;
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding: 21px 0 8px 0;
    margin: -90px 0 0 0; 
    display: none; 
    box-shadow: -2px 4px 5px rgba(0, 0, 0, .4);
}

.container{
	width:970px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.orange{
	display:inline;
	color: #f60;
}

.title{
	font-family:PTSansCaptionBold,Helvetica,Arial,sans-serif;
	color: #2c2b2a;
	font-size: 35px;
}



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

.header__top{
	width:100%;
	height:60px;
	padding: 20px 0;
	background: rgba(255,255,255,.7);
	position: absolute;
}

.header__top-logo{
	float:left;
	margin: 5px 0 0 15px;
}

.header__top-cont{
	margin: 4px 62px 0 0;
	float:right;
}

.header__top-cont_text{
	margin: 0 0 10px 0;
}
.header__top-cont_text img{
	margin: 0 8px -4px 0;
}



.header__block{
	width:100%;
	height:671px;
	background-size: cover;
	background: url(../img/bg-block1.jpg) center top no-repeat;
}
.header__block-left{
	float:left;
}

.header__block-right{
	float:right;
}

.header__block-title {
	margin: 185px 0 0 15px;
	width: 452px;
	text-transform: uppercase;
	line-height: 1.1;
}

.header__block-link{
	margin: 53px 0 0 32px;
}

.header__block-link a{
	color:#000;
	display: block;
	font-size: 24px;
	margin: 0 0 15px 0;
}
.header__block-link a:hover{
	color:#f60;
	text-decoration: underline;
}

.header__block-link img{
	margin: 0 8px -3px 0;
}

.header__block-now_text{
	text-transform: uppercase;
	font-family: PTSansCaptionBold,Helvetica,Arial,sans-serif;
	font-size: 24px;
	margin: 80px 0 0 85px;
}

.header__block-now_count{
	margin: 13px 90px 0 30px;
	color: #fff;
	padding: 5px 20px;
	background: -o-linear-gradient(bottom,#f60,#ffa200);
	background: linear-gradient(to top,#f60,#ffa200);
	border-radius: 5px;
	font-size: 30px;
	font-family: PTSansCaptionBold,Helvetica,Arial,sans-serif;
}

.header__block-now_count span{
	font-size: 18px;
	color: #000;
}

.header__block-img{
	position: absolute;
	z-index: 100;
	margin: 248px 0 0 245px;
}

.header__block-form{
	width: 344px;
	height: 396px;
	margin: 167px -40px 0 0;
	position: relative;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.2);
	box-shadow: 0 0 30px rgba(0,0,0,.2);
	background: #fff;
	padding: 30px 15px;
}

.header__block-form form{
  height: 320px;
}

.header__block-form_title{
	margin: 11px 0 0 0;
	font-size: 24px;
	text-align: center;
	line-height: 1.1;
}

.header__block-form_text{
	font-size: 16px;
	margin: 25px 0;
	text-align: center;
}

.gris{
text-align: center;
	
}

.header__block-form_input{
	margin-bottom: 10px;
	font-size: 16px;
	width: 293px;
	margin: 0 0 25px 10px;
	display: block;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 4px;
	border-radius: 40px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.header__block-form_button{
	outline: 0!important;
	border: none;
	width: 271px;
	height: 50px;
	margin: 0 0 25px 38px;
	display: block;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	background: -webkit-gradient(linear,left bottom,left top,from(#f60),to(#ffa200));
	background: -webkit-linear-gradient(bottom,#f60,#ffa200);
	background: -o-linear-gradient(bottom,#f60,#ffa200);
	background: linear-gradient(to top,#f60,#ffa200);
	font-size: 16px;
	color: #fff;
	-webkit-box-shadow: 0 3px 30px rgba(255,102,0,.5);
	box-shadow: 0 3px 30px rgba(255,102,0,.5);
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	text-transform: uppercase;
	font-family:PTSansCaptionBold,Helvetica,Arial,sans-serif;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.header__block-form_button:hover{
	color:#fff;
	transition: all .2s linear;
	background: -webkit-gradient(linear,left bottom,left top,from(#CD5C09),to(#DF8903));
	background: -webkit-linear-gradient(bottom,#CD5C09,#DF8903);
	background: -o-linear-gradient(bottom,#CD5C09,#DF8903);
	background: linear-gradient(to top,#CD5C09,#DF8903);
}

.header__block-form:after, .header__block-form:before{
	margin: -30px auto;
	display: inline-block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 220px;
	height: 3px;
	background: #f60;
}


.header__block-form_check{
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	margin: 0 0 0 16px;
}

.header__block-form_check input[type=checkbox] {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.header__block-form_check a{
	text-decoration:underline;
}

.we-do{
	height: 375px;
}

.we-do__title{
	text-transform: uppercase;
	text-align:center;
	margin: 30px 0 30px 0;
}

.we-do__items{
	width: 995px;
	margin: 0 auto;
}

.we-do__item{
	width: 290px;
	margin: 0 20px;
	float:left;
	text-align:center;
}

.we-do__item-title{
	text-transform: inherit;
	font-size: 18px;
	margin-bottom: 10px;
	font-family:PTSansCaptionBold,Helvetica,Arial,sans-serif;
}

.we-do__item-text{
	margin-top: 10px;
	color: #f60;
	line-height: 23px;
}

.how-to-get{
	width:100%;
	height:445px;
	background: url(../img/bg-block3.jpg) center top no-repeat;
}

.how-to-get__left{
	float: left;
	margin: 75px 0 0 15px;
	text-align: center;
	height: 305px;
	width: 536px;
	overflow: hidden;
}

.how-to-get__right{
	float:right;
}

.how-to-get__right-title{
	margin: 75px 15px 0 0;
	line-height: 37px;
	font-size: 30px;
	text-transform: uppercase;
}

.how-to-get__right-text{
	text-align: center;
	font-size:16;
	margin: 0 15px 0 0;
}

.how-to-get__right-text__quest{
	color: #f60;
	text-transform: uppercase;
	font-family: PTSansCaptionBold;
	margin: 65px 0 5px 0;
	font-size: 20px;
}
 
 
.how-to-get__right-button{
	padding: 14px 50px 16px;
	margin: 20px 0 0 45px;
	outline: 0!important;
	border: none;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	background: -webkit-gradient(linear,left bottom,left top,from(#f60),to(#ffa200));
	background: -webkit-linear-gradient(bottom,#f60,#ffa200);
	background: -o-linear-gradient(bottom,#f60,#ffa200);
	background: linear-gradient(to top,#f60,#ffa200);
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	-webkit-box-shadow: 0 3px 30px rgba(255,102,0,.5);
	box-shadow: 0 3px 30px rgba(255,102,0,.5);
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	font-family: PTSansCaptionBold,Helvetica,Arial,sans-serif;
	cursor:pointer;
}

.how-to-get__right-button:hover{
	color:#fff;
	transition: all .2s linear;
	background: -webkit-gradient(linear,left bottom,left top,from(#CD5C09),to(#DF8903));
	background: -webkit-linear-gradient(bottom,#CD5C09,#DF8903);
	background: -o-linear-gradient(bottom,#CD5C09,#DF8903);
	background: linear-gradient(to top,#CD5C09,#DF8903);
}

.how-to-use{
	height: 400px;
	background: url(../img/bg-block3.jpg) center top no-repeat;
	background-size: cover;
}

.how-to-use__title {
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	margin: 30px 0 40px 0;
}

.how-to-use__under-title{
	font-size: 24px;
	color: #f60;
	margin-bottom: 40px;
	text-transform: uppercase;
	text-align: center;
}

.how-to-use__carosel-title{
  font-size: 20px;
  margin: -5px 0 0px 0;
}

.how-to-use__img{
	float:left;
	margin: 0 15px 0 0;
}

.how-to-use__text{
	text-indent: 0px;
}
  
.when{
	padding: 50px 0 15px 0;
	width:100%;
	height: 500px;
	background: url(../img/bg-block3.jpg) center top no-repeat;
	background-size: cover;
}

.when_items{
	width: 840px;
	margin: 30px auto;
}

.when_item{
	width: 360px;
	margin: 0 30px 0 30px;
	float: left;
	text-align: center;
}

.when_item-img{
	
}


.when__title{
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 10px 0;
}
  
.when_item-text{
	
}
 
.when_item-button{
	padding: 14px 30px 16px;
	margin: 20px 0 0 0;
	outline: 0!important;
	border: none;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	background: -webkit-gradient(linear,left bottom,left top,from(#f60),to(#ffa200));
	background: -webkit-linear-gradient(bottom,#f60,#ffa200);
	background: -o-linear-gradient(bottom,#f60,#ffa200);
	background: linear-gradient(to top,#f60,#ffa200);
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	-webkit-box-shadow: 0 3px 30px rgba(255,102,0,.5);
	box-shadow: 0 3px 30px rgba(255,102,0,.5);
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	font-family: PTSansCaptionBold,Helvetica,Arial,sans-serif;
	cursor:pointer;
}

.when_item-button:hover{
	color:#fff;
	transition: all .2s linear;
	background: -webkit-gradient(linear,left bottom,left top,from(#CD5C09),to(#DF8903));
	background: -webkit-linear-gradient(bottom,#CD5C09,#DF8903);
	background: -o-linear-gradient(bottom,#CD5C09,#DF8903);
	background: linear-gradient(to top,#CD5C09,#DF8903);
}
  
.dynamics{
	height: 490px;
}

.dynamics_chart{
	float: left;
	width: 550px;
	margin: -37px 0 0 0;
	height: 330px;
	white-space: nowrap;
	overflow: hidden;
}

.dynamics_text{
	text-indent: 20px;
	margin: 70px 90px 0 0;
}

#chart_div {
	width: 600px;
	height: 330px;
}
.callForm{
	padding: 1px 0 0 0;
	width:100%;
	height:335px;
	background: url(../img/bg-block3.jpg) center top no-repeat;
	background-size: cover;
	text-align: center;
}

.callForm__under-title{
	font-size: 23px;
	text-align: center;
}


.callForm__block-form_input{
	margin-bottom: 10px;
	font-size: 16px;
	width: 270px;
	margin: 50px 5px 25px 5px;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 4px;
	border-radius: 40px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.callForm__block-form_button{
	outline: 0!important;
	border: none;
	width: 270px;
	height: 50px;
	margin: 0 0 25px 10px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	background: -webkit-gradient(linear,left bottom,left top,from(#f60),to(#ffa200));
	background: -webkit-linear-gradient(bottom,#f60,#ffa200);
	background: -o-linear-gradient(bottom,#f60,#ffa200);
	background: linear-gradient(to top,#f60,#ffa200);
	font-size: 16px;
	color: #fff;
	-webkit-box-shadow: 0 3px 30px rgba(255,102,0,.5);
	box-shadow: 0 3px 30px rgba(255,102,0,.5);
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	text-transform: uppercase;
	font-family:PTSansCaptionBold,Helvetica,Arial,sans-serif;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.callForm__block-form_button:hover{
	color:#fff;
	transition: all .2s linear;
	background: -webkit-gradient(linear,left bottom,left top,from(#CD5C09),to(#DF8903));
	background: -webkit-linear-gradient(bottom,#CD5C09,#DF8903);
	background: -o-linear-gradient(bottom,#CD5C09,#DF8903);
	background: linear-gradient(to top,#CD5C09,#DF8903);
}

.callForm__block-form:after, .callForm__block-form:before{
	margin: -30px auto;
	display: inline-block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 220px;
	height: 3px;
	background: #f60;
}


.callForm__block-form_check{
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	margin: 0 0 0 16px;
	display: block;
}

.callForm__block-form_check input[type=checkbox] {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.callForm__block-form_check a{
	text-decoration:underline;
}

.comment{
	height: 490px;
}


.comment__img{
	float:left;
	margin: 0 15px 0 0;
	width: 150px;
	border: 3px solid #f60;
	border-radius: 10px;
}

.ask{
	padding: 1px 0 35px 0;
	margin: 40px 0 0 0;
	width:100%;
	min-height:300px;
	background: url(../img/bg-block3.jpg) center top no-repeat;
	background-size: cover;
}

.ask-open h3 span{
	cursor: pointer;
	color: #F60;
}

.ask-open{	
	margin: 20px 0 0 100px;
}

.ask-open h3 span:hover{
	text-decoration: underline;
}


.place .how-to-use__title {
	margin: 0px 0 15px 0;
}
	
.place{
	padding: 1px 0 0 0;
	margin: 45px 0 0 0;
	width: 100%;
	height: 155px;
	text-align: center;
}

footer{
	height: 60px;
	background: #2c2b2a;
	padding: 40px 0 40px 0 ;
}

.footer__left{
	float:left;
}

.footer__right{
	color: #fff;
	float:right;
	text-align: right;
}

.footer__right a{
	color: #fff;
}

.footer__right a:hover{
	color: #f60;
}

/*Мониторы меньше 1190px*/
/*@media screen and (max-width: 1190px) {

}*/

/*Планшеты*/
@media screen and (max-width: 1000px) {
	.title {
		font-size: 30px;
	}
	
	.container {
	  width: 720px;
	}
	.header__block-title {
		width: 315px;
	}
	
	.header__block-form form {
		height: 306px;
	}
	
	.header__block-form {
		margin: 167px 5px 0 0;
	}
	
	.header__block-img{
		display:none;
	}
	
	.header__block-left {
		width: 329px;
	}
	
	.header__block-now_text {
	  margin: 57px 0 0 66px;
	}
	.header__block-now_count {
		margin: 10px 47px 0 39px;
	}
	
	
	.we-do__items{
		width: 780px;
		margin: 0 auto;
	}

	.we-do__item{
		width: 250px;
		float:left;
		text-align:center;
		margin: 0 0 0 0;
	}
	
	.how-to-get__left{
		width: 387px;
		margin: 59px 0 0 0;
	}

	.how-to-get__right{
		float:right;
	}
	
	.how-to-get__right-button {
		padding: 14px 50px 16px;
		margin: 20px 0 0 20px;
	}
	
	.how-to-get__right-title {
		margin: 75px 15px 0 0;
		line-height: 27px;
		font-size: 25px;
		text-transform: uppercase;
	}
	
	.how-to-use__title {
		font-size: 27px;
		margin: 30px 0 10px 0;
	}
	
	.how-to-use__under-title {
		font-size: 23px;
		margin-bottom: 0;
	}
	
	.how-to-use__carosel-title{
		font-size: 20px;
	}
	
	.when_items {
		width: 640px;
	}
	
	.when_item {
		width: 300px;
		margin: 0 10px 0 10px;
	}
	
	.dynamics{
		height: 460px;
	}

	.dynamics_chart{
		margin: 5px 0 0 0;
		width: 350px;
	}
	
	#chart_div {
		width: 400px;
		height: 330px;
	}
	
	.carousel1 {
		margin: 0 auto;
	}
	
	.callForm {
		height: 274px;
	}
	
	.callForm__block-form_input {
		width: 185px;
	}
	
	.callForm__block-form_button {
		width: 225px;
		margin: 0 0 25px 5px;
		font-size: 14px;
	}
	footer{
		height: 90px;
		text-align: center;
	}
	
	.footer__right {
		margin: 5px 0 0 0;
		float: none;
		text-align: center;
	}
	.footer__left {
		float: none;
	}

}


@media screen and (max-width: 768px) {
	.title {
		width: 300px;
		font-size: 30px;
	}
	
	.container {
		width: 300px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.header__top{
		height: 95px;
	}
	
	.header__top-logo{
		float:none;
		margin: 0 0 0 0;
	}
	.header__top-logo img{
		width: 87%;
	}
	
	.header__top-cont{
		float:none;
		margin: 10px auto;
	}
	
	.header__block {
		height: 100%;
		background: url(../img/bg-block1.jpg) center top no-repeat;
		background-size: cover;
	}
	
	.header__block-title {
		margin: 185px 0 0 0;
		text-align:center;
	}
	
	.header__block-left {
		width: 300px;
		float:none;
	}
	
	.header__block-link{
		margin: 30px 0 0 0px;
	}
	
	.header__block-now_text{
		margin: 50px 0 0 0px;
		text-align: center;
	}
	
	.header__block-now_count{
		margin: 10px 15px 0 15px;
	}
	
	.header__block-right{
		float:none;
	}
	
	.header__block-form {
		width: 270px;
		margin: 60px 0 50px 0;
	}
	
	.header__block-form_input {
		width: 220px;
	}
	
	.header__block-form_button {
		width: 247px;
		margin: 0 0 18px 9px;
	}
	
	.header__block-form_check{
		font-size:9px;
		margin: 0 0 0 7px;
	}
	
	.header__block-form_title{
		width:270px;
	}
	
	.we-do {
		height: auto;
		margin: 0 0 40px 0;
	}
	
	.we-do__item {
		width: 300px;
		float: none;
	}
	
	.we-do__items {
		width: 300px;
	}
	
	.how-to-get__left {
		margin: 115px 0 -257px 0;
		width: 300px;
		height: 150px;
		position:relative;
		z-index:20;
	}
	
	.how-to-get__right-title {
		text-align: center;
		margin: 10px 0 113px 0;
		width: 300px;
		height: 150px;
	}
	.how-to-use{
		text-align:center;
		height: auto;
	}
	
	.how-to-use__under-title {
		font-size: 18px
	}
	
	.how-to-use__carosel-title{
		width: auto;
		line-height: 0.9;
	}
	
	.how-to-use__img {
		float: none;
		margin: 0 0 0 0;
	}
	
	.when {
		height: auto;
	}
	
	.when_item {
		width: 300px;
		margin: 0 0 50px 0;
		float:none;
	}
	
	.when_items {
	  width: 300px;
	}
	
	.dynamics {
	  height: 640px;
	  text-align: center;
	}
	
	.dynamics_chart{
		width: 300px;
	}
	
	#chart_div {
		width: 300px;
		height: 330px;
	}
	
	.dynamics_text {
		text-indent: 20px;
		margin: 100px 0 0 0;
	}
	
	.callForm {
		height: auto;
		padding-bottom: 20px;
	}
	
	.callForm__block-form_input {
		width: 235px;
		margin: 10px 5px 0 5px;
	}
	
	
	.callForm__block-form_button {
		width: 264px;
		margin: 25px 0 13px 5px;
	}
	
	.callForm__under-title {
		font-size: 17px;
		text-align: center;
		margin: 0 0 14px 0;
	}
	
	.comment {
		height: auto;
	}
	
	.comment__img{
		float: none;
		margin: 0 0 0 0;
	}
	
	.how-to-use__carosel-title{
		font-size:20px;
	}
	
	.how-to-use__text {
		text-align: left;
		height: 250px;
		font-size:12px;
		text-indent: 0px;
		overflow: overlay;
	}
	
	.ask-open {
		text-align: center;
	  margin: 20px 0 0 0;
	}
	
	.ask-open ul{
		margin: 0 0 0 -40px;
	}
	
	.callForm2{
		text-align: center;
	}
	
	.place .how-to-use__title{
		margin: 6px 0 0 0;
	}
	
	footer {
		height: 137px;
	}
	.footer__left {
		margin: 0 0 20px 0;
	}
	
	.window_call {
		margin: 5% 0 0 -149px;
	}
}




