body {
  font-family: sans-serif;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

body,
html {
  overflow-x: hidden; }

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

a:active,
a:visited,
a:focus {
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img,
button {
  outline: none;
  border: none; }

button {
  cursor: pointer; }

/*HEADER*/
.header {
  padding-top: 30px;
  background-image: url("../img/topbg-line.png"), url("../img/main-bg.jpg");
  background-position: right 500px, 90px 0px;
  background-size: auto, 100%;
  background-repeat: no-repeat;
  overflow: hidden; }

.header__top {
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header-logo img {
  width: 80%;
  height: auto; }

.header-contacts a, .header-contacts p {
  font-family: "Roboto", sans-serif;
  margin: 0; }

.header-contacts a {
  position: relative;
  display: block;
  padding-left: 70px;
  font-size: 34px;
  color: #121410;
  line-height: 53px;
  letter-spacing: -0.25px;
  text-decoration: none;
  margin-bottom: 10px; }
  .header-contacts a:hover {
    opacity: 0.7;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
  .header-contacts a::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 10px;
    background-image: url("../img/icon-phone.png");
    background-size: 80%;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px; }

.header-contacts p {
  color: #121410;
  font-size: 32px;
  letter-spacing: -0.25px;
  line-height: 36px;
  font-size: 24px; }
  .header-contacts p span {
    text-transform: uppercase; }

.header-contacts p:last-of-type {
  color: #01a0e2; }

.header-contacts__promocod {
  border: 2px solid #bfd54c;
  border-radius: 7px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px; }

.header-description {
  max-width: 1220px;
  margin: 0 auto;
  padding-bottom: 200px;
  margin-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }
  .header-description::after {
    position: absolute;
    content: "";
    top: -470px;
    left: 80px;
    background-image: url("../img/main-bg-line.png");
    width: 666px;
    height: 1024px; }
  .header-description h2 {
    margin: 0;
    margin-bottom: 30px;
    color: #01a0e2;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 61px;
    line-height: 66px;
    letter-spacing: -0.25px; }
  .header-description h1 {
    margin: 0;
    margin-bottom: 30px;
    color: #01a0e2;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 61px;
    line-height: 66px;
    letter-spacing: -0.25px; }
  .header-description p {
    margin: 0;
    color: #121410;
    font-size: 39px;
    line-height: 46px;
    letter-spacing: -0.25px; }

/*WHY-BUY*/
.why-buy {
  padding-top: 5px;
  padding-bottom: 45px;
  background-color: #01a0e2; }
  .why-buy .why-buy__inner {
    max-width: 983px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    text-align: center; }
    .why-buy .why-buy__inner p, .why-buy .why-buy__inner h4, .why-buy .why-buy__inner h3 {
      margin: 0; }
  .why-buy .why-buy__title {
    margin-bottom: 15px; }
    .why-buy .why-buy__title h4, .why-buy .why-buy__title h3 {
      font-size: 50px;
      line-height: 60px;
      letter-spacing: -0.25px;
      color: #fff;
      font-weight: lighter; }
    .why-buy .why-buy__title h3 {
      margin-top: 5px;
      text-transform: uppercase; }
  .why-buy .why-buy__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .why-buy .why-buy__items p {
      font-size: 26px;
      color: #fff; }
  .why-buy .why-buy__item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    position: relative; }
    .why-buy .why-buy__item:first-child::before {
      position: absolute;
      content: "";
      top: 20px;
      right: -130px;
      background-image: url("../img/icon-plus.png");
      background-size: 80%;
      background-repeat: no-repeat;
      width: 89px;
      height: 94px; }
    .why-buy .why-buy__item:nth-child(2) img {
      width: 90%; }
    .why-buy .why-buy__item:nth-child(2)::before {
      position: absolute;
      content: "";
      top: 51px;
      right: -120px;
      background-image: url("../img/icon-result.png");
      background-size: 80%;
      background-repeat: no-repeat;
      width: 75px;
      height: 45px; }
    .why-buy .why-buy__item:nth-child(3) img {
      width: 35%; }
    .why-buy .why-buy__item:last-child img {
      margin-bottom: 0; }
    .why-buy .why-buy__item img {
      width: 50%;
      height: auto;
      margin: auto;
      display: inline-block; }

.btn {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 33px;
  line-height: 70px;
  letter-spacing: 1px;
  border-radius: 7px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cfdf2b), to(#90b713));
  background-image: -o-linear-gradient(top, #cfdf2b, #90b713);
  background-image: linear-gradient(to bottom, #cfdf2b, #90b713); }

.btn2 {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 33px;
  line-height: 70px;
  letter-spacing: 1px;
  border-radius: 7px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cfdf2b), to(#90b713));
  background-image: -o-linear-gradient(top, #cfdf2b, #90b713);
  background-image: linear-gradient(to bottom, #cfdf2b, #90b713); }

.main-title {
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px; }
  .main-title h2 {
    position: relative;
    margin: 0;
    font-weight: normal;
    color: #121410;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -0.25px; }
    .main-title h2::before {
      position: absolute;
      content: "";
      top: 0px;
      left: -35px;
      width: 61px;
      height: 81px;
      background-image: url("../img/line-skew.png");
      background-size: 60%;
      background-repeat: no-repeat; }
  .main-title p {
    margin: 0;
    margin-top: 10px;
    font-weight: lighter;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    color: #000; }

/*ABOUT-GOODS*/
.about-goods {
  padding-top: 40px;
  padding-bottom: 40px; }
  .about-goods .about-goods__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about-goods .about-goods__item {
    width: 33.3%;
    line-height: 0;
    position: relative; }
    .about-goods .about-goods__item::after {
      position: absolute;
      content: ""; }
    .about-goods .about-goods__item--right-angle::after {
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 12px 12px 12px 0;
      border-color: transparent #fff transparent transparent; }
    .about-goods .about-goods__item--bottom-angle::after {
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 12px 12px 12px;
      border-color: transparent transparent #fff transparent; }
    .about-goods .about-goods__item--left-angle::after {
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 12px 0 12px 12px;
      border-color: transparent transparent transparent #fff; }
    .about-goods .about-goods__item--first {
      padding-top: 15px;
      padding-left: 25px; }
    .about-goods .about-goods__item--second {
      padding-top: 45px;
      padding-left: 15px; }
    .about-goods .about-goods__item--third {
      padding-left: 40px;
      padding-top: 25px; }
    .about-goods .about-goods__item--fourth {
      padding-left: 25px;
      padding-top: 70px; }
    .about-goods .about-goods__item--five {
      padding-left: 15px;
      padding-top: 65px; }
    .about-goods .about-goods__item--six {
      padding-left: 40px;
      padding-top: 20px; }
    .about-goods .about-goods__item p {
      margin: 0;
      font-size: 20px;
      font-family: "Roboto", sans-serif;
      line-height: 24px; }
    .about-goods .about-goods__item .about-goods__item--title {
      font-size: 33px;
      color: #121410;
      letter-spacing: 0.2px;
      line-height: 40px; }
      .about-goods .about-goods__item .about-goods__item--title span {
        color: #01a0e2; }
    .about-goods .about-goods__item img {
      width: 100%;
      height: auto;
      display: inline-block; }
  .about-goods .about-goods__item--big {
    width: 1220px;
    height: 550px;
    margin: 0 auto;
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url("../img/goods-big.jpg");
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center top; }
    .about-goods .about-goods__item--big .about-goods__item--title {
      padding-top: 40px; }

/*COLORS*/
.colors {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5; }

.colors__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.colors__items {
  margin-top: 60px; }
  .colors__items ul {
    max-width: 710px;
    font-size: 0;
    display: inline-block; }
  .colors__items ul li {
    display: inline-block;
    width: 55px;
    height: 55px;
    margin-right: 35px;
    margin-bottom: 25px;
    border: 1px solid #cdcdcd;
    border-radius: 50%; }
    .colors__items ul li:nth-child(8n) {
      margin-right: 0; }
  .colors__items .colors--white {
    background-color: #fff; }
  .colors__items .colors--black {
    background-color: #000000; }
  .colors__items .colors--lightblue {
    background-color: #00b7f4; }
  .colors__items .colors--yellow {
    background-color: #fff324; }
  .colors__items .colors--pink {
    background-color: #f655a0; }
  .colors__items .colors--red {
    background-color: #f24841; }
  .colors__items .colors--orange {
    background-color: #f98e3c; }
  .colors__items .colors--purple {
    background-color: #8e58a3; }
  .colors__items .colors--blue {
    background-color: #2679bb; }
  .colors__items .colors--green {
    background-color: #83c550; }
  .colors__items .colors--ligntpink {
    background-color: #fa97c2; }
  .colors__items .colors--darkgreen {
    background-color: #00b29c; }
  .colors__items .colors--lightgreen {
    background-color: #c5ff14; }
  .colors__items .colors--lightyellow {
    background-color: #ffbe4d; }
  .colors__items .colors--lightpurple {
    background-color: #e58cff; }
  .colors__items .colors--grey {
    background-color: #dddddd; }

.colors__sheik {
  margin-top: -180px; }
  .colors__sheik img {
    width: 70%;
    height: auto; }

/*STAGES*/
.stages {
  padding-top: 40px; }

.stages__inner {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 30px;
  padding-left: 80px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .stages__inner::after {
    position: absolute;
    content: "";
    top: 80px;
    left: -41px;
    background-image: url("../img/stages-arrow.png");
    width: 1289px;
    height: 326px; }

.stages__item {
  width: 360px; }
  .stages__item p {
    margin: 0;
    margin-bottom: 50px;
    font-weight: lighter;
    font-size: 24px;
    line-height: 24px;
    color: #000000; }
  .stages__item p:first-of-type {
    margin-bottom: 65px;
    font-size: 72px;
    line-height: 72px;
    font-weight: lighter;
    font-family: "Roboto", sans-serif;
    color: #afcb1f; }

.stages__item--left {
  padding-left: 10px; }

.stages__item--minus-left {
  margin-left: -7px; }

/*WHY-WE*/
.why-we {
  position: relative;
  padding-top: 40px;
  padding-bottom: 200px;
  background-color: #f5f5f5; }

.why-we__inner {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.why-we__item {
  width: 33.3%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .why-we__item .why-we__item--img {
    height: 148px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .why-we__item .why-we__item--img img {
      width: 30%;
      margin-top: auto;
      margin-bottom: auto; }
  .why-we__item img {
    max-width: 100%;
    height: auto;
    display: inline-block; }
  .why-we__item p {
    margin: 0;
    margin-top: 10px;
    font-weight: lighter;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #121410; }
    .why-we__item p span {
      font-size: 30px;
      line-height: 34px;
      font-weight: lighter;
      font-family: "Roboto", sans-serif;
      color: #717171;
      text-decoration: line-through; }
    .why-we__item p .why-we__item--price {
      font-size: 24px;
      line-height: 28px;
      font-weight: bold;
      color: #afcb1f;
      text-decoration: none; }
      .why-we__item p .why-we__item--price span {
        font-size: 36px;
        line-height: 40px;
        font-weight: bold;
        color: #afcb1f;
        text-decoration: none; }

.why-we__item--bg {
  position: relative; }
  .why-we__item--bg::after {
    position: absolute;
    content: "";
    top: 260px;
    right: 0px;
    width: 437px;
    height: 641px;
    background-image: url("../img/why-we-bg.png");
    background-size: 70%;
    background-repeat: no-repeat; }

/*FIRST-ORDER*/
.first-order {
  position: relative;
  top: -163.5px;
  max-width: 1220px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #01a0e2;
  text-align: center; }
  .first-order p {
    margin: 0;
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: lighter;
    color: #fff; }

.first-order__form {
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .first-order__form input {
    width: 300px;
    height: 55px;
    padding-left: 15px;
    border-radius: 7px;
    outline: none;
    border: none;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.7) inset;
            box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.7) inset;
    font-weight: lighter;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    color: #121410; }
    .first-order__form input::-webkit-input-placeholder {
      color: #858585; }
    .first-order__form input:-ms-input-placeholder {
      color: #858585; }
    .first-order__form input::-ms-input-placeholder {
      color: #858585; }
    .first-order__form input::placeholder {
      color: #858585; }
  .first-order__form button {
    width: 100%;
    margin-top: 35px;
    display: block; }

/*QUALITY*/
.quality {
  padding-bottom: 50px;
  margin-top: -120px; }

.quality__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.quality__item {
  width: 33.3%;
  line-height: 0;
  position: relative; }
  .quality__item::after {
    position: absolute;
    content: ""; }
  .quality__item--right-angle::after {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #fff transparent transparent; }
  .quality__item--left-angle::after {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #fff; }
  .quality__item--first {
    padding-top: 80px;
    padding-left: 40px; }
  .quality__item--second {
    padding-top: 50px;
    padding-left: 15px; }
  .quality__item--third {
    padding-left: 40px;
    padding-top: 0px; }
  .quality__item p {
    margin: 0;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: lighter;
    line-height: 26px; }
  .quality__item .quality__item--title {
    font-size: 33px;
    color: #121410;
    letter-spacing: 0.2px;
    line-height: 60px;
    font-weight: normal; }
    .quality__item .quality__item--title span {
      color: #01a0e2; }
  .quality__item ul {
    margin-top: 20px; }
    .quality__item ul li {
      display: block;
      position: relative;
      padding-left: 15px;
      font-size: 22px;
      line-height: 28px;
      color: #121410;
      font-weight: lighter;
      font-size: 19px; }
      .quality__item ul li::before {
        position: absolute;
        content: "";
        top: 13px;
        left: 0;
        background-color: #01a0e2;
        width: 4px;
        height: 4px; }
  .quality__item img {
    max-width: 100%;
    height: auto;
    display: inline-block; }

/*REVIEWS*/
.reviews {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f6f6; }

.reviews-slider::before {
  position: absolute;
  content: "";
  top: 25px;
  left: 0;
  width: 310px;
  height: 556px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100; }

.reviews-slider::after {
  position: absolute;
  content: "";
  top: 25px;
  right: 0;
  width: 310px;
  height: 556px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100; }

.reviews-slider .slick-track {
  margin-left: -50px; }

.reviews-slider .slick-prev {
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 190px;
  background-image: url(../img/slider-arrow-left.png);
  background-size: 90%;
  background-repeat: no-repeat;
  width: 50px;
  height: 150px;
  background-color: transparent;
  border: none;
  outline-style: none;
  z-index: 101; }

.reviews-slider .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 190px;
  background-image: url(../img/slider-arrow-right.png);
  background-size: 90%;
  background-repeat: no-repeat;
  width: 50px;
  height: 150px;
  background-color: transparent;
  border: none;
  outline-style: none;
  z-index: 101; }

.slider-item {
  position: relative;
  max-width: 300px;
  overflow: hidden;
  margin-top: 25px;
  margin-right: 25px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.1);
  outline: none; }
  .slider-item img {
    max-width: 100%;
    height: auto;
    display: inline-block; }
  .slider-item .top__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
    padding-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 25px;
    padding-right: 15px;
    border-bottom: 1px solid #e0e0e0; }
    .slider-item .top__block .left__block {
      width: 115px; }
      .slider-item .top__block .left__block p {
        margin: 0;
        font-size: 24px;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        color: #01a0e2;
        text-align: right; }
      .slider-item .top__block .left__block ul {
        margin-top: 15px;
        text-align: right; }
        .slider-item .top__block .left__block ul li {
          display: inline-block;
          width: 45px;
          height: 45px;
          margin-right: 5px; }
          .slider-item .top__block .left__block ul li:last-child {
            margin-right: 0; }
          .slider-item .top__block .left__block ul li a {
            display: block;
            width: 100%;
            height: 100%; }
        .slider-item .top__block .left__block ul .slider-icon-vk {
          background-image: url("../img/icon-slider-vk.jpg"); }
        .slider-item .top__block .left__block ul .slider-icon-in {
          background-image: url("../img/icon-slider-in.jpg"); }
    .slider-item .top__block .right__block {
      width: 172px;
      height: 172px;
      overflow: hidden;
      border: 1px solid #acacac;
      border-radius: 50%; }
  .slider-item .bottom__block {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px; }
    .slider-item .bottom__block p {
      margin: 0;
      font-style: italic;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 24px;
      text-align: justify;
      max-height: 264px;
      overflow: hidden;
      margin-bottom: 15px; }
    .slider-item .bottom__block a {
      display: block;
      position: relative;
      padding-left: 60px;
      background-color: #01a0e2;
      color: rgba(255, 255, 255, 0.6);
      font-size: 16px;
      line-height: 42px;
      text-decoration: none;
      border-radius: 7px;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
      .slider-item .bottom__block a:hover {
        color: white; }
      .slider-item .bottom__block a::before {
        position: absolute;
        content: "";
        top: 11px;
        left: 17px;
        background-image: url("../img/icon-slider-comment.png");
        width: 27px;
        height: 22px; }

/*TERMS*/
.terms {
  padding-top: 40px;
  padding-bottom: 20px; }

.terms__inner {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.terms__item {
  width: 30%; }
  .terms__item:last-child {
    width: 40%; }
  .terms__item p {
    margin: 0;
    margin-top: 20px;
    font-size: 20px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    color: #121410;
    font-weight: lighter; }
  .terms__item img {
    width: 30%;
    height: auto; }

.terms__item--first img {
  margin-top: 6.3px;
  margin-bottom: 6.3px; }

.terms__item--last img {
  margin-top: 6.3px;
  margin-bottom: 6.3px; }

.terms__item--img {
  margin-top: 15px; }
  .terms__item--img img {
    width: 80%;
    height: auto; }

/*MAP*/
#map {
  width: 100% !important;
  max-width: 100% !important;
  height: 490px; }

/*FOOTER*/
.footer {
  background-color: #075c9f; }

.footer__wrapper {
  border-bottom: 1px solid #397db2; }

.footer__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer__inner p, .footer__inner a {
    margin: 0;
    font-family: "Roboto", sans-serif; }

.footer__item--contacts {
  width: 520px; }
  .footer__item--contacts p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: lighter; }
  .footer__item--contacts a {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    text-decoration: none; }
    .footer__item--contacts a:hover {
      opacity: 0.7;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .footer__item--contacts a:last-child {
      padding-left: 55px;
      font-weight: normal; }

.footer__item--form {
  width: 480px;
  position: relative; }
  .footer__item--form::after, .footer__item--form::before {
    position: absolute;
    content: "";
    top: 37px;
    background-color: #000;
    width: 1px;
    height: 40px; }
  .footer__item--form::after {
    left: -47px; }
  .footer__item--form::before {
    right: 20px; }
  .footer__item--form p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 16px;
    color: #fff; }
  .footer__item--form .footer__form input {
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    height: 32px;
    width: 290px; }
    .footer__item--form .footer__form input::-webkit-input-placeholder {
      color: #fff; }
    .footer__item--form .footer__form input:-ms-input-placeholder {
      color: #fff; }
    .footer__item--form .footer__form input::-ms-input-placeholder {
      color: #fff; }
    .footer__item--form .footer__form input::placeholder {
      color: #fff; }
  .footer__item--form .footer__form button {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    background-color: transparent; }

.footer__item--soc {
  margin-top: 35px;
  width: 210px; }
  .footer__item--soc ul li {
    display: inline-block;
    width: 55px;
    height: 40px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center; }
    .footer__item--soc ul li:hover {
      opacity: 0.7;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .footer__item--soc ul li:last-child {
      margin-right: 0; }
    .footer__item--soc ul li a {
      display: block;
      width: 100%;
      height: 100%; }
  .footer__item--soc .footer__item--tg {
    background-image: url("../img/icon-tg.png"); }
  .footer__item--soc .footer__item--vk {
    background-image: url("../img/icon-vk.png"); }
  .footer__item--soc .footer__item--in {
    background-image: url("../img/icon-in.png"); }

.footer__inner--req {
  padding-top: 8px;
  padding-bottom: 8px; }

.footer__item--req {
  padding-top: 22px;
  padding-bottom: 22px; }
  .footer__item--req p {
    font-family: "Roboto", sans-serif;
    color: #b9c5f0;
    font-size: 18px;
    line-height: 20px; }
  .footer__item--req .item-req__title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    font-weight: bold; }

.footer__item.footer__item--vk-widget {
  width: 275px;
  height: 215px;
  position: relative;
  margin-left: 15px;
  margin-right: 10px;
  line-height: 0px; }

.footer__item.footer__item--in-widget {
  width: 350px;
  height: 215px;
  margin-left: auto;
  line-height: 0px; }

.footer__inner--logo {
  padding-top: 5px;
  padding-bottom: 9px; }

/*POPUP*/
#popup {
  position: relative;
  background-color: #FFF;
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
  z-index: 1; }

.popup__inner {
  background-color: #FFF;
  padding-top: 10px;
  padding-left: 60px;
  padding-bottom: 15px;
  padding-right: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-image: url("../img/calc-bg-right.png");
  background-repeat: no-repeat;
  background-position: 100% -15px; }
  .popup__inner p {
    margin: 0; }
  .popup__inner .popup--title {
    margin-bottom: 5px;
    font-size: 34px;
    line-height: 40px;
    color: #01a0e2; }
  .popup__inner .popup--title-2 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 22px;
    color: #121410; }
  .popup__inner .popup--description {
    display: none;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #858585;
    font-size: 14px;
    line-height: 20px; }
    .popup__inner .popup--description.active {
      display: block; }

#raz-parts {
  width: 455px; }

.js-irs-0,
.js-irs-1 {
  max-width: 455px; }
  .js-irs-0 .irs-grid-pol.small,
  .js-irs-1 .irs-grid-pol.small {
    display: none; }
  .js-irs-0 .irs-line,
  .js-irs-0 .irs-bar,
  .js-irs-0 .irs-slider,
  .js-irs-0 .irs-bar-edge,
  .js-irs-1 .irs-line,
  .js-irs-1 .irs-bar,
  .js-irs-1 .irs-slider,
  .js-irs-1 .irs-bar-edge {
    cursor: pointer; }
  .js-irs-0 .irs-line-left,
  .js-irs-1 .irs-line-left {
    border-radius: 50px;
    background-color: #e0e0e0;
    border: 1px solid #c5c5c5;
    border-right-color: transparent; }
  .js-irs-0 .irs-line-mid,
  .js-irs-1 .irs-line-mid {
    background-color: #e0e0e0;
    border: 1px solid #c5c5c5;
    border-left-color: transparent;
    border-right-color: transparent; }
  .js-irs-0 .irs-line-right,
  .js-irs-1 .irs-line-right {
    border-radius: 50px;
    background-color: #e0e0e0;
    border: 1px solid #c5c5c5;
    border-left-color: transparent; }
  .js-irs-0 .irs-bar-edge,
  .js-irs-1 .irs-bar-edge {
    border-radius: 50px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#01a0e2), to(#5bb7dd));
    background-image: -o-linear-gradient(top, #01a0e2, #5bb7dd);
    background-image: linear-gradient(to bottom, #01a0e2, #5bb7dd); }
  .js-irs-0 .irs-bar,
  .js-irs-1 .irs-bar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#01a0e2), to(#5bb7dd));
    background-image: -o-linear-gradient(top, #01a0e2, #5bb7dd);
    background-image: linear-gradient(to bottom, #01a0e2, #5bb7dd); }
  .js-irs-0 .irs-slider,
  .js-irs-1 .irs-slider {
    width: 20px;
    height: 20px;
    top: 18px;
    border: 1px solid #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#01a0e2), to(#5bb7dd));
    background-image: -o-linear-gradient(top, #01a0e2, #5bb7dd);
    background-image: linear-gradient(to bottom, #01a0e2, #5bb7dd);
    background-position: 0; }
    .js-irs-0 .irs-slider:hover,
    .js-irs-1 .irs-slider:hover {
      background-position: 0; }
  .js-irs-0 .irs-grid-text,
  .js-irs-1 .irs-grid-text {
    bottom: -4px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    color: #858585; }
  .js-irs-0 .irs-grid-pol,
  .js-irs-1 .irs-grid-pol {
    color: #858585; }
  .js-irs-0 .irs-min, .js-irs-0 .irs-max, .js-irs-0 .irs-single,
  .js-irs-1 .irs-min,
  .js-irs-1 .irs-max,
  .js-irs-1 .irs-single {
    font-size: 12px; }
  .js-irs-0 .irs-grid,
  .js-irs-1 .irs-grid {
    bottom: 9px; }

.popup__left-block {
  width: 550px; }
  .popup__left-block #popup-logo-checkbox {
    margin-top: 35px;
    display: none; }
  .popup__left-block label {
    display: inline-block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 25px;
    padding-left: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: lighter;
    font-size: 18px;
    color: #121410;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .popup__left-block label::before {
      position: absolute;
      content: "";
      top: 7px;
      left: 0;
      background-image: url("../img/icon-chekbox.png");
      background-size: cover;
      width: 18px;
      height: 18px; }
  .popup__left-block #popup-logo-checkbox:checked + label::before {
    background-image: url("../img/icon-chekbox-checked.png"); }
  .popup__left-block table tr:first-of-type td {
    padding-bottom: 15px; }
  .popup__left-block table tr td:last-of-type {
    padding-left: 15px; }
  .popup__left-block table p {
    font-size: 22px; }
  .popup__left-block table .popup--part-grey {
    color: #858585;
    font-weight: lighter; }
  .popup__left-block .popup--price {
    font-size: 22px;
    line-height: 22px;
    color: #121410;
    font-family: "Roboto", sans-serif; }
    .popup__left-block .popup--price .popup--price-span {
      font-size: 48px;
      color: #afcb1f; }
    .popup__left-block .popup--price span {
      color: #afcb1f; }
  .popup__left-block .popup--part {
    font-family: "Roboto", sans-serif;
    font-weight: lighter;
    font-size: 22px;
    line-height: 22px; }
    .popup__left-block .popup--part .popup--price-raz-span {
      color: #01a0e2;
      font-size: 36px;
      font-weight: lighter;
      font-family: "Roboto", sans-serif; }
    .popup__left-block .popup--part span {
      color: #01a0e2; }

.popup__right-block {
  width: 300px;
  position: relative; }
  .popup__right-block #popup-checkbox {
    display: none; }
  .popup__right-block label {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 35px;
    position: relative;
    padding-left: 44px;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    line-height: 28px;
    color: #01a0e2;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .popup__right-block label::before {
      position: absolute;
      content: "";
      top: 7px;
      left: 0;
      background-image: url("../img/icon-chekbox.png");
      width: 26px;
      height: 27px; }
    .popup__right-block label .popup-checkbox-span {
      position: relative;
      color: #fff;
      font-size: 25px;
      z-index: 1; }
      .popup__right-block label .popup-checkbox-span::after {
        position: absolute;
        content: "";
        top: -13px;
        left: -10px;
        background-color: #01a0e2;
        width: 266px;
        height: 44px;
        z-index: -1; }
      .popup__right-block label .popup-checkbox-span span:nth-child(1) {
        font-size: 48px; }
      .popup__right-block label .popup-checkbox-span span:nth-child(2) {
        font-size: 36px; }
  .popup__right-block #popup-checkbox:checked + label::before {
    background-image: url("../img/icon-chekbox-checked.png"); }
  .popup__right-block input {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    padding-left: 15px;
    border-radius: 7px;
    outline: none;
    border: none;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.7) inset;
            box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.7) inset;
    font-weight: lighter;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    color: #121410; }
    .popup__right-block input::-webkit-input-placeholder {
      color: #858585; }
    .popup__right-block input:-ms-input-placeholder {
      color: #858585; }
    .popup__right-block input::-ms-input-placeholder {
      color: #858585; }
    .popup__right-block input::placeholder {
      color: #858585; }
  .popup__right-block p {
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: lighter;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    line-height: 28px;
    color: #01a0e2; }
  .popup__right-block button {
    font-size: 26px;
    line-height: 56px;
    display: block;
    text-align: center;
    width: 100%; }

/*POPUP-THANKS*/
#popup-thanks {
  display: none;
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7); }
  #popup-thanks .popup__inner {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #FFF;
    overflow: hidden;
    max-width: 320px;
    margin: 0 auto;
    z-index: 1;
    background-color: #FFF;
    padding-top: 20px;
    padding-left: 60px;
    padding-bottom: 35px;
    padding-right: 60px;
    overflow: hidden;
    text-align: center; }
    #popup-thanks .popup__inner p {
      margin: 0; }
    #popup-thanks .popup__inner .popup--title {
      margin-bottom: 0;
      font-size: 20px;
      line-height: 24px;
      color: #01a0e2; }
    @media only screen and (max-width: 768px) and (max-width: 768px) {
    .colors .main-title h2 br {
      display: none; } }
    @media only screen and (max-width: 1600px) {
    .reviews-slider::before {
      width: 100px; }
    .reviews-slider::after {
      width: 100px; }
    .reviews-slider .slick-prev {
      left: 15px; }
    .reviews-slider .slick-next {
      right: 15px; } }
    @media only screen and (max-width: 1300px) {
    .header {
      background-position: right 500px, 90px 50px; }
    .terms__inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .terms__item {
      margin-bottom: 30px; }
      .terms__item:last-child {
        width: 80%; }
      .terms__item p br {
        display: none; }
  .terms__item--last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
    @media only screen and (max-width: 1220px) {
    .footer__inner {
      padding-left: 10px;
      padding-right: 10px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    @media only screen and (max-width: 1200px) {
      .about-goods .about-goods__inner {
        padding-left: 0;
        padding-right: 0; }
        .about-goods .about-goods__item p {
          font-size: 20px;
          line-height: 24px; }
        .colors__items ul li:nth-child(8n) {
          margin-right: 35px; }
    .stages__inner {
      padding-left: 10px;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .stages__inner::after {
        display: none; }
    .stages__item {
      width: 33.3%; }
    .quality__inner {
      padding-left: 0;
      padding-right: 0; }
      .quality__item p {
        font-size: 20px;
        line-height: 24px; }
    .footer__item--contacts {
      width: 50%; } }
    @media only screen and (max-width: 1150px) {
    .header {
      background-position: right 500px, 90px 100px; } }
    @media only screen and (max-width: 1014px) {
    .reviews-slider .slick-track {
      margin-left: 0; } }
    @media only screen and (max-width: 1005px) {
      .first-order__form input {
        width: 100%;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 992px) {
    .header {
      background-image: url("../img/main-bg.jpg");
      background-size: cover;
      background-position: 150px 150px; }
      .header-description::after {
        display: none; }
        .why-buy .why-buy__title h4, .why-buy .why-buy__title h3 {
          font-size: 42px;
          line-height: 40px; }
        .why-buy .why-buy__items p {
          font-size: 16px; }
      .main-title h2 {
        font-size: 46px;
        line-height: 50px; }
        .about-goods .about-goods__item--second {
          padding-top: 10px; }
        .about-goods .about-goods__item--third {
          padding-top: 10px;
          padding-left: 30px; }
        .about-goods .about-goods__item--fourth {
          padding-top: 10px;
          padding-left: 30px; }
        .about-goods .about-goods__item--five {
          padding-top: 10px; }
        .about-goods .about-goods__item--six {
          padding-top: 10px;
          padding-left: 30px; }
        .about-goods .about-goods__item p {
          font-size: 19px; }
      .about-goods .about-goods__item--big {
        width: 100%;
        height: 400px; }
    .colors {
      padding-top: 80px;
      padding-bottom: 80px; }
    .colors__sheik {
      margin-top: -180px; }
    .why-we {
      padding-top: 40px;
      padding-bottom: 150px; }
      .why-we__item--bg::after {
        display: none; }
    .quality {
      margin-top: -80px;
      padding-bottom: 30px; }
      .quality__item::after {
        display: none; }
      .quality__item--first {
        padding-top: 10px; }
      .quality__item--second {
        padding-top: 10px; }
      .quality__item--third {
        padding-top: 10px; }
      .quality__item p {
        font-size: 19px; }
  .terms__item--last {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
      .terms__item--img img {
        max-width: 100%;
        height: auto; }
    .footer__inner {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .footer__item--form::after, .footer__item--form::before {
        display: none; }
      .footer__item--form p {
        margin-bottom: 10px;
        margin-top: 10px; }
    .footer__item--soc {
      text-align: center;
      margin-top: 20px; }
    .footer__inner--req {
      display: none; }
  .footer__item {
    width: 50%;
    margin-bottom: 20px; }
    .popup__inner {
      padding-left: 20px;
      padding-right: 10px; }
    .popup__left-block {
      width: 450px;
      margin-right: 50px; }
      .popup__left-block table p {
        font-size: 18px; }
        .popup__left-block .popup--price .popup--price-span {
          font-size: 40px; }
      .popup__left-block .popup--part {
        font-size: 18px; }
        .popup__left-block .popup--part .popup--price-raz-span {
          font-size: 30px; }
    .popup__right-block {
      width: 350px; } }
    @media only screen and (max-width: 800px) {
      .colors__items ul li {
        margin-right: 25px; }
        .colors__items ul li:nth-child(8n) {
          margin-right: 25px; } }
    @media only screen and (max-width: 768px) {
    .header {
      padding-top: 20px;
      background-position: 100px 180px; }
    .header__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; }
    .header-logo img {
      width: 20%;
      height: auto; }
    .header-contacts a {
      display: inline-block; }
    .header-description {
      padding-bottom: 100px; }
    .header-description {
      margin-top: 50px; }
      .why-buy .why-buy__item:last-child {
        width: 100%; }
        .why-buy .why-buy__item:first-child::before {
          background-size: 30%; }
        .why-buy .why-buy__item:nth-child(3) img {
          width: 20%; }
        .main-title h2::before {
          display: none; }
    .about-goods {
      padding-top: 30px;
      padding-bottom: 40px; }
    .colors {
      padding-top: 30px;
      padding-bottom: 40px; }
    .colors__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .colors__items ul {
        max-width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .colors__items ul li {
        margin-right: 10px;
        margin-left: 10px;
        width: 40px;
        height: 40px; }
        .colors__items ul li:nth-child(8n) {
          margin-right: 10px;
          margin-left: 10px; }
    .colors__sheik {
      margin-left: auto;
      margin-right: auto; }
    .colors__sheik {
      margin-top: 0;
      text-align: center;
      width: 40%; }
    .stages {
      padding-top: 30px;
      padding-bottom: 30px; }
    .stages__inner {
      margin-top: 30px; }
      .stages__item p:first-of-type {
        margin-bottom: 30px; }
    .stages__item br {
      display: none; }
    .stages__item--left {
      padding-left: 0; }
    .stages__item--minus-left {
      margin-left: 0; }
    .why-we__inner {
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .why-we__item {
      width: 40%; }
    .terms {
      padding-right: 30px;
      padding-bottom: 15px; }
  .footer__item {
    width: 100%; } }
    @media only screen and (max-width: 767px) {
        .why-buy .why-buy__item:nth-child(2)::before {
          display: none; }
      .why-buy .why-buy__item:nth-child(2) img {
        padding-bottom: 20px; }
      .about-goods .about-goods__inner {
        margin-top: 30px;
        padding-right: 10px; }
      .about-goods .about-goods__item {
        width: 50%;
        margin-bottom: 20px; }
        .about-goods .about-goods__item::after {
          display: none; }
        .about-goods .about-goods__item--second {
          padding-left: 15px; }
        .about-goods .about-goods__item--third {
          padding-left: 15px; }
        .about-goods .about-goods__item--fourth {
          padding-left: 15px; }
        .about-goods .about-goods__item--five {
          padding-left: 15px; }
        .about-goods .about-goods__item--six {
          padding-left: 15px; }
      .about-goods .about-goods__item--big {
        width: 100%;
        background-position: 13% top;
        height: 350px;
        margin-top: 10px; }
      .about-goods .about-goods__item--big p {
        margin-left: 53%; }
        .about-goods .about-goods__item--big .about-goods__item--title {
          padding-top: 0; }
    .quality__inner {
      margin-top: 30px;
      padding-right: 10px; }
    .quality__item {
      width: 50%;
      margin-bottom: 20px; }
      .quality__item--first {
        padding-left: 15px; }
      .quality__item--second {
        padding-left: 15px; }
      .quality__item--third {
        padding-left: 15px; }
    .popup__inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-left: 10px;
      background-image: none; }
      .popup__inner .popup--description br {
        display: none; }
    .js-irs-0,
    .js-irs-1 {
      max-width: 100%; }
    .popup__left-block {
      width: 100%;
      margin-right: 10px; }
    .popup__right-block {
      width: 100%; }
      .popup__right-block p {
        margin-top: 20px;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 600px) {
      .about-goods .about-goods__item--big {
        height: 270px; } }
    @media only screen and (max-width: 550px) {
    .stages__item {
      width: 50%; }
    .stages__item:nth-child(4) {
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6; }
    .stages__item:nth-child(5) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      .stages__item p {
        font-size: 18px;
        line-height: 20px; }
      .stages__item p:first-of-type {
        font-size: 36px;
        line-height: 36px; }
    .first-order__form {
      padding-left: 10px;
      padding-right: 10px; }
      .first-order__form button {
        font-size: 26px; }
    .reviews-slider::before {
      display: none; }
    .reviews-slider::after {
      display: none; }
    .reviews-slider .slick-prev {
      display: none !important; }
    .reviews-slider .slick-next {
      display: none !important; }
    .slider-item {
      max-width: 280px; }
      .slider-item .top__block {
        display: none; } }
    @media only screen and (max-width: 500px) {
    .header {
      background-image: url("../img/sheik.jpg");
      background-size: 37%;
      background-position: 239px bottom; }
    .header-logo img {
      width: 30%; }
    .header-contacts a {
      font-size: 26px;
      line-height: 30px; }
      .header-contacts a::before {
        top: 3px;
        left: 28px;
        background-size: 50%;
        background-repeat: no-repeat; }
    .header-contacts p {
      font-size: 26px; }
    .header-description {
      margin-top: 70px; }
      .header-description h2 {
        font-size: 40px;
        line-height: 40px; }
        .why-buy .why-buy__title h4, .why-buy .why-buy__title h3 {
          font-size: 30px;
          line-height: 32px; }
      .why-buy .why-buy__item {
        margin-bottom: 40px; }
        .why-buy .why-buy__item img {
          width: 30%; }
    .btn {
      font-size: 26px; }
      .main-title h2 {
        font-size: 34px;
        line-height: 40px; }
      .main-title p {
        font-size: 20px; }
        .about-goods .about-goods__item--first {
          padding-top: 0; }
        .about-goods .about-goods__item--second {
          padding-top: 0; }
        .about-goods .about-goods__item--third {
          padding-top: 0; }
        .about-goods .about-goods__item--fourth {
          padding-top: 0; }
        .about-goods .about-goods__item--five {
          padding-top: 0; }
        .about-goods .about-goods__item--six {
          padding-top: 0; }
        .about-goods .about-goods__item p {
          font-size: 16px;
          line-height: 20px; }
        .about-goods .about-goods__item p br {
          display: none; }
        .about-goods .about-goods__item .about-goods__item--title {
          font-size: 20px;
          line-height: 30px; }
      .about-goods .about-goods__item--big {
        height: 250px; }
      .about-goods .about-goods__item--big {
        background-size: 40%;
        background-position: 11% top; }
    .colors__items {
      margin-top: 30px; }
      .colors__items ul {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; }
      .colors__items ul li {
        width: 17px;
        height: 17px; }
    .why-we__inner {
      margin-top: 30px; }
    .why-we__item {
      margin-bottom: 30px; }
        .why-we__item .why-we__item--img img {
          width: 60%;
          height: auto; }
      .why-we__item p {
        font-size: 20px;
        line-height: 24px; }
        .why-we__item p span {
          font-size: 24px;
          line-height: 24px; }
        .why-we__item p .why-we__item--price {
          font-size: 20px;
          line-height: 24px; }
          .why-we__item p .why-we__item--price span {
            font-size: 24px;
            line-height: 24px; }
      .quality__item--first {
        padding-top: 0; }
      .quality__item--second {
        padding-top: 0; }
      .quality__item--third {
        padding-top: 0; }
      .quality__item p {
        font-size: 16px;
        line-height: 20px; }
      .quality__item p br {
        display: none; }
      .quality__item .quality__item--title {
        font-size: 20px;
        line-height: 30px; }
        .quality__item ul li {
          font-size: 12px;
          line-height: 16px; }
          .quality__item ul li::before {
            top: 6px; }
    .terms__item {
      width: 100%; }
      .terms__item:last-child {
        width: 100%; }
      .terms__item p {
        font-size: 20px;
        line-height: 24px; }
      .terms__item img {
        width: 40%;
        height: auto; }
      .terms__item--img img {
        width: 100%;
        height: auto; } }
    @media only screen and (max-width: 450px) {
        .why-buy .why-buy__item:nth-child(2) img {
          width: 70%; }
        .why-buy .why-buy__item:nth-child(3) img {
          width: 13%; }
      .popup__inner .popup--title {
        font-size: 34px;
        line-height: 40px; } }
    @media only screen and (max-width: 420px) {
        .why-buy .why-buy__item:first-child::before {
          right: -120px; } }
    @media only screen and (max-width: 414px) {
      .footer__item--form .footer__form input {
        width: 200px; }
      .popup__left-block table tr td:last-of-type p {
        font-size: 12px; } }
    @media only screen and (max-width: 400px) {
        .why-buy .why-buy__item:first-child::before {
          right: -110px; }
    .why-we__item {
      width: 100%; }
      .why-we__item .why-we__item--img {
        text-align: center; }
        .why-we__item .why-we__item--img img {
          width: 35%;
          margin-left: auto;
          margin-right: auto; }
      .why-we__item p br {
        display: none; }
        .why-we__item p .why-we__item--price br {
          display: none; }
      .first-order__form button {
        font-size: 20px; }
        .footer__item--contacts a:last-child {
          display: none; } }
    @media only screen and (max-width: 380px) {
        .why-buy .why-buy__item:first-child::before {
          right: -100px; } }
    @media only screen and (max-width: 360px) {
        .why-buy .why-buy__item:first-child::before {
          right: -90px; } }
    @media only screen and (max-width: 350px) {
      .popup__left-block table tr td:last-of-type {
        padding-left: 0; } }
    @media only screen and (max-width: 340px) {
        .why-buy .why-buy__item:first-child::before {
          right: -80px; } }

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