.color--orange {
  color: #ff6e25;
}
.background--orange {
  width: max-content;
  width: -webkit-max-content;
  padding: 10px 20px;
  background: #ff6e25;
  border-radius: 10px;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Light.woff2) format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.woff2) format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.woff2) format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "GraphikLCG";
  src: url(../fonts/GraphikLCG-Medium.woff2) format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "GraphikLCG";
  src: url(../fonts/GraphikLCG-Semibold.woff2) format("woff2");
  font-weight: 600;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col-1 {
  width: 8.33333333%;
  padding: 0 10px;
  flex: 1;
}
.col-2 {
  width: 16.66666667%;
  padding: 0 10px;
  flex: 1;
}
.col-3 {
  width: 25%;
  padding: 0 10px;
  flex: 1;
}
.col-4 {
  width: 33.33333333%;
  padding: 0 10px;
  flex: 1;
}
.col-5 {
  width: 41.66666667%;
  padding: 0 10px;
  flex: 1;
}
.col-6 {
  width: 50%;
  padding: 0 10px;
  flex: 1;
}
.col-7 {
  width: 58.33333333%;
  padding: 0 10px;
  flex: 1;
}
.col-8 {
  width: 66.66666667%;
  padding: 0 10px;
  flex: 1;
}
.col-9 {
  width: 75%;
  padding: 0 10px;
  flex: 1;
}
.col-10 {
  width: 83.33333333%;
  padding: 0 10px;
  flex: 1;
}
.col-11 {
  width: 91.66666667%;
  padding: 0 10px;
  flex: 1;
}
.col-12 {
  width: 100%;
  padding: 0 10px;
  flex: 1;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.img {
  display: block;
}
.section {
  padding: 80px 0;
}
.section--offset {
  padding-top: 160px;
}
.section-title {
  margin: 0 0 40px;
  font-family: "GraphikLCG", Helvetica;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.2;
}
.section-title--center {
  text-align: center;
}
.container {
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
  max-width: 1700px;
}
.container--min {
  max-width: 1340px;
}
.site-btn {
  margin: 0;
  padding: 14px 28px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  border: 2px solid #ff6e25;
  border-radius: 8px;
  background: none;
  transition: all 0.3s linear;
  position: relative;
}
.site-btn:hover {
  background: #ff6e25;
  cursor: pointer;
}
.site-btn:focus {
  outline: none;
}
.site-btn--transparent {
  border-color: #fff;
}
.site-btn--transparent:hover {
  background: #fff;
  color: #1f1f1f;
}
.site-btn--orange {
  background: #ff6e25;
}
.site-btn--orange:hover {
  background: #ff7f3f;
  border-color: #ff7f3f;
}
a {
  text-decoration: none;
  color: #fff;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inner-page--oferta li {
  margin-bottom: 20px;
  line-height: 1.3;
}
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  background: #342c28;
  overflow-x: hidden;
}
body.lock {
  position: relative;
  -webkit-overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: none;
  touch-action: none;
  overflow-y: hidden;
}
.body--offset {
  padding: 0 20px;
}
body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  background: none;
}
body::-webkit-scrollbar-thumb {
  background-color: #ff6e25;
  border-radius: 20px;
  border: none;
  transition: all 0.3s;
}
body::-webkit-scrollbar-thumb:hover {
  background: #ff5d0b;
}
#detach-button-host {
  opacity: 0;
  display: none !important;
}
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  background: #ff6e25 !important;
}
@media (max-width: 1259px) {
  .body--offset {
    padding: 0 10px;
  }
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 770px) {
  .row {
    flex-direction: column;
  }
  .col-6 {
    padding: 0;
    width: 100%;
  }
  .section-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .section-title--center {
    text-align: start;
  }
  .section {
    padding: 30px 0;
  }
  .section--offset {
    padding-top: 70px;
  }
  .container {
    padding: 0 10px;
  }
  .site-btn {
    padding: 19px 14px;
    font-size: 14px;
    line-height: 0;
  }
  body {
    font-size: 16px;
  }
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(35, 30, 27, 0.8);
  border-bottom: 1px solid rgba(238, 238, 238, 0.3);
  transform: translateY(-150%);
  z-index: 1000;
}
.header.active {
  animation: headerAnim 0.8s linear forwards;
}
@keyframes headerAnim {
  100% {
    transform: translateY(0);
  }
}
.no-anim {
  transform: translateY(0);
}
.header__inner {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__col {
  display: flex;
  align-items: center;
}
.header__logo {
  margin-right: 20px;
  width: 100%;
  max-width: 120px;
  height: auto;
}
.header__btn {
  margin-right: 10px;
  padding: 0;
  width: 33px;
  height: 33px;
  border: 0;
  background: none;
  cursor: pointer;
}
.header__btn:hover {
  cursor: pointer;
}
.header__ico {
  width: 100%;
}
.nav__close {
  display: none;
  cursor: pointer;
}
.header__nav-list {
  margin: 0 50px 0 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.header__nav-item:not(:last-child) {
  margin-right: 20px;
}
.header__nav-link {
  font-size: 16px;
  color: #fff;
  transition: all 0.3s;
}
.header__nav-link:hover {
  color: #ff6e25;
}
.header__nav-link--tel {
  display: block;
  color: #ff6e25;
}
.header__contacts {
  color: #fff;
  transition: all 0.3s;
}
.header__contacts:hover {
  color: #ff6e25;
}
.burger-col {
  display: none;
}
@media (max-width: 1259px) {
  .header__nav {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #342c28;
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.6s;
  }
  .header__nav::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
  }
  .header__nav.show {
    background: #342c28 url(../images/nav-background.jpg) no-repeat center;
    background-size: cover;
    visibility: visible;
    transform: translateX(0);
  }
  .nav__close {
    margin: 20px 0 0 40px;
    padding: 0;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
    background: #342c28 url(../images/ico/close-ico.svg) no-repeat center;
    background-size: 25px;
    border: none;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
  }
  .nav__close:hover {
    outline: 1px solid #ff6e25;
  }
  .header__nav-list {
    margin: auto 0 auto 20px;
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
  .header__nav-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header__nav-link {
    font-size: 28px;
  }
  .header__nav-link--tel {
    display: none;
  }
  .header__contacts {
    display: none;
  }
  .burger-col {
    display: block;
  }
  .burger-btn {
    margin: 0 105px 0 0;
    padding: 0;
    font-size: 0;
    width: 35px;
    height: 35px;
    background: #fff url(../images/ico/burger-ico.svg) no-repeat center;
    background-size: 20px;
    border: none;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
  }
  .burger-btn::after {
    content: "Навигация";
    font: inherit;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 50%;
    right: -105px;
    transform: translateY(-50%);
  }
}
@media (max-width: 770px) {
  .header__inner {
    padding: 10px;
  }
  .header__logo {
    margin-right: 5px;
    max-width: 104px;
  }
  .header__btn {
    margin-right: 5px;
    width: 25px;
    height: 25px;
  }
  .header__btn--message {
    margin-right: 10px;
  }
  .header__btn--location {
    display: none;
  }
  .burger-btn {
    margin: 0 80px 0 0;
    width: 25px;
    height: 25px;
    background-size: 20px;
  }
  .burger-btn::after {
    font-size: 12px;
    right: -80px;
  }
  .nav__close {
    margin: 10px 0 0 20px;
    width: 40px;
    height: 40px;
    background-size: 25px;
  }
  .header__nav-item:not(:last-child) {
    margin-bottom: 5px;
  }
  .header__nav-link {
    font-size: 20px;
  }
}
.products__title-row {
  display: flex;
}
.products__title-btn {
  margin: 0 10px 0;
  padding: 0;
  font: inherit;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  background: none;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.products__title-btn:first-child {
  margin-left: 0;
}
.products__title-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ff6e25;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.products__title-btn:hover,
.products__title-btn.active {
  color: #fff;
}
.products__title-btn.active::after {
  width: 100%;
}
.products-slider__row {
  position: relative;
  overflow: hidden;
}
.products-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products-slider__item {
  padding: 0 0 20px 0;
  height: auto;
  background: #231e1b;
  border-radius: 10px;
  transition: all 0.3s;
}
.products-slider__item:hover {
  box-shadow: 0 0 5px 3px rgba(255, 110, 37, 0.1) inset;
}
.products-slider__link {
  display: block;
  text-align: center;
  position: relative;
}
.products-slider__wrapper {
  height: 350px;
}
.products-slider__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.6s;
  pointer-events: none;
}
.products-slider__item.new .products__list-new {
  display: block;
}
.products-slider__title {
  margin: 30px 0 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.products-slider__price {
  display: block;
  font-size: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.products-slider__footer {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products-slider__more {
  padding: 10px 20px 10px 25px;
  display: flex;
  background: #231e1b;
  border-radius: 10px;
  align-items: center;
}
.products-slider__more-txt {
  width: max-content;
  margin-right: 10px;
  color: #fff;
}
.products-slider__more-ico {
  width: 50px;
  height: auto;
}
.products-slider__pagination {
  width: auto !important;
  position: initial !important;
  bottom: auto !important;
  left: auto !important;
}
.products-slider__pagination span {
  width: 8px;
  height: 8px;
  background: #ff6e25;
}
@media (max-width: 770px) {
  .products__title-btn {
    font-size: 14px;
  }
  .products-slider__item {
    padding: 0 0 10px 0;
    border-radius: 6px;
  }
  .products-slider__title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .products-slider__price {
    font-size: 16px;
  }
  .products-slider__footer {
    margin-top: 10px;
  }
  .products-slider__more {
    padding: 5px 10px 5px 15px;
  }
  .products-slider__more-txt {
    margin-right: 5px;
    font-size: 14px;
  }
  .products-slider__more-ico {
    width: 35px;
  }
}
.cases {
  display: flex;
}
.cases__inner {
  width: 70%;
}
.cases__inner--first-col {
  width: 30%;
  margin-right: 50px;
}
.cases__descr {
  position: relative;
}
.cases__txt {
  margin: 0;
  transition: all 0.5s;
}
.cases__txt.hide {
  opacity: 0;
}
.cases__item-descr {
  margin: 0;
  height: 100%;
  background: #342c28;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cases__item-txt {
  margin: 0;
}
.cases__marque {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.cases__marque-wrapper {
  display: flex;
  justify-content: center;
  transition: all 0.2s;
}
.cases__marque-wrapper:not(:last-child) {
  margin-bottom: 3px;
}
.cases__marque-img {
  width: calc(25% - 3px);
  height: 150px;
  object-fit: cover;
}
.cases__marque-img:not(:last-child) {
  margin-right: 3px;
}
.cases__marque-wrapper--second .cases__marque-img {
  width: calc(33.3333% - 3px);
}
@media (max-width: 1160px) {
  .cases {
    flex-direction: column;
  }
  .cases__inner {
    width: 100%;
  }
  .cases__inner--first-col {
    width: 100%;
    margin-right: 0;
  }
  .cases__marque-img {
    height: 140px;
  }
  .cases__txt {
    display: none;
  }
  .cases__item-descr {
    opacity: 0;
  }
  .cases__item-descr.show {
    opacity: 1;
    transition: all 0s;
    z-index: 1000;
  }
  .cases__item-txt {
    opacity: 0;
    padding: 40px;
    box-shadow: 0 0 5px 2px rgba(209, 209, 209, 0.7);
  }
  .cases__item-descr.show .cases__item-txt {
    max-width: 450px;
    background: #fff;
    color: #1f1f1f;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 1000;
    transition: all 0.6s;
  }
  .cases__marque-wrapper {
    position: relative;
    top: 0;
  }
  .cases__marque-wrapper--second {
    left: -250px;
  }
}
@media (max-width: 770px) {
  .cases__marque {
    border-radius: 6px;
  }
  .cases__marque-wrapper--second {
    left: 50px;
  }
  .cases__marque-img {
    height: 70px;
  }
  .cases__item-txt {
    padding: 20px;
    font-size: 16px;
  }
  .cases__item-descr.show .cases__item-txt {
    width: 300px;
    border-radius: 6px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.footer__popup-wrapper {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.footer__popup {
  margin: 2px 10px 0;
  padding: 40px;
  height: auto;
  max-width: 551px;
  display: inline-block;
  background-color: #342c28;
  vertical-align: middle;
  position: relative;
  border-radius: 6px;
  transition: all 0.3s;
}
.footer__popup p {
  margin: 0;
}
.popupCloseButton {
  display: block;
  font-size: 24px;
  position: absolute;
  bottom: 5px;
  right: 10px;
  cursor: pointer;
}
.footer__popup-link {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #ff6e25;
}
.footer__row {
  display: flex;
}
.footer__col {
  width: calc(25% - 20px);
}
.footer__col:not(:last-child) {
  margin-right: 40px;
}
.footer__nav--some {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.footer__nav-list {
  padding: 0;
  list-style: none;
}
.footer__nav-list--some {
  margin-top: auto;
}
.footer__nav-item:not(:last-child) {
  margin-bottom: 10px;
}
.footer__nav-link-main {
  margin-bottom: 30px;
  display: block;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  position: relative;
}
.footer__nav-link-main::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -15px;
  left: 0;
}
.footer__nav-link-main--aroma {
  height: 28.8px;
}
.footer__nav-link {
  display: block;
  margin-left: 2px;
  width: max-content;
  width: -webkit-max-content;
  font-weight: 300;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
.footer__nav-link:hover {
  color: #fff;
}
.footer-second {
  margin-top: 60px;
}
.footer-second__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-second__logo {
  width: 100%;
  max-width: 120px;
  height: auto;
}
.footer-second__link {
  display: block;
  width: max-content;
  width: -webkit-max-content;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
.footer-second__link:first-child {
  margin-bottom: 5px;
}
.footer-second__link:last-child {
  color: rgba(255, 110, 37, 0.6);
}
.footer-second__link:hover {
  color: #fff;
}
.footer-second__link:last-child:hover {
  color: #ff6e25;
}
.footer__nav-social {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.footer__nav-social-img {
  width: 30px;
  height: 30px;
}
.footer__nav-social-img--whatsapp {
  margin-right: 2px;
}
@media (max-width: 1259px) {
  .footer__row {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__col:not(:last-child) {
    margin-right: 0;
  }
  .footer__col:nth-child(odd) {
    margin-right: 20px;
  }
  .footer__col {
    margin-bottom: 20px;
    width: calc(50% - 20px);
  }
  .footer__nav-list--some {
    margin-top: 20px;
  }
}
@media (max-width: 770px) {
  .section--footer {
    padding-top: 60px;
  }
  .footer__nav-link-main {
    margin-bottom: 20px;
  }
  .footer__nav-link-main--aroma {
    margin: 0;
  }
  .footer__col:nth-child(odd) {
    margin-right: 0;
  }
  .footer__col:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer__col {
    margin-bottom: 0;
    width: 100%;
  }
  .footer__col--aroma {
    margin-bottom: 0 !important;
  }
  .footer__nav-item:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer__nav-link-main {
    font-size: 20px;
  }
  .footer__nav-link-main::after {
    bottom: -10px;
  }
  .footer__nav-link-main--aroma {
    height: auto;
  }
  .footer__nav-link-main--aroma::after {
    display: none;
  }
  .footer__nav-link {
    width: auto;
    font-size: 14px;
  }
  .footer-second__logo {
    max-width: 104px;
  }
  .footer-second__link:first-child {
    margin-bottom: 2px;
  }
  .footer-second__link {
    font-size: 14px;
  }
}
.popup {
  padding: 0 15px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
}
.popup.show {
  opacity: 1;
  pointer-events: visible;
}
.popup-timer.show {
  opacity: 1;
  pointer-events: visible;
}
.popup__wrapper {
  margin: 20px auto;
  width: 100%;
  max-width: 700px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  transform: translateY(100%);
  transition: all 0.6s;
}
.popup__wrapper.show {
  transform: translateY(0);
}
.popup__close {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background: #ff6e25;
  font-size: 0;
  color: #fff;
  line-height: 0;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
.popup__close::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/ico/close-ico-white.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup__close:hover {
  transform: rotate(180deg);
}
.popup__row {
  padding: 40px;
  display: flex;
}
.popup__col {
  width: 50%;
}
.popup__col:first-child {
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ebebeb;
}
.popup__col:last-child {
  padding-left: 30px;
}
.popup__title {
  margin: auto 0;
  color: #1f1f1f;
}
.popup__subtitle a {
  color: #ff6e25;
}
@media (max-width: 770px) {
  .popup__row {
    padding: 30px;
    flex-direction: column;
  }
  .popup__close {
    width: 30px;
    height: 30px;
    font-size: 14px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .popup__close:hover {
    transform: rotate(0deg);
  }
  .popup__close::after {
    width: 18px;
    height: 18px;
  }
  .popup__col {
    width: 100%;
  }
  .popup__col:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    border-right: 0;
  }
  .popup__title {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .popup__col:last-child {
    padding-left: 0;
  }
  .popup__subtitle {
    display: none;
  }
}
.alarm {
  display: flex;
  align-items: center;
  position: fixed;
  top: 65px;
  right: 0;
  z-index: 999;
  transform: translateX(110%);
  transition: all 0.8s;
}
.alarm.active {
  transform: translateX(0);
}
.alarm.no-active {
  transform: translateX(110%);
}
.alarm__anim {
  width: 180px;
  height: 180px;
}
.alarm__descr {
  margin-right: -20px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  transition: all 0.6s;
  box-shadow: 0 0 3px #bbb;
  overflow: hidden;
}
.alarm__txt {
  margin: 0 0 5px 0;
  font-size: 18px;
  color: #1f1f1f;
}
.alarm__link {
  margin: 0 5px;
  font-size: 14px;
  text-transform: lowercase;
  color: #ff6e25;
}
@media (max-width: 767px) {
  .alarm {
    top: 55px;
  }
  .alarm__anim {
    width: 100px;
    height: 100px;
  }
  .alarm__anim svg {
    margin-left: 20px;
  }
  .alarm__descr {
    margin-right: -40px;
    padding: 5px 10px;
    border-radius: 6px;
  }
  .alarm__txt {
    font-size: 16px;
  }
}
.preloader {
  width: 100%;
  height: 100vh;
  background: #231e1b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  transition: all 1s;
}
.preloader.done {
  transform: translateY(-100%);
  pointer-events: none;
}
.preloader__anim {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}
.preloader.done .preloader__anim {
  opacity: 0;
}
@media (max-width: 767px) {
  .preloader__anim {
    width: 80px;
    height: 80px;
  }
}
.consult {
  margin: 0 auto;
  width: 100%;
  max-width: 530px;
  text-align: center;
}
.consult__title {
  font-weight: 300;
  font-size: 18px;
}
.consult__input-wrapper {
  margin: 20px auto 0;
  width: 100%;
  max-width: 300px;
  position: relative;
}
.consult__input {
  padding: 10px;
  width: 100%;
  height: 45px;
  font: inherit;
  font-weight: 300;
  font-size: 16px;
  color: #ff6e25;
  border: none;
  border-radius: 10px;
  background: #231e1b;
  box-shadow: 0 0 0 1px #ff6e25;
}
.consult__input::placeholder {
  font: inherit;
  font-weight: 300;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.consult__input:focus {
  outline: none;
}
.consult__btn {
  width: 40px;
  height: 40px;
  font-size: 0;
  background: rgba(31, 31, 31, 0) url(../images/ico/arrow-right.svg) no-repeat
    center;
  background-size: 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.consult__btn:hover {
  background: #ff6e25 url(../images/ico/arrow-right.svg) no-repeat center;
  background-size: 20px;
  border-radius: 10px;
}
.consult__btn:focus {
  background: #be4000 url(../images/ico/arrow-right.svg) no-repeat center;
  background-size: 20px;
  border: 2px solid #be4000;
}
@media (max-width: 767px) {
  .consult__title {
    font-size: 14px;
  }
  .consult__input-wrapper {
    margin-top: 15px;
  }
  .consult__input,
  .consult__input::placeholder {
    font-size: 14px;
  }
  .consult__input {
    padding: 5px;
    border-radius: 6px;
  }
  .consult__btn,
  .consult__btn:hover {
    background-size: 14px;
  }
}
.percent-scroll {
  width: 100%;
  height: 4px;
  overflow: hidden;
  position: fixed;
  top: 64px;
  left: 0;
  z-index: 100;
}
.percent-scroll__inner {
  width: 0;
  height: 4px;
  background: #ff6e25;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .percent-scroll {
    height: 3px;
    top: 53px;
  }
  .percent-scroll__inner {
    height: 3px;
  }
}
.popup-consult {
  position: fixed;
  bottom: 60px;
  right: 61px;
  z-index: 100;
  pointer-events: none;
}
.popup-consult__link {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #eee;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  pointer-events: visible;
}
.popup-consult__link:not(:last-child) {
  margin-bottom: 6px;
}
.popup-consult__link:hover {
  background: #eee;
}
.popup-consult__link::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-consult__link.hide {
  opacity: 0;
  pointer-events: none;
}
[data-popupConsult="tel"]::after {
  background: url(../images/ico/phonecall.svg) no-repeat center;
  background-size: 25px;
}
[data-popupConsult="mail"]::after {
  background: url(../images/ico/chat-ico.svg) no-repeat center;
  background-size: 25px;
}
[data-popupConsult="tg"]::after {
  background: url(../images/ico/telegram_logo.svg) no-repeat center;
  background-size: 30px;
}
@media (max-width: 767px) {
  .popup-consult {
    bottom: 20px;
    right: 20px;
  }
  .popup-consult__link {
    width: 40px;
    height: 40px;
  }
  .popup-consult__link::after {
    width: 25px;
    height: 25px;
    background-size: 20px;
  }
}
.complete {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(52, 44, 40, 0.8);
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}
.complete.active {
  opacity: 1;
  pointer-events: visible;
}
.complete__inner {
  padding: 20px;
  width: 100%;
  max-width: 450px;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 10px;
  color: #1f1f1f;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.complete__title {
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.complete__subtitle {
  margin: 0 0 30px;
  text-align: center;
}
.complete__close {
  margin: 0 auto;
  padding: 10px 28px;
  display: block;
  font-weight: 400;
  color: #ff6e25;
}
.complete__close:hover {
  background: #ff6e25;
  color: #fff;
}
@media (max-width: 767px) {
  .complete {
    padding: 0 10px;
  }
  .complete__inner {
    padding: 10px;
  }
  .complete__title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .complete__subtitle {
    margin-bottom: 15px;
  }
}
.popup-video {
  width: 100%;
  height: 100%;
  background: #231e1b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: opacity 0.6s ease;
}
.popup-video.show {
  display: flex;
  opacity: 1;
  pointer-events: visible;
}
.popup-video__wrapper {
  padding: 0 20px;
  position: relative;
  width: 100%;
  max-width: 960px;
  height: 530px;
  transform: translateY(300px);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.popup-video__wrapper.show {
  opacity: 1;
  transform: translateY(0);
}
.popup-video__iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  display: none;
}
.popup-video__iframe.show {
  display: block;
}
.popup-video__close {
  padding: 0;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 0;
  background: url(../images/ico/close-ico-white.svg) no-repeat center;
  background-size: cover;
  border: none;
  position: absolute;
  top: -60px;
  right: 20px;
  transition: all 0.3s;
  z-index: 2;
}
.popup-video__close:hover {
  background: url(../images/ico/close-ico-white.svg) no-repeat center;
  transform: rotate(180deg);
}
@media (max-width: 770px) {
  .popup-video__wrapper {
    height: 370px;
  }
  .popup-video__close {
    width: 25px;
    height: 25px;
    top: -40px;
  }
  .popup-video__iframe {
    border-radius: 6px;
  }
}
.first-screen {
  position: relative;
  width: 100%;
  height: 100vh;
}
.first-screen__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0.6;
}
.first-screen__img {
  display: none;
}
.container--first-screen {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.first-screen__descr {
  margin-top: auto;
  margin-bottom: 60px;
  opacity: 0;
  animation: firstScreenDescr 1.4s ease-in-out forwards;
}
@keyframes firstScreenDescr {
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.first-screen__title {
  margin: 0 0 30px;
  font-family: "GraphikLCG", Helvetica;
  font-weight: 600;
  font-size: 46px;
  text-transform: uppercase;
  line-height: 1.1;
}
.first-screen__about {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 750px;
  list-style: none;
}
.first-screen__about-item {
  font-size: 22px;
}
.home__stocks-list {
  display: flex;
}
.home__stocks-item {
  padding: 40px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #231e1b;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.home__stocks-item:first-child {
  margin-right: 20px;
}
.home__stocks-title {
  margin: 0 0 360px;
  width: 100%;
  max-width: 360px;
  position: relative;
  z-index: 2;
}
.roduct__header-price-old span {
  text-decoration: line-through;
}
.section-price {
  z-index: 2;
  font-family: "GraphikLCG", Helvetica;
  font-weight: 600;
  font-size: 28px;
}
.home__stocks-price__old {
  font-size: 20px;
  margin: 0px;
  text-decoration: line-through;
}
.home__stocks-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.home__stocks-img.home__stocks-img--aroma {
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.home__stocks-btn {
  width: 200px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section--benefits {
  position: relative;
  z-index: 10;
}
.title--benefits {
  width: calc(67% - 10px);
  text-align: center;
}
.benefits__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.benefits__item {
  padding: 40px;
  background: #fff;
  color: #1f1f1f;
  border-radius: 10px;
  flex-basis: 0;
  flex-grow: 1;
  position: relative;
}
.benefits__item:not(:last-child) {
  margin-right: 20px;
}
.benefits__item-title {
  margin-bottom: 20px;
  display: block;
  width: max-content;
  width: -webkit-max-content;
  font-size: 32px;
  position: relative;
  z-index: 2;
}
.benefits__item-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ff6e25;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.benefits__item-main {
  margin-bottom: 20px;
  display: block;
  font-family: "GraphikLCG", Helvetica;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}
.benefits__item-txt {
  margin: 0;
  font-weight: 400;
  color: rgba(31, 31, 31, 0.6);
  position: relative;
  z-index: 2;
}
.about {
  margin: 0;
  font-size: 24px;
  text-align: center;
}
.about__list {
  margin: 50px 0 50px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.about__item {
  padding-bottom: 20px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  transform: scale(0);
  transition: all 0.3s linear;
  border-radius: 10px;
  background: #231e1b;
}
.about__item:hover {
  background: #1a1614;
}
.about__item:not(:last-child) {
  margin-right: 10px;
}
.about__item:last-child {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}
.about__item:last-child .about__item-txt {
  font-family: "GraphikLCG", Helvetica;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  margin: auto;
}
[data-aboutItem="one"].active {
  animation: aboutItemAnim 0.8s ease-in-out forwards;
  animation-delay: 1s;
}
[data-aboutItem="two"].active {
  animation: aboutItemAnim 0.8s ease-in-out forwards;
  animation-delay: 1.5s;
}
[data-aboutItem="three"].active {
  animation: aboutItemAnim 0.8s ease-in-out forwards;
  animation-delay: 2s;
}
[data-aboutItem="four"].active {
  animation: aboutItemAnim 0.8s ease-in-out forwards;
  animation-delay: 2.5s;
}
[data-aboutItem="five"].active {
  animation: aboutItemAnim 0.8s ease-in-out forwards;
  animation-delay: 3s;
}
[data-aboutItem="six"].active {
  animation: aboutItemAnim 0.8s ease-in-out forwards;
  animation-delay: 3.5s;
}
@keyframes aboutItemAnim {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.about__item-img {
  margin: 0 auto;
  width: 100px;
}
.about__item-txt {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
.values__list {
  margin: 60px auto 0;
  width: 100%;
  max-width: 1100px;
  display: flex;
  list-style: none;
}
.values__item {
  padding: 30px 20px;
  flex-basis: 0;
  flex-grow: 1;
  background: #231e1b;
  border-radius: 10px;
  position: relative;
}
.values__item:not(:last-child) {
  margin-right: 30px;
}
.values__ico {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
}
.values__txt {
  display: block;
  text-align: center;
}
.values__count {
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  left: -13px;
  top: -14px;
  z-index: 2;
}
.section--rent {
  margin: 0 20px 80px;
  background: #eee;
  border-radius: 30px;
  position: relative;
}
.section--rent__decor {
  width: 380px;
  position: absolute;
  bottom: -22%;
  left: 0;
  z-index: 10;
  pointer-events: none;
  transition: all 0.8s linear;
}
.rent {
  color: #1f1f1f;
  display: flex;
  align-items: center;
}
.rent__inner {
  width: 50%;
}
.rent__inner:first-child {
  margin-right: 20px;
}
.rent__col {
  width: 100%;
}
.rent__txt {
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 1px;
}
.section-title--rent {
  margin-top: 50px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.rent__price {
  margin-bottom: 50px;
  display: block;
  font-weight: 700;
}
.rent__txt-small {
  margin-bottom: 0;
  font-size: 14px;
}
.rent__form-wrapper {
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  max-width: 450px;
  background: #342c28;
  border-radius: 30px;
  box-shadow: 10px 10px 0 5px #cec5c0;
}
.rent__form-title {
  margin-bottom: 40px;
  display: block;
  font-size: 24px;
  color: #fff;
}
.rent__form-row {
  margin-bottom: 20px;
}
.rent__form-label {
  margin-bottom: 10px;
  display: block;
  width: max-content;
  width: -webkit-max-content;
  font: inherit;
  font-weight: 700;
  color: #fff;
}
.rent__form-input {
  padding: 20px;
  width: 100%;
  font: inherit;
  color: #1f1f1f;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
}
.rent__form-input:focus {
  outline: 2px solid #ff6e25;
}
.rent__form--last-row {
  margin-top: 40px;
  margin-bottom: 0;
}
.rent__form-btn {
  width: 100%;
}
.rent__form-agree,
.rent__form-agree a {
  font-size: 12px;
  color: #fff;
}
.rent__form-agree a {
  display: inline-block;
}
.rent__form-agree {
  margin-top: 15px;
  display: block;
}
.rent__form-agree a {
  position: relative;
}
.rent__form-agree a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
}
@media (max-width: 1259px) {
  .first-screen__descr {
    margin-bottom: 80px;
    left: 30px;
  }
  .title--benefits {
    width: calc(67% - 10px);
  }
  .benefits__item:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 1160px) {
  .about__list {
    flex-wrap: wrap;
  }
  .about__list {
    margin-bottom: 40px;
  }
  .about__item:not(:last-child) {
    margin-right: 5px;
  }
  .about__item {
    margin: 5px;
  }
  .values__txt br {
    display: none;
  }
}
@media (max-width: 990px) {
  .title--benefits {
    width: 100%;
  }
  .benefits__list {
    margin-left: -10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .benefits__item:not(:last-child) {
    margin-right: 0;
  }
  .benefits__item {
    margin: 0 10px;
    flex-basis: calc(50% - 10px);
    flex-grow: 0;
  }
  .benefits__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .section--rent__decor {
    display: none;
  }
  .section-title--rent {
    margin-top: 20px;
  }
  .rent__price {
    margin-bottom: 20px;
  }
  .rent {
    flex-direction: column;
  }
  .rent__inner:first-child {
    margin-right: 0;
    margin-bottom: 50px;
    width: 90%;
  }
  .rent__inner:last-child {
    width: 100%;
  }
  .rent__form-wrapper {
    margin: 0 0 0 auto;
    max-width: 650px;
  }
}
@media (max-width: 770px) {
  .first-screen__video {
    display: none;
  }
  .first-screen__img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0.6;
  }
  .first-screen__descr {
    width: 100%;
    max-width: 420px;
  }
  .first-screen__title {
    margin: 0 0 20px;
    font-size: 22px;
  }
  .first-screen__about {
    font-size: 18px;
  }
  .first-screen__about-item {
    font-size: 18px;
  }
  .home__stocks-list {
    flex-wrap: wrap;
  }
  .home__stocks-item {
    padding: 20px;
    width: 100%;
    border-radius: 10px;
  }
  .home__stocks-item:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .home__stocks-title {
    margin-bottom: 260px;
    max-width: 230px;
  }
  .home__stocks-btn {
    width: 100%;
  }
  .title--benefits {
    padding: 0;
    text-align: start;
    background: none;
  }
  .benefits__list {
    margin-left: 0;
  }
  .benefits__item {
    margin: 0 0 10px;
    padding: 20px;
    flex-basis: 100%;
  }
  .benefits__item-title {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .benefits__item-title::after {
    bottom: -2px;
  }
  .benefits__item-main {
    font-size: 18px;
  }
  .about {
    font-size: 18px;
  }
  .about__list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about__item:not(:last-child) {
    margin-right: 2px;
  }
  .about__item {
    padding-bottom: 10px;
    margin: 2px;
    max-width: calc(33.333% - 4px);
  }
  .about__item:last-child {
    padding: 0;
  }
  .about__item-img {
    width: 50px;
  }
  .about__item-txt {
    font-size: 12px;
  }
  .about__item:last-child .about__item-txt {
    font-size: 16px;
    padding: 5px;
  }
  .about__txt {
    font-size: 16px;
  }
  .about__txt br {
    display: none;
  }
  .about__input-wrapper {
    margin-top: 10px;
  }
  .values__list {
    margin-top: 20px;
    flex-direction: column;
  }
  .values__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .values__ico {
    top: -15px;
    right: 0;
    left: auto;
  }
  .values__txt {
    width: 100%;
    max-width: 250px;
    text-align: start;
  }
  .values__count {
    font-size: 16px;
    left: auto;
    top: 1px;
    right: 16px;
  }
  .section--rent {
    margin: 0 10px;
  }
  .section--rent {
    border-radius: 10px;
  }
  .rent__inner:first-child {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .section-title--rent {
    margin-top: 10px;
    font-size: 20px;
  }
  .rent__price {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .rent__txt-small {
    font-size: 14px;
  }
  .rent__form-wrapper {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 0 2px #cec5c0;
  }
  .rent__form-title {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .rent__form-label {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .rent__form-row {
    margin-bottom: 5px;
  }
  .rent__form-input {
    padding: 10px;
  }
  .rent__form--last-row {
    margin-top: 20px;
  }
  .rent__form-agree {
    margin-top: 10px;
  }
}
@media (min-width: 800px) {
  .marquiz-pops_position {
    margin-top: 75px !important;
  }
}
.category-descr {
  margin-bottom: 80px;
  height: 690px;
  position: relative;
}
.category-descr::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #342c28;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  animation: categoryDescrAnim 1s linear forwards;
}
@keyframes categoryDescrAnim {
  100% {
    width: 0;
  }
}
.category-descr::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(35, 30, 27, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.category-descr--aroma {
  background: url(../images/products/aroma-header.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.category-descr--candles {
  background: url(../images/products/candles-header.jpg) no-repeat bottom;
  background-size: cover;
  background-attachment: fixed;
}
.category-descr--sets {
  background: url(../images/products/sets-fon.jpg) no-repeat bottom;
  background-size: cover;
  background-attachment: fixed;
}
.category-descr-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.container--category-descr {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 4;
}
.category-descr__wrapper {
  margin: auto;
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: categoryDescrWrapper 0.5s ease-in-out forwards;
  animation-delay: 1.1s;
}
@keyframes categoryDescrWrapper {
  100% {
    opacity: 1;
  }
}
.category-descr__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "GraphikLCG", Helvetica;
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
}
.category-descr__txt {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  font-size: 22px;
  text-align: center;
}
.section--category {
  padding-top: 0;
}
.category-list__wrapper {
  padding: 20px 0;
  width: calc(35% - 15px);
  display: flex;
  position: relative;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
}
.category-list__wrapper.active {
  border-bottom-color: rgba(238, 238, 238, 0);
}
.category-list__name {
  display: block;
  width: 100%;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}
.category-list__name::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/ico/arrow-bottom-products.svg) no-repeat center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.category-list__name.active::after {
  transform: translateY(-50%) rotate(-180deg);
}
.category-list {
  padding: 0 20px;
  display: flex;
  height: 0;
  flex-wrap: wrap;
  list-style: none;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 100;
  overflow: hidden;
  transition: all 0.3s;
}
.category-list.show {
  padding: 35px 20px 20px;
  height: auto;
  overflow: visible;
}
.category-list__item {
  margin-bottom: 15px;
  width: calc(50% - 5px);
}
.category-list__item:nth-child(odd) {
  margin-right: 6px;
}
.category-list__input {
  position: absolute;
  top: 0;
  left: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.category-list__label {
  display: block;
  color: #1f1f1f;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  font-size: 18px;
}
.category-list__label:hover {
  color: #ff6e25;
}
.category-list__label.active {
  color: #ff6e25;
}
.section--products-page {
  padding-top: 0;
}
.products {
  position: relative;
}
.products__list {
  margin: -10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.products__list-item {
  margin: 10px;
  padding: 0 0 20px 0;
  width: calc(33.333% - 20px);
  background: #231e1b;
  border-radius: 10px;
  position: relative;
}
.products__list-new,
.products__list-soon {
  display: none;
  padding: 3px 6px;
  font-size: 16px;
  color: #fff;
  background: #ff6e25;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.products__list-item.new .products__list-new,
.products__list-item.soon .products__list-soon {
  display: block;
}
.products__list-basket {
  margin: 0;
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: #342c28;
  border: 0;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 2;
}
.products__list-basket::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/ico/basket.svg) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.products__list-basket:hover {
  box-shadow: 0 0 0 2px #ff6e25;
}
.products__list-basket.active {
  box-shadow: 0 0 0 2px #ff6e25;
}
.products__list-link {
  display: block;
  text-align: center;
  overflow: hidden;
}
.products__list-img-wrapper {
  margin: 0 auto;
  padding: 0 1px;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.products__list-img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  transition: all 0.3s;
  pointer-events: none;
}
.products__list-img--machine-second {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products__list-link:hover .products__list-img {
  transform: scale(1.03);
}
.products__list-link:hover .products__list-img--machine {
  transform: scale(1);
}
.products__list-title {
  margin: 20px 0 5px;
  font-size: 26px;
  text-align: center;
  color: #fff;
}
.products__list-price {
  display: block;
  font-size: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.products__list-price--old {
  display: inline-block;
  font-size: 16px;
  position: relative;
}
.products__list-price--old::after {
  content: "";
  display: block;
  width: calc(100% + 6px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.products__list-price--soon {
  color: #ff6e25;
}
.products__list-more-wrapper {
  margin: auto;
  text-align: center;
}
.products__list-more {
  margin-bottom: 20px;
  display: block;
  font-family: "GraphikLCG", Helvetica;
  font-size: 22px;
  color: #fff;
}
.products__list-color--orange {
  font-size: 32px;
}
.products-machine.hide {
  opacity: 0;
  pointer-events: none;
}
.products-smells {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.products-smells.active {
  opacity: 1;
  pointer-events: visible;
}
.product-pagination {
  margin-top: 40px;
  display: flex;
}
.product-pagination__link {
  width: 35px;
  height: 35px;
  background: #231e1b;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.product-pagination__link:not(:last-child) {
  margin-right: 10px;
}
.product-pagination__link.active {
  color: #ff6e25;
}
@media (max-width: 1259px) {
  .category-list__wrapper {
    width: calc(50% - 5px);
  }
  .products__list {
    margin: -5px;
  }
  .products__list-item {
    margin: 5px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 770px) {
  .category-descr {
    margin-bottom: 30px;
    height: 430px;
    background-attachment: scroll;
  }
  .category-descr__title {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .category-descr__txt {
    font-weight: 400;
    font-size: 18px;
  }
  .category-descr__txt br {
    display: none;
  }
  .category-list__wrapper {
    padding: 5px 0;
    width: 100%;
  }
  .category-list__wrapper::after {
    width: 13px;
    height: 13px;
  }
  .category-list__name {
    font-size: 18px;
  }
  .category-list__name::after {
    width: 14px;
    height: 14px;
  }
  .category-list {
    padding: 0 10px;
    width: 100%;
    flex-direction: column;
    font-size: 16px;
    top: 32px;
  }
  .category-list.show {
    padding: 30px 10px 20px;
  }
  .category-list__item {
    margin-bottom: 5px;
    width: 100%;
  }
  .category-list__item:nth-child(odd) {
    margin-right: 0;
  }
  .products__list {
    margin: -2px;
  }
  .products__list-item {
    margin: 5px;
    padding: 0 0 10px 0;
    width: calc(50% - 10px);
    border-radius: 6px;
  }
  .products__list-img-wrapper {
    height: 420px;
    border-radius: 6px;
  }
  .products__list-new,
  .products__list-soon {
    font-size: 12px;
    border-radius: 2px;
    top: 10px;
    left: 5px;
  }
  .products__list-basket {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    top: 5px;
    right: 5px;
  }
  .products__list-basket::after {
    width: 20px;
    height: 20px;
  }
  .products__list-basket:hover {
    box-shadow: none;
  }
  .products__list-basket.active {
    box-shadow: 0 0 0 2px #ff6e25;
  }
  .products__list-img {
    margin: 0 auto;
  }
  .products__list-title {
    margin: 10px 0 5px;
    font-size: 20px;
  }
  .products__list-price {
    font-size: 16px;
  }
  .products__list-price--old {
    font-size: 14px;
  }
  .product-pagination {
    margin-top: 20px;
    justify-content: center;
  }
}
@media (max-width: 460px) {
  .products__list-item {
    margin: 5px 0;
    width: 100%;
  }
}
.product__header {
  margin-bottom: 80px;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.product__header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product__main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: productDetailsImg 30s linear infinite;
}
@keyframes productDetailsImg {
  50% {
    transform: scale(1.1);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.container--product {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product__wrapper {
  margin: auto auto auto 0;
  width: 100%;
  max-width: 450px;
  opacity: 0;
  position: relative;
  z-index: 3;
  animation: productDetailsWrapper 1.2s ease-in forwards;
}
@keyframes productDetailsWrapper {
  100% {
    opacity: 1;
  }
}
.product__header-title {
  margin: 0 0 10px;
  font-family: "GraphikLCG", Helvetica;
  font-weight: 600;
  font-size: 46px;
  line-height: 1.1;
}
.product__header-descr {
  margin: 0 0 30px;
  font-size: 22px;
}
.product__header-row {
  display: flex;
  align-items: center;
}
.site-btn--card {
  background: #ff6e25;
  border-radius: 30px;
}
.site-btn--card:hover {
  background: #ff7c39;
  border: 2px solid #ff7c39;
}
.site-btn--soon {
  margin-right: 10px;
  display: block;
  pointer-events: none;
}
.product__price {
  margin-left: 20px;
}
.product__var {
  margin-left: 10px;
  overflow: hidden;
  border-radius: 30px;
}
.product__var-select {
  padding: 3px 0 3px 10px;
  font: inherit;
  color: #fff;
  font-size: 14px;
  background: rgba(52, 44, 40, 0.3);
  border: 1px solid #ff6e25;
  border-radius: 30px;
  cursor: pointer;
  overflow: hidden;
}
.product__var-select:focus {
  outline: none;
  box-shadow: none;
}
.product__val-option {
  background: #342c28;
  color: #fff;
  border: none;
}
.recommended--container {
  margin-top: 80px;
}
.recommended--container-aroma .product {
  opacity: 1;
  transform: translateY(0);
}
.product {
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.4s linear;
  position: relative;
}
.product:not(:last-child) {
  margin-bottom: 80px;
}
.product.active {
  opacity: 1;
  transform: translateY(0);
}
.product__col {
  width: 50%;
}
.product__col:first-child {
  margin-right: 40px;
}
.product__col--video {
  margin-right: 5px !important;
}
.product__col--large {
  width: 100%;
}
.product__col--aroma {
  display: none;
}
.product__slider {
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
  height: 700px;
}
.product__slider-slide {
  overflow: hidden;
  border-radius: 10px;
}
.product__img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.product__img--slider {
  height: 100%;
}
.product__img--small {
  max-width: 600px;
}
.product__img--right {
  margin-left: auto;
}
.product__slider-nav {
  width: 50px;
  height: 50px;
  background: #231e1b;
  border-radius: 50%;
  box-shadow: 0 0 3px 2px #342c28 inset;
}
.product__slider-nav::after {
  font-size: 22px;
  color: #fff;
}
.product__section-title {
  margin-left: auto;
  margin-bottom: 40px;
  width: max-content;
  width: -webkit-max-content;
  font-size: 26px;
  text-align: end;
  position: relative;
}
.product__section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ff6e25;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.product__section-title--left {
  margin-left: 0;
}
.product__section-title--video {
  margin: 0;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.product__section-title--aroma::after {
  display: none;
}
.product table {
  margin-left: auto;
  width: 100%;
  max-width: 500px;
}
.product tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.product td {
  padding: 10px 5px;
}
.product td:nth-child(odd) {
  width: 40%;
}
.product td:nth-child(even) {
  text-align: end;
  width: 60%;
}
.product__character-set {
  text-align: end;
}
.product__descr {
  width: 100%;
  max-width: 550px;
  line-height: 1.4;
}
.product__descr p {
  margin: 0 0 15px;
}
.product__manual {
  margin: 80px auto 0;
  width: 100%;
  max-width: 900px;
}
.product__manual-list {
  display: flex;
}
.product__manual-item {
  flex-basis: 0;
  flex-grow: 1;
}
.product__manual-item:not(:last-child) {
  margin-right: 20px;
}
.product__manual-btn {
  padding: 25px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: start;
  background: linear-gradient(30deg, #42332b, #29231f 30% 70%, #42332b);
  border: 1px solid rgba(255, 110, 37, 0.3);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: relative;
}
.product__manual-btn:hover {
  border-color: #ff6e25;
}
.product__manual-btn:active .product__manual-title,
.product__manual-btn:active .product__manual-txt,
.product__manual-btn:active .product__manual-ico {
  opacity: 0.3;
}
.product__manual-btn.product__manual-btn--white {
  border-color: rgba(255, 255, 255, 0.3);
}
.product__manual-btn.product__manual-btn--white:hover {
  border-color: #fff;
}
.product__manual-btn.product__manual-btn--white .product__manual-title {
  color: #fff;
}
.product__manual-title {
  margin-bottom: 50px;
  display: block;
  font-family: "GraphikLCG";
  font-weight: 600;
  font-size: 26px;
  color: #ff6e25;
  transition: all 0.3s ease-out;
}
.product__manual-txt {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s ease-out;
}
.product__manual-ico {
  display: block;
  width: 28px;
  height: auto;
  position: absolute;
  top: 25px;
  right: 25px;
  transition: all 0.3s ease-out;
}
.product__recommended {
  margin: -10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.product__recommended-item {
  margin: 10px;
  padding: 0 0 20px 0;
  width: calc(33.333% - 20px);
  background: #26211e;
  border-radius: 10px;
  position: relative;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.3s ease-out;
}
.product__recommended-item.new .products__list-new {
  display: block;
}
.product__recommended-item.active {
  opacity: 1;
  transform: translateY(0);
}
.product__recommended-link {
  display: block;
  text-align: center;
}
.product__recommended-img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  transition: all 0.3s;
  pointer-events: none;
}
.product__recommended-title {
  margin: 20px 0 5px;
  font-size: 26px;
  text-align: center;
  color: #fff;
}
.product__recommended-price {
  display: block;
  font-size: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.product__video {
  margin-top: 80px;
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.card__popup {
  padding: 10px 20px;
  background: rgba(31, 31, 31, 0.95);
  border-radius: 10px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  transform: translate(0, 150%);
  z-index: 999;
  transition: all 0.3s linear;
}
.card__popup.active {
  transform: translate(0, 0);
}
.card__popup-row {
  display: flex;
  align-items: center;
}
.card__popup-col {
  margin-right: 30px;
}
.product__title--popup {
  margin: 0;
  font-size: 22px;
}
.product__price--popup {
  font-size: 14px;
  color: #a2a2a2;
}
.product__price__old--popup {
  font-size: 12px;
  color: #a2a2a2;
  text-decoration: line-through;
}
.product__price--certificate {
  margin-top: -30px;
  margin-bottom: 20px;
  margin-left: 0;
  display: block;
  color: #ff6e25;
}
.product__btn--certificate {
  margin-top: 20px;
  display: block;
  width: -webkit-max-content;
  width: max-content;
}
@media (max-width: 1259px) {
  .product__col:first-child {
    margin-right: 30px;
  }
  .product td,
  .product__descr p {
    font-size: 18px;
  }
  .product__manual {
    max-width: 100%;
  }
  .product__manual-list {
    flex-direction: column;
  }
  .product__manual-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product__recommended-item {
    width: calc(50% - 20px);
  }
  .product__slider {
    width: 100%;
    max-width: 700px;
    height: 600px;
  }
}
@media (max-width: 1100px) {
  .product__slider {
    height: 500px;
  }
}
@media (max-width: 770px) {
  .product__header {
    margin-bottom: 40px;
  }
  .product__header::after {
    background: none;
  }
  .product__main-img {
    height: 100%;
    animation: none;
  }
  .product__wrapper {
    margin: auto 0 80px 0;
    padding: 10px;
    width: 100%;
    max-width: 360px;
    background: rgba(35, 30, 27, 0.9);
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(238, 238, 238, 0.2);
  }
  .product__wrapper--aroma {
    margin: 0;
  }
  .product__header-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .product__header-descr {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .product__price {
    margin-left: auto;
  }
  .recommended--container {
    margin-top: 30px;
  }
  .product {
    flex-direction: column;
  }
  .product:not(:last-child) {
    margin-bottom: 80px;
  }
  .product__col {
    width: 100%;
  }
  .product__col:first-child {
    margin-right: 0;
  }
  .product__col:last-child {
    margin-top: 20px;
  }
  .product__section-title {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .product__section-title--descr::after {
    display: none;
  }
  .product table {
    max-width: 100%;
  }
  .product__descr {
    max-width: 100%;
  }
  .product__descr p {
    margin: 0;
  }
  .product td,
  .product__descr p {
    font-size: 16px;
  }
  .product__recommended {
    margin: 0;
  }
  .product__recommended-item {
    margin: 0 0 10px;
    padding: 0 0 10px 0;
    width: 100%;
    border-radius: 6px;
  }
  .product__recommended-img {
    margin: 0 auto;
    width: 100%;
    height: 320px;
  }
  .product__slider {
    margin: 0 auto;
    max-width: 400px;
    height: 400px;
    border-radius: 6px;
  }
  .product__slider-slide {
    overflow: hidden;
    border-radius: 6px;
  }
  .product__img {
    border-radius: 6px;
  }
  .product__img--small {
    max-width: 100%;
  }
  .product__slider-nav {
    width: 30px;
    height: 30px;
  }
  .product__slider-nav::after {
    font-size: 13px;
  }
  .product__manual {
    margin: 40px 0 40px;
  }
  .product__manual-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .product__manual-btn {
    padding: 20px;
  }
  .product__manual-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .product__manual-ico {
    width: 20px;
    top: 20px;
    right: 20px;
  }
  .product__manual-txt {
    width: 100%;
    max-width: 240px;
    font-size: 16px;
  }
  .product__manual-txt br {
    display: none;
  }
  .product__recommended-title {
    margin-top: 10px;
    font-size: 20px;
  }
  .product__recommended-price {
    font-size: 16px;
  }
  .product__video {
    margin-top: 40px;
    height: 300px;
  }
  .card__popup {
    width: 90%;
    padding: 10px;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 150%);
  }
  .card__popup.active {
    transform: translate(-50%, 0);
  }
  .product__title--popup {
    font-size: 16px;
  }
  .site-btn--card {
    border-radius: 10px;
  }
  .site-btn--card-popup {
    margin-left: auto;
    width: max-content;
    width: -webkit-max-content;
  }
  .site-btn--soon {
    max-width: 118px;
  }
  .product__price--certificate {
    margin-top: -10px;
  }
  .product__btn--certificate {
    width: 100%;
  }
}
.inner-page {
  padding: 160px 0 80px;
  background-image: linear-gradient(to bottom, #231e1b, #342c28);
}
.inner-page__title {
  margin: 0 0 30px;
  font-family: "GraphikLCG", Helvetica;
  font-weight: 600;
  font-size: 46px;
  text-transform: uppercase;
}
@media (max-width: 770px) {
  .inner-page {
    padding: 100px 0 30px;
  }
  .inner-page__title {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
.contacts-page__row {
  align-items: center;
}
.contacts-page__link {
  display: block;
  font-size: 28px;
  color: #ccc;
  transition: all 0.3s;
}
.contacts-page__link:not(:last-child) {
  margin-bottom: 7px;
}
.contacts-page__link:hover {
  color: #fff;
}
.contacts-page__form {
  padding: 30px;
  width: 100%;
  max-width: 450px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 10px 10px 0 5px #ccc;
}
.contacts-page__form--title {
  color: #1f1f1f;
  text-align: center;
}
.contacts-page__form-row {
  margin-bottom: 10px;
}
.contacts-page__form-row:last-child {
  margin-top: 40px;
  margin-bottom: 0;
}
.cotacts-page__form-input {
  padding: 20px 3px;
  width: 100%;
  font: inherit;
  color: #1f1f1f;
  background: none;
  border: none;
  border-bottom: 2px solid rgba(31, 31, 31, 0.3);
  border-radius: 6px;
  transition: all 0.3s;
}
.cotacts-page__form-input:hover,
.cotacts-page__form-input:focus {
  outline: none;
  border-bottom-color: #ff6e25;
}
.cotacts-page__form-input::placeholder {
  font-size: 16px;
  color: #1f1f1f;
}
.cotacts-page__form-input--certificate {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.contacts-page__form-btn {
  width: 100%;
  background: #ff6e25;
}
.contacts-page__form-btn:hover {
  background: #ff7f3f;
  border-color: #ff7f3f;
}
.contacts-page__form-btn:focus {
  background: #be4000;
  border: 2px solid #be4000;
}
.contacts-page--agree,
.contacts-page--agree a {
  color: #1f1f1f;
}
.contacts-page--agree a::after {
  background: #342c28;
}
@media (max-width: 770px) {
  .contacts-page__row {
    align-items: flex-start;
  }
  .contacts-page__col {
    margin-bottom: 40px;
  }
  .contacts-page__link {
    font-size: 18px;
  }
  .contacts-page__link:not(:last-child) {
    margin-bottom: 3px;
  }
  .contacts-page__form {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 3px 3px 0 2px #ccc;
  }
  .contacts-page__form-row:last-child {
    margin-top: 20px;
  }
  .cotacts-page__form-input {
    padding: 10px 3px;
    border-radius: 3px;
  }
}
.about-page--title {
  margin-bottom: 0;
}
.about-page__row {
  margin-top: 40px;
}
.about-page__subtitle {
  margin: 5px 0 0;
  color: #ff6e25;
}
.about-page__name {
  margin-bottom: 5px;
  display: block;
  font-size: 28px;
  text-transform: uppercase;
}
.about-page__name--second {
  margin-bottom: 40px;
  display: block;
  width: max-content;
  width: -webkit-max-content;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
.about-page__descr {
  border-radius: 10px;
  position: sticky;
  top: 80px;
}
.about-page__descr p {
  font-size: 20px;
}
.about-page__descr p:not(:last-child) {
  margin-bottom: 30px;
}
.about-page__name--second::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ff6e25;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.about-page__img {
  margin-left: -10px;
  width: 100%;
  border-radius: 10px;
}
.about-page__mission {
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  max-width: 850px;
  font-size: 22px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.about-page__mission-txt {
  margin: 0 0 20px;
}
.about-page--btn {
  background: #ff6e25;
}
.about-page--btn:hover {
  background: #ff7834;
  border-color: #ff7834;
}
.about-page__partners {
  margin: -5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.about-page__partners-item {
  margin: 5px;
  width: calc(20% - 10px);
}
.about-page__partners-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1259px) {
  .about-page__descr p {
    font-size: 18px;
  }
  .about-page__descr p:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 880px) {
  .about-page__img {
    position: sticky;
    top: 80px;
  }
}
@media (max-width: 770px) {
  .about-page__subtitle {
    font-size: 14px;
  }
  .about-page__row {
    margin-top: 20px;
  }
  .about-page__img {
    margin: 0 0 10px;
    border-radius: 6px;
  }
  .about-page__name {
    font-size: 22px;
    text-align: center;
  }
  .about-page__name--second {
    width: auto;
    font-size: 14px;
    text-align: center;
  }
  .about-page__descr {
    font-size: 16px;
  }
  .about-page__mission {
    padding: 20px;
  }
  .about-page__mission-txt {
    font-size: 18px;
  }
  .about-page__partners {
    margin: -2px;
  }
  .about-page__partners-item {
    margin: 2px;
    width: calc(33.3333% - 4px);
  }
  .about-page__partners-img {
    border-radius: 6px;
  }
}
.inner-page__title--order {
  text-align: center;
}
.order {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.order__header {
  margin-bottom: 30px;
  padding: 40px;
  background: url(../images/Coffee-cup-5.jpg) no-repeat center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.order__header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 31, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.order__header-cart {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order__header-col {
  position: relative;
  z-index: 2;
}
.order__header-col:first-child {
  margin-right: 30px;
  display: flex;
}
.order__header-img {
  padding: 10px;
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.order__header-title {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 22px;
  text-align: end;
}
.order__header-price {
  display: block;
  text-align: end;
}
.order__header-quantity {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.order__header-quantity-form {
  display: flex;
}
.order__header-quantity-btn {
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  font: inherit;
  font-size: 0;
  text-align: center;
  color: #fff;
  background: none;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 2px 1px #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.order__header-quantity-btn::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.order__header-quantity-btn--minus::before {
  background: url(../images/ico/delete-minus.svg) no-repeat center;
}
.order__header-quantity-btn--plus::before {
  background: url(../images/ico/add-plus.svg) no-repeat center;
}
.order__header-quantity-btn:hover {
  box-shadow: 0 0 2px 1px #ff6e25;
}
.order__header-title-count {
  margin: 2px 10px 0;
  color: #ff6e25;
  cursor: default;
}
.order__header-total {
  font-size: 22px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.order__header-subtotal {
  margin-top: 25px;
  display: block;
  position: relative;
  z-index: 2;
}
.order__header-subtotal a {
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
.order__header-subtotal a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.3s;
}
.order__header-subtotal a:hover {
  color: #ff6e25;
}
.order__header-subtotal a:hover::after {
  background: #ff6e25;
}
.order__upsales {
  margin: 50px 0;
}
.order__upsales-more {
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(20deg, #342c28 50%, rgba(255, 110, 37, 0.4));
  border-radius: 10px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-out;
}
.order__upsales-more:hover {
  color: #fff;
}
.order__upsales-more:hover svg {
  transform: translateX(3px);
  opacity: 1;
}
.order__upsales-more span {
  margin-right: 20px;
  font-size: 18px;
}
.order__upsales-more svg {
  width: 26px;
  height: 26px;
  transition: all 0.3s ease-out;
  opacity: 0.7;
}
.order__upsales-list {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}
.order__upsales-item {
  margin: 5px;
  width: calc((100% / 3) - 10px);
}
.order__upsales-link {
  padding: 15px;
  display: flex;
  align-items: center;
  background: #342c28;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-out;
}
.order__upsales-link:hover {
  color: #fff;
}
.order__upsales-img {
  margin-right: 20px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #342c28;
}
.order__upsales-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order__upsales-title {
  font-size: 18px;
}
.order__form {
  padding: 40px;
  background: url(../images/back-benefits2.jpg) no-repeat center;
  background-size: cover;
  border-radius: 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.order__form::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 31, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.order__form-wrapper {
  position: relative;
  z-index: 2;
}
.order__form-label {
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: #ff6e25;
}
.order__form-label--payment {
  margin-top: 50px;
}
.order__form-input {
  margin-bottom: 10px;
  padding: 25px;
  display: block;
  width: 100%;
  font: inherit;
  color: #1f1f1f;
  border: none;
  border-radius: 10px;
  background: #fff;
}
.order__form-input::placeholder {
  font: inherit;
  color: #1f1f1f;
}
.order__form-col {
  position: relative;
}
.order__form-col:not(:last-child) {
  margin-bottom: 5px;
}
.order__form-input-payment {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
.order__form-label-payment {
  padding-left: 30px;
  cursor: pointer;
}
.order__form-label-payment::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.order__form-label-payment::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6e25;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5px, 5px);
  opacity: 0;
  transition: all 0.2s;
}
.order__form-input-payment:checked + .order__form-label-payment::after {
  opacity: 1;
}
.order__form-footer {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.order__form-footer-col:first-child {
  margin-right: 40px;
}
.order__form--btn {
  display: block;
  white-space: nowrap;
}
.order__form-agree {
  display: block;
  font-size: 14px;
  line-height: 1.1;
}
.order__form-agree a {
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
.order__form-agree a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all 0.3s;
}
.order__form-agree a:hover {
  color: #ff6e25;
}
.order__form-agree a:hover::after {
  background: #ff6e25;
}
@media (max-width: 770px) {
  .section-price {
    font-size: 20px;
  }
  .home__stocks-price__old {
    font-size: 16px;
  }
  .order__header {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
  }
  .order__header-col:first-child {
    margin-right: 15px;
  }
  .order__header-cart:not(:last-child) {
    margin-bottom: 15px;
  }
  .order__header-img {
    padding: 5px;
    width: 80px;
    height: 80px;
  }
  .order__header-title {
    font-size: 18px;
  }
  .order__header-quantity-btn {
    width: 20px;
    height: 20px;
  }
  .order__header-quantity-btn::before {
    width: 16px;
    height: 16px;
  }
  .order__header-total {
    font-size: 20px;
  }
  .order__upsales {
    margin: 30px 0;
  }
  .order__upsales-more {
    margin-bottom: 5px;
    padding: 13px;
  }
  .order__upsales-more span {
    font-size: 17px;
  }
  .order__upsales-more svg {
    width: 22px;
    height: 22px;
  }
  .order__upsales-list {
    margin: -2.5px;
  }
  .order__upsales-item {
    margin: 2.5px;
    width: calc((100% / 2) - 5px);
  }
  .order__upsales-link {
    padding: 13px;
  }
  .order__upsales-img {
    margin-left: -13px;
    margin-right: 10px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .order__upsales-title {
    font-size: 17px;
  }
  .order__form {
    padding: 20px;
    border-radius: 10px;
  }
  .order__form-label {
    font-size: 20px;
  }
  .order__form-label--payment {
    margin-top: 25px;
  }
  .order__form-input {
    margin-bottom: 5px;
    padding: 10px;
    font-size: 16px;
  }
  .order__form-input::placeholder {
    font-size: 16px;
  }
  .order__form-label-payment {
    padding-left: 20px;
    font-size: 16px;
  }
  .order__form-label-payment::before {
    width: 16px;
    height: 16px;
  }
  .order__form-label-payment::after {
    transform: translate(3px, 3px);
  }
  .order__form-footer {
    margin-top: 25px;
    flex-direction: column;
  }
  .order__form-footer-col:first-child {
    margin: 0 0 5px 0;
    width: 100%;
  }
  .order__form--btn {
    width: 100%;
  }
  .order__form-agree {
    font-size: 12px;
  }
}
.order-reserved {
  margin: 0 auto;
  padding: 80px 40px;
  width: 100%;
  max-width: 700px;
  border: 1px solid #fff;
  border-radius: 30px;
}
.order-reserved-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.order-reserved-info {
  padding-bottom: 40px;
  display: flex;
  border-bottom: 1px dashed #fff;
}
.order-reserved-info:not(:last-child) {
  margin-bottom: 40px;
}
.order-reserved-info-txt:nth-child(odd) {
  margin-right: 10px;
  width: 40%;
  color: #ff6e25;
}
.order-reserved-info-txt:nth-child(even) {
  width: 60%;
  text-align: end;
}
.order-reserved-info-txt--product {
  display: block;
}
.order-reserved-some {
  margin-top: 80px;
  display: block;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 770px) {
  .order-reserved {
    padding: 40px 10px;
    border-radius: 10px;
  }
  .order-reserved-info {
    padding-bottom: 20px;
  }
  .order-reserved-info:not(:last-child) {
    margin-bottom: 40px;
  }
  .order-reserved-info-txt {
    font-size: 14px;
  }
  .order-reserved-some {
    margin-top: 40px;
    font-size: 16px;
  }
}
.blog__header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.blog__header-title {
  margin-bottom: 0;
  margin-right: 30px;
}
.blog__header-subtitle {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
}
.container--blog {
  max-width: 1220px;
}
.blog__list {
  margin: 0 -20px -40px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.blog__item {
  padding: 0 20px 40px;
  width: 50%;
}
.blog__inner-article {
  padding-bottom: 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
}
.blog__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog__img-wrapper {
  height: 333px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  will-change: transform;
  position: relative;
}
.blog__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.blog__link:hover .blog__img {
  transform: scale(1.05);
}
.blog__time {
  padding: 10px;
  display: block;
  width: max-content;
  width: -webkit-max-content;
  font-weight: 700;
  font-size: 16px;
  color: #1f1f1f;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 40px;
  left: 40px;
}
.blog__title {
  font-size: 30px;
  margin: 35px 0 15px;
  padding: 0 40px;
  color: #342c28;
  transition: all 0.3s ease-out;
}
.blog__link:hover .blog__title {
  color: #231e1b;
}
.blog__short-descr {
  margin: 0 0 40px;
  padding: 0 40px;
  font-size: 18px;
  color: #342c28;
  transition: all 0.3s ease-out;
}
.blog__link:hover .blog__short-secr {
  color: #342c28;
}
.blog__footer {
  padding: 0 40px;
  margin-top: auto;
}
.blog--btn {
  width: 100%;
  background: none;
  border: 2px dashed #342c28;
  color: #1f1f1f;
  text-align: center;
}
.blog__link:hover .blog--btn,
.blog--btn:hover {
  background: #eee;
}
@media (max-width: 1260px) {
  .blog__list {
    margin: 0 -15px -30px;
  }
  .blog__item {
    padding: 0 15px 30px;
  }
  .blog__time {
    top: 20px;
    left: 20px;
  }
  .blog__title,
  .blog__footer,
  .blog__short-descr {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .blog__header {
    margin-bottom: 20px;
  }
  .blog__header-title {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .blog__header-subtitle {
    font-size: 10px;
  }
  .blog__list {
    margin: 0 0 -10px;
    flex-direction: column;
  }
  .blog__item {
    padding: 0 0 10px;
    width: 100%;
  }
  .blog__inner-article {
    padding-bottom: 20px;
  }
  .blog__time {
    font-size: 12px;
  }
  .blog__img-wrapper {
    height: 300px;
  }
  .blog__title {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .blog__short-descr {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.container--post {
  max-width: 890px;
}
.post__hero {
  padding: 160px 0 260px;
  background: #231e1b;
}
.post__title {
  margin: 0 auto;
  width: 100%;
  max-width: 641px;
  text-align: center;
}
.post__date {
  margin-top: 40px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #ff6e25;
}
.post__img-wrapper {
  margin: -280px auto 0;
  width: 100%;
  height: 460px;
  border-radius: 30px;
  overflow: hidden;
}
.post__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post__short-descr {
  margin: 30px 0;
  line-height: 1.3;
}
.post__txt hr {
  margin: 50px 0;
  display: block;
  height: 2px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
}
.post__txt h2 {
  margin: 30px 0;
  font-weight: 600;
  font-size: 34px;
}
.post__txt h4 {
  margin: 20px 0 10px;
  font-weight: 500;
}
.post__txt p {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .post__hero {
    padding: 100px 0 180px;
    position: relative;
  }
  .post__title {
    margin: 0;
    max-width: 450px;
    font-size: 28px;
    text-align: start;
  }
  .post__img-wrapper {
    margin: -180px auto 0;
    height: 280px;
    position: relative;
    z-index: 2;
  }
  .post__date {
    margin-top: 0;
    font-size: 14px;
    position: absolute;
    top: 76px;
    left: 10px;
  }
  .post__short-descr {
    margin: 20px 0;
  }
  .post__txt hr {
    margin: 30px 0;
    font-size: 20px;
  }
  .post__txt h2 {
    margin: 15px 0;
    font-size: 22px;
  }
}

.product__recommended .cartbutton_buy .site-btn--card {
  box-shadow: 0 0 0 2px #ff6e25;
  margin: 0;
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: #342c28;
  border: 0;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 2;
}
.product__recommended .cartbutton_buy .site-btn--card:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/ico/basket.svg) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media all and (max-width: 770px) {
  .product__recommended .cartbutton_buy .site-btn--card {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    top: 5px;
    right: 5px;
  }
}
.home-page .section--rent__decor {
  bottom: -45%;
}
