@font-face {
  font-family: 'AGFatumC';
  src: url("../fonts/subset-AGFatumC-Bold.woff2") format("woff2"), url("../fonts/subset-AGFatumC-Bold.woff") format("woff"), url("../fonts/subset-AGFatumC-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

.psd, .hero .container:before, .hero-text .dwn:before, .headline strong:before, .benefits-in:before, .benefits-in .item:before, .benefits-in .item:after, .slider-container .slick-arrow:before, .form-group .add:before, .agree label:before, .agree label:after, .benefits-2 .item:before, .benefits-2 .item:after, .about:before, .g-list li:before, .order-form:before, .benefits-3 .item ul li:before, .special-car .form:before, .contacts .item:before {
  content: '';
  display: block;
  position: absolute; }

.trans {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn {
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  padding: 16px 22px;
  font-size: 18px;
  border: 0;
  background: #fe6613;
  background: -moz-linear-gradient(left, #fe6613 0%, #fea213 53%, #ffc011 100%);
  background: -webkit-linear-gradient(left, #fe6613 0%, #fea213 53%, #ffc011 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fe6613), color-stop(53%, #fea213), to(#ffc011));
  background: -o-linear-gradient(left, #fe6613 0%, #fea213 53%, #ffc011 100%);
  background: linear-gradient(to right, #fe6613 0%, #fea213 53%, #ffc011 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6613', endColorstr='#ffc011',GradientType=1 );
  -webkit-box-shadow: 0px 18px 25px 0px rgba(0, 0, 0, 0.19) !important;
  box-shadow: 0px 18px 25px 0px rgba(0, 0, 0, 0.19) !important;
  text-decoration: none; }
  .btn:hover, .btn:focus {
    color: #fff;
    background: #ffbf13;
    background: -moz-linear-gradient(left, #ffbf13 0%, #ffbf13 53%, #ffbf13 100%);
    background: -webkit-linear-gradient(left, #ffbf13 0%, #ffbf13 53%, #ffbf13 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ffbf13), color-stop(53%, #ffbf13), to(#ffbf13));
    background: -o-linear-gradient(left, #ffbf13 0%, #ffbf13 53%, #ffbf13 100%);
    background: linear-gradient(to right, #ffbf13 0%, #ffbf13 53%, #ffbf13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf13', endColorstr='#ffbf13',GradientType=1 ); }
  .btn.btn-orange {
    -webkit-box-shadow: 0px 18px 25px 0px rgba(248, 199, 0, 0.19) !important;
    box-shadow: 0px 18px 25px 0px rgba(248, 199, 0, 0.19) !important; }

.order-btn {
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #222222;
  padding: 14px 40px;
  font-size: 18px;
  border: 2px solid #FF8915;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .order-btn:hover, .order-btn:focus {
    color: #fff;
    background: #FF8915;
    text-decoration: none; }

.no-shadow, button, a, input, textarea,
.slide.slick-slide.slick-current.slick-active {
  -webkit-box-shadow: 0 0 0 0 transparent !important;
  box-shadow: 0 0 0 0 transparent !important; }

button, a, input, textarea,
.slide.slick-slide.slick-current.slick-active {
  outline: none !important; }

body {
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #222222; }

h1, h2, h3, h4, h5 {
  margin-top: 0;
  font-family: 'AGFatumC';
  font-weight: normal; }

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

a {
  color: #222222; }
  a:hover, a:focus {
    color: #222222; }

p {
  font-size: 18px;
  color: #222222;
  line-height: 36px;
  margin: 0 0 36px 0; }
  p strong {
    font-weight: 700; }

.hero {
  padding: 43px 0 0;
  background: url(../images/bg-1.jpg) center top no-repeat #124874;
  background-size: cover; }
  .hero .container {
    position: relative;
    z-index: 1;
    padding-bottom: 85px; }
    .hero .container:before {
      z-index: -1;
      top: 0;
      right: -330px;
      bottom: 0;
      left: 0;
      background: url(../images/car-1.png) right bottom no-repeat; }

.header {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header .right-part {
    margin-right: -173px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header .phone {
    margin-right: 50px; }
    .header .phone a {
      display: inline-block;
      vertical-align: top;
      font-family: 'AGFatumC';
      text-decoration: none;
      font-size: 24px;
      color: #ffa913; }

a.logo {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  font-family: 'AGFatumC'; }

.hero-text p {
  color: #9DB6CA;
  font-size: 22px;
  margin-bottom: 26px; }

.hero-text .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -12px; }
  .hero-text .btn-box > div {
    padding: 0 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    max-width: 230px; }
  .hero-text .btn-box button, .hero-text .btn-box a {
    width: 100%;
    text-decoration: none; }

.hero-text .dwn {
  display: block;
  text-align: center;
  padding: 13px 48px 13px 37px;
  position: relative;
  color: #B2B4B3;
  border: 2px solid #B2B4B3;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 19px;
  font-weight: 500; }
  .hero-text .dwn:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    width: 18px;
    height: 17px;
    background: url("../images/svg/download.svg") 0 0 no-repeat;
    background-size: 100% 100%; }
  .hero-text .dwn:hover, .hero-text .dwn:focus {
    background: #2c6591; }

.hero-title {
  font-size: 36px;
  font-family: 'AGFatumC';
  color: #fff;
  line-height: 50px;
  margin-bottom: 10px; }
  .hero-title span {
    color: #ffa913; }

.benefits {
  padding: 60px 0 275px;
  background: url(../images/bg-2.jpg) center bottom no-repeat #FAFAFA; }
  .benefits .wrapper {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0px auto; }

.headline {
  text-align: center;
  margin-bottom: 45px;
  font-size: 18px; }
  .headline strong {
    display: block;
    position: relative;
    font-weight: normal;
    font-family: 'AGFatumC';
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 36px;
    color: #293452; }
    .headline strong:before {
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100px;
      height: 3px;
      background: #FF8915; }

.title {
  color: #293452;
  font-family: 'AGFatumC';
  margin-bottom: 15px;
  font-size: 28px; }

h1 {
  color: #293452;
  font-family: 'AGFatumC';
  margin-bottom: 15px;
  font-size: 36px; }

.benefits-in {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -140px -15px 0; }
  .benefits-in:before {
    left: 0;
    bottom: 0;
    right: 0;
    top: -80px;
    background: url(../images/line.png) center top no-repeat; }
  .benefits-in .item-col {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .benefits-in .item {
    text-align: center;
    position: relative;
    padding-top: 120px; }
    .benefits-in .item:before {
      z-index: 1;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background: #fff;
      -webkit-box-shadow: 0px 12px 24px 11px rgba(204, 204, 204, 0.3);
      box-shadow: 0px 12px 24px 11px rgba(204, 204, 204, 0.3); }
    .benefits-in .item:after {
      z-index: 2;
      top: 28px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .benefits-in .item strong {
      font-weight: normal;
      display: block;
      font-family: 'AGFatumC';
      color: #293452;
      margin-bottom: 7px; }
    .benefits-in .item.it-1:after {
      width: 31px;
      height: 40px;
      background: url("../images/svg/order.svg") 0 0 no-repeat; }
    .benefits-in .item.it-2 {
      margin-top: 155px; }
      .benefits-in .item.it-2:after {
        width: 36px;
        height: 41px;
        background: url("../images/svg/manager.svg") 0 0 no-repeat; }
    .benefits-in .item.it-3 {
      margin-top: 265px; }
      .benefits-in .item.it-3:after {
        width: 40px;
        height: 40px;
        left: 52%;
        background: url("../images/svg/contract.svg") 0 0 no-repeat; }
    .benefits-in .item.it-4 {
      margin-top: 155px; }
      .benefits-in .item.it-4:after {
        width: 39px;
        height: 41px;
        background: url("../images/svg/money_y.svg") 0 0 no-repeat; }
    .benefits-in .item.it-5:after {
      top: 40px;
      width: 62px;
      height: 28px;
      background: url("../images/svg/delivery-trailer.svg") 0 0 no-repeat; }

.proposal {
  padding-top: 80px;
  background: url(../images/bg-3.jpg) 88px 750px no-repeat; }

.catalog .wrapper {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0px auto 85px; }

.slider-container {
  padding: 38px 75px 20px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #FAFAFA; }
  .slider-container .form {
    padding-left: 25px; }
  .slider-container .paging-box {
    position: absolute;
    z-index: 25;
    font-size: 48px;
    font-weight: 700;
    color: #DBDBDB;
    top: 50px;
    right: 100px;
    background: #FAFAFA; }
    .slider-container .paging-box i {
      display: inline-block;
      vertical-align: top;
      font-style: normal;
      font-weight: 100;
      font-size: 60px; }
    .slider-container .paging-box span {
      display: inline-block;
      vertical-align: top;
      margin-top: 30px; }
  .slider-container .slick-arrow {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border: 0;
    padding: 0;
    text-indent: -9999px;
    font-size: 0;
    outline: none;
    top: 330px;
    -webkit-box-shadow: 0px 12px 24px 12px rgba(204, 204, 204, 0.19) !important;
    box-shadow: 0px 12px 24px 12px rgba(204, 204, 204, 0.19) !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .slider-container .slick-arrow:before {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 11px;
      height: 23px;
      background: url("../images/icons.png") no-repeat; }
    .slider-container .slick-arrow.slick-prev {
      left: -35px; }
      .slider-container .slick-arrow.slick-prev:before {
        background-position: -101px -43px; }
    .slider-container .slick-arrow.slick-next {
      right: -35px; }
      .slider-container .slick-arrow.slick-next:before {
        background-position: -113px -43px; }

.cat-item {
  padding: 25px; }
  .cat-item .title {
    color: #ffa913;
    text-transform: uppercase; }
  .cat-item .img-box {
    padding: 20px;
    text-align: center;
    background: #fff;
    margin-bottom: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 12px 24px 12px rgba(204, 204, 204, 0.19);
    box-shadow: 0px 12px 24px 12px rgba(204, 204, 204, 0.19); }
    .cat-item .img-box img {
      display: inline-block;
      vertical-align: top;
      max-width: 100%; }

.descript {
  margin-bottom: 20px; }
  .descript li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E1E1E1; }
    .descript li:last-child {
      border-bottom: 0; }
    .descript li span {
      display: block; }
      .descript li span:first-child {
        color: #B3B3B3;
        padding-right: 10px; }
      .descript li span:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        max-width: 90px; }

.form .title {
  color: #293452;
  text-transform: none; }

.form-group {
  margin-bottom: 20px;
  position: relative; }
  .form-group .form-control {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 9px 0;
    height: 50px;
    border: 0;
    border-bottom: 2px solid #FF8915;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #222222;
    font-size: 18px;
    position: relative;
    z-index: 1;
    background: transparent; }
    .form-group .form-control::-webkit-input-placeholder {
      color: #B3B3B3;
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .form-group .form-control:-ms-input-placeholder {
      color: #B3B3B3;
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .form-group .form-control::-moz-placeholder {
      color: #B3B3B3;
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .form-group .form-control:-moz-placeholder {
      color: #B3B3B3;
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .form-group .form-control:hover::-webkit-input-placeholder, .form-group .form-control:focus::-webkit-input-placeholder {
      color: #222222; }
    .form-group .form-control:hover:-ms-input-placeholder, .form-group .form-control:focus:-ms-input-placeholder {
      color: #222222; }
    .form-group .form-control:hover::-moz-placeholder, .form-group .form-control:focus::-moz-placeholder {
      color: #222222; }
    .form-group .form-control:hover:-moz-placeholder, .form-group .form-control:focus:-moz-placeholder {
      color: #222222; }
  .form-group.has-add .form-control {
    padding-left: 30px; }
  .form-group .add {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 20px;
    height: 50px; }
    .form-group .add:before {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0; }
    .form-group .add.name:before {
      width: 18px;
      height: 23px;
      background: url("../images/svg/man-user.svg") no-repeat; }
    .form-group .add.phone:before {
      width: 18px;
      height: 27px;
      background: url("../images/svg/Phone_g.svg") no-repeat;
      background-size: 100% 100%; }

.agree {
  position: relative;
  margin: 10px 0 30px; }
  .agree input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  .agree label {
    display: block;
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 30px;
    line-height: 17px;
    color: #B3B3B3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .agree label a {
      text-decoration: underline;
      color: #B3B3B3; }
    .agree label:before {
      z-index: 1;
      top: 0;
      left: 0;
      width: 19px;
      height: 19px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #E6E6E6;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .agree label:after {
      z-index: 2;
      top: 4px;
      left: 4px;
      width: 11px;
      height: 11px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background: #FF8915;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 0; }
  .agree input:checked + label {
    color: #222222; }
    .agree input:checked + label:before {
      border-color: #222222; }
    .agree input:checked + label:after {
      opacity: 1; }

.cat-slider,
.gallery-slider {
  opacity: 0;
  visibility: hidden; }
  .cat-slider.slick-initialized,
  .gallery-slider.slick-initialized {
    opacity: 1;
    visibility: visible; }

.benefits-2 {
  padding-bottom: 10px; }
  .benefits-2 .item {
    margin-bottom: 30px;
    position: relative;
    line-height: 32px;
    padding-top: 140px; }
    .benefits-2 .item:before {
      z-index: 1;
      top: 0;
      left: 50%;
      margin-left: -50px;
      width: 100px;
      height: 100px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background: #fff;
      -webkit-box-shadow: 0px 12px 24px 12px rgba(204, 204, 204, 0.19);
      box-shadow: 0px 12px 24px 12px rgba(204, 204, 204, 0.19); }
    .benefits-2 .item:after {
      z-index: 2;
      top: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .benefits-2 .item strong {
      display: block;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .benefits-2 .item.it-1:after {
      width: 43px;
      height: 43px;
      background: url("../images/svg/calendar.svg") 0 0 no-repeat; }
    .benefits-2 .item.it-2:after {
      width: 41px;
      height: 41px;
      background: url("../images/svg/money.svg") 0 0 no-repeat; }
    .benefits-2 .item.it-3:after {
      width: 42px;
      height: 42px;
      background: url("../images/svg/smiley.svg") 0 0 no-repeat; }
    .benefits-2 .item.it-4:after {
      width: 40px;
      height: 48px;
      background: url("../images/svg/medal.svg") 0 0 no-repeat;
      background-size: 100% 100%; }

.promo-box {
  padding: 50px 0;
  background: url(../images/bg-4.jpg) center top no-repeat #fafafa; }
  .promo-box .title {
    font-size: 34px;
    margin-bottom: 10px; }
  .promo-box p {
    line-height: 30px; }
  .promo-box .agree {
    font-size: 12px; }
  .promo-box .form-group {
    margin-bottom: 30px; }

.about {
  position: relative;
  z-index: 2;
  padding-top: 124px; }
  .about:before {
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 698px;
    height: 698px;
    background: url(../images/circle.png) 0 0 no-repeat;
    bottom: -165px;
    left: 124px; }
  .about .inner {
    margin-bottom: -100px;
    padding: 45px 125px 65px 65px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px 31px rgba(204, 204, 204, 0.3);
    box-shadow: 0px 0px 50px 31px rgba(204, 204, 204, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    .about .inner .inner-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 -40px; }
      .about .inner .inner-row > div {
        padding: 0 40px; }
    .about .inner .text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%; }
    .about .inner .img-box {
      margin-bottom: 30px; }
      .about .inner .img-box img {
        max-width: 100%; }
    .about .inner p {
      margin-bottom: 0; }

.num-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%; }
  .num-list .item {
    margin-left: 30px;
    border-bottom: 1px solid #DEDEDE;
    font-size: 18px;
    line-height: 36px;
    position: relative;
    z-index: 1; }
    .num-list .item:hover {
      z-index: 2; }
    .num-list .item:last-child {
      border-bottom: 0; }
    .num-list .item strong {
      display: block;
      font-size: 36px;
      font-weight: 700;
      color: #ffa913;
      margin-bottom: 10px; }
    .num-list .item:hover {
      border-color: transparent; }
      .num-list .item:hover .item-in {
        -webkit-box-shadow: 0 11px 24px rgba(204, 204, 204, 0.3);
        box-shadow: 0 11px 24px rgba(204, 204, 204, 0.3); }
  .num-list .item-in {
    position: relative;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 35px 30px;
    margin-left: -30px;
    margin-right: -30px;
    cursor: default;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.park-gallery {
  padding: 140px 0 80px;
  position: relative;
  z-index: 1;
  background: url(../images/bg-1.jpg) center top no-repeat #124874;
  background-size: cover; }
  .park-gallery .headline {
    color: #fff; }
    .park-gallery .headline strong {
      color: #fff; }

.g-item .inner {
  margin: 0 20px;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  height: 100%; }

.g-item .top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px; }

.g-item .title {
  color: #ffa913;
  font-size: 24px; }

.g-item .info {
  margin-bottom: 10px; }
  .g-item .info strong {
    font-weight: 700; }

.g-item .img-box {
  text-align: center;
  margin-bottom: 20px; }
  .g-item .img-box img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%; }

.g-item p {
  margin-bottom: 20px; }

.g-item .btm-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .g-item .btm-line > div + div {
    margin-left: 35px; }

.g-item .more {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #959595;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .g-item .more:hover {
    color: #222222; }

.gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 75px; }
  .gallery-nav .slick-arrow {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent;
    width: 65px;
    height: 20px;
    position: relative;
    outline: none !important; }
    .gallery-nav .slick-arrow.slick-prev:before {
      content: '';
      display: block;
      position: absolute;
      width: 65px;
      height: 5px;
      background: url("../images/icons.png") no-repeat;
      background-position: -128px -46px;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .gallery-nav .slick-arrow.slick-next {
      margin-left: 30px; }
      .gallery-nav .slick-arrow.slick-next:before {
        content: '';
        display: block;
        position: absolute;
        width: 65px;
        height: 5px;
        background: url("../images/icons.png") no-repeat;
        background-position: -128px -55px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.slick-dots {
  font-size: 0; }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    font-size: inherit; }
    .slick-dots li + li {
      margin-left: 10px; }
    .slick-dots li button {
      display: block;
      width: 13px;
      height: 13px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background: #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      padding: 0;
      border: 0;
      overflow: hidden;
      text-indent: -9999px; }
    .slick-dots li.slick-active button {
      background: #FF8915; }

.guarantee {
  padding-top: 75px; }
  .guarantee .inner {
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px 31px rgba(204, 204, 204, 0.3);
    box-shadow: 0px 0px 50px 31px rgba(204, 204, 204, 0.3);
    padding: 80px 90px 30px 150px;
    border-radius: 6px 6px 0 0; }

.g-list li {
  display: block;
  position: relative;
  margin: 0 0 20px 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  line-height: 36px; }
  .g-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .g-list li:before {
    top: 10px;
    left: -40px;
    width: 20px;
    height: 20px;
    background: url("../images/svg/check-box.svg") 0 0 no-repeat;
    background-size: 100% 100%; }
  .g-list li strong {
    display: block;
    font-weight: normal;
    font-family: 'AGFatumC';
    color: #293452; }

.sign {
  text-align: right; }

.order-form {
  position: relative;
  z-index: 2;
  background: url(../images/bg-5.jpg) center top no-repeat #0f4e83;
  padding: 60px 0 55px; }
  .order-form:before {
    z-index: -1;
    top: 35px;
    right: 100px;
    left: 0;
    height: 458px;
    background: url(../images/car-2.png) right bottom no-repeat; }
  .order-form .title {
    font-size: 34px;
    color: #fff; }
  .order-form p {
    color: #fff; }

.order-form .form-group .add.name::before,
.special-car .form-group .add.name::before {
  background: url("../images/svg/man-user_b.svg") 0 0 no-repeat; }

.order-form .form-group .add.phone::before,
.special-car .form-group .add.phone::before {
  background: url("../images/svg/Phone_b.svg") 0 0 no-repeat;
  background-size: 100% 100%; }

.order-form .form-control,
.special-car .form-control {
  color: #fff; }
  .order-form .form-control:hover::-webkit-input-placeholder, .order-form .form-control:focus::-webkit-input-placeholder,
  .special-car .form-control:hover::-webkit-input-placeholder,
  .special-car .form-control:focus::-webkit-input-placeholder {
    color: #fff; }
  .order-form .form-control:hover:-ms-input-placeholder, .order-form .form-control:focus:-ms-input-placeholder,
  .special-car .form-control:hover:-ms-input-placeholder,
  .special-car .form-control:focus:-ms-input-placeholder {
    color: #fff; }
  .order-form .form-control:hover::-moz-placeholder, .order-form .form-control:focus::-moz-placeholder,
  .special-car .form-control:hover::-moz-placeholder,
  .special-car .form-control:focus::-moz-placeholder {
    color: #fff; }
  .order-form .form-control:hover:-moz-placeholder, .order-form .form-control:focus:-moz-placeholder,
  .special-car .form-control:hover:-moz-placeholder,
  .special-car .form-control:focus:-moz-placeholder {
    color: #fff; }

.order-form .agree input:checked + label,
.special-car .agree input:checked + label {
  color: #E6E6E4; }
  .order-form .agree input:checked + label:before,
  .special-car .agree input:checked + label:before {
    border-color: #E6E6E4; }

.order-form .btn,
.special-car .btn {
  width: 100%; }

.benefits-3 {
  padding: 170px 0 135px;
  position: relative;
  z-index: 10; }
  .benefits-3 .item {
    height: 100%;
    padding: 35px;
    background: #fff;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    cursor: default;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .benefits-3 .item:hover {
      border-color: #fff;
      -webkit-box-shadow: 0px 0px 35px 16px rgba(50, 66, 99, 0.06);
      box-shadow: 0px 0px 35px 16px rgba(50, 66, 99, 0.06); }
    .benefits-3 .item strong {
      display: block;
      font-size: 24px;
      font-weight: normal;
      font-family: 'AGFatumC';
      color: #293452;
      padding-left: 15px;
      margin-bottom: 20px; }
    .benefits-3 .item ul li {
      display: block;
      position: relative;
      font-size: 18px;
      line-height: 36px;
      padding: 0 15px 7px 15px;
      margin-bottom: 7px; }
      .benefits-3 .item ul li:last-child:before {
        display: none; }
      .benefits-3 .item ul li:before {
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: #f9f9f9;
        background: -moz-linear-gradient(left, #f9f9f9 0%, #e6e6e6 50%, #f9f9f9 100%);
        background: -webkit-linear-gradient(left, #f9f9f9 0%, #e6e6e6 50%, #f9f9f9 100%);
        background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), color-stop(50%, #e6e6e6), to(#f9f9f9));
        background: -o-linear-gradient(left, #f9f9f9 0%, #e6e6e6 50%, #f9f9f9 100%);
        background: linear-gradient(to right, #f9f9f9 0%, #e6e6e6 50%, #f9f9f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=1 ); }

.special-car {
  margin-bottom: 70px; }
  .special-car .form {
    padding: 45px 60px;
    background: #0f4e83;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    z-index: 1; }
    .special-car .form:before {
      z-index: -1;
      left: 650px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 701px;
      height: 456px;
      background: url(../images/car-3.png) 0 0 no-repeat; }
    .special-car .form .title {
      color: #fff;
      font-size: 36px; }
    .special-car .form p {
      color: #fff; }

.clients {
  padding-bottom: 70px; }
  .clients .c-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .clients .c-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px; }
    .clients .c-col img {
      max-width: 100%;
      filter: grayscale(50%) sepia(1) saturate(0.25) opacity(0.57);
      -webkit-filter: grayscale(50%) sepia(1) saturate(0.25) opacity(0.57);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .clients .c-col:hover img {
      filter: grayscale(0) sepia(0) saturate(1) opacity(1);
      -webkit-filter: grayscale(0) sepia(0) saturate(1) opacity(1); }

.contacts {
  position: relative;
  overflow: hidden;
  background: url(../images/bg-6.jpg) 0 center no-repeat #0f4e83; }
  .contacts .container {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px; }
  .contacts .inner {
    position: absolute;
    top: 60px;
    left: 65px;
    width: 316px; }
  .contacts .title {
    font-size: 28px;
    color: #fff;
    margin-bottom: 30px; }
  .contacts .item {
    padding-left: 30px;
    margin-bottom: 40px;
    line-height: 36px;
    color: #fff;
    position: relative; }
    .contacts .item:before {
      top: 7px;
      left: 0; }
    .contacts .item a {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      text-decoration: none; }
    .contacts .item.adress:before {
      width: 19px;
      height: 26px;
      background: url("../images/svg/placeholder.svg") 0 0 no-repeat; }
    .contacts .item.tel strong {
      display: block;
      font-weight: 700; }
    .contacts .item.tel:before {
      top: 4px;
      width: 17px;
      height: 28px;
      background: url("../images/svg/Phone_y.svg") 0 0 no-repeat;
      background-size: 100% 100%; }
    .contacts .item.mail:before {
      top: 10px;
      width: 23px;
      height: 16px;
      background: url("../images/svg/envelope.svg") 0 0 no-repeat; }

.map-box {
  position: relative;
  z-index: 2;
  width: 50%;
  height: 550px;
  float: right; }

.footer {
  padding: 30px 0;
  background: #052743; }
  .footer .rules {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    text-decoration: underline; }
    .footer .rules a {
      color: #fff; }
    .footer .rules:hover {
      text-decoration: none; }

.create {
  text-align: right;
  font-size: 14px;
  color: #fff; }
  .create a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #19F39D;
    font-family: 'AGFatumC'; }

.modal-dialog {
  min-width: 600px; }
  .modal-dialog .modal-content {
    padding: 37px 70px 58px 70px;
    border: 0;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 70px rgba(134, 134, 134, 0.55);
    box-shadow: 0 2px 70px rgba(134, 134, 134, 0.55); }
  .modal-dialog .close {
    position: absolute;
    right: 15px;
    top: 10px; }
  .modal-dialog .title {
    text-align: center;
    color: #282828;
    font-size: 28px; }

.modal-form p {
  font-weight: 300;
  font-size: 17px;
  line-height: 36px;
  margin: 0 0 34px 0;
  text-align: center; }

.modal-form .form-group {
  border: 2px solid #e6e6e6;
  border-radius: 32px;
  padding-left: 27px;
  margin-bottom: 25px; }

.modal-form .form-group .form-control {
  border: 0;
  height: 66px; }

.modal-form .form-group .add {
  top: 9px;
  left: 25px; }

.modal-form .form-group .add.name::before {
  width: 22px;
  height: 27px; }

.modal-form .form-group .add.phone::before {
  width: 22px;
  height: 31px; }

.modal-form .agree {
  font-size: 14px;
  color: #434343;
  margin-bottom: 43px; }
  .modal-form .agree a {
    color: #434343;
    text-decoration: underline; }
  .modal-form .agree label {
    color: #434343; }

.modal-form .btn {
  width: 100%;
  height: 70px; }

.modal-backdrop {
  background: none; }

body.modal-open .wrapper {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.thx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
  .thx .header a.logo {
    color: #282828; }

.thx .hero .container:before {
  display: none; }

.thx .hero {
  background: #fafafa;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: calc(100vh - 96px);
  padding: 0; }
  .thx .hero .header {
    position: relative;
    z-index: 10;
    margin-bottom: 200px; }
  .thx .hero .thx-foot {
    position: absolute;
    left: 15px;
    bottom: 125px; }
    .thx .hero .thx-foot .btn {
      background: #0f4e83;
      color: #fff;
      font-family: 'AGFatumC';
      width: 285px;
      margin-bottom: 40px; }
    .thx .hero .thx-foot p {
      margin: 0;
      font-size: 18px;
      font-weight: 300; }
      .thx .hero .thx-foot p a {
        font-family: 'AGFatumC';
        color: #ffa913;
        text-decoration: underline; }
  .thx .hero .container {
    min-height: 86vh;
    padding-top: 43px;
    position: relative;
    z-index: 5; }
    .thx .hero .container .thx-bg {
      position: absolute;
      left: 60%;
      top: 0;
      bottom: 0px;
      width: 100%;
      z-index: 1; }

.thx .footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.thx-msg {
  font-size: 18px;
  font-weight: 300;
  position: relative;
  max-width: calc(68px + 60%);
  z-index: 10;
  padding-top: 30px; }
  .thx-msg:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 24px rgba(134, 134, 134, 0.1);
    box-shadow: 0 2px 24px rgba(134, 134, 134, 0.1);
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAkCAMAAADB/PhjAAAAWlBMVEUAAAD/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxP/pxMVc43mAAAAHXRSTlMAHNz7TtQVW/WHIQ0D2c3GfnJYPisI7eq9tZ6RMNi9UxEAAACtSURBVDjLndFJEsIwDERRQeKMzpww6/7XhCIUXd645fyd228nMdauhZhb75mqm406r/RbbdOZ/sqTtN6StFYmjdJ0Z9FoTNKuTdHn0xHtX0tj19NVVfvFqB/7MytNev4vpUHLoPBcy2eHp1qCvWRaXOiJlklDT265DaGvx/jlC6eRoOG55h6ae2jiqYbnGp5o4qG5h+Yemntog+933UFH2+qLavVsxZpvGh/5fgMNiEFB4t9VBwAAAABJRU5ErkJggg==") center center no-repeat #fff; }
  .thx-msg strong {
    display: block;
    font-weight: normal;
    font-family: 'AGFatumC';
    font-size: 28px;
    margin-bottom: 17px; }
    .thx-msg strong span {
      color: #ffa713; }

@media (max-width: 1800px) {
  .hero .container:before {
    background-size: 500px auto;
    right: 0; }
  .order-form:before {
    right: 0;
    background-size: 800px auto; } }

@media (max-width: 1600px) {
  .special-car .form:before {
    width: 400px;
    height: 300px;
    background-size: 100% auto; }
  .header .right-part {
    margin-right: 0; }
  .thx .hero .container .thx-bg {
    left: 50%; }
  .thx-msg {
    max-width: calc(68px + 50%); } }

@media (max-width: 1300px) {
  .slider-container .slick-arrow.slick-next {
    right: -15px; }
  .slider-container .slick-arrow.slick-prev {
    left: -15px; } }

@media (min-width: 2000px) {
  .container {
    max-width: 1140px; } }

@media (max-width: 1199px) {
  .header {
    margin-bottom: 30px; }
  .special-car .form:before {
    right: 0;
    top: 0;
    left: auto; }
  .order-form:before {
    display: none; }
  .thx .hero .container .thx-bg {
    display: none; }
  .thx-msg {
    max-width: 100%;
    padding-top: 100px;
    text-align: center; }
  .thx-msg:after {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    width: 90px;
    height: 90px; }
  .thx .hero .thx-foot {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; } }

@media (max-width: 991px) {
  .hero {
    padding-bottom: 150px; }
  .hero .container:before {
    right: 20%;
    bottom: -150px;
    background-size: 350px auto; }
  .header .phone a {
    font-size: 20px; }
  .benefits {
    padding-top: 30px; }
  .headline strong {
    font-size: 30px; }
  .proposal {
    padding-top: 30px; }
  .slider-container {
    padding: 30px; }
  .cat-item {
    padding: 0; }
    .cat-item .btn {
      -webkit-box-shadow: 0 0 0 0 transparent !important;
      box-shadow: 0 0 0 0 transparent !important; }
  .slider-container .form {
    padding-left: 0; }
  .slider-container .slick-arrow {
    width: 30px;
    height: 30px;
    top: 300px; }
    .slider-container .slick-arrow:before {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      top: 5px;
      left: 10px; }
  .promo-box {
    padding: 30px 0;
    background: #FAFAFA; }
  .about {
    padding-top: 30px; }
    .about:before {
      display: none; }
    .about .inner {
      margin-bottom: 0;
      padding: 30px; }
      .about .inner .inner-row {
        margin: 0 -15px; }
        .about .inner .inner-row > div {
          padding: 0 15px; }
  .park-gallery {
    padding: 30px 0; }
  .gallery-nav {
    margin-top: 30px; }
  .g-item .inner {
    margin: 0 15px; }
  .guarantee {
    padding-top: 30px; }
  .guarantee .inner {
    padding: 30px; }
  .order-form:before {
    display: none; }
  .btn {
    width: 100%; }
  .order-form {
    padding: 30px 0; }
  .benefits-3 {
    padding: 30px 0 15px; }
  .benefits-3 .item {
    padding: 15px 15px 1px;
    margin-bottom: 30px;
    height: auto; }
  .special-car .form:before {
    display: none; }
  .special-car {
    margin-bottom: 30px; }
  .special-car .form {
    padding: 30px; }
  .clients .c-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .clients {
    padding-bottom: 15px; }
  .contacts {
    padding-top: 30px; }
  .contacts .container {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    height: auto; }
  .contacts .inner {
    position: static;
    width: 100%;
    padding-bottom: 30px; }
  .contacts .item {
    margin-bottom: 15px; }
  .contacts .btn {
    width: auto; }
  .map-box {
    float: none;
    width: 100%;
    height: 300px; }
  .footer {
    padding: 15px 0;
    text-align: center; }
    .footer .logo {
      margin-bottom: 10px; }
  .create {
    text-align: center;
    margin-top: 10px; }
  .slider-container .paging-box {
    top: 15px;
    right: 15px;
    font-size: 30px;
    line-height: 30px; }
  .slider-container .paging-box i {
    font-size: 30px; }
  .slider-container .paging-box span {
    margin-top: 5px; }
  .catalog .wrapper {
    margin-bottom: 30px; }
  .benefits-in .item {
    font-size: 16px;
    line-height: 20px; }
  .benefits-in {
    margin-top: -100px; }
    .benefits-in:before {
      top: -90px; }
  .benefits {
    background-image: none;
    padding-bottom: 50px; } }

@media (max-width: 767px) {
  .hero {
    padding-top: 15px; }
  .header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .header a.logo {
      display: block;
      width: 185px;
      margin: 0px auto 15px; }
  .header .right-part {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .hero-title {
    font-size: 30px;
    line-height: 40px; }
  .hero-text {
    text-align: center; }
  .hero-text .btn-box > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .benefits-in {
    margin: 0;
    display: block; }
    .benefits-in:before {
      display: none; }
    .benefits-in .item-col {
      max-width: 100%; }
    .benefits-in .item {
      margin-top: 0 !important;
      margin-bottom: 30px; }
  .about .inner .inner-row {
    display: block; }
  .about .inner .text {
    max-width: 100%; }
  .num-list {
    max-width: 100%; }
  .gallery-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .modal-dialog {
    min-width: auto; }
    .modal-dialog .modal-content {
      padding: 25px 20px 28px 20px; }
    .modal-dialog .title {
      font-size: 22px; }
  .modal-form p {
    font-size: 15px;
    line-height: 30px;
    margin: 0 0 14px 0; }
  .modal-form .agree {
    margin-bottom: 25px; }
  .thx .hero .header {
    margin-bottom: 100px; }
  .thx-msg {
    margin-bottom: 100px; }
  .thx .hero .thx-foot {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@media (min-width: 577px) {
  .num-list .item-in:hover {
    -webkit-box-shadow: 0px 0px 24px 10px rgba(204, 204, 204, 0.3);
    box-shadow: 0px 0px 24px 10px rgba(204, 204, 204, 0.3);
    padding: 36px 15px 36px 30px;
    margin: -1px -15px -1px -30px; } }

@media (max-width: 577px) {
  .hero-text .btn-box {
    display: block; }
    .hero-text .btn-box > div {
      max-width: 100%; }
      .hero-text .btn-box > div .btn {
        margin-bottom: 15px; }
  .num-list .item {
    margin-left: 0; }
  .num-list .item-in {
    padding: 15px 0; }
  .g-item .inner {
    padding: 15px; }
  .g-item .btm-line {
    display: block;
    text-align: center; }
    .g-item .btm-line .order-btn {
      width: 100%;
      margin-bottom: 15px; }
  .g-item .top-title {
    display: block;
    text-align: center; }
  .header .phone {
    display: none; }
  .header .btn-box {
    width: 100%; }
  .special-car .form .title,
  .order-form .title, h1,
  .promo-box .title {
    font-size: 30px; }
  .slider-container {
    padding: 15px; }
  .cat-item .img-box {
    padding: 15px;
    margin-bottom: 15px; }
  .hero-title {
    font-size: 26px;
    line-height: 30px; }
  .hero-text p {
    font-size: 18px;
    line-height: normal; }
  .guarantee .inner {
    padding: 15px; }
  .g-list li {
    margin: 0 0 15px 30px;
    padding-bottom: 15px; }
    .g-list li:before {
      left: -30px; }
  .sign {
    text-align: center; }
  .benefits-3 .item {
    margin-bottom: 15px; }
  .special-car .form {
    padding: 15px; }
  .about .inner {
    padding: 15px; }
  .contacts .inner {
    max-width: 290px;
    margin: 0px auto;
    text-align: center; }
    .contacts .inner .btn {
      width: 100%; }
  .cat-item .title {
    font-size: 20px; }
  .cat-item p {
    font-size: 16px;
    line-height: 26px; }
  .benefits {
    padding-bottom: 10px; }
  .hero .container:before {
    right: 0; }
  .about .inner .inner-row > div {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px; }
  .num-list .item-in {
    margin-left: 0;
    margin-right: 0; } }

@media (max-height: 860px) {
  .thx .hero .header {
    margin-bottom: 100px; }
  .thx .hero .thx-foot {
    position: static;
    margin-top: 50px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
