/* USER VARIABLES SECTION */
@import './base.css';


/* GENERAL CSS SETTINGS */

::placeholder {
  color: var(--black);
  font-weight: normal;
  font-size: 18px;
  line-height: 170%;
  opacity: 1;
}



input,
textarea {
  outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}

input:required:valid,
textarea:required:valid {
  border-color: green;
}

body {
  font-family: var(--userfont);
  font-size: var(--regular-text);
  line-height: var(--lineheight);
  color: var(--black);
  font-weight: 400;
  background-color: var(--bgr);
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}

/* USER STYLES */

img {
  max-width: 100%;
}


a,
button {
  transition: .25s;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
  color: var(--main);
}

.container {
  width: 1385px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}

.btn-custom, #onepcheckout .opc-btn-primary {
  border-radius: 11px;
  background: var(--main);
  color: var(--white);
  display: flex;
  width: fit-content;
  padding: 0 35px;
  font-size: 18px;
  height: 57px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border: 1px solid var(--main);
  line-height: normal;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
#onepcheckout .opc-btn-primary:hover,
#onepcheckout .opc-btn-primary:focus {
  background: var(--white);
  color: var(--main);
  outline: none;
}


.btn-light {
  background: var(--white);
  color: var(--main);
  transition: .25s;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: var(--main);
  color: var(--white);
  outline: none;
  cursor: pointer;
}

.btn-dissable,
.btn-dissable:hover,
.btn-dissable:focus,
.btn-dissable:active {
  background: #C9C9C9;
  color: var(--white);
  border: 1px solid #C9C9C9;
  cursor: default;
}

.btn-small {
  height: 45px;
  padding: 0 18px;
  font-size: 16px;
}

/* #top */
#top {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 69px;
}

.top-line p {
  margin-bottom: 0;
}

.top-line .delivery-text {
  padding-left: 36px;
  background-image: url(../images/icons/delivery.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

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

.menu-icon {
  display: none;
}

.logo-mob {
  display: none;
}

.main-nav {
  display: flex;
  align-items: center;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 37px;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.main-nav ul li a {
  color: var(--white);
  display: block;
}

.main-nav ul li a:hover {
  color: var(--main);
}

.main-nav .sub-menu {
  padding-right: 16px;
  background-image: url(../images/icons/menu-down.svg);
  background-repeat: no-repeat;
  background-position: top 12px right;
  position: relative;
}

.main-nav .sub-menu ul {
  position: absolute;
  display: none;
  left: -20px;
  top: 40px;
  min-width: 288px;
  padding: 15px 22px;
  background-color: var(--white);
  border: 1.5px solid var(--main);
  border-radius: 12px;
  box-shadow: 8px 10px 33px 0px rgba(67, 67, 67, 0.30);
  z-index: 10;
  height: auto;
  max-height: 100vh;
  overflow-y: auto;
}

.main-nav .sub-menu ul {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* хром, сафари */
.main-nav .sub-menu ul::-webkit-scrollbar { width: 0;background: transparent; }


.main-nav .sub-menu ul li a {
  color: var(--black);
  display: block;
  padding: 5px 0;
}

.main-nav ul li:hover a {
  color: var(--main);
}

.main-nav ul li:hover ul li a {
  color: var(--black);
}

.main-nav .sub-menu ul li a:hover {
  color: var(--main);
}

.top-contacts {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-contacts a {
  color: var(--white);
  font-weight: 500;
}

.top-contacts a:hover,
.top-contacts a:focus,
.top-contacts a:active {
  color: var(--main);
}

.top-contacts .call-icon {
  width: 26px;
  height: 26px;
  background-image: url(../images/icons/phone.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
}

.top-contacts .telegram-icon {
  width: 26px;
  height: 26px;
  background-image: url(../images/icons/telegram.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
}

.top-contacts .telegram-icon:hover,
.top-contacts .call-icon:hover {
  opacity: .85;
}

header {
  background-color: var(--white);
}

.header-line {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding: 20px 0;
}

#search {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: var(--bgr);
  width: 595px;
  max-width: 100%;
  padding: 0px 12px;
  height: 57px;
  gap: 8px;
  flex-direction: row-reverse;
  transition: .2s;
}

#search .input-group-btn {
  width: auto;
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

#search .input-group-btn button {
  height: 20px;
  min-width: 20px;
  background-color: transparent;
  background-image: url(../images/icons/search.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
}

#search .input-group-btn button:hover {
  opacity: .65;
}

#search input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  height: 100%;
  padding: 0;
}

#lang {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  transition: .25s;
}

.select-lang {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: .25s;
}

.select-lang:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background-image: url(../images/icons/lang-down.svg);
  background-repeat: no-repeat;
  margin-left: 6px;
  transition: .25s;
  background-position: center;
}

#lang.active-lang .select-lang::after {
  transform: rotate(180deg);
}

#lang ul {
  display: none;
  position: absolute;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  transition: .25s;
}



#lang ul li button {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  background: transparent;
  border: none;
  box-shadow: none;
}

#lang ul li button:hover {
  color: var(--main);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 27px;
}

.header-right .call {
  background-image: url(../images/icons/phone.svg);
  background-repeat: no-repeat;
  min-width: 26px;
  height: 26px;
  background-size: cover;
  background-position: 0 0;
  display: none;
}

.search-mobile-icon {
  background-image: url(../images/icons/search-mobile.svg);
  background-repeat: no-repeat;
  min-width: 26px;
  height: 26px;
  background-size: cover;
  background-position: 0 0;
  display: none;
}

#cart {
  position: relative;
}

#cart button {

  min-height: 24px;
  min-width: 24px;
  background-color: transparent;
  background-position: 0 0;
  padding: 0;
}

#cart .cart-icon {
  height: 24px;
  width: 24px;
  background-image: url(../images/icons/mini-cart.svg);
  display: block;
}

#cart-total {
  position: absolute;
  right: -7px;
  top: -4px;
  color: var(--white);
  border-radius: 17px;
  background: #FF772A;
  font-size: 8px;
  padding: 3px;
  width: 15px;
  font-weight: 500;
}

#mobile-menu {
  display: none;
  background-color: var(--black);
  padding: 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 375px;
  height: 100%;
  max-width: 100%;
  z-index: 9999;
  box-shadow: 0px 10px 40px 0px rgba(153, 155, 168, 0.18);
  overflow-y: auto;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu img {
  width: 176px;
}

.close-menu {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../images/icons/close-menu.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}

.menu-mob {
  margin-top: 37px;
}

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

.menu-mob ul ul {
  display: none;
}

.menu-mob ul li {
  margin-bottom: 30px;
}

.menu-mob ul li a {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

#mobile-menu #lang {
  color: var(--white);
}

#mobile-menu #lang ul li button {
  color: var(--white);
  padding: 0;
}

.bg-blur {
  background: rgba(171, 171, 171, 0.84);
  backdrop-filter: blur(3.5px);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}

.home-banner {
  padding: 104px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--white);
}

.home-banner .text {
  color: var(--white);
  position: relative;
  z-index: 1;
  width: 519px;
  max-width: 100%;
}

.home-banner .text p {
  margin-top: 16px;
  font-size: 22px;
  font-weight: 600;
  line-height: 137.9%;
  margin-bottom: 0;
}

.home-banner .text .title {
  font-size: 96px;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}

.home-banner .text .btn-custom {
  margin-top: 30px;
}

.home-banner:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(262deg, rgba(0, 0, 0, 0.80) 35.54%, rgba(248, 248, 248, 0.00) 97.14%);
  display: block;
  left: 0;
  top: 0;
  transform: rotate(180deg);
}

#special-products {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  background-image: url(../images/bt-black-block.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 25px;
  margin-top: -1px;
  background-position: top left -1px;
}

.title-b {
  font-size: 30px;
  font-weight: 500;
}

#special-products .title-b {
  color: var(--white);
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.product-layout {
  width: 315px;
  height: auto;
  position: relative;
  padding: 26px 17px;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0px 4px 17px 0px rgba(197, 187, 187, 0.37);
  transition: .25s;
}



.product-thumb {
  position: relative;
}

.product-thumb .label-bottom{
  bottom: -10px;
  left: 0px;
  font-size: 14px;
  
}
.product-thumb .label-bottom div {
  background-size: 28px;
  line-height: 1.2;
  color: transparent;
  height: 30px;
  padding-left: 27px;
}

.product-thumb a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}



.labels {
  position: absolute;
  left: 19px;
  top: 12px;
  z-index: 1;
}

.label-right {
  position: absolute;
  right: 16px;
  top: 20px;
  z-index: 1;
}

.label-sale {
  border-radius: 24px;
  background-color: red;
  color: var(--white);
  height: 34px;
  width: fit-content;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.label-new {
  border-radius: 24px;
  background-color: #00CC96;
  color: var(--white);
  height: 34px;
  width: fit-content;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.label-quantity {
  border-radius: 24px;
  background-color: #FFC123;
  color: var(--white);
  height: 34px;
  width: fit-content;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.label-ua {
  width: 22px;
  height: 16px;
  background-image: url(../images/icons/label-ua.svg);
  background-size: cover;
}

.label-bottom {
  position: absolute;
  left: 16px;
  bottom: 10px;
  z-index: 1;
  color: var(--main);
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.label-free-delivery {
  padding-left: 36px;
  background-image: url(../images/icons/label-delivery.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.label-gift {
  padding-left: 36px;
  background-image: url(../images/icons/label-gift.svg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 5px;
}

.product-reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
  font-size: 16px;
  min-height: 31px;
}

.stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.star {
  width: 17px;
  height: 17px;
  display: block;
  background-image: url(../images/icons/star.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.star-half {
  background-image: url(../images/icons/star-half.svg);
}

.product-info {
  margin-top: 13px;
}

.product-name {
  font-weight: 500;
  line-height: 140%;
  color: var(--black);
  font-size: 18px;
  display: block;
  height: 50px;
  -webkit-line-clamp: 2;
  /* Число отображаемых строк */
  display: -webkit-box;
  /* Включаем флексбоксы */
  -webkit-box-orient: vertical;
  /* Вертикальная ориентация */
  overflow: hidden;
  /* Обрезаем всё за пределами блока */
}

.product-brand {
  margin-top: 4px;
  color: #818181;
  font-weight: 600;
  line-height: 24px;
  font-size: 14px;
}

.product-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price {
  display: flex;
  color: var(--black);
  font-weight: 500;
  line-height: 1;
  font-size: 28px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: 14px;
}

.product-price .price-old {
  text-decoration-line: line-through;
  font-size: 20px;
  line-height: 40px;
  color: #818181;
  margin-right: 5px;
}

.price small {
  font-size: 22px;
}

.add-to-cart {
  width: 52px;
  height: 48px;
  border-radius: 8px;
  background-color: #FF772A;
  background-image: url(../images/icons/add-to-cart.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  color: #fff;
  box-shadow: none;
}
.add-to-cart.btn-dissable, .add-to-cart.btn-dissable:hover {
  background: #C9C9C9;
  margin-top: 10px;
  color: var(--white);
  width: 100%;
  border: 1px solid #C9C9C9;
  cursor: default;
}

.gift-btn {
  background-image: url();
  width: 100%;
  margin-top: 10px;
}


.add-to-cart:hover {
  background-color: var(--black);
}

.product-dop-info {
  display: block;
  background-color: var(--white);
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -53px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 12px 17px;
  padding-bottom: 26px;
  transition: .25s;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 17px 17px 0px rgba(197, 187, 187, 0.37);
}

.product-layout:hover .product-dop-info {
  opacity: 1;
  z-index: 10;
}

.button-product {
  display: flex;
}

.available {
  display: flex;
  align-items: center;
  padding-left: 34px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1;
  background-size: 22px;
  height: 22px;
}

.available.yes {
  background-image: url(../images/icons/available.svg);
}

.available.no {
  background-image: url(../images/icons/available-no.svg);
}

.tastes {
  margin-top: 12px;
}

.name-options {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

.tastes-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.tastes span {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1.5px solid #C9C9C9;
  background: var(--white);
}

.product-atrributes {
  margin-top: 12px;
  font-size: 17px;
  font-weight: 400;
}

.product-atrributes p {
  margin-bottom: 6px;
}

.product-atrributes p span {
  font-weight: 500;
}


#special-products .product-list {
  margin-top: 24px;
}

.mt-100 {
  margin-top: 100px;
}

#popular-products .title-b {
  margin-bottom: 24px;
}

.paginate-custom {
  display: none;
}

.ad-items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.ad-item-single {
  width: 267px;
  max-width: 100%;
  text-align: center;
  position: relative;
}
#checkout-cart #popular-products .product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
#checkout-cart #popular-products .product-layout {
  width: 100%;
}

.ad-item-single:first-child:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 2px;
  opacity: 0.4;
  background: red;
  position: absolute;
  left: 10px;
  top: -10px;
  transform: rotate(15deg);
}

.ad-item-single:first-child:after {
  content: '';
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 2px;
  opacity: 0.4;
  background: #031EA8;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: rotate(15deg);
}

.ad-item-single:nth-child(2n):before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 1.791px;
  background: #00CC96;
  position: absolute;
  left: 10px;
  top: -10px;
  transform: rotate(15deg);
}

.ad-item-single:nth-child(2n):after {
  content: '';
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 2px;
  background: #FFC9AA;
  position: absolute;
  right: 0px;
  top: 30%;
  transform: rotate(15deg);
}

.ad-item-single:nth-child(3n):after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 2px;
  opacity: 0.4;
  background: #FFC123;
  position: absolute;
  right: 0px;
  top: 20px;
  transform: rotate(15deg);
}

.ad-info .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}

.ad-info p {
  color: #818181;
  margin-top: 8px;
  margin-bottom: 0;
}

.about-sec {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 530px 1fr;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0px -10px 34px 0px rgba(125, 125, 125, 0.09);
}

.about-sec img {
  border-radius: 16px 0px 0px 16px;
  height: 100%;
  object-fit: cover;
}

.about-text {
  padding: 20px 36px;
  font-size: 18px;
}

.about-text .title {
  color: #FF772A;
  font-size: 30px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}

.about-text p {
  margin-bottom: 20px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.slider-reviews {
  margin-bottom: 20px;
}

#reviews {
  position: relative;
}

#review-list {
  display: flex;
  align-items: center;
  height: 100%;
}

#reviews:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 546px;
  background-image: url(../images/reviews-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  top: -300px;
  background-position: left 100%;
}

#reviews .title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 30px;
}

.slider-reviews {
  box-shadow: 0px 4px 17px 0px rgba(197, 187, 187, 0.37);
  border-radius: 12px;
  background-color: var(--white);
  width: 1120px;
  padding: 40px 44px;
}

.reviews-item {
  margin: 44px 40px;
  padding: 0 67px;
  text-align: center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

#reviews .swiper-wrapper {
  align-items: center;
}

.swiper-button-prev {
  background-image: url(../images/icons/slider-left.svg);
  width: 71px;
  height: 68px;
  background-size: cover;
  left: 10%;
}

.swiper-button-next {
  background-image: url(../images/icons/slider-right.svg);
  width: 71px;
  height: 68px;
  background-size: cover;
  right: 10%;
}

.reviews-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px auto;
  justify-content: center;
}

.reviews-item p {
  font-size: 18px;
  line-height: 170%;
  width: 730px;
}

.reviews-item .name-u {
  color: var(--main);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 12px;
  opacity: 0.2;
  background-color: var(--main);
  height: 12px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -40px;
}

.swiper-nav {
  position: relative;
  top: -155px;
}

.slider-brands .brand-slide {
  width: 100%;
  height: 169px;
  background-color: var(--white);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.slider-brands .swiper-slide img {
  height: 100%;
  width: auto;
  filter: grayscale(100%);
}

#brands {
  margin-top: 120px;
}



#article article {
  border-radius: 16px;
  box-shadow: 0px -10px 34px 0px rgba(125, 125, 125, 0.09);
  background-color: var(--white);
}

#article article .text {
  padding: 30px;
  box-shadow: 0px -10px 34px 0px rgba(125, 125, 125, 0.09);
  font-size: 18px;
  line-height: 170%;

}

#article article .text h2,
#article article .text h3,
#article article .text h4 {
  font-size: 20px;
  font-weight: 500;
}
footer.mt-100 {
  margin-top: 60px;
}
footer {
  background: var(--black);
  color: var(--white);
  padding-top: 28px;
}

.f-logo {
  min-width: 268px;
}

.f-logo img {
  width: 200px;
}

.f-logo p {
  font-size: 18px;
  line-height: 170%;
  margin-top: 8px;
  margin-bottom: 0;
}

.btn-black {
  margin-top: 31px;
  background: var(--black);
  color: var(--main);
}

.btn-black:hover,
.btn-black:focus {
  color: var(--white);
  background: var(--main);
}

.copyrite {
  margin-top: 64px;
  border-top: 1px solid var(--main);
  padding-top: 18px;
  padding-bottom: 28px;
  font-size: 16px;
  text-align: center;
}

.footer-line {
  display: flex;
  gap: 65px;
}

.f-content {
  display: flex;
  gap: 65px;
  flex-wrap: wrap;
  justify-content: end;
  width: 100%;
}

.f-block .title {
  font-size: 18px;
  line-height: 170%;
  color: var(--main);
  margin-bottom: 20px;
  padding-top: 10px;
}

.f-block nav ul {
  list-style-type: none;
  padding-left: 0;
}

.f-block nav ul li {
  display: block;
  margin-bottom: 20px;
}

.f-block nav ul li:last-child {
  margin-bottom: 0;
}

.f-block nav ul li a {
  color: var(--white);
  font-size: 18px;
  line-height: 170%;
}

.f-block nav ul li a:hover {
  color: var(--main);
}

.time-work p {
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 16px;
}

.f-contacts a {
  display: block;
  color: var(--white);
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 20px;
  padding-left: 35px;
}

.f-contacts a:hover {
  color: var(--main);
}

.f-contacts a.phone {
  background-image: url(../images/icons/phone.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
}

.f-contacts a.email {
  background-image: url(../images/icons/email.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
}

.socials {
  display: flex;
  gap: 12px;
  align-items: center;
}

.socials a {
  padding-left: 0;
  margin-bottom: 0;
}

.socials a img {
  width: 34px;
}

.socials a:hover {
  opacity: .75;
}

.f-mobile {
  display: none;
}

.mt-40 {
  margin-top: 40px;
}

.lity {
  background: rgba(171, 171, 171, 0.84);
  backdrop-filter: blur(3.5px);
}

.lity-content::after {
  box-shadow: none;
}

.popup-block {
  background-color: #F5F5F5;
  border-radius: 14px;
  padding: 50px;
  z-index: 9999;
  position: relative;
}

.title-form {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 170%;
}

.popup-block {
  width: 926px;
  max-width: 100%;
}

form input {
  width: 100%;
  padding: 16px 22px;
  border-radius: 12px;
  border: 2px solid var(--main);
  background-color: var(--white);
  margin-bottom: 20px;
}
textarea {
  resize: none;
}
form textarea {
  width: 100%;
  height: 197px;
  padding: 16px 22px;
  border-radius: 12px;
  border: 2px solid var(--main);
  background-color: var(--white);
  margin-bottom: 20px;
  resize: none;
}

.flex-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.lity-close {
  display: none;
}

.header-page {
  width: 100%;
  min-height: 162px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.header-page:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(92deg, rgba(24, 24, 24, 0.71) 27.28%, rgba(255, 255, 255, 0.00) 94.32%);
}

.header-page .text {
  position: relative;
  z-index: 1;
}

.header-page h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  margin-top: 17px;
  color: var(--white);
}

.breadcrumbs ul {
  list-style-type: none;
  padding-left: 0;
  margin: 8px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.breadcrumbs ul li {
  color: var(--white);
  line-height: 1.3;
}

.breadcrumbs ul li a {
  color: #BBB;
  font-size: 18px;
  font-weight: 500;
}

.breadcrumbs ul li a:after {
  content: '/';
  padding-left: 5px;
}

.breadcrumbs ul li a:hover {
  color: var(--white);
}

.categories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 46px;
  margin-top: 30px;
  text-align: center;
}

.cat-img {
  background-color: var(--white);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 347px;
}

.cat-img img {
  height: 247px;
}

.categories a .title {
  margin-top: 18px;
  color: var(--black);
  font-size: 24px;
  line-height: 170%;
  transition: .25s;
}

.categories a:hover .title {
  color: var(--main);
}

.category-page {
  display: grid;
  grid-template-columns: 295px 1fr;
  gap: 40px;
  margin-top: 30px;
}

.category-page .cat-products-list {
  margin-bottom: 30px;
}

.cat-products-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.cat-products-list .product-layout {
  width: 100%;
}

.product-filter {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-but {
  background-color: var(--main);
  color: #fff;
  border-radius: 12px;
  min-height: 46px;
  padding: 10px 16px;
  display: none;
  justify-content: space-between;
  align-items: center;
  min-width: 181px;
  cursor: pointer;
  transition: .25s;
  font-weight: 500;
  font-family: 14px;
}

.filter-but:hover {
  background-color: var(--black);
}

.product-sort {
  border-radius: 12px;
  border: 1.5px solid var(--main);
  background-color: var(--white);
  width: fit-content;
  position: relative;
}

.sort-title {
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  min-height: 46px;
  padding: 10px 16px;
}

.sort-title::before {
  content: url(../images/icons/sort-icon.svg);
  margin-right: 12px;
  margin-top: 2px;
}

.sort-quantity .sort-title::before {
  display: none;
}

.sort-title::after {
  content: url(../images/icons/sort-after.svg);
  margin-left: 12px;
  transition: .25s;
}

.product-sort.active .sort-title:after {
  transform: rotate(180deg);
  margin-top: 2px;
}

.sort-list {
  position: absolute;
  z-index: 0;
  border-radius: 12px;
  border: 1.5px solid var(--main);
  background-color: var(--white);
  margin-top: 1px;
  width: 100%;
  padding: 15px 16px;
  opacity: 0;
  transition: .1s;
}


.product-sort.active .sort-list {
  z-index: 2;
  opacity: 1;
}

.sort-list a {
  font-size: 14px;
  line-height: 170%;
  color: var(--black);
  display: block;
  margin-bottom: 10px;
}

.sort-list a:last-child {
  margin-bottom: 0;
}

.sort-list a:hover,
.sort-list a:focus,
.sort-list a.selected {
  color: #FF772A;
}

.pagination-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pagination-custom ul {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.pagination-custom ul li a {
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: none;
  background: transparent;
  font-size: 18px;
  transition: .25s;
}

.pagination-custom ul li.active span {
  background-color: var(--black);
  color: var(--white);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 18px;
  transition: .25s;
  border: none;
}

.pagination-custom ul li.active span:hover{
  background-color: var(--black);
  color: var(--white);
}

.pagination-custom ul li a:hover {
  background-color: var(--black);
  color: var(--white);
}

.pagination-custom .next {
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
}

.pagination-custom .prev {
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/next.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  opacity: .4;
}

.pagination-custom .next:hover,
.pagination-custom .prev:hover {
  opacity: .45;
}

#thank {
  background-color: var(--black);
  text-align: center;
  padding: 47px 0;
  color: #fff;
}

#thank h1 {
  font-size: 50px;
  font-weight: 500;
  color: var(--main);
  margin-bottom: 16px;
}

#thank p {
  font-size: 18px;
  margin-bottom: 0;
}

.thank-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-buttons .btn-custom {
  margin-top: 20px;
  min-width: 264px;
}

.brand-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 47px;
  margin-top: 30px;
}



.brand {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  border-radius: 14px;
  padding: 8px 27px;
  color: var(--black);
}


#info-content {
  background-image: url(../images/bt-black-block.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 25px;
  margin-top: -1px;
  background-position: top left -1px;
}

#info-content article .text {
  background-color: #fff;
  padding: 34px 40px;
  box-shadow: 0px 4px 17px 0px rgba(197, 187, 187, 0.37);
  border-radius: 16px;
  width: 1115px;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 100%;
}

#info-content article .text:last-child {
  margin-bottom: 0;
}

#info-content article h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

#info-content article h3 {
  margin-bottom: 22px;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 12px;
}

#info-content article h3:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #031EA8;
  border-radius: 50%;
  display: block;
}

#info-content article ul {
  margin-bottom: 30px;
  font-size: 18px;
  padding-left: 30px;
}

#info-content article p strong {
  font-weight: 500;
  line-height: 170%;
}

#info-content article ol {
  padding-left: 0px;
}

#error-page {
  padding-top: 40px;
  text-align: center;
}

#error-page h1 {
  font-size: 50px;
  color: red;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
}

#error-page h1 span {
  display: block;
}

#error-page p {
  font-size: 18px;
}

#error-page p:last-child {
  margin-bottom: 0;
}

#error-page p a {
  font-weight: 500;
  color: red;
}

#error-page p a:hover {
  color: var(--black);
}



#search-error {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  border: 1px solid red;
  width: 595px;
  max-width: 100%;
  padding: 0px 12px;
  height: 57px;
  gap: 8px;
  flex-direction: row-reverse;
  transition: .2s;
  margin: 20px auto;
}

#search-error .input-group-btn {
  width: auto;
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

#search-error .input-group-btn button {
  height: 20px;
  min-width: 20px;
  background-color: transparent;
  background-image: url(../images/icons/search.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
}

#search-error .input-group-btn button:hover {
  opacity: .65;
}

#search-error input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  height: 100%;
  padding: 0;
}

.contacts-content {
  width: 1115px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: var(--black);
  border-radius: 14px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  box-shadow: 2px 6px 24px 0px rgba(39, 39, 39, 0.27);
}

.contact-text {
  padding-top: 82px;
  padding-left: 110px;
}

.contacts-content a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 38px;
  padding-left: 45px;
}

.contacts-content a:hover {
  color: var(--main);
}

.contacts-content a.phone {
  background-image: url(../images/icons/phone.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 33px;
}

.contacts-content a.email {
  background-image: url(../images/icons/email.svg);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: left center;
}

.contact-text p.adress {
  background-image: url(../images/icons/adress.svg);
  background-repeat: no-repeat;
  background-size: 33px;
  padding-left: 45px;
  background-position: left center;
  margin-bottom: 38px;
}

.contact-text p.time {
  background-image: url(../images/icons/time.svg);
  background-repeat: no-repeat;
  background-size: 33px;
  padding-left: 45px;
  background-position: left top 0px;
}

#blog {
  background-image: url(../images/blog-bg.svg);
  background-repeat: no-repeat;
  background-size: 101%;
  background-position: left -1px top;
}

.post-grid {
  display: grid;
  grid-template-columns: 531px 1fr;
  gap: 26px;
  margin-top: 30px;
}

.post-grid img {
  border-radius: 12px;
}

.big-post img{
  width: 100%;
  height: 466px;
  object-fit: cover;
}

.small-post img{
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.big-post .date {
  color: #818181;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  margin-top: 18px;
}

.big-post .title {
  display: block;
  color: var(--black);
  font-size: 24px;
  font-weight: 500;
  margin-top: 6px;
  line-height: 33px;
}

.big-post .title:hover {
  color: var(--main);
}

.big-post p {
  margin-top: 14px;
  font-size: 18px;
  line-height: 170%;
}

.big-post .btn-light {
  margin-top: 24px;
}

.small-post {
  display: grid;
  grid-template-columns: 388px 1fr;
  margin-bottom: 20px;
  gap: 20px;
}

.small-post .date {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  margin-top: 18px;
}

.small-post .title {
  margin-top: 6px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
}

.small-post .title:hover,
.small-post:first-child .title:hover {
  color: var(--main);
}

.small-post p {
  color: var(--black);
  font-size: 16px;
  line-height: 170%;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}

.small-post:first-child .title,
.small-post:first-child p {
  color: var(--white);
}

.post-single {
  display: grid;
  grid-template-columns: 1fr 360px;
}

.post-related {
  padding-left: 35px;
  padding-top: 35px;
}

.post-related .title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  margin-bottom: 34px;
}

.publ-item {
  margin-bottom: 34px;
}

.publ-item:last-child {
  margin-bottom: 0;
}

.publ-item .date {
  color: #818181;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.publ-item a {
  display: block;
  color: var(--black);
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
}

.publ-item a:hover {
  color: var(--main);
}

.post-content {
  border-right: 1px solid #C9C9C9;
  padding-top: 35px;
  padding-right: 57px;
}

.post-content .date {
  color: #818181;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}

.post-content h1 {
  margin-top: 6px;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.main-img {
  overflow: hidden;
  margin: 20px 0;
  border-radius: 12px;
}

.main-img img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.post-content h2,
.post-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  margin-top: 24px;
}

.post-content p {
  font-size: 18px;
  line-height: 170%;
}

#popup-blank-cart {
  width: 926px;
  max-width: 100%;
  padding: 50px;
  overflow-y: unset;
  text-align: center;
  margin: 0 auto;
}

#popup-blank-cart .blank-cart {
  margin: 0 auto;
}

#popup-blank-cart p {
  margin-top: 38px;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

#popup-blank-cart .btn-custom {
  margin: 0 auto;
  min-width: 264px;
}

.close-popup-cart {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 86px;
  height: 86px;
  display: block;
  background-image: url(../images/icons/close-popup-cart.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: .25s;
}

.close-popup-cart:hover {
  opacity: .95;
}

.product-grid {
  display: grid;
  grid-template-columns: 493px 1fr;
  gap: 40px;
  margin-top: 30px;
}


#product h1 {
  font-size: 40px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 30px;
}

#product .product-reviews {
  justify-content: start;
  gap: 14px;
  margin-top: 20px;
  
}

#product .star {
  width: 22px;
  height: 22px;
  background-size: 22px;
}



#product .info {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 170%;
  margin-top: 20px;
}

#product .info p {
  margin-bottom: 0;
}

#product .info p a {
  color: var(--black);
}

#product .info p a:hover {
  color: var(--main);
}

#product .product-price {
  margin-top: 30px;
  gap: 50px;
  justify-content: start;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#product .product-price .price-old {
  position: absolute;
  top: -20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}

#product .product-price .price-new {
  font-size: 46px;
  text-transform: lowercase;
}

#product .price small {
  font-size: 46px;
}

#product .price-old small {
  font-size: 24px;
}

#product .add-to-cart-product {
  min-width: 264px;
}

#product .add-to-cart-product.active {
  min-width: auto;
}

#product .add-to-cart-product.active:hover {
  background: #fff;
  color: var(--main);
  opacity: .8;
}

#product .add-to-cart-product.active::before {
  content: url(../images/icons/add-to-cart-active.svg);
  margin-right: 8px;
  line-height: 1;
}

.product-gallery {
  position: relative;
}

.product-gallery .main-img {
  width: 100%;
  height: 486px;
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 65px;
  border-radius: 16px;
  margin-top: 0;
  box-shadow: 0px 4px 24px 0px rgba(197, 187, 187, 0.37);
}

.product-gallery .main-img img {
  max-height: 100%;
  width: auto;
}

.product-gallery .dop-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  margin-top: 20px;
}

.product-gallery .dop-images .img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  background-color: #fff;
  height: 158px;
  border-radius: 16px;
}

.product-gallery .dop-images .img img {
  max-height: 100%;
  width: auto;
}

.available-flex .model {
  display: none;
}

.product-tabs {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #C9C9C9
}

.tabs-line {
  background-color: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  gap: 47px;
}

.tabs-line li {
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  padding-bottom: 16px;
  padding-top: 12px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  transition: .25s;
}

.tabs-line li.active-tab {
  color: var(--main);
  border-bottom: 4px solid var(--main);
}

.tabs-line li:hover {
  color: var(--main);
  border-bottom: 4px solid var(--main);
}


.tabs {
  margin-top: 24px;

}


.tabs__content {
  display: none;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 12px;
  transition: .25s;
}

.tabs__content .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

.reviews-tab {
  background: transparent;
}

.tabs__content.active-content {
  display: block;
}

.reviews-tab .btn-custom {
  margin: 0px auto;
  margin-top: 30px;
}

.form-rating {
  display: flex;
  align-items: center;
  gap: 21px;
  flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 22px;
}

.form-rating label {
  font-size: 24px;
  line-height: 170%;
  margin-bottom: 0;
  font-weight: 400;
}

form .form-rating input {
  padding: 0;
  margin: 0;
  transition: .25s;
  box-shadow: none;
  opacity: .1;
}

form .form-rating .rating-i {
  position: relative;
}

.rating-area:not(:checked)>input {
  display: none;
  width: 25px;
  height: 25px;
}

.rating-area:not(:checked)>label {
  float: right;
  width: 25px;
  height: 25px;
  background-image: url();
  background-image: url(../images/icons/star-half.svg);
  background-size: cover;
  padding: 0;
  cursor: pointer;
}

.rating-area:not(:checked)>label:before {
  width: 26px;
  height: 26px;
  background-image: url();
  background-image: url(../images/icons/star-half.svg);
}

.rating-area>input:checked~label {
  background-image: url(../images/icons/star.svg);
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
  background-image: url(../images/icons/star.svg);
}

.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
  background-image: url(../images/icons/star.svg);
}

.rate-area>label:active {
  position: relative;
}

.rating-inputs {
  display: flex;
  align-items: center;
  gap: 6px;
}

.related-products {
  margin-top: 60px;
}

.related-products .title {
  font-size: 30px;
  font-weight: 500;
}

.r-products {
  padding-top: 30px;
  padding-bottom: 30px;
}

.r-products .swiper-slide .product-layout {
  width: 100%;
}

.r-products .swiper-button-prev {
  left: 0;
}

.r-products .swiper-nav {
  top: -255px;
}

.r-products .swiper-button-next {
  right: 0;
}
.block-popup-cart {
  margin: 30px auto;
  width: 1278px;
  max-width: 100%;
  border-radius: 14px;
  padding: 32px 26px;
  background-color: #fff;
}
.block-popup-cart .mt-100 {
  margin-top: 30px;
}
#cart-popup {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

#cart-popup .title-cart {
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 500;
  color: var(--main);
}

.cart-header {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 100px;
  width: 100%;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 25px;
  border-bottom: 1px solid #C9C9C9;
}

.cart-header .price-cart {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.cart-item-single{
  display: grid;
  grid-template-columns: 500px 1fr;
  align-items: center;
  gap: 100px;
  position: relative;
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 40px;
}

.cart-item-info {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.cart-item-img {
  min-width: 158px;
}
.cart-item-info .cart-item-text .name-product {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  display: block;
}

.cart-item-info .cart-item-text .name-product:hover{
  color: var(--main);
}

.product-cart-options {
  margin-top: 20px;
}
.cart-product-quantity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.quantity-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.quantity-block input{
  width: 74px;
  background-color: #fff;
  border: 1.5px solid #818181;
  height: 53px;
  font-size: 20px; 
  padding: 0;
  text-align: center;
  border-radius: 10px; 
  margin-bottom: 0;
}
.quantity-block button {
  width: 53px;
  height: 53px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  box-shadow: none;
  border: none
}
.quantity-block button:hover{
  opacity: .75;
}
.quantity-block button#btn-minus {
  background-image: url(../images/icons/btn-minus.svg);
}
.quantity-block button#btn-plus {
  background-image: url(../images/icons/btn-plus.svg);
}
.cart-product-price {
  font-size: 30px; 
  font-weight: 500;
}

#delete-product {
  position: absolute;
  right: 12px;
  top: 16px;
  width: 50px;
  height: 50px;
  display: block;
  background-image: url(../images/icons/delete-product.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#delete-product:hover{
  opacity: .75;
}

.scroll-block {
  overflow-y: auto;
  max-height: inherit;
}

.scroll-block {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* хром, сафари */
.scroll-block::-webkit-scrollbar { width: 0;background: transparent; }
.alert {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.alert .close {
  right: 10px;
  top: 10px;
  position: absolute;
}
.alert a {
  color: var(--main);
}

.allerts-block {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000; /* Вы можете настроить значение z-index в зависимости от вашей потребности */
}

.alert {
  width: 300px; /* Задайте ширину блока оповещения в соответствии с вашим дизайном */
  margin-bottom: 10px; /* Добавьте отступ снизу между блоками оповещения, если необходимо */
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}

.alert.show {
  opacity: 1;
}
.flex-buttons .price-total {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
  font-size: 30px;
  font-weight: 500;
  width: 100%;
}
.flex-buttons .price-total:first-child {
  display: none;
}
.product-groups .product-group {
  margin-bottom: 0;
}
.product-groups .product-group .product-group-name {
  font-size: 18px; 
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 5px;
}
.product-groups .product-group .product-group-products {
  margin-bottom: 0;
}

.product-groups .product-group .product-group-products .product-group-product .group-text{
  padding: 10px 20px;
  border-radius: 10px; 
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: 1.5px solid transparent; 
  line-height: 170%;
}
.product-groups .product-group .product-group-products .product-group-product.current .group-text, .product-groups .product-group .product-group-products .product-group-product .group-text:hover {
  border: 1.5px solid var(--main); 
}
.product-group-product select, .product-group-product select:focus {
  width: 280px;
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  height: 56px;
  border-radius: 12px;
  border: 1.5px solid var(--main); 
background-color: #fff; 
background-image: url(../images/icons/sort-after.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 24px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.product-group-products {
  width: 100%;
}




.checkout-heading {
  font-size: 24px; 
  font-weight: 500;
  line-height: 33px;
}
.opc-label {
  display: none;
}
.checkout-сustomer, .checkout-address, .checkout-free-text, .checkout-related-products, .checkout-shipping-address, .checkout-shipping-method, .checkout-payment-method, .checkout-comment {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0px;
  padding-bottom: 0;
}
#onepcheckout input.form-control {
  border-radius: 12px; 
  height: 56px;
  border: 1.5px solid var(--main);
  padding: 0 22px;
}
#onepcheckout .mb-30 {
  margin-bottom: 0;
}
#onepcheckout input.form-control::placeholder {
  color: var(--black);
  opacity: 1;
  font-size: 18px;
  line-height: 170%;
}
#onepcheckout select.form-control {
  border-radius: 12px; 
  height: 56px;
  border: 1.5px solid var(--main);
  padding: 0 22px;
  color: var(--black);
  opacity: 1;
  font-size: 18px;
  line-height: 170%;
}
#onepcheckout textarea.form-control {
  border-radius: 12px; 
  height: 197px;
  border: 1.5px solid var(--main);
  padding: 17px 22px;
}
#onepcheckout textarea.form-control::placeholder {
  color: var(--black);
  opacity: 1;
  font-size: 18px;
  line-height: 170%;
}

.checkout-col-fix-right {
  background: transparent;
  padding: 28px 20px;
}
.cart-item-left {
  display: none;
}
.sm-fix-cart .cart-item-center {
  flex: 0 0 calc(100% - 0px);
  
}

.opc_block_cart .cart-list, #onepcheckout .ch-cart-quantity input.form-control, .ch-cart-quantity .btn-quantity-minus, .ch-cart-quantity .btn-quantity-plus {
  background: var(--black);
  color: #fff;
}
.ch-cart-quantity .btn-quantity-minus svg, .ch-cart-quantity .btn-quantity-plus svg, .cart-item .cart-item-price-quantity .btn-remove svg {
  stroke: #fff;
}
.cart-item .cart-item-price-quantity .btn-remove {
  background: transparent;
}
.cart-item-prod-name {
  margin-bottom: 0;
}
.cart-item-prod-name a{
  font-size: 16px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  line-height: 130%;
}
.cart-item:hover .cart-item-prod-name a{
  color: var(--main);
}
#onepcheckout .opc-btn-primary {
  border-radius: 11px;
background: var(--main); 
height: 56px;
font-size: 18px;
width: 100%;
font-weight: 500;
}

#onepcheckout .ch-cart-quantity input.form-control {
  border-radius: 0px;
  padding: 0;
}
#onepcheckout .cart-totals.dflex .cart-item-total {
  color: #fff;
  margin-top: 0;
}
.opc-alert-danger {
  width: 100%;
  opacity: 1;
}
.opc-alert-danger .close {
right: 30px;
top: 20px;
}
#onepcheckout .opc_block_cart .cart-list {
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}
.opc-cart-title {
  color: #fff;
  font-size: 24px;
}
#onepcheckout .opc_block_totals .totals-inner {
  box-shadow: none;
  color: #fff;
  background: var(--black);
  border-radius: 0px 0px 10px 10px;
}
.cart-item + div.cart-item {
  margin-top: 0;
}
.cart-item-center {
  padding: 0;
}

.checkout-agree label{
  font-weight: normal;
}

.checkout-agree a b {
  color: var(--white);
  font-weight: 400;
}

.opc_block_totals .table-cart .total-text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.opc_block_totals .table-cart .total-title {
  color: #fff;
  opacity: .75;
  font-size: 24px;
}
.table_total tr:first-child {
  display: none;
}
.checkbox-input:checked + span.checkbox-check {
  background-color: var(--main);
  border-color: var(--main);
}
.chm-radio label {
  font-size: 18px;
  font-weight: 400;
}
.chm-radio label input {
  border-color: #A3A1B7;
}
.chm-radio label input[type="radio"]:checked {
  background: #031EA8;
  border: solid 1px #031EA8;
} 
.shipping_method_title {
  display: none;
}

main .ocf-theme-light-block .ocf-filter-header .ocf-filter-name {
  color: #031EA8;
  font-size: 18px; 
  font-weight: 500;
  line-height: 140%;
}

main .ocf-value-name {
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
}
main .ocf-value, main .ocf-value:active, main .ocf-value:focus, main .ocf-value:visited, main .ocf-value:hover {
  display: flex;
  align-items: center;
}
main .ocf-theme-light-block.ocf-vertical .ocf-filter {
  background-color: transparent;
  padding: 15px 0;
}
main .ocf-btn-link {
  color: #031EA8;
  text-decoration-line: underline; 
}
main .ocf-btn-mobile-static {
  display: none;
}
main .ocf-theme-light-block .ocf-search-btn-static, main .ocf-theme-light-block .ocf-search-btn-popover, main .ocf-theme-light-block .ocf-search-btn-static.ocf-disabled, main .ocf-theme-light-block .ocf-search-btn-popover.ocf-disabled {
  background-color: var(--main);
}

main .ocf-noUi-connect::before, main .ocf-noUi-handle {
  background-color: rgba(0, 204, 150, 1);
}

.free-shipping-left .free-ship-bar-fill {
  background: var(--main);
}
.free-shipping-left .sum-free-shipping-left, .free-ship-info.active-free-ship {
  color: var(--main);
  border: 2px dashed var(--main);
}

.table-arrtibute tr td:first-child {
  font-weight: 500;
}



#response-message {
  text-align: center;
  background: #00CC96;
  color: #fff;
  border-radius: 12px;
  margin: 10px auto;
}
#response-message.error {
  background: red;
}
#response-message p {
  padding: 10px;
  margin-bottom: 0;
}


#popup__toggle{bottom:25px;right:10px;position:fixed;z-index:999;}
.img-circle{background-color:var(--main);box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid var(--main);width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:var(--main);width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: 1;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(../images/icons/call-calling.svg);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

  #add-product-reviews .alert {
    opacity: 1;
    width: 100%;
  }