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

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

:focus,
:active {
  outline: none;
}

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

a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

html,
body {
  height: auto;
  width: 100%;
  position: relative;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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;
  max-width: 100%;
}

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

.header {
    position: relative;
    z-index: 11;
    background: white;
}

.header .container {
  padding-right: 15px;
  padding-left: 15px;
}

.header-top {
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.search form {
  position: relative;
}

.search form input[type="text"] {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.02em;
  width: 308px;
  padding: 10px 10px 10px 44px;
  color: #706056;
  background: #f9f8f7;
  border: none;
  border-radius: 25px;
}

.search form input[type="submit"] {
  position: absolute;
  left: 16px;
  top: 28%;
  height: 18px;
  width: 18px;
  background: url(../images/search.svg) center center no-repeat;
}

.search form ::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #706056;
  opacity: 1;
}

.search form ::-moz-placeholder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #706056;
  opacity: 1;
}

.search form :-moz-placeholder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #706056;
  opacity: 1;
}

.search form :-ms-input-placeholder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #706056;
  opacity: 1;
}

.search form :focus::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.search form :focus::-moz-placeholder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.search form :focus:-moz-placeholder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.search form :focus:-ms-input-placeholder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.top-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
}

.login {
  position: relative;
}

.login__wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 240px;
  padding: 40px 20px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 20px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(94, 80, 71, 0.03);
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.login:hover .login__wrapper,
.login.active .login__wrapper {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  pointer-events: visible;
}

.login__btn {
  border-radius: 30px;
  background: #CFB2A1;
  color: #FFF;
  text-align: center;
  font-family: Raleway;
  padding: 14px 71px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  transition: .2s;
}
.login__btn:hover {
  background: #BD9F8D;
}

.login__list:nth-child(1) {
  margin-bottom: 10px;
}

.login__list a {
  color: #706056;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 27px */
  letter-spacing: 0.3px;
}

.login__list:hover a,
.login__link-bonus:hover {
  color: #cfb2a1;
}

.login__link-bonus {
  border-top: 1px solid #E7E4E1;
  padding-top: 10px;
  width: 100%;
  color: #706056;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 27px */
  letter-spacing: 0.3px;
}

.login__link-bonus img {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: 2px;
  margin-right: 10px;
}

.top-contacts .top-contacts__callback a {
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  padding: 10px 16px;
  color: #a18b7f;
  text-decoration: none;
  letter-spacing: 0.02em;
  text-align: center;
  border: 1px solid #a18b7f;
  border-radius: 25px;
}

.top-contacts .top-contacts__callback a:hover {
  color: #fff;
  background: #CFB2A1;
  border: 1px solid #CFB2A1;
}

.top-contacts .top-contacts__phone p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.03em;
  color: #a18b7f;
}

.top-contacts .top-contacts__phone span {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #a18b7f;
  letter-spacing: 0em;
}

.small-cart-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  gap: 15px;
}

.small-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
}

@media screen and (max-width: 360px) {
    .small-cart {
        flex-direction: column;
        align-items: center;
        gap: unset;
    }
}

.small-cart .small-cart__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.small-cart .small-cart__price p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  color: #a18b7f;
}

/* nav-bar */

.nav-bar-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 28px;
  cursor: pointer;
  display: none;
}

.nav-bar-icon__item {
  width: 100%;
  height: 3px;
  border-radius: 25px;
  background: #A18B7F;
}

.nav-bar-icon__item-last {
  width: 75%;
  height: 3px;
  border-radius: 25px;
  background: #A18B7F;
}

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
/*
@media screen and (min-width: 1024px) {
  .top-nav-menu:hover .top-nav-menu__trigger {
    color: #B5ACA6;
  }
}
*/

.top-nav .top-nav-menu__item > a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.top-nav-subnav {
  position: absolute;
  width: 100%;
  top: 99%;
  left: 0;
  padding: 0;
  display: none;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
}
.top-nav-subnav::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 132px;
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
}
.top-nav-subnav::after {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #E9E9E9;
  opacity: .7;
  z-index: -2;
  pointer-events: none;
}

.top-nav-subnav .top-nav-wrap {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 35px 15px 50px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 40px;
}

.top-nav-subnav .top-nav-subnav-img {
  margin-left: auto;
}

.right-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.right-nav .right-nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}

.right-nav .right-nav__menu a {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #706056;
}

.right-nav .right-nav__menu a:hover {
  color: #C0AA9C;
}

.right-nav .right-nav__img-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 10;
}

.top-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0;
}

.top-nav .top-nav-menu__item:hover .top-nav-subnav {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .top-nav .top-nav-menu__item:hover .ingredients-wrap {
    display: block;
  }
}

.top-nav .top-nav-menu__item a {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #706056;
  padding-right: 16px;
}

.top-nav li.top-nav-menu__item:nth-last-child(2) > a {
  text-transform: none;
}

.top-nav li.top-nav-menu__item:last-child > a {
  text-transform: none;
  padding-right: 0;
}

.top-nav-subnav__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 25%;
}

.top-nav-subnav__item .top-nav-subnav__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.173333;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #706056;
  margin-bottom: 22px;
}

.top-nav-subnav__item a.top-nav-subnav__all {
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #706056;
  text-transform: none;
}

.top-nav-subnav__item a.top-nav-subnav__all:hover {
  color: #b5aca6;
}

.top-nav-subnav__item .top-nav-subnav__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.top-nav-subnav__item .top-nav-subnav__ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #706056;
  text-transform: none;
  display: block;
}
.top-nav-subnav__item .top-nav-subnav__ul li a.top-nav-subnav__all {
  font-weight: 600;
}

.top-nav-subnav__item .top-nav-subnav__ul li a:hover {
  color: #C0AA9C;
}

.top-nav-subnav__item .top-nav-subnav__ul li a span {
  font-weight: 600;
}

.top-nav-subnav__item img {
  max-width: 250px;
}

.top-nav-subnav__item .top-nav-subnav__item--name,
.top-nav-subnav__item .top-nav-subnav__item--product {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  font-family: "HeliosCond";
  font-size: 23px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  color: #706056;
  margin-bottom: 11px;
}

.top-nav-subnav__item .top-nav-subnav__item--product {
  font-family: "Raleway", serif;
  font-size: 15px;
}

.top-nav-subnav__item .top-nav-subnav__item--link {
  display: -webkit-box;
  display: -webkit-flex;
  position: relative;
  align-self: center;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.top-nav-subnav__item .top-nav-subnav__item--link svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  pointer-events: none;
}
.top-nav-subnav__item .top-nav-subnav__item--link svg path {
  transition: .25s;
}

.top-nav-subnav__item .top-nav-subnav__item--link:hover svg path {
  stroke: #C0AA9C;
}
.top-nav-subnav__item .top-nav-subnav__item--link:hover a.top-nav-subnav__more {
  padding-right: 26px;
}

.top-nav-subnav__item .top-nav-subnav__item--link a.top-nav-subnav__link {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-transform: none;
  letter-spacing: 0.02em;
  color: #706056;
  text-decoration: underline;
}

.top-nav-subnav__item .top-nav-subnav__item--link a.top-nav-subnav__link::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: 8px;
  background: url("../images/menu-top-link-right.svg") center right no-repeat;
}

.top-nav-subnav__item .top-nav-subnav__item--link a.top-nav-subnav__link:hover {
  text-decoration: none;
  color: #b5aca6;
}

.top-nav-subnav__item .top-nav-subnav__item--tag {
  padding: 17px 0 11px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.top-nav-subnav__item .top-nav-subnav__item--tag span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 8px;
  color: #706056;
  background: #f9f8f7;
}

.menu-bottom-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #cfb2a1;
  position: relative;
  align-self: center;
  z-index: 2;
}

.menu-bottom-btn svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  pointer-events: none;
  width: 15px;
}
.menu-bottom-btn a.product__all {
  padding: 15px;
  padding-right: 24px;
  transition: .25s;
  color: #fff;
}
.menu-bottom-btn a.product__all + svg path {
  stroke: #fff;
}
.menu-bottom-btn a.product__all:hover {
  padding-right: 22px;
  color: #F0EDEB;
}
.menu-bottom-btn a.product__all:hover + svg path {
  stroke: #F0EDEB;
}
.menu-bottom-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background-color: #cfb2a1;
  pointer-events: none;
  z-index: -1;
}

.menu-bottom-btn a.menu-bottom-btn__link {
  color: #fff !important;
}

.menu-bottom-btn a.menu-bottom-btn__link::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M7.99219 1L15.0005 8.00828L7.99219 15.0166" stroke="currentColor"/><path d="M15 8L0 8" stroke="currentColor"/></svg>');
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: 10px;
  transition: .2s;
  color: white;
}
.menu-bottom-btn a.menu-bottom-btn__link::after path {
  stroke: white;
}
.menu-bottom-btn a.menu-bottom-btn__link:hover::after {
  margin-left: 8px;
}

.menu-bottom-btn a.menu-bottom-btn__link:hover {
  color: #e7e4e1 !important;
}

.menu-bottom-btn-mob {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #cfb2a1;
    margin: 20px 0;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .menu-bottom-btn-mob {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
}

.menu-bottom-btn-mob a.product__all {
    padding: 15px;
    transition: .25s;
    color: #fff;
}

.top-nav-subnav-img {
  width: 250px;
}

.ingredients-wrap {
  position: relative;
  margin-left: -16px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  display: none;
}
.ingredients-wrap.active {
  display: block;
}
.ingredients-wrap::before {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 100%;
    width: 120vw;
    height: 132px;
    background-color: #fff;
    z-index: -1;
    pointer-events: none;
}
.ingredients-wrap::after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #E9E9E9;
    opacity: .7;
    z-index: -2;
    pointer-events: none;
}

.ingredients-top-nav {
  top: 0;
  height: 660px;
  width: 280px;
  z-index: 100;
  margin-top: 0;
  position: absolute;
  background: #fff;
  padding: 10px 0 25px 15px !important;
  box-shadow: 0px 4px 20px 0px rgba(94, 80, 71, 0.03);
}

.ingredients-top-nav .jspTrack {
  background: #fff;
  position: relative;
  border-left: 1px solid rgba(181, 172, 166, 0.2);
  padding: 0 0 10px 4px;
}

.ingredients-top-nav .jspDrag {
  background: #cdc7c2;
  position: relative;
  cursor: pointer;
  width: 6px;
  border-radius: 7px;
}

.ingredients-top-nav .jspVerticalBar {
  background: #fff !important;
}

.ingredients-top-nav .ingredients-top__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: 5px 0 25px 0;
}

.ingredients-top-nav {
  max-height: 660px;
  overflow-y: auto;
  box-sizing: border-box;
}

.ingredients-top__list {
  position: relative;
  margin-bottom: 0 !important;
}

.ingredients-top__list::before {
  content: '';
  position: absolute;
  right: 0;
  top: -10px;
  width: 1px;
  height: calc(100% + 35px);
  background-color: rgba(181, 172, 166, 0.2);
}

.ingredients-top-nav::-webkit-scrollbar {
  width: 12px;
}

.ingredients-top-nav::-webkit-scrollbar-thumb {
  background-color: #CDC7C2;
  border-radius: 50px;
  border: 3px solid #fff;
}

.ingredients-top-nav .ingredients-top__list .ingredients-top__list--item a {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #706056;
}

.ingredients-top-nav .ingredients-top__list .ingredients-top__list--item a:hover {
  color: #C0AA9C;
}

.big-banner .big-banner__item {
  width: 100%;
  height: 665px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.big-banner .big-banner__left {
  width: 50%;
  height: 100%;
}

.big-banner .big-banner__right {
  width: 50%;
  height: 100%;
}

.big-banner .big-banner__title {
  font-family: "HeliosCond";
  font-size: 54px;
  font-weight: 400;
  line-height: 57px;
  letter-spacing: 0em;
  color: #706056;
  margin-top: 220px;
}

.big-banner .big-banner__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  max-width: 480px;
  letter-spacing: 0.02em;
  color: #706056;
  margin: 22px 0 35px 0;
}

.big-banner .big-banner__btn a {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.07em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 35px;
  background: #cfb2a1;
  border-radius: 50px;
}

.big-banner .big-banner__btn a:hover {
  background: #bd9f8d;
}

.big-banner .owl-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  margin-top: -40px;
}

.big-banner .owl-dots button {
  width: 8px;
  height: 8px;
  background: #fff !important;
  margin: 5px 10px;
  border-radius: 25px;
}

.big-banner .owl-dots button.active {
  background: #706056 !important;
}

.marquee {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0 16px 0;
  background: -webkit-linear-gradient(343.78deg, #dac0b1 26.22%, #e7b9ab 67.4%);
  background: linear-gradient(106.22deg, #dac0b1 26.22%, #e7b9ab 67.4%);
}

.marquee .marquee__item {
font-size: 15px !important;
    font-weight: 500 !important;
    padding: 0 45px;
    letter-spacing: 0.04em !important;
    color: #fff;
    display: flex;
    gap: 5px;
   align-items: baseline; 
}


.marquee .marquee__item span {
  font-family: "HeliosCond";
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 0.035em !important;
  text-transform: uppercase;
}

.marquee .marquee__item .mrq_one {
  font-family: inherit;
  font-size: 38px !important;
  font-weight: 500 !important;
  letter-spacing: 0em !important;
  line-height: .8;
}

#video_background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

#video_background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #video_background video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.musthave-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 100px 0;
}

.musthave-container .tabs-carousel-wrap {
  max-width: 1260px;
  margin: 0 auto;
}

.musthave-container .wrap-carousel-item {
  max-width: 1180px;
  margin: 0 auto;
}

.musthave-container .owl-prev.disabled,
.musthave-container .owl-next.disabled {
  display: none;
}

.musthave-container .tabs {
  margin-top: 10px;
  padding: 0 40px;
}

.musthave-container .tabs__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin: 0;
  margin-bottom: 60px;
}

.musthave-container .tabs__btn {
  padding: 0;
  text-decoration: none;
  color: #8d837d;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

.musthave-container .tabs__btn:hover {
  border-bottom: 1px solid #8d837d;
}

.musthave-container .tabs__btn_active {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #706056;
}

.musthave-container .tabs__content {
  padding: 0;
}

.musthave-container .tabs__pane {
  display: none;
}

.musthave-container .tabs__pane_show {
  display: block;
}

.carousel-popular .owl-nav {
  position: absolute;
  width: 100%;
  top: 32%;
}

.carousel-popular .owl-nav button.owl-prev {
  position: absolute;
  left: -35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.carousel-popular .owl-nav button.owl-prev:hover {
  opacity: 0.7;
}

.carousel-popular .owl-nav button.owl-next {
  position: absolute;
  right: -35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.carousel-popular .owl-nav button.owl-next:hover {
  opacity: 0.7;
}

.carousel-popular__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  /* min-height: 500px;*/
}

.carousel-popular__item .carousel-popular__description {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  min-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #8d837d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.carousel-popular__item .carousel-popular__img {
  -webkit-transition: all 0.6s ease !important;
  transition: all 0.6s ease !important;
}

.carousel-popular__item .carousel-popular__name {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  padding: 10px 0;
  margin-top: 20px;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.carousel-popular__item .carousel-popular__name .carousel-popular__name--link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carousel-popular__item .carousel-popular__name .carousel-popular__name--link a {
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #706056;
}

.carousel-popular__item .carousel-popular__name .carousel-popular__name--price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.carousel-popular__item .carousel-popular__name .carousel-popular__name--price .catalog-total-price {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #706056;
}

.carousel-popular__item .carousel-popular__name .carousel-popular__name--price .catalog-real-price {
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #706056;
  text-decoration: line-through;
}

.carousel-popular__item .carousel-popular__name .carousel-popular__name--price .tprice-red {
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #f14242;
}

#img .img-first {
  position: absolute;
  left: 0;
  top: 0px;
}

#img {
  display: block;
  margin: 0 auto;
  width: 282px;
  height: 350px;
  position: relative;
}

#img .imgfade {
  position: absolute;
  left: 0;
  top: 0;
}

#img .carousel-sale {
  position: absolute;
  background: #ff4820;
  right: 0;
  top: 20px;
  padding: 4px 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #fff;
}

.carousel-popular__tocart {
  margin-top: 15px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.box-to-cart-btn {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.07em;
  text-align: center;
  padding: 12px 10px 10px 10px;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #a18b7f;
  color: #a18b7f;
  text-transform: uppercase;
}

.box-to-cart-btn:hover {
  color: #fff;
  background: #cfb2a1;
  border: 1px solid #cfb2a1;
}

.first-page-title {
  max-width: 40%;
  font-family: "HeliosCond";
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  color: #706056;
  position: absolute;
  margin-top: -15px;
}

.first-page-title span {
  color: #cfb2a1;
}

.peptides-section {
  padding-left: 15px;
  padding-right: 15px;
}

.color-search {
  max-width: 1180px;
  width: calc(100% - 30px);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 3px;
  background: #f9f8f7;
}

.color-search__search {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.color-search__search .color-search__title {
  font-family: "HeliosCond";
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  color: #706056;
  text-align: center;
}

.color-search__search .color-search__description {
  font-family: Raleway;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.18px;
  letter-spacing: 0.05em;
  color: #8d837d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

.color-search__search .color-search__link {
  text-align: center;
}

.color-search__search .color-search__link a.color-search__btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 17.61px;
  letter-spacing: 0.07em;
  text-align: center;
  color: #a18b7f;
  text-transform: uppercase;
  padding: 14px 44px;
  margin-top: 20px;
  border: 1px solid #a18b7f;
  border-radius: 30px;
}

.color-search__search .color-search__link a.color-search__btn:hover {
  color: #fff;
  background: #cfb2a1;
  border: 1px solid #cfb2a1;
}

.wrap-carousel-item {
  height: 505px !important;
}

.page-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 120px 0 120px 0;
}

.page-title {
  max-width: 40%;
  font-family: "HeliosCond";
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  color: #706056;
  padding: 0;
  margin: 0;
}

.page-title span {
  color: #cfb2a1;
}

.products-section {
  padding-left: 15px;
  padding-right: 15px;
}

.products-section .page-container {
  padding-bottom: 100px;
  margin-bottom: 120px;
  border-bottom: 1px solid #E7E4E1;
}
.products-section .products-box {
  padding-bottom: 0;
  border-bottom: none
}

.products-section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.products-section-title a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #706056;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: .1s;
  transition-timing-function: ease-in;
}

.products-section-title a:hover {
  color: #CFB2A1
}

.products-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
  padding-top: 70px;
  padding-bottom: 100px;
  border-bottom: 1px solid #e7e4e1;
}

.products-box .products-box__category {
  font-size: 18px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: #a18b7f;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-box .pixel {
  width: 5px;
  height: 5px;
  background: #b99c8b;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.products-box .products-box__description {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 15px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #a18b7f;
}

.products-box .category-box__link {
  display: block;
  width: 100%;
}

.products-box .products-box__item {
  width: calc(100% / 12 * 2 - 26px);
  margin-left: 13px;
  margin-right: 13px;
  text-align: center;
}

.products-box .products-box__img-wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 100%;
  display: block;
  border-radius: 100%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 1000px;
  background-color: #E8C6B0;
}

.products-box .products-box__img-wrap::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #EABCA1;
  border-radius: 1000px;
  transition: .25s;
  transition-timing-function: ease-in-out;
  opacity: .5;
  box-sizing: border-box;
}
.products-box .products-box__item:hover .products-box__img-wrap::after {
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background-color: transparent;
  border: 1px solid #CFB2A1;
}

.products-box .products-box__img-wrap .products-box__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1000px;
}

/* .products-box .products-box__img-wrap .img-mask {
  width: 174px;
  height: 174px;
  border-radius: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #eabca1;
  opacity: 0.5;
  position: absolute;
  z-index: 20;
} */

.products-box .products-box__img-wrap:hover {
  border: 1px solid #cfb2a1;
}

.products-box .products-box__img-wrap:hover .img-mask {
  opacity: 1;
  background: none;
}

.product-last-img {
  background: #e8c6b0 url("../images/fd-6.svg") center center no-repeat;
  width: 174px;
  height: 174px;
}

.peptides-wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  gap: 20px;
}

.peptides-left {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
}

.peptides-left .products-section-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e4e1;
}

.peptides-left .products-section-title .page-title {
  max-width: 100%;
  margin-bottom: 20px;
}

.peptides-right {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  position: relative;
}

.peptides-right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.peptides-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.peptides-title div {
  min-width: 100%;
}

.peptides-title p {
  min-width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8d837d;
}

.peptides-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-top: 33px;
  gap: 15px;
}

.peptides-products .carousel-popular__item {
  width: 282px;
}

.peptides-products .carousel-popular__item #img {
  position: relative;
}

.about-section .about-wrap {
  max-width: 936px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 150px 0;
}

.about-section .about-wrap .about__item {
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.about-section .about-wrap .about__item .about__icon {
  text-align: center;
  width: 53px;
  height: 64px;
  display: block;
  margin: 0 auto;
}

.about-section .about-wrap .about__item .about__text {
  margin-top: 22px;
}

.about-section .about-wrap .about__item .about__text p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding: 0 15px;
  letter-spacing: 0.06em;
  color: #a18b7f;
  text-align: center;
}

.about-section .about-wrap .about__item .about__text p span {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.06em;
  color: #a18b7f;
}

.form-wrap {
  max-width: 1150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 110px 55px 110px 55px;
  background-image: url("../images/form-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.form-wrap11 {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 100px 0 90px 0;
  background: #fafafa;
}

.form-wrap form {
  width: 100%;
  max-width: 655px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}

.form-wrap form input[type="text"],
.form-wrap form input[type="mail"] {
  color: #706056;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  padding: 14px 20px;
  width: 38.9%;
  box-sizing: border-box;
  letter-spacing: 0.02em;
  border-radius: 50px;
  background-color: #fff;
}

.form-wrap form input[type="submit"] {
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #fff;
  background: #CFB2A1;
  border: none;
  padding: 2px 25px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-wrap form input[type="submit"]:hover {
  background: #BD9F8D;
}

.form-wrap form ::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.form-wrap form ::-moz-placeholder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.form-wrap form :-moz-placeholder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.form-wrap form :-ms-input-placeholder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.form-wrap form :focus::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.form-wrap form :focus::-moz-placeholder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.form-wrap form :focus:-moz-placeholder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.form-wrap form :focus:-ms-input-placeholder {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.form-wrap .form-title {
  font-family: "HeliosCond";
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0em;
  color: #706056;
  max-width: 500px;
  text-align: center;
  margin-bottom: 10px;
}

.form-wrap .form-mess {
  max-width: 500px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.03em;
  color: #706056;
  margin-bottom: 25px;
}

.form-wrap .form-callback {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #8d837d;
  margin-top: 40px;
}

.form-wrap .form-callback a {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #8d837d;
  text-decoration: none;
  border-bottom: 1px solid #8d837d;
}

.form-wrap .form-callback a:hover {
  color: #cfb2a1;
  border-bottom: none;
}

.form-wrap p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #706056;
  opacity: 0.7;
}

.form-wrap p a {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #706056;
  border-bottom: 1px solid #706056;
}

.form-wrap p a:hover {
  color: #cfb2a1;
  border-bottom: none;
}

/************************************************************************************/

.container {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#button-up {
  display: none;
  right: 50px;
  margin: 0;
  position: fixed;
  bottom: 50px;
  outline: none;
  width: 50px;
  height: 50px;
  color: #333333;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#button-up:hover svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#button-up:hover .up-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  stroke: #fff;
}

#button-up:hover .up-btn-rect {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #CFB2A1;
}

.error_input {
  border-color: red;
}

.error_input::-webkit-input-placeholder {
  color: red;
}

.error_input::-moz-placeholder {
  color: red;
}

.error_input:-moz-placeholder {
  color: red;
}

.error_input:-ms-input-placeholder {
  color: red;
}

.block_header_activity,
.block_header_activity_element {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-weight: 600;
  color: #ffffff;
  padding: 30px 0;
  background: #bd9f8d;
}

.popup {
  z-index: 20;
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup__close {
  position: absolute;
  top: 5px;
  font-size: 44px;
  background: transparent;
  right: 15px;
  color: #A18B7F;
  border: none;
}

.popup__content {
  max-width: 542px;
  z-index: 9999;
  position: fixed;
  text-align: center;
  left: 50%;
  top: 20%;
  background: #F9F8F7;
  box-shadow: 0px 4px 20px 0px rgba(94, 80, 71, 0.03);
  border-radius: 4px;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  padding: 59px 117px;
}

.popup__btn {
  margin-top: 12px;
  background: #CFB2A1;
  border-radius: 30px;
  padding: 14px 36px;
  color: #FFF;
  text-align: center;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.popup__btn:hover {
  background: #bd9f8d;
}

.popup__call_title {
  color: #706056;
  text-align: center;
  font-family: HeliosCond;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.popup__call_descr {
  margin-top: 12px;
  color: #706056;
  text-align: center;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.3px;
}

.popup__form {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
}

.popup__form input {
  width: 246px;
  height: 46px;
  padding: 15px 20px;
  border-radius: 54px;
  background: #FFF;
  color: #706056;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 18px */
  letter-spacing: 0.3px;
}

.popup__call_policy {
  margin-top: 11px;
  color: #706056;
  text-align: center;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150.5%;
  /* 18.06px */
  letter-spacing: 0.24px;
}

.popup__call_policy a {
  opacity: 0.7;
  color: #706056;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150.5%;
  letter-spacing: 0.24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.body-pr17 {
  padding-right: 17px;
}

.form-section {
  padding-left: 32px;
  padding-right: 32px;
}

@media (max-width: 1440px) {
  .search form input[type="text"] {
    width: auto;
  }

  .big-banner .big-banner__item {
    height: 625px;
  }
}

@media (max-width: 1400px) {
  .big-banner .big-banner__item {
    height: 600px;
  }
}

@media (max-width: 1300px) {
  .big-banner .big-banner__item {
    height: 560px;
  }

  .big-banner .big-banner__title {
    margin-top: 160px;
  }
}

@media (max-width: 1200px) {
  .big-banner .big-banner__item {
    height: 540px;
  }

  .big-banner .big-banner__title {
    margin-top: 140px;
  }
}

@media (max-width: 1190px) {
  .right-nav {
    /****************************************/
    gap: 10px;
  }

  .right-nav .right-nav__menu {
    /****************************************/
    gap: 5px;
  }

  .right-nav .right-nav__menu a {
    /****************************************/
    font-size: 14px;
  }

  .top-nav .top-nav-menu__item a {
    /****************************************/
    font-size: 15px;
    padding-right: 12px;
  }
}

@media (max-width: 1180px) {
  .big-banner .big-banner__item {
    height: 520px;
  }
}

@media (max-width: 1140px) {
  .big-banner .big-banner__item {
    height: 500px;
  }
}

@media (max-width: 1100px) {
  .big-banner .big-banner__item {
    height: 480px;
  }
}

@media (max-width: 1024px) {
  .header-top {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    gap: 30px;
  }

  .search {
    display: none;
    /*********************************************************************************************************/
  }

  .top-contacts {
    /********************************************************/
    display: none;
  }

  .small-cart-box {
    margin-left: auto;
  }

  .nav-bar-icon {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .peptides-left .products-section-title {
    padding-bottom: 40px;
  }

  .big-banner .big-banner__item {
    height: 470px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .musthave-container {
    padding-top: 90px;
    padding-bottom: 0;
  }

  .ingredients-wrap::before,
  .ingredients-wrap::after {
    display: none;
  }
  .ingredients-top-nav {
    height: unset;
    max-height: 250px;
    overflow-y: auto;
    position: unset;
    width: 100%;
    box-shadow: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 25px;
  }
  .ingredients-wrap {
    box-shadow: none;
    margin-left: unset;
    overflow: hidden;
  }
  .ingredients-top-nav .ingredients-top__list {
    margin: 0;
  }
  .ingredients-top__list::before {
    display: none;
  }

  .body-pr17 {
    padding-right: 0px;
  }

  .carousel-popular__item .carousel-popular__name {
    margin-top: 45px;
  }

  .first-page-title {
    position: static;
    max-width: 100%;
    text-align: center;
    margin-top: 0;
  }

  .musthave-container .tabs__nav {
    margin-top: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }

  .page-container {
    padding-bottom: 20px;
  }

  .products-section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 20px;
  }

  .peptides-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 0;
  }

  .peptides-products {
    margin-top: 40px;
  }

  .products-box {
    justify-content: center;
    margin-bottom: -55px;
  }

  .products-box .products-box__item {
    width: calc(100% / 12 * 4 - 26px);
    margin-bottom: 55px;
  }
  .products-box .products-box__img-wrap::after {
    display: none;
  }

  .products-box .category-box__link {
    max-width: 174px;
    margin-left: auto;
    margin-right: auto;
  }

  .peptides-left {
    margin-top: 40px;
  }

  .footer {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }

  .footer-last-item {
    margin-left: 0;
  }

  .products-section .page-container {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 100px;
  }

  .products-section .page-title {
    max-width: unset;
    margin-bottom: 15px;
  }
  .form-wrap .form-title {
    margin-bottom: 20px;
  }

  .form-wrap .form-mess {
    line-height: 1.8;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .logo a svg {
    width: 185px;
  }

  .login__wrapper {
    width: 200px;
  }

  .login__btn {
    padding: 14px 50px;
  }

  #img {
    width: 190px;
    height: 200px;
  }

  .musthave-container {
    padding-top: 90px;
  }

  .musthave-container .tabs {
    padding: 0 10px;
  }

  .musthave-container .tabs__nav {
    margin-top: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 20px;
  }

  .color-search .color-search__img_2 {
    display: none;
  }

  .first-page-title {
    position: static;
    max-width: 100%;
    text-align: center;
    margin-top: 0;
  }

  .products-section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 0;
  }
  .peptides-left .products-section-title .page-title {
    margin-bottom: 12px;
  }


  .products-box .products-box__item {
    width: calc(50% - 26px);
  }

  .products-box {
    border: none;
  }

  .form-wrap {
    padding-bottom: 30px;
  }

  .form-wrap p {
    text-align: center;
  }

  .peptides-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .peptides-products .carousel-popular__item {
    width: 225px;
  }


  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    text-align: center;
    padding: 60px 0 110px 0;
    margin-left: 0;
  }

  .footer .footer__item {
    display: none;
  }

  .footer .footer__item.footer-last-item {
    display: block;
  }

  .footer-last-item .footer__title {
    padding-right: 0;
  }

  .footer-last-item form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }

  .footer_wk {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-justify-content: space-around;
            justify-content: space-around;
    width: 100%;
  }

  .about-section .about-wrap {
    padding: 150px 0 0 0;
  }

  #button-up {
    right: 10px;
  }

  #button-up svg {
    width: 40px;
  }

  .popup__content {
    padding: 59px 30px;
  }

  .popup__call_policy {
    padding: 0;
  }
}

@media (max-width: 650px) {
  .form-wrap form {
    flex-direction: column;
    gap: 8px
  }
}

@media screen and (max-width: 497px) {
  .color-search {
    flex-direction: column;
    align-items: center;
  }

  .color-search__img {
    width: 100%;
  }

  .color-search__img img {
    width: 100%;
  }

  .color-search__search {
    padding: 95.82px 31.14px 95.83px;
  }

  .color-search__title {
    font-size: 34px;
    line-height: 35.7px;
  }

  .color-search__description {
    line-height: 20.18px;
    margin-top: 12.28px;
  }

  .color-search__search .color-search__link a.color-search__btn {
      font-family: Raleway;
      font-size: 16px;
      line-height: 12px;
      padding: 17.25px 54.46px;
      margin-top: 24.56px;
      border: 1.23px solid #a18b7f;
      border-radius: 36.85px;
  }
}

@media (max-width: 479px) {
  .container {
    padding: 0 15px;
  }

  .logo a svg {
    width: 124px;
  }

  .peptides-products .carousel-popular__item {
    width: 175px;
  }

  #button-up svg {
    width: 30px;
  }

  .products-section .page-container {
    margin-bottom: 70px;
  }

  .products-section .page-title span {
    display: block;
  }
  .form-wrap .form-title {
    margin-bottom: 16px;
  }
  .form-wrap .form-mess {
    line-height: 1.32;
    margin-bottom: 28px;
  }
  .form-wrap .form-callback {
    margin-top: 36px;
  }
}

@media (max-width: 379px) {
  .header-top {
    gap: 14px;
  }

  .nav-bar-icon {
    width: 20px;
  }

  .page-title {
    max-width: 100%;
  }

  .logo a svg {
    width: 100px;
  }

  .login a svg,
  .small-cart a svg {
    height: 18px;
    width: 18px;
  }

  .peptides-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .products-section .products-box {
    padding-top: 50px;
  }
}

@media (min-aspect-ratio: 1.77777778) {
  #video_background video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 1.77777778) {
  #video_background video {
    width: 300%;
    left: -100%;
  }
}