.none {
  display: none;
}

.container__header {
  width: 1208px;
  margin: 0 auto;
  /* 992px - 1200px */
  /* 768px - 992px */
  /* 576px - 768px */
}

.container {
  width: 1060px;
  margin: 0 auto;
  /* 992px - 1200px */
  /* 768px - 992px */
  /* 576px - 768px */
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

input,
button,
textarea {
  font-family: inherit;
  -webkit-appearance: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  color: #343434;
  font-size: 12px;
  background: #f6ece5;
}

.header {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #f6ece5;
  -webkit-box-shadow: 0px 20px 50px rgba(111, 111, 111, 0.1);
  box-shadow: 0px 20px 50px rgba(111, 111, 111, 0.1);
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav .header__nav__logo img {
  display: block;
  width: 226px;
  height: 44px;
}

.header__nav .header__nav__menu {
  /* 768px - 992px */
}

.header__nav .header__nav__menu .header__nav__menu__list {
  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;
  width: 506px;
}

.header__nav .header__nav__menu .header__nav__menu__list .header__nav__menu__list__link a {
  display: block;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #343434;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__nav .header__nav__menu .header__nav__menu__list .header__nav__menu__list__link a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #fd8771;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__nav .header__nav__menu .header__nav__menu__list .header__nav__menu__list__link a:hover {
  color: #fd8771;
}

.header__nav .header__nav__menu .header__nav__menu__list .header__nav__menu__list__link a:hover::before {
  width: 100%;
}

.burger__menu {
  display: none;
  /* 768px - 992px */
}

.header__burger {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 18px;
  cursor: pointer;
  position: relative;
  z-index: 12;
}

.header__burger span {
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.burder__menu__header__nav__menu__list {
  display: none;
  position: absolute;
  top: 76px;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f6ece5;
  z-index: 1;
}

.burder__menu__header__nav__menu__list .burder__menu__header__nav__menu__list__link {
  margin-top: 50px;
  margin-left: 30px;
}

.burder__menu__header__nav__menu__list .burder__menu__header__nav__menu__list__link a {
  display: block;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 19px;
  color: #343434;
}

.active.burger_item-1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 5px);
  -ms-transform: rotate(-45deg) translate(-4px, 5px);
  transform: rotate(-45deg) translate(-4px, 5px);
}

.active.burger_item-2 {
  opacity: 0;
}

.active.burger_item-3 {
  -webkit-transform: rotate(45deg) translate(-5px, -7px);
  -ms-transform: rotate(45deg) translate(-5px, -7px);
  transform: rotate(45deg) translate(-5px, -7px);
}

.active.body {
  overflow: hidden;
}

.active.header__nav__menu__list {
  display: block;
}

.offer {
  padding-top: 3%;
  padding-bottom: 3%;
}

.offer__wrap {
  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;
  /* 768px - 992px */
}

.offer__wrap__column .offer__wrap__column__title {
  /* 768px - 992px */
}

.offer__wrap__column .offer__wrap__column__title h1 {
  font-family: "Tenor Sans", sans-serif;
  width: 410px;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  color: #343434;
  position: relative;
  /* 320px - 576px */
}

.offer__wrap__column .offer__wrap__column__title h1:before {
  position: absolute;
  content: "";
  bottom: -12px;
  width: 250px;
  height: 1px;
  background: #000000;
}

.offer__wrap__column .offer__wrap__column__subtitle {
  margin-top: 49px;
}

.offer__wrap__column .offer__wrap__column__subtitle p {
  width: 335px;
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  color: #000000;
}

.offer__wrap__column .offer__wrap__column__subtitle p span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  color: #872626;
}

.offer__wrap__column .offer__wrap__column__btn {
  margin-top: 48px;
}

.offer__wrap__column .offer__wrap__column__btn .header__btn {
  display: block;
  width: 400px;
  /* 320px - 576px */
}

.offer__wrap__column .offer__wrap__column__img {
  margin-right: -82px;
  /* 768px - 992px */
}

.offer__wrap__column .offer__wrap__column__img img {
  width: 649px;
  height: 563px;
  /* 992px - 1200px */
  /* 320px - 576px */
}

.btn {
  display: block;
  width: 315px;
  background: #fd8771;
  border: 3px solid #343434;
  padding-top: 21px;
  padding-bottom: 21px;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #343434;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* 768px - 992px */
}

.btn:hover {
  background: #ff6245;
  color: #fff;
  border: 3px solid #ff6245;
}

h2 {
  width: 294px;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #343434;
  position: relative;
}

h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 200px;
  height: 1px;
  background: #fd8771;
}

.adventages {
  padding-top: 63px;
  padding-bottom: 65px;
  background: url(..//img/bg_advantages.jpg) center top no-repeat;
  background-size: cover;
}

.adventages__wrap {
  margin-top: 76px;
  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;
  /* 768px - 992px */
  /* 576px - 768px */
}

.adventages__wrap_item {
  width: 250px;
  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;
  position: relative;
  /* 768px - 992px */
}

.adventages__wrap_item:before {
  content: "";
  position: absolute;
  top: 31px;
  right: -30px;
  background: url(..//img/arrow__advantages.png) right center no-repeat;
  width: 32px;
  height: 19px;
}

.adventages__wrap_item:last-child::before {
  background: none;
}

.adventages__wrap_item .adventages__wrap_item__img {
  width: 91px;
  height: 98px;
}

.adventages__wrap_item .adventages__wrap_item__img img {
  display: block;
}

.adventages__wrap_item .adventages__wrap_item__title {
  margin-top: 11px;
}

.adventages__wrap_item .adventages__wrap_item__title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #343434;
}

.adventages__wrap_item .adventages__wrap_item__title p span {
  font-weight: 600;
}

.adventages__wrap_item .adventages__wrap_item__title p .adventages__wrap_item__title__discont {
  font-weight: 600;
  text-decoration: underline;
  color: #872626;
}

.product {
  padding-top: 72px;
  padding-bottom: 156px;
  position: relative;
}

.product:before {
  content: "";
  position: absolute;
  top: 88px;
  right: 0;
  background: url(..//img/img__product.png);
  height: 140.12451171875px;
  width: 195.1875px;
}

.product__wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.product__wrap__item {
  width: 331px;
  margin-top: 50px;
  margin-right: 33px;
  /* 992px - 1200px */
  /* 768px - 992px */
}

.product__wrap__item:nth-child(3n) {
  margin-right: 0;
}

.product__wrap__item .product__wrap__item__img {
  position: relative;
}

.product__wrap__item .product__wrap__item__img:before {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  width: 309px;
  height: 292px;
  background: #c4c4c4;
  z-index: -1;
  /* 768px - 992px */
}

.product__wrap__item .product__wrap__item__img img {
  display: block;
  width: 312px;
  height: 293px;
  background-position: center;
  /* 768px - 992px */
}

.product__wrap__item .product__wrap__item__title {
  margin-top: 8px;
}

.product__wrap__item .product__wrap__item__title p {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  /* 768px - 992px */
}

.product__wrap__item .product__wrap__item__subtitle {
  margin-top: 2px;
}

.product__wrap__item .product__wrap__item__subtitle p {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  /* 768px - 992px */
}

.product__wrap__item .product__wrap__item__description {
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.product__wrap__item .product__wrap__item__description p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #872626;
  /* 768px - 992px */
}

.product__wrap__item .product__wrap__item__description p:last-child {
  font-weight: bold;
  text-decoration: underline;
}

.product__wrap__item .product__wrap__item__price {
  margin-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product__wrap__item .product__wrap__item__price .product__wrap__item__price__cost {
  margin-right: 5px;
}

.product__wrap__item .product__wrap__item__price .product__wrap__item__price__cost p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.product__wrap__item .product__wrap__item__price__value p {
  font-family: "Tenor Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000000;
}

.product__wrap__item .product__wrap__item__price__value p span {
  font-size: 30px;
  color: #872626;
}

.product__wrap__item .product__wrap__item__btn {
  margin-top: 13px;
}

.dress {
  padding-top: 53px;
  padding-bottom: 32px;
  background: url(..//img/bg__dress.jpg);
  background-size: cover;
}

.dress h2 {
  width: 396px;
  /* 320px - 576px */
}

.dress__wrap {
  margin-top: 85px;
  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;
  /* 768px - 992px */
}

.dress__wrap__item {
  /* 768px - 992px */
}

.dress__wrap__item .dress__wrap__item__top {
  width: 212px;
  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;
}

.dress__wrap__item .dress__wrap__item__top img {
  width: 81px;
  height: 85px;
  display: block;
}

.dress__wrap__item .dress__wrap__item__top p {
  font-family: "Tenor Sans", sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  color: #343434;
}

.dress__wrap__item .dress__wrap__item__description {
  margin-top: 22px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.dress__wrap__item .dress__wrap__item__description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #343434;
}

.dress__wrap__item .dress__wrap__item__description p span {
  font-weight: 600;
}

.item__dress__wrap__1 {
  width: 296px;
  /* 320px - 576px */
}

.item__dress__wrap__2 {
  width: 325px;
  /* 320px - 576px */
}

.item__dress__wrap__3 {
  width: 296px;
  /* 320px - 576px */
}

.keep {
  padding-top: 79px;
  padding-bottom: 105px;
}

.keep h2 {
  width: 396px;
  /* 320px - 576px */
}

.keep__wrap {
  margin-top: 82px;
  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;
  /* 768px - 992px */
}

.keep__wrap__item {
  width: 273px;
  /* 768px - 992px */
}

.keep__wrap__item .keep__wrap__item__img {
  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;
}

.keep__wrap__item .keep__wrap__item__img img {
  display: block;
  width: 71.96px;
  height: 52.51px;
}

.keep__wrap__item .keep__wrap__item__description {
  margin-top: 14px;
}

.keep__wrap__item .keep__wrap__item__description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}

.keep__wrap__item .keep__wrap__item__description p span {
  font-weight: 600;
}

.import {
  padding-top: 77px;
  padding-bottom: 42px;
  background: url(..//img/bg__import.jpg) center top no-repeat;
  background-size: cover;
}

.import h2 {
  width: 449px;
  /* 320px - 576px */
}

.import__wrap {
  width: 937px;
  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;
  /* 992px - 1200px */
  /* 768px - 992px */
}

.import__wrap .import__wrap__description {
  width: 428px;
  /* 768px - 992px */
  /* 320px - 576px */
}

.import__wrap .import__wrap__description p {
  margin-top: 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.import__wrap .import__wrap__description p:last-child {
  font-weight: 600;
}

.import__wrap .import__wrap__description p span {
  font-weight: 600;
}

.import__wrap .import__wrap__img {
  position: relative;
  z-index: 2;
  /* 768px - 992px */
}

.import__wrap .import__wrap__img:before {
  content: "";
  position: absolute;
  top: -13px;
  left: -8px;
  width: 292px;
  height: 439px;
  background: #c4c4c4;
  z-index: -1;
}

.import__wrap .import__wrap__img img {
  display: block;
  width: 301px;
  height: 436px;
}

.contacts {
  padding-top: 97px;
  padding-bottom: 115px;
  overflow: hidden;
}

.contacts__wrap {
  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;
  /* 768px - 992px */
}

.contacts__wrap__column {
  /* 768px - 992px */
}

.contacts__wrap__column .contacts__wrap__column__btn {
  margin-top: 128px;
}

.contacts__wrap__column .contacts__wrap__column__btn .contacts__wrap__column__btn__social {
  display: block;
  margin-top: 23px;
  font-weight: 500;
  font-size: 21px;
  line-height: 49px;
  color: #000000;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contacts__wrap__column .contacts__wrap__column__btn .contacts__wrap__column__btn__social:first-child {
  margin-top: 0;
}

.contacts__wrap__column .contacts__wrap__column__btn .contacts__wrap__column__btn__social span {
  margin-right: 21px;
}

.contacts__wrap__column .contacts__wrap__column__btn .contacts__wrap__column__btn__social:hover {
  color: #fd8771;
}

.contacts__wrap__column__rewiews {
  position: relative;
  /* 320px - 576px */
}

.contacts__wrap__column__rewiews:before {
  content: "";
  position: absolute;
  top: -55px;
  right: 0;
  background: url(..//img/img__product.png) center;
  background-size: cover;
  height: 106.24874877929688px;
  width: 148px;
}

.contacts__wrap__column__rewiews .contacts__wrap__column__rewiews__slider {
  margin-top: 68px;
  width: 568px;
  /* 320px - 576px */
}

.contacts__wrap__column__rewiews
  .contacts__wrap__column__rewiews__slider
  .contacts__wrap__column__rewiews__slider__wrap
  .contacts__wrap__column__rewiews__slider__wrap__item
  img {
  width: 273px;
  height: 437px;
  display: block;
  background-position: center;
}

.form__page {
  padding-top: 63px;
  padding-bottom: 72px;
  background: url(..//img/bg__form.jpg) center no-repeat;
  background-size: cover;
}

.form__page__wrap {
  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;
  /* 992px - 1200px */
}

.form__page__wrap__column .form__page__wrap__column__description h2 {
  font-size: 48px;
  line-height: 56px;
  width: 410px;
  /* 320px - 576px */
}

.form__page__wrap__column .form__page__wrap__column__description p {
  margin-top: 49px;
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  color: #000000;
}

.form__page__wrap__column .form__page__wrap__column__description p span {
  font-weight: 600;
  color: #872626;
}

.form__page__wrap__column .form__page__wrap__column__form {
  margin-top: 17px;
}

.form__page__wrap__column
  .form__page__wrap__column__form
  .form__page__wrap__column__form__intro
  .form__page__wrap__column__form__intro__input {
  margin-top: 19px;
  width: 430px;
  background: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  /* 320px - 576px */
}
.select {
  background: url(..//img/select.png) 90% center no-repeat;
  background-color: #ffffff;
  appearance: none;
  margin-top: 19px;
  width: 430px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #6c6c6c;
  cursor: pointer;
}
.form__page__wrap__column
  .form__page__wrap__column__form
  .form__page__wrap__column__form__intro
  .form__page__wrap__column__form__intro__input:first-child {
  margin-top: 0;
}

.form__page__wrap__column .form__page__wrap__column__form .form__page__wrap__column__form__intro p {
  width: 430px;
  margin-top: 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #100f0f;
  /* 320px - 576px */
}

.form__page__wrap__column
  .form__page__wrap__column__form
  .form__page__wrap__column__form__intro
  .form__page__wrap__column__form__intro__btn {
  margin-top: 26px;
  /* 992px - 1200px */
  /* 320px - 576px */
}

.form__page__wrap__column .form__page__wrap__column__img {
  margin-left: 62px;
  /* 992px - 1200px */
  /* 576px - 768px */
}

.form__page__wrap__column .form__page__wrap__column__img img {
  display: block;
  width: 580px;
  height: 531px;
  /* 576px - 768px */
  /* 320px - 576px */
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer__wrap {
  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;
  /* 576px - 768px */
}

.footer__wrap .footer__wrap__btn {
  margin-right: 32px;
  /* 576px - 768px */
}

.footer__wrap .footer__wrap__btn:last-child {
  margin-right: 0;
}

.footer__wrap .footer__wrap__btn a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__wrap .footer__wrap__btn a:hover {
  color: #fd8771;
}

.footer__payment {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__payment img {
  width: 86px;
  height: auto;
  margin-right: 15px;
}

.footer__payment img:last-child {
  margin-right: 0;
}

.thanks {
  height: 100%;
  background-size: cover;
  background: url(..//img/bg__form.jpg) center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thanks h3 {
  margin-bottom: 15px;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  text-transform: uppercase;
  color: #343434;
}

.thanks p {
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  .container__header {
    width: 970px;
    margin: 0 auto;
  }

  .container {
    width: 970px;
    margin: 0 auto;
  }

  .offer__wrap__column .offer__wrap__column__img img {
    width: 442px;
    height: 442px;
  }

  .product__wrap__item:nth-child(3n) {
    margin-right: 33px;
  }

  .product__wrap__item:nth-child(2n) {
    margin-right: 0;
  }

  .import__wrap {
    width: 100%;
  }

  .form__page__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .form__page__wrap__column
    .form__page__wrap__column__form
    .form__page__wrap__column__form__intro
    .form__page__wrap__column__form__intro__btn {
    display: block;
    width: 315px;
    background: #fd8771;
    border: 3px solid #343434;
    padding-top: 21px;
    padding-bottom: 21px;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #343434;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .form__page__wrap__column .form__page__wrap__column__img {
    margin-left: 0;
    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;
  }
}

@media screen and (max-width: 992px) {
  .container__header {
    width: 740px;
    margin: 0 auto;
  }

  .container {
    width: 740px;
    margin: 0 auto;
  }

  .header__nav .header__nav__menu {
    display: none;
  }

  .burger__menu {
    display: block;
  }

  .offer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .offer__wrap__column .offer__wrap__column__title {
    margin-top: 10px;
  }

  .offer__wrap__column .offer__wrap__column__img {
    margin-right: 0px;
  }

  .btn {
    width: 160px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
  }
  @media screen and (max-width: 576px) {
    .btn {
      width: 100%;
    }
  }
  .adventages__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .adventages__wrap_item {
    margin-top: 40px;
  }

  .adventages__wrap_item:before {
    background: none;
  }

  .product:before {
    background: none;
  }

  .product__wrap__item {
    width: 168px;
    margin-right: 11px;
  }
  @media screen and (max-width: 576px) {
    .product__wrap__item {
      width: 100%;
      margin-right: 0;
    }
  }

  .product__wrap__item:nth-child(3n) {
    margin-right: 11px;
  }

  .product__wrap__item:nth-child(2n) {
    margin-right: 11px;
  }

  .product__wrap__item .product__wrap__item__img:before {
    width: 156.83px;
    height: 148.21px;
    top: -5px;
    left: -5px;
  }
  @media screen and (max-width: 576px) {
    .product__wrap__item .product__wrap__item__img:before {
      /* left: 25%; */
      display: none;
    }
  }
  /* @media screen and (max-width: 454px) {
    .product__wrap__item .product__wrap__item__img:before {
      left: 30%;
    }
  }
  @media screen and (max-width: 426px) {
    .product__wrap__item .product__wrap__item__img:before {
      left: 25%;
    }
  }
  @media screen and (max-width: 346px) {
    .product__wrap__item .product__wrap__item__img:before {
      left: 20%;
    } */
}
@media screen and (max-width: 992px) {
  .product__wrap__item .product__wrap__item__img img {
    height: 148.71299743652344px;
    width: 158.35650634765625px;
  }
}

@media screen and (max-width: 576px) {
  .product__wrap__item__img {
    margin: 0px auto 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product__wrap__item .product__wrap__item__img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 952px) {
  .contacts__wrap {
    flex-direction: column;
  }
  .contacts__wrap__column__rewiews {
    margin: 100px 0px 0px 0px;
  }
}
@media screen and (max-width: 576px) {
  .contacts__wrap__column__rewiews {
    margin: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .dress__wrap {
    flex-direction: column;
  }
  .dress__wrap__item {
    margin: 0px 0px 30px 0px;
  }
}
/* .product__wrap__item .product__wrap__item__title p {
  font-size: 12px;
  line-height: 15px;
} */
@media screen and (max-width: 576px) {
  .product__wrap__item .product__wrap__item__title p {
    font-size: 18px;
    margin: 15px 0px 0px 0px;
  }
}
/* .product__wrap__item .product__wrap__item__subtitle p {
  font-size: 10px;
  line-height: 12px;
} */

/* .product__wrap__item .product__wrap__item__description p {
  font-size: 9px;
  line-height: 12px;
} */

/* .product__wrap__item .product__wrap__item__price .product__wrap__item__price__cost p {
  font-size: 12px;
  line-height: 15px;
} */
@media screen and (max-width: 576px) {
  .product__wrap__item .product__wrap__item__subtitle p {
    margin: 8px 0px 0px 0px;
    font-size: 14px;
  }
  .product__wrap__item .product__wrap__item__description p {
    font-size: 12px;
    line-height: 1.4;
  }
}
.product__wrap__item .product__wrap__item__price__value p span {
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 576px) {
  .product__wrap__item .product__wrap__item__price__value p span {
    font-size: 34px;
  }
}

.product__wrap__item .product__wrap__item__price__value p {
  font-size: 14px;
  line-height: 16px;
}
@media screen and (max-width: 576px) {
  .product__wrap__item .product__wrap__item__price {
    align-items: center;
  }
  .dress__wrap {
    -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;
  }

  .dress__wrap__item {
    margin-top: 40px;
  }

  .dress__wrap__item:first-child {
    margin-top: 0;
  }

  @media screen and (max-width: 568px) {
    .keep__wrap {
      -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;
    }
  }

  .keep__wrap__item:first-child {
    margin-top: 0;
  }

  .import__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .import__wrap .import__wrap__description {
    margin-top: 50px;
  }

  .import__wrap .import__wrap__img {
    margin-top: 40px;
  }

  .contacts__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contacts__wrap__column {
    margin-top: 125px;
  }
}

@media screen and (max-width: 768px) {
  .container__header {
    width: 540px;
    margin: 0 auto;
  }

  .container {
    width: 540px;
    margin: 0 auto;
  }

  .adventages__wrap {
    -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;
    margin: 0 auto;
  }

  .form__page__wrap__column .form__page__wrap__column__img img {
    width: 482px;
    height: 476px;
  }

  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__wrap .footer__wrap__btn {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .footer__wrap .footer__wrap__btn:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .container__header {
    width: 95%;
    margin: 0 auto;
  }

  .container {
    width: 97%;
    margin: 0 auto;
  }

  .offer__wrap__column .offer__wrap__column__title h1 {
    font-size: 30px;
    width: 300px;
    line-height: 42px;
  }

  .offer__wrap__column .offer__wrap__column__subtitle p {
    width: 300px;
  }

  .offer__wrap__column .offer__wrap__column__btn .header__btn {
    width: 300px;
  }

  .offer__wrap__column .offer__wrap__column__img img {
    width: 100%;
    height: auto;
  }

  .dress h2 {
    width: 100%;
  }

  .item__dress__wrap__1 {
    width: 100%;
  }

  .item__dress__wrap__2 {
    width: 100%;
  }

  .item__dress__wrap__3 {
    width: 100%;
  }

  .keep h2 {
    width: 100%;
  }

  .import h2 {
    width: 100%;
  }

  .import__wrap .import__wrap__description {
    width: 100%;
  }

  .contacts__wrap__column__rewiews:before {
    background: none;
  }

  .contacts__wrap__column__rewiews .contacts__wrap__column__rewiews__slider {
    width: 250px;
    margin: 0 auto;
    margin-top: 68px;
  }

  .form__page__wrap__column .form__page__wrap__column__description h2 {
    font-size: 36px;
    line-height: 42px;
    width: 100%;
  }

  .form__page__wrap__column
    .form__page__wrap__column__form
    .form__page__wrap__column__form__intro
    .form__page__wrap__column__form__intro__input {
    width: 308px;
  }
  .select {
    width: 308px;
  }

  .form__page__wrap__column .form__page__wrap__column__form .form__page__wrap__column__form__intro p {
    width: 100%;
  }

  .form__page__wrap__column
    .form__page__wrap__column__form
    .form__page__wrap__column__form__intro
    .form__page__wrap__column__form__intro__btn {
    width: 310px;
  }

  .form__page__wrap__column .form__page__wrap__column__img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 371px) {
  .product__wrap__item {
    margin-right: 3px;
  }

  .product__wrap__item:nth-child(2n) {
    margin-right: 0px;
  }

  .product__wrap__item:nth-child(3n) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 348px) {
  .product__wrap__item {
    margin-right: 3px;
  }

  .product__wrap__item:nth-child(2n) {
    margin-right: 3px;
  }

  .product__wrap__item:nth-child(3n) {
    margin-right: 0px;
  }
}
