@import url(bootstrap.min.css);
@import url(normalize.css);
@import url(font.css);
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: black;
  font-family: 'Akrobat-ExtraBold'; }

.wrap {
  max-width: 945px;
  padding: 0 15px;
  margin: 0 auto; }
  .wrap_text {
    max-width: 457px;
    font-size: 19px; }
  .wrap_right {
    float: right; }

.clearfix {
  clear: both; }

.gallery a {
margin-top:10px;	
color:black;
font-weight:700;
display:block;
}	
  
.title {
  max-width: 457px;
  font-size: 45px;
  font-family: 'Akrobat-Black';
  font-weight: bold;
  margin: 50px 0; }

a {
  text-decoration: none; }

p.title {
  line-height: 1.1; }

figcaption {
  font-size: 18px; }

img {
  max-width: 100%;
  height: auto; }

ul {
  padding-left: 0;
  list-style-type: none; }
  ul a {
    text-decoration: none; }

.box {
  padding: 60px 0 134px;
  color: white;
  position: relative;
  top: -50px; }

.btn-default {
  text-transform: uppercase;
  background: -webkit-gradient(linear, left bottom, left top, from(#e06800), to(#ff7800));
  background: -webkit-linear-gradient(bottom, #e06800, #ff7800);
  background: -o-linear-gradient(bottom, #e06800, #ff7800);
  background: linear-gradient(to top, #e06800, #ff7800);
  color: white;
  font-size: 14px;
  padding: 10px 24px;
  border: 1px solid #ff7800;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
   }
  .btn-default:hover {

    color: white;
   
 text-decoration: underline;	}

.boxin {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px dashed #ff7800;
  padding: 2px; }
  .boxin span {
    display: inline-block;
    padding: 2px 9px;
    background-color: #ff7800;
    color: white; }

.col-md-8 div span {
  font-family: 'Akrobat-ExtraBold';
  padding: 0 15px 11px; }
  .col-md-8 div span span {
    color: #d20000;
    padding: 0; }

.col-md-8 p {
  font-size: 24px;
  color: white;
  font-family: 'Akrobat-Light'; }

.header_top {
  min-height: 72px;
  padding-top: 8px; }
  .header_top h1 {
    margin: 10px 0; }
  .header_top a {
    display: inline-block; }
  .header_top .col-md-3 p {
    margin: -9px 0 0 3px;
font-size: 18px;	}
  .header_top img {
    margin-top: -3px; }

	.marg{
		margin-top:-20px;
	}
h1 {
  font-size: 32px;
  margin: 0;
  margin-bottom: 5px; }

.tele {
  font-size: 20px;
  line-height: 2;
  margin: 0;
  color: black; }

.header_menu {
  background-color: #f4f4f4; }

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  min-height: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .list li {
    position: relative;
    padding-left: 20px; }
  .list a {
    font-size: 18px;
    color: #11161c;
    font-family: 'Akrobat-Light';
    font-weight: 300; }
    .list a:before {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      background-color: #ff7800;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.offer {
  padding: 35px 0 75px;
  background: url(../img/offer.jpeg) center center no-repeat;
  background-size: cover; }
  .offer span {
    font-size: 46px;
    line-height: 71px;
    background-color: #11161c;
    color: white; }
  .offer .col-md-8 {
    padding-top: 30px; }
    .offer .col-md-8 p {
      max-width: 638px;
      background-color: #11161c;
      font-size: 24px;
      margin-top: 10px;
      line-height: 30px;
      padding: 0 15px; }
  .offer .col-md-4 {
    padding-top: 140px; }
  .offer_form {
    border: 5px solid #ff7800;
    padding: 5px; }

.form {
  background-color: white;
  padding: 50px; }
  .form p {
    color: black;
    text-align: center;
    font-size: 18px; }
  .form input {
    padding-left: 20px; }

.fuild > input {
  width: 100%;
  min-height: 43px;
  border: 1px solid #dddddd;
  background-color: white;
  }

.fuild + .fuild {
  margin-top: 10px; }

.revolution {
  padding-bottom: 90px; }
  .revolution p {
    font-size: 18px;
    line-height: 22px; }
  .revolution .title {
    margin-bottom: 25px; }

.roster {
  padding: 30px 0 40px; }
  .roster_item {
    position: relative;
    padding-left: 50px;
    font-size: 18px;
    text-align: left; }
    .roster_item + .roster_item {
      margin-top: 28px; }
  .roster a {
    display: inline-block; }

.gallery > figure {
  width: 30%;
  display: inline-block;
  margin: 0 1.5%;
  margin-bottom: 30px;
  vertical-align: text-top; }

.hard {
  background: url(../img/hard.jpeg) center center no-repeat;
  background-size: cover; }
  .hard.box {
    top: 0; }

.beaty {
  background: url(../img/beaty.jpeg) center center no-repeat;
  background-size: cover;
  -webkit-transform: skew(0deg, 2deg);
  -ms-transform: skew(0deg, 2deg);
  transform: skew(0deg, 2deg); }

.prestige {
  background: url(../img/prestige.jpeg) center center no-repeat;
  background-size: cover;
  position: relative; }
  .prestige.box {
    top: -100px; }

.eco {
  background: url(../img/eco.jpeg) center center no-repeat; }
  .eco.box {
    top: -144px; }

.hard,
.beaty,
.prestige,
.eco {
  background-size: cover; }
  .hard p:last-of-type,
  .beaty p:last-of-type,
  .prestige p:last-of-type,
  .eco p:last-of-type {
    margin: 70px 0 35px; }

.budda {
  position: relative;
  top: -100px; }
  .budda p:last-of-type {
    font-size: 18px; }
  .budda img {
    padding-top: 100px; }

.hard,
.prestige {
  -webkit-transform: skew(0deg, -2deg);
  -ms-transform: skew(0deg, -2deg);
  transform: skew(0deg, -2deg); }
  .hard .wrap,
  .prestige .wrap {
    -webkit-transform: skew(0deg, 2deg);
    -ms-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg); }

.beaty,
.eco {
  -webkit-transform: skew(0deg, 2deg);
  -ms-transform: skew(0deg, 2deg);
  transform: skew(0deg, 2deg); }
  .beaty .wrap,
  .eco .wrap {
    -webkit-transform: skew(0deg, -2deg);
    -ms-transform: skew(0deg, -2deg);
    transform: skew(0deg, -2deg); }
  .beaty .title,
  .eco .title {
    margin: 0 0 50px; }

.budda span {
  color: #ed0000; }

.budda .title + p {
  font-size: 36px; }

table {
  margin-bottom: 50px; }

table tr > td:first-child {
  padding-right: 30px;
  font-size: 50px;
  color: #ed0000;
  font-family: 'Akrobat-Black'; }

table tr > td:last-of-type {
  font-size: 18px;
  line-height: 22px; }

.steps .row + .row {
  margin-top: 30px; 
  margin-bottom: 40px;}

.item_top {
  position: relative;
  padding: 0 30%;
  margin-bottom: 30px; }

.item_img {
  border: 1px solid black;
  padding: 33px 0 8px; }

.item .boxin {
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.item_bottom {
  font-size: 18px;
  line-height: 22px; }

.arrow {
  position: relative; }
  .arrow:before, .arrow:after {
    content: "";
    display: block;
    background-image: url(../img/arrow.png);
    width: 59px;
    height: 21px;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .arrow:after {
    left: -20px; }
  .arrow:before {
    right: -20px; }

h3 {
  font-size: 53px;
  margin-bottom: 67px; }

.partners {
  background: url(../img/partner.jpeg) center center no-repeat;
  background-size: cover;
  color: white;
  padding: 75px 0 120px; }
  .partners p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Akrobat-ExtraBold'; }
    .partners p:last-of-type {
      margin: 68px 0 43px; }
    .partners p:nth-child(2n) {
      font-family: 'Akrobat-ExtraBold'; }
  .partners h3 {
    font-family: 'Akrobat-Black'; }

#map {
  height: 640px;
  width: 100%;
  z-index: 1; }

.lis {
  margin-bottom: 40px;
  font-size: 18px; }

.map {
  position: relative;
  height: 640px; }
  .map .container {
    position: relative; }
  .map .col-md-5 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  .map .contacts {
    background-color: rgba(255, 255, 255, 0.8);
    color: #606060;
    padding: 60px 0 34px 113px;
    height: 553px; }
    .map .contacts h4,
    .map .contacts p {
      margin: 0; }
    .map .contacts h4 {
      text-transform: uppercase;
      font-size: 50px;
      margin-bottom: 20px;
      color: black; }
    .map .contacts .margin-t {
      margin-top: 50px; }
    .map .contacts p + p {
      margin-top: 27px; }
    .map .contacts > div p {
      padding-left: 0; }
    .map .contacts li {
      font-size: 18px;
      line-height: 22px; }
      .map .contacts li span {
        font-family: 'Akrobat-Black'; }

footer {
  padding: 30px 0; }

.popup {
  border: 1px solid #000;
  padding: 20px;
  width: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #FFF;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none; }
  .popup.active {
    display: block; }
	

.map .contacts .lis {
  margin-bottom: 40px; }

.item a {
  display: inline-block;
  margin: 20px 0; }

.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../img/close.png);
}

.sprite {
  background-image: url(../img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block; }

.sprite-1 {
  width: 62px;
  height: 59px;
  background-position: -5px -5px; }

.sprite-2 {
  width: 66px;
  height: 60px;
  background-position: -77px -5px; }

.sprite-3 {
  width: 51px;
  height: 60px;
  background-position: -5px -75px; }

.sprite-4 {
  width: 74px;
  height: 60px;
  background-position: -66px -75px; }

.sprite-5 {
  width: 66px;
  height: 60px;
  background-position: -153px -5px; }

.sprite-6 {
  width: 72px;
  height: 60px;
  background-position: -150px -75px; }

@media (max-width: 768px) {
	.popup{
        width: inherit;
    }
    .form{
        padding: 0;
    }
  .header_top,
  footer {
    text-align: center;
    padding-bottom: 20px; }
  footer .col-md-2 > div {
    text-align: center; }
  .arrow:after,
  .arrow:before {
    display: none; }
  .budda img {
    display: none; }
  .map .contacts h4 {
    font-size: 30px; }
  .steps .col-md-4 {
    margin-top: 50px; }
  .gallery {
    text-align: center; }
  .title {
    font-size: 30px; }
  .col-md-8 div span {
    font-size: 30px; }
  .map .contacts {
    padding: 60px 0;
    text-align: center; } }

@media (max-width: 360px) {
  .partners h3 {
    font-size: 20px; } }
