/* common classes */

@font-face {
    font-family: 'AGAvalancheC-Bold';
    src: url('../fonts/AGAvalancheC-Bold.eot');
    src: url('../fonts/AGAvalancheC-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AGAvalancheC-Bold.woff') format('woff'),
         url('../fonts/AGAvalancheC-Bold.ttf') format('truetype'),
         url('../fonts/AGAvalancheC-Bold.svg#AGAvalancheC-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
	}

body {
  min-width: 320px;
  height: 100%;
  font-family: Arial, sans-serif; }

.container {
  height: 100%; }

.container .top {width: 61%; margin: 5% 0% 0 39%}

.container:before,
.container:after {
  content: none; }

.flex-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.flex-space-b {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-space-c {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.flex-align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flex-grow-1 {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; }

.flex-shrink-0 {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }

.flex-dir-col {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column; }

.flex-flow-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.items-wrapper {
  height: 100%; }

h1 {
  font-family: 'AGAvalancheC-Bold';
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 2px;
/*  text-transform: uppercase;*/
}

h2 { font-family: 'AGAvalancheC-Bold';
    font-size: 36px;
    color:#666;
    text-align: center;
     margin-bottom: 45px;
}

h3 {
  font-size: 20px;
  line-height: 1.3;
    color: white;
    font-family: verdana;
  letter-spacing: 0px;}

.item h3 {
  font-size: 24px;
  line-height: 1.3;
    color: #333;
    font-family: verdana;
  letter-spacing: 0px;}


/* </common classes */
/* input-placeholder */
input::-webkit-input-placeholder {
/*  color: #fff; */
}

input::-moz-placeholder {
/*  color: #fff; */
}

input:-ms-input-placeholder {
/*  color: #fff; */
}

input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

/* </input-placeholder */
/* header */
header {
  position: fixed;
  height: 70px;
  top: 0;
  right: 0;
  left: 0;
  font-family: Arial, sans-serif;
  background: #fff;
    box-shadow: 0 3px 45px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 45px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 3px 45px rgba(0,0,0,0.15);
  z-index: 100; }
  header .items-wrapper .menu .burger {
    display: none;
    width: 23px;
    height: 18px;
    cursor: pointer; }
    header .items-wrapper .menu .burger .line {
      display: block;
      height: 2px;
      background: #fff;
      margin-bottom: 6px; }
    header .items-wrapper .menu .burger .line:last-child {
      margin-bottom: 0; }
  header .items-wrapper .menu ul li {
    display: inline-block;
    font-size: 17px;
    margin-right: 103px; }
    header .items-wrapper .menu ul li a {
      color: #fff; }
    header .items-wrapper .menu ul li a:before {
      content: '';
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-right: 15px;
      vertical-align: middle; }
    header .items-wrapper .menu ul li a.location:before {
      background: url(../img/pict-location.png) 0 0/contain no-repeat; }
    header .items-wrapper .menu ul li a.vk-link:before {
      background: url(../img/pict-vk.png) 0 0/contain no-repeat; }
  header .items-wrapper .menu ul li:last-child {
    margin-right: 0; }
  header .items-wrapper a.tel {
/*    width: 208px;*/
/*    height: 40px;*/
    color: #606eff;
      font-size: 30px;
    text-align: center;
    line-height: 40px;
      font-weight: 600;
      padding: 5px 20px;
    border: 1px solid #606eff3b;
    border-radius: 100px;
    margin-right: 10px; }
  header .items-wrapper a.tel:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/pict-tube.png) 0 0/contain no-repeat;
    margin-right: 17px;
    vertical-align: -1px; }

.footer{height: 40px; padding: 10px; text-align: center;}

.modal-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 450px;
  background: #f3f3f3;
  padding: 52px 15px 0;
  display: none;
  z-index: 150; 
box-shadow: 0 20px 105px rgba(0,0,0,0.55);
    -moz-box-shadow: 0 20px 105px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0 20px 105px rgba(0,0,0,0.55);}
  .modal-menu .crossy {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 20px;
    right: 15px;
    cursor: pointer; }
    .modal-menu .crossy .line {
      position: absolute;
      width: 25px;
      height: 2px;
      top: 0;
      background: #333; }
    .modal-menu .crossy .l1 {
      left: 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .modal-menu .crossy .l2 {
      right: 1px;
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .modal-menu .socials-wrap h2 {
    max-width: 250px;
    font-family: Arial, sans-serif;
    font-size: 24px;
      font-weight: 600;
    color: #666;
/*    letter-spacing: 1px;*/
    text-align: center;
/*    text-transform: uppercase;*/
    margin: 0 auto 20px; }
  .modal-menu .socials-wrap .socials a {
    display: block;
    width: 214px;
    height: 40px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    margin: 0 auto 21px; }
  .modal-menu .socials-wrap .socials a:last-child {
    margin-bottom: 0; }
  .modal-menu .socials-wrap .socials a.tel {
    background: #ff6234;
    background: -webkit-linear-gradient(left, #ff4c22 0%, #ff6234 100%);
    background: linear-gradient(to right, #ff4c22 0%, #ff6234 100%);
    box-shadow: 0 5px 15px 4px rgba(255, 98, 53, 0.25); }
  .modal-menu .socials-wrap .socials a.viber {
    background: url(../img/soc-viber.png) 50% 50% no-repeat, #7e50a0;
    box-shadow: 0 5px 15px 4px rgba(126, 80, 160, 0.25); }
  .modal-menu .socials-wrap .socials a.whatsup {
    background: url(../img/soc-whatsup.png) 50% 50% no-repeat, #1fa900;
    box-shadow: 0 5px 15px 4px rgba(31, 169, 0, 0.25); }
  .modal-menu .socials-wrap .socials a.telegram {
    background: url(../img/soc-telegram.png) 50% 50% no-repeat, #1aa1e0;
    box-shadow: 0 5px 15px 4px rgba(26, 161, 224, 0.25); }
  .modal-menu .socials-wrap .socials a.vk {
    background: url(../img/soc-vk.png) 15px 50% no-repeat, #4a74a5;
    padding-left: 40px;
    box-shadow: 0 5px 15px 4px rgba(74, 116, 165, 0.25); }

/* </header */
/* main-section */
.main-section {
  color: #999;
  background: url(../img/header.jpg) 50% 50% no-repeat, #5363dc;
    background-position:  50% 50px;
  padding-top: 45px;
  padding-bottom: 50px; }
.main-section-bottom {
  color: #999;
  background: url(../img/header.jpg) 50% 50% no-repeat, #5363dc;
  padding-top: 175px;
  padding-bottom: 117px; }
  .main-section h1,
  .main-section h2,
  .main-section-bottom h1 {
    max-width: 540px;
    color: #fff;
    margin-bottom: 15px; }
  .main-section-bottom h2 {
    color: #fff;
      font-family: 'AGAvalancheC-Bold';
  font-size: 36px;
    margin-bottom: 15px;}
.main-section h3 {
    max-width: 600px;
    margin-bottom: 20px; }
  .main-section form
  {width: 420px;
background: #00000029;
padding: 20px;
border-radius: 30px;}

.main-section-bottom form {
    width: 390px;
    margin: 0 auto;
background: #00000029;
padding: 20px;
border-radius: 30px;}
 .main-section form input {
      display: block;
      width: 380px;
      height: 55px;
      color: #666;
      font-size: 20px;
      letter-spacing: 1px;
      border-radius: 27px;
      padding: 0 24px;
      margin-bottom: 25px;
      font-family: Arial, sans-serif;
}
    .main-section-bottom form input {
      display: block;
      width: 350px;
      height: 55px;
      color: #666;
         font-family: Arial, sans-serif;
      font-size: 18px;
      letter-spacing: 1px;
      border-radius: 27px;
      padding: 0 24px;
      margin-bottom: 27px; }
    .main-section form input[type="text"],
    .main-section-bottom form input[type="text"] {
        background-color: #fff;
        border: 1px solid #fff;
        color: #666;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
}
    .main-section form input[type="file"]{
        color: #bac0e6;
        height: 30px;
}
    .main-section form input[type="text"]:focus,
    .main-section-bottom form input[type="text"]:focus {
      color: #333;
      border: 1px solid #76c635; }
    .main-section form input[type="text"].error,
    .main-section-bottom form input[type="text"].error {
      border: 1px solid #ff4122; }
    .main-section form input[type="submit"],
    .main-section-bottom form input[type="submit"] {
      color: #fff;
/*      font-family: tahoma;*/
/*      text-transform: uppercase;*/
      letter-spacing: 1px;
      background: #ff4122;
        font-size: 20px;
      background: -webkit-linear-gradient(left, #ff4122 0%, #ff6235 100%);
      background: linear-gradient(to right, #ff4122 0%, #ff6235 100%);
      margin-bottom: 15px;
      -webkit-transition: box-shadow 0.3s ease;
      transition: box-shadow 0.3s ease; }
    .main-section form input[type="submit"]:hover,
    .main-section-bottom form input[type="submit"]:hover {
      box-shadow: 0 0 20px 10px rgba(255, 112, 105, 0.6); }
    .main-section form p,
    .main-section-bottom form p {
      color: #fff;
      font-family: Arial, sans-serif;
      font-size: 12px;
      text-align: center; }

p#file{font-size: 20px; margin-bottom: 10px}

.main-section-bottom {
    background-color: #6883e0;
    /* IE9, iOS 3.2+ */
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%,color-stop(0, rgb(83, 99, 220)),color-stop(1, #6396ff)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top left,rgb(83, 99, 220) 0%,#6396ff 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom right,rgb(83, 99, 220) 0%,#6396ff 100%);
    background-image: -ms-repeating-linear-gradient(top left,rgb(83, 99, 220) 0%,#6396ff 100%);
  padding-top: 60px;
  padding-bottom: 100px; }

/* </main-section */
/* have-doubt */
.have-doubt {
  background: #fff;
  padding-top: 60px;
  padding-bottom: px;}
  .have-doubt h2 {
      font-family: 'AGAvalancheC-Bold';
      font-size: 36px;
/*    color: #6989fb;*/
}
  .have-doubt .features-group {
    padding-bottom: 100px; }
    .have-doubt .features-group .item {
        width: 280px;
      color: #999;
      font-family: Arial, sans-serif;
      padding-right: 30px;
      margin-bottom: 25px; }
      .have-doubt .features-group .item h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px; 
          text-align: center;
color:#666}
      .have-doubt .features-group .item p {
        font-size: 14px;
        line-height: 1.3; }


  .have-doubt .gradient-line {
    height: 0px;
    background: #adadad;
    background: -webkit-linear-gradient(left, #e2e2e2 0%, #adadad 50%, #e2e2e2 100%);
    background: linear-gradient(to right, #e2e2e2 0%, #adadad 50%, #e2e2e2 100%); }
  .have-doubt .question-wrap {
    padding-top: 0px; }
    .have-doubt .question-wrap h3 {
      color: #333;
      font-family: 'PlumbCondensed-Bold', sans-serif;
      font-size: 18px;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .have-doubt .question-wrap form input {
      height: 0px;
      font-size: 18px;
      letter-spacing: 1px;
      background-color: transparent;
      padding: 0 24px;
      border: 1px solid #333;
      border-radius: 27px; }
    .have-doubt .question-wrap form input.tel-number {
      width: 292px;
      margin-right: 32px; }
    .have-doubt .question-wrap form input.question {
      padding-right: 70px; }
    .have-doubt .question-wrap form input[type="text"].error {
      border: 1px solid #ff6236; }
    .have-doubt .question-wrap form input[type="submit"] {
      width: 292px;
      color: #fff;
      font-family: 'PlumbCondensed-Bold', sans-serif;
      text-transform: uppercase;
      background: #6081f3;
      background: -webkit-linear-gradient(left, #9691ff 0%, #6081f3 100%);
      background: linear-gradient(to right, #9691ff 0%, #6081f3 100%);
      border: none;
      margin-left: -55px;
      -webkit-transition: box-shadow 0.3s ease;
      transition: box-shadow 0.3s ease; }
    .have-doubt .question-wrap form input[type="submit"]:hover {
      box-shadow: 0 0 10px 3px rgba(96, 129, 243, 0.6); }

.workicon{position: relative;}
.workicon img{width: 80px; height: auto;margin: 0 auto 20px; display: block}


/* </have-doubt */
/* steps */
.steps {
  background: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 100px; }
  .steps .items-wrapper .item {
    position: relative;
    width: 360px;
    text-align: center; }
    .steps .items-wrapper .item .line {
      position: absolute;
      display: none; }
    .steps .items-wrapper .item p.digit {
      width: 113px;
      height: 113px;
      font-family: 'PlumbCondensed-Bold', sans-serif;
      font-size: 55px;
      line-height: 113px;
      border-radius: 50%;
      margin: 0 auto 38px; }
    .steps .items-wrapper .item h3 {
      font-size: 22px;
        font-weight: bold;
        margin-bottom: 5px;
color:#666}
      .steps .items-wrapper .item h3 span {
        border-bottom: 3px solid #6989fb;
        cursor: pointer; 
color:#6989fb;}
    .steps .items-wrapper .item p.descr {
      color: #999;
      font-family: Arial, sans-serif;
      font-size: 14px;
      line-height: 1.2;
      padding: 0 70px; }
  .steps .items-wrapper .i1 .digit {
    color: #6989fb;
    border: 1px solid #ccc; }
  .steps .items-wrapper .i2 .digit {
    color: #6989fb;
    border: 1px solid #ccc; }
  .steps .items-wrapper .i3 .digit {
    color: #6989fb;
    border: 1px solid #ccc; }

.modal-form-wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); }
  .modal-form-wrap form {
    position: absolute;
    width: 420px;
    height:420px;
    left: 50%;
    top: 50%;
    background: #5363dc;
    padding: 55px 25px 25px;
    border-radius: 5px;
    margin-left: -145px;
    margin-top: -150px; }
    .modal-form-wrap form .crossy {
      position: absolute;
      width: 18px;
      height: 18px;
      top: 20px;
      right: 15px;
      cursor: pointer; }
      .modal-form-wrap form .crossy .line {
        position: absolute;
        width: 25px;
        height: 2px;
        top: 0;
        background: #fff;
        opacity: 0.5;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
.modal-form-wrap p {color: #fff;text-align: center;}
      .modal-form-wrap form .crossy .l1 {
        left: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .modal-form-wrap form .crossy .l2 {
        right: 1px;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .modal-form-wrap form .crossy:hover .line {
      opacity: 1; }

    .modal-form-wrap form input {
      display: block;
      width: 100%;
      height: 55px;
      color: #666;
      font-size: 18px;
      letter-spacing: 1px;
      border-radius: 27px;
      padding: 0 24px;
      margin-bottom: 27px; }
    .modal-form-wrap form input[type="text"] {
      background-color: #fff;
      border: 1px solid #fff;
        color: #666;
      -webkit-transition: 0.4s ease;
      transition: 0.4s ease; }
    .modal-form-wrap form input[type="text"]:focus {
      color: #333;
      border: 1px solid #76c635;  }
    .modal-form-wrap form input[type="text"].error {
      border: 1px solid #ff4122;  }
    .modal-form-wrap form input[type="submit"] {color: #fff;
/*      font-family: tahoma;*/
/*      text-transform: uppercase;*/
      letter-spacing: 1px;
      background: #ff4122;
        font-size: 20px;
      background: -webkit-linear-gradient(left, #ff4122 0%, #ff6235 100%);
      background: linear-gradient(to right, #ff4122 0%, #ff6235 100%);
      margin-bottom: 15px;
      -webkit-transition: box-shadow 0.3s ease;
      transition: box-shadow 0.3s ease; }
    .modal-form-wrap form input[type="submit"]:hover {
      box-shadow: 0 0 20px 10px rgba(255, 112, 105, 0.6); }

/* </steps */


/* cars */
.cars {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 100px; }
  .cars .items-wrapper .item {
    position: relative;
    width: 240px;
    text-align: center; }
    .cars .items-wrapper .item .line {
      position: absolute;
      display: none; }
    .cars .items-wrapper .item p.digit {
      width: 113px;
      height: 113px;
      font-family: 'PlumbCondensed-Bold', sans-serif;
      font-size: 55px;
      line-height: 113px;
      border-radius: 50%;
      margin: 0 auto 38px; }
    .cars .items-wrapper .item h3 {
      font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px;
color:#666}
    .cars .items-wrapper .item p.descr {
      color: #999;
      font-family: Arial, sans-serif;
      font-size: 14px;
      line-height: 1.2;
      padding: 0 20px; }
  .cars .items-wrapper .i1 .digit {
    color: #ff4008;
    border: 1px solid #ff4008; }
  .cars .items-wrapper .i2 .digit {
    color: #ff4008;
    border: 1px solid #ff4008; }
  .cars .items-wrapper .i3 .digit {
    color: #ff4008;
    border: 1px solid #ff4008; }
/* </cars */


/* review */
.reviews{
  background: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 100px; }


.review-item {width: 49%;
      color: #999;
/*    height: 400px;*/
    padding: 20px;
    position: relative;
    background-color:#fff; 
      font-family: Arial, sans-serif;
      padding-right: 30px;
      margin-bottom: 30px;
/*border: 1px solid #e3e3e3;*/
border-radius:25px;
 box-shadow: 0 3px 45px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 45px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 3px 45px rgba(0,0,0,0.15);}

.review {line-height: 1.3; margin-bottom: 100px;color:#333;}

.review:hover {content: '';}

.ava {margin: 10px 0 0px 0; float: left; bottom: 10px; position: absolute;}
.name {margin: 30px 0 0px 90px;bottom: 40px; position: absolute;}


/* </review */


/*map*/
.map {background-color: #f4f4f4;min-height: 600px;padding: 40px 0;}

.map h2{text-align: left}
.left-half{width: 30%; float: left;margin: 0 30px 0 0;}
.right-half{font-size: 17px;}
.map img {width: 100%;}

/*map*/



/* conditions */
.conditions {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 88px; }
  .conditions .socials-wrap {
      border-top:1px solid #ccc;
    display: none;
    margin-bottom: 45px; }
    .conditions .socials-wrap h2 {
      
/*      font-size: 20px;*/
      text-align: center;
/*      letter-spacing: 2.2px;*/
      margin-bottom: 24px;
margin-top: 40px;
}
.conditions .socials-wrap .socials a {
    display: block;
    width: 235px;
    height: 50px;
    padding: 5px;
/*     font-size: 14px; */
    text-align: center;
    line-height: 40px;
    border-radius: 25px;
    margin: 0 auto 19px;}
    .conditions .socials-wrap .socials a:last-child {
      margin-bottom: 0; }
    .conditions .socials-wrap .socials a.tel {
      color: #fff;
      font-family: Arial, sans-serif;
      font-size: 20px;
      font-weight: bold;
      background: #5f6cff; }
    .conditions .socials-wrap .socials a.viber {
      background: url(../img/soc-viber.png) 50% 50% no-repeat, #7e50a0; }
    .conditions .socials-wrap .socials a.whatsup {
      background: url(../img/soc-whatsup.png) 50% 50% no-repeat, #1fa900; }
    .conditions .socials-wrap .socials a.telegram {
      background: url(../img/soc-telegram.png) 50% 50% no-repeat, #1aa1e0; }
  .conditions .text-wrap {
    color: #666;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    padding: 0 0px; }
    .conditions .text-wrap .par {
      margin-bottom: 11px; }
      .conditions .text-wrap .par ol {
        list-style: decimal;
        margin-left: 13px; }

.vkgroup{width: 340px;
    margin: 0 auto;}

/* </conditions */

/*# sourceMappingURL=main.css.map */
