*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

input,
button,
select,
textarea {
  font: inherit;
}

a {
  text-decoration: none;
}

.hover-images-box {
  position: relative;
}

.hover-gallery-img {
  display: none;
  border-radius: 10px;
}

.hover-gallery-img.active {
  display: block;
  border-radius: 10px;
}

.hover-gallery {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  padding: 7px;
}

.hover-images {
  position: relative;
}

.hover-gallery-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
}

.hover-gallery-dots {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.hover-gallery-item-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}

.hover-gallery-item-dot.active {
  width: 12px;
  background-color: #002BDC;
  border-radius: 100px;
}

html.fixed {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --accent: #FE5D26;
  --hover-transition: .25s ease;
  --black: #312D2B;
  --hover-accent: #D95427;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  background-color: #F6F6F6;
  overscroll-behavior-y: none;
  color: #272F3D;
}

button {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .container {
    overflow: hidden;
  }
}
.banner {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

.header {
  padding: 16px 0;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .header {
    padding-top: 0;
    top: 16px;
  }
  .header .container {
    overflow: visible !important;
  }
}
.header .main-box.active .header__input-box {
  gap: 8px;
}

.header .main-box.active .header__input-box input {
  width: 100%;
  max-width: initial !important;
}

.header .menu__list {
  padding-bottom: 15px;
}

.header .big-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.header .sales-link {
  width: 98px;
  height: 52px;
  border-radius: 999px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--accent);
  position: relative;
  z-index: 20;
}

@media (max-width: 768px) {
  .header .sales-link {
    display: none;
  }
}
.header .sales-link span {
  color: var(--White-100, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}

.header .sales-link:hover {
  background-color: var(--hover-accent);
}

.header *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.header *::-webkit-scrollbar-track {
  background: transparent;
}

.header *::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__box {
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  max-height: 52px;
}

.main-box {
  margin-left: auto;
  margin-right: 10px;
  position: relative;
  z-index: 21;
}

.contacts-box {
  max-width: 333px;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  background-color: transparent !important;
  margin-left: 50px;
  position: relative;
  z-index: 20;
  padding: 0 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 44px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.contacts-box:hover {
  background-color: var(--hover-accent);
}

@media (max-width: 768px) {
  .contacts-box {
    max-width: initial;
    width: initial;
    height: 52px;
  }
}
.header__logo {
  display: block;
  max-width: 107px;
  padding: 9px 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 999px;
}

.header__logo:hover {
  background: rgba(255, 255, 255, 0.12);
}

.header__menu-btn {
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  min-width: 130px;
  max-width: 130px;
}

.header__menu-btn svg {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.header__menu-btn svg path {
  stroke: #fff;
}

.header__menu-btn .active-icon {
  width: 0;
  height: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
  min-width: 0;
}

.header__menu-btn.active .active-icon {
  width: 20px;
  height: 13px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  min-width: initial;
}

.header__menu-btn.active .default-icon {
  width: 0;
  height: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
  min-width: 0;
}

.header__menu-btn span {
  margin-left: 8px;
}

.header__menu-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

.header__menu-btn.active {
  background: #fff;
}

.header__menu-btn.active span {
  color: #000;
}

.header__menu-btn.active svg path {
  stroke: #000;
}

.header__menu-btn span {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}

.header__menu-btn svg {
  display: block;
  min-width: 20px;
}

.header__input-wrapper {
  -webkit-transition: 0s ease;
  transition: 0s ease;
}

.header__input-box {
  border-radius: 999px;
  padding: 12px 12px 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  max-width: 52px;
  min-width: 52px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-height: 44px;
}

@media (max-width: 768px) {
  .header__input-box {
    max-width: 113px;
    width: 100%;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    gap: 8px;
    height: 44px;
  }
}
.header__input-wrapper {
  width: 100%;
  max-width: 113px;
}

.header__input-box:hover {
  background: rgba(255, 255, 255, 0.24);
}

.header__input-box svg {
  display: block;
  max-width: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 20px;
}

.header__input-box input {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  width: 0;
  max-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}

.header__input-box input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.header__input-box input::-moz-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.header__input-box input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.header__input-box input::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.header__input-box input::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.header__favorite-link {
  padding: 5px 10px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 999px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__favorite-link .favorite-count {
  color: var(--White-100, #FFF);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: var(--Static-Label-Medium-Line-Height, 16px);
}

@media (max-width: 768px) {
  .header__favorite-link .favorite-count {
    display: none;
  }
}
.header__favorite-link:hover {
  background: rgba(255, 255, 255, 0.12);
}

.header__favorite-link svg {
  display: block;
}

.header__phone-link {
  padding: 12px 20px;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  line-height: 20px; /* 125% */
}

.header__phone-link {
  padding: 12px 20px;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 999px;
}

.header__phone-link:hover {
  background: rgba(255, 255, 255, 0.12);
}

.header__drop {
  position: relative;
}

.header__drop-head {
  padding: 12px 20px;
  border-radius: 999px;
  background-color: var(--accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .header__drop-head {
    height: 100%;
  }
}
.header__drop-head.show svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.header__drop-head:hover {
  background: #D95427;
}

.header__drop-head:active {
  background: #D95427;
}

.header__drop-head span {
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
  color: #fff;
}

.header__drop-head svg {
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__drop-content {
  position: absolute;
  right: 0;
  top: 56px;
  z-index: 5;
  border-radius: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
  width: 255px;
  opacity: 0;
  visibility: hidden;
}

.header__drop-content.show {
  opacity: 1;
  visibility: visible;
}

.drop-content__link {
  padding: 12px 20px 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.drop-content__link:hover {
  background: rgba(0, 0, 0, 0.04);
}

.drop-content__link .icon {
  max-width: 20px;
  height: 20px;
  min-width: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.drop-content__link svg {
  display: block;
}

.drop-content__link span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  white-space: nowrap;
}

.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 19;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu.show {
  opacity: 1;
  visibility: visible;
}

.menu__inner {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding-top: 100px;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  overflow-x: auto;
}

.menu__link {
  text-decoration: none;
  margin-left: 22px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  line-height: 18px; /* 128.571% */
  display: inline-block;
}

.menu__link:hover {
  color: #000;
}

.menu__link--one {
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  padding: 8px 16px;
  margin-right: 8px;
  margin-left: 0;
}

.menu__link--two {
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  padding: 8px 16px;
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.5019607843);
  margin-left: 0;
}

.menu__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__column {
  max-height: 532px;
  min-height: 532px;
}

.column-lvl1 {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 12px;
  max-width: 342px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: auto;
  padding-bottom: 20px;
}

.menu__tab {
  padding: 10px 12px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__tab img {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 20px;
  height: 20px;
}

.menu__tab span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: auto;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  white-space: nowrap;
}

.menu__tab svg {
  min-width: 20px;
  min-height: 16px;
  opacity: 0.25;
  display: block;
}

.tab-active {
  background: rgba(0, 0, 0, 0.04);
}

.tab-active span {
  color: #000;
}

.tab-active svg {
  opacity: 1;
}

.tab-active svg path {
  stroke: #FE5D26;
}

.top-link {
  color: #FE5D26;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  padding: 10px 12px;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
}

.top-link:hover {
  color: var(--hover-accent);
}

.column-lvl2 {
  padding-top: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 282px;
  position: relative;
  padding-left: 16px;
}

.column-lvl3 {
  padding-top: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 282px;
  position: relative;
  padding-left: 16px;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 8px;
  left: 16px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.links.show {
  opacity: 1;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.tab-lvl4:hover {
  background: rgba(0, 0, 0, 0.04);
}

.tab-lvl4:hover span {
  color: #000;
}

.tab-lvl4:hover svg {
  opacity: 1;
}

.tab-lvl4:hover svg path {
  stroke: #FE5D26;
}

.menu__banner {
  position: absolute;
  top: 16px;
  border-radius: 20px;
  overflow: hidden;
  width: 90%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.menu__banner:hover .menu__banner-icon {
  opacity: 1;
}

.menu__banner.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.search__card {
  position: relative;
}

.search__card .menu__banner-icon {
  width: 32px !important;
  height: 32px;
  position: absolute;
  top: 8px;
  right: 8px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  opacity: 0;
  z-index: 2;
}

.search__card:hover .menu__banner-icon {
  opacity: 1;
}

.menu__banner-img {
  width: 100%;
  display: block;
}

.menu__banner-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  opacity: 0;
}

.menu__banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 41, 0)), color-stop(25%, rgba(37, 37, 41, 0.5)), to(rgba(37, 37, 41, 0.75)));
  background: linear-gradient(180deg, rgba(37, 37, 41, 0) 0%, rgba(37, 37, 41, 0.5) 25%, rgba(37, 37, 41, 0.75) 100%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.menu__banner-content .title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 10px;
}

.menu__banner-content .text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.main-box.active {
  background: #FFF;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  margin-right: 0;
}

.header__box {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.main-box.active + .header__box {
  width: 0;
  overflow: hidden;
  padding: 0;
}

.main-box.active .header__input-box {
  max-width: initial;
}

.main-box.active svg path {
  stroke: rgba(0, 0, 0, 0.5019607843);
}

.main-box.active input {
  color: rgba(0, 0, 0, 0.5019607843);
}

.main-box.active input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}

.main-box.active input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}

.main-box.active input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}

.main-box.active input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}

.main-box.active input::placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}

.search-popup-popular {
  position: fixed;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding-top: 76px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.search-popup-popular.show {
  opacity: 1;
  visibility: visible;
}

.search-popup-popular__inner {
  border-radius: 20px;
  background: #FFF;
  max-width: 434px;
  margin: 0 auto;
  padding: 16px 10px 10px;
}

.search-popup-popular__inner .title {
  color: #828282;
  margin-bottom: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding-left: 10px;
}

.search-popup-popular__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-popup-popular__links a {
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.search-popup-popular__links a:hover {
  background: rgba(0, 0, 0, 0.04);
}

.search {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.search.show {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.search__inner {
  background: #fff;
  border-radius: 0 0 20px 20px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  padding-top: 84px;
  position: relative;
}

.search__desk-show-all {
  padding: 12px 16px;
  color: #fff;
  border-radius: 999px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: #FE5D26;
  font-family: "Inter", sans-serif;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-decoration: none;
}

.search__desk-show-all:hover {
  background: #FE6D3B;
}

.search-container {
  max-width: 1440px;
  margin: 0 auto;
}

.search__categories {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.search__categories .title {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  margin-bottom: 16px;
}

.search__categories-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.search__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 14px;
}

.search__category:hover {
  background: rgba(0, 0, 0, 0.04);
}

.search__category .text {
  color: #000;
}

.search__category .count {
  color: rgba(0, 0, 0, 0.5);
}

.search__items {
  padding-top: 16px;
  max-height: 476px;
  overflow: auto;
}

.search__items .title {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  margin-bottom: 16px;
}

.search__items-cards {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  padding-bottom: 80px;
  -ms-grid-columns: 1fr [6];
  grid-template-columns: repeat(6, 1fr);
  padding-right: 7px;
}

.search__card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.search__card img {
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}

.search__card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 41, 0.01)), color-stop(20%, rgba(37, 37, 41, 0.33)), to(rgba(37, 37, 41, 0.66)));
  background: linear-gradient(180deg, rgba(37, 37, 41, 0.01) 0%, rgba(37, 37, 41, 0.33) 20%, rgba(37, 37, 41, 0.66) 100%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.search__card .title {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  color: #fff;
}

.search__card .price {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 20px;
}

.main-box.searching {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
}

.main-box.searching input::-webkit-input-placeholder {
  color: #fff;
}

.main-box.searching input::-moz-placeholder {
  color: #fff;
}

.main-box.searching input:-ms-input-placeholder {
  color: #fff;
}

.main-box.searching input::-ms-input-placeholder {
  color: #fff;
}

.main-box.searching input,
.main-box.searching input::placeholder {
  color: #fff;
}

.main-box.searching svg path {
  stroke: #c5c5c5;
}

.header__btn-search {
  display: none;
}

.main-box.active .header__btn-search {
  padding: 12px 16px;
  color: #fff;
  border-radius: 999px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  background: #FE5D26;
  font-family: "Inter", sans-serif;
  display: none;
}

.main-box.active .header__btn-search:hover {
  background: #FE6D3B;
}

.main-box.active .header__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.header-box-mobile {
  display: none;
}

.search-mobile {
  display: none;
}

.mobile-menu {
  display: none;
}

.search-clear {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-clear svg path {
  stroke: #c5c5c5;
}

a.link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.link:hover {
  background-color: var(--accent);
  color: #fff;
}

a.link-more {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.link-more:hover {
  background-color: var(--accent) !important;
  color: #fff;
}

.slider-next, .slider-prev {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-next:hover, .slider-prev:hover {
  background-color: var(--accent) !important;
}

.slider-next:hover svg path, .slider-prev:hover svg path {
  stroke: #fff;
}

.slider-next svg path, .slider-prev svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-banner25 {
  border-radius: 0 0 32px 32px;
  overflow: hidden;
  position: relative;
}

.top-banner25 img, .top-banner25 video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 32px 32px;
}

.top-banner25 .slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 82px;
  gap: 8px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.top-banner25 .pagination-item {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(0.5px);
  backdrop-filter: blur(0.5px);
  width: 48px;
  height: 4px;
  position: relative;
  overflow: hidden;
}

.top-banner25 .pagination-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
}

.top-banner25 .pagination-item.active::after {
  -webkit-transition: 3s;
  transition: 3s;
  width: 48px;
}

.top-banner25 .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.top-banner25 .container {
  max-width: initial;
  padding: 0;
}

.top-banner25 .slider {
  overflow: hidden;
}

.top-banner25 .slider-prev, .top-banner25 .slider-next {
  position: absolute;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  top: 50%;
}

.top-banner25 .slider-prev {
  left: 120px;
}

.top-banner25 .slider-next {
  right: 120px;
}

.top-banner25 .title {
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto 24px;
  position: relative;
  z-index: 4;
}

.top-banner25 .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  max-width: 480px;
  margin: 0 auto 32px;
  position: relative;
  z-index: 4;
}

.top-banner25 .swiper-slide {
  text-align: center;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  padding-top: 194px;
  padding-bottom: 126px;
  border-radius: 0 0 32px 32px;
  background-position: center;
  background-size: cover;
}

.top-banner25 .bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.top-banner25 .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.top-banner25 .link {
  padding: 12px 16px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  font-size: 16px;
  line-height: 24px;
  color: #312D2B;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 4;
}

.services-home25 {
  padding: 48px 0;
}

.services-home25 .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.services-home25 .card {
  padding: 32px 0 0 32px;
  border-radius: 24px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  max-width: 394px;
}

.services-home25 .card img {
  width: 100%;
  display: block;
}

.services-home25 .title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #312D2B;
}

.services-home25 .card-links25 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 16px;
  margin-bottom: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-home25 .card-links25 a {
  font-size: 16px;
  line-height: 24px;
  color: rgba(49, 45, 43, 0.5);
  text-decoration: none;
}

.services-home25 .card-links25 a:hover {
  color: var(--accent);
}

.coming-events {
  padding: 48px 0;
}

.coming-events .title {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #312D2B;
}

.coming-events .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.coming-events .card {
  max-width: 288px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  padding: 24px;
  border: 1px solid transparent;
}

@media screen and (max-width: 768px) {
  .coming-events .card {
    padding: 24px 0;
  }
}
.coming-events .card:hover {
  border: 1px solid var(--Orange-100, #FE5D26);
  -webkit-box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16);
  box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16);
}

.coming-events .card span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.coming-events .card img {
  width: auto;
  height: 104px;
  display: block;
}

.sales25 {
  padding: 48px 0;
  overflow: hidden;
}

.sales25 .slider {
  margin-bottom: 32px;
}

.sales25 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  border-radius: 24px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.sales25 .img-box {
  border-radius: 16px;
  overflow: hidden;
  max-width: 568px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sales25 .content {
  max-width: 552px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sales25 .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #312D2B;
  margin-bottom: 16px;
}

.sales25 p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(49, 45, 43, 0.5);
}

.sales25 a {
  padding: 11px 20px;
  border-radius: 12px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 48px;
  color: #312D2B;
  text-decoration: none;
}

.sales25 .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sales25 .pagination {
  padding: 20px 24px;
  border-radius: 999px;
  background-color: rgba(49, 45, 43, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sales25 .pagination span {
  background-color: rgba(49, 45, 43, 0.2);
  opacity: 1;
  margin: 0 !important;
}

.sales25 .swiper-pagination-bullet-active {
  background-color: #000 !important;
}

.sales25 .slider-prev, .sales25 .slider-next {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(49, 45, 43, 0.05);
  cursor: pointer;
}

.news-items25 {
  padding: 48px 0;
}

.news-items25 .link-mobile {
  display: none !important;
}

.news-items25 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 36px;
}

.news-items25 .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.news-items25 .card {
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.news-items25 .card:hover .hover-icon {
  top: 12px;
  right: 12px;
  opacity: 1;
}

.news-items25 .hover-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 0;
}

.news-items25 .img-box {
  padding: 4px;
}

.news-items25 .img-box img {
  width: 100%;
  display: block;
}

.news-items25 .content {
  padding: 12px 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-align: center;
  color: #312D2B;
}

.news-items25 .link {
  padding: 12px 16px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  font-size: 16px;
  line-height: 24px;
  color: #312D2B;
  text-decoration: none;
  display: inline-block;
}

.news-items25 .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #312D2B;
}

.about25 {
  padding: 48px 0;
}

.about25.animate .video-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.about25 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about25 .content {
  max-width: 490px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about25 .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 16px;
}

.about25 .textbox p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}

.about25 .btn {
  font-size: 16px;
  color: var(--accent);
}

.about25 .btn:hover {
  color: #D95427;
}

.about25 .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}

.about25 .numbers .num-item .num {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #312D2B;
  margin-bottom: 8px;
}

.about25 .numbers .num-item span {
  font-size: 14px;
  line-height: 20px;
  color: rgba(49, 45, 43, 0.5);
  white-space: nowrap;
}

.about25 .video-box {
  max-width: 584px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

.about25 .video-box:hover .btn-play {
  background-color: #fff;
}

.about25 .video-box:hover .btn-play svg path {
  fill: var(--accent);
  stroke: var(--accent);
}

.about25 .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--accent);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-left: 3px;
}

.about25 .btn-play svg path {
  fill: #fff;
  stroke: #fff;
}

.about25 img {
  width: 100%;
  display: block;
}

.cases25 {
  padding: 48px 0;
  overflow: hidden;
}

.cases25 .link-mobile {
  display: none !important;
}

.cases25 .cases25-link-more {
  display: block;
  margin: 32px auto 0;
  text-align: center;
  max-width: 169px;
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  line-height: 28px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cases25 .cases25-link-more:hover {
  background-color: var(--accent);
  color: #fff;
}

.cases25 .top {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cases25 .title {
  font-size: 32px;
  font-weight: 500;
  color: #312D2B;
}

.cases25 .link-more {
  padding: 12px 16px;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background-color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.cases25 .link-more:hover {
  background-color: var(--accent);
  color: #fff;
}

.cases25 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.cases25 .inner-mobile {
  display: none;
}

.cases25 img {
  width: 100%;
  display: block;
}

.cases25 .big-item {
  max-width: 592px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 16px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  background-color: #fff;
  position: relative;
}

.cases25 .big-item .img-box {
  padding: 8px;
  border-radius: 16px;
  overflow: hidden;
}

.cases25 .big-item .content {
  padding: 8px 24px 24px;
}

.cases25 .big-item:hover .hover-icon {
  top: 24px;
  right: 24px;
  opacity: 1;
}

.cases25 .big-item .hover-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 0;
}

.cases25 .item-title, .cases25 .small-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #312D2B;
}

.cases25 .item-title {
  margin-bottom: 16px;
}

.cases25 .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}

.cases25 .tag {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  background-color: rgba(49, 45, 43, 0.05);
  border-radius: 999px;
  padding: 4px 10px;
}

.cases25 .items {
  max-width: 592px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.cases25 .item {
  border-radius: 16px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 8px;
  position: relative;
}

.cases25 .item:hover .hover-icon {
  top: 12px;
  right: 12px;
  opacity: 1;
}

.cases25 .item .hover-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 0;
}

.cases25 .item .img-box {
  max-width: 227px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}

.cases25 .item .content {
  max-width: 332px;
  padding: 8px 0;
}

.cases25 .small-title {
  margin-bottom: 28px;
}

a {
  color: inherit;
  text-decoration: none;
}

.storis-25 {
  padding: 48px 0;
}

.storis-25 .link-mobile {
  display: none !important;
}

.storis-25 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.storis-25 .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.storis-25 .link {
  padding: 12px 20px;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .storis-25 .link {
    display: none !important;
  }
}
.storis-25 .link-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .storis-25 .link-mobile {
    display: block !important;
    max-width: 160px;
    margin: 24px auto 0;
    text-align: center;
  }
}
.storis-25 .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.storis-25 .item {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}

.storis-25 .item img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
}

.storis-25 .item .btn {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.storis-25 .item svg rect {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.storis-25 .item svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.storis-25 .item:hover svg rect {
  fill: #fff;
}

.storis-25 .item:hover svg path {
  stroke: var(--accent);
  fill: var(--accent);
}

.clients25 {
  padding: 48px 0;
  overflow: hidden;
}

.clients25 .title {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.clients25 .items {
  overflow: hidden;
}

.clients25 .sub-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-animation: move infinite 30s linear;
  animation: move infinite 30s linear;
}

.clients25 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  max-width: 288px;
  min-width: 288px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 144px;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-139%);
    transform: translateX(-139%);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-139%);
    transform: translateX(-139%);
  }
}
.reviews25 {
  padding: 48px 0;
  overflow: hidden;
}

.reviews25 .user {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(255, 239, 234);
}

.reviews25 .controls-mobile {
  display: none !important;
}

.reviews25 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.reviews25 .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #312D2B;
}

.reviews25 .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.reviews25 .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.reviews25 .link:first-child:hover svg path {
  fill: #fff;
}

.reviews25 .link:last-child:hover svg path {
  stroke: #fff;
}

.reviews25 .swiper-slide {
  background-color: #fff;
  padding: 32px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  max-width: 600px;
}

.reviews25 .text {
  font-size: 16px;
  line-height: 24px;
}

.reviews25 .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews25 .info img {
  display: block;
}

.reviews25 .info span {
  font-size: 16px;
  font-weight: 500;
}

.reviews25 .slider {
  margin-bottom: 32px;
}

.reviews25 .slider-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews25 .slider-next, .reviews25 .slider-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(49, 45, 43, 0.05);
  cursor: pointer;
}

.reviews25 .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  padding: 20px 24px;
  border-radius: 999px;
  background-color: rgba(49, 45, 43, 0.05);
}

@media (max-width: 768px) {
  .pagination {
    display: block !important;
    margin: 0 auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .pagination .swiper-pagination-bullet, .pagination span {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
  }
  .slider-pagination {
    display: block !important;
    margin: 0 auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .slider-pagination .swiper-pagination-bullet, .slider-pagination span {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
  }
  .reviews25 .slider-pagination .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
  }
}
.reviews25 .pagination span {
  margin: 0 !important;
  opacity: 1;
  background-color: rgba(49, 45, 43, 0.2);
}

.reviews25 .pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.order-info25 {
  padding: 48px 0;
}

.order-info25 .column-mobile {
  display: none;
}

.order-info25 .title {
  margin-bottom: 32px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.order-info25 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.order-info25 .column {
  max-width: 384px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.order-info25 .column-left {
  gap: 116px;
  -webkit-transition: 0.7s ease-in;
  transition: 0.7s ease-in;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
}

.order-info25 .column-right {
  padding-top: 115px;
  gap: 116px;
  -webkit-transition: 0.7s ease-in;
  transition: 0.7s ease-in;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.order-info25 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-top: 16px;
}

.order-info25 .item .number {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: var(--accent);
}

.order-info25 .item .content {
  padding-top: 8px;
  max-width: 320px;
}

.order-info25 .item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 12px;
}

.order-info25 .text {
  font-size: 16px;
  line-height: 24px;
  color: rgba(49, 45, 43, 0.5);
}

@media screen and (max-width: 768px) {
  .order-info25 .text {
    height: 72px;
  }
}
.order-info25 .lines-item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.order-info25 .lines-item.show.circle {
  background-color: var(--accent) !important;
}

.order-info25 .lines-item.show span {
  height: 84px !important;
}

.order-info25 .lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 16px;
  min-width: 16px;
  gap: 8px;
  padding-top: 30px;
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.order-info25 .lines.show {
  opacity: 1;
}

.order-info25 .lines .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(49, 45, 43, 0.1);
}

.order-info25 .lines .line {
  width: 2px;
  height: 84px;
  background-color: rgba(49, 45, 43, 0.1);
}

.order-info25 .lines .line span {
  display: block;
  background-color: var(--accent);
  height: 0;
  width: 100%;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.order-info25.animate .column-left {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}

.order-info25.animate .column-right {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}

.sertifs25 {
  padding: 48px 0;
}

.sertifs25 .title {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.sertifs25 .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  cursor: pointer;
}

.sertifs25 .swiper-slide img {
  width: 100%;
  display: block;
}

.sertifs25 .slider {
  margin-bottom: 32px;
  overflow: hidden;
}

.sertifs25 .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sertifs25 .slider-next, .sertifs25 .slider-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(49, 45, 43, 0.05);
  cursor: pointer;
}

.sertifs25 .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  padding: 20px 24px;
  border-radius: 999px;
  background-color: rgba(49, 45, 43, 0.05);
}
@media screen and (max-width: 768px) {
  .sertifs25 .pagination {
    padding: 0;
  }
}

.sertifs25 .pagination span {
  margin: 0 !important;
  opacity: 1;
  background-color: rgba(49, 45, 43, 0.2);
}

.sertifs25 .pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.questions25 {
  padding: 48px 0;
}

.questions25 .title {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.questions25 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.questions25 .item {
  padding: 24px;
  border-radius: 16px;
  background: #FFF;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
}

.questions25 .item:hover svg path {
  stroke-opacity: 1 !important;
}

.questions25 .item svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.questions25 .drop-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.questions25 .drop-head span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.questions25 .drop-head svg {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.questions25 .drop-content {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 24px;
  height: 0;
  overflow: hidden;
}

.questions25 .text--open svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.questions25 .text--open .drop-head {
  margin-bottom: 16px;
}

.news25 {
  padding: 48px 0;
  overflow: hidden;
}

.news25 .link-mobile {
  display: none !important;
}

.news25 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

.news25 .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.news25 .link {
  padding: 12px 20px;
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.news25 .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.news25 .card {
  max-width: 389px;
  border-radius: 24px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.news25 .card:hover .hover-icon {
  top: 12px;
  right: 12px;
  opacity: 1;
}

.news25 .hover-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 0;
}

.news25 .img-box {
  padding: 8px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.news25 .img-box img {
  width: 100%;
  display: block;
}

.news25 .tag {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 999px;
  background: #FFF;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.news25 .content {
  padding: 8px 24px 24px;
}

.news25 .card-title {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 24px;
  color: #312D2B;
}

.news25 .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(49, 45, 43, 0.5);
}

button {
  font-family: inherit;
  color: inherit;
}

a {
  font-family: inherit;
  color: inherit;
}

.seo-block25 {
  padding: 48px 0;
}

.seo-block25 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.seo-block25 .content {
  max-width: 576px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.seo-block25 .img-box {
  max-width: 576px;
  overflow: hidden;
  border-radius: 16px;
  position: sticky;
  top: 95px;
}

@media screen and (max-width: 768px) {
  .seo-block25 .img-box {
    position: static;
  }
}
.seo-block25 .img-box img {
  width: 100%;
  display: block;
}

.seo-block25 p:last-child {
  margin-bottom: 0;
}

.seo-block25 .title {
  font-size: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 24px;
}

.seo-block25 .text {
  margin-bottom: 24px;
}

.seo-block25 ul {
  margin-left: 20px;
  margin-bottom: 24px;
}

.seo-block25 ul li {
  list-style-type: disc;
}

.seo-block25 .btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}

.seo-block25 .btn-more.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.seo-block25 .btn-more span {
  color: rgba(49, 45, 43, 0.5);
  font-size: 16px;
}

.seo-block25 .textbox {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 280px;
  overflow: hidden;
}

.bot-banner25 {
  padding: 48px 0;
}

.bot-banner25 .inner {
  height: 480px;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  background-image: url("../images/bot-banner.jpg");
  background-size: cover;
  background-position: center;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.bot-banner25 .title {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  font-weight: 40px;
  margin-bottom: 16px;
  max-width: 500px;
}

.bot-banner25 .text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
  line-height: 24px;
}

.bot-banner25 .link {
  padding: 12px 20px;
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

span {
  color: inherit;
}

.breadcrumbs25 {
  margin-bottom: 24px;
}

.breadcrumbs25 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  overflow: visible;
}

.breadcrumbs25 a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: rgba(49, 45, 43, 0.5);
  padding-bottom: 10px;
  display: inline-block;
}

.breadcrumbs25 .devider {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: rgba(49, 45, 43, 0.5);
  padding-bottom: 10px;
}

.breadcrumbs25 .bread-drop {
  position: relative;
}

.breadcrumbs25 .bread-drop:hover svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.breadcrumbs25 .bread-drop:hover .drop-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs25 a:hover {
  color: var(--accent);
}

.breadcrumbs25 .bread-drop-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.breadcrumbs25 .bread-drop-head:hover a {
  color: var(--accent);
}

.breadcrumbs25 .bread-drop-head:hover svg path {
  stroke: var(--accent);
}

.breadcrumbs25 .bread-drop-head svg {
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}

.breadcrumbs25 .bread-drop-head svg path {
  stroke: rgba(49, 45, 43, 0.5);
}

.breadcrumbs25 .drop-content {
  position: absolute;
  top: 24px;
  left: 0;
  padding: 8px;
  width: 220px;
  border-radius: 16px;
  border: 1px solid rgba(49, 45, 43, 0.05);
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10;
}

.breadcrumbs25 .drop-content a {
  padding: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #312D2B;
  border-radius: 8px;
}

.breadcrumbs25 .drop-content a:hover {
  background-color: rgba(49, 45, 43, 0.05);
}

.breadcrumbs25 .current-link {
  color: #312D2B;
  pointer-events: none;
}

.catalog-page25 {
  padding-top: 100px;
}

.filters-head-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  padding: 84px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  border-radius: 0 0 12px 12px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 8px 0 rgba(49, 45, 43, 0.16);
  box-shadow: 0 1px 8px 0 rgba(49, 45, 43, 0.16);
  display: none;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  will-change: transform;
}

@media screen and (max-width: 768px) {
  .filters-head-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filters-head-mobile.show {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.filters-head-mobile .btn-category {
  margin-left: 16px;
}

.filters-head-mobile .btn-filter, .filters-head-mobile .btn-category {
  width: 36px;
  min-width: 36px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filters-head-mobile .current-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  overflow: auto;
}

.filters-head-mobile .current-filter-label {
  padding: 6px 10px 6px 14px;
  border-radius: 8px;
  background: rgba(49, 45, 43, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.filters-head-mobile .current-filter-label span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.categories-mobile-window {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background-color: #fff;
  display: none;
}

.categories-mobile-window .show-links-more {
  padding-left: 20px;
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.categories-mobile-window .show-links-more span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(49, 45, 43, 0.5);
}

.categories-mobile-window .hide {
  display: none !important;
}

.categories-mobile-window a.show {
  display: block !important;
}

.categories-mobile-window.show {
  display: block;
}

.categories-mobile-window .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.categories-mobile-window .side-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 24px;
  display: block !important;
  color: #312D2B;
  padding: 0 !important;
}

.categories-mobile-window .link {
  display: block;
  margin: 22px 16px 0;
  color: var(--accent);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 18px 8px 18px 28px;
  border-top: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
}

.catalog25 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .catalog25 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.catalog25 .top .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog25 .top .title .text {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .catalog25 .top .title .text {
    font-size: 24px;
    line-height: 32px;
  }
}
.catalog25 .top .title .num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(254, 93, 38, 0.16);
  color: var(--accent);
  font-size: 12px;
}

.catalog25 .top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.catalog25 .top-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.catalog25 .top-links a:hover span {
  color: #D95427;
  white-space: wrap;
}

.catalog25 .top-links a:hover svg path {
  stroke: #D95427;
}

.catalog25 .top-links svg {
  display: block;
}

.catalog25 .top-links span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--accent);
}

.catalog25 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 16px;
}

.catalog25 .sidebar {
  max-width: 288px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 288px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 116px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(49, 45, 43, 0.15) transparent;
}

.catalog25 .sidebar::-webkit-scrollbar {
  width: 4px;
}

.catalog25 .sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.catalog25 .sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(49, 45, 43, 0.15);
  border-radius: 4px;
}

.catalog25 .sidebar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(49, 45, 43, 0.3);
}

@media screen and (max-width: 768px) {
  .catalog25 .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    background-color: #fff;
    width: 100%;
    max-width: 768px;
    max-height: none;
    overflow: auto;
    padding-bottom: 121px;
    display: none;
    scrollbar-width: auto;
    scrollbar-color: auto;
  }
}
.catalog25 .sidebar.show {
  display: block;
}

.catalog25 .sidebar .show-links-more {
  padding-left: 20px;
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.catalog25 .sidebar .show-links-more span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(49, 45, 43, 0.5);
}

.catalog25 .sidebar .hide {
  display: none !important;
}

.catalog25 .sidebar a.show {
  display: block !important;
}

.catalog25 .sidebar.show {
  display: block;
}

.catalog25 .sidebar .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog25 .sidebar .side-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 24px;
  display: block !important;
  color: #312D2B;
  padding: 0 !important;
}

.catalog25 .sidebar .link {
  display: block;
  margin: 22px 16px 0;
  color: var(--accent);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 18px 8px 18px 28px;
  border-top: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
}

.catalog25 .sidebar-head-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .catalog25 .sidebar-head-mobile {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #312D2B;
    padding: 24px 24px 0;
  }
}
.catalog25 .sidebar-head-mobile .btn {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 16px;
  right: 16px;
  border-radius: 8px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog25 .sidebar-box {
  padding-top: 24px;
  border-radius: 16px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

@media screen and (max-width: 768px) {
  .catalog25 .sidebar-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
  }
}
.catalog25 .sidebar-box label {
  position: relative;
}

.catalog25 .sidebar-box label .hover-label {
  display: none;
}

.catalog25 .sidebar-box label .label-inner:hover {
  background-color: #FFEFEA;
  border-radius: 8px;
}

.hover-label-clone {
  position: fixed;
  z-index: 9999;
  padding: 10px 20px;
  border-radius: 10px;
  background: #FE5D26;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: opacity 0.15s, transform 0.15s;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, transform 0.15s;
  transition: opacity 0.15s, transform 0.15s, -webkit-transform 0.15s;
}

.hover-label-clone.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.hover-label-clone .icon {
  position: absolute;
  top: 10px;
  left: -5px;
}

@media screen and (max-width: 768px) {
  .catalog25 .sidebar-box-desc {
    display: none;
  }
}
.catalog25 .side-title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #312D2B;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .catalog25 .side-title {
    display: none;
  }
}
.catalog25 .sidebar-dropdown {
  margin: 0 16px;
  font-size: 14px;
}

.catalog25 .sidebar-dropdown a {
  display: block;
  border-radius: 8px;
  padding: 7px 8px;
  padding-left: 20px;
}

.catalog25 .sidebar-dropdown a:hover {
  background-color: #FFEFEA;
  color: var(--accent);
}

.catalog25 .sidebar-dropdown a.sidebar-parent-link {
  font-weight: 600;
}

.catalog25 .sidebar-drop-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  cursor: pointer;
}

.catalog25 .sidebar-drop-head span {
  font-size: 14px;
}

.catalog25 .sidebar-drop-content {
  will-change: transform;
}

.catalog25 .side-main-link {
  margin-top: 16px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: var(--accent);
  border-top: 1px solid rgba(49, 45, 43, 0.1);
}

.catalog25 .side-main-link:hover {
  color: #D95427;
}

.catalog25 .price-filter {
  padding: 0 24px;
}

.catalog25 .price-filter .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.catalog25 .price-filter .input-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.catalog25 .price-filter label {
  display: block;
  margin-bottom: 8px;
  color: #555;
  font-weight: 600;
}

.catalog25 .price-filter input[type=number] {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border-radius: 10px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #FFF;
}

.catalog25 .price-filter input[type=number]:focus {
  outline: none;
  border-color: var(--accent);
}

.catalog25 .price-filter .slider-container {
  position: relative;
  height: 20px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.catalog25 .price-filter .slider-track {
  position: absolute;
  width: 100%;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.catalog25 .price-filter .slider-range {
  position: absolute;
  height: 6px;
  background: var(--accent);
  border-radius: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.catalog25 .price-filter input[type=range] {
  position: absolute;
  width: 100%;
  height: 6px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.catalog25 .price-filter input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -5px;
  appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.catalog25 .price-filter input[type=range]::-webkit-slider-thumb:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.catalog25 .price-filter #minSlider::-webkit-slider-thumb {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.catalog25 .price-filter input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: white;
  border: 3px solid #667eea;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-transition: transform 0.2s;
  transition: transform 0.2s;
}

.catalog25 .price-filter input[type=range]::-moz-range-thumb:hover {
  transform: scale(1.2);
}

.catalog25 .price-filter .values-display {
  text-align: center;
  color: #667eea;
  font-size: 18px;
  font-weight: 600;
}

.catalog25 .price-filter .items-list {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #e0e0e0;
}

.catalog25 .price-filter .items-list h3 {
  margin-bottom: 15px;
  color: #333;
}

.catalog25 .price-filter .item {
  padding: 12px;
  margin-bottom: 10px;
  background: #f5f5f5;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog25 .price-filter .item.hidden {
  display: none;
}

.catalog25 .price-filter .item-name {
  font-weight: 600;
  color: #333;
}

.catalog25 .price-filter .item-price {
  color: #667eea;
  font-weight: 600;
}

.catalog25 .color-filter {
  padding: 0 16px;
  margin-bottom: 24px;
}

.catalog25 .color-filter .sidebar-subtitle {
  margin-bottom: 8px;
  padding-left: 8px;
}

.catalog25 .color-filter .color-label {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.catalog25 .color-filter .color-label .color-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: auto;
  font-size: 14px;
}

.catalog25 .color-filter .color-label .color-icon {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(49, 45, 43, 0.05);
}

.catalog25 .color-filter .color-input {
  display: none;
}

.catalog25 .color-filter .color-input:checked + .color-checkbox {
  background-color: var(--accent);
}

.catalog25 .color-filter .color-checkbox {
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 2px;
}

@media screen and (max-width: 768px) {
  .catalog25 .color-filter .color-checkbox {
    padding: 0;
  }
}
.catalog25 .color-filter .color-filter-inner {
  margin-bottom: 6px;
  height: 136px;
  overflow: hidden;
}

.catalog25 .color-filter .color-drop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
  cursor: pointer;
}

.catalog25 .color-filter .color-drop-btn span {
  font-size: 14px;
  color: rgba(49, 45, 43, 0.5);
}

.catalog25 .sidebar-subtitle {
  font-size: 14px;
  font-weight: 500;
}

.catalog25 .capacity-filter {
  padding: 0 16px;
  margin-bottom: 24px;
}

.catalog25 .capacity-filter .sidebar-subtitle {
  font-size: 14px;
  font-weight: 500;
  padding-left: 8px;
  margin-bottom: 8px;
}

.catalog25 .capacity-filter .label-inner {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.catalog25 .capacity-filter .label-inner .capacity-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: auto;
  font-size: 14px;
}

.catalog25 .capacity-filter .capacity-input {
  display: none;
}

.catalog25 .capacity-filter .capacity-input:checked + .capacity-checkbox {
  background-color: var(--accent);
}

.catalog25 .capacity-filter .capacity-checkbox {
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 2px;
}

.catalog25 .sidebar-controls {
  padding: 16px;
  border-top: 1px solid rgba(49, 45, 43, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .catalog25 .sidebar-controls {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
  }
}
.catalog25 .sidebar-main-btn {
  width: 100%;
  height: 40px;
  color: #fff;
  background-color: var(--accent);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
}

.catalog25 .sidebar-main-btn:hover {
  background-color: #D95427;
}

.catalog25 .sidebar-btn-reset {
  height: 40px;
  width: 100%;
  text-align: center;
  color: #312D2B;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border: 1px solid rgba(49, 45, 43, 0.1);
  border-radius: 10px;
}

.catalog25 .sidebar-btn-reset:hover {
  background-color: #EBEAEA;
}

.catalog-popular25 {
  padding: 48px 0;
}

@media (max-width: 768px) {
  .catalog-popular25 {
    padding: 24px 0;
  }
}
.catalog-popular25 .icon {
  margin-bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--Orange-10, #FFEFEA);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog-popular25 .card-one {
  padding: 24px;
}

.catalog-popular25 .card-one:hover {
  border: 1px solid transparent !important;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08) !important;
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08) !important;
}

.catalog-popular25 .card .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding: 0;
}

.catalog-popular25 .card-one .text-one {
  color: rgba(49, 45, 43, 0.5);
}

.catalog-popular25 .card .accent-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .catalog-popular25 .card .accent-title {
    margin-bottom: 24px;
  }
}
.catalog-popular25 .title {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .catalog-popular25 .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.catalog-popular25 .inner1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

@media (max-width: 1268px) {
  .catalog-popular25 .inner1 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .catalog-popular25 .inner1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
.catalog-popular25 .slider-mobile .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

@media (max-width: 768px) {
  .catalog-popular25 .slider-mobile .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.catalog-popular25 .card {
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  border: 1px solid transparent;
}

.catalog-popular25 .card:hover {
  border: 1px solid var(--Orange-100, #FE5D26);
  -webkit-box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16);
  box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16);
}

.catalog-popular25 .card span {
  padding: 8px 32px 24px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (max-width: 550px) {
  .catalog-popular25 .card span {
    font-size: 12px;
    line-height: 14px;
  }
}
.catalog-popular25 img {
  margin: 24px;
  display: block;
  width: 100%;
  max-width: 240px;
}

@media (max-width: 1268px) {
  .catalog-popular25 img {
    margin: 24px auto;
  }
}
@media (max-width: 768px) {
  .catalog-popular25 img {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .hover-gallery-img {
    display: block !important;
  }
}
.listing25-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.listing25-wrapper .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1268px) {
  .listing25-wrapper .top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 550px) {
  .listing25-wrapper .top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70% 30%;
    grid-template-columns: 70% 30%;
  }
}
.listing25-wrapper .sort-select {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1268px) {
  .listing25-wrapper .sort-select {
    max-width: 220px;
  }
}
@media screen and (max-width: 550px) {
  .listing25-wrapper .sort-select {
    max-width: 195px;
  }
}
.listing25-wrapper .sort-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 10px 6px 14px;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  cursor: pointer;
}

.listing25-wrapper .sort-head:hover {
  background-color: rgba(49, 45, 43, 0.05);
}

.listing25-wrapper .sort-head.rotate svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.listing25-wrapper .sort-head span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.listing25-wrapper .sort-head svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.listing25-wrapper .sort-content {
  position: absolute;
  top: 36px;
  left: 0;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid rgba(49, 45, 43, 0.05);
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  width: 220px;
  display: none;
}

.listing25-wrapper .sort-content.show {
  display: block;
}

.listing25-wrapper .sort-content-item {
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
}

.listing25-wrapper .sort-content-item:hover {
  background: rgba(49, 45, 43, 0.05);
}

.listing25-wrapper .filters-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media screen and (max-width: 1268px) {
  .listing25-wrapper .filters-current {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-column-start: span 2;
  }
}
@media screen and (max-width: 768px) {
  .listing25-wrapper .filters-current {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  .listing25-wrapper .filters-current {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.listing25-wrapper .current-filter-label {
  padding: 6px 10px 6px 14px;
  border-radius: 8px;
  background: rgba(49, 45, 43, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.listing25-wrapper .current-filter-label span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .listing25-wrapper .current-filter-label span {
    white-space: nowrap;
  }
}
.listing25-wrapper .reset-filters {
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(49, 45, 43, 0.5);
}

.listing25-wrapper .reset-filters:hover {
  color: rgb(220, 20, 47);
}

@media screen and (max-width: 1268px) {
  .listing25-wrapper .reset-filters {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .listing25-wrapper .reset-filters {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .listing25-wrapper .reset-filters {
    margin-left: initial;
  }
}
.listing25-wrapper .mobile-filter-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .listing25-wrapper .mobile-filter-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-right: 16px;
  }
  .listing25-wrapper .mobile-filter-btn span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #272F3D;
  }
}
.listing25-wrapper .current-filter-close {
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.listing25-wrapper .current-filter-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.listing25-wrapper .listing-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

@media (max-width: 991px) {
  .listing25-wrapper .listing-cards {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
.listing25-wrapper .card {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.listing25-wrapper .card img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .listing25-wrapper .card img {
    border: 1px solid rgba(49, 45, 43, 0.05);
  }
}
@media screen and (max-width: 768px) {
  .listing25-wrapper .card .card-img-box {
    border: 1px solid rgba(49, 45, 43, 0.05);
  }
}
@media screen and (max-width: 768px) {
  .listing25-wrapper .card .hover-gallery {
    display: none;
  }
  .listing25-wrapper .card .hover-gallery-dots {
    display: none;
  }
  .listing25-wrapper .card .bullet-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .listing25-wrapper .card .bullet-wrapper .bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(0.5px);
    backdrop-filter: blur(0.5px);
    border-radius: 50%;
  }
  .listing25-wrapper .card .bullet-wrapper .bullet.active {
    background-color: #fff;
  }
}
.listing25-wrapper .product-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 129px;
  border-radius: 12px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--White-100, #FFF);
  padding: 12px 7px;
  max-height: 42px;
  width: 129px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .listing25-wrapper .product-counter {
    max-width: initial;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.listing25-wrapper .product-counter .count {
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  white-space: nowrap;
}

.listing25-wrapper .product-counter .count input {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 47px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 4px;
}

.listing25-wrapper .product-counter button {
  width: 24px;
  height: 24px;
}

.listing25-wrapper .product-counter button:hover svg path {
  stroke: var(--accent);
}

.listing25-wrapper .product-counter button.disabled svg path {
  stroke: #8C8888;
}

.listing25-wrapper .link-to-cart {
  padding: 8px 12px;
  max-height: 42px;
  border-radius: 12px;
  background: var(--Orange-100, #FE5D26);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: var(--White-100, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.listing25-wrapper .link-to-cart:hover {
  background-color: var(--hover-accent);
}

@media screen and (max-width: 768px) {
  .listing25-wrapper .link-to-cart {
    width: 100%;
    text-align: center;
    max-width: 42px;
  }
  .listing25-wrapper .link-to-cart span {
    display: none;
  }
}
.listing25-wrapper .link-to-cart svg path {
  stroke: #fff;
}

.listing25-wrapper .card-img-box {
  border-radius: 12px;
  overflow: hidden;
  padding: 8px;
}

@media screen and (max-width: 768px) {
  .listing25-wrapper .card-img-box {
    padding: 0;
    margin: 8px;
  }
}
.listing25-wrapper .hover-gallery-dots {
  bottom: 16px;
}

.listing25-wrapper .hover-gallery-item-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(0.5px);
  backdrop-filter: blur(0.5px);
}

.listing25-wrapper .hover-gallery-item-dot.active {
  background-color: #fff;
}

.listing25-wrapper .card-content {
  padding: 4px 16px 8px;
  position: relative;
}

@media screen and (max-width: 550px) {
  .listing25-wrapper .card-content {
    padding: 4px 12px 8px;
  }
}
.listing25-wrapper .card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.listing25-wrapper .card-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-weight: 500;
  color: #312D2B;
  margin-bottom: 8px;
}

@media screen and (max-width: 550px) {
  .listing25-wrapper .card-title {
    font-size: 12px;
    line-height: 16px;
  }
}
.listing25-wrapper .card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing25-wrapper .card-row .price {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: var(--accent);
}

@media screen and (max-width: 550px) {
  .listing25-wrapper .card-row .price {
    font-size: 12px;
    line-height: 16px;
  }
}
.listing25-wrapper .card-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .listing25-wrapper .card-colors {
    display: none;
  }
}
.listing25-wrapper .card-colors .color {
  border-radius: 999px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #92B8E7;
  width: 18px;
  height: 18px;
  position: relative;
}

.listing25-wrapper .card-colors .color::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(49, 45, 43, 0.2);
  display: none;
}

.listing25-wrapper .card-colors .color:hover::after {
  display: block;
}

.listing25-wrapper .color-text {
  font-size: 14px;
  font-weight: 500;
  color: rgba(49, 45, 43, 0.5);
}

.listing25-wrapper .color-text:hover {
  color: rgb(49, 45, 43);
}

.listing25-wrapper .card-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 8px;
}

.listing25-wrapper a {
  display: block;
}

.listing25-wrapper .add-basket {
  max-width: 168px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 4;
}

.listing25-wrapper .add-basket:hover {
  background: var(--accent);
}

.listing25-wrapper .add-basket:hover span {
  color: #fff;
}

.listing25-wrapper .add-basket:hover svg path {
  stroke: #fff;
}

@media screen and (max-width: 550px) {
  .listing25-wrapper .add-basket {
    max-width: 40px;
  }
}
.listing25-wrapper .add-basket span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #312D2B;
}

@media screen and (max-width: 550px) {
  .listing25-wrapper .add-basket span {
    display: none;
  }
}
.listing25-wrapper .one-click {
  max-width: 96px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #312D2B;
  position: relative;
  z-index: 4;
  border-radius: 12px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.listing25-wrapper .one-click:hover {
  color: var(--accent);
}

.listing25-wrapper .tags {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

@media screen and (max-width: 550px) {
  .listing25-wrapper .tags {
    top: 12px;
    left: 12px;
  }
}
.listing25-wrapper .tag {
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #FFF;
  border-radius: 6px;
  background: #DC142F;
}

.listing25-wrapper .card-promo-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
}

.listing25-wrapper .card-promo-wrapper:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.listing25-wrapper .card-promo-img {
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  border-radius: 16px;
  overflow: hidden;
}

.listing25-wrapper .card-promo-img img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.listing25-wrapper .card-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.listing25-wrapper .card-promo-content {
  position: relative;
  z-index: 3;
  padding: 48px 24px 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 100%);
  gap: 12px;
}

@media screen and (max-width: 550px) {
  .listing25-wrapper .card-promo-content {
    padding: 32px 16px 16px;
  }
}
.listing25-wrapper .card-promo-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
  margin-bottom: 12px;
}

@media screen and (max-width: 550px) {
  .listing25-wrapper .card-promo-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
.listing25-wrapper .card-promo-text {
  color: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.listing25-wrapper .card-promo-row {
  grid-column-start: span 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background: #FF8728;
  overflow: hidden;
  position: relative;
}

.listing25-wrapper .card-promo-row:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

@media (max-width: 991px) {
  .listing25-wrapper .card-promo-row {
    grid-column-start: span 2;
  }
}
@media (max-width: 768px) {
  .listing25-wrapper .card-promo-row {
    min-height: 112px;
  }
}
.listing25-wrapper .card-promo-row img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 768px) {
  .listing25-wrapper .card-promo-row img {
    max-width: 250px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 550px) {
  .listing25-wrapper .card-promo-row img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .listing25-wrapper .card-promo-row .desk-img {
    display: none;
  }
}
.listing25-wrapper .card-promo-row .mobile-img {
  display: none;
}

@media screen and (max-width: 768px) {
  .listing25-wrapper .card-promo-row .mobile-img {
    display: block;
    max-width: 138px;
  }
}
.listing25-wrapper .card-promo-row .content {
  padding-right: 64px;
  max-width: 500px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: auto;
}

@media (max-width: 550px) {
  .listing25-wrapper .card-promo-row .content {
    position: relative;
    z-index: 1;
    margin-left: auto;
    max-width: 200px;
    padding-right: 10px;
  }
}
.listing25-wrapper .card-promo-row .title {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .listing25-wrapper .card-promo-row .title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 25px;
  }
}
.listing25-wrapper .card-promo-row .text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.listing25-wrapper .pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 32px;
}

@media (max-width: 550px) {
  .listing25-wrapper .pagination-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
}
.listing25-wrapper .pagination-btn-more {
  padding: 10px 20px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: inherit;
}

.listing25-wrapper .pagination-btn-more:hover {
  background-color: var(--accent);
  color: #fff;
}

.listing25-wrapper .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.listing25-wrapper .pagination a {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 14px;
  font-weight: 500;
}

.listing25-wrapper .pagination a.current {
  background-color: #EBEAEA;
  pointer-events: none;
}

.listing25-wrapper .pagination a:hover {
  background-color: var(--accent);
  color: #fff;
}

.listing25-wrapper .pagination a:hover svg path {
  stroke: #fff;
}

.request {
  padding: 48px 0;
}

@media screen and (max-width: 768px) {
  .request {
    padding: 24px 0;
  }
}
@media (max-width: 768px) {
  .request .form-one {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .request .inputs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.request .inner {
  border-radius: 32px;
  background: #FE5D26;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  background-image: url(../images/request-bg.svg);
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .request .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 550px) {
  .request .inner {
    gap: 24px;
  }
}
.request .content {
  max-width: 491px;
  width: 100%;
}

.request .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  margin-bottom: 24px;
}

@media screen and (max-width: 550px) {
  .request .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.request .text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 550px) {
  .request .text {
    font-size: 14px;
    line-height: 20px;
  }
}
.request .form {
  max-width: 517px;
  width: 100%;
  padding-top: 40px;
}

@media screen and (max-width: 550px) {
  .request .form {
    padding-top: 0;
    margin-top: 0;
  }
}
.request .form-one {
  padding-top: 0;
}

.request .btn-submit-one {
  margin-top: 24px;
  max-width: 184px !important;
}

@media (max-width: 768px) {
  .request .btn-submit-one {
    max-width: initial !important;
    width: 100%;
  }
}
.request .row {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

@media screen and (max-width: 550px) {
  .request .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.request .row .inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 768px) {
  .request .row .inputs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.request input, .request textarea {
  max-width: 360px;
  width: 100%;
  display: block;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.16);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  outline: none;
}

.request input::-webkit-input-placeholder, .request textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.request input::-moz-placeholder, .request textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.request input:-ms-input-placeholder, .request textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.request input::-ms-input-placeholder, .request textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.request input::placeholder, .request textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 550px) {
  .request input, .request textarea {
    width: 100%;
    display: block;
    max-width: initial;
  }
}
.request textarea {
  border-radius: 16px;
  max-width: initial;
  margin-bottom: 16px;
}

.request .request-row .inputs {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}

@media (max-width: 768px) {
  .request .request-row .inputs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.request .btn-submit {
  padding: 14px 20px;
  max-width: 145px;
  width: 100%;
  border-radius: 999px;
  background: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--accent);
}

.request .btn-submit:hover {
  background-color: #F4F4F4;
}

@media screen and (max-width: 550px) {
  .request .btn-submit {
    width: 100%;
    display: block;
    max-width: initial;
  }
}
.request .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 8px;
  cursor: pointer;
}

.request .label input {
  display: none;
}

.request .label input:checked + .checkbox svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.request .label .checkbox {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.16);
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.request .label .checkbox svg {
  margin-left: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.request .label .label-text {
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.request .label .label-text a {
  color: rgba(255, 255, 255, 0.6);
}

.request .label .label-text a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .request .label .label-text {
    font-size: 14px;
  }
}
.popup-window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(49, 45, 43, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .popup-window {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
.popup-window.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .popup-window.show .content {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
.popup-window .content {
  max-width: 640px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .popup-window .content {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    border-radius: 16px 16px 0 0;
  }
}
.popup-window .mob-icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .popup-window .mob-icon {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .popup-window .desk-icon {
    display: none;
  }
}
.popup-window .top {
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .popup-window .top {
    padding: 29px 16px 16px;
    position: relative;
  }
}
.popup-window .top span {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #312D2B;
}

.popup-window .top .close-button {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .popup-window .top .close-button {
    position: absolute;
    top: 0;
    padding: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none;
    height: initial;
    width: 56px;
  }
}
.popup-window .top .close-button:hover svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .popup-window .top .close-button:hover svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.popup-window .top .close-button svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.popup-window .inner {
  padding: 24px;
  background-color: #F6F6F6;
}

@media screen and (max-width: 768px) {
  .popup-window .inner {
    padding: 16px;
  }
}
.popup-window .input-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .popup-window .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.popup-window .input-group input {
  padding: 12px 14px;
  width: 100%;
  outline: none;
  border-radius: 10px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 -1px 1px 0 rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 -1px 1px 0 rgba(0, 0, 0, 0.06) inset;
  font-size: 14px;
  line-height: 20px;
  color: #312D2B;
}

.popup-window .input-group input::-webkit-input-placeholder {
  color: rgba(49, 45, 43, 0.5);
}

.popup-window .input-group input::-moz-placeholder {
  color: rgba(49, 45, 43, 0.5);
}

.popup-window .input-group input:-ms-input-placeholder {
  color: rgba(49, 45, 43, 0.5);
}

.popup-window .input-group input::-ms-input-placeholder {
  color: rgba(49, 45, 43, 0.5);
}

.popup-window .input-group input::placeholder {
  color: rgba(49, 45, 43, 0.5);
}

.popup-window .input-group input:focus {
  border: 1px solid #FE5D26;
  -webkit-box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16);
  box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16);
}

.popup-window .input-title {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.popup-window .label {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.popup-window .label input {
  display: none;
}

.popup-window .label input:checked + .checkbox {
  background-color: var(--accent);
}

.popup-window .label .checkbox {
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #FFF;
  padding-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-window .label .text {
  font-size: 14px;
}

.popup-window .label .text a {
  color: var(--accent);
}

.popup-window .label .text a:hover {
  color: #D95427;
}

.popup-window .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .popup-window .controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.popup-window .btn-submit {
  padding: 12px 20px;
  border-radius: 12px;
  background: var(--accent);
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
}

.popup-window .btn-submit.disable {
  background: #FFBEA8;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .popup-window .btn-submit {
    width: 100%;
  }
}
.popup-window .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.popup-window .socials label {
  cursor: pointer;
}

.popup-window .socials input {
  display: none;
}

.popup-window .socials input:checked + div {
  border: 1px solid #FE5D26;
  -webkit-box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16);
  box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16);
}

.popup-window .socials div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #FFF;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup-window .socials div:hover {
  border: 1px solid #FE5D26;
  -webkit-box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16);
  box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16);
}

.popup-window .head {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.popup-window .head .subtitle {
  color: #312D2B;
}

.popup-window .head a {
  color: var(--accent);
}

.popup-window .head a:hover {
  color: #D95427;
}

.popup-window .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.popup-window .popup-card {
  padding: 12px 16px 12px 12px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .popup-window .popup-card {
    padding: 4px 12px 4px 4px;
    gap: 8px;
  }
}
.popup-window .popup-card img {
  width: 100px;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.popup-window .popup-card .textbox {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.popup-window .popup-card .basket-btn {
  max-width: 134px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 20px 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #FFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.popup-window .popup-card .basket-btn:hover {
  background-color: var(--accent);
}

.popup-window .popup-card .basket-btn:hover span {
  color: #fff;
}

.popup-window .popup-card .basket-btn:hover svg path {
  stroke: #fff;
}

@media screen and (max-width: 768px) {
  .popup-window .popup-card .basket-btn {
    max-width: 40px;
    height: 40px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
  }
}
.popup-window .popup-card .basket-btn span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #312D2B;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .popup-window .popup-card .basket-btn span {
    display: none;
  }
}
.popup-window .popup-card .card-title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #312D2B;
}

.popup-window .popup-card .text {
  font-size: 12px;
  color: rgba(49, 45, 43, 0.5);
  line-height: 16px;
  margin-bottom: 16px;
}

.popup-window .popup-card .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: rgba(49, 45, 43, 0.5);
}

.popup-window .popup-card .price span {
  font-size: 16px;
  color: var(--accent);
}

.footer {
  padding: 48px 0;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 24px 0 0;
  }
}
.footer iframe {
  border-radius: 8px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
}

@media (max-width: 991px) {
  .footer .container {
    padding: 0;
  }
}
.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}

@media screen and (max-width: 991px) {
  .footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 38px;
  }
}
.footer .contacts-col {
  max-width: 204px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: 1;
  flex-direction: 1;
  margin-right: auto;
}

@media (max-width: 991px) {
  .footer .contacts-col {
    padding: 0 16px;
  }
}
.footer .contacts-col .link1 {
  display: inline-block;
  margin-top: 32px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(49, 45, 43, 0.5);
}

.footer .contacts-col .link1:hover {
  color: rgba(49, 45, 43, 0.8);
}

@media (max-width: 768px) {
  .footer .contacts-col .link1 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.footer .contacts-col .promo-box {
  display: block;
  padding: 16px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

@media (max-width: 991px) {
  .footer .contacts-col .promo-box {
    display: none;
  }
}
.footer .contacts-col .promo-box .title {
  font-size: 16px;
  line-height: 24px;
  color: #312D2B;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer .contacts-col .promo-box .text {
  font-size: 12px;
  line-height: 16px;
}

.footer .f-logo {
  display: inline-block;
  margin-bottom: 32px;
}

.footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .footer .social {
    margin-bottom: 20px;
  }
}
.footer .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  max-width: 40px;
  width: 100%;
  height: 40px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer .social a:hover {
  border: 1px solid #FE5D26;
  -webkit-box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16);
  box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16);
}

.footer .column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 991px) {
  .footer .column {
    width: initial;
    padding: 16px;
    border-top: 1px solid var(--Black-5, rgba(49, 45, 43, 0.05));
  }
  .footer .column.show .title {
    margin-bottom: 16px;
  }
  .footer .column.show .chevron {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }
}
.footer .column .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  color: rgba(49, 45, 43, 0.5);
}

@media (max-width: 991px) {
  .footer .column .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.footer .column .title .chevron {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .footer .column .title .chevron {
    display: block;
  }
}
.footer .column .f-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.footer .column .f-links a {
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  color: #312D2B;
}

.footer .column .f-links a:hover {
  color: var(--accent);
}

.footer .column .f-drop-content {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 991px) {
  .footer .column .f-drop-content {
    height: 0;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .footer .column:last-child {
    border-bottom: 1px solid var(--Black-5, rgba(49, 45, 43, 0.05));
  }
}
.footer .connect-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  color: #312D2B;
}

.footer .connect-row a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: inherit;
}

.footer .connect-row .phone:hover {
  color: var(--accent);
}

.footer .connect-row .mail {
  color: var(--accent);
}

.footer .connect-row .mail:hover {
  color: #D95427;
}

.footer .f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 93px;
}

@media (max-width: 991px) {
  .footer .f-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 0 16px 132px;
  }
}
.footer .f-row img {
  margin-right: auto;
}

.footer .f-row a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #312D2B;
  opacity: 0.5;
}

.footer .f-row a:hover {
  opacity: 1;
}

.product25 {
  padding-top: 100px;
}

.product25 .main-slider-item:hover .icon {
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product25 .main-slider-item:hover .icon svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  stroke: var(--accent);
  fill: var(--accent);
}

.product25 .in-complect {
  padding: 6px 12px;
  border-radius: 8px;
  background: var(--Black-5, rgba(49, 45, 43, 0.05));
  margin-bottom: 24px;
}

.product25 .in-complect .subtitle {
  color: var(--Black-100, #312D2B);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.product25 .in-complect .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product25 .in-complect p, .product25 .in-complect span {
  color: #8F8C8B;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
}

.product25 .many-prices {
  margin: 16px 0;
  padding: 8px;
  border-radius: 16px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.product25 .many-prices .btns-wrapper {
  max-width: 163px;
  width: 100%;
}

.product25 .many-prices .btn-basket {
  max-width: 163px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .product25 .many-prices .btn-basket {
    height: 40px;
  }
}
.product25 .many-prices .counter-wrapper {
  max-width: 200px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px;
  grid-template-columns: 1fr 40px;
  gap: 8px;
}

.product25 .many-prices .counter {
  padding: 10px 16px;
  max-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  border-radius: 10px;
  background: #FFEFEA;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product25 .many-prices .counter button {
  width: 20px;
  height: 20px;
}

.product25 .many-prices .counter button:hover svg path {
  stroke: var(--hover-accent);
}

.product25 .many-prices .counter span {
  color: #FE5D26;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  white-space: nowrap;
}

.product25 .many-prices .counter span input {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 40px;
  background-color: transparent;
  color: var(--accent);
  line-height: 20px;
  text-align: center;
  margin-bottom: 4px;
}

.product25 .many-prices .counter-add-btn {
  border-radius: 10px;
  background: #FFEFEA;
  padding: 10px;
  max-height: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product25 .many-prices .counter-add-btn:hover {
  background: var(--Orange-20, #FFDFD4);
}

.product25 .many-prices .item {
  padding: 8px 8px 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background: var(--White-100, #FFF);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* Cards Shadow */
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

@media screen and (max-width: 768px) {
  .product25 .many-prices .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product25 .many-prices .item .btn-basket {
    max-width: initial;
  }
  .product25 .many-prices .item .btns-wrapper {
    max-width: initial;
  }
}
.product25 .many-prices .item + .item {
  margin-top: 8px;
}

.product25 .many-prices .price {
  color: var(--Black-100, #312D2B);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

@media (max-width: 768px) {
  .product25 .many-prices .price {
    font-size: 20px;
  }
}
.product25 .many-prices .price span {
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.product25 .many-prices .text {
  color: #312D2B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

@media (max-width: 768px) {
  .product25 .many-prices .text {
    font-size: 12px;
  }
}
.product25 .many-prices .btn-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 16px;
  max-height: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 10px;
  background: #FFEFEA;
}

.product25 .many-prices .btn-basket:hover {
  background: var(--Orange-20, #FFDFD4);
}

@media (max-width: 768px) {
  .product25 .many-prices .btn-basket {
    padding: 8px 12px;
  }
}
.product25 .many-prices .btn-basket span {
  color: #FE5D26;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.product25 .mini-dops {
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 16px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.product25 .mini-dops .title {
  color: var(--Black-100, #312D2B);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.1px;
  margin-bottom: 16px;
}

.product25 .mini-dops .mini-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product25 .mini-dops .item-link {
  padding: 4px 12px 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: var(--Black-5, rgba(49, 45, 43, 0.05));
}

.product25 .mini-dops .item-link:hover {
  border-radius: 10px;
  background: rgba(49, 45, 43, 0.1);
}

.product25 .mini-dops .item-link span {
  font-size: 14px;
  line-height: 20px;
}

.product25 .mini-dops .item-link img {
  border-radius: 8px;
  border: 1px solid var(--Black-5, rgba(49, 45, 43, 0.05));
  background: url(<path-to-image>) lightgray 50%/cover no-repeat;
}

.product25 .product-head-mobile {
  display: none;
}

@media (max-width: 1260px) {
  .product25 .product-head-mobile {
    display: block;
  }
}
.product25 .product-head-mobile h1 {
  margin: 8px 0 24px !important;
}

@media (max-width: 768px) {
  .product25 .product-head-mobile h1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }
}
.product25 .product-head-mobile .head-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product25 .product-head-mobile .head-row .art {
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.product25 .product-head-mobile .head-row .copy-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product25 .product-gallery .slider-pagination {
  display: none;
}

@media (max-width: 768px) {
  .product25 .product-gallery .slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product25 .swiper-button-disabled {
  display: none !important;
}

.product25 .breadcrumbs25 .container {
  padding: 0;
}

.product25 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
  padding-bottom: 48px;
}

@media (max-width: 1260px) {
  .product25 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .product25 .inner {
    padding-bottom: 24px;
  }
}
.product25 .product-gallery {
  max-width: 584px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: sticky;
  top: 100px;
}

@media (max-width: 1260px) {
  .product25 .product-gallery {
    position: static;
    max-width: initial;
  }
}
@media (max-width: 768px) {
  .product25 .product-gallery {
    width: 100%;
  }
}
.product25 .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media (max-width: 1260px) {
  .product25 .slider-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .product25 .slider-wrapper {
    display: block;
  }
}
.product25 .slider-wrapper:hover .slider-prev, .product25 .slider-wrapper:hover .slider-next {
  opacity: 1;
}

.product25 .slider-wrapper .swiper-pagination-bullet-active {
  border-radius: 999px;
}

.product25 .small-slider-wrapper {
  position: relative;
  max-width: 76px;
  min-width: 76px;
}

@media (max-width: 1260px) {
  .product25 .small-slider-wrapper {
    max-width: initial;
    min-width: initial;
  }
}
@media (max-width: 768px) {
  .product25 .small-slider-wrapper {
    display: none;
  }
}
.product25 .small-slider-wrapper .slider-prev {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--accent);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.product25 .small-slider-wrapper .slider-prev:hover {
  background-color: #D95427 !important;
}

@media (max-width: 768px) {
  .product25 .small-slider-wrapper .slider-prev {
    display: none;
  }
}
.product25 .small-slider-wrapper .slider-next {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--accent);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.product25 .small-slider-wrapper .slider-next:hover {
  background-color: #D95427 !important;
}

@media (max-width: 768px) {
  .product25 .small-slider-wrapper .slider-next {
    display: none;
  }
}
.product25 .small-slider {
  overflow: hidden;
  height: 100%;
  max-height: 500px;
}

@media (max-width: 1260px) {
  .product25 .small-slider {
    max-height: initial;
    height: initial;
    max-width: 600px;
  }
}
.product25 .small-slider-item {
  cursor: pointer;
  width: 100%;
  max-width: 76px;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  background: #fff;
}

@media (max-width: 1260px) {
  .product25 .small-slider-item {
    max-width: initial;
  }
}
.product25 .small-slider-item img {
  display: block;
  height: 103%;
  width: 103%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product25 .small-slider-item .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-radius: 999px;
  background: #FFEFEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 2px;
}

.product25 .swiper-slide-thumb-active {
  border: 1px solid #FE5D26;
  background: #FFF;
  -webkit-box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16), 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16), 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.product25 .main-slider-wrapper {
  max-width: 500px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

@media (max-width: 1260px) {
  .product25 .main-slider-wrapper {
    max-width: 600px;
  }
}
.product25 .main-slider-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1/1;
}

.product25 .main-slider-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.product25 .main-slider-item .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border-radius: 999px;
  background: #FE5D26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 2px;
}

@media (max-width: 1024px) {
  .main-box .header__menu-btn {
    display: none;
  }
  .main-box .header__input-wrapper {
    display: none;
  }
  .favorite-link-box {
    display: none;
  }
  .header__phone-link {
    display: none;
  }
  .main-box, .contacts-box {
    margin-left: initial;
  }
  .header__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-box-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 311px;
    z-index: 22;
  }
  .header-box-mobile .header__input-box span {
    color: #fff;
  }
  .header__favorite-link {
    background-color: rgba(255, 255, 255, 0.1215686275);
    border-radius: 999px;
    position: relative;
  }
  .header__input-box.active {
    background-color: #fff;
  }
  .header__input-box.active span {
    color: #000;
  }
  .search-mobile {
    display: none;
    position: fixed;
    z-index: 21;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 16px;
  }
  .search-mobile.show {
    display: block;
  }
  .search-mobile__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 4px;
    border-radius: 999px;
    background-color: #fff;
    height: 52px;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .search-mobile__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 12px 0 12px 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .search-mobile__box input {
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    width: 100%;
    line-height: 20px; /* 125% */
  }
  .search-mobile__box input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
  }
  .search-mobile__box input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
  }
  .search-mobile__box input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
  }
  .search-mobile__box input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
  }
  .search-mobile__box input::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
  }
  .search-mobile__content {
    padding: 16px 0px 10px;
    border-radius: 20px;
    background-color: #fff;
  }
  .search-mobile__content-title {
    color: #828282;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    padding-left: 16px;
    margin-bottom: 8px;
  }
  .search-mobile__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
  }
  .search-mobile__links a {
    padding: 8px 10px;
    border-radius: 8px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 20px; /* 142.857% */
  }
  .search-mobile__links a:hover {
    background: rgba(0, 0, 0, 0.04);
  }
  .search-mobile-clear {
    display: none;
    width: 20px;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .search-mobile .header__btn-search {
    color: #fff;
    border-radius: 999px;
    padding: 12px 20px;
    background-color: #FE5D26;
    display: block;
  }
  .search-mobile__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 8px 16px 16px;
    margin-bottom: 16px;
    overflow-x: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .search-mobile__categories a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.04);
  }
  .search-mobile__categories a:hover {
    background: rgba(0, 0, 0, 0.04);
  }
  .search-mobile__results-items {
    padding: 0 6px;
    max-height: 58vh;
    overflow-x: auto;
    margin-right: 10px;
  }
  .results-item {
    border-radius: 8px;
    padding: 8px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    width: 100%;
    text-decoration: none;
  }
  .results-item:hover {
    background: rgba(0, 0, 0, 0.04);
  }
  .results-item .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .results-item .title {
    font-size: 14px;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  .results-item .price {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5019607843);
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  .results-item img {
    max-width: 40px;
    border-radius: 8px;
    min-width: 40px;
  }
  .search-mobile__show-all {
    padding: 8px 10px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-left: 6px;
    display: block;
    text-decoration: none;
  }
  .search-mobile__results {
    display: none;
  }
  .header__btn-search {
    font-size: 16px;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 21;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 16px 16px 0;
    display: none;
  }
  .mobile-menu.show {
    display: block;
  }
  .mobile-menu__inner {
    padding: 16px 10px 10px;
    border-radius: 20px;
    background-color: #fff;
    height: calc(100vh - 116px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-menu__title {
    padding-left: 6px;
    padding-bottom: 6px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    margin-bottom: 10px;
  }
  .mobile-menu__nav {
    padding: 16px 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: auto;
  }
  .mobile-menu__nav a:nth-child(1), .mobile-menu__nav a:nth-child(2) {
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  .mobile-menu__nav a:nth-child(1):hover, .mobile-menu__nav a:nth-child(2):hover {
    background: rgba(0, 0, 0, 0.08);
    color: #000;
  }
  .mobile-menu__nav button {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    padding-left: 8px;
  }
  .mobile-menu__wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto;
  }
  .menu-frame {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-frame-lvl2 {
    display: none;
  }
  .mobile-frame-show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mobile-tab {
    padding: 4px 12px 4px 4px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-tab:hover {
    background: rgba(0, 0, 0, 0.04);
  }
  .mobile-tab:hover svg path {
    stroke: var(--accent);
    stroke-opacity: 1;
  }
  .mobile-tab span {
    margin-right: auto;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .menu-frame-lvl1 {
    display: none;
  }
  .menu-frame__back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
  .menu-frame__back-btn span {
    font-size: 18px;
    color: #000;
  }
  .mobile-menu-link {
    display: block;
    padding: 10px 0px;
    text-decoration: none;
    color: #FE5D26;
    font-size: 14px;
    border-radius: 10px;
  }
  .mobile-menu-link:hover {
    background: rgba(0, 0, 0, 0.04);
  }
  .mobile-burger.active {
    background-color: #fff;
  }
  .mobile-burger.active span {
    color: #000;
  }
}
@media (max-height: 830px) {
  .search-mobile__results-items {
    max-height: 51vh;
  }
}
@media (max-height: 670px) {
  .search-mobile__results-items {
    max-height: 44vh;
  }
}
.product25-content {
  max-width: 584px;
  width: 100%;
  color: #312D2B;
}

@media (max-width: 1260px) {
  .product25-content {
    max-width: initial;
  }
}
.product25-content .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 4px;
  margin-bottom: 32px;
}

@media (max-width: 1260px) {
  .product25-content .social {
    display: none;
  }
}
.product25-content .social-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product25-content .social-link:hover {
  border: 1px solid #FE5D26;
  -webkit-box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16), 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16), 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.product25-content .social-link img {
  width: 16px;
  height: 16px;
}

.product25-content .articul {
  font-size: 14px;
  color: rgba(49, 45, 43, 0.5);
  margin-bottom: 8px;
  line-height: 20px;
}

@media (max-width: 1260px) {
  .product25-content .articul {
    display: none;
  }
}
.product25-content h1.title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 32px;
  color: #312D2B;
}

@media (max-width: 1260px) {
  .product25-content h1.title {
    display: none;
  }
}
.complectation {
  margin-bottom: 24px;
}

.complectation .subtitle {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #312D2B;
}

.complectation .complect-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 8px;
}

@media (max-width: 1260px) {
  .complectation .complect-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .complectation .complect-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .complectation .complect-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.complectation .complect {
  border-radius: 12px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 3px;
  max-width: 400px;
  width: 100%;
  cursor: pointer;
  border: 1px solid transparent;
  height: 108px;
}

.complectation .complect:hover {
  border: 1px solid var(--Orange-50, #FFAE93);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.complectation .complect .img-box {
  position: relative;
  max-width: 100px;
  width: 100%;
  aspect-ratio: 1/1;
}

.complectation .complect .img-box img {
  width: 100%;
  display: block;
}

.complectation .complect .checkbox {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--Background, #F6F6F6);
}

.complectation .complect .checkbox svg {
  display: none;
  margin-left: 2px;
}

.complectation .complect .textbox {
  padding: 8px 8px 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.complectation .complect .name, .complectation .complect .price {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.complectation .complect .price {
  margin-top: auto;
}

.complectation .complect .name {
  margin-bottom: 5px;
}

.complectation .complect .desc {
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  max-width: 160px;
  margin-bottom: auto;
}

.complectation .complect .bot-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(49, 45, 43, 0.5);
  line-height: 16px;
}

.complectation .complect-no-img .desc {
  margin-bottom: auto;
}

.complectation .selected {
  border: 1px solid var(--Orange-100, #FE5D26) !important;
  -webkit-box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16), 0 1px 4px 0 rgba(49, 45, 43, 0.08) !important;
  box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16), 0 1px 4px 0 rgba(49, 45, 43, 0.08) !important;
}

.complectation .selected .checkbox {
  background-color: var(--accent);
  border-color: var(--accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.complectation .selected .checkbox svg {
  display: block;
}

.complectation .badge {
  position: absolute;
  top: -7px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 2px 4px;
  border-radius: 4px;
  background: #FE5D26;
}

.complectation .badge span {
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
}

.text-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.text-btn svg {
  min-width: 16px;
}

.text-btn span {
  font-size: 12px;
  line-height: 16px;
  color: rgba(49, 45, 43, 0.5);
  text-align: left;
}

.srok-arenda.text-items .item {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.srok-arenda.text-items .item:hover {
  border: 1px solid transparent !important;
}

.srok-arenda {
  margin-bottom: 24px;
}

.srok-arenda .subtitle {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #312D2B;
}

.srok-arenda .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.srok-arenda .item {
  border-radius: 999px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 6px 10px;
  border: 1px solid transparent;
}

.srok-arenda .item:hover {
  border: 1px solid var(--Orange-50, #FFAE93);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.srok-arenda .item span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #312D2B;
}

.srok-arenda .item .checkbox {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--Background, #F6F6F6);
}

.srok-arenda .item .checkbox svg {
  display: none;
}

.srok-arenda .selected {
  border: 1px solid var(--Orange-100, #FE5D26);
  -webkit-box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16), 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16), 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.srok-arenda .selected .checkbox {
  background: var(--accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.srok-arenda .selected .checkbox svg {
  display: block;
}

.srok-arenda span.price {
  font-size: 14px;
  font-weight: 20px;
  font-weight: 400;
  color: rgba(49, 45, 43, 0.5);
}

.srok-arenda .item .color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-radius: 999px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--White-100, #FFF);
}

.srok-arenda .item.photo {
  position: relative;
}

.srok-arenda .item.photo .small-thumb {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.srok-arenda .item.photo:hover .hover-img {
  display: block;
}

.srok-arenda .item.photo .hover-img {
  position: absolute;
  left: 0;
  top: 40px;
  padding: 4px;
  border-radius: 8px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 8px 0 rgba(49, 45, 43, 0.12);
  box-shadow: 0 1px 8px 0 rgba(49, 45, 43, 0.12);
  max-width: 158px;
  display: none;
  z-index: 5;
  width: 158px;
}

.srok-arenda .item.photo .hover-img img {
  width: 100%;
  border-radius: 8px;
}

.text-items .item {
  cursor: default;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--Black-5, rgba(49, 45, 43, 0.05));
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-order-row {
  padding: 24px;
  border-radius: 16px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .product-order-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.product-order-row .price {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin-right: auto;
}

@media (max-width: 768px) {
  .product-order-row .price {
    margin-bottom: 8px;
  }
}
.product-order-row .btn-order {
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--Orange-100, #FE5D26);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product-order-row .btn-order:hover {
  background-color: #D95427;
}

@media (max-width: 768px) {
  .product-order-row .btn-order {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.product-order-row .btn-order span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}

.product-order-row .btn-1click {
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--White-100, #FFF);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product-order-row .btn-1click:hover {
  background-color: #EBEAEA;
}

@media (max-width: 768px) {
  .product-order-row .btn-1click {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.product-order-row .product-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 132px;
  border-radius: 12px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--White-100, #FFF);
  padding: 12px 7px;
  max-height: 48px;
  width: 132px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .product-order-row .product-counter {
    max-width: initial;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.product-order-row .product-counter .count {
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  white-space: nowrap;
}

.product-order-row .product-counter .count input {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 30px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 4px;
}

.product-order-row .product-counter button {
  width: 24px;
  height: 24px;
}

.product-order-row .product-counter button:hover svg path {
  stroke: var(--accent);
}

.product-order-row .product-counter button.disabled svg path {
  stroke: #8C8888;
}

.product-order-row .link-to-cart {
  padding: 12px 20px;
  max-height: 48px;
  border-radius: 12px;
  background: var(--Orange-100, #FE5D26);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: var(--White-100, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.product-order-row .link-to-cart:hover {
  background-color: var(--hover-accent);
}

@media screen and (max-width: 768px) {
  .product-order-row .link-to-cart {
    width: 100%;
    text-align: center;
  }
}
.product25-promo {
  padding: 8px;
  border-radius: 16px;
  border: 1px solid rgba(254, 93, 38, 0.08);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 93, 38, 0.04)), to(rgba(254, 93, 38, 0.04))), #FFEFEA;
  background: linear-gradient(0deg, rgba(254, 93, 38, 0.04) 0%, rgba(254, 93, 38, 0.04) 100%), #FFEFEA;
  margin: 16px 0;
  display: block;
}

.product25-promo .content {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(254, 93, 38, 0.08);
  background: #FFEAE2;
  position: relative;
  overflow: hidden;
  color: rgb(102, 37, 15);
}

.product25-promo .img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.product25-promo .img {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 16px;
}

@media (max-width: 768px) {
  .product25-promo .img {
    display: none;
  }
}
.product25-promo .title {
  position: relative;
  z-index: 3;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .product25-promo .title {
    font-size: 16px;
  }
}
.product25-promo .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  .product25-promo .text {
    font-size: 14px;
  }
}
.info-tabs {
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.info-tabs .tabs-inner {
  padding: 24px;
}

@media (max-width: 768px) {
  .info-tabs .tabs-inner {
    padding: 16px;
  }
}
.info-tabs .tabs-buttons {
  padding: 2px;
  border-radius: 10px;
  background: rgba(49, 45, 43, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}

.info-tabs .tabs-buttons .tab {
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.info-tabs .tabs-buttons .tab.active {
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.info-tabs .tab-content {
  display: none;
}

.info-tabs .tab-content.active {
  display: block;
}

.info-tabs .tab-content p {
  font-size: 14px;
  line-height: 20px;
}

.info-tabs .tab-content .textbox {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}

.info-tabs .tab-content .textbox.expanded {
  -webkit-line-clamp: unset;
}

.info-tabs .content-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
  height: 187px;
  overflow: hidden;
}

.info-tabs .content-rows .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-tabs .content-rows .row .prop {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding-right: 8px;
  position: relative;
  z-index: 2;
  color: rgba(49, 45, 43, 0.5);
}

.info-tabs .content-rows .row .border {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  border-bottom: 1px dashed rgba(49, 45, 43, 0.2);
  margin-bottom: 5px;
}

.info-tabs .content-rows .row .value {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 8px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .info-tabs .content-rows .row .value {
    text-align: right;
  }
}
.info-tabs .tab-drop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.info-tabs .tab-drop-btn span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(49, 45, 43, 0.5);
}

.info-tabs .textbox-btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.info-tabs .textbox-btn-more span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(49, 45, 43, 0.5);
}

.info-tabs .dop-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 24px;
  border-top: 1px solid rgba(49, 45, 43, 0.05);
}

@media (max-width: 768px) {
  .info-tabs .dop-btns {
    padding: 16px;
  }
}
.info-tabs .dop-btns .info-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  position: relative;
}

.info-tabs .dop-btns .info-btn:last-child span {
  color: var(--accent);
  border: none;
}

.info-tabs .dop-btns .info-btn span {
  font-size: 14px;
  line-height: 20px;
  color: rgba(49, 45, 43, 0.7);
  border-bottom: 1px dashed rgba(49, 45, 43, 0.7);
}

.info-tabs .dop-btns .info-btn .hover-content {
  display: none;
  position: absolute;
  top: 28px;
  width: 242px;
  left: 0;
  padding: 4px;
  border-radius: 8px;
  background: var(--White-100, #FFF);
  z-index: 2;
  -webkit-box-shadow: 0 1px 8px 0 rgba(49, 45, 43, 0.12);
  box-shadow: 0 1px 8px 0 rgba(49, 45, 43, 0.12);
}

.info-tabs .dop-btns .info-btn .hover-content img {
  width: 100%;
}

.info-tabs .dop-btns .info-btn .hover-textbox {
  padding: 16px;
}

.info-tabs .dop-btns .info-btn:hover > span {
  color: #312D2B;
}

.info-tabs .dop-btns .info-btn:hover svg path {
  stroke-opacity: 1 !important;
}

.info-tabs .dop-btns .info-btn:hover .hover-content {
  display: block;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.info-tabs .dop-btns .info-btn:hover .text-big {
  font-weight: 500;
  margin-bottom: 4px;
  display: inline-block;
}

.info-tabs .dop-btns .info-btn:hover p {
  color: rgba(49, 45, 43, 0.5);
}

.additional {
  margin: 16px 0;
  overflow: hidden;
  padding: 24px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

@media (max-width: 768px) {
  .additional {
    padding: 16px;
  }
}
.additional .tabs-buttons {
  padding: 2px;
  border-radius: 10px;
  background: rgba(49, 45, 43, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}

.additional .tabs-buttons .tab {
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.additional .tabs-buttons .tab.active {
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.additional .slider-next, .additional .slider-prev {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  z-index: 3;
}

.additional .slider-next:hover, .additional .slider-prev:hover {
  background-color: #D95427 !important;
}

.additional .slider-next {
  top: 0;
  right: 0;
}

.additional .slider-prev {
  top: 0;
  left: 0;
}

.additional .slider {
  overflow: hidden;
  position: relative;
}

.additional .swiper-button-disabled {
  display: none !important;
}

.additional .swiper-slide {
  max-width: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

.additional .swiper-slide img {
  display: block;
  margin-bottom: 8px;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--Black-5, rgba(49, 45, 43, 0.05));
}

.additional .swiper-slide .title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #312D2B;
  margin-bottom: 4px;
}

.additional .swiper-slide .price {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: auto;
  color: rgba(49, 45, 43, 0.5);
}

.additional .swiper-slide .basket-btn {
  margin-top: 8px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--White-100, #FFF);
}

.additional .swiper-slide .basket-btn:hover {
  background-color: var(--accent);
}

.additional .swiper-slide .basket-btn:hover span {
  color: #fff;
}

.additional .swiper-slide .basket-btn:hover svg path {
  stroke: #fff;
}

.additional .swiper-slide .basket-btn span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.additional .tab-content {
  display: none;
}

.additional .tab-content.active {
  display: block;
}

.additional .dops-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.additional .dops-inner {
  max-height: 252px;
  overflow: auto;
}

.additional .dops-inner::-webkit-scrollbar {
  width: 4px;
}

.additional .dops-inner::-webkit-scrollbar-track {
  background-color: transparent;
}

.additional .dops-inner::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--Black-20, rgba(49, 45, 43, 0.2));
}

.additional .dops-item {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  margin-right: 8px;
  border-bottom: 1px solid rgba(49, 45, 43, 0.05);
}

.additional .dops-item:first-child {
  padding-top: 4px;
}

.additional .dops-item:last-child {
  border-bottom: none;
}

.additional .dops-item .name {
  margin-right: auto;
}

.additional .dops-item .price {
  font-weight: 500;
  white-space: nowrap;
}

.additional .dops-item button {
  padding: 8px 12px;
  border-radius: 8px;
  background: #FE5D26;
  color: #fff;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.additional .dops-item button:hover {
  background-color: #D95427;
}

@media (max-width: 768px) {
  .additional .dops-item button {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
}
.additional .dops-item button svg {
  display: none;
}

@media (max-width: 768px) {
  .additional .dops-item button svg {
    display: block;
  }
}
@media (max-width: 768px) {
  .additional .dops-item button span {
    display: none;
  }
}
.related-cats {
  padding: 24px;
  border-radius: 16px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 768px) {
  .related-cats {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.related-cats .main-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.related-cats .main-cat img {
  max-width: 60px;
  max-height: 60px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 12px;
}

.related-cats .main-cat .textbox {
  max-width: 184px;
  padding-top: 5px;
}

.related-cats .main-cat .title {
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 2px;
}

.related-cats .main-cat .title:hover {
  color: var(--accent);
}

.related-cats .main-cat .text {
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.related-cats .cat-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.related-cats .cat-items a {
  padding: 6px 12px;
  color: var(--Orange-100, #FE5D26);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  border-radius: 999px;
  background: var(--Orange-10, #FFEFEA);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.related-cats .cat-items a:hover {
  background-color: #FFCFBE;
}

.product-benefits {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  padding: 48px 0;
}

@media (max-width: 768px) {
  .product-benefits {
    padding: 24px 0;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .product-benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-benefits .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  padding: 8px;
}

.product-benefits .icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--Orange-10, #FFEFEA);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-benefits span {
  color: var(--Black-100, #312D2B);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.key-complect {
  padding: 48px 0;
}

@media (max-width: 768px) {
  .key-complect {
    padding: 24px 0;
  }
}
@media (max-width: 768px) {
  .key-complect .container {
    padding: 0;
  }
}
.key-complect .main-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .key-complect .main-title {
    font-size: 24px;
    margin-bottom: 24px;
    padding: 0 16px;
  }
}
.key-complect .slider {
  overflow: hidden;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .key-complect .slider {
    margin-bottom: 16px;
    padding: 0 16px;
  }
}
.key-complect .swiper-slide {
  max-width: 390px;
  border-radius: 16px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

@media (max-width: 768px) {
  .key-complect .swiper-slide {
    max-width: 312px;
  }
}
.key-complect .swiper-slide .img-box {
  padding: 8px;
}

.key-complect .swiper-slide .img-box img {
  width: 100%;
  border: 1px solid var(--Black-5, rgba(49, 45, 43, 0.05));
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.key-complect .swiper-slide .content {
  padding: 8px 16px 16px;
}

.key-complect .swiper-slide .name {
  color: var(--Black-100, #312D2B);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.1px;
  margin-bottom: 4px;
}

.key-complect .swiper-slide .price {
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 16px;
}

.key-complect .swiper-slide .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.key-complect .swiper-slide .btn-basket {
  padding: 10px 20px 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
  background-color: var(--accent);
  border-radius: 10px;
}

.key-complect .swiper-slide .btn-basket:hover {
  background-color: #D95427;
}

.key-complect .swiper-slide .btn-basket span {
  color: var(--White-100, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.key-complect .swiper-slide .more-info-btn {
  padding: 10px 20px;
  color: var(--Black-100, #312D2B);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  border-radius: 10px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background-color: var(--White-100, #FFF);
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
}

.key-complect .swiper-slide .more-info-btn:hover {
  background-color: #EBEAEA;
}

.key-complect .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.key-complect .pagination {
  padding: 20px 24px;
  border-radius: 999px;
  background-color: rgba(49, 45, 43, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .key-complect .pagination {
    padding: 0;
    background-color: transparent;
  }
}
.key-complect .pagination span {
  background-color: rgba(49, 45, 43, 0.2);
  opacity: 1;
  margin: 0 !important;
}

.key-complect .swiper-pagination-bullet-active {
  background-color: #000 !important;
}

@media (max-width: 768px) {
  .key-complect .swiper-pagination-bullet-active {
    background-color: var(--accent) !important;
  }
}
.key-complect .slider-prev, .key-complect .slider-next {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(49, 45, 43, 0.05);
  cursor: pointer;
}

@media (max-width: 768px) {
  .key-complect .slider-prev, .key-complect .slider-next {
    display: none;
  }
}
.more-info-popup {
  position: fixed;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(49, 45, 43, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 768px) {
  .more-info-popup {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding-top: 80px;
    overflow: auto;
    display: block;
  }
}
.more-info-popup .mob-icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .more-info-popup .mob-icon {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .more-info-popup .desk-icon {
    display: none;
  }
}
.more-info-popup.show {
  opacity: 1;
  visibility: visible;
}

.more-info-popup .content {
  max-width: 640px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 16px;
  overflow: hidden;
  background: var(--Background, #F6F6F6);
}

@media (max-width: 768px) {
  .more-info-popup .content {
    border-radius: 16px 16px 0 0;
  }
}
.more-info-popup .top {
  padding: 24px;
  position: relative;
  border-bottom: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background-color: #fff;
}

@media (max-width: 768px) {
  .more-info-popup .top {
    padding: 29px 16px 16px;
  }
}
.more-info-popup .top .title {
  color: var(--Black-100, #312D2B);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .more-info-popup .top .title {
    font-size: 20px;
  }
}
.more-info-popup .top .articul {
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.more-info-popup .top .close-popup {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--White-100, #FFF);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 24px;
  right: 24px;
}

.more-info-popup .top .close-popup:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .more-info-popup .top .close-popup:hover svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media (max-width: 768px) {
  .more-info-popup .top .close-popup {
    top: 8px;
    width: 36px;
    height: initial;
    left: 50%;
    right: initial;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.more-info-popup .top .close-popup svg {
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
}

.more-info-popup .inner {
  color: var(--Black-100, #312D2B);
  padding: 24px;
  background: var(--Background, #F6F6F6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

@media (max-width: 768px) {
  .more-info-popup .inner {
    padding: 16px;
  }
}
.more-info-popup .inner .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 4px;
  border-radius: 12px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  margin-bottom: 16px;
}

.more-info-popup .inner .card img {
  max-width: 100px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  border: 1px solid var(--Black-5, rgba(49, 45, 43, 0.05));
}

.more-info-popup .inner .card .card-textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 464px;
  padding: 8px 0;
  width: 100%;
}

.more-info-popup .inner .card .card-textbox .name, .more-info-popup .inner .card .card-textbox .price {
  color: var(--Black-100, #312D2B);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.more-info-popup .inner .card .card-textbox .name {
  margin-bottom: auto;
}

.more-info-popup .inner .card .card-textbox .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.more-info-popup .inner .card .card-textbox .row span {
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.more-info-popup .inner .inner-text {
  margin-bottom: 24px;
}

.more-info-popup .inner .box {
  margin-top: 16px;
}

.more-info-popup .inner .box-title {
  font-weight: 500;
  margin-bottom: 8px;
}

.more-info-popup .inner .box-rows {
  padding: 16px;
  border-radius: 8px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.more-info-popup .inner .box-rows .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--Black-5, rgba(49, 45, 43, 0.05));
}

.more-info-popup .inner .box-rows .row:first-child {
  border: none;
  padding-top: 0;
  padding-bottom: 12px;
}

.more-info-popup .inner .box-rows .row .row-text {
  margin-right: auto;
}

.more-info-popup .inner .box-rows .row .amount {
  color: rgba(49, 45, 43, 0.5);
}

.more-info-popup .bottom {
  padding: 24px;
  background-color: #fff;
}

.more-info-popup .bottom .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

.more-info-popup .bottom .price-box div {
  font-size: 20px;
  font-weight: 500;
}

.more-info-popup .bottom .popup-btn-basket {
  border-radius: 12px;
  background: var(--accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
  padding: 12px 16px;
}

.more-info-popup .bottom .popup-btn-basket:hover {
  background-color: #D95427;
}

.more-info-popup .bottom .popup-btn-basket span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.recommend {
  padding: 20px 0;
}

@media (max-width: 768px) {
  .recommend {
    padding: 24px 0;
  }
}
.recommend .card {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  max-width: 288px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.recommend .card img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .recommend .card img {
    border: 1px solid rgba(49, 45, 43, 0.05);
  }
}
@media screen and (max-width: 768px) {
  .recommend .card .card-img-box {
    border: 1px solid rgba(49, 45, 43, 0.05);
  }
}
@media screen and (max-width: 768px) {
  .recommend .card .hover-gallery {
    display: none;
  }
  .recommend .card .hover-gallery-dots {
    display: none;
  }
  .recommend .card .bullet-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .recommend .card .bullet-wrapper .bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(0.5px);
    backdrop-filter: blur(0.5px);
    border-radius: 50%;
  }
  .recommend .card .bullet-wrapper .bullet.active {
    background-color: #fff;
  }
}
.recommend .card-img-box {
  border-radius: 12px;
  overflow: hidden;
  padding: 8px;
}

@media screen and (max-width: 768px) {
  .recommend .card-img-box {
    padding: 0;
    margin: 8px;
  }
}
@media (max-width: 768px) {
  .recommend .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .recommend .slider-controls {
    display: none !important;
  }
}
.recommend .hover-gallery-dots {
  bottom: 16px;
}

.recommend .hover-gallery-item-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(0.5px);
  backdrop-filter: blur(0.5px);
}

.recommend .hover-gallery-item-dot.active {
  background-color: #fff;
}

.recommend .card-content {
  padding: 4px 16px 8px;
  position: relative;
}

@media screen and (max-width: 550px) {
  .recommend .card-content {
    padding: 4px 12px 8px;
  }
}
.recommend .card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.recommend .card-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-weight: 500;
  color: #312D2B;
  margin-bottom: 8px;
}

@media screen and (max-width: 550px) {
  .recommend .card-title {
    font-size: 12px;
    line-height: 16px;
  }
}
.recommend .card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recommend .card-row .price {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: var(--accent);
}

@media screen and (max-width: 550px) {
  .recommend .card-row .price {
    font-size: 12px;
    line-height: 16px;
  }
}
.recommend .card-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .recommend .card-colors {
    display: none;
  }
}
.recommend .card-colors .color {
  border-radius: 999px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #92B8E7;
  width: 18px;
  height: 18px;
  position: relative;
}

.recommend .card-colors .color::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(49, 45, 43, 0.2);
  display: none;
}

.recommend .card-colors .color:hover::after {
  display: block;
}

.recommend .color-text {
  font-size: 14px;
  font-weight: 500;
  color: rgba(49, 45, 43, 0.5);
}

.recommend .color-text:hover {
  color: rgb(49, 45, 43);
}

.recommend .card-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 8px;
}

.recommend a {
  display: block;
}

.recommend .add-basket {
  max-width: 168px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 4;
}

.recommend .add-basket:hover {
  background: var(--accent);
}

.recommend .add-basket:hover span {
  color: #fff;
}

.recommend .add-basket:hover svg path {
  stroke: #fff;
}

@media screen and (max-width: 550px) {
  .recommend .add-basket {
    max-width: 40px;
  }
}
.recommend .add-basket span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #312D2B;
}

@media screen and (max-width: 550px) {
  .recommend .add-basket span {
    display: none;
  }
}
.recommend .one-click {
  max-width: 96px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #312D2B;
  position: relative;
  z-index: 4;
  border-radius: 12px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.recommend .one-click:hover {
  color: var(--accent);
}

.recommend .tags {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

@media screen and (max-width: 550px) {
  .recommend .tags {
    top: 12px;
    left: 12px;
  }
}
.recommend .tag {
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #FFF;
  border-radius: 6px;
  background: #DC142F;
}

.recommend .slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.recommend .slider-next, .recommend .slider-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(49, 45, 43, 0.05);
  cursor: pointer;
}

.recommend .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  padding: 20px 24px;
  border-radius: 999px;
  background-color: rgba(49, 45, 43, 0.05);
}

.recommend .pagination span {
  margin: 0 !important;
  opacity: 1;
  background-color: rgba(49, 45, 43, 0.2);
}

.recommend .pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.recommend .slider {
  overflow: hidden;
}

.recommend .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .recommend .title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }
}
.blog-recommend {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .blog-recommend {
    margin-bottom: 24px;
  }
}
.blog-recommend .slider-controls {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 768px) {
  .blog-recommend .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.recommend-links {
  padding: 48px 0;
}

@media (max-width: 768px) {
  .recommend-links {
    padding: 24px 0;
  }
}
.recommend-links .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recommend-links .rec-link {
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--Black-5, rgba(49, 45, 43, 0.05));
  color: var(--Black-100, #312D2B);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.recommend-links .rec-link:hover {
  background-color: rgba(49, 45, 43, 0.1);
}

.service-page {
  padding-top: 100px;
}

.service-details {
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  .service-details {
    padding-bottom: 24px;
  }
}
.service-details .product-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 129px;
  border-radius: 12px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--White-100, #FFF);
  padding: 12px 7px;
  max-height: 48px;
  width: 129px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .service-details .product-counter {
    max-width: initial;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.service-details .product-counter .count {
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  white-space: nowrap;
}

.service-details .product-counter .count input {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 67px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 4px;
}

.service-details .product-counter button {
  width: 24px;
  height: 24px;
}

.service-details .product-counter button:hover svg path {
  stroke: var(--accent);
}

.service-details .product-counter button.disabled svg path {
  stroke: #8C8888;
}

.service-details .link-to-cart {
  padding: 12px 20px;
  max-height: 48px;
  border-radius: 12px;
  background: var(--Orange-100, #FE5D26);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: var(--White-100, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.service-details .link-to-cart:hover {
  background-color: var(--hover-accent);
}

@media screen and (max-width: 768px) {
  .service-details .link-to-cart {
    width: 100%;
    text-align: center;
  }
}
.service-details .inner {
  border-radius: 24px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media (max-width: 768px) {
  .service-details .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.service-details .img-box {
  max-width: 356px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .service-details .img-box {
    max-width: initial;
  }
}
.service-details .img-box img {
  width: 100%;
  display: block;
}

.service-details .content {
  padding: 32px 32px 32px 0;
  width: 100%;
}

@media (max-width: 768px) {
  .service-details .content {
    padding: 16px 8px;
  }
}
.service-details h1 {
  color: var(--Black-100, #312D2B);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  margin: 0;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .service-details h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.service-details .textbox {
  margin-bottom: 24px;
}

.service-details .textbox.text--open p {
  -webkit-line-clamp: unset;
}

.service-details .textbox p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  color: #312D2B;
  margin-bottom: 8px;
}

.service-details .textbox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.service-details .textbox .btn span {
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.service-details .price-box {
  margin-bottom: 24px;
}

.service-details .price-box .text {
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

@media (max-width: 768px) {
  .service-details .price-box .text {
    color: rgba(49, 45, 43, 0.5);
  }
}
.service-details .price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 8px;
}

.service-details .price-row .price {
  color: var(--Black-100, #312D2B);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 125% */
}

@media (max-width: 768px) {
  .service-details .price-row .price {
    font-size: 24px;
    line-height: 30px;
  }
}
.service-details .price-row span {
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 140% */
  letter-spacing: -0.1px;
}

@media (max-width: 768px) {
  .service-details .price-row span {
    font-size: 16px;
  }
}
.service-details .product25-promo .img {
  width: 298px;
  top: -12px;
}

.service-details .product25-promo .title {
  font-size: 32px;
  line-height: 40px;
}

.service-details .product25-promo .text {
  font-size: 24px;
  line-height: 32px;
}

.service-details .controls + .controls {
  margin-top: 15px;
}

.service-details .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (max-width: 768px) {
  .service-details .controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.service-details .controls .button {
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.service-details .controls .button span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.service-details .controls a {
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  max-height: 50px;
}

.service-details .controls a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.service-details .select-complect {
  color: #fff;
  background-color: var(--accent);
}

.service-details .select-complect:hover {
  background-color: #D95427;
}

.service-details .one-click {
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--White-100, #FFF);
}

.service-details .one-click:hover {
  background-color: #EBEAEA;
}

.service-details .btn-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .service-details .btn-download {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.service-details .btn-download svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.service-details .btn-download:hover {
  color: var(--accent);
}

.service-details .btn-download:hover svg path {
  stroke: var(--hover-accent);
}

.service-details .product25-promo .img-bg {
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.service-details .product25-promo .content {
  padding: 24px;
}

.service-details .product25-promo .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.service-details .product25-promo .text {
  font-size: 24px;
  line-height: 32px;
}

.service-details .product25-promo .content {
  padding: 16px;
}

@media (max-width: 768px) {
  .service-details .product25-promo .img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .service-details .product25-promo .title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .service-details .product25-promo .text {
    font-size: 14px !important;
    line-height: 20px;
  }
}
.service-gallery {
  padding: 48px 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .service-gallery {
    padding: 24px 16px;
  }
}
.service-gallery .swiper-slide {
  max-width: 888px;
}

.service-gallery img {
  width: 100%;
  max-width: 888px;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.service-gallery .swiper-wrapper {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .service-gallery .swiper-wrapper {
    margin-bottom: 16px;
  }
}
.service-gallery .pagination {
  padding: 20px 24px;
  border-radius: 999px;
  background-color: rgba(49, 45, 43, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .service-gallery .pagination {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}
.service-gallery .pagination span {
  background-color: rgba(49, 45, 43, 0.2);
  opacity: 1;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .service-gallery .pagination span {
    background-color: rgba(49, 45, 43, 0.2);
  }
}
.service-gallery .swiper-pagination-bullet-active {
  background-color: #000 !important;
}

@media (max-width: 768px) {
  .service-gallery .swiper-pagination-bullet-active {
    background-color: var(--accent) !important;
  }
}
.service-gallery .slider-prev, .service-gallery .slider-next {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(49, 45, 43, 0.05);
  cursor: pointer;
}

@media (max-width: 768px) {
  .service-gallery .slider-prev, .service-gallery .slider-next {
    display: none;
  }
}
.service-gallery .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-benefits {
  padding: 48px 0;
}

@media (max-width: 768px) {
  .services-benefits {
    padding: 24px 0;
  }
}
.services-benefits .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

@media (max-width: 768px) {
  .services-benefits .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.services-benefits .item {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.services-benefits .item span {
  font-size: 14px;
}

.services-benefits .icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #FFEFEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-tabs {
  padding: 48px 0;
}

@media (max-width: 768px) {
  .service-tabs {
    padding: 24px 0;
  }
}
.service-tabs .product25-promo .img-bg {
  height: 100%;
}

@media (max-width: 768px) {
  .service-tabs .product25-promo .img-bg.desk {
    display: none;
  }
}
.service-tabs .product25-promo .img-bg.mob {
  display: none;
}

@media (max-width: 768px) {
  .service-tabs .product25-promo .img-bg.mob {
    display: block;
    width: 100%;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.service-tabs .product25-promo .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .service-tabs .product25-promo .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
.service-tabs .product25-promo .box {
  max-width: 366px;
  width: 100%;
}

.service-tabs .product25-promo .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  margin-bottom: 12px;
}

.service-tabs .product25-promo .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.service-tabs .product25-promo .btns {
  max-width: 452px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 2;
  height: 48px;
}

@media (max-width: 768px) {
  .service-tabs .product25-promo .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: initial;
  }
}
.service-tabs .product25-promo .btns button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 20px;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .service-tabs .product25-promo .btns button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .service-tabs .product25-promo .btns button:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.service-tabs .product25-promo .btns button:nth-child(1) span {
  color: var(--Orange-100, #FE5D26);
}

.service-tabs .product25-promo .btns button:nth-child(1) svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.service-tabs .product25-promo .btns button:nth-child(1):hover span {
  color: var(--hover-accent);
}

.service-tabs .product25-promo .btns button:nth-child(1):hover svg path {
  stroke: var(--hover-accent);
}

.service-tabs .product25-promo .btns button:nth-child(2) {
  background: var(--Orange-100, #FE5D26);
}

.service-tabs .product25-promo .btns button:nth-child(2):hover {
  background-color: var(--hover-accent);
}

@media (max-width: 768px) {
  .service-tabs .product25-promo .btns button:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.service-tabs .product25-promo .btns button:nth-child(2) span {
  color: #fff;
}

.service-tabs .product25-promo .btns button:nth-child(3) {
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.service-tabs .product25-promo .btns button:nth-child(3):hover {
  background-color: #fafafa;
}

.service-tabs .product25-promo .btns button:nth-child(3) span {
  color: #312D2B;
}

.service-tabs .product25-promo .btns button span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  white-space: nowrap;
}

.service-tabs .seo-text {
  padding: 24px;
  border-radius: 16px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.service-tabs .seo-text .title {
  color: var(--Black-100, #312D2B);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.1px;
  margin-bottom: 12px;
}

.service-tabs .seo-text .text {
  color: var(--Black-100, #312D2B);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.service-tabs .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #312D2B;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .service-tabs .title {
    margin-bottom: 24px;
  }
}
.service-tabs .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 224px 1fr;
  grid-template-columns: 224px 1fr;
  gap: 24px;
}

@media (max-width: 768px) {
  .service-tabs .inner {
    display: block;
  }
}
.service-tabs .tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 768px) {
  .service-tabs .tabs-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: auto;
    margin-bottom: 16px;
  }
}
.service-tabs .tab-btn {
  padding: 10px 16px;
  color: #312D2B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 10px;
  background: var(--Black-5, rgba(49, 45, 43, 0.05));
  white-space: nowrap;
}

.service-tabs .tab-btn.active {
  background: #fff;
}

.service-tabs .values .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 768px) {
  .service-tabs .values .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.service-tabs .tab-content {
  display: none;
}

.service-tabs .tab-content.active {
  display: block;
}

.service-tabs .product25-promo {
  margin-top: 32px;
}

.service-tabs .value-item {
  border-radius: 16px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  padding: 24px;
}

.service-tabs .value-item .item-title {
  color: var(--Black-100, #312D2B);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.1px;
  margin-bottom: 16px;
}

.service-tabs .value-item p {
  color: var(--Black-100, #312D2B);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.service-tabs .games .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 768px) {
  .service-tabs .games .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.service-tabs .games .swiper-wrapper .game-item {
  padding: 24px;
  border-radius: 16px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.service-tabs .games .swiper-wrapper .game-item .number {
  color: var(--Orange-100, #FE5D26);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.1px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--Orange-10, #FFEFEA);
  margin-bottom: 24px;
}

.service-tabs .games .swiper-wrapper .game-item p {
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.service-tabs .teams .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 768px) {
  .service-tabs .teams .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.service-tabs .teams .swiper-wrapper .team-item {
  padding: 8px;
  border-radius: 16px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.service-tabs .teams .swiper-wrapper .team-item img {
  width: 100%;
  display: block;
}

.service-tabs .teams .swiper-wrapper .team-item .box {
  padding: 16px;
}

.service-tabs .teams .swiper-wrapper .team-item .item-title {
  margin-bottom: 12px;
  color: var(--Black-100, #312D2B);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.1px;
}

.service-tabs .teams .swiper-wrapper .team-item p {
  color: var(--Black-100, #312D2B);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.service-tabs .rounds .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 768px) {
  .service-tabs .rounds .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.service-tabs .rounds .swiper-wrapper .round-item {
  padding: 8px;
  border-radius: 16px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media (max-width: 768px) {
  .service-tabs .rounds .swiper-wrapper .round-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.service-tabs .rounds .swiper-wrapper .round-item img {
  max-width: 132px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--Black-5, rgba(49, 45, 43, 0.05));
}

.service-tabs .rounds .swiper-wrapper .round-item .box {
  padding: 16px 16px 16px 0;
  max-width: 764px;
}

@media (max-width: 768px) {
  .service-tabs .rounds .swiper-wrapper .round-item .box {
    padding: 0;
  }
}
.service-tabs .rounds .swiper-wrapper .round-item .box-title {
  margin-bottom: 12px;
  color: var(--Black-100, #312D2B);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.1px;
}

.service-tabs .rounds .swiper-wrapper .round-item p {
  color: var(--Black-100, #312D2B);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.services-prices {
  overflow: hidden;
}

.services-prices .product-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 129px;
  border-radius: 12px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--White-100, #FFF);
  padding: 12px 7px;
  max-height: 48px;
  width: 129px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .services-prices .product-counter {
    max-width: initial;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.services-prices .product-counter .count {
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  white-space: nowrap;
}

.services-prices .product-counter .count input {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 67px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 4px;
}

.services-prices .product-counter button {
  width: 24px;
  height: 24px;
}

.services-prices .product-counter button:hover svg path {
  stroke: var(--accent);
}

.services-prices .product-counter button.disabled svg path {
  stroke: #8C8888;
}

.services-prices .link-to-cart {
  padding: 12px 20px;
  max-height: 48px;
  border-radius: 12px;
  background: var(--Orange-100, #FE5D26);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: var(--White-100, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.services-prices .link-to-cart:hover {
  background-color: var(--hover-accent);
}

@media screen and (max-width: 768px) {
  .services-prices .link-to-cart {
    width: 100%;
    text-align: center;
  }
}
.services-prices .title {
  margin-bottom: 32px;
  color: var(--Black-100, #312D2B);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
}

@media (max-width: 768px) {
  .services-prices .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.services-prices .service-popup {
  position: fixed;
  z-index: 24;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(49, 45, 43, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 768px) {
  .services-prices .service-popup {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
.services-prices .service-popup.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .services-prices .service-popup.show .content {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
.services-prices .service-popup .mob-icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .services-prices .service-popup .mob-icon {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .services-prices .service-popup .desk-icon {
    display: none;
  }
}
.services-prices .service-popup .content {
  max-width: 640px;
  width: 100%;
  overflow: hidden;
  height: 88%;
  border-radius: 16px;
  background: var(--Background, #F6F6F6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .services-prices .service-popup .content {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    border-radius: 16px 16px 0 0;
  }
}
.services-prices .service-popup .content-title {
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.services-prices .service-popup .top {
  padding: 24px;
  position: relative;
  border-bottom: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--White-100, #FFF);
  height: 128px;
}

@media screen and (max-width: 768px) {
  .services-prices .service-popup .top {
    padding: 29px 16px 16px;
    position: relative;
  }
}
.services-prices .service-popup .top .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #312D2B;
}

.services-prices .service-popup .top .close-button {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(49, 45, 43, 0.1);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .services-prices .service-popup .top .close-button {
    position: absolute;
    top: 0;
    padding: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none;
    height: initial;
    width: 56px;
  }
}
.services-prices .service-popup .top .close-button:hover svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .services-prices .service-popup .top .close-button:hover svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.services-prices .service-popup .top .close-button svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.services-prices .service-popup .service-close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--White-100, #FFF);
}

.services-prices .service-popup .service-close-btn:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.services-prices .service-popup .service-close-btn svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.services-prices .service-popup .bottom {
  height: 140px;
  border-top: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--White-100, #FFF);
  padding: 24px;
}

.services-prices .service-popup .inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 24px 9px 24px 24px;
  overflow: auto;
  margin-right: 9px;
}

.services-prices .service-popup .inner::-webkit-scrollbar {
  width: 6px;
}

.services-prices .service-popup .inner::-webkit-scrollbar-track {
  background-color: transparent;
}

.services-prices .service-popup .inner::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--Black-15, rgba(49, 45, 43, 0.15));
}

.services-prices .service-popup .box {
  margin: 16px 0;
}

.services-prices .service-popup .box-title {
  color: var(--Black-100, #312D2B);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  margin-bottom: 12px;
}

.services-prices .service-popup .box-inner {
  padding: 16px;
  border-radius: 8px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.services-prices .service-popup .box-row {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-prices .service-popup .box-row span {
  color: var(--Black-100, #312D2B);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.services-prices .service-popup .box-row + .box-row {
  border-top: 1px solid var(--Black-5, rgba(49, 45, 43, 0.05));
}

.services-prices .service-popup .box-row:first-child {
  padding-top: 0;
}

.services-prices .service-popup .box-row:last-child {
  padding-bottom: 0;
}

.services-prices .service-popup .bottom .price {
  margin-bottom: 16px;
}

.services-prices .service-popup .bottom .price .value {
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.services-prices .service-popup .bottom .controls {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 0;
}

@media (max-width: 768px) {
  .services-prices .service-popup .bottom .controls {
    display: block;
  }
}
.services-prices .service-popup .bottom .btn-basket {
  border-radius: 12px;
  background: var(--Orange-100, #FE5D26);
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.services-prices .service-popup .bottom .btn-basket:hover {
  background-color: var(--hover-accent);
}

@media (max-width: 768px) {
  .services-prices .service-popup .bottom .btn-basket {
    width: 100%;
  }
}
.services-prices .service-popup .bottom .btn-basket span {
  color: var(--White-100, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.services-prices .service-popup .bottom .click-btn {
  border-radius: 12px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--White-100, #FFF);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 768px) {
  .services-prices .service-popup .bottom .click-btn {
    display: none;
  }
}
.services-prices .service-popup .bottom .click-btn:hover {
  background-color: #EBEAEA;
}

.services-prices .service-popup .bottom .click-btn span {
  color: var(--White-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.services-prices .service-popup .title {
  color: var(--Black-100, #312D2B);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  margin-bottom: 16px;
}

.services-prices .service-popup .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.services-prices .service-popup .tags span {
  padding: 6px 12px;
  color: var(--Black-100, #312D2B);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 999px;
  background: var(--Black-5, rgba(49, 45, 43, 0.05));
}

.services-prices .popup-open-btn {
  padding-top: 12px;
}

.services-prices .popup-open-btn:hover span {
  color: var(--hover-accent);
}

.services-prices .popup-open-btn span {
  color: var(--Orange-100, #FE5D26);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.services-prices .card {
  max-width: 390px;
  border-radius: 16px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.services-prices .img-box {
  padding: 8px;
  margin-bottom: 8px;
}

.services-prices .img-box img {
  width: 100%;
}

.services-prices .card-title {
  margin-bottom: 16px;
  color: var(--Black-100, #312D2B);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  padding: 0 24px;
}

@media (max-width: 768px) {
  .services-prices .card-title {
    padding: 0 16px;
    font-size: 20px;
    line-height: 28px;
  }
}
.services-prices .card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  padding: 0 24px;
}

@media (max-width: 768px) {
  .services-prices .card-tags {
    padding: 0 16px;
  }
}
.services-prices .card-tags .tag {
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--Black-5, rgba(49, 45, 43, 0.05));
  color: var(--Black-100, #312D2B);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.services-prices .card-rows {
  margin-bottom: 24px;
  padding: 0 24px;
}

@media (max-width: 768px) {
  .services-prices .card-rows {
    padding: 0 16px;
  }
}
.services-prices .rows-title {
  margin-bottom: 16px;
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.services-prices .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-prices .row .icon {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid var(--Orange-20, #FFDFD4);
  background: var(--Orange-10, #FFEFEA);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-prices .row span {
  color: var(--Black-100, #312D2B);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.services-prices .row + .row {
  padding-top: 12px;
}

.services-prices .price-box {
  padding: 0 24px;
}

@media (max-width: 768px) {
  .services-prices .price-box {
    padding: 0 16px;
  }
}
.services-prices .price-text {
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.services-prices .price-box__title {
  margin-bottom: 8px;
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.services-prices .price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 8px;
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.services-prices .price-row .price {
  color: var(--Black-100, #312D2B);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
}

@media (max-width: 768px) {
  .services-prices .price-row .price {
    font-size: 24px;
    line-height: 32px;
  }
}
.services-prices .card-controls {
  padding: 16px 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.services-prices .card-controls .card-btn-basket {
  padding: 12px 16px;
  max-width: 231px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--accent);
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.services-prices .card-controls .card-btn-basket:hover {
  background-color: var(--hover-accent);
}

.services-prices .card-controls .card-btn-basket span {
  color: var(--White-100, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.services-prices .card-controls .card-one-click-btn {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  max-width: 102px;
  width: 100%;
  padding: 12px 20px;
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  white-space: nowrap;
  border-radius: 12px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--White-100, #FFF);
}

.services-prices .card-controls .card-one-click-btn:hover {
  background-color: #EBEAEA;
}

.services-prices .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.services-prices .slider-next, .services-prices .slider-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(49, 45, 43, 0.05);
  cursor: pointer;
}

@media (max-width: 768px) {
  .services-prices .slider-next, .services-prices .slider-prev {
    display: none;
  }
}
.services-prices .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  padding: 20px 24px;
  border-radius: 999px;
  background-color: rgba(49, 45, 43, 0.05);
}

@media (max-width: 768px) {
  .services-prices .pagination {
    padding: 0;
    background-color: transparent;
  }
}
.services-prices .pagination span {
  margin: 0 !important;
  opacity: 1;
  background-color: rgba(49, 45, 43, 0.2);
}

.services-prices .pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

@media (max-width: 768px) {
  .services-prices .pagination .swiper-pagination-bullet-active {
    background-color: var(--accent);
  }
}
.prices-dops {
  padding: 48px 0;
}

@media (max-width: 768px) {
  .prices-dops {
    padding: 24px 0;
  }
}
.prices-dops .title {
  color: var(--Black-100, #312D2B);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .prices-dops .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.prices-dops .slider {
  overflow: hidden;
}

.prices-dops .swiper-slide {
  max-width: 288px;
  border-radius: 16px;
  background: var(--White-100, #FFF);
}

@media (max-width: 768px) {
  .prices-dops .swiper-slide {
    max-width: initial;
  }
}
.prices-dops .swiper-slide .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.prices-dops .img-box {
  padding: 8px;
}

.prices-dops .img-box img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--Black-5, rgba(49, 45, 43, 0.05));
}

.prices-dops .slide-title, .prices-dops .price, .prices-dops .basket-btn {
  margin: 0 16px;
}

.prices-dops .slide-title {
  overflow: hidden;
  color: var(--Black-100, #312D2B);
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 8px;
}

.prices-dops .price {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  color: var(--accent);
}

.prices-dops .basket-btn {
  margin-bottom: 16px;
  border-radius: 10px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  max-width: 127px;
  width: 100%;
}

.prices-dops .basket-btn:hover {
  background-color: var(--accent);
}

.prices-dops .basket-btn:hover svg path {
  stroke: #fff;
}

.prices-dops .basket-btn:hover span {
  color: #fff;
}

.prices-dops .basket-btn svg path {
  stroke: #312D2B;
}

.prices-dops .basket-btn span {
  color: #312D2B;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.prices-dops .click-btn {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 10px;
}

.prices-dops .click-btn:hover {
  color: var(--accent);
}

.prices-dops .btns {
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.prices-dops .btns .basket-btn {
  margin-left: 0;
  margin-right: 0;
}

.prices-dops .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.prices-dops .slider-next, .prices-dops .slider-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(49, 45, 43, 0.05);
  cursor: pointer;
}

@media (max-width: 768px) {
  .prices-dops .slider-next, .prices-dops .slider-prev {
    display: none;
  }
}
.prices-dops .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  padding: 20px 24px;
  border-radius: 999px;
  background-color: rgba(49, 45, 43, 0.05);
}

@media (max-width: 768px) {
  .prices-dops .pagination {
    padding: 0;
    background-color: transparent;
  }
}
.prices-dops .pagination span {
  margin: 0 !important;
  opacity: 1;
  background-color: rgba(49, 45, 43, 0.2);
}

.prices-dops .pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

@media (max-width: 768px) {
  .prices-dops .pagination .swiper-pagination-bullet-active {
    background-color: var(--accent);
  }
}
.prices-dops2 .swiper-slide {
  padding-bottom: 10px;
}

.blog {
  margin-bottom: 48px;
  border-radius: 0 0 32px 32px;
  background: radial-gradient(ellipse at 90% 20%, rgba(99, 102, 241, 0.7) 0%, rgba(124, 58, 237, 0.5) 30%, transparent 60%), radial-gradient(circle at 55% 50%, rgba(232, 67, 147, 0.8) 0%, rgba(247, 58, 147, 0.5) 30%, transparent 65%), radial-gradient(circle at 25% 25%, rgba(255, 77, 125, 0.6) 0%, rgba(255, 92, 141, 0.3) 35%, transparent 60%), radial-gradient(ellipse at 15% 85%, rgb(255, 107, 53) 0%, rgba(255, 122, 74, 0.9) 15%, rgba(255, 92, 141, 0.4) 40%, transparent 70%), linear-gradient(145deg, #FF6B35 0%, #E84393 35%, #A855F7 65%, #6366F1 100%);
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 768px) {
  .blog {
    border-radius: 0;
  }
}
.blog__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.blog__row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog__row-item span {
  color: var(--White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.blog__title {
  color: var(--White-100, #FFF);
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px; /* 112.5% */
}

@media (max-width: 768px) {
  .blog__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.blog__text {
  color: var(--White-70, rgba(255, 255, 255, 0.7));
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  max-width: 480px;
}

.blog__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.blog__social a {
  background-color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
}

.blog__social a:hover {
  border: 1px solid var(--Orange-100, #FE5D26) !important;
  -webkit-box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16), 0 1px 4px 0 rgba(49, 45, 43, 0.08) !important;
  box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16), 0 1px 4px 0 rgba(49, 45, 43, 0.08) !important;
}

.blog__social a:hover svg path {
  fill: var(--accent);
}

.blog__icon {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog-gallery {
  margin-bottom: 40px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .blog-gallery {
    margin-bottom: 32px;
  }
}
.blog-gallery img {
  cursor: pointer;
}

@media (max-width: 768px) {
  .blog-gallery .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 8px;
  }
}
.blog-gallery .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media (max-width: 768px) {
  .blog-gallery .row {
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .blog-gallery .row:first-child {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
.blog-gallery .row + .row {
  margin-top: 16px;
}

@media (max-width: 768px) {
  .blog-gallery .row + .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .blog-gallery .row + .row {
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .blog-gallery .row + .row img:first-child {
    grid-column-start: span 2;
  }
}
.blog-gallery img {
  border-radius: 24px;
  width: 100%;
}

.blog-gallery-one {
  margin-bottom: 40px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .blog-gallery-one {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}
.blog-gallery-one img {
  cursor: pointer;
}

.blog-gallery-one .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media (max-width: 768px) {
  .blog-gallery-one .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}
.blog-gallery-one .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 768px) {
  .blog-gallery-one .column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
.blog-gallery-one .big-img {
  max-width: 794px;
}

.blog-gallery-one img {
  border-radius: 24px;
  width: 100%;
}

.recommend-categories .inner {
  padding: 32px;
  border-radius: 24px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  padding: 32px;
}

.recommend-categories .subtitle {
  color: var(--Black-100, #312D2B);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.1px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .recommend-categories .subtitle {
    text-align: center;
  }
}
.recommend-categories .links-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .recommend-categories .links-cats {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.recommend-categories .links-cats a {
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--Orange-10, #FFEFEA);
  color: var(--Orange-100, #FE5D26);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.recommend-categories .links-cats a:hover {
  background-color: #FFCFBE;
}

.form {
  margin-top: 64px;
}

.form .inner {
  padding: 24px;
  border-radius: 24px;
  background: var(--Black-5, rgba(49, 45, 43, 0.05));
}

.form .h1 {
  color: var(--Black-100, #312D2B);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  margin-bottom: 24px;
}

.form .input-box {
  margin-bottom: 16px;
}

.form .input-box input, .form .input-box textarea {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--White-100, #FFF);
  outline: none;
}

.form .input-box input:focus, .form .input-box textarea:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16) !important;
  box-shadow: 0 0 0 2px rgba(254, 93, 38, 0.16) !important;
  outline-width: 1px;
  border: 1px solid #FE5D26;
}

.form .input-box textarea {
  margin-top: 16px;
  height: 80px;
}

.form .form-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form button {
  padding: 12px 20px;
  border-radius: 12px;
  background: var(--Orange-100, #FE5D26);
  color: var(--White-100, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
}

.form button:hover {
  background-color: var(--hover-accent);
}

.form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  cursor: pointer;
}

.form label p {
  color: var(--Black-100, #312D2B);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.form label a {
  color: var(--accent);
}

.form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
  background: var(--Background, #F6F6F6);
}

.form .checkbox svg {
  display: none;
}

.form .checkbox svg path {
  stroke: #000;
}

.form input:checked + .checkbox {
  background-color: #fff;
}

.form input:checked + .checkbox svg {
  display: block;
  margin-left: 1px;
}

.form input[type=checkbox] {
  display: none;
}

.small-container {
  max-width: 705px;
  margin: 0px auto;
}

@media (max-width: 768px) {
  .small-container {
    padding: 0 16px;
  }
}
.some-links .title {
  color: var(--Black-100, #312D2B);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.1px;
  margin-bottom: 24px;
}

.some-links .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 40px;
  border-bottom: 2px solid #FFBEA8;
}

@media (max-width: 768px) {
  .some-links .inner {
    padding-bottom: 32px;
  }
}
.some-links a {
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  border-bottom: 1px dashed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.some-links a:hover {
  color: var(--accent);
}

@media (max-width: 768px) {
  .some-links a {
    font-size: 14px;
    line-height: 20px;
  }
}
.some-text {
  padding: 10px;
}

@media (max-width: 768px) {
  .some-text {
    padding: 32px 0;
  }
}
.some-text .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 768px) {
  .some-text .inner {
    gap: 0;
  }
}
.some-text p {
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.blockquote {
  padding: 32px;
  max-width: 704px;
  margin: 20px auto;
  border-top: 2px solid var(--Orange-40, #FFBEA8);
  border-bottom: 2px solid var(--Orange-40, #FFBEA8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .blockquote {
    padding: 24px;
  }
}
.blockquote p {
  color: var(--Black-100, #312D2B);
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.1px;
  text-align: center;
}

.blockquote .author {
  color: var(--Black-100, #312D2B);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.blockquote .author .work {
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
}

.opros {
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .opros {
    margin-bottom: 32px;
  }
}
.opros .opros-title {
  color: var(--Black-100, #312D2B);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .opros .opros-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.opros .subtitle {
  margin-bottom: 24px;
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

@media (max-width: 768px) {
  .opros .subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.opros__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.opros label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .opros label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.opros label p {
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.opros input {
  display: none;
}

.opros input:checked + .radio {
  background-color: #fff;
  border: 6px solid var(--accent);
}

.opros .radio {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 1px solid var(--Black-10, rgba(49, 45, 43, 0.1));
}

.opros .opros-stats {
  margin-top: 32px;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(49, 45, 43, 0.1);
  border-bottom: 1px solid rgba(49, 45, 43, 0.1);
}

.opros .opros-stats .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.opros .opros-stats .left span {
  color: var(--Black-80, rgba(49, 45, 43, 0.8));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.opros .stats-text {
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.opros .opros-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.opros .result-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 8px;
}

.opros .result-text span {
  color: rgba(49, 45, 43, 0.5);
}

.opros .result-lines {
  width: 240px;
  height: 3px;
  border-radius: 100px;
  background: var(--Black-10, rgba(49, 45, 43, 0.1));
}

.opros .result-lines span {
  display: block;
  height: 3px;
  background-color: var(--accent);
}

.blog-textbox {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .blog-textbox {
    margin-bottom: 32px;
  }
}
.blog-textbox a.link {
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: var(--accent);
  max-width: 240px;
  border-radius: 12px;
}

.blog-textbox a.link:hover {
  background-color: var(--hover-accent);
}

.blog-textbox a.link span {
  color: #fff;
}

.blog-textbox h2 {
  color: var(--Black-100, #312D2B);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .blog-textbox h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.blog-textbox h3 {
  color: var(--Black-100, #312D2B);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}

@media (max-width: 768px) {
  .blog-textbox h3 {
    margin: 32px 0 16px !important;
  }
}
.blog-textbox .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.blog-textbox .inner p {
  margin: 0 !important;
}

.blog-textbox p, .blog-textbox ul, .blog-textbox ol {
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.blog-textbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-left: 20px;
}

.blog-textbox ul li {
  list-style-type: disc;
}

.blog-textbox ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-left: 20px;
}

.blog-video {
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .blog-video {
    margin-bottom: 32px;
  }
}
.blog-video .box {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
}

.blog-video .box:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.blog-video .box:hover svg rect {
  fill: var(--accent);
  stroke: var(--accent);
}

.blog-video .box img {
  width: 100%;
  display: block;
}

.blog-video .box svg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-video .img-desc {
  padding-left: 24px;
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.blog-video .slider {
  overflow: hidden;
}

.blog-video .slider {
  margin-bottom: 16px;
}

.blog-video .slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-video .slider-next, .blog-video .slider-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(49, 45, 43, 0.05);
  cursor: pointer;
}

.blog-video .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  padding: 20px 24px;
  border-radius: 999px;
  background-color: rgba(49, 45, 43, 0.05);
}

.blog-video .pagination span {
  margin: 0 !important;
  opacity: 1;
  background-color: rgba(49, 45, 43, 0.2);
}

.blog-video .pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

@media (max-width: 768px) {
  .small-container p:first-child {
    margin-bottom: 32px;
  }
}
.small-container .textbox-banner {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .small-container .textbox-banner {
    display: none;
  }
}
.alerts {
  margin: 20px 0px 20px 0px;
}

.alerts .small-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.alerts .alert {
  border-radius: 16px;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alerts .alert p {
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.alerts .alert svg {
  min-width: 24px;
  height: 24px;
}

.alerts .grey {
  background: var(--Black-5, rgba(49, 45, 43, 0.05));
}

.alerts .red {
  background: #FFEFEA;
}

.alerts .green {
  background: #EBF9EA;
}

.alerts .yellow {
  background: #FFF7DB;
}

.alerts .blue {
  background: #DBF3FF;
}

.alerts .black-red {
  background: #FFEAEA;
}

.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  border-radius: 5px !important;
}

.textbox-banner,
.textbox-banner--wide {
  border-radius: 32px;
  background-image: url("../images/blog-promo-banner.jpg");
  background-size: cover;
  background-position: center;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 26px;
  max-width: 1200px;
}

@media (max-width: 768px) {
  .textbox-banner {
    margin: 20px 16px;
  }
}
.textbox-banner .sale {
  padding: 8px 20px;
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  border-radius: 100px;
  background: var(--Orange-100, #FE5D26);
}

.textbox-banner .text {
  color: #fff;
  padding: 8px 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.textbox-banner .promocode {
  padding: 8px 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  border-radius: 100px;
  color: var(--Black-100, #312D2B);
  background: var(--White, #FFF);
}

.textbox-banner .promocode span {
  color: var(--accent);
}

.container-m {
  max-width: 920px;
}

.block-author {
  padding: 24px;
  border-radius: 16px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 64px auto 32px;
}

@media (max-width: 768px) {
  .block-author {
    margin: 16px;
  }
}
.block-author img {
  max-width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
}

.block-author .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  max-width: 768px;
}

.block-author .name {
  color: var(--Orange-100, #FE5D26);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.1px;
}

.block-author .name:hover {
  color: var(--hover-accent);
}

.block-author .author {
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.block-author p {
  color: var(--Black-80, rgba(49, 45, 43, 0.8));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.rate-block {
  margin: 32px 0 64px;
}

.rate-block p {
  text-align: center;
  margin-bottom: 16px;
  color: var(--Black-100, #312D2B);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.rate-block .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rate-block .items a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.rate-block .items a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.rate-block .inner {
  padding: 24px;
  border-radius: 16px;
  background: var(--Black-5, rgba(49, 45, 43, 0.05));
}

.comments {
  margin: 64px 0;
}

.comments .title {
  margin-bottom: 32px;
  color: var(--Black-100, #312D2B);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  margin-bottom: 32px;
}

.comments .comment {
  margin: 8px auto;
  position: relative;
}

.comments .inner {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  border-radius: 24px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.comments .replies .comment:first-child::before {
  content: "";
  width: 12px;
  height: 147px;
  border-radius: 0 0 0 16px;
  border-bottom: 1px solid var(--Black-20, rgba(49, 45, 43, 0.2));
  border-left: 1px solid var(--Black-20, rgba(49, 45, 43, 0.2));
  position: absolute;
  top: 0;
  z-index: 4;
  left: -20px;
}

.comments .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments .top .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comments .top .name {
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 4px;
}

.comments .top .date {
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}

.comments .text {
  color: var(--Black-100, #312D2B);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.comments .comment-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments .likes {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--Black-5, rgba(49, 45, 43, 0.05));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 63px;
  width: 100%;
  cursor: pointer;
}

.comments .likes:hover svg {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.comments .likes:hover span {
  color: var(--accent);
}

.comments .likes:active svg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.comments .likes svg {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.comments .likes span {
  color: var(--Black-100, #312D2B);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.comments .comment-btn {
  color: var(--Orange-100, #FE5D26);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.comments .comment-btn:hover {
  color: var(--hover-accent);
}

.comments .replies {
  padding-left: 72px;
}

@media (max-width: 768px) {
  .comments .replies {
    padding-left: 32px;
  }
}
.comments img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 14px;
  display: block;
  background: var(--Orange-10, #FFEFEA);
}

.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

@media (max-width: 768px) {
  .blog-pagination {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .blog-pagination .link-all {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-column-start: span 2;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.blog-pagination a {
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.blog-pagination a:hover {
  background-color: var(--accent);
}

.blog-pagination a:hover span {
  color: #fff;
}

.blog-pagination a:hover svg path {
  stroke: #fff;
}

@media (max-width: 768px) {
  .blog-pagination a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.blog-pagination a svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.blog-pagination a span {
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.about-new {
  padding: 48px 0;
}

.about-new .title {
  margin-bottom: 32px;
  color: var(--Black-100, #312D2B);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
}

.about-new .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 768px) {
  .about-new .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-new .video-box {
  border-radius: 16px;
  border: 1px solid var(--Black-5, rgba(49, 45, 43, 0.05));
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  position: relative;
  overflow: hidden;
  max-width: 938px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
}

.about-new .video-box:hover rect {
  fill: #fff;
  stroke: #fff;
}

.about-new .video-box:hover path {
  stroke: var(--accent);
  fill: var(--accent);
}

.about-new .video-box img {
  width: 100%;
  display: block;
}

.about-new .video-box svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-new .video-box svg rect {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.about-new .video-box svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.about-new .boxes {
  max-width: 246px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .about-new .boxes {
    max-width: initial;
    gap: 8px;
  }
}
.about-new .box {
  padding: 24px;
  border-radius: 16px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
}

.about-new .box .title {
  margin-bottom: 8px;
  color: var(--Black-100, #312D2B);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
}

.about-new .box .text {
  color: var(--Black-50, rgba(49, 45, 43, 0.5));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.blog-request .inner {
  background-position: left;
}

@media (max-width: 768px) {
  .blog-request .inner {
    background-position: center;
  }
}
.blog-request .form {
  margin-top: 0;
}

.blog-request .content {
  max-width: 485px;
}

.new-block {
  padding: 48px 0;
}

@media (max-width: 768px) {
  .new-block {
    padding: 24px 0;
  }
}
.new-block .inner {
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  background-image: url("../images/new-block-bg.jpg");
  padding: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 369px;
}

@media (max-width: 768px) {
  .new-block .inner {
    padding: 24px;
    height: 481px;
    position: relative;
    background-position: 63%;
  }
}
.new-block .content {
  max-width: 559px;
}

@media (max-width: 768px) {
  .new-block .content {
    height: 481px;
  }
}
.new-block .content .title {
  color: var(--White-100, #FFF);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .new-block .content .title {
    color: var(--White-100, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
  }
}
.new-block .content .text {
  color: var(--White-70, rgba(255, 255, 255, 0.7));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.price-info {
  padding: 48px 0;
}

@media (max-width: 768px) {
  .price-info {
    padding: 24px 0;
    margin-top: -48px;
  }
}
.price-info .inner {
  padding: 40px;
  border-radius: 24px;
  background: var(--White-100, #FFF);
  -webkit-box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  box-shadow: 0 1px 4px 0 rgba(49, 45, 43, 0.08);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 270px 270px;
  grid-template-columns: 1fr 270px 270px;
  gap: 12px;
}

@media (max-width: 768px) {
  .price-info .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
  }
}
.price-info .content .title {
  max-width: 431px;
  color: var(--Black-100, #312D2B);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 40px; /* 125% */
}

@media (max-width: 768px) {
  .price-info .content .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.price-info .content p {
  max-width: 431px;
  color: var(--Black-100, #312D2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

@media (max-width: 768px) {
  .price-info .content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
.price-info .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
}

.price-info .box .top {
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 73px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .price-info .box .top {
    margin-bottom: 24px;
  }
}
.price-info .box .top span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.price-info .box1 {
  background: #FE5D26;
  position: relative;
}

.price-info .box1 p {
  position: relative;
  z-index: 2;
  color: var(--White-100, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.price-info .box1 .top {
  border-radius: 73px;
  background: var(--Orange-10, #FFEFEA);
}

.price-info .box1 .top span {
  color: #FE5D26;
}

.price-info .box1 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.price-info .box2 {
  background: var(--Black-5, rgba(49, 45, 43, 0.05));
}

.price-info .box2 .top {
  background-color: #fff;
}

.price-info .box2 .top span {
  color: #312D2B;
}

.price-info .box2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.price-info .box2 ul li {
  list-style-type: disc;
  color: #312D2B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.request-no-padding .content {
  max-width: 460px;
}

.request-no-padding .form {
  margin-top: 0;
  padding-top: 0;
}

.with-img {
  padding: 4px 12px 4px 4px;
}

.request-follow .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.request-follow .form {
  margin-top: 0;
  padding-top: 0;
}

.request-follow .content {
  max-width: 400px;
}

.form-comment {
  margin: 20px 0 50px;
}

.form-comment .inner {
  width: 70%;
  margin-left: auto;
}

@media (max-width: 991px) {
  .top-banner25 .title {
    font-size: 50px;
    line-height: 55px;
  }
  .top-banner25 .slider-pagination {
    margin-top: 40px;
  }
  .top-banner25 .text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .about25 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .seo-block25 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .about25 {
    padding: 24px 0;
  }
  .about25 .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .about25 .numbers {
    margin-top: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 32px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .about25 .inner {
    gap: 24px;
  }
  .slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    padding-top: 16px;
  }
  .slider-pagination span {
    margin: 0 !important;
    opacity: 1 !important;
    background-color: rgba(49, 45, 43, 0.2);
  }
  .slider-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent);
  }
  .top-banner25 .slider-prev, .top-banner25 .slider-next {
    display: none;
  }
  .top-banner25 .title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
  }
  .top-banner25 .text {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .services-home25 {
    overflow: hidden;
    padding: 24px 0;
  }
  .services-home25 .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .services-home25 .card {
    max-width: 312px;
    padding: 24px 0 0 24px;
  }
  .services-home25 .title {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 28px;
  }
  .coming-events {
    padding: 24px 0;
  }
  .coming-events .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .coming-events .card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .coming-events .card span {
    text-align: center;
  }
  .coming-events .card img {
    width: 100%;
    height: initial;
  }
  .coming-events .card:last-child img {
    width: 104px;
  }
  .sales25 {
    padding: 24px 0;
  }
  .sales25 .slider-prev, .sales25 .slider-next {
    display: none;
  }
  .sales25 .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    margin-top: 16px;
  }
  .sales25 .pagination span {
    margin: 0 !important;
    opacity: 1 !important;
    background-color: rgba(49, 45, 43, 0.2);
  }
  .sales25 .pagination .swiper-pagination-bullet-active {
    background-color: var(--accent) !important;
  }
  .sales25 .slider {
    margin-bottom: 0;
  }
  .sales25 .swiper-slide {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    gap: 16px;
  }
  .sales25 .swiper-slide img {
    width: 100%;
  }
  .sales25 .title {
    font-size: 24px;
    line-height: 32px;
  }
  .sales25 .link {
    margin-top: 30px;
  }
  .news-items25 {
    overflow: hidden;
    padding: 24px 0;
  }
  .news-items25 .link {
    display: none;
  }
  .news-items25 .link-mobile {
    display: block !important;
    margin: 24px auto 0;
    max-width: 170px;
    text-align: center;
  }
  .news-items25 .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .news-items25 .card {
    max-width: 228px;
    min-width: 228px;
  }
  .news-items25 .title {
    font-size: 24px;
  }
  .news-items25 .top {
    margin-bottom: 24px;
  }
  .cases25 {
    padding: 24px 0;
  }
  .cases25 .link-more {
    display: none;
  }
  .cases25 .link-mobile {
    display: block !important;
    max-width: 170px;
    margin: 24px auto 0;
  }
  .cases25 .inner {
    display: none;
  }
  .cases25 .inner-mobile {
    display: block;
  }
  .cases25 .top {
    margin-bottom: 24px;
  }
  .cases25 .title {
    font-size: 24px;
    line-height: 32px;
  }
  .cases25 .content {
    padding: 4px 16px 16px;
  }
  .storis-25 {
    padding: 24px 0;
    overflow: hidden;
  }
  .storis-25 .title {
    font-size: 24px;
    line-height: 32px;
  }
  .storis-25 .swiper-wrapper {
    gap: 0;
  }
  .storis-25 .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .reviews25 {
    padding: 24px 0;
  }
  .reviews25 .controls {
    display: none;
  }
  .reviews25 .controls-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
  }
  .reviews25 .slider {
    margin-bottom: 16px;
  }
  .reviews25 .title {
    font-size: 24px;
    line-height: 32px;
  }
  .reviews25 .slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    background-color: transparent;
  }
  .reviews25 .slider-pagination span {
    margin: 0 !important;
    opacity: 1 !important;
    background-color: rgba(49, 45, 43, 0.2);
  }
  .reviews25 .slider-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent);
  }
  .reviews25 .slider-prev, .reviews25 .slider-next {
    display: none;
  }
  .reviews25 .swiper-slide {
    padding: 24px;
  }
  .order-info25 {
    padding: 24px 0;
  }
  .order-info25 .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .order-info25 .inner {
    gap: 24px;
  }
  .order-info25 .title {
    text-align: start;
  }
  .order-info25 .lines {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-info25 .column {
    display: none;
  }
  .order-info25 .column-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .order-info25 .item-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 12px;
  }
  .order-info25 .lines .line {
    height: 117px;
  }
  .order-info25 .lines-item.show span {
    height: 117px !important;
  }
  .clients25 {
    padding: 24px 0;
  }
  .clients25 .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .sertifs25 {
    padding: 24px 0;
  }
  .sertifs25 .container {
    padding: 0;
  }
  .sertifs25 .title {
    text-align: start;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    padding: 0 16px;
  }
  .sertifs25 .slider {
    margin-bottom: 0;
  }
  .sertifs25 .slider-prev, .sertifs25 .slider-next {
    display: none;
  }
  .sertifs25 .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    padding-top: 0;
    background-color: transparent;
    margin-top: 16px;
  }
  .sertifs25 .pagination span {
    margin: 0 !important;
    opacity: 1 !important;
    background-color: rgba(49, 45, 43, 0.2);
  }
  .sertifs25 .pagination .swiper-pagination-bullet-active {
    background-color: var(--accent) !important;
  }
  .questions25 {
    padding: 24px 0;
  }
  .questions25 .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .questions25 svg {
    min-width: 12px;
  }
  .questions25 .drop-head span {
    font-size: 16px;
    line-height: 24px;
  }
  .news25 {
    padding: 24px 0;
  }
  .news25 .link {
    display: none !important;
  }
  .news25 .link-mobile {
    display: block !important;
    max-width: 170px;
    margin: 24px auto 0;
    text-align: center;
  }
  .news25 .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .news25 .card {
    max-width: initial;
  }
  .news25 .title {
    font-size: 24px;
    line-height: 32px;
  }
  .seo-block25 {
    padding: 24px 0;
  }
  .seo-block25 .inner {
    gap: 24px;
  }
  .seo-block25 .text {
    margin-bottom: 16px;
  }
  .seo-block25 .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .seo-block25 .btn-more {
    margin-top: 16px;
  }
  .bot-banner25 {
    padding: 24px 0;
  }
  .bot-banner25 .inner {
    padding: 24px;
  }
  .bot-banner25 .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.services-prices .price-row {
  line-height: 33px;
}

.service-details .price-row span {
  line-height: 15px;
}

.service-gallery .swiper-slide {
  max-width: initial;
  width: auto;
  border-radius: 24px;
  cursor: pointer;
  overflow: hidden;
}
.service-gallery img {
  max-width: initial;
  height: 500px;
}

.header-box-mobile .header__favorite-link {
  width: 65px;
}

.mobile-menu #menu .menu-frame__back-btn {
  padding-bottom: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu #menu .mobile-menu__wrapper {
  padding: 10px 0;
}
.mobile-menu #menu .mobile-tab {
  padding: 10px;
}
.mobile-menu #menu .mobile-tab svg {
  display: none;
}

.service-tabs .lines-item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service-tabs .lines-item.show.circle {
  background-color: var(--accent) !important;
}
.service-tabs .lines-item.show span {
  height: 84px !important;
}
.service-tabs .lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 16px;
  min-width: 16px;
  gap: 8px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.service-tabs .lines.show {
  opacity: 1;
}
.service-tabs .lines .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(49, 45, 43, 0.1);
}
.service-tabs .lines .line {
  width: 2px;
  height: 84px;
  background-color: rgba(49, 45, 43, 0.1);
}
.service-tabs .lines .line span {
  display: block;
  background-color: var(--accent);
  height: 0;
  width: 100%;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.service-tabs .rounds-wrapper {
  display: none;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.service-tabs .rounds-wrapper.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.service-tabs .lines-item:first-child {
  height: 55px !important;
}
.service-tabs .lines-item:first-child span {
  height: 55px !important;
}
.service-tabs .lines-item:last-child {
  height: 60px !important;
}
.service-tabs .lines-item:last-child span {
  height: 60px !important;
}

@media (max-width: 768px) {
  .service-gallery img {
    height: 184px;
  }
}

@media (max-width: 768px) {
  .service-gallery .pagination span {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
  }
}