:root {
  --color-body: #0A0B0E;
  --color-header: #F6F6F9;
  --color-text-header: #010746;
  --color-dropdown: #F6F6F9;
  --border-color: #F5F7FF3D;
  --border-color2: #F0DBC8;
  --accent-color: #F0DBC8;
  --accent-color2: #8A6540;
  --accent-alpha: #F0DBC824;
  --accent-red: #FF465E;
  --text-primary: #ffffff;
  --text-secondary: #F5F7FFCC;
  --text-tertiary: #F5F7FF99;
  --text-quaternary: #F5F7FF66;
  --text-dark: #0A0B0E;
  --bg-secondary: #2D2F37;
  --bg-tertiary: #F5F7FF14;
  --bg-quaternary: #F5F7FF24;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--color-body);
  color: var(--text-primary);
  font-family: "Inter";
}
html.fix-scroll,
body.fix-scroll {
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: var(--color-body);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--accent-color);
  border-radius: 20px;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4 {
  font-family: "Inter";
}

p {
  font-family: "Inter";
}

section {
  margin-bottom: 250px;
}

@media (max-width: 767px) {
  section {
    margin-bottom: 180px;
  }
}
.container {
  padding: 0 64px;
  max-width: 1920px;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .container {
    padding: 0 32px;
    max-width: 1856px;
    margin: 0 auto;
  }
}
@media (max-width: 959px) {
  .container {
    padding: 0 16px;
    max-width: 1824px;
    margin: 0 auto;
  }
}
button {
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.btn {
  background: transparent;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  gap: 8px;
}
.btn:hover {
  transition: all 0.2s ease-in-out;
}
.btn.btn-b {
  border: 1px solid var(--border-color2);
  color: var(--accent-color);
}
.btn.btn-b:hover {
  background-color: var(--border-color2);
  color: var(--text-dark);
}
.btn.btn-w {
  color: var(--text-dark);
  background-color: var(--accent-color);
  padding: 12px 16px;
}
.btn.btn-w:hover {
  box-shadow: 0 0 10px var(--accent-color);
}
.btn.btn-wl {
  color: var(--accent-color);
  background-color: var(--accent-alpha);
  padding: 12px 16px 12px 24px;
}
.btn.btn-wl:hover {
  box-shadow: 0 0 10px var(--accent-alpha);
}
.btn.btn-t {
  color: var(--accent-color);
  border-bottom: 1px solid transparent;
  padding: 12px 24px;
}
.btn.btn-t:hover {
  border-bottom: 1px solid var(--accent-color);
}
.btn.btn-d {
  background-color: var(--accent-alpha);
  color: var(--accent-color);
}

.btn-link {
  text-decoration: none;
  color: var(--text-primary);
}

.btn1 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.btn2 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .btn1 {
    font-size: 13px;
  }
  .btn2 {
    font-size: 12px;
  }
}
h1 {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.01em;
}

@media (max-width: 769px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.01em;
}
h2.title {
  margin-bottom: 48px;
  max-width: 780px;
}

@media (max-width: 769px) {
  h2 {
    font-size: 34px;
  }
  h2.title {
    margin-bottom: 32px;
    max-width: 780px;
  }
}
h3 {
  font-family: "Manrope";
  font-weight: 300;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.01em;
}

@media (max-width: 769px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 24px;
  line-height: 136%;
  letter-spacing: normal;
}

@media (max-width: 769px) {
  h4 {
    font-size: 20px;
  }
}
.p1 {
  font-family: "Inter";
  font-weight: 300;
  font-size: 22px;
  line-height: 152%;
  letter-spacing: normal;
}

@media (max-width: 769px) {
  .p1 {
    font-size: 18px;
  }
}
.p2 {
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 152%;
  letter-spacing: normal;
}

@media (max-width: 769px) {
  .p2 {
    font-size: 14px;
  }
}
.p3 {
  font-family: "Inter";
  font-weight: 300;
  font-size: 15px;
  line-height: 152%;
  letter-spacing: normal;
}

@media (max-width: 769px) {
  .p3 {
    font-size: 13px;
  }
}
.p4 {
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: normal;
}

@media (max-width: 769px) {
  .p4 {
    font-size: 12px;
  }
}
.p5 {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 136%;
  letter-spacing: normal;
}

@media (max-width: 769px) {
  .p5 {
    font-size: 11px;
  }
}
.navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 43px;
}
.navigation .swiper-pagination {
  width: auto;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
}
.navigation .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--text-secondary);
}
.navigation .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}
.navigation .arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.navigation .swiper-arr {
  width: 60px;
  height: 60px;
  padding: 12px;
}

@media (max-width: 767px) {
  .navigation {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 24px;
  }
}
.input-group {
  display: flex;
  flex-direction: column;
}
.input-group label {
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--text-tertiary);
  margin-bottom: 8px;
}
.input-group input {
  background: var(--bg-quaternary);
  border: 1px solid transparent;
  outline: none;
  padding: 18px 16px;
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 152%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--text-quaternary);
  transition: all 0.2s ease-in-out;
}
.input-group input:hover {
  border-color: var(--accent-color);
}

.tags {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.tags li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 16px;
  height: 100%;
  border: 1px solid var(--accent-color);
  border-radius: 22px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 6%;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--accent-color);
  transition: all 0.2s ease-in-out;
}
.tags li a:hover {
  background-color: var(--accent-color);
  color: var(--text-dark);
}
.tags li.active a {
  background-color: var(--accent-color);
  color: var(--text-dark);
}

@media (max-width: 767px) {
  .tags li a {
    font-size: 14px;
  }
}
.breadcrumb-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
.breadcrumb-list li {
  position: relative;
  padding: 8px;
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--text-tertiary);
}
.breadcrumb-list li:not(:last-child)::before {
  content: "";
  position: absolute;
  padding: 8px;
  top: 0;
  right: -30px;
  width: 14px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDExIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjUyNjk5IDlMNS45NDAzNCA4LjQxODMyTDkuNDAwNTcgNC45NjMwN0gwLjc1VjQuMTI3ODRIOS40MDA1N0w1Ljk0MDM0IDAuNjcyNTg1TDYuNTI2OTkgMC4wOTA5MDkyTDEwLjk4MTUgNC41NDU0NUw2LjUyNjk5IDlaIiBmaWxsPSIjRjVGN0ZGIiBmaWxsLW9wYWNpdHk9IjAuNiIvPgo8L3N2Zz4K");
}
.breadcrumb-list li a {
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: none;
  color: var(--text-secondary);
}
.breadcrumb-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: var(--border-color);
  transition: all 0.2s ease-in-out;
}
.breadcrumb-list li a:hover::before {
  background-color: var(--text-primary);
}

@media (max-width: 767px) {
  .breadcrumb-list {
    gap: 0 30px;
  }
  .breadcrumb-list li {
    position: relative;
    padding: 8px;
    font-size: 12px;
  }
  .breadcrumb-list li a {
    font-size: 12px;
  }
}
.pagination {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.pagination .arr {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  transition: all 0.2s ease-in-out;
}
.pagination .arr:hover {
  border: var(--accent-color);
  background: var(--accent-color);
  color: var(--text-dark);
}
.pagination .list {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.pagination .list li a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid var(--border-color);
  font-family: "Inter";
  font-weight: 300;
  font-size: 22px;
  line-height: 152%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--text-tertiary);
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.pagination .list li a:hover {
  border: var(--accent-alpha);
  background: var(--accent-alpha);
  color: var(--accent-color);
}
.pagination .list li.active a {
  border: var(--accent-alpha);
  background: var(--accent-alpha);
  color: var(--accent-color);
}

@media (max-width: 767px) {
  .pagination {
    gap: 20px;
  }
  .pagination .arr {
    width: 48px;
    height: 48px;
  }
  .pagination .list {
    gap: 8px;
  }
  .pagination .list li:nth-child(n+2):nth-child(-n+4) {
    display: none;
  }
  .pagination .list li a {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}
.rateit .rateit-range {
  background: url("../../assets/images/stars.png");
  background-size: cover;
  height: 20px;
}

.rateit-big .rateit-range {
  background: url("../../assets/images/stars-big.png");
  background-size: cover;
  height: 32px;
}

.rateit .rateit-hover, .rateit .rateit-selected {
  background: url("../../assets/images/stars-fill.png");
  background-size: cover;
}

.rateit-big .rateit-hover, .rateit-big .rateit-selected {
  background: url("../../assets/images/stars-big-fill.png");
  background-size: cover;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(10, 11, 14, 0) 0%, rgba(10, 11, 14, 0.64) 100%);
}
.header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 48px 0;
}
.header__logo {
  min-width: 170px;
  width: 170px;
}
.header__logo img {
  max-width: 100%;
  width: 100%;
}
.header__wrapper {
  max-width: 100%;
  width: 100%;
}
.header__top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 18px;
  gap: 24px;
  border-bottom: 1px solid var(--border-color);
}
.header__top-info {
  max-width: 186px;
}
.header__top-location {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.header__top-location .icon {
  height: 24px;
  aspect-ratio: 1/1;
}
.header__top-location .text {
  max-width: 264px;
}
.header__top-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.header__top-contact .group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.header__top-contact .group .icon {
  height: 24px;
  aspect-ratio: 1/1;
}
.header__top-contact .group .text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.header__top-contact .group .text .date {
  color: var(--text-secondary);
}
.header__top-contact .group .text .btn-link {
  transition: all 0.2s ease-in-out;
}
.header__top-contact .group .text .btn-link:hover {
  color: var(--text-secondary);
}
.header__top-contact .burger {
  display: none;
}
.header__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 43px;
  width: 100%;
  padding-top: 20px;
}
.header__bottom nav {
  width: 100%;
}
.header__bottom nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  list-style: none;
}
.header__bottom nav ul li {
  position: relative;
}
.header__bottom nav ul li a {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  color: var(--text-primary);
  transition: all 0.2s ease-in-out;
}
.header__bottom nav ul li a:hover {
  color: var(--text-secondary);
}
.header__bottom nav ul li .dropdown {
  position: absolute;
  left: 0;
  width: auto;
  padding-top: 25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.header__bottom nav ul li .dropdown ul {
  background-color: var(--bg-secondary);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: normal;
  gap: 20px;
}
.header__bottom nav ul li .dropdown ul li a {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 6%;
  text-transform: uppercase;
  color: var(--text-primary);
  transition: all 0.2s ease-in-out;
}
.header__bottom nav ul li .dropdown ul li a:hover {
  color: var(--text-secondary);
}
.header__bottom nav ul li:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
.header__bottom nav ul li.sale a::before {
  content: "";
  position: absolute;
  right: -8px;
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--accent-red);
}
.header__bottom nav.header__nav2 {
  display: none;
  width: auto;
}
.header__bottom nav.header__nav2 ul li > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.burger__menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  z-index: 1000;
  width: 100vw;
  touch-action: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.burger__menu.active {
  right: 0;
}
.burger__menu__close {
  position: absolute;
  right: 16px;
  top: 32px;
}
.burger__menu__content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -330px;
  box-sizing: border-box;
  width: 328px;
  padding: 64px 16px;
  background: var(--bg-secondary);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.burger__menu__content.active {
  right: 0;
}
.burger__menu__content .location {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.burger__menu__content .location .icon {
  width: 24px;
  height: 24px;
}
.burger__menu__content .location .text {
  color: var(--text-primary);
}
.burger__menu__content .cont {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.burger__menu__content .cont .icon {
  width: 24px;
  height: 24px;
}
.burger__menu__content .cont .text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--text-primary);
}
.burger__menu__content .cont .text .link {
  text-decoration: none;
  color: var(--text-primary);
}
.burger__menu__content nav {
  width: 100%;
  border-top: 1px solid var(--border-color);
  padding-top: 32px;
}
.burger__menu__content nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.burger__menu__content nav ul li a {
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: "Inter";
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 6%;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text-primary);
}
.burger__menu__content nav ul li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjQyMzMzIDE0LjIwMzFMNS44NzUgMTMuNjU0OEwxMS4wMjkgOC41MDA3N0w1Ljg3NSAzLjM0Njc1TDYuNDIzMzMgMi43OTg0MkwxMi4xMjU3IDguNTAwNzdMNi40MjMzMyAxNC4yMDMxWiIgZmlsbD0iI0Y1RjdGRiIgZmlsbC1vcGFjaXR5PSIwLjQiLz4KPC9zdmc+Cg==");
}
.burger__menu__content nav ul li .dropdown {
  padding-left: 32px;
  padding-top: 12px;
}
.burger__menu__content nav ul li .dropdown ul {
  gap: 12px;
}
.burger__menu__content nav ul li .dropdown ul li a {
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  line-height: 152%;
  letter-spacing: 0%;
  text-transform: none;
  color: var(--text-secondary);
}
.burger__menu__content nav ul li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjI5Nzg1IDUuNTQ4MzNMMi44NDYxOCA1TDguMDAwMjEgMTAuMTU0TDEzLjE1NDIgNUwxMy43MDI2IDUuNTQ4MzNMOC4wMDAyMSAxMS4yNTA3TDIuMjk3ODUgNS41NDgzM1oiIGZpbGw9IiNGMERCQzgiLz4KPC9zdmc+Cg==");
}
.burger__menu__content nav ul li.menu-item-has-children.active > a::before {
  transform: translateY(-50%) rotate(180deg);
}
.burger__menu__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.burger__menu__logo {
  min-width: 100px;
  width: 100px;
}
.burger__menu__logo img {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 1279px) {
  .header__top-location {
    display: none;
  }
  .header__bottom nav {
    gap: 24px;
  }
  .header__bottom nav.header__nav li:nth-child(n+5) {
    display: none;
  }
  .header__bottom nav.header__nav2 {
    display: block;
  }
  .header__bottom nav.header__nav2 ul li .dropdown {
    left: auto;
    right: 0;
  }
  .header__bottom nav.header__nav2 ul li .dropdown ul li {
    display: none;
  }
  .header__bottom nav.header__nav2 ul li .dropdown ul li:nth-child(n+5) {
    display: block;
  }
}
@media (max-width: 959px) {
  .header__top-location {
    display: none;
  }
  .header__bottom nav {
    gap: 24px;
  }
  .header__bottom nav.header__nav li:nth-child(n+4) {
    display: none;
  }
  .header__bottom nav.header__nav2 ul li .dropdown ul li {
    display: none;
  }
  .header__bottom nav.header__nav2 ul li .dropdown ul li:nth-child(n+4) {
    display: block;
  }
}
@media (max-width: 767px) {
  .header__inner {
    padding: 16px 0 32px 0;
  }
  .header__logo {
    min-width: 88px;
    width: 88px;
    max-width: 88px;
  }
  .header__top {
    justify-content: flex-end;
    border-bottom: none;
    padding-bottom: 0;
  }
  .header__top-info {
    display: none;
  }
  .header__top-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .header__top-contact .burger {
    display: flex;
  }
  .header__top-contact .group {
    display: none;
  }
  .header__bottom {
    display: none;
  }
}
.cover {
  position: relative;
}
.cover.left-shadow::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
  z-index: 2;
  background: linear-gradient(-90deg, rgba(10, 11, 14, 0) 0%, rgba(10, 11, 14, 0.64) 50.5%, rgba(10, 11, 14, 0.88) 100%);
}
.cover__inner {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cover__swiper {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cover__swiper img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover__head {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 170px;
  width: 100%;
}
.cover__bottom {
  position: relative;
  z-index: 2;
  padding: 48px 0;
  background: linear-gradient(180deg, rgba(10, 11, 14, 0) 0%, rgba(10, 11, 14, 0.64) 50.5%, rgba(10, 11, 14, 0.88) 100%);
}
.cover__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.cover__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 610px;
}
.cover__content .tag {
  color: var(--accent-color);
  margin-bottom: 16px;
}
.cover__content .title {
  color: var(--text-primary);
  margin-bottom: 16px;
}
.cover__content .desc {
  color: var(--text-secondary);
}
.cover__content .btn {
  margin-top: 32px;
}
.cover__content .buttons {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.cover__content .buttons .btn {
  margin-top: 0;
}
.cover__runroud {
  position: relative;
  z-index: 3;
  height: 58px;
  padding: 12px 0;
  overflow: hidden;
  background-color: var(--accent-color2);
  text-decoration: none;
  color: var(--text-primary);
}
.cover__runroud .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}
.cover__runroud .content {
  display: flex;
  flex-direction: row;
  align-items: normal;
  gap: 52px;
}
.cover__runroud .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.cover__runroud .item .text {
  white-space: nowrap;
}
.cover__runroud .item .tag {
  border: 1px solid var(--accent-color);
  padding: 4px 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4px;
}
.cover__runroud .item .tag .round {
  margin-top: 4px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--accent-red);
}
.cover__tags {
  margin-top: 24px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.cover__tags li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  height: 100%;
  border: 1px solid var(--accent-color);
  border-radius: 22px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 6%;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--accent-color);
  transition: all 0.2s ease-in-out;
}

.cover2 {
  margin-top: 170px;
}
.cover2__inner .breadcrumb {
  margin-bottom: 62px;
}
.cover2__content {
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cover2__content .title {
  max-width: 780px;
  color: var(--text-primary);
  margin-bottom: 16px;
}
.cover2__content .desc {
  max-width: 780px;
  color: var(--text-secondary);
}
.cover2__content .btn {
  margin-top: 32px;
}
.cover2__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
  margin-top: 48px;
}
.cover2__list-item {
  width: calc((100% - 48px) / 3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cover2__list-item .head {
  position: relative;
  width: 100%;
  aspect-ratio: 5/4;
}
.cover2__list-item .head .image {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 5/4;
}
.cover2__list-item .head .image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover2__list-item .head .image::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(10, 11, 14, 0) 0%, rgba(10, 11, 14, 0.64) 100%);
}
.cover2__list-item .head .text {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px;
}
.cover2__list-item .head .count {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Manrope";
  font-weight: 400;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -1%;
  text-align: center;
  vertical-align: middle;
  color: var(--text-primary);
}
.cover2__list-item .btn {
  margin-top: 0;
}

.cover-contacts {
  margin-top: 170px;
}
.cover-contacts__inner {
  display: flex;
  flex-direction: column;
}
.cover-contacts__inner .breadcrumb {
  margin-bottom: 24px;
}
.cover-contacts__wrapper {
  padding: 48px 0;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.cover-contacts__content {
  min-width: 780px;
  width: 780px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cover-contacts__content .tag {
  color: var(--accent-color);
  margin-bottom: 16px;
}
.cover-contacts__content .title {
  margin-bottom: 16px;
}
.cover-contacts__content .desc {
  color: var(--text-secondary);
}
.cover-contacts__content .info {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 176px;
}
.cover-contacts__content .info li {
  display: flex;
  flex-direction: column;
}
.cover-contacts__content .info li .link {
  font-family: "Manrope";
  font-weight: 300;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -1%;
  color: var(--text-primary);
  text-decoration: none;
  margin-bottom: 8px;
  transition: all 0.2s ease-in-out;
}
.cover-contacts__content .info li .link:hover {
  color: var(--accent-color);
}
.cover-contacts__content .info li .subdesc {
  color: var(--text-secondary);
}
.cover-contacts__map {
  max-width: 100%;
  width: 100%;
  height: 1;
}
.cover-contacts__map #map {
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  .cover-contacts__content {
    min-width: 0;
    width: calc((100% - 24px) / 2);
  }
  .cover-contacts__map {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 1279px) {
  .cover-contacts__wrapper {
    padding: 48px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
  .cover-contacts__content {
    width: 100%;
  }
  .cover-contacts__content .info {
    margin-top: 64px;
  }
  .cover-contacts__map {
    width: 100%;
    height: 628px;
  }
}
@media (max-width: 959px) {
  .cover__content {
    max-width: 544px;
  }
  .cover__nav .cover__pagination {
    display: none;
  }
  .cover2__list {
    flex-wrap: wrap;
  }
  .cover2__list-item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 767px) {
  .cover__inner {
    padding-top: 108px;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cover__head {
    position: relative;
    top: auto;
  }
  .cover__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .cover__nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }
  .cover__nav .cover__pagination {
    display: none;
  }
  .cover__nav .arrow {
    order: 2;
  }
  .cover__runroud {
    height: 46px;
    padding: 8px 0;
  }
  .cover__runroud .content {
    gap: 40px;
  }
  .cover__tags li {
    padding: 14px 16px;
    font-size: 12px;
  }
  .cover.main .cover__inner {
    justify-content: flex-end;
  }
  .cover2 {
    margin-top: 108px;
  }
  .cover2__inner .breadcrumb {
    margin-bottom: 82px;
  }
  .cover2__list-item {
    width: 100%;
  }
  .cover2__list-item .head .count {
    font-size: 40px;
  }
  .cover-contacts {
    margin-top: 108px;
  }
  .cover-contacts__content .title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .cover-contacts__map {
    height: 453px;
  }
  .cover2__inner .breadcrumb {
    margin-bottom: 12px;
  }
}
.card {
  margin-top: 170px;
}
.card__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.card__wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.card__wrapper .slider {
  width: calc((100% - 24px) / 2);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card__wrapper .slider__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.card__wrapper .slider .product-swiper-navigation {
  width: 100%;
}
.card__wrapper .slider .product-swiper-navigation .nav-slide {
  border: 4px solid transparent;
}
.card__wrapper .slider .product-swiper-navigation .nav-slide img, .card__wrapper .slider .product-swiper-navigation .nav-slide video {
  aspect-ratio: 5/4;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__wrapper .slider .product-swiper-navigation .nav-slide.swiper-slide-thumb-active {
  border: 4px solid #F0DBC8;
}
.card__wrapper .slider .product-swiper {
  position: relative;
  width: 100%;
}
.card__wrapper .slider .product-swiper .product-slide {
  overflow: hidden;
  border-radius: 4px;
}
.card__wrapper .slider .product-swiper .product-slide img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card__wrapper .slider .product-swiper .product-slide video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card__wrapper .slider .swiper-arr {
  width: 60px;
  height: 60px;
  max-width: 60px;
  min-width: 60px;
}
.card__wrapper .content {
  width: calc((100% - 24px) / 2);
}
.card__wrapper .content-text {
  position: sticky;
  top: 170px;
}
.card__wrapper .content .tag {
  color: var(--accent-color);
  margin-bottom: 6px;
}
.card__wrapper .content .title {
  color: var(--text-primary);
  margin-bottom: 32px;
}
.card__wrapper .content .price {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
.card__wrapper .content .price .new {
  color: var(--text-primary);
}
.card__wrapper .content .price .old {
  text-decoration: line-through;
  color: var(--text-secondary);
}
.card__wrapper .content .price .sale {
  padding: 2px 8px;
  background-color: var(--accent-color2);
  border-radius: 28px;
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 152%;
  letter-spacing: 0%;
  color: var(--text-primary);
}
.card__wrapper .content .desc {
  max-width: 780px;
  width: 100%;
  color: var(--text-secondary);
  margin-bottom: 32px;
}
.card__wrapper .content .btn {
  padding: 12px 24px;
}
.card__wrapper .content .cat {
  margin-top: 44px;
}
.card__wrapper .content .cat span, .card__wrapper .content .cat a {
  text-decoration: none;
  color: var(--accent-color);
  transition: all 0.2s ease-in-out;
}
.card__wrapper .content .cat span:hover, .card__wrapper .content .cat a:hover {
  color: var(--text-primary);
}

@media (max-width: 959px) {
  .card__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
  .card__wrapper .slider {
    width: 100%;
  }
  .card__wrapper .content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .card__wrapper .content .title {
    margin-bottom: 24px;
  }
  .card__wrapper .content .price {
    margin-bottom: 24px;
  }
  .card__wrapper .content .price .sale {
    font-size: 14px;
  }
  .card__wrapper .slider .swiper-arr {
    width: 48px;
    height: 48px;
    max-width: 48px;
    min-width: 48px;
  }
}
.categorys {
  position: relative;
  padding: 48px 0;
}
.categorys__images {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.categorys__images-image {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
}
.categorys__images-image.active {
  display: block;
}
.categorys__images-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.categorys__images-image::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
  background: linear-gradient(-90deg, rgba(10, 11, 14, 0) 0%, rgba(10, 11, 14, 0.64) 50.5%, rgba(10, 11, 14, 0.88) 100%);
}
.categorys__content {
  position: relative;
  max-width: 780px;
  width: 100%;
  z-index: 3;
}
.categorys__content .tag {
  color: var(--accent-color);
  margin-bottom: 14px;
}
.categorys__content .title {
  color: var(--text-primary);
  margin-bottom: 24px;
}
.categorys__content .desc {
  color: var(--text-secondary);
  max-width: 650px;
  margin-bottom: 64px;
}
.categorys__content .list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 282px;
  list-style: none;
  padding: 0;
  margin-bottom: 64px;
  color: var(--text-tertiary);
}
.categorys__content .list li a {
  position: relative;
  color: var(--text-tertiary);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.categorys__content .list li a h3 {
  transition: all 0.2s ease-in-out;
}
.categorys__content .list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: var(--accent-color);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.categorys__content .list li a.active {
  color: var(--accent-color);
}
.categorys__content .list li a.active h3 {
  transform: translateX(25px);
}
.categorys__content .list li a.active::before {
  opacity: 1;
}
.categorys__content .btn {
  margin-top: 96px;
}

@media (max-width: 1279px) {
  .categorys__images-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background: linear-gradient(-90deg, rgba(10, 11, 14, 0) 0%, rgba(10, 11, 14, 0.64) 50.5%, rgba(10, 11, 14, 0.88) 100%);
  }
}
@media (max-width: 959px) {
  .categorys__content .desc {
    margin-bottom: 35px;
  }
  .categorys__content .btn {
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  .categorys__images-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 90%;
    background: linear-gradient(-90deg, rgba(10, 11, 14, 0) 0%, rgba(10, 11, 14, 0.64) 50.5%, rgba(10, 11, 14, 0.88) 100%);
  }
  .categorys__content .desc {
    margin-bottom: 103px;
  }
  .categorys__content .list {
    gap: 28px;
  }
  .categorys__content .btn {
    margin-top: 103px;
  }
}
.categorys-list__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px 24px;
}
.categorys-list__item {
  width: calc((100% - 48px) / 3);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.categorys-list__item .head {
  position: relative;
  width: 100%;
  aspect-ratio: 5/4;
}
.categorys-list__item .head::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(180deg, rgba(10, 11, 14, 0) 0%, rgba(10, 11, 14, 0.64) 50.5%, rgba(10, 11, 14, 0.88) 100%);
}
.categorys-list__item .head .image {
  position: relative;
  aspect-ratio: 5/4;
}
.categorys-list__item .head .image img {
  aspect-ratio: 5/4;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.categorys-list__item .head .info {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
.categorys-list__item .head .info .icon {
  height: 36px;
  width: 36px;
  aspect-ratio: 1/1;
}
.categorys-list__item .head .info .text .subtitle {
  color: var(--text-primary);
  margin-bottom: 8px;
}
.categorys-list__item .head .info .text .desc {
  color: var(--text-secondary);
}
.categorys-list__buttons {
  display: flex;
  flex-direction: row;
  margin-top: 28px;
}
.categorys-list .tags {
  max-width: 866px;
  width: 100%;
  margin-bottom: 48px;
}
.categorys-list__pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

@media (max-width: 1279px) {
  .categorys-list__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 32px 24px;
  }
  .categorys-list__item {
    width: calc((100% - 24px) / 2);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .categorys-list__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 32px;
  }
  .categorys-list__item {
    width: 100%;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .categorys-list__item .head .info {
    padding: 20px;
  }
  .categorys-list__item .head .info .icon {
    width: 30px;
    height: 30px;
  }
}
.gallery-list__inner .title {
  color: var(--text-primary);
}
.gallery-list__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.gallery-list__item {
  width: calc((100% - 24px) / 2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gallery-list__item .head {
  position: relative;
  width: 100%;
  aspect-ratio: 5/4;
}
.gallery-list__item .head .image {
  position: relative;
  display: flex;
  z-index: 1;
  width: 100%;
  aspect-ratio: 5/4;
}
.gallery-list__item .head .image::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(10, 11, 14, 0) 0%, rgba(10, 11, 14, 0.64) 100%);
}
.gallery-list__item .head .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-list__item .head .text {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px;
}
.gallery-list__item .head .count {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Manrope";
  font-weight: 400;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -1%;
  text-align: center;
  vertical-align: middle;
  color: var(--text-primary);
}

@media (max-width: 767px) {
  .gallery-list__item {
    width: 100%;
  }
  .gallery-list__item .head .count {
    font-size: 40px;
  }
  .gallery-list__item .head .text {
    padding: 20px;
  }
}
.gallery__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.gallery__inner .head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.gallery__inner .head .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gallery__inner .head .text .title {
  margin-bottom: 0;
}
.gallery__inner .head .text .desc {
  max-width: 780px;
  color: var(--text-secondary);
}
.gallery__inner .head .btn {
  white-space: nowrap;
}
.gallery__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.gallery__buttons {
  display: flex;
  flex-direction: row;
}
.gallery__item {
  width: calc((100% - 48px) / 3);
  position: relative;
  aspect-ratio: 5/4;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__item .count {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Manrope";
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -1%;
  text-align: center;
  vertical-align: middle;
  color: var(--text-primary);
}
.gallery__item.last::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--background-dim, rgba(0, 0, 0, 0.4));
}

@media (max-width: 1279px) {
  .gallery__item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 767px) {
  .gallery__inner .head {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .gallery__item {
    width: 100%;
  }
}
.settings__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
.settings__item {
  width: calc((100% - 24px) / 2);
}
.settings__item .title {
  color: var(--text-primary);
  margin-bottom: 20px;
}
.settings__item .desc {
  color: var(--text-secondary);
}
.settings__item .list {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.settings__item .list li {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px 20px 56px;
}
.settings__item .list li:nth-child(odd) {
  background-color: var(--bg-tertiary);
}
.settings__item .list li::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 1px;
  background-color: var(--text-tertiary);
}
.settings__item .list li .subtitle {
  color: var(--text-secondary);
}
.settings__item .list li .subdesc {
  color: var(--text-primary);
}

@media (max-width: 959px) {
  .settings__inner {
    gap: 48px;
  }
  .settings__item {
    width: 100%;
  }
}
.faq__list {
  position: relative;
  z-index: 2;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq__list-item {
  padding: 32px;
  background: var(--bg-tertiary);
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.faq__list-item__title {
  position: relative;
  padding-right: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.faq__list-item__title .number {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -1%;
  color: var(--accent-color);
}
.faq__list-item__title .title {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 24px;
  line-height: 136%;
  letter-spacing: 0%;
  color: var(--text-primary);
}
.faq__list-item__title .icon {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 44px;
  height: 44px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: var(--accent-color);
}
.faq__list-item:hover {
  border-color: var(--accent-color);
}
.faq__list-item.active .faq__list-item__title .icon {
  transform: translateY(-50%) rotate(45deg);
}
.faq__list-item__content {
  display: none;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.faq__list-item__content .article-texts {
  width: calc((100% - 8px) / 2);
}
.faq__buttons {
  display: flex;
  flex-direction: row;
  margin-top: 48px;
}

@media (max-width: 1279px) {
  .faq__list-item__content {
    display: none;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .faq__list-item__content .article-texts {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .faq__list-item__title {
    position: relative;
    padding-right: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .faq__list-item__title .number {
    font-size: 40px;
  }
  .faq__list-item__title .title {
    font-size: 20px;
  }
  .faq__list-item__title .icon {
    width: 32px;
    height: 32px;
  }
  .faq__list-item__title .icon svg {
    width: 32px;
    height: 32px;
  }
}
.videos__video {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}
.videos__video .text {
  position: absolute;
  z-index: 2;
  top: 48px;
}
.videos__video .text .title {
  max-width: 780px;
  margin-bottom: 24px;
}
.videos__video .text .desc {
  max-width: 650px;
  color: var(--text-secondary);
}
.videos__video .buttons {
  position: absolute;
  z-index: 2;
  bottom: 48px;
}

.video-container {
  position: relative;
  width: 100%;
}

.video-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-preview .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
}
.video-preview .play-btn svg {
  width: 64px;
  height: 64px;
}
.video-preview .play-btn:hover {
  box-shadow: 0 0 10px var(--accent-color);
}

.video-player {
  width: 100%;
  height: 100%;
}
.video-player iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

@media (max-width: 1279px) {
  .videos__video {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
  }
  .videos__video .video-container {
    height: 722px;
  }
  .videos__video .video-preview {
    height: 100%;
    width: 100%;
  }
  .videos__video .video-preview img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .videos__video .video-player iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: none;
  }
  .videos__video .text {
    position: absolute;
    z-index: 2;
    top: 48px;
  }
  .videos__video .text .title {
    max-width: 780px;
    margin-bottom: 24px;
  }
  .videos__video .text .desc {
    max-width: 650px;
    color: var(--text-secondary);
  }
  .videos__video .buttons {
    position: absolute;
    z-index: 2;
    bottom: 48px;
  }
}
@media (max-width: 767px) {
  .video-preview .play-btn svg {
    width: 40px;
    height: 40px;
  }
}
.team__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.team__inner .image {
  width: 100%;
}
.team__inner .desc {
  max-width: 780px;
  color: var(--text-secondary);
  margin-top: 24px;
}
.team__inner .btn {
  margin-top: 48px;
}

.advantages__inner .tag {
  color: var(--accent-color);
  margin-bottom: 16px;
}
.advantages__inner .title {
  color: var(--text-primary);
}
.advantages__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.advantages__wrapper.col3 .advantages__item {
  width: calc((100% - 48px) / 3);
  min-height: 300px;
}
.advantages__item {
  width: calc((100% - 72px) / 4);
  background-color: var(--bg-tertiary);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 430px;
}
.advantages__item .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.advantages__item .subtitle {
  color: var(--text-primary);
  margin-bottom: 12px;
}
.advantages__item .desc {
  color: var(--text-secondary);
}
.advantages__item .list {
  padding-left: 20px;
  color: var(--text-secondary);
}
.advantages__buttons {
  display: flex;
  flex-direction: row;
  margin-top: 48px;
}

@media (max-width: 1279px) {
  .advantages__item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 959px) {
  .advantages__wrapper.col3 .advantages__item {
    width: calc((100% - 24px) / 2);
    min-height: 390px;
  }
}
@media (max-width: 767px) {
  .advantages__wrapper {
    gap: 16px;
  }
  .advantages__wrapper.col3 .advantages__item {
    width: 100%;
    min-height: 0;
  }
  .advantages__item {
    width: 100%;
    padding: 20px;
    min-height: 0;
  }
  .advantages__item .icon {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
  }
  .advantages__item .subtitle {
    margin-bottom: 8px;
  }
}
.production {
  overflow: hidden;
}
.production__inner .title {
  color: var(--text-primary);
  margin-bottom: 24px;
}
.production__inner .desc {
  max-width: 680px;
  color: var(--text-secondary);
  margin-bottom: 48px;
}
.production__swiper {
  overflow: visible;
  margin-bottom: 48px;
}
.production__swiper .swiper-slide {
  height: auto;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}
.production__swiper .swiper-slide .text {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.production__swiper .swiper-slide-active {
  opacity: 1;
}
.production__swiper .swiper-slide-active .text {
  opacity: 1;
}
.production__item {
  position: relative;
  height: 100%;
}
.production__item::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 224px;
  background: linear-gradient(180deg, rgba(10, 11, 14, 0) 0%, rgba(10, 11, 14, 0.64) 100%);
}
.production__item .image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.production__item .text {
  opacity: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  transition: opacity 0.2s ease-in-out;
}
.production__item .text .subtitle {
  color: var(--text-primary);
  margin-bottom: 8px;
}
.production__item .text .subdesc {
  color: var(--text-secondary);
}
.production__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .production__inner .desc {
    margin-bottom: 32px;
  }
  .production__item .text {
    padding: 20px;
  }
  .production__swiper {
    margin-bottom: 32px;
  }
  .production__bottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    margin-top: 32px;
    align-items: flex-start;
  }
}
.call {
  background: var(--bg-tertiary);
  padding: 64px 0;
  margin-bottom: 0 !important;
}
.call__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
.call__inner .content {
  width: calc((100% - 24px) / 2);
}
.call__inner .content .title {
  color: var(--text-primary);
  margin-bottom: 20px;
}
.call__inner .content .desc {
  color: var(--text-secondary);
  margin-bottom: 48px;
}
.call__inner .content form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.call__inner .content form .input-group {
  width: 100%;
}
.call__inner .content form .input-group:not(:last-child) {
  margin-bottom: 40px;
}
.call__inner .content form .btn {
  margin-top: 10px;
}
.call__inner .image {
  width: calc((100% - 24px) / 2);
}
.call__inner .image img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1279px) {
  .call__inner {
    flex-direction: column;
    gap: 64px;
  }
  .call__inner .content {
    width: 100%;
  }
  .call__inner .image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .call {
    padding: 48px 0;
  }
  .call__inner {
    gap: 48px;
  }
  .call__inner .content .desc {
    margin-bottom: 32px;
  }
  .call__inner .content form .input-group:not(:last-child) {
    margin-bottom: 28px;
  }
  .call__inner .content form .btn {
    margin-top: 16px;
  }
}
.contacts__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
.contacts__image {
  width: calc((100% - 24px) / 2);
}
.contacts__image img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.contacts__content {
  width: calc((100% - 24px) / 2);
}
.contacts__content .title {
  margin-bottom: 16px;
}
.contacts__content .desc {
  color: var(--text-secondary);
  margin-bottom: 32px;
}
.contacts__content .list {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.contacts__content .list li a {
  width: 56px;
  height: 56px;
  aspect-ratio: 1/1;
}

@media (max-width: 1279px) {
  .contacts__inner {
    flex-wrap: wrap;
  }
  .contacts__content {
    width: 100%;
  }
  .contacts__image {
    width: 100%;
  }
}
.socials__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.socials__content {
  width: calc((100% - 24px) / 2);
}
.socials__content .title {
  margin-bottom: 20px;
}
.socials__content .desc {
  color: var(--text-secondary);
  margin-bottom: 32px;
}
.socials__content .list {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.socials__content .list li a {
  width: 56px;
  height: 56px;
  aspect-ratio: 1/1;
}
.socials__form {
  width: calc((100% - 24px) / 2);
  background: var(--bg-tertiary);
  padding: 48px;
}
.socials__form .subtitle {
  max-width: 600px;
  margin-bottom: 12px;
}
.socials__form .desc {
  max-width: 600px;
  color: var(--text-secondary);
  margin-bottom: 48px;
}
.socials__form form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.socials__form form .input-group {
  width: 100%;
}

@media (max-width: 1279px) {
  .socials__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 64px;
  }
  .socials__content {
    width: 100%;
  }
  .socials__form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .socials__content .list {
    flex-wrap: wrap;
  }
  .socials__content .list li a {
    display: flex;
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }
  .socials__content .list li a svg {
    width: 40px;
    height: 40px;
  }
  .socials__form {
    padding: 20px;
  }
}
.banner {
  height: 830px;
}
.banner__image {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__image img {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
  background: linear-gradient(-90deg, rgba(10, 11, 14, 0) 0%, rgba(10, 11, 14, 0.64) 50.5%, rgba(10, 11, 14, 0.88) 100%);
}
.banner__content {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 0;
}
.banner__content .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.banner__content .title {
  max-width: 780px;
  margin-bottom: 24px;
}
.banner__content .desc {
  max-width: 650px;
  color: var(--text-secondary);
}

@media (max-width: 1279px) {
  .banner__content {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .banner {
    height: 668px;
  }
  .banner__image img {
    object-position: center;
  }
  .banner__content {
    padding: 16px 0;
  }
}
@media (max-width: 479px) {
  .banner {
    height: 547px;
  }
}
.whatis__inner .title {
  color: var(--text-primary);
}
.whatis__wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.whatis__item {
  width: calc((100% - 48px) / 3);
  min-height: 540px;
  background-color: var(--bg-tertiary);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.whatis__item .image {
  width: 100%;
  aspect-ratio: 3/2;
}
.whatis__item .image img {
  aspect-ratio: 3/2;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.whatis__item .title {
  color: var(--text-primary);
}

@media (max-width: 1297px) {
  .whatis__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
  .whatis__item {
    width: calc((100% - 24px) / 2);
    min-height: 480px;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .whatis__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
  .whatis__item {
    width: 100%;
    min-height: 0;
    padding: 20px;
  }
}
.seotext__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.seotext__inner .article-texts {
  max-width: 866px;
  width: 100%;
}

.article-texts {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.article-texts h1 {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--text-primary);
}
.article-texts h1:not(:first-child) {
  margin-top: 86px;
}
@media (max-width: 769px) {
  .article-texts h1 {
    font-size: 40px;
  }
}
.article-texts h2 {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: var(--text-primary);
}
.article-texts h2.title {
  max-width: 780px;
}
.article-texts h2:not(:first-child) {
  margin-top: 86px;
}
@media (max-width: 769px) {
  .article-texts h2 {
    font-size: 34px;
  }
}
.article-texts h3 {
  margin-top: 48px;
  font-family: "Manrope";
  font-weight: 300;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: var(--text-primary);
}
@media (max-width: 769px) {
  .article-texts h3 {
    font-size: 26px;
  }
}
.article-texts h4 {
  margin-top: 48px;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 24px;
  line-height: 136%;
  letter-spacing: normal;
  color: var(--text-primary);
}
@media (max-width: 769px) {
  .article-texts h4 {
    font-size: 20px;
  }
}
.article-texts p {
  font-family: "Inter";
  font-weight: 300;
  font-size: 22px;
  line-height: 152%;
  letter-spacing: 0%;
  color: var(--text-secondary);
}
.article-texts ul, .article-texts ol {
  list-style: none;
}
.article-texts ul li, .article-texts ol li {
  font-weight: 300;
  font-size: 22px;
  line-height: 152%;
  letter-spacing: 0%;
  color: var(--text-secondary);
  padding-left: 20px;
  position: relative;
}
.article-texts ul li:before, .article-texts ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  background: var(--text-secondary);
  border-radius: 50%;
}
.article-texts blockquote {
  border-left: 4px solid var(--border-color);
  padding-left: 20px;
  font-style: italic;
  color: var(--text-secondary);
}
.article-texts blockquote p {
  font-weight: 300;
  font-size: 22px;
  line-height: 152%;
}
.article-texts img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.article-texts table {
  width: 100%;
  border-collapse: collapse;
}
.article-texts table th, .article-texts table td {
  border: 1px solid var(--border-color);
  padding: 12px;
  text-align: left;
  font-size: 18px;
  color: var(--text-secondary);
}
.article-texts table th {
  background: var(--bg-quaternary);
  font-weight: 700;
}
.article-texts a {
  color: var(--accent-color);
  text-decoration: none;
}
.article-texts a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .article-texts p {
    font-size: 18px;
  }
  .article-texts ul, .article-texts ol {
    list-style: none;
  }
  .article-texts ul li, .article-texts ol li {
    font-size: 18px;
  }
  .article-texts blockquote p {
    font-size: 18px;
  }
  .article-texts img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .article-texts table th, .article-texts table td {
    font-size: 16px;
  }
  .article-texts a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .article-texts {
    gap: 14px;
  }
}
.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 8px 0;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-custom {
  position: relative;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  transition: all 0.2s ease;
}

.checkbox input:checked ~ .checkbox-custom {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.checkbox input:checked ~ .checkbox-text {
  color: var(--text-primary);
}

.checkbox input:checked ~ .checkbox-custom:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid var(--color-body);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-text {
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 152%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--text-secondary);
  padding-right: 20px;
}

.checkbox-count {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: var(--text-quaternary);
}

.text-image__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
.text-image__content {
  width: calc((100% - 24px) / 2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-image__content .title {
  color: var(--text-primary);
  margin-bottom: 20px;
}
.text-image__content .desc {
  color: var(--text-secondary);
}
.text-image__content .btn {
  margin-top: 48px;
}
.text-image__image {
  width: calc((100% - 24px) / 2);
}
.text-image__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 80px;
}
.text-image__list-item {
  width: calc((100% - 72px) / 4);
}
.text-image__list-item .subtitle {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -1%;
  color: var(--text-primary);
  margin-bottom: 12px;
}
.text-image__list-item .subdesc {
  color: var(--text-secondary);
}
.text-image__slider {
  position: relative;
  margin-top: 80px;
}
.text-image__slider .navigation {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
}
.text-image__slider .swiper-slide {
  height: auto;
}
.text-image__slider .swiper-slide img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.text-image-list__inner {
  display: flex;
  flex-direction: column;
}
.text-image-list__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
.text-image-list__item:nth-child(even) {
  flex-direction: row-reverse;
}
.text-image-list__item-content {
  width: calc((100% - 24px) / 2);
  padding: 48px 0;
}
.text-image-list__item-content .tag {
  color: var(--accent-color);
  margin-bottom: 20px;
}
.text-image-list__item-content .title {
  margin-bottom: 20px;
}
.text-image-list__item-content .desc {
  color: var(--text-secondary);
}
.text-image-list__item-content .btn {
  margin-top: 180px;
}
.text-image-list__item-image {
  width: calc((100% - 24px) / 2);
}

@media (max-width: 1279px) {
  .text-image__inner {
    flex-wrap: wrap;
    gap: 64px;
  }
  .text-image__content {
    width: 100%;
  }
  .text-image__image {
    width: 100%;
  }
  .text-image-list__item {
    display: flex;
    flex-direction: column;
  }
  .text-image-list__item:nth-child(even) {
    flex-direction: column;
  }
  .text-image-list__item-content {
    width: 100%;
  }
  .text-image-list__item-image {
    width: 100%;
  }
  .text-image-list__item:first-child .text-image-list__item-content {
    padding-top: 0;
  }
}
@media (max-width: 959px) {
  .text-image__list {
    flex-wrap: wrap;
    gap: 48px 24px;
  }
  .text-image__list-item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 767px) {
  .text-image__inner {
    gap: 24px;
  }
  .text-image__list-item .subtitle {
    font-size: 34px;
  }
}
@media (max-width: 479px) {
  .text-image__list {
    flex-wrap: wrap;
  }
  .text-image__list-item {
    width: 100%;
  }
}
.catalog .btn-filter {
  display: none;
}
.catalog__wrapper {
  display: flex;
  flex-direction: row;
  gap: 64px 24px;
}
.catalog__sidebar {
  width: 430px;
  min-width: 430px;
}
.catalog__sidebar-form {
  position: sticky;
  top: 170px;
  padding: 24px;
  background: var(--bg-tertiary);
  display: flex;
  flex-direction: column;
}
.catalog__sidebar-form .subtitle {
  margin-bottom: 12px;
}
.catalog__sidebar-form .checkbox-group:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 12px;
}
.catalog__list {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}
.catalog__list .product__item {
  width: calc((100% - 48px) / 3);
}
.catalog__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.catalog-list__wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.catalog-list__wrapper .product__item {
  width: calc((100% - 72px) / 4);
}

@media (max-width: 1440px) {
  .catalog__sidebar {
    width: 310px;
    min-width: 310px;
  }
}
@media (max-width: 1279px) {
  .catalog__sidebar {
    width: 270px;
    min-width: 270px;
  }
  .catalog__list .product__item {
    width: calc((100% - 24px) / 2);
  }
  .catalog-list__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px 24px;
  }
  .catalog-list__wrapper .product__item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 959px) {
  .catalog__sidebar {
    display: none;
  }
  .catalog .btn-filter {
    display: flex;
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .catalog__list {
    gap: 64px;
  }
  .catalog__list .product__item {
    width: 100%;
  }
  .catalog-list__wrapper {
    display: flex;
    flex-direction: row;
    gap: 48px;
  }
  .catalog-list__wrapper .product__item {
    width: 100%;
  }
}
.product__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product__item .image {
  position: relative;
  aspect-ratio: 5/4;
  width: 100%;
  user-select: none;
}
.product__item .image img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  user-select: none;
}
.product__item .image .sale {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: 16px;
  background: var(--accent-color2);
  padding: 4px 12px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
}
.product__item .text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product__item .text .count {
  color: var(--accent-color);
}
.product__item .text .price {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.product__item .text .price .new {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 24px;
  line-height: 136%;
  letter-spacing: 0%;
  color: var(--text-primary);
}
.product__item .text .price .old {
  font-family: "Inter";
  font-weight: 300;
  font-size: 15px;
  line-height: 152%;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: var(--text-secondary);
}
.product__item .text .desc {
  color: var(--text-secondary);
}
.product__item .buttons {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.product__item .buttons .btn-wl {
  padding: 8px;
  width: 60px;
}

@media (max-width: 767px) {
  .product__item .text .price .new {
    font-size: 20px;
  }
  .product__item .text .price .old {
    font-size: 13px;
  }
  .product__item .buttons {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .product__item .buttons .btn-w {
    padding: 4px 18px;
  }
  .product__item .buttons .btn-wl {
    padding: 3px;
    width: 44px;
  }
}
.reviews {
  overflow: hidden;
}
.reviews__inner .title {
  color: var(--text-primary);
}
.reviews__video {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 48px;
}
.reviews__video-head {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.reviews__video-head .text .name {
  color: var(--text-primary);
  margin-bottom: 7px;
}
.reviews__video-head .text .info {
  color: var(--text-tertiary);
}
.reviews__swiper {
  overflow: visible;
}
.reviews__swiper .swiper-slide {
  height: auto;
}
.reviews__item {
  background: var(--bg-tertiary);
  border: 1px solid transparent;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  min-height: 420px;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.reviews__item:hover {
  border-color: var(--accent-color);
}
.reviews__item .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}
.reviews__item .head .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}
.reviews__item .head .info .avatar {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}
.reviews__item .head .info .text .subtitle {
  color: var(--text-primary);
  margin-bottom: 4px;
}
.reviews__item .head .info .text .desc {
  color: var(--text-tertiary);
}
.reviews__item .comment {
  color: var(--text-primary);
  padding-left: 78px;
}
.reviews__item .comment p:not(:last-child) {
  margin-bottom: 20px;
}
.reviews__item .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.reviews__item .bottom .date {
  color: var(--text-tertiary);
}
.reviews__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
}

@media (max-width: 767px) {
  .reviews__video {
    margin-bottom: 32px;
  }
  .reviews__video-head {
    padding: 16px;
  }
  .reviews__item {
    padding: 20px;
    min-height: 0;
    gap: 18px;
  }
  .reviews__item .comment {
    padding-left: 0;
  }
  .reviews__item .group .head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
  }
  .reviews__item .group .head .rate {
    padding-left: 78px;
  }
  .reviews__bottom {
    margin-top: 32px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
  }
}
.footer {
  padding: 64px 0;
  background: var(--bg-secondary);
}
.footer__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 64px;
}
.footer__top .col {
  width: calc((100% - 72px) / 4);
}
.footer__top .col.col1 {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.footer__top .col.col3, .footer__top .col.col4 {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.footer__top .subtitle {
  color: var(--text-tertiary);
  margin-bottom: 6px;
}
.footer__top .nav {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer__top .nav:not(:last-child) {
  margin-bottom: 64px;
}
.footer__top .nav li a {
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 152%;
  letter-spacing: 0%;
  text-decoration: none;
  color: var(--text-primary);
  transition: all 0.2s ease-in-out;
}
.footer__top .nav li a:hover {
  color: var(--text-secondary);
}
.footer__top .link {
  text-decoration: none;
  color: var(--accent-color);
  transition: all 0.2s ease-in-out;
}
.footer__top .link:hover {
  color: var(--text-primary);
}
.footer__top .text {
  color: var(--text-primary);
}
.footer__top .social {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.footer__top .social li a {
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
}
.footer__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  color: var(--text-tertiary);
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
}
.footer__bottom .police {
  text-decoration: none;
  color: var(--text-tertiary);
  transition: all 0.2s ease-in-out;
}
.footer__bottom .police:hover {
  color: var(--text-primary);
}
.footer__logo {
  max-width: 170px;
  width: 100%;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 767px) {
  .footer {
    padding: 48px 0;
  }
  .footer__top {
    flex-wrap: wrap;
    gap: 56px;
  }
  .footer__top .col.col1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 16px;
  }
  .footer__top .col.col1 > * {
    width: calc((100% - 16px) / 2);
  }
  .footer__top .col.col1 .social {
    width: 100%;
  }
  .footer__top .col.col3, .footer__top .col.col4 {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .footer__top .col.col3 .group, .footer__top .col.col4 .group {
    width: calc((100% - 16px) / 2);
  }
  .footer__top .col.col3 .group .nav, .footer__top .col.col4 .group .nav {
    display: flex;
    gap: 20px;
  }
  .footer__top .col.col3 .group .nav li a, .footer__top .col.col4 .group .nav li a {
    font-size: 14px;
  }
  .footer__top .col.col2 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer__top .col.col2 .subtitle {
    width: 100%;
  }
  .footer__top .col.col2 .nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 16px;
  }
  .footer__top .col.col2 .nav li {
    width: calc((100% - 16px) / 2);
  }
  .footer__top .col.col2 .nav li a {
    font-size: 14px;
  }
  .footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1001;
  transition: 0.3s all;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.overlay.active + .modal-wrapper {
  display: block;
}

.modal-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow: hidden auto;
  z-index: 1001;
}

.modal-container {
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal {
  display: none;
  position: relative;
  width: 100%;
  max-width: 690px;
  margin: auto;
  padding: 64px;
  background: var(--bg-secondary);
}
.modal.active {
  display: inline-block;
}
.modal__cross {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A2A5AE;
}
.modal__content .icon {
  margin-bottom: 8px;
}
.modal__content .title {
  margin-bottom: 20px;
}
.modal__content .desc {
  color: var(--text-secondary);
}
.modal__content form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  margin-top: 48px;
}
.modal__content form .input-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.modal__content form .input-group input {
  width: 100%;
}
.modal__content form .btn {
  margin-top: 20px;
}
.modal__content.center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal__content .catalog__sidebar-form {
  padding: 0;
  background-color: transparent;
  position: relative;
  top: auto;
  margin-top: 0;
  gap: 12px;
}
.modal__content .catalog__sidebar-form > * {
  width: 100%;
}
.modal__content .catalog__sidebar-form .btn {
  width: auto;
}
.modal.reviews {
  padding: 64px 40px;
}
.modal__reviews .reviews__item {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .modal-container {
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal {
    margin: auto 16px;
    padding: 16px;
  }
  .modal.reviews {
    padding: 48px 20px;
  }
  .modal__reviews .reviews__item {
    background-color: transparent;
    padding: 0;
  }
}/*# sourceMappingURL=main.css.map */