@font-face {
  font-family: "Averta";
  src: url('AvertaDemoPE-Regular.eot');
  src: url('AvertaDemoPE-Regular.ttf');
  src: url('AvertaDemoPE-Regular.woff') format("woff");
  font-weight: normal;
}

a:focus {
  color: #282828 !important;
}
.layout {
  all: unset !important;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Averta", sans-serif;
  color: #1f1f1f;
  background: #F3F3F3;
}

a {
  color: #1f1f1f;
  text-decoration: none;
  opacity: 1;
}

div, a, span, ul, li, p, button, input {
  font-family: "Averta", sans-serif;
}

button {
  padding: 0;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

input {
  outline: none;
}

input[type=submit] {
  border: 0;
}

.overflow-hidden {
  overflow: hidden;
}

label.main-label {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-size: 12px;
  line-height: 130%;
  color: #1f1f1f;
  display: flex;
  flex-direction: column;
}
label.main-label input, 
label.main-label select {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  height: 40px;
  background: none;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  margin: 6px 0 0 0;
}


.checkbox-label {
  display: flex;
  align-items: center;
  color: #1f1f1f;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 20px auto;
}

.checkbox-label input {
  margin: 0 6px 0 0;
}

.checkbox-label span {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}


.coupon-in-cart {
  width: 50%;
  position: absolute;
  bottom: 130px;
}
@media screen and (max-width: 650px) {
  .coupon-in-cart {
	width: 100%;
	bottom: 135px;
  }
}

.wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.container {
  width: calc(100% - 100px);
  margin: auto;
}
@media screen and (max-width: 650px) {
  .container {
	width: calc(100% - 40px);
  }
}

.header {
  position: fixed;
  z-index: 10;
  transition-duration: 0.3s;
}
.header .container {
  padding: 15px 0px;
  display: flex;
  justify-content: flex-start;
  
  justify-content: space-between;
  
  align-items: center;
  position: relative;
  border-bottom: 1px solid rgba(31, 31, 31, 0.25);
  transition-duration: 0.3s;
}
.header-right {
  display: flex;
  align-items: center;
}
.header .container_index {
  border-bottom: 0;
}
.header .container_index .black {
  opacity: 0;
  transition-duration: 0.3s;
}
.header .container_index .white {
  opacity: 1;
  transition-duration: 0.3s;
}
.header .burger {
  position: relative;
  width: 24px;
  height: 24px;
  transition-duration: 0.3s;
  cursor: pointer;
}
.header .burger_white {
  opacity: 0;
  transition-duration: 0.3s;
}
.header .burger_black {
  opacity: 1;
  transition-duration: 0.3s;
}
.header .burger img {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}
.header .burger_index .burger_white {
  opacity: 1;
  transition-duration: 0.3s;
}
.header .burger_index .burger_black {
  opacity: 0;
  transition-duration: 0.3s;
}
.header .black {
  opacity: 1;
  transition-duration: 0.3s;
}
.header .white {
  opacity: 0;
  transition-duration: 0.3s;
}
.header__menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__menu-item {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  margin: 0 30px 0 0;
  transition-duration: 0.3s;
}
.header__menu-item:hover {
  color: #1f1f1f;
  opacity: 0.5;
  transition-duration: 0.3s;
}
@media screen and (max-width: 650px) {
  .header__menu-item {
	display: none;
  }
}
.header__menu-item_burger {
  font-size: 0;
}
@media screen and (max-width: 650px) {
  .header__menu-item_burger {
	display: block;
	margin: 0 20px 0 0;
  }
}
.header__menu-item_index {
  color: white;
  transition-duration: 0.3s;
}
.header__menu-item_index:hover {
  color: white;
  opacity: 0.5;
  transition-duration: 0.3s;
}
.header__logo {
  position: absolute;
  font-size: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  width: 100px;
  height: 21px;
}
@media screen and (max-width: 650px) {
  .header__logo {
	position: relative;
	width: 90px;
	height: 19px;
	margin: 0 auto 0 0;
  }
}
.header__logo img {
  position: absolute;
}
@media screen and (max-width: 650px) {
  .header__logo img {
	width: 90px;
  }
}
.header__search {
  margin-left: auto;
}
.header__search-bg {
  z-index: 0;
  position: absolute;
  width: 600vw;
  height: 600vh;
  background: rgba(255, 255, 255, 0.9);
  left: -100vw;
  top: -100vh;
  display: none;
}
@media screen and (max-width: 650px) {
  .header__search-bg {
	display: block;
  }
}
@media screen and (max-width: 650px) {
  .header__search {
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: auto;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 50;
  }
  .header__search-input {
	  width: 100% !important;
	height: 56px !important;
	font-size: 18px !important;

  }
}
.header__search-close {
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .header__search-close {
	display: flex;
  }
}
.header__search_opened {
  display: block;
}
.header__search form {
  position: relative;
  z-index: 1;
}
.header__search-input {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding: 10px 10px 10px 42px;
  color: #1f1f1f;
  border: 1px solid rgba(31, 31, 31, 0.25);
  border-radius: 4px;
  width: 266px;
  box-sizing: border-box;
  height: 36px;
  transition-duration: 0.2s;
  background: none;
  transition-duration: 0.3s;
}
@media screen and (max-width: 650px) {
  .header__search-input {
	padding: 10px 10px 10px 47px;
  }
}
.header__search-input::-moz-placeholder {
  color: #1f1f1f;
  transition-duration: 0.3s;
}
.header__search-input::placeholder {
  color: #1f1f1f;
  transition-duration: 0.3s;
}
.header__search-input_index {
  background: rgba(31, 31, 31, 0.25);
  border: none;
  color: white;
}
.header__search-input_index::-moz-placeholder {
  color: white;
}
.header__search-input_index::placeholder {
  color: white;
}
.header__search-input:focus {
  border-color: rgb(31, 31, 31);
  transition-duration: 0.2s;
}
.header__search-btn {
  font-size: 0;
  color: #1f1f1f;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 100%;
}
@media screen and (max-width: 650px) {
  .header__search-btn {
	left: 15px;
  }
}
.header__search-btn img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.header__search-preres {
  position: absolute;
  top: 41px;
  width: 100%;
  background: white;
  border-radius: 5px;
  max-height: 50vh;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #1f1f1f gray;
}
.header__search-preres {
  position: absolute;
  top: 41px;
  width: 100%;
  background: white;
  border-radius: 5px;
  max-height: 50vh;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #1f1f1f rgba(31, 31, 31, 0);
}
.header__search-preres::-webkit-scrollbar {
  width: 12px;
}
.header__search-preres::-webkit-scrollbar-track {
  background: rgba(31, 31, 31, 0);
}
.header__search-preres::-webkit-scrollbar-thumb {
  background-color: #1f1f1f;
  border-radius: 20px;
  border: 3px solid rgba(31, 31, 31, 0);
}
.header__search-preres ul {
  list-style: none;
  padding: 10px;
  margin: 0;
  font-size: 14px;
}
.header__search-preres ul li {
  margin: 0 0 6px 0;
}
.header__search-preres ul li:last-child {
  margin: 0;
}
.header__controls {
  display: flex;
  justify-content: flex-start;
}
.header__controls-item {
  font-size: 0;
  margin: 0 0 0 20px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: relative;
}
.header__controls-item:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}
@media screen and (max-width: 650px) {
  .header__controls-item {
	margin: 0 0 0 15px;
  }
}
.header__controls-item img {
  position: absolute;
}
.header_on-scroll {
  background: #F3F3F3;
  transition-duration: 0.3s;
  top: 0px;
}
.header_on-scroll .container {
  padding: 5px 0;
  transition-duration: 0.3s;
}
@media screen and (max-width: 650px) {
  .header_on-scroll .container {
	padding: 15px 0;
  }
}
.header_on-scroll .container .header__menu-item_index {
  color: #1f1f1f;
  transition-duration: 0.3s;
}
.header_on-scroll .container .burger_white {
  opacity: 0;
  transition-duration: 0.3s;
}
.header_on-scroll .container .burger_black {
  opacity: 1;
  transition-duration: 0.3s;
}
.header_on-scroll .container .black {
  opacity: 1;
  transition-duration: 0.3s;
}
.header_on-scroll .container .white {
  opacity: 0;
  transition-duration: 0.3s;
}
.header_on-scroll .container .header__search-input {
  color: #1f1f1f;
  border: 1px solid rgba(31, 31, 31, 0.25);
  background: none;
  transition-duration: 0.3s;
}
.header_on-scroll .container .header__search-input::-moz-placeholder {
  color: #1f1f1f;
  transition-duration: 0.3s;
}
.header_on-scroll .container .header__search-input::placeholder {
  color: #1f1f1f;
  transition-duration: 0.3s;
}

.main-content {
  padding: 97px 0 0 0;
}
@media screen and (max-width: 650px) {
  .main-content {
	padding: 77px 0 0 0;
  }
}
.main-content_card {
  padding: 87px 0 0 0;
}
@media screen and (max-width: 650px) {
  .main-content_card {
	padding: 77px 0 0 0;
  }
}

.popup-cart {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
}
.popup-cart_show {
  display: block;
  animation-name: open;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
.popup-cart_close {
  display: none;
  animation-name: close;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
.popup-cart_fav-show {
  display: block;
  animation-name: open;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
.popup-cart_fav-close {
  display: none;
  animation-name: close;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
.popup-cart__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 500;
}
.popup-cart__bg-fav {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 500;
}
.popup-cart__container {
  position: absolute;
  background: #F3F3F3;
  width: 50%;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 600;
}
@media screen and (max-width: 1500px) {
  .popup-cart__container {
	width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .popup-cart__container {
	width: 70%;
  }
}
@media screen and (max-width: 650px) {
  .popup-cart__container {
	width: 100%;
  }
}
.popup-cart__content {
  width: calc(100% - 100px);
  margin: 0 auto;
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 650px) {
  .popup-cart__content {
	width: calc(100% - 40px);
  }
}
.popup-cart__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 0 0;
}
@media screen and (max-width: 650px) {
  .popup-cart__header {
	padding: 15px 0 0 0;
  }
}
.popup-cart__title {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-size: 18px;
  color: #1f1f1f;
}
.popup-cart__close-btn {
  font-size: 0;
  cursor: pointer;
}
.popup-cart__close-btn img {
  width: 22px;
  height: 22px;
}
.popup-cart__footer {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 0px;
  width: 100%;
}
@media (max-width: 767px) {
	.popup-cart__footer {
		bottom: 70px;
	}
}
.popup-cart__main-btn {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  border-radius: 4px;
  position: absolute;
  bottom: 80px;
  top: auto;
  width: 100%;
  height: 50px;
  background: rgb(31, 31, 31);
  color: white;
  transition-duration: 0.3s;
}
@media screen and (max-width: 650px) {
  .popup-cart__main-btn {
	bottom: 80px;
  }
}
.popup-cart__main-btn:hover {
  background: rgba(31, 31, 31, 0.8);
  transition-duration: 0.3s;
}
.popup-cart__products {
  margin: 30px auto 0 auto;
  height: calc(100vh - 280px);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #1f1f1f;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  width: calc(100% + 10px);
}
@media (max-width: 767px) {
	.popup-cart__products {
		height: calc(100vh - 400px);
	}
}
.popup-cart__products::-webkit-scrollbar {
  width: 3px;
}
.popup-cart__products::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(0, 0, 0, 0);
}
.popup-cart__products::-webkit-scrollbar-thumb {
  background-color: rgba(31, 31, 31, 0.2);
  border-radius: 5px;
}
.popup-cart__products::-webkit-scrollbar-track {
  background-color: #F3F3F3;
  border: none;
}
.popup-cart__products::-webkit-scrollbar-button {
  background-color: #F3F3F3;
  border-radius: 5px;
}

.popup-cart__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-bottom: 30px;
  transition-duration: 0.3s;
}
.popup-cart__item_opened {
  transform: translateX(-174px);
  transition-duration: 0.3s;
}
.popup-cart__item-image {
  width: 100px;
}
@media screen and (max-width: 650px) {
  .popup-cart__item-image {
	width: 80px;
	min-width: 80px;
  }
}
.popup-cart__item-image-item {
  padding-bottom: 130%;
  position: relative;
}
.popup-cart__item-image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}
.popup-cart__item-title {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  margin: auto auto auto 30px;
  width: 170px;
  display: flex;
  flex-direction: column;
}
.popup-cart__item-title:hover {
  color: #888888;
}
.popup-cart__item-title span {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-size: 12px;
  opacity: 0.5;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 650px) {
  .popup-cart__item-title {
	align-self: flex-start;
	margin: 0 auto 0 20px;
	min-width: 170px;
  }
}
.popup-cart__item-price {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  margin: auto;
  width: 90px;
}
@media screen and (max-width: 650px) {
  .popup-cart__item-price {
	position: absolute;
	bottom: 0;
	left: 100px;
  }
}
.popup-cart__item-more {
  display: none;
}
@media screen and (max-width: 650px) {
  .popup-cart__item-more {
	display: block;
	margin-left: calc(100vw - 335px);
	margin-right: 21px;
  }
}
.popup-cart__item-more img:first-child {
  display: block;
}
.popup-cart__item-more .cart-less {
  display: none;
}
.popup-cart__item-more_opened img:first-child {
  display: none;
}
.popup-cart__item-more_opened .cart-less {
  display: block;
}
.popup-cart__item-sep {
  min-width: 1px;
  height: 90px;
  background: #1f1f1f;
  opacity: 0.2;
  display: none;
}
@media screen and (max-width: 650px) {
  .popup-cart__item-sep {
	display: block;
  }
}
.popup-cart__item-del {
  font-size: 0;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  .popup-cart__item-qtt {
	margin: 0 20px !important;
  }
}
.popup-cart__itogo {
  font-family: "Averta", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  position: absolute;
  bottom: 170px;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 650px) {
  .popup-cart__itogo {
	left: 0;
	bottom: 90px;
  }
}
#popup-fav .popup-cart__products {
  height: calc(100vh - 76px);
}
#popup-fav .popup-cart__products:empty::before {
  content: "В избранном ничего нет";
  color: #282828;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup-cart {
  z-index: 9999999999;
}
#user-coupon {
  padding: 0 95px 0 15px;
}


.product-qtt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0;
}
.product-qtt__btn {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid rgba(35, 35, 35, 0.2);
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition-duration: 0.3s;
}
.product-qtt__btn:hover {
  border: 1px solid rgb(35, 35, 35);
  transition-duration: 0.3s;
}


.product-qtt__qtt {
  width: 43px;
  padding: 5px 0;
  border: none;
  background: none;
  font-size: 16px;
  text-align: center;
}
.product-qtt_cart {
  margin: auto;
}


.product-qtt_cart .product-qtt__btn {
  width: 28px;
  height: 28px;
}
.product-qtt_cart .product-qtt__qtt {
  width: 33px;
}




.catalog .container {
  display: flex;
}
.catalog__title {
  font-family: "Averta", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  margin: 0 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 650px) {
  .catalog__title {
	flex-direction: column;
	align-items: flex-start;
  }
}
.catalog__title .collection-sort {
  display: flex;
  flex-direction: column;
  min-width: 130px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 0;
}
@media screen and (max-width: 650px) {
  .catalog__title .collection-sort {
	margin: 10px 0 0 0;
  }
}
.catalog__title .collection-sort .select-wrapper {
  position: relative;
}
.catalog__title .collection-sort .select-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 1px;
  background: #282828;
  z-index: 2;
}
.catalog__title .collection-sort select {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  border: 0;
  background: none;
  padding: 5px 25px 5px 0;
  outline: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
  color: #1f1f1f;
  background: url("select-arrow.svg") no-repeat;
  background-position: right center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.catalog__l-col {
  width: 20%;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 97px;
}
@media screen and (max-width: 650px) {
  .catalog__l-col {
	display: none;
  }
}
.catalog__r-col {
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 650px) {
  .catalog__r-col {
	width: 100%;
  }
}
.catalog__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 0 -5px;
}
.catalog__item {
  box-sizing: border-box;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 25%;
  cursor: pointer;
  margin: 0 0 40px 0;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .catalog__item {
	width: 50%;
  }
}
.catalog__item-images {
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
  padding-top: 130%;
}
.catalog__item-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}
.catalog__item-images img.first-image {
  z-index: 2;
  opacity: 1;
  transition-duration: 0.3s;
}
.catalog__item-images img.first-image:hover {
  opacity: 0;
  transition-duration: 0.3s;
}
.catalog__item-fav {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0.6;
  transition-duration: 0.3s;
  z-index: 3;
  width: 26px;
  height: 26px;
  background-image: url("../img/fav.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.catalog__item-fav:hover {
  opacity: 1;
  transition-duration: 0.3s;
}
.catalog__item-title {
  margin-bottom: 10px;
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  width: 90%;
}
.catalog__item-title_date {
  opacity: 0.4;
}
.catalog__item-title_read {
  position: relative;
  display: flex;
  align-items: center;
}
.catalog__item-title_read::after {
  content: "";
  position: relative;
  width: 14px;
  height: 14px;
  background-image: url(arrow_more_b.svg);
  margin: 0 0 0 5px;
  top: 1px;
  transition-duration: 0.3s;
}
.catalog__item-title_read:hover::after {
  transform: translateX(5px);
  transition-duration: 0.3s;
}
.catalog__item-price {
  margin-top: auto;
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
}
.catalog__menu {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 97px);
  overflow-x: visible;
  overflow-y: auto;
  padding: 0 0 0 15px;
  left: -15px;
  position: relative;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.catalog__menu::-webkit-scrollbar {
  display: none;
}
.catalog__menu input {
  display: none;
}
.catalog__menu-submenu {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding: 0 0 0 20px;
}
.catalog__menu-submenu-item {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transition-duration: 0.4s;
  padding: 0 0 0 15px;
  left: -15px;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transition-duration: 0.3s;
}
.catalog__menu-submenu-item:hover {
  color: #1f1f1f;
  opacity: 0.5 !important;
  transition-duration: 0.3s;
}
.catalog__menu-item {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  width: 80%;
  position: relative;
  transition-duration: 0.4s;
  padding: 6px 0 6px 15px;
  left: -15px;
  border-radius: 4px;
  cursor: pointer;
}
.catalog__menu-item a {
  transition-duration: 0.3s;
}
.catalog__menu-item a:hover {
  color: #1f1f1f;
  opacity: 0.5;
  transition-duration: 0.3s;
}
.catalog__menu-item img {
  margin: 0 15px 0 auto;
  transform: rotate(90deg);
  opacity: 0;
  transition-duration: 0.4s;
}
.catalog__menu-item:hover {
  background: rgba(31, 31, 31, 0.06);
  transition-duration: 0.4s;
}
.catalog__menu-item:hover img {
  opacity: 1;
  transition-duration: 0.4s;
}
.catalog__menu-item_sub {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  padding: 6px 0 6px 15px;
  height: -moz-fit-content;
  height: fit-content;
}
input.open-submenu:checked + .catalog__menu-submenu .catalog__menu-submenu-item {
  opacity: 1;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6px 0 6px 15px;
}

label:has(+ input.open-submenu:checked) img {
  transform: rotate(270deg);
}

@media screen and (max-width: 650px) {
  .life-card-list .container {
	width: calc(100% - 30px) !important;
	padding: 0 !important;
  }
  .life-card-list .catalog__item {
	width: 100% !important;
  }
}

.show-more .container {
  width: 80%;
  margin: 40px 0 0 auto;
}
@media screen and (max-width: 650px) {
  .show-more .container {
	width: 100%;
	margin: 0;
  }
}
.show-more__item {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-more__item img {
  transform: rotate(90deg);
  margin: 0 0 0 5px;
}

.card {
  padding: 0 0 40px 0;
}
.card .container {
  display: flex;
  width: calc(100% - 90px);
}
@media screen and (max-width: 650px) {
  .card .container {
	width: calc(100% - 40px);
	flex-direction: column;
  }
}
.card__title {
  font-family: "Averta", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  margin: 0 0 10px 0;
}
.card__price {
  font-family: "Averta", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  margin: 20px 0 0 0;
}
.card__price_old {
  font-size: 16px;
  margin: 25px 0 -25px 0;
  text-decoration: line-through;
  opacity: 0.4;
}
.card__price.card__price_old:empty {
  display: none;
}
.card__art {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  opacity: 0.5;
  font-size: 14px;
  color: #1f1f1f;
}




.card .option-selector {
  display: flex;
  flex-direction: column;
  min-width: 130px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0 0 0;
}
.prod-card {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.prod-card .option-selector {
	margin-top: 5px !important;
}
.card .option-selector .option {
  position: relative;
  margin: 0 0 20px 0;
}
.card .option-selector:last-child {
  margin: 0;
}



.card  .option::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 1px;
  background: #282828;
  z-index: 2;
}
.card  .option-label {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-size: 14px;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  margin: 0 0 5px 0;
}
.card  select.option-values {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  border: 0;
  background: none;
  padding: 5px 0;
  outline: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
  color: #1f1f1f;
  background: url("select-arrow.svg") no-repeat;
  background-position: right center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}



.card__l-col {
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 650px) {
  .card__l-col {
	width: 100%;
  }
}
.card__r-col {
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 97px;
  padding: 0 0 0 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 650px) {
  .card__r-col {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	padding: 30px 0 0 0;
  }
}
.card__photo {
  display: flex;
  flex-wrap: wrap;
}
.card__photo-item {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  padding: 0 5px 10px 5px;
}

.card__photo-item_single {
  width: 100%;
}
.card__photo-item-img {
  width: 100%;
  position: relative;
  padding-top: 130%;
  cursor: pointer;
}
.card__photo-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  border-radius: 4px;
}
@media screen and (max-width: 650px) {
  .card__photo-item-img img {
	padding: 0;
  }
}
.card__photo-row3 {
  display: flex;
}
.card__photo-row3-item {
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 0 5px 10px 5px;
  position: relative;
}
.card__photo-row3-item-img {
  width: 100%;
  position: relative;
  padding-top: 130%;
  cursor: pointer;
}
.card__photo-row3-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  border-radius: 4px;
}
@media screen and (max-width: 650px) {
  .card__photo-row3-item-img img {
	padding: 0;
  }
}
.card__video {
  width: 50%;
  box-sizing: border-box;
  padding: 0 5px 10px 5px;
  position: relative;
}
.card__video-itm {
  width: 100%;
  position: relative;
  padding-top: 130%;
  cursor: pointer;
}
.card__video-itm video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  z-index: 2;
  border-radius: 4px;
}
@media screen and (max-width: 650px) {
  .card__video-itm video {
	padding: 0;
  }
}



.card__btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 40px 0;
}
.card.card__btns {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	padding-bottom: 5px !important;
	/* justify-content: space-between !important; */
}
@media screen and (max-width: 650px) {

  .card__btns .product-qtt {
	display: none;
  }
  
  .card .card__btns .product-qtt {
	display: flex !important;
  }
}
.card__add-to-cart {
  cursor: pointer;
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: rgb(31, 31, 31);
  transition-duration: 0.3s;
  height: 50px;
  border-radius: 4px;
  margin: 0 20px 0 0;
  cursor: pointer;
  border: none;
  outline: none;
}
@media (max-width: 650px) {
	.card__add-to-cart {
		margin-right: 0px;
	}
	.card__btns .card__add-to-favourite {
		display: none !important;
	}
}

.card__add-to-cart:hover {
  background: rgba(31, 31, 31, 0.8);
  transition-duration: 0.3s;
}


.card-product-qtt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 0;
}
.card-product-qtt__qtt {
  width: 43px;
  padding: 5px 0;
  border: none;
  background: none;
  font-size: 16px;
  text-align: center;
}
.card-product-qtt__btn {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid rgba(35, 35, 35, 0.2);
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition-duration: 0.3s;
}
.card-product-qtt__btn:hover {
  border: 1px solid rgb(35, 35, 35);
  transition-duration: 0.3s;
}





.card-card__add-to-cart-pp {
  cursor: pointer;
  font-family: "Averta", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background: rgba(31, 31, 31, 1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  outline: none;
  min-width: 30px;
  height: 30px;
  width: 100%;
  margin-left: 20px;
}
.card-card__add-to-cart-pp:hover {
  background: rgba(31, 31, 31, 0.8);
  transition-duration: 0.3s;
}
.card-card__add-to-cart-pp img {
  height: 15px;
  width: auto;
}




.card-card__add-to-cart {
  cursor: pointer;
  font-family: "Averta", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: rgba(31, 31, 31, 0.9);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  transition-duration: 0.3s;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  outline: none;
  min-width: 30px;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid rgba(31, 31, 31, 0.5);
}
.card-card__add-to-cart:hover {
  background: rgba(31, 31, 31, 0.8);
  transition-duration: 0.3s;
  color: #fff;
}
.card-card__add-to-cart img {
  height: 15px;
  width: auto;
  display: inline-block;
}
.card-card__add-to-cart .ttl { 
  margin-bottom: 5px;
}
.card-card__add-to-cart .icn {
  margin-left: 10px !important; 
}


.card__hint-btn {
	font-family: "Averta", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	color: #1f1f1f;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	width: -moz-fit-content;
	transition-duration: 0.3s;
	height: 50px;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #1f1f1f;
	outline: none;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.card__hint-btn:hover {
  background: #000;
  color: #fff;
  transition-duration: 0.3s;
}
.card__add-to-favourite {
  padding: 0;
  box-sizing: border-box;
  transition-duration: 0.3s;
  position: relative;
  min-width: 37px;
  height: 37px;
}
.card__add-to-favourite img {
  width: 37px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 650px) {
  .card__add-to-favourite img {
	width: 27px;
	height: 27px;
  }
}
.card__add-to-favourite:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}
.card__descr {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  line-height: 135%;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 650px) {
  .card__descr {
	margin: 10px 0 40px 0;
  }
}
.card__prefs {
  display: flex;
  flex-direction: column;
}
.card__prefs-item {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  line-height: 135%;
  margin: 0 0 10px 0;
}

.card__photo-item-img::after, .card__photo-row3-item-img::after, .card__video-itm::after {
  content: "";
  background-image: url("pan_zoom.svg");
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 50;
  opacity: 0;
  transition-duration: 0.3s;
}

.card__photo-item-img:hover::after, .card__photo-row3-item-img:hover::after, .card__video-itm:hover::after {
  opacity: 1;
  transition-duration: 0.3s;
}

.favorites-added img.fav-added {
  opacity: 1;
  transition-duration: 0.4s;
}
.favorites-added img.fav-not-added {
  opacity: 0;
  transition-duration: 0.4s;
}

.favorites-not-added img.fav-added {
  opacity: 0;
  transition-duration: 0.4s;
}
.favorites-not-added img.fav-not-added {
  opacity: 1;
  transition-duration: 0.4s;
}

.digi-dolyame-button--wrapper {
  margin: 15px 0 0 0;
}

.digi-dolyame-button {
  display: flex;
  align-items: center;
}
.digi-dolyame-button .digi-dolyame-button__text {
  margin: 0 15px;
}

.index-catalog {
  padding: 0 0 40px 0;
}
@media screen and (max-width: 650px) {
  .index-catalog {
	overflow-x: scroll;
  }
}
.index-catalog .container {
  width: calc(100% - 90px);
  display: flex;
}
@media screen and (max-width: 650px) {
  .index-catalog .container {
	width: -moz-max-content;
	width: max-content;
	padding: 0 15px;
  }
}
.index-catalog__item {
  margin: 0 5px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 650px) {
  .index-catalog__item {
	width: 41vw;
  }
}
@media screen and (max-width: 650px) {
	.index-catalog__item img {
		width: 100%;
	   height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		border-radius: 4px;
		position: absolute;
		top: 0;
		left: 0;
		margin: auto;
	}
}
.index-catalog__item-title {
  font-family: "Averta", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-size: 17px !important;
  color: white;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
@media screen and (max-width: 650px) {
  .index-catalog__item-title {
	font-size: 13px !important;
	bottom: 20px;
  }
}

.bread {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 650px) {
  .bread {
	display: inline-block;
  }
}
.bread__item {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-size: 14px;
  color: #1f1f1f;
  opacity: 0.5;
  transition-duration: 0.3s;
}
@media screen and (max-width: 650px) {
  .bread__item {
	display: inline;
  }
}
.bread__item:hover {
  color: #1f1f1f;
  opacity: 1;
  transition-duration: 0.3s;
}
.bread__sep {
  margin: 0 5px;
  color: #1f1f1f;
  opacity: 0.5;
}
@media screen and (max-width: 650px) {
  .bread__sep {
	display: inline;
  }
}

.index-slider {
  padding: 0 0 40px 0;
}
@media screen and (max-width: 650px) {
  .index-slider {
	display: none;
  }
}
.index-slider_mobile {
  display: none;
}
@media screen and (max-width: 650px) {
  .index-slider_mobile {
	display: block;
  }
}
.index-slider__item {
  width: 100%;
  height: 100vh !important;
  position: relative;
}
@media screen and (max-width: 650px) {
  .index-slider__item {
	height: 80vh !important;
  }
}
.index-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
}
.index-slider__bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh !important;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 32.29%, rgba(0, 0, 0, 0.05) 100%);
}
.index-slider__toggle-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 5;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  .index-slider__toggle-btn {
	display: none !important;
  }
}
.index-slider__toggle-btn img {
  width: 50px;
  height: 50px;
}
.index-slider__toggle-btn_next {
  left: auto;
  right: 50px;
}
.index-slider__toggle-btn_prev {
  left: 50px;
  right: auto;
  transform: rotate(-180deg);
}

.product-list {
  position: relative;
  padding: 0 0 40px 0;
}
.product-list_flex-wrap .container {
  flex-wrap: wrap;
}
.product-list_flex-wrap .catalog__item {
  margin: 0 0 50px 0 !important;
}
@media screen and (max-width: 650px) {
  .product-list {
	overflow-x: scroll;
  }
}
.product-list .container {
  width: calc(100% - 90px);
}
@media screen and (max-width: 650px) {
  .product-list .container {
	width: -moz-max-content;
	width: max-content;
	padding: 0 15px;
  }
}
.product-list .catalog__item {
  margin: 0;
  max-width: 20%;
}

@media screen and (min-width: 651px) {
	.blog-four-list .catalog__item {
		margin: 0;
		max-width: 25% !important;
	}
}

@media screen and (max-width: 650px) {
  .product-list .catalog__item {
	max-width: none;
	width: 44vw;
  }
  
  .blog-four-list .catalog__item {
	max-width: none;
	width: 44vw;
  }
}


.backstage-list__btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(31, 31, 31, 0.15);
  position: absolute;
  margin: auto;
  top: -15%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
	.backstage-list__btn {
		top: -15%;
		left: -17% !important;
		width: 24px;
		height: 24px;
	}
}


.product-list__btn {
  width: 34px;
  height: 34px;
  border-radius: 99999px;
  background: rgba(31, 31, 31, 0.15);
  position: absolute;
  margin: auto;
  top: -15%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  .product-list__btn {
	display: none !important;
  }
}
.product-list__btn_prev {
  transform: rotate(-180deg);
  left: -23px;
}
.product-list__btn_prev img {
  left: 1px;
  position: relative;
  width: 17px !important;
}
.product-list__btn_next {
  right: -23px;
}
.product-list__btn_next img {
  right: -1px;
  position: relative;
  width: 17px !important;
}
.product-list__btn_centered {
  top: 0;
}

.simple-title {
  padding: 40px 0;
}
@media screen and (max-width: 650px) {
  .simple-title {
	padding: 20px 0;
  }
}
.simple-title .container {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.simple-title__title {
  font-family: "Averta", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.simple-title__more {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0px 0 auto;
}
@media screen and (max-width: 650px) {
  .simple-title__more {
	display: none;
  }
}
.simple-title__more::after {
  content: "";
  position: relative;
  width: 14px;
  height: 14px;
  background-image: url(arrow_more_b.svg);
  margin: 0 0 0 5px;
  top: 1px;
  transition-duration: 0.3s;
}
.simple-title__more:hover {
  color: #1f1f1f;
}
.simple-title__more:hover::after {
  transform: translateX(5px);
  transition-duration: 0.3s;
}

.centered-title {
  padding: 60px 0 40px 0;
}
@media screen and (max-width: 650px) {
  .centered-title {
	padding: 20px 0;
  }
}
.centered-title .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .centered-title .container {
	justify-content: flex-start;
  }
}
.centered-title__title {
  font-family: "Averta", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  font-size: 36px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .centered-title__title {
	font-size: 26px;
  }
}

.decor-sep {
  padding: 0 0 60px 0;
}
.decor-sep p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .decor-sep {
	padding: 0 0 70px 0;
  }
}
.decor-sep__item {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  font-size: 0;
}
.decor-sep__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.decor-sep__item-big {
  border-radius: 4px;
  width: 35.3%;
  position: relative;
  font-size: 0;
  margin: 0 5px 0 0;
  padding-top: 45%;
  box-sizing: border-box;
}
.decor-sep__item-big::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0) 63.91%, rgba(31, 31, 31, 0.8) 100%);
}
@media screen and (max-width: 650px) {
  .decor-sep__item-big::before {
	background: rgba(31, 31, 31, 0.35);
  }
}
@media screen and (max-width: 650px) {
  .decor-sep__item-big {
	width: 50%;
	padding-top: 65%;
  }
}
.decor-sep__item-small {
  border-radius: 4px;
  width: 29.3%;
  position: relative;
  font-size: 0;
  margin: 0 0 0 5px;
  padding-top: 33%;
  top: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 650px) {
  .decor-sep__item-small {
	width: 50%;
	padding-top: 65%;
	top: 0px;
  }
}
.decor-sep__item-content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  top: auto;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 3;
}
@media screen and (max-width: 650px) {
  .decor-sep__item-content {
	bottom: -10px;
	top: 0;
  }
}
.decor-sep__item-title {
  font-family: "Averta", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin: 0 0 10px 0;
  padding: 0 20px;
  color: white;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .decor-sep__item-title {
	font-size: 16px;
	padding: 0 15px;
	line-height: 120%;
  }
}
.decor-sep__item-btn {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 650px) {
  .decor-sep__item-btn {
	font-size: 13px;
  }
}
.decor-sep__item-btn::after {
  content: "";
  position: relative;
  width: 14px;
  height: 14px;
  background-image: url(arrow_more_w.svg);
  margin: 0 0 0 5px;
  top: 1px;
}
.decor-sep_small-to-bottom .decor-sep__item-small {
  top: auto;
  margin: auto 0 40px 5px;
}
@media screen and (max-width: 650px) {
  .decor-sep_small-to-bottom .decor-sep__item-small {
	margin: auto 0 auto 5px;
  }
}

.footer {
  padding: 100px 0 0 0;
}
@media screen and (max-width: 650px) {
  .footer {
	padding: 40px 0 0 0;
  }
}
.footer__content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 20px;
	   column-gap: 20px;
}
@media screen and (max-width: 650px) {
  .footer__content {
	flex-direction: column;
  }
}
.footer__item {
  width: 25%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 650px) {
  .footer__item {
	width: 100%;
	margin: 0 auto 50px auto;
  }
}
.footer__logo img {
  width: 120px;
}
.footer__menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.footer__menu-title {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  margin: 0 0 25px 0;
  font-size: 22px;
}
.footer__menu-item {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  margin: 0 0 10px 0;
}

.footer__menu-item:hover {
  color: #1f1f1f !important;
  opacity: 0.5 !important;
  transition-duration: 0.3s !important;
}

.footer__social {
  display: flex;
  justify-content: flex-start;
  align-items: center; /* flex-start; */
  margin: 0 0 30px 0;
}
.footer__social a {
  display: block;
  margin: 0 20px 0 0;
  font-size: 0;
}
.footer__social a img {
  width: 30px;
}
.footer__subscription-form {
  display: flex;
  margin: 20px 0 10px 0;
}
.footer__subscription-form input[type=email] {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  height: 40px;
  background: none;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  margin: 0 20px 0 0;
}
.footer__subscription-form button {
  min-width: 50px;
  height: 40px;
  background: #1f1f1f;
  border-radius: 4px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__subscription-form button img {
  position: relative;
}
.footer__subscription-title {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
}
.footer__subscription-descr {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  font-size: 10px;
  opacity: 0.6;
}
.footer__subscription-descr a {
  text-decoration: underline;
  color: #1f1f1f;
}
.footer .merchants {
  display: flex;
  margin: auto 0 0 0;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .footer .merchants {
	margin: 50px 0 0 0;
  }
}
.footer .merchants img {
  height: 24px;
  width: auto;
  margin: 0 20px 0 0;
}
.footer__seporator {
  width: 100%;
  height: 1px;
  background: #1f1f1f;
  margin: 50px 0 20px 0;
}
@media screen and (max-width: 650px) {
  .footer__seporator {
	margin: 0 0 20px 0;
  }
}
.footer_last {
  opacity: 0.6;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 650px) {
  .footer_last .footer__item {
	margin: 0 0 10px 0;
  }
  .footer_last .footer__item:empty {
	margin: 0;
  }
}
@media screen and (max-width: 650px) {
  .footer_last_card {
	padding: 0 0 60px 0;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .slick-dots {
	width: calc(100% - 40px);
	bottom: 10px;
  }
}
.slick-dots li {
  width: 70px;
  height: 5px;
  position: relative;
  margin: 0 5px;
  padding: 15px 0;
  cursor: pointer;
  opacity: 0.4;
  list-style-type: none !important;
}
@media screen and (max-width: 650px) {
  .slick-dots li {
	width: 100%;
  }
}
.slick-dots li::marker {
  content: "";
}
.slick-dots li button {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: white;
  height: 5px;
}
.slick-dots li.slick-active {
  opacity: 1;
  list-style-type: none !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .slick-dots {
	width: calc(100% - 40px);
	bottom: 10px;
  }
}
.slick-dots li {
  width: 70px;
  height: 5px;
  position: relative;
  margin: 0 5px;
  padding: 15px 0;
  cursor: pointer;
  opacity: 0.4;
}
@media screen and (max-width: 650px) {
  .slick-dots li {
	width: 100%;
  }
}
.slick-dots li::marker {
  content: "";
}
.slick-dots li button {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: white;
  height: 5px;
}
.slick-dots li.slick-active {
  opacity: 1;
}

.card .slick-dots {
  bottom: 5px;
}
@media screen and (max-width: 650px) {
  .card .slick-dots {
	width: calc(100% - 10px);
	bottom: 5px;
  }
}
.card .slick-dots li {
  height: 2px;
  margin: 0 2.5px;
  padding: 0;
  opacity: 0.3;
  list-style-type: none !important;
}
.card .slick-dots li button {
  background: #1f1f1f;
  height: 2px;
}
.card .slick-dots li.slick-active {
  opacity: 1;
  list-style-type: none !important;
}

.decor-sep .slick-dots {
  display: none !important;
}
@media screen and (max-width: 650px) {
  .decor-sep .slick-dots {
	display: flex !important;
	justify-content: center;
	margin: auto;
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	width: 30vw;
	padding: 0;
  }
  .decor-sep .slick-dots li {
	height: 5px;
	position: relative;
	margin: 0 5px;
	padding: 15px 0;
	cursor: pointer;
	opacity: 0.4;
  }
  .decor-sep .slick-dots li::marker {
	content: "";
  }
  .decor-sep .slick-dots li button {
	font-size: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #1f1f1f;
	height: 5px;
  }
  .decor-sep .slick-dots li.slick-active {
	opacity: 1;
  }
}

.index-catalog, .product-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.index-catalog::-webkit-scrollbar, .product-list::-webkit-scrollbar {
  display: none;
}

.for-mobile {
  display: none;
}
@media screen and (max-width: 650px) {
  .for-mobile {
	display: block;
  }
}

.cart-counter {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  border-radius: 5px;
  width: 18px;
  height: 18px;
  background: red;
  position: absolute;
  right: -7px;
  bottom: -10px;
  color: white;
  font-size: 10px;
  font-weight: 900;
  display: none;
  justify-content: center;
  align-items: center;
}


.burger-menu {
  position: fixed;
  z-index: 5000;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.85);
  left: 0;
  top: 0;
  display: none;
}
.burger-menu_opened {
  display: block;
  animation-name: open;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
.burger-menu_closed {
  display: none;
  animation-name: close;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
.burger-menu__content {
  margin: 0 0 0 50px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .burger-menu__content {
	margin: 0 0 0 20px;
	width: calc(100% - 40px);
  }
}
.burger-menu__content-inner {
  overflow-x: hidden;
  overflow-y: auto;
  width: calc(100% + 30px);
  max-width: 400px;
  max-height: calc(100vh - 67px);
  padding-right: 30px;
  
  /*
  -ms-overflow-style: none;
  scrollbar-width: none;
  */
}
@media screen and (max-width: 650px) {
  .burger-menu__content-inner {
	width: 100%;
	max-width: unset;
  }
}
.burger-menu__content-inner::-webkit-scrollbar {
  /* display: none; */
}

.burger-menu__content-inner {
	scrollbar-width: thin;
}
.burger-menu__content-inner::-webkit-scrollbar {
	width: 10px;
	background-color: var(--bg-minor-shade);
	border: 2px solid var(--bg);
}

.burger-menu__content-inner::-webkit-scrollbar-thumb {
	background-color: var(--bg-half-shade);
	border: 2px solid var(--bg);
}
	

.burger-menu__close {
  height: 67px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .burger-menu__close {
	height: 55px;
  }
}
.burger-menu__close img {
  width: 24px;
  cursor: pointer;
}
.burger-menu__block {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 650px) {
  .burger-menu__block {
	width: 100%;
  }
}
.burger-menu__block:first-child {
  margin-top: 20px;
}
.burger-menu__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.burger-menu__social a {
  font-size: 0;
  margin: 0 15px 0 0;
  transition-duration: 0.3s;
}
.burger-menu__social a:last-child {
  margin: 0;
}
.burger-menu__social a img {
  width: 25px;
  height: auto;
}
.burger-menu__social a:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}
.burger-menu__menu {
  display: flex;
  flex-direction: column;
  /*
  width: -moz-fit-content;
  width: fit-content;
  */
}
@media screen and (max-width: 650px) {
  .burger-menu__menu {
	width: 100%;
  }
}
.burger-menu__menu input {
  display: none;
}
.burger-menu__menu-submenu {
  display: flex;
  flex-direction: column;
  width: 100%;
  white-space: nowrap;
}
.burger-menu__menu-submenu-item {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  display: flex;
  align-items: center;
/*
  width: -moz-fit-content;
  width: fit-content;
*/
  position: relative;
  transition-duration: 0.4s;
  padding: 0;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transition-duration: 0.3s;
  padding-left: 15px;
}
.burger-menu__menu-submenu-item:hover {
  color: #1f1f1f;
  opacity: 0.5 !important;
  transition-duration: 0.3s;
}
.burger-menu__menu-item {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  transition-duration: 0.4s;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  .burger-menu__menu-item {
	width: 100%;
  }
}
.burger-menu__menu-item a {
  transition-duration: 0.3s;
}
.burger-menu__menu-item a:hover {
  color: #1f1f1f !important;
  opacity: 0.5;
  transition-duration: 0.3s;
}
.burger-menu__menu-item img {
  margin: 0 0 0 auto;
  transform: rotate(90deg);
  opacity: 1;
  transition-duration: 0.4s;
}
.burger-menu__menu-item_sub {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  padding: 0;
  height: 30px;
}
input.burger-open-submenu:checked + .burger-menu__menu-submenu .burger-menu__menu-submenu-item {
  opacity: 1;
  height: 30px;
}

label:has(+ input.burger-open-submenu:checked) img {
  transform: rotate(270deg);
}
.checkout {
  padding: 97px 0 0 0;
}
.checkout__main-title {
  font-family: "Averta", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin: 0 0 60px 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .checkout__main-title {
	display: none;
  }
}
.checkout .container {
  display: block;
  position: relative;
}
.checkout label.co-input-label {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-size: 12px;
  line-height: 130%;
  color: #1f1f1f;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
  position: relative;
}
.checkout input.co-input-field {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  height: 40px;
  background: none;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  margin: 6px 0 0 0;
}
.checkout #order_form {
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .checkout #order_form {
	width: 100%;
  }
}
.checkout .co-sidebar-wrapper {
  padding: 0;
  box-sizing: border-box;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 650px) {
  .checkout .co-sidebar-wrapper {
	position: unset;
	width: 100%;
  }
}
.checkout #checkout_order_errors {
  width: 50%;
  margin: 0px 0 60px 0;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 4px;
}
.checkout .co-sidebar {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  overflow-y: unset;
  box-shadow: none;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 650px) {
  .checkout .co-sidebar {
	padding: 0;
  }
}
.checkout .co-sidebar span {
  font-weight: normal;
}
.checkout .co-sidebar .co-price--current {
  font-size: 16px;
  font-weight: normal;
}
.checkout .co-sidebar .co-basket_total div {
  font-family: "Averta", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-weight: normal;
}
.checkout .co-title {
  font-family: "Averta", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.checkout .co-toggable_field-title {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.checkout .co-toggable_field-input--checkbox input + span:after {
  font-size: 10px;
}
.checkout .co-input-description p {
  text-align: left !important;
}
.checkout .co-client-logged {
  font-size: 16px;
  font-weight: normal;
}
.checkout .co-client-logged span {
  font-size: 16px;
  font-weight: bold;
}
.checkout .co-delivery_adress-form {
  -moz-column-gap: 20px;
	   column-gap: 20px;
}
.checkout .co-basket_item-image {
  padding: 0;
  width: 100px;
  height: 100px;
}
.checkout .co-basket_item-image img {
  position: relative;
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
	 object-fit: cover;
}
.checkout .co-checkout-block {
  margin: 0 0 60px 0 !important;
}
.checkout .co-button {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  bottom: 40px;
  top: auto;
  width: 100%;
  height: 50px;
  background: rgb(31, 31, 31);
  color: white;
  width: 100%;
  transition-duration: 0.3s;
}
.checkout .co-button:hover {
  background: rgba(31, 31, 31, 0.8);
  transition-duration: 0.3s;
}
.checkout .co-input-label:after {
  display: block;
  position: absolute;
  right: -10px;
  top: -3px;
  line-height: normal;
  font-size: 16px;
  margin-left: 0px;
  line-height: normal;
}
.checkout h2 {
  font-family: "Averta", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
}
.checkout_account .container {
  display: flex;
}
@media screen and (max-width: 650px) {
  .checkout_account .container {
	display: block;
  }
}
.account__menu {
  width: 20%;
}
@media screen and (max-width: 650px) {
  .account__menu {
	width: 100%;
	margin: 0 0 30px 0;
  }
}
.account__menu .co-menu {
  padding: 0 20px 0 0 !important;
  box-sizing: border-box;
}
.account__menu .co-menu-toggle {
  border-radius: 4px;
}
@media screen and (max-width: 650px) {
  .account__menu .co-menu {
	padding: 5px 0 15px 15px !important;
  }
}
.account__menu .co-menu-link {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  transition-duration: 0.3s;
}
.account__menu .co-menu-link:hover {
  color: #1f1f1f;
  opacity: 0.5;
  transition-duration: 0.3s;
}
.account__content {
  width: 80%;
}
@media screen and (max-width: 650px) {
  .account__content {
	width: 100%;
  }
}
.account__content h1 {
  font-family: "Averta", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  margin: 0 0 40px 0;
}
.account__content .co-form-controls {
  margin: 70px auto auto auto;
  padding: 0;
}
.account__content .co-form-button {
  margin: auto;
}

.co-checkout-block--padded {
  padding: 0 !important;
}

.empty-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.c-article {
  padding: 97px 0 0 0;
}
.c-article .card__r-col {
  position: relative;
  top: 0px;
}
.c-article .card__l-col {
  position: sticky;
  top: 97px;
}
@media screen and (max-width: 650px) {
  .c-article .card__l-col {
	position: relative;
	top: 0;
  }
}

main {
  min-height: calc(100vh - 551px);
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 50px 0 0 0;
}

.pagination__item {
  display: flex;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 2px;
  background: rgba(31, 31, 31, 0.06);
  transition-duration: .3s;

}

.pagination__item:hover {
  background: rgba(31, 31, 31, 0.2);
  transition-duration: .3s;
}

.pagination__item a, .pagination__item span {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
}

.pagination__item_cur {
  background: rgba(31, 31, 31, 0.2);
}

.pagination__item_dots:hover {
  background: rgba(31, 31, 31, 0.06);
  transition-duration: .3s;
}

.login-page {
  padding: 0;
  
  min-height: 100vh;
  
  display: flex;
  align-items: center;
}
.login-page .container {
  height: 100%;
  width: 100%;
}
.login-page .container .account__menu {
  width: 50%;
  background-image: url("logo.svg");
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(31,31,31,.05);
}
@media screen and (max-width: 650px) {
  .login-page .container .account__menu {
	display: none;
  }
}
.login-page .container .account__content {
  padding: 50px;
  width: 50%;
  box-sizing: border-box;
  
/*  
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;

*/

  display: block;
  
  margin-top: 70px;

}
@media screen and (max-width: 650px) {
  .login-page .container .account__content {
	width: 100%;
	padding: 0 20px;
  }
}
.login-page .container h1, .login-page .container .co-login {
  width: 100%;
}
.login-page .container .co-login--social_login {
  display: none;
}
.login-page .container .co-form-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.login-page .container .co-form-controls .co-button--link {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  background: none !important;
  color: #1f1f1f !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin: 20px 10px 0 10px !important;
  transition-duration: 0.3s;
}
.login-page .container .co-form-controls .co-button--link::after {
  display: none;
}
.login-page .container .co-form-controls .co-button--link:hover {
  color: #1f1f1f;
  opacity: 0.5;
  transition-duration: 0.3s;
}
.co-input-select select {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-size: 16px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #1f1f1f;
  border-radius: 4px;
  color: #1f1f1f;
  background-color: #F3F3F3;
  background-image: url("select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right+10px center;
}

textarea {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-size: 16px !important;
  color: #1f1f1f !important;
  line-height: 110% !important;
  background-color: unset !important;
  border: 1px solid black !important;
  border-radius: 4px;
}

.article__button {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  position: relative;
  margin: 20px 0 30px 0;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  width: 100%;
  background: rgb(31, 31, 31);
  color: white;
  transition-duration: 0.3s;
}
.article__button:hover {
  background: rgba(31, 31, 31, 0.8);
  transition-duration: 0.3s;
}

.svg-video-preloader {
  position: absolute;
  width: 55px;
  height: 55px;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url('https://static.insales-cdn.com/files/1/2265/36923609/original/loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 10px;
  border-radius: 50%;
  border: 10px solid #fff;
  background-color: #fff;
  box-shadow: 0 0 15px #dcdcdc;
}

.svg-video-preloader-product-variants {
  width: 55px;
  height: 55px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('https://static.insales-cdn.com/files/1/2265/36923609/original/loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 10px;
  border-radius: 50%;
  border: 10px solid #fff;
  background-color: #fff;
  box-shadow: 0 0 15px #dcdcdc;
}

.catalog-preloader-more {
  width: 55px;
  height: 55px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('https://static.insales-cdn.com/files/1/2265/36923609/original/loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 10px;
  border-radius: 50%;
  border: 10px solid #fff;
  background-color: #fff;
  box-shadow: 0 0 15px #dcdcdc;
}

.preloader-card-variants {
  width: 15px !important;
  height: 15px !important;
  margin-top: 5px !important;
  margin-bottom: 15px !important;
}

.micro-alert {
  top: 75px !important;
  right: 50px !important;
  z-index: 1001; !important;
}

.micro-alert-item {
  background-color: #F3F3F3 !important;
  color: #1f1f1f !important;
  padding: 10px !important;
  border: 1px solid #1f1f1f !important;
  border-radius: 4px !important;
}
#checkout_order_errors a:hover {
  color: #1f1f1f !important;
}

.tabbed-menu-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tabbed-menu-wrapper::-webkit-scrollbar {
  display: none;
}

.tabbed-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  margin: 0 auto 50px auto;
}
.tabbed-menu__item {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  font-size: 16px;
  margin: 0 40px 0 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .tabbed-menu__item {
	  margin: 0 30px 0 0;
  }
}
.tabbed-menu__item_current::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #1f1f1f;
}
.tabbed-menu__item:last-child {
  margin: 0;
}

h2.tabbed-menu-title {
  font-family: "Averta", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-size: 28px;
  color: #1f1f1f;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px auto;
}

h1.tabbed-menu-title {
  font-family: "Averta", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-size: 28px;
  color: #1f1f1f;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px auto;
}

.c-tabbed-page {
  padding: 105px 0 0 0;
}

.lookbook {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.lookbook .container {
  width: calc(100% - 90px);
}
@media screen and (max-width: 650px) {
  .lookbook .container {
	width: calc(100% - 30px);
  }
}
.lookbook img {
  border-radius: 4px;
}
.lookbook__item-title {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 50px;
  z-index: 5;
  display: flex;
  justify-content: center;
  padding: 0 50px;
}
@media screen and (max-width: 650px) {
  .lookbook__item-title {
	padding: 0 20px;
	bottom: 20px;
  }
}
.lookbook__item-title span {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: white;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .lookbook__item-title span {
	font-size: 20px;
  }
}
.lookbook__article-image-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100vw - 100px);
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.lookbook__article-image-list img {
  width: 33.33%;
  padding: 0 10px 10px 0;
  height: auto;
  border-radius: 4px;
  box-sizing: border-box;
  object-fit: cover;
}
.lookbook__2col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .lookbook__2col {
	flex-direction: column;
  }
}
.lookbook__2col .lookbook__item {
  font-size: 0;
  width: 50%;
  box-sizing: border-box;
  padding: 0 5px;
  margin: 0 0 10px 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .lookbook__2col .lookbook__item {
	padding: 0;
	width: 100%;
  }
}
.lookbook__2col .lookbook__item-content {
  position: relative;
  padding-top: 120%;
  width: 100%;
}
.lookbook__2col .lookbook__item-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.lookbook__3col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 650px) {
  .lookbook__3col {
	flex-direction: column;
  }
}
.lookbook__3col .lookbook__item {
  font-size: 0;
  width: 33.33%;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .lookbook__3col .lookbook__item {
	padding: 0;
	width: 100%;
  }
}
.lookbook__3col .lookbook__item-content {
  position: relative;
  padding-top: 120%;
  width: 100%;
}
.lookbook__3col .lookbook__item-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.smi-about {
  padding: 50px 0 0 0;
}
.smi-about .container {
  display: flex;
  flex-wrap: wrap;
}
.smi-about__item {
  width: 33.33%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media screen and (max-width: 650px) {
  .smi-about__item {
	width: 100%;
	flex-direction: column;
  }
}
.smi-about__item span {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  padding: 0 60px 0 0;
}
@media screen and (max-width: 650px) {
  .smi-about__item span {
	padding: 20px 0 0 0;
  }
}
.smi-about__item span .catalog__item-title_read {
  margin: 20px 0 0 0;
}
.smi-about__item img {
  width: 90px;
  margin: 0 40px 0 0;
}
.main-article {
  width: 620px;
  margin: auto;
  padding: 105px 0 0 0;
}
@media screen and (max-width: 650px) {
  .main-article {
	width: 100%;
  }
}
.main-article h2.main-title {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  font-size: 26px;
  margin: 0 auto 10px auto;
  text-align: center;
}
.main-article__date {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  font-size: 16px;
  opacity: 0.4;
  margin: 0 auto 50px auto;
  text-align: center;
}
.main-article__news-preview, .article-two-img-row-slider {
  display: flex;
  align-items: center;
  width: calc(100% + 300px);
  position: relative;
  left: -150px;
  margin: 0 0 50px 0;
}
.main-article__news-preview picture, .article-two-img-row-slider picture {
  width: 50%;
  height: 550px;
  padding: 0 10px 0 0;
}
.main-article__news-preview picture img, .article-two-img-row-slider picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  border-radius: 4px;
}
.main-article__news-preview p, .article-two-img-row-slider p {
  width: 50%;
  height: 550px;
  margin: 0 !important;
}
.main-article__news-preview p img, .article-two-img-row-slider p img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
	 object-fit: cover;
  border-radius: 4px;
}
.main-article p {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 140%;
  margin: 0 auto 50px auto;
}
.main-article h2 {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  font-size: 26px;
  margin: 0 auto 20px auto;
}
.main-article p img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.main-article__product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px auto;
}
.main-article__product-list a {
  width: 50%;
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
}

.main-article__product-list a span {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  font-size: 16px;
  padding: 0 20px 0 0;
  width: 50%;
}
.main-article__product-list a img {
  width: 50%;
  height: 150px;
  border-radius: 4px;
  -o-object-fit: cover;
	 object-fit: cover;
  margin-right: 20px;
}
@media screen and (max-width: 650px) {
  .main-article__product-list {
	  flex-direction: column;
  }
  .main-article__product-list a {
	  width: 100%;
  }
  .main-article__product-list a img {
	min-width: 120px;
  }
  .main-article__product-list a span {
	width: 100%;
	padding: 0;
  }
}
@keyframes open {
  0% {
	display: block;
	opacity: 0;
	visibility: hidden;
  }
  100% {
	display: block;
	opacity: 1;
	visibility: visible;
  }
}
@keyframes close {
  0% {
	display: block;
	opacity: 1;
	visibility: visible;
  }
  100% {
	display: none;
	opacity: 0;
	visibility: hidden;
  }
}

.article-slider__item {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
	 object-fit: cover;
  border-radius: 5px;
  margin: 0 0 50px 0;
}/*# sourceMappingURL=main.css.map */

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

.index-slider__title {
  font-family: "Averta", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-size: 36px;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
  text-transform: uppercase;
}
.index-slider__title {
  text-align: center;
}
.index-slider__title:focus {
  color: white;
}
.index-slider__title:hover {
  color: white;
}
.index-slider__title-hover {
  position: absolute;
  font-size: 16px;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  opacity: 0;
  transition-duration: 0.3s;
}
.index-slider__title:hover .index-slider__title-hover {
  opacity: 1 !important;
}
@media screen and (max-width: 650px) {
  .index-slider__title-hover {
	opacity: 1 !important;
  }
}

.catalog__r-col {
  position: relative;
}
 
.catalog__r-col_sorting::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(243, 243, 243, .5);
  z-index: 5;
}

.catalog__r-col_sorting::before {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 55px;
	height: 55px;
	background-image: url('https://static.insales-cdn.com/files/1/2265/36923609/original/loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 50;
	margin: auto;
	background-size: contain;
	padding: 10px;
	border-radius: 50%;
	border: 10px solid #fff;
	background-color: #fff;
	box-shadow: 0 0 15px #dcdcdc;
}

.popup-cart__container {
  height: 100%;
}

.popup-cart {
  height: calc(var(--vh, 1vh) * 100);
}




@media screen and (max-width: 650px) {
  .popup-cart__item-price {
	width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .tabbed-menu-wrapper {
	width: calc(100% + 40px);
	max-width: calc(100% + 40px);
	left: -20px;
	position: relative;
	box-sizing: border-box;
	padding: 0 20px;
  }
  .tabbed-menu__item {
	margin: 0 30px 0 0;
  }
//   .tabbed-menu__item_current::before {
// 	height: 0;
//   }
// }

// @media screen and (max-width: 650px) {
// 	.tabbed-menu {
// 	position: relative;
// 	flex-direction: column;
// 	justify-content: flex-start;
// 	overflow: hidden;
// 	height: 50px;
// 	width: 100%;
// 	border-top: 1px solid rgba(31, 31, 31, .4);
// 	box-sizing: border-box;
// 	border-bottom: 1px solid rgba(31, 31, 31, .4);
//   }
//   .tabbed-menu__item, .tabbed-menu__item:last-child {
// 	margin: 0 0 15px 0;
//   }
//   .tabbed-menu__item_current {
// 	order: -1;
// 	margin: 15px 0;
//   }
//   .tabbed-menu_opened {
// 	height: auto;
//   }
//   .tabbed-menu::before {
// 	content: '';
// 	position: absolute;
// 	top: 0;
// 	bottom: 0;
// 	right: 0;
// 	left: auto;
// 	background-image: url('https://static.insales-cdn.com/files/1/3361/34802977/original/arrow_more_b.svg');
// 	background-position: center center;
// 	background-repeat: no-repeat;
// 	background-size: cover;
// 	width: 16px;
// 	height: 16px;
// 	transform: rotate(90deg);
// 	margin: auto;
//   }
//   .tabbed-menu_opened::before {
// 	top: 17px;
// 	bottom: auto;
// 	transform: rotate(-90deg);
//   }
}

@media screen and (max-width: 650px) {
  .card__photo-item, .card__photo-row3-item {
	// padding: 0;
  } 
}

@media screen and (max-width: 650px) {
  .lookbook__article-image-list {
	width: 100%;
  }

  .lookbook__article-image-list img {
	width: 100%;
	padding: 0;
	height: auto;
	margin: 0 0 10px 0;
  }
}



.main-article__news-preview, .article-two-img-row-slider {
  column-gap: 10px;
}

.main-article__news-preview img, .article-two-img-row-slider img {
  width: 50%;
  height: 550px !important;
  -o-object-fit: cover;
	 object-fit: cover;
  border-radius: 4px;
}

@media screen and (max-width: 650px) {
  .main-article__news-preview, .article-two-img-row-slider {
	width: calc(100% - 10px);
  justify-content: center;
	left: 5px;
  }

  .main-article__news-preview img, .article-two-img-row-slider img {
	height: auto !important;
  }
}

.article-slider .product-list__btn, .article-two-img-row-slider .product-list__btn {
  display: flex !important;
}

@media screen and (max-width: 650px) {
  .article-slider .product-list__btn_prev, .article-two-img-row-slider .product-list__btn_prev {
	left: 10px;
  }

  .article-slider .product-list__btn_next, .article-two-img-row-slider .product-list__btn_next {
	right: 10px;
  }
}


.main-article__undertitle {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 140%;
  margin: 0 auto 50px auto;
  width: 620px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .main-article__undertitle {
	width: 100%;
  }
}


.custom-popup__success-message {
  width: 100%;
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  border-radius: 4px;
  background-color: #D4EDDA;
  padding: 15px;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  display: none;
}

.is-show {
  display: block;
}

.custom-popup__container::after {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: -50px;
  left: 0;
}
.co-bonus_points-submit {
  margin: 20px 0 0 0 !important;
}

.co-bonus_points {
  margin: 30px 0 0 0;
}

.account__content .co-notice--success {
  margin: 0 auto 30px auto;
}

.account__content .co-order-information_value .co-social_login-button_group a {
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0 0 5px 0;
  background-position: center center;
}

.single-order .account__content {
  width: 60%;  
}

.co-order-information_value a {
  color: #1f1f1f;
  transition-duration: 0.3s;
}

.co-order-information_value a:hover {
  color: #1f1f1f;
  opacity: 0.5;
  transition-duration: 0.3s;
}

.co-order-state {
  border-radius: 4px;
}

.co-toggable_field-input--checkbox {
  align-self: center;
  padding: 0;
  margin: 0 10px 0 0;
  flex: initial;
  color: #1f1f1f;
}

.co-toggable_field-information {
  flex: auto;
  padding: 0 !important;
}

.co-bonus_points-info b {
  color: #E5801C !important;
}

.co-toggable_field-title {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.co-delivery_method-input {
  flex: 0;
}

.co-delivery_method-input input[type="radio"]+span {
  display: none;
}




.co-delivery_method {
  padding: 15px 15px 65px 15px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #1f1f1f1c;
  margin: 0 0 30px 0;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.co-delivery_method a {
  transition-duration: 0.3s;
}

.co-delivery_method a:hover {
  color: #1f1f1f;
  opacity: 0.5;
  transition-duration: 0.3s;
}

.co-delivery_method:has(input.radio_button:checked) {
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.co-delivery_method:has(input.radio_button)::after {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 15px;
  content: 'Выбрать';
  font-size: 14px;
  color: #1f1f1f;
  padding: 5px 20px;
  border: 1px solid #1f1f1f;
  box-sizing: border-box;
  border-radius: 4px;
}

.co-delivery_method:has(input.radio_button:checked)::after {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 15px;
  content: 'Выбрано';
  font-size: 14px;
  background-color: #1f1f1f;
  color: white;
  padding: 5px 20px;
  border: 1px solid #1f1f1f;
  box-sizing: border-box;
  border-radius: 4px;
}

.co-delivery_method-price {
  padding: 10px 0px 5px 0;
}

.co-payment_method-description p {
  margin: 0;
}

.digi-dolyame-logo-advanced--container {
  display: flex;
  align-items: center;
}

.popup-cart__itogo-discount {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: -19px;
  text-decoration: line-through;
  opacity: 1;
}

.coupon-in-cart__active {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #E5801C;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: -19px;
  opacity: 1;
}

#discounts-block {
  display: none !important;
}

.main-article h1.main-title {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  font-size: 26px;
  margin: 0 auto 10px auto;
  text-align: center;
}

.main-article h3 {
  font-family: "Averta", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  font-size: 26px;
  margin: 0 auto 30px auto;
  text-align: left;
}

.payment-page-imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0 !important;
  column-gap: 10px;
}

.main-article form {
  display: flex;
  flex-direction: column;
}

.main-article label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "Averta", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1f1f1f;
  margin: 0 auto 30px auto;
  width: 100%;
}

.main-article label input {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  height: 40px;
  background: none;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  margin: 6px 0 0 0;
}

.main-article label textarea {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  background: none;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
  margin: 6px 0 0 0;
}

.main-article input[type="submit"] {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  bottom: 40px;
  top: auto;
  width: 100%;
  height: 50px;
  background: rgb(31, 31, 31);
  color: white;
  width: 100%;
  transition-duration: 0.3s;
  border: 0;
}
.checkout .co-button:hover {
  background: rgba(31, 31, 31, 0.8);
  transition-duration: 0.3s;
}







/* НАМЕКНУТЬ О ПОДАРКЕ */

.hint-title {
	font-family: "Averta", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	color: #1f1f1f;
	font-size: 26px;
	text-align: center;
	margin: 0 auto 0 auto;
}
.hint-desc {
	font-family: "Averta", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #878787;
	font-size: 14px;
	line-height: 125%;
	margin: 0 -10px 0 -10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}

.modal-hide {
  display: none;
}


/* ЭЛЕКТРОННЫЙ СЕРТИФИКАТ */

.cert-inputs {
	max-width: 100%; 
	padding: unset !important; 
	margin-top: 40px; 
	display: flex;
	margin-bottom: 10px;
}
.cert-inputs > label {
	margin-bottom: 0 !important;
}
.cert-inputs > label:nth-child(1) {
	flex-basis: 60%;
}
.cert-inputs > label:nth-child(2) {
	margin-left: 10px;
}
@media (max-width: 767px) {
	.cert-inputs {
		display: block;
	}
	.cert-inputs > label:nth-child(1) {
		flex-basis: unset;
	}
	.cert-inputs > label:nth-child(2) {
		margin-top: 10px;
		margin-left: 0px;
	}
}

.show-hint-alert {
	height: fit-content !important;
	opacity: 1 !important;
	transition-duration: .3s !important;
	margin-bottom: 15px;
}

#hint-alert, 
.offer-alert {
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	border-radius: 4px;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition-duration: .3s;
}

.valid-hint {
	background: #D4EDDA;
}

.invalid-hint {
	background: #f8d7da;
}


.show-hidden-prod-alert {
	height: fit-content !important;
	opacity: 1 !important;
	transition-duration: .3s !important;
	margin-bottom: 30px;
}

.hidden-prod-alert {
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 4px;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition-duration: .3s;
	font-size: 13px;
}

.is-hidden-prod {
	background: #f8d7da;
}

.burger-link {
	display: block !important;
}
.contact-us-popup-link:before {
  content: "";
  width: 135px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #1f1f1f;
}


/* contact us modal content */

.contact-us-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.contact-us-btn-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #000;
	text-decoration: none;
	transition-duration: 0.5s;
}

.contact-us-btn-icon {
	margin-bottom: 10px;
}
.contact-us-btn-icon img {
	max-width: 20px;
	height: auto;
}
.contact-us-btn-txt {
	text-align: center;
	font-size: 12px;
}
.contact-us-btn {
	margin-top: 15px;
	font-style: normal;
	font-weight: 400;
	border-radius: 4px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 10px 20px 10px 20px;
	transition-duration: 0.5s;
	border: 1px solid rgba(35, 35, 35, 0.4);
}
.contact-us-btn:hover {
	border: 1px solid rgba(35, 35, 35, 1);
}
.contact-us-btn-wrapper-phone {
	margin-left: 20px;
}
.contact-us-btn-wrapper-wa {
	margin-right: 20px;
}
#contact-us-modal-popup .custom-popup__container, 
#add-in-cat__modal-popup .custom-popup__container {
	max-width: 580px;
}

@media (max-width: 767px) {
	#contact-us-modal-popup .custom-popup__container, 
	#add-in-cat__modal-popup .custom-popup__container {
		max-width: 100%;
	}
}

.popup-cart__item-add {
	margin-right: 10px;
	margin-top: 3px;
}


.download-item {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	z-index: 3;
	opacity: 0;
	/* visibility: hidden; */
	transition: all 400ms;
	background-color: rgba(255,255,255, 0.75);
	border-radius: 5px;
	height: 28px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.download-item {
		opacity: 0.3;
		/* visibility: visible; */
	}
}
.download-item img {
	width: 30px;
	height: auto;
}

.card__photo-item:hover .download-item, 
.card__video:hover .download-item {
	opacity: 0.3;
	/* visibility: visible; */
}
.card__photo-item-img img, 
.card__video video {
	z-index: 2;
}


a[data-open-modal="true"] {
	font-size: 0;
}
a[data-open-modal="true"]:after {
  display: inline-block;
  font-size: 14px;
  color: #1f1f1f;
  content: 'Выбрать пункт выдачи заказов';
  padding: 5px 20px;
  border: 1px solid #1f1f1f;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 15px;
}


/* Стили для подбора размера кольца */

.range-ring {
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	cursor: pointer;
}

/***** Chrome, Safari, Opera, and Edge Chromium *****/
.range-ring::-webkit-slider-runnable-track {
  background: #ebebeb;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 4px;
  box-sizing: border-box;
  height: 20px;
}

/******** Firefox ********/
.range-ring::-moz-range-track {
  background: #ebebeb;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 4px;
  box-sizing: border-box;
  height: 20px;
}

.range-ring::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 30px;
	margin-top: -6px;
	background-color: #ebebeb;
	border: 1px solid rgba(0,0,0,.6);
	border-radius: 4px;
}
.range-ring::-moz-range-thumb {
	appearance: none;
	width: 20px;
	height: 30px;
	margin-top: -6px;
	background-color: #ebebeb;
	border: 1px solid rgba(0,0,0,.6);
	border-radius: 4px;
}
.range-ring-btn {
	min-width: 50px;
	min-height: 50px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid rgba(35, 35, 35, 0.2);
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition-duration: 0.3s;
}
.range-ring-btn:hover {
	border: 1px solid rgb(35, 35, 35);
	transition-duration: 0.3s;
}
.range-ring-wrapper {
	display: flex;
	column-gap: 10px;
	align-items: center;
	margin: 0 0 50px 0;
}
.ring-image {
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: column;
	margin: -40px 0 0 0;
}
.ring-image__item {
	border: 1px solid black;
	box-sizing: border-box;
	border-radius: 99999999px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ring-image__size {
	font-size: 16px;
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	width: fit-content;
	user-select: none;
}

@media screen and (max-width: 650px) {
  .ring-image__size {
	bottom: 0;
  }
}


.catalog__all-list {
	width: 100%;
	display: grid;
	grid-template-columns: calc(25% - 5px) calc(25% - 5px) calc(25% - 5px) calc(25% - 5px);
	column-gap: 10px;
	row-gap: 10px;
}
@media screen and (max-width: 650px) {
	.catalog__all-list {
		grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	}
}

.coll-catalog__item {
  position: relative;
  padding-bottom: 140%;
  display: block;
  text-decoration: none;
}

.coll-catalog__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.coll-catalog__item-title {
  font-family: "Averta", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-size: 22px;
  color: white;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .coll-catalog__item-title {
	font-size: 16px;
	bottom: 20px;
  }
}

.udlinenie-about {
	font-size: 12px; 
	margin-top: 15px; 
	margin-bottom: 10px;
}
.option.option-udlinenie._hide, 
.is-udlinenie-alert._hide {
	display: none !important;
}

.is-udlinenie-alert {
	max-width: 230px;
	font-size: 13px;
}

.coupon-cart-btns[style="display: none;"] {
	display: none !important;
}



@media screen and (max-width: 1240px) {
	.blog-sbleskom, 
	.header__lang, 
	.shops-link {
		display: none !important;
	}
}
@media screen and (min-width: 651px) and (max-width: 1240px) {
	.header__search, 
	.header__search-input {
		max-width: 150px !important;
	}
}
@media screen and (min-width: 651px) and (max-width: 980px) {
	.header__search {
		display: none !important;
	}
}
@media screen and (max-width: 980px) {
	.new-link {
		display: none !important;
	}

	.back-link {
		margin-right: 15px;
		padding-right: 10px;
		border-right: 1px solid gray;
		display: inline-block !important;
		font-size: 12px !important;
	}
}
@media screen and (min-width: 981px) {
	.back-link {
		display: none !important;
	}
}

.header__menu {
	align-items: center;
}

@media screen and (max-width: 650px) {
	.header__controls-item.sm-mob, 
	.header__controls-item.sm-mob img {
		width: 17px !important;
		height: 17px !important;
		margin-left: 10px !important;
		margin-top: 2px !important;
	}
	.sm-mob-r {
		margin-right: 10px !important;
	}
}


.catalog__title {
	display: flex;
	
}

.sort-filters__wrapper {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.sort-filters__wrapper {
		justify-content: space-between;
		width: 100%;
		margin-top: 10px;
	}
	
	.collection-sort {
		margin-top: 0 !important;
	}
}

.filter-btn {
	font-size: 16px; 
	margin-right: 40px;
	cursor: pointer;
}

.burger-block-title {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}
.burger-block-title.with-top {
	margin-top: 25px;
}
.burger-menu__menu a:hover {
	color: #8D8D8D !important;
}

@media (max-width: 767px) {
	.burger-menu__block_catalog {
		padding-bottom: 90px;
	}
}


.socials-title {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 13px;
}
.socials {
	display: flex;
	align-items: center;
}
.socials a {
	display: block;
	text-decoration: none;
	margin-right: 20px;
}
.socials a img {
	max-height: 25px;
	width: auto;
}



.catalog__title h1 {
	font-family: "Averta", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    color: #1f1f1f;
    margin: 0 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

[data-preview-video] video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    z-index: 3;
    opacity: 1;
}




/* SMART BANNER */

.smartbanner-show {
	/* margin-top: 80px; */
}

.smartbanner-show .smartbanner {
	display: block;
}


.smartbanner-padding .burger-menu:not(.burger-menu_on-scroll),
.smartbanner-padding .popup-cart:not(.popup-cart_on-scroll) {
  top: 76px !important;
}
.smartbanner-padding .burger-menu.burger-menu_on-scroll,
.smartbanner-padding .popup-cart.popup-cart_on-scroll {
  top: 0px !important;
}



.smartbanner-padding {
	padding-top: 76px !important;
}
.smartbanner {
	margin-top: -4px !important;
}
.smartbanner-icon {
	width: 40px;
	height: 40px !important;
	margin-left: 10px !important;
}
.smartbanner-close {
	background: transparent !important;
}
.smartbanner-info span {
	white-space: wrap !important;
	max-width: 200px !important;
	font-weight: normal !important;
	display: inline-block !important;
}
.smartbanner-button {
	top: 5px !important;
	background-color: transparent !important;
	text-shadow: unset !important;
	box-shadow: unset !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	height: 40px !important;
	width: 120px !important;
	right: 10px !important;
}
.smartbanner-button-text {
	opacity: 0 !important;
	visibility: hidden !important;
}

.smartbanner-android .smartbanner-button {
	background-image: url('https://static.insales-cdn.com/files/1/4176/38662224/original/googl-play-btn.png');

}
.smartbanner-ios .smartbanner-button {
	background-image: url('https://static.insales-cdn.com/files/1/4175/38662223/original/apple-store-btn.png');
}



.card__fav-share-mob {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 10px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.card__fav-share-mob {
		display: none !important;
	}
}

.card__fav-share-mob button {
	font-size: 13px;
	height: 40px;
	border-color: gray !important;
}
.card__fav-share-mob [data-ui-favorites-trigger] img {
	height: 21px !important;
	width: 21px !important;
}


#mob_share_btn {
	
}


.ttl.success.is-hide {
	display: none !important;
}

	.main-article video {
		width: 100% !important;
		height: auto !important;
	}
	@media (min-width: 768px) {
		.main-article video {
			max-width: 270px;
		}
	}
	
	
._hide {
	display: none !important;
}


.c-hidden {
	display: none !important;
}
.c-shown {
	display: block !important;
}


.with-udl .option-udlinenie {
	display: none;
}
.with-udl .option-razmer_izdeliya {
	display: none !important;
}

.option-razmer_izdeliya.clone {
  display: flex;
  flex-direction: column;
  min-width: 130px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0 0 0;
}


.is-act {
	color: #D44F11 !important; 
}


