/* Add styles */
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

:root {
  --color_gray_bg: #f2f2f2;
  scroll-behavior: unset;
}

html {
  scroll-behavior: smooth !important;
}

strong,
b {
  font-weight: 700;
}

p:not(:last-child) {
  margin-bottom: 15px;
}

h1 {
  font-weight: 200;
  font-size: 64px;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 70px;
}

h2 {
  font-weight: 200;
  font-size: 54px;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 70px;
}

h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

.btn_black {
  display: inline-block;
  padding: 10px 25px;
  background: #000;
  border: 1px solid #000;
  border-radius: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
.btn_black:hover {
  background: #fff;
  color: #000;
  transform: translateY(-5px);
}
.btn_black:after {
  display: none;
}

ul,
ol {
  list-style-type: none;
  padding-right: 0;
}
ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  ul:not(:last-child),
  ol:not(:last-child) {
    margin-bottom: 12px;
  }
}
ul li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom: 12px;
}

a {
  font-family: "Assistant", sans-serif;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  position: relative;
}
a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: 0.3s ease;
}
a:hover:after {
  width: 100%;
}

button {
  font-family: "Assistant", sans-serif;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  transition: 0.3s;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  -webkit-appearance: none;
  outline: none;
}

input,
input::placeholder,
textarea,
textarea::placeholder {
  font-family: "Assistant", sans-serif;
  -webkit-appearance: none;
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  background: #fff;
  border: none;
  font-weight: 500;
  font-size: 17px;
  border-radius: 8px;
  height: 54px;
  line-height: 1;
  color: #000;
  padding: 10px 16px;
  text-align: right;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=tel]:-webkit-autofill {
  width: 100%;
  background-color: #fff;
  border: none;
  font-weight: 500;
  font-size: 17px;
  border-radius: 8px;
  height: 54px;
  line-height: 1;
  color: #000;
  padding: 10px 16px;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  color: rgba(13, 14, 56, 0.3019607843);
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  color: rgba(13, 14, 56, 0.3019607843);
}

input[type=submit] {
  display: inline-block;
  padding: 18px 26px;
  background: #000;
  border: 1px solid #000;
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s;
  cursor: pointer;
}
input[type=submit]:hover {
  background: #fff;
  color: #000;
}

textarea {
  width: 100%;
  background: #fff;
  border: none;
  font-weight: 500;
  font-size: 17px;
  border-radius: 8px;
  height: 134px;
  line-height: 1;
  color: #000;
  padding: 16px;
  text-align: right;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  resize: none;
}

textarea::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  color: rgba(13, 14, 56, 0.3019607843);
}

textarea::placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  color: rgba(13, 14, 56, 0.3019607843);
}

.hide,
.hidden {
  display: none;
}

.text_center {
  text-align: center;
}

.flex_col {
  display: flex;
  flex-direction: column;
}

.flex_row {
  display: flex;
  flex-direction: row;
}

.container {
  max-width: 1684px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.container.max-width {
  max-width: 1890px;
}

body {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #3c3c3c;
  background: #fff;
}
body .l-canvas {
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}
body.search-open {
  overflow: hidden;
}

main {
  min-height: 70vh;
}

section {
  scroll-margin-top: 115px;
}

.pointer-events_none {
  pointer-events: none;
}

.swiper-wrapper {
  height: auto;
}

.swiper-scrollbar-drag {
  height: 5px !important;
}

.cf7-form {
  direction: rtl;
}
.cf7-form .cf7-form__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.cf7-form .cf7-form__row:not(:last-child) {
  margin-bottom: 18px;
}
.cf7-form .cf7-form__row .cf7-form__input {
  width: 100%;
  position: relative;
}
.cf7-form .cf7-form__row .cf7-form__input.focused label {
  top: 10px;
  font-size: 12px;
}
.cf7-form .cf7-form__row .cf7-form__input label {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1;
  color: #000;
  font-size: 16px;
  line-height: 1;
  display: block;
  width: auto;
  margin: 0;
  z-index: 2;
}
.cf7-form .cf7-form__row .cf7-form__input label span.label_text {
  display: block;
  transition: all 0.3s ease;
}
.cf7-form .cf7-form__row .cf7-form__input input {
  position: relative;
  z-index: 2;
  padding: 15px 16px 5px;
}
.cf7-form .cf7-form__row .cf7-form__input .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 10px);
  font-size: 14px;
  line-height: 1;
  right: 0;
}
.cf7-form .cf7-form__row .cf7-form__control-wrap {
  width: 100%;
}
.cf7-form .cf7-form__row .wpcf7-submit {
  width: 100%;
}
.cf7-form .cf7-form__row .wpcf7-spinner {
  position: absolute;
}

@media (max-width: 1440px) {
  h2 {
    font-size: 44px;
    margin-bottom: 50px;
  }
  h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 34px;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 424px) {
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  .cf7-form .cf7-form__row {
    flex-direction: column;
  }
}
/* Flexible Content - Common Styles */
.section_title {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 60px;
}
@media (max-width: 1400px) {
  .section_title {
    font-size: 28px;
  }
}
.section_title.has-color-line {
  position: relative;
  padding-right: 23px;
}
.section_title.has-color-line::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 65px;
  background-color: var(--title-color, transparent);
}
@media (max-width: 768px) {
  .section_title.has-color-line::before {
    width: 6px;
    height: 46px;
  }
}
@media (max-width: 768px) {
  .section_title {
    font-size: 24px;
    margin: 0 0 40px;
  }
}

header {
  width: 100%;
  padding: 0 13px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}
header .header_top {
  background: #000000;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
header .header_top.scrolled {
  transform: translateY(-100%);
  opacity: 0;
}
header .header_top .header_top__content {
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
header .header_top .header_top__content .header_top__nav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 36px;
}
header .header_top .header_top__content .header_top__nav ul li {
  margin: 0;
}
header .header_top .header_top__content .header_top__nav ul li a {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
header .header_top .header_top__content .header_top__phone {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
header .header_top .header_top__content .header_top__phone .header_top__phone_text {
  font-weight: 600;
}
header .header_main {
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 10px 10px;
  transition: transform 0.3s ease;
}
header .header_main.moved-up {
  transform: translateY(calc(-1 * var(--header-top-height, 0px)));
}
header .header_main .header_main__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 0;
}
header .header_main .header_main__content .header_main__panel {
  display: flex;
  align-items: center;
  gap: 25px;
}
header .header_main .header_main__content .header_main__panel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
header .header_main .header_main__content .header_main__panel a.header_main__panel__account {
  width: 26px;
  min-width: 26px;
  height: 26px;
}
header .header_main .header_main__content .header_main__panel a.header_main__panel__cart {
  width: 23px;
  min-width: 23px;
  height: 23px;
  margin-top: -2px;
}
header .header_main .header_main__content .header_main__panel a:after {
  display: none;
}
header .header_main .header_main__content .header_main__panel a:hover {
  transform: scale(1.1);
}
header .header_main .header_main__content .header_main__panel a svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .header_main .header_main__content .header_main__nav {
  flex-grow: 1;
}
header .header_main .header_main__content .header_main__nav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 36px;
}
header .header_main .header_main__content .header_main__nav li {
  margin: 0;
}
header .header_main .header_main__content .header_main__nav li a {
  font-size: 20px;
  line-height: 1;
}
header .header_main .header_main__content .header_main__nav li a:after {
  background: #000;
}
header .header_main .header_main__content .header_main__search_icon {
  display: none;
  width: 26px;
  min-width: 26px;
  height: 26px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
header .header_main .header_main__content .header_main__search_icon:after {
  display: none;
}
header .header_main .header_main__content .header_main__search_icon svg {
  width: 100%;
  height: 100%;
  display: block;
  color: #000;
}
header .header_main .header_main__content .header_main__search_icon:hover {
  opacity: 0.7;
}
header .header_main .header_main__content .header_main__search {
  max-width: 400px;
  width: 100%;
  position: relative;
}
header .header_main .header_main__content .header_main__search input {
  width: 100%;
  height: 30px;
  border: 1px solid #c2cbd2;
  border-radius: 30px;
  padding: 3px 20px 3px 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #000;
}
header .header_main .header_main__content .header_main__search input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #979797;
}
header .header_main .header_main__content .header_main__search input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #979797;
}
header .header_main .header_main__content .header_main__search button {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: 10px;
  margin: auto;
  width: 24px;
  height: 24px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_main .header_main__content .header_main__search button svg {
  width: 16px;
  height: 16px;
  display: block;
}
header .header_main .header_main__content .header_main__logo {
  max-width: 145px;
  width: 100%;
  display: block;
}
header .header_main .header_main__content .header_main__logo img {
  width: 100%;
  height: auto;
  max-height: 40px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
header .header_main .header_main__content .header_main__burger {
  display: none;
  width: 26px;
  min-width: 26px;
  height: 20px;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  z-index: 100;
  margin-left: 12px;
}
header .header_main .header_main__content .header_main__burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 0.3s ease;
  border-radius: 4px;
}
header .header_main .header_main__content .header_main__burger span:nth-child(2) {
  width: 65%;
}
header .header_main .header_main__content .header_main__burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
header .header_main .header_main__content .header_main__burger.active span:nth-child(2) {
  opacity: 0;
}
header .header_main .header_main__content .header_main__burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}
header .header_mobile_menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  background: #fff;
  z-index: 98;
  transition: right 0.3s ease;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  padding: 50px 20px 20px;
}
header .header_mobile_menu.active {
  right: 0;
}
header .header_mobile_menu .header_mobile_menu__close {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 99;
}
header .header_mobile_menu .header_mobile_menu__close span {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}
header .header_mobile_menu .header_mobile_menu__close span:nth-child(1) {
  transform: rotate(45deg);
}
header .header_mobile_menu .header_mobile_menu__close span:nth-child(2) {
  transform: rotate(-45deg);
}
header .header_mobile_menu .header_mobile_menu__close:hover span {
  background: #979797;
}
header .header_mobile_menu .header_mobile_menu__nav:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c2cbd2;
}
header .header_mobile_menu .header_mobile_menu__nav ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
header .header_mobile_menu .header_mobile_menu__nav ul li {
  margin: 0;
}
header .header_mobile_menu .header_mobile_menu__nav ul li a {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  display: block;
}
header .header_mobile_menu .header_mobile_menu__nav ul li a:after {
  background: #000;
}
header .header_mobile_menu .header_mobile_menu__phone {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-size: 16px;
  margin-top: 20px;
}
header .header_mobile_menu .header_mobile_menu__phone .header_mobile_menu__phone_text {
  font-weight: 600;
}
header .header_mobile_menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 97;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
header .header_mobile_menu__overlay.active {
  opacity: 1;
  visibility: visible;
}

.header_search_mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100% - 16px);
  margin: 0 auto;
  background: #fff;
  z-index: 90;
  transform: translateY(-100%);
  transition: transform 0.3s ease, top 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0 0 10px 10px;
}
.header_search_mobile.active {
  transform: translateY(0);
}
.header_search_mobile .header_search_mobile__content {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  max-width: 100%;
}
.header_search_mobile .header_search_mobile__close {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.header_search_mobile .header_search_mobile__close:hover {
  background: #f5f5f5;
}
.header_search_mobile .header_search_mobile__close span {
  position: absolute;
  width: 18px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header_search_mobile .header_search_mobile__close span:nth-child(1) {
  transform: rotate(45deg);
}
.header_search_mobile .header_search_mobile__close span:nth-child(2) {
  transform: rotate(-45deg);
}
.header_search_mobile .header_search_mobile__close:hover span {
  background: #979797;
}
.header_search_mobile .header_search_mobile__form {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.header_search_mobile .header_search_mobile__form input {
  width: 100%;
  height: 48px;
  border: 2px solid #e5e5e5;
  border-radius: 30px;
  padding: 3px 55px 3px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #000;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background: #f9f9f9;
}
.header_search_mobile .header_search_mobile__form input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #979797;
}
.header_search_mobile .header_search_mobile__form input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #979797;
}
.header_search_mobile .header_search_mobile__form button {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: 18px;
  margin: auto;
  width: 24px;
  height: 24px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header_search_mobile .header_search_mobile__form button:hover {
  opacity: 0.7;
}
.header_search_mobile .header_search_mobile__form button svg {
  width: 20px;
  height: 20px;
  display: block;
}

@media (max-width: 1600px) {
  header .header_main .header_main__content .header_main__search {
    max-width: 350px;
  }
}
@media (max-width: 1440px) {
  header {
    padding: 0 10px;
  }
  header .header_top .header_top__content {
    gap: 15px;
  }
  header .header_top .header_top__content .header_top__nav ul {
    gap: 28px;
  }
  header .header_top .header_top__content .header_top__nav ul li a {
    font-size: 14px;
  }
  header .header_main .header_main__content {
    gap: 20px;
  }
  header .header_main .header_main__content .header_main__nav ul {
    gap: 28px;
  }
  header .header_main .header_main__content .header_main__nav li a {
    font-size: 18px;
  }
  header .header_main .header_main__content .header_main__search {
    max-width: 250px;
  }
  header .header_main .header_main__content .header_main__search input {
    font-size: 14px;
    padding: 3px 15px 3px 30px;
  }
  header .header_main .header_main__content .header_main__search input::-moz-placeholder {
    font-size: 14px;
  }
  header .header_main .header_main__content .header_main__search input::placeholder {
    font-size: 14px;
  }
  header .header_main .header_main__content .header_main__logo {
    max-width: 120px;
  }
}
@media (max-width: 1024px) {
  header .header_top .header_top__content .header_top__nav {
    display: none;
  }
  header .header_top .header_top__content .header_top__phone {
    margin: 0 auto;
    font-size: 14px;
  }
  header .header_main .header_main__content .header_main__panel {
    gap: 20px;
  }
  header .header_main .header_main__content .header_main__nav {
    display: none;
  }
  header .header_main .header_main__content .header_main__search {
    max-width: 250px;
    margin-right: auto;
  }
  header .header_main .header_main__content .header_main__search input {
    height: 28px;
    font-size: 13px;
    padding: 3px 12px 3px 28px;
  }
  header .header_main .header_main__content .header_main__search input::-moz-placeholder {
    font-size: 13px;
  }
  header .header_main .header_main__content .header_main__search input::placeholder {
    font-size: 13px;
  }
  header .header_main .header_main__content .header_main__search button {
    left: 8px;
    width: 20px;
    height: 20px;
  }
  header .header_main .header_main__content .header_main__search button svg {
    width: 14px;
    height: 14px;
  }
  header .header_main .header_main__content .header_main__logo {
    max-width: 100px;
  }
  header .header_main .header_main__content .header_main__logo img {
    max-height: 35px;
  }
  header .header_main .header_main__content .header_main__burger {
    display: flex;
  }
}
@media (max-width: 768px) {
  header {
    padding: 0 8px;
  }
  header .container {
    padding: 0 12px;
  }
  header .header_top .header_top__content {
    flex-wrap: wrap;
    padding: 4px 0;
  }
  header .header_top .header_top__content .header_top__nav {
    display: none;
  }
  header .header_main {
    background: #fff;
  }
  header .header_main .header_main__content .header_main__nav {
    display: none;
  }
  header .header_main .header_main__content .header_main__search {
    max-width: calc(100% - 100px);
    width: 100%;
  }
  header .header_main .header_main__content .header_main__search input {
    height: 30px;
    font-size: 14px;
    padding: 3px 15px 3px 30px;
  }
  header .header_main .header_main__content .header_main__search input::-moz-placeholder {
    font-size: 14px;
  }
  header .header_main .header_main__content .header_main__search input::placeholder {
    font-size: 14px;
  }
  header .header_main .header_main__content .header_main__search button {
    left: 10px;
    width: 20px;
    height: 20px;
  }
  header .header_main .header_main__content .header_main__search button svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 550px) {
  header .header_main .header_main__content .header_main__search_icon {
    display: flex;
    margin: -1px 0 0 auto;
  }
  header .header_main .header_main__content .header_main__search {
    display: none;
  }
  header .header_main .header_main__content .header_main__burger {
    display: flex;
  }
  .header_search_mobile .header_search_mobile__content {
    padding: 24px 10px 10px;
    gap: 12px;
  }
  .header_search_mobile .header_search_mobile__close {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }
  .header_search_mobile .header_search_mobile__form input {
    height: 38px;
    font-size: 15px;
    padding: 3px 15px 3px 32px;
  }
  .header_search_mobile .header_search_mobile__form input::-moz-placeholder {
    font-size: 15px;
  }
  .header_search_mobile .header_search_mobile__form input::placeholder {
    font-size: 15px;
  }
  .header_search_mobile .header_search_mobile__form button {
    left: 15px;
    width: 20px;
    height: 20px;
  }
  .header_search_mobile .header_search_mobile__form button svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 424px) {
  header .header_top .header_top__content .header_top__nav {
    display: none;
  }
  header .header_main .header_main__content {
    gap: 10px;
    padding: 6px 0;
  }
  header .header_main .header_main__content .header_main__nav {
    display: none;
  }
  header .header_main .header_main__content .header_main__search {
    max-width: calc(100% - 90px);
  }
  header .header_main .header_main__content .header_main__search input {
    height: 28px;
    font-size: 13px;
    padding: 3px 12px 3px 28px;
  }
  header .header_main .header_main__content .header_main__search input::-moz-placeholder {
    font-size: 13px;
  }
  header .header_main .header_main__content .header_main__search input::placeholder {
    font-size: 13px;
  }
  header .header_main .header_main__content .header_main__search button {
    left: 8px;
    width: 18px;
    height: 18px;
  }
  header .header_main .header_main__content .header_main__search button svg {
    width: 12px;
    height: 12px;
  }
  header .header_main .header_main__content .header_main__burger {
    width: 26px;
    height: 20px;
  }
  header .header_mobile_menu {
    width: 280px;
    padding: 70px 15px 15px;
  }
  header .header_mobile_menu .header_mobile_menu__nav ul {
    gap: 15px;
  }
  header .header_mobile_menu .header_mobile_menu__nav ul li a {
    font-size: 16px;
    padding: 8px 0;
  }
  header .header_mobile_menu .header_mobile_menu__top_nav {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  header .header_mobile_menu .header_mobile_menu__top_nav ul {
    gap: 12px;
  }
  header .header_mobile_menu .header_mobile_menu__top_nav ul li a {
    font-size: 13px;
  }
  header .header_mobile_menu .header_mobile_menu__phone {
    font-size: 14px;
    margin-top: 15px;
  }
}
footer {
  background: #000000;
  border-radius: 30px 30px 0 0;
}
footer .footer__top {
  padding: 65px 0 45px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
footer .footer__top .footer__top__row {
  display: flex;
  align-items: flex-start;
  gap: 150px;
}
footer .footer__top .footer__top__row .footer__top__row__col {
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #606060;
  cursor: default;
}
footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__title::after {
  display: none;
}
footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__info .footer__top__row__col__info__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__info .footer__top__row__col__info__item .footer__top__row__col__info__item__icon {
  align-self: flex-start;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-top: 1px;
}
footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__info .footer__top__row__col__info__item .footer__top__row__col__info__item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__info .footer__top__row__col__info__item .footer__top__row__col__info__item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}
footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__info .footer__top__row__col__info__item .footer__top__row__col__info__item__text a {
  color: #fff;
}
footer .footer__top .footer__top__row .footer__top__row__col .footer_main__nav ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #979797;
}
footer .footer__top .footer__top__row .footer__top__row__col .footer_main__nav ul li a:hover {
  color: #fff;
}
footer .footer__top .footer__top__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}
footer .footer__top .footer__top__content a:after {
  display: none;
}
footer .footer__top .footer__top__content .footer__top__content__logo {
  max-width: 172px;
  width: 100%;
}
footer .footer__top .footer__top__content .footer__top__content__logo img {
  display: block;
  width: 100%;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer__top .footer__top__content .footer__top__content__row {
  display: flex;
  align-items: center;
  gap: 30px;
}
footer .footer__top .footer__top__content .footer__top__content__row .footer__top__content__row__text {
  font-weight: 200;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  max-width: 320px;
}
footer .footer__top .footer__top__content .footer__top__content__row .footer__top__content__row__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer__top .footer__top__content .footer__top__content__row .footer__top__content__row__social a {
  display: block;
  transition: 0.3s;
}
footer .footer__top .footer__top__content .footer__top__content__row .footer__top__content__row__social a:hover {
  opacity: 0.8;
}
footer .footer__top .footer__top__content .footer__top__content__row .footer__top__content__row__social a img {
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer__bottom {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: #979797;
  font-size: 16px;
  line-height: 1.2;
}
footer .footer__bottom a {
  color: #979797;
}

@media (max-width: 1600px) {
  footer .footer__top .footer__top__row {
    gap: 120px;
  }
}
@media (max-width: 1440px) {
  footer .footer__top {
    padding: 55px 0 40px;
    gap: 25px;
  }
  footer .footer__top .footer__top__row {
    gap: 100px;
  }
  footer .footer__top .footer__top__row .footer__top__row__col {
    max-width: 240px;
  }
  footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__info {
    gap: 10px;
  }
  footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__info .footer__top__row__col__info__item {
    gap: 14px;
  }
  footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__info .footer__top__row__col__info__item .footer__top__row__col__info__item__icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
  }
  footer .footer__top .footer__top__content {
    gap: 25px;
  }
  footer .footer__top .footer__top__content .footer__top__content__logo {
    max-width: 150px;
  }
  footer .footer__top .footer__top__content .footer__top__content__logo img {
    max-height: 100px;
  }
  footer .footer__top .footer__top__content .footer__top__content__row {
    gap: 25px;
  }
  footer .footer__top .footer__top__content .footer__top__content__row .footer__top__content__row__text {
    font-size: 18px;
    max-width: 240px;
  }
  footer .footer__bottom {
    padding: 12px 0;
    font-size: 15px;
    gap: 25px;
  }
}
@media (max-width: 1024px) {
  footer .footer__top {
    padding: 45px 0 35px;
    flex-direction: column-reverse;
    gap: 30px;
  }
  footer .footer__top .footer__top__row {
    width: 100%;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .footer__top .footer__top__row .footer__top__row__col {
    max-width: 220px;
    min-width: 140px;
  }
  footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__info {
    gap: 8px;
  }
  footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__info .footer__top__row__col__info__item {
    gap: 12px;
  }
  footer .footer__top .footer__top__content {
    align-items: flex-start;
    gap: 20px;
  }
  footer .footer__top .footer__top__content .footer__top__content__logo {
    max-width: 130px;
  }
  footer .footer__top .footer__top__content .footer__top__content__logo img {
    max-height: 90px;
  }
  footer .footer__top .footer__top__content .footer__top__content__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  footer .footer__top .footer__top__content .footer__top__content__row .footer__top__content__row__text {
    font-size: 20px;
    max-width: 100%;
  }
  footer .footer__bottom {
    padding: 10px 0;
    font-size: 14px;
    gap: 20px;
  }
}
@media (min-width: 769px) {
  footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__info {
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  footer .footer__top .footer__top__row .footer__top__row__col .footer_main__nav {
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  footer {
    border-radius: 20px 20px 0 0;
  }
  footer .footer__top {
    padding: 35px 0 25px;
    gap: 25px;
  }
  footer .footer__top .footer__top__row {
    gap: 0px;
    flex-direction: column;
  }
  footer .footer__top .footer__top__row .footer__top__row__col {
    max-width: 100%;
    width: 100%;
  }
  footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__title {
    width: 100%;
    text-align: right;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    padding-left: 30px;
    transition: color 0.3s ease;
  }
  footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__title:hover {
    color: #979797;
  }
  footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__title::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 35%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
    transition: transform 0.3s ease;
    display: block;
  }
  footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__title.active::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer .footer__top .footer__top__row .footer__top__row__col .footer__top__row__col__info .footer__top__row__col__info__item {
    gap: 10px;
  }
  footer .footer__top .footer__top__row .footer__top__row__col .footer_main__nav {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer .footer__top .footer__top__row .footer__top__row__col.active .footer__top__row__col__info {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    padding-top: 0;
    padding-bottom: 30px;
  }
  footer .footer__top .footer__top__row .footer__top__row__col.active .footer_main__nav {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    padding-top: 0;
    padding-bottom: 30px;
  }
  footer .footer__top .footer__top__content {
    gap: 18px;
  }
  footer .footer__top .footer__top__content .footer__top__content__logo {
    max-width: 110px;
  }
  footer .footer__top .footer__top__content .footer__top__content__logo img {
    max-height: 75px;
  }
  footer .footer__top .footer__top__content .footer__top__content__row {
    gap: 15px;
  }
  footer .footer__top .footer__top__content .footer__top__content__row .footer__top__content__row__text {
    font-size: 18px;
  }
}
@media (max-width: 424px) {
  footer {
    border-radius: 15px 15px 0 0;
  }
  footer .footer__top {
    padding: 30px 0 20px;
    gap: 20px;
  }
  footer .footer__bottom {
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
/* Flexible content */
.home-start-section {
  padding: 100px 0;
  height: 100vh;
  border-radius: 0 0 30px 30px;
}
.home-start-section .home-start-section__content {
  margin-top: 80px;
  background: rgba(0, 0, 0, 0.3019607843);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  padding: 20px 30px 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-start-section .home-start-section__content .home-start-section__title {
  font-weight: 300;
  font-size: 130px;
  line-height: 1;
  color: #fff;
  margin-bottom: 2px;
}
.home-start-section .home-start-section__content .home-start-section__description {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
}
.home-start-section .home-start-section__content .home-start-section__button {
  margin-top: 30px;
  margin-bottom: -20px;
}

@media (max-width: 1440px) {
  .home-start-section {
    padding: 100px 0;
  }
  .home-start-section .home-start-section__content {
    margin-top: 60px;
    padding: 20px 30px 0;
  }
  .home-start-section .home-start-section__content .home-start-section__title {
    font-size: 100px;
  }
  .home-start-section .home-start-section__content .home-start-section__description {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .home-start-section {
    padding: 100px 0;
    min-height: 600px;
    height: auto;
  }
  .home-start-section .home-start-section__content {
    margin-top: 50px;
    padding: 15px 25px 0;
  }
  .home-start-section .home-start-section__content .home-start-section__title {
    font-size: 90px;
  }
  .home-start-section .home-start-section__content .home-start-section__description {
    font-size: 24px;
  }
  .home-start-section .home-start-section__content .home-start-section__button {
    margin-top: 25px;
    margin-bottom: -18px;
  }
}
@media (max-width: 768px) {
  .home-start-section {
    padding: 80px 0;
  }
  .home-start-section .home-start-section__content {
    margin-top: 40px;
    padding: 15px 25px 0;
  }
  .home-start-section .home-start-section__content .home-start-section__title {
    font-size: 70px;
  }
  .home-start-section .home-start-section__content .home-start-section__description {
    font-size: 20px;
  }
  .home-start-section .home-start-section__content .home-start-section__button {
    margin-top: 20px;
    margin-bottom: -18px;
  }
}
@media (max-width: 424px) {
  .home-start-section {
    padding: 80px 0;
  }
  .home-start-section .home-start-section__content {
    margin-top: 30px;
    padding: 15px 20px 0;
  }
  .home-start-section .home-start-section__content .home-start-section__title {
    font-size: 50px;
  }
  .home-start-section .home-start-section__content .home-start-section__description {
    font-size: 18px;
  }
  .home-start-section .home-start-section__content .home-start-section__button {
    margin-top: 15px;
  }
}
.home-about-us {
  padding: 80px 0;
}
.home-about-us .home-about-us__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 140px;
}
.home-about-us .home-about-us__content .home-about-us__main {
  max-width: 502px;
  width: 100%;
}
.home-about-us .home-about-us__content .home-about-us__main .home-about-us__title {
  text-align: right;
  margin-bottom: 32px;
}
.home-about-us .home-about-us__content .home-about-us__main .home-about-us__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  text-align: right;
}
.home-about-us .home-about-us__content .home-about-us__main .home-about-us__button {
  margin-top: 25px;
  font-size: 24px;
}
.home-about-us .home-about-us__content .home-about-us__gallery-swiper {
  max-width: 860px;
  width: 100%;
  padding: 20px 0 0;
  margin: 0;
}
.home-about-us .home-about-us__content .home-about-us__gallery-swiper .swiper-wrapper {
  height: auto;
}
.home-about-us .home-about-us__content .home-about-us__gallery-swiper .swiper-slide {
  height: auto;
}
.home-about-us .home-about-us__content .home-about-us__gallery-swiper .home-about-us__gallery__item {
  position: relative;
  max-width: 560px;
  width: 70%;
  aspect-ratio: 1.308;
  overflow: hidden;
  border-radius: 15px;
  transform: rotate(-2deg);
  box-shadow: none;
  transition: all 0.3s ease;
}
.home-about-us .home-about-us__content .home-about-us__gallery-swiper .home-about-us__gallery__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.72) 100%;
  transition: 0.3s ease;
  opacity: 1;
}
.home-about-us .home-about-us__content .home-about-us__gallery-swiper .home-about-us__gallery__item.swiper-slide-active {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
}
.home-about-us .home-about-us__content .home-about-us__gallery-swiper .home-about-us__gallery__item.swiper-slide-active::before {
  opacity: 0;
}
.home-about-us .home-about-us__content .home-about-us__gallery-swiper .home-about-us__gallery__item:hover {
  transform: rotate(-1deg) scale(1.02);
}
.home-about-us .home-about-us__content .home-about-us__gallery-swiper .home-about-us__gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.home-about-us .home-about-us__content .home-about-us__pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}
.home-about-us .home-about-us__content .home-about-us__pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #C2CBD2;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0;
}
.home-about-us .home-about-us__content .home-about-us__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #000;
}

@media (max-width: 1440px) {
  .home-about-us {
    padding: 60px 0;
  }
  .home-about-us .home-about-us__content {
    gap: 50px;
  }
  .home-about-us .home-about-us__content .home-about-us__main {
    max-width: 450px;
  }
  .home-about-us .home-about-us__content .home-about-us__main .home-about-us__description {
    font-size: 17px;
  }
  .home-about-us .home-about-us__content .home-about-us__main .home-about-us__button {
    font-size: 22px;
  }
  .home-about-us .home-about-us__content .home-about-us__gallery-swiper {
    max-width: 750px;
  }
  .home-about-us .home-about-us__content .home-about-us__gallery-swiper .home-about-us__gallery__item {
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  .home-about-us {
    padding: 50px 0;
  }
  .home-about-us .home-about-us__content {
    gap: 60px;
  }
  .home-about-us .home-about-us__content .home-about-us__main {
    max-width: 400px;
  }
  .home-about-us .home-about-us__content .home-about-us__main .home-about-us__description {
    font-size: 16px;
  }
  .home-about-us .home-about-us__content .home-about-us__main .home-about-us__button {
    font-size: 20px;
  }
  .home-about-us .home-about-us__content .home-about-us__gallery-swiper {
    max-width: 600px;
  }
  .home-about-us .home-about-us__content .home-about-us__gallery-swiper .home-about-us__gallery__item {
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .home-about-us {
    padding: 40px 0;
  }
  .home-about-us .home-about-us__content {
    flex-direction: column;
    gap: 30px;
  }
  .home-about-us .home-about-us__content .home-about-us__main {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-about-us .home-about-us__content .home-about-us__main .home-about-us__title {
    text-align: center;
  }
  .home-about-us .home-about-us__content .home-about-us__main .home-about-us__description {
    text-align: center;
    font-size: 16px;
  }
  .home-about-us .home-about-us__content .home-about-us__main .home-about-us__button {
    font-size: 18px;
    margin-top: 20px;
    margin: 20px auto 0;
  }
  .home-about-us .home-about-us__content .home-about-us__gallery-swiper {
    max-width: 100%;
  }
  .home-about-us .home-about-us__content .home-about-us__gallery-swiper .home-about-us__gallery__item {
    max-width: 400px;
    width: 75%;
  }
  .home-about-us .home-about-us__content .home-about-us__pagination {
    margin-top: 30px;
  }
}
@media (max-width: 424px) {
  .home-about-us {
    padding: 30px 0;
  }
  .home-about-us .home-about-us__content {
    gap: 25px;
  }
  .home-about-us .home-about-us__content .home-about-us__main .home-about-us__button {
    font-size: 16px;
  }
  .home-about-us .home-about-us__content .home-about-us__gallery-swiper .home-about-us__gallery__item {
    max-width: 350px;
    width: 80%;
  }
  .home-about-us .home-about-us__content .home-about-us__pagination {
    margin-top: 25px;
    gap: 10px;
  }
  .home-about-us .home-about-us__content .home-about-us__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.home-grid-cards {
  padding: 40px 0;
}
.home-grid-cards .home-grid-cards__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 37px;
}
.home-grid-cards .home-grid-cards__list .home-grid-cards__item {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  border: 1px solid #C2CBD2;
  border-radius: 15px;
  padding: 30px;
  transition: 0.3s ease;
}
.home-grid-cards .home-grid-cards__list .home-grid-cards__item:hover {
  box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.1490196078);
  transform: translateY(-5px);
}
.home-grid-cards .home-grid-cards__list .home-grid-cards__item .home-grid-cards__item__image {
  width: 100%;
  height: 140px;
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-grid-cards .home-grid-cards__list .home-grid-cards__item .home-grid-cards__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
  display: block;
}
.home-grid-cards .home-grid-cards__list .home-grid-cards__item .home-grid-cards__item__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  text-align: center;
  margin-bottom: 14px;
  min-height: 58px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.home-grid-cards .home-grid-cards__list .home-grid-cards__item .home-grid-cards__item__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #3C3C3C;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 1600px) {
  .home-grid-cards .home-grid-cards__list {
    grid-gap: 30px;
  }
}
@media (max-width: 1440px) {
  .home-grid-cards {
    padding: 35px 0;
  }
  .home-grid-cards .home-grid-cards__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item {
    padding: 25px;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item .home-grid-cards__item__image {
    height: 120px;
    margin-bottom: 18px;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item .home-grid-cards__item__title {
    font-size: 22px;
    margin-bottom: 12px;
    min-height: 53px;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item .home-grid-cards__item__description {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .home-grid-cards {
    padding: 30px 0;
  }
  .home-grid-cards .home-grid-cards__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item {
    padding: 20px;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item .home-grid-cards__item__image {
    height: 110px;
    margin-bottom: 15px;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item .home-grid-cards__item__title {
    font-size: 20px;
    margin-bottom: 10px;
    min-height: 48px;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item .home-grid-cards__item__description {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .home-grid-cards {
    padding: 25px 0;
  }
  .home-grid-cards .home-grid-cards__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item {
    padding: 18px;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item:nth-child(5) {
    grid-column: span 2;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item .home-grid-cards__item__image {
    height: 100px;
    margin-bottom: 12px;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item .home-grid-cards__item__title {
    font-size: 18px;
    margin-bottom: 8px;
    min-height: 44px;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item .home-grid-cards__item__description {
    font-size: 14px;
  }
}
@media (max-width: 424px) {
  .home-grid-cards {
    padding: 20px 0;
  }
  .home-grid-cards .home-grid-cards__list {
    grid-gap: 12px;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item {
    padding: 15px;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item .home-grid-cards__item__image {
    height: 90px;
    margin-bottom: 10px;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item .home-grid-cards__item__title {
    font-size: 16px;
    margin-bottom: 8px;
    min-height: 40px;
  }
  .home-grid-cards .home-grid-cards__list .home-grid-cards__item .home-grid-cards__item__description {
    font-size: 13px;
  }
}
.home-form {
  padding: 80px 0;
}
.home-form .home-form__content {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: #F2F2F2;
}
.home-form .home-form__content:hover .home-form__image img {
  transform: scale(1.05);
}
.home-form .home-form__content .home-form__main {
  width: 100%;
  padding: 90px 100px;
}
.home-form .home-form__content .home-form__main .home-form__title {
  text-align: right;
  margin-bottom: 25px;
}
.home-form .home-form__content .home-form__main .home-form__description {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  text-align: right;
}
.home-form .home-form__content .home-form__main .home-form__form {
  margin-top: 30px;
}
.home-form .home-form__content .home-form__image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-form .home-form__content .home-form__image img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}

@media (max-width: 1440px) {
  .home-form {
    padding: 60px 0;
  }
  .home-form .home-form__content .home-form__main {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .home-form {
    padding: 60px 0;
  }
  .home-form .home-form__content {
    flex-direction: column;
  }
  .home-form .home-form__content .home-form__main {
    padding: 60px 50px;
  }
  .home-form .home-form__content .home-form__main .home-form__title {
    text-align: center;
  }
  .home-form .home-form__content .home-form__main .home-form__description {
    font-size: 20px;
    text-align: center;
  }
  .home-form .home-form__content .home-form__image {
    width: 100%;
    aspect-ratio: 1.5;
    min-height: 300px;
  }
  .home-form .home-form__content .home-form__image img {
    position: relative;
  }
}
@media (max-width: 768px) {
  .home-form {
    padding: 40px 0;
  }
  .home-form .home-form__content .home-form__main {
    padding: 30px 20px;
  }
  .home-form .home-form__content .home-form__main .home-form__description {
    font-size: 18px;
  }
  .home-form .home-form__content .home-form__main .home-form__form {
    margin-top: 25px;
  }
  .home-form .home-form__content .home-form__image {
    min-height: 250px;
  }
}
@media (max-width: 424px) {
  .home-form {
    padding: 30px 0;
  }
  .home-form .home-form__content .home-form__main {
    padding: 30px 20px;
  }
  .home-form .home-form__content .home-form__main .home-form__description {
    font-size: 16px;
  }
  .home-form .home-form__content .home-form__main .home-form__form {
    margin-top: 20px;
  }
  .home-form .home-form__content .home-form__image {
    min-height: 200px;
  }
}
.home-categories-slider {
  padding: 60px 0;
}
.home-categories-slider .home-categories-slider__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}
.home-categories-slider .home-categories-slider__head .home-categories-slider__head__title {
  display: flex;
  align-items: center;
  gap: 26px;
}
.home-categories-slider .home-categories-slider__head .home-categories-slider__head__title .home-categories-slider__head__title__icon {
  width: 68px;
  min-width: 68px;
  height: 68px;
  background: #F1F3F5;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.home-categories-slider .home-categories-slider__head .home-categories-slider__head__title .home-categories-slider__head__title__icon img {
  max-width: 100%;
  min-width: 60%;
  width: auto;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-categories-slider .home-categories-slider__head .home-categories-slider__head__title .home-categories-slider__head__title__text {
  margin: 0;
}
.home-categories-slider .home-categories-slider__head .home-categories-slider__head__navigation {
  display: flex;
  align-items: center;
  gap: 15px;
}
.home-categories-slider .home-categories-slider__head .home-categories-slider__head__navigation .home-categories-slider__head__navigation__button {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 4px 40px 0px rgba(138, 149, 158, 0.2);
  color: #242424;
  transition: all 0.3s ease;
}
.home-categories-slider .home-categories-slider__head .home-categories-slider__head__navigation .home-categories-slider__head__navigation__button.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.home-categories-slider .home-categories-slider__head .home-categories-slider__head__navigation .home-categories-slider__head__navigation__button.home-categories-slider__head__navigation__button--next .icon {
  transform: rotate(180deg);
}
.home-categories-slider .home-categories-slider__head .home-categories-slider__head__navigation .home-categories-slider__head__navigation__button:hover {
  transform: translateY(-5px);
}
.home-categories-slider .home-categories-slider__head .home-categories-slider__head__navigation .home-categories-slider__head__navigation__button .icon {
  width: 20px;
  height: 20px;
  display: block;
}
.home-categories-slider .home-categories-slider__swiper {
  padding: 10px 6.8vw;
}
.home-categories-slider .home-categories-slider__swiper .home-categories-slider__pagination {
  position: relative;
  margin-top: 30px;
  height: 3px;
  background: rgba(0, 0, 0, 0.3019607843);
}
.home-categories-slider .home-categories-slider__swiper .home-categories-slider__pagination .swiper-pagination-progressbar-fill,
.home-categories-slider .home-categories-slider__swiper .home-categories-slider__pagination .swiper-scrollbar-drag {
  background: #000000;
  height: 3px !important;
  margin-top: -1px;
  cursor: pointer;
}
.home-categories-slider .home-categories-slider__swiper .home-categories-slider__swiper__item {
  width: 100%;
  aspect-ratio: 0.8092;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
}
.home-categories-slider .home-categories-slider__swiper .home-categories-slider__swiper__item:hover {
  transform: scale(1.02);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1490196078);
}
.home-categories-slider .home-categories-slider__swiper .home-categories-slider__swiper__item:hover .home-categories-slider__swiper__item__title:after {
  width: 100%;
}
.home-categories-slider .home-categories-slider__swiper .home-categories-slider__swiper__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 0;
}
.home-categories-slider .home-categories-slider__swiper .home-categories-slider__swiper__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}
.home-categories-slider .home-categories-slider__swiper .home-categories-slider__swiper__item .home-categories-slider__swiper__item__title {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  z-index: 1;
  margin: 0;
}
.home-categories-slider .home-categories-slider__swiper .home-categories-slider__swiper__item .home-categories-slider__swiper__item__title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: 0.3s ease;
}

@media (max-width: 1600px) {
  .home-categories-slider .home-categories-slider__swiper {
    padding: 10px 20px;
  }
}
@media (max-width: 1440px) {
  .home-categories-slider {
    padding: 50px 0;
  }
  .home-categories-slider .home-categories-slider__head {
    gap: 25px;
    margin-bottom: 25px;
  }
  .home-categories-slider .home-categories-slider__head .home-categories-slider__head__title {
    gap: 22px;
  }
  .home-categories-slider .home-categories-slider__head .home-categories-slider__head__title .home-categories-slider__head__title__icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .home-categories-slider .home-categories-slider__head .home-categories-slider__head__navigation {
    gap: 12px;
  }
  .home-categories-slider .home-categories-slider__head .home-categories-slider__head__navigation .home-categories-slider__head__navigation__button {
    width: 36px;
    height: 36px;
  }
  .home-categories-slider .home-categories-slider__head .home-categories-slider__head__navigation .home-categories-slider__head__navigation__button .icon {
    width: 18px;
    height: 18px;
  }
  .home-categories-slider .home-categories-slider__swiper {
    padding: 10px 5vw;
  }
  .home-categories-slider .home-categories-slider__swiper .home-categories-slider__pagination {
    margin-top: 25px;
  }
  .home-categories-slider .home-categories-slider__swiper .home-categories-slider__swiper__item .home-categories-slider__swiper__item__title {
    font-size: 28px;
    bottom: 18px;
    right: 18px;
  }
}
@media (max-width: 1024px) {
  .home-categories-slider {
    padding: 40px 0;
  }
  .home-categories-slider .home-categories-slider__head {
    gap: 20px;
    margin-bottom: 22px;
  }
  .home-categories-slider .home-categories-slider__head .home-categories-slider__head__title {
    gap: 18px;
  }
  .home-categories-slider .home-categories-slider__head .home-categories-slider__head__title .home-categories-slider__head__title__icon {
    width: 55px;
    min-width: 55px;
    height: 55px;
  }
  .home-categories-slider .home-categories-slider__swiper {
    padding: 10px 4vw;
  }
  .home-categories-slider .home-categories-slider__swiper .home-categories-slider__pagination {
    margin-top: 22px;
  }
  .home-categories-slider .home-categories-slider__swiper .home-categories-slider__swiper__item .home-categories-slider__swiper__item__title {
    font-size: 24px;
    bottom: 15px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .home-categories-slider {
    padding: 30px 0;
  }
  .home-categories-slider .home-categories-slider__head {
    gap: 15px;
    margin-bottom: 20px;
  }
  .home-categories-slider .home-categories-slider__head .home-categories-slider__head__title {
    gap: 15px;
  }
  .home-categories-slider .home-categories-slider__head .home-categories-slider__head__title .home-categories-slider__head__title__icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .home-categories-slider .home-categories-slider__swiper {
    padding: 10px 3vw;
  }
  .home-categories-slider .home-categories-slider__swiper .home-categories-slider__pagination {
    margin-top: 20px;
  }
  .home-categories-slider .home-categories-slider__swiper .home-categories-slider__swiper__item .home-categories-slider__swiper__item__title {
    font-size: 24px;
    bottom: 12px;
    right: 12px;
  }
}
@media (max-width: 424px) {
  .home-categories-slider {
    padding: 25px 0;
  }
  .home-categories-slider .home-categories-slider__head {
    gap: 12px;
    margin-bottom: 18px;
  }
  .home-categories-slider .home-categories-slider__head .home-categories-slider__head__title {
    gap: 12px;
  }
  .home-categories-slider .home-categories-slider__head .home-categories-slider__head__title .home-categories-slider__head__title__icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
  .home-categories-slider .home-categories-slider__swiper {
    padding: 10px 2vw;
  }
  .home-categories-slider .home-categories-slider__swiper .home-categories-slider__pagination {
    margin-top: 18px;
  }
}
.home-products-slider {
  padding: 60px 0;
}
.home-products-slider .home-products-slider__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}
.home-products-slider .home-products-slider__head .home-products-slider__head__title {
  display: flex;
  align-items: center;
  gap: 26px;
}
.home-products-slider .home-products-slider__head .home-products-slider__head__title .home-products-slider__head__title__icon {
  width: 68px;
  min-width: 68px;
  height: 68px;
  background: #F1F3F5;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.home-products-slider .home-products-slider__head .home-products-slider__head__title .home-products-slider__head__title__icon img {
  max-width: 100%;
  min-width: 60%;
  width: auto;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-products-slider .home-products-slider__head .home-products-slider__head__title .home-products-slider__head__title__text {
  margin: 0;
  text-align: right;
}
.home-products-slider .home-products-slider__head .home-products-slider__head__navigation {
  display: flex;
  align-items: center;
  gap: 15px;
}
.home-products-slider .home-products-slider__head .home-products-slider__head__navigation .home-products-slider__head__navigation__button {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 4px 40px 0px rgba(138, 149, 158, 0.2);
  color: #242424;
}
.home-products-slider .home-products-slider__head .home-products-slider__head__navigation .home-products-slider__head__navigation__button.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.home-products-slider .home-products-slider__head .home-products-slider__head__navigation .home-products-slider__head__navigation__button.home-products-slider__head__navigation__button--next .icon {
  transform: rotate(180deg);
}
.home-products-slider .home-products-slider__head .home-products-slider__head__navigation .home-products-slider__head__navigation__button:hover {
  transform: translateY(-5px);
}
.home-products-slider .home-products-slider__head .home-products-slider__head__navigation .home-products-slider__head__navigation__button .icon {
  width: 20px;
  height: 20px;
  display: block;
}
.home-products-slider .home-products-slider__swiper {
  padding: 10px 6.8vw;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__pagination {
  position: relative;
  margin-top: 60px;
  height: 3px;
  background: rgba(0, 0, 0, 0.3019607843);
}
.home-products-slider .home-products-slider__swiper .home-products-slider__pagination .swiper-pagination-progressbar-fill,
.home-products-slider .home-products-slider__swiper .home-products-slider__pagination .swiper-scrollbar-drag {
  background: #000000;
  height: 3px !important;
  margin-top: -1px;
  cursor: pointer;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item {
  width: 100%;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item:hover .home-products-slider__swiper__item__image img {
  transform: scale(1.05);
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item:hover .home-products-slider__swiper__item__content .home-products-slider__swiper__item__title:after {
  width: 100%;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item .home-products-slider__swiper__item__image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  transition: 0.3s ease;
  position: relative;
  padding: 30px;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item .home-products-slider__swiper__item__image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.0588235294);
  z-index: 3;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item .home-products-slider__swiper__item__image__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item .home-products-slider__swiper__item__image__pagination {
  width: calc(100% + 60px);
  position: absolute;
  bottom: -30px;
  left: -30px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
  flex-direction: row-reverse;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item .home-products-slider__swiper__item__image__pagination__dot {
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 1px;
  transition: 0.3s ease;
  cursor: pointer;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item .home-products-slider__swiper__item__image__pagination__dot--active {
  background: #FFFFFF;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item .home-products-slider__swiper__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s ease;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item .home-products-slider__swiper__item__image__main {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item .home-products-slider__swiper__item__image__gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  transition: 0.3s ease;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item .home-products-slider__swiper__item__image--has-gallery {
  cursor: pointer;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item .home-products-slider__swiper__item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item .home-products-slider__swiper__item__content .home-products-slider__swiper__item__colors {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item .home-products-slider__swiper__item__content .home-products-slider__swiper__item__colors .home-products-slider__swiper__item__color {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item .home-products-slider__swiper__item__content .home-products-slider__swiper__item__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 7px;
  position: relative;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item .home-products-slider__swiper__item__content .home-products-slider__swiper__item__title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background: #000;
  transition: 0.3s ease;
}
.home-products-slider .home-products-slider__swiper .home-products-slider__swiper__item .home-products-slider__swiper__item__content .home-products-slider__swiper__item__sku {
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #979797;
}

@media (max-width: 1600px) {
  .home-products-slider .home-products-slider__swiper {
    padding: 10px 20px;
  }
}
@media (max-width: 1440px) {
  .home-products-slider {
    padding: 50px 0;
  }
  .home-products-slider .home-products-slider__head {
    gap: 25px;
    margin-bottom: 25px;
  }
  .home-products-slider .home-products-slider__head .home-products-slider__head__title {
    gap: 22px;
  }
  .home-products-slider .home-products-slider__head .home-products-slider__head__title .home-products-slider__head__title__icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .home-products-slider .home-products-slider__head .home-products-slider__head__navigation {
    gap: 12px;
  }
  .home-products-slider .home-products-slider__head .home-products-slider__head__navigation .home-products-slider__head__navigation__button {
    width: 36px;
    height: 36px;
  }
  .home-products-slider .home-products-slider__head .home-products-slider__head__navigation .home-products-slider__head__navigation__button .icon {
    width: 18px;
    height: 18px;
  }
  .home-products-slider .home-products-slider__swiper .home-products-slider__pagination {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .home-products-slider {
    padding: 40px 0;
  }
  .home-products-slider .home-products-slider__head {
    gap: 20px;
    margin-bottom: 22px;
  }
  .home-products-slider .home-products-slider__head .home-products-slider__head__title {
    gap: 18px;
  }
  .home-products-slider .home-products-slider__head .home-products-slider__head__title .home-products-slider__head__title__icon {
    width: 55px;
    min-width: 55px;
    height: 55px;
  }
  .home-products-slider .home-products-slider__swiper .home-products-slider__pagination {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .home-products-slider {
    padding: 30px 0;
  }
  .home-products-slider .home-products-slider__head {
    gap: 15px;
    margin-bottom: 20px;
  }
  .home-products-slider .home-products-slider__head .home-products-slider__head__title {
    gap: 15px;
  }
  .home-products-slider .home-products-slider__head .home-products-slider__head__title .home-products-slider__head__title__icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .home-products-slider .home-products-slider__swiper .home-products-slider__pagination {
    margin-top: 30px;
  }
}
@media (max-width: 424px) {
  .home-products-slider {
    padding: 25px 0;
  }
  .home-products-slider .home-products-slider__head {
    gap: 12px;
    margin-bottom: 18px;
  }
  .home-products-slider .home-products-slider__head .home-products-slider__head__title {
    gap: 12px;
  }
  .home-products-slider .home-products-slider__head .home-products-slider__head__title .home-products-slider__head__title__icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
  .home-products-slider .home-products-slider__swiper .home-products-slider__pagination {
    margin-top: 25px;
  }
}
.home-projects {
  padding: 60px 0;
  background: rgba(242, 242, 242, 0.8);
}
.home-projects .home-projects__description {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  color: #000;
}
.home-projects .home-projects__projects-swiper {
  width: 100%;
  margin-top: 60px;
  padding: 0 6.8vw;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item {
  width: 100%;
  overflow: hidden;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image {
  width: 100%;
  aspect-ratio: 1.4623;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products {
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding-left: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(300px);
  transition: transform 0.3s ease-out;
  scrollbar-width: thin;
  scrollbar-color: #fff transparent;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products::-webkit-scrollbar {
  width: 4px;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products::-webkit-scrollbar-track {
  background: transparent;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 2px;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.8);
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product {
  flex: 0 0 auto;
  max-width: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 7px 15px;
  border-radius: 5px;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease-out;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product:hover {
  transform: translateX(-5px);
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product:nth-child(1) {
  transition-delay: 0.1s;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product:nth-child(2) {
  transition-delay: 0.2s;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product:nth-child(3) {
  transition-delay: 0.3s;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product:nth-child(4) {
  transition-delay: 0.4s;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product:nth-child(5) {
  transition-delay: 0.5s;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product:nth-child(6) {
  transition-delay: 0.6s;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product:nth-child(7) {
  transition-delay: 0.7s;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product:nth-child(8) {
  transition-delay: 0.8s;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product:nth-child(9) {
  transition-delay: 0.9s;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product:nth-child(10) {
  transition-delay: 1s;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__image {
  width: 60px;
  min-width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__title {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  color: #000;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__button {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 6px;
  padding: 5px;
  cursor: pointer;
  background: rgba(96, 96, 96, 0.4);
  color: #fff;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__image .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__button svg {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item:hover .home-projects__projects-swiper__item__products {
  transform: translateX(0);
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item:hover .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product {
  opacity: 1;
  transform: translateX(0);
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  color: #000;
  margin-top: 15px;
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__pagination {
  position: relative;
  margin-top: 40px;
  height: 3px;
  background: rgba(0, 0, 0, 0.3019607843);
}
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__pagination .swiper-pagination-progressbar-fill,
.home-projects .home-projects__projects-swiper .home-projects__projects-swiper__pagination .swiper-scrollbar-drag {
  background: #000000;
  height: 3px !important;
  margin-top: -1px;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .home-projects .home-projects__projects-swiper {
    padding: 0 20px;
  }
}
@media (max-width: 1440px) {
  .home-projects {
    padding: 50px 0;
  }
  .home-projects .home-projects__description {
    font-size: 22px;
  }
  .home-projects .home-projects__projects-swiper {
    margin-top: 50px;
    padding: 0 5vw;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products {
    max-width: 220px;
    top: 15px;
    right: 15px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product {
    padding: 6px 12px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__image {
    width: 50px;
    min-width: 50px;
    height: 45px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__title {
    font-size: 14px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__title {
    font-size: 22px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__pagination {
    margin-top: 35px;
  }
}
@media (max-width: 1024px) {
  .home-projects {
    padding: 40px 0;
  }
  .home-projects .home-projects__description {
    font-size: 20px;
  }
  .home-projects .home-projects__projects-swiper {
    margin-top: 40px;
    padding: 0 4vw;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products {
    max-width: 200px;
    top: 12px;
    right: 12px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product {
    padding: 5px 10px;
    gap: 8px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__image {
    width: 45px;
    min-width: 45px;
    height: 40px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__title {
    font-size: 13px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__button {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__button svg {
    width: 16px;
    height: 16px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__title {
    font-size: 20px;
    margin-top: 12px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__pagination {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .home-projects {
    padding: 30px 0;
  }
  .home-projects .home-projects__description {
    font-size: 18px;
  }
  .home-projects .home-projects__projects-swiper {
    margin-top: 30px;
    padding: 0 3vw;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products {
    max-width: 180px;
    top: 10px;
    right: 10px;
    gap: 8px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product {
    padding: 5px 8px;
    gap: 6px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__image {
    width: 40px;
    min-width: 40px;
    height: 35px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__title {
    font-size: 12px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__button {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__button svg {
    width: 14px;
    height: 14px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__title {
    font-size: 18px;
    margin-top: 10px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__pagination {
    margin-top: 25px;
  }
}
@media (max-width: 424px) {
  .home-projects {
    padding: 25px 0;
  }
  .home-projects .home-projects__description {
    font-size: 16px;
  }
  .home-projects .home-projects__projects-swiper {
    margin-top: 25px;
    padding: 0 2vw;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products {
    max-width: 150px;
    top: 8px;
    right: 8px;
    gap: 6px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product {
    padding: 4px 6px;
    gap: 5px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__image {
    width: 35px;
    min-width: 35px;
    height: 30px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__title {
    font-size: 11px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__button {
    width: 22px;
    min-width: 22px;
    height: 22px;
    padding: 4px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__products .home-projects__projects-swiper__item__product .home-projects__projects-swiper__item__product__button svg {
    width: 12px;
    height: 12px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__item .home-projects__projects-swiper__item__title {
    font-size: 16px;
    margin-top: 8px;
  }
  .home-projects .home-projects__projects-swiper .home-projects__projects-swiper__pagination {
    margin-top: 20px;
  }
}
/* Components */
.product-card {
  width: 100%;
}
.product-card:hover .product-card__image img {
  transform: scale(1.05);
}
.product-card:hover .product-card__content .product-card__title:after {
  width: 100%;
}
.product-card .product-card__image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  transition: 0.3s ease;
}
.product-card .product-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  transition: 0.3s ease;
}
.product-card .product-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-card .product-card__content .product-card__colors {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.product-card .product-card__content .product-card__colors .product-card__color {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
}
.product-card .product-card__content .product-card__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 7px;
  position: relative;
}
.product-card .product-card__content .product-card__title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background: #000;
  transition: 0.3s ease;
}
.product-card .product-card__content .product-card__sku {
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #979797;
}/*# sourceMappingURL=app.css.map */