﻿@charset "UTF-8";
.new-cart {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto 60px;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .new-cart {
    padding: 0;
  }
}
.new-cart__title {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .new-cart__title {
    border-top: 1px solid #F7F7F7;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 24px;
  }
}
.new-cart__free-return {
  padding: 12px 16px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2px;
  background: #FAFAFA;
}
@media (max-width: 992px) {
  .new-cart__free-return {
    background: #FFF;
    margin-bottom: 0px;
    border-radius: 0;
    padding: 16px 20px;
    border-bottom: 8px solid #F7F7F7;
    border-top: 8px solid #F7F7F7;
  }
}
.new-cart__free-return-title {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.158px;
  display: flex;
  align-items: center;
}
.new-cart__free-return-title .icon {
  display: block;
  margin-right: 8px;
}
.new-cart__free-return-title .icon img {
  position: relative;
  top: -2px;
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.new-cart__free-return-time {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.158px;
}
.new-cart__main {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .new-cart__main {
    flex-direction: column;
  }
}
.new-cart__content {
  width: calc(100% - 420px);
}
@media (max-width: 1440px) {
  .new-cart__content {
    width: calc(100% - 420px);
  }
}
@media (max-width: 1280px) {
  .new-cart__content {
    width: 100%;
    margin-bottom: 0px;
  }
}
.new-cart__side {
  width: 390px;
}
@media (max-width: 1440px) {
  .new-cart__side {
    width: 390px;
  }
}
@media (max-width: 1280px) {
  .new-cart__side {
    width: 50%;
    margin: 0 auto;
    min-width: 390px;
  }
}
@media (max-width: 992px) {
  .new-cart__side {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .new-cart__side {
    width: 100%;
    padding: 0 20px;
    min-width: 100%;
    padding-top: 0px;
  }
}

.cart-table {
  display: table;
  width: 100%;
}
.cart-table__clear {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cart-table__clear {
    display: none;
  }
}
.cart-table__clear a {
  color: #979797;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  text-decoration-line: underline;
}
.cart-table__clear a:hover {
  text-decoration: underline;
}
.cart-table__head {
  width: 100%;
  display: table-row;
}
@media (max-width: 992px) {
  .cart-table__head {
    display: none;
  }
}
.cart-table__head span {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.158px;
  display: table-cell;
  padding: 14px 16px;
  border-bottom: 1px solid #EDEDED;
}
.cart-table__body {
  width: 100%;
  display: table-row-group;
}
.cart-table__line {
  width: 100%;
  display: table-row;
}
@media (max-width: 992px) {
  .cart-table__line {
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: 8px solid #F7F7F7;
    padding: 24px 20px 0px 156px;
  }
}
@media (max-width: 420px) {
  .cart-table__line {
    padding-left: 116px;
  }
}
.cart-table__item {
  display: table-cell;
  padding: 24px 16px 0 16px;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.158px;
}
@media (max-width: 992px) {
  .cart-table__item {
    padding: 0;
    position: initial;
    display: block;
    margin-bottom: 8px;
  }
}
.cart-table__item:nth-last-child(2) {
  width: 75px;
}
.cart-table__item:last-child {
  text-align: right;
}
.cart-table__preview {
  width: 120px;
  height: 120px;
  display: block;
  position: relative;
}
@media (max-width: 1440px) {
  .cart-table__preview {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 992px) {
  .cart-table__preview {
    position: absolute;
    top: 24px;
    left: 20px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 420px) {
  .cart-table__preview {
    width: 80px;
    height: 80px;
  }
}
.cart-table__preview-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cart-table__preview-img img {
  display: block;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.cart-table__name span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-table__name .alert-message {
  color: #888;
}
.cart-table__numbers {
  display: flex;
  align-items: center;
}
.cart-table__numbers .itemCount {
  width: 80px;
  border-radius: 2px;
  border: 1px solid #D8D8D8;
  height: 32px;
  margin: 0 5px;
}
.cart-table__numbers .pmbutton {
  color: #292929;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
}
.cart-table__cost {
  display: block;
  text-align: right;
  color: #292929;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
  letter-spacing: 0.202px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cart-table__cost {
    position: absolute;
    right: 40px;
    top: 34px;
  }
}
@media (max-width: 768px) {
  .cart-table__cost {
    right: 20px;
  }
}
.cart-table__cost span {
  text-align: right;
  color: #16EA12;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
  letter-spacing: 0.202px;
}
.cart-table__cost small {
  display: block;
  color: #979797;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 0.158px;
  text-decoration-line: line-through;
  text-transform: lowercase;
}
.cart-table__mobile-title {
  display: none;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.158px;
}
@media (max-width: 992px) {
  .cart-table__mobile-title {
    display: inline-block;
  }
}
.cart-table__delete {
  color: #979797;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  text-decoration-line: underline;
}
@media (max-width: 992px) {
  .cart-table__delete {
    position: absolute;
    right: 20px;
    bottom: 24px;
  }
}
.cart-table__delete:hover {
  text-decoration: none;
}

.new-promocode {
  margin-bottom: 16px;
  background: #FAFAFA;
}
.new-promocode.locked {
  opacity: 0.5;
}
@media (max-width: 992px) {
  .new-promocode {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .new-promocode {
    width: calc(100% + 40px);
    margin: 0 -20px;
    background: #fff;
    border-bottom: 8px solid #F7F7F7;
  }
}
.new-promocode .promo-message {
  display: none;
  margin-left: 20px;
}
.new-promocode.open .new-promocode__title::after {
  opacity: 0;
}
.new-promocode.open .promo-message {
  display: block;
  padding-bottom: 15px;
}
.new-promocode.open .new-promocode__content {
  display: flex;
}
.new-promocode.open .new-promocode__content.new-promocode__contentblock {
  display: block;
}
.new-promocode__title {
  position: relative;
  color: #000;
  cursor: pointer;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.158px;
  border-radius: 2px;
  background: #FAFAFA;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 8px;
}
@media (max-width: 768px) {
  .new-promocode__title {
    height: 64px;
    background-color: #fff;
  }
}
.new-promocode__title:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #292929;
  position: absolute;
  right: 18px;
  top: calc(50% - 1px);
}
.new-promocode__title:after {
  content: "";
  width: 2px;
  height: 10px;
  background: #292929;
  position: absolute;
  right: 22px;
  transition: 0.5s;
  top: calc(50% - 5px);
}
.new-promocode__title .icon {
  display: block;
  margin-right: 5px;
}
.new-promocode__title .icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}
.new-promocode__content {
  align-items: center;
  justify-content: space-between;
  background: #fff;
  display: none;
  padding: 8px;
  border: 8px solid #FAFAFA;
}
@media (max-width: 768px) {
  .new-promocode__content {
    background: #FAFAFA;
    width: calc(100% - 40px);
    margin: 0 auto 8px;
    border-bottom: 0;
  }
}
.new-promocode__content input {
  width: 100%;
  padding-right: 10px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.158px;
  background: transparent;
  border: 0;
}
@media (max-width: 768px) {
  .new-promocode__content input {
    padding-bottom: 8px;
  }
}
.new-promocode__content input::placeholder {
  color: #A9A9A9;
}
.new-promocode__content button.promo-link {
  color: #979797;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  text-decoration-line: underline;
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .new-promocode__content button.promo-link {
    margin-bottom: 8px;
  }
}
.new-promocode__content button.promo-link:hover {
  text-decoration: none;
}

.order-bonus-cancel-btn {
  color: #979797;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 0.95em;
  padding-top: 6px;
}

.new-cost-block--checkout {
  border-radius: 0 0 2px 2px;
  border-top: 1px solid #E1DFDF;
  padding: 32px 0 0 0;
}
@media (max-width: 768px) {
  .new-cost-block--checkout {
    padding: 0;
    border: 0;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .new-cost-block {
    padding-top: 24px;
  }
}
.new-cost-block .order-btn {
  width: 100%;
  height: 48px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
}
.new-cost-block__total-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.new-cost-block__title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.158px;
}
.new-cost-block__cost {
  color: #252525;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
  letter-spacing: 0.202px;
}
.new-cost-block__old-cost {
  position: absolute;
  color: #979797;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 0.158px;
  text-decoration-line: line-through;
  text-transform: lowercase;
  top: -15px;
  right: 0;
}
.new-cost-block__old-cost.hidden {
  display: none;
}
.new-cost-block__bonus-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 960px) {
  .new-cost-block__bonus-item .new-cost-block__title {
    font-size: 16px;
    font-weight: 400;
  }
}
.new-cost-block__bonus {
  display: flex;
  align-items: center;
  color: #C0757E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.158px;
  text-transform: lowercase;
}
.new-cost-block__bonus .icon {
  display: block;
  margin-right: 8px;
}
.new-cost-block__bonus .icon img {
  display: block;
  height: 24px;
}

.favorite-add-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/icons/favorite-icon.svg");
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.favorite-add-btn.active {
  background-color: black;
  background-image: url("/icons/favorite-icon-white.svg");
}

.new-cost-block .order-btn {
  margin-top: 10px;
}

.header-checkout {
  display: flex;
  height: 88px;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0 50px;
}
@media (max-width: 992px) {
  .header-checkout {
    padding: 0 16px;
    height: 60px;
  }
}
.header-checkout .icon-logo {
  font-size: 60px;
}
@media (max-width: 992px) {
  .header-checkout .icon-logo {
    font-size: 40px;
  }
}

.checkout-hint {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  color: #292929;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  justify-content: center;
  cursor: pointer;
}

.checkout-steps {
  background: #F7F7F7;
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: center;
  border-top: 1px solid #D8D8D8;
}
@media (max-width: 992px) {
  .checkout-steps {
    background: #fff;
    border-bottom: 8px solid #F7F7F7;
  }
}

.checkout-step {
  color: #9C9B9B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 111.111% */
  letter-spacing: 0.271px;
}
@media (max-width: 992px) {
  .checkout-step {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .checkout-step {
    font-size: 12px;
  }
}
.checkout-step.active {
  color: #35201A;
}

.checkout-arrow {
  opacity: 0.3;
  display: inline-block;
  margin: 0 48px;
  position: relative;
  width: 84px;
}
@media (max-width: 992px) {
  .checkout-arrow {
    width: 24px;
    margin: 0 12px;
  }
}
@media (max-width: 420px) {
  .checkout-arrow {
    margin: 5px;
  }
}
.checkout-arrow:before {
  content: "";
  width: 84px;
  height: 24px;
  background: url(../icons/step-arrow.svg) 0 0 no-repeat;
  position: absolute;
  top: -12px;
  left: 0;
}
@media (max-width: 992px) {
  .checkout-arrow:before {
    background: url(../icons/step-arrow-mob.svg) 0 0 no-repeat;
    width: 24px;
  }
}
.checkout-arrow.active {
  opacity: 1;
}

.placing-order {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .placing-order {
    flex-direction: column;
    padding: 24px 20px;
  }
}
.placing-order__main {
  width: calc(100% - 480px);
}
@media (max-width: 992px) {
  .placing-order__main {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .placing-order__main--second {
    padding-top: 0;
  }
}
.placing-order__side {
  width: 450px;
  background: white;
}
@media (max-width: 992px) {
  .placing-order__side {
    width: 100%;
  }
}
.placing-order__side.fixed {
  position: absolute;
  right: 30px;
  z-index: 1000;
}
.placing-order .new-checkbox-group {
  margin-bottom: 12px;
}
.placing-order .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.placing-order .row .col-4 {
  width: calc(33.3333333333% - 16px);
}
@media (max-width: 768px) {
  .placing-order .row .col-4 {
    width: calc(33.3333333333% - 9px);
  }
}
.placing-order .row .form-group {
  width: 100%;
  margin-bottom: 16px;
}
.placing-order .row .form-group label {
  width: 100%;
  color: #35201A;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.271px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
.placing-order .row .form-group label span {
  color: #A9A9A9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.158px;
}
@media (max-width: 395px) {
  .placing-order .row .form-group label {
    font-size: 12px;
  }
}
.placing-order .row .form-group input {
  width: 100%;
  border-radius: 2px;
  padding: 0 12px;
  border: 1px solid #ABABAB;
  color: #35201A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.271px;
  height: 32px;
  transition: 0.5s;
}
.placing-order .row .form-group input:focus {
  border-color: #35201A;
}
.placing-order .row .form-group input::placeholder {
  color: #A9A9A9;
}
.placing-order .row .form-group textarea {
  width: 100%;
  border-radius: 2px;
  padding: 12px 12px;
  border: 1px solid #ABABAB;
  color: #35201A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.271px;
  height: 80px;
  transition: 0.5s;
}
.placing-order .row .form-group textarea:focus {
  border-color: #35201A;
}
.placing-order .row .form-group textarea::placeholder {
  color: #A9A9A9;
}

.new-checkbox-group {
  position: relative;
  margin-bottom: 22px;
}
.new-checkbox-group .toggle-content {
  display: none;
  padding-left: 28px;
}
.new-checkbox-group .toggle-content--padding {
  padding-top: 20px;
}
.new-checkbox-group .toggle-content--left-position {
  margin-left: -28px;
}
.new-checkbox-group input[type=radio] {
  display: none;
}
.new-checkbox-group input[type=checkbox] {
  display: none;
}
.new-checkbox-group input[type=radio]:checked ~ .toggle-content {
  display: block;
}
.new-checkbox-group input[type=checkbox]:checked ~ .toggle-content {
  display: block;
}

.new-checkbox {
  position: absolute;
  opacity: 0;
}
.new-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #35201A;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 25px;
  display: block;
}
.new-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 2px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
}
.new-checkbox:disabled + label {
  color: #35201A;
  cursor: auto;
}
.new-checkbox:disabled + label:before {
  background: #ddd;
}
.new-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 1px;
  background: #000;
  width: 10px;
  height: 10px;
}

@media (max-width: 992px) {
  .step-delivery {
    border-bottom: 8px solid #F7F7F7;
    border-top: 8px solid #F7F7F7;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .step-delivery__content {
    padding-top: 20px;
  }
}
.step-delivery.open .step-delivery__content {
  display: block;
}
.step-delivery.open .step-head:after {
  opacity: 0;
}

@media (max-width: 992px) {
  .step-payment {
    border-bottom: 8px solid #F7F7F7;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .step-payment__content {
    padding-top: 10px;
  }
}
.step-payment.open .step-payment__content {
  display: block;
}
.step-payment.open .step-head:after {
  opacity: 0;
}

.step-head {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  border-radius: 2px;
  background: #FAFAFA;
  padding-left: 8px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.158px;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
}
.step-head:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #292929;
  position: absolute;
  right: 0px;
  top: calc(50% - 1px);
  display: none;
}
@media (max-width: 992px) {
  .step-head:before {
    display: block;
  }
}
.step-head:after {
  content: "";
  width: 2px;
  height: 10px;
  background: #292929;
  position: absolute;
  right: 4px;
  transition: 0.5s;
  top: calc(50% - 5px);
  display: none;
}
@media (max-width: 992px) {
  .step-head:after {
    display: block;
  }
}
@media (min-width: 993px) {
  .step-head {
    pointer-events: none;
  }
}
@media (max-width: 992px) {
  .step-head {
    background: #fff;
    padding-left: 0;
    height: 60px;
    margin-bottom: 0;
  }
}
.step-head .icon img {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.delivery-text-description {
  color: #7B7B7B;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.109px;
  margin-bottom: 16px;
}
.delivery-text-description a {
  text-decoration: underline;
  color: #7B7B7B;
}
.delivery-text-description a:hover {
  text-decoration: none;
}

.delivery-adress .delivery-text-description {
  color: #35201A;
  margin-top: 0;
}

.delivery-date {
  margin-bottom: 12px;
}
.delivery-date__title {
  display: block;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.158px;
  margin-bottom: 12px;
}
.delivery-date__content {
  display: flex;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .delivery-date__content {
    width: calc(100% + 68px);
    padding-left: 48px;
    margin: 0 -20px 0 -48px;
    flex-wrap: wrap;
  }
}

.delivery-time__title {
  display: block;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.158px;
  margin-bottom: 12px;
}
.delivery-time__content {
  display: flex;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .delivery-time__content {
    width: calc(100% + 68px);
    padding-left: 48px;
    margin: 0 -20px 0 -48px;
    flex-wrap: wrap;
  }
}

.time-choice-item {
  position: relative;
  margin: 0 12px 12px 0;
}
.time-choice-item input {
  position: absolute;
  opacity: 0;
}
.time-choice-item input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #292929;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border: 1px solid #C3C3C3;
  height: 32px;
  padding: 0 16px;
  transition: 0.5s;
  background: #F8F8F8;
  letter-spacing: 0.45px;
}
.time-choice-item input:checked + label {
  border: 1px solid #000;
  font-weight: 600;
}
.time-choice-item input:disabled + label {
  opacity: 0.3;
}

.form-title-sm {
  display: block;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.158px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .create-account {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px 0 20px;
    margin-bottom: 0;
  }
}

.create-password {
  display: flex;
  align-items: center;
  border-radius: 2px;
  justify-content: space-between;
  border: 1px solid #ABABAB;
  height: 40px;
  padding: 0 16px;
  max-width: 380px;
  width: 100%;
}
@media (max-width: 768px) {
  .create-password {
    max-width: 100%;
  }
}
.create-password input {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 62.5% */
  padding: 0;
  border: 0;
}
.create-password a {
  border: 0;
  cursor: pointer;
  background: transparent;
  color: #979797;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  text-decoration-line: underline;
}
.create-password a:hover {
  text-decoration: none;
}

.products-order {
  border-radius: 2px 2px 0 0;
  border: 1px solid #E1DFDF;
  width: 100%;
  height: 408px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 0px 0 0;
}
@media (max-width: 992px) {
  .products-order {
    border: 0;
    overflow: visible;
    height: auto;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .products-order--mobile-hide {
    display: none;
  }
}

.new-product-item {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-right: 16px;
  position: relative;
}
@media (max-width: 992px) {
  .new-product-item {
    border-bottom: 1px solid #C3C3C3;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.new-product-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .new-product-item:last-child {
    border-bottom: 0;
  }
}
.new-product-item__preview {
  width: 160px;
  height: 160px;
}
@media (max-width: 992px) {
  .new-product-item__preview {
    width: 120px;
    height: 120px;
  }
}
.new-product-item__preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new-product-item__content {
  width: calc(100% - 176px);
}
@media (max-width: 992px) {
  .new-product-item__content {
    width: calc(100% - 130px);
  }
}
.new-product-item__name {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.158px;
  margin-bottom: 8px;
}
@media (max-width: 420px) {
  .new-product-item__name {
    padding-right: 100px;
  }
}
.new-product-item__name span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.new-product-item__char {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.158px;
  display: block;
  margin-bottom: 2px;
}
@media (max-width: 420px) {
  .new-product-item__char {
    padding-right: 100px;
  }
}
.new-product-item__char span {
  font-weight: 600;
}
.new-product-item__cost {
  text-align: right;
  color: #16EA12;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
  letter-spacing: 0.202px;
  display: block;
  padding-top: 3px;
}
@media (max-width: 992px) {
  .new-product-item__cost {
    position: absolute;
    top: -3px;
    right: 0;
  }
}
@media (max-width: 420px) {
  .new-product-item__cost {
    position: relative;
  }
}
.new-product-item__cost span {
  display: block;
  color: #979797;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 0.158px;
  text-decoration-line: line-through;
  text-transform: lowercase;
}
@media (max-width: 420px) {
  .new-product-item__cost span {
    font-size: 10px;
  }
}
.new-product-item__cost strong {
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
  letter-spacing: 0.202px;
}
@media (max-width: 420px) {
  .new-product-item__cost strong {
    font-size: 14px;
  }
}

.mCSB_scrollTools .mCSB_draggerContainer {
  height: calc(100% - 64px);
  margin-top: 32px;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 24px;
  background: #E1DFDF;
  width: 4px;
  opacity: 1;
}

.mCSB_scrollTools {
  opacity: 1;
}

.blocked {
  opacity: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;
  width: 100vw;
  height: 100vh;
}
.blocked.active {
  z-index: 99;
  opacity: 1;
}

.contacts-modal-close {
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  z-index: -1;
  width: 24px;
  display: block;
  height: 24px;
  background: url(../icons/close-icon.svg) 50% 50% no-repeat;
}
.contacts-modal-close.active {
  opacity: 1;
  z-index: 100;
}

.contacts-modal {
  background: #fff;
  z-index: -1;
  opacity: 0;
  padding: 24px;
  width: 100%;
  max-width: 480px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 566px) {
  .contacts-modal {
    max-width: 566px;
    left: 0;
    top: auto;
    bottom: 0;
    border-radius: 16px 16px 0px 0px;
    transform: translateX(0%) translateY(0%);
    padding: 24px 10px;
  }
}
.contacts-modal.active {
  z-index: 100001;
  opacity: 1;
}
.contacts-modal__title {
  display: block;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  margin-bottom: 16px;
}
.contacts-modal p {
  color: #35201A;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.contacts-modal__content {
  display: flex;
  justify-content: space-between;
}

.contact-item {
  width: calc(33.3333333333% - 10px);
  border-radius: 2px;
  background: #FAFAFA;
  padding: 11px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-item .icon {
  display: block;
  margin-bottom: 3px;
}
.contact-item .icon img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.contact-item__title {
  display: block;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.102px;
  margin-bottom: 5px;
}
.contact-item__text {
  display: block;
  color: #35201A;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 992px) {
  .delivery-adress {
    padding-top: 24px;
  }
}
@media (max-width: 992px) {
  .delivery-adress .step-head {
    height: auto;
    padding-bottom: 10px;
  }
}
.CheckoutStep2 .step-head::before, .CheckoutStep2 .step-head::after {
  display: none;
}

.cost-order-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.158px;
}
.cost-order-item__delivery {
  color: #979797;
}
.cost-order-item__bonus {
  color: #C0757E;
}
.cost-order-item__bonusUse {
  color: #979797;
}
.cost-order-item.hidden {
  display: none;
}

.location-select {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  z-index: 11;
}
.location-select__input {
  position: relative;
  width: 100%;
  height: 38px;
  white-space: nowrap;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.158px;
  border-radius: 2px;
  background: #FAFAFA;
  padding-left: 44px;
  padding-right: 47px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.location-select__input:before {
  content: "";
  width: 18px;
  height: 22px;
  position: absolute;
  top: calc(50% - 11px);
  left: 13px;
  background: url(../img/location-icon.svg);
}
.location-select__input:after {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  background: url(../img/location-select-arrow.svg) no-repeat;
}
.location-select__input span {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.location-select__drop {
  display: none;
  position: absolute;
  width: 100%;
  top: 38px;
  left: 0;
  border-radius: 10px;
  border: 1px solid #ABABAB;
  background: #FDFDFD;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 16px;
}
.location-select__item {
  margin-bottom: 12px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.158px;
  padding-left: 22px;
  position: relative;
  display: block;
  cursor: pointer;
  padding-right: 22px;
}
.location-select__item:last-child {
  margin-bottom: 0;
}
.location-select__item.current:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../img/location-check-icon.svg) no-repeat;
}
.location-select__delete {
  position: absolute;
  right: 0;
  top: 3px;
  width: 13px;
  height: 12px;
  background: url(../img/delete-icon.svg) no-repeat;
}

.order-bonus {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .order-bonus {
    margin-top: 24px;
    background: #FAFAFA;
  }
}
@media (max-width: 768px) {
  .order-bonus {
    width: calc(100% + 40px);
    margin: 0 -20px;
    background: #fff;
    border-bottom: 8px solid #F7F7F7;
  }
}
.order-bonus.disabled {
  pointer-events: none;
}
.order-bonus.disabled .order-bonus__title:before, .order-bonus.disabled .order-bonus__title:after {
  opacity: 0.4;
}
.order-bonus.disabled .order-bonus__title-body {
  opacity: 0.4;
}
.order-bonus.disabled .order-bonus__sum {
  opacity: 0.4;
}
.order-bonus.open .order-bonus__title::after {
  opacity: 0;
}
.order-bonus.open .order-bonus__content {
  display: block;
}
.order-bonus__content-main {
  padding: 20px;
}
.order-bonus__title-body {
  display: flex;
  align-items: center;
}
.order-bonus__sum {
  font-weight: 400;
}
.order-bonus__title {
  position: relative;
  color: #000;
  cursor: pointer;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.158px;
  border-radius: 2px;
  background: #FAFAFA;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px 0 8px;
}
@media (max-width: 768px) {
  .order-bonus__title {
    height: 64px;
    background-color: #fff;
  }
}
.order-bonus__title:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #292929;
  position: absolute;
  right: 18px;
  top: calc(50% - 1px);
}
.order-bonus__title:after {
  content: "";
  width: 2px;
  height: 10px;
  background: #292929;
  position: absolute;
  right: 22px;
  transition: 0.5s;
  top: calc(50% - 5px);
}
.order-bonus__title .icon {
  display: block;
  margin-right: 5px;
}
.order-bonus__title .icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}
.order-bonus__content {
  display: none;
}
.order-bonus__input {
  align-items: center;
  justify-content: space-between;
  background: #fff;
  display: flex;
  padding: 8px;
  border: 1px solid #E1DFDF;
  border-radius: 2px;
}
@media (max-width: 992px) {
  .order-bonus__input {
    background: #fff;
    width: calc(100% - 40px);
    margin: 0 auto 8px;
    border: 8px solid #FAFAFA;
    border-right: 0;
    border-left: 0;
  }
}
@media (max-width: 768px) {
  .order-bonus__input {
    border: 1px solid #E1DFDF;
    padding: 0 8px;
    height: 40px;
  }
}
.order-bonus__input input {
  width: 100%;
  padding-right: 10px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.158px;
  background: transparent;
  border: 0;
}
.order-bonus__input input::placeholder {
  color: #A9A9A9;
}
.order-bonus__input button {
  color: #979797;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  text-decoration-line: underline;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.order-bonus__input button:hover {
  text-decoration: none;
}

.placing-order-mobileonly {
  display: none;
}

@media (max-width: 992px) {
  .placing-order-mobileonly {
    display: inline;
  }
  .placing-order-mobileonly.flex {
    display: flex;
  }
}
@media (min-width: 993px) {
  .main-banner-big-text {
    font-size: 36px !important;
  }
}
.disco-sum.hidden {
  display: none !important;
}

.order-bonus__content .bonus-tip {
  display: inline-block;
}
.order-bonus__content .bonus-tip a {
  cursor: pointer;
}
.order-bonus__content .tip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 430px;
  margin-bottom: 26px;
  background: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 1.6;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 960px) {
  .order-bonus__content .tip {
    width: 280px;
    padding: 8px 14px;
  }
}
.order-bonus__content .tip ol {
  padding-left: 20px;
}
.order-bonus__content .tip:after {
  margin-bottom: -36px;
  margin-left: -18px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 18px solid transparent;
  border-top: 18px solid white;
}
.order-bonus__content .tip.active {
  opacity: 1;
  visibility: visible;
}

.placing-order__desktop {
  width: 50%;
  float: right;
}
.placing-order__desktop .order-btn {
  width: 100%;
  height: 48px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.bonus-page {
  width: 100%;
}

.main-title {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.main-title small {
  display: block;
  padding-top: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  max-width: 1310px;
  margin: 0 auto;
  padding: 16px 15px 0 15px;
}
@media (max-width: 992px) {
  .main-title small {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 992px) {
  .main-title {
    font-size: 32px;
    margin-bottom: 0;
    padding-bottom: 20px;
    line-height: 40px;
  }
}

.bonus-benefits {
  background: url(../img/bonus-img-1.jpeg) 50% 50% no-repeat;
  background-size: cover;
  justify-content: center;
  padding: 100px 0 70px 0;
}
.bonus-benefits__btn {
  display: flex;
  justify-content: center;
}
.bonus-benefits__btn a {
  display: inline-flex;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  height: 44px;
  width: 190px;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  align-items: center;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 0.025em;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px 0 10px;
  text-align: center;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
@media (max-width: 768px) {
  .bonus-benefits__btn a {
    border-color: #000;
    color: #000;
  }
}
.bonus-benefits__btn a:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 768px) {
  .bonus-benefits__btn a:hover {
    background-color: #000;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .bonus-benefits {
    padding: 0;
    width: 100%;
    background: transparent;
    margin: 0;
  }
}
.bonus-benefits__content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1310px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .bonus-benefits__content {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .bonus-benefits__content {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.bonus-benefits .bonus-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  padding: 0 15px;
  line-height: 24px;
  margin: 0 0px 30px 0px;
  width: calc(25% - 20px);
  justify-content: space-between;
}
@media (max-width: 992px) {
  .bonus-benefits .bonus-item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 768px) {
  .bonus-benefits .bonus-item {
    max-width: 100%;
    width: 50%;
    padding: 0 15px;
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 20px;
    color: rgb(53, 32, 26);
  }
}
@media (max-width: 768px) {
  .bonus-benefits .bonus-item br {
    display: none;
  }
}
.bonus-benefits .bonus-item .icon {
  width: 32px;
  height: 32px;
  display: block;
  margin-bottom: 12px;
}
.bonus-benefits .bonus-item .icon svg {
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (max-width: 768px) {
  .bonus-benefits .bonus-item .icon svg {
    color: rgb(53, 32, 26);
  }
}

.bonus-join {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .bonus-join {
    padding: 40px 0;
  }
}

.bonus-participants {
  padding: 60px 0;
  background: rgb(250, 250, 250);
}
@media (max-width: 768px) {
  .bonus-participants {
    padding: 40px 0;
  }
}
.bonus-participants__content {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .bonus-participants__content {
    flex-direction: column;
    align-items: center;
  }
}

.bonus-rules {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .bonus-rules {
    padding: 40px 0;
  }
}
.bonus-rules__content {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .bonus-rules__content {
    flex-direction: column;
    padding: 0 15px 0 25px;
  }
}
.bonus-rules__col {
  width: calc(50% - 24px);
  max-width: 616px;
  margin: 0 24px;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 12px;
  padding: 32px 24px;
}
@media (max-width: 768px) {
  .bonus-rules__col {
    width: 100%;
    padding: 0;
    border: 0;
    max-width: 100%;
    margin: 0;
  }
}
.bonus-rules__col ul {
  padding-left: 20px;
  list-style-type: none;
}
.bonus-rules__col ul li {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .bonus-rules__col ul li {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 18px;
  }
}
.bonus-rules__col ul li:last-child {
  margin-bottom: 0;
}
.bonus-rules__col ul li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
}
@media (max-width: 768px) {
  .bonus-rules__col ul li:before {
    top: 6px;
  }
}
.bonus-rules__discription {
  padding-top: 48px;
}
@media (max-width: 768px) {
  .bonus-rules__discription {
    padding-top: 24px;
  }
}
.bonus-rules__discription p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(53, 32, 26);
}
@media (max-width: 768px) {
  .bonus-rules__discription p {
    font-size: 14px;
  }
}
.bonus-rules__discription p a {
  color: rgb(151, 151, 151);
  text-decoration: underline;
}
.bonus-rules__discription p a:hover {
  text-decoration: none;
}
.bonus-rules__btn {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .bonus-rules__btn {
    padding-top: 20px;
  }
}
.bonus-rules__btn a {
  display: inline-flex;
  border: 1px solid #000000;
  background-color: transparent;
  color: #000;
  height: 44px;
  width: 240px;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  align-items: center;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 0.025em;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px 0 10px;
  text-align: center;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.bonus-rules__btn a:hover {
  background: #000;
  color: #fff;
}

.bonus-participants-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 440px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .bonus-participants-item {
    margin-bottom: 35px;
  }
  .bonus-participants-item:last-child {
    margin-bottom: 0;
  }
}
.bonus-participants-item .icon {
  display: block;
  margin-bottom: 20px;
}
.bonus-participants-item .icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.bonus-participants-item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.bonus-participants-item small {
  display: block;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.subscribe {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .subscribe {
    display: none;
  }
}
.subscribe__image {
  width: 50%;
  background: url(../img/bonus-subscribe.jpeg) 50% 50% no-repeat;
  background-size: cover;
}
.subscribe__form {
  width: 50%;
  background: rgb(242, 242, 242);
  padding: 135px 30px 135px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subscribe__title {
  display: block;
  font-size: 36px;
  font-weight: 400;
  line-height: 53px;
  margin-bottom: 10px;
}
.subscribe p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.28px;
  max-width: 510px;
}

.subscribe-input {
  display: flex;
  align-items: center;
  max-width: 375px;
  border-bottom: 1px solid rgb(0, 0, 0);
  margin-bottom: 35px;
}
.subscribe-input input {
  border: 0;
  background: transparent;
  padding: 7px 0;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}
.subscribe-input input::placeholder {
  color: rgb(171, 171, 171);
}
.subscribe-input button {
  width: 20px;
  height: 20px;
  min-width: 20px;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.checkbox-form {
  position: absolute;
  opacity: 0;
}
.checkbox-form + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #35201A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 35px;
  display: block;
}
.checkbox-form + label a {
  text-decoration: underline;
}
.checkbox-form + label a:hover {
  text-decoration: none;
}
.checkbox-form + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: -4px;
}
.checkbox-form:disabled + label {
  color: #35201A;
  cursor: auto;
}
.checkbox-form:disabled + label:before {
  background: #ddd;
}
.checkbox-form:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  border-radius: 1px;
  background: #000;
  width: 18px;
  height: 18px;
}

@media (min-width: 769px) {
  .programm-slider {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .programm-slider .slide {
    width: 360px;
    margin: 0 50px;
  }
}
.programm-slider .slide p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
.programm-slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.programm-slider .slick-dots li {
  margin: 0 3px;
  text-indent: -9999px;
  width: 38px;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
}
.programm-slider .slick-dots li.slick-active {
  background: #000;
}

.programm-card {
  position: relative;
  margin-bottom: 15px;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
}
.programm-card__img {
  display: block;
  width: 100%;
}
.programm-card__img img {
  max-width: 100%;
  height: 220px;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}
.programm-card__title {
  position: absolute;
  z-index: 9;
  top: 14px;
  left: 14px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 32px;
}
.programm-card__title span {
  font-size: 80px;
  font-weight: 800;
  line-height: 100px;
  display: inline-block;
}

.choose-us-slider {
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .choose-us-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 1100px) {
  .choose-us-slider {
    justify-content: space-around;
  }
}
@media (max-width: 1100px) {
  .choose-us-slider .slide {
    width: 300px;
  }
}
@media (min-width: 769px) {
  .choose-us-slider .slide {
    width: 360px;
    margin-bottom: 40px;
  }
}
.choose-us-slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding-top: 30px;
}
.choose-us-slider .slick-dots li {
  margin: 0 3px;
  text-indent: -9999px;
  width: 38px;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
}
.choose-us-slider .slick-dots li.slick-active {
  background: #000;
}

.choose-us {
  text-align: center;
}
.choose-us__img {
  width: 100%;
  height: 440px;
  display: block;
  max-width: 360px;
  margin: 0 auto 32px;
}
@media (max-width: 1100px) {
  .choose-us__img {
    height: 340px;
  }
}
.choose-us__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.choose-us__name {
  color: rgb(53, 32, 26);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.choose-us__name span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.public-us {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .public-us {
    padding: 40px 0;
  }
}
.public-us__logotypes {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-around;
}
.public-us__logotypes .item {
  margin-bottom: 20px;
}
.public-us__logotypes .item img {
  display: block;
  max-width: 140px;
}

.create-style {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .create-style {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .create-style .main-title {
    display: none;
  }
}
.create-style__content {
  max-width: 1310px;
  margin: 0 auto;
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .create-style__content {
    flex-direction: column;
  }
}
.create-style__text {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .create-style__text {
    width: 100%;
    order: 2;
  }
}
.create-style__text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .create-style__text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.create-style__text p:last-child {
  margin-bottom: 0;
}
.create-style__image {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .create-style__image {
    width: 100%;
    order: -1;
    margin-bottom: 32px;
  }
}
.create-style__image img {
  display: block;
  width: 100%;
}

.lio-world {
  padding: 0px 0 30px 0;
}
@media (max-width: 768px) {
  .lio-world {
    padding: 0px 0 10px 0;
  }
}
.lio-world__content {
  max-width: 1310px;
  margin: 0 auto;
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .lio-world__content {
    justify-content: space-around;
  }
}

.lio-world-item {
  width: 160px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 556px) {
  .lio-world-item--fuild {
    width: 100%;
  }
}
.lio-world-item__img {
  width: 100%;
  height: 160px;
  display: block;
  margin-bottom: 24px;
}
.lio-world-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.lio-world-item__title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.16px;
  text-align: center;
  margin-bottom: 10px;
}
.lio-world-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.about-why {
  padding: 60px 0 30px 0;
  background: rgb(250, 250, 250);
}
@media (max-width: 768px) {
  .about-why {
    padding: 40px 0 10px 0;
  }
}
.about-why__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.about-why__item {
  width: calc(33.3333333333% - 50px);
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .about-why__item {
    width: calc(50% - 25px);
  }
}
@media (max-width: 566px) {
  .about-why__item {
    width: 100%;
    text-align: center;
  }
}
.about-why__item span {
  display: block;
  margin-bottom: 10px;
  color: rgb(53, 32, 26);
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
}
.about-why__item p {
  color: rgb(53, 32, 26);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.premium {
  padding: 0 0 60px 0;
}
@media (max-width: 768px) {
  .premium {
    padding: 0 0 40px 0;
  }
}

.premium-slider {
  padding: 0 25px;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 1919px) {
  .premium-slider {
    padding: 0 15px;
  }
}
.premium-slider .slide {
  padding: 0 25px;
}
@media (max-width: 1919px) {
  .premium-slider .slide {
    padding: 0 15px;
  }
}
.premium-slider .slick-next {
  position: absolute;
  right: 25px;
  top: calc(50% - 24px);
  background: #fff url(../img/slider-arrow.svg) 50% 50% no-repeat;
  cursor: pointer;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  border: 0;
  border-radius: 50%;
  z-index: 99;
  border: 1px solid rgb(240, 240, 240);
  transform: rotate(-180deg);
}
@media (max-width: 1919px) {
  .premium-slider .slick-next {
    right: 5px;
  }
}
.premium-slider .slick-prev {
  position: absolute;
  left: 25px;
  top: calc(50% - 24px);
  background: #fff url(../img/slider-arrow.svg) 50% 50% no-repeat;
  cursor: pointer;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  border: 0;
  border-radius: 50%;
  z-index: 99;
  border: 1px solid rgb(240, 240, 240);
}
@media (max-width: 1919px) {
  .premium-slider .slick-prev {
    left: 5px;
  }
}

.slider-item {
  display: block;
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
@media (max-width: 1919px) {
  .slider-item {
    height: 280px;
  }
}
.slider-item:hover .slider-item__image img {
  transform: scale(1.2) rotate(-3deg);
}
.slider-item:hover .slider-item__title {
  bottom: calc(50% - 15px);
}
.slider-item__image {
  display: block;
  width: 100%;
  height: 100%;
}
.slider-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
}
.slider-item__title {
  position: absolute;
  width: 100%;
  z-index: 9;
  bottom: 15px;
  left: 0;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 36px;
  font-weight: 400;
  line-height: 53px;
  display: block;
  transition: 0.5s;
}
@media (max-width: 1919px) {
  .slider-item__title {
    font-size: 24px;
  }
}

.payment-method__title {
  display: block;
  font-size: 36px;
  font-weight: 400;
  line-height: 53px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .payment-method__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.payment-method-item {
  margin-bottom: 18px;
}
.payment-method-item__logo {
  position: absolute;
  right: 24px;
  top: 40px;
  z-index: 9;
}
@media (max-width: 768px) {
  .payment-method-item__logo {
    display: none;
  }
}
.payment-method-item__logo ul {
  list-style-type: none;
  display: flex;
}
.payment-method-item__logo ul li {
  margin-left: 10px;
}
.payment-method-item__logo ul li img {
  max-height: 20px;
}
@media (max-width: 768px) {
  .payment-method-item__logo ul li img {
    max-height: 14px;
  }
}
.payment-method-item .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.payment-method-item .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 5px 0 0 76px;
  width: 100%;
  border-radius: 2px;
  background: rgb(250, 250, 250);
  height: 95px;
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .payment-method-item .styled-checkbox + label {
    font-size: 16px;
    height: 65px;
  }
}
.payment-method-item .styled-checkbox + label span {
  color: rgb(123, 123, 123);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  padding-left: 20px;
}
.payment-method-item .styled-checkbox + label:before {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  left: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 32px;
  height: 32px;
  background: white;
  border: 1px solid rgb(151, 151, 151);
  border-radius: 100px;
}
.payment-method-item .styled-checkbox + label:after {
  content: "";
  position: absolute;
  left: 31px;
  top: calc(50% - 9px);
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.payment-method-item .styled-checkbox:checked + label:after {
  background: rgb(0, 0, 0);
}

.premium .delivery-info {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.16px;
  border-radius: 2px;
  background: rgb(250, 250, 250);
  padding: 10px 20px;
  width: calc(100% - 100px);
  margin: 0 auto 70px;
}
@media (max-width: 768px) {
  .premium .delivery-info {
    align-items: flex-start;
    text-align: left;
    width: calc(100% - 30px);
  }
}
.premium .delivery-info .icon {
  margin-right: 10px;
}
.premium .delivery-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.premium .delivery-item--wave:before {
  content: "";
  width: 242px;
  height: 37px;
  background: url(../img/wave.svg) 0 0 no-repeat;
  position: absolute;
  right: -120px;
  top: 10px;
}
.premium .delivery-item .icon {
  display: block;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}
.premium .delivery-item .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.premium .delivery-item p {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  max-width: 280px;
}
.premium .delivery-slider {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.premium .delivery-slider.hidden {
  display: none;
}
@media (max-width: 1280px) {
  .premium .delivery-slider {
    width: 100%;
  }
}
.premium .delivery-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  display: none;
  position: absolute;
  bottom: -80px;
  width: 100%;
}
@media (max-width: 992px) {
  .premium .delivery-slider .slick-dots {
    display: flex;
  }
}
.premium .delivery-slider .slick-dots li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.premium .delivery-slider .slick-dots li button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  width: 39px;
  height: 2px;
  border-radius: 50%;
  margin: 0 5px;
  text-indent: -9999px;
  cursor: pointer;
}
.premium .delivery-slider .slick-dots li.slick-active button {
  background: rgb(0, 0, 0);
}
.premium .delivery-hide-text {
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 960px) {
  .premium .delivery-hide-text {
    margin-bottom: 60px;
  }
}
.premium .delivery-hide-text.hidden {
  display: none;
}
.premium .delivery-hide-text a {
  cursor: pointer;
  color: rgb(151, 151, 151);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration-line: underline;
}
.premium .delivery-hide-text a:hover {
  text-decoration: none;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  line-height: 21px;
  margin-bottom: 16px;
  padding-top: 25px;
}
.breadcrumbs .sep {
  color: rgb(151, 151, 151);
  display: block;
  margin: 0 5px;
}
.breadcrumbs a {
  color: rgb(151, 151, 151);
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .main-title--mobile-hide {
    display: none;
  }
}

.certificate-banner {
  margin-bottom: 60px;
  height: 250px;
  background: url("/img/cert/cert-banner-1.jpeg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .certificate-banner {
    display: none;
  }
}
.certificate-banner img {
  width: 100%;
}

.certificate-banner-mobile {
  display: none;
  position: relative;
  margin-bottom: 35px;
}
.certificate-banner-mobile span {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 9;
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  padding: 0 10px;
}
.certificate-banner-mobile span small {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 8px;
}
.certificate-banner-mobile img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .certificate-banner-mobile {
    display: block;
  }
}

.certificate-how-much {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .certificate-how-much {
    margin-bottom: 40px;
  }
}
.certificate-how-much__content {
  width: 100%;
  padding: 0 15px;
  max-width: 390px;
  margin: 0 auto;
}
.certificate-how-much__numbers {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.certificate-how-much__numbers button {
  width: calc(25% - 12px);
  height: 32px;
  border: 1px solid rgb(195, 195, 195);
  border-radius: 2px;
  background: rgb(248, 248, 248);
  cursor: pointer;
  transition: 0.5s;
}
.certificate-how-much__numbers button:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.certificate-how-much__input input {
  width: 100%;
  border: 0.5px solid rgb(171, 171, 171);
  border-radius: 2px;
  height: 40px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.27px;
  padding: 0 10px;
}
.certificate-how-much__input input::placeholder {
  color: rgb(169, 169, 169);
}

.certificate-slider {
  max-width: 1280px;
  margin: 0 auto 68px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .certificate-slider {
    margin-bottom: 24px;
  }
}
@media (max-width: 1180px) {
  .certificate-slider {
    padding: 0 15px;
  }
}
.certificate-slider .slick-dots {
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  display: none;
  position: absolute;
  bottom: -130px;
  width: 100%;
}
@media (max-width: 1180px) {
  .certificate-slider .slick-dots {
    display: flex;
  }
}
.certificate-slider .slick-dots li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.certificate-slider .slick-dots li button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  width: 39px;
  height: 2px;
  border-radius: 50%;
  margin: 0 5px;
  text-indent: -9999px;
  cursor: pointer;
}
.certificate-slider .slick-dots li.slick-active button {
  background: rgb(0, 0, 0);
}

.certificate-slider-block .slide {
  display: flex;
  justify-content: center;
  margin: 0 50px;
}
@media (max-width: 480px) {
  .certificate-slider-block .slide {
    margin: 0 10px;
  }
}
.certificate-slider-block__desktop-text {
  color: rgb(53, 32, 26);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 60px;
  max-width: 1280px;
  margin: 0 auto 60px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .certificate-slider-block__desktop-text {
    display: none;
  }
}
.certificate-slider-block__mobile-text {
  color: rgb(53, 32, 26);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 80px;
  padding: 0 15px;
  display: none;
  height: 48px;
}
@media (max-width: 768px) {
  .certificate-slider-block__mobile-text {
    display: block;
  }
}

@media (max-width: 480px) {
  .cert-item-radio {
    width: 100%;
  }
}
.cert-item-radio [type=radio]:not(:checked) {
  position: absolute;
  left: 0;
  opacity: 0;
}
.cert-item-radio [type=radio]:not(:checked) + label {
  position: relative;
  cursor: pointer;
}
.cert-item-radio [type=radio]:checked {
  position: absolute;
  left: 0;
  opacity: 0;
}
.cert-item-radio [type=radio]:checked + label {
  position: relative;
  cursor: pointer;
  border: 5px solid rgb(216, 216, 216);
}
.cert-item-radio .cert-item {
  position: relative;
  display: block;
  width: 360px;
  height: 220px;
  border-radius: 12px;
}
@media (max-width: 1180px) {
  .cert-item-radio .cert-item {
    max-width: 100%;
  }
}
.cert-item-radio .cert-item span {
  position: absolute;
  left: 16px;
  top: 16px;
}
.cert-item-radio .cert-item span img {
  display: block;
  width: 75px;
  height: 72px;
}
.cert-item-radio .cert-item--black {
  background: rgb(0, 0, 0);
  border: 5px solid rgb(0, 0, 0);
}
.cert-item-radio .cert-item--gray {
  background: rgb(151, 151, 151);
  border: 5px solid rgb(151, 151, 151);
}
.cert-item-radio .cert-item--pink {
  background: rgb(192, 117, 126);
  border: 5px solid rgb(192, 117, 126);
}

.certificate-slider-block {
  padding-bottom: 100px;
}
.certificate-slider-block .btn-center {
  display: flex;
  justify-content: center;
}
.certificate-slider-block .btn-center .btn {
  border: 1px solid #000000;
  background-color: #000000;
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 0.025em;
  font-size: 12px;
  width: 200px;
  height: 48px;
  font-weight: 600;
  padding: 0 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.certificate-slider-block .btn-center .btn:hover {
  background-color: transparent;
  color: #000000;
}

.catalog-filter {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .catalog-filter {
    padding: 0 20px;
  }
}
.catalog-filter__side {
  width: 270px;
  min-width: 270px;
  margin-right: 100px;
}
@media (max-width: 992px) {
  .catalog-filter__side {
    display: none;
  }
}
.catalog-filter__content {
  width: 100%;
  padding-right: 100px;
}
@media (max-width: 992px) {
  .catalog-filter__content {
    padding-right: 0;
  }
}

.filter-head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .filter-head {
    display: none;
  }
}

.filter-item {
  position: relative;
  margin-right: 12px;
  margin-bottom: 12px;
}
.filter-item.active {
  z-index: 299;
}
.filter-item.active .filter-item__dropdown {
  display: block;
}
.filter-item.active .filter-item__select {
  border: 1px solid rgb(171, 171, 171);
  background: rgb(242, 242, 242);
}
.filter-item.active .filter-item__select:before {
  transform: rotate(-180deg);
}
.filter-item.selected .filter-item__select {
  border-radius: 2px;
  background: rgb(0, 0, 0);
  border-color: #000;
  color: #fff;
}
.filter-item.selected .filter-item__select.special {
  background: white;
  color: black;
}
.filter-item.selected .filter-item__select.special span {
  font-weight: 500;
}
.filter-item.selected .filter-item__select.special:before {
  display: initial;
}
.filter-item.selected .filter-item__select:before {
  display: none;
}
.filter-item.selected .filter-item__clear {
  opacity: 1;
  z-index: 9;
}
.filter-item__search {
  padding: 20px 20px 0 20px;
}
.filter-item__search-input {
  border-radius: 2px;
  background: rgb(250, 250, 250);
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 12px;
}
.filter-item__search-input input {
  border: 0;
  background: transparent;
  color: rgb(0, 0, 0);
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  height: 40px;
}
.filter-item__btn {
  height: 86px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-top: 1px solid rgb(171, 171, 171);
}
.filter-item__btn a, .filter-item__btn button {
  width: 100%;
  height: 46px;
  border-radius: 2px;
  background: rgb(41, 41, 41);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}
.filter-item__btn a.disabled, .filter-item__btn button.disabled {
  background: rgb(171, 171, 171);
  pointer-events: none;
}
.filter-item__clear {
  opacity: 0;
  z-index: -1;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 9px;
  top: calc(50% - 10px);
  background: url(../img/select-clear.png) 50% 50% no-repeat;
  transition: 0.5s;
  display: block;
  background-size: 20px 20px;
}
.filter-item__select-block {
  position: relative;
}
.filter-item__select {
  cursor: pointer;
  height: 40px;
  padding: 0 38px 0 16px;
  border: 1px solid rgb(171, 171, 171);
  border-radius: 2px;
  position: relative;
  display: flex;
  align-items: center;
  color: rgb(53, 32, 26);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: 0.5s;
  white-space: nowrap;
}
.filter-item__select:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 9px;
  top: calc(50% - 10px);
  background: url(../img/select-arrow.svg) 50% 50% no-repeat;
  transition: 0.5s;
}
.filter-item__select span {
  display: inline-block;
  margin-left: 8px;
  font-weight: 700;
}
.filter-item__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  border: 1px solid rgb(171, 171, 171);
  border-radius: 4px 4px 0px 0px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
  /* White */
  background: rgb(255, 255, 255);
  min-width: 256px;
}
.filter-item__dropdown--colors {
  width: 374px;
}
.filter-item__dropdown-scroll {
  max-height: 310px;
  overflow-y: auto;
}
.filter-item__drop-item {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 8px;
}
.filter-item__drop-item:first-child {
  padding-top: 20px;
}
.filter-item__drop-item:last-child {
  padding-bottom: 12px;
}

.checkbox {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.checkbox label {
  cursor: pointer;
  display: inline;
  display: flex;
  align-items: center;
  padding-left: 1px;
}
.checkbox label:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 1px;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}
.checkbox label:after {
  content: "";
  position: absolute;
  left: -27px;
  top: 4px;
}
.checkbox input[type=checkbox] {
  outline: 0;
  visibility: hidden;
  width: 14px;
  margin: 0;
  display: block;
  font-size: inherit;
}
.checkbox input[type=checkbox]:checked + label:after {
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 2px;
}

.checkbox.checkbox-inline {
  display: inline-block;
}

.radio {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.radio label {
  cursor: pointer;
  display: inline;
  display: flex;
  align-items: center;
  padding-left: 1px;
}
.radio label:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}
.radio label:after {
  content: "";
  position: absolute;
  left: -27px;
  top: 1px;
}
.radio input[type=radio] {
  outline: 0;
  visibility: hidden;
  width: 20px;
  margin: 0;
  display: block;
  font-size: inherit;
}
.radio input[type=radio]:checked + label:after {
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
}

.filter-color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 12px;
  display: block;
  background-size: 16px 16px;
  margin-top: -4px;
  margin-left: -8px;
}

.filter-tabs {
  display: flex;
  width: calc(100% + 20px);
  list-style-type: none;
  padding-bottom: 7px;
}
.filter-tabs li {
  margin-right: 16px;
}
.filter-tabs a {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 16px;
  height: 32px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  color: rgb(0, 0, 0);
  font-size: 10px;
  font-weight: 600;
  transition: 0.5s;
  padding-top: 2px;
}
.filter-tabs a:hover, .filter-tabs a.active {
  background: rgb(0, 0, 0);
  color: #fff;
  border-color: #000;
}

.filter-mobile {
  position: relative;
  display: none;
}
@media (max-width: 992px) {
  .filter-mobile {
    display: block;
  }
}
.filter-mobile .tabgroup {
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.filter-mobile__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.filter-mobile__nav {
  display: flex;
  width: 72px;
  min-width: 72px;
  padding-bottom: 7px;
}
.filter-mobile__tabs {
  width: calc(100% - 52px);
  margin-right: -20px;
  padding-right: 20px;
}

.filter-setting-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 16px;
}
.filter-setting-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.filter-arrange-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 16px;
}
.filter-arrange-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.first-tab-group-scroll {
  overflow-x: auto;
  width: 100%;
  border-bottom: 1px solid rgb(242, 242, 242);
  border-top: 1px solid rgb(242, 242, 242);
  padding: 18px 0 11px 0;
}

.filter-mobile-list {
  list-style-type: none;
  display: flex;
  padding-left: 20px;
  padding-bottom: 7px;
  padding-right: 20px;
}
.filter-mobile-list li {
  margin-right: 12px;
}
.filter-mobile-list li:last-child {
  margin-right: 0;
}
.filter-mobile-list li a {
  height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid rgb(195, 195, 195);
  border-radius: 2px;
  color: rgb(0, 0, 0);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 2px;
  white-space: nowrap;
  transition: 0.5s;
}
.filter-mobile-list li a.active {
  background: #000;
  border-color: #000;
  color: #fff;
}

.filter-mobile-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  opacity: 0.8;
  transform: translateX(100vw);
  transition: 1s;
}
.filter-mobile-modal.show {
  transform: translateX(0);
  opacity: 1;
}
.filter-mobile-modal__head {
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid rgb(242, 242, 242);
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  height: 60px;
}
.filter-mobile-modal__back {
  position: absolute;
  left: 14px;
  top: calc(50% - 16px);
  cursor: pointer;
}
.filter-mobile-modal__content {
  height: calc(100% - 146px);
  overflow-y: auto;
}
.filter-mobile-modal__btn {
  height: 86px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-top: 1px solid rgb(242, 242, 242);
}
.filter-mobile-modal__btn a, .filter-mobile-modal__btn button {
  width: 100%;
  height: 46px;
  border-radius: 2px;
  background: rgb(41, 41, 41);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}

.filter-mobile-item {
  border-bottom: 1px solid rgb(242, 242, 242);
}
.filter-mobile-item__title {
  padding: 20px;
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.16px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}
.filter-mobile-item__title:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 14px;
  top: calc(50% - 1px);
}
.filter-mobile-item__title:after {
  content: "";
  width: 2px;
  height: 10px;
  background: #000;
  position: absolute;
  right: 18px;
  top: calc(50% - 5px);
  transition: 0.5s;
}
.filter-mobile-item__title.active:after {
  transform: rotate(-90deg);
}
.filter-mobile-item .filter-item__search-input {
  margin-bottom: 20px;
}
.filter-mobile-item__content {
  padding: 0 20px 20px 20px;
  display: none;
}
.filter-mobile-item__content .checkbox {
  padding-left: 0;
}
.filter-mobile-item__content .filter-item__drop-item:last-child {
  margin-bottom: 0;
}

.filter-mobile__tabs, .first-tab-group-scroll {
  -webkit-overflow-scrolling: touch; /* добавить для поддержки iOS */
  overflow: auto;
  scrollbar-width: none; /* скрыть скроллбар для Firefox */
  -ms-overflow-style: none; /* скрыть скроллбар для IE и Edge */
}

.filter-cost {
  box-sizing: border-box;
  padding: 20px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-arrange-modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  position: fixed;
  opacity: 0;
  transition: 1s;
}
.filter-arrange-modal.active {
  opacity: 1;
  z-index: 10001;
}
.filter-arrange-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10002;
}
.filter-arrange-modal__content {
  position: absolute;
  bottom: -2000px;
  left: 0;
  border-radius: 16px 16px 0px 0px;
  background: rgb(255, 255, 255);
  padding: 20px 20px 10px 20px;
  z-index: 10002;
  width: 100%;
  transition: 1s;
}
.filter-arrange-modal__content.active {
  transform: translateY(-2000px);
}

.blocker {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10001;
}

.imagery-page {
  padding-top: 50px;
}

.breadcrumbs-content {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.breadcrumbs-content a {
  color: #C3C3C3;
}
.breadcrumbs-content a:hover {
  text-decoration: underline;
}
.breadcrumbs-content .sep {
  color: #C3C3C3;
  display: block;
  margin: 0 5px;
}

.slider-item__title span {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}

@media (max-width: 960px) {
  .imagery .main-title {
    font-size: 28px;
  }
}
.imagery .collection-title {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  text-transform: unset;
  line-height: 1.2;
}
.imagery .read-more {
  display: block;
  margin: 0 auto;
  height: 30px;
  width: 150px;
  line-height: 30px;
  text-transform: uppercase;
  /* font-weight: 400; */
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  /* border-radius: 0; */
  font-size: 12px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
  width: 160px;
}
.imagery .read-more:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.imagery__items-container {
  flex-grow: 1;
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width: 960px) {
  .imagery__items-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.looks-items {
  flex-grow: 1;
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 960px) {
  .looks-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .other-looks-desktop {
    display: none !important;
  }
}

.other-looks-mobile {
  display: none !important;
}
@media (max-width: 960px) {
  .other-looks-mobile {
    display: block !important;
  }
}

.look-flex-mobile {
  display: none !important;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .look-flex-mobile {
    display: flex !important;
  }
}

.look-flex-desktop {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .look-flex-desktop {
    display: none !important;
  }
}

.look-container {
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .look-container {
    width: 100%;
    margin: 0;
  }
}

.imagery-main {
  padding: 0 50px;
  width: 100%;
}
@media (max-width: 1919px) {
  .imagery-main {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .imagery-main {
    padding: 0 20px;
  }
}
.imagery-main__head {
  width: 100%;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .imagery-main__head {
    width: calc(100% + 40px);
    margin: 0 -20px 24px -20px;
  }
}
.imagery-main__head ul {
  display: flex;
  list-style-type: none;
  max-width: 100%;
  border-bottom: 1px solid rgb(213, 213, 213);
}
@media (max-width: 768px) {
  .imagery-main__head ul {
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .imagery-main__head ul::-webkit-scrollbar {
    display: none;
  }
}
.imagery-main__head ul li {
  padding-bottom: 24px;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}
@media (max-width: 768px) {
  .imagery-main__head ul li {
    padding-bottom: 16px;
  }
}
.imagery-main__head ul li.active {
  border-color: #000;
}
.imagery-main__head ul li.active a {
  color: #000;
}
.imagery-main__head ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  color: rgb(171, 171, 171);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.24px;
  text-align: left;
  transition: 0.5s;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 768px) {
  .imagery-main__head ul li a {
    padding: 0 20px;
    font-size: 15px;
  }
}
.imagery-main__head ul li a:hover {
  color: #000;
}
.imagery-main__filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .imagery-main__filter {
    width: calc(100% + 40px);
    margin: 0 -20px 24px -20px !important;
  }
}
.imagery-main__filter-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 32px;
}
@media (max-width: 768px) {
  .imagery-main__filter-btn {
    width: 24px;
    height: 24px;
    min-width: 32px;
  }
}
.imagery-main__filter-btn img {
  display: block;
  object-fit: contain;
}
.imagery-main__filter-content {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.imagery-main__filter-content .scroll-content {
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .imagery-main__filter-content .scroll-content {
    display: flex;
    justify-content: left;
  }
}
.imagery-main__filter-content .scrollbar-thumb {
  height: 4px;
}
.imagery-main__filter-content .scrollbar-track-x {
  height: 4px;
  opacity: 0.3 !important;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .imagery-main__filter-content .scrollbar-track-x {
    width: 100%;
    overflow: hidden;
  }
}
.imagery-main__filter-content .scrollbar-track-x:hover {
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .imagery-main__filter-content::-webkit-scrollbar {
    display: none;
  }
}
.imagery-main__filter-content span {
  cursor: pointer;
  height: 30px;
  padding: 0 16px;
  min-width: 80px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid black;
  margin-right: 12px;
  white-space: nowrap;
  display: flex;
  box-sizing: content-box;
  flex-shrink: 0;
  padding-top: 2px;
}
@media (max-width: 768px) {
  .imagery-main__filter-content span {
    height: 32px;
    min-width: 52px;
  }
}
.imagery-main__filter-content span:last-child {
  margin-right: 0;
}
.imagery-main__filter-content span.current {
  background: #000;
  color: #fff;
  border-color: #000;
}
.imagery-main__content {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 680px) {
  .imagery-main__content {
    justify-content: space-between;
    padding: 0;
  }
}
@media (max-width: 680px) {
  .imagery-main__content--scroll {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding-left: 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
}
@media (max-width: 680px) {
  .imagery-main__content--scroll .imagery-item {
    width: 165px;
    margin-right: 18px;
    min-width: 165px;
    margin-bottom: 0;
  }
}
.imagery-main__content .nav-btn-2 {
  position: unset;
  margin-top: unset;
  z-index: 10;
  cursor: pointer;
  border: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 36px;
}
.imagery-main__text {
  color: #6a6a6a;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr); /* 2 колонки для маленьких изображений */
  gap: 25px 10px; /* Расстояние между элементами */
}
@media (max-width: 980px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr); /* 2 колонки для маленьких изображений */
  }
}

@media (min-width: 981px) {
  .grid-item {
    grid-column: span 3;
  }
  .grid-item:nth-child(7n+5), .grid-item:nth-child(7n+6), .grid-item:nth-child(7n+7) {
    grid-column: span 4;
  }
  .grid-item:nth-child(7n+5) .imagery-item__img, .grid-item:nth-child(7n+6) .imagery-item__img, .grid-item:nth-child(7n+7) .imagery-item__img {
    height: 500px;
  }
}
@media (max-width: 980px) {
  .grid-item:nth-child(11n+1), .grid-item:nth-child(11n+3), .grid-item:nth-child(11n+6), .grid-item:nth-child(11n+9) {
    padding-left: 15px;
  }
  .grid-item:nth-child(11n+2), .grid-item:nth-child(11n+4), .grid-item:nth-child(11n+7), .grid-item:nth-child(11n+10) {
    padding-right: 15px;
  }
  .grid-item:nth-child(11n+5), .grid-item:nth-child(11n+8), .grid-item:nth-child(11n+11) {
    padding: 0 !important;
    grid-column: span 2;
  }
  .grid-item:nth-child(11n+5) .imagery-item__img, .grid-item:nth-child(11n+8) .imagery-item__img, .grid-item:nth-child(11n+11) .imagery-item__img {
    height: 500px;
  }
  .grid-item:nth-child(11n+5) .imagery-item__head, .grid-item:nth-child(11n+8) .imagery-item__head, .grid-item:nth-child(11n+11) .imagery-item__head {
    margin-left: 15px;
  }
  .grid-item:nth-child(11n+5) .imagery-item__text, .grid-item:nth-child(11n+8) .imagery-item__text, .grid-item:nth-child(11n+11) .imagery-item__text {
    margin-left: 15px;
  }
}

.imagery-item {
  position: relative;
  width: calc(20% - 40px);
  margin-right: 50px;
}
@media (max-width: 1440px) {
  .imagery-item {
    width: calc(25% - 30px);
    margin-right: 40px;
  }
}
@media (max-width: 992px) {
  .imagery-item {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 680px) {
  .imagery-item {
    width: calc(50% - 9px);
    margin-right: 0;
    margin-bottom: 0px;
  }
}
@media (min-width: 1440px) {
  .imagery-item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .imagery-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 680px) and (max-width: 991px) {
  .imagery-item:nth-child(3n) {
    margin-right: 0;
  }
}
.imagery-item a {
  display: block;
  width: 100%;
}
.imagery-item__like {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 16px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0px;
  text-align: center;
  height: 24px;
  cursor: pointer;
  padding-top: 3px;
  transition: 0.5s;
}
.imagery-item__like:hover, .imagery-item__like.active {
  background: #000;
  color: #fff;
}
.imagery-item__like:hover .icon svg, .imagery-item__like.active .icon svg {
  color: #fff;
}
.imagery-item__like .icon {
  width: 14px;
  height: 14px;
  min-width: 14px;
  margin-left: 2px;
  position: relative;
  top: -1px;
  transition: 0.5s;
}
.imagery-item__like .icon svg {
  display: block;
  width: 14px;
  height: 14px;
  color: #000;
  transition: 0.5s;
}
.imagery-item__head {
  position: relative;
  padding-left: 48px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 680px) {
  .imagery-item__head {
    display: none;
  }
}
.imagery-item__head .icon {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 4px;
  top: 4px;
}
.imagery-item__head .icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-position: top;
}
.imagery-item__head__text {
  color: rgb(171, 171, 171);
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: lowercase;
}
.imagery-item__text {
  color: #6a6a6a;
}
@media (max-width: 768px) {
  .imagery-item__text {
    font-size: 12px;
  }
}
.imagery-item__title {
  display: flex;
  align-items: center;
  color: rgb(0, 0, 0);
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding-top: 7px;
}
@media (max-width: 768px) {
  .imagery-item__title {
    align-items: flex-end;
  }
}
.imagery-item__img {
  display: block;
  width: 100%;
}
.imagery-item__like-container {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 8px;
  padding-right: 10px;
  height: 20px;
}

.imagery-slider {
  margin-bottom: 60px;
}
.imagery-slider .slider .slide {
  width: 100%;
  height: 640px;
}
@media (max-width: 768px) {
  .imagery-slider .slider .slide {
    height: 428px;
  }
}
.imagery-slider .slider .slide__img {
  width: 100%;
  height: 100%;
}
.imagery-slider .slider .slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imagery-slider .slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.imagery-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.imagery-slider .slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 50px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
}
.imagery-slider .slick-dots li button:hover, .imagery-slider .slick-dots li button:focus {
  outline: none;
}
.imagery-slider .slick-dots li.slick-active button {
  background: rgb(255, 255, 255);
}

.imagery-products {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .imagery-products {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
    padding: 0 15px 10px 15px;
  }
}
.imagery-products .product-item {
  width: calc(20% - 47px);
  margin: 0;
}
@media (max-width: 1180px) {
  .imagery-products .product-item {
    width: calc(20% - 15px);
  }
}
@media (max-width: 768px) {
  .imagery-products .product-item {
    width: 110px;
    min-width: 110px;
    margin-right: 20px;
  }
}
.imagery-products .product-item:last-child {
  margin-right: 0;
}

.main-title span {
  display: block;
  color: rgb(171, 171, 171);
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: lowercase;
}

.main-title__mobile {
  display: none;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #ededed;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  padding: 10px 20px 0 20px;
}
@media (max-width: 980px) {
  .main-title__mobile {
    display: flex;
  }
}

.marketplace-landing {
  padding: 30px 0 0 0;
}

.marketplace-welcome {
  position: relative;
  overflow: hidden;
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 250px;
  padding: 250px 20px 0px 20px;
}
@media (max-width: 767px) {
  .marketplace-welcome {
    height: 500px;
    padding-top: 150px;
  }
}
.marketplace-welcome:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.marketplace-welcome__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.marketplace-welcome__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.marketplace-welcome__cotnent {
  position: relative;
  z-index: 9;
}
.marketplace-welcome__title {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 0.51px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .marketplace-welcome__title {
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 16px;
  }
}
.marketplace-welcome p {
  color: rgb(255, 255, 255);
  font-size: 36px;
  font-weight: 350;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .marketplace-welcome p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
  }
}

.btn-center {
  display: flex;
  justify-content: center;
}

.join-btn {
  width: 100%;
  max-width: 290px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: 0.5s;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  border: 1px solid #000;
}
.join-btn:hover {
  background: rgb(54, 255, 123);
  color: rgb(0, 0, 0);
  border-color: rgb(54, 255, 123);
}
.join-btn--green {
  background: rgb(54, 255, 123);
  color: rgb(0, 0, 0);
}
.join-btn--green:hover {
  background: transparent;
  color: #fff;
  border-color: #16EA12;
}

.marketplace-container {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}

.marketplace-numbers {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 100px 0;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .marketplace-numbers {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .marketplace-numbers {
    padding: 30px 0;
  }
}

.marketplace-number-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1180px) {
  .marketplace-number-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .marketplace-number-item {
    width: 100%;
  }
}
.marketplace-number-item .icon {
  display: block;
  margin-bottom: 26px;
}
.marketplace-number-item__numeric {
  color: rgb(0, 0, 0);
  font-size: 56px;
  font-weight: 350;
  line-height: 68px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.marketplace-number-item__title {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}

.marketplace-get-partners {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .marketplace-get-partners {
    margin-bottom: 60px;
  }
}
.marketplace-get-partners__content {
  margin-bottom: 40px;
}

.marketplace-title {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 36px;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 24px;
}

.marketplace-description {
  display: block;
  margin-bottom: 48px;
  color: rgb(53, 32, 26);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}

.marketplace-get-partners__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .marketplace-get-partners__content {
    flex-direction: column;
  }
}
.marketplace-get-partners__content-col {
  width: calc(33.3333333333% - 15px);
}
@media (max-width: 992px) {
  .marketplace-get-partners__content-col {
    width: 100%;
  }
}

.get-partners-item {
  width: 100%;
  min-height: 170px;
  margin-bottom: 22px;
  padding: 24px;
  overflow: hidden;
  border-radius: 12px;
}
.get-partners-item--bg-1 {
  background: url(../img/get-partner-bg-1.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.get-partners-item--bg-2 {
  background: url(../img/get-partner-bg-2.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.get-partners-item--bg-3 {
  background: url(../img/get-partner-bg-3.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.get-partners-item--bg-4 {
  background: url(../img/get-partner-bg-4.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.get-partners-item--bg-5 {
  background: url(../img/get-partner-bg-5.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.get-partners-item__title {
  display: block;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}
.get-partners-item p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 0;
}
.get-partners-item--lg {
  min-height: 362px;
}
.get-partners-item--lg .get-partners-item__title {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: left;
}
.get-partners-item--lg p {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.accommodation {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .accommodation {
    margin-bottom: 60px;
  }
}

.accommodation__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.accommodation__text-center {
  text-align: center;
}
.accommodation__text-center p {
  color: rgb(53, 32, 26);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 26px;
}
@media (max-width: 768px) {
  .accommodation__text-center p {
    padding-top: 10px;
  }
}

.accommodation-item {
  margin-bottom: 22px;
  padding: 24px;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 12px;
  width: calc(33.3333333333% - 15px);
}
@media (max-width: 768px) {
  .accommodation-item {
    width: 100%;
  }
}
.accommodation-item .icon {
  display: block;
  margin-bottom: 20px;
}
.accommodation-item p {
  color: rgb(53, 32, 26);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 0;
}

.marketplace-start {
  margin-bottom: 76px;
}
@media (max-width: 992px) {
  .marketplace-start {
    margin-bottom: 36px;
  }
}
.marketplace-start__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.start-item {
  width: calc(25% - 20px);
  border-radius: 12px;
  padding: 24px;
  background: rgb(250, 250, 250);
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .start-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 566px) {
  .start-item {
    width: 100%;
  }
}
.start-item__step {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 20px;
}
.start-item__title {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  display: block;
  margin-bottom: 20px;
}
.start-item p {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 20px;
}

.marketpalce-partners {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .marketpalce-partners {
    margin-bottom: 60px;
  }
}
.marketpalce-partners__content {
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 566px) {
  .marketpalce-partners__content {
    flex-direction: column;
    display: flex;
  }
}
.marketpalce-partners__content:last-child .partner-item {
  margin-bottom: 60px;
}
.marketpalce-partners .partner-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 80px 10px;
}
@media (max-width: 566px) {
  .marketpalce-partners .partner-item {
    margin-bottom: 50px;
  }
}
.marketpalce-partners .partner-item:first-child {
  margin-left: 0;
}
.marketpalce-partners .partner-item:last-child {
  margin-right: 0;
}
.marketpalce-partners .partner-item img {
  display: block;
  max-width: 100%;
  height: 80px;
}
@media (max-width: 800px) {
  .marketpalce-partners .partner-item img {
    height: auto;
    max-height: 80px;
  }
}

.marketplace-work {
  background: rgb(250, 250, 250);
  padding: 60px 0px 0px 0px;
  margin-bottom: 100px;
}
.marketplace-work .marketplace-container {
  padding-bottom: 80px;
}
@media (max-width: 1320px) {
  .marketplace-work .marketplace-container {
    overflow-x: scroll;
  }
}
.marketplace-work__content {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 0 20px 30px 20px;
}
.marketplace-work__content .scrollbar-track-x {
  width: calc(100% - 40px);
  margin-left: 20px;
  height: 2px;
  border-radius: 0;
  display: none !important;
}
@media (max-width: 992px) {
  .marketplace-work__content .scrollbar-track-x {
    display: block !important;
  }
}
.marketplace-work__content .scrollbar-thumb {
  border-radius: 0;
}

.breadcrumbs li {
  color: #000 !important;
}

.page-title--lowercase {
  text-transform: none;
}

.seller-registration-form {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .seller-registration-form {
    padding-bottom: 60px;
    padding-top: 30px;
  }
}
.seller-registration-form__btns {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 2px solid rgb(247, 247, 247);
  width: calc(100% + 40px);
  margin: 0 -20px 0px -20px;
  padding: 30px 20px 80px 20px;
  border-bottom: 2px solid rgb(247, 247, 247);
}
@media (max-width: 480px) {
  .seller-registration-form__btns {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.seller-registration-form__btns a {
  width: calc(50% - 16px);
  height: 48px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(41, 41, 41);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .seller-registration-form__btns a {
    width: 100%;
  }
}
.seller-registration-form__btns a:hover {
  background: #000;
  color: #fff;
}
.seller-registration-form__btns button {
  cursor: pointer;
  width: calc(50% - 16px);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: 0.5s;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  border: 1px solid #000;
}
@media (max-width: 480px) {
  .seller-registration-form__btns button {
    width: 100%;
    order: -2;
    margin-bottom: 10px;
  }
}
.seller-registration-form__btns button:hover {
  background-color: transparent;
  color: #000000;
}
.seller-registration-form .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.seller-registration-form .row .col-4 {
  width: calc(33.3333333333% - 16px);
}
@media (max-width: 768px) {
  .seller-registration-form .row .col-4 {
    width: calc(33.3333333333% - 9px);
  }
}
.seller-registration-form .row .form-group {
  width: 100%;
  margin-bottom: 16px;
}
.seller-registration-form .row .form-group label {
  width: 100%;
  color: #35201A;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.271px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
.seller-registration-form .row .form-group label span {
  color: #A9A9A9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.158px;
}
@media (max-width: 395px) {
  .seller-registration-form .row .form-group label {
    font-size: 12px;
  }
}
.seller-registration-form .row .form-group input {
  width: 100%;
  border-radius: 2px;
  padding: 0 12px;
  border: 1px solid #ABABAB;
  color: #35201A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.271px;
  height: 32px;
  transition: 0.5s;
}
.seller-registration-form .row .form-group input:focus {
  border-color: #35201A;
}
.seller-registration-form .row .form-group input::placeholder {
  color: #A9A9A9;
}
.seller-registration-form .row .form-group textarea {
  width: 100%;
  border-radius: 2px;
  padding: 12px 12px;
  border: 1px solid #ABABAB;
  color: #35201A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.271px;
  height: 80px;
  transition: 0.5s;
}
.seller-registration-form .row .form-group textarea:focus {
  border-color: #35201A;
}
.seller-registration-form .row .form-group textarea::placeholder {
  color: #A9A9A9;
}

.new-checkbox-group label a {
  text-decoration: underline;
  color: rgb(151, 151, 151);
}
.new-checkbox-group label a:hover {
  text-decoration: none;
}

.marketplace-contacts {
  padding: 25px 0 16px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  .marketplace-contacts {
    justify-content: space-between;
  }
}
.marketplace-contacts .contact-item {
  width: 120px;
  height: 94px;
  margin: 0 8px;
  padding: 10px;
}
@media (max-width: 480px) {
  .marketplace-contacts .contact-item {
    width: calc(33.3333333333% - 5px);
    margin: 0;
  }
}
.marketplace-contacts .contact-item:first-child {
  margin-left: 0;
}
.marketplace-contacts .contact-item:last-child {
  margin-right: 0;
}

.marketplace-bottom-text p {
  color: rgb(53, 32, 26);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
}

.item-block .p-count .alert-message {
  position: absolute;
  top: 32px;
  left: -3px;
  width: 100px;
  color: red;
}

@media (max-width: 962px) {
  .item-block .p-count .alert-message {
    top: 0;
    left: 173px;
  }
}
