@charset "UTF-8";
/**
needs bootstrap function str-replace()
 */
/**
* Метод дополняет svg-sprite.scss.
* Позволяет получить чистый урл элемента спрайта для использования в псевдоэлементах или background-image
* Example: content: url(get-svg-url('checkmark', $user-variables: (fill: 'tomato')));
* Example: background-image: url(get-svg-url('heart', $user-variables: (stroke: 'red', fill: 'pink')));
*/
/**
вертикальные отступы
для каждого цвета указываются в порядке как в $grid-breakpoints
 */
.shop-block:not(:last-of-type) {
  padding-bottom: 72px;
}
@media (min-width: 400px) {
  .shop-block:not(:last-of-type) {
    padding-bottom: 72px;
  }
}
@media (min-width: 576px) {
  .shop-block:not(:last-of-type) {
    padding-bottom: 72px;
  }
}
@media (min-width: 768px) {
  .shop-block:not(:last-of-type) {
    padding-bottom: 72px;
  }
}
@media (min-width: 992px) {
  .shop-block:not(:last-of-type) {
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .shop-block:not(:last-of-type) {
    padding-bottom: 120px;
  }
}
@media (min-width: 1600px) {
  .shop-block:not(:last-of-type) {
    padding-bottom: 120px;
  }
}
@media (min-width: 1800px) {
  .shop-block:not(:last-of-type) {
    padding-bottom: 120px;
  }
}

.shop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-header .button {
  display: none;
}
@media (min-width: 576px) {
  .shop-header .button {
    display: inline-block;
  }
}

.shop-form {
  position: relative;
  background-color: #fff;
  padding: 32px 16px;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .shop-form {
    padding: 32px 24px;
  }
}
@media (min-width: 992px) {
  .shop-form {
    padding: 56px 40px;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .shop-form {
    padding: 56px;
  }
}
.shop-form > img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 640px;
  height: 640px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
  display: none;
}
@media (min-width: 1200px) {
  .shop-form > img {
    display: block;
  }
}

.shop-faq {
  padding-top: 72px;
}
@media (min-width: 400px) {
  .shop-faq {
    padding-top: 72px;
  }
}
@media (min-width: 576px) {
  .shop-faq {
    padding-top: 72px;
  }
}
@media (min-width: 768px) {
  .shop-faq {
    padding-top: 72px;
  }
}
@media (min-width: 992px) {
  .shop-faq {
    padding-top: 120px;
  }
}
@media (min-width: 1200px) {
  .shop-faq {
    padding-top: 120px;
  }
}
@media (min-width: 1600px) {
  .shop-faq {
    padding-top: 120px;
  }
}
@media (min-width: 1800px) {
  .shop-faq {
    padding-top: 120px;
  }
}
