@charset "UTF-8";

@font-face {
  font-family: "Montserrat";
  src: url("../fonts//Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.product__head__title > a > img {
  max-width: 200px;
  max-height: 50px;
}
html {
	overflow-x: hidden;
}

#step-4 {
  order: 4;
  opacity: 0;
}

.current-step > .wcus-checkout-fields {
  background-color: #f3f3f3;
}

#step-2 .wcus-checkout-fields {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  padding: 15px 16px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  line-height: normal;
}

#step-2 .wcus-checkout-fields > h3 {
  cursor: default;
  margin-bottom: -7px;
}

#step-2 .form-row {
  margin-bottom: 12px;
}

#step-2 .form-row label {
  margin-bottom: 5px;
}

#step-2 .zen-ui-select__search {
  border: none;
}

#step-2 .zen-ui-select__options {
  border: none;
  scrollbar-width: thin;
  scrollbar-color: #000000 #e6e6e6;
  font-size: 14px;
  text-transform: capitalize;
  line-height: normal;
}

#step-2 .zen-ui-select__value-text {
  font-size: 14px;
  line-height: normal;
  text-transform: capitalize;
}

#step-2 .zen-ui-select__search > input {
  line-height: normal;
  border: 1px solid #e6e6e6;
  height: 37px;
  border-radius: 8px !important;
  padding: 0 15px;
  width: 100%;
  display: block;
  background-color: #fff;
}

#step-2 .zen-ui-select__search > input:hover {
  border-color: #909090;
}

#step-2 .woocommerce-input-wrapper > input {
  font-size: 14px;
  border: 1px solid #e6e6e6;
  height: 37px;
  border-radius: 8px !important;
  padding: 0 15px;
  width: 100%;
  display: block;
  background-color: #fff;
}

#step-2 .woocommerce-input-wrapper > input:hover {
  border-color: #909090;
}

#step-2 .zen-ui-select__options::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  border-radius: 10px;
}

#step-2 .zen-ui-select__options::-webkit-scrollbar-track {
  background: #e6e6e6;
  margin-bottom: 8px;
}

#step-2 .zen-ui-select__options::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 30px;
  border: 3px solid #000000;
}

#step-2 .zen-ui-select__dropdown {
  top: 110%;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

#step-2 .zen-ui-select__value {
  background-color: #fff;
  position: relative;
  height: 37px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  cursor: pointer;
}

#step-2 .zen-ui-select__value:hover {
  border-color: #909090;
}

.lost_reset_password_form {
  margin: 0 auto;
  padding: 15vh 15px;

  max-width: 420px;
}
.lost_reset_password_form > p:first-child {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.lost_reset_password_form > .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}

.lost_reset_password_form > .woocommerce-form-row input {
  line-height: normal;
  border: 1px solid #e6e6e6;
  height: 37px;
  border-radius: 8px;
  padding: 0 15px;
  width: 100%;
  display: block;
}

.lost_reset_password_form > .woocommerce-form-row input:hover,
.woocommerce-form-row input:focus {
  border-color: #909090;
}

.lost_reset_password_form > .woocommerce-form-row input:focus {
  border-color: #909090;
}

.lost_reset_password_form > .woocommerce-form-row label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 5px;
}
.lost_reset_password_form  .password-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lost_reset_password_form > .woocommerce-form-row:last-of-type button {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #fff;
  background-color: #28282d;
  margin-bottom: 30px;
  min-height: 40px;
}

.lost_reset_password_form > .woocommerce-form-row:last-of-type button:hover {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #000;
}

.profile__body__content-orders__item__wrap__product > img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.added_to_cart.wc-forward {
  display: none;
}

.header__search__user {
  position: relative;
}

#count_wishlist {
  top: -2px;
  left: 14px;
}

#searc-product-s {
  top: 41px;
  position: absolute;
  width: 100%;
  display: block;
  overflow-y: scroll;
  max-height: 400px;
  z-index: 99;
}

#searc-product-s .advertisement__image__wrap__slide__product-body {
  position: static;
  display: flex;
  border-radius: 0;
  width: 100%;
}

.buy__options__variations__own-price__contacts__icons > div.active {
  border: 1px solid #000;
}

details svg {
  cursor: pointer;
}

details:not(:last-child) {
  margin-bottom: 10px;
}

details[open] .catalog__list__filter__head-minus {
  display: block;
}

details .catalog__list__filter__head-minus {
  display: none;
}

details .catalog__list__filter__head-plus {
  display: block;
}

details[open] .catalog__list__filter__head-plus {
  display: none;
}

summary {
  margin-bottom: 10px;
}

.woocommerce-info {
  display: none;
}
details summary::-webkit-details-marker {
  display: none;
}

details > summary {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
}

details > summary a {
  margin-bottom: 0 !important;
}

#products-list {
  position: relative;
}

#partner-slider > .swiper-wrapper {
  align-items: center;
}

/* .lds-ellipsis-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 100%;
  z-index: 100;
  height: 100%;
} */

.lds-ellipsis-box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	width: 100%;
	z-index: 100;
	height: 100%;
	background: #fff;
}


/* .lds-ellipsis-overlay {
  opacity: 0.5;
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
} */

.lds-ellipsis-overlay {
  opacity: 1;
  background: #fff;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-flow: wrap column;
  position: relative;
}

.lds-ellipsis-overlay-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 685px) {
  .lds-ellipsis-overlay-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1050px) {
  .lds-ellipsis-overlay-wrapper {
    gap: 16px;
  }
}
@media screen and (max-width: 1090px) {
  .lds-ellipsis-overlay-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lds-ellipsis-boxdiv {
  width: 100%;
  border-radius: 10px;
  -webkit-animation: tStorePreloaderFlickerAnimation 1.5s infinite;
  animation: tStorePreloaderFlickerAnimation 1.5s infinite;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-delay: 0s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background-color: hsla(0,0%,48%,.2);
  aspect-ratio: 1;
}
.lds-ellipsis-boxdiv:nth-child(2) {
  -webkit-animation-delay:1.6s;
  animation-delay:1.6s
}
.lds-ellipsis-boxdiv:nth-child(3) {
  -webkit-animation-delay:1.7s;
  animation-delay:1.7s
}
.lds-ellipsis-boxdiv:nth-child(4) {
  -webkit-animation-delay:1.8s;
  animation-delay:1.8s
}
.lds-ellipsis-boxdiv:nth-child(5) {
  -webkit-animation-delay:1.9s;
  animation-delay:1.9s
}
.lds-ellipsis-boxdiv:nth-child(6) {
  -webkit-animation-delay:2s;
  animation-delay:2s
}
.lds-ellipsis-boxdiv:nth-child(7) {
  -webkit-animation-delay:2.1s;
  animation-delay:2.1s
}
.lds-ellipsis-boxdiv:nth-child(8) {
  -webkit-animation-delay:2.2s;
  animation-delay:2.2s
}
.lds-ellipsis-boxdiv:nth-child(9) {
  -webkit-animation-delay:2.3s;
  animation-delay:2.3s
}
.lds-ellipsis-boxdiv:nth-child(10) {
  -webkit-animation-delay:2.4s;
  animation-delay:2.4s
}
.lds-ellipsis-boxdiv:nth-child(11) {
  -webkit-animation-delay:2.5s;
  animation-delay:2.5s
}
.lds-ellipsis-boxdiv:nth-child(12) {
  -webkit-animation-delay:2.6s;
  animation-delay:2.6s
}
.lds-ellipsis-boxdiv:nth-child(13) {
  -webkit-animation-delay:2.7s;
  animation-delay:2.7s
}
.lds-ellipsis-boxdiv:nth-child(14) {
  -webkit-animation-delay:2.8s;
  animation-delay:2.8s
}
.lds-ellipsis-boxdiv:nth-child(15) {
  -webkit-animation-delay:2.9s;
  animation-delay:2.9s
}
.lds-ellipsis-boxdiv:nth-child(16) {
  -webkit-animation-delay:3.0s;
  animation-delay:3.0s
}
.lds-loader {
	position: relative;
	display: block;
	z-index: 999;
	margin: -10px 0 0;
	font-size: 10px;
	text-indent: -9999em;
	border-top: 3px solid #ededed;
	border-right: 3px solid #ededed;
	border-bottom: 3px solid #ededed;
	border-left: 3px solid #555;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 .7s infinite linear !important;
	animation: load8 .7s infinite linear !important;
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
	margin: auto;

}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes load8 {
  0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@-webkit-keyframes tStorePreloaderFlickerAnimation {
  0% {
    opacity:1
  }
  40% {
    opacity:.3
  }
  80% {
    opacity:1
  }
  to {
    opacity:1
  }
}
@keyframes tStorePreloaderFlickerAnimation {
  0% {
    opacity:1
  }
  40% {
    opacity:.3
  }
  80% {
    opacity:1
  }
  to {
    opacity:1
  }
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  left: 0;
  text-align: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}

/* .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
} */

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.catalog__list__filter__catalog__options a,
.catalog__list__filter__catalog__options summary a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  display: block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

.catalog__list__filter__catalog__options div {
  padding-left: 10px;
}

.catalog__list__filter__catalog__options a:not(:last-child) {
  margin-bottom: 10px;
}

.page-template-templates-contact .dropdown__body > p > span {
  font-size: 14px;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.woocommerce-ordering {
  display: none;
}

.footer__social__submit__input input::placeholder {
  color: #fff;
}

.footer__social__submit__input input {
  max-width: 168px;
}

.footer__social__submit__input form p {
  margin: 0;
}

.footer__social .wpcf7 {
  align-items: center;
  display: flex;
}

.text-16-400,
.text-36-400,
.text-32-400,
.text-normal-400,
.text-18-400,
.text-small-400,
.footer__social__submit__input > input::placeholder,
.footer__social__submit__input input,
.footer__details__us > a,
.footer__details__info > a,
.footer__details__payments > a,
.footer__details__contacts > h3 > a,
.footer__copyright,
.header__search__catalog-btn__drop > div > a,
.header__search__bar > input,
.header__info,
.us__slide p,
.profile__body__content-certificates__info > p,
.profile__body__content-certificates__info li,
.product-card__price > span,
.catalog__controls__filter,
.catalog__list__filter__price__inputs > span,
.catalog__list__filter__price__inputs > input,
.catalog__list__products__pagination__pages > a,
.dropdown__text,
.dropdown__body > span,
.dropdown__body > div,
.contacts__form > p,
.contacts__form-textarea,
.contacts__address__details > div > a,
.contacts__address__details > div p,
.modal__controls__tab .content__contacts > h3 > a,
.product__body__details__specifications__characteristic > p,
.checkout__order__card__inputs > textarea,
.checkout__order__card__products__item__details__amount > input,
.checkout__order__card__products__item__details__amount > .quantity > input,
.side-modal .register__additional > h4,
.side-modal .forgot > p,
.side-modal .login__register > h4,
.input-custom input,
.profile__body__content-edit__password__form__input input,
.profile__body__content-address__password__form__input input,
.checkout__order__user__password input,
.side-modal .login__form__password input,
.message > p,
.buy__options__steps__checkbox,
.advertisement__slider__card > p,
.blog-card > p,
.profile__body__content-orders__item__wrap__product__details > h5,
.catalog__breadcrumbs,
.catalog-info p,
.post__share > a,
.post > article > section > p,
.info > article > section > p,
.product__body__details__description > p,
.product__head__breadcrumbs,
.side-modal__wrap__basket__container__total > h4,
.side-modal__wrap__basket__container__total > strong,
.modal-orders__details > h5,
.buy__head__price > h6,
.certificate-card__details__price > span:last-child,
.profile__body__content-orders__item__bottom,
.product-card.small .product-card__price > span,
.product-card-small .product-card__price > span,
.dropdown__label,
.contacts__form label,
.checkout__order__address__inputs > p,
.checkout__order__payment__inputs > p,
.input-custom,
.profile__body__content-edit__password__form__input,
.profile__body__content-address__password__form__input,
.checkout__order__user__password,
.side-modal .login__form__password,
.buy__options__variations__own-price__contacts > h5,
.post__share > h3,
.post > article > section > h2,
.info > article > section > h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-18-500,
.text-16-500,
.text-26-500,
.text-normal-500,
.text-small-500,
.text-10-500,
.footer__social p,
.footer__details__contacts > h3 > p,
.header__search > .container > nav,
.header__search > section > nav,
.review-card__text,
.certificate-card__details > h5,
.profile__body__content-orders__item__wrap__summary > div > h6,
.profile__body__content-orders__item__wrap__product__prices h6,
.product-card.small > h3,
.product-card-small > h3,
.header__search > .post > nav,
.header__search > .info > nav,
.contacts__address__details > div > p > span,
.modal__controls__tab .content__contacts > h3 > p,
.checkout__order__card__total > div:not(:last-child) > span,
.checkout__order__card__products__item__details__price > .old-price,
.field-message,
.buy__options__variations__select p,
.advertisement__image__wrap__slide__product-body > div > a,
.certificate-card__details > h6,
.us__slide h4,
.review-card__author-head,
.product-card > h3,
.checkout__order__card__products__item__details__amount > button,
.checkout__order__card__products__item__details__amount > .quantity > button,
.checkout__order__card__products__item__details__amount > input,
.review-card__author-date,
.certificate-card-btn > button,
.profile__body__content-edit.edit-mode .profile__body__content-edit-btn,
.profile__body__content-edit.edit-mode .profile__body__content-address-btn,
.profile__body__content-address.edit-mode .profile__body__content-edit-btn,
.profile__body__content-address.edit-mode .profile__body__content-address-btn,
.profile__body__content-edit__password__form-save,
.profile__body__content-address__password__form-save,
.profile__body__content-edit__password.edit-mode .profile__body__content-edit__password__form-save,
.profile__body__content-address__password.edit-mode .profile__body__content-edit__password__form-save,
.profile__body__content-edit-btn,
.profile__body__content-address-btn,
.profile__body__content-orders__item__wrap__summary > div > p,
.profile__body__content-orders__item__wrap__product__details > p,
.product-card__price-old,
.product-card > h4,
.product-card > button,
.product-card.small .product-card__price-old,
.product-card-small .product-card__price-old,
.product-card.small > h4,
.product-card-small > h4,
.product-card.small > button,
.product-card-small > button,
.catalog__list__filter__catalog__options,
.faq-item > p,
.about__details__text > p,
.custom-checkbox > span,
.contacts__form button,
.order__complete-link:first-child,
.order__success-link,
.order__fail-link,
.order__complete-link,
.checkout__order__card__total > div:not(:last-child) > span:first-child,
.checkout__order__card__products__item__details > h6,
.side-modal__wrap__basket__container-btn > button,
.side-modal .register__additional > button,
.side-modal .register > form button,
.side-modal .forgot button,
.side-modal .login > button,
.side-modal .login__register > button,
.buy__options__variations__own-price > button,
.buy__options__variations__own-price button,
.buy__head__track > button,
.profile__body__content-orders__item__wrap__summary div:last-child > h6,
.checkout__order__card__products__item__details > h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.text-large-600,
.text-18-600,
.text-40-600,
.text-36-600,
.text-16-600,
.text-26-600,
.text-normal-600,
.text-small-600,
.text-10-600,
.footer__social__submit p button,
.header__search__catalog-btn,
.tab__amount,
.certificate-card__details__price > span,
.certificate-card-btn > button:hover,
.profile__body__content-edit.edit-mode .profile__body__content-edit-btn:disabled,
.profile__body__content-edit.edit-mode .profile__body__content-address-btn:disabled,
.profile__body__content-address.edit-mode .profile__body__content-edit-btn:disabled,
.profile__body__content-address.edit-mode .profile__body__content-address-btn:disabled,
.profile__body__content-edit.edit-mode .profile__body__content-edit-btn:disabled:hover,
.profile__body__content-edit.edit-mode .profile__body__content-address-btn:disabled:hover,
.profile__body__content-address.edit-mode .profile__body__content-edit-btn:disabled:hover,
.profile__body__content-address.edit-mode .profile__body__content-address-btn:disabled:hover,
.profile__body__content-edit.edit-mode .profile__body__content-edit-btn:hover,
.profile__body__content-edit.edit-mode .profile__body__content-address-btn:hover,
.profile__body__content-address.edit-mode .profile__body__content-edit-btn:hover,
.profile__body__content-address.edit-mode .profile__body__content-address-btn:hover,
.profile__body__content-edit__password__form-save:disabled,
.profile__body__content-address__password__form-save:disabled,
.profile__body__content-edit__password__form-save:disabled:hover,
.profile__body__content-address__password__form-save:disabled:hover,
.profile__body__content-edit__password__form-save:hover,
.profile__body__content-address__password__form-save:hover,
.profile__body__content-edit__password.edit-mode .profile__body__content-edit__password__form-save:disabled,
.profile__body__content-address__password.edit-mode .profile__body__content-edit__password__form-save:disabled,
.profile__body__content-edit__password.edit-mode .profile__body__content-edit__password__form-save:disabled:hover,
.profile__body__content-address__password.edit-mode .profile__body__content-edit__password__form-save:disabled:hover,
.profile__body__content-edit__password.edit-mode .profile__body__content-edit__password__form-save:hover,
.profile__body__content-address__password.edit-mode .profile__body__content-edit__password__form-save:hover,
.profile__body__content-edit__password > span,
.profile__body__content-address__password > span,
.profile__body__content-edit__password > button > span,
.profile__body__content-address__password > button > span,
.profile__body__content-edit-btn:hover,
.profile__body__content-address-btn:hover,
.profile__body__content-orders__item__wrap__controls > button,
.profile__body__content-orders__item__button > span,
.profile__body__content-orders__item__head__info > p,
.product_catalog,
.product-card__new,
.product-card__limited,
.product-card > button:hover,
.product-card.small .product-card___new,
.product-card-small .product-card___new,
.product-card.small > button:hover,
.product-card-small > button:hover,
.catalog__list__products__pagination > button,
.contacts__form button:disabled,
.contacts__form button:disabled:hover,
.contacts__form button:hover,
.modal__controls__tab .content__catalog__nav,
.modal__controls__tab .content__services > a,
.order__complete-link:first-child:hover,
.order__success-link:disabled,
.order__fail-link:disabled,
.order__complete-link:disabled,
.order__success-link:disabled:hover,
.order__fail-link:disabled:hover,
.order__complete-link:disabled:hover,
.order__success-link:hover,
.order__fail-link:hover,
.order__complete-link:hover,
.checkout__order__final .checkout__order__steps-next,
.checkout__order__steps-next,
.side-modal__wrap__basket__container-btn > button:disabled,
.side-modal__wrap__basket__container-btn > button:disabled:hover,
.side-modal__wrap__basket__container-btn > button:hover,
.side-modal .register__additional > button:hover,
.side-modal .register > form button:disabled,
.side-modal .register > form button:disabled:hover,
.side-modal .register > form button:hover,
.side-modal .forgot button:disabled,
.side-modal .forgot button:disabled:hover,
.side-modal .forgot button:hover,
.side-modal .login > button:disabled,
.side-modal .login > button:disabled:hover,
.side-modal .login > button:hover,
.side-modal .login__register > button:hover,
.side-modal .login__additional > span,
.modal-orders__controls > button,
.buy__options__variations__own-price > button:disabled,
.buy__options__variations__own-price > button:disabled:hover,
.buy__options__variations__own-price > button:hover,
.buy__options__variations__own-price > button,
.buy__options__variations__own-price button:disabled,
.buy__options__variations__own-price button:disabled:hover,
.buy__options__variations__own-price button:hover,
.buy__head__track > button:disabled,
.buy__head__track > button:disabled:hover,
.buy__head__track > button:hover,
.footer__social h3,
.advertisement__slider__card > h3,
.tab,
.profile__body__content-orders__item__head__price,
.profile__body__content-orders__item__head__info > h4,
.product-card__price-new,
.product-card__price-usual,
.product-card.small .product-card__price-new,
.product-card.small .product-card__price-usual,
.product-card-small .product-card__price-new,
.product-card-small .product-card__price-usual,
.catalog__list__filter__head,
.catalog-info h4,
.faq-item > h3,
.product__body__details__description > h2,
.order__success__message > p,
.order__fail__message > p,
.order__complete__message > p,
.checkout__order__card__products__item__details__price,
.checkout__order__tab,
.side-modal__wrap__basket__container__items > p,
.footer__details__us > h3,
.footer__details__info > h3,
.footer__details__payments > h3,
.footer__details__contacts > h3,
.section-head > a,
.review-card > button,
.profile-tab,
.profile-tab-md,
.profile-tab-md-btn span,
.profile__body__content-certificates__info > h6,
.profile__body__menu > button span,
.catalog__list__filter__brands > button,
.catalog-info button,
.contacts__address__details > div > h6,
.modal__controls__tab,
.modal__controls__tab .content__contacts > h3,
.product__body__details__specifications__characteristic > h6,
.checkout__order__steps-back,
.section-head > h2,
.certificate-card__image > h3,
.faq > h1,
.info > h1,
.post > article > section > h1,
.info > article > section > h1,
.blog-page > h1,
.about__why__cards__title > h2,
.contacts__address > h1,
.product__head__title > h1,
.order__success__message > h1,
.order__fail__message > h1,
.order__complete__message > h1,
.checkout__head > h1,
.buy__head__price > h5,
.advertisement__image__wrap__slide__product-body > div > p,
.profile__body__content-orders__item__wrap__product__prices h5,
.profile__head > h3,
.about__details__text > h1,
.checkout__order__card__total > div:last-child > h6,
.checkout__order__card > h3,
.side-modal__wrap__basket__container__total > h5,
.side-modal__wrap__basket__container__total > .woocommerce-Price-amount,
.side-modal__wrap__basket__container__head > h3,
.side-modal .login__head h3,
.side-modal .forgot__head h3,
.side-modal .register__head h3,
.modal-orders > h3,
.catalog-head h1,
.contacts__form > h2,
.buy__options__steps__checkbox.active > span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.text-pop-700,
.header__search__user__card,
#count_wishlist {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.text-pop-700,
.header__search__user__card,
#count_wishlist {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

.container,
section,
.post,
.info {
  display: flex;
  max-width: 1238px;
  background: transparent;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.text-large-600,
.catalog-head h1 {
  font-size: 70px;
}

.text-18-600,
.footer__social h3,
.advertisement__slider__card > h3,
.tab,
.profile__body__content-orders__item__head__price,
.profile__body__content-orders__item__head__info > h4,
.product-card__price-new,
.product-card__price-usual,
.product-card.small .product-card__price-new,
.product-card.small .product-card__price-usual,
.product-card-small .product-card__price-new,
.product-card-small .product-card__price-usual,
.catalog__list__filter__head,
.catalog-info h4,
.faq-item > h3,
.product__body__details__description > h2,
.order__success__message > p,
.order__fail__message > p,
.order__complete__message > p,
.checkout__order__card__products__item__details__price,
.checkout__order__tab,
.side-modal__wrap__basket__container__items > p {
  font-size: 18px;
}

.text-18-500,
.us__slide h4,
.review-card__author-head,
.product-card > h3,
.checkout__order__card__products__item__details__amount > button,
.checkout__order__card__products__item__details__amount > .quantity > button,
.checkout__order__card__products__item__details__amount > input {
  font-size: 18px;
}

.text-40-600,
.section-head > h2,
.certificate-card__image > h3,
.faq > h1,
.info > h1,
.post > article > section > h1,
.info > article > section > h1,
.blog-page > h1,
.about__why__cards__title > h2,
.contacts__address > h1,
.product__head__title > h1,
.order__success__message > h1,
.order__fail__message > h1,
.order__complete__message > h1,
.checkout__head > h1,
.buy__head__price > h5 {
  font-size: 40px;
}

.text-36-600,
.contacts__form > h2 {
  font-size: 36px;
}

.text-16-400,
.advertisement__slider__card > p,
.blog-card > p,
.profile__body__content-orders__item__wrap__product__details > h5,
.catalog__breadcrumbs,
.catalog-info p,
.post__share > a,
.post > article > section > p,
.info > article > section > p,
.product__body__details__description > p,
.product__head__breadcrumbs,
.side-modal__wrap__basket__container__total > h4,
.side-modal__wrap__basket__container__total > strong,
.modal-orders__details > h5,
.buy__head__price > h6 {
  font-size: 16px;
}

.text-36-400 {
  font-size: 36px;
}

.text-32-400,
.post > article > section > h2,
.info > article > section > h2 {
  font-size: 32px;
}

.text-16-600,
.buy__options__steps__checkbox.active > span {
  font-size: 16px;
}

.text-16-500,
.checkout__order__card__products__item__details > h5 {
  font-size: 16px;
}

.checkout__order__card__products__item__details > h6,
.checkout__order__card__products__item__details > h5 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  direction: ltr;
}

.text-26-600,
.profile__head > h3,
.about__details__text > h1,
.checkout__order__card__total > div:last-child > h6,
.checkout__order__card > h3,
.side-modal__wrap__basket__container__total > h5,
.side-modal__wrap__basket__container__total > .woocommerce-Price-amount,
.side-modal__wrap__basket__container__head > h3,
.side-modal .login__head h3,
.side-modal .forgot__head h3,
.side-modal .register__head h3,
.modal-orders > h3 {
  font-size: 26px;
}

.text-26-500,
.profile__body__content-orders__item__wrap__summary div:last-child > h6 {
  font-size: 26px;
}

.text-normal-600,
.footer__details__us > h3,
.footer__details__info > h3,
.footer__details__payments > h3,
.footer__details__contacts > h3,
.section-head > a,
.review-card > button,
.profile-tab,
.profile-tab-md,
.profile-tab-md-btn span,
.profile__body__content-certificates__info > h6,
.profile__body__menu > button span,
.catalog__list__filter__brands > button,
.catalog-info button,
.contacts__address__details > div > h6,
.modal__controls__tab,
.modal__controls__tab .content__contacts > h3,
.product__body__details__specifications__characteristic > h6,
.checkout__order__steps-back {
  font-size: 14px;
  line-height: 18.536px;
}

.text-normal-400,
.footer__social__submit__input > input::placeholder,
.footer__social__submit__input input,
.footer__details__us > a,
.footer__details__info > a,
.footer__details__payments > a,
.footer__details__contacts > h3 > a,
.footer__copyright,
.header__search__catalog-btn__drop > div > a,
.header__search__bar > input,
.header__info,
.us__slide p,
.profile__body__content-certificates__info > p,
.profile__body__content-certificates__info li,
.product-card__price > span,
.catalog__controls__filter,
.catalog__list__filter__price__inputs > span,
.catalog__list__filter__price__inputs > input,
.catalog__list__products__pagination__pages > a,
.dropdown__text,
.dropdown__body > span,
.dropdown__body > div,
.contacts__form > p,
.contacts__form-textarea,
.contacts__address__details > div > a,
.contacts__address__details > div p,
.modal__controls__tab .content__contacts > h3 > a,
.product__body__details__specifications__characteristic > p,
.checkout__order__card__inputs > textarea,
.checkout__order__card__products__item__details__amount > input,
.side-modal .register__additional > h4,
.side-modal .forgot > p,
.side-modal .login__register > h4,
.input-custom input,
.profile__body__content-edit__password__form__input input,
.profile__body__content-address__password__form__input input,
.checkout__order__user__password input,
.side-modal .login__form__password input,
.message > p,
.buy__options__steps__checkbox {
  font-size: 14px;
  line-height: normal;
}

.text-18-400,
.post__share > h3 {
  font-size: 18px;
}

.text-normal-500,
.footer__social p,
.footer__details__contacts > h3 > p,
.header__search > .container > nav,
.header__search > section > nav,
.review-card__text,
.certificate-card__details > h5,
.profile__body__content-orders__item__wrap__summary > div > h6,
.profile__body__content-orders__item__wrap__product__prices h6,
.product-card.small > h3,
.product-card-small > h3,
.header__search > .post > nav,
.header__search > .info > nav,
.contacts__address__details > div > p > span,
.modal__controls__tab .content__contacts > h3 > p,
.checkout__order__card__total > div:not(:last-child) > span,
.checkout__order__card__products__item__details__price > .old-price,
.field-message,
.buy__options__variations__select p {
  font-size: 14px;
  line-height: normal;
}

.text-small-500,
.review-card__author-date,
.certificate-card-btn > button,
.profile__body__content-edit.edit-mode .profile__body__content-edit-btn,
.profile__body__content-edit.edit-mode .profile__body__content-address-btn,
.profile__body__content-address.edit-mode .profile__body__content-edit-btn,
.profile__body__content-address.edit-mode .profile__body__content-address-btn,
.profile__body__content-edit__password__form-save,
.profile__body__content-address__password__form-save,
.profile__body__content-edit__password.edit-mode .profile__body__content-edit__password__form-save,
.profile__body__content-address__password.edit-mode .profile__body__content-edit__password__form-save,
.profile__body__content-edit-btn,
.profile__body__content-address-btn,
.profile__body__content-orders__item__wrap__summary > div > p,
.profile__body__content-orders__item__wrap__product__details > p,
.product-card__price-old,
.product-card > h4,
.product-card > button,
.product-card.small .product-card__price-old,
.product-card-small .product-card__price-old,
.product-card.small > h4,
.product-card-small > h4,
.product-card.small > button,
.product-card-small > button,
.catalog__list__filter__catalog__options,
.faq-item > p,
.about__details__text > p,
.custom-checkbox > span,
.contacts__form button,
.order__complete-link:first-child,
.order__success-link,
.order__fail-link,
.order__complete-link,
.checkout__order__card__total > div:not(:last-child) > span:first-child,
.checkout__order__card__products__item__details > h6,
.side-modal__wrap__basket__container-btn > button,
.side-modal .register__additional > button,
.side-modal .register > form button,
.side-modal .forgot button,
.side-modal .login > button,
.side-modal .login__register > button,
.buy__options__variations__own-price > button,
.buy__options__variations__own-price button,
.buy__head__track > button {
  font-size: 12px;
  line-height: normal;
}

.text-10-500,
.advertisement__image__wrap__slide__product-body > div > a,
.certificate-card__details > h6 {
  font-size: 10px;
  line-height: normal;
}

.text-small-400,
.certificate-card__details__price > span:last-child,
.profile__body__content-orders__item__bottom,
.product-card.small .product-card__price > span,
.product-card-small .product-card__price > span,
.dropdown__label,
.contacts__form label,
.checkout__order__address__inputs > p,
.checkout__order__payment__inputs > p,
.input-custom,
.profile__body__content-edit__password__form__input,
.profile__body__content-address__password__form__input,
.checkout__order__user__password,
.side-modal .login__form__password,
.buy__options__variations__own-price__contacts > h5 {
  font-size: 12px;
  line-height: normal;
}

.text-small-600,
.footer__social__submit > button,
.header__search__catalog-btn,
.tab__amount,
.certificate-card__details__price > span,
.certificate-card-btn > button:hover,
.profile__body__content-edit.edit-mode .profile__body__content-edit-btn:disabled,
.profile__body__content-edit.edit-mode .profile__body__content-address-btn:disabled,
.profile__body__content-address.edit-mode .profile__body__content-edit-btn:disabled,
.profile__body__content-address.edit-mode .profile__body__content-address-btn:disabled,
.profile__body__content-edit.edit-mode .profile__body__content-edit-btn:disabled:hover,
.profile__body__content-edit.edit-mode .profile__body__content-address-btn:disabled:hover,
.profile__body__content-address.edit-mode .profile__body__content-edit-btn:disabled:hover,
.profile__body__content-address.edit-mode .profile__body__content-address-btn:disabled:hover,
.profile__body__content-edit.edit-mode .profile__body__content-edit-btn:hover,
.profile__body__content-edit.edit-mode .profile__body__content-address-btn:hover,
.profile__body__content-address.edit-mode .profile__body__content-edit-btn:hover,
.profile__body__content-address.edit-mode .profile__body__content-address-btn:hover,
.profile__body__content-edit__password__form-save:disabled,
.profile__body__content-address__password__form-save:disabled,
.profile__body__content-edit__password__form-save:disabled:hover,
.profile__body__content-address__password__form-save:disabled:hover,
.profile__body__content-edit__password__form-save:hover,
.profile__body__content-address__password__form-save:hover,
.profile__body__content-edit__password.edit-mode .profile__body__content-edit__password__form-save:disabled,
.profile__body__content-address__password.edit-mode .profile__body__content-edit__password__form-save:disabled,
.profile__body__content-edit__password.edit-mode .profile__body__content-edit__password__form-save:disabled:hover,
.profile__body__content-address__password.edit-mode .profile__body__content-edit__password__form-save:disabled:hover,
.profile__body__content-edit__password.edit-mode .profile__body__content-edit__password__form-save:hover,
.profile__body__content-address__password.edit-mode .profile__body__content-edit__password__form-save:hover,
.profile__body__content-edit__password > span,
.profile__body__content-address__password > span,
.profile__body__content-edit__password > button > span,
.profile__body__content-address__password > button > span,
.profile__body__content-edit-btn:hover,
.profile__body__content-address-btn:hover,
.profile__body__content-orders__item__wrap__controls > button,
.profile__body__content-orders__item__button > span,
.profile__body__content-orders__item__head__info > p,
.product_catalog,
.product-card__new,
.product-card__limited,
.product-card > button:hover,
.product-card.small .product-card___new,
.product-card-small .product-card___new,
.product-card.small > button:hover,
.product-card-small > button:hover,
.catalog__list__products__pagination > button,
.contacts__form button:disabled,
.contacts__form button:disabled:hover,
.contacts__form button:hover,
.modal__controls__tab .content__catalog__nav,
.modal__controls__tab .content__services > a,
.order__complete-link:first-child:hover,
.order__success-link:disabled,
.order__fail-link:disabled,
.order__complete-link:disabled,
.order__success-link:disabled:hover,
.order__fail-link:disabled:hover,
.order__complete-link:disabled:hover,
.order__success-link:hover,
.order__fail-link:hover,
.order__complete-link:hover,
.checkout__order__final .checkout__order__steps-next,
.checkout__order__steps-next,
.side-modal__wrap__basket__container-btn > button:disabled,
.side-modal__wrap__basket__container-btn > button:disabled:hover,
.side-modal__wrap__basket__container-btn > button:hover,
.side-modal .register__additional > button:hover,
.side-modal .register > form button:disabled,
.side-modal .register > form button:disabled:hover,
.side-modal .register > form button:hover,
.side-modal .forgot button:disabled,
.side-modal .forgot button:disabled:hover,
.side-modal .forgot button:hover,
.side-modal .login > button:disabled,
.side-modal .login > button:disabled:hover,
.side-modal .login > button:hover,
.side-modal .login__register > button:hover,
.side-modal .login__additional > span,
.modal-orders__controls > button,
.buy__options__variations__own-price > button:disabled,
.buy__options__variations__own-price > button:disabled:hover,
.buy__options__variations__own-price > button:hover,
.buy__options__variations__own-price > button,
.buy__options__variations__own-price button:disabled,
.buy__options__variations__own-price button:disabled:hover,
.buy__options__variations__own-price button:hover,
.buy__head__track > button:disabled,
.buy__head__track > button:disabled:hover,
.buy__head__track > button:hover {
  font-size: 12px;
  line-height: normal;
}

.text-10-600,
.advertisement__image__wrap__slide__product-body > div > p,
.profile__body__content-orders__item__wrap__product__prices h5 {
  font-size: 10px;
  line-height: normal;
}

.text-pop-700,
.header__search__user__card,
#count_wishlist {
  font-size: 12px;
  line-height: normal;
}

/**
 * Swiper 10.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 21, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */
main {
  position: relative;
}

.swiper {
  width: 100%;
}

.swiper-scrollbar {
  height: 2px;
  margin-top: 50px;
  border-radius: 2px;
  background-color: #e6e6e6;
}

.swiper-scrollbar-drag {
  background-color: #000;
  height: 100%;
  border-radius: 5px;
}

body {
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  display: grid;
  position: relative;
  grid-template-rows: auto 1fr auto;
}

.star-1 > path:nth-child(-n + 1) {
  fill: #28282d;
}

.star-2 > path:nth-child(-n + 2) {
  fill: #28282d;
}

.star-3 > path:nth-child(-n + 3) {
  fill: #28282d;
}

.star-4 > path:nth-child(-n + 4) {
  fill: #28282d;
}

.star-5 > path:nth-child(-n + 5) {
  fill: #28282d;
}

section {
  display: flex;
  flex-direction: column;
}

header,
footer {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

footer {
  background-color: #28282d;
  color: #fff;
  margin-top: 80px;
}

footer > .container,
footer > .post,
footer > .info,
footer > section {
  flex-direction: column;
}

.footer__social {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1198px;
  background-color: #a22930;
  padding: 28px 36px;
  border-radius: 10px;
  margin-top: -80px;
  gap: 20px;
  z-index: 10;
}

.footer__social .wpcf7-response-output {
  display: none;
}

.footer__social__submit {
  display: flex;
  align-items: center;
}

.footer__social__submit p button {
  padding: 12px 20px;
  background-color: #fff;
  text-transform: capitalize;
  color: #a22930;
  border-radius: 8px;
}

.footer__social__submit__input {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 40px;
  position: relative;
}

.footer__social__submit__input .wpcf7-form-control-wrap {
  position: inherit;
}

.footer__social__submit__input .wpcf7-not-valid-tip {
  color: #fff;
  position: absolute;
  top: calc(110% + 10px);
  width: 100%;
  left: 0;
  font-size: 12px;
}

.footer__social__submit__input p {
  display: flex;
  align-items: center;
}

.footer__social__submit__input > input::placeholder,
.footer__social__submit__input input {
  color: #fff;
}

.footer__social h3 {
  cursor: default;
  line-height: 23.832px;
  margin-bottom: 5px;
}

.footer__social > div > p {
  color: #febdba;
  line-height: 24px;
  cursor: default;
  margin-bottom: 10px;
}

.footer__social .footer__social__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}

.footer__details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__details > div {
  width: 25%;
  padding: 40px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #414141;
}

.footer__details > div:first-child {
  padding-left: 0;
}
.footer__details > div:last-child {
  padding-right: 0;
}

.footer__details .footer__details__contacts h3 {
  margin-bottom: 10px;
  font-weight: 500;
}

.footer__details__us,
.footer__details__info,
.footer__details__payments {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__details__us > h3,
.footer__details__info > h3,
.footer__details__payments > h3 {
  cursor: default;
  font-weight: 600;
}

.footer__details__info a:hover,
.footer__details__us a:hover {
  color: #a22930;
}

.footer__details__payments__systems {
  display: grid;
  gap: 15px;
  grid-template-rows: repeat(2, auto);
}

.footer__details__payments__systems > div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__details__contacts > h3,
.modal__controls__tab .content__contacts > h3 {
  margin-bottom: 20px;
  cursor: default;
}

.footer__details__contacts > h3 > a,
.modal__controls__tab .content__contacts > h3 > a {
  display: block;
}

.footer__details__contacts > h3 > a:first-child,
.modal__controls__tab .content__contacts > h3 > a:first-child {
  margin-top: 10px;
}

.footer__details__contacts > h3 > p,
.modal__controls__tab .content__contacts > h3 > p {
  margin-top: 10px;
  font-weight: 300;
}

.footer__details__info > a {
  font-weight: 300;
}

/* .footer__details__contacts > img {
  width: auto;
  height: auto;
  max-width: fit-content;
  max-height: 42px;
  object-fit: contain;
} */

.footer__details__contacts > img {
  min-width: 102px;
  max-width: 102px;
}

@media screen and (max-width: 750px) {
  .footer__details__contacts > img {
    max-width: 70px;
    min-width: auto;
    width: 70px;
  }
}


.footer__copyright {
  color: #787878;
  text-align: center;
  padding: 30px 0;
  width: 100%;
}

.header__search {
  padding: 20px 0;
  background-color: #f3f3f3;
  border-bottom: 1px solid #e6e6e6;
}

.header__search__logo {
  min-width: 102px;
  max-width: 102px;
}

.header__search__catalog {
  background-color: #28282d;
  padding: 17.5px 0 18.5px 0;
  max-height: 51px;
}

.header__search__catalog-btn {
  text-transform: uppercase;
  color: #fff;
  padding: 3px 10px;
  position: relative;
}

.aws-search-result .aws_search_more a {
  background: #000;
  height: 30px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  padding: 2px 65px;
  border: 0;
  border-radius: 20px;
  position: relative;
  border: 1px solid #000;
  transition: 0.3s;
}

.aws-search-result .aws_search_more a:after {
  content: "Показати більше";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.advertisement__slider__card a {
  height: 100%;
  width: 100%;
}
.aws-search-result .aws_search_more a:hover:after {
  color: #000;
}

.aws-search-result ul li:last-child:hover {
  background-color: transparent;
}

.aws-search-result ul li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-breadcrumb a {
  display: flex;
}
.aws-search-result .aws_search_more a:hover {
  background: #fff;
  transition: 0.3s;
}
.advertisement-mobile-slider-track {
    display: block !important;
  }
@media (min-width: 900px) {
  .advertisement-mobile-slider-track {
    display: none !important;
  }
}
.header__search__catalog-btn__drop {
  padding-top: 20px;
  left: 0;
  top: 100%;
  position: absolute;
  display: none;
  z-index: 10000;
  background: transparent;
  text-transform: capitalize;
}

.header__search__catalog-btn__drop > div {
  padding: 20px;
  background-color: #28282d;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: left;
  width: max-content;
}

.header__search__catalog-btn__drop > div > a {
  padding: 10px 0;
}

.header__search__catalog-btn__drop > div > a:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header__search__catalog-btn__drop > div > a:last-child {
  padding-bottom: 0;
}

.header__search__catalog-btn__drop > div > a:first-child {
  padding-top: 0;
}

.header__search__catalog-btn:hover {
  background-color: #a22930;
  border-radius: 8px;
}

@media screen and (min-width: 840px) {
	.header__search__catalog-btn:hover .header__search__catalog-btn__drop {
	  display: block;
	}
}


.header__search__catalog-btn img {
  margin-left: 5px;
  vertical-align: baseline;
}

.header__search__catalog > .container,
.header__search__catalog > .post,
.header__search__catalog > .info,
.header__search__catalog > section {
  justify-content: space-between;
}

.header__search__user {
  display: flex;
  margin-left: auto;
  gap: 22px;
}

.header__search__user > div {
  display: flex;
  position: relative;
}

.header__search__user svg {
  max-width: none;
  min-width: 17px;
  cursor: pointer;
}

.header__search__user__line {
  display: inline-block;
  margin-left: 15px;
  height: 100%;
  width: 1px;
  background-color: #d0d0d0;
}

.header__search__user__card,
#count_wishlist {
  color: #fff;
  border: 2px solid #efefef;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.5px;
  height: 16.5px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: 8px;
  cursor: pointer;
  background-color: #a22930;
}

.header__search__user__card.empty,
#count_wishlist {
  background-color: #a22930;
}

.header__search__bar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 27px 0 30px;
}

.header__search__bar__hamburger {
  display: none;
  width: 30px;
  height: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-left: 10px;
}

.header__search__bar__hamburger > span {
  display: block;
  width: 24.5px;
  height: 1.4px;
  border-radius: 3px;
  background-color: #000;
}

.header__search__bar > svg {
  position: absolute;
  left: 14px;
  background: #fff;
}

.header__search__bar > input {
  width: inherit;
  min-height: 40px;
  padding: 10px 14px;
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
}

.header__search > .container,
.header__search > .post,
.header__search > .info,
.header__search > section {
  align-items: center;
}

.header__search > .container > nav,
.header__search > .post > nav,
.header__search > .info > nav,
.header__search > section > nav {
  font-size: clamp(12px, 14px, 1vw);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 25px;
  color: #000;
}

.header__search > .container > nav a:hover,
.header__search > .post > nav a:hover,
.header__search > .info > nav a:hover,
.header__search > section > nav a:hover {
  color: #a22930;
}

.header__info {
  padding: 14px 0 12px 0;
  display: flex;
  justify-content: space-between;
  color: #000;
}

.header__info__links > a {
  padding: 0 14px;
}

.header__info__links > a:not(:last-child) {
  border-right: 1px solid #d0d0d0;
}

.header__info__links > a:first-child {
  padding: 0 14px 0 0;
}

.header__info__links a:hover {
  color: #a22930;
}

.header__search__catalog-btn__drop a:hover {
  color: #a22930;
}

.header__info__contacts {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header__info__contacts > a {
  display: flex;
  align-items: center;
  padding-left: 14px;
}

.header__info__contacts > a > svg {
  margin-right: 14px;
}

.header__info__contacts > a:first-of-type {
  padding-right: 14px;
  border-right: 1px solid #d0d0d0;
}

.header__info__contacts > a:first-of-type > svg {
  margin-right: 8px;
}

.header__info__contacts > a:last-of-type {
  padding-right: 0 !important;
  border-right: 0 !important;
}

.section-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

.section-head a:hover {
  color: #a22930;
}

.section-head a:hover svg {
  stroke: #a22930;
}

.section-head > h2 {
  text-transform: uppercase;
  margin-right: 20px;
  cursor: default;
}

.section-head > a {
  color: #28282d;
}

.section-head > a > svg {
  vertical-align: middle;
}

.section-head__controls {
  margin-left: auto;
}

.section-head__controls.md {
  margin: 20px auto;
  display: none;
  justify-content: center;
}

.section-head__controls.md > button:first-child {
  padding-right: 0;
  border-left: 1px solid #d0d0d0;
  transform: rotate(180deg);
}

.section-head__controls > button {
  stroke: #000;
  padding-left: 16px;
  height: 30px;
}

.section-head__controls > button:disabled {
  stroke: #d0d0d0;
}

.section-head__controls > button:first-child {
  padding-right: 16px;
  border-left: 1px solid #d0d0d0;
  transform: rotate(180deg);
}

.advertisement {
  padding: 0;
  padding-top: 40px;
  margin-bottom: 70px;
  height: 530px;
}

.advertisement > .container,
.advertisement > .post,
.advertisement > .info,
.advertisement > section {
  gap: 20px;
  justify-content: space-around;
}

.advertisement > .container {
  height: 100%;
}

.advertisement__slider_wrap {
  width: 30%;
  position: relative;
}

.advertisement__slider {
  display: block;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.advertisement__slider_mobile {
  position: absolute;
  opacity: 0;
  width: 100%;
  max-width: calc(100vw - 40px);
  z-index: -10000;
  top: -1000%;
  pointer-events: none;
}

.advertisement .swiper-scrollbar.abs {
  margin: 0;
  position: absolute;
  bottom: -30px;
  width: 100%;
  left: 0;
}
@media (min-width: 685px){
	.advertisement-mobile-slider-track{
		display: none;
	}
}
@media(max-width: 685px){
	.advertisement-slider-track{
		display: none;
	}
}
.swiper-scrollbar.abs.advertisement-slider-track.swiper-scrollbar-vertical {
  rotate: 90deg;
  height: 359px;
  width: 2px;
  z-index: 999;
  top: 0;
  margin-top: 339px;
  transform: scale(-1, -1) translate3d(0%, 50%, 0);
}
@media (max-width: 1240px) {
	.swiper-scrollbar.abs.advertisement-slider-track.swiper-scrollbar-vertical {
	  margin-top: 339px;
	}
}
@media (max-width: 1150px) {
	.swiper-scrollbar.abs.advertisement-slider-track.swiper-scrollbar-vertical {
	  margin-top: 354px;
	}
}
@media (max-width: 1040px) {
	.swiper-scrollbar.abs.advertisement-slider-track.swiper-scrollbar-vertical {
	  margin-top: 384px;
	}
}

.advertisement__slider > .slider__bar > span {
  border-radius: 3px;
}

.advertisement__slider__card {
  background-color: #f3f3f3;
  border-radius: 20px;
  width: 100%;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.advertisement__slider__card a {
  height: 100%;
}

.advertisement__slider__card img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.advertisement__slider__card > h3 {
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 100%;
}

.advertisement__slider__card > p {
  font-size: 16px;
  color: #5a6375;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 100%;
}

.advertisement__slider__card > img {
  margin-bottom: 15px;
  width: auto;
  height: 140px;
  min-height: 140px;
  max-width: 80%;
  object-fit: contain;
}

.advertisement__image {
  height: 100%;
  width: calc(70% - 20px);
}

.advertisement__image__wrap {
  display: flex;
  width: auto;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}

.advertisement__image__wrap__slide {
  min-width: 100%;
  position: relative;
  z-index: 5;
}

.advertisement__image__wrap__slide__product {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.advertisement__image__wrap__slide__product > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advertisement__image__wrap__slide__product > div > svg {
  top: -10px;
  position: absolute;
  display: none;
}

.advertisement__image__wrap__slide__product-close {
  display: none;
}

.advertisement__image__wrap__slide__product-open {
  display: block;
  background: #ffffff59;
  width: 28px;
  min-width: 28px;
  min-height: 28px;
  height: 28px;
  backdrop-filter: blur(10px);
  border-radius: 100%;
  object-fit: none;
}

.advertisement__image__wrap__slide__product-body {
  position: absolute;
  background: #fff;
  bottom: calc(100% + 10px);
  display: none;
  width: max-content;
  padding: 10px;
  border-radius: 5.3px;
  gap: 5px;
  z-index: 100;
  max-width: 400px;
}

.advertisement__image__wrap__slide__product-body > img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.advertisement__image__wrap__slide__product-body > div {
  background: #fff;
}

.advertisement__image__wrap__slide__product-body > div * {
  text-decoration: none;
}

.advertisement__image__wrap__slide__product-body > div .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  max-width: 170px;
  font-size: 12px;
}

.advertisement__image__wrap__slide__product-body > div > p {
  color: #a22930;
  font-size: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

.advertisement__image__wrap__slide__product-body del {
  color: #909090;
  text-decoration: line-through;
}

.advertisement__image__wrap__slide__product.open > div > svg {
  display: block;
}

.advertisement__image__wrap__slide__product.open .advertisement__image__wrap__slide__product-close {
  display: block;
  z-index: 10;
}

.advertisement__image__wrap__slide__product.open .advertisement__image__wrap__slide__product-open {
  display: none;
}

.advertisement__image__wrap__slide__product.open .advertisement__image__wrap__slide__product-body {
  display: flex;
}

.advertisement__image__wrap__slide > img {
  border-radius: 15px;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
}

.blog {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
  padding: 0;
  width: 100vw;
}

.blog > .container,
.blog > .post,
.blog > .info,
.blog > section {
  flex-direction: column;
}

.blog-page__posts > a {
  max-width: 270px;

  width: 100%;
}

.blog-card {
  max-width: 270px;

  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: auto;
  height: 100%;
}

.blog-card > img {
  border-radius: 10px;
  height: 270px;
  width: auto;
  object-fit: cover;
}

.blog__slider {
  width: inherit;
  overflow: hidden;
}

.blog__slider__wrap {
  width: auto;
  display: grid;
  grid-auto-flow: column;
  transition: all 0.3s ease;
}

.hide {
  display: none;
}

.blog__slider__wrap__slide {
  display: flex;
  min-width: 100%;
  gap: 1.5%;
  justify-content: space-between;
}

.new {
  margin-bottom: 100px;
  max-width: 100vw;
  padding: 0;
}

.new > .container,
.new > .post,
.new > .info,
.new > section {
  flex-direction: column;
}

.new__list {
  overflow: hidden;
}

.new__list__wrap {
  width: auto;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: auto auto;
  row-gap: 50px;
  transition: all 0.3s ease;
}

.new__controls {
  width: 100%;
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 50px;
}

.new__controls__back,
.new__controls__next {
  display: none;
  width: 25px;
  height: 25px;
}

.new__controls__next svg {
  transform: rotate(180deg);
}

.new__controls__tabs {
  overflow-x: auto;
  width: 100%;
  height: inherit;
}

.new__controls__tabs__wrap {
  min-width: 100%;
  height: inherit;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.us {
  margin-bottom: 100px;
  max-width: 100vw;
  padding: 0;
}

.us > .container,
.us > .post,
.us > .info,
.us > section {
  flex-direction: column;
}

.us__slider {
  overflow: hidden;
  width: inherit;
}

.us__slider__wrap {
  width: auto;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 33.3333333333%;
  transition: all 0.3s ease;
}

.us__slider__wrap__slide {
  display: flex;
  min-width: 100%;
  gap: 1.5%;
  justify-content: space-around;
}

.us__slider__wrap__slide:not(:last-child) {
  justify-content: space-between;
}

.us__slide {
  display: grid;
  gap: 20px;
  width: 100%;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  height: auto;
  background-color: #f3f3f3;
  border-radius: 10px;

  padding: 32px 14px 20px 20px;
}

.us__slide h4 {
  margin-bottom: 10px;
  color: #000;
}

.us__slide p {
  color: #5a6375;
}

.us__slide__icon {
  width: 40px;
  height: 40px;
}

.us__slide__icon > img {
  width: 100%;
}

.partners {
  margin-bottom: 100px;
  max-width: 100vw;
  padding: 0;
}

.partners .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: auto;
  display: flex;
}

.partners > .container,
.partners > .post,
.partners > .info,
.partners > section {
  flex-direction: column;
}

.partners__slider {
  overflow: hidden;
  width: inherit;
}

.partners__slider__wrap {
  width: auto;
  display: grid;
  grid-auto-flow: column;
  transition: all 0.3s ease;
}

.partners__slider__wrap > div {
  width: 170px;
  align-items: center;
  display: flex;
}

.reviews {
  background-color: #f3f3f3;
  max-width: 100vw;
  padding: 100px 0 135px 0;
  margin-bottom: -80px;
}

.reviews__slider {
  overflow: hidden;
  width: inherit;
}

.reviews__slider__wrap {
  width: auto;
  display: grid;
  grid-auto-flow: column;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1050px) {
  .reviews__slider__wrap > div:nth-child(3n + 1) {
    justify-self: start;
  }

  .reviews__slider__wrap > div:nth-child(3n + 2) {
    justify-self: center;
  }

  .reviews__slider__wrap > div:nth-child(3n) {
    justify-self: end;
  }
}

.reviews > .container,
.reviews > .post,
.reviews > .info,
.reviews > section {
  flex-direction: column;
}

.review-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.review-card.open {
  height: auto;
  max-height: none;
}

.review-card.open > .more {
  display: none !important;
}

.review-card.open > .less {
  display: flex;
}

.review-card .review-card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
  
.review-card.open .review-card__text {
  height: auto;
  max-height: none;
  -webkit-line-clamp: unset;
}

.review-card > button {
  color: #28282d;
  margin-top: auto;
  width: fit-content;
  display: none;
  align-items: center;
  gap: 5px;
  margin: 0;
  justify-content: space-between;
}

.review-card__author {
  display: flex;
  gap: 10px;
}

.review-card__author img {
  border: 2px solid #a22a30;
  border-radius: 22px;
  width: 42px;
  height: 42px;
  background-size: 100%;
  padding: 2px;
}

.review-card__author__rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-card__author__rating > svg path {
  fill: #909090;
}

.review-card__author-head {
  font-size: 18px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
  max-width: 280px;
  display: block;
}

.review-card__author-date {
  color: #5a6375;
}

.tab {
  color: #5a6375;
  position: relative;
  display: inline-flex;
  white-space: nowrap;
}

.tab__amount {
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #5a6375;
  margin-left: 10px;
  text-align: center;
  display: none;
}

.tab > div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 0 18px;
  height: 100%;
  border-radius: 8px;
  background-color: #f3f3f3;
}

.tab > div > span {
  user-select: none;
}

.tab > input[type="radio"] {
  height: 0;
  width: 0;
  position: absolute;
  appearance: none;
  -webkit-appearance: none;
}

.tab > input[type="radio"]:checked + div {
  color: #fff;
  background-color: #28282d;
}

.tab > input[type="radio"]:checked + div > span:not(:only-child):last-of-type {
  color: #28282d;
  background-color: #fff;
  display: none;
}

.certificate-card {
  height: 350px;
  display: grid;
  grid-template-rows: 210px auto 39px;
  gap: 16px;
  position: relative;
}

.certificate-card__like {
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  top: 7.5px;
  right: 6.6px;
}

.certificate-card__details {
  display: flex;
  flex-direction: column;
}

.certificate-card__details > h6 {
  color: #5a6375;
  margin-bottom: 8px;
}

.certificate-card__details__price {
  display: flex;
  margin-top: auto;
  justify-content: space-between;
  align-items: center;
}

.certificate-card__details__price > span {
  font-size: 13.457px;
}

.certificate-card__details__price > span:last-child {
  color: #29ab30;
}

.certificate-card-btn {
  align-self: end;
}

.certificate-card-btn > button {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #000;
  border: 1px solid #e6e6e6;
  width: 100%;
  max-height: 100%;
}

.certificate-card-btn > button:disabled {
  background-color: #f3f3f3;
}

.certificate-card-btn > button:hover {
  color: #fff;
  background-color: #28282d;
}

.certificate-card__image {
  width: 100%;
  /* aspect-ratio: 1/1; */
  border-radius: 7.25px;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certificate-card__image > h3 {
  color: #2a6aca;
  text-transform: uppercase;
}

.slider__bar {
  margin-top: 50px;
  height: 1.5px;
  width: 100%;
  border-radius: 10px;
  background: #e6e6e6;
  position: relative;
  display: flex;
  align-items: center;
}

.slider__bar.md {
  display: none;
  margin-top: 0;
}

.slider__bar > span {
  display: block;
  transition: all 0.3s ease;
  position: absolute;
  height: 2px;
  left: 0;
  background-color: #28282d;
}

.profile-tab,
.profile-tab-md {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
  padding: 9px 18px;
  border-radius: 8px;
}

.profile-tab:last-of-type,
.profile-tab-md:last-of-type {
  margin-bottom: 110px;
}

.profile-tab.current,
.current.profile-tab-md {
  background-color: #28282d;
}

.profile-tab.current > span,
.current.profile-tab-md > span {
  color: #fff;
}

.profile-tab > span,
.profile-tab-md > span {
  color: #5a6375;
}

.profile-tab-md {
  margin-bottom: 10px;
  justify-content: space-between;
  display: none;
}

.profile-tab-md-btn {
  border-radius: 8px;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  background-color: #f3f3f3;
  width: 100%;
}

.profile-tab-md-btn span {
  color: #5a6375;
}

.profile-tab-md:not(.current) > svg {
  transform: rotate(180deg);
}

.profile-tab-md:not(.current) > svg > path {
  stroke: #5a6375;
}

.profile-tab-md:last-of-type {
  margin-bottom: 10px;
}

.profile {
  margin-bottom: 150px;
  min-height: 600px;
  margin-top: 50px;
}

.profile > .container,
.profile > .post,
.profile > .info,
.profile > section {
  padding: 0;
  flex-direction: column;
}

.profile__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}

.profile__head > h3 {
  cursor: default;
}

.profile__body {
  display: flex;
  gap: 30px;
}

.profile__body__content {
  flex: 1;
  position: relative;
}

.profile__body__content-likes__empty {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  padding: 20px;
}

.profile__body__content > .section-head__controls {
  position: absolute;
  top: -40px;
  right: 0;
}

.profile__body__content-certificates {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 906px;
}

.profile__body__content-certificates__info {
  color: #5a6375;
}

.profile__body__content-certificates__info > div {
  display: flex;
  position: relative;
}

.profile__body__content-certificates__info > div > li {
  list-style: none;
}

.profile__body__content-certificates__info > div > li::before {
  content: "•";
  color: #5a6375;
  display: block;
  position: absolute;
  left: 8.5px;
}

.profile__body__content-certificates__info > div > span {
  display: block;
  min-width: 20px;
}

.profile__body__content-certificates > .slider__bar {
  margin-top: 20px;
  margin-bottom: 28px;
}

.profile__body__content-certificates__slider {
  display: flex;
  overflow: hidden;
  width: inherit;
}

.profile__body__content-certificates__slider__wrap {
  width: inherit;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, minmax(0, auto));
  gap: 50px;
  transition: all 0.3s ease;
}

.profile__body__content__wrap {
  display: flex;
  gap: 30px;
}

.profile__body__content-edit {
  flex: 1;
  max-width: 400px;
  min-width: 350px;
}

.profile__body__content-edit > svg {
  display: none;
}

.profile__body__content-edit__password {
  gap: 15px;
}

.profile__body__content-edit,
.profile__body__content-address {
  max-width: 332px;
  position: relative;
}

.profile__body__content-edit .input-custom,
.profile__body__content-address .input-custom {
  pointer-events: none;
}

.profile__body__content-edit.edit-mode .input-custom,
.profile__body__content-address.edit-mode .input-custom {
  pointer-events: all;
}

.profile__body__content-edit > svg,
.profile__body__content-address > svg {
  position: absolute;
  top: 10px;
  right: 8px;
  cursor: pointer;
}

.profile__body__content-edit.edit-mode .profile__body__content-edit__password,
.profile__body__content-edit.edit-mode .profile__body__content-address__password,
.profile__body__content-address.edit-mode .profile__body__content-edit__password,
.profile__body__content-address.edit-mode .profile__body__content-address__password {
  display: none;
}

.profile__body__content-edit.edit-mode .profile__body__content-edit-btn,
.profile__body__content-edit.edit-mode .profile__body__content-address-btn,
.profile__body__content-address.edit-mode .profile__body__content-edit-btn,
.profile__body__content-address.edit-mode .profile__body__content-address-btn {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #fff;
  background-color: #28282d;
}

.profile__body__content-edit.edit-mode .profile__body__content-edit-btn:disabled,
.profile__body__content-edit.edit-mode .profile__body__content-address-btn:disabled,
.profile__body__content-address.edit-mode .profile__body__content-edit-btn:disabled,
.profile__body__content-address.edit-mode .profile__body__content-address-btn:disabled {
  cursor: default;
  color: #000;
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
}

.profile__body__content-edit.edit-mode .profile__body__content-edit-btn:disabled:hover,
.profile__body__content-edit.edit-mode .profile__body__content-address-btn:disabled:hover,
.profile__body__content-address.edit-mode .profile__body__content-edit-btn:disabled:hover,
.profile__body__content-address.edit-mode .profile__body__content-address-btn:disabled:hover {
  background-color: #f3f3f3;
}

.profile__body__content-edit.edit-mode .profile__body__content-edit-btn:hover,
.profile__body__content-edit.edit-mode .profile__body__content-address-btn:hover,
.profile__body__content-address.edit-mode .profile__body__content-edit-btn:hover,
.profile__body__content-address.edit-mode .profile__body__content-address-btn:hover {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #000;
}

.profile__body__content-edit.edit-mode > form,
.profile__body__content-address.edit-mode > form {
  background-color: #f3f3f3;
  padding: 30px;
}

.profile__body__content-edit__password,
.profile__body__content-address__password {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  padding: 20px 30px;
  border-radius: 10px;
}

.profile__body__content-edit__password__form,
.profile__body__content-address__password__form {
  display: none;
  width: 100%;
}

.profile__body__content-edit__password__form-save,
.profile__body__content-address__password__form-save {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #fff;
  background-color: #28282d;
  display: none !important;
}

.profile__body__content-edit__password__form-save:disabled,
.profile__body__content-address__password__form-save:disabled {
  cursor: default;
  color: #000;
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
}

.profile__body__content-edit__password__form-save:disabled:hover,
.profile__body__content-address__password__form-save:disabled:hover {
  background-color: #f3f3f3;
}

.profile__body__content-edit__password__form-save:hover,
.profile__body__content-address__password__form-save:hover {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #000;
}

.profile__body__content-edit__password__form__input,
.profile__body__content-address__password__form__input {
  margin-bottom: 12px;
  width: 100%;
  position: relative;
  display: flex;
}

.profile__body__content-edit__password__form__input input,
.profile__body__content-address__password__form__input input {
  padding: 0 30px 0 15px !important;
}

.profile__body__content-edit__password__form__input svg,
.profile__body__content-address__password__form__input svg {
  position: absolute;
  right: 15px;
  top: 55%;
  cursor: pointer;
}

.profile__body__content-edit__password__form__input > label,
.profile__body__content-address__password__form__input > label {
  width: inherit;
}

.profile__body__content-edit__password.edit-mode,
.profile__body__content-address__password.edit-mode {
  display: flex;
  flex-direction: column;
  align-items: start;
  background-color: #f3f3f3;
  gap: 12px;
}

.profile__body__content-edit__password.edit-mode .profile__body__content-edit__password__form,
.profile__body__content-address__password.edit-mode .profile__body__content-edit__password__form {
  display: flex;
  flex-direction: column;
}

.profile__body__content-edit__password.edit-mode .profile__body__content-edit__password__form-save,
.profile__body__content-address__password.edit-mode .profile__body__content-edit__password__form-save {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #fff;
  background-color: #28282d;
  display: flex !important;
  width: 100%;
}

.profile__body__content-edit__password.edit-mode .profile__body__content-edit__password__form-save:disabled,
.profile__body__content-address__password.edit-mode .profile__body__content-edit__password__form-save:disabled {
  cursor: default;
  color: #000;
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
}

.profile__body__content-edit__password.edit-mode .profile__body__content-edit__password__form-save:disabled:hover,
.profile__body__content-address__password.edit-mode .profile__body__content-edit__password__form-save:disabled:hover {
  background-color: #f3f3f3;
}

.profile__body__content-edit__password.edit-mode .profile__body__content-edit__password__form-save:hover,
.profile__body__content-address__password.edit-mode .profile__body__content-edit__password__form-save:hover {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #000;
}

.profile__body__content-edit__password.edit-mode > button,
.profile__body__content-address__password.edit-mode > button {
  display: none;
}

.profile__body__content-edit__password > span,
.profile__body__content-address__password > span {
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.profile__body__content-edit__password > button,
.profile__body__content-address__password > button {
  display: flex;
  justify-content: center;
  background-color: #28282d;
  color: #fff;
  border-radius: 20px;
  padding: 10px 0;
  width: 160px;
}

.profile__body__content-edit__password > button > span,
.profile__body__content-address__password > button > span {
  margin-left: 8px;
}

.profile__body__content-edit-btn,
.profile__body__content-address-btn {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #000;
  border: 1px solid #e6e6e6;
  width: 100%;
  background-color: #e6e6e6;
  color: #5a6375;
}

.header-icon-svg {
  max-width: 22px;
  cursor: pointer;
}

.header-icon-svg-hover {
  max-width: 22px;
  display: none;
  cursor: pointer;
}

.favorite-img:hover .header-icon-svg {
  display: none;
}

.favorite-img:hover .header-icon-svg-hover {
  display: block;
}

/* header cart */

.cart-img:hover .header-icon-svg {
  display: none;
}

.cart-img:hover .header-icon-svg-hover {
  display: block;
}


.open-basket-modal .cart-img .header-icon-svg {
  display: none;
}

.open-basket-modal .cart-img .header-icon-svg-hover {
  display: block;
}

.open-auth-modal .svg-log path {
  stroke: #a22930;
  fill: #a22930;
}

/* end header cart */

/* header user */

.user-img:hover .header-icon-svg {
  display: none;
}

.user-img:hover .header-icon-svg-hover {
  display: block;
}
/* end header cart */

.profile__body__content-edit-btn:disabled,
.profile__body__content-address-btn:disabled {
  background-color: #f3f3f3;
}

.profile__body__content-edit-btn:hover,
.profile__body__content-address-btn:hover {
  color: #fff;
  background-color: #28282d;
}

.profile__body__content-edit > form,
.profile__body__content-address > form {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 30px;
  border-radius: 10px;
}

.profile__body__content-edit > form > .input-custom,
.side-modal .profile__body__content-edit > form > .login__form__password,
.profile__body__content-edit > form > .checkout__order__user__password,
.profile__body__content-edit > form > .profile__body__content-edit__password__form__input,
.profile__body__content-edit > form > .profile__body__content-address__password__form__input,
.profile__body__content-address > form > .input-custom,
.side-modal .profile__body__content-address > form > .login__form__password,
.profile__body__content-address > form > .checkout__order__user__password,
.profile__body__content-address > form > .profile__body__content-edit__password__form__input,
.profile__body__content-address > form > .profile__body__content-address__password__form__input {
  display: block;
  margin-bottom: 20px;
}

.profile__body__content-address .dropdown {
  margin-bottom: 12px;
}

.profile__body__content-address.edit-mode > svg {
  display: none;
}

.profile__body__content-address__password {
  justify-content: end;
}

.profile__body__content-orders {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.profile__body__content-orders__item {
  display: flex;
  flex-direction: column;
  background-color: #f3f3f3;
  padding: 20px 18px;
  border-radius: 10px;
  height: 190px;
  position: relative;
}

.profile__body__content-orders__item__bottom {
  color: #5a6375;
  display: none;
}

.profile__body__content-orders__item.open {
  height: auto;
}

.profile__body__content-orders__item.open .profile__body__content-orders__item__head {
  margin-bottom: 40px;
}

.profile__body__content-orders__item.open .profile__body__content-orders__item__bottom {
  display: block;
}

.profile__body__content-orders__item.open .profile__body__content-orders__item__wrap {
  overflow: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.profile__body__content-orders__item.open .profile__body__content-orders__item__wrap__summary,
.profile__body__content-orders__item.open .profile__body__content-orders__item__wrap__controls {
  display: flex;
}

.profile__body__content-orders__item.open .profile__body__content-orders__item__wrap__product {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.profile__body__content-orders__item.open .profile__body__content-orders__item__wrap__product > *:not(img) {
  display: flex;
}

.profile__body__content-orders__item__wrap {
  display: flex;
  grid-template-columns: repeat(5, max-content);
  width: calc(100% - 180px);
  flex-wrap: wrap;
  gap: 20px;
  overflow: hidden;
  padding: 10px 0;
}

.profile__body__content-orders__item__wrap__controls {
  display: none;
  justify-content: end;
  gap: 10px;
  margin-bottom: 50px;
}

.profile__body__content-orders__item__wrap__controls > a,
.profile__body__content-orders__item__wrap__controls > button {
  color: #5a6375;
  text-align: center;
  padding: 10px 10px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}

.profile__body__content-orders__item__wrap__controls > a:hover,
.profile__body__content-orders__item__wrap__controls > button:hover {
  color: #fff;
  background-color: #5a6375;
}

.profile__body__content-orders__item__wrap__summary {
  display: none;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 20px;
}

.profile__body__content-orders__item__wrap__summary div:last-child {
  margin-top: 13px;
  margin-bottom: 0;
}

.profile__body__content-orders__item__wrap__summary > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}

.profile__body__content-orders__item__wrap__summary > div > p {
  color: #5a6375;
}

.profile__body__content-orders__item__wrap__product {
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.profile__body__content-orders__item__wrap__product__prices {
  margin-left: auto;
  align-items: start;
  gap: 20px;
  text-align: center;
  max-width: 260px;
  width: 100%;
  justify-content: space-between;
}

.profile__body__content-orders__item__wrap__product__prices .with-sale{
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}

.profile__body__content-orders__item__wrap__product__prices h5 {
  color: #909090;
  margin-bottom: 5px;
}

.profile__body__content-orders__item__wrap__product__prices h6 {
  text-align: center;
}

.profile__body__content-orders__item__wrap__product__details {
  flex-direction: column;
  justify-content: center;
}

.profile__body__content-orders__item__wrap__product__details > p {
  color: #5a6375;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.profile__body__content-orders__item__wrap__product > *:not(img) {
  display: none;
}

.profile__body__content-orders__item__button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px;
  width: 160px;
  background-color: #28282d;
  border-radius: 20px;
  color: #fff;
  display: flex;
}

.profile__body__content-orders__item__button > .plus {
  margin-right: 8px;
}

.profile__body__content-orders__item__button.open > .plus > span:first-of-type {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.profile__body__content-orders__item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
  gap: 10px;
}

.profile__body__content-orders__item__head__price {
  text-align: end;
}

.profile__body__content-orders__item__head::before {
  content: "";
  position: absolute;
  width: 4px;
  left: 0;
  display: block;
  height: 100%;
  border-radius: 5px;
  background-color: #29ab30;
}

.profile__body__content-orders__item__head[data-type="group-id-1"]::before {
  background-color: #ffb02e;
}

.profile__body__content-orders__item__head[data-type="group-id-2"]::before {
  background-color: #00d26a;
}

.profile__body__content-orders__item__head[data-type="group-id-3"]::before {
  background-color: #ff6723;
}

.profile__body__content-orders__item__head[data-type="group-id-4"]::before {
  background-color: #00a6ed;
}

.profile__body__content-orders__item__head[data-type="group-id-5"]::before {
  background-color: #00d26a;
}

.profile__body__content-orders__item__head[data-type="group-id-6"]::before {
  background-color: #f8312f;
}

.profile__body__content-orders__item__head__info > p {
  font-size: 10px;
  margin-bottom: 5px;
  color: #909090;
}

.profile__body__content-likes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: start;
  gap: 20px;
}

.profile__body__menu {
  display: flex;
  flex-direction: column;
  max-width: 282px;
  flex: 2;
}

.profile__body__menu > button {
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  background-color: #f3f3f3;
}

.profile__body__menu > button span {
  color: #5a6375;
}

#accessories-slider {
  max-width: calc(100vw - 40px);
}

.product-card {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.product-card__image {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #f3f3f3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
  position: relative;
  padding-top: 100%;
}

.product-card__image img {
  max-width: calc(100% - 20px);
  object-fit: contain;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.aws-container .aws-search-form {
  height: 40px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.aws-container .aws-show-clear .aws-search-field::placeholder {
  text-align: center;
}

.aws-search-result .aws_result_title {
  color: #000;
}

.aws-search-result .aws_result_link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aws-search-result .aws_result_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aws-search-result .aws_result_image {
  display: block;
  height: 40px;
  width: 40px;
  padding: 0;
  float: none;
}

.aws-search-result {
  margin-top: 2px;
  border: none;
  border-radius: 8px !important;
  padding: 10px;
}

.header__search__bar .aws-container {
  width: 100%;
}

.aws-container .aws-search-form .aws-form-btn {
  background: transparent;
  padding: 10px;
  border: none;
  width: auto;
}

.aws-container .aws-search-field {
  border: none;
}

.aws-container .aws-search-form .aws-search-btn_icon {
  color: #000;
  width: 22px;
  height: 22px;
}

.product-card__price {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: start;
  margin: 12px 0 12px 0;
  height: 46px;
}

.product-card__price-new {
  color: #a22930;
}

.product-card__price-old {
  color: #909090;
  text-decoration: line-through;
}

.product-card__price > div {
  display: flex;
  align-items: center;
  gap: 5px 10px;
  flex-wrap: wrap;
  width: auto;
}

.product-card__price > span {
  line-height: 24px;
  display: block;
}

.product-card__price > .green {
  color: #29ab30;
}

.product-card__price > .red {
  color: #a22930;
}

.product-card__price > .orange {
  color: #e88913;
}

.product-card__like,
.product_catalog {
  position: absolute;
  z-index: 2;
}  

.side-modal__wrap__basket__container__head svg:hover path {
    stroke: #a22930;
}


.woocommerce .woocommerce-message {
  display: none;
}

.product-card__like {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-card__like.remove > svg:not(.remove) {
  display: none;
}

.product-card__like.remove > .remove {
  display: flex;
}

.product-card__like > .remove {
  display: none;
}

.product-card__new {
  background-color: #2a6aca;
}

.product-card__limited {
  background-color: #28282D;	
}

.product-card__used {
  background-color: #EBAA02;	
}

.product-card__sale_price {
  background-color: #29AB30;	
}

.product-card__bestsell {
  background-color: #a22930;	
}

.product_catalog {
  font-size: 8px;
  padding: 3px 6px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 8px 12px;
  cursor: default;
}
.product_catalog:nth-child(1){
  top: 6px;
  left: 7px;
}
.product_catalog:nth-child(2){
  top: 36px;
  left: 7px;
}
.product_catalog:nth-child(3){
  top: 66px;
  left: 7px;
}
.product_catalog:nth-child(4){
  top: 96px;
  left: 7px;
}
.product_catalog:nth-child(5){
  top: 126px;
  left: 7px;
}
.product-card > h4 {
  text-transform: uppercase;
  color: #5a6375;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 12px;
}

.product-card h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.product-card > button {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #000;
  border: 1px solid #e6e6e6;
  width: 100%;
  margin-top: auto;
}

.product-card > button:disabled {
  background-color: #f3f3f3;
}

.product-card > button:hover {
  color: #fff;
  background-color: #28282d;
}

.product-card.small,
.product-card-small {
  width: 210px;
  height: auto;
  display: contents;
  grid-template-rows: 210px auto 2em 2em auto;
  position: relative;
}

.product-card.small .product-card__image,
.product-card-small .product-card__image {
  width: 100%;
  height: 210px;
  background-color: #f3f3f3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.product-card.small .product-card__price,
.product-card-small .product-card__price {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.product-card.small .product-card__price-new,
.product-card.small .product-card__price-usual,
.product-card-small .product-card__price-new,
.product-card-small .product-card__price-usual {
  font-size: 13.457px;
}

.product-card.small .product-card__price-new,
.product-card-small .product-card__price-new {
  color: #a22930;
}

.product-card.small .product-card__price-old,
.product-card-small .product-card__price-old {
  font-size: 10px;
  color: #909090;
  text-decoration: line-through;
}

.product-card.small .product-card__price > span,
.product-card-small .product-card__price > span {
  color: #29ab30;
  line-height: 18px;
}

.product-card.small .product-card___new,
.product-card.small .product-card___like,
.product-card-small .product-card___new,
.product-card-small .product-card___like {
  position: absolute;
}

.product-card.small .product-card___like,
.product-card-small .product-card___like {
  cursor: pointer;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #fff;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-card.small .product-card___new,
.product-card-small .product-card___new {
  color: #fff;
  text-transform: uppercase;
  top: 6px;
  left: 7px;
  border-radius: 5px;
  margin: 8px 12px;
  cursor: default;
  background-color: #2a6aca;
}

.product-card.small > h4,
.product-card-small > h4 {
  text-transform: uppercase;
  color: #5a6375;
  padding: 15px 0 8px 0;
  margin: 0;
  font-size: 10px;
}

.product-card.small > h3,
.product-card-small > h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: 282px;
  height: 32px;
}

.product-card.small > button,
.product-card-small > button {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #000;
  border: 1px solid #e6e6e6;
  width: 100%;
  font-weight: 500;
  margin-top: 16px;
  height: 30px;
}

.product-card.small > button:disabled,
.product-card-small > button:disabled {
  background-color: #f3f3f3;
}

.product-card.small > button:hover,
.product-card-small > button:hover {
  color: #fff;
  background-color: #28282d;
}

.catalog {
  margin-bottom: 100px;
}

.catalog > .container,
.catalog > .post,
.catalog > .info,
.catalog > section {
  flex-direction: column;
}

.catalog__controls {
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.catalog__controls__filter {
  color: #000;
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
  min-width: 272px;
  height: 37px;
  border-radius: 8px;
  border: 1px solid #000;
  align-items: center;
  background-color: #fff;
}

.catalog__controls__filter.active {
  background-color: #000;
  color: #fff;
}

.catalog__controls__filter.active path {
  stroke: #fff;
}

.catalog__controls__filter:hover {
  background-color: #000;
  color: #fff;
}

.catalog__controls__filter path {
  stroke: #000;
}

.catalog__controls__filter:hover path {
  stroke: #fff;
}

.catalog__list.search_page {
  margin-top: 30px;
}

.catalog__list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.catalog__list__filter {
  min-width: 272px;
  z-index: 1000;
}

.catalog__list__filter__controls {
  display: none;
}

.catalog__list__filter__head-minus {
  display: inherit;
}

.catalog__list__filter__head-plus {
  display: none;
}

.catalog__list__filter__brands {
  padding: 21px 10px;
  border-bottom: 1px solid #e6e6e6;
}

.catalog__list__filter__brands.closed .catalog__list__filter__head-minus {
  display: none;
}

.catalog__list__filter__brands.closed .catalog__list__filter__head-plus {
  display: block;
}

.catalog__list__filter__brands.closed > button {
  display: none;
}

.catalog__list__filter__brands.closed .catalog__list__filter__brands__options {
  display: none;
}

.catalog__list__filter__brands.show-all .catalog__list__filter__brands__options {
  max-height: none;
}

.catalog__list__filter__brands.show-all > button > svg:first-of-type {
  display: block;
}

.catalog__list__filter__brands.show-all > button > svg:last-of-type {
  display: none;
}

.catalog__list__filter__brands > button > svg:first-of-type {
  display: none;
}

.catalog__list__filter__brands__head {
  margin-bottom: 12px;
}

.catalog__list__filter__brands__head-minus {
  display: block;
}

.catalog__list__filter__brands__head-plus {
  display: none;
}

.catalog__list__filter__brands__options {
  margin-top: 12px;
  max-height: 140px;
  overflow: hidden;
}

.catalog__list__filter__brands__options > label {
  margin-bottom: 5px;
}

.catalog__list__filter__catalog {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 10px;
  display: none;
}

.catalog__list__filter__catalog.closed .catalog__list__filter__head {
  padding-bottom: 21px;
}

.catalog__list__filter__catalog.closed .catalog__list__filter__head-minus {
  display: none;
}

.catalog__list__filter__catalog.closed .catalog__list__filter__head-plus {
  display: block;
}

.catalog__list__filter__catalog.closed .catalog__list__filter__catalog__options {
  display: none;
}

.catalog__list__filter__catalog__options > div:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.catalog__list__filter__tags {
  padding: 21px 10px;
  border-bottom: 1px solid #e6e6e6;
}

.catalog__list__filter__tags.closed .catalog__list__filter__head-minus {
  display: none;
}

.catalog__list__filter__tags.closed .catalog__list__filter__head-plus {
  display: block;
}

.catalog__list__filter__tags.closed .catalog__list__filter__tags__controls {
  display: none;
}

.catalog__list__filter__tags__controls {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.catalog__list__filter__availability {
  padding: 21px 10px;
  border-bottom: 1px solid #e6e6e6;
}

.catalog__list__filter__availability.closed .catalog__list__filter__head-minus {
  display: none;
}

.catalog__list__filter__availability.closed .catalog__list__filter__head-plus {
  display: block;
}

.catalog__list__filter__availability.closed .catalog__list__filter__availability__controls {
  display: none;
}

.catalog__list__filter__availability__controls {
  padding-top: 12px;
}

.catalog__list__filter__price {
  padding: 21px 10px 0 10px;
  border-bottom: 1px solid #e6e6e6;
}

.catalog__list__filter__price.closed .catalog__list__filter__head {
  padding-bottom: 21px;
}

.catalog__list__filter__price.closed .catalog__list__filter__head-minus {
  display: none;
}

.catalog__list__filter__price.closed .catalog__list__filter__head-plus {
  display: block;
}

.catalog__list__filter__price.closed .catalog__list__filter__price__inputs,
.catalog__list__filter__price.closed .catalog__list__filter__price__slider {
  display: none;
}

.catalog__list__filter__price__inputs {
  display: flex;
  margin: 12px 0;
  align-items: center;
}

.catalog__list__filter__price__inputs > span {
  margin-right: 5px;
  color: #909090;
}

.catalog__list__filter__price__inputs > input {
  border: 1px solid #e6e6e6;
  height: 37px;
  border-radius: 8px;
  padding: 0 15px;
  width: 90px;
  margin-right: 16px;
}

.catalog__list__filter__price__inputs > input:last-child {
  margin-right: 0;
}

.catalog__list__filter__price__inputs > input:hover,
.catalog__list__filter__price__inputs > input:focus {
  border-color: #909090;
}

.catalog__list__filter__price__slider {
  display: none;
  justify-content: center;
}

.catalog__list__filter__brands > button {
  color: #28282d;
  margin-top: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
}

.catalog__list__filter__catalog button {
  display: block;
}

.catalog__list__filter__head {
  color: #000;
  display: flex;
  justify-content: space-between;
}

.catalog__list__filter__head > h3 {
  cursor: default;
}

.catalog__list__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: space-between;
  gap: 10px;
  overflow: hidden;
}
.nothing-text {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  width: max-content;
}

.catalog__list__products__wrap {
  width: 100%;
}

.search_wrap_none {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
}

.catalog__list__products__pagination {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: relative;
  padding-top: 38px;
}

.catalog__list__products__pagination__pages {
  right: 0;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
}

.catalog__list__products__pagination__pages .selected {
  background-color: #28282d;
  color: #fff;
}

.catalog__list__products__pagination__pages > button,
.catalog__list__products__pagination__pages a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.catalog__list__products__pagination__pages > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
}

.catalog__list__products__pagination__pages > button {
  border: 1px solid #e6e6e6;
}

.catalog__list__products__pagination__pages > button:disabled > svg > path {
  stroke: #919191;
}

.catalog__list__products__pagination__pages__previous > svg {
  transform: rotate(180deg);
}

.catalog__list__products__pagination__pages span {
  background-color: #28282d;
  color: #fff;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog__list__products__pagination__pages > .next,
.catalog__list__products__pagination__pages > .prev,
.catalog__list__products__pagination__pages a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.catalog__list__products__pagination__pages > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
}

.catalog__list__products__pagination__pages > .next,
.catalog__list__products__pagination__pages > .prev {
  border: 1px solid #e6e6e6;
  background: #fff;
}

.catalog__list__products__pagination__pages > button:disabled > svg > path {
  stroke: #919191;
}

.catalog__list__products__pagination__pages .prev > svg {
  transform: rotate(180deg);
}

.catalog__list__products__pagination > button {
  background-color: #28282d;
  border-radius: 20px;
  padding: 10px 20px;
  color: #fff;
}

.catalog__list__products__pagination > button {
  background-color: #28282d;
  border-radius: 20px;
  padding: 10px 20px;
  color: #fff;
}

.catalog__breadcrumbs,
.product__head__breadcrumbs {
  display: flex;
  background-color: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  gap: 10px;
  margin: 20px 0 30px 0;
  width: fit-content;
}

.catalog-head {
  min-height: 80px;
  position: relative;
  width: 100vw;
  height: 18vw;
  max-height: 280px;
}

.catalog-head.search {
  display: flex;
  align-items: center;
}

.catalog-head > img {
  position: absolute;
  z-index: -1;
  width: 100vw;
  max-height: inherit;
  height: inherit;
  object-fit: cover;
}

.catalog-head h1 {
  font-size: clamp(18px, 5vw, 70px);
  color: #fff;
  cursor: default;
}

.catalog-info {
  background-color: #f3f3f3;
  padding: 60px 0 120px 0;
  margin-bottom: -80px;
}

.catalog-info.open > section {
  height: auto;
  max-height: none;
}

.catalog-info.open > section > p {
  line-clamp: 20;
}

.catalog-info.open > section > .more {
  display: none;
}

.catalog-info.open > section > .less {
  display: flex;
}

.catalog-info.open > section p {
  height: auto;
  max-height: none;
  -webkit-line-clamp: unset;
}

.catalog-info > section > .more {
  display: flex;
}

.catalog-info > section > .less {
  display: none;
}

.catalog-info h4 {
  margin-bottom: 10px;
}

.catalog-info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #5a6375;
}

.catalog-info button {
  color: #28282d;
  margin-top: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
}

#faq-item-hide {
  display: none;
}

.faq-item {
  background-color: #f3f3f3;
  width: 100%;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  cursor: pointer;
}

.faq-item.open > p {
  margin-top: 10px;
  height: auto;
}

.faq-item > svg {
  position: absolute;
  right: 20px;
  top: 16px;
}

.faq-item > p {
  color: #5a6375;
  max-width: 80%;
  height: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq-item > h3 {
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.faq-item:not(:last-child) {
  margin-bottom: 10px;
}

.faq {
  padding-top: 60px;
  padding-bottom: 175px;
}

.faq > h1 {
  margin-bottom: 40px;
}

.info > article {
  width: 100%;
}

.info > article > section {
  width: 100%;
}

.info > h1 {
  max-width: 720px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 47px;
}

.post,
.info {
  flex-direction: column;
  padding-top: 43px;
  padding-bottom: 140px;
  align-items: center;
}

#blog-slider a {
  height: auto;
}

.post > .blog,
.info > .blog {
  margin-bottom: 0;
}

.post > .blog .section-head > a,
.info > .blog .section-head > a {
  display: none;
}

.post__share {
  max-width: 760px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 126px;
  display: none;
}

.post__share > h3 {
  cursor: default;
  width: 100%;
  margin-bottom: 20px;
}

.post__share > a {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.post__share > a > svg {
  margin-right: 10px;
}

.post > article,
.info > article {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  margin-bottom: 63px;
}

.post > article > section:not(:last-child),
.info > article > section:not(:last-child) {
  margin-bottom: 80px;
}

.post > article > section > h2,
.info > article > section > h2 {
  color: #909090;
  margin-bottom: 20px;
}

.post > article > section > h1,
.info > article > section > h1 {
  text-transform: uppercase;
  margin-bottom: 38px;
}

.post > article > section > p,
.info > article > section > p {
  color: #909090;
  line-height: 25.6px;
  margin-bottom: 1em;
}

.post__image {
  margin-bottom: 28px;
  width: 100%;
  max-height: 250px;
  border-radius: 10px;
  overflow: hidden;
}

.post__image > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 250px;
  display: block;
  object-fit: contain;
}

.blog-page {
  padding-top: 54px;
  padding-bottom: 150px;
}

.blog-page > h1 {
  margin-bottom: 40px;
}

.blog-page__posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 50px;
  justify-content: space-between;
}

.about {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100vw;
}

.about__slides__slider .swiper-slide {
  display: flex;
  justify-content: center;
}

.about__slides {
  margin-bottom: 100px;
}

.about__slides__slider {
  display: none;
}

.about__slides__slider > .us__slider > .us__slider__wrap > div {
  min-width: 200px;
  max-width: 282px;
  max-height: 380px;
  border-radius: 10px;
  margin-right: 10px;
}

.about__slides__slider > .us__slider > .us__slider__wrap > div > img {
  border-radius: inherit;
  width: 100%;
}

.about__slides__container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.about__slides__container > div {
  flex: 1;
  min-width: 200px;
  max-width: 282px;
  max-height: 380px;
  border-radius: 10px;
}

.about__slides__container > div > img {
  border-radius: inherit;
  width: 100%;
}

.about__why__slider {
  display: none;
}

.about__why__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  grid-auto-rows: 1fr;
  row-gap: 18px;
  column-gap: 30px;
  justify-content: space-between;
}

.about__why__cards__title {
  display: flex;
}

.about__why__cards__title > h2 {
  margin: auto;
  width: 100%;
  text-align: center;
}

.about__details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.about__details__text {
  flex: 1;
  max-width: 50%;
}

.about__details__text > h1 {
  margin-bottom: 20px;
}

.about__details__text > p {
  color: #5a6375;
}

.about__details__text > p:not(:last-child) {
  margin-bottom: 12px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  width: max-content;
  gap: 7px;
}

.custom-checkbox p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.75px;
  height: 18.75px;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #e6e6e6;
}

.custom-checkbox p > svg {
  opacity: 0;
}

.custom-checkbox input {
  position: absolute;
  width: 18.75px;
  height: 18.75px;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox input:checked ~ p {
  background-color: #28282d;
  border: none;
}

.custom-checkbox input:checked ~ p > svg {
  opacity: 1;
}

.range-slider {
  position: relative;
  display: flex;
  align-items: center;
  margin: 9px 0;
}

.range-slider input[type="range"] {
  z-index: 5;
  opacity: 1;
  width: 100%;
}

.range-slider-track {
  position: absolute;
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  background-color: #28282d;
}

.range-slider > .range-slider-left,
.range-slider .range-slider-right {
  z-index: 3;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  cursor: pointer;
}

.range-slider > .range-slider-left {
  left: 0;
}

.range-slider > .range-slider-right {
  right: 0;
}

.dropdown {
  min-width: 272px;
  background-color: #fff;
  position: relative;
  height: 37px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  cursor: pointer;
}

.dropdown.sort {
  border: 1px solid #000;
}

.dropdown.sort.open,
.dropdown.sort:hover,
.dropdown.active {
  background-color: #000;
  border: 1px solid #000;
}

.dropdown.sort.open .dropdown__text span,
.dropdown.sort:hover .dropdown__text span,
.dropdown.active .dropdown__text span {
  color: #fff;
}

.dropdown.sort.open .dropdown__text path,
.dropdown.sort:hover .dropdown__text path,
.dropdown.active .dropdown__text path {
  stroke: #fff;
}

.dropdown > input {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden;
}

.dropdown.open {
  border-color: #000;
}

.dropdown.open .dropdown__body {
  display: flex;
  max-height: 30vh;
  overflow-y: auto;
}

.dropdown.open .dropdown__text > svg {
  transition: all 0.3s ease;
  transform: rotate(180deg);
}

.dropdown:hover {
  border-color: #909090;
}

.dropdown.sort:hover {
  border: 1px solid #000;
}

.dropdown.sort:hover {
  border: 1px solid #000;
}

.dropdown.active:hover {
  border-color: #000;
}

.dropdown__text {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.dropdown__text br {
  display: none;
}

.dropdown__text > span {
  max-width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dropdown__text > svg {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.dropdown__body {
  scrollbar-width: thin;
  scrollbar-color: #000000 #e6e6e6;
  width: 101%;
  left: -0.5%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  position: absolute;
  display: none;
  flex-direction: column;
  top: calc(100% + 5px);
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 30vh;
}

.dropdown__body::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  border-radius: 10px;
}

.dropdown__body::-webkit-scrollbar-track {
  background: #e6e6e6;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.dropdown__body::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 30px;
  border: 3px solid #000000;
}

.dropdown__body::-webkit-scrollbar-track {
  margin-bottom: 5px;
  margin-top: 5px;
}

.dropdown__body > div,
.dropdown__body > span {
  padding: 12px 15px;
  cursor: pointer;
}

.dropdown__body > div:not(:last-child),
.dropdown__body > span:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.contacts {
  padding-top: 84px;
  padding-bottom: 100px;
  flex-direction: row;
  border-radius: 10px;
  gap: 15px;
  justify-content: space-between;
}

.contacts__form {
  padding: 30px;
  background-color: #f3f3f3;
  border-radius: 10px;
}

.contacts__form > button {
  margin-top: 8px;
}

.contacts__form > label {
  display: block;
  margin-bottom: 12px;
}

.contacts__form > h2,
.contacts__form p {
  cursor: default;
}

.contacts__form > h2 {
  margin-bottom: 10px;
}

.contacts__form > p {
  color: #5a6375;
  margin-bottom: 12px;
}

.contacts__form button {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #fff;
  background-color: #28282d;
  width: 100%;
}

.contacts__form button:disabled {
  cursor: default;
  color: #000;
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
}

.contacts__form button:disabled:hover {
  background-color: #f3f3f3;
}

.contacts__form button:hover {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #000;
}

.contacts__form label {
  line-height: 20px;
}

.contacts__form-textarea {
  border: 1px solid #e6e6e6;
  height: 37px;
  border-radius: 8px;
  padding: 0 15px;
  padding: 10px 15px;
  background-color: #fff;
  width: 100%;
  margin-bottom: 10px;
  resize: none;
  height: max-content;
  overflow: hidden;
  height: 100px;
}

.contacts__form-textarea:hover,
.contacts__form-textarea:focus {
  border-color: #909090;
}

.contacts__form-textarea:focus,
.contacts__form-textarea:focus-visible {
  outline: 1px solid #e6e6e6;
}

.contacts__address {
  width: 737px;
}

.contacts__address__map {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  height: 410px;
}

.contacts__address__map > img {
  object-fit: fill;
  transform: scale(1.2) translate(5%, -10%);
}

.contacts__address__map > iframe {
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
}

@media(max-width: 1024px){
	.flex-column-md {
		display: flex;
		flex-direction: column
	}
}

.contact-form-aside {
  position: relative;
  max-width: 33.33334%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 84px;
  padding-bottom: 100px;
}

@media(max-width: 1150px){
	.contact-form-aside {
		max-width: 40%;
		padding-top: 50px;
	}
}

@media(max-width: 1024px){
	.contact-form-aside {
		max-width: 100%;
	}
}

.rent {
  padding-top: 84px;
  padding-bottom: 100px;
  flex-direction: row;
  border-radius: 10px;
  gap: 15px;
  justify-content: space-between;
  max-width: 66.66667%;
  width: 100%;
}

@media(max-width: 1024px){
	.rent {
		max-width: 100%;
		padding-bottom: 50px;
	}
}

.dj-place {
  max-width: 66.66667%;
  width: 100%;
  padding-top: 84px;
  padding-bottom: 100px;
  border-radius: 10px;
  gap: 15px;
  justify-content: space-between;
}

@media(max-width: 1024px){
	.dj-place {
		max-width: 100%;
		padding-bottom: 50px;
	}
}

.vacancies {
  padding-top: 84px;
  padding-bottom: 100px;
  flex-direction: row;
  border-radius: 10px;
  gap: 15px;
  justify-content: space-between;
  max-width: 66.66667%;
  width: 100%;
}

@media(max-width: 1024px){
	.vacancies {
		max-width: 100%;
		padding-bottom: 50px;
	}
}

.cooperation {
  padding-top: 84px;
  padding-bottom: 100px;
  flex-direction: row;
  border-radius: 10px;
  gap: 15px;
  justify-content: space-between;
  max-width: 66.66667%;
  width: 100%;
}

@media(max-width: 1024px){
	.cooperation {
		max-width: 100%;
		padding-bottom: 50px;
	}
}

.harranty {
  padding-top: 84px;
  padding-bottom: 100px;
  flex-direction: row;
  border-radius: 10px;
  gap: 15px;
  justify-content: space-between;
  max-width: 66.66667%;
  width: 100%;
}

@media(max-width: 1024px){
	.harranty {
		max-width: 100%;
		padding-bottom: 50px;
	}
}

.exchange-return {
  padding-top: 84px;
  padding-bottom: 100px;
  flex-direction: row;
  border-radius: 10px;
  gap: 15px;
  justify-content: space-between;
  max-width: 66.66667%;
  width: 100%;
}

@media(max-width: 1024px){
	.exchange-return {
		max-width: 100%;
		padding-bottom: 50px;
	}
}

.dropdown.open .dropdown__body p,
.dropdown.open .dropdown__body {
  display: flex;
}

.dropdown.open .dropdown__text p > svg {
  transition: all 0.3s ease;
  transform: rotate(180deg);
}

.wpcf7-response-output {
  max-width: 435px;
}

.dropdown__text > span {
  max-width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dropdown__text p > svg {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.dropdown__text > p {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.dropdown__body p {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  position: absolute;
  display: none;
  flex-direction: column;
  top: calc(100% + 5px);
  z-index: 10;
  width: 100%;
}

.dropdown__body > p span {
  padding: 12px 15px;
  cursor: pointer;
}

.dropdown__body > p span:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.contacts__form {
  padding: 30px;
  background-color: #f3f3f3;
  border-radius: 10px;
}

.contacts__form > button {
  margin-top: 8px;
}

.contacts__form > label {
  display: block;
  margin-bottom: 12px;
}

.contacts__form > h2,
.contacts__form p {
  cursor: default;
}

.contacts__form > h2 {
  margin-bottom: 10px;
}

.contacts__form > p {
  color: #5a6375;
  margin-bottom: 12px;
}

.contacts__form > p:nth-child(4) {
  margin-bottom: 0;
}

.contacts__form .input-custom .field-message {
  margin-bottom: 12px;
}

.contacts__form > #dropdown {
  margin-bottom: 12px;
}

.contacts__form button {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #fff;
  background-color: #28282d;
  width: 100%;
}

.contacts__address__details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
  gap: 10px;
}

.contacts__address__details__social {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}

.contacts__address__details > div {
  display: flex;
  flex-direction: column;
}

.contacts__address__details > div > a {
  display: block;
}

.contacts__address__details > div > h6 {
  margin-bottom: 10px;
  cursor: default;
}

.contacts__address > h1 {
  margin-bottom: 30px;
}

.modal {
  display: none;
  flex-direction: column;
  inset: 0;
  padding: 12px 20px;
  position: fixed;
  min-height: calc(100vh + 20px);
  width: 100vw;
  overflow-y: auto;
  background-color: #28282d;
  z-index: 9999;
}

.modal.open {
  display: flex;
}

.modal__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.modal__head__close {
  width: 30px;
  height: 30px;
}

.modal__controls {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.modal__controls__tab > div {
  background-color: #5a6375;
  color: #fff;
  padding: 9px 18px;
  border-radius: 8px;
}

.modal__controls__tab > input[type="radio"] {
  height: 0;
  width: 0;
  position: absolute;
}

.modal__controls__tab > input[type="radio"]:checked + div {
  color: #28282d;
  background-color: #fff;
}

.modal__controls__tab .content {
  display: none;
  padding: 0;
  background-color: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 20px);
  padding-bottom: 100px;
}

.modal__controls__tab .content__contacts,
.modal__controls__tab .content__services,
.modal__controls__tab .content__catalog {
  display: flex;
  flex-direction: column;
}

.modal__controls__tab .content__catalog__categories__menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.modal__controls__tab .content__catalog__categories__menu.open > button > img {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}

.modal__controls__tab .content__catalog__categories__menu.open .content__catalog__categories__menu__drop {
  margin-top: 15px;
  gap: 10px;
  transition: all 0.3s ease;
  height: auto;
}

.modal__controls__tab .content__catalog__categories__menu > button {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 5px;
}

.modal__controls__tab .content__catalog__categories__menu > button > img {
  transition: transform 0.3s ease;
  transform: rotate(0);
  margin-left: 5px;
}

.modal__controls__tab .content__catalog__categories__menu__drop {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  overflow: hidden;
  height: 0;
}

.modal__controls__tab .content__catalog__nav {
  border-top: 1px solid #e6e6e6;
  padding-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.modal__controls__tab .content__contacts {
  border-bottom: none !important;
}

.modal__controls__tab .content__contacts > h3 {
  margin-bottom: 26px;
}

.modal__controls__tab .content__contacts > h3 > div {
  margin-top: 15px;
}

.modal__controls__tab .content__contacts > h3 > div a {
  display: inline-block;
  max-width: 20px;
  margin-right: 15px;
}

.modal__controls__tab .content__services > a {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.modal__controls__tab > input[type="radio"]:checked ~ .content {
  display: flex;
  flex-direction: column;
}

.product {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100%;
}

.product__body__details__specifications,
.product__body__details__video,
.product__body__details__reviews {
  display: none;
}

.product__body__details__reviews__cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 386px));
  justify-content: center;
  row-gap: clamp(15px, 2vw, 30px);
}

.product__body__details__video > iframe {
  display: block;
  margin: auto;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 560px;
}

.product__body__details__specifications__characteristic {
  display: grid !important;
  width: 100%;
  gap: 25px;
  grid-template-columns: 1fr 1fr;
  align-items: baseline;
}

.product__body__details__specifications__characteristic:not(:last-child) {
  margin-bottom: 12px;
}

.product__body__details__specifications__characteristic > h6 {
  display: flex;
  align-items: center;
}

.product__body__details__specifications__characteristic > h6::after {
  display: inline-block;
  margin-left: 20px;
  content: "";
  background: #5a6375;
  flex: 1;
  height: 2px;
  border-radius: 2px;
}

.product__body__details__description > h2 {
  margin-bottom: 10px;
}

.product__body__details__info {
  width: inherit;
  overflow: hidden;
}

.product__body__details__info__wrap {
  display: flex;
}

.product__body__details__info__wrap > div {
  min-width: 100%;
}

.product__body__details__tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.product__body__details__tabs > .new__controls__back,
.product__body__details__tabs > .new__controls__next {
  display: none;
  background-color: #fff;
}

.product__body__details__tabs__wrap {
  display: flex;
  justify-content: center;
}

.product__body__details__tabs__wrap__display {
  display: flex;
  gap: 10px;
}

.product__body__details__tabs__wrap__display > .tab > div {
  padding: 9px 18px;
}

.product__body__view {
  margin-bottom: 100px;
  display: flex;
  gap: 20px;
}

.product__body__view__card {
  width: 100%;
}

.product__head__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.product__head__breadcrumbs {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.woocommerce-breadcrumb a:hover, .product__head__breadcrumbs a:hover {
  text-decoration: none;
  color: #a22930;
}
.woocommerce-breadcrumb a:hover svg path, .product__head__breadcrumbs a:hover svg path{
  stroke: #a22930;
}
.product-card__like:hover {
  opacity: 0.8;
}
.product__accessories {
  overflow: hidden;
  width: inherit;
}

.product__accessories__wrap {
  width: inherit;
  display: grid;
  justify-content: space-between;
  grid-auto-flow: column;
  transition: all 0.3s ease;
}

.product > .container,
.product > section,
.product > .post,
.product > .info {
  flex-direction: column;
}

.product .section-head {
  margin-top: 100px;
}

.product .section-head > h2 {
  /*text-transform: capitalize;*/
  font-size: 36px;
}

.order {
  min-height: 70vh;
  padding-top: 82px;
  padding-bottom: 175px;
}

.order__complete-link {
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 228px;
}

.order__complete-link:first-child {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #000;
  border: 1px solid #e6e6e6;
  width: 100%;
  background-color: #f3f3f3;
  font-weight: 600;
}

.order__complete-link:first-child:disabled {
  background-color: #f3f3f3;
}

.order__complete-link:first-child:hover {
  color: #fff;
  background-color: #28282d;
}

.order__complete__links {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  gap: 6.5px;
}

.order__complete__product > .profile__body__content-orders__item__wrap__product {
  background-color: #f3f3f3 !important;
  border-radius: 10px;
}

.order__fail,
.order__complete {
  max-width: 1400px !important;
  margin: auto;
}

.order__fail__product,
.order__complete__product {
  position: relative;
}

.order__fail__product__disable,
.order__complete__product__disable {
  position: absolute;
  inset: 0;
  background-color: rgba(241, 241, 241, 0.5490196078);
  border-radius: 10px;
}

.order__fail__product .profile__body__content-orders__item__wrap__product,
.order__complete__product .profile__body__content-orders__item__wrap__product {
  display: flex;
  padding: 20px 24px 20px 10px;
}

.order__fail__product .profile__body__content-orders__item__wrap__product__details,
.order__fail__product .profile__body__content-orders__item__wrap__product__prices,
.order__complete__product .profile__body__content-orders__item__wrap__product__details,
.order__complete__product .profile__body__content-orders__item__wrap__product__prices {
  display: flex;
}

.order__success,
.order__fail,
.order__complete {
  width: 100%;
  max-width: 906px;
}

.order__success-link,
.order__fail-link,
.order__complete-link {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #fff;
  background-color: #28282d;
  display: flex;
  cursor: pointer;
  margin-left: auto;
  margin-top: 20px;
  max-width: 228px;
  align-items: center;
  justify-content: center;
}

.order__success-link:disabled,
.order__fail-link:disabled,
.order__complete-link:disabled {
  cursor: default;
  color: #000;
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
}

.order__success-link:disabled:hover,
.order__fail-link:disabled:hover,
.order__complete-link:disabled:hover {
  background-color: #f3f3f3;
}

.order__success-link:hover,
.order__fail-link:hover,
.order__complete-link:hover {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #000;
}

.order__success__message,
.order__fail__message,
.order__complete__message {
  text-align: center;
  margin-bottom: 40px;
}

.order__success__message > p,
.order__success__message h1,
.order__fail__message > p,
.order__fail__message h1,
.order__complete__message > p,
.order__complete__message h1 {
  text-transform: uppercase;
  cursor: default;
}

.order__success__message > h1,
.order__fail__message > h1,
.order__complete__message > h1 {
  margin-bottom: 13px;
}

.order__success__message > h1 > svg,
.order__fail__message > h1 > svg,
.order__complete__message > h1 > svg {
  vertical-align: middle;
  margin-right: 10px;
  padding-bottom: 5px;
}

.order > .container,
.order > section,
.order > .post,
.order > .info {
  padding: 0;
  justify-content: center;
}

.checkout_page {
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 0;
}

.checkout_page > .container,
.checkout_page > section,
.checkout_page > .post,
.checkout_page > .info {
  flex-direction: column;
}

.checkout__order form {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.checkout__order .checkout_steps_wrap {
  width: calc(66% - 10px);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.checkout__order .checkout__order__final {
  width: calc(34% - 10px);
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.checkout__order__final .checkout__order__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.checkout__order .user_type_wrap {
  width: calc(66% - 10px);
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.checkout__order .checkout_steps_wrap .checkout__order__payment,
.checkout__order .checkout_steps_wrap .checkout__order__address,
.checkout__order .checkout_steps_wrap .checkout__order__user {
  width: calc(33.33% - 6.66px);
}

.checkout__order__final .checkout__order__steps-next {
  color: #fff;
  background-color: #29ab30;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 0;
  width: 100%;
  max-width: 260px;
}

.checkout__order__final.current-step > .checkout__order__steps {
  visibility: visible;
}

.checkout__order__card {
  background-color: #f3f3f3;
  border-radius: 10px;
  height: fit-content;
  display: grid;
  grid-template-rows: auto 258px auto auto;
  padding: 20px;
  width: 100%;
}

.checkout__order__card__total > div {
  display: flex;
  justify-content: space-between;
}

.checkout__order__card__total > div:not(:last-child) {
  margin-bottom: 8px;
}

.checkout__order__card__total > div:not(:last-child) > span:first-child {
  color: #5a6375;
}

.checkout__order__card__inputs {
  margin-bottom: 10px;
}

.checkout__order__card__inputs > textarea {
  border: 1px solid #e6e6e6;
  height: 37px;
  border-radius: 8px;
  padding: 0 15px;
  padding: 10px 15px;
  background-color: #fff;
  width: 100%;
  margin-bottom: 10px;
  resize: none;
  height: max-content;
  overflow: hidden;
}

.checkout__order__card__inputs > textarea:hover,
.checkout__order__card__inputs > textarea:focus {
  border-color: #909090;
}

.checkout__order__card__inputs > textarea:focus,
.checkout__order__card__inputs > textarea:focus-visible {
  outline: 1px solid #e6e6e6;
}

.checkout__order__card > h3 {
  margin-bottom: 20px;
}

.checkout__order__card__products {
  display: flex;
  flex-direction: column;
  gap: 28px;
  overflow: auto;
  direction: rtl;
  scrollbar-width: thin;
  scrollbar-color: #000000 #e6e6e6;
  margin-bottom: 12px;
  max-height: 300px;
}

.checkout__order__card__products::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  border-radius: 10px;
}

.checkout__order__card__products::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.checkout__order__card__products::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 30px;
  border: 3px solid #000000;
}

.checkout__order__card__products__item {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  gap: 10px;
  width: 100%;
}

.checkout__order__card__products__item__details {
  text-align: left;
  width: 100%;
}

.checkout__order__card__products__item__details__price {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
}

.checkout__order__card__products__item__details__price > .price {
  text-decoration: none;
  font-size: 18px;
  color: #000;
}

.checkout__order__card__products__item__details__price > .new-price {
  color: #a22930;
}

.checkout__order__card__products__item__details__price > .old-price {
  text-decoration: line-through;
  color: #909090;
}

.checkout__order__card__products__item__details__amount,
.checkout__order__card__products__item__details__amount > .quantity {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
}

.checkout__order__card__products__item__details__amount > button,
.checkout__order__card__products__item__details__amount > .quantity > button {
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  vertical-align: middle;
  transition: border-color 0.3s ease;
  scale: 1;
  transition: scale 0.2s ease-out;
}

.checkout__order__card__products__item__details__amount > button:hover,
.checkout__order__card__products__item__details__amount > .quantity > button:hover {
  border-color: #909090;
}

.checkout__order__card__products__item__details__amount > button:active,
.checkout__order__card__products__item__details__amount > .quantity > button:active {
  scale: 0.9;
}

.checkout__order__card__products__item__details__amount > input::-webkit-outer-spin-button,
.checkout__order__card__products__item__details__amount > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.checkout__order__card__products__item__details__amount > input[type="number"] {
  -moz-appearance: textfield;
}

.checkout__order__card__products__item__details__amount > input,
.checkout__order__card__products__item__details__amount > .quantity > input {
  border: 1px solid #e6e6e6;
  height: 37px;
  border-radius: 8px;
  padding: 0 15px;
  padding: 0;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #fff;
}

.checkout__order__card__products__item__details__amount > input:hover,
.checkout__order__card__products__item__details__amount > .quantity > input:hover,
.checkout__order__card__products__item__details__amount
  > .quantity
  > input:focus
  .checkout__order__card__products__item__details__amount
  > input:focus {
  border-color: #909090;
}

.checkout__order__card__products__item__details > div {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
}

.checkout__order__card span.optional {
  display: none;
}

.present-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  justify-content: space-between;
}

.present-option .form-row {
  width: 13px;
  height: 13px;
}

.present-option .form-row input[type="checkbox"] {
  position: relative;
  cursor: pointer;
}

.present-option .form-row input[type="checkbox"]:after {
  content: " ";
  display: inline-block;
  visibility: visible;
  top: 0;
  left: auto;
  position: absolute;
  height: 13px;
  display: block;
  width: 13px;
  border-radius: 2px;
}

.present-option .form-row input[type="checkbox"]:checked:after {
  content: "\2714";
  text-align: center;
  font-size: 9px;
  color: white;
  background-color: #000;
}

.present-option > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.present-option > div > span {
  color: #5a6375;
  font-size: 12px;
  line-height: normal;
  font-weight: 500;
}

.present-option .update_totals_on_change {
  transform: translate(0px, -2px);
}

.present-option > span {
  color: #000;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}

.checkout__order__card__products__item__details > h6 {
  color: #5a6375;
  text-transform: uppercase;
  margin-bottom: 7px;
  padding-right: 20px;
  padding-top: 2px;
}

.checkout__order__card__products__item > img {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  aspect-ratio: 1;
  object-fit: contain;
}

.checkout__order__card__products__item > a {
  position: absolute;
  top: 0px;
  right: -4px;
  z-index: 3;
  cursor: pointer;
}

.checkout__order__card__products__item > a svg {
  width: 18px;
  height: 18px;
}

.checkout__order__card__products__item > a svg:hover path {
  fill: #a22930;
}

.checkout__order__steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  visibility: hidden;
  gap: 15px;
}

.checkout__order__steps-next {
  color: #fff;
  width: 130px;
  background-color: #28282d;
  padding: 10px;
  border-radius: 20px;
}

.checkout__order__steps-next:hover {
  background-color: #29AB30;
}

.checkout__order__steps-back {
  display: flex;
  width: max-content;
  align-items: center;
  color: #909090;
}

.checkout__order__user .checkout__order__steps-back {
  /*display: none;*/
}

.checkout__order__user .checkout__order__steps {
  justify-content: space-between;
}

.checkout__order__address__inputs,
.checkout__order__payment__inputs {
  gap: 0 !important;
}

.checkout__order__address__inputs > .dropdown,
.checkout__order__payment__inputs > .dropdown {
  min-width: auto;
  max-width: 100%;
}

.checkout__order__address__inputs > .dropdown__text,
.checkout__order__payment__inputs > .dropdown__text {
  min-width: auto;
  max-width: min-content;
}

.checkout__order__address__inputs > .dropdown:not(:last-child),
.checkout__order__payment__inputs > .dropdown:not(:last-child) {
  margin-bottom: 12px;
}

.checkout__order__address__inputs > p,
.checkout__order__payment__inputs > p {
  cursor: default;
  margin-bottom: 5px;
}

.checkout__order__tab {
  color: #5a6375;
  text-align: center;
  border-radius: 8px;
  padding: 9px 0;
}

.checkout__order__user,
.checkout__order__address,
.checkout__order__payment {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.checkout__order__user__inputs,
.checkout__order__address__inputs,
.checkout__order__payment__inputs {
  padding: 15px 16px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  visibility: hidden;
}

.checkout__order__user__inputs > .dropdown,
.checkout__order__address__inputs > .dropdown,
.checkout__order__payment__inputs > .dropdown {
  width: 100%;
}

.checkout__order__user__inputs > .custom-checkbox,
.checkout__order__address__inputs > .custom-checkbox,
.checkout__order__payment__inputs > .custom-checkbox {
  color: #28282d;
}

.checkout__order__user.disabled .checkout__order__user__inputs > *,
.checkout__order__user.disabled .checkout__order__address__inputs > *,
.checkout__order__user.disabled .checkout__order__payment__inputs > *,
.checkout__order__address.disabled .checkout__order__user__inputs > *,
.checkout__order__address.disabled .checkout__order__address__inputs > *,
.checkout__order__address.disabled .checkout__order__payment__inputs > *,
.checkout__order__payment.disabled .checkout__order__user__inputs > *,
.checkout__order__payment.disabled .checkout__order__address__inputs > *,
.checkout__order__payment.disabled .checkout__order__payment__inputs > * {
  pointer-events: none;
  user-select: none;
  color: #e6e6e6;
}

.checkout__order__user.disabled .checkout__order__user__inputs input:checked ~ p,
.checkout__order__user.disabled .checkout__order__address__inputs input:checked ~ p,
.checkout__order__user.disabled .checkout__order__payment__inputs input:checked ~ p,
.checkout__order__address.disabled .checkout__order__user__inputs input:checked ~ p,
.checkout__order__address.disabled .checkout__order__address__inputs input:checked ~ p,
.checkout__order__address.disabled .checkout__order__payment__inputs input:checked ~ p,
.checkout__order__payment.disabled .checkout__order__user__inputs input:checked ~ p,
.checkout__order__payment.disabled .checkout__order__address__inputs input:checked ~ p,
.checkout__order__payment.disabled .checkout__order__payment__inputs input:checked ~ p {
  background-color: #e6e6e6;
}

.checkout__order__user.disabled .checkout__order__user__inputs label,
.checkout__order__user.disabled .checkout__order__address__inputs label,
.checkout__order__user.disabled .checkout__order__payment__inputs label,
.checkout__order__address.disabled .checkout__order__user__inputs label,
.checkout__order__address.disabled .checkout__order__address__inputs label,
.checkout__order__address.disabled .checkout__order__payment__inputs label,
.checkout__order__payment.disabled .checkout__order__user__inputs label,
.checkout__order__payment.disabled .checkout__order__address__inputs label,
.checkout__order__payment.disabled .checkout__order__payment__inputs label {
  color: #e6e6e6;
}

.checkout__order__user.disabled .checkout__order__user__inputs input::placeholder,
.checkout__order__user.disabled .checkout__order__address__inputs input::placeholder,
.checkout__order__user.disabled .checkout__order__payment__inputs input::placeholder,
.checkout__order__address.disabled .checkout__order__user__inputs input::placeholder,
.checkout__order__address.disabled .checkout__order__address__inputs input::placeholder,
.checkout__order__address.disabled .checkout__order__payment__inputs input::placeholder,
.checkout__order__payment.disabled .checkout__order__user__inputs input::placeholder,
.checkout__order__payment.disabled .checkout__order__address__inputs input::placeholder,
.checkout__order__payment.disabled .checkout__order__payment__inputs input::placeholder {
  color: #e6e6e6;
}

.checkout__order__user.disabled .checkout__order__user__inputs .dropdown__text,
.checkout__order__user.disabled .checkout__order__address__inputs .dropdown__text,
.checkout__order__user.disabled .checkout__order__payment__inputs .dropdown__text,
.checkout__order__address.disabled .checkout__order__user__inputs .dropdown__text,
.checkout__order__address.disabled .checkout__order__address__inputs .dropdown__text,
.checkout__order__address.disabled .checkout__order__payment__inputs .dropdown__text,
.checkout__order__payment.disabled .checkout__order__user__inputs .dropdown__text,
.checkout__order__payment.disabled .checkout__order__address__inputs .dropdown__text,
.checkout__order__payment.disabled .checkout__order__payment__inputs .dropdown__text {
  color: #e6e6e6;
}

.checkout__order__user.disabled .checkout__order__user__inputs .dropdown svg path,
.checkout__order__user.disabled .checkout__order__address__inputs .dropdown svg path,
.checkout__order__user.disabled .checkout__order__payment__inputs .dropdown svg path,
.checkout__order__address.disabled .checkout__order__user__inputs .dropdown svg path,
.checkout__order__address.disabled .checkout__order__address__inputs .dropdown svg path,
.checkout__order__address.disabled .checkout__order__payment__inputs .dropdown svg path,
.checkout__order__payment.disabled .checkout__order__user__inputs .dropdown svg path,
.checkout__order__payment.disabled .checkout__order__address__inputs .dropdown svg path,
.checkout__order__payment.disabled .checkout__order__payment__inputs .dropdown svg path {
  stroke: #e6e6e6;
}

.checkout__order__user.touched .checkout__order__user__inputs,
.checkout__order__user.touched .checkout__order__address__inputs,
.checkout__order__user.touched .checkout__order__payment__inputs,
.checkout__order__address.touched .checkout__order__user__inputs,
.checkout__order__address.touched .checkout__order__address__inputs,
.checkout__order__address.touched .checkout__order__payment__inputs,
.checkout__order__payment.touched .checkout__order__user__inputs,
.checkout__order__payment.touched .checkout__order__address__inputs,
.checkout__order__payment.touched .checkout__order__payment__inputs  {
  visibility: visible;
}

.checkout__order__user.current-step .checkout__order__tab,
.checkout__order__address.current-step .checkout__order__tab,
.checkout__order__payment.current-step .checkout__order__tab {
  background-color: #28282d;
  color: #fff;
}

.checkout__order__user.current-step .checkout__order__steps,
.checkout__order__address.current-step .checkout__order__steps,
.checkout__order__payment.current-step .checkout__order__steps {
  visibility: visible;
}

.checkout__order__user.current-step .checkout__order__user__inputs,
.checkout__order__user.current-step .checkout__order__address__inputs,
.checkout__order__user.current-step .checkout__order__payment__inputs,
.checkout__order__address.current-step .checkout__order__user__inputs,
.checkout__order__address.current-step .checkout__order__address__inputs,
.checkout__order__address.current-step .checkout__order__payment__inputs,
.checkout__order__payment.current-step .checkout__order__user__inputs,
.checkout__order__payment.current-step .checkout__order__address__inputs,
.checkout__order__payment.current-step .checkout__order__payment__inputs {
  background-color: #f3f3f3;
}

.checkout__order__user__password {
  position: relative;
  visibility: hidden;
}

.checkout__order__user__password input {
  padding: 0 30px 0 15px !important;
}

.checkout__order__user__password > svg {
  top: calc(50% + 2px);
  right: 10px;
  position: absolute;
  cursor: pointer;
}

.checkout__order__select {
  display: none;
}

.checkout__head > h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.user_type_btn {
  width: 100%;
  padding: 5px 10px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #f3f3f3;
  font-weight: 600;
  transition: 0.3s;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  max-width: 320px;
}

.user_type_btn:hover {
  color: #fff;
  background-color: #000;
}

.side-modal {
  display: flex;
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  z-index: 9999;
  justify-content: flex-end;
  transition: right 0.7s ease-in-out, left 0.7s ease-in-out, background-color 0.5s ease-in-out;
  background-color: transparent;
}
.login__head svg:hover path {
  stroke: #a22930; /* Изменение цвета обводки при наведении */
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: block;
  background: #909090;
  border-radius: 50px;
  cursor: pointer;
}
.swiper-pagination-bullets{
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 6px;
  flex-flow: wrap row;
}
.swiper-pagination-bullet-active {
  background: #a22930;
}
.swiper-pagination-bullet:hover {
  background: #A22930;
  opacity: 0.7;
}
.side-modal.open {
  right: 0;
  background-color: rgba(40, 40, 45, 0.2941176471);
}

.side-modal.open > .side-modal__wrap {
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.side-modal__wrap {
  transition: transform 0.3s ease;
  transform: translateX(100%);
  overflow: hidden;
  min-width: 410px;
}

.side-modal__wrap__basket {
  transform: translateX(0) !important;
  height: 100%;
}

.side-modal__wrap__basket__container {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  height: 100%;
  padding: 40px 20px 32px 20px;
}

.side-modal__wrap__basket__container__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  width: 100%;
}

.side-modal__wrap__basket__container-btn {
  width: 100%;
}

.side-modal__wrap__basket__container__total > h4,
.side-modal__wrap__basket__container__total > strong {
  color: #5a6375;
}

.side-modal__wrap__basket__container__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.side-modal__wrap__basket__container__head > svg {
  cursor: pointer;
}

.side-modal__wrap__basket__container__items {
  scrollbar-width: thin;
  scrollbar-color: #000000 #e6e6e6;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 10px;
}

.side-modal__wrap__basket__container__items::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  border-radius: 10px;
}

.side-modal__wrap__basket__container__items::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.side-modal__wrap__basket__container__items::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 30px;
  border: 3px solid #000000;
}

.side-modal__wrap__basket__container__items > .checkout__order__card__products__item {
  flex-direction: row;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.side-modal__wrap__basket__container__items
  > .checkout__order__card__products__item
  .checkout__order__card__products__item__details__amount,
.checkout__order__card__products__item__details__amount,
.checkout__order__card__products__item__details__amount > .quantity {
  flex-direction: row;
}

.side-modal__wrap__basket__container__items
  > .checkout__order__card__products__item
  .checkout__order__card__products__item__details
  > div {
  flex-direction: row;
}

.side-modal__wrap__basket__container__items {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
∂ .side-modal__wrap__basket__container__items > p {
  text-align: center;
  max-width: 216px;
}

.side-modal__wrap__basket__container-btn > a {
  border-radius: 8px;
  text-transform: uppercase;
  height: 30px;
  color: #fff;
  background-color: #28282d;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.side-modal__wrap__basket__container-btn > button:disabled {
  cursor: default;
  color: #000;
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
}

.side-modal__wrap__basket__container-btn > button:disabled:hover {
  background-color: #f3f3f3;
}

.side-modal__wrap__basket__container-btn > a:hover {
  background-color: #29AB30;
  border: 1px solid #e6e6e6;
  color: #fff;
}

.side-modal__wrap__steps {
  display: flex;
  transition: transform 0.3s ease;
  transform: translateX(-100%);
  width: 100%;
  position: fixed;
}

.side-modal__wrap {
  background-color: #fff;
  max-width: 410px;
}


.side-modal .login,
.side-modal .forgot,
.side-modal .register {
  min-width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #000000 #e6e6e6;
}

.side-modal .login::-webkit-scrollbar,
.side-modal .forgot::-webkit-scrollbar,
.side-modal .register::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  border-radius: 10px;
}

.side-modal .login::-webkit-scrollbar-track,
.side-modal .forgot::-webkit-scrollbar-track,
.side-modal .register::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.side-modal .login::-webkit-scrollbar-thumb,
.side-modal .forgot::-webkit-scrollbar-thumb,
.side-modal .register::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 30px;
  border: 3px solid #000000;
}

.side-modal .login::-webkit-scrollbar,
.side-modal .forgot::-webkit-scrollbar,
.side-modal .register::-webkit-scrollbar {
  width: 3px;
}

.side-modal .login__head,
.side-modal .forgot__head,
.side-modal .register__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side-modal .login__head > svg,
.side-modal .forgot__head > svg,
.side-modal .register__head > svg {
  cursor: pointer;
}

.side-modal .login__head h3,
.side-modal .forgot__head h3,
.side-modal .register__head h3 {
  cursor: default;
}

.side-modal .login > *,
.side-modal .forgot > *,
.side-modal .register > * {
  margin: 0 20px 0 20px;
}

.side-modal .register__head {
  margin-bottom: 40px;
}

.side-modal .register__additional {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
}

.side-modal .register__additional > h4 {
  margin-bottom: 20px;
}

.side-modal .register__additional > button {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #000;
  border: 1px solid #e6e6e6;
  width: 100%;
}

.side-modal .register__additional > button:disabled {
  background-color: #f3f3f3;
}

.side-modal .register__additional > button:hover {
  color: #fff;
  background-color: #28282d;
}

.side-modal .register > form label:not(:last-child) {
  margin-bottom: 12px;
  display: block;
}

.side-modal .register > form button {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #fff;
  background-color: #28282d;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
}

.side-modal .register > form button:disabled {
  cursor: default;
  color: #000;
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
}

.side-modal .register > form button:disabled:hover {
  background-color: #f3f3f3;
}

.side-modal .register > form button:hover {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #000;
}

.side-modal .forgot > p {
  color: #5a6375;
  margin: 10px 20px 40px 20px;
  cursor: default;
}

.side-modal .forgot button {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #fff;
  background-color: #28282d;
  margin-top: 10px;
  width: 100%;
}

.side-modal .forgot button:disabled {
  cursor: default;
  color: #000;
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
}

.side-modal .forgot button:disabled:hover {
  background-color: #f3f3f3;
}

.side-modal .forgot button:hover {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #000;
}

.side-modal .login > button {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #fff;
  background-color: #28282d;
  margin-bottom: 30px;
  min-height: 40px;
}

.side-modal .login > button:disabled {
  cursor: default;
  color: #000;
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
}

.side-modal .login > button:disabled:hover {
  background-color: #f3f3f3;
}

.side-modal .login > button:hover {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #000;
}

.side-modal .login > .message {
  margin-top: 36px;
}

.side-modal .login__register {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.side-modal .login__register > h4 {
  text-align: center;
  cursor: default;
}

.side-modal .login__register > button {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #000;
  border: 1px solid #e6e6e6;
  width: 100%;
  width: auto;
  margin: 20px 20px 0 20px;
}

.side-modal .login__register > button:disabled {
  background-color: #f3f3f3;
}

.side-modal .login__register > button:hover {
  color: #fff;
  background-color: #28282d;
}

.side-modal .login__form {
  display: flex;
  flex-direction: column;
  margin: 0 20px 12px 20px;
}

.side-modal .login__form__password {
  position: relative;
}

.side-modal .login__form__password input {
  padding: 0 30px 0 15px !important;
}

.side-modal .login__form__password > svg {
  top: calc(50% + 2px);
  right: 10px;
  position: absolute;
  cursor: pointer;
}

.side-modal .login__form label:first-child {
  margin: 40px 0 12px 0;
}

.side-modal .login__additional {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.side-modal .login__additional > span {
  text-decoration: underline;
  text-underline-offset: 2.1px;
  cursor: pointer;
}

.input-custom,
.profile__body__content-edit__password__form__input,
.profile__body__content-address__password__form__input,
.checkout__order__user__password,
.side-modal .login__form__password {
  color: #000;
  line-height: 20px;
}

.input-custom input,
.profile__body__content-edit__password__form__input input,
.profile__body__content-address__password__form__input input,
.checkout__order__user__password input,
.side-modal .login__form__password input {
  line-height: normal;
  border: 1px solid #e6e6e6;
  height: 37px;
  border-radius: 8px;
  padding: 0 15px;
  width: 100%;
  display: block;
  background-color: #fff;
}

.input-custom input:hover,
.profile__body__content-edit__password__form__input input:hover,
.profile__body__content-address__password__form__input input:hover,
.checkout__order__user__password input:hover,
.side-modal .login__form__password input:hover,
.input-custom input:focus,
.profile__body__content-edit__password__form__input input:focus,
.profile__body__content-address__password__form__input input:focus,
.checkout__order__user__password input:focus,
.side-modal .login__form__password input:focus {
  border-color: #909090;
}

.authorized path {
  stroke: #a22930;
  fill: #a22930;
}

.message-wrapper {
	position: absolute;
	top: -62px;
	right: 0
}

.message-container {
	position: relative;
	max-width: 350px;
    width: 100%;
}

.message-container #message-error-icon {
	position: absolute;
	top: 5px;
    right: 6px;
	cursor: pointer;
}

.message {
  border-radius: 10px;
  padding: 8px 10px;
  display: none;
  align-items: center;
  gap: 10px;
}

.message-wrapper .message {
	padding: 15px 40px 11px 10px;
}

.message svg {
  max-width: none;
}

.message > p {
  color: #000;
}

.message.success {
  display: flex;
  background-color: #ecf7dc;
  /*display: none;*/
}

.message.error {
  display: flex;
  background-color: #f3f3f3;
}

.message.error path {
  fill: #909090;
}

.field-message {
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 0;
  align-items: center;
  line-height: 0;
  gap: 8px;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.field-message > svg {
  height: 100%;
}

.field-message.error {
  margin-top: 5px;
  padding: 10px;
  height: auto;
  border-top: 3px solid #a22930;
  color: #a22930;
  background: #ffe7e8;
}

#show {
  display: none;
}

#hide {
  display: block;
}

.plus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 15px;
  height: 15px;
}

.plus > span {
  display: block;
  width: 10px;
  height: 1.5px;
  position: absolute;
  border-radius: 2px;
  background-color: #fff;
}

.plus > span:first-of-type {
  transition: transform 0.3s ease;
  transform: rotate(90deg) translateY(0px);
}

.custom-radio {
  cursor: pointer;
  border-radius: 9999px;
  border: 1px solid #e6e6e6;
  min-height: 20px;
  min-width: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-radio > span {
  position: absolute;
  inset: 0;
  display: block;
  outline: 0px solid #29ab30;
  border-radius: 50%;
  outline-offset: -6px;
  transition: all 0.1s ease-out;
}

.custom-radio > input {
  visibility: hidden;
}

.custom-radio > input:checked ~ span {
  display: block;
  outline: 6px solid #29ab30;
}

.modal-orders {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 20px 30px;
  max-width: 900px;
  flex: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-height: 70vh;
  height: max-content;
  margin-top: 10vh;
  position: relative;
}

.modal-orders__products {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #000000 #e6e6e6;
}

.modal-orders__products::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  border-radius: 10px;
}

.modal-orders__products::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.modal-orders__products::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 30px;
  border: 3px solid #000000;
}

.modal-orders > h3 {
  margin-bottom: 26px;
}

.modal-orders__controls {
  margin-top: 20px;
  display: flex;
  justify-content: end;
  gap: 8px;
}

.modal-orders__controls > button {
  max-height: 39px;
  padding: 12px 30px;
  text-align: center;
  text-transform: uppercase;
  background-color: #f3f3f3;
  color: #5a6375;
  border-radius: 8px;
}

.modal-orders__controls > button:last-child {
  background-color: #28282d;
  color: #fff;
}

.modal-orders__details {
  margin-left: 20px;
}

.modal-orders__details > h5 {
  margin: auto;
}

.modal-orders__item {
  display: flex;
  align-items: center;
}

.modal-orders__item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.modal-orders__item__products {
  margin-bottom: 20px;
}

.modal-orders__item > .custom-radio {
  margin-right: 17px;
}

.modal-orders > svg {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
}

.order-modal {
  display: none;
  justify-content: center;
  position: fixed;
  inset: 0;
  overflow: hidden;
  background: rgba(40, 40, 45, 0.2941176471);
  z-index: 9999;
}

.order-modal.open {
  display: flex;
}

.order-sale {
  position: relative;
}

.order-sale > h6 {
  font-size: 14px;
  line-height: normal;
  color: #000;
}

.order-sale > h6.new-price {
  color: #a22930;
}

.order-sale > h6.old-price {
  color: #909090;
  text-decoration: line-through;
}

.buy {
  background-color: #f8f8f8;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  padding: 22px 20px;
}

.buy__options {
  display: flex;
  gap: 36px;
}

.buy__options__variations {
  flex: 1;
}

.buy__options__variations__select {
  display: none;
  flex-direction: column;
  padding-top: 20px;
}

.buy__options__variations__select__color > p {
  margin-bottom: 10px;
}

.buy__options__variations__select__color > div {
  display: flex;
  gap: 10px;
}

.buy__options__variations__select__color > div > label {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

.buy__options__variations__select__color > div > label > input {
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  inset: 0;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #e6e6e6;
}

.buy__options__variations__select__color > div > label > input:checked {
  border: 1px solid #000;
  outline: #fff 2px solid;
  outline-offset: -3px;
}

.buy__options__variations__select p {
  cursor: default;
}

.buy__options__variations__select__type {
  margin-bottom: 20px;
}
.contacts__address__details__social a.social:first-of-type .hover-text {
	left: 0;
	transform: unset;
}
.contacts__address__details__social a.social:nth-last-child(1 of a.social) .hover-text {
	right: 0;
    left: unset;
	transform: unset;
}
.contacts__address__details__social a.social:hover .hover-text {
	display: block;
}
.contacts__address__details__social a.social .hover-text {
	display: none;
	position: absolute;
	color: black;
	white-space: nowrap;
	z-index: 999;
	top: -44px;
	padding: 10px;
	background: #fff;
	font-size: 14px;
	left: 50%;
	transform: translate(-50%, 0px);
	border: 1px solid #e6e6e6;
	border-radius: 10px;
}
.buy__options__variations__select__type div.hov-contain:first-of-type .hover-text {
    left: 0;
	transform: unset;
}
.buy__options__variations__select__type div.hov-contain:nth-last-child(1 of div.hov-contain) .hover-text {
    right: 0;
    left: unset;
	transform: unset;
}
.buy__options__variations__select__type div.hov-contain:hover .hover-text {
    display: block;
}
.buy__options__variations__select__type div.hov-contain .hover-text {
	display: none;
	position: absolute;
	color: black;
	white-space: nowrap;
	z-index: 999;
	top: -44px;
	padding: 10px;
	background: #fff;
	font-size: 14px;
	left: 50%;
	transform: translate(-50%, 0px);
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	font-weight: 400;
}
#buy-steps .buy__options__steps__checkbox .hover-text {
/* 	display: none;
	position: absolute;
	color: black;
	white-space: nowrap;
	z-index: 999;
	top: -44px;
	padding: 10px;
	background: #fff;
	font-size: 14px;
	left: 50%;
	transform: translate(-50%, 0px);
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	font-weight: 400; */
	display: none;
 	position: absolute;
  	color: black;
  	white-space: nowrap;
  	z-index: 999;
  	padding: 10px;
  	background: #fff;
  	font-size: 14px;
  	transform: translate(calc(-100% - 10px), 0%);
  	border: 1px solid #e6e6e6;
  	border-radius: 10px;
  	font-weight: 400;
}
#buy-steps .buy__options__steps__checkbox:hover .hover-text {
    display: block;
}
.buy__options__variations__select__type > div > a {
  border: 1px solid #e6e6e6;
  padding: 4px;
}

.buy__options__variations__select__type > div,
.buy__options__variations__select__type > div > a {
  display: inline-block;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  margin-top: 10px;
}

.buy__options__variations__select__type > div > a {
  margin-top: 0;
}

.buy__options__variations__select__type > div > img,
.buy__options__variations__select__type > div > a > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.buy__options__variations__select__type > div > input,
.buy__options__variations__select__type > div > a > input {
  cursor: pointer;
  position: absolute;
  inset: 0;
  -webkit-appearance: none;
  appearance: none;
}

.buy__options__variations__select__type > div > input:checked::after,
.buy__options__variations__select__type > div > a > input:checked::after {
  content: "";
  border-radius: 8px;
  z-index: 10;
  outline: 1px solid #000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.buy__options__variations__own-price {
  position: relative;
  padding: 27px 10px 0 0;
}

.buy__options__variations__own-price .wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  max-width: 250px;
  font-size: 12px;
  padding: 8px 6px;
}

.buy__options__variations__own-price.sended {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.buy__options__variations__own-price.sended h3 {
  display: block;
}

.buy__options__variations__own-price.sended *:not(h3) {
  display: none;
}

.buy__options__variations__own-price h3 {
  display: none;
}

.buy__options__variations__own-price__contacts {
  max-width: 250px;
  margin-bottom: 10px;
}

.buy__options__variations__own-price__contacts__icons {
  display: flex;
  justify-content: space-between;
}

.buy__options__variations__own-price__contacts__icons__telegram > input:checked ~ svg path:first-of-type,
.buy__options__variations__own-price__contacts__icons__telegram.active path:first-of-type {
  fill: #1bafde;
}

.buy__options__variations__own-price__contacts__icons__telegram:hover > svg path:first-of-type,
.buy__options__variations__own-price__contacts__icons__telegram:hover svg path:first-of-type {
  fill: #1bafde;
}

.buy__options__variations__own-price__contacts__icons__viber > input:checked ~ svg path:first-of-type,
.buy__options__variations__own-price__contacts__icons__viber.active path:first-of-type {
  fill: #7c61a7;
}

.buy__options__variations__own-price__contacts__icons__viber:hover > svg path:first-of-type,
.buy__options__variations__own-price__contacts__icons__viber:hover svg path:first-of-type {
  fill: #7c61a7;
}

.buy__options__variations__own-price__contacts__icons__whatsup > input:checked ~ svg path:first-of-type,
.buy__options__variations__own-price__contacts__icons__whatsup.active path:first-of-type {
  fill: #5acf50;
}

.buy__options__variations__own-price__contacts__icons__whatsup:hover > svg path:first-of-type,
.buy__options__variations__own-price__contacts__icons__whatsup:hover svg path:first-of-type {
  fill: #5acf50;
}

.buy__options__variations__own-price__contacts__icons > div {
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  justify-content: center;
  border-radius: 8px;
  height: 40px;
  width: 55px;
  background-color: #fff;
  position: relative;
}

.buy__options__variations__own-price__contacts__icons__phone:hover::after{
  position: absolute;
  content: "Перетелефонувати";
  top: -44px;
  display: block;
  padding: 10px;
  background: #fff;
  font-size: 14px;
  left: 0;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
} 

.buy__options__variations__own-price__contacts__icons__telegram:hover::after{
  position: absolute;
  content: "Telegram";
  top: -44px;
  display: block;
  padding: 10px;
  background: #fff;
  font-size: 14px;
  left: 50%;
  transform: translate(-50%, 0px);
  border: 1px solid #e6e6e6;
  border-radius: 10px;
} 

.buy__options__variations__own-price__contacts__icons__viber:hover::after{
  position: absolute;
  content: "Viber";
  top: -44px;
  display: block;
  padding: 10px;
  background: #fff;
  font-size: 14px;
  left: 50%;
  transform: translate(-50%, 0px);
  border: 1px solid #e6e6e6;
  border-radius: 10px;
} 
.buy__options__variations__own-price__contacts__icons__whatsup:hover::after{
  position: absolute;
  content: "Whatsapp";
  top: -44px;
  display: block;
  padding: 10px;
  background: #fff;
  font-size: 14px;
  right: 0;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
} 



.svg-log:hover path {
  fill: #a22930;
  stroke: #a22930;
}

.buy__options__variations__own-price__contacts__icons > div > input,
.buy__options__variations__own-price__contacts__icons div input {
  cursor: pointer;
  position: absolute;
  inset: 0;
  -webkit-appearance: none;
  appearance: none;
}

.buy__options__variations__own-price__contacts__icons > div > p > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  bottom: 0;
  z-index: 2;
}

.buy__options__variations__own-price__contacts__icons
  > div
  > input:checked::after
  .buy__options__variations__own-price__contacts__icons
  div
  input:checked::after {
  content: "";
  border-radius: 8px;
  z-index: 10;
  outline: 1px solid #000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.buy__options__variations__own-price__contacts > h5 {
  cursor: default;
  margin-bottom: 5px;
}

.buy__options__variations__own-price > button,
.buy__options__variations__own-price button {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #fff;
  background-color: #28282d;
  width: 100%;
  max-width: 250px;
}

.buy__options__variations__own-price > button:disabled,
.buy__options__variations__own-price button:disabled {
  cursor: default;
  color: #000;
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
}

.buy__options__variations__own-price > button:disabled:hover,
.buy__options__variations__own-price button:disabled:hover {
  background-color: #f3f3f3;
}

.buy__options__variations__own-price > button:hover,
.buy__options__variations__own-price button:hover {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #000;
}

.buy__options__variations__own-price > .input-custom,
.buy__options__variations__own-price .input-custom,
.buy__options__variations__own-price > .profile__body__content-edit__password__form__input,
.buy__options__variations__own-price > .profile__body__content-address__password__form__input,
.buy__options__variations__own-price > .checkout__order__user__password,
.side-modal .buy__options__variations__own-price > .login__form__password {
  margin-bottom: 10px;
  display: block;
}

.buy__options__variations__own-price > .input-custom input::-webkit-outer-spin-button,
.buy__options__variations__own-price
  > .profile__body__content-edit__password__form__input
  input::-webkit-outer-spin-button,
.buy__options__variations__own-price
  > .profile__body__content-address__password__form__input
  input::-webkit-outer-spin-button,
.buy__options__variations__own-price > .checkout__order__user__password input::-webkit-outer-spin-button,
.side-modal .buy__options__variations__own-price > .login__form__password input::-webkit-outer-spin-button,
.buy__options__variations__own-price > .input-custom input::-webkit-inner-spin-button,
.buy__options__variations__own-price
  > .profile__body__content-edit__password__form__input
  input::-webkit-inner-spin-button,
.buy__options__variations__own-price
  > .profile__body__content-address__password__form__input
  input::-webkit-inner-spin-button,
.buy__options__variations__own-price > .checkout__order__user__password input::-webkit-inner-spin-button,
.side-modal .buy__options__variations__own-price > .login__form__password input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.buy__options__variations__own-price > .input-custom input[type="number"],
.buy__options__variations__own-price .input-custom > span > input[type="number"],
.buy__options__variations__own-price > .profile__body__content-edit__password__form__input input[type="number"],
.buy__options__variations__own-price > .profile__body__content-address__password__form__input input[type="number"],
.buy__options__variations__own-price > .checkout__order__user__password input[type="number"],
.side-modal .buy__options__variations__own-price > .login__form__password input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.buy__options__variations__own-price > .input-custom input,
.buy__options__variations__own-price .input-custom input,
.buy__options__variations__own-price > .profile__body__content-edit__password__form__input input,
.buy__options__variations__own-price > .profile__body__content-address__password__form__input input,
.buy__options__variations__own-price > .checkout__order__user__password input,
.side-modal .buy__options__variations__own-price > .login__form__password input {
  max-width: 250px;
}

.buy__options__variations__own-price > svg,
.buy__options__variations__own-price form > p > svg {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 27px;
}

.buy__options__steps {
  max-width: 286px;
  flex: 1;
}

.buy__options__steps__checkbox {
  display: flex;
  align-items: center;
  color: #909090;
  gap: 7px;
  padding: 15px 0;
}

.buy__options__steps__checkbox > .custom-radio {
  cursor: default;
}

.buy__options__steps__checkbox > span {
  cursor: default;
}

.buy__options__steps__checkbox:first-of-type {
  padding-top: 22px;
}

.buy__options__steps__checkbox.active > span {
  color: #28282d;
}

.buy__options__steps__checkbox:not(:last-of-type) {
  border-bottom: 1px solid #e6e6e6;
}

.buy__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
}

.buy__head > div {
  flex: 1;
}

.buy__head > div h5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-right: 40px;
  column-gap: 10px;
}

.buy__head > div h5.has_sale {
  color: #a22930;
}

.buy__head > div h5.has_sale span {
  color: #909090;
}

.buy__head__track {
  max-width: 286px;
}

.buy__head__track__slider {
  display: flex;
  gap: 2px;
  position: relative;
  align-items: center;
}

.buy__head__track__slider input[type="range"]::-moz-range-thumb {
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin-top: 10px;
  vertical-align: middle;
}

.buy__head__track__slider input[type="range"]::-moz-range-thumb {
  border-radius: 0;
  width: 26px;
  height: 20px;
}

.buy__head__track__slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 20px;
}

.buy__head__track__slider > input[type="range"] {
  position: absolute;
  z-index: 3;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.buy__head__track__slider > input[type="range"]:disabled {
  cursor: default;
}

.buy__head__track__slider > p {
  background-color: #e6e6e6;
  height: 10px;
  flex: 1;
}

.buy__head__track__slider > div {
  display: flex;
  position: absolute;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  width: 26px;
  height: 20px;
  background-color: #fff;
  align-items: center;
  justify-content: space-around;
  padding: 0 5px;
}

.buy__head__track__slider > div > h3 {
  width: 0.1vw;
  background-color: #28282d;
  height: 4.5px;
}

.buy__head__track__slider > p:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.buy__head__track__slider > p:last-of-type {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.buy__head__track > button {
  border-radius: 8px;
  text-transform: uppercase;
  height: 40px;
  color: #fff;
  background-color: #28282d;
  width: 100%;
  margin-bottom: 20px;
}

.buy__head__track > button:disabled {
  cursor: default;
  color: #000;
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
}

.buy__head__track > button:disabled:hover {
  background-color: #f3f3f3;
}

.buy__head__track > button:hover {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #000;
}

.buy__head__price {
  position: relative;
  width: 100%;
}

.buy__head__price > .product-card__like {
  top: 0;
  right: 0;
}

.buy__head__price > .product-card__like svg path {
  fill: #28282d;
}

.buy__head__price > h5 {
  text-transform: uppercase;
}

.buy__head__price > span {
  line-height: 24px;
  cursor: default;
}

.buy__head__price > .red {
  color: #a22930;
}

.buy__head__price > .green {
  color: #29ab30;
}

.buy__head__price > .orange {
  color: #e88913;
}

.images {
  display: grid;
  width: max-content;
  grid-template-columns: 90px 416px;
  grid-template-rows: 416px;
  gap: 16px;
}

.images__preview {
  scrollbar-width: thin;
  scrollbar-color: #000000 #e6e6e6;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding-right: 14px;
  gap: 10px;
}

.images__preview::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  border-radius: 10px;
}

.images__preview::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.images__preview::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 30px;
  border: 3px solid #000000;
}

.images__preview > img {
  width: 100%;
  aspect-ratio: 1/1;
  cursor: pointer;
}

.images__image {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.images__image > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.social {
  cursor: pointer;
  position: relative;
  display: block;
}
.social svg{
	width: 22px;
}

/* .social-instagram {
  background-image: url(/wp-content/themes/dj-eq/assets/icons/instagram-black.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  filter: grayscale(1);
  height: 20px;
}
 */
.social-instagram:hover path:first-of-type {
  stroke: #a22930;
}

.social-facebook:hover path:first-of-type {
  fill: #2a6aca;
}

.social-telegram:hover path:first-of-type {
  fill: #1bafde;
}

.social-viber:hover path:first-of-type {
  fill: #7c61a7;
}

.social-whatsup:hover path:first-of-type {
  fill: #5acf50;
}

.social > input,
.social-instagram > input {
  cursor: pointer;
  position: absolute;
  inset: 0;
  -webkit-appearance: none;
  appearance: none;
}

.social > input:checked::after,
.social-instagram > input:checked::after {
  content: "";
  border-radius: 8px;
  z-index: 10;
  outline: 1px solid hsl(0, 0%, 0%);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.not-found-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 20px;
  align-items: center;
  width: 100%;
}

.not-found-wrap h1 {
  font-size: 30px;
  text-align: center;
}

.not-found-wrap h2 {
  font-size: 50px;
}

.not-found-wrap a {
  color: #202020;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  border-radius: 39px;
  border: 1px solid #202020;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: unset;
  width: 180px;
  height: 42px;
  transition: 0.3s;
}

.not-found-wrap a:hover {
  background: #000;
  color: rgb(32, 32, 32);
  border-color: #000;
  color: #fff;
}

.about .section-head > h2 {
  width: 100%;
}

.product-card-small {
  width: 150px;
  grid-template-rows: 150px auto 2em 2em auto;
}

.product-card-small > button {
  font-size: 10px;
}

.product-card-small h4 {
  padding: 10px 0 5px 0;
  font-size: 8px;
}

.product-card-small h3 {
  font-size: 10px;
}

.product-card-small > .product-card__image {
  width: 150px;
  height: 150px;
  margin-bottom: 0;
}

.product-card-small > .product-card__price > div > .product-card__price-old {
  font-size: 10px;
}

.product-card-small > .product-card__price > div > .product-card__price-new {
  font-size: 12px;
}

.product-card-small > .product-card__price span {
  font-size: 8px;
}

.product-card > h3 {
  font-size: 14px;
}

.product-card__price-usual {
  font-size: 18px;
}
.product-card__like svg {
  animation: fadeOut 0.5s forwards;
  transition: opacity 0.5s ease;
}

/* .product-card__like svg[style="color:#A22930"], .product-card__like svg[style="stroke:#A22930"]  {
  display: block;
  animation: fadeIn 0.5s forwards;
  transition: opacity 0.5s ease;
} */

@keyframes fadeIn {
  
from { opacity: 1; transform: scale(1); }
  to { opacity: 0; transform: scale(0.8); }
}

@keyframes fadeOut {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

.product-card__like {
  width: 20px;
  height: 20px;
}

.product-card__like svg {
  width: 14px;
  height: 14px;
}

.product-card__image {
  margin-bottom: 10px;
}
.field-message {
	line-height: 130%;
}
span.error-text {
    width: calc(100% - 20px);
}
.mgt-10{
	margin-top: 10px;
}
@media screen and (max-width: 1250px) {
  .reviews__slider__wrap {
    justify-items: center;
  }
}

@media screen and (max-width: 1200px) {
  .contacts__form > h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1190px) {
  .buy__options {
    gap: 12px;
  }

  .buy__head__price > h5 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1130px) {
  .contacts__address {
    width: auto;
    max-width: 737px;
    width: auto;
  }

  .contacts__address__details {
    gap: 8px;
    flex-wrap: wrap;
  }

  .profile__body__content-certificates__slider {
    max-width: 800px;
  }

  .header__search__user svg {
    max-width: 15px;
  }
}

@media screen and (max-width: 1090px) {
  .profile__body__content-likes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .search_wrap_none {
    padding-bottom: 140px;
    font-size: 20px;
    padding-top: 60px;
  }

  .aws-container .aws-search-form {
    height: 30px;
  }

  .catalog__list__products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about .us__slide {
    padding: 14px;
    gap: 10px;
  }

  .about .us__slide__icon {
    width: 25px;
    height: 25px;
  }

  .about__details__image {
    width: 50%;
  }

  .images {
    grid-template-columns: 390px;
    grid-template-rows: auto 90px;
  }

  .images__preview {
    flex-direction: row;
    grid-row: 2;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .checkout__order form {
    flex-direction: column;
  }

  .checkout__order .user_type_wrap,
  .checkout__order .checkout__order__final,
  .checkout__order .checkout_steps_wrap {
    width: 100%;
  }

  .header__search__user svg {
    max-width: none;
  }

  .us__slider__wrap {
    justify-items: center;
  }

  .new__list__wrap {
    justify-items: center;
  }

  .header__search__catalog-btn {
    font-size: 10px;
  }

  .header__search__bar {
    max-width: 100%;
  }

  .header__search > .container,
  .header__search > section,
  .header__search > .post,
  .header__search > .info {
    display: grid;
    row-gap: 20px;
    grid-template-columns: 100px 1fr 200px;
    grid-template-rows: auto auto;
  }

  .header__search > .container > nav,
  .header__search > section > nav,
  .header__search > .post > nav,
  .header__search > .info > nav {
    justify-content: space-around;
    grid-row: 2;
    grid-column: 1/4;
  }
}

@media screen and (max-width: 1050px) {
  .about__details__image {
    width: 45%;
  }

  .profile__body__content-certificates__slider {
    max-width: 600px;
  }

  .profile__body__content-certificates__slider__wrap {
    justify-items: center;
	  grid-template-columns: repeat(2, minmax(0, auto));
  }

  .profile__body__content-orders {
    flex: 3;
  }

  .profile__body__content-orders__item__wrap__product__prices {
    gap: 25px;
  }

  .profile__body__content-orders__item__wrap__controls {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .profile__body__content-orders__item__wrap__controls > button:last-child {
    width: 100%;
  }

  .catalog__list__products {
    gap: 16px;
  }

  .catalog-head > h1 {
    line-height: 100%;
  }

  .catalog__breadcrumbs,
  .product__head__breadcrumbs {
    font-size: 14px;
    margin: 20px 0 15px 0;
  }

  .partners__slider__wrap {
    justify-items: center;
  }

  .tab {
    font-size: 14px;
    max-height: 35px;
  }

  .tab__amount {
    width: 15px;
    height: 15px;
    font-size: 8px;
  }

  .blog-card > p {
    font-size: 15px;
  }

  .reviews__slider__wrap {
    justify-items: center;
  }
}

@media screen and (max-width: 1000px) {
  .about .us__slide {
    padding: 20px;

    gap: 15px;
  }

  .about .us__slide__icon {
    width: 40px;
    height: 40px;
  }

  .about__details__text > p {
    font-size: 14px;
  }

  .about__why__cards {
    grid-template-columns: repeat(2, auto);
    justify-content: space-around;
    grid-template-rows: max-content;
  }

  .about__why__cards__title {
    grid-column: 1/3;
  }

  .about__why__cards__title > h2 {
    margin-left: 0 !important;
    text-align: left;
  }

  .about__details__image {
    width: 45%;
  }

  .profile__body__content__wrap {
    gap: 15px;
  }

  .profile__body__content-edit > form {
    padding: 20px;
  }

  .profile__body__content-orders__item {
    min-width: 710px;
  }
}

@media screen and (max-width: 950px) {
  .images {
    grid-template-columns: 600px;
    grid-template-rows: 30vh 90px;
  }

  .product__body__view {
    flex-direction: column;
    align-items: center;
  }

  .product__body__view__card {
    max-width: 800px;
  }
}

@media screen and (max-width: 900px) {
  .advertisement__image__wrap__slide__product {
    width: 20px;
    height: 20px;
  }

  .advertisement__image__wrap__slide__product-open {
    width: 20px;
    min-width: 20px;
    min-height: 20px;
    height: 20px;
  }

  .advertisement__image__wrap__slide > img {
    min-height: 200px;
  }

  .advertisement {
    height: auto;
  }

  .advertisement__image__wrap__slide__product-body {
    padding: 4px;
    max-width: 200px;
  }

  .advertisement__slider__card > img {
    height: 60px;
    min-height: 60px;
    margin-bottom: 10px;
  }

  .advertisement__image__wrap__slide__product-body {
    padding: 4px;
  }

  .info {
    padding: 30px 30px 150px 30px !important;
  }

  .info h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .info > article > section:not(:last-child) {
    margin-bottom: 40px;
  }

  .info > article > section h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .info > article > section p {
    font-size: 14px;
  }

  .post,
  .info {
    padding: 30px 0px 150px 0px !important;
  }

  .post__image {
    max-height: 150px;
  }

  .post > article > section:not(:last-child),
  .info > article > section:not(:last-child) {
    margin-bottom: 40px;
  }

  .post > article > section h2,
  .info > article > section h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .post > article > section h1,
  .info > article > section h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .post > article > section p,
  .info > article > section p {
    font-size: 14px;
  }

  .order-modal.open {
    padding: 0 30px;
  }

  .profile__body__content-edit {
    min-width: 300px;
  }

  .profile__body__content-orders__item {
    min-width: 600px;
  }

  .profile__body__content-orders__item__wrap__product {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .profile__body__content-orders__item__wrap__product__prices {
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
  }

  .profile__body__content-orders__item__wrap__product__prices > .order-sale > h6:last-of-type {
    position: static;
  }

  .catalog__breadcrumbs,
  .product__head__breadcrumbs {
    padding: 5px 10px;
  }

  .catalog__list__filter {
    width: 250px;
    min-width: 250px;
  }

  .advertisement__slider_wrap {
    width: 100%;
  }

  .advertisement__slider {
    position: absolute;
    opacity: 0;
    z-index: -10000;
    top: -1000%;
    pointer-events: none;
  }

  .advertisement__slider_mobile {
    position: relative;
    opacity: 1;
    z-index: 1;
    top: auto;
    pointer-events: inherit;
  }

  .blog-card > p {
    font-size: 14px;
  }

  .advertisement > .container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .advertisement__slider > .swiper-scrollbar {
    margin-top: 20px;
    grid-column: 1/3;
  }

  .advertisement__slider__card {
    width: 100%;
  }

  .advertisement__image {
    max-width: none;
    width: 100%;
  }

  .advertisement__image > img {
    width: 100%;
  }

  .section-head > h2 {
    width: max-content;
    font-size: 35px;
  }

  .footer {
    padding-top: 222px;
  }

  .footer__details > div {
    width: 50%;
  }

  .footer__details > div:nth-child(2n) {
    padding-right: 0;
  }

  .footer__details > div:nth-child(2n-1) {
    padding-left: 0;
  }
}

@media screen and (max-width: 870px) {
  .contacts {
    flex-direction: column;
  }

  .contacts__address {
    max-width: none;
  }

  .about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about .us__slide {
    padding: 15px;

    gap: 10px;
  }

  .about .us__slide__icon {
    width: 28px;
    height: 28px;
  }

  .about__details {
    gap: 20px;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .about__details__image {
    width: 100%;
  }

  .about__details__image > img {
    margin: 0 auto;
    display: block;
  }

  .about__details__text {
    max-width: 100%;
  }

  .about__slides {
    margin-bottom: 50px;
  }

  .about__slides__container {
    display: grid;
    grid-template-columns: repeat(2, auto);
    row-gap: 20px;
    justify-content: space-around;
  }

  .new__controls {
    height: 35px;
  }

  .new__controls__tabs__wrap {
    justify-content: start;
  }

  .new__controls__back,
  .new__controls__next {
    display: block;
  }

  .new__controls__next {
    margin-left: 16px;
  }

  .new__controls__back {
    margin-right: 16px;
  }
}

.mobile-container {
	display: none !important;
}
#burger-modal .side-modal__wrap {
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  position: fixed;
  top: 0;
  background: #28282D;
  padding: 12px 20px;
}
#burger-modal .side-modal__wrap__burger__container__head {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
}
.side-modal__wrap__burger__tab {
  color: #fff;
  position: relative;
  display: inline-flex;
  white-space: nowrap;
}

.side-modal__wrap__burger__tab__amount {
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #5a6375;
  margin-left: 10px;
  text-align: center;
  display: none;
}
.side-modal__wrap__burger__new__controls__tabs__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.side-modal__body_item {
	display: none;
	padding-top: 20px;
}
.side-modal__body_item.active {
	display: flex;
}
.side-modal__body_item[tab-value="catalog"] {
	flex-flow: wrap column;
	gap: 20px;
}
.side-modal__body_item[tab-value="catalog"] .header__search__nav {
  display: flex;
  flex-flow: wrap column;
  gap: 20px;
}

.side-modal__body_item[tab-value="catalog"] .header__search__nav a {
  font-size: 12px !important;
  font-weight: 600;
  color: #fff;
}
.side-modal__body_item[tab-value="poslugi"] .header__search__nav {
  display: flex;
  flex-flow: wrap column;
  color: #fff;
  gap: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.side-modal__body_item[tab-value="contacts"] .footer__details__contacts {
	border: 0; 
	padding: 0;
}
.side-modal__body_item[tab-value="contacts"] .footer__details__contacts h3 {
	font-weight: 600;
}
.side-modal__wrap__burger__tab > div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 9px 18px;
  height: 100%;
  border-radius: 8px;
  background-color: #5A6375;
}

.side-modal__wrap__burger__tab > div > span {
  user-select: none;
}

.side-modal__wrap__burger__tab > input[type="radio"] {
  height: 0;
  width: 0;
  position: absolute;
  appearance: none;
  -webkit-appearance: none;
}

.side-modal__wrap__burger__tab > input[type="radio"]:checked + div {
  color: #000;
  background-color: #fff;
}

.side-modal__wrap__burger__tab > input[type="radio"]:checked + div > span:not(:only-child):last-of-type {
  color: #28282d;
  background-color: #fff;
  display: none;
}
@media screen and (min-width: 840px) {
	.certificate-card {
	  width: 100%;
	}
}
@media screen and (max-width: 840px) {
	#ed-adrr {
		background: #F3F3F3; 
		border-radius: 10px;
	}
	.certificate-card {
		width: calc(50% - 5px);
	}
	.side-modal__wrap {
	  min-width: 100vw !important;
	  max-width: 100vw !important;
	}
	.header__search > .container, .header__search > section, .header__search > .post, .header__search > .info {
		grid-template-columns: auto 1fr !important;
	}
	.header__search__bar {
		display: none;
	}
	.mobile-container {
		display: flex !important;
	}
	.header__search__bar.mobile {
		display: flex;
		gap: 20px;
	}
	.burger-menu { padding-left: 20px; }
  .product__accessories__wrap {
    justify-items: center;
  }

  .profile__body__content > .section-head__controls {
    display: none;
  }

  .profile__body__content > .section-head__controls.md {
    display: flex;
  }

  .profile__body__content-certificates {
    align-items: center;
  }

  .profile__body__content-certificates__info {
    margin-bottom: 24px;
  }

  .profile__body__content-certificates > .section-head__controls.md {
    display: flex;
  }

  .profile__body__content-certificates__slider {
    max-width: 100%;
  }
	
#certificates-slider {
	display: flex;
	flex-flow: wrap row;
	width: 100%;
	justify-content: space-between;
	gap: 5px;
}
  .profile__body__content-certificates__slider__wrap {
    justify-items: center;
	grid-template-columns: repeat(3, minmax(0, auto));
  }

  .profile-tab-md {
    display: flex;
  }

  .profile-tab-md-btn {
    display: flex;
  }

  .profile__head {
    display: none;
  }

  .profile__body-content-likes {
    margin-bottom: 10px;
  }

  .profile__body__menu {
    display: none;
  }

  .catalog__list__filter {
    overflow-y: auto;
    width: max-content;
    padding: 20px 40px 40px 40px;
    position: fixed;
    inset: 0;
    width: 100vw !important;
    max-width: none;
    background-color: #fff;
  }

  .catalog__list__filter__controls {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
  }

  .catalog__list__filter__controls > div {
    gap: 10px;
    font-weight: 500;
    max-width: none;
    min-width: auto;
    border-color: #28282d;
    border-radius: 20px;
  }

  .catalog-info {
    padding: 50px 0 140px 0;
  }

  .catalog-info > h4 {
    font-size: 14px;
  }

  .catalog-info p {
    font-size: 12px;
  }

  .advertisement,
  .new,
  .blog,
  .us,
  .partners {
    margin-bottom: 50px;
  }

  .reviews {
    padding: 50px 0 105px 0;
  }

  .swiper-scrollbar {
    margin-top: 30px;
  }

  .new__list__wrap {
    row-gap: 20px;
  }

  .header__info {
    display: none;
  }

  .header__search__catalog {
    display: none;
  }

  .header__search__bar {
    max-width: 100%;
  }

  .header__search__bar__hamburger {
    display: flex;
  }

  .header__search > .container,
  .header__search > section,
  .header__search > .post,
  .header__search > .info {
    grid-template-rows: max-content;
    padding: 0 20px;
  }

  .header__search > .container > nav,
  .header__search > section > nav,
  .header__search > .post > nav,
  .header__search > .info > nav {
    display: none;
  }

  .section-head > h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 800px) {
  .info > h1 {
    padding: 0 20px;
  }

  .post > article,
  .info > article {
    margin-bottom: 30px;
  }

  .post__share,
  .info__share {
    justify-content: center;
    margin-bottom: 50px;
    row-gap: 10px;
    column-gap: 25px;
  }

  .post__share > a,
  .info__share > a {
    margin-right: 0;
  }

  .post__share > h3,
  .info__share > h3 {
    text-align: center;
    margin-bottom: 0;
  }

  .blog-page {
    padding-top: 30px;
  }

  .blog-page__posts {
    grid-template-columns: repeat(3, auto);
    row-gap: 20px;
  }

  .blog-page > h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .about__slides__slider {
    display: block;
  }

  .about__slides__slider .section-head > h2 {
    visibility: hidden;
  }

  .about__slides__slider .section-head > a {
    display: none;
  }

  .about__slides__container {
    display: none;
  }

  .about__why__slider {
    display: block;
  }

  .about__why__slider > .section-head > a {
    display: none;
  }

  .about__why__cards {
    display: none;
  }

  .product__accessories__wrap {
    grid-template-rows: repeat(2, auto);
    row-gap: 20px;
  }

  .profile__body__content-certificates__slider__wrap {
    row-gap: 20px;
    grid-template-rows: auto auto;
	grid-template-columns: 1fr;
  }

  .us__slide h4 {
    font-size: 14px;
  }

  .us__slide p {
    font-size: 12px;
  }

  .advertisement__slider__card > h3,
  .advertisement__slider__card p {
    font-size: 15px;
    margin-bottom: 0;
  }

  .footer__social {
    gap: 40px;
  }

  .footer__social__submit {
    justify-content: end;
    align-items: end;
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 750px) {
  .checkout__head > h1 {
    font-size: 24px;
  }

  .profile__body__content-orders__item.open > .profile__body__content-orders__item__wrap__controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }

  .profile__body__content-orders__item.open > .profile__body__content-orders__item__wrap__controls > button {
    width: 100%;
  }

  .catalog-head {
    display: flex;
    align-items: center;
  }

  .catalog__breadcrumbs,
  .product__head__breadcrumbs {
    display: none;
  }

  .us__slide {
    padding: 20px;

    height: auto;
  }

  .us__slide h4 {
    font-size: 17px;
  }

  .us__slide p {
    font-size: 14px;
  }

  .blog-card > p {
    font-size: 13px;
  }

  .header__search > .container,
  .header__search > section,
  .header__search > .post,
  .header__search > .info {
    grid-template-columns: auto 1fr 155px;
  }

  .header__search__bar {
    margin: 0 15px 0 15px;
  }

  .header__search__logo {
    max-width: 70px;
    min-width: auto;
    width: 70px;
  }

  .footer__details > div {
    width: 100%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 700px) {
	.side-modal__wrap {
	  background-color: #fff;
	  max-width: 100vw;
	}
	.side-modal__wrap {
	  transition: transform 0.3s ease;
	  transform: translateX(100%);
	  overflow: hidden;
	  min-width: 100vw;
	}
  .checkout__order__address,
  .checkout__order__payment,
  .checkout__order__user {
    display: none;
    gap: 10px;
  }

  .checkout__order .checkout__order__final {
    gap: 10px;
  }

  .checkout__order .checkout_steps_wrap .checkout__order__payment,
  .checkout__order .checkout_steps_wrap .checkout__order__address,
  .checkout__order .checkout_steps_wrap .checkout__order__user {
    width: 100%;
  }

  .checkout__order .user_type_wrap {
    flex-direction: column;
    gap: 10px;
  }

  .user_type_btn {
    max-width: 100%;
  }

  .checkout_page {
    margin-bottom: 50px;
  }

  .checkout__order .current-step {
    display: flex;
  }

/*   .side-modal.open .side-modal__wrap {
    width: 100%;
    max-width: none;
  } */

  .checkout__head {
    text-align: center;
  }

  .checkout__order form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .checkout__order__steps {
    display: none;
  }

  .checkout__order__steps-next {
    background-color: #29ab30;
  }

  .checkout__order__card {
    padding: 20px 10px 10px 10px;
  }

  .checkout__order__user__password {
    display: none;
  }

  .checkout__order__final.current-step .checkout__order__steps {
    display: flex;
  }

  .checkout__order__final.current-step .checkout__order__steps-next {
    max-width: 190px;
  }

  .checkout__order__final,
  .checkout__order__address,
  .checkout__order__user,
  .checkout__order__payment {
    width: 100%;
    max-width: 100%;
  }

  .checkout__order__address__inputs,
  .checkout__order__user__inputs,
  .checkout__order__payment__inputs {
    display: none;
    padding: 15px 16px;
  }

  .checkout__order__address.current-step > .checkout__order__steps,
  .checkout__order__user.current-step > .checkout__order__steps,
  .checkout__order__payment.current-step > .checkout__order__steps {
    display: flex;
  }

  .checkout__order__address.current-step .checkout__order__address__inputs,
  .checkout__order__address.current-step .checkout__order__user__inputs,
  .checkout__order__address.current-step .checkout__order__payment__inputs,
  .checkout__order__address.touched .checkout__order__address__inputs,
  .checkout__order__address.touched .checkout__order__user__inputs,
  .checkout__order__address.touched .checkout__order__payment__inputs,
  .checkout__order__user.current-step .checkout__order__address__inputs,
  .checkout__order__user.current-step .checkout__order__user__inputs,
  .checkout__order__user.current-step .checkout__order__payment__inputs,
  .checkout__order__user.touched .checkout__order__address__inputs,
  .checkout__order__user.touched .checkout__order__user__inputs,
  .checkout__order__user.touched .checkout__order__payment__inputs,
  .checkout__order__payment.current-step .checkout__order__address__inputs,
  .checkout__order__payment.current-step .checkout__order__user__inputs,
  .checkout__order__payment.current-step .checkout__order__payment__inputs,
  .checkout__order__payment.touched .checkout__order__address__inputs,
  .checkout__order__payment.touched .checkout__order__user__inputs,
  .checkout__order__payment.touched .checkout__order__payment__inputs {
    display: flex;
  }
}
@media only screen and (max-width: 900px){
	.advertisement__slider_mobile .swiper-wrapper {
		height: 280px;
	}
}
@media screen and (max-width: 685px) {
  .advertisement .swiper-scrollbar.abs {
    bottom: 0;
  }

  .buy__options__variations__own-price .input-custom input {
    max-width: 100%;
  }

  .catalog__list__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product__head__title > a > img {
    max-width: 60px;
    max-height: 30px;
  }

  .product__head__title a {
    position: absolute;
    bottom: -20px;
    right: 0;
    padding: 5px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
  }

  .swiper-scrollbar {
    margin-top: 0px;
  }

  .blog-card > img {
    height: 150px;
  }

  .post,
  .info {
    padding: 30px 0px 200px 0px !important;
  }

  .post > article,
  .info > article {
    padding: 0 35px;
  }

  .post > .blog .slider__bar,
  .info > .blog .slider__bar {
    margin-top: 15px;
  }

  .faq {
    padding-top: 30px;
    padding-bottom: 200px;
  }

  .faq-item {
    padding: 15px;
  }

  .faq-item > svg {
    right: 10px;
    top: 11px;
  }

  .faq-item > h3 {
    max-width: 90%;
    font-size: 16px;
  }

  .faq-item > p {
    max-width: none;
  }

  .faq > h1 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .blog-page {
    padding-bottom: 200px;
  }

  .contacts {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .contacts__address__details {
    gap: 20px;
    margin-bottom: 33px;
  }

  .about {
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .about__details__text > h1 {
    margin-bottom: 12px;
  }

  .images {
    grid-template-columns: 70px auto;
    grid-template-rows: inherit;
    width: 100%;
  }

  .images__image > img {
    height: 100%;
    height: 260px;
  }

  .images__preview {
    grid-row: auto;
    flex-direction: column;
    max-height: 260px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .images__preview > img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  .product .slider__bar {
    margin-top: 0;
  }

  .product__body__view__images {
    width: 100%;
  }

  .product__head {
    position: relative;
  }

  .product__head__title {
    margin-bottom: 20px;
  }

  .product__head__title > h1 {
    font-size: 20px;
  }

  .product__head__title > img {
    position: absolute;
    max-width: 100px;
    right: 0;
    bottom: -20px;
  }

  .buy__options {
    flex-direction: column-reverse;
  }

  .buy__options__variations__own-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .buy__options__variations__own-price > svg,
  .buy__options__variations__own-price form > p > svg {
    top: 0;
    right: 0;
  }

  .buy__options__steps {
    display: none;
    max-width: 100%;
  }

  .buy__options__variations__own-price button,
  .buy__options__variations__own-price__contacts {
    max-width: 100%;
  }

  .product__body__details__video > iframe {
    max-height: 200px;
  }

  .buy__head {
    flex-direction: column;
    border-bottom: none;
  }

  .buy__head__track {
    max-width: none;
  }

  .buy__head__price > h6 {
    font-size: 12px;
  }

  .buy__head__price > .product-card__like {
    width: 36px;
    height: 36px;
  }

  .buy__head__price > .product-card__like > svg {
    width: 20px;
    height: 20px;
  }

  .profile__body__content-orders__item.open .profile__body__content-orders__item__wrap__product {
    display: flex;
    grid-template-columns: 80px auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
    flex-direction: row;
    justify-content: flex-start;
  }

  .profile__body__content-orders__item.open .profile__body__content-orders__item__wrap__product__prices {
    grid-column: 1/3;
    max-width: 100%;
  }

  .order {
    padding-top: 30px;
  }

  .order__complete .profile__body__content-orders__item__wrap__product {
    display: grid;
  }

  .order__fail .profile__body__content-orders__item__wrap__product {
    display: grid;
    grid-template-columns: 120px auto;
  }

  .order__complete .profile__body__content-orders__item__wrap__product__prices,
  .order__fail .profile__body__content-orders__item__wrap__product__prices {
    grid-column: 1/3;
  }

  .order__success__message,
  .order__fail__message,
  .order__complete__message {
    margin-bottom: 30px;
  }

  .order__success__message > h1,
  .order__fail__message > h1,
  .order__complete__message > h1 {
    font-size: 18px;
  }

  .order__success__message > h1 > svg,
  .order__fail__message > h1 > svg,
  .order__complete__message > h1 > svg {
    max-width: 20px;
    margin-right: 5px;
  }

  .order__success__message > p,
  .order__fail__message > p,
  .order__complete__message > p {
    font-size: 12px;
  }

  .profile__body__content-orders__item {
    height: auto;
  }

  .profile__body__content-orders__item.open > .profile__body__content-orders__item__wrap {
    height: auto;
  }

  .profile__body__content-orders__item__wrap {
    width: 100%;
    height: 90px;
  }

  .profile__body__content-orders__item__button {
    margin-top: 20px;
    position: static;
    margin-left: auto;
  }

  .profile {
    margin-top: 20px;
    margin-bottom: 222px;
  }

  .catalog__list__filter {
    padding: 20px;
  }

  .catalog__list__filter__controls {
    width: 100%;
  }

  .catalog__controls {
    border-bottom: none;
    margin-bottom: 0;
  }

  .catalog__controls__filter,
  .catalog__controls .dropdown,
  .catalog__controls .dropdown__text,
  .catalog__controls .dropdown__body > span,
  .dropdown__body > div {
    font-size: 10px;
    font-weight: 500;
  }

  .catalog__controls__filter,
  .catalog__controls .dropdown {
    min-width: 120px;
    width: 30vw;
    max-width: 282px;
  }

  .container,
  section,
  .post,
  .info {
    padding: 0 20px;
  }

  .product-card > button {
    font-size: 10px;
    font-weight: 600;
    height: 30px;
  }

  .product-card > h4,
  .product-card h3 {
    margin-bottom: 5px;
  }

  .product-card > h4 {
    font-size: 12px;
  }

  .product-card__price {
    margin: auto 0 12px 0;
    flex-direction: column-reverse;
    align-items: start;
    gap: 6px;
  }

  .product-card__price > div {
    width: 100%;
  }

  .product-card__price > span {
    font-size: 12px;
    line-height: 12px;
  }

  .product-card__price-usual,
  .product-card__price-new {
    font-size: 14px;
  }

  .product-card__price-old {
    font-size: 10px;
  }

  .product-card__like {
    width: 20px;
    height: 20px;
  }

  .product-card__like svg {
    width: 14px;
    height: 14px;
  }

  .product_catalog {
    font-size: 8px;
    padding: 3px 6px;
  }

  .product-card__image {
    margin-bottom: 10px;
  }

  .advertisement__slider > .section-head__controls {
    grid-column: 1/3;
    margin: 20px auto 0 auto;
  }
  .advertisement__slider_mobile .swiper-wrapper {
	height: 170px !important;
  }
  .blog__slider__wrap {
    justify-items: center;
  }

  .section-head {
    margin-bottom: 25px;
    justify-content: space-between;
  }

  .section-head__controls {
    display: none;
  }

  .section-head__controls.md {
    display: flex;
  }

  .slider__bar.md {
    display: flex;
  }

  .footer__social {
    flex-direction: column;
  }

  .footer__social__submit {
    justify-content: end;
    align-items: center;
    flex-direction: row;
    gap: 0;
  }
}

@media screen and (max-width: 620px) {
  .certificate-card {
    width: 150px;
    height: 261px;
    grid-template-rows: 150px auto 30px;
    gap: 10px;
  }

  .certificate-card-btn > button {
    font-size: 10px;
  }

  .certificate-card__price > span {
    font-size: 12px;
  }

  .certificate-card__price > span:last-of-type {
    font-size: 8px;
  }

  .certificate-card__details > h6 {
    font-size: 8px;
    margin-bottom: 5px;
  }

  .certificate-card__details > h5 {
    font-size: 10px;
  }

  .certificate-card__image > h3 {
    font-size: 26px;
  }

  .certificate-card__like {
    top: 5.5px;
    right: 5.5px;
    max-width: 19.4px;
    max-height: 19.4px;
  }

  .modal-orders > h3 {
    font-size: 20px;
  }

  .profile__body__content-certificates > .slider__bar {
    margin-top: 0px;
  }

  .profile__body__content-address {
    width: 100%;
    margin-top: 10px;
  }

  .profile__body__content-address > svg {
    top: 0;
    right: 0px;
  }

  .profile__body__content-address.edit-mode form {
    padding: 10px;
  }

  .profile__body__content-address form {
    padding: 10px;
  }

  .profile__body__content-edit {
    width: 100%;
    margin-top: 10px;
  }

  .profile__body__content-edit__password {
    padding: 10px;
    margin-top: -15px;
  }

  .profile__body__content-edit.edit-mode > form {
    padding: 10px;
  }

  .profile__body__content-edit > svg {
    top: 5px;
    right: 5px;
  }

  .profile__body__content-edit > form {
    padding: 10px;
  }

  .profile__body__content__wrap {
    flex-direction: column;
    align-items: center;
  }

  .profile__body__content-orders__item {
    min-width: auto;
    padding: 10px;
  }

  .profile__body__content-orders__item__button {
    bottom: 10px;
    right: 10px;
  }

  .catalog {
    margin-bottom: 50px;
  }

  .catalog__list__products__pagination {
    margin-top: 15px;
    padding-top: 0;
    flex-direction: column;
    gap: 20px;
  }

  .catalog__list__products__pagination__pages {
    position: static;
  }
}

@media screen and (max-width: 550px) {
  .info > h1 {
    font-size: 26px;
  }

  .footer__social__submit__input {
    padding-bottom: 20px;
    width: 100%;
    margin: 0;
  }

  .footer__social__submit__input .wpcf7-not-valid-tip {
    top: calc(100% + -10px);
  }

  .post > article > section h1,
  .info > article > section h1 {
    font-size: 26px;
  }

  .post > article > section > p > a,
  .info > article > section > p > a {
    word-break: break-all;
  }

  .blog-page__posts {
    grid-template-columns: repeat(auto-fit, 150px);
    justify-content: center;
    gap: 20px;
  }

  .contacts__form {
    padding: 20px 10px 10px 10px;
  }

  .contacts__form > h2 {
    text-align: center;
    font-size: 18px;
  }

  .contacts__form > p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .contacts__address__map {
    height: auto;
  }

  .contacts__address__details {
    gap: 26px;
    flex-direction: column;
  }

  .contacts__address > h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .about__details__text > h1 {
    font-size: 16px;
  }

  .about__details__text > p {
    font-size: 12px;
  }

  .checkout_page {
    margin-top: 30px;
  }

  .checkout__head > h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .modal-orders__item > img {
    width: 55px;
  }

  .modal-orders__item h5 {
    font-size: 14px;
  }

  .modal-orders__controls {
    display: flex;
    flex-direction: column;
  }

  .catalog-head h1 {
    font-size: 18px;
  }

  .partners__slider__wrap > div {
    width: 91px;
  }

  .blog-card > p {
    font-size: 12px;
  }

  .advertisement__slider__card > h3,
  .advertisement__slider__card p {
    font-size: 12px;
  }

  .header__search > .container,
  .header__search > section,
  .header__search > .post,
  .header__search > .info {
    row-gap: 7px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content max-content;
  }

  .header__search__bar {
    grid-row: 2;
    grid-column: 1/3;
    margin: 0;
  }

  .header__search__bar > input {
    min-height: 30px;
    padding: 7px 14px;
  }

  .footer__copyright {
    text-align: left;
    padding-bottom: 20px;
  }

  .footer__details__info {
    padding-bottom: 20px;
  }

  .footer__details__payments,
  .footer__details__us {
    margin-top: 0;
  }

  .footer__details__payments {
    border-bottom: 1px solid #414141;
    padding-bottom: 20px;
  }

  .footer__details__us {
    border-bottom: 1px solid #414141;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 450px) {
  .info > article {
    padding: 0;
  }

  .post > .blog .section-head > h2,
  .info > .blog .section-head > h2 {
    width: 100%;
  }

  .side-modal__wrap__basket__container {
    padding: 28px 20px 32px 20px;
  }

  .product {
    margin-bottom: 50px;
  }

  .product .section-head {
    margin-top: 50px;
  }

  .product .section-head > h2 {
    font-size: 22px;
  }

  .product__head__title > img {
    max-width: 50px;
  }

  .product__body__details__tabs {
    margin-bottom: 30px;
    align-items: center;
  }

  .product__body__details__tabs__wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
  }

  .product__body__details__tabs__wrap::-webkit-scrollbar {
    display: none;
  }

  .product__body__details__tabs__wrap__display {
    min-width: 100%;
  }

  .product__body__details__tabs > .new__controls__back,
  .product__body__details__tabs > .new__controls__next {
    display: block;
    min-width: 25px;
  }

  .product__body__view {
    margin-bottom: 50px;
  }

  .buy {
    padding: 10px;
  }

  .buy__options {
    gap: 0;
  }

  .buy__options__steps__checkbox:first-of-type {
    padding-top: 0;
  }

  .buy__options__variations__select {
    padding-top: 0;
  }

  .buy__options__variations__own-price__contacts__icons > div {
    width: 67px;
  }

  .buy__options__variations__own-price__contacts,
  .buy__options__variations__own-price > button,
  .buy__options__variations__own-price button {
    max-width: none;
    width: 100%;
  }

  .buy__options__variations__own-price > svg,
  .buy__options__variations__own-price form > p > svg {
    top: -5px;
  }

  .buy__options__variations__own-price > .input-custom,
  .buy__options__variations__own-price .input-custom,
  .buy__options__variations__own-price > .profile__body__content-edit__password__form__input,
  .buy__options__variations__own-price > .profile__body__content-address__password__form__input,
  .buy__options__variations__own-price > .checkout__order__user__password,
  .side-modal .buy__options__variations__own-price > .login__form__password {
    width: 100%;
  }

  .buy__options__variations__own-price > .input-custom > input,
  .buy__options__variations__own-price > .profile__body__content-edit__password__form__input > input,
  .buy__options__variations__own-price > .profile__body__content-address__password__form__input > input,
  .buy__options__variations__own-price > .checkout__order__user__password > input,
  .side-modal .buy__options__variations__own-price > .login__form__password > input {
    max-width: none;
  }

  .buy__head__track > button {
    margin-bottom: 15px;
  }

  .order {
    padding-bottom: 300px;
  }

  .order__success-link,
  .order__fail-link,
  .order__complete-link {
    width: 100%;
    max-width: none;
  }

  .order__complete__links {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .order-modal.open {
    padding: 0 15px;
  }

  .modal-orders {
    padding: 15px;
  }

  .modal-orders > h3 {
    width: min-content;
  }

  .modal-orders > svg {
    top: 10px;
    right: 10px;
  }

  .custom-radio {
    min-width: 15px;
    min-height: 15px;
    max-width: 15px;
    max-height: 15px;
    margin-right: 10px;
  }

  .custom-radio > input:checked ~ span {
    outline-offset: -4px;
    outline-width: 4px;
  }

  .profile__body__content-orders__item {
    height: auto;
  }

  .profile__body__content-orders__item__button {
    margin-top: 20px;
    position: static;
    margin-left: auto;
  }

  .profile__body__content-orders__item.open > .profile__body__content-orders__item__wrap__controls {
    grid-template-columns: 1fr;
  }

  .section-head {
    align-items: end;
  }

  .section-head > h2 {
    width: min-content;
  }

  .review-card__author-head {
    font-size: 16px;
  }

  .review-card__author-head {
    max-width: 200px;
  }

  .footer__social__submit {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 400px) {
  .post__share {
    display: grid;
  }

  .side-modal__wrap {
    min-width: auto;
  }

  .modal-orders__controls > button {
    font-size: 10px;
    height: auto;
    padding: 10px;
  }

  .catalog-head {
    height: 80px;
  }

  .catalog-head > img {
    width: 100vw;
    height: 80px;
  }

}
#us-slider-title {
  width: max-content;
}
@media screen and (max-width: 450px) {
  .side-modal__wrap__basket__container-btn {
    width: 100%;
    margin-bottom: 23%;
  }
}
/*# sourceMappingURL=styles.css.map */
.entry-footer {
  display: none;
}

/* ====================================================================================================== */
/* FROM AWS FORM SEARCH COMMON.CSS */ 

.header__search__bar .searinp-container {
  width: 100%;
}

.searinp-container .searinp-search-form {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: stretch;
  position: relative;
  float: none !important;
  width: 100%;
  height: 40px;
  background: #fff;
}

.searinp-container .searinp-search-form {
  height: 40px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 1090px) {
  .searinp-container .searinp-search-form {
    height: 30px;
  }
}

.searinp-container[data-buttons-order="3"] .searinp-search-form .searinp-wrapper, .searinp-container[data-buttons-order="4"] .searinp-search-form .searinp-wrapper {
  -webkit-order: 2;
  order: 2;
}
.searinp-container .searinp-search-form .searinp-wrapper {
  flex-grow: 1;
  position: relative;
  vertical-align: top;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.searinp-container .searinp-search-form *, .searinp-search-result {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-hyphens: manual;
  -webkit-hyphens: manual;
  hyphens: manual;
  border-radius: 0 !important;
}

.searinp-container .searinp-search-label {
  position: absolute !important;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}

.searinp-container .searinp-show-clear .searinp-search-field {
  padding-right: 40px;
}

.searinp-container .searinp-search-field {
  width: 100%;
  max-width: 100%;
  color: #313131;
  padding: 6px 15px;
  line-height: 30px;
  display: block;
  height: 100%;
  min-height: inherit;
  margin: 0 !important;
  font-size: 12px;
  position: relative;
  z-index: 2;
  border: 1px solid #d8d8d8;
  outline: 0;
  background: 0 0;
  -webkit-appearance: none;
}

.searinp-container .searinp-search-field {
  border: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1024px) {
  .searinp-container .searinp-search-field {
    font-size: 16px;
  }
}


.searinp-container .searinp-search-form .searinp-search-clear {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  color: #757575;
  height: 100%;
  width: 38px;
  padding: 0 0 0 10px;
  text-align: left;
  font-weight: 500;
}

.searinp-container .searinp-search-form .searinp-search-clear span {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 24px;
  top: 50%;
  margin-top: -12px;
  color: #000;
}


.searinp-container .searinp-search-form .searinp-wrapper .searinp-loader {
  position: absolute;
  display: none;
  right: 10px;
  top: 50%;
  z-index: 999;
  margin: -10px 0 0;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 3px solid #ededed;
  border-right: 3px solid #ededed;
  border-bottom: 3px solid #ededed;
  border-left: 3px solid #555;
}
.searinp-container .searinp-search-form .searinp-wrapper .searinp-loader, .searinp-container .searinp-search-form .searinp-wrapper .searinp-loader::after {
  border-radius: 50% !important;
  width: 20px;
  height: 20px;
}

.searinp-container[data-buttons-order="4"] .searinp-search-form .searinp-search-btn {
  -webkit-order: -1;
  order: -1;
}
.searinp-container[data-buttons-order="3"] .searinp-search-form .searinp-main-filter, .searinp-container[data-buttons-order="3"] .searinp-search-form .searinp-search-btn, .searinp-container[data-buttons-order="4"] .searinp-search-form .searinp-main-filter, .searinp-container[data-buttons-order="4"] .searinp-search-form .searinp-search-btn {
  margin: 0-1px 0 0;
}
.searinp-container .searinp-search-form .searinp-form-btn {
  background: transparent;
  padding: 10px;
  border: none;
  width: auto;
}
.searinp-container .searinp-search-form .searinp-form-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #ededed;
  border: 1px solid #d8d8d8;
  margin: 0 0 0-1px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 100ms ease-in-out;
  -moz-transition: background-color 100ms ease-in-out;
  -o-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}
.searinp-container .searinp-search-form .searinp-search-btn {
  padding: 0;
  line-height: 10px;
  width: 42px;
}

.searinp-container .searinp-search-form .searinp-search-btn_icon {
  color: #000;
  width: 22px;
  height: 22px;
}
.searinp-container .searinp-search-form .searinp-search-btn_icon {
  display: inline-block;
  fill: currentColor;
  line-height: 24px;
  position: relative;
}


.searinp-container .searinp-search-form .searinp-search-btn svg {
  display: block;
  height: 100%;
  width: 100%;
}


.searinp-container .searinp-search-form .searinp-form-btn {
  background: transparent;
  padding: 10px;
  border: none;
  width: auto;
}

.searinp-container .searinp-search-form .searinp-form-btn:hover {
  background: #dcdcdc;
}
