@font-face {
    font-family: 'segoeui'; /* Имя шрифта */
    src: url(/fonts/segoeuil.ttf); /* Путь к файлу со шрифтом */
	font-weight:100;
}

@font-face {
    font-family: 'segoeui'; /* Имя шрифта */
    src: url(/fonts/seguisb.ttf); /* Путь к файлу со шрифтом */
	font-weight:normal;
}

@font-face {
    font-family: 'segoeui'; /* Имя шрифта */
    src: url(/fonts/segoeuib.ttf); /* Путь к файлу со шрифтом */
	font-weight:bold;
}


  
body{margin:0;color:#000;min-width: 900px;font-family:'segoeui';font-size:16px;line-height: 1.3;font-weight:100;}
p{margin-top:0;}
a {
color: inherit;text-decoration:none;
}
h1,h2,h3{clear:both;font-weight: 100;}

section{
	text-align:center;
	clear:both;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	min-width:1150px;
	position:relative;
}

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


.inner {
	width: 900px;
	margin: 0 auto;
	position: relative;
}


img.logo {
  float: left;
  margin-top: 8px;
  margin-bottom: 15px;
}

img.renaultlogo {
  float: right;
  margin-top: 3px;
}


img{max-width:100%;}


h2 {

}
img.doposle {
  width: 440px;
  margin-top: 50px;
  margin-right: 1px;
}


.sendform{
cursor:pointer;
}

span.fs30 {
  font-size: 40px;
}

.fs74 {
  font-size: 74px;
}
.fs25 {
  font-size: 25px;
}
.fs14 {
  font-size: 14px;
}

input {
  
  padding: 15px 7px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: none;
  font-size: 14px;
  margin-top: 10px;
}

input[name=name] {
  padding-left: 37px;
  background: url(/images/name.png) 12px 16px no-repeat #fff;
}

input[name=tel]{
	padding-left:37px;
	background:url(/images/tel.png) 12px 16px no-repeat #fff;
}

.sendform.bluebtn,.showform.bluebtn {
  background: url(/images/sendbtn.png) center no-repeat;
  padding: 15px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  cursor:pointer;
}

.sendform.bluebtn:hover,.showform.bluebtn:hover{opacity:0.8;}

#head ::-webkit-input-placeholder {color:#999;}
#head ::-moz-placeholder          {color:#999;}/* Firefox 19+ */
#head :-moz-placeholder           {color:#999;}/* Firefox 18- */
#head :-ms-input-placeholder      {color:#999;}

.col14 {
  width: 24.5%;
  display: inline-block;
  vertical-align:top;
  min-width:160px;
}

.col13 {
  width: 33%;
  display: inline-block;
  vertical-align:top;
 
}
.col12 {
  width: 49.5%;
  display: inline-block;
  vertical-align:top;
}

.alignright{text-align:right;}
.alignleft{text-align:left;}

.orangebtn:hover{
background: #31b2de; /* Old browsers */
background: -moz-linear-gradient(top,  #31b2de 0%, #52ccf5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#31b2de), color-stop(100%,#52ccf5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #31b2de 0%,#52ccf5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #31b2de 0%,#52ccf5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #31b2de 0%,#52ccf5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #31b2de 0%,#52ccf5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b2de', endColorstr='#52ccf5',GradientType=0 ); /* IE6-9 */
border-top: 4px solid #146b89;
border-bottom:none;
}
.orangebtn {
color: #fff;
background: #52ccf5; /* Old browsers */
background: -moz-linear-gradient(top,  #52ccf5 0%, #31b2de 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52ccf5), color-stop(100%,#31b2de)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #52ccf5 0%,#31b2de 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #52ccf5 0%,#31b2de 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #52ccf5 0%,#31b2de 100%); /* IE10+ */
background: linear-gradient(to bottom,  #52ccf5 0%,#31b2de 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52ccf5', endColorstr='#31b2de',GradientType=0 ); /* IE6-9 */
text-align: center;
padding: 10px;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
font-size: 16px;
border-bottom: 4px solid #146b89;
}


.redbtn{
background: rgb(234,37,38); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(234,37,38,1) 0%, rgba(160,8,24,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,37,38,1)), color-stop(100%,rgba(160,8,24,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,37,38,1) 0%,rgba(160,8,24,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,37,38,1) 0%,rgba(160,8,24,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,37,38,1) 0%,rgba(160,8,24,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,37,38,1) 0%,rgba(160,8,24,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea2526', endColorstr='#a00818',GradientType=0 ); /* IE6-9 */
text-align: center;
padding: 10px 30px;
cursor: pointer;
font-size: 16px;
border-bottom: 2px solid #333;
color:#fff;
display:inline-block;
float:right;
border-radius:3px;
  box-shadow: inset 1px 1px 1px rgba(255,255,255,0.7);
}

.redbtn:hover{
background: rgb(162,8,24); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(162,8,24,1) 0%, rgba(229,35,37,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(162,8,24,1)), color-stop(100%,rgba(229,35,37,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(162,8,24,1) 0%,rgba(229,35,37,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(162,8,24,1) 0%,rgba(229,35,37,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(162,8,24,1) 0%,rgba(229,35,37,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(162,8,24,1) 0%,rgba(229,35,37,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a20818', endColorstr='#e52325',GradientType=0 ); /* IE6-9 */
}

section#top {
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 1px 5px #666;
  top: 0;
}
section#top img.logo {
  margin-left: 25px;
    float: left;
}
section#top .tel {
  float: right;
  font-size: 34px;
  margin-right: 50px;
  margin-top: 5px;
}

section#head {
  background: url(/images/headbg.jpg) center top no-repeat #212628;
  
  padding: 1px;
  padding-top: 15px;
}
h1 {
  font-size: 35px;
  color: #fff;
  margin: 20px auto 10px;
}

h1 span {
  font-size: 24px;
  display: block;
  color: #ffbd00;
  margin-top: 10px;
  
}

h1 strong{text-transform:uppercase;font-weight:normal;}

.rightform {
  width: 280px;
  margin-left: 0;
  margin-right: auto;
  box-sizing: border-box;
  padding: 10px 10px;
  margin-bottom: 60px;
  background: #fff;
  margin-top: 23px;
  line-height: 1;
  height: 315px;
  border-top: 15px solid #ffc200;
}

.rightform h2{
	font-size:25px;
	color:#e02003;
	margin:5px 0;
	font-weight:bold;
}

.rightform h2 strong{font-size:40px;}


.rightform h2 span{text-transform:uppercase;color:#000;display:block;font-weight:normal;font-size:19px;margin:10px 0;}




span.uppercase {
  text-transform: uppercase;
}

.rightform span.uppercase {
  font-weight: normal;
  margin-top: 25px;
  display: block;
  font-size: 13px;
    margin-bottom: 5px;
}



h2 {
  font-size: 35px;
  text-transform: uppercase;
  margin: 25px 0 35px;
  font-weight: bold;
}


section#yellowline {
  background-color: #fec720;
  font-size: 38px;
  padding: 15px 0;
}

section#blue1 {
  background-color: #2e3537;
  color: #ffc720;
}


#blue1 .col14 {
  font-size: 19px;
  margin-bottom: 30px;
}

.fs27 {
  font-size: 27px;
  font-weight: bold;
  padding: 50px;
  background: url(/images/round1.png) center no-repeat;
  margin-top: 40px;
  margin-bottom: 10px;
}

#blue1 .col14:nth-child(2) .fs27{
	background: url(/images/round2.png) center no-repeat;
}
#blue1 .col14:nth-child(3) .fs27{
	background: url(/images/round3.png) center no-repeat;
}
#blue1 .col14:nth-child(4) .fs27{
	background: url(/images/round4.png) center no-repeat;
}

#uslugi{background:#fec720;color:#222;padding:1px 0;}

section#uslugi img {
  float: left;
  margin-right: 10px;
}


section#uslugi .col12 {
  text-align: left;
  font-size: 19px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom:75px;
}

section#uslugi .col12 span{font-size:13px;display:block;color:#777777;margin-top:5px;margin-bottom:15px;}




section#prichin {
  background: #13363f;
  padding: 10px 0 20px;
  color: #fff;
}

h2.harder {
  font-size: 40px;
  text-align: left;
  width: 480px;
  margin: 25px auto 50px;
    white-space: nowrap;
}

h2.harder span{
font-size: 115px;
  float: left;
  line-height: 93px;
}


.prich {
  display: inline-block;
  width: 450px;
  vertical-align: top;
  text-align: left;
  padding-left: 65px;
  height: 90px;
  font-size:19px;
  color:#ffc720;
}

#prichin  img{display:block;margin:0 auto 15px;}

#prichin .col13{
font-size:19px;
  color:#ffc720;
  margin-bottom:10px;
  }


.prich span{
	display: block;
	font-size: 21px;
	text-transform: uppercase;
	color: #0694d8;
}


section#zayavka {
 background: url(/images/renaultbg.jpg) center top no-repeat;
  padding: 1px;
  color: #13363f;
}

section#zayavka h2{margin-bottom:25px;}

section#zayavka input, section#zayavka select {
  width: 250px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  background: rgba(255,255,255,0.5);
  color: #333;
  font-size: 19px;
  margin-right: 50px;
  padding: 12px 10px;
}


input:focus {
  outline: none;
  box-shadow: inset 0px 1px 5px #999;
}

section#zayavka select{margin-right:0;}

section#zayavka .redbtn{float:none;font-size:21px;padding:15px 50px;margin-top:20px;margin-bottom:30px;border-radius:5px;}

section#komfort {
  background-color: #13363f;
  padding: 15px 0 30px;
  color: #fff;
  text-align:center;
}


.komfort {
  color: #ffc720;
  display: inline-block;
  width: 40%;
  text-align: left;
  margin-bottom:25px;
  
}

.komfort div{display:inline-block;width:70px;text-align:center;margin-right:10px;}

.komfort img{
  vertical-align: middle;
  
}











section#chtomi {
  background: url(/images/chtomi.jpg) center top no-repeat #0594d8;
  padding-top: 30px;
  padding-bottom: 30px;
  color:#fff;
}
section#chtomi h3{
font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

section#chtomi .whiteblock {
  width: 190px;
  background: #fff;
  text-align: center;
  margin: 15px auto;
  color: #000;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
    font-size: 20px;
	height: 105px;
	position: relative;
}

section#chtomi .whiteblock .fs14 {
  display:block;
}

section#chtomi .yellowbtn.showform{
position: absolute;
  width: 140px;
  left: 20px;
  bottom: 5px;
}
  
.yellowbtn{
	 background: rgb(255,204,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,204,0,1) 0%, rgba(247,181,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,204,0,1)), color-stop(100%,rgba(247,181,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,204,0,1) 0%,rgba(247,181,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,204,0,1) 0%,rgba(247,181,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,204,0,1) 0%,rgba(247,181,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,204,0,1) 0%,rgba(247,181,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#f7b500',GradientType=0 ); /* IE6-9 */
	font-size: 20px;
	box-shadow: inset 2px 2px 1px #ffe474,0 3px #a45900;
	padding: 15px 40px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 15px;
  display: inline-block
	
}

.yellowbtn:hover{
	background: rgb(248,184,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(248,184,0,1) 0%, rgba(255,204,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,184,0,1)), color-stop(100%,rgba(255,204,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,184,0,1) 0%,rgba(255,204,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,184,0,1) 0%,rgba(255,204,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,184,0,1) 0%,rgba(255,204,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,184,0,1) 0%,rgba(255,204,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b800', endColorstr='#ffcc00',GradientType=0 ); /* IE6-9 */

}



section#uzhe {
	background: url(/images/uzhe.jpg) center top no-repeat;
	padding: 30px 0 80px;
}

section#uzhe .col14{
	padding: 0px 50px;
	box-sizing: border-box;
}

section#uzhe h3{
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:15px;
}


section#blue2 {
	padding-bottom: 50px;
    padding-top: 30px;
}

section#how {
  padding: 30px 0 50px;
  position: relative;
  z-index: 2;
  background-color: #373b3d;
  color: #fff;
}

section#how .col12{
	padding: 0 100px;
	box-sizing: border-box;
}
section#how  .col14{
	padding: 20px;
	box-sizing: border-box;
  
}
section#how .col14.greybg {
  background: #eee;
  border-radius: 15px;
  width: 210px;
  
  margin-right:0;
}
section#how .shagi .col12{
padding:0 50px;
width: 440px;
}
section#how .shagi .col14{
  margin-right: 10px;
}
section#how .yellowbtn.showform{
	  margin-top: 15px;
  padding: 8px 30px;
}


section#how h3{
	font-size: 20px;
	text-transform: uppercase;
	font-weight:bold;
	margin-bottom: 15px;
}
section#how .shagi h3{ 
	font-size: 21px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
section#how .shagi .greybg{color:#333;}
section#how .shagi .greybg h3{color:#ffc720;}



section#how img{
	margin: 40px 0 20px;
}

section#projects {
	background: url(/images/projects.jpg) center top no-repeat;
	padding: 30px 0 50px;
	position: relative;
	z-index: 2;
}

section#projects h3 {
	font-size: 21px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 40px;
}
section#projects ul{
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
section#projects .greyblock {
  background: #efefef;
  width: 700px;
  margin: 40px auto 20px;
  padding: 20px;
  border-radius: 10px;
}

section#miga {
  background: url(/images/footerbg.jpg) center top no-repeat;
  padding: 50px 0;
  height: 520px;
}



section#miga h2{
  display: inline-block;
  width: 210px;
  text-align: left;
  margin-top: 0;
  margin-right: 50px;
  font-size:38px;
  vertical-align:top;
    line-height: 1;
	
}

section#miga h2 strong {
  font-size: 120px;
  display: block;
  text-align: left;
  margin-left: -7px;
    margin-top: -25px;  
}
section#miga h2 span{font-size:28px;display:block;}

section#miga .right {
  display: inline-block;
  width: 635px;
  color: #111;
  vertical-align: top;
}
.portret {
  width: 400px;
  float: left;
  font-size: 14px;
  text-align: left;
    line-height: 1;
}
.foto {
  width: 155px;
  height: 155px;
  background: url(/images/chuvak.png);
  border-radius: 150px;
  margin-bottom: 5px;
  float:left;
  margin-right:20px;
}
.round {
  margin-top: 50px;
  margin-bottom: 30px;
}


span.fshz {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 40px;
  display: block;
}
span.fshz2 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom:10px;
}
section#miga .redbtn{
font-size: 21px;
  margin-top: 50px;
}
section#miga .yellowbtn.showform {
  display: inline-block;
  color: #000;
}


section#miga h2.bottom {
  display: block;
  float: none;
  width: auto;
  text-align: center;
  color: #fff;
  margin-top: 45px;
  font-size: 35px;
  margin-bottom: 10px;
}





.undgrey {
  width: 180px;
  padding-left: 60px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  margin-left:20px;
}
.undgrey.icon6{
background: url(/images/chasiicon.png) left center no-repeat;
}
.undgrey.icon2{
background: url(/images/pr2.png) left center no-repeat;
}


.bluesection .leftblock,.bluesection2 .leftblock {
  display: inline-block;
  width: 280px;
  background: rgba(255,255,255,0.8);
  padding: 50px 20px;
  color: #0594d8;
  text-transform: uppercase;
  height: 260px;
  box-sizing: border-box;
  font-size: 21px;
  vertical-align:top;
  margin:25px;
}

.bluesection .rightblock,.bluesection2 .rightblock {
	display: inline-block;
	  width: 280px;
	  background: rgba(255,255,255,0.8);
	  padding: 50px 15px 20px;
	  color: #0594d8;
	  text-transform: uppercase;
	  height: 260px;
	  box-sizing: border-box;
	  font-size: 21px;
	  vertical-align:top;
	   margin:25px;
}

.bluesection .leftblock h3,.bluesection2 .leftblock h3{
	font-size:30px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.bluesection .leftblock span,.bluesection2 .leftblock span{
	display:block;
}
.bluesection .leftblock span strong,.bluesection2 .leftblock span strong{
	font-size:36px;
}
.bluesection .rightblock .bluebtn,.bluesection2 .rightblock .bluebtn{
  margin-top: 10px;
}


section#footer {
  padding: 1px 0 25px;
  overflow: hidden;
  font-size: 14px;
  color: #5f5b5b;
  font-weight: 100;
  text-align: left;
  margin-top: -160px;
}

section#footer .left {
width: 170px;
float: left;
padding-top: 20px;
}

section#footer  .left2 {
float: left;
padding-top: 20px;
width: 120px;
color: #5f5b5b;
}


section#footer h3 {
  font-size: 20px;
  text-align: left;
  font-weight: 900;
  color: #5f5b5b;
  margin-bottom: 20px;
  text-transform: uppercase;
}
img.social {
	margin-top: 35px;
	margin-right:5px;
}
#footer .center{
	width:190px;
	float:left;
	margin-left:20px;
	padding-top:20px;
}
#footer .right {
width: 390px;
float: left;
margin-left: 10px;
padding-top: 20px;
}
.center input{
	padding: 8px;
	background: #fff;
	margin-bottom: 15px;
}


.blackback{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:#000;
	opacity:0.6;
	display:none;
	z-index:999;
}
.popup {
	  z-index: 9999;
	  position: fixed;
	  width: 490px;
	  height: 340px;
	  background: rgba(255,255,255,0.9);
	  left: 50%;
	  padding: 20px 30px;
	  top: 50%;
	 
	  display: none;
	  margin-left: -245px;
	  margin-top: -170px;
	  box-sizing: border-box;
}
.popup .sendform{
	width: 150px;
	margin: 0 auto;
	text-align: center;
	float:none;
}
.popup h3{
	text-align: center;
	font-size: 32px;
	margin-top: 10px;
}

.image:hover{
-webkit-animation-name: shake-rotate;
-ms-animation-name: shake-rotate;
animation-name: shake-rotate;
-webkit-animation-duration: 1000ms;
-ms-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-iteration-count: 1;
-ms-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-delay: 0s;
-ms-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-play-state: running;
-ms-animation-play-state: running;
animation-play-state: running;
} 

@-webkit-keyframes shake-rotate { 0% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
  2% { -webkit-transform: translate(0px, 0px) rotate(4.5deg); }
  32% { -webkit-transform: translate(0px, 0px) rotate(-5.5deg); }
  66% { -webkit-transform: translate(0px, 0px) rotate(4.5deg); }
  98% { -webkit-transform: translate(0px, 0px) rotate(0); } }

@-ms-keyframes shake-rotate { 0% { -ms-transform: translate(0px, 0px) rotate(0deg); }
   2% { -ms-transform: translate(0px, 0px) rotate(4.5deg); }
  32% { -ms-transform: translate(0px, 0px) rotate(-5.5deg); }
  66% { -ms-transform: translate(0px, 0px) rotate(4.5deg); }
  98% { -ms-transform: translate(0px, 0px) rotate(0); } }

@keyframes shake-rotate { 0% { transform: translate(0px, 0px) rotate(0deg); }
  2% { transform: translate(0px, 0px) rotate(1.5deg); }
  32% { transform: translate(0px, 0px) rotate(-4.5deg); }
  66% { transform: translate(0px, 0px) rotate(1.5deg); }
  98% { transform: translate(0px, 0px) rotate(0); } }
  
  


.close {

position: absolute;
right: 15px;
width: 15px;
height: 15px;
top: 15px;
cursor: pointer;
}
.prev {
width: 22px;
height: 39px;
background: url(/images/prev.png);
position: absolute;
left: 10px;
top: 50%;
cursor:pointer;
}
.next {
width: 22px;
height: 39px;
background: url(/images/next.png);
position: absolute;
right: 10px;
top: 50%;
cursor:pointer;
}

section#bottom {
  background-color: #13363f;
  color: #bbb;
  padding: 10px 0;
}

#counter .c0 {
  background: url(/images/counter.png) left center no-repeat;
  font-size: 38px;
  font-weight: 500;
  height: 52px;
  width: 27px;
  display: inline-block;
  padding-top: 11px;
}

#counter .c1 {
  background: url(/images/counter.png) right center no-repeat;
  font-size: 38px;
  font-weight: 500;
  height: 52px;
  width: 27px;
  display: inline-block;
  padding-top: 11px;
  
}

.dvt{color:#fff;}

table{
width: 230px;
  text-align: center;
  margin-left: 12px;
  margin-right: 29px;
}


@media screen and (max-width:640px){
	body{width:100%;}
	body,section{max-width:100%;min-width:0;}
	.col12{width:100%;}
	.inner{max-width:100%;min-width:0;padding:0 10px;box-sizing:border-box;}
	.col13{width:49%;}
	h1{font-size:30px;}
	h2{font-size:26px;}
	
	section#how .col12,section#how .shagi .col12,section#how .col14{padding-left:0;padding-right:0;width:100%;margin-bottom:20px;}
	section#zayavka{background-size:cover;}
	section#miga{background:#ffc720;}
	section#miga .right,.portret{max-width:100%;}
	section#footer{margin-top:0;} 
	h2.harder{white-space:normal;max-width:100%;}
	section#miga{height:auto;}
	section#how .shagi .col14{margin-right:0;}
	.foto{float:none;}
	section#miga h2.bottom{margin-right:0;}
	section#footer .left,section#footer .left2,#footer .center{width:100%;margin:0 0 20px 0;float:none;}
	section#zayavka input, section#zayavka select{margin-left:0;margin-right:0;}
	.komfort{width:100%;}
	
	.popup{width:320px;margin-left: -160px;}
	.popup h3{font-size:26px;}
	
	
}