@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext');

a {
	text-decoration:none;
} 
img{
	border:none;
}
a,button{
	outline: none;
	cursor:pointer;
}
li{
	list-style:none;
}
button{
	background:none;
	border:none;
}
a, button, input, i, textarea{
	-webkit-appearance: none;
	-webkit-transition:  all 0.5s ease;
	transition:  all 0.5s ease;
}
* {
position: relative;
	margin:0;
	padding:0;
    	word-wrap: break-word;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a, span, input, textarea, button, i{
	display: block;
}

/*******input, textarea*******/

textarea{
	resize: none;
	outline: none;
	-webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
}
input{
	outline:none;
	-webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
}
input[type="submit"]{
	cursor:pointer;
	-webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
	background:none;
	display:none;
}

@font-face {	
	font-family: 'Big_Noodle_Titling_Cyr';
	src: url('../fonts/Big_Noodle_Titling_Cyr.ttf');
	font-weight: normal;
	font-style: normal;
}

input:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; transition:  all 0.5s ease;}

textarea:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; transition:  all 0.5s ease;}

input::-webkit-input-placeholder {color:#9B9B9B; font-size: 16px;}
input::-moz-placeholder          {color:#9B9B9B; font-size: 16px;}
input:-moz-placeholder           {color:#9B9B9B; font-size: 16px;}
input:-ms-input-placeholder      {color:#9B9B9B; font-size: 16px;}

textarea::-webkit-input-placeholder {color:#9B9B9B;}
textarea::-moz-placeholder          {color:#9B9B9B;}
textarea :-moz-placeholder           {color:#9B9B9B;}
textarea:-ms-input-placeholder      {color:#9B9B9B;}

/********sait***********/

.container {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
    padding: 0 10px;
}

.wraper header,
.wraper footer,
.wraper nav,
.wraper > div {
    min-width: 1200px;
}

body{
	font-family: 'Open Sans', sans-serif;
	color:#000033;
	background: #fff;
}
.clear:after{
	content:'';
	clear:both;
	display:block;
}
.wraper > div > div:after{
	content:'';
	clear:both;
	display:block;
}


/*********NAV********/

.wrap_menu.fixed{
	position: fixed;
	z-index: 3;
	width: 100%;
	top:0;
	left:0;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
nav {
	background: #FAC168;
	padding: 11px 0 12px;
	
}
.nav li {
	display: inline-block;
	vertical-align: top;
	height: 39px;
	line-height: 39px;
	padding: 0 40px;
}
.nav li:first-child {
	height: 39px;
	width: 39px;
	text-align: center;
	line-height: 39px;
	background: #E6AD53;
	border-radius: 3px;
	padding: 0;
	margin-right: 15px;
}

.nav li a {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
.nav li a:hover {
	color: #d59a3e;
}
.nav li:after {
	position: absolute;
	content: '';
	background: #d59a3e;
	width: 1px;
	height: 17px;
	right: 0;
	bottom: 10px;
	z-index: ;
}
.nav li:first-child:after {
	display: none;
}
.nav li:last-child:after {
	display: none;
}
.menu-btn {
	display: none;
}

/*********HEADER*********/


header {
	background: url(../img/header_bg.jpg) no-repeat bottom center;
	background-size: 100% 100%;
	padding-bottom: 110px;
} 
.header {
	padding-top: 35px;
}
.logo {
	float: left;
	width: 200px;
	margin-right: 25px;
	margin-top: 8px;
}
.header_contacts {
	padding-bottom: 33px;
}
.logo img {
	width: 100%;
	max-width: 100%;
}
.slogan {
	float: left;
	width: 300px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-top: 2px;
}
.phones {
	float: left;
	margin-left: 65px;
	text-align: right;
}
.phones > div {
	padding-left: 35px;
	background: url(../img/phone.png) no-repeat left center;
	text-align: left;
}
.phones > div a {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	margin-right: 11px;
}
.phones > div a:hover {
	color: #FAC168;
}
.phones > div a span {
	display: inline-block;
	vertical-align: top;
	color: #FAC168;
}
.phones > div a:last-child {
	margin-right: 0;
}
.phones > a {
	font-size: 17px;
	line-height: 23px;
	color: #fff;
	text-decoration: underline;
	margin-top: 5px;
}
.phones > a:hover {
	text-decoration: none;
}
.cost_btn {
	height: 62px;
	width: 225px;
	border: 2px solid #fff;
	float: right;
	border-radius: 31px;
	padding-left: 35px;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	padding-top: 12px;
}
.cost_btn:hover {
	background: rgba(255, 255, 255, 0.2);
}
header:after {
	position: absolute;
	content:'';
	background: rgba(0,0,0, 0.3);
	top: 137px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	height: 1px;
}
header:before {
	position: absolute;
	content: '';
	background: url(../img/down.png) no-repeat top center;
	background-size: cover;
	width: 22px;
	height: 18px;
	bottom: 10px;
	left: 50%;
	margin-left: -11px;
	z-index: 1;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header_content {
	padding-top: 130px;
	width: 840px;
}
.big_slogan p {
	font-family: 'Big_Noodle_Titling_Cyr';
	font-size: 80px;
	line-height: 108px;
	padding-left: 27px;
}
.yellow {
	background: #FAC168;
	color: #353535;
}
.grey {
	background: #99B8EF;
	color: #fff;
}
.header_benefits {
	margin-top: 155px;
}
.head_benfit_item {
	width: 195px;
	margin-right: 20px;
	float: left;
}
.head_benfit_item span {
	font-size: 30px;
	line-height: 24px;
	color: #222222;
	font-weight: 600;
	padding-bottom: 23px;
	text-transform: uppercase;
}
.head_benfit_item span:after {
	position: absolute;
	content:'';
	background: #efb04e;
	height: 3px;
	width: 40px;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.head_benfit_item p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 23px;
	color: #222222;
}
.header_form_wrap {
	background: #99B8EF;
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 502px;
	height: 502px;
	border-radius: 50%;
	z-index: 2;
	text-align: center;
	padding: 75px 95px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.5);
}
.header_form_wrap p {
	font-size: 27px;
	line-height: 31px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	margin-bottom: 25px;
}
.header_form_wrap span {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	padding: 0 20px;
}
.head_form {
	width: 300px;
	margin: 0 auto;
	margin-top: 20px;
}
.head_form input {
	width: 100%;
}
.input_style {
	height: 56px;
	line-height: 56px;
	border: none;
	background: #fff;
	border-radius: 28px;
	padding-left: 27px;
	margin-bottom: 13px;
box-shadow: 0px -3px 0px 0px #7B99BF;
font-size: 16px;
	
}
.submit_style {
	height: 56px;
	line-height: 56px;
	font-size: 17px;
	font-weight: 600;
	border: none;
	border-radius: 28px;
	background: #FAC168;
	text-transform: uppercase;
}
.submit_style:hover {
box-shadow: 0px 0px 8px 0px rgba(0,0,0,1);
}

/*********CAUSES********/


.causes {
	padding-top: 50px;
	padding-bottom: 50px;
}
h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 42px;
	text-align: center;
	color: #2B2B2B;
	text-transform: uppercase;
}
.causes_items {
	margin-top: 95px;
}
.cause_item {
	float: left;
	width: 25%;
	margin-bottom: 55px;
}
.cause_item span {
	float: left;
	font-size: 57px;
	color: #fac168;
	width: 40px;
	text-align: center;
	line-height: 57px;
}
.cause_item span img {
	max-width: 64px;
}
.cause_item p {
	float: right;
	width: calc(100% - 74px);
	padding-top: 7px;
	font-size: 19px;
	line-height: 22px;
	color: #2B2B2B;
}


/*********WORK********/

.work_wrap {
	background: url(../img/work_bg.png) no-repeat top center;
	background-size: cover;
}
.work {
	padding: 50px 0 75px;
}
.work h1 {
	color: #fff;
}
.work_items {
	margin-top: 75px;
}
.work_item {
	float: left;
	width: calc((100% - 40px)/3);
	padding-left: 165px;
	height: 165px;
	margin-right: 20px;
	display: table;
}
.work_item:nth-child(3n) {
	margin-right: 0;
}
.work1 {
	background: url(../img/work1.png) no-repeat left 29px center #99B8EF;
	background-size:124px 124px;
}
.work2 {
		background: url(../img/work2.png) no-repeat left 29px center #99B8EF;
	background-size:124px 124px;
}
.work3 {
		background: url(../img/work3.png) no-repeat left 29px center #99B8EF;
	background-size:124px 124px;
}
.work_item p {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
}



/**********PROBLEMS**********/

.left {
	float: left;
}
.right {
	float: right;
}
.problems_col {
	width: 48%;
}
.problems {
	padding-top: 75px;
	padding-bottom: 80px;
}
.problems_title {
	font-size: 26px;
	font-weight: 700;
	line-height: 33px;
	color: #2B2B2B;
	text-align: center;
    text-transform: uppercase;
	padding-bottom: 40px;
}
.left_col:after {
	position: absolute;
	content:'';
	background: url(../img/problems_red.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	height: 15px;
	z-index: 2;
}
.right_col:after {
	position: absolute;
	content:'';
	background: url(../img/problems_yellow.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	height: 15px;
	z-index: 2;
}
.problems_items {
	padding-top: 40px;
}
.problem_item {
	margin-bottom: 6px;
}
.problem_item > div {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
} 
.problem_item > span {
	float: left;
	width: 135px;
	height: 135px;
	display: table;
	text-align: center;
	background: #F6F6F6;
}
.problem_item > span > span {
	display: table-cell;
	vertical-align: middle;
}
.problem_item > div {
	float: left;
	width: calc(100% - 135px);
	background: #FAC168;
	height: 135px;
	display: table;
}
.problem_item > div > p {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 22px;
	line-height: 25px;
	color: #fff;
}
.right_col .problem_item div {
	background: #99B8EF;
}
.right_col .problem_item div p {
	color: #fff;
}



/**********SLIDER*********/

.slider {
	padding: 65px 0 55px;
}
.slider_wrap {
	background: #F2F5F6;
}
.client_slider {
	padding-top: 55px;
}
.client_slider .swiper-slide {
	height: 245px;
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
margin-bottom: 10px;
margin-right: 10px;
}
.client_slider .swiper-slide img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
.want_btn {
	width: 380px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	margin: 0 auto;
	background: #FAC168;
	border-radius:32.5px;
	font-size: 17px;
	color: #353535;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 55px;
box-shadow: 0px 2px 0px 0px rgba(227,210,69,1);
}
.want_btn:hover {
box-shadow: 0px 0px 8px 0px rgba(0,0,0,1);
}


/**********STEPS*********/

.steps_wrap {
	background: url(../img/steps_bg.png) no-repeat top center;
	background-size: cover; 
}
.steps {
	padding: 95px 0 260px;
}
.steps h1 {
	color: #fff;
}
.step_item {
	text-align: center;
	float: left;
	width: 16.5%;
	margin-right: 4%;
	z-index: 2;
}
.step_item:last-child {
	margin-right: 0;
}
.step_icon {
	display: table;
	width: 100%;
}
.step_icon_inner {
	display: table-cell;
	vertical-align: middle;
	height: 68px;
}
.step_name {
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 10px;
}
.steps_items {
	margin-top: 70px;
}
.step_desc {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}
.order_form_wrap {
	height: 275px;
	background: #fff;
	position: absolute;
	bottom: -100px;
	width: 100%;
	padding-top: 50px;
	border-left: 15px solid #FAC168;
box-shadow: 0px 0px 30px 0px rgba(54,51,54,0.6);
}
.order_form_wrap h1 {
	color: #4D4D4D;
}
.order_form {
	width: 100%;
	padding: 0 40px;
	margin-top: 50px;
}
.input_style1 {
	float: left;
	width: 24%;
	margin-right: 1%;
	height: 55px;
	line-height: 55px;
	border: none;
	background: #F1F1F1;
	padding-left: 30px;
	border-radius: 27.5px;
box-shadow: inset 0px 2px 0px 0px rgba(227,227,227,1);
font-size: 16px;
}
.submit_style1 {
	float: left;
	width: 24%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	color: #353535;
	font-weight: 600;
	background: #FAC168;
	border: none;
	border-radius: 27.5px;
box-shadow: inset 0px -2px 0px 0px rgba(227,227,227,1);
z-index: 3;
}
.submit_style1:hover {
box-shadow: 0px 0px 8px 0px rgba(0,0,0,1);
}

/**********FOOTER*********/


.footer {
	padding-top: 170px;
	padding-bottom: 50px;
}
.footer_logo {
	float: left;
	width: 200px;
}
.footer_logo img {
	width: 100%;
	max-width: 100%;
}
.footer_adress {
	float: left;
	width: 350px;
	padding-left: 40px;
	background: url(../img/place.png) no-repeat left top;
	font-size: 17px;
	line-height: 23px;
	color: #2C2C2C;
	margin-left: 70px;
}
.footer .phones div {
	background: url(../img/phone_red.png) no-repeat left center;
}
.footer .phones div a {
	color: #3B3B3B;
}
.footer .phones div a span {
	color: #3B3B3B;
}
.footer .phones > a {
	color: #99B8EF;
}
.footer .phones div a:hover {
	color: #99B8EF;
} 
.footer .phones div a:hover span {
	color: #99B8EF;
	-webkit-transition:  all 0.5s ease;
	transition:  all 0.5s ease;
}




/*******MODALS******/


.pop {
	text-align: center;
	padding: 120px 50px;
}
.pop p {
	font-size: 39px;
	color: #D82E49;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.pop span {
	font-size: 21px;
	line-height: 24px;
	color: #2C2C2C;
}
.pop .mod_title {
	font-size: 26px;
    font-weight: 700;
	text-align: center;
	color: #000000;
}
.modal .input_style {
	background: #F4F4F4;
	width: 100%;
box-shadow: inset 0px 2px 2px 0px rgba(210,210,210,1);
}
.modal .head_form {
	width: 100%;
}

@media (max-width: 1307px){
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
}
.client_slider {
	padding: 55px 40px 0;
}
}


@media (max-width: 1217px){
.container {
    width: 1024px;
    margin: 0 auto;
    min-width: 1024px;
    padding: 0 10px;
}
.wraper header,
.wraper footer,
.wraper nav,
.wraper > div {
    min-width: 1024px;
}
.nav li {
    padding: 0 25px;
}
.logo {
	width: 103px;
    margin-right: 25px; 
	margin-top: 18px; 
}
.slogan {
    font-size: 14px;  
    width: 270px; 
}
.phones > div a {
    font-size: 21px;
}
.phones {
    margin-left: 20px;
}
.cost_btn {
    width: 205px;
}
.phones > a {
    font-size: 16px;
    padding-right: 5px;
}
.big_slogan p {
    font-size: 68px;
    line-height: 98px;
    padding-left: 20px;
}
.header_form_wrap {
    width: 460px;
    height: 460px;
    padding: 75px 65px;
    bottom: 70px;
}
.head_benfit_item {
    width: 175px;
    margin-right: 10px;
    float: left;
}
.head_benfit_item span {
    font-size: 28px;
    line-height: 23px;
    padding-bottom: 20px;
}
.head_benfit_item p {
    margin-top: 15px;
    font-size: 15px;
}
header {
    padding-bottom: 110px;
}
.causes {
    padding-top: 40px;
    padding-bottom: 40px;
}
h1 {
    font-size: 32px;
    line-height: 37px;
}
.causes_items {
    margin-top: 55px;
}
.cause_item p {
    font-size: 18px;
}
.work {
    padding: 40px 0 60px;
}
.work_item {
    height: 130px;
	padding-left: 145px;
}
.work_items {
    margin-top: 55px;
}
.work_item p {
    font-size: 17px;
}
.work1 {
    background: url(../img/work1.png) no-repeat left 29px center #99B8EF;
    background-size: 94px 94px;
}
.work2 {
    background: url(../img/work2.png) no-repeat left 38px center #99B8EF;
    background-size: 71px 71px;
}
.work3 {
    background: url(../img/work3.png) no-repeat left 26px center #99B8EF;
    background-size: 101px 101px;
}
.problems {
    padding-top: 55px;
    padding-bottom: 60px;
}
.problems_title {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 30px;
}
.problem_item > div > p {
	padding-right: 10px;
    padding-left: 20px;
    font-size: 17px;
}
.slider {
    padding: 40px 0 40px;
}
.client_slider .swiper-slide {
    height: 240px;
}
.want_btn {
    margin-top: 40px;
}
.steps {
    padding: 55px 0 210px;
}
.order_form_wrap {
    height: 245px;
    padding-top: 40px;
    bottom: -70px;
}
.order_form {
    margin-top: 40px;
    padding: 0 20px;
}
.footer {
    padding-top: 120px;
    padding-bottom: 40px;
}
.footer_logo {
	width: 103px;
}
.footer_adress {
    float: left;
    width: 350px;
    padding-left: 40px;
    background: url(../img/place.png) no-repeat left top;
    font-size: 17px;
    line-height: 23px;
    color: #2C2C2C;
    margin-left: 70px;
}
}


@media (max-width: 1041px){
.container {
    width: 900px;
    margin: 0 auto;
    min-width: 900px;
    padding: 0 10px;
}
.wraper header,
.wraper footer,
.wraper nav,
.wraper > div {
    min-width: 900px;
}
.nav li a {
    font-size: 14px;
}
.nav li {    
    height: 35px;
    line-height: 35px;
}
.nav li:first-child {
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin-right: 5px;
}
nav {
    padding: 7px 0 8px;
}
.logo {
    width: 90px;
}
.header {
    padding-top: 25px;
}
.slogan {
    font-size: 13px;
    width: 230px;
    line-height: 21px;
}
.phones > div a {
    font-size: 20px;
    margin-right: 15px;
}
.phones {
    margin-left: 15px;
}
.cost_btn {
    height: 55px;
    width: 185px;
    border-radius: 27.5px;
    padding-left: 19px;
    font-size: 13px;
    line-height: 17px;
    padding-top: 9px;
}
header:after {
    top: 112px;
}
.header_content {
    padding-top: 90px;
    width: 65%;
}
.big_slogan p {
    font-size: 59px;
    line-height: 84px;
    padding-left: 20px;
}
.header_form_wrap p {
    font-size: 23px;
    margin-bottom: 15px;
}
.header_form_wrap span {
    font-size: 14px;
    padding: 0;
}
.input_style {
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}
.submit_style {
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
}
.head_form {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.header_form_wrap {
    width: 420px;
    height: 420px;
    padding: 75px 65px;
    bottom: 70px;
}
.head_benfit_item {
    width: 145px;
}
.head_benfit_item span {
    font-size: 23px;
    line-height: 19px;
    padding-bottom: 20px;
}
.head_benfit_item p {
    margin-top: 10px;
    font-size: 14px;
}
header {
    padding-bottom: 90px;
}
.causes {
    padding-top: 30px;
    padding-bottom: 30px;
}
h1 {
    font-size: 28px;
    line-height: 34px;
}
.causes_items {
    margin-top: 40px;
}
.cause_item p {
    font-size: 15px;
}
.cause_item span {
    font-size: 52px;
}
.cause_item {
    float: left;
    width: 25%;
    margin-bottom: 40px;
}
.work {
    padding: 30px 0 50px;
}
.work1 {
    background: url(../img/work1.png) no-repeat left 20px center #99B8EF;
    background-size: 80px 80px;
}
.work_item {
    padding-left: 125px;
}
.work2 {
    background: url(../img/work2.png) no-repeat left 25px center #99B8EF;
    background-size: 65px 65px;
}
.work_item p {
    font-size: 15px;
}
.work3 {
    background: url(../img/work3.png) no-repeat left 20px center #99B8EF;
    background-size: 80px 90px;
}
.work_items {
    margin-top: 40px;
}
.problems {
    padding-top: 40px;
    padding-bottom: 40px;
}
.problems_title {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
}
.problem_item > span {
    width: 120px;
    height: 120px;
}
.problem_item > div {
    width: calc(100% - 120px);
    height: 120px;
}
.problem_item > div > p {
    padding-right: 10px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 21px;
}
.client_slider .swiper-slide {
    height: 260px;
}
.want_btn {
    width: 310px;
    height: 55px;
    line-height: 55px;
    border-radius: 27.5px;
    margin-top: 40px;
}
.submit_style1 {
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
}
input::-webkit-input-placeholder {font-size: 14px;}
input::-moz-placeholder          {font-size: 14px;}
input:-moz-placeholder           {font-size: 14px;}
input:-ms-input-placeholder      {font-size: 14px;}


.input_style1 {
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
    font-size: 14px;
}
.order_form_wrap {
    height: 245px;
    padding-top: 30px;
    bottom: -70px;
}
.order_form {
    margin-top: 30px;
    padding: 0 20px;
}
.order_form_wrap {
    height: 200px;
    padding-top: 30px;
    bottom: -50px;
}
.footer_logo {
    float: left;
    width: 90px;
}
.footer_adress {
    width: 300px;
}
.phones > a {
    font-size: 15px;
}
}


@media (max-width: 917px){
.container {
    width: 768px;
    margin: 0 auto;
    min-width: 768px;
    padding: 0 10px;
}
.wraper header,
.wraper footer,
.wraper nav,
.wraper > div {
    min-width: 768px;
}
.nav li {
    padding: 0 15px;
}
.phones {
    width: 209px;
    margin-left: 35px;
}
.phones > div a {
    margin-right: 0;
}
.phones > div {
    background: url(../img/phone.png) no-repeat left top 2px;
}
.header_content {
    padding-top: 50px;
    width: 65%;
}
.header_form_wrap {
    width: 266px;
    height: auto;
    padding: 35px 25px;
    bottom: 110px;
    border-radius: 10px;
}
header {
    padding-bottom: 100px;
}
.big_slogan p {
    font-size: 58px;
    line-height: 82px;
}
.head_benfit_item span {
    font-size: 21px;
    line-height: 19px;
    padding-bottom: 15px;
}
.head_benfit_item p {
    margin-top: 7px;
    font-size: 14px;
    line-height: 19px;
}
h1 {
    font-size: 25px;
    line-height: 31px;
}
.cause_item {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 70px;
}
.work_item {
    float: none;
    width: 330px;
    margin-right: 0;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}
.work_item:nth-child(3n) {
    margin-right: 0;
    margin: 0 auto;
}
.problems_col {
    width: 49%;
}
.problem_item br {
	display: none;
}
.client_slider .swiper-slide {
    height: 212px;
}
.client_slider {
    padding: 40px 40px 0;
}
.step_desc {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
.input_style1 {
    float: none;
    width: 300px;
    margin-right: 0;
}
.submit_style1 {
    float: none;
    width: 300px;
}
.order_form_wrap {
    height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    bottom: -50px;
    position: static;
    margin: 0 auto;
    margin-top: 30px;
    width: 60%;
}
.order_form  input {
	margin: 0 auto;
	margin-bottom: 10px;
}
.steps {
    padding: 40px 0 50px;
}
.footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer .phones div {
	    background: url(../img/phone_red.png) no-repeat left top 2px;
}
}


@media (max-width: 785px){
.container {
    width: 667px;
    margin: 0 auto;
    min-width: 667px;
    padding: 0 10px;
}
.wraper header,
.wraper footer,
.wraper nav,
.wraper > div {
    min-width: 667px;
}
.menu-btn {
	display: block;
	height: 35px;
	line-height: 37px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px 0 35px;
	border-radius:4px;
	background: url(../img/menu.png) no-repeat left 10px center #E6AD53;
}
.nav {
	display: none;
}
.phones > div a {
    font-size: 18px;
}
.phones {
    width: 191px;
    margin-left: 20px;
}
.logo {
    margin-right: 20px;
}
.slogan {
    font-size: 11px;
    width: 150px;
    line-height: 21px;
}
.cost_btn {   
    width: 164px;
    font-size: 12px;
}
.header_content {
    padding-top: 50px;
    width: 100%;
}
.header_content {
    padding-top: 50px;
    width: 75%;
    margin: 0 auto;
}
.header_form_wrap {
    width: 75%;
    position: static;
    margin: 0 auto;
    margin-top: 30px;
}
.header_benefits {
    margin-top: 20px;
    background: #99B8EF;
    padding: 10px;
}
.head_benfit_item span,
.head_benfit_item p {
	color: #fff;
}
.client_slider .swiper-slide {
    height: 243px;
}
.step_item {
    float: none;
    width: 100%;
    margin-right: 0;
    z-index: 2;
    margin-bottom: 30px;
}
.step_item span {
	display: inline-block;
	vertical-align: top;
}
.step_name {
	display: inline-block;
	vertical-align: top;
	padding-top: 0;
}
.step_icon_inner {
	height: auto;
}
.steps_items {
    text-align: center;
    margin-top: 40px;
}
.steps {
    padding: 30px 0 40px;
}
.step_desc {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    padding: 0 100px;
}
.order_form_wrap {
    height: auto;
   padding: 25px;
    bottom: -50px;
    position: static;
    margin: 0 auto;
    margin-top: 30px;
    width: 75%;
}
.order_form {
    margin-top: 30px;
    padding: 0;
}
.order_form input {
	width: 100%;
}
.footer_adress {
    margin-left: 40px;
}
}


@media (max-width: 684px){
.container {
    width: 567px;
    margin: 0 auto;
    min-width: 567px;
    padding: 0 10px;
}
.wraper header,
.wraper footer,
.wraper nav,
.wraper > div {
    min-width: 567px;
}
.slogan {
    display: none;
}
.header_contacts {
    padding-bottom: 0;
}
.header_content {
    padding-top: 50px;
    width: 100%;
    margin: 0 auto;
}
.big_slogan p {
    font-size: 56px;
    line-height: 80px;
    text-align: center;
}
.head_benfit_item {
    width: 32%;
    margin-right: 1%;
}
.header_form_wrap {
    width: 100%;
    position: static;
    margin: 0 auto;
    margin-top: 30px;
}
.cause_item {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 30px;
}
.problems_col {
    width: 100%;
    margin-bottom: 40px;
}
.client_slider .swiper-slide {
    height: 301px;
}
.order_form_wrap {
    width: 100%;
}
.footer_adress {
    width: 204px;
    font-size: 16px;
}
}


@media (max-width: 584px){
.container {
    width: 100%;
    margin: 0 auto;
    min-width: 480px;
    padding: 0 10px;
}
.wraper header,
.wraper footer,
.wraper nav,
.wraper > div {
    min-width: 480px;
}
.phones {
    width: 191px;
    margin-left: 0;
}
.logo {
    width: 200px;
    float: none;
    margin: 0;
    margin-bottom: 20px;
}
.header {
    padding-top: 20px;
}
header:after {
   display: none;
}
.cause_item {
    padding-left: 0;
}
.client_slider {
	width: 460px;
	margin: 0 auto;
}
.client_slider .swiper-slide {
    height: 250px;
}
.footer_logo {
    float: none;
    width: 200px;
    margin-bottom: 20px;
}
.footer_adress {
    margin-left: 0;
}
.footer .phones {
    width: 191px;
    margin-left: 0;
    float: right;
}
}


@media (max-width: 497px){
.container {
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
    padding: 0 5px;
}
.wraper header,
.wraper footer,
.wraper nav,
.wraper > div {
    min-width: 320px;
}
.logo { 
    margin: 0 auto;
    margin-bottom: 20px;
}
.phones {
    width: 191px;
    margin-left: 0;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
}
.phones > div {
    background: none;
    padding: 0;
    text-align: center;
}
.phones > a {
    font-size: 15px;
    text-align: center;
}
.cost_btn {
    width: 164px;
    font-size: 12px;
    float: none;
    margin: 0 auto;
}

header {
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.head_benfit_item i {
	font-size: inherit;
}

.head_benfit_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
}
.head_benfit_item span:after {
    position: absolute;
    content: '';
    background: #FAC168;
    height: 3px;
    width: 40px;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
    z-index: 1;
}
.client_slider {
	width: 300px;
	margin: 0 auto;
}
.client_slider .swiper-slide {
    height: 295px;
}
.work_item {
    width: 100%;
}
.problem_item > div > p {
    font-size: 14px;
    line-height: 18px;
}
.cause_item {
    width: 100%;
}
.cause_item br {
	display: none;
}
.big_slogan p {
    font-size: 35px;
    line-height: 58px;
    text-align: center;
}
.footer_adress {
    width: 100%;
    font-size: 16px;
}
.footer_logo {
    float: none;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.footer .phones {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-top: 20px;
}
.footer .phones div {
	background: none;
}
.footer_adress {
    width: 100%;
    font-size: 16px;
    float: none;
    background: none;
    padding: 0;
    text-align: center;
}
.step_desc {
    padding: 0 40px;
}
.header_benefits {
    margin-top: 35px;
}
.header_form_wrap {
    margin-top: 30px;
}
.pop {
    text-align: center;
    padding: 70px 20px;
}
.box-modal {	
	width:100%;

}
.price_modal .pop table tr.caption td,
.price_modal .pop table tr.subcaption td {
	display: none;
}
.price_modal .pop table td,
.price_modal .pop table tr.caption td:nth-child(1),
.price_modal .pop table tr.subcaption td:nth-child(1) {
	display: block;
}
.price_modal .pop table td:nth-child(3) {
	text-align: left!important;
	margin-bottom: 10px;
}
.price_modal .pop table td:nth-child(2)::before{
	content: 'Ед. изм.: '
}
.price_modal .pop table td:nth-child(3)::before{
	content: 'Руб.: '
}
.pv-mail i {
	display: none;
}

.pv-mail {
	padding-left: 0;
}

.phones > div.pv-mail a {
	font-size: 16px;
}

.phones > div.pv-mail {
	padding-left: 0;
	margin-left: -25px;
}

.header .st {
	margin: 0 auto !important;
}
}

.box-modal.price_modal {
	width: 100%;
}
.price_modal .pop table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.price_modal .pop table td {
	vertical-align: bottom;
	padding: 5px;
}
.price_modal .pop table td:nth-child(3) {
	text-align: right;
}
.price_modal .pop table tr.caption td,
.price_modal .pop table tr.subcaption td {
    color: #353535;
	background-color: #FAC168;
	font-weight: 700;
}
.price_modal .pop table tr.subcaption td {
	color: #fff;
	background-color: #99B8EF;
}



@media (min-width: 1218px){
	.nav li a {
		font-size: 18px;
	}
	.slogan {
		font-size: 14px;
	}
	.cost_btn {
		font-size: 16px;
	}
	.phones > a {
		font-size: 18px;
	}
	.header_form_wrap p {
		font-size: 30px;
	}
	.header_form_wrap span {
		font-size: 18px;
	}
	.head_benfit_item span {
		font-size: 32px;
		line-height: 24px;
		color: #222222;
		font-weight: 600;
		padding-bottom: 23px;
		text-transform: uppercase;
	}
	.head_benfit_item {
		width: 220px;
	}
	.head_benfit_item p {
		font-size: 18px;
	}
	.cause_item p {
		font-size: 20px;
	}
	.cause_item span {
		font-size: 60px;
	}
	.step_name {
		font-size: 18px;
	}
	.step_desc {
		font-size: 16px;
	}
	.footer_adress {
		font-size: 18px;
	}
}

.st {
	margin-left: 120px;
}

.phones > div.pv-mail a {
	font-size: 19px;
}

.phones > div.pv-mail {
	background: none;
	padding-left: 9px;
}

.pv-mail i {
	margin-right: 5px;
	color: #fff;
	margin-top: 3px;
	font-size: 20px;
}

.pv-not {
	margin-left: 5px;
}


.footer .phones .pv-not2 {
	background: none;
	padding-left: 5px;
}

.soc a i {
	color: #99b8ef;
	font-size: 28px;
	margin-right: 3px;
}

.soc {
	width: 125px;
	margin: 0 auto;
}

.skype a {
	display: inline-block;
	color: #fff;
	margin-left: 5px;
	font-size: 19px;
}

.skype i {
	font-size: 25px;
	color: #99b8ef;
	margin-right: 12px;
}

.footer_adress .skype {
	margin-left: -39px;
}

.footer_adress .skype a {
	color: #3b3b3b;
}

.pv-f a {
	display: inline-block!important;
	margin-left: 10px;
	color: #fff;
	font-size: 10px;
	vertical-align: top;
}

.pv-f input {
	display: inline-block;
}

.pv-f2 a {
	color: #4d4d4d;
	font-size: 17px;
	display: inline-block;
	margin-left: 10px;
}

.pv-f2 input {
	display: inline-block;
}

.pv-f2  {
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

.pv-f2 a:hover {
	cursor: pointer;
}

.order_form_wrap {
	z-index: 9999;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
   -moz-appearance:    checkbox;
   appearance:         checkbox;
}

.m10 {
	margin-bottom: 10px;
}

.pv-f2 a.min-a {
	font-size: 15px;
}

.head_benfit_item i {
	font-size: 27px;
    margin-top: 1px;
    vertical-align: top;
}

.pop .pv-pa {
	font-size: 16px;
	color: #000;
	text-transform: none;
	text-align: left;
	margin-top: 20px;
}

.pop .pv-pa span {
	display: inline-block;
}