/*===========================
  Helpers
============================*/
.text-center {
  text-align: center;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*===========================
  Global
============================*/
a {
  color: #323694;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.a-wrap {
  max-width: 1920px;
  margin: 0 auto;
  color: #000000;
  background-color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  overflow-x: hidden;
}
.a-container {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.a-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}
.a-sprite-image {
  display: inline-block;
  background: url(../img/sprite.png) no-repeat;
}
.a-sprite-image_scaner {
  background-position: -390px -156px;
  width: 180px;
  height: 180px;
}
.a-sprite-image_box {
  background-position: 0 -137px;
  width: 250px;
  height: 198px;
}
.a-sprite-image_phone {
  background-position: -540px 0;
  width: 100px;
  height: 150px;
}
.a-sprite-image_product {
  background-position: -256px -138px;
  width: 131px;
  height: 167px;
}
.a-sprite-image_plus {
  background-position: -570px -155px;
  width: 70px;
  height: 70px;
}
.a-sprite-image_warning {
  background-position: 0 -338px;
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 1199px) {
  .a-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*===========================
  Buttons
============================*/
.a-btn {
  display: inline-block;
  padding: 15px 25px;
  margin-bottom: 10px;
  background: #ffe100;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.a-btn:hover {
  background: #dcc307;
}
@media screen and (max-width: 767px) {
  .a-btn {
    padding: 12px 15px !important;
    font-size: 18px !important;
  }
}
/*===========================
  Banner
============================*/
.a-banner {
  display: table;
  width: 100%;
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.a-banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7));
}
.a-banner * {
  position: relative;
  z-index: 1;
}
.a-banner_1 {
  background-image: url(../img/bg_header.jpg);
  background-attachment: fixed;
  height: 70vh;
}
.a-banner_1 .a-btn {
  padding: 17px 37px;
}
.a-banner_1:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
}
.a-banner_2 {
  height: 650px;
  background-image: url(../img/bg_promo_1.jpg);
  background-position: 50% 0;
}
.a-banner_2 .a-banner__title {
  font-size: 40px;
}
.a-banner_2 .a-banner__title {
  margin-bottom: 27px;
}
.a-banner_2 .a-banner__subtitle {
  font-size: 26px;
}
.a-banner_2 .a-btn {
  font-size: 16px;
  padding: 20px 59px;
}
.a-banner_3 {
  height: 750px;
  background-image: url(../img/bg_promo_2.jpg);
}
.a-banner_3 .a-banner__subtitle {
  font-size: 26px;
}
.a-banner_3 .a-btn {
  font-size: 16px;
  padding: 20px 59px;
}
.a-banner__container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.a-banner__title {
  margin-bottom: 50px;
  font-size: 52px;
  font-weight: 600;
}
.a-banner__subtitle {
  margin-bottom: 63px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
}
.a-banner__btn {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .a-banner__title {
    margin-bottom: 40px;
    font-size: 35px !important;
    font-weight: 600;
  }
  .a-banner__subtitle {
    margin-bottom: 40px;
    font-size: 25px;
  }
  .a-banner {
    height: auto;
  }
}
/*===========================
  Change
============================*/
.a-change {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
}
.a-change__title {
  margin-bottom: 40px;
  font-size: 29px;
  font-weight: 700;
  text-align: left;
  margin-left: 180px;
}
.a-change__item {
  display: table;
  margin-bottom: 39px;
}
.a-change__item-left,
.a-change__item-right {
  display: table-cell;
  vertical-align: middle;
}
.a-change__item-left {
  width: 180px;
}
.a-change__item-title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}
.a-change__item-text {
  font-weight: 300;
  line-height: 1.55;
}
.a-change__item-image {
  background: url(../img/sprite.png) no-repeat;
}
.a-change__item-image_bottles {
  background-position: 0 0;
  width: 130px;
  height: 130px;
}
.a-change__item-image_board {
  background-position: -275px 0;
  width: 120px;
  height: 120px;
}
.a-change__item-image_truck {
  background-position: -137px 0;
  width: 130px;
  height: 130px;
}
.a-change__item-image_truck-check {
  background-position: -403px 0;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 500px) {
  .a-change__item {
    margin-bottom: 30px;
  }
  .a-change__item-left {
    display: none;
  }

}
@media screen and (max-width: 850px) {
  .a-change__title {
    text-align: center;
    margin-left: 0px;
  }
}
/*===========================
  Choose
============================*/
.a-choose {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  position: relative;
}
.a-choose__items {
  display: table;
  width: 100%;
}
.a-choose__items-cell {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 90px;
  position: relative;
}
.a-choose:after {
  content: "";
  display: block;
  width: 700px;
  height: 1px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(204, 204, 204, 0.1)), color-stop(30%, #cccccc), color-stop(70%, #cccccc), to(rgba(204, 204, 204, 0.1)));
  background: linear-gradient(to right, rgba(204, 204, 204, 0.1) 0%, #cccccc 30%, #cccccc 70%, rgba(204, 204, 204, 0.1) 100%);
}
.a-choose__title {
  margin-bottom: 50px;
  padding-top: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}
.a-choose__item {
  width: 380px;
  line-height: 1.55;
}
.a-choose__item_left {
  float: left;
}
.a-choose__item_right {
  float: right;
}
.a-choose__item-title {
  padding: 11px 10px;
  margin-bottom: 25px;
  font-size: 25px;
  color: #ffffff;
  background-color: #181e7d;
  text-align: center;
}
.a-choose__item-image,
.a-choose__item-image-note {
  text-align: center;
}
.a-choose__item-image {
  min-height: 180px;
}
.a-choose__item-image .a-sprite-image {
  vertical-align: middle;
}
.a-choose__item-image-note,
.a-choose__item-text {
  font-weight: 300;
}
.a-choose__item-image-note {
  margin-bottom: 35px;
}
.a-choose__item-text b {
  font-weight: 700;
}
.a-choose__item-text:not(:last-child) {
  margin-bottom: 35px;
}
.a-choose__btn-wrap {
  width: 100%;
  max-width: 380px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.a-choose .a-choose__items-cell:last-child .a-choose__btn-wrap {
  left: auto;
  right: 0;
}
.a-choose__btn {
  width: 100%;
  max-width: 270px;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 830px) {
  .a-choose__items-cell {
    display: block;
  }
  .a-choose__items-cell:first-child {
    margin-bottom: 40px;
  }
  .a-choose__item {
    float: none;
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .a-choose__btn-wrap {
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .a-choose__title {
    font-size: 35px;
    line-height: inherit;
  }
}
@media screen and (max-width: 350px) {
  .a-choose__item-image .a-sprite-image {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
/*===========================
  Simplify
============================*/
.a-simplify {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.a-simplify__title {
  margin-bottom: 80px;
  font-size: 40px;
  line-height: 1.55;
  font-weight: 700;
}
.a-simplify__item {
  display: table;
  margin-bottom: 30px;
}
.a-simplify__item-left,
.a-simplify__item-right {
  display: table-cell;
  vertical-align: top;
}
.a-simplify__item-right {
  width: 350px;
  text-align: center;
}
.a-simplify__item-title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}
.a-simplify__item-text {
  font-weight: 300;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .a-simplify__item-right {
    width: 200px;
  }
  .a-simplify__title {
    margin-bottom: 50px;
    font-size: 35px;
    line-height: inherit;
  }
}
@media screen and (max-width: 500px) {
  .a-simplify__item-left,
  .a-simplify__item-right {
    display: block;
    width: 100%;
  }
  .a-simplify__item-left {
    margin-bottom: 20px;
  }
  .a-simplify__item-right {
    text-align: center;
  }
}
/*===========================
  Blocks
============================*/
.a-block-1 {
  padding-top: 50px;
  padding-bottom: 60px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .a-block-1 {
    font-size: 22px;
  }

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