@charset "UTF-8";@font-face {
  font-weight: 400;
  font-family: "ProximaNova";

  src: url(../fonts/ProximaNova-Regular.ttf);
}@font-face {
  font-weight: 600;
  font-family: "ProximaNova";

  src: url(../fonts/ProximaNova-Semibold.ttf);
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  background: #ffffff;

  -webkit-text-size-adjust: 100%;
}body,
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}details,
main {
  display: block;
}hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}code,
kbd,
pre,
samp {
  font-size: 1em;
}a {
  background-color: transparent;
}abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;

  border-bottom: none;
}b,
strong {
  font-weight: bolder;
}small {
  font-size: 80%;
}sub,
sup {
  position: relative;

  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}img {
  border-style: none;
}button,
hr,
input {
  overflow: visible;
}button,
select {
  text-transform: none;
}[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;

  border-style: none;
}[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}fieldset {
  padding: 0.35em 0.75em 0.625em;
}legend {
  display: table;
  max-width: 100%;

  color: inherit;
  white-space: normal;
}progress {
  vertical-align: baseline;
}textarea {
  overflow: auto;
}[type=checkbox],
[type=radio],
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}[type=search] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}summary {
  display: list-item;
}template {
  display: none;
}[hidden] {
  display: none!important;
}*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}::-webkit-scrollbar {
  width: 0;
}::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}body,
html {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: 100vh;

  font-weight: 400;
  font-family: "ProximaNova",sans-serif;
  letter-spacing: 0.02em;
}.header,
body,
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}.header,
body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}body {
  overflow-x: hidden;
  overflow-y: scroll;
}body.hidden {
  opacity: 0;
}.header {
  position: relative;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 26px;

  background: #ffffff;
  border-bottom: 1px solid #e9e7e6;
}.header__container.s-container {
  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;
  max-width: unset;
  padding: 0 0 0 26px;
}.header__logo {
  margin-top: 8px;
}.header__logo-svg {
  width: 176px;
  height: 14px;
}.header img {
  width: 175px;
}.header__menu {
  position: absolute;
  top: 100%;
  right: 0;

  width: 175px;
  padding: 0 0 0 21px;

  background: #e1dfdd;
}.header__menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;

  width: 115%;
  height: 1px;

  background: #2d2e29;
}.header__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}.header__menu-item:nth-child(2) .header__menu-info {
  border-top: 1px solid #2d2e29;
}.header__menu-ico {
  margin-right: 12px;
}.header__menu-info {
  width: 100%;
  padding: 10px 0;
}.header__menu-info-text,
.header__menu-info-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}.header__menu-info-text {
  font-weight: 600;
}.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}.footer {
  width: 100%;
  padding: 41px 0 117px;

  background: #424040;
}.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}.footer__link,
.footer__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
}.footer__link {
  margin-top: 25px;
  margin-right: 15px;

  text-decoration: underline;
}.footer__logo-svg {
  margin-top: auto;
}.s-container {
  width: 100vw;
  min-width: 1240px;
  max-width: 1600px;
  margin: auto;
  padding-right: 157px;
  padding-left: 157px;
}@media (max-width:1340px) {
  .s-container {
    padding-right: 60px;
    padding-left: 60px;
  }
}section {
  width: 100%;
}a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "ProximaNova",sans-serif;
}a {
  color: #ffffff;
  text-decoration: none;

  cursor: pointer;
}.like-h1,
h1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 50px;
}.like-h2,
h2 {
  font-size: 32px;
  line-height: 44px;
}button,
input {
  letter-spacing: 0.02em;

  outline: 0;
}input,
select,
textarea {
  font-family: "ProximaNova",sans-serif;
}.M,
.M__cover {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  cursor: pointer;

  pointer-events: none;
}.M {
  z-index: 111;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  opacity: 0;

  -webkit-transition: 0.1s opacity;

  -o-transition: 0.1s opacity;

  transition: 0.1s opacity;
}.M[data-active] {
  top: 0;

  opacity: 1;

  pointer-events: all;
}.M[data-MW_scrolled] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: scroll;
}.M__cover {
  z-index: 0;
}.M__wrapper {
  position: absolute;
  z-index: 1;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;

  pointer-events: none;
}.M__wrapper[data-MW_scrolled] {
  padding: 100px 0;
}@media (max-width:699px) {
  .M__wrapper[data-MW_scrolled] {
    padding: 0;
  }
}@media (max-width:1024px) {
  .M__wrapper {
    width: 100%;
  }
}@media (max-width:699px) {
  .M__wrapper {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 100%;
  }
}.M__main-wrapper {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 50px;
  padding: 40px;

  background: #ffffff;
  cursor: default;
  opacity: 0;
}@media (max-width:699px) {
  .M__main-wrapper {
    width: 100%;
    padding: 0;
  }
}.M__main-wrapper[data-active] {
  margin-top: 0;

  opacity: 1;

  -webkit-transition: 0.3s opacity,0.3s margin;

  -o-transition: 0.3s opacity,0.3s margin;

  transition: 0.3s opacity,0.3s margin;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;

  pointer-events: all;
}.M__main-wrapper:nth-child(1) {
  margin-top: 0;
}.M__close-btn {
  position: absolute;
  top: 0;
  right: calc(-40px - 16px);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;

  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}@media (max-width:699px) {
  .M__close-btn {
    top: 16px;
    right: 24px;

    background: #ffffff;
  }
}.M__close-btn:after,
.M__close-btn:before {
  content: "";
  position: absolute;

  width: 18px;
  height: 2px;

  background: #000000;
}.M__close-btn:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}.M__close-btn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}.M__header-title {
  text-align: left;
}@media (max-width:699px) {
  .M__header-title {
    width: 100%;
    padding: 24px 70px 24px 24px;
  }
}.M__header-subtitle {
  margin-top: 16px;
  margin-bottom: 24px;
}@media (max-width:699px) {
  .M__header-subtitle {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0 24px;
  }
}.M__header-hr {
  height: 2px;

  border: unset;
}@media (max-width:699px) {
  .M__header-hr {
    width: calc(100% - 24px*2);
    margin: auto;
  }
}.M__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}@media (max-width:699px) {
  .M__footer {
    margin-top: auto;
    padding: 0 24px 24px;
  }
}.M__footer-hr {
  height: 2px;
  margin: 24px 0 16px;

  border: unset;
}@media (max-width:699px) {
  .M__footer-hr {
    margin-top: 0;
  }
}.M__footer-title {
  text-align: left;
}.M__footer-subtitle {
  margin-top: 16px;
  margin-bottom: 24px;
}.M__footer-flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}@media (max-width:699px) {
  .M__footer-flexRow:nth-last-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}.M__footer-flexRow-title:before {
  content: "Общая сумма заказа:";
}@media (max-width:699px) {
  .M__footer-flexRow-title:before {
    content: "Cумма заказа:";
  }.M__footer-flexRow-price {
    font-size: 12px;
    line-height: 20px;
  }
}.M__footer-button {
  margin-top: 16px;
}.M__footer-button:nth-child(1) {
  margin-right: 37px;
  padding: 12px 33px;
}@media (max-width:699px) {
  .M__footer-button:nth-child(1) {
    margin-right: 0;
  }
}.M__footer-button:nth-child(2) {
  padding: 12px 33px;
}.M__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0 16px;
}.M__input-title {
  margin-bottom: 5px;

  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}@media (max-width:699px) {
  .M__input-title {
    font-size: 10px;
    line-height: 11.7px;
  }
}.M__input-wrapper {
  width: 100%;
}.M__input-wrapper_deadline,
.M__input-wrapper_mark {
  width: calc(100%/3 - 20px*2/3);
}@media (max-width:699px) {
  .M__input-wrapper_deadline,
  .M__input-wrapper_mark {
    width: 100%;
  }
}.M__input-wrapper_deadline {
  margin-right: 20px;
}@media (max-width:699px) {
  .M__input-wrapper_deadline {
    margin-right: 0;
  }
}.M__input-wrapper div,
.M__input-wrapper input {
  height: 40px;
  padding: 9px 10px 10px;

  background: #ffffff;
  border: unset;
  border-radius: 10px;
}@media (max-width:699px) {
  .M__input-wrapper div,
  .M__input-wrapper input {
    line-height: 14px;

    border-radius: 5px;
  }
}.M__custom-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.M__custom-input svg {
  margin-left: auto;
}.M__custom-input .mark_circle {
  margin: 0 15px 0 5px;
}.M__custom-input_mark span {
  margin-right: auto;
}.M__custom-input input,
.M__input-wrapper input,
.M__textarea-wrapper {
  width: 100%;
}.M__custom-select select,
.M__textarea-wrapper textarea {
  width: 100%;
  padding: 9px 10px 10px;

  border: unset;
  border-radius: 10px;
}.M__textarea-wrapper textarea {
  top: 21px;
  left: 0;

  height: 124px;

  background: #ffffff;
}@media (max-width:699px) {
  .M__textarea-wrapper textarea {
    line-height: 14px;

    border-radius: 5px;
  }
}.M__input-wrapper,
.M__select-wrapper,
.M__textarea-wrapper {
  margin-top: 10px;
}.M__input-wrapper[data-issue] input[type=text],
.M__input-wrapper[data-issue] textarea,
.M__select-wrapper[data-issue] input[type=text],
.M__select-wrapper[data-issue] textarea,
.M__textarea-wrapper[data-issue] input[type=text],
.M__textarea-wrapper[data-issue] textarea {
  border-color: red;
}.M__input-wrapper[data-issue] .M__issue-message,
.M__select-wrapper[data-issue] .M__issue-message,
.M__textarea-wrapper[data-issue] .M__issue-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.M__select-wrapper {
  width: calc(100%/3 - 20px*2/3);
}.M__select-wrapper_priority {
  margin-right: 20px;
}@media (max-width:699px) {
  .M__select-wrapper_priority {
    margin-right: 0;
  }
}.M__select-wrapper svg {
  pointer-events: none;
}@media (max-width:699px) {
  .M__select-wrapper {
    width: 100%;
  }
}.M__custom-select {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;

  background: #ffffff;
  border-radius: 10px;
}@media (max-width:699px) {
  .M__custom-select {
    border-radius: 5px;
  }
}.M__custom-select select {
  height: 40px;

  font-size: 18px;
  line-height: 21px;

  outline: 0;
  cursor: pointer;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}@media (max-width:699px) {
  .M__custom-select select {
    font-size: 12px;
    line-height: 14px;
  }
}.M__custom-select svg {
  position: absolute;
  right: 15px;
}.M__issue-message {
  display: none;
  margin-top: 5px;

  color: red;
}.M-info .M__cover {
  background: rgba(0,0,0,0.3);
}.M-info__main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 666px;
  height: 333px;
  padding: 32px 32px 32px 72px;

  background: #f5f5f5;
}.M-info__close-btn {
  position: absolute;
  top: 42px;
  right: 32px;
}.M-info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 289px;
  margin-left: 34px;

  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #2d3039;
}.flexCol,
.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}.flexCol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}.main-promo {
  position: relative;

  width: 100%;
  height: 100%;
  min-height: 900px;
  overflow: hidden;
}.s-promo {
  position: absolute;

  height: 100%;
}.s-promo__container {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-top: 69px;
}.s-promo__logo1 {
  width: 131px;
  height: 119px;
  margin-right: 54px;
}.s-promo__logo2 {
  width: 130px;
  height: 66px;
}.s-promo__flowers {
  position: absolute;
  bottom: -13vw;
  left: -5vw;
  z-index: -1;

  width: 110vw;
  height: auto;
}@media (max-width:1200px) {
  .s-promo__flowers {
    width: 110%;
  }
}.s-promo__title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;

  font-weight: 600;
  font-size: 80px;
  line-height: 88px;
  text-align: center;
  color: #e42428;

  opacity: 0.98;
}.s-preview {
  background: #f5f5f5;
}.s-preview__info-wrapper {
  position: absolute;
  left: 157px;
  z-index: 1;

  width: 448px;
  margin-top: 57px;

  color: #2d3039;
}.s-preview__info-wrapper-title {
  margin-top: 74px;
  margin-left: 20px;

  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 66px;
  color: #2d2e29;

  opacity: 0.98;
}.s-preview__info-wrapper-title span {
  font-weight: 600;
  color: #e42428;
}.s-preview__info-wrapper-subtitle {
  margin-top: 64px;

  font-weight: 400;
}@media (max-width:1340px) {
  .s-preview__info-wrapper-subtitle {
    margin-top: 63px;
  }
}.s-preview__info-wrapper-text {
  margin-top: 56px;

  font-size: 18px;
  line-height: 22px;
}.s-preview__info-wrapper-text a,
.s-shop__title span {
  color: #f84646;
}.s-preview__info-wrapper-button {
  margin-top: 32px;
  padding: 12px 30px;

  font-size: 18px;
  line-height: 22px;
  color: #ffffff;

  background: #f84646;
  border-radius: 3px;
}.s-preview__container {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 45px;
}@media (max-width:1340px) {
  .s-preview__container {
    padding-right: 60px;
    padding-left: 60px;
    overflow: hidden;
  }
}.s-preview__logo1 {
  width: 102px;
  height: auto;
  margin-right: 41px;
}.s-preview__logo2 {
  width: 252px;
}.s-preview__illustration {
  width: 995px;
  height: auto;
  margin: 0 0 0 120px;
}.s-preview__logos-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}.s-shop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  padding-bottom: 144px;
}.s-shop__title {
  margin-top: 16px;

  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 44px;
  text-align: center;
  color: #2d3039;
}.s-shop__goods-wrapper {
  display: grid;
  width: 100%;
  margin-top: 74px;

  grid-gap: 75px;
  grid-template-columns: repeat(3,1fr);
}.s-basket__goods-card:nth-child(3n) .s-basket__goods-card-info::before,
.s-shop__goods-card:nth-child(3n) .s-shop__goods-card-info::before {
  right: 0;
  left: unset;
}.s-shop__goods-card-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}.s-shop__goods-card-img {
    max-width: 100%;
    height: 320px;
}.s-shop__goods-card-info {
  position: relative;

  padding: 14px 0 24px;
}.s-shop__goods-card-info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;

  width: 100vw;
  height: 100%;

  background: #f5f5f5;
  border-top: 1px solid #2d2e29;
}.s-shop__goods-card-text,
.s-shop__goods-card-title {
  margin-top: -5px;

  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 44px;
  color: #2d3039;
}.s-shop__goods-card-text {
  margin-top: -18px;

  font-size: 14px;
  color: #909090;
}.s-shop__goods-card-points {
  position: absolute;
  top: 8px;
  right: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 44px;
  color: #f1361d;
}.s-shop__goods-card-points span {
  margin-bottom: -15px;

  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #f1361d;
}.s-shop__goods-card-button,
.s-shop__show-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;

  border-radius: 3px;
}.s-shop__goods-card-button {
  width: 100%;

  background: #f84646;
}.s-shop__show-all {
  width: 313px;
  margin-top: 87px;

  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;

  background: #9b9eaa;
}.s-basket {
  position: relative;
}.s-basket::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  width: 851px;
  height: 1px;
  margin: auto;

  background: #2d2e29;
}.s-basket__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 89px;
  padding-bottom: 139px;
}.s-basket__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 44px;
  text-align: center;
  color: #2d3039;
}.s-basket__title svg {
  margin-right: 30px;
}.s-basket__title span {
  margin-left: 15px;

  color: #f84646;
}.s-basket__goods-wrapper {
  display: grid;
  width: 100%;
  margin-top: 74px;

  grid-gap: 75px;
  grid-template-columns: repeat(3,1fr);
}.s-basket__goods-card-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}.s-basket__goods-card-img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}.s-basket__goods-card-info {
  position: relative;

  padding: 14px 0 24px;
}.s-basket__goods-card-info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;

  width: 100vw;
  height: 100%;

  background: #f5f5f5;
  border-top: 1px solid #2d2e29;
}.s-basket__goods-card-text,
.s-basket__goods-card-title {
  margin-top: -5px;

  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 44px;
  color: #2d3039;
}.s-basket__goods-card-text {
  margin-top: -18px;

  font-size: 14px;
  color: #909090;
}.s-basket__goods-card-points {
  position: absolute;
  top: 8px;
  right: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 44px;
  color: #f1361d;
}.s-basket__goods-card-points span {
  margin-bottom: -15px;

  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #f1361d;
}.s-basket__goods-card-button,
.s-basket__show-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;

  border-radius: 3px;
}.s-basket__goods-card-button {
  width: 100%;

  background: #f84646;
}.s-basket__show-all {
  width: 313px;
  margin-top: 87px;

  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;

  background: #9b9eaa;
}.s-basket__goods-container {
  margin-top: 68px;
}.s-basket__text {
  margin: 51px auto 0;

  text-align: center;
}.s-basket__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 45px;
  margin: 41px auto 0;
  padding: 0 35px;

  background: #f84646;
  border-radius: 3px;
}.s-basket__history-title {
  margin: 70px 0 0 28px;
}.s-basket__goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 149px;
  margin-top: 21px;

  background: #f5f5f5;
  border-bottom: 1px solid #2d2e29;
}.s-basket__goods:nth-child(1) {
  margin-top: 0;
}.s-basket__goods--history {
  background: #cfd3e2;
}.s-basket__goods-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 28px;
}.s-basket__goods-counter span {
  margin-left: 22px;
}.s-basket__goods-img {
  width: auto;
  height: 100%;
}.s-basket__goods-indicator,
.s-basket__goods-points,
.s-basket__goods-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 33px;
}.s-basket__goods-points {
  color: #e42024;
}
 #header {
   position: fixed;
   z-index: 999;
 }
 .M-info__close-btn {
   cursor: pointer;
 }
 .js-send-to-cart {
   cursor: pointer;
 }
 .s-shop__goods-card-text, .s-shop__goods-card-title {
    max-width: 305px;
    line-height: 22px;
    height: 60px;
}


.s-prev {
  height: 100vh;
  background: url(../img/bg-prev.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.s-prev .s-container {
  height: 100%;
}
.prev {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prev .prev-top {
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 130px;
}
.prev .prev-top >*:not(:last-child) {
  margin-right: 30px;
}

.prev .s-shop__title {
  font-size: 10vh;
  margin-bottom: 60px;
  font-weight: bold;
}

.prev .prev-descr {
  font-size: 5vh;
  font-weight: normal;
  text-align: center;
  line-height: 1.1;
}
.prev .btn {
  background: #FDC65B;
  border-radius: 100px;
  width: 256px;
  font-size: 20px;
  color: #333333;
  height: 56px;
  -webkit-transition:  linear .2s;
  -o-transition:  linear .2s;
  transition:  linear .2s;
}

.prev .btn:hover {
  background-color:  #fbbb40;
}
@media (max-width:  1100px) {
  .s-prev {
    background-size: contain;
    background-position: bottom;
  }
}
@media (max-width:  480px) {
  .s-prev {
    background-size: cover;
  }
}