@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /* Color styles */
  --black: rgba(51, 51, 51, 1);
  --gray-1: rgba(102, 102, 102, 1);
  --gray-2: rgba(153, 153, 153, 1);
  --gray-3: rgba(233, 233, 233, 1);
  --gray-4: rgba(249, 249, 249, 1);
  --gray-5: rgba(245, 245, 245, 1);
  --white: rgba(255, 255, 255, 1);
  --green--brand: rgba(111, 186, 44, 1);
  --green--brand--dark: rgba(95, 157, 18, 1);
  --orange: rgba(255, 158, 23, 1);
  --green: rgba(3, 203, 87, 1);
  --blue: rgba(24, 124, 255, 1);
  --red: rgba(255, 36, 36, 1);
  /* Text-size styles */
  /* base size: block---regular-16-px--block (16px) */
  --regular-72-px: 4.5rem;
  --medium-20-px: 1.25rem;
  --regular-12-px: 0.75rem;
  --medium-48-px: 3rem;
  --medium-36-px: 2.25rem;
  --medium-28-px: 1.75rem;
  --medium-24-px: 1.5rem;
  --regular-16-px: 1rem;
  --regular-14-px: 0.88rem;
  --medium-13-px: 0.81rem;
  --medium-18-px: 1.12rem;
  --font: "Roboto", sans-serif;
  --icon: "sunon";
}

html {
  font-size: 16px;
}

body {
  background-color: #fff;
  font-size: var(--regular-16-px);
  font-family: var(--font);
  color: var(--black);
  line-height: 1.3;
  font-weight: 400;
}

a {
  color: var(--black);
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: var(--green--brand);
}
a:focus {
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  transition: 0.3s;
}

button, input, textarea {
  font-family: var(--font);
  transition: 0.3s;
}

strong {
  font-weight: bold;
}

section {
  overflow: hidden;
  padding: 45px 0;
}
@media screen and (max-width: 575px) {
  section {
    padding: 30px 0;
  }
}
section:last-child {
  padding-bottom: 90px;
}
@media screen and (max-width: 575px) {
  section:last-child {
    padding-bottom: 50px;
  }
}

img {
  max-width: 100%;
}

::selection {
  background: var(--black);
  color: var(--white);
}

.title-block {
  font-size: var(--medium-36-px);
  font-weight: 500;
  margin-bottom: 35px;
}
.title-block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .title-block {
    font-size: 25px;
  }
}

.title-page {
  font-size: var(--regular-72-px);
  font-weight: 400;
  line-height: 1;
}
.title-page:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .title-page {
    font-size: 55px;
  }
}
.title-page strong {
  font-weight: 500;
}
.title-page-middle {
  font-size: var(--medium-48-px);
  font-weight: 500;
}
.title-page-middle span {
  color: var(--gray-2);
}
@media screen and (max-width: 991px) {
  .title-page-middle {
    font-size: 30px;
  }
}

.title-middle {
  font-size: var(--medium-20-px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .title-middle {
    font-size: 17px;
  }
}
.title-middle span {
  color: var(--gray-2);
}
.title-middle-big {
  font-size: var(--medium-28-px);
  font-weight: 500;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .title-middle-big {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.title-big {
  font-weight: 500;
  font-size: var(--medium-24-px);
}

.btn {
  padding: 12px 24px;
  border-radius: 0;
  background: var(--black);
  color: var(--white);
  font-weight: 500;
  display: inline-block;
  border: 1px solid var(--black);
}
.btn-full {
  width: 100%;
  text-align: center;
}
.btn-big {
  padding: 15px 75px;
}
.btn:hover {
  background: var(--white);
  color: var(--black);
}
.btn-border {
  background: #fff0;
  color: var(--black);
}
.btn-border:hover {
  background: var(--black);
  color: var(--white);
}
.btn-green {
  border-color: var(--green--brand);
}
.btn-green:hover {
  background: var(--green--brand);
  color: var(--white);
}

.link-arrow {
  position: relative;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  font-size: var(--regular-14-px);
  transition: 0.3s;
}
.link-arrow::after {
  content: "\e904";
  font-family: var(--icon);
  font-size: 1.14em;
  margin-left: 0;
  transition: 0.3s;
}

.link-chevron {
  position: relative;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  font-weight: 500;
  font-size: var(--regular-14-px);
  transition: 0.3s;
}
.link-chevron::after {
  content: "\e907";
  font-family: var(--icon);
  font-size: 1.14em;
  margin-left: 0;
  transition: 0.3s;
}

.sub-title {
  font-size: var(--regular-14-px);
  opacity: 0.5;
}

.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 12px;
}
.swiper-pagination-bullet {
  margin: 0 !important;
  width: 8px;
  height: 8px;
  background: var(--black);
  opacity: 0.5;
  transition: 0.3s;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  width: 12px;
  height: 12px;
}

.head-block {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}
.head-block__left {
  display: flex;
  flex-flow: column;
  gap: 25px;
}
.head-block .title-block {
  margin-bottom: 0;
}
.head-block__desc {
  color: var(--gray-2);
}
.head-block .link-chevron {
  color: var(--blue);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .head-block {
    align-items: flex-end;
  }
}

.btn-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-3);
}
.btn-arrow::after {
  content: "\e902";
  font-family: var(--icon);
  font-size: 18px;
}
.btn-arrow.btn-next {
  transform: rotate(180deg);
}
.btn-arrow:hover {
  background: var(--gray-3);
}
.btn-arrow:disabled {
  opacity: 0.8;
}

.btn-favorite {
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: var(--gray-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btn-favorite::after, .btn-favorite::before {
  transition: 0.3s;
}
.btn-favorite::after {
  content: "\e90a";
  font-family: var(--icon);
  opacity: 0.5;
}
.btn-favorite::before {
  content: "\e909";
  color: var(--red);
  font-family: var(--icon);
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.btn-favorite:hover::after {
  opacity: 1;
}
.btn-favorite.in-wishlist::before {
  opacity: 1;
}

.contact-item__sub-title {
  font-size: var(--regular-14-px);
  color: var(--gray-2);
  font-weight: 400;
  padding-bottom: 12px;
}
.contact-item__link {
  font-weight: 500;
  font-size: var(--medium-24-px);
}
@media screen and (max-width: 991px) {
  .contact-item__link {
    font-size: 20px;
  }
}

.label-input {
  position: relative;
  display: flex;
  padding: 28px 16px 10px;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 1px solid var(--gray-3);
  background: var(--white);
}
.label-input.active span {
  transform: translateY(-13px);
  font-size: 12px;
}
.label-input.fill span {
  transform: translateY(-13px);
  font-size: 12px;
}
.label-input span {
  position: absolute;
  font-size: 16px;
  line-height: 20px;
  color: var(--gray-2);
  top: 20px;
  left: 16px;
  display: flex;
  gap: 3px;
  align-items: center;
  transition: 0.3s;
  user-select: none;
}
@media screen and (max-width: 1200px) {
  .label-input span {
    font-size: 14px;
  }
}
.label-input span em {
  color: var(--red);
}
.label-input input, .label-input textarea {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  resize: none;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .label-input input, .label-input textarea {
    font-size: 14px;
  }
}
.label-input input:focus + span, .label-input textarea:focus + span {
  transform: translateY(-13px);
  font-size: 12px;
}
.label-input textarea {
  min-height: 100px;
}

.label-select {
  padding: 0;
  position: relative;
}
.label-select::before {
  content: "\e903";
  font-family: var(--icon);
  z-index: 0;
  position: absolute;
  right: 18px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  margin: auto;
  bottom: 0;
}
.label-select select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: none;
  appearance: none;
  padding: 18px 15px;
  border: none;
  color: var(--gray-2);
  font-family: var(--font);
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .label-select select {
    font-size: 14px;
  }
}

.form-row {
  background: var(--gray-5);
  padding: 36px;
  display: flex;
  flex-flow: wrap;
  gap: 16px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .form-row {
    padding: 20px;
  }
}
.form-row label {
  width: calc(33.3333333333% - 10.6666666667px);
}
@media screen and (max-width: 768px) {
  .form-row label {
    width: 100%;
  }
}
.form-row label.label-full {
  width: 100%;
}
.form-row .title-middle {
  margin-bottom: 15px;
}
.form-row__send {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
  flex-flow: wrap;
}
.form-row__send .btn {
  padding: 20px 80px;
  font-size: 14px;
  font-weight: 500;
}
.form-row .accepted {
  font-size: 12px;
  color: var(--gray-2);
  max-width: 304px;
}
.form-row .accepted em {
  color: var(--black);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: var(--black);
  flex-flow: wrap;
  row-gap: 5px;
}
.breadcrumbs-wrapper {
  padding-top: 30px;
  padding-bottom: 0;
}
.breadcrumbs-wrapper + section {
  padding-top: 35px;
}
.breadcrumbs a {
  color: var(--gray-1);
  margin-right: 12px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.breadcrumbs a:hover {
  color: var(--black);
}
.breadcrumbs a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--black);
  display: block;
}

.hero-wrapper .breadcrumbs-wrapper {
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 3;
  margin: auto;
}
@media screen and (max-width: 575px) {
  .hero-wrapper .breadcrumbs-wrapper {
    top: 10px;
  }
}
.hero-wrapper .breadcrumbs-wrapper .breadcrumbs {
  color: var(--gray-2);
}
.hero-wrapper .breadcrumbs-wrapper a {
  color: var(--white);
}
.hero-wrapper .breadcrumbs-wrapper a::after {
  background: var(--white);
}

.slider-wrapper__inner {
  overflow: hidden;
}

.gallery-slider {
  position: relative;
  display: flex;
  align-items: center;
}
.gallery-slider .btn-arrow {
  position: absolute;
  z-index: 2;
  left: -18px;
}
@media screen and (max-width: 575px) {
  .gallery-slider .btn-arrow {
    left: -10px;
  }
}
.gallery-slider .btn-arrow.btn-next {
  left: auto;
  right: -18px;
}
@media screen and (max-width: 575px) {
  .gallery-slider .btn-arrow.btn-next {
    right: -10px;
  }
}
.gallery-slider .swiper-slide {
  width: calc(50% - 12px);
  margin-right: 24px;
  height: initial;
}
@media screen and (max-width: 768px) {
  .gallery-slider .swiper-slide {
    width: 100%;
  }
}
.gallery-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.input-filter {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.input-filter + .input-filter {
  margin-top: 16px;
}
.input-filter input {
  width: 16px;
  height: 16px;
  border: 1px solid var(--gray-3);
  appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.input-filter input[type=radio] {
  border-radius: 50%;
}
.input-filter input[type=radio]::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
  background: var(--white);
}
.input-filter input[type=radio]:checked {
  background: var(--gray-2);
  border-color: var(--gray-2);
}
.input-filter input[type=radio]:checked::after {
  opacity: 1;
}
.input-filter input[type=checkbox]::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--gray-2);
  opacity: 0;
  transition: 0.3s;
}
.input-filter input[type=checkbox]:checked {
  border-color: var(--gray-2);
}
.input-filter input[type=checkbox]:checked::after {
  opacity: 1;
}

.tabs-wrapper__head {
  margin-bottom: 20px;
  display: flex;
  gap: 12px;
  flex-flow: wrap;
}
.tabs-wrapper .tabs-content {
  position: relative;
}
.tabs-wrapper .tabs-content .tab-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.tabs-wrapper .tabs-content .tab-item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.btn-tab {
  padding: 17px 24px;
  border-radius: 30px;
  border: 1px solid var(--gray-3);
  font-weight: 500;
}
.btn-tab.active {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}
@media screen and (max-width: 575px) {
  .btn-tab {
    padding: 8px 14px;
    font-size: 13px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .pagination {
    flex-flow: wrap;
  }
}
.pagination a, .pagination button, .pagination span {
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  font-weight: 500;
  border-radius: 50%;
  border: 1px solid var(--gray-3);
}
.pagination a i, .pagination button i, .pagination span i {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .pagination a, .pagination button, .pagination span {
    width: 40px;
    height: 40px;
    min-width: auto;
    font-size: 13px;
  }
  .pagination a i, .pagination button i, .pagination span i {
    font-size: 15px;
  }
}
.pagination a:hover, .pagination button:hover {
  border-color: var(--dark);
  color: var(--dark);
}
.pagination a.disable, .pagination button.disable {
  color: var(--gray-2);
}
.pagination .current-page {
  border-color: var(--black);
  color: var(--white);
  background: var(--black);
}
.pagination .current-page:hover {
  color: var(--white);
  border-color: var(--black);
}

.label-variation {
  position: relative;
  cursor: pointer;
}
.label-variation:hover .label-variation__image {
  border-color: var(--gray-2);
}
.label-variation input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.label-variation__content {
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .label-variation__content {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .label-variation__content {
    font-size: 12px;
  }
}
.label-variation__image {
  width: 110px;
  height: 110px;
  padding: 8px;
  border: 1px solid var(--gray-3);
  margin-bottom: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .label-variation__image {
    width: 80px;
    height: 80px;
    padding: 4px;
  }
}
@media screen and (max-width: 768px) {
  .label-variation__image {
    width: 65px;
    height: 65px;
  }
}
.label-variation__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.label-variation input:checked + .label-variation__content .label-variation__image {
  border-color: var(--black);
}

.sorted-wrapper {
  display: flex;
  flex-flow: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.page-fh {
  min-height: calc(var(--app-height) - 607px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-message {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-message .btn {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .page-message .btn {
    margin-top: 30px;
  }
}
.page-message p:not(.page-message__info) {
  color: var(--gray-2);
}
.page-message .title-block {
  margin-bottom: 25px;
}
.page-message__info {
  color: var(--black);
  margin-top: 30px;
}
.page-message .btns-row {
  display: flex;
  gap: 12px;
  flex-flow: wrap;
  margin-top: 35px;
}
.page-message .btns-row a {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .page-message .btns-row {
    gap: 8px;
  }
  .page-message .btns-row a {
    margin-top: 0;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 991px) {
  .page-message .btns-row a {
    width: 100%;
  }
}

.color-gray {
  color: var(--gray-2);
}

@media screen and (max-width: 768px) {
  .mobile-two-col {
    columns: 2;
  }
}

@media screen and (min-width: 769px) {
  .desc-hide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .center-mobile {
    text-align: center;
  }
}

.header {
  position: relative;
  z-index: 5;
}
.header__container {
  display: flex;
  justify-content: space-between;
  padding: 30px 50px 25px;
  align-items: center;
  flex-flow: wrap;
  position: relative;
  z-index: 1;
  background: var(--white);
}
@media screen and (max-width: 1200px) {
  .header__container {
    padding: 22px 15px;
  }
}
@media screen and (min-width: 1201px) {
  .header__container {
    max-width: 1900px;
  }
}
.header__container .main-nav {
  width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 1400px) {
  .header__container .main-nav {
    margin-top: 10px;
  }
}
.header .logo {
  order: 0;
}
.header .logo img {
  max-width: 100px;
}
@media screen and (max-width: 1200px) {
  .header nav {
    display: none;
  }
}
.header nav ul {
  display: flex;
  gap: 44px;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .header nav ul {
    gap: 20px;
  }
}
.header nav a, .header nav button {
  font-size: var(--medium-18-px);
}
@media screen and (max-width: 1600px) {
  .header nav a, .header nav button {
    font-size: 15px;
  }
}
.header nav a {
  position: relative;
}
.header nav a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--green--brand);
  width: 0;
  transition: 0.3s;
}
.header nav a:hover {
  color: var(--gray-2);
}
.header nav a:hover::before {
  width: 100%;
}
.header-right {
  display: flex;
  gap: 16px;
  position: relative;
  align-items: center;
}
.header-right .btn-border {
  border-radius: 4px;
}
@media screen and (max-width: 1200px) {
  .header-right .header-link, .header-right .header-contact, .header-right .btn {
    display: none;
  }
}
.header-contact {
  color: var(--gray-2);
  font-size: var(--regular-14-px);
  display: inline-flex;
  gap: 8px;
}
@media screen and (max-width: 1600px) {
  .header-contact {
    font-size: 12px;
  }
}
.header-contact i {
  font-size: var(--medium-18-px);
}
.header-contact:hover {
  color: var(--black);
}
.header-link {
  color: var(--black);
  display: inline-flex;
  gap: 8px;
}
@media screen and (max-width: 1600px) {
  .header-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 1300px) {
  .header-link {
    font-size: 0px;
  }
}
.header-link i {
  font-size: 19px;
}
@media screen and (max-width: 1600px) {
  .header-link i {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .header-link i {
    font-size: 20px;
  }
}
.header-link:hover {
  color: var(--gray-2);
}
.header .btn-burger {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header .btn-burger {
    display: flex;
  }
}

.btn-catalog {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 13px 20px;
  background: var(--white);
  margin-right: -20px;
}
@media screen and (max-width: 1600px) {
  .btn-catalog {
    margin-right: -10px;
  }
}
.btn-catalog:hover, .btn-catalog.active {
  background: var(--black);
  color: var(--white);
}
.btn-catalog i {
  font-size: 22px;
}

.btn-search {
  font-size: 22px;
  color: var(--black);
}

.btn-icon {
  aspect-ratio: 1;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-flow: wrap;
  row-gap: 0px;
  order: 6;
}
@media screen and (max-width: 1650px) {
  .main-nav {
    gap: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .main-nav {
    display: none;
  }
}
.main-nav a {
  font-size: var(--regular-14-px);
  font-weight: 500;
  position: relative;
  display: inline-flex;
  padding: 5px 0;
}
@media screen and (max-width: 1650px) {
  .main-nav a {
    font-size: 12px;
  }
}
.main-nav a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 0;
  background: var(--green--brand);
  width: 0;
  transition: 0.3s;
}
.main-nav a::after {
  content: "\e903";
  font-family: var(--icon);
  margin-left: 4px;
  transition: 0.3s;
}
.main-nav a:hover {
  color: var(--gray-2);
}
.main-nav a:hover::before {
  width: calc(100% - 18px);
}

.btn-burger {
  padding: 0;
  margin: 0;
  gap: 2px;
  gap: 4px;
  flex-flow: column;
  width: 18px;
  height: 14px;
  background: none !important;
  position: relative;
}

.btn-burger span {
  width: 18px;
  height: 1px;
  background: var(--black);
  display: block;
  position: relative;
  transform: rotate(0);
  transition: 0.2s;
  transition-delay: 0.2s;
  top: 0;
  position: absolute;
}
.btn-burger span:nth-child(2) {
  top: 6px;
  transition: transform 0.2s, top 0.2s;
}
.btn-burger span:last-child {
  top: 12px;
}

.active-catalog-menu .btn-burger span {
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
}
.active-catalog-menu .btn-burger span:nth-child(2) {
  transition-delay: 0;
}
.active-catalog-menu .btn-burger span:last-child {
  transform: rotate(-45deg);
  top: 6px;
}

.search-wrapper__btn {
  position: relative;
  z-index: 3;
}
.search-wrapper__form {
  position: absolute;
  left: 0;
  top: -5px;
  z-index: 2;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: 0.4s;
}
@media screen and (max-width: 1200px) {
  .search-wrapper__form {
    left: auto;
    right: 0;
    width: calc(100vw - 100px);
    max-width: 500px;
  }
}
.search-wrapper__form input {
  width: 100%;
  padding: 8px 30px;
  background: var(--gray);
  border-bottom: 1px solid var(--gray-two);
}
@media screen and (max-width: 1200px) {
  .search-wrapper__form input {
    padding-left: 0;
  }
}
.search-wrapper input {
  border: none;
  background: var(--white);
  border-bottom: 1px solid var(--gray-3);
  font-size: 15px;
}

.search-visible .search-wrapper__form {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.header-catalog {
  border-top: 1px solid var(--gray-3);
  border-bottom: 1px solid var(--gray-3);
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: -1;
  background: var(--white);
  transform: translateY(-40px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header-catalog.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-catalog__container {
  display: flex;
}
.header-catalog__tabs {
  width: 29.1666666667%;
  padding: 25px;
  padding-left: 0;
  border-right: 1px solid var(--gray-3);
}
@media screen and (max-width: 1200px) {
  .header-catalog__tabs {
    display: none;
  }
}
.header-catalog__content {
  width: 70.8333333333%;
  padding: 25px;
  padding-right: 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header-catalog__content {
    width: 100%;
    padding-left: 0;
  }
}
.header-catalog .cat-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 14px;
}
.header-catalog .cat-btn:last-child {
  margin-bottom: 0;
}
.header-catalog .cat-btn::after {
  content: "\e907";
  font-family: var(--icon);
  font-size: 20px;
}
.header-catalog .cat-btn--link::after {
  content: none !important;
}
.header-catalog .cat-btn__name {
  flex-grow: 1;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .header-catalog .cat-btn__name {
    font-size: 14px;
  }
}
.header-catalog .cat-btn__image {
  width: 48px;
  aspect-ratio: 1;
  height: 48px;
  border-radius: 6px;
  border: 1px solid var(--gray-3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 5px;
}
.header-catalog .cat-btn__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.header-catalog .cat-btn.active {
  color: var(--gray-2);
}
.header-catalog__title-toggle {
  margin-bottom: 25px;
  width: 100%;
}

.parent-category {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.parent-category:last-child {
  margin-bottom: 0;
}
.parent-category__name {
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  padding-bottom: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .parent-category__name {
    font-size: 16px;
  }
}
.parent-category__name:hover {
  color: var(--gray-2);
}
.parent-category__name::after {
  content: "\e907";
  font-family: var(--icon);
}
.parent-category__name--no-sub::after {
  content: none !important;
}
.parent-category__name--no-sub {
  cursor: default;
}
@media screen and (max-width: 1200px) {
  .parent-category__name::after {
    display: none;
  }
}
.parent-category .list-sub-categories {
  position: relative;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .parent-category .list-sub-categories {
    display: none;
  }
}
.parent-category .list-sub-categories a {
  font-size: 14px;
  display: inline-flex;
  position: relative;
  gap: 12px;
  align-items: center;
}
.parent-category .list-sub-categories a::before {
  content: "";
  width: 6px;
  height: 6px;
  position: relative;
  display: inline-block;
  background: var(--black);
  top: -1px;
}
.parent-category .list-sub-categories li {
  margin-bottom: 5px;
}
.parent-category .list-sub-categories li:last-child {
  margin-bottom: 0;
}
.parent-category-list {
  width: calc(50% - 15px);
}
.parent-category.open .parent-category__name {
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .parent-category.open .parent-category__name {
    padding-bottom: 0;
  }
}
.parent-category.open .parent-category__name::after {
  transform: rotate(90deg);
}
.parent-category.open .list-sub-categories {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1200px) {
  .header-catalog__content .tabs-content .header-catalog-category {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
}

.header-catalog-category {
  display: flex;
  flex-flow: wrap;
  column-gap: 30px;
}
@media screen and (max-width: 1200px) {
  .header-catalog-category {
    position: relative;
    opacity: 1;
    margin-bottom: 20px;
  }
  .header-catalog-category .header-catalog__title-toggle {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--gray-1);
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
  }
  .header-catalog-category .header-catalog__title-toggle::after {
    content: "";
    width: 13px;
    height: 2px;
    background: var(--black);
    position: absolute;
    right: 0;
  }
  .header-catalog-category .header-catalog__title-toggle::before {
    content: "";
    height: 13px;
    width: 2px;
    background: var(--black);
    position: absolute;
    right: 5px;
    transition: 0.3s;
    transform: rotate(0deg);
  }
  .header-catalog-category .parent-category-list {
    max-height: 0;
    opacity: 0;
    margin: 0;
    transition: 0.3s;
    margin-top: 0;
    visibility: hidden;
  }
  .header-catalog-category.open .header-catalog__title-toggle::before {
    transform: rotate(90deg);
  }
  .header-catalog-category.open .parent-category-list {
    margin: 15px 0;
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }
}

main {
  position: relative;
  z-index: 6;
  background: var(--white);
}
main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background: var(--black);
  opacity: 0;
  visibility: hidden;
}

.active-catalog-menu .header-catalog.open {
  z-index: 6;
}
.active-catalog-menu main {
  z-index: 4;
}
.active-catalog-menu main::before {
  opacity: 0.5;
  visibility: visible;
}

.mobile-menu li {
  margin-bottom: 20px;
}
.mobile-menu li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .link-mobile-toggle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .link-mobile-toggle::after {
    content: "\e907";
    font-family: var(--icon);
    font-size: 20px;
  }
  .link-mobile-toggle + .tabs-content {
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  .link-mobile-toggle.open + .tabs-content {
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
  }
  .link-mobile-toggle.open::after {
    transform: rotate(90deg);
  }
}
.header-catalog__bottom {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-top: 24px;
  margin-top: 24px;
  position: relative;
  border-top: 1px solid var(--gray-3);
}
@media screen and (min-width: 1201px) {
  .header-catalog__bottom {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .header-catalog__bottom {
    border: none;
  }
  .header-catalog__bottom::after {
    content: "";
    position: absolute;
    left: -15px;
    width: calc(100% + 30px);
    top: 0;
    height: 1px;
    background: var(--gray-3);
  }
}
.header-catalog__bottom .header-contact {
  font-size: 14px;
}
.header-catalog__bottom .header-contact i {
  font-size: 16px;
}

.header-catalog-links {
  margin-bottom: 20px;
}
.header-catalog-links .btn {
  width: 100%;
  font-weight: 400;
  max-width: 300px;
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 575px) {
  .header-catalog-links .btn {
    width: 100%;
    max-width: 100%;
  }
}
.header-catalog-links .header-link {
  font-size: 14px;
  align-items: center;
  margin-right: 20px;
}
.header-catalog-links .header-link:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1201px) {
  .link-mobile-toggle, .mobile-menu, .header-catalog-links {
    display: none;
  }
}
.link-mobile-toggle, .link-mobile-toggle a, .mobile-menu, .mobile-menu a, .header-catalog-links, .header-catalog-links a {
  font-size: 20px;
  font-weight: 500;
}

.footer {
  background: var(--gray-5);
  padding: 50px 0 30px;
  color: var(--gray-1);
  font-size: 14px;
}
.footer__container {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}
.footer-col {
  width: calc(25% - 22.5px);
}
@media screen and (max-width: 991px) {
  .footer-col {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .footer-col {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-col-two {
    width: calc(50% - 15px);
  }
}
.footer-title {
  color: var(--black);
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-item {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .footer-item br {
    display: none;
  }
}
.footer-item:last-child {
  margin-bottom: 0;
}
.footer li {
  margin-bottom: 15px;
}
.footer li:last-child {
  margin-bottom: 0;
}
.footer a {
  color: var(--gray-1);
  line-height: 1;
}
.footer a:hover {
  color: var(--black);
}
.footer .col-logo {
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .footer .col-logo {
    width: 100%;
  }
}
.footer .col-logo a {
  color: var(--blue);
  text-decoration: underline;
  margin-top: 30px;
  display: inline-block;
  line-height: 1.5;
}
.footer .col-logo .logo {
  max-width: 135px;
  display: block;
  margin-bottom: 13px;
  margin-top: 0;
}

.copyright {
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--black);
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .copyright {
    flex-flow: wrap;
    row-gap: 20px;
  }
}
.copyright a {
  font-weight: 500;
  color: var(--black);
}
.copyright a:hover {
  color: var(--green);
}
.copyright .develop {
  display: flex;
  align-items: center;
  gap: 10px;
}
.copyright .develop a {
  font-weight: 400;
}

.categories-list {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .categories-list {
    gap: 8px;
    row-gap: 20px;
  }
}
.categories-list__item {
  width: calc(25% - 18px);
  position: relative;
  height: 400px;
}
@media screen and (max-width: 1200px) {
  .categories-list__item {
    width: calc(33.3333333333% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .categories-list__item {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 768px) {
  .categories-list__item {
    width: 100%;
  }
}
.categories-list__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.categories-list__item:hover .category-image::after {
  height: 120%;
}
.categories-list__item:hover .category-info__link {
  opacity: 1;
}
.categories-list__item:hover .category-info__link::after {
  margin-left: 0;
}

.category-image {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.category-image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.6) 100%);
}
.category-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  width: 100%;
  color: var(--white);
}
.category-info__title {
  font-size: var(--medium-20-px);
  font-weight: 500;
  margin-bottom: 15px;
}
.category-info__link {
  opacity: 0.5;
  transition: 0.3s;
}

.sub-category-childs {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
  padding-top: 35px;
  border-top: 1px solid var(--gray-3);
}
.sub-category-childs__col {
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 991px) {
  .sub-category-childs__col {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 575px) {
  .sub-category-childs__col {
    width: 100%;
  }
}
.sub-category-childs .category-image {
  height: auto;
}
.sub-category-childs .category-image::after {
  display: none;
}
.sub-category-childs .sub-category-title {
  min-height: 55px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sub-category-childs .sub-category-title {
    min-height: auto;
    font-size: 20px;
  }
}
.sub-category-childs ul {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-flow: wrap;
  margin-top: 25px;
}
.sub-category-childs ul li {
  width: calc(50% - 8px);
}
.sub-category-childs a {
  font-size: var(--medium-18-px);
  font-weight: 500;
  position: relative;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .sub-category-childs a {
    font-size: 14px;
  }
}
.sub-category-childs a::before {
  content: "\e907";
  font-family: var(--icon);
  font-size: 16px;
  margin-right: 8px;
  transform: translateY(2px);
}
@media screen and (max-width: 768px) {
  .sub-category-childs a::before {
    font-size: 12px;
  }
}

.head-category .title-page-middle span {
  font-size: 14px;
  color: var(--gray-2);
  font-weight: 400;
}

.collections-list {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
  margin: 35px 0 60px;
}
@media screen and (max-width: 991px) {
  .collections-list {
    gap: 8px;
    margin: 15px 0 30px;
  }
}
.collections-list:last-child {
  margin-bottom: 0;
}
.collections-list__item {
  width: calc(25% - 18px);
  padding: 8px;
  background: var(--gray-5);
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .collections-list__item {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .collections-list__item {
    width: calc(33.3333333333% - 5.3333333333px);
  }
}
@media screen and (max-width: 768px) {
  .collections-list__item {
    width: calc(50% - 4px);
  }
}
.collections-list__item:hover {
  color: var(--gray-2);
}
.collections-list .collection-img {
  width: 80px;
  height: 80px;
  background: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
@media screen and (max-width: 1200px) {
  .collections-list .collection-img {
    width: 60px;
    height: 60px;
  }
}

.description-category {
  position: relative;
  color: var(--gray-2);
  line-height: 1.4;
}
.description-category__slider {
  display: flex;
  align-items: center;
}
.description-category__slider .btn-arrow {
  position: absolute;
  left: -18px;
  z-index: 2;
}
.description-category__slider .btn-arrow.btn-next {
  left: auto;
  right: -18px;
}
.description-category__slider .swiper-slide {
  width: calc(33.3333333333% - 16px);
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .description-category__slider .swiper-slide {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .description-category__slider .swiper-slide {
    width: 100%;
  }
}
.description-category__slider .swiper-slide:last-child {
  margin-right: 0;
}
.description-category .tabs-wrapper {
  margin: 35px 0 60px;
}

@media screen and (min-width: 992px) {
  .categories-list .swiper-wrapper {
    display: flex;
    flex-flow: wrap;
    gap: 24px;
  }
}
.categories-list .swiper-wrapper .swiper-slide {
  width: calc(25% - 18px);
}
@media screen and (max-width: 991px) {
  .categories-list .swiper-wrapper .swiper-slide {
    width: calc(50% - 12px);
    margin-right: 24px;
  }
}
@media screen and (max-width: 575px) {
  .categories-list .swiper-wrapper .swiper-slide {
    width: 70%;
  }
}
.categories-list .swiper-wrapper .categories-list__item {
  width: 100%;
  display: block;
}

.product-item {
  padding: 20px;
  border: 1px solid var(--gray-3);
  position: relative;
  margin-bottom: 1px;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  .product-item {
    padding: 12px;
  }
}
.product-item .product-image-slider {
  overflow: hidden;
  aspect-ratio: 1;
}
.product-item .product-image-slider .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .product-image-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-item .product-image-slider__pag {
  gap: 6px;
  position: absolute;
  bottom: 5px;
  z-index: 1;
}
.product-item .product-image-slider__pag .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.product-item .product-image {
  margin-bottom: 15px;
  position: relative;
}
.product-item .storage-status {
  position: absolute;
  bottom: 18px;
  z-index: 3;
}
.product-item .product-cat {
  color: var(--gray-2);
  font-size: var(--regular-12-px);
  margin-bottom: 12px;
}
.product-item .product-name {
  font-weight: 500;
}
.product-item .link-chevron {
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.product-item .product-tags {
  display: flex;
  flex-flow: wrap;
  gap: 8px;
  font-size: var(--medium-13-px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .product-item .product-tags {
    font-size: 11px;
  }
}
.product-item .product-tags__item {
  border: 1px solid;
  padding: 5px 8px;
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .product-item .product-tags__item {
    padding: 2px 5px;
  }
}
.product-item .product-tags__item.bestseller {
  color: var(--green--brand);
}
.product-item .product-image__head {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.product-item .product-image__head .btn-favorite {
  margin-left: auto;
}
.product-item .product-details-wrapper {
  flex-grow: 1;
  align-items: flex-start;
}
.product-item:hover:not(.cart-item) .product-added {
  background: var(--black);
}
.product-item:hover:not(.cart-item) .product-added .btn, .product-item:hover:not(.cart-item) .product-added input {
  color: var(--white);
}
.product-item:hover:not(.cart-item) .btn-quantity::before, .product-item:hover:not(.cart-item) .btn-quantity::after {
  background: var(--white);
}
.product-item:hover:not(.cart-item) .btn-quantity:hover::before, .product-item:hover:not(.cart-item) .btn-quantity:hover::after {
  background: var(--white);
  opacity: 0.5;
}

.storage-status {
  padding: 4px 8px 5px;
  border-radius: 30px;
  border: 1px solid;
  line-height: 1;
  color: var(--green);
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  background: var(--white);
}

.products-slider {
  position: relative;
}
.products-slider .slider-wrapper__inner {
  overflow: hidden;
}
.products-slider .swiper-slide {
  width: calc(25% - 18.75px);
  margin-right: 24px;
}
@media screen and (max-width: 991px) {
  .products-slider .swiper-slide {
    width: calc(33.3333333333% - 16.6666666667px);
  }
}
@media screen and (max-width: 768px) {
  .products-slider .swiper-slide {
    width: calc(50% - 4px);
    margin-right: 8px;
    padding-top: 1px;
  }
}
.products-slider .swiper-slide:last-child {
  margin-right: 0;
}
.products-slider .btn-arrow {
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .products-slider .btn-arrow {
    left: -10px;
  }
}
.products-slider .btn-arrow.btn-next {
  left: auto;
  right: -18px;
}
@media screen and (max-width: 575px) {
  .products-slider .btn-arrow.btn-next {
    right: -10px;
  }
}

.products-row {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .products-row {
    gap: 8px;
  }
}
.products-row .product-item {
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 1200px) {
  .products-row .product-item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 991px) {
  .products-row .product-item {
    width: calc(50% - 4px);
  }
}
.products-row.products-four .product-item {
  width: calc(25% - 18px);
}
@media screen and (max-width: 991px) {
  .products-row.products-four .product-item {
    width: calc(33.3333333333% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .products-row.products-four .product-item {
    width: calc(50% - 4px);
  }
}

.catalog-row {
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 24px;
}
.catalog-row__filter {
  width: calc(25% - 18px);
  overflow: hidden;
  border: 1px solid var(--gray-3);
}
@media screen and (max-width: 1200px) {
  .catalog-row__filter {
    width: calc(33.3333333333% - 12px);
  }
}
@media screen and (max-width: 991px) {
  .catalog-row__filter {
    width: 100%;
  }
}
.catalog-row__products {
  width: calc(75% - 6px);
}
@media screen and (max-width: 1200px) {
  .catalog-row__products {
    width: calc(66.6666666667% - 12px);
  }
}
@media screen and (max-width: 991px) {
  .catalog-row__products {
    width: 100%;
  }
}

.filter-item {
  padding: 18px 24px;
  border-bottom: 1px solid var(--gray-3);
}
@media screen and (max-width: 991px) {
  .filter-item.filter-head {
    border: none;
  }
  .filter-item.filter-head.open-all {
    border-bottom: 1px solid var(--gray-3);
  }
  .filter-item.filter-head.open-all::after {
    transform: rotate(0);
  }
  .filter-item:not(.filter-head) {
    padding: 0 20px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    border: none;
    transition: 0.3s;
  }
  .filter-item:not(.filter-head).open-all {
    padding: 12px 20px;
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    border-bottom: 1px solid var(--gray-3);
  }
  .filter-item:not(.filter-head):last-child {
    border: none;
  }
}
.filter-item.filter-head {
  padding: 24px;
  font-size: var(--medium-24-px);
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .filter-item.filter-head {
    padding: 12px 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
  }
  .filter-item.filter-head::after {
    content: "\e903";
    font-family: var(--icon);
    transform: rotate(-90deg);
  }
}
.filter-item__title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .filter-item__title {
    font-size: 17px;
  }
}
.filter-item__title:last-child {
  margin-bottom: 0;
}
.filter-item__toggle .filter-item__title {
  font-size: 16px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  transition: 0.3s;
}
.filter-item__toggle .filter-item__title::after {
  content: "\e903";
  font-family: var(--icon);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray-5);
  color: var(--black);
  font-size: 16px;
}
.filter-item__toggle ul {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.filter-item__toggle.open .filter-item__title {
  margin-bottom: 20px;
}
.filter-item__toggle.open .filter-item__title::after {
  transform: rotate(180deg);
}
.filter-item__toggle.open ul {
  max-height: 400px;
  opacity: 1;
  visibility: visible;
}
.filter-item .btn {
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  margin-bottom: 12px;
  padding: 16px;
}
.filter-item .btn:last-child {
  margin-bottom: 0;
}

.product-details {
  display: flex;
  flex-flow: wrap;
  gap: 16px;
  row-gap: 9px;
  font-size: 12px;
  margin: 12px 0 24px;
}
.product-details-colors {
  width: 100%;
}
.product-details__item {
  align-items: center;
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .product-details__item {
    gap: 4px;
    font-size: 11px;
  }
}
.product-details__item span:first-child {
  color: var(--gray-2);
}
.product-details-small {
  gap: 8px;
}

.colors {
  display: flex;
  gap: 4px;
}
.colors__item {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.colors__item:hover::before {
  opacity: 1;
  visibility: visible;
}
.colors__item::before {
  content: attr(data-num-color);
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  background: #fff;
  position: absolute;
  border: 1px solid var(--gray-3);
  bottom: calc(100% + 8px);
  transition: 0.3s;
}

.product-added {
  display: flex;
  background: var(--white);
  transition: 0.3s;
  border: 1px solid var(--black);
  flex-flow: column;
  position: relative;
  overflow: hidden;
}
.product-added__top {
  display: flex;
  width: 100%;
  position: relative;
  transition: 0.3s;
}
.product-added__after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  color: var(--white);
  font-size: 14px;
  width: 100%;
  height: 100%;
  font-weight: 500;
  gap: 8px;
  transform: translateY(47px);
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .product-added__after {
    font-size: 11px;
  }
}
.product-added__after::before {
  content: "\e906";
  font-family: var(--icon);
  font-size: 20px;
  transform: translateY(-2px);
}
@media screen and (max-width: 575px) {
  .product-added__after::before {
    font-size: 14px;
    transform: none;
  }
}
.product-added__after span {
  opacity: 0.5;
}
.product-added .product-quantity {
  width: 50%;
  border-right: 1px solid rgba(153, 153, 153, 0.35);
}
.product-added .btn {
  border: none;
  width: 50%;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .product-added .btn {
    font-size: 11px;
  }
}
.product-added.in-cart .product-added__top {
  transform: translateY(-47px);
}
.product-added.in-cart .product-added__after {
  transform: translateY(0);
}

.product-quantity {
  padding: 13px;
  display: flex;
}
@media screen and (max-width: 575px) {
  .product-quantity {
    padding: 10px;
  }
}
.product-quantity .btn-quantity {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-quantity .btn-quantity::after {
  content: "";
  width: 16px;
  height: 1px;
  background: var(--gray-2);
  transition: 0.3s;
  opacity: 0.35;
}
@media screen and (max-width: 575px) {
  .product-quantity .btn-quantity::after {
    width: 13px;
  }
}
.product-quantity .btn-quantity::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  background: var(--gray-2);
  transition: 0.3s;
  opacity: 0.35;
}
@media screen and (max-width: 575px) {
  .product-quantity .btn-quantity::before {
    height: 13px;
  }
}
.product-quantity .btn-quantity:hover::before, .product-quantity .btn-quantity:hover::after {
  opacity: 1;
  background: var(--gray-1);
}
.product-quantity input {
  width: 40px;
  border: none;
  background: none;
  text-align: center;
  -moz-appearance: textfield;
}
.product-quantity input::-webkit-inner-spin-button, .product-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .product-quantity input {
    width: 20px;
    font-size: 13px;
  }
}
.product-quantity .btn-minus::before {
  display: none;
}

.sorted-products {
  display: flex;
  flex-flow: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .sorted-products {
    gap: 8px;
  }
}

.btn-sorted {
  padding: 13px 16px 11px;
  border-radius: 30px;
  border: 1px solid var(--gray-3);
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .btn-sorted {
    font-size: 12px;
    padding: 10px 13px;
  }
}
.btn-sorted.active {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}
.btn-sorted.sorted {
  position: relative;
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.btn-sorted.sorted::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  transition: 0.3s;
  border-color: var(--black) transparent transparent transparent;
}
.btn-sorted.sorted.active::after {
  border-color: var(--white) transparent transparent transparent;
}
.btn-sorted.sorted-top::after {
  transform: rotate(180deg);
}

.hero-wrapper {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.hero-wrapper .hero-wrapper__pagination {
  position: absolute;
  bottom: 25px;
  z-index: 2;
}
.hero-wrapper .swiper-pagination-bullet {
  background: var(--white);
}

.hero-slide {
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 85px;
  color: var(--white);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.hero-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #0C0C0C;
  opacity: 0.5;
  z-index: -1;
}
.hero-slide a {
  color: var(--white);
}
.hero-slide .title-page {
  margin: 12px 0 30px;
}
@media screen and (max-width: 768px) {
  .hero-slide .title-page {
    margin-bottom: 20px;
  }
}

.border-info {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
}
.border-info__item {
  width: calc(33.3333333333% - 16px);
  padding: 24px;
  border: 1px solid var(--gray-3);
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  gap: 50px;
  font-size: var(--medium-20-px);
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .border-info__item {
    font-size: 16px;
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .border-info__item {
    width: 100%;
  }
}
.border-info__icon {
  width: 64px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background: var(--gray-5);
}

.projects-home-list {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .projects-home-list .swiper-wrapper {
    display: flex;
    flex-flow: wrap;
    gap: 24px;
  }
}
.projects-home-list .swiper-wrapper .swiper-slide {
  width: calc(50% - 12px);
}
@media screen and (max-width: 991px) {
  .projects-home-list .swiper-wrapper .swiper-slide {
    margin-right: 24px;
    width: 70%;
  }
  .projects-home-list .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .projects-home-list .swiper-wrapper .swiper-slide {
    margin-right: 8px;
  }
  .projects-home-list .swiper-wrapper .swiper-slide .projects-home-list__item {
    min-height: 400px;
  }
}
.projects-home-list__item {
  width: calc(50% - 12px);
  position: relative;
  padding: 24px;
  min-height: 280px;
  color: var(--white);
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .projects-home-list__item {
    width: 100%;
  }
}
.projects-home-list__item:hover {
  color: var(--white);
}
.projects-home-list__item:hover .link-chevron {
  opacity: 1;
}
.projects-home-list__item::after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.6) 100%);
}
@media screen and (max-width: 991px) {
  .projects-home-list__item {
    width: 100%;
  }
}
.projects-home-list__content {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 12px;
}
.projects-home-list .projects-cat {
  width: 100%;
  font-size: 12px;
  opacity: 0.5;
}
.projects-home-list .link-chevron {
  opacity: 0.5;
}
.projects-home-list .projects-title {
  margin-bottom: 0;
}

.border-info__contacts .border-info__icon {
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  width: 48px;
  height: 48px;
  font-size: 28px;
}

.hero-about .hero-slide {
  min-height: 360px;
  padding-bottom: 40px;
}

.about-wrapper {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .about-wrapper {
    font-size: 16px;
  }
}
.about-wrapper .note {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .about-wrapper .note {
    font-size: 14px;
  }
}

.hero-single .title-page {
  max-width: 930px;
}
@media screen and (max-width: 768px) {
  .hero-single .title-page {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hero-single .hero-slide {
    padding-top: 150px;
    min-height: 300px;
    padding-bottom: 50px;
  }
}

.hero-slide__badges {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.hero-slide__badges span {
  padding: 6px 12px;
  border-radius: 30px;
  border: 1px solid;
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
}

article .gallery-slider {
  margin: 50px 0;
}
@media screen and (max-width: 575px) {
  article .gallery-slider {
    margin: 20px 0;
  }
}
article h2 {
  font-size: var(--medium-36-px);
  font-weight: 500;
  margin: 35px 0;
  line-height: 1.15;
}
article h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  article h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
article p {
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  article p {
    margin-bottom: 10px;
  }
}
article .note {
  color: var(--gray-2);
}
article .text-image {
  margin: 85px 0;
}
@media screen and (max-width: 575px) {
  article .text-image {
    margin: 30px 0;
  }
}
article figure {
  margin: 55px 0;
}
@media screen and (max-width: 575px) {
  article figure {
    margin: 20px 0;
  }
}
article > *:last-child {
  margin-bottom: 0;
}

.text-image {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
  align-items: center;
}
.text-image__col {
  width: calc(50% - 12px);
}
@media screen and (max-width: 991px) {
  .text-image__col {
    width: 100%;
  }
}

.product-summary {
  display: flex;
  gap: 24px;
  flex-flow: wrap;
}
.product-summary__gallery {
  width: calc(50% - 12px);
  border: 1px solid var(--gray-3);
}
@media screen and (max-width: 991px) {
  .product-summary__gallery {
    width: 100%;
  }
}
.product-summary__gallery .slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 70px;
}
@media screen and (max-width: 575px) {
  .product-summary__gallery .slider-wrapper {
    padding: 25px;
  }
}
.product-summary__gallery .swiper-slide {
  height: initial;
}
.product-summary__gallery .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 400px;
}
.product-summary__gallery .btn-arrow {
  position: absolute;
  left: -18px;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .product-summary__gallery .btn-arrow {
    left: -10px;
  }
}
.product-summary__gallery .btn-arrow.btn-next {
  left: auto;
  right: -18px;
}
@media screen and (max-width: 575px) {
  .product-summary__gallery .btn-arrow.btn-next {
    right: -10px;
  }
}
.product-summary__gallery .slider-nav__pagination {
  position: absolute;
  bottom: 22px;
  z-index: 2;
}
.product-summary__gallery .swiper-slide {
  width: 100%;
}
.product-summary__gallery .swiper-slide img {
  width: 100%;
}
.product-summary__description {
  width: calc(50% - 12px);
  background: var(--gray-5);
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .product-summary__description {
    width: 100%;
    padding: 20px;
  }
}

.product-summary__description .sku {
  font-size: 12px;
  margin: 30px 0 10px;
  color: var(--gray-2);
}
.product-summary__description .title-middle-big {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product-summary__description .title-middle-big {
    font-size: 25px;
  }
}
.product-summary__description .product-desc {
  color: var(--gray-2);
  margin: 25px 0 30px;
}
@media screen and (max-width: 1200px) {
  .product-summary__description .product-desc {
    font-size: 14px;
  }
}

.product-buy {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  row-gap: 10px;
}
@media screen and (max-width: 575px) {
  .product-buy__price {
    width: 100%;
  }
}
.product-buy__price span {
  font-size: 14px;
  color: var(--gray-2);
}
.product-buy__price .title-middle-big {
  margin-bottom: 0;
}
.product-buy .btn {
  padding: 15px 40px;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .product-buy .btn {
    width: 100%;
  }
}

.product-auth-notice {
  text-align: center;
  padding: 20px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-top: 15px;
}

.product-auth-notice p {
  margin: 0;
  color: var(--gray-2);
  font-size: 14px;
}

.product-auth-notice a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}

.product-auth-notice a:hover {
  text-decoration: underline;
}

.product-delivery {
  display: flex;
  flex-flow: wrap;
  gap: 8px;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .product-delivery {
    font-size: 12px;
  }
}
.product-delivery__item {
  padding: 6px 12px 4px;
  border-radius: 30px;
  background: var(--white);
  color: var(--gray-2);
}
.product-delivery__item span {
  color: var(--black);
}
.product-delivery__item.product-free {
  background: var(--black);
  color: var(--white);
}
.product-delivery__item.product-free span {
  color: #fff;
  font-weight: 500;
}

.btn-favorite-full {
  padding: 8px 12px;
  border-radius: 40px;
  background: var(--white);
  color: var(--gray-2);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
.btn-favorite-full::before {
  content: "\e90a";
  font-family: var(--icon);
  font-size: 14px;
}
.btn-favorite-full:hover {
  color: var(--black);
}
.btn-favorite-full.in-wishlist::before {
  content: "\e909";
  color: var(--red);
}

.variations-list, .product-variations {
  display: flex;
  gap: 24px;
  flex-flow: wrap;
}
@media screen and (max-width: 1200px) {
  .variations-list, .product-variations {
    gap: 12px;
  }
}

.product-variations__item {
  width: calc(50% - 12px);
}
@media screen and (max-width: 991px) {
  .product-variations__item {
    width: 100%;
  }
}
.product-variations .title-middle-big {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1200px) {
  .product-variations .title-middle-big {
    margin-bottom: 15px;
  }
}
.product-variations .title-middle-big::before {
  content: "";
  width: 4px;
  height: 21px;
  position: relative;
  left: 0;
  background: var(--black);
  display: block;
}

.product-characteristics li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.product-characteristics li::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed var(--gray-2);
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
}
.product-characteristics li:last-child {
  margin-bottom: 0;
}
.product-characteristics li span {
  background: var(--gray-5);
}
.product-characteristics li span:first-child {
  font-weight: 500;
}

.product-detail-description {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
}
.product-detail-description__attrs {
  width: calc(33.3333333333% - 12px);
  padding: 35px 30px;
  background: var(--gray-5);
}
@media screen and (max-width: 991px) {
  .product-detail-description__attrs {
    width: 100%;
    padding: 20px;
  }
}
.product-detail-description__general {
  width: calc(66.6666666667% - 12px);
  padding: 35px 30px;
  border: 1px solid var(--gray-3);
  color: var(--gray-2);
}
@media screen and (max-width: 991px) {
  .product-detail-description__general {
    width: 100%;
    padding: 20px;
  }
}
.product-detail-description__general p {
  margin-bottom: 20px;
}
.product-detail-description__general p:last-child {
  margin-bottom: 0;
}
.product-detail-title {
  font-size: var(--medium-24-px);
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--black);
}
@media screen and (max-width: 991px) {
  .product-detail-title {
    margin-bottom: 15px;
  }
}

.projects-list {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
  row-gap: 36px;
}
.projects-list__item {
  width: calc(25% - 18px);
}
@media screen and (max-width: 991px) {
  .projects-list__item {
    width: calc(33.3333333333% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .projects-list__item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 575px) {
  .projects-list__item {
    width: 100%;
  }
}
.projects-list .project-image {
  height: 175px;
}
.projects-list .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.projects-list .project-info {
  display: flex;
  flex-flow: column;
  gap: 14px;
  margin-top: 15px;
}
.projects-list .project-info__sub {
  color: var(--black);
  font-size: 12px;
  opacity: 0.5;
}
.projects-list__item:hover {
  color: var(--black);
}
.projects-list__item:hover .link-chevron {
  opacity: 0.5;
}

.contacts-row {
  display: flex;
  flex-flow: wrap;
}
.contacts-row__content {
  padding: 40px;
  background: var(--gray-5);
  width: 58.3333333333%;
}
@media screen and (max-width: 991px) {
  .contacts-row__content {
    width: 100%;
    padding: 20px;
  }
}
.contacts-row__map {
  width: 41.6666666667%;
}
@media screen and (max-width: 991px) {
  .contacts-row__map {
    width: 100%;
  }
}
.contacts-row__map iframe {
  height: 100%;
  min-height: 300px;
}
.contacts-row + .contacts-row {
  margin-top: 35px;
}
.contacts-row:nth-child(2n+2) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 991px) {
  .contacts-row:nth-child(2n+2) {
    flex-flow: wrap;
  }
}
.contacts-row .title-middle-big {
  padding-left: 12px;
  border-left: 4px solid;
  line-height: 1;
}

.contacts-list {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
  margin: 40px 0 70px;
}
@media screen and (max-width: 991px) {
  .contacts-list {
    margin: 30px 0;
    row-gap: 15px;
  }
}
.contacts-list em {
  color: var(--red);
}
.contacts-list .contact-item {
  width: calc(50% - 12px);
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contacts-list .contact-item {
    width: 100%;
  }
}
.contacts-list .contact-item__sub-title {
  padding-bottom: 5px;
}
.contacts-list .contact-item a {
  font-size: 16px;
}
.contacts-list .contact-item__metro {
  gap: 16px;
  flex-flow: wrap;
  display: flex;
}
.contacts-list .contact-item.contact-full {
  width: 100%;
}

.contact-item__metro li {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.contact-item__metro li::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--black);
  display: inline-block;
  margin-right: 7px;
}

.auth-wrapper .form-row {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
.auth-wrapper .form-row label {
  width: 100%;
}
.auth-wrapper .form-row .btn {
  width: 100%;
  padding: 19px;
}
.auth-wrapper .title-block {
  margin-bottom: 0;
}
.auth-wrapper .desc-auth {
  color: var(--gray-2);
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .auth-wrapper .desc-auth {
    margin-bottom: 15px;
  }
}

.remove-btn {
  color: var(--red);
  font-size: 14px;
  font-weight: 500;
}
.remove-btn:hover {
  opacity: 0.75;
}

.cart-item {
  position: relative;
  display: flex;
  flex-flow: wrap;
  gap: 25px;
  padding: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cart-item {
    padding: 15px;
  }
}
.cart-item + .cart-item {
  border-top: none;
}
.cart-item__image {
  width: 135px;
}
.cart-item__content {
  width: calc(100% - 160px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cart-item__content {
    width: 100%;
    row-gap: 20px;
  }
}
.cart-item__title span {
  font-size: 12px;
  color: var(--gray-2);
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.cart-item .btn-favorite {
  position: absolute;
  top: 24px;
  right: 24px;
}
@media screen and (max-width: 768px) {
  .cart-item .btn-favorite {
    top: 15px;
    left: 15px;
    right: auto;
  }
}
.cart-item .remove-btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
@media screen and (max-width: 768px) {
  .cart-item .remove-btn {
    bottom: auto;
    top: 15px;
    right: 15px;
  }
}
.cart-item__buy-info {
  display: flex;
  align-items: center;
}
.cart-item .price {
  margin-left: 35px;
  padding-left: 35px;
  position: relative;
}
.cart-item .price::before {
  content: "";
  width: 1px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--gray-3);
}
.cart-item .product-quantity {
  gap: 16px;
  align-items: center;
  padding: 0;
}
.cart-item .product-quantity input {
  border: 1px solid var(--gray-3);
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .cart-item .product-quantity input {
    min-width: 40px;
  }
}
.cart-item .product-quantity .btn-quantity::after, .cart-item .product-quantity .btn-quantity::before {
  background: var(--black);
  opacity: 1;
}
.cart-item .remove-btn {
  font-size: 0;
}
.cart-item .remove-btn::before {
  content: "\e914";
  font-family: var(--icon);
  font-size: 20px;
}

.cart-row {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
  align-items: flex-start;
}
.cart-row__items {
  width: calc(66.6666666667% - 12px);
}
@media screen and (max-width: 1200px) {
  .cart-row__items {
    width: 100%;
  }
}
.cart-row__checkout {
  width: calc(33.3333333333% - 12px);
  padding: 24px;
  border: 1px solid var(--gray-3);
}
@media screen and (max-width: 1200px) {
  .cart-row__checkout {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cart-row__checkout {
    padding: 15px;
  }
}
.cart-row__checkout .title-middle {
  margin-bottom: 20px;
}
.cart-row__checkout label {
  margin-bottom: 15px;
}
.cart-row__checkout .btn {
  padding: 15px;
  font-size: 14px;
}

.label-discount {
  border: 1px solid var(--gray-3);
  background: var(--gray-5);
  padding: 19px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.label-discount span:first-child {
  color: var(--gray-2);
}
.label-discount span:last-child {
  font-weight: 500;
}

.select-format {
  display: flex;
  flex-flow: wrap;
  gap: 16px;
  margin-bottom: 30px;
}
.select-format__item {
  width: calc(50% - 8px);
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--gray-3);
  padding: 10px;
}
.select-format__item.active {
  border-color: var(--black);
}

.news-list {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
  row-gap: 40px;
}
.news-list__item {
  width: calc(25% - 18px);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .news-list__item {
    width: calc(33.3333333333% - 16px);
  }
}
@media screen and (max-width: 991px) {
  .news-list__item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 575px) {
  .news-list__item {
    width: 100%;
  }
}
.news-list__item:hover {
  color: var(--black);
}
.news-list__item:hover .link-chevron {
  opacity: 0.5;
}
.news-image {
  height: 260px;
}
.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-info__meta {
  display: flex;
  margin: 12px 0 16px;
  font-size: 12px;
  color: var(--gray-2);
  gap: 6px;
}
.news-info__meta span {
  display: inline-flex;
  gap: 6px;
  position: relative;
  align-items: center;
}
.news-info__meta span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--black);
  margin-left: 6px;
}
.news-info__meta span:last-child::after {
  display: none;
}
.news-info__title {
  margin-bottom: 12px;
  font-size: var(--medium-20-px);
}
.news-info__desc {
  margin-bottom: 24px;
  font-size: 14px;
  color: var(--gray-2);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.orders-list {
  border: 1px solid var(--gray-3);
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .orders-list {
    padding: 0;
  }
}
.orders-list__item {
  display: flex;
  padding: 24px 20px;
  color: var(--gray-2);
  position: relative;
  flex-flow: wrap;
}
@media screen and (max-width: 768px) {
  .orders-list__item {
    padding: 15px;
    gap: 15px;
    justify-content: space-between;
  }
}
.orders-list__item:last-child {
  padding-bottom: 8px;
}
.orders-list__item:last-child::after {
  display: none;
}
.orders-list__item::after {
  content: "";
  position: absolute;
  left: -16px;
  bottom: 0;
  width: calc(100% + 32px);
  height: 1px;
  background: var(--gray-3);
}
@media screen and (max-width: 768px) {
  .orders-list__item::after {
    width: 100%;
    left: 0;
  }
}
.orders-list__head {
  background: var(--gray-5);
  font-weight: 500;
  color: var(--black);
  padding: 16px 20px;
}
.orders-list__head::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .orders-list__head {
    display: none;
  }
}
.orders-list .col-date {
  width: 33.3333333333%;
}
.orders-list .col-number {
  width: 54.1666666667%;
}
@media screen and (max-width: 1200px) {
  .orders-list .col-number {
    width: 41.6666666667%;
  }
}
.orders-list .col-download {
  width: 12.5%;
}
@media screen and (max-width: 1200px) {
  .orders-list .col-download {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .orders-list .col-order {
    position: relative;
    color: var(--black);
  }
  .orders-list .col-order::before {
    color: var(--gray-2);
    display: block;
    width: 100%;
    padding-bottom: 5px;
    font-size: 12px;
    content: attr(data-col);
  }
}
@media screen and (max-width: 575px) {
  .orders-list .col-order {
    width: auto;
  }
  .orders-list .col-order.col-date {
    width: 100%;
  }
  .orders-list .col-order:last-child {
    text-align: right;
  }
}
.orders-list .col-sort {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.orders-list .col-sort::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: var(--black) transparent transparent transparent;
}
.orders-list .col-sort.sort-top::after {
  transform: rotate(180deg);
}
.orders-list a {
  color: var(--blue);
  font-weight: 500;
  text-decoration: underline;
}

.how-dealer {
  display: flex;
  padding-bottom: 45px;
}
.how-dealer__form {
  width: 66.6666666667%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .how-dealer__form {
    width: 100%;
  }
}
.how-dealer__image {
  z-index: 0;
  width: 33.3333333333%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .how-dealer__image {
    display: none;
  }
}
.how-dealer__image img {
  position: absolute;
  width: calc(100% + 70px);
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: none;
  right: 0;
  top: 45px;
}

.projects-home-list__item {
    background-position: center;
}

.form-dealer {
  margin-top: 0;
}
.form-dealer .label-input {
  width: calc(50% - 8px);
}
@media screen and (max-width: 991px) {
  .form-dealer .label-input {
    width: 100%;
  }
}
.form-dealer .form-row__send {
  width: 100%;
}
/*# sourceMappingURL=main.css.map */
