
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "OrchideaPro-Regular";
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.share__icon{
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}
.share__icon svg{
  width: 100%;
  height: 100%;
}
.pages--img img{
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 120px;
}

.label-input {
  font-size: 16px;
  line-height: 24px;
  color: #6b6b6b;
  margin-bottom: 2px;
  font-family: "OrchideaPro-Regular";
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.menu-active {
  overflow: hidden;
}

ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.contact-block {
  margin-top: 100px;
}

.contacts-block-title {
  text-align: center;
  font-weight: 500;
  font-family: "semiBold";
  font-size: 18px;
  line-height: 18px;
  color: #000;
  margin-bottom: 0;
  margin-right: 20px;
}

.contacts-block-mail {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #000;
}

.breadcrumb {
  margin-bottom: 24px;
}

.breadcrumb-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  font-family: "OrchideaPro-Regular";
}

.breadcrumb-item a {
  color: #000;
}

.breadcrumb-item a:hover {
  color: #cc9933;
}

.container {
  max-width: 1360px;
  padding: 0 30px;
}
.product-about-buy-color-text li{
  margin-right: 10px;
}
.product-about-buy-color-text li:last-child{
  margin-right: 0;
}
.product-about-buy-color-text p{
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}
.product-about-buy-color-text .color__circle{
  display: inline-block;
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  border: 1px solid lightgray;
}
.product-about-buy-color-text .color__circle::after{
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #c93;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
.product-about-buy-color-text .color__circle.active::after{
  opacity: 1;
}
.confirmation .table-title {
  font-size: 45px;
  font-weight: 400;
  font-family: "OrchideaPro-Regular";
  line-height: 1.2;
  padding: 24px 10px;
  margin-bottom: 0;
}

.confirmation .table-descr p {
  font-size: 16px;
  font-weight: 400;
  font-family: "OrchideaPro-Regular";
  padding-bottom: 5px;
  margin-bottom: 0;
}

.confirmation .table-descr p span {
  font-weight: 600;
}

.catalog__item {
  margin-bottom: 35px;
}

.catalog__item:hover h4 {
  color: #cc9933;
}

.catalog .table-title {
  font-size: 45px;
  font-weight: 400;
  font-family: "OrchideaPro-Regular";
  line-height: 1.2;
  padding: 24px 10px;
  margin-bottom: 0;
}

.catalog-nav-filter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-nav-filter-block li {
  margin-right: 40px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.catalog-nav-filter-menu {
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  padding: 14px 24px;
  overflow: hidden;
  max-height: 0;
  top: calc(100% - 10px);
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  z-index: 2;
}

.catalog-nav-filter-menu.active {
  -webkit-transform: translate(0px, 10px);
          transform: translate(0px, 10px);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  opacity: 1;
  visibility: visible;
  max-height: 800px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.catalog-nav-filter-menu .custom-checkbox-text--footer {
  font-size: 16px;
  font-weight: 500;
  font-family: "OrchideaPro-Regular";
  line-height: 24px;
  white-space: nowrap;
  padding-top: 3px;
}

.catalog-nav-filter-menu li {
  padding: 8px 0;
}

.catalog .hvr__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog .hvr__dot {
  width: 100%;
  height: 2px;
  margin: 0 2px 5px 0;
  background: #d6dbe0;
}

.page-wrapper-descr-about ul{
  margin: 15px 0 !important;
  list-style-type: disc;
  padding-left: 2rem;
}
.page-wrapper-descr-about p{
  margin-bottom: 15px !important;
}
.catalog .hvr__dot--active {
  background: #000;
}

.catalog .hvr__images {
  position: relative;
}

.catalog .hvr__sectors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog .hvr__sector {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-recommend-item-img--catalog {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  padding-top: 132%;
  overflow: hidden;
}

.product-recommend-item-img-catalog {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product-recommend-item-title {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: "OrchideaPro-Regular";
}

.price-item {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.clean-filters {
  display: none;
}

.clean-filters.active {
  display: block;
  text-decoration: underline;
}

.error {
  padding: 30px 0 100px 0;
}

.error h1 {
  padding: 24px 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  font-size: 22px;
  font-family: "OrchideaPro-Regular";
}

.error p {
  font-family: "OrchideaPro-Regular";
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-bottom: 20px;
}

.error .btn-primary {
  padding: 10px 30px;
}

.error .btn-primary:hover {
  background-color: #c93;
}

.main-header-search-inner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  left: -270px;
  bottom: -5px;
  background-color: #fff;
}

.main-header-search-inner.active {
  opacity: 1;
  z-index: 2;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .3s linear, -webkit-transform .3s linear;
  transition: opacity .3s linear, -webkit-transform .3s linear;
  transition: transform .3s linear, opacity .3s linear;
  transition: transform .3s linear, opacity .3s linear, -webkit-transform .3s linear;
}

.main-header-search-inner.active .search-icon-head {
  position: absolute;
  left: 15px;
  bottom: 10px;
}

.main-header-search-inner.active .close-search {
  position: absolute;
  right: 5px;
  bottom: 10px;
  cursor: pointer;
}

.main-header-search-inner.active .close-search .icon-tabler-x {
  display: block;
}

.main-page--item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 400px;
  padding: 50px 34px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.main-page--item_first {
  background-image: url("../images/item9.jpg");
}

.main-page--item_second {
  background-image: url("../images/item8.jpg");
}

.main-page--item_third {
  background-image: url("../images/item2.jpg");
}

.main-page--item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-18.5%, rgba(0, 0, 0, 0.8)), color-stop(65.57%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) -18.5%, rgba(0, 0, 0, 0) 65.57%);
}

.main-page--title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  font-family: "semiBold";
  position: relative;
  z-index: 2;
}

.main-page--sub {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 24px;
  color: #fff;
  font-family: "OrchideaPro-Regular";
  position: relative;
  z-index: 2;
}

.main-page .product-recommend-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: scroll;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.main-page .product-recommend-slider .product-recommend-item {
  max-width: 176px;
  padding: 5px;
  cursor: pointer;
}

.main-page .product-recommend-slider .product-recommend-item:hover .product-recommend-item-title {
  color: #cc9933;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.main-page .product-recommend-slider .product-recommend-item .product-recommend-item-title {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: "OrchideaPro-Regular";
}

.main-page .product-recommend-slider .product-recommend-item .product-recommend-item-img {
  margin-bottom: 15px;
  width: 166px;
  height: 220px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.catalog-item {
  margin-bottom: 60px;
}

.catalog-item .error-block {
  color: #f33;
  font-size: 14px;
  line-height: 1.6;
  font-family: "OrchideaPro-Regular";
  padding-top: 5px;
}

.item--descr-heade, .item--descr-body {
  margin-top: 40px;
}

.item--descr-heade h3, .item--descr-body h3 {
  font-weight: 600;
  font-family: "semiBold";
}

.item--descr-heade h3 span, .item--descr-body h3 span {
  font-weight: 400;
  font-family: "OrchideaPro-Regular";
  padding-left: 10px;
}

.item--descr-heade li, .item--descr-body li {
  font-family: "OrchideaPro-Regular";
  font-weight: 400;
}

.item--descr-heade p, .item--descr-body p {
  font-weight: 400;
}

.item--descr-heade ul, .item--descr-body ul {
  padding-bottom: 10px;
}

.item--descr-heade h3, .item--descr-heade p, .item--descr-heade li, .item--descr-body h3, .item--descr-body p, .item--descr-body li {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.item--descr-body {
  margin-top: 0;
}

.item--descr-body p {
  margin-bottom: 0;
}

.product-gallery-wrapper {
  margin-bottom: 32px;
}

.product-gallery-slider-item-img {
  position: relative;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 140%;
  overflow: hidden;
  margin: 0 10px;
}

.product-gallery-slider-small-img {
  margin: 5px;
  padding-top: 125%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.slider-border {
  border: 2px solid #ffffff;
  width: auto;
  cursor: pointer;
}

.slider-nav .slick-current .slider-border {
  border-color: #c93;
}

.product-about-description {
  margin-top: 80px;
}

.product-about-description p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: "OrchideaPro-Regular";
  font-weight: 400;
}

.product__sharing {
  margin-top: 20px;
}

.product__sharing .caption {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-transform: lowercase;
  font-family: "OrchideaPro-Regular";
  text-align: center;
  margin-bottom: 5px;
}

.product__sharing ul li {
  margin-right: .5rem;
}

.product-about-buy-title {
  margin-bottom: 36px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  font-family: "semiBold";
}

.product-about-buy-price {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  font-family: "OrchideaPro-Regular";
}

.product-about-buy-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
      
}

.page-wrapper {
  margin-bottom: 60px;
}

.page-wrapper-descr {
  font-family: "OrchideaPro-Regular";
}

.page-wrapper-descr h1 {
  padding: 24px 0 0 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  font-size: 45px;
}

.page-wrapper-descr h3 {
  font-weight: 700 !important;
  margin: 26px 0;
}

.page-wrapper-descr h3, .page-wrapper-descr p {
  font-size: 16px;
  font-weight: 400;
}

.page-wrapper-descr p {
  margin-bottom: 10px;
}

.page-wrapper-descr ul {
  margin: 56px 0;
}

.page-wrapper-descr ul li img {
  max-width: 300px;
}

.basket-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0 24px 11px;
}

.basket-head-title {
  font-size: 18px;
  line-height: 18px;
}

.cart .order-promo-text {
  margin: 24px 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 16px 22px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  font-family: "OrchideaPro-Regular";
}

.cart .order-promo-text-sub {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  font-family: "OrchideaPro-Regular";
}

.cart-item {
  padding-top: 24px;
  padding-bottom: 30px;
  border-top: 1px solid #efefef;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cart-item-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-item-img {
  margin-right: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.cart-item-img img {
  display: block;
  max-width: 104px;
  width: 100%;
}

.cart-item .basket-product-item-title {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  padding-right: 25px;
  font-family: "OrchideaPro-Regular";
}

.cart-item .basket-product-item-size, .cart-item .basket-product-item-length {
  font-size: 14px;
  line-height: 24px;
  margin-right: 30px;
  font-family: "OrchideaPro-Regular";
}

.cart-item .basket-product-item-size-count, .cart-item .basket-product-item-length-inner {
  font-family: "semiBold";
  font-weight: 700;
}

.cart-item .basket-product-item-size-block {
  margin-bottom: 10px;
}

.cart-item .basket-product-item-counter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-item .basket-product-item-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}

.cart .basket-promocode-form-title {
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 4px;
}

.cart .basket-promocode-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 16px 22px 26px 22px;
  margin-bottom: 22px;
  width: 100%;
  max-width: 100%;
}

.cart .base-input-wrapper-promocode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 24px;
}

.cart .btn-base-promocode {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 14px;
  line-height: 32px;
  color: #000;
  padding: 8px 12px;
  border: 1px solid #d6d6d6;
  background: transparent;
}

.cart .base-input-wrapper-promocode-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}

.cart .basket-product-item-cost-wrapper {
  font-size: 15px;
  line-height: 1.4;
  white-space: nowrap;
  font-family: "OrchideaPro-Regular";
}

.cart .basket-promocode-form-cost-title, .cart .basket-promocode-form-cost-item {
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
}

.cart .basket-promocode-block-link {
  font-size: 16px;
  line-height: 32px;
  color: #8c8c8c;
}

.cart .basket-promocode-block-link:hover {
  color: #8c8c8c;
}

.cart-del {
  position: absolute;
  right: 6px;
  top: 28px;
  cursor: pointer;
}

.cart-del svg {
  display: block;
  width: 12px;
  height: 12px;
}

.checkout .order-title {
  border-bottom: 1px solid #efefef;
  padding: 28px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 28px;
}

.checkout .base-input-wrapper--adress {
  width: 100%;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "OrchideaPro-Regular";
}

.checkout .base-input-wrapper--adress .base-input-wrapper-title {
  font-size: 16px;
  line-height: 24px;
  color: #6b6b6b;
  margin-bottom: 2px;
}

.checkout .order-item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 16px;
  font-family: "OrchideaPro-Regular";
}

.checkout .base-input-desc {
  font-size: 12px;
  line-height: 16px;
  color: #6b6b6b;
  padding-top: 7px;
}

.checkout .btn-base-promocode {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 14px;
  line-height: 32px;
  color: #000;
  padding: 8px 12px;
  border: 1px solid #d6d6d6;
  background: transparent;
}

.checkout .base-input-wrapper-promocode-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}

.checkout .radio-btn-wrapper--order {
  margin-bottom: 24px;
}

.checkout .btn-wrapper-order-text {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #4f4f4f;
}

.checkout .btn-wrapper-order {
  padding-top: 50px;
}

.checkout .ordering__total-item {
  font-size: 18px;
  margin-bottom: 12px;
  width: 100%;
  font-family: "OrchideaPro-Regular";
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout .ordering__total-item span:last-child {
  font-weight: 600;
}

.delivery, .contacts, .size-page {
  padding-bottom: 100px;
}

.delivery .table-title, .contacts .table-title, .size-page .table-title {
  padding: 28px 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  font-size: 45px;
  font-family: "OrchideaPro-Regular";
}

.delivery .accordion-item, .contacts .accordion-item, .size-page .accordion-item {
  border-top: 1px solid #eee !important;
  border-bottom: none;
}

.delivery .accordion-item:last-child, .contacts .accordion-item:last-child, .size-page .accordion-item:last-child {
  border-top: none;
  border-bottom: 1px solid #eee !important;
}

.delivery .accordion-header, .contacts .accordion-header, .size-page .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.delivery .accordion-header .delivery-info__icon, .contacts .accordion-header .delivery-info__icon, .size-page .accordion-header .delivery-info__icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.delivery .accordion-header:hover .delivery-info__icon, .contacts .accordion-header:hover .delivery-info__icon, .size-page .accordion-header:hover .delivery-info__icon {
  background: #000000;
  color: #fff;
}

.delivery .accordion-body, .contacts .accordion-body, .size-page .accordion-body {
  padding: 0 20px 20px 0;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  font-family: "OrchideaPro-Regular";
}

.delivery .accordion-body p, .contacts .accordion-body p, .size-page .accordion-body p {
  margin-bottom: 0;
}

.delivery .accordion-body ul, .contacts .accordion-body ul, .size-page .accordion-body ul {
  padding: 20px 0;
  margin-left: 2rem;
  list-style-type: disc;
}

.delivery .accordion-body ul li, .contacts .accordion-body ul li, .size-page .accordion-body ul li {
  margin-bottom: 10px;
}

.delivery .accordion-body ul li:last-child, .contacts .accordion-body ul li:last-child, .size-page .accordion-body ul li:last-child {
  margin-bottom: 0;
}

.delivery .accordion-button, .contacts .accordion-button, .size-page .accordion-button {
  padding: 27px 0 !important;
  font-size: 24px;
  padding-right: 16px;
  font-weight: 700;
  font-family: "semiBold";
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}

.delivery .accordion-button .delivery-info__icon, .contacts .accordion-button .delivery-info__icon, .size-page .accordion-button .delivery-info__icon {
  background: #000000;
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.delivery .accordion-button.collapsed .delivery-info__icon, .contacts .accordion-button.collapsed .delivery-info__icon, .size-page .accordion-button.collapsed .delivery-info__icon {
  background: #fff;
  color: #000;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.delivery .accordion-button::after, .contacts .accordion-button::after, .size-page .accordion-button::after {
  content: none;
}

.contacts p {
  margin-bottom: 0;
}

.contacts svg {
  margin-right: 22px;
}

.contacts .contacts-item-title {
  margin-bottom: 22px;
}

.contacts .contacts-item-title p {
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  font-family: "OrchideaPro-Regular";
}

.contacts .contacts-item-text {
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  height: 54px;
  font-family: "OrchideaPro-Regular";
}

.btn-basket-counter {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1px;
  display: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  font-family: "OrchideaPro-Regular";
}

.cart-active {
  position: relative;
}

.cart-active .btn-basket-counter {
  opacity: 1;
  display: block;
}

.cart-active::after {
  content: '';
  position: absolute;
  right: 0;
  top: 1px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff6161;
}

.product-tutorial, .link-descr-item {
  font-size: 12px;
  line-height: 16px;
  color: #6b6b6b;
  font-family: "OrchideaPro-Regular";
}

.link-descr-item {
  color: #c93;
}

.descr-how {
  display: none;
}

.show-descr {
  cursor: pointer;
}
.history-list-mobile{
  display: none;
}
.show-descr:hover .descr-how {
  position: absolute;
  display: block;
  top: 10px;
  right: 25px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 16px;
  font-family: "OrchideaPro-Regular";
  max-width: 200px;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.size-page--subs h2 {
  font-size: 28px;
  font-weight: 600;
  font-family: "OrchideaPro-Regular";
}

.size-page--subs ul {
  padding-left: 2rem;
  list-style-type: disc;
  margin: 30px 0;
}

.size-page--subs ul li {
  font-size: 18px;
  font-weight: 400;
  font-family: "OrchideaPro-Regular";
  margin-bottom: 10px;
}

.size-page--subs ul li:last-child {
  margin-bottom: 0;
}

.size-page--subs p {
  font-size: 18px;
  font-weight: 500;
  font-family: "OrchideaPro-Regular";
}

@media (max-width: 1199px) {
  .contacts svg {
    margin-right: 15px;
  }
  
}

@media (max-width: 991px) {
  .item--descr-heade{
    margin-top: 0;
  }
  .item--descr-heade h3 {
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #efefef;
  
  }
  .mobile-field-sm{
    position: sticky;
    bottom: 0;
    left: 0;
    padding: 12px 22px 15px 22px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, .1);
    background: #fff;
    width: 100%;
  }
  .mobile-field-sm.active{
    position: relative;
    box-shadow: none;
    padding: 12px 30px;
  }
  .product-about-buy-wrapper-sm .product-about-buy-title{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-right: 12px;
    font-family: "semiBold";
  }
  .product-about-buy-wrapper-sm .product-about-buy-price{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
  }
  .item--descr-body{
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #efefef;
  }
  .catalog .table-title {
    font-size: 22px;
  }
  .contacts .contacts-item-text {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .bd-b-1 {
    border-bottom: 1px solid #efefef;
  }
  .product__sharing {
    margin-top: 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
  }
  .product-about-description {
    margin-top: 30px;
  }
  .product-gallery-wrapper {
    margin-bottom: 25px;
  }
  .content {
    padding-top: 60px;
  }
  .main-page--item {
    margin-bottom: 10px;
  }
  .slders-md {
    margin-bottom: 48px;
  }
  .main-header-search-inner {
    left: initial;
    right: 30px;
    max-width: 600px;
    width: 100%;
    bottom: 1px;
  }
  .main-header-search-inner .base-input--header-search.active {
    width: 100%;
  }
  .main-header-search-inner.active .close-search {
    bottom: 9px;
  }
  .catalog-item{
    padding-top: 30px;
  }
  .product-about-buy-button{
    margin-top: 20px;
  }
  .page-wrapper h1{
    font-size: 24px !important;
  }
}

@media (max-width: 767px) {
  .delivery, .contacts, .size-page {
    padding-bottom: 60px;
  }
  .mobile-field-sm.active{
    padding: 12px 15px;
  }
  
  .delivery .table-title, .contacts .table-title, .size-page .table-title {
    font-size: 22px;
    padding: 40px 15px 0 40px 15px;
  }
  .delivery .accordion-button, .contacts .accordion-button, .size-page .accordion-button {
    font-size: 20px;
  }
  .main-header-search-inner {
    right: 15px;
    max-width: 290px;
  }
  .main-header-search-inner .base-input--header-search.active {
    width: 100%;
  }
  .page-wrapper-descr h1 {
    font-size: 32px;
  }
}
@media (max-width: 700px) {
  .history-list{
      display: none;
  }
  .history-list-mobile{
    display: block;
  }
  .history-list-mobile ul{
    flex-direction: column;
  }
  .history-list-mobile ul li:first-child{
    padding-left: 0 !important;
  }
  .accordion-item-history .accordion-header ul{
    flex-direction: column;
  }
  .accordion-item-history .accordion-header ul li{
    font-weight: 600;
  }
  .accordion-item-history .accordion-header ul li::before{
    content: attr(aria-text);
    font-size: 16px;
    padding-right: 15px;
    padding-left: 10px;
    font-weight: 400;
  }
  .accordion-item-history .accordion-body .accordion-body-list{
    max-height: 500px;
    overflow-y: auto;
  }
  .accordion-item-history .accordion-header ul li{
    margin-bottom: 10px;
    max-width: 90% !important;
  }
  .accordion-item-history .accordion-header ul li:first-child{
    padding-left: 0px !important;
  }
  .history-nav{
    overflow-x: auto;
  }
  .history-nav ul li a{
    text-wrap: nowrap;
    white-space: nowrap;
  }
  
}

@media (max-width: 575px) {
  .contact-block {
    margin-top: 60px;
  }
  .accordion-item-history .accordion-body p{
    font-size: 14px !important;
  }
}
/*# sourceMappingURL=main.css.map */