.swiper-viewport .swiper-button-next::before,
.swiper-viewport .swiper-button-prev::before {
  content: none !important;
}
.swiper-viewport .swiper-button-prev,
.swiper-viewport .swiper-button-next {
  position: relative;
  width: 60px !important;
  height: 60px !important;
  /* background-color: transparent !important; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff !important;
  text-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.35) !important;
  border-radius: 50%;
}
.swiper-viewport.swiper-products .swiper-button-prev,
.swiper-viewport.swiper-products .swiper-button-next {
  top: 50% !important;
  color: #000 !important;
  text-shadow: none !important;
  background-color: rgba(255, 255, 255, 1) !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
}
.swiper-viewport.swiper-products .swiper-pagination {
  display: none;
}
.swiper-viewport {
  margin: 0;
  background-color: transparent !important;
}
.swiper-button-disabled {
  display: none !important;
}
.homebanner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 400px;
  background-color: #97c064;
  border-radius: 12px;
  overflow: hidden;
}
.homebanner__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  padding-left: 30%;
  padding-right: 25px;
}
.homebanner__title {
  font-size: 60px !important;
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin: 0 !important;
}

.homebanner__link i {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: #000;
  transition: all 0.3s ease;
}
.homebanner__link:hover i {
  right: 12px;
}
.homebanner__link {
  position: relative;
  padding: 12px;
  border: 1px solid #000;
  color: #500500;
  border-radius: 30px;
  margin-left: 20px;
  width: 100%;
  max-width: 70%;
  font-size: 24px;
  font-weight: 600;
}
.homebanner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 150px;
  max-height: 400px;
}
.homebanner__img {
}
.img-responsive {
}
.swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
/* .col-md-3{
  padding: 0!important;
} */
.swiper-pagination-bullet {
  box-shadow: none !important;
  background: #d9d9d9 !important;
  height: 4px !important;
  width: 25px !important;
  border-radius: 10px !important;
  display: block;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  background: #011140 !important;
}
.category__wall .catalog-section .catalog-section__caption p::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -100%;
  transition: all 0.3s ease;
  width: 100%;
  height: 2px;
  border-radius: 25px;
  opacity: 0;
  background: #fff;
}
.category__wall .catalog-section:hover .catalog-section__caption p::after {
  left: 0;
  opacity: 1;
}
.category__wall .catalog-section:hover {
  box-shadow: none !important;
}
.category__wall .catalog-section:hover .catalog-section__caption {
  color: #fff;
}
.category__wall .catalog-section {
  position: relative;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 12px;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 20.23%, rgba(0, 0, 0, 0.4) 83.64%);
  margin-bottom: 0;
}
.swiper-viewport.swiper-products {
  margin-bottom: 0;
}
.category__wall .catalog-section__caption p {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  display: inline;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.category__wall .catalog-section__caption {
  position: relative;
  background-color: transparent;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0;
  padding-bottom: 20px;
}
.category__wall {
  margin-top: 20px;
}
.category__wall .catalog-section__image .catalog-section__img {
  padding: 0;
  object-fit: cover;
}
.category__wall .catalog-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 0;
  max-height: none;
}
.category__wall .catalog-section__image img {
  width: 100%;
  height: 100%;
}
.category__wall .swiper-button-prev {
  left: -20px !important;
}
.category__wall .swiper-button-next {
  right: -20px !important;
}
.delivery_block h2 {
  color: #011140;
  font-size: 46px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 !important;
  margin-bottom: 32px !important;
}
.delivery_block {
  margin-top: 100px;
  padding-bottom: 10px;
}
.row .swiper-viewport.swiper-products {
  margin-top: 0;
}
.product-thumb__wishlist i {
  color: #011140 !important;
  font-size: 30px !important;
}
.product-thumb__wishlist {
  width: auto !important;
  height: auto !important;
}
.product-thumb__compare,
.product-thumb__wishlist {
  top: 14px;
  right: 14px;
}
.catalog_item_desc {
  padding: 20px 30px;
  padding-top: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.catalog_item h4 {
  color: #686868;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  display: -webkit-box; /* Використовується для багаторядкової обрізки */
  -webkit-line-clamp: 2; /* Кількість рядків, до яких обрізати текст */
  -webkit-box-orient: vertical; /* Вертикальне орієнтування текстового блоку */
  overflow: hidden; /* Приховати текст, що не вміщується */
  text-overflow: ellipsis; /* Додає трикрапку "..." у кінець обрізаного тексту */
  max-height: 60px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 10px;
}
.catalog_price_wrap {
  padding-top: 20px;
  margin-top: auto;
  height: auto;
}
.catalog_item {
}
.catalog_item_rating .fa-star-o,
#product .rating .fa-star-o {
  color: #ebf2fa;
}
.fa.fa-stack:has(.fa-star) .fa-star-o,
#product .rating .fa-star-o {
  color: #fbbc04;
}
.catalog_item_rating .fa-star,
#product .rating .fa-star {
  color: #fbbc04;
}
.catalog_item_rating,
#product .rating {
  display: flex;
  gap: 6px;
}
.catalog_item_rating .fa-stack {
  width: 15px;
  height: 15px;
}
#product .rating .fa-stack {
  width: 20px;
  /* height: 20px; */
}
#product-product .fa {
  font-size: 20px;
}
.catalog_item_rating .fa-stack-2x,
#product .rating .fa-stack-2x {
  font-size: 15px;
}
.bprice {
  color: #011140;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.catalog_item {
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  width: 100%;
  max-width: none;
  border-radius: 12px;
  box-shadow: none;
  position: relative;
}
.catalog_item .img_wrap {
  position: static;
}
.catalog_item .img_wrap img {
  height: 225px;
  width: 100%;
  object-fit: cover;
}
.catalog_item:hover {
  box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 5%);
}
.cart__btn:hover svg path {
  fill: #011140;
}
.cart__btn svg path {
  transition: all 0.3s ease;
}
.cart__btn:hover {
  background: #fff;
}
.cart__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 2px solid #011140;
  padding: 11px;
  border-radius: 10px;
  background: #011140;
  width: 46px;
  height: 46px;
  outline: none;
}
.navbar-nav > li.dropdown > a i {
  margin-left: 5px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.navbar-nav > li.dropdown > a:after {
  content: none;
}
.navbar-nav > li:hover.dropdown > a:after {
  content: none;
}
.navbar-nav > li:hover.dropdown > a i {
  transform: rotate(-180deg);
}
#menu2 .nav > li > a {
  padding: 10px 0;
  padding-right: 0 !important;
}
.backgroundcontent {
  padding: 60px 50px;
  border-radius: 12px;
  background: #fff;
  margin-top: 100px;
}
.backgroundcontent p {
  color: #686868;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}
.backgroundcontent h2 {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  color: #011140;
  font-size: 46px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.modal__cart .modal-header,
.modal__cart .modal-body,
.modal__cart .modal-footer {
  padding: 0;
}
.modal__cart .modal-content .modal-header .modal-cart {
  color: #011140;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  text-align: center;
}
.modal__cart .modal-content > div {
  width: 100%;
}
.modal__cart .modal.in {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.modal__cart .modal-dialog {
  width: 100%;
  max-width: 934px;
  margin: 0 auto;
}
.modal__cart .modal-content {
  max-height: 80vh;
  padding: 0 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.modal__cart .modal-content .close:hover {
  transform: scale(1.2);
}
.modal__cart .modal-content .close {
  transition: all 0.3s ease;
}
.modal__cart .modal-content .modal-header .close {
  width: 15px;
  height: 15px;
  background-image: url("../image/close.svg");
  opacity: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
}
.modal__cart .modal-content .modal-body .modal__body__item .modal__body__info .modal__body__item__title {
  max-width: 325px;
  text-align: left;
}
.modal__cart .modal-content .modal-body .modal__body__item .modal__body__info .modal__body__item__title a {
  color: #011140;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 138.889% */
  text-align: left;
  text-align: -webkit-left;
}
.modal__cart .modal-content .modal-body .modal__body__item .modal__body__info .modal__body__img img {
  width: 67px;
  height: 67px;
  object-fit: cover;
}
.modal__cart .modal-content .modal-body .modal__body__item .modal__body__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.modal__cart .modal-content .modal-body .modal__body__item .btn__quantity.quantity__minus {
  border-right: 1px solid #dedee5;
}
.modal__cart .modal-content .modal-body .modal__body__item .btn__quantity.quantity__plus {
  border-left: 1px solid #dedee5;
}
.modal__cart .modal-content .modal-body .modal__body__item p {
  color: #595c7d;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.692px; /* 138.889% */
  padding: 0;
  margin: 0;
}
.modal__cart .modal-content .modal-body .modal__body__item .modal__body__item__total__price {
  color: #011140;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 104.167% */
}
.modal__cart .modal-content .modal-body .modal__body__item .btn__quantity:hover {
  font-size: 18px;
}
.modal__cart .modal-content .modal-body .modal__body__item .btn__quantity {
  transition: all 0.1s ease;
  border: none;
  background-color: transparent;
  outline: none;
  color: #595c7d;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.692px; /* 138.889% */
  width: 30px;
  height: 35px;
}
.modal__cart .modal-content .modal-body .modal__body__item .modal__body__item__total .close {
  width: 15px;
  height: 15px;
  background-image: url("../image/close.svg");
  opacity: 1;
  margin: 0;
  padding: 0;
}
.modal__cart .modal-content .modal-body .modal__body__item .modal__body__item__total__quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dedee5;
  border-radius: 12px;
  width: 115px;
}
.modal__cart .modal-content .modal-body .modal__body__item .modal__body__item__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.modal__cart .modal-content .modal-body .modal__body__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
}
.modal__cart .modal-content .modal-body {
  padding-top: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-height: 200px;
}
.modal__cart .modal-content .modal-body .modal__body__list {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-right: 5px;
}
.modal__cart .modal-content .modal-body .modal__body__title {
  color: #011140;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 78.125% */
  text-align: center;
  height: 32px;
}
.modal__cart .modal-content .modal-footer::after,
.modal__cart .modal-content .modal-footer::before {
  content: none;
}
.modal-content .modal-footer .btn__shopping i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  transition: all 0.3s ease;
}
.modal-content .modal-footer .btn__shopping:hover {
  font-weight: 500;
}
.modal-content .modal-footer .btn__shopping:hover i {
  left: -16px;
}
.modal-content .modal-footer .btn__shopping {
  transition: all 0.3s ease;
  color: #011140;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  padding-left: 16px;
  position: relative;
}
.modal__cart .modal-content .modal-footer .modal__footer__info .modal__footer__total__title {
  color: #adadad;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 125% */
  margin: 0;
  padding: 0;
}
.modal__cart .modal-content .modal-footer .modal__footer__info .modal__footer__total__price {
  color: #011140;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 69.444% */
  margin: 0;
  padding: 0;
}
.modal__cart .modal-content .modal-footer .modal__footer__info .modal__footer__total {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.modal__cart .modal-content .modal-footer .modal__footer__info {
  display: flex;
  align-items: center;
  gap: 35px;
}
.modal__cart .modal-content .modal-footer .btn__checkout:hover {
  background: #fff;
  color: #011140;
}
.modal__cart .modal-content .modal-footer .btn__checkout {
  transition: all 0.3s ease;
  border-radius: 72px;
  background: #011140;
  padding: 14px 50px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 156.25% */
  margin: 0;
  border: 1px solid #011140;
}
.modal__cart .modal-content .modal-footer {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  z-index: 1;
  margin-bottom: 50px;
  height: 100px;
  background-color: #fff;
}
.modal__cart .modal-content .modal-header {
  background-color: #fff;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  min-height: auto;
}
.backheder {
  background-color: #fff;
  height: 56px;
}
.nav__categories {
  height: 56px;
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}
#menu2 .dropdown-inner ul {
  padding: 0 16px;
}
#menu2 .dropdown-inner ul:first-child,
#menu2 .dropdown-inner ul:last-child {
  padding: 0;
}
@media (min-width: 992px) {
  #menu2 .nav > li.dropdown.active > a {
    border-bottom: 2px solid #d90404;
  }
}
.nav__categories li {
  height: 100%;
}
.nav__categories li a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #011140 !important;
  font-family: Gilroy;
  font-size: 18px !important;
  font-style: normal;
  line-height: normal;
}
#menu2 .nav > li:first-child > a,
#menu2 .nav > li > a {
  padding: 0;
}
.breadcrumbs ul {
  padding: 0;
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumbs ul li a:hover {
  color: #2e3230;
}
.breadcrumbs ul li a {
  color: #848987;
  font-family: Gilroy;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
}
.breadcrumbs ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product_wrap {
  margin-top: 50px;
  background-color: transparent;
}
.product_wrap #content {
  padding: 50px;
  padding-top: 36px;
  border-radius: 20px;
  background: #fff;
}
.product_wrap .row {
  padding: 0;
  margin: 0;
}
.product_wrap #content .col-sm-6 {
  padding: 0;
}
.product_wrap #content .box-label {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  flex-direction: column;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.label-product {
  position: static !important;
}
.box-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  position: absolute;
  top: 20px;
  left: 20px;
}
/* .product_wrap #content .box-label .label-product {
  position: static;
} */
.product_wrap #content .pimg {
  margin-top: 14px;
}
.product_wrap #content .thumbnails,
.product_wrap #content .thumbnails > li,
.product_wrap #content .thumbnails .thumbnail {
  margin: 0;
  padding: 0;
}
.product_wrap #content .thumbnails .thumbnail img {
  margin: 0;
  max-width: 500px;
}
.product_wrap #content .thumbnails .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.product_wrap #content .thumbnails .lthmb {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 0;
  margin-top: 40px;
}
.product_wrap #content .thumbnails .lthmb .image-additional {
  margin: 0;
  padding: 8px;
  border-radius: 9px;
  border: 1px solid rgba(0, 77, 132, 0.27);
  float: none;
  max-width: none;
  min-width: 55px;
}
.product_wrap #content .thumbnails .lthmb .image-additional img {
  border-radius: 3px;
}
.product_wrap .product-thumb__wishlist:hover {
  border: 1px solid #011140;
}
.product_wrap .product-thumb__wishlist {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  width: 45px !important;
  height: 45px !important;
  transition: all 0.3s ease;
}
.product_wrap .product-thumb__wishlist i {
  font-size: 17px !important;
}
.product_wrap .smwh {
  padding: 0 !important;
  margin: 0;
  margin-left: 50px;
}
.product_wrap h3 {
  color: #011140;
  font-family: Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 112.5% */
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product_wrap .stock__status {
  border-radius: 6px;
  background: #f2fbe8;
  color: #4a504d;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 7px 9px 7px 21px;
  position: relative;
  display: inline-flex;
  margin-bottom: 17px;
}
.product_wrap .stock__status::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #64b900;
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product_wrap .card__article span,
.product_wrap .manuf .cat2 a {
  color: #6d716e;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 5px;
  transition: all 0.3s ease;
}
.product_wrap .manuf .cat2 a:hover {
  color: #011140;
}
.product_wrap .card__article,
.product_wrap .manuf .cat {
  color: #8e9591;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#product .rating {
  margin-top: 10px;
}
#product .control-label {
  color: #8e9591;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
#product .radio label {
  margin: 0;
}
#product .radio__color:has(input[type="radio"]:checked) {
  border: 2px solid #011140;
}
#product .radio__color {
  width: 22px;
  height: 22px;
  border: 2px solid #8e9591;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
#product .radio__color input {
  display: none;
}
#product .radio__color img {
  border: none;
  object-fit: cover;
  max-width: none;
  width: 100%;
  padding: 0;
  border-radius: 0;
  vertical-align: baseline;
}
#product .radio__color label {
  width: 22px;
  height: 22px;
  min-height: auto;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
}
#product .item__info {
  margin: 0;
  margin-top: 40px;
  margin-bottom: 30px;
}
#product .item__info .item__price-new {
  color: #011140;
  font-family: Gilroy;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn__primary {
  color: #fff;
  font-family: Gilroy;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 19px !important; /* 118.75% */
  padding: 20px 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #011140;
  border: 1px solid #011140;
  transition: all 0.3s ease;
  margin: 0 !important;
}
.btn__primary:hover {
  background: #fff;
  color: #011140;
  border: 1px solid #011140;
}
.btn__secondary {
  margin: 0 !important;
  color: #011140;
  font-family: Gilroy;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 19px !important; /* 118.75% */
  padding: 20px 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #011140;
  transition: all 0.3s ease;
}
.btn__secondary:hover {
  background: #011140;
  color: #fff;
}
#product .btn-line {
  display: flex;
  align-items: center;
  gap: 20px;
}
.product_wrap .col-lg-12 {
  padding: 0;
}
.product_wrap .gglvk {
  color: #011140;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 20px; /* 83.333% */
}
.product_wrap .product__attributes .desktov {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
  /* row-gap: 10px; */
}
.product_wrap .product__attributes .desktov .allatr {
  background-color: white; /* Білий фон за замовчуванням */
  padding: 10px 35px;
  border-radius: 7px;
  background: #fff;
}

.product_wrap .product__attributes .desktov .allatr:nth-child(4n),
.product_wrap .product__attributes .desktov .allatr:nth-child(4n-1) {
  background-color: transparent;
}

.product_wrap .product__attributes .desktov .atname {
  padding: 0;
  color: #2e3230;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 171.429% */
}
.product_wrap .product__attributes .desktov .attext {
  padding: 0;
  color: #2e3230;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 171.429% */
}
.product__description .desktov,
.product__reviews .desktov2,
.product__reviews__form {
  padding: 30px;
  border-radius: 20px;
  background: #fff;
}
.product__reviews .desktov2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0 0;
  max-height: 450px;
}
.product__reviews__form {
  border-radius: 0 0 20px 20px;
}
.product__reviews__form input,
.product__reviews__form textarea {
  font-family: Gilroy;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 146.154% */
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  height: auto !important;
  resize: none;
}
.product__reviews__form .control-label::before {
  content: none !important;
}
.product__reviews__rating p {
  color: #aeaeae;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 118.75% */
}
.product__reviews__rating {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: space-between;
}
.product__reviews__rating__stars {
}
.product__rating::before,
.product__rating::after {
  content: none !important;
}
.product__rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .product__rating .fa.fa-star.fa-stack-1x{
  color: #fbbc04;
} */
.product__reviews__rating__stars label {
  cursor: pointer;
}
.product__reviews__rating__stars label .fa-star {
  color: #fbbc04; /* Незаповнена зірка */
}

/* Коли радіокнопка вибрана (зірка активна), змінюємо колір */
.product__reviews__rating__stars input[type="radio"]:checked ~ label .fa-star {
  color: #fff; /* Колір заповненої зірки */
}

/* Додавання активних зірок залежно від рейтингу */
/* .product__reviews__rating__stars input[type="radio"]:checked ~ label:nth-of-type(n + 5) .fa-star,
.product__reviews__rating__stars input[type="radio"]:checked ~ label:nth-of-type(n + 4) .fa-star,
.product__reviews__rating__stars input[type="radio"]:checked ~ label:nth-of-type(n + 3) .fa-star,
.product__reviews__rating__stars input[type="radio"]:checked ~ label:nth-of-type(n + 2) .fa-star,
.product__reviews__rating__stars input[type="radio"]:checked ~ label:nth-of-type(n + 1) .fa-star {
  color: #fff;
} */

/* Для кожного рейтингу від 1 до 5 */
#input-rating1:checked ~ label:nth-of-type(1) .fa-star,
#input-rating2:checked ~ label:nth-of-type(n + 2) .fa-star,
#input-rating3:checked ~ label:nth-of-type(n + 3) .fa-star,
#input-rating4:checked ~ label:nth-of-type(n + 4) .fa-star,
#input-rating5:checked ~ label:nth-of-type(n + 5) .fa-star {
  color: #fff;
}
.product__reviews__rating__stars input[type="radio"] {
  display: none;
}
.revrating .fa-stack-2x {
  color: #fbbc04;
}

#product-category #column-left {
  border-radius: 12px;
  background: #fff;
  padding: 15px;
}
.ocf-noUi-connect:before,
.ocf-noUi-handle {
  background-color: #011140 !important;
}
.ocf-noUi-handle {
  border: 3px solid #011140 !important;
}
.ocf-theme-light .ocf-footer:after,
.ocf-theme-light .ocf-footer {
  box-shadow: none !important;
}
.btns__view {
  display: flex;
  align-items: center;
  gap: 8px;
}
.btns__view button img {
  width: 100%;
}
.btns__view button.active {
  opacity: 1;
}
.btns__view button {
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  width: 25.5px !important;
  height: 23px !important;
  border: none !important;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.category__content::after,
.category__content::before,
.products__grid::before,
.products__list::before,
.products__list::after,
.products__grid::after {
  content: none !important;
}
#product-category .category__content #column-left {
  width: 100% !important;
}
#product-category .category__content__full {
  margin: 0;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}
#product-category .category__content {
  margin: 0;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 360px auto;
  gap: 20px;
  align-items: start;
}
.products__grid .catalog_item_desc p {
  display: none;
}
.products__list {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
#product-category .category__title,
#product-search .category__title {
  color: #011140;
  font-family: Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 62.5% */
  text-transform: uppercase;
  margin: 50px 0;
}
.category__settings {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category__settings__inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.category__settings__inner > div {
  border-radius: 4px;
  background: #fff;
  margin: 0;
  padding: 15px;
  min-width: 361px;
}

#product-search .form-control,
.category__settings__inner .form-control {
  padding: 0;
  height: auto;
  padding-left: 10px;
  border: none;
  border-left: 1px solid #c2c2c2;
  color: #c2c2c2;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
#product-search .category__settings__inner .form-control {
  height: auto;
  border-left: 1px solid #c2c2c2;
}
#product-search .form-control {
  height: 50px;
  border: none;
}
.search__filter::after,
.search__filter::before {
  content: none;
}
.search__filter .checkbox-inline {
  color: #585858;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 138.889% */
  display: flex;
  align-items: center;
  gap: 8px;
}
.search__filter + p .checkbox-inline {
  margin-top: 12px;
  color: #585858;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 138.889% */
  display: flex;
  align-items: center;
  gap: 8px;
}
.search__filter {
  display: flex;
  align-items: center;
  gap: 20px;
}
.category__settings__inner .input-group-addon {
  padding: 0;
  padding-right: 10px;
  height: auto;
  color: #011140 !important;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}
#product-category .pagination {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  flex-grow: 1;
}
#product-category .pagination span,
#product-category .pagination a {
  color: #6d716e;
  text-align: center;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-width: 31px;
  min-height: 31px;
  border-radius: 15.5px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
#product-category .pagination a:hover {
  color: #011140;
  border: 1px solid #011140;
}
#product-category .pagination > .active > span {
  color: #fff;
  background: #011140;
}
#product-category .pagination a.btn__prev__next:hover {
  color: #fff;
  border: 1px solid #011140;
  background: #011140;
}
#product-category .pagination span.btn__prev__next,
#product-category .pagination a.btn__prev__next {
  color: #011140;
  text-align: center;
  font-family: Gilroy;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 12px;
  border: 1px solid rgba(0, 77, 132, 0.26);
  /* background: rgba(255, 255, 255, 0.34); */
  backdrop-filter: blur(2px);
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
}
#product-category .pag {
  margin: 50px;
  display: flex;
  justify-content: space-between;
}
#product-category .pagination span.btn__prev__next {
  color: #d4d4d4;
  border: 1px solid #d4d4d4;
  pointer-events: none;
}

.btn__showmore.disabled {
  color: #c5c5c5;
  pointer-events: none;
}
.btn__showmore i {
  transition: all 0.3s ease;
}

.btn__showmore:hover i {
  transform: rotate(180deg);
}
.btn__showmore:hover {
  border: 1px solid #011140;
}
.btn__showmore {
  min-width: 94px;
  color: #011140;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 24px 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #fff;
  outline: none;
  transition: all 0.3s ease;
}
.blog h1 {
  margin-top: 100px !important;
  margin-bottom: 50px !important;
  color: #011140;
  font-family: Gilroy;
  font-size: 42px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 58.8px */
  text-transform: uppercase;
}
.blog__list::before,
.blog__list::after {
  content: none;
}
.blog__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  padding: 0 10px;
}
.blog__item h2 {
  color: #011140;
  font-family: Gilroy;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 50.4px */
  text-transform: uppercase;
  max-width: 434px;
  display: block;
  margin: 0 !important;
}
.blog__item {
  border-top: 1px solid #d9d9d9;
  padding: 30px 0;
  grid-column: 1/3;
  display: none;
  justify-content: space-between;
}
.blog__item.visible {
  display: flex; /* Показуємо видимі елементи */
}
@media (min-width: 992px) {
  .blog__item:nth-child(4n-1) .blog__info,
  .blog__item:nth-child(4n) .blog__info {
    flex-direction: row;
    justify-content: space-between;
    padding-right: 43px;
  }
  .blog__item:nth-child(4n-1) p,
  .blog__item:nth-child(4n) p {
    display: none;
  }

  .blog__item:nth-child(4n-1) {
    grid-column: 1/2;
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 30px;
  }
  .blog__item:nth-child(4n) {
    flex-direction: column-reverse;
    grid-column: 2/3;
    justify-content: flex-end;
    gap: 30px;
  }
}

.blog__img img {
  width: 100%;
  border-radius: 12px;
}
@media (max-width: 1440px) {
  .navbar-nav > li.dropdown > a i {
    display: none;
  }
  .homebanner {
    height: 350px;
  }
  .homebanner__title {
    font-size: 40px !important;
  }
  .homebanner__link {
    max-width: 90%;
    font-size: 20px;
    margin-left: 0;
  }
  .nav__categories {
    gap: 30px;
  }
  .products__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 991px) {
  #product-category .category__content {
    grid-template-columns: 1fr;
  }

  .homebanner__link i {
    right: 12px;
  }
  .homebanner__link {
    max-width: 90%;
    font-size: 16px;
    margin-left: 0;
  }
  .swiper-viewport .swiper-button-next,
  .swiper-viewport .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
  .homebanner__info {
    padding-left: 60px;
  }
  .swiper-viewport.swiper-products .swiper-button-prev {
    left: 5px !important;
  }
  .swiper-viewport.swiper-products .swiper-button-next {
    right: 5px !important;
  }
  .backgroundcontent {
    padding: 40px 30px;
  }
  .backgroundcontent p {
    font-size: 16px !important;
  }
  .backgroundcontent h2 {
    margin-bottom: 20px !important;
    font-size: 36px !important;
  }
  .product_wrap .row::before,
  .product_wrap .row::after {
    content: none;
  }
  .product_wrap #content {
    padding: 15px;
  }
  .product_wrap .smwh {
    margin-left: 0;
  }
  .product_wrap .row {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .product_wrap .row .col-sm-6 {
    width: 100%;
  }
  .product_wrap .row .btn-line {
    flex-direction: column;
  }
  .product_wrap .row .btn-line .btn {
    width: 100%;
  }
  .product_wrap {
    margin-top: 0;
  }
  .product_wrap .product__attributes .desktov .allatr:nth-child(4n),
  .product_wrap .product__attributes .desktov .allatr:nth-child(4n-1) {
    background-color: #fff;
  }
  .product_wrap .product__attributes .desktov .allatr:nth-child(even) {
    background-color: transparent;
  }
}

@media (max-width: 640px) {
  .products__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .homebanner {
    grid-template-columns: 1fr;
    gap: 0;
    height: auto;
  }
  .homebanner__link {
    max-width: 100%;
    font-size: 14px;
    margin-left: 0;
    padding: 8px;
  }
  .homebanner__title {
    font-size: 32px !important;
    text-align: center;
    margin-top: 0 !important;
  }
  .homebanner__info {
    grid-row: 2/3;
    padding: 0 60px;
    padding-bottom: 20px;
    gap: 10px;
  }
  .delivery_block h2 {
    font-size: 32px !important;
  }
}
.catalog_item2 h4 a {
  color: #686868;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.description__category p {
  padding: 0;
  margin: 0;
}
.description__category {
  background-color: #fff;
  border-radius: 20px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  padding: 30px;
  color: #686868;
}
@media (max-width: 480px) {
  .description__category {
    border-radius: 16px;
    font-size: 14px;
    padding: 16px;
  }
  .catalog_item2 h4 a {
    font-size: 14px;
  }
  .product_wrap #content .thumbnails .lthmb .image-additional {
    padding: 3px;
  }
  #product-product .fa {
    font-size: 14px;
  }
  .product__rating > div,
  .product__rating .btn {
    width: 100%;
  }
  .product_wrap .col-lg-6 {
    padding: 0;
  }
  .product__reviews__rating {
    flex-direction: row;
  }
  .product_wrap #content .thumbnails .lthmb {
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .product__rating {
    flex-direction: column;
  }
  .product_wrap .product__attributes .desktov .allatr {
    padding: 10px;
  }
  #product .btn-line {
    gap: 10px;
  }
  .product_wrap h3 {
    font-size: 15px;
    line-height: 140%;
  }
  .product_wrap .stock__status {
    font-size: 9px;
    padding: 6px;
    padding-left: 16px;
  }
  .product_wrap .stock__status::before {
    left: 6px;
  }
  .product_wrap .gglvk {
    font-size: 18px;
    line-height: 20px;
  }
  .product__description .desktov,
  .product__reviews .desktov2,
  .product__reviews__form {
    padding: 20px 15px;
  }
  .product_wrap .card__article,
  .desktov,
  .product_wrap .manuf .cat,
  .product_wrap .card__article span,
  .product_wrap .manuf .cat2 a,
  #product .control-label,
  .product_wrap .product__attributes .desktov .atname,
  .product_wrap .product__attributes .desktov .attext {
    font-size: 14px;
  }
  #product .item__info .item__price-new {
    font-size: 27px;
  }
  #product .item__info {
    margin-top: 30px;
  }
  .product_wrap .product__attributes .desktov {
    grid-template-columns: 1fr;
  }
  .homebanner__viewport {
    margin-left: -10px;
    margin-right: -10px;
    width: 100vw;
  }
  .homebanner__next,
  .homebanner__prev,
  .category__wall__prev,
  .category__wall__next,
  .swiper-products .swiper-button-next,
  .swiper-products .swiper-button-prev {
    display: none !important;
  }
  .homebanner__img {
    max-width: calc(100vw - 30px);
  }
  .homebanner__viewport .swiper-container {
    padding-bottom: 15px;
  }
  .homebanner__viewport .swiper-pagination {
    bottom: 0 !important;
  }
  .category__wall {
    margin-top: 37px;
  }
  .category__wall .swiper-slide {
    max-width: 100% !important;
  }
  .category__wall .swiper-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .category__wall .catalog-section {
    height: 190px;
  }
  .category__wall .catalog-section__caption p {
    color: #fff;
    text-shadow: 0px 2.993px 2.993px rgba(0, 0, 0, 0.25);
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .category__wall .catalog-section__caption {
    padding-bottom: 15px;
  }
  .delivery_block {
    margin-top: 40px;
  }
  .delivery_block h2 {
    margin-bottom: 20px !important;
    text-align: left;
  }
  .catalog_item .img_wrap img {
    max-height: 190px;
  }
  .catalog_item {
    /* padding: 13px; */
    min-height: 330px;
    max-height: 330px;
  }
  .catalog_item_desc {
    padding: 0 13px;
    padding-bottom: 13px;
  }
  .catalog_item h4 {
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 140%;
  }
  .catalog_price_wrap {
    /* margin-top: 13px; */
  }
  .bprice {
    font-size: 16px;
  }
  .cart__btn {
    width: 33px;
    height: 33px;
    padding: 7px;
  }
  .product-thumb__wishlist i {
    font-size: 22px !important;
  }
  .box-label {
    left: 13px;
    top: 13px;
    gap: 3px;
  }
  .label-product {
    font-size: 9px;
    line-height: normal;
    padding: 4px 7px;
  }
  .swiper-products .swiper-slide {
    max-width: calc(100vw - 80px);
  }
  .product-thumb__compare,
  .product-thumb__wishlist {
    right: 13px;
    top: 13px;
  }
  .backgroundcontent {
    margin-top: 40px;
    padding: 15px;
  }
  .backgroundcontent h2 {
    text-align: left;
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }
  .backgroundcontent p {
    font-size: 12px !important;
  }
  .backheder .col-sm-12,
  .backheder .col-xs-12 {
    padding: 0;
  }
  .backheder {
    background: lightgray 0px -1.529px / 100% 108.403% no-repeat;
    height: auto;
    padding: 5px;
  }
  .backheder .header-search {
    margin: 0;
  }
  #cart-total {
    top: -12px;
    right: -10px;
  }
}
@media (max-width: 420px) {
  .homebanner__title {
    font-size: 26px !important;
  }
}

.dizayn-proektirovanie-block {
  box-shadow: unset !important;
  padding: 0px !important;
  background: unset !important;
  margin-bottom: 104px;
}

.dizayn-proektirovanie-block #content {
  display: flex;
  flex-direction: column-reverse;
  background-color: #f7fafd;
}

.dizayn-proektirovanie-description {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #f7fafd;
  margin-top: 58px;
}

.dizayn-proektirovanie-description .text {
  margin-right: 148px;
  width: 100%;
  max-width: 306px;
}
.dizayn-proektirovanie-description .text h2 {
  font-size: 36px !important;
  font-weight: 500;
  line-height: 36px;
  color: #011140;
  margin-bottom: 0px !important;
}
.dizayn-proektirovanie-description .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #848987;
  margin-top: 16px;
  margin-bottom: 0px;
}
.dizayn-proektirovanie-description .img img {
  width: 100%;
  max-width: 596px;
}

.dizayn-proektirovanie-description .catalog .circle {
  display: inline-block; /* Для правильного отображения круга вокруг текста */
  text-align: center; /* Центрируем текст внутри */
  line-height: 150px; /* Делаем текст по центру вертикально */
  height: 150px; /* Высота круга */
  width: 150px; /* Ширина круга */
  border: 1px solid #011140; /* Граница круга */
  border-radius: 50%; /* Закругляем границы, чтобы получить круг */
  text-decoration: none; /* Убираем подчеркивание ссылки */
  color: #011140; /* Цвет текста */
  font-family: Arial, sans-serif; /* Стиль текста */
  font-size: 18px; /* Размер текста */
  font-weight: 500;
  box-sizing: border-box; /* Учитываем границу в размерах элемента */
  transform: rotate(-15deg); /* Поворот элемента на 15 градусов */
  margin-top: 150px;
  margin-left: 118px;
  margin-right: 200px;
}

.dizayn-proektirovanie-h1 {
  margin-top: -90px;
  z-index: 9;
}
.dizayn-proektirovanie-h1 h1 {
  font-weight: 500;
  font-size: 114.5px !important;
  line-height: 155.84px;
  color: #011140;
  margin-top: 0px !important;
  text-transform: uppercase;
  letter-spacing: -5px;
}

.dizayn-proektirovanie-description .text {
  flex-basis: 20%;
}

.dizayn-proektirovanie-description .img {
  flex-basis: 40%;
}
.dizayn-proektirovanie-description .catalog {
  flex-basis: 20%;
}

@media (max-width: 768px) {
  .dizayn-proektirovanie-block {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 53px;
    overflow-x: hidden; /* Отключает горизонтальный скролл */
    width: 100%;
  }

  .dizayn-proektirovanie-block #content {
    display: flex;
    flex-direction: column-reverse;
  }

  .dizayn-proektirovanie-h1 {
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .dizayn-proektirovanie-h1 h1 {
    font-weight: 500;
    font-size: 34px !important;
    line-height: 34px;
    color: #011140;
    margin-top: 36px !important;
    text-transform: uppercase;
    letter-spacing: 0px;
  }

  .dizayn-proektirovanie-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f7fafd;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dizayn-proektirovanie-description .text {
    margin-right: 0px;
    max-width: 100%;
  }

  .dizayn-proektirovanie-description .text h2 {
    font-size: 18px !important;
    font-weight: 500;
    line-height: 34px;
  }
  .dizayn-proektirovanie-description .text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #848987;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .dizayn-proektirovanie-description .img {
    margin-top: 20px;
  }

  .dizayn-proektirovanie-description .catalog {
    display: flex;
    justify-content: flex-end;
    margin-top: -260px;
  }
  .dizayn-proektirovanie-description .catalog .circle {
    display: inline-block;
    text-align: center;
    line-height: 150px;
    height: 150px;
    width: 150px;
    border: 1px solid #011140;
    border-radius: 50%;
    text-decoration: none;
    color: #011140;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    box-sizing: border-box;
    transform: rotate(-15deg);
    margin-top: 36px;
    margin-left: 0px;
    margin-right: 25px;
  }
}

.error-page-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*border-top: 1px solid #F0F0F0;*/
  width: 100%;
}
.error-page-new h2 {
  font-size: 475.61px;
  font-weight: 500;
  line-height: 350px;
  color: #011140;
  margin: 0px;
}

.error-page-new h2 {
  position: relative; /* Для псевдоэлементов */
}
.error-page-new .line {
  position: relative; /* Для псевдоэлементов */
}
.error-page-new h2::before,
.error-page-new h2::after {
  content: "";
  position: absolute;
  background: #f0f0f0; /* Цвет линий */
}

.error-page-new h2::before {
  content: "";
  position: absolute;
  top: 0px; /* Горизонтальная линия от верхнего края экрана */
  left: -100%; /* Горизонтальная линия начинается с левого края экрана */
  width: 400%; /* Линия на всю ширину экрана */
  height: 1px; /* Толщина линии */
  background: #f0f0f0; /* Цвет линии */
  z-index: -1;
}

.error-page-new h2::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 10px;
  width: 1px;
  height: 400%;
  background: #f0f0f0;
  z-index: -1;
}

.error-page-new .line::before {
  content: "";
  position: absolute;
  bottom: 10px; /* Горизонтальная линия от верхнего края экрана */
  left: -100%; /* Горизонтальная линия начинается с левого края экрана */
  width: 400%; /* Линия на всю ширину экрана */
  height: 1px; /* Толщина линии */
  background: #f0f0f0; /* Цвет линии */
  z-index: -1;
}

.error-page-new .line::after {
  content: "";
  position: absolute;
  top: -100%; /* Вертикальная линия от верхнего края экрана */
  right: 9px; /* Вертикальная линия начинается с левого края экрана */
  width: 1px; /* Толщина вертикальной линии */
  height: 400%; /* Вертикальная линия на всю высоту экрана */
  background: #f0f0f0; /* Цвет линии */
  z-index: -1;
}

.error-page-new p {
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  text-align: center;
  color: #686868;
  max-width: 387px;
  width: 100%;
  margin-top: 53px;
  margin-bottom: 0px;
}

.error-page-new button {
  margin-top: 40px !important;
}

.error-page-new button a {
  color: unset;
}

@media (max-width: 768px) {
  .error-page-new h2 {
    font-size: 165.91px;
    font-weight: 500;
    line-height: 201.25px;
    color: #011140;
  }
  .error-page-new P {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    min-width: 260px;
    padding: 0px 10px 0px 10px;
    margin-top: 0px;
    text-transform: uppercase;
  }

  .error-page-new button {
    min-width: 260px;
    margin-top: 30px;
  }

  .error-page-new h2::before {
    display: none;
  }
  .error-page-new h2::after {
    display: none;
  }
  .error-page-new .line::before {
    display: none;
  }
  .error-page-new .line::after {
    display: none;
  }
}

.information-contact-new {
  margin-top: 50px !important;
  margin-bottom: 120px;
}

.information-contact-new h1 {
  font-size: 46px !important;
  line-height: 40px;
  font-weight: 600;
  color: #011140;
  margin-bottom: 50px !important;
}

.information-contact-new h2 {
  font-size: 46px;
  line-height: 20px;
  font-weight: 600;
  color: #011140;
}

.information-contact-new .header__top-mail.text-address {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.information-contact-new .phonenn:first-child {
  margin-top: 30px;
}
.information-contact-new .phonenn a {
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  color: #011140;
}

.information-contact-new .header__top-mail {
  padding-top: 0px !important;
}

.information-contact-new .header__top-mail a {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #585858;
  margin-top: 30px;
}

.information-contact-new .header__top-schedule {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #585858;
}

.information-contact-new .sochead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 260px;
  width: 100%;
}

.information-contact-new .headviber {
  margin-top: 14px;
  background-image: url(/image/icons/icon-viber.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background-size: 30px;
  display: inline-block;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.information-contact-new .headtelegram {
  margin-top: 14px;
  background-image: url(/image/icons/icon-telegram.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background-size: 30px;
  display: inline-block;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.information-contact-new .headinsta {
  margin-top: 14px;
  background-image: url(/image/icons/icon-instagram.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background-size: 30px;
  display: inline-block;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.information-contact-new .headviber:hover,
.information-contact-new .headtelegram:hover,
.information-contact-new .headinsta:hover {
  border: 1px solid #011140;
}

.information-contact-new form .form-group input#input-name,
.information-contact-new form .form-group input#input-email {
  width: 100%;
  max-width: 469px;
  outline: none;
  transition: border-color 0.3s ease;
  border: unset;
  border-bottom: 1.5px solid #595c7d;
  border-radius: unset;
  background-color: transparent;
  padding-left: 17px;
}

.information-contact-new form .form-group textarea#input-enquiry {
  width: 100%;
  max-width: 469px;
  outline: none;
  transition: border-color 0.3s ease;
  border: unset;
  border-bottom: 1.5px solid #595c7d;
  border-radius: unset;
  background-color: transparent;
  padding-left: 15px;
}

.information-contact-new form .form-group input#input-name::placeholder,
.information-contact-new form .form-group input#input-email::placeholder {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #9e9e9e;
  margin-bottom: 15px;
  max-height: 140px;
}

.information-contact-new form .form-group textarea#input-enquiry::placeholder {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #9e9e9e;
  margin-bottom: 75px;
}

.information-contact-new form .buttons {
  margin: 0px;
}

.information-contact-new form .buttons input.btn-primary,
#product-search input.btn-primary {
  color: #fff;
  font-family: Gilroy;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 19px !important;
  padding: 20px 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #011140;
  border: 1px solid #011140;
  transition: all 0.3s ease;
  margin: 45px 0px 0px 0px !important;
}

.information-contact-new form .buttons input.btn-primary:hover,
#product-search input.btn-primary:hover {
  background: #fff;
  color: #011140;
  border: 1px solid #011140;
}
/*
form .buttons input.btn-primary:focus{
  background: #fff;
  color: #011140;
  border: 1px solid #011140;
}
*/

.information-contact-new iframe {
  width: 100%;
  max-width: 557px;
  max-height: 425px;
}

.information-contact-new .col-lg-3-new {
  width: 22%;
}

.information-contact-new .col-lg-4-new {
  width: 36.33333333%;
}

@media (max-width: 1480px) {
  .information-contact-new .headviber {
    margin-top: 14px;
    background-image: url(/image/icons/icon-viber.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-size: 30px;
    display: inline-block;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .information-contact-new .headtelegram {
    margin-top: 14px;
    background-image: url(/image/icons/icon-telegram.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-size: 30px;
    display: inline-block;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .information-contact-new .headinsta {
    margin-top: 14px;
    background-image: url(/image/icons/icon-instagram.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-size: 30px;
    display: inline-block;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .information-contact-new h1 {
    font-size: 36px !important;
    line-height: 40px;
    font-weight: 600;
    color: #011140;
    margin-bottom: 50px !important;
  }

  .information-contact-new .sochead {
    margin: 0 auto;
  }

  .information-contact-new .headviber,
  .information-contact-new .headtelegram,
  .information-contact-new .headinsta {
    width: 80px;
    height: 80px;
  }

  .information-contact-new .col-lg-3-new {
    width: 100%;
  }

  .information-contact-new .col-lg-4-new {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.blog__desc {
  color: #848987;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin: 0 !important;
}
.blog__added__viewed i {
  font-size: 18px;
}
.blog__added__viewed {
  margin-top: auto;
  display: flex;
  gap: 50px;
  color: #848987;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
}
.blog__added,
.blog__viewed {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog__loadmore i {
  transform: rotate(-45deg);
  margin-left: 6px;
  transition: all 0.3s ease;
}
.blog__loadmore:hover i {
  transform: rotate(-90deg);
}
.blog__loadmore {
  margin-top: 20px;
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  border: 1.5px solid #011140;
  color: #011140;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  text-transform: uppercase;
  background-color: transparent;
}
.blog__first:hover i {
  transform: rotate(0);
}
.blog__first {
  margin-top: 50px;
  position: relative;
  display: block;
}
.blog__first__info h2 {
  color: #fff;
  font-family: Gilroy;
  font-size: 46px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 64.4px */
  text-transform: uppercase;
  margin: 0 !important;
}
.blog__first__info i {
  font-size: 60px;
  transform: rotate(45deg);
  width: 60px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  transition: all 0.3s ease;
}
.blog__first__info {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: calc(100% - 100px);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(7.849999904632568px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
}
.blog__first__desc {
  margin: 0 !important;
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  max-width: 782px;
}
.blog__first__img img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.blog__first__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.blog__first__img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .btn__prev__next {
    text-indent: -9999px; /* Прибирає текст за межі видимої області */
    white-space: nowrap; /* Запобігає перенесенню тексту */
    overflow: hidden; /* Забезпечує приховування тексту */
    gap: 0 !important;
    padding: 0 !important;
  }

  .btn__prev__next i {
    text-indent: 0; /* Скасовує зміну для іконки */
    position: relative; /* Забезпечує її видимість */
  }

  #product-category .pag {
    margin: 0;
    margin-top: 20px;
  }
  .category__settings__inner > div {
    min-width: auto;
    width: 100%;
  }
  #product-category .pagination {
    flex-wrap: wrap;
  }
}
.high__category {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.high__category__item .catalog-section .catalog-section__img {
  width: 100%;
  height: 100%;
  position: static;
  padding: 0;
  transform: none;
  object-fit: cover;
}

.high__category__item .catalog-section .catalog-section__image {
  height: 225px;
  height: auto;
  position: static;
  padding: 0;
  border: none;
  background: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.high__category__item .catalog-section .catalog-section__caption {
  background: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  color: #011140;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  text-align: left;
  margin-top: 5px;
  padding: 0 30px;
}
.high__category__item {
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}
.high__category__item .catalog-section {
  display: grid;
  margin: 0;
  border: none;
  box-shadow: none;
  /* padding: 30px; */
  height: 100%;
}
.high__category__arrow i {
  margin-left: 12px;
  transition: all 0.3s ease;
}
.high__category__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #011140;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.high__category__arrow {
  color: #011140;
  margin: 30px;
  margin-top: 5px;
  position: relative;
  align-self: end;
}
.high__category__item:hover .high__category__arrow i {
  margin-left: 42px;
}
.high__category__item:hover .high__category__arrow::before {
  width: 50px;
}
@media (max-width: 992px) {
  .high__category {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .high__category {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 620px) {
  .high__category {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .blog__item .blog__img img {
    max-height: 270px;
  }
  .blog__item {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 20px 0;
  }
  .blog__item h2 {
    font-size: 18px !important;
  }
  .blog__info {
    gap: 10px;
  }
  .blog__desc {
    font-size: 14px !important;
  }
  .blog__added__viewed {
    margin-top: 10px;
    gap: 35px;
    font-size: 10px;
  }
  .blog__added__viewed i {
    font-size: 14px;
  }
  .blog__added,
  .blog__viewed {
    gap: 7px;
  }
  .blog__first {
    margin-top: 20px;
  }
  .blog__first__info {
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 15px;
    gap: 10px;
  }
  .blog__first__info h2 {
    font-size: 22px !important;
  }
  .blog__first__desc {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .blog__first__info i {
    position: static;
    font-size: 40px;
    width: 44px;
  }
  .blog__first__img img {
    height: 100%;
  }
  .blog__first__img {
    height: 492px;
  }
  .blog h1 {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    font-size: 20px !important;
  }
  #product-category .category__title,
  #product-search .category__title {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0;
  }
  .high__category__item .catalog-section .catalog-section__caption {
    padding: 0 15px;
  }
  .high__category__item .catalog-section .high__category__arrow {
    margin: 15px;
  }
  .high__category {
    gap: 10px;
  }
  #product-category .category__content__full::after,
  #product-category .category__content__full::before {
    content: none;
  }
  #product-category .category__content__full {
    margin-top: 0;
  }
  .category__content__inner {
    padding: 0 !important;
  }
}
.section__login,
.section__register {
  margin-top: 50px;
  margin-bottom: 200px;
}
.section__login h1,
.section__register h1 {
  margin: 0 !important;
  color: #011140;
  font-family: Gilroy;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
.section__login__container {
}
.container {
}
.section__login__content {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto 370px;
  gap: 20px;
}
.section__login__content__left {
  max-width: 894px;
}
.section__login__content__form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section__login__content__form .btn {
  align-self: flex-start;
}
.section__login__content__form {
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 1px solid #e1e1e1;
}
.section__login__form__group {
}
.section__login__form__label {
}
.section__login__form__input {
  width: 100%;
  max-width: 431px;
  border-radius: 12px;
  border: 1px solid #d6d6d6;
  outline: none;
  padding: 12px 20px;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
}
.section__login__form__forgotten {
  color: #595c7d;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
}
.btn {
}
.btn__primary {
}
.section__login h2,
.section__register h2 {
  margin: 0 !important;
  margin-bottom: 30px !important;
  color: #011140;
  font-family: Gilroy;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
.section__register .section__login__form__input {
  max-width: none;
}
.section__register .text-danger {
  color: red;
  margin-top: 10px;
  margin-left: 10px;
}
.section__register h2 {
  margin-bottom: 0 !important;
}
.section__login__content__new__register p {
  margin: 0 !important;
  color: #595c7d;
  font-family: Gilroy;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  max-width: 538px;
}
.section__login__content__new__register {
  padding-top: 30px;
  border-top: 1px solid #e1e1e1;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.btn__secondary {
}
.section__login__links .col-sm-3 {
  width: 100%;
}
.account__links {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
.account__links .list-group-item:hover {
  border: none !important;
  border-bottom: 1px solid #011140 !important;
  background-color: transparent;
  color: #011140 !important;
}
.account__links .list-group-item {
  transition: all 0.3s ease;
  background-color: transparent;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #e1e1e1;
  color: #595c7d !important;
}
.account__links .list-group-item:first-child {
  padding-top: 0 !important;
}
.section__register .section__login__content__form {
  margin-top: 30px;
}
.section__register .section__login__content {
  margin-top: 20px;
}

.section__register__already a {
  text-decoration: underline;
  transition: all 0.3s ease;
  color: #011140;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.section__register__already {
  color: #b0b0b0;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 0 !important;
}
.blog__article {
  margin-top: 50px;
}

.blog__article h1 {
  margin: 0 !important;
  margin-bottom: 50px !important;
  color: #011140;
  font-family: Gilroy;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 64.4px */
  text-transform: uppercase;
  text-align: center;
}

.container {
}
.article__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  max-height: 600px;
  min-height: 290px;
}
.article__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.article__img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 100px;
  width: 100%;
  position: relative;
}
.article_description {
  position: relative;
}
.article__info {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.article__added__viewed {
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: flex-start;
}
.article__viewed i,
.article__added i {
  font-size: 20px;
}
.article__viewed,
.article__added {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-start;
  color: #848987;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
}
.article_description {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.article__description__content p {
  margin: 0 !important;
}
.article__description__content h2 {
  color: #011140;
  text-align: justify;
  font-family: Gilroy;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 50.4px */
  text-transform: uppercase;
  margin: 0 !important;
}
.article__description__content img {
  width: 100%;
  border-radius: 12px;
  max-height: 489px;
  min-height: 290px;
}
.article__description__content .article__description__content__images img {
  max-height: 600px;
}
.article__description__content .article__description__content__images {
  display: flex;
  gap: 20px;
  width: 100%; /* Ширина блоку */
  position: relative;
  white-space: nowrap; /* Забороняє перенесення зображень на новий рядок */
  position: relative; /* Дозволяє керувати розташуванням */
  overflow: hidden;
  justify-content: center;
  /* transform: translateX(-50%); Зміщення назад на половину ширини */
}
.article__description__content ul {
  color: #011140;
  text-align: justify;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  margin: 0;
}
.article__description__content {
  position: relative; /* Забезпечує коректне позиціонування дочірніх елементів */
  overflow: visible;
  width: 100%;
  color: #777;
  text-align: justify;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
.article__container {
  max-width: 869px;
  margin: 0 auto;
}
.article__social .sochead div {
  margin-top: 0 !important;
}
.article__social .sochead {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article__social.information-contact-new {
  margin: 0 !important;
}

.headviber {
}
.headtelegram {
}
.headinsta {
}
.article__social__mob {
  display: none;
}
@media (max-width: 992px) {
  .article__description__content .article__description__content__images {
    flex-wrap: wrap;
  }
  .section__login__content {
    grid-template-columns: auto 300px;
  }
}
@media (max-width: 620px) {
  .article__social__mob.information-contact-new .sochead {
    max-width: none;
    justify-content: space-around;
    gap: 10px;
  }
  .article__social__mob.information-contact-new {
    margin: 0 !important;
    margin-top: 40px !important;
  }
  .article__social__mob div {
    margin: 0;
  }
  .article__social__mob {
    width: 100%;
    display: flex;
  }
  .blog__article h1 {
    font-size: 22px;
    margin-bottom: 20px !important;
  }
  .article__img {
    margin-bottom: 20px;
  }
  .article__info .article__social {
    display: none;
  }
  .article__info {
    position: static;
    width: 100%;
  }
  .article__added__viewed i {
    font-size: 14px;
  }
  .article__added__viewed {
    flex-direction: row;
    font-size: 10px;
  }
  .article__content {
    padding: 0 5px;
  }
  .article__description__content h2 {
    font-size: 18px;
  }
  .article__description__content ul {
    font-size: 14px;
    padding: 0;
    padding-left: 15px;
  }
  .article__description__content {
    margin-top: 40px;
    font-size: 14px;
  }
  .article__description__content .article__description__content__images {
    justify-content: center;
    gap: 10px;
    margin-left: -15px;
    width: 100vw;
    flex-wrap: nowrap;
  }
}
.header__menu {
  background-color: #fff;
}
.header__menu-cabinet a:hover,
.header__menu-cabinet a:active,
.header__menu-cabinet a:focus {
  color: #011140 !important;
}
.header__menu-enter:hover:before,
.header__menu-reg:hover:before,
.header__menu-lang a:not(.active):hover:before {
  background: #011140;
}
.header__menu-list > ul > li > a > p {
  border: 1px solid #011140;
  margin: 0;
}
.phonenn a:hover {
  text-decoration: underline;
}
.header__menu-list > ul > li:first-child > a > p {
  background: #fff;
}
.header__menu-list > ul > li > a:hover > p {
  box-shadow: none;
}
.header__menu-enter,
.header__menu-reg,
.header__menu-list > ul > li > a,
.phonemnu a,
.phonemnu:hover a,
.header__menu .header__top-schedule > strong,
.header__menu-list > ul > li:first-child > a > p {
  color: #011140;
}

.header__menu .header__top-schedule {
  color: #777;
}
.header__menu-enter:after {
  background-color: #011140;
}
.header__menu-cabinet {
  border-bottom: 1px solid #011140;
}
.modal-header .modal-cart {
  color: #011140;
  text-align: justify;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  text-transform: uppercase;
}
.ftext {
  color: #011140;
  text-align: justify;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
#form-feedback-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
#zvonokform .section__login__form__input {
  font-size: 16px;
  font-weight: 500;
}
.modal-header {
  padding-top: 25px;
}
.modal-header i {
  font-size: 24px;
  color: #011140;
}
.checkout__page {
  margin-top: 50px;
}
.checkout__page h1 {
  color: #011140;
  font-family: Gilroy;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 64.4px */
  text-transform: uppercase;
  margin: 0 !important;
  margin-bottom: 50px !important;
}
.checkout__page #custom-cart thead td:first-child {
  padding-left: 30px;
}
.checkout__page #custom-cart thead td:last-child {
  padding-right: 30px;
  text-align: right;
}
.checkout__page #custom-cart tbody td {
  border: none !important;
}
.checkout__page #custom-cart thead td {
  text-align: left;
  padding: 14px 0;
}
.checkout__page #custom-cart thead {
  background-color: #011140;
  color: #fff;
  font-family: Gilroy;
  font-size: 20.294px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.186px; /* 138.889% */
}
.checkout__page #custom-cart .table-responsive {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  /* overflow: hidden; */
}
.checkout__page #custom-cart .table.table-bordered {
  border: 1px solid #f1f1f1;
}
.checkout__page #custom-cart .table tbody tr:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
.checkout__page #custom-cart .table tbody td {
  vertical-align: middle;
  padding: 0 10px;
}
.checkout__page #custom-cart .table tbody td img {
  width: 103px;
  height: 82px;
  padding: 0;
  border: none;
}
.checkout__page #custom-cart tbody td:first-child {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 24px;
}
.checkout__page #custom-cart .table {
  background-color: transparent;
  margin: 0;
}
.checkout__product__name a:hover {
  text-decoration: underline;
}
.checkout__product__name a {
  color: #011140 !important;
  font-family: Gilroy;
  font-size: 18.039px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.186px; /* 156.25% */
}
.checkout__quantity .btn__minus {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.checkout__quantity .btn__plus {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.checkout__quantity .btn__minus,
.checkout__quantity .btn__plus {
  width: 35px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #dedee5;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout__quantity {
  display: flex;
  align-items: center;
}
.checkout__quantity__input {
  width: 60px;
  height: 40px;
  padding: 0;
  text-align: center;
  border-top: 2px solid #dedee5;
  border-bottom: 2px solid #dedee5;
  border-left: none;
  border-right: none;
  background-color: transparent;
  color: #011140;
  text-align: center;
  font-family: Gilroy;
  font-size: 15.985px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.201px; /* 138.889% */
}
.checkout__quantity__remove {
  display: flex;
  gap: 10px;
  align-items: center;
}
.checkout__quantity__remove .btn__remove i {
  font-size: 24px;
  color: #e1e1e1;
  transition: all 0.3s ease;
}
.checkout__quantity__remove .btn__remove:hover i {
  color: #011140;
}
.checkout__quantity__remove .btn__remove {
  padding: 0;
  background-color: transparent;
  border: none;
}
.checkout__price {
  color: #011140;
  font-family: Gilroy;
  font-size: 27.058px;
  font-style: normal;
  font-weight: 500;
  line-height: 55.244px !important; /* 204.167% */
}
.checkout__price__total {
  padding-right: 30px !important;
  text-align: right;
}
#custom-total .table.table-bordered tbody td {
  border: none;
  color: #011140;
  font-family: Gilroy;
  font-size: 27.058px;
  font-style: normal;
  font-weight: 500;
  line-height: 55.244px; /* 204.167% */
  vertical-align: middle;
  padding: 0;
  padding-right: 30px;
  height: 60px;
}
#custom-total .table.table-bordered tbody tr {
  border-top: 1px solid #f1f1f1;
}
#custom-total .table.table-bordered tbody tr:first-child {
  border-top: none;
}
#custom-total .table.table-bordered tbody td:first-child {
  width: 100%;
  border-top: none;
  color: #a6a6a6;
  font-family: Gilroy;
  font-size: 20.294px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.186px; /* 138.889% */
  padding-right: 20px;
}
#custom-total .table.table-bordered {
  border: 1px solid #f1f1f1;
  border-top: none;
  background-color: transparent;
  margin-bottom: 40px;
}
.checkout__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.checkout__grid .panel {
  border: none;
  background-color: transparent;
  box-shadow: none;
  margin: 0;
}
.checkout__grid .panel-body::before,
.checkout__grid .panel-body::after {
  content: none;
}
.checkout__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 570px;
}
.checkout__info #custom-comment .section__login__form__input {
  max-width: none;
}
.checkout__info #custom-comment {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.checkout__info #custom-comment h2 {
  margin: 0;
}
.checkout__info .panel-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0;
}
.checkout__grid .panel-heading {
  border: none;
  color: #011140;
  font-family: Gilroy;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 49px; /* 175% */
  padding: 0;
  background-color: transparent;
  margin-bottom: 20px;
}
.checkout__deliverypay .panel-body .radio input {
  accent-color: #011140;
}
.checkout__deliverypay .panel-body .radio {
  margin: 0;
}
.checkout__deliverypay .panel-body .radio label {
  display: flex;
  align-items: center;
  color: #011140;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.checkout__deliverypay .panel-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.checkout__deliverypay {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
ul.dropdown-address {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 10px 30px -10px #000000;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute !important;
  z-index: 1000;
}
.dropdown-address li {
  list-style-type: none;
}
.dropdown-address li:hover {
  background-color: #229ac8;
}
.dropdown-address li a {
  color: black;
  display: block;
  padding: 7px;
  text-decoration: none;
}
.dropdown-address li a:hover {
  color: white;
}
.header__menu-lang ul {
  padding: 0;
  margin: 0;
}

.menu__lang {
  display: none;
}
.headr__lang__btn {
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  outline: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 4px;
}
.kvart4 {
  top: 12px;
}

.menu__lang.active {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 8px;
  background-color: #fff;
  z-index: 8;
  border: 1px solid #011140;
  border-radius: 10px;
}
.menu__lang__item,
.header__menu-lang .language-select {
  color: #011140;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  outline: none;
  background-color: transparent;
}
.header__menu-lang .language-select {
  padding-right: 20px;
  padding-left: 0;
  margin-bottom: 12px;
}
.rrrght {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.link-phone {
  display: flex;
  align-items: center;
  gap: 4px;
}

#account-account h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}
#account-account h2 {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 20px !important;
  margin-top: 30px !important;
  position: relative;
  text-transform: capitalize;
}
.section__login__list a {
  color: #595c7d;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}
.section__login__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  #account-account h2 {
    font-size: 20px;
    margin-top: 20px !important;
  }
  .section__login h1 {
    font-size: 28px !important;
  }
  .headr__lang {
    display: none;
  }
  .section__login__links {
    display: none;
  }
  #account-account .section__login__content {
    margin-top: 0;
  }
  .section__login__content {
    grid-template-columns: 1fr;
  }
  .section__login__content__new__register {
    flex-direction: column;
    gap: 30px;
    padding-top: 20px;
  }
  .section__login h2 {
    margin-bottom: 20px !important;
  }
  .section__login__content__form .btn,
  .section__login__content__new__register .btn {
    width: 100%;
  }
  .section__register h2 {
    margin-top: 20px !important;
  }
}
#notification .modal-body p a {
  text-decoration: underline;
  color: #011140;
}
#notification .modal-body p {
  color: #011140;
  font-family: Gilroy;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 78.125% */
  margin: 0;
}
.section__success {
  max-width: 800px;
  margin: 100px auto;
  margin-bottom: 50px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding: 20px;
}
.section__success__title span {
  color: #c6cad7;
}
.section__success__title {
  color: #011140;
  text-align: center;
  font-family: Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 49px; /* 153.125% */
}
.section__success__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.section__success__link a {
  color: #011140;
  text-decoration: underline;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}

.section__success__link {
  color: #a5a5a5;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}
.section__success__thanks {
  color: #011140;
  text-align: center;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
}
.btn {
}
.section__success__continue {
  margin: 0 auto !important;
  max-width: 230px;
}
#account-forgotten .section__register__already {
  padding: 15px 0;
  position: relative;
}
#account-forgotten .section__register__already::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}
#account-forgotten .section__register__already::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}
#account-forgotten .section__login__form__group {
  margin: 40px 0;
}
#account-forgotten form {
  padding-bottom: 50px;
  position: relative;
}
#account-forgotten form::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}
#account-address .section__login__content,
#account-order .section__login__content {
  gap: 100px;
}
#account-order .section__login__content__left,
#account-address .section__login__content__left {
  max-width: none;
  overflow: hidden;
}
#account-address .section__login__form__input {
  width: 100%;
  max-width: none;
}
#account-edit .section__login__form__group label,
#account-address .section__login__form__group label,
#account-newsletter .section__login__form__group label,
#account-affiliate .section__login__form__group label,
#account-password .section__login__form__group label {
  color: #011140;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.section__login__form__radios {
  display: flex;
  gap: 20px;
}
.section__login__form__radio {
  display: flex;
  gap: 10px;
  align-items: center;
}
#account-edit .section__login__form__group,
#account-address .section__login__form__group,
#account-newsletter .section__login__form__group,
#account-affiliate .section__login__form__group,
#account-password .section__login__form__group {
  display: grid;
  grid-template-columns: 140px auto;
  gap: 20px;
  align-items: center;
}
#account-address .section__login__form__group {
  grid-template-columns: 200px auto;
}
#account-edit fieldset,
#account-password fieldset {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
#account-edit fieldset::after,
#account-password fieldset::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}
#account-newsletter fieldset,
#account-address fieldset {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding-top: 30px;
}
#account-newsletter fieldset::after,
#account-address fieldset::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

#account-edit .section__login__form__buttons,
#account-password .section__login__form__buttons,
#account-newsletter .section__login__form__buttons,
#account-order .section__login__form__buttons,
#account-affiliate .section__login__form__buttons,
#account-address .section__login__form__buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#account-edit form,
#account-password form,
#account-address .section__login__form__buttons,
#account-affiliate .section__login__form__buttons,
#account-newsletter .section__login__form__buttons,
#account-order .section__login__form__buttons,
#account-address h2 {
  padding-top: 30px;
  position: relative;
}
#account-edit form::before,
#account-password form::before,
#account-newsletter .section__login__form__buttons::before,
#account-affiliate .section__login__form__buttons::before,
#account-address .section__login__form__buttons::before,
#account-order .section__login__form__buttons::before,
#account-address h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}
#account-newsletter .section__login__form__buttons,
#account-affiliate .section__login__form__buttons,
#account-address .section__login__form__buttons {
  margin-top: 50px;
  padding-top: 50px;
}
.section__account__address {
  color: #595c7d;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 49px;
  width: 100%;
}
.section__account__address__btns .btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #011140;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 49px; /* 272.222% */
  padding: 0;
  border: none;
}
.section__account__address__btns .btn__delete {
  color: #c4c4c4;
}
.section__account__address__btns {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.section__account__address__table {
  width: 100%;
}
.section__account__address__table tr {
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section__account__address__table tr:last-child {
  margin-bottom: 0;
}
#account-affiliate h2 {
  color: #011140;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin-top: 30px !important;
  margin-bottom: 20px !important;
}
#account-affiliate form {
  padding-top: 30px;
  position: relative;
}
#account-affiliate fieldset:first-child h2 {
  margin-top: 0 !important;
}
#account-affiliate .section__login__form__group:has(.section__login__form__radios) {
  align-items: start;
}
#account-affiliate .section__login__form__radios {
  flex-direction: column;
  gap: 10px;
}
#account-affiliate fieldset {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#account-affiliate form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}
.section__account__orders {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 30px;
  position: relative;
}
.section__account__orders::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}
.section__account__orders__order {
  color: #011140;
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 138.99% */
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 20px 30px;
  gap: 20px;
  overflow-x: auto;
  white-space: nowrap;
}
.section__account__orders__order p {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.section__account__orders__order div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.section__account__orders__order__status {
  width: 122px;
  height: 34px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 173.738% */
}
.order__status1 {
  background: #e9f0f8;
  color: #8d9bac;
}
.order__status2 {
  background: #de9300;
  color: #fff;
}
.order__status5 {
  background: #44e10d;
  color: #fff;
}
.order__status7,
.order__status9 {
  background: #f1032e;
  color: #fff;
}
.btn__info {
  display: flex;
  flex-direction: column;
  color: #011140;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.849px; /* 148.918% */
  align-items: center;
  border-left: 1px solid #d9d9d9;
}
#account-order .section__login__form__buttons {
  margin-top: 50px;
  align-items: flex-start;
}
.section__logout p {
  color: #9b9b9b;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.section__logout h1 {
  text-transform: none;
  color: #011140;
  text-align: center;
  font-family: Gilroy;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
}
.section__logout {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.btn {
}
.btn__primary {
}
#account-order h1 {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 15px !important;
  position: relative;
}
#account-order h1::after,
#account-order .section__order__details::after,
#account-order .section__order__delivery h2::after,
#account-order .section__order__delivery__address::after,
#account-order .section__order__history h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}
#account-order .section__login__content__left {
  padding: 50px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 7px rgba(197, 197, 197, 0.25));
  border-radius: 10px;
}
#account-order h2 {
  text-align: center;
  text-transform: none;
}
#account-order .section__order__details {
  display: flex;
  gap: 50px;
  padding-bottom: 30px;
  margin-bottom: 15px;
  position: relative;
}
#account-order .section__order__delivery h2 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
#account-order .section__order__delivery__address {
  color: #011140;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 306.25% */
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

#account-order .section__order__detail__title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#account-order .section__order__detail__title h3 {
  color: #011140;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 130.303% */
  margin: 0;
}
#account-order .section__order__detail__title h3 span {
  color: #9c9c9c;
}
#account-order .section__order__products {
  border-radius: 12px;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  overflow-x: auto;
}
#account-order .section__order__products table {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}
#account-order .section__order__products table thead {
  background-color: #011140;
  color: #fff;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
#account-order .section__order__products table thead td {
  text-align: left;
  padding: 14px;
}
#account-order .section__order__products table thead td:first-child {
  padding-left: 14px;
}
#account-order .section__order__products table thead td:last-child {
  padding-right: 14px;
}
#account-order .section__order__products table tbody td:first-child {
  padding: 14px;
  border-radius: 4px;
  overflow: hidden;
}
#account-order .section__order__products table tbody tr {
  border-bottom: 1px solid #f1f1f1;
}
#account-order .section__order__products table tbody td {
  padding: 0 14px;
  color: #011140;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 156.25% */
}
#account-order .section__order__products table tbody td a {
  color: #011140;
  text-decoration: underline;
}
#account-order .section__order__products table tbody td.section__order__products__text {
  font-size: 16px;
  line-height: 34px;
  text-align: center;
}
#account-order .section__order__history {
  overflow-x: auto;
}
#account-order .section__order__history h2 {
  color: #595c7d;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 15px !important;
  margin-top: 20px !important;
  padding-bottom: 15px;
  position: relative;
}
#account-order .section__order__history table {
  width: 100%;
  white-space: nowrap;
}
#account-order .section__order__history table thead {
  color: #595c7d;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.754px; /* 119.672% */
  border-bottom: 1px solid #f1f1f1;
}
#account-order .section__order__history table thead td {
  padding: 14px;
}
#account-order .section__order__history table tbody tr:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
#account-order .section__order__history table tbody td {
  color: #595c7d;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 14px;
}
#account-order .section__order__history table tbody td .section__order__history__status {
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 25px;
  display: inline-block;
  border-radius: 72px;
}
#account-order .section__order__products table tfoot td:last-child {
  padding-right: 14px;
  padding-left: 10px;
}
#account-order .section__order__products table tfoot td span {
  color: #a6a6a6;
  font-family: Gilroy;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px; /* 138.889% */
}
#account-order .section__order__products table tfoot tr:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
#account-order .section__order__products table tfoot td {
  color: #011140;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 204.167% */
  padding: 2px;
}
#account-order .section__login__content__left > h2 {
  padding-bottom: 15px;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #f1f1f1;
}

.container {
  max-width: 1504px;
  width: 100%;
}

.section__logout--success p {
  text-align: center;
  color: #595c7d;
  text-align: center;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  max-width: 1000px;
}
.section__logout--success .text__secondary a {
  color: #011140;
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration-line: underline;
}
.section__logout--success .text__secondary {
  color: #595c7d;
  text-align: center;
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 21px */
}
#account-wishlist .section__login__content__left {
  max-width: none;
}
#account-wishlist .section__login__content {
  gap: 100px;
}
#account-wishlist .products__list {
  grid-template-columns: repeat(3, auto);
}
@media (max-width: 1200px) {
  #account-wishlist .products__list {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 992px) {
  #account-wishlist .products__list {
    grid-template-columns: repeat(1, auto);
  }
}
@media (max-width: 768px) {
  .section__logout svg {
    width: 100px;
    height: 100px;
  }
  #account-order .section__order__history table tbody td {
    font-size: 14px;
  }
  #account-order h2 {
    font-size: 20px !important;
  }
  #account-order .section__login__content__left {
    padding: 20px 15px;
  }
  #account-order .section__order__details {
    flex-direction: column;
    gap: 10px;
  }
  #account-order .section__order__detail__title {
    gap: 10px;
  }
  .btn {
    width: 100%;
  }
  #account-forgotten .section__register__already {
    padding: 20px 0;
    font-size: 16px;
  }
  #account-edit .section__login__form__buttons,
  #account-address .section__login__form__buttons,
  #account-newsletter .section__login__form__buttons,
  #account-order .section__login__form__buttons,
  #account-affiliate .section__login__form__buttons,
  #account-password .section__login__form__buttons {
    flex-direction: column-reverse;
  }
  #account-edit .section__login__form__group,
  #account-address .section__login__form__group,
  #account-affiliate .section__login__form__group,
  #account-newsletter .section__login__form__group,
  #account-password .section__login__form__group {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  #account-edit fieldset,
  #account-password fieldset {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .section__logout p {
    font-size: 14px;
  }
  .section__logout h1 {
    font-size: 18px;
  }
  .section__logout {
    gap: 15px;
  }
  #myModal .modal-footer {
    flex-direction: column-reverse;
  }
  #myModal .modal__footer__info {
    flex-direction: column;
  }
  #myModal .modal-content .modal-footer {
    height: auto;
    padding-top: 15px;
    margin-bottom: 15px;
  }
  #myModal .modal-content {
    max-height: calc(100vh - 15px);
    padding: 0 15px;
  }
  #myModal .modal-content .modal-header {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  #myModal .modal-content .modal-header .modal-cart {
    font-size: 28px;
  }
  #myModal .modal-content .modal-body .modal__body__title,
  #myModal .modal-content .modal-footer .modal__footer__info .modal__footer__total__price {
    font-size: 24px;
    line-height: 140%;
  }
  #myModal .modal-content .modal-body {
    gap: 30px;
  }
  #myModal .modal-content .modal-body .modal__body__item .modal__body__info,
  #myModal .modal-content .modal-footer .modal__footer__info {
    gap: 15px;
  }
  #myModal .modal-content .modal-body .modal__body__item .modal__body__item__total__price,
  #myModal .modal-content .modal-footer .modal__footer__info .modal__footer__total__title {
    font-size: 18px;
    line-height: 140%;
  }
}
.header__menu-cabinet {
  padding-bottom: 25px;
}
.header__menu__mob__categories {
  padding: 25px 0;
  border-bottom: 1px solid #011140;
}
.sm li {
  padding: 5px 20px 5px 0;
  margin: 0 0 5px;
}
.sm li li a {
  font-size: 16px;
  padding-left: 20px;
  margin: 0;
}
.sm li ul {
  padding-top: 10px;
}
.sm li li {
  margin: 0;
}
.sm a {
  font-size: 18px;
  color: #011140;
}
.category__images {
  /* gap: 20px; */
  /* display: grid; */
  /* grid-template-columns: repeat(4, 1fr); */
}
.category__image {
}
.category__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  /* border: 1px solid #011140; */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  aspect-ratio: 16 / 10;
  max-height: 225px;
}
.category__images__title {
  color: #011140;
  font-family: Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  margin: 50px 0;
}
.blueimp-gallery {
  background-color: rgba(0, 0, 0, 0.6);
}
.blueimp-gallery > .indicator > li {
  background-size: cover;
}

@media (max-width: 1080px) {
  .category__images {
    /* grid-template-columns: repeat(3, 1fr); */
  }
}
@media (max-width: 768px) {
  .checkout__page #custom-cart .table tbody td img {
    height: 70px;
    width: 70px;
  }
  .checkout__page #custom-cart thead td {
    padding: 8px;
  }
  .checkout__page #custom-cart thead td:last-child {
    padding-right: 8px;
    text-align: left;
  }
  .checkout__page #custom-cart thead td:first-child {
    padding-left: 16px;
  }
  .checkout__page #custom-cart tbody td:first-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #custom-total .table.table-bordered tbody td:first-child,
  .checkout__page #custom-cart thead,
  .checkout__product__name a {
    font-size: 16px;
  }
  .checkout__quantity .btn__minus i,
  .checkout__quantity .btn__plus i {
    font-size: 12px;
  }
  .checkout__quantity__remove .btn__remove i {
    font-size: 20px;
  }
  .checkout__quantity .btn__minus,
  .checkout__quantity .btn__plus {
    width: 25px;
    height: 30px;
  }
  .checkout__quantity__input {
    font-size: 14px;
    width: 50px;
    height: 30px;
  }
  #custom-total .table.table-bordered tbody td,
  #custom-total .table.table-bordered tbody td:first-child {
    padding-right: 16px;
  }
  #custom-total .table.table-bordered tbody td,
  .checkout__price {
    font-size: 20px;
  }
  .checkout__grid {
    grid-template-columns: 1fr;
    /* gap: 16px; */
  }
}
@media (max-width: 480px) {
  .slider_gallery .swiper-slide {
    /* grid-template-columns: repeat(1, 1fr); */
    /* max-width: none; */
  }
}
@media (max-width: 620px) {
  .category__images__title {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0;
  }
}
.section__feedback {
  margin: 0 auto;
  max-width: 1000px;
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.section__feedback__title {
  text-align: center;
  color: #011140;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}
.section__feedback__text {
  color: #011140;
  text-align: justify;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section__feedback__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding-top: 10px;
}
.section__feedback__form textarea {
  grid-column: span 2;
  max-width: none;
  resize: none;
}
.section__feedback__form input {
  max-width: none;
}
.section__feedback__btn {
  margin: 16px auto !important;
  margin-bottom: 0 !important;
}
@media (max-width: 480px) {
  .section__feedback__form {
    grid-template-columns: 1fr;
  }
  .section__feedback__form textarea {
    grid-column: span 1;
  }
}
.section__feedback__message {
  padding: 15px;
  margin-top: 16px;
  border-radius: 4px;
  font-size: 14px;
  animation: fadeIn 0.3s ease-in-out;
}

.section__feedback__message--success {
  background-color: #dff0d8;
  color: #3c763d;
  border: 1px solid #d6e9c6;
}

.section__feedback__message--error {
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
}

.section__feedback__message i {
  margin-right: 10px;
}

.input-error {
  border-color: #a94442 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#custom-shipping-methods,
.inner__payment {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.inner__payment .radio label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: normal !important;
}
.cod1__desc {
  display: none;
  font-size: 12px;
  padding-left: 12px;
  position: relative;
  line-height: 12px;
  margin-left: -12px;
}
.cod1__desc::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "*";
  color: red;
  font-size: 22px;
}
input[type="radio"][name="payment_method"][value="cod1"]:checked ~ .cod1__desc {
  display: block;
}


