/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/index.scss ***!
  \**************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;900&display=swap);
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/index.scss (1) ***!
  \******************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Forum&display=swap);
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/index.scss (2) ***!
  \******************************************************************************************************************************************************************************************/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  --main-pink-color: #b6426f;
  scroll-behavior: smooth;
}

html {
  background: #fffaf4;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
html.menu-open {
  /*overflow: hidden;*/
}

body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

@font-face {
  font-family: "Kobzar KS";
  src: url("./fonts/KobzarKS_v1-020.otf") format("opentype"),
    url("./fonts/kobzarks.woff2") format("woff2"),
    url("./fonts/kobzarks.woff") format("woff"),
    url("./fonts/kobzarks.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-left: 24px;
  border-bottom: 2px solid #4f5e57;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background: #fffaf4;
  z-index: 2;
  transform: translateY(-100%);
  transition: 1s ease all;
}
.header.animated {
  transform: translateY(0);
}
.header > .navigation__button {
  display: none;
}
.header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header__logo {
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  align-self: center;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__lang {
  margin-right: 24px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4f5e57;
  font-family: "Roboto Slab", serif;
}
.header__phone {
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4f5e57;
  margin-right: 24px;
  font-family: "Roboto Slab", serif;
}
.header__user,
.header__cart {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #4f5e57;
  cursor: pointer;
}
.header__cart {
  position: relative;
  height: 100%;
}
.header__cart-inner {
  position: absolute;
  content: var(--cart);
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 14px;
  height: 14px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--main-pink-color);
  color: #fff;
  font-size: 11px;
}
.header__cart.fill .header__cart-inner {
  display: flex;
}
.header__hamburger {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #4f5e57;
  cursor: pointer;
  display: none;
}
@media (max-width: 900px) {
  .header__hamburger {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .header {
    padding-left: 16px;
  }
  .header__user,
  .header__cart {
    padding: 16px 16px;
  }
  .header__user img,
  .header__cart img {
    max-width: 20px;
  }
  .header__phone,
  .header__lang {
    font-size: 12px;
    margin-right: 16px;
  }
  .header__logo {
    max-width: 80px;
  }
  .header__logo img {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .header {
    padding-left: 0;
  }
  .header__burger {
    display: flex;
  }
  .header .navigation__button {
    display: flex;
  }
  .header__lang,
  .header__phone {
    display: none;
  }
  .header__user,
  .header__cart {
    padding: 16px 16px;
  }
  .header__user img,
  .header__cart img {
    max-width: 20px;
  }
}
@media (max-width: 480px) {
  .header__logo {
    max-width: 70px;
  }
}

.navigation {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.navigation .header__lang,
.navigation .header__phone {
  display: none;
}
.navigation__close {
  display: none;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.navigation__link {
  cursor: pointer;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  /* identical to box height, or 154% */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease-in-out all;
  color: #4f5e57;
}
.navigation__link:not(:last-child) {
  margin-right: 24px;
}
.navigation__link:hover,
.navigation__link.active {
  color: #b6426f;
}
.navigation__button {
  background: #b6426f;
  border-radius: 4px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  /* identical to box height, or 154% */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease-in-out all;
  padding: 4px 12px;
  margin-right: 24px;
}
.navigation__button:hover,
.navigation__button.active {
  background: #ca9ec8;
  color: #fff;
}
.navigation__button.active {
  color: #fff;
}
@media (max-width: 1024px) {
  .navigation__link {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .navigation {
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(var(--viewport-height, 1vh) * 100);
    background: #fffaf4;
    padding: 18px 24px 24px;
    z-index: 20;
    transform: translateX(-100%);
    transition: 0.8s ease all;
  }
  .navigation__button {
    background: transparent;
    color: #4f5e57;
    padding: 0;
    margin-right: 0;
  }
  .navigation__close {
    align-self: flex-end;
    display: flex;
    margin-bottom: 24px;
  }
  .navigation__link {
    font-size: 16px;
  }
  .navigation__link:not(:last-child) {
    margin-bottom: 20px;
  }
  .navigation.open {
    transform: translateX(0%);
  }
}

.intro {
  width: 100%;
  padding-top: 132px;
  padding-bottom: 120px;
}
.intro__container {
  max-width: 1054px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro .leaf-cont {
  padding-top: 18px;
  margin-top: -18px;
}
.intro .slide-wrap.mlt {
  margin-top: -16px;
  margin-left: -77px;
}
.intro__title {
  padding-top: 18px;
  margin-left: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.intro__title img {
  max-width: 109px;
  margin-right: 16px;
  margin-top: -18px;
}
.intro__title span {
  display: inline-block;
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 120px;
  line-height: 132px;
  text-align: center;
  text-transform: uppercase;
  /* BlackBean */
  color: #0d2219;
}
.intro__text {
  padding-top: 4px;
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 450;
  font-size: 13px;
  line-height: 20px;
  /* or 154% */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  /* Nandor */
  color: #4f5e57;
  display: inline-block;
  max-width: 280px;
  margin-left: 52px;
}
.intro__video {
  margin-top: 56px;
  position: relative;
  opacity: 0;
  transition: 1s ease-in-out all;
}
.intro__video.animated {
  opacity: 1;
}
.intro__video-cont {
  max-width: 461px;
  height: 640px;
  position: relative;
}
.intro__video-cont > img {
  position: absolute;
  z-index: -1;
  right: -16px;
  top: -16px;
}
.intro__video-left,
.intro__video-right {
  position: absolute;
}
.intro__video-left.animated,
.intro__video-right.animated {
  transform: translate(0, 0);
  opacity: 1;
}
.intro__video-left {
  left: -224px;
  top: 47px;
  max-width: 300px;
  transform: translate(20%, 20%);
  opacity: 0;
  transition: 2.5s ease all;
}
.intro__video-content {
  width: 100%;
  height: 100%;
  border-radius: 230px 230px 0 0;
  overflow: hidden;
  isolation: isolate;
  display: flex;
}
.intro__video-content img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
  transform: translate3d(0, -9%, 0) scale(1.2);
}
@media (max-width: 1024px) {
  .intro__video-content img {
    transform: translate3d(0, 0%, 0) scale(1.1);
  }
}
.intro__video-right {
  top: 139px;
  right: -150px;
  z-index: -1;
  max-width: 218px;
  transform: translate(-20%, 20%);
  transition: 1.5s ease all;
  opacity: 0;
}
.intro__video-play {
  cursor: pointer;
  width: 88px;
  height: 88px;
  min-width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  isolation: isolate;
  overflow: hidden;
  transition: 0.3s ease-in-out all;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  background: var(--main-pink-color);
}
.intro__video-play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.intro__video-play.hidden {
  opacity: 0;
  visibility: hidden;
}
.intro__mob {
  display: none;
}
@media (max-width: 480px) {
  .intro__mob {
    display: block;
  }
}
@media (max-width: 1024px) {
  .intro__title span {
    font-size: 100px;
    line-height: 120px;
  }
  .intro__title img {
    max-width: 100px;
  }
  .intro__text {
    margin-left: 24px;
  }
  .intro__video-left {
    left: -155px;
  }
  .intro__video-right {
    top: 150px;
    right: -124px;
  }
  .intro__video-left,
  .intro__video-right {
    max-width: 210px;
  }
  .intro__video-cont {
    max-width: 412px;
    height: 576px;
  }
  .intro__video-cont img {
    max-width: 400px;
  }
}
@media (max-width: 900px) {
  .intro__title span {
    font-size: 70px;
    line-height: 90px;
  }
  .intro__title img {
    max-width: 70px;
  }
  .intro__text {
    padding-top: 14px;
  }
}
@media (max-width: 700px) {
  .intro__container {
    max-width: 600px;
  }
  .intro__title {
    flex-direction: column;
    align-items: center;
  }
  .intro__title span {
    font-size: 50px;
    line-height: 60px;
  }
  .intro__title img {
    max-width: 70px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .intro__text {
    margin-top: 16px;
    padding-top: 0;
    font-size: 12px;
    display: block;
    text-align: center;
    margin-left: 0;
  }
  .intro__video-left {
    left: -110px;
  }
  .intro__video-right {
    top: 135px;
    right: -90px;
  }
  .intro__video-left,
  .intro__video-right {
    max-width: 140px;
  }
  .intro__video-cont {
    max-width: 280px;
    height: 400px;
  }
  .intro__video-cont img {
    max-width: 280px;
  }
}
@media (max-width: 480px) {
  .intro {
    overflow: hidden;
    padding-top: 118px;
    padding-bottom: 96px;
  }
  .intro__video {
    margin-top: 32px;
  }
  .intro__video-left {
    top: -60px;
    max-width: 190px;
    left: -90px;
  }
  .intro__video-right {
    max-width: 210px;
    top: -54px;
    right: -54px;
  }
  .intro__video-cont > img {
    display: none;
  }
  .intro .slide-wrap.mlt {
    margin-left: 30px;
    margin-top: 0px;
  }
  .intro .leaf-cont {
    display: none;
  }
  .intro__text {
    margin-top: 0;
    font-size: 13px;
    line-height: 20px;
  }
  .intro__text.slide-up {
    transform: none;
    opacity: 0;
  }
  .intro__text.slide-up.animated {
    opacity: 1;
  }
  .intro__mob {
    margin-top: 88px;
    position: relative;
    width: calc(100% - 32px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .intro__mob::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: -44px;
    background: #4f5e57;
    display: flex;
  }
  .intro__mob::after {
    content: "";
    background: #4f5e57;
    width: 2px;
    height: 24px;
    transform: translateX(-50%);
    top: -44px;
    left: 50%;
    position: absolute;
  }
  .intro__title {
    padding-top: 0;
    margin-left: 0;
    z-index: -1;
    position: relative;
  }
  .intro__title span {
    font-size: 48px;
    line-height: 54px;
  }
  .intro__title .intro__text {
    display: none;
  }
}

@media (max-width: 350px) {
  .intro__video-cont {
    max-width: 250px;
    height: 350px;
  }

  .intro__video-right {
    top: -42px;
  }
}

.history {
  width: 100%;
  position: relative;
  height: 764px;
  padding: 40px 112px 0;
}
.history__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
}
.history__bg-cont {
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  position: absolute;
  left: 0;
  top: 0;
}
.history .slide-wrap {
  display: inline-block;
}
.history__container {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.history__title {
  width: fit-content;
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 96px;
  line-height: 106px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}
.history__title span {
  position: relative;
  z-index: 1;
}
.history__title img {
  position: absolute;
  z-index: 0;
  transform: translate(-8%, -25%);
}
.history__text {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 450;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  max-width: 269px;
}
.history__left {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 56px;
}
.history__block {
  background: #ffffff;
  border: 2px solid #4f5e57;
  width: 488px;
  position: relative;
  z-index: 1;
  align-self: flex-end;
  margin-bottom: -66px;
}
.history__block-top {
  padding: 32px 0;
  border-bottom: 2px solid #4f5e57;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history__block-top img {
  max-width: 131px;
}
.history__block-title {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
  color: var(--main-pink-color);
}
.history__block-text {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  /* or 144% */
  text-align: center;
  /* Nandor */
  color: #4f5e57;
  margin-top: 24px;
}
.history__block-cont {
  padding: 40px;
}
.history__block-bottom {
  cursor: pointer;
  border-top: 2px solid #4f5e57;
  height: 66px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  /* identical to box height, or 154% */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  /* Nandor */
  color: #4f5e57;
}
.history__block-bottom div {
  display: flex;
  margin-left: 24px;
  transform: rotate(90deg);
}
@media (max-width: 1024px) {
  .history {
    padding: 40px 60px 0;
    height: 100vh;
  }
  .history__title {
    font-size: 80px;
  }
  .history__title img {
    max-width: 324px;
  }
  .history__block {
    width: 390px;
  }
  .history__block-top {
    padding: 24px 0;
  }
  .history__block-top img {
    max-width: 100px;
  }
  .history__block-cont {
    padding: 32px;
  }
  .history__block-title {
    font-size: 36px;
    line-height: 46px;
  }
  .history__block-text {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .history {
    padding: 40px 32px 40px;
    height: 100vh;
  }
  .history__container {
    flex-direction: column;
  }
  .history__title {
    margin-bottom: 32px;
  }
  .history__block {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .history {
    padding: 40px 16px 24px;
    height: calc(100vh - 80px);
    min-height: 577px;
  }
  .history__title {
    font-size: 96px;
    line-height: 106px;
  }
  .history__title img {
    max-width: 100vw;
  }
  .history__text {
    display: none;
  }
  .history__block {
    width: 100%;
    align-items: center;
    align-self: center;
  }
  .history__block {
    margin-bottom: -190px;
  }
  .history__block-text {
    font-size: 16px;
    line-height: 24px;
  }
  .history__block-cont {
    padding: 40px 16px;
  }
  .history__block-top img {
    max-width: 131px;
  }
  .history__block-title {
    font-size: 32px;
    line-height: 35px;
  }
}

@media (max-width: 350px) {
  .history__title {
    font-size: 74px;
    line-height: 120%;
  }
}

.goods {
  padding: 186px 112px 158px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 120px;
}
.goods__row {
  display: flex;
  align-items: center;
  max-width: 1216px;
  margin: 0 auto;
  width: 1216px;
}
.goods__row.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.goods__row.reverse .goods__img {
  margin-left: 112px;
  margin-right: 0;
}
.goods .slide-up {
  display: flex;
}
.goods__img {
  min-width: 520px;
  max-height: 520px;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 104px;
  position: relative;
}
.goods__img img {
  max-height: 395px;
  position: relative;
  z-index: 1;
  transform: translate3d(0, 0, 0) rotate(-10deg);
}
.goods__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ebe3dc;
  transition: 1s ease-in-out transform, 1s ease-in-out opacity;
  transform: scale(0);
  opacity: 0;
}
.goods__img.animated::after {
  transform: scale(1);
  opacity: 1;
}
.goods__img.animated:hover::after {
  transform: scale(1.1);
}
.goods__img.change-duration {
  transition: 0.5s ease-in-out transform;
}
.goods__img.change-duration::after {
  transition: 0.5s ease-in-out transform;
}
.goods__col {
  max-width: 488px;
}
.goods__col-subtitle {
  font-family: "Kobzar KS";
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  /* BlackBean */
  color: #0d2219;
  margin-bottom: 16px;
}
.goods__col-title {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
  /* identical to box height, or 100% */
  text-transform: uppercase;
  /* BlackBean */
  color: #0d2219;
}
.goods__col-size {
  margin-top: 24px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border: 1px solid rgba(79, 94, 87, 0.32);
  border-radius: 4px;
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  /* Nandor */
  color: #4f5e57;
}
.goods__col-sale {
  font-size: 0.85em;
  display: inline-block;
  position: relative;
  margin-right: 2px;
}
.goods__col-sale::after {
  content: "";
  position: absolute;
  left: -5%;
  top: 50%;
  width: 110%;
  height: 2px;
  background: darkred;

  transform: rotate(-12deg);
  transform-origin: center;
}
.goods__col-text {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  /* or 144% */
  /* Nandor */
  color: #4f5e57;
  margin-top: 40px;
}
.goods__col-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
  margin-top: 32px;
}
.goods__col-but {
  cursor: pointer;
  text-decoration: none;
  padding: 22px 40px;
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background: #4f5e57;
  border: 1px solid #4f5e57;
  transition: 0.3s ease-in-out all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods__col-but:hover {
  background: #0d2219;
}
.goods__col-but.light {
  border: 1px solid #4f5e57;
  color: #4f5e57;
  background: #fff;
}
.goods__col-but.light:hover {
  background: #0d2219;
  color: #fff;
}
.goods__slider,
.goods__mob {
  display: none;
}
@media (max-width: 480px) {
  .goods__slider,
  .goods__mob {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1330px) {
  .goods__row {
    width: 100%;
    justify-content: center;
  }
  .goods__row.reverse {
    justify-content: center;
  }
}
@media (max-width: 1280px) {
  .goods {
    padding: 186px 64px 158px;
  }
  .goods__img {
    min-width: 450px;
    max-width: 450px;
    height: 450px;
    margin-right: 64px;
  }
  .goods__img img {
    max-height: 370px;
  }
  .goods__img:hover::after {
    transform: scale(1.1);
  }
  .goods__col {
    max-width: 450px;
  }
  .goods__row.reverse .goods__img {
    margin-left: 64px;
  }
  .goods__col-subtitle {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .goods__col-title {
    font-size: 50px;
  }
  .goods__col-size {
    margin-top: 20px;
    font-size: 16px;
  }
  .goods__col-text {
    margin-top: 32px;
    font-size: 16px;
  }
  .goods__col-bottom {
    margin-top: 24px;
  }
}
@media (max-width: 1000px) {
  .goods {
    padding: 140px 32px 140px;
    row-gap: 64px;
  }
  .goods__img {
    min-width: 300px;
    max-width: 300px;
    height: 300px;
    margin-right: 32px;
  }
  .goods__img img {
    max-height: 290px;
  }
  .goods__row.reverse .goods__img {
    margin-left: 32px;
  }
  .goods__col {
    max-width: 400px;
  }
  .goods__col-title {
    font-size: 40px;
    line-height: 50px;
  }
  .goods__col-subtitle {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .goods__col-size {
    margin-top: 16px;
    font-size: 16px;
  }
  .goods__col-text {
    margin-top: 24px;
    font-size: 14px;
  }
  .goods__col-but {
    padding: 16px 32px;
  }
}
@media (max-width: 720px) {
  .goods__row {
    flex-direction: column;
  }
  .goods__row.reverse {
    flex-direction: column;
  }
  .goods__row.reverse .goods__img {
    margin-left: 0;
  }
  .goods__col {
    max-width: 500px;
  }
  .goods__img {
    min-width: 450px;
    max-width: 450px;
    height: 450px;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .goods__img img {
    max-height: 370px;
  }
  .goods__img:hover::after {
    transform: scale(1.1);
  }
}
@media (max-width: 480px) {
  .goods {
    padding: 332px 16px 96px;
    display: flex;
    flex-direction: column;
    row-gap: 0;
  }
  .goods__row {
    display: none;
  }
  .goods__slider {
    display: flex;
    width: calc(100% + 32px);
    overflow: hidden;
    margin: 0 -16px;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .goods__slider .slick-list {
    width: 66.7vw;
    margin: 0 auto;
  }
  .goods__slider .slick-track {
    display: flex;
    align-items: center;
    height: 76vw;
  }
  .goods__slider .slick-slide.slick-current .goods__img img {
    filter: blur(0px);
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1.8);
  }
  .goods__slider .slick-arrow {
    position: absolute;
    outline: none;
    border: none;
    background: transparent;
    bottom: -3px;
    z-index: 1;
  }
  .goods__slider .slick-arrow.slick-prev {
    transform: rotate(0deg);
    left: 40px;
  }
  .goods__slider .slick-arrow.slick-next {
    transform: rotate(180deg);
    right: 40px;
  }
  .goods__item {
    min-width: 49.2vw;
    max-width: 49.2vw;
    height: 39.2vw;
    display: flex;
  }
  .goods__img {
    margin-bottom: 0;
    min-width: auto;
    max-width: none;
    height: auto;
    width: 100%;
    align-items: inherit;
  }
  .goods__img img {
    max-width: 226px;
    max-height: 223px;
    width: fit-content;
    object-fit: contain;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    filter: blur(4px);
    opacity: 0.64;
    transition: 1s ease all;
  }
  .goods__col {
    margin-top: 32px;
    display: none;
    flex-direction: column;
    align-items: center;
  }
  .goods__col.active {
    display: flex;
  }
  .goods__col-subtitle {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
  }
  .goods__col-title {
    font-size: 32px;
    line-height: 35px;
    text-align: center;
  }
  .goods__col-size {
    margin-top: 12px;
    font-size: 18px;
    line-height: 26px;
  }
  .goods__col-text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 16px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: inline;
    display: -webkit-box;
    overflow: hidden;
  }
  .goods__col-bottom {
    width: 100%;
  }
  .goods__col-but {
    padding: 22px 24px;
  }
  .goods__vector {
    min-width: 66.7vw;
    max-width: 66.7vw;
    height: 66.7vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .goods__vector .goods__item-vector {
    bottom: -12px;
    position: relative;
    width: 100%;
  }
  .goods__vector::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ebe3dc;
    transition: 1s ease-in-out transform, 1s ease-in-out opacity;
    transform: scale(1);
    opacity: 1;
  }
  .goods__vector::before {
    content: "";
    width: 6px;
    height: 6px;
    display: flex;
    border-radius: 50%;
    background: #ca9ec8;
    position: absolute;
    bottom: -15px;
    z-index: 1;
  }
}

@media (max-width: 350px) {
  .goods__col-bottom {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
  }
}

.drevo-block {
  width: 100%;
  position: relative;
  height: 648px;
  padding: 32px 100px 0 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.drevo-block__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
}
.drevo-block__bg-cont {
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  position: absolute;
  left: 0;
  top: 0;
}
.drevo-block .slide-wrap.mt {
  margin-top: -18px;
}
.drevo-block__row {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.drevo-block .history__text {
  width: 210px;
  padding-top: 24px;
  position: relative;
  z-index: 1;
}
.drevo-block .history__text.bottom-text {
  width: fit-content;
  padding-top: 0;
  margin-bottom: 56px;
  width: 76px;
  position: relative;
}
.drevo-block .history__text.bottom-text span {
  position: relative;
  z-index: 1;
}
.drevo-block .history__text.bottom-text img {
  position: absolute;
  z-index: 0;
  transform: translate(-30%, -30%);
  max-width: 210px;
}
.drevo-block .history__title {
  text-align: left;
  margin-top: 0;
}
@media (max-width: 480px) {
  .drevo-block .history__title.desk-title {
    display: none;
  }
}
.drevo-block .history__title.mob-title {
  display: none;
}
@media (max-width: 480px) {
  .drevo-block .history__title.mob-title {
    display: block;
  }
}
@media (max-width: 1024px) {
  .drevo-block {
    padding: 40px 60px 0;
    height: 100vh;
  }
}
@media (max-width: 900px) {
  .drevo-block {
    padding: 40px 32px 40px;
    height: 100vh;
  }
  .drevo-block__row {
    flex-direction: column;
  }
  .drevo-block .history__text {
    padding-top: 0;
  }
  .drevo-block .history__text.bottom-text {
    margin-top: 120px;
    padding-top: 0;
    margin-bottom: 0;
    margin-right: 32px;
    width: 76px;
    align-self: flex-end;
    position: relative;
  }
  .drevo-block .history__text.bottom-text img {
    position: absolute;
    z-index: 0;
    transform: translate(-30%, -18%);
    max-width: 160px;
  }
}
@media (max-width: 480px) {
  .drevo-block {
    padding: 16px;
    height: calc(100vh - 80px);
    min-height: 577px;
  }
  .drevo-block__row {
    height: 100%;
  }
  .drevo-block .history__title {
    font-size: 64px;
    line-height: 64px;
  }
  .drevo-block .history__text {
    display: flex;
  }
  .drevo-block .history__text.bottom-text {
    display: none;
  }
  .drevo-block .slide-wrap.mt {
    margin-top: 0;
  }
}

.about {
  width: 100%;
  padding: 80px 112px 200px;
}
.about__top {
  max-width: 1216px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 44px;
}
.about__top img {
  transform: rotateY(180deg) scale(1);
  max-width: 109px;
  height: 134px;
  transition: 0.5s ease;
  opacity: 0;
}
.about__top img.animated {
  opacity: 1;
  transform: rotateY(180deg) scale(1);
}
.about .slide-wrap {
  display: inline-block;
}
.about__row {
  display: flex;
  justify-content: space-between;
  max-width: 1216px;
  margin: 0 auto;
}
.about__title {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 53px;
  text-transform: uppercase;
  color: var(--main-pink-color);
  max-width: 832px;
}
.about__text {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  /* or 144% */
  /* Nandor */
  color: #4f5e57;
}
.about__img {
  width: 488px;
  height: 630px;
  position: relative;
  display: flex;
}
.about__img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.about__img-flower {
  position: absolute;
  max-width: 188px;
  bottom: 127px;
  left: -120px;
}
.about__col.mob {
  display: none;
}
@media (max-width: 480px) {
  .about__col.desk {
    display: none;
  }
  .about__col.mob {
    display: block;
  }
}
.about__col.first {
  max-width: 592px;
  min-width: 592px;
  margin-right: 136px;
}
.about__col.first .about__text {
  margin: 120px 0;
}
.about__col.first .about__img {
  margin-left: 100px;
}
.about__col.second {
  max-width: 488px;
  min-width: 488px;
}
.about__col.second .about__text {
  margin: 120px 0;
}
@media (max-width: 1439px) {
  .about__col.first {
    max-width: 488px;
    min-width: 488px;
    margin-right: 64px;
  }
}
@media (max-width: 1366px) {
  .about__col.first .about__img {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  .about {
    padding: 80px 64px 200px;
  }
  .about__title {
    margin-right: 32px;
    font-size: 36px;
    max-width: 660px;
  }
  .about__row,
  .about__top {
    max-width: 990px;
  }
  .about__col.first {
    max-width: 450px;
    min-width: 450px;
    margin-right: 32px;
  }
  .about__col.second {
    max-width: 450px;
    min-width: 450px;
  }
  .about__col.second .about__text {
    margin: 120px 0;
  }
  .about__img {
    width: 450px;
    height: 590px;
  }
}
@media (max-width: 1024px) {
  .about__col.first {
    max-width: 400px;
    min-width: 400px;
    margin-right: 32px;
  }
  .about__col.first .about__text {
    margin: 100px 0;
  }
  .about__text {
    font-size: 16px;
  }
  .about__col.second {
    max-width: 400px;
    min-width: 400px;
  }
  .about__col.second .about__text {
    margin: 100px 0;
  }
  .about__img {
    width: 400px;
    height: 550px;
  }
}
@media (max-width: 1000px) {
  .about {
    padding: 80px 32px 140px;
  }
}
@media (max-width: 900px) {
  .about__row,
  .about__top {
    max-width: 640px;
  }
  .about__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
  }
  .about__col.first {
    margin-right: 0;
  }
  .about__col.second,
  .about__col.first {
    min-width: auto;
    max-width: none;
  }
  .about__img {
    width: 100%;
    height: auto;
    max-height: 600px;
  }
  .about__img-flower {
    bottom: 5%;
  }
}
@media (max-width: 700px) {
  .about__row {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 48px;
  }
  .about__top {
    max-width: none;
    margin: 0 auto 48px;
  }
  .about__top img {
    max-width: 80px;
    height: 100px;
  }
  .about__title {
    margin-right: 32px;
    font-size: 28px;
    max-width: 660px;
    line-height: 45px;
  }
  .about__row {
    max-width: 430px;
  }
  .about__col.first .about__text,
  .about__col.second .about__text {
    margin: 0px 0 48px;
  }
  .about__col.second {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 576px) {
  .about__row {
    max-width: 376px;
    row-gap: 32px;
  }
  .about__title {
    margin-right: 0;
    font-size: 24px;
    line-height: 40px;
  }
  .about__top {
    margin: 0 auto 32px;
  }
  .about__top img {
    max-width: 56px;
    max-height: 80px;
    display: none;
  }
  .about__img-flower {
    max-width: 140px;
    bottom: 127px;
    left: -92px;
  }
  .about__text {
    font-size: 14px;
  }
  .about__col.first .about__text {
    margin: 0px 0 32px;
  }
  .about__col.second .about__text {
    margin: 0px 0 32px;
  }
}
@media (max-width: 480px) {
  .about {
    padding: 56px 16px 90px;
  }
  .about__title {
    font-size: 32px;
    line-height: 35px;
  }
  .about__row {
    row-gap: 64px;
    max-width: none;
  }
  .about__text {
    margin-top: 24px !important;
  }
  .about__text.big {
    font-size: 18px;
    line-height: 26px;
    margin-top: 40px !important;
  }
  .about__top {
    position: relative;
    margin: 0 auto 40px;
  }
  .about__top img {
    display: block;
    position: absolute;
    bottom: 0;
    right: -8px;
  }
  .about__col.desk {
    display: none !important;
  }
  .about__col:last-child {
    display: flex;
    flex-direction: column;
  }
  .about__col:last-child .about__text {
    margin-bottom: 0;
  }
}

@media (max-width: 350px) {
  .about__title {
    max-width: 267px;
  }
}

.benefits {
  width: 100%;
  padding: 0 112px 110px;
}
.benefits .slide-wrap {
  display: inline-block;
}
.benefits__container {
  max-width: 1250px;
  margin: 0 auto;
}
.benefits__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefits__top img {
  max-width: 175px;
}
.benefits__top .image-mob {
  display: none;
}
@media (max-width: 480px) {
  .benefits__top img {
    display: none;
  }
  .benefits__top .image-mob {
    display: block;
  }
}
.benefits__title {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
  /* or 100% */
  text-align: center;
  text-transform: uppercase;
  /* BlackBean */
  color: #0d2219;
  margin-bottom: 24px;
  max-width: 1000px;
}
.benefits__list {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 21px));
  column-gap: 32px;
  align-items: flex-start;
}
.benefits__item {
  background: #ffffff;
  border: 2px solid #4f5e57;
}
.benefits__item-top {
  padding: 32px;
  display: flex;
  align-items: flex-end;
}
.benefits__item-title {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  /* BlackBean */
  color: #0d2219;
  padding-bottom: 5px;
}
.benefits__item-num {
  margin-right: 16px;
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 96px;
  line-height: 88px;
  /* identical to box height, or 92% */
  text-transform: uppercase;
  /* Charm */
  color: var(--main-pink-color);
}
.benefits__item-cont {
  border-top: 2px solid #4f5e57;
  padding: 32px;
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  /* or 144% */
  /* Nandor */
  color: #4f5e57;
}
.benefits__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.benefits__bottom img {
  max-width: 224px;
  max-height: 224px;
  margin-top: -144px;
}
@media (max-width: 1380px) {
 
  .benefits__item-title {
    font-size: 36px;
    line-height: 44px;
  }
 
}
@media (max-width: 1280px) {
  .benefits {
    padding: 0 64px 110px;
  }
  .benefits__title {
    font-size: 50px;
    line-height: 62px;
  }
  .benefits__top {
    max-width: 900px;
    margin: 0 auto;
  }
  .benefits__item-top {
    padding: 24px;
  }
  .benefits__item-num {
    font-size: 80px;
    line-height: 80px;
  }
  .benefits__item-title {
    font-size: 30px;
    line-height: 42px;
  }
  .benefits__item-cont {
    padding: 24px;
    font-size: 16px;
  }
  .benefits__bottom img {
    margin-top: -170px;
  }
}
@media (max-width: 1025px) {
  .benefits__list {
    column-gap: 16px;
    grid-template-columns: repeat(3, calc(33.3333333333% - 10px));
  }
  .benefits__item-num {
    font-size: 70px;
    line-height: 75px;
  }
  .benefits__item-title {
    font-size: 28px;
    line-height: 38px;
  }
  .benefits__item-cont {
    font-size: 14px;
  }
  .benefits__bottom img {
    max-width: 197px;
    max-height: 197px;
  }
}
@media (max-width: 1000px) {
  .benefits {
    padding: 0 32px 110px;
  }
  .benefits__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    column-gap: 32px;
    align-items: stretch;
  }
  .benefits__bottom img {
    margin-top: -197px;
  }
}
@media (max-width: 900px) {
  .benefits__title {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 58px;
  }
  .benefits__list {
    margin-top: 48px;
  }
  .benefits__top img {
    max-width: 140px;
  }
  .benefits__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    column-gap: 16px;
    align-items: stretch;
  }
  .benefits__item-top {
    padding: 20px;
  }
  .benefits__item-cont {
    padding: 20px;
  }
  .benefits__item-title {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 0;
  }
  .benefits__item-num {
    font-size: 60px;
    line-height: 54px;
  }
}
@media (max-width: 700px) {
  .benefits__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
    column-gap: 16px;
    align-items: stretch;
  }
  .benefits__bottom img {
    margin-top: 24px;
  }
  .benefits__title {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .benefits {
    padding: 0 16px 56px;
  }
  .benefits__title {
    font-size: 32px;
    line-height: 35px;
    text-align: left;
    max-width: 320px;
    margin-bottom: 0;
  }
  .benefits__top {
    position: relative;
    align-items: flex-start;
  }
  .benefits__top .image-mob {
    position: absolute;
    right: -16px;
    width: 112px;
    height: 112px;
    top: -40px;
  }
  .benefits__bottom {
    display: none;
  }
  .benefits__bottom img {
    max-width: 144px;
    max-height: 144px;
  }
  .benefits__list {
    grid-template-columns: repeat(3, 294px);
    row-gap: 16px;
    column-gap: 16px;
    align-items: flex-start;
    overflow: auto;
    margin: 40px -16px 0;
    padding: 0 16px 16px;
  }
  .benefits__list::-webkit-scrollbar {
    background: rgba(202, 158, 200, 0.24);
    height: 3px;
  }
  .benefits__list::-webkit-scrollbar-thumb {
    background: #ca9ec8;
  }
  .benefits__item-top {
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .benefits__item-title {
    font-size: 32px;
    line-height: 35px;
  }
  .benefits__item-num {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .benefits__item-cont {
    padding: 24px 16px;
    line-height: 22px;
  }
}

@media (max-width: 350px) {
  .benefits__title {
    max-width: 213px;
  }
  .benefits__top .image-mob {
    width: 90px;
    height: 90px;
  }
  .benefits__list {
    grid-template-columns: repeat(3, calc(100vw - 48px));
  }
}

.contacts {
  width: 100%;
  position: relative;
  padding: 40px 112px 0;
  height: 764px;
}
.contacts__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
}
.contacts__bg-cont {
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  position: absolute;
  left: 0;
  top: 0;
}
.contacts__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.contacts__title {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 96px;
  line-height: 88px;
  text-transform: uppercase;
  color: #4f5e57;
  max-width: 800px;
  margin-bottom: 122px;
  padding-bottom: 163px;
}
.contacts__form {
  align-self: flex-end;
  width: 488px;
  border: 2px solid #0d2219;
  padding: 48px 40px;
  background: #ffffff;
  margin-bottom: -108px;
}
.contacts__form label {
  display: flex;
  flex-direction: column;
  position: relative;
}
.contacts__form label:not(:first-child) {
  margin-top: 50px;
}
.contacts__form-label {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #4f5e57;
  opacity: 0.5;
  transition: 0.3s ease-in-out all;
  transform: translateY(0%);
  position: absolute;
  left: 0;
  top: 0;
}
.contacts__form-label.fixed {
  transform: translateY(-100%);
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #4f5e57;
  opacity: 1;
}
.contacts__form-submit {
  cursor: pointer;
  padding: 22px 32px;
  background: #4f5e57;
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: 0.3s ease-in-out all;
  color: #ffffff;
  width: 100%;
  margin-top: 80px;
  outline: none;
  border: none;
}
.contacts__form-submit:hover,
.contacts__form-submit:focus {
  outline: none;
  border: none;
}
.contacts__form-submit:hover {
  background: #0d2219;
}
.contacts__form-text {
  margin-top: 16px;
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4f5e57;
}
.contacts__form-input {
  background: transparent;
  outline: none;
  border: none;
  padding-bottom: 8px;
  border-bottom: 2px solid #0d2219;
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #0d2219;
  transition: 0.3s ease-in-out all;
}
.contacts__form-input:hover,
.contacts__form-input:focus {
  outline: none;
}
.contacts__form-input.filled {
  border-bottom-color: darkgreen;
}
.contacts__form-input:focus + span {
  transform: translateY(-100%);
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #4f5e57;
  opacity: 1;
}
.contacts__form-input:-webkit-autofill,
.contacts__form-input:-webkit-autofill:hover,
.contacts__form-input:-webkit-autofill:focus,
.contacts__form-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.contacts__form-input:-webkit-autofill {
  -webkit-text-fill-color: #0d2219 !important;
}
@media (max-width: 1280px) {
  .contacts {
    padding: 40px 64px 0;
  }
  .contacts__title {
    margin-bottom: 64px;
  }
}
@media (max-width: 1024px) {
  .contacts__title {
    font-size: 80px;
  }
}
@media (max-width: 1000px) {
  .contacts {
    padding: 40px 32px 0;
  }
}
@media (max-width: 900px) {
  .contacts {
    padding: 40px 32px 40px;
    height: 68vh;
  }
  .contacts__form {
    align-self: center;
    margin-bottom: 0;
  }
  .contacts__title {
    font-size: 68px;
    max-width: 724px;
  }
}

@media (max-width: 660px){
  .contacts{
    height: calc(120vh);
    min-height: 577px;
  }
}
@media (max-width: 576px) {
  .contacts__form {
    max-width: 450px;
  }
}
@media (max-width: 480px) {
  .contacts {
    padding: 24px 16px;
    height: calc(100vh - 170px);
    min-height: 577px;
  }
  .contacts__title {
    max-width: 340px;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 48px;
    padding-bottom: 139px;
  }
  .contacts__form {
    margin-bottom: -270px;
    max-width: none;
    width: 100%;
    padding: 56px 24px 32px;
  }
  .contacts__form-label {
    font-size: 16px;
    line-height: 35px;
  }
  .contacts__form-submit {
    margin-top: 56px;
  }
  .contacts__form label:not(:first-child) {
    margin-top: 52px;
  }
}

@media (max-width: 350px) {
  .contacts__title {
    font-size: 42px;
    line-height: 48px;
  }
}

.footer {
  padding: 92px 0 0;
}
.footer__row {
  padding: 0 112px;
  display: flex;
  justify-content: space-between;
}
.footer__link {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  /* BlackBean */
  color: #0d2219;
  transition: 0.3s ease-in-out all;
}
.footer__link:hover {
  color: var(--main-pink-color);
}
.footer__link:not(:last-child) {
  margin-bottom: 8px;
}
.footer__mob {
  display: none;
}
.footer__text {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #4f5e57;
  margin-top: 40px;
  max-width: 309px;
}
.footer__scroll {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__scroll-but {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: 2px solid #0d2219;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__scroll-text {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4f5e57;
  margin-top: 12px;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  border-top: 2px solid #0d2219;
  padding: 32px 112px 32px;
  position: relative;
}
.footer__bottom::after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  background: #ffd700;
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer__bottom::before {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  background: #0057b7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer__bottom-col {
  display: flex;
  align-items: center;
}
.footer__logo {
  margin-right: 24px;
}
.footer__logo img {
  max-width: 93px;
}
.footer__subtext {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  /* Nandor */
  color: #4f5e57;
}
.footer__sublink {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  /* identical to box height, or 154% */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  /* Nandor */
  color: #4f5e57;
  transition: 0.3s ease-in-out all;
}
.footer__sublink:hover {
  color: var(--main-pink-color);
}
.footer__sublink:not(:last-child) {
  margin-right: 24px;
}
@media (max-width: 1280px) {
  .footer {
    padding: 170px 0 0;
  }
  .footer__bottom,
  .footer__row {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 900px) {
  .footer {
    padding: 150px 0 0;  
  }
  .footer__bottom,
  .footer__row {
    padding-left: 32px;
    padding-right: 32px;
  }
  .footer__link {
    font-size: 32px;
    line-height: 40px;
  }
  .footer__text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 32px;
    max-width: 270px;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
  }
  .footer__bottom-col:last-child {
    margin-top: 16px;
  }
  .footer__scroll-but {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 700px) {
  .footer {
    padding: 80px 0 0;
  }
  .footer__link {
    font-size: 24px;
    line-height: 32px;
  }
  .footer__row {
    flex-direction: column;
  }
  .footer__scroll {
    margin-top: 16px;
  }
  .footer__logo img {
    max-width: 77px;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 348px 0 0;
  }
  .footer__row,
  .footer__bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer__bottom {
    padding: 24px 16px 28px;
  }
  .footer__mob {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__topimg {
    width: 100%;
  }
  .footer__img {
    width: 175px;
    margin-bottom: 16px;
  }
  .footer__col {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__col .footer__text {
    text-align: center;
    max-width: 400px;
  }
  .footer__link {
    font-size: 28px;
    line-height: 28px;
  }
  .footer__link:not(:last-child) {
    margin-bottom: 16px;
  }
  .footer__scroll {
    display: none;
  }
  .footer__bottom {
    border-top: none;
    padding: 0;
    margin-top: 40px;
  }
  .footer__bottom-col {
    display: none;
  }
  .footer__bottom-mob {
    margin-top: 46px;
    padding-top: 62px;
    position: relative;
  }
  .footer__bottom-mob::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    background: #4f5e57;
    display: flex;
  }
  .footer__bottom-mob::after {
    content: "";
    background: #4f5e57;
    width: 2px;
    height: 24px;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    position: absolute;
  }
  .footer__bottom-mob .footer__scroll {
    display: flex;
    align-self: center;
    margin-top: 40px;
  }
  .footer__bottom-mob .footer__scroll-text {
    font-size: 14px;
    line-height: 20px;
  }
  .footer__bottom-mob .footer__sublink {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }
  .footer__bottom-mob .footer__sublink:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .footer__made {
    display: flex;
    flex-direction: column;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #4f5e57;
    align-items: center;
    margin-top: 24px;
  }
  .footer__made img {
    width: 54px;
    margin-top: 16px;
  }
}

@media (max-width: 350px) {
  .footer__link {
    font-size: 24px;
    line-height: 28px;
  }
}

.cart-pop {
  width: 100vw;
  height: calc(var(--viewport-height, 1vh) * 100);
  background: rgba(30, 30, 30, 0.5);
  transition: 0.3s ease-in-out all;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
}
.cart-pop.show {
  visibility: visible;
  opacity: 1;
}
.cart-pop.show .cart-pop__container {
  transform: translateX(0%);
  opacity: 1;
  overflow-y: scroll;
}
.cart-pop__container {
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  opacity: 0;
  transition: 0.8s ease all 0.2s;
  width: 468px;
  background: #fffaf4;
  padding: 18px 24px 24px;
  display: flex;
  flex-direction: column;
}
.cart-pop__content {
  flex-grow: 1;
}
.cart-pop__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.cart-pop__top-left {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .cart-pop__top-left {
    font-size: 14px;
    line-height: 120%;
  }
}
.cart-pop__top img {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.cart-pop__list {
  display: flex;
  flex-direction: column;
}
.cart-pop__item {
  border-top: 2px solid #4f5e57;
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
}
.cart-pop__item:last-child {
  border-bottom: 2px solid #4f5e57;
}
.cart-pop__item-del {
  width: 24px;
  height: 24px;
  background: #ebe3dc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cart-pop__item-del img {
  width: 11px;
  height: 11px;
}
.cart-pop__item-img {
  background: #ebe3dc;
  width: 144px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.cart-pop__item-img img {
  width: 120px;
  height: 100px;
  object-fit: contain;
}
.cart-pop__item-col {
  flex: 1;
  margin-right: 16px;
}
.cart-pop__item-btns {
  display: flex;
  width: fit-content;
  border-top: 2px solid #4f5e57;
  border-bottom: 2px solid #4f5e57;
  margin: 14px 0 20px;
}
.cart-pop__main {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #4f5e57;
  text-decoration: none;
}
.cart-pop__main.weight {
  opacity: 0.64;
}
.cart-pop__count {
  padding: 0 11px;
  display: flex;
  border-left: 2px solid #4f5e57;
  border-right: 2px solid #4f5e57;
  align-items: center;
}
.cart-pop__minus,
.cart-pop__plus {
  cursor: pointer;
  position: relative;
  min-width: 32px;
  height: 32px;
  max-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-pop__minus.disable,
.cart-pop__plus.disable {
  opacity: 0.24;
}
.cart-pop__minus::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 2px;
  border-radius: 2px;
  background: #b6426f;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cart-pop__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 2px;
  border-radius: 2px;
  background: #b6426f;
}
.cart-pop__plus::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 2px;
  border-radius: 2px;
  background: #b6426f;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.cart-pop__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 24px;
}
.cart-pop__bottom-left {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4f5e57;
}
.cart-pop__but {
  width: 100%;
  padding: 22px 32px;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  background: #4f5e57;
  border: 1px solid #4f5e57;
  transition: 0.3s ease-in-out all;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cart-pop__but:hover {
  background: #0d2219;
}
@media (max-width: 480px) {
  .cart-pop__container {
    width: 100vw;
    padding: 18px 20px 24px;
  }
  .cart-pop__main {
    font-size: 16px;
    line-height: 24px;
  }
  .cart-pop__top img {
    width: 20px;
    height: 20px;
  }
  .cart-pop__item-img {
    width: 110px;
    height: 110px;
  }
  .cart-pop__item-img img {
    width: 90px;
    height: 90px;
  }
  .cart-pop__but {
    padding: 18px 24px;
        margin-top: 20px;
  }
}

.product-intro {
  padding: 138px 112px 240px;
}
.product-intro__container {
  max-width: 1250px;
  margin: 0 auto;
}
.product-intro__links {
  word-spacing: 8px;
}
.product-intro__link {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4f5e57;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}
.product-intro__link:hover {
  color: #b6426f;
}
.product-intro__link:last-child {
  pointer-events: none;
  word-spacing: 0px;
}
.product-intro__row {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 104px;
}
.product-intro__gallery-main {
  display: flex;
  width: 41vw;
  height: 41vw;
  max-width: 592px;
  max-height: 592px;
}
.product-intro__gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-intro__minis {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  gap: 8px;
}
.product-intro__minis-item {
  width: 112px;
  height: 112px;
  display: flex;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s ease-in-out all;
}
.product-intro__minis-item.active,
.product-intro__minis-item:hover {
  border: 2px solid #b6426f;
}
.product-intro__minis-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-intro__subtitle {
  font-family: "Kobzar KS";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  color: #4f5e57;
  margin-bottom: 12px;
}
.product-intro__title {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
  color: #0d2219;
  margin-bottom: 24px;
}
.product-intro__text {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #4f5e57;
}
.product-intro__bottom {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-intro__but {
  cursor: pointer;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 22px 32px;
  background: #4f5e57;
  width: 236px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out all;
}
.product-intro__but:hover {
  background: #0d2219;
}
.product-intro__size {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  color: #0d2219;
  margin-right: 70px;
}
.product-intro__list {
  margin-top: 56px;
}
.product-intro__item {
  padding: 14px 8px;
  border-top: 2px solid #4f5e57;
}
.product-intro__item-title {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #4f5e57;
  transition: 0.5s ease-in-out all;
}
.product-intro__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.product-intro__item-top img {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  transform: rotate(-180deg);
  transition: 0.5s ease-in-out all;
}
.product-intro__item-text {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #4f5e57;
  width: 100%;
  padding-right: 32px;
  height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out all;
}
.product-intro__item:last-child {
  border-bottom: 2px solid #4f5e57;
}
.product-intro__item.active .product-intro__item-title {
  color: #0d2219;
  font-weight: 500;
}
.product-intro__item.active .product-intro__item-text {
  padding: 14px 32px 8px 0;
  height: var(--text-height);
}
.product-intro__item.active .product-intro__item-top img {
  transform: rotate(0deg);
}
.product-intro__text.mob {
  display: none;
}
.product-intro__mob {
  display: none;
}
@media (max-width: 1430px) {
  .product-intro__row {
    column-gap: 48px;
  }
  .product-intro__but {
    width: fit-content;
  }
}
@media (max-width: 1280px) {
  .product-intro {
    padding: 138px 64px 240px;
  }
  .product-intro__row {
    column-gap: 32px;
  }
  .product-intro__gallery-main {
    width: 41vw;
  }
  .product-intro__minis {
    width: 41vw;
  }
  .product-intro__size {
    margin-right: 32px;
  }
}
@media (max-width: 1120px) {
  .product-intro__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-intro__size {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .product-intro__but {
    width: 100%;
  }
  .product-intro__title {
    font-size: 58px;
    line-height: 60px;
  }
  .product-intro__gallery-main {
    width: 100%;
    height: 40vw;
  }
  .product-intro__minis {
    width: 100%;
    flex-wrap: wrap;
  }
  .product-intro__row {
    column-gap: 4vw;
    grid-template-columns: 40vw 43vw;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .product-intro {
    padding: 90px 32px 100px;
  }
  .product-intro__links {
    display: none;
  }
  .product-intro__row {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
  .product-intro__gallery-main {
    width: calc(100vw - 64px);
    height: calc(100vw - 64px);
    max-width: none;
    max-height: none;
  }
  .product-intro__mob {
    display: block;
  }
  .product-intro__info {
    margin-top: 40px;
  }
  .product-intro__info .product-intro__subtitle,
  .product-intro__info .product-intro__title,
  .product-intro__info .product-intro__text {
    display: none;
  }
  .product-intro__info .product-intro__text.mob {
    display: block;
    margin-top: 48px;
  }
  .product-intro__bottom {
    margin-top: 0;
  }
  .product-intro__list {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .product-intro {
    padding: 90px 16px 85px;
  }
  .product-intro__subtitle {
    margin-bottom: 8px;
  }
  .product-intro__title {
    font-size: 32px;
    line-height: 35px;
  }
  .product-intro__text {
    font-size: 16px;
    line-height: 24px;
  }
  .product-intro__gallery-main {
    width: calc(100vw - 32px);
    height: calc(100vw - 32px);
    max-width: none;
    max-height: none;
  }
  .product-intro__minis-item {
    width: calc(33.3333333333vw - 16px);
    height: calc(33.3333333333vw - 16px);
  }
}

.order-page {
  padding: 90px 112px 160px;
  border-bottom: 2px solid #4f5e57;
  flex-grow: 1;
}
.order-page__title {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
  color: #0d2219;
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
}
.order-page__row {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 136px;
  align-items: flex-start;
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
}
.order-page__tab {
  border-bottom: 2px solid #4f5e57;
  padding: 40px 0;
}
.order-page__tab-title {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  color: #0d2219;
}
.order-page__tab-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.order-page__tab-label.error .order-page__label {
  color: #ca3333;
}
.order-page__tab-label.error .order-page__input {
  border: 1px solid #ca3333;
}
.order-page__tab-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
}
.order-page__tab-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 24px;
  padding-top: 40px;
}
.order-page__tab-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-page__tab-edit {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4f5e57;
  cursor: pointer;
  border-bottom: 1px solid rgba(79, 94, 87, 0.24);
  display: none;
}
.order-page__tab-edit:hover {
  color: #0d2219;
}
.order-page__tab-res {
  display: none;
  padding-top: 16px;
  flex-direction: column;
  align-items: flex-start;
}
.order-page__tab-res .order-page__label {
  opacity: 0.64;
  margin-bottom: 0;
}
.order-page__tab.saved .order-page__tab-edit,
.order-page__tab.saved .order-page__tab-res {
  display: flex;
}
.order-page__tab.saved .order-page__tab-content {
  display: none;
}
.order-page__text {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #4f5e57;
  margin-bottom: 16px;
}
.order-page__text[data-fname][data-lname]::before {
  content: attr(data-fname) " " attr(data-lname);
}
.order-page__text[data-phone]::before {
  content: attr(data-phone);
}
.order-page__text[data-email]::before {
  content: attr(data-email);
}
.order-page__label {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4f5e57;
  margin-bottom: 4px;
  transition: 0.3s ease-in-out all;
  display: flex;
}
.order-page__input {
  background: #ffffff;
  border: 1px solid rgba(79, 94, 87, 0.24);
  padding: 15px 14px;
  width: 100%;
  transition: 0.3s ease-in-out all;
  outline: none;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #4f5e57;
}
.order-page__input:focus,
.order-page__input:hover {
  outline: none;
}
.order-page__but {
  cursor: pointer;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 22px 32px;
  background: #4f5e57;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out all;
  width: 100%;
  margin-top: 16px;
}
.order-page__but:hover {
  background: #0d2219;
}
.order-page__but.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.order-page__select {
  position: relative;
}
.order-page__select-arrow {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  transform: rotate(-180deg);
  transition: 0.5s ease-in-out all;
}
.order-page__select-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 14px;
  background: #ffffff;
  border: 1px solid #4f5e57;
}
.order-page__select-list {
  padding: 8px 0;
  background: #ffffff;
  border: 1px solid #4f5e57;
  border-top: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out all;
  max-height: 140px;
  overflow: auto;
}
.order-page__select-list::-webkit-scrollbar {
  display: none;
}
.order-page__select-list::-webkit-scrollbar-track {
  display: none;
}
.order-page__select-list::-webkit-scrollbar-thumb {
  display: none;
}
.order-page__select-item {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #4f5e57;
  transition: 0.3s ease-in-out all;
  padding: 4px 14px;
  cursor: pointer;
}
.order-page__select-item:hover {
  background: #ebe3dc;
}
.order-page__select-item:not(:last-child) {
  margin-bottom: 8px;
}
.order-page__select input {
  flex-grow: 1;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #4f5e57;
}
.order-page__select input:hover,
.order-page__select input:focus {
  border: none;
  outline: none;
}
.order-page__select.open .order-page__select-arrow {
  transform: rotate(0deg);
}
.order-page__select.open .order-page__select-list {
  opacity: 1;
  visibility: visible;
}
.order-page__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 24px;
}
.order-page input:-webkit-autofill,
.order-page input:-webkit-autofill:hover,
.order-page input:-webkit-autofill:focus,
.order-page input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.order-page input:-webkit-autofill {
  -webkit-text-fill-color: #4f5e57 !important;
}
.order-page__aside {
  padding: 32px;
  background: #ebe3dc;
  margin-top: 40px;
}
.order-page__aside-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 24px;
}
.order-page__aside-title {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #0d2219;
  margin-right: 30px;
}
.order-page__aside-link {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #4f5e57;
  cursor: pointer;
  border-bottom: 1px solid rgba(79, 94, 87, 0.24);
  text-decoration: none;
  text-align: right;
  white-space: nowrap;
}
.order-page__aside-link:hover {
  color: #0d2219;
}
.order-page__aside-img {
  width: 88px;
  height: 88px;
  display: flex;
  margin-right: 16px;
}
.order-page__aside-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.order-page__aside-text {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #4f5e57;
}
.order-page__aside-text.bold {
  font-size: 24px;
  line-height: 32px;
}
.order-page__aside-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 2px solid rgba(146, 126, 109, 0.25);
}
.order-page__aside-item:last-child {
  border-bottom: 2px solid rgba(146, 126, 109, 0.25);
}
.order-page__aside-bottom {
  padding-top: 24px;
}
.order-page__aside-col {
  flex: 1;
  margin-right: 16px;
}
.order-page__aside-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-page__aside-row:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 1280px) {
  .order-page {
    padding: 90px 64px 160px;
    margin-bottom: -100px;
  }
  .order-page__row {
    column-gap: 48px;
  }
}
@media (max-width: 1000px) {
  .order-page {
    padding: 90px 32px 80px;
  }
  .order-page__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 900px) {
  .order-page {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .order-page {
    padding: 98px 16px 0;
    margin-bottom: -252px;
    border-bottom: none;
  }
  .order-page__title {
    font-size: 32px;
    line-height: 35px;
  }
  .order-page__tab {
    padding: 24px 0;
  }
  .order-page__tab-title {
    font-size: 28px;
    line-height: 31px;
  }
  .order-page__tab-edit {
    font-size: 14px;
    line-height: 20px;
  }
  .order-page__tab-content {
    padding-top: 24px;
  }
  .order-page__tab-row {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 24px;
  }
  .order-page__but {
    margin-top: 8px;
  }
  .order-page__text {
    margin-bottom: 12px;
  }
  .order-page__aside {
    padding: 24px 16px;
  }
  .order-page__aside-img {
    width: 64px;
    height: 64px;
  }
}

.thanks-page {
  width: 100%;
  flex-grow: 1;
  padding: 0 112px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #0d2219;
}
.thanks-page__container {
  width: 100%;
  max-width: 1250px;
  min-height: 445px;
  margin: 0 auto;
  display: flex;
}
.thanks-page__col {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
}
.thanks-page__content {
  position: relative;
  z-index: 1;
  max-width: 520px;
  width: 100%;
}
.thanks-page__img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.thanks-page__title {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
  color: #0d2219;
  margin-bottom: 24px;
}
.thanks-page__text {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #4f5e57;
}
.thanks-page__text b {
  color: #0d2219;
}
.thanks-page__but {
  cursor: pointer;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 22px 32px;
  background: #4f5e57;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out all;
  width: 280px;
  margin-top: 40px;
  text-decoration: none;
}
.thanks-page__but:hover {
  background: #0d2219;
}
.thanks-page .order-page__aside {
  margin-top: 0;
  min-width: 488px;
  max-width: 488px;
}
@media (max-width: 1280px) {
  .thanks-page {
    padding: 0 64px 0;
    margin-bottom: -80px;
  }
  .thanks-page .order-page__aside {
    min-width: 420px;
    max-width: 420px;
  }
  .thanks-page__container {
    min-height: 540px;
  }
  .thanks-page__col {
    padding-bottom: 0;
  }
  .thanks-page__content {
    width: 80%;
  }
}
@media (max-width: 1280px) and (max-height: 800px) {
  .thanks-page {
    padding: 56px 64px 0;
  }
  .thanks-page__container {
    min-height: 425px;
  }
}
@media (max-width: 1024px) {
  .thanks-page__img {
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1000px) {
  .thanks-page {
    padding: 54px 32px 80px;
    height: auto;
    align-items: flex-start;
  }
  .thanks-page__container {
    flex-direction: column;
  }
  .thanks-page__col {
    height: 85vw;
    padding-bottom: 48px;
  }
  .thanks-page__img {
    margin-right: -32px;
  }
  .thanks-page .order-page__aside {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-top: 48px;
  }
}
@media (max-width: 900px) {
  .thanks-page {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .thanks-page {
    margin-bottom: -252px;
    padding: 54px 16px 0;
    border-bottom: none;
  }
  .thanks-page__title {
    font-size: 32px;
    line-height: 35px;
  }
  .thanks-page__title,
  .thanks-page__text {
    width: 80%;
  }
  .thanks-page__col {
    height: 121vw;
    padding-bottom: 0;
    overflow: hidden;
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 0 16px;
  }
  .thanks-page__img {
    margin-right: -20px;
    height: 91vw;
    width: 91vw;
  }
  .thanks-page__content {
    width: 100%;
  }
  .thanks-page__but {
    width: 100%;
    margin-top: 48px;
  }
}
@media (max-width: 360px) {
  .thanks-page__col {
    height: 145vw;
  }
}

.slide-wrap {
  overflow: hidden;
}

.slide-up {
  display: inline-block;
  will-change: transform;
  transition: 1s ease-in-out all;
  transform: translate3d(0, 150%, 0);
}
.slide-up.animated {
  transform: translate3d(0, 0%, 0);
}

