@charset "UTF-8";
/* stylelint-disable */
/* stylelint-disable */
:root {
  --font-family: "Manrope", sans-serif;
  --font-title: "Felidae", serif;
  --font-elements: "Bebas Neue Cyrillic", sans-serif;
  --font-header: "Manrope", sans-serif;
  --font-footer: "Manrope", sans-serif;
  --content-width: calc(1265 / 16 * 1rem);
  --container-offset: calc(60 / 16 * 1rem);
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --scroll-bar-width: 0px;
  --light-color: #ffffff;
  --main-color: #000000;
  --second-color: #EAEAEA;
  --accent-color: #F45050;
  --pressed-color: #DF3B3B;
  --bg-color: #F6F6F6;
}
@media (max-width: 60rem) {
  :root {
    --container-offset: calc(30 / 16 * 1rem);
  }
}
@media (max-width: 38.75rem) {
  :root {
    --container-offset: calc(20 / 16 * 1rem);
  }
}

/* stylelint-disable */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("../fonts/Bebas-Neue.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Felidae";
  src: url("../fonts/Felidae.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: var(--light-color);
  -webkit-tap-highlight-color: transparent;
}
.page.with-fancybox .fixed-block {
  padding-right: var(--scroll-bar-width) !important;
}

.page__body {
  margin: 0;
  min-width: 23.4375rem;
  min-height: 100%;
  font-size: 1.125rem;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

a {
  text-decoration: none;
}

.site-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}

.main {
  margin-top: calc(var(--header-height) + var(--nav-height));
}
.main .swiper--main {
  width: 100%;
  height: 46.875vw;
  min-height: 56.25rem;
}
@media (max-width: 60rem) {
  .main .swiper--main {
    height: 48.75rem;
    min-height: 0;
  }
}
@media (max-width: 38.75rem) {
  .main .swiper--main {
    height: 33.75rem;
  }
}
@media (max-width: 60rem) {
  .main {
    margin-top: var(--header-height);
  }
}
.main--top {
  margin-top: 0;
}
.main--top .breadcrumbs {
  position: absolute;
  z-index: 50;
  margin-top: calc(var(--header-height) + var(--nav-height));
}
@media (max-width: 60rem) {
  .main--top .breadcrumbs {
    margin-top: var(--header-height);
  }
}
.main__new .title, .main__v2 .title {
  font-family: var(--font-title);
  text-transform: uppercase;
}

.header--light + .main--top .breadcrumbs__item {
  color: var(--light-color);
}
.header--light:not(.header--slim) + .main--top .breadcrumbs {
  z-index: 100;
}

.marquee--active ~ .header:not(:has(.burger--active)) {
  top: var(--marquee-height);
}
.marquee--active ~ .main {
  padding-top: var(--marquee-height);
}

section,
footer {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.input-reset::-webkit-outer-spin-button, .input-reset::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-reset::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-reset::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-reset::-webkit-search-decoration {
  display: none;
}
.input-reset::-webkit-search-cancel-button {
  display: none;
}
.input-reset::-webkit-search-results-button {
  display: none;
}
.input-reset::-webkit-search-results-decoration {
  display: none;
}
.input-reset::-webkit-calendar-picker-indicator {
  display: none;
}
.input-reset::-moz-calendar-picker-indicator {
  display: none;
}
.input-reset::-ms-clear {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -0.0625rem;
  border: 0;
  padding: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  clip: rect(0 0 0 0);
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--container-offset);
}
.container--holder {
  max-width: var(--container-width);
}
@media (min-width: 64.0625rem) {
  .container--wide {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 60rem) {
  .container--pull {
    padding-left: 0;
    padding-right: 0;
  }
}

.disable-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
@media (min-width: 112.5rem) {
  .disable-scroll .nav__item--full {
    padding-right: var(--scroll-bar-width);
  }
}

.page-ios .disable-scroll {
  position: relative;
}

.content h1,
.content h2,
.content h3,
.content h4 {
  font-family: var(--font-title);
  font-size: 3.75rem;
  line-height: 113%;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2.875rem;
}
@media (max-width: 48rem) {
  .content h1,
  .content h2,
  .content h3,
  .content h4 {
    font-size: 3.125rem;
    margin-bottom: 2.3125rem;
  }
}
@media (max-width: 38.75rem) {
  .content h1,
  .content h2,
  .content h3,
  .content h4 {
    font-size: 2.5rem;
    margin-bottom: 1.625rem;
  }
}
.content h2 {
  font-size: 3.125rem;
  line-height: 120%;
  margin-bottom: 2.9375rem;
}
@media (max-width: 48rem) {
  .content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .content h2 {
    font-size: 2.125rem;
    margin-bottom: 1.25rem;
  }
}
.content h3 {
  font-size: 2.375rem;
  line-height: 120%;
  margin-bottom: 1.875rem;
}
@media (max-width: 48rem) {
  .content h3 {
    font-size: 2.125rem;
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 38.75rem) {
  .content h3 {
    font-size: 1.75rem;
    margin-bottom: 1.375rem;
  }
}
.content h4 {
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 1.625rem;
}
@media (max-width: 48rem) {
  .content h4 {
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 38.75rem) {
  .content h4 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
.content p,
.content span:not(.button span),
.content a:not(.button) {
  color: var(--main-color);
  margin: 0;
  font-size: 1.125rem;
  line-height: 167%;
}
@media (max-width: 38.75rem) {
  .content p,
  .content span:not(.button span),
  .content a:not(.button) {
    font-size: 1rem;
    line-height: 150%;
  }
}
.content p:not(:last-child),
.content span:not(.button span):not(:last-child),
.content a:not(.button):not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 38.75rem) {
  .content p:not(:last-child),
  .content span:not(.button span):not(:last-child),
  .content a:not(.button):not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
.content a:not(.button) {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .content a:not(.button):hover {
    color: var(--accent-color);
  }
}
.content img:not(:last-child) {
  margin-bottom: 2.5rem;
}
.content ul,
.content ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.content ul:not(:last-child),
.content ol:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 48rem) {
  .content ul:not(:last-child),
  .content ol:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}
.content ul li,
.content ol li {
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 2.125rem;
  font-size: 1.125rem;
  line-height: 167%;
}
@media (max-width: 48rem) {
  .content ul li,
  .content ol li {
    padding-left: 1.8125rem;
  }
}
@media (max-width: 38.75rem) {
  .content ul li,
  .content ol li {
    font-size: 1rem;
    line-height: 150%;
  }
}
.content ul li::before,
.content ol li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.875rem;
  height: 1.25rem;
  background-image: url(/upload/demo/img/favicon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 0.25rem;
}
.content ul li:not(:last-child),
.content ol li:not(:last-child) {
  margin-bottom: 0.9375rem;
}
@media (max-width: 48rem) {
  .content ul li:not(:last-child),
  .content ol li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.content ol {
  counter-reset: count 0;
}
.content ol li {
  counter-increment: count 1;
}
.content ol li::before {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: var(--font-title);
  font-size: 1.375rem;
  top: 0;
  color: var(--main-color);
  content: counter(count);
  background: none;
}
.content button {
  position: relative;
  font-family: var(--font-elements);
  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;
  font-size: 0.875rem;
  line-height: 143%;
  color: var(--light-color);
  background: var(--main-color);
  padding: 0.6875rem 1.5625rem 0.5625rem;
  min-width: 14.1875rem;
  min-height: 2.5rem;
  border-radius: 0;
  -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s, border 0.3s ease 0s;
  transition: background 0.3s ease 0s, color 0.3s ease 0s, border 0.3s ease 0s;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.content button:not(:last-child) {
  margin-bottom: 2.5rem;
}
.content button a {
  color: inherit;
  font-size: 0.875rem;
}
.content button a::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
@media (any-hover: hover) {
  .content button:hover {
    background-color: var(--accent-color);
  }
  .content button:hover a {
    color: var(--light-color);
  }
}
.content button:focus {
  outline: none;
  background: var(--pressed-color);
}
.content button:focus a {
  color: var(--light-color);
}
.content--center {
  text-align: center;
}
.content--center .button, .content--center .theses__text--short {
  margin: 0 auto;
}

.main__new h2, .main__v2 h2 {
  font-size: 4rem;
}
@media (max-width: 90rem) {
  .main__new h2, .main__v2 h2 {
    font-size: 3.125rem;
  }
}
@media (max-width: 48rem) {
  .main__new h2, .main__v2 h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 38.75rem) {
  .main__new h2, .main__v2 h2 {
    font-size: 2.125rem;
  }
}

@media (max-width: 38.75rem) {
  .hero,
  .hero-about,
  .atelier,
  .hero-partners,
  .page__body .main .hero-about {
    height: 47rem;
  }
  .hero .swiper,
  .hero-about .swiper,
  .atelier .swiper,
  .hero-partners .swiper,
  .page__body .main .hero-about .swiper {
    height: 47rem;
  }
}

.swiper-slide[data-theme=light] {
  color: var(--light-color);
}

.swiper-link:focus {
  outline: none;
}

.swiper-caption {
  width: 100%;
  font-size: 1.125rem;
  line-height: 167%;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

/* stylelint-disable */
/* stylelint-disable */
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  text-decoration: none;
}
@media (any-hover: hover) {
  .logo:hover {
    opacity: 0.4;
  }
}
.logo__picture--light {
  display: none;
}
.logo__image {
  width: 12.5rem;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}
.logo__image--lions {
  width: 8.875rem;
}
.logo__image--light {
  display: none;
}
@media (max-width: 60rem) {
  .logo__image {
    width: 10rem;
  }
}
@media (max-width: 48rem) {
  .logo__image {
    width: 8.75rem;
  }
}
@media (max-width: 38.75rem) {
  .logo__image {
    width: 6.25rem;
  }
}
.logo__slogan {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 143%;
  color: var(--main-color);
}

.button {
  font-family: var(--font-elements);
  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;
  font-size: 0.875rem;
  line-height: 143%;
  color: var(--light-color);
  background: var(--main-color);
  padding: 0.6875rem 1.5625rem 0.5625rem;
  min-width: 14.1875rem;
  min-height: 2.5rem;
  border-radius: 0;
  -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s, border 0.3s ease 0s;
  transition: background 0.3s ease 0s, color 0.3s ease 0s, border 0.3s ease 0s;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
.button__icon {
  stroke: var(--light-color);
  fill: var(--light-color);
  -webkit-transition: stroke 0.3s ease 0s, fill 0.3s ease 0s;
  transition: stroke 0.3s ease 0s, fill 0.3s ease 0s;
  margin-bottom: 0.1875rem;
}
.button__icon:first-child {
  margin-right: 0.5rem;
}
.button__icon:last-child {
  margin-left: 0.5rem;
}
.button__icon--down {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (any-hover: hover) {
  .button:hover {
    background-color: var(--accent-color);
  }
}
.button:focus {
  outline: none;
  background: var(--pressed-color);
}
.button--big {
  font-size: 1.375rem;
  padding: 1.3125rem 1.5625rem 1.0625rem;
  min-height: 4.375rem;
  background-image: url(/upload/demo/img/favicon.png);
  background-repeat: no-repeat;
  background-size: 2.8125rem 3.75rem;
  background-position: center;
}
@media (any-hover: hover) {
  .button--big:hover {
    background-position: center;
    background-size: 0 0;
  }
}
.button--big:focus {
  background-position: center;
  background-size: 0 0;
}
.button--big .button__icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-bottom: 0.3125rem;
}
.button--grey, .button--light {
  background-color: var(--second-color);
  background-image: none;
  color: var(--main-color);
  min-width: 0;
}
.button--grey .button__icon, .button--light .button__icon {
  stroke: var(--main-color);
  fill: var(--main-color);
}
@media (any-hover: hover) {
  .button--grey:hover, .button--light:hover {
    background: var(--main-color);
    color: var(--light-color);
  }
  .button--grey:hover .button__icon, .button--light:hover .button__icon {
    stroke: var(--light-color);
    fill: var(--light-color);
  }
}
.button--grey:focus, .button--light:focus {
  outline: none;
  background: #282828;
  color: var(--light-color);
}
.button--grey:focus .button__icon, .button--light:focus .button__icon {
  stroke: var(--light-color);
  fill: var(--light-color);
}
.button--light {
  background: var(--light-color);
}
.button--accent {
  background: var(--accent-color);
}
@media (any-hover: hover) {
  .button--accent:hover {
    background-color: var(--main-color);
  }
}
.button--accent:focus {
  background: var(--main-color);
}
.button--blur {
  min-width: 19.375rem;
  font-family: var(--font-title);
  font-size: 2.375rem;
  line-height: 126%;
  color: var(--main-color);
  padding: 1.4375rem 2.5rem 1.75rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(0.9375rem);
  -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
  text-transform: none;
  text-align: center;
}
.button--blur::after {
  content: "";
  display: block;
  width: 0rem;
  height: 1.25rem;
  background-image: url(/upload/demo/img/svg/arrow-btn-light.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 0.375rem;
  -webkit-transition: width 0.3s ease 0s, margin-left 0.3s ease 0s;
  transition: width 0.3s ease 0s, margin-left 0.3s ease 0s;
}
@media (any-hover: hover) {
  .button--blur:hover {
    background: rgba(0, 0, 0, 0.5);
    color: var(--light-color);
  }
  .button--blur:hover::after {
    width: 1.25rem;
    margin-left: 0.9375rem;
  }
}
.button--blur:focus {
  background: rgba(0, 0, 0, 0.5);
  color: var(--light-color);
}
.button--blur:focus::after {
  width: 1.25rem;
  margin-left: 0.9375rem;
}
@media (max-width: 38.75rem) {
  .button--blur {
    font-size: 1.75rem;
    min-width: 13.75rem;
    padding: 0.6875rem 1.5625rem;
  }
}
.button--blur::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.button--outline {
  background: transparent;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
.button--outline svg {
  stroke: var(--main-color);
}
@media (any-hover: hover) {
  .button--outline:hover {
    background: var(--main-color);
    color: var(--light-color);
  }
  .button--outline:hover svg {
    stroke: var(--light-color);
  }
}
.button--thin {
  padding-right: 0;
  padding-left: 0;
}

.burger {
  --burger-line-height: calc(1 / 16 * 1rem);
  position: relative;
  border: none;
  padding: 0;
  color: var(--light-line-color);
  background: transparent;
  cursor: pointer;
  min-height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 60rem) {
  .burger {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.burger__text {
  font-size: 1.125rem;
  padding-left: 2.5rem;
  font-family: var(--font-elements);
}
@media (max-width: 38.75rem) {
  .burger__text {
    display: none;
  }
}
.burger::before, .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1.5rem;
  border-radius: 0.75rem;
  height: var(--burger-line-height);
  background: currentColor;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.burger::before {
  top: 0.25rem;
}
.burger::after {
  top: calc(100% - 0.375rem);
}
.burger__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5rem;
  border-radius: 0.75rem;
  height: var(--burger-line-height);
  background: currentColor;
  -webkit-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.burger--active::before, .burger--active::after {
  width: 1.25rem;
  top: 50%;
}
.burger--active::before {
  left: -0.0625rem;
  -webkit-transform: rotate(45deg) translateY(calc(-50% + -0.0625rem / 2));
  -ms-transform: rotate(45deg) translateY(calc(-50% + -0.0625rem / 2));
  transform: rotate(45deg) translateY(calc(-50% + -0.0625rem / 2));
}
.burger--active::after {
  left: 0.0625rem;
  -webkit-transform: rotate(-45deg) translateY(calc(-50% + -0.0625rem / 2));
  -ms-transform: rotate(-45deg) translateY(calc(-50% + -0.0625rem / 2));
  transform: rotate(-45deg) translateY(calc(-50% + -0.0625rem / 2));
}
.burger--active .burger__line {
  -webkit-transform: scale(0) translateY(-50%) translateX(0);
  -ms-transform: scale(0) translateY(-50%) translateX(0);
  transform: scale(0) translateY(-50%) translateX(0);
  color: var(--accent-text-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.control {
  margin-bottom: 2.875rem;
}
@media (max-width: 60rem) {
  .control {
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 38.75rem) {
  .control {
    margin-bottom: 1.625rem;
  }
}
.control .title {
  font-family: var(--font-title);
  text-transform: uppercase;
  margin-bottom: 0;
  max-width: calc(100% - 20.625rem * 2);
}
@media (max-width: 90rem) {
  .control .title {
    max-width: 100%;
    margin-bottom: 2.3125rem;
  }
}
@media (max-width: 38.75rem) {
  .control .title {
    margin-bottom: 1.625rem;
  }
}

.title {
  font-family: var(--font-title);
  font-size: 3.75rem;
  line-height: 113%;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  max-width: 62.5rem;
  margin-bottom: 2.875rem;
}
@media (max-width: 48rem) {
  .title {
    font-size: 3.125rem;
    margin-bottom: 2.3125rem;
  }
}
@media (max-width: 38.75rem) {
  .title {
    font-size: 2.5rem;
    margin-bottom: 1.625rem;
  }
}
.title a {
  color: inherit;
}
.title--new {
  font-family: var(--font-title);
  text-transform: uppercase;
}
.title--h2 {
  font-size: 3.125rem;
  line-height: 120%;
  margin-bottom: 2.9375rem;
}
@media (max-width: 48rem) {
  .title--h2 {
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .title--h2 {
    font-size: 2.125rem;
    margin-bottom: 1.25rem;
  }
}

.subtitle {
  margin: 0;
  font-size: 1.5rem;
  line-height: 133%;
}
@media (max-width: 48rem) {
  .subtitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 38.75rem) {
  .subtitle {
    font-size: 1rem;
  }
}

.text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 167%;
}
@media (max-width: 38.75rem) {
  .text {
    font-size: 1rem;
    line-height: 150%;
  }
}

.label {
  position: relative;
}
.label.label--intl::before {
  display: none;
}
.label.label--intl .form__button {
  position: absolute;
  height: 100%;
  width: 2.5rem;
  left: 1.5625rem;
  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;
}
.label.label--intl .form__button::before {
  content: "";
  display: block;
  width: 1.125rem;
  height: 0.875rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.label.label--intl .form__button .button__icon {
  margin: 0;
  fill: var(--main-color);
}
.label.label--intl .form__button[data-country=RU]::before {
  background-image: url(/upload/demo/img/svg/ru.svg);
}
.label.label--intl .form__button[data-country=BY]::before {
  background-image: url(/upload/demo/img/svg/by.svg);
}
.label.label--intl .form__button[data-country=KZ]::before {
  background-image: url(/upload/demo/img/svg/kz.svg);
}
.label.label--intl .input {
  padding: 0.9375rem 1.5625rem 0.9375rem 5.375rem;
}
.label.label--clear .input {
  padding: 0.9375rem 1.5625rem 0.9375rem 1.5625rem;
}
.label::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  left: 1.5625rem;
  top: 1.4375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.label--user::before {
  background-image: url(/upload/demo/img/svg/icon-user.svg);
}
.label--tel::before {
  background-image: url(/upload/demo/img/svg/tel.svg);
}
.label--local::before {
  background-image: url(/upload/demo/img/svg/location.svg);
}
.label--search::before {
  background-image: url(/upload/demo/img/svg/icon-search.svg);
  width: 1.25rem;
  height: 1.25rem;
}
.label--lock.label--alert .input {
  color: var(--accent-color);
  border: 0.0625rem solid var(--accent-color);
}
.label--lock.label--alert::before {
  opacity: 1;
  background-image: url(/upload/demo/img/svg/lock-alert.svg);
}
.label--lock::before {
  background-image: url(/upload/demo/img/svg/lock.svg);
}
.label--text::before {
  background-image: url(/upload/demo/img/svg/pencil.svg);
}
.label--email::before {
  background-image: url(/upload/demo/img/svg/email.svg);
}
.label--list::before {
  background-image: url(/upload/demo/img/svg/list.svg);
}
.label--date::before {
  background-image: url(/upload/demo/img/svg/date.svg);
}
@media (any-hover: hover) {
  .label:hover::before {
    opacity: 1;
  }
}
.label:has(input:focus)::before {
  opacity: 1;
}
.label.label--active::before {
  opacity: 1;
}
.label__text {
  display: inline-block;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.625rem;
}
.label--nested {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 23.125rem;
}
@media (any-hover: hover) {
  .label--nested:hover .input {
    border: 0.0625rem solid rgba(0, 0, 0, 0.25);
  }
}
.label--nested .input {
  width: 100%;
  min-width: 0;
  padding: 0 1.5rem;
  background: var(--light-color);
  min-height: 3.125rem;
}
.label--nested .button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.3125rem;
}
.label--nested .button--light {
  border: 1px solid var(--main-color);
}
.label--sale .input:focus,
.label--sale .input.form__input--filled {
  border-color: transparent;
}
.label--sale:not(.label--active):has(.button:hover)::before {
  opacity: 0.3;
}
.label--sale:not(.label--active):has(.input:focus)::before {
  opacity: 1;
}
.label--sale::before {
  background-image: url(/upload/demo/img/svg/sale.svg);
}
.label--sale .button {
  min-width: 7.6875rem;
}
.label--success .button {
  background-color: var(--second-color);
  background-image: none;
  color: var(--main-color);
}
.label--success .button .button__icon {
  stroke: var(--main-color);
  fill: var(--main-color);
}
@media (any-hover: hover) {
  .label--success .button:hover {
    background: var(--main-color);
    color: var(--light-color);
  }
  .label--success .button:hover .button__icon {
    stroke: var(--light-color);
    fill: var(--light-color);
  }
}
.label--success .button:focus {
  outline: none;
  background: #282828;
  color: var(--light-color);
}
.label--success .button:focus .button__icon {
  stroke: var(--light-color);
  fill: var(--light-color);
}
.label--success .button__icon {
  display: none;
}
.label--error .input:focus,
.label--error .input.form__input--filled {
  border-color: var(--accent-color);
}
.label--error:before {
  background-image: url(/upload/demo/img/svg/sale-accent.svg);
}
.label--error .input {
  border: 0.0625rem solid var(--accent-color);
  color: var(--accent-color);
}

.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.0625rem solid transparent;
  background: var(--light-text-color);
  color: var(--dark-text-color);
  padding: 1.125rem 1.5625rem 1.125rem 2.8125rem;
  min-height: 3.75rem;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 143%;
  min-width: 16.25rem;
  resize: none;
}
.input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  -moz-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input::-webkit-search-decoration {
  display: none;
}
.input::-webkit-search-cancel-button {
  display: none;
}
.input::-webkit-search-results-button {
  display: none;
}
.input::-webkit-search-results-decoration {
  display: none;
}
.input::-webkit-calendar-picker-indicator {
  display: none;
}
.input::-moz-calendar-picker-indicator {
  display: none;
}
.input::-ms-clear {
  display: none;
}
@media (any-hover: hover) {
  .input:hover {
    outline: none;
    border: 0.0625rem solid rgba(0, 0, 0, 0.25);
  }
  .input:hover::-webkit-input-placeholder {
    color: var(--dark-text-color);
  }
  .input:hover::-moz-placeholder {
    color: var(--dark-text-color);
  }
  .input:hover:-ms-input-placeholder {
    color: var(--dark-text-color);
  }
  .input:hover::-ms-input-placeholder {
    color: var(--dark-text-color);
  }
  .input:hover::placeholder {
    color: var(--dark-text-color);
  }
}
.input:focus, .input.form__input--filled {
  outline: none;
  border: 0.0625rem solid rgba(0, 0, 0, 0.25);
}
.input:focus::-webkit-input-placeholder, .input.form__input--filled::-webkit-input-placeholder {
  color: var(--dark-text-color);
}
.input:focus::-moz-placeholder, .input.form__input--filled::-moz-placeholder {
  color: var(--dark-text-color);
}
.input:focus:-ms-input-placeholder, .input.form__input--filled:-ms-input-placeholder {
  color: var(--dark-text-color);
}
.input:focus::-ms-input-placeholder, .input.form__input--filled::-ms-input-placeholder {
  color: var(--dark-text-color);
}
.input:focus::placeholder, .input.form__input--filled::placeholder {
  color: var(--dark-text-color);
}

.select {
  font-family: var(--font-elements);
  font-size: 1.125rem;
}
.select::before {
  left: auto;
  right: 1.5625rem;
  width: 0.75rem;
  height: 1.125rem;
  opacity: 1;
  top: 1rem;
  background-image: url(/upload/demo/img/svg/arrow.svg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.select__content {
  display: none;
  position: absolute;
  top: calc(100% - 0.625rem);
  left: 0;
  width: 100%;
  background: var(--light-color);
  z-index: 10;
  padding: 0.625rem 1.5625rem;
}
.select.show::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.select.show .select__content {
  display: block;
}
.select__option {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.875rem;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (any-hover: hover) {
  .select__option:hover {
    color: var(--main-color);
  }
}
.select .form__input.input {
  font-size: 1.125rem;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  border-color: transparent;
  padding: 1.0625rem 2.6875rem 0.9375rem 1.5625rem;
}
.select .form__input.input::-webkit-input-placeholder {
  color: var(--main-color);
}
.select .form__input.input::-moz-placeholder {
  color: var(--main-color);
}
.select .form__input.input:-ms-input-placeholder {
  color: var(--main-color);
}
.select .form__input.input::-ms-input-placeholder {
  color: var(--main-color);
}
.select .form__input.input::placeholder {
  color: var(--main-color);
}
.checkbox {
  position: relative;
}
.checkbox--disabled, .checkbox:has(.checkbox__input:disabled) {
  pointer-events: none;
}
.checkbox--disabled .checkbox__box::before, .checkbox:has(.checkbox__input:disabled) .checkbox__box::before {
  background: #e8e8e8;
}
.checkbox--disabled .checkbox__input:checked + .checkbox__box::after, .checkbox:has(.checkbox__input:disabled) .checkbox__input:checked + .checkbox__box::after {
  opacity: 0.2;
}
.checkbox--disabled .checkbox__text, .checkbox:has(.checkbox__input:disabled) .checkbox__text {
  color: rgba(0, 0, 0, 0.4);
}
@media (any-hover: hover) {
  .checkbox:hover .checkbox__box::before {
    border: 0.0625rem solid var(--main-color);
  }
}
.checkbox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  border: none !important;
}
.checkbox__input:checked + .checkbox__box::after {
  opacity: 1;
}
.checkbox__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.checkbox__box::before {
  content: "";
  display: block;
  position: relative;
  left: 0;
  top: 0;
  border: 0.0625rem solid transparent;
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--light-color);
  -webkit-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s;
}
.checkbox__box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(/upload/demo/img/svg/check.svg);
  background-position: center;
  background-size: 0.875rem 0.9375rem;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.checkbox__box {
  position: relative;
  margin-right: 0.625rem;
}
.checkbox__text {
  font-size: 0.8125rem;
}
.checkbox__content {
  font-size: 0.875rem;
  line-height: 143%;
  color: var(--light-line-color);
}
.checkbox__link {
  color: inherit;
}

.radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.radio__label:not(:last-child) {
  margin-bottom: 0.625rem;
}
.radio__input {
  cursor: pointer;
  margin-right: 0.9375rem;
}
.radio__input:checked::after {
  border: 0.375rem solid var(--main-color);
  -webkit-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s;
}
.radio__input::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: var(--light-color);
  border-radius: 50%;
}
.radio__input::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 0px solid var(--main-color);
  border-radius: 50%;
}
.radio__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.radio__text {
  font-size: 0.875rem;
  line-height: 143%;
}
.radio__subtext {
  font-size: 13px;
  line-height: 143%;
  color: rgba(0, 0, 0, 0.5);
}
.radio__desc {
  margin: 0;
  font-size: 14px;
  line-height: 143%;
  color: rgba(0, 0, 0, 0.5);
}
.radio__desc:not(:last-child) {
  margin-bottom: 0.625rem;
}

.form__label:not(:last-child) {
  margin-bottom: 0.625rem;
}
.form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media (max-width: 38.75rem) {
  .form__body {
    margin-bottom: 1.0625rem;
  }
}
.form__body .form__descriptions {
  text-align: left;
  margin-left: 1.25rem;
}
.form__body .form__descriptions:not(:last-child) {
  margin-bottom: 0.875rem;
}
.form__descriptions {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 138%;
  text-align: center;
  margin-bottom: 2rem;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 38.75rem) {
  .form__descriptions {
    margin-bottom: 0.875rem;
  }
}
.form__descriptions a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .form__descriptions a:hover {
    color: var(--accent-color);
  }
}
.form__dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5625rem 0 0.6875rem;
  background-color: var(--bg-color);
  z-index: 10;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form__dropdown--hidden {
  display: none;
}
.form__option {
  padding: 0.5rem 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  text-align: left;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  font-size: 1rem;
}
@media (any-hover: hover) {
  .form__option:hover {
    color: rgba(0, 0, 0, 0.4);
  }
}
.form__option:first-child::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 1.125rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/upload/demo/img/svg/arrow.svg);
  margin-left: auto;
}
.form__option::before {
  content: "";
  display: block;
  width: 1.125rem;
  height: 0.875rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.625rem;
}
.form__option[data-country=RU]::before {
  background-image: url(/upload/demo/img/svg/ru.svg);
}
.form__option[data-country=BY]::before {
  background-image: url(/upload/demo/img/svg/by.svg);
}
.form__option[data-country=KZ]::before {
  background-image: url(/upload/demo/img/svg/kz.svg);
}
.form__data {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  position: sticky;
  top: calc(var(--header-height) + 2.5rem);
}
@media (max-width: 60rem) {
  .form__data {
    position: inherit;
    top: auto;
  }
}
.form__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  padding: 2.5rem;
  background: var(--bg-color);
}
@media (max-width: 60rem) {
  .form__main {
    gap: 0.625rem 1.25rem;
    padding: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .form__main {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding: 1.875rem 1.25rem;
  }
}
.form__other {
  background: var(--second-color);
  padding: 2.1875rem 2.5rem 2.8125rem;
}
@media (max-width: 48rem) {
  .form__other {
    padding: 1.5625rem 1.875rem 2.1875rem;
  }
}
@media (max-width: 38.75rem) {
  .form__other {
    padding: 1.875rem 1.25rem 2.1875rem;
  }
}
.form__row:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.form__caption {
  margin: 0;
  font-family: var(--font-elements);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 111%;
  margin-bottom: 1.25rem;
}
.form__radio-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.form__radio-list:not(:last-child) {
  margin-bottom: 2.1875rem;
}
@media (max-width: 38.75rem) {
  .form__radio-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.form__address {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 38.75rem) {
  .form__address {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.form__address .label {
  margin-bottom: 0;
}
.form__error {
  position: absolute;
  color: var(--accent-color);
  left: 0;
  font-size: 0.875rem;
  top: calc(100% + 0.3125rem);
}
@media (max-width: 60rem) {
  .form__error {
    font-size: 0.8125rem;
    top: calc(100% + 0.125rem);
  }
}

.swiper--main .swiper-slide {
  position: relative;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper--main .swiper-slide__play {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.swiper--main .swiper-slide__play .swiper__title {
  margin-bottom: 8.125rem;
}
@media (max-width: 48rem) {
  .swiper--main .swiper-slide__play .swiper__title {
    margin-bottom: 5.625rem;
  }
}
@media (max-width: 38.75rem) {
  .swiper--main .swiper-slide__play .swiper__title {
    margin-bottom: 4.75rem;
  }
}
.swiper--main .swiper-slide__play::before {
  display: none;
}
.swiper--main .swiper-slide:not(.play--light) .play__button {
  background-image: url(/upload/demo/img/svg/play.svg);
  background-color: rgba(255, 255, 255, 0.8);
}
.swiper--main .swiper-slide:not(.play--light) .play__button::before, .swiper--main .swiper-slide:not(.play--light) .play__button::after {
  border: 0.0625rem solid var(--light-color);
}
.swiper--main .swiper-slide:not(.play--light) .play__button--active {
  background-image: url(/upload/demo/img/svg/play-light.svg);
  background-color: rgba(255, 255, 255, 0.08);
}
.swiper--main .swiper-slide:not(.play--light) .play__button--active::before, .swiper--main .swiper-slide:not(.play--light) .play__button--active::after {
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
}
@media (any-hover: hover) {
  .swiper--main .swiper-slide:not(.play--light) .play__button:hover {
    background-image: url(/upload/demo/img/svg/play-light.svg);
    background-color: rgba(255, 255, 255, 0.08);
  }
  .swiper--main .swiper-slide:not(.play--light) .play__button:hover::before, .swiper--main .swiper-slide:not(.play--light) .play__button:hover::after {
    border: 0.0625rem solid rgba(255, 255, 255, 0.5);
  }
}
.swiper--main .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.7) 100%);
}
.swiper--main .swiper__logo {
  margin-bottom: 1rem;
}
@media (max-width: 38.75rem) {
  .swiper--main .swiper__logo {
    margin-bottom: 1.125rem;
  }
}
.swiper--main .swiper__title {
  margin: 0;
  font-family: var(--font-title);
  font-size: 3.125rem;
  line-height: 120%;
  text-align: center;
  z-index: 5;
}
@media (max-width: 48rem) {
  .swiper--main .swiper__title {
    font-size: 2.125rem;
  }
}
.swiper--main .swiper__subtitle {
  margin: 0;
  font-size: 1.5rem;
  line-height: 133%;
  text-align: center;
}
@media (max-width: 38.75rem) {
  .swiper--main .swiper__subtitle {
    font-size: 1.125rem;
    line-height: 144%;
  }
}
.swiper--main .swiper__picture {
  position: absolute;
  height: 100%;
  width: 100%;
}
.swiper--main .swiper__image,
.swiper--main .play__video {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-position: top center;
  object-position: top center;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper--main .play__button {
  z-index: 20;
}
.swiper--main .swiper__link {
  z-index: 10;
}
.swiper--main .swiper__link::before {
  position: absolute;
  content: "";
  display: block;
  inset: 0;
}
.swiper .swiper-pagination-bullet {
  background-image: url(/upload/demo/img/favicon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .swiper .swiper-pagination-bullet:hover:not(.swiper .swiper-pagination-bullet-active) {
    opacity: 0.5;
  }
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: 6rem;
  opacity: 0.5;
}
@media (max-width: 38.75rem) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    width: 4.1875rem;
  }
}
@media (any-hover: hover) {
  .swiper .swiper-button-next:hover,
  .swiper .swiper-button-prev:hover {
    opacity: 1;
  }
}
.swiper .swiper-button-next:focus,
.swiper .swiper-button-prev:focus {
  opacity: 1;
}
.swiper .swiper-button-prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.swiper .swiper-button-next:after,
.swiper .swiper-rtl .swiper-button-prev:after,
.swiper .swiper-button-prev:after,
.swiper .swiper-rtl .swiper-button-next:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/upload/demo/img/svg/arrow-btn-light.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.swiper--light .swiper-slide::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.6) 100%);
}
.swiper--light .swiper-pagination-bullet {
  background-image: url(/upload/demo/img/favicon-light.png);
}
.swiper-link {
  width: 100%;
}

:root {
  --swiper-pagination-bullet-size: calc(15 / 16 * 1rem);
  --swiper-pagination-bullet-height: calc(20 / 16 * 1rem);
  --swiper-pagination-color: transparent;
  --swiper-pagination-bullet-border: none;
  --swiper-pagination-bullet-horizontal-gap: calc(8 / 16 * 1rem);
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  --swiper-pagination-bottom: calc(60 / 16 * 1rem);
  --swiper-navigation-height: calc(70 / 16 * 1rem);
  --swiper-navigation-sides-offset: calc(20 / 16 * 1rem);
}
@media (max-width: 48rem) {
  :root {
    --swiper-pagination-bottom: calc(40 / 16 * 1rem);
  }
}
@media (max-width: 38.75rem) {
  :root {
    --swiper-pagination-bullet-horizontal-gap: calc(5 / 16 * 1rem);
    --swiper-pagination-bottom: calc(30 / 16 * 1rem);
    --swiper-navigation-sides-offset: calc(10 / 16 * 1rem);
  }
}

.play {
  width: 100%;
  height: 100%;
  position: relative;
  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;
}
.play__link,
.play > a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.play--active .play__button {
  opacity: 0;
}
@media (any-hover: hover) {
  .play:hover .play__button {
    background-image: url(/upload/demo/img/svg/play.svg);
    background-color: rgba(255, 255, 255, 0.8);
  }
  .play:hover .play__button::before, .play:hover .play__button::after {
    border: 0.0625rem solid var(--light-color);
  }
}
.play__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.play:has(video).play--active::before {
  opacity: 0;
}
@media (any-hover: hover) {
  .play:has(.play__button:hover)::before {
    opacity: 0;
  }
}
.play__button {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8.75rem;
  height: 8.75rem;
  background-image: url(/upload/demo/img/svg/play-light.svg);
  background-repeat: no-repeat;
  background-size: 3.125rem 3.125rem;
  background-position: 55% center;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(0.9375rem);
  border-radius: 100%;
  opacity: 1;
  -webkit-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 38.75rem) {
  .play__button {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.play__button::before, .play__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
}
.play__button::before {
  -webkit-animation: btnWave 1.5s infinite linear;
  animation: btnWave 1.5s infinite linear;
}
.play__button::after {
  -webkit-animation: btnWave 1.5s infinite linear 0.75s;
  animation: btnWave 1.5s infinite linear 0.75s;
}
.play--light .swiper__title {
  color: var(--light-color);
}

@-webkit-keyframes btnWave {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes btnWave {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.header--light + .main .breadcrumbs {
  color: var(--light-color);
}

.header--dark + .main .breadcrumbs {
  color: var(--main-color);
}

.breadcrumbs {
  position: relative;
  margin: 1rem 0 1.875rem;
  z-index: 5;
}
@media (max-width: 48rem) {
  .breadcrumbs {
    margin: 1.625rem 0 1.0625rem;
  }
}
@media (max-width: 38.75rem) {
  .breadcrumbs {
    margin: 1rem 0 1.4375rem;
  }
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8125rem;
  line-height: 154%;
}
@media (max-width: 38.75rem) {
  .breadcrumbs__item {
    font-size: 0.75rem;
  }
}
@media (max-width: 38.75rem) {
  .breadcrumbs__item:first-child {
    top: 0.1875rem;
  }
}
.breadcrumbs__item:first-child .breadcrumbs__link {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.breadcrumbs__item:first-child .breadcrumbs__link::before {
  content: "Главная";
}
.breadcrumbs__item:not(:first-child)::before {
  opacity: 0.3;
  content: "-";
  display: inline-block;
  margin-right: 0.625rem;
}
@media (max-width: 38.75rem) {
  .breadcrumbs__item:not(:first-child)::before {
    margin-right: 0.375rem;
  }
}
.breadcrumbs__item:not(:first-child) .breadcrumbs__link {
  opacity: 0.3;
}
@media (any-hover: hover) {
  .breadcrumbs__item:not(:first-child) .breadcrumbs__link:hover {
    opacity: 1;
  }
}
.breadcrumbs__item:not(:last-child) {
  margin-right: 0.625rem;
}
@media (max-width: 38.75rem) {
  .breadcrumbs__item:not(:last-child) {
    margin-right: 0.375rem;
  }
}
.breadcrumbs__item:last-child::before {
  opacity: 1;
}
.breadcrumbs__link {
  color: inherit;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.pages {
  position: relative;
  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;
  margin-bottom: 6.25rem;
}
@media (max-width: 60rem) {
  .pages {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 38.75rem) {
  .pages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 3.125rem;
  }
}
.pages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 38.75rem) {
  .pages__list {
    margin-bottom: 1.875rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
.pages__item {
  text-align: center;
  font-size: 1rem;
}
.pages__item:first-child {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 1.5625rem;
}
.pages__item:last-child {
  margin-left: 0.9375rem;
}
.pages__item:not(:last-child):not(.pages__item:first-child) {
  margin-right: 0.625rem;
}
@media (any-hover: hover) {
  .pages__item:not(.pages__item--active):not(.pages__item--dots):not(.pages__item--arrow):hover {
    background: var(--main-color);
  }
  .pages__item:not(.pages__item--active):not(.pages__item--dots):not(.pages__item--arrow):hover .pages__link {
    color: var(--light-color);
  }
}
.pages__item:not(.pages__item--arrow):not(.pages__item--dots) {
  width: 2.5rem;
  height: 2.5rem;
  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;
  text-align: center;
  border: 1px solid var(--main-color);
  -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
.pages__item--active {
  background: var(--main-color);
  color: var(--light-color);
}
.pages__item--arrow {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/upload/demo/img/svg/arrow-btn-dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .pages__item--arrow:hover {
    opacity: 0.5;
  }
}
.pages__item--dots {
  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;
  font-size: 1rem;
  text-align: center;
  height: 2.5rem;
}
@media (any-hover: hover) {
  .pages__item--dots:hover .pages__link {
    opacity: 0.5;
  }
}
.pages__item--dots .pages__link {
  top: -3px;
  position: relative;
}
.pages__link {
  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;
  font-size: inherit;
  color: var(--main-color);
  height: 100%;
  width: 100%;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
.pages__button {
  left: 0;
  position: absolute;
  min-width: 9.375rem;
  display: none;
}
@media (max-width: 48rem) {
  .pages__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: inherit;
    margin-right: 2.8125rem;
  }
}
@media (max-width: 38.75rem) {
  .pages__button {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.price {
  font-family: var(--font-family);
  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;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 0.625rem;
}
.price__sell {
  font-weight: 800;
  font-size: 1rem;
  color: var(--light-color);
  line-height: 133%;
  padding: 0.1875rem 0.625rem;
  background: var(--accent-color);
}
.price__cost {
  font-size: 1rem;
  line-height: 187%;
}
.price__cost--old {
  font-weight: 500;
  text-decoration: line-through;
  opacity: 0.5;
}

.card {
  position: relative;
  text-align: center;
}
@media (any-hover: hover) {
  .card:hover .card__title {
    opacity: 0.5;
  }
  .card:hover .swiper-pagination {
    opacity: 1;
  }
}
@media (any-hover: hover) and (min-width: 621px) {
  .card:hover .swiper-slide:first-child:not(:last-child) {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
}
.card__swiper {
  margin-bottom: 1.5625rem;
}
@media (min-width: 621px) {
  .card__swiper {
    z-index: 0;
  }
}
.card__swiper:has(.swiper-pagination-lock) {
  pointer-events: none;
}
@media (max-width: 38.75rem) {
  .card__swiper {
    margin-bottom: 1.0625rem;
    z-index: 5;
  }
}
.card__image {
  width: 26.25rem;
}
.card__image,
.card picture {
  margin: 0 auto;
}
.card__title {
  font-family: var(--font-family);
  margin: 0;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 160%;
  margin-bottom: 1.25rem;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (max-width: 38.75rem) {
  .card__title {
    font-size: 1rem;
  }
}
.card__link {
  color: inherit;
}
.card__link::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.card__remove, .card__heart {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  stroke-width: 0.125rem;
  stroke: var(--main-color);
  z-index: 10;
  -webkit-transition: stroke 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: stroke 0.3s ease 0s, opacity 0.3s ease 0s;
}
.card__remove svg, .card__heart svg {
  width: 1.5625rem;
  height: 1.5625rem;
}
@media (any-hover: hover) {
  .card__remove:hover, .card__heart:hover {
    opacity: 1;
  }
}
.card__remove:focus, .card__heart:focus {
  opacity: 1;
}
@media (max-width: 38.75rem) {
  .card__remove svg, .card__heart svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.card__heart {
  top: 0.3125rem;
  right: 0.3125rem;
  left: auto;
  opacity: 0.2;
}
.card__heart--active {
  opacity: 1;
  fill: var(--accent-color);
  color: var(--accent-color);
}
.card .swiper-pagination {
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (max-width: 48rem) {
  .card .swiper-pagination {
    opacity: 1;
  }
}
.card .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.card .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.3125rem;
}

.status {
  position: absolute;
  top: 0.9375rem;
  left: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 187%;
  padding: 0.3125rem 0.9375rem;
  text-align: center;
  background: var(--main-color);
  color: var(--light-color);
  pointer-events: none;
  z-index: 10;
}
.status--grey {
  background-color: var(--second-color);
  color: rgba(0, 0, 0, 0.4);
}

.browse__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media (max-width: 48rem) {
  .browse__list {
    gap: 1.25rem;
  }
}
@media (max-width: 38.75rem) {
  .browse__list {
    gap: 0.625rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.browse__item:first-child svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 0.625rem;
}
.browse__button {
  height: 3.75rem;
  background: var(--bg-color);
}
@media (any-hover: hover) {
  .browse__button:hover svg {
    opacity: 1;
  }
}
.browse__button:focus {
  opacity: 1;
}
.browse__button svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.625rem;
  opacity: 0.15;
}

.info {
  position: relative;
  font-size: 0.8125rem;
  line-height: 138%;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding-left: 1.875rem;
}
.info::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  right: 0;
  background-image: url(/upload/demo/img/svg/info.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 48rem) {
  .info::before {
    opacity: 0.15;
  }
}

.value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.value__discount {
  position: relative;
  font-weight: 800;
  font-size: 1rem;
  line-height: 120%;
  text-align: center;
  background: var(--accent-color);
  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;
  height: 1.625rem;
  padding: 0 0.5rem;
  color: var(--light-color);
  white-space: nowrap;
}
.value__discount::after {
  content: "";
  display: block;
  position: absolute;
  right: -0.75rem;
  top: 0;
  width: 0;
  height: 0;
  border-top: 0.8125rem solid transparent;
  border-bottom: 0.8125rem solid transparent;
  border-left: 0.75rem solid var(--accent-color);
}
.value__old {
  font-size: 1rem;
  line-height: 115%;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
@media (max-width: 38.75rem) {
  .value__old {
    font-size: 1.25rem;
    font-weight: 500;
  }
}
.value__price {
  font-size: 1.25rem;
  line-height: 115%;
  white-space: nowrap;
}
@media (max-width: 38.75rem) {
  .value__price {
    font-size: 1.25rem;
    font-weight: 500;
  }
}

.heart {
  position: absolute;
  top: 0;
  right: 0;
  stroke: var(--main-color);
  z-index: 10;
  -webkit-transition: stroke 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: stroke 0.3s ease 0s, opacity 0.3s ease 0s;
}
.heart--active {
  opacity: 1;
  fill: var(--accent-color);
  color: var(--accent-color);
}
@media (any-hover: hover) {
  .heart:hover {
    opacity: 1;
  }
}
.heart:focus {
  opacity: 1;
}
.heart__icon {
  width: 2.5rem;
  height: 2.5rem;
}

.simplebar-track.simplebar-vertical {
  background: rgba(0, 0, 0, 0.08);
  width: 0.0625rem;
  overflow: visible;
}
.simplebar-track.simplebar-vertical::before, .simplebar-track.simplebar-vertical::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.1875rem;
  height: 0.1875rem;
  z-index: 1;
  left: -0.0625rem;
  top: -0.3125rem;
  border-top: none;
  border-left: 0.09375rem solid transparent;
  border-right: 0.09375rem solid transparent;
  border-bottom: 0.1875rem solid var(--main-color);
}
.simplebar-track.simplebar-vertical::after {
  top: calc(100% + 0.125rem);
  border-bottom: none;
  border-top: 0.1875rem solid var(--main-color);
}

.simplebar-scrollbar {
  background: var(--main-color);
}

.simplebar-offset.scrollEnd::before {
  opacity: 0;
}
.simplebar-offset::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(85%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.9) 85%, #fff 100%);
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 0s;
  transition: opacity 0.6s ease 0s;
}

.simplebar-content-wrapper {
  padding-right: 0.625rem;
}
@media (max-width: 60rem) {
  .simplebar-content-wrapper {
    margin-right: 0;
  }
}

.swiper-button-next-blur,
.swiper-button-prev-blur {
  position: absolute;
  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: 4.0625rem;
  height: 2.8125rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
@media (any-hover: hover) {
  .swiper-button-next-blur:hover,
  .swiper-button-prev-blur:hover {
    background: var(--main-color);
  }
}
.swiper-button-next-blur::before,
.swiper-button-prev-blur::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/upload/demo/img/svg/arrow-btn-light.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.swiper-button-prev-blur {
  top: 0;
  bottom: auto;
}
.swiper-button-prev-blur::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon-confirmation {
  width: 6.25rem;
  height: 6.25rem;
  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: var(--bg-color);
  margin-bottom: 2.25rem;
}
.icon-confirmation svg {
  width: 3.75rem;
  height: 3.75rem;
}
@media (max-width: 38.75rem) {
  .icon-confirmation {
    width: 3.75rem;
    height: 3.75rem;
    margin-bottom: 1.25rem;
  }
  .icon-confirmation svg {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.blockquote__text {
  margin: 0;
  font-weight: 200;
  font-size: 3rem;
  line-height: 158%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 48rem) {
  .blockquote__text {
    font-size: 2.25rem;
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 38.75rem) {
  .blockquote__text {
    font-size: 2rem;
  }
}
.blockquote__author {
  margin: 0;
  display: block;
  font-size: 1.25rem;
  line-height: 167%;
  text-align: right;
  color: var(--main-color);
  width: 100%;
  font-style: italic;
}
.blockquote__author:not(:last-child) {
  margin-bottom: 3.125rem;
}
@media (max-width: 38.75rem) {
  .blockquote__author {
    font-size: 1rem;
  }
}

.tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.tags__item {
  margin-bottom: 1.25rem;
  margin-right: 0.9375rem;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 48rem) {
  .tags__item {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    height: 0;
    min-height: 0;
    overflow: hidden;
  }
  .tags__item:not(.tags__item--active) {
    padding: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .tags__item--active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    height: auto;
  }
}
.tags__button {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  pointer-events: none;
  height: 0;
  min-height: 0;
  overflow: hidden;
}
.tags__button:not(.tags__button--active) {
  padding: 0;
}
.tags__button {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 48rem) {
  .tags__button--active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    height: auto;
  }
}
.header {
  font-family: var(--font-header);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: var(--light-color);
  padding: 1.5625rem 0;
  -webkit-transition: padding-top 0.3s ease 0s, padding-bottom 0.3s ease 0s, background 0.3s ease 0s;
  transition: padding-top 0.3s ease 0s, padding-bottom 0.3s ease 0s, background 0.3s ease 0s;
}
@media (max-width: 48rem) {
  .header {
    padding: 1.25rem 0;
  }
}
@media (max-width: 38.75rem) {
  .header {
    padding: 0.625rem 0;
  }
}
.header .logo__svg {
  width: 15.9375rem;
  max-height: 2.375rem;
}
@media (max-width: 48rem) {
  .header .logo__svg {
    width: 13.75rem;
    max-height: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .header .logo__svg {
    width: 8.75rem;
    max-height: 1.625rem;
  }
}
.header--slim {
  background: var(--bg-color);
  padding: 0.9375rem 0;
}
@media (max-width: 48rem) {
  .header--slim {
    padding: 1.25rem 0;
  }
}
@media (max-width: 38.75rem) {
  .header--slim {
    padding: 0.625rem 0;
  }
}
.header--slim .logo__svg {
  width: 15rem;
}
@media (max-width: 48rem) {
  .header--slim .logo__svg {
    width: 12.5rem;
  }
}
@media (max-width: 38.75rem) {
  .header--slim .logo__svg {
    width: 9.375rem;
  }
}
.header--slim .header__container {
  -webkit-transition: min-height 0.3s ease 0s;
  transition: min-height 0.3s ease 0s;
}
.header.menu--active .header__aside, .header.search--active .header__aside {
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header.menu--active + .main .breadcrumbs, .header.search--active + .main .breadcrumbs {
  z-index: 5;
}
.header.menu--active .header__aside {
  -webkit-transition: opacity 0.3s ease 0s, background 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0s, background 0.3s ease 0.3s;
}
.header.search--active .header__aside {
  -webkit-transition: opacity 0.3s ease 0s, background 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, background 0.3s ease 0s;
}
@media (max-width: 60rem) {
  .header.search--active .header__aside {
    background: var(--bg-color);
    z-index: -1;
  }
}
.header__container {
  position: relative;
  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;
  min-height: 2.5rem;
}
@media (max-width: 60rem) {
  .header__container {
    min-height: 1.875rem;
  }
}
.header__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 38.75rem) {
  .header__bar:first-child {
    margin-right: 0.9375rem;
  }
}
.header__burger {
  display: none;
  margin-right: 0.375rem;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.header__burger.burger--hide {
  opacity: 0;
  visibility: hidden;
}
.header__burger.burger--active {
  z-index: 100;
}
@media (any-hover: hover) {
  .header__burger:hover {
    opacity: 0.4;
  }
}
@media (max-width: 60rem) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 38.75rem) {
  .header__burger {
    margin-right: 0.9375rem;
  }
}
.header__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--main-color);
}
.header__icon:not(:last-child) {
  margin-right: 1.75rem;
}
@media (max-width: 48rem) {
  .header__icon:not(:last-child) {
    margin-right: 1.25rem;
  }
}
@media (max-width: 38.75rem) {
  .header__icon:not(:last-child) {
    margin-right: 0.75rem;
  }
}
.header__icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--accent-text-color);
  -webkit-transition: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
}
@media (max-width: 38.75rem) {
  .header__icon svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.header__icon--location .header__text {
  max-width: 12.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 67.5rem) {
  .header__icon--location .header__text {
    max-width: 5rem;
  }
}
@media (max-width: 60rem) {
  .header__icon--location .header__text {
    display: none;
  }
}
.header__icon.search--active {
  z-index: 100;
}
@media (any-hover: hover) {
  .header__icon:hover:not(.header__icon--count) {
    opacity: 0.4;
  }
}
@media (any-hover: hover) {
  .header__icon--count:hover svg {
    fill: var(--accent-color);
  }
}
.header__detail {
  display: none;
  margin-left: 0.625rem;
}
@media (min-width: 64.0625rem) {
  .header__detail {
    display: inline;
  }
}
.header__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: auto;
}
.header__logo .logo__svg {
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}
@media (max-width: 38.75rem) {
  .header__logo + .header__bar {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__logo + .header__bar .header__link {
    margin-right: auto;
  }
}
.header__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font-header);
  font-size: 1.125rem;
  color: var(--main-color);
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (max-width: 38.75rem) {
  .header__link {
    top: 0.125rem;
  }
}
.header__link:not(:last-child) {
  margin-right: 3.125rem;
}
@media (max-width: 48rem) {
  .header__link:not(:last-child) {
    margin-right: 2.5rem;
  }
}
@media (max-width: 38.75rem) {
  .header__link:not(:last-child) {
    margin-right: 0rem;
  }
}
@media (any-hover: hover) {
  .header__link:hover {
    opacity: 0.4;
  }
}
.header__count {
  position: absolute;
  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;
  top: -0.1875rem;
  right: -0.3125rem;
  min-width: 0.875rem;
  font-weight: 900;
  font-size: 0.625rem;
  color: var(--light-color);
  font-variant-numeric: lining-nums;
  z-index: 1;
  padding: 0 0.125rem;
}
.header__count::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  padding-top: 100%;
  background: var(--main-color);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.header__count--fill::before {
  background: var(--accent-color);
}
.header__aside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 1;
  overflow: auto;
  width: 100%;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
@media (max-width: 60rem) {
  .header__aside {
    opacity: 0;
    width: 0;
    height: 0;
    background: var(--light-color);
  }
}
@media (max-width: 60rem) {
  .header__nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header__nav--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.header__text {
  font-size: 1.125rem;
  padding-left: 0.625rem;
  font-family: var(--font-header);
}
@media (max-width: 38.75rem) {
  .header__text {
    display: none;
  }
}

@media (min-width: 60.0625rem) {
  body:not(.disable-scroll) .header--light {
    background: transparent;
  }
  body:not(.disable-scroll) .header--light .logo__svg {
    fill: var(--light-color);
  }
}
@media (min-width: 60.0625rem) and (any-hover: hover) {
  body:not(.disable-scroll) .header--light .header__icon--count:hover svg {
    fill: var(--accent-color);
  }
}
@media (min-width: 60.0625rem) {
  body:not(.disable-scroll) .header--light .header__icon svg {
    fill: var(--light-color);
  }
  body:not(.disable-scroll) .header--light .header__burger,
  body:not(.disable-scroll) .header--light .header__icon,
  body:not(.disable-scroll) .header--light .header__link {
    color: var(--light-color);
  }
  body:not(.disable-scroll) .header--light .nav {
    background: transparent;
    color: var(--light-color);
  }
  body:not(.disable-scroll) .header--light .nav__list--second, body:not(.disable-scroll) .header--light .nav__item--full > .nav__list--second > .nav__item--active > .nav__list--third {
    background: transparent;
  }
  body:not(.disable-scroll) .header--light .nav__icon {
    fill: var(--light-color);
  }
  body:not(.disable-scroll) .header--light .nav__item--more > .nav__link::before {
    background: url(/upload/demo/img/sprite.svg#key-white) no-repeat center/contain;
  }
  body:not(.disable-scroll) .header--dark {
    background: transparent;
  }
  body:not(.disable-scroll) .header--dark .logo__svg {
    fill: var(--main-color);
  }
}
@media (min-width: 60.0625rem) and (any-hover: hover) {
  body:not(.disable-scroll) .header--dark .header__icon--count:hover svg {
    fill: var(--accent-color);
  }
}
@media (min-width: 60.0625rem) {
  body:not(.disable-scroll) .header--dark .header__icon svg {
    fill: var(--main-color);
  }
  body:not(.disable-scroll) .header--dark .header__burger,
  body:not(.disable-scroll) .header--dark .header__icon,
  body:not(.disable-scroll) .header--dark .header__link {
    color: var(--main-color);
  }
}

.search {
  display: none;
  position: fixed;
  width: calc(100% - var(--container-offset) * 2);
  max-width: 79.125rem;
  height: auto;
  top: calc(var(--header-height) + 5rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 60rem) {
  .search {
    top: var(--header-height);
  }
}
.search--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__form {
  width: 100%;
  background: var(--light-color);
}
.search__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  border-top: 0.0625rem solid var(--second-color);
}
.search__loading {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 10rem;
  min-height: 10rem;
  max-height: 10rem;
}
.search__loading.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: blink 1s infinite ease-in-out;
  animation: blink 1s infinite ease-in-out;
}
.search__loader {
  width: 3.125rem;
}
.search__label::before {
  top: 0rem;
  left: 3.375rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/upload/demo/img/svg/icon-search.svg);
}
@media (max-width: 60rem) {
  .search__label::before {
    left: 2.125rem;
  }
}
@media (max-width: 38.75rem) {
  .search__label::before {
    left: 1.5rem;
  }
}
.search__input {
  border: none;
  max-width: 100%;
  width: 100%;
  padding: 1.75rem 2.5rem 1.75rem 7.0625rem;
  font-size: 1.125rem;
}
@media (max-width: 60rem) {
  .search__input {
    padding: 1.75rem 1.875rem 1.75rem 5.8125rem;
  }
}
@media (max-width: 38.75rem) {
  .search__input {
    padding: 1.125rem 1.25rem 1.125rem 4.5625rem;
    font-size: 0.875rem;
  }
}
@media (any-hover: hover) {
  .search__input:hover {
    border: none;
  }
}
.search__input:focus, .search__input.form__input--filled {
  border: none;
}
.search__list {
  display: none;
  background: var(--light-color);
}
.search__list.show {
  display: block;
}
.search__list.show .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 60rem) {
  .search__list {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .search__list {
    margin-bottom: 1.25rem;
  }
}
.search__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5rem;
  padding: 0.625rem 2.5rem;
  font-size: 1rem;
  line-height: 143%;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
@media (max-width: 60rem) {
  .search__item {
    padding: 0.625rem 1.875rem 0.625rem 1.25rem;
  }
}
@media (max-width: 38.75rem) {
  .search__item {
    padding: 0.625rem 1.25rem 0.625rem 0.625rem;
  }
}
@media (any-hover: hover) {
  .search__item:hover {
    background: var(--bg-color);
  }
}
.search__item:not(:last-child) {
  border-bottom: 0.0625rem solid var(--second-color);
}
.search__image {
  width: 3.3125rem;
  height: 3.75rem;
  margin-right: 1.25rem;
}
@media (max-width: 38.75rem) {
  .search__image {
    margin-right: 0.625rem;
  }
}
.search__link {
  margin-right: auto;
  color: inherit;
}
@media (max-width: 38.75rem) {
  .search__link {
    font-size: 0.875rem;
  }
}
.search__link::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.search__price {
  margin-left: 1.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.search__button {
  display: none;
}
.search__button .button__icon {
  margin-bottom: 0.1875rem;
}
@media (max-width: 60rem) {
  .search__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav {
  margin-top: calc(var(--header-height) + var(--marquee-height));
  padding: 0.9375rem calc(var(--container-offset) + 2.8125rem) 1.875rem;
  pointer-events: auto;
  background: var(--light-color);
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
@media (max-width: 75rem) {
  .nav {
    padding: 0.9375rem calc(var(--container-offset)) 1.875rem;
  }
}
@media (max-width: 60rem) {
  .nav {
    margin-top: 0;
    height: 100%;
    padding: 4.375rem 1.5625rem 2.5rem 1.5625rem;
  }
}
.nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav__list--first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media (min-width: 60.0625rem) {
  .nav__list--first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 60rem) {
  .nav__list--first {
    gap: 1.25rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-height: initial;
  }
  .nav__list--first::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 48rem) {
  .nav__list--first {
    gap: 1.25rem;
  }
}
.nav__list--first > .nav__item {
  position: relative;
}
@media (min-width: 112.5rem) {
  .nav__list--first > .nav__item--full {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 60rem) {
  .nav__list--first > .nav__item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
@media (max-width: 60rem) {
  .nav__list--first > .nav__item {
    position: initial;
  }
}
@media (min-width: 60.0625rem) {
  .nav__item--full {
    justify-items: center;
  }
  .nav__item--full .nav__category {
    display: none;
  }
  .nav__item--full > .nav__list--second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: initial;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    min-width: 0;
    background: transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow: visible;
  }
  .nav__item--full > .nav__list--second {
    gap: 70px;
  }
}
@media (min-width: 60.0625rem) and (max-width: 1920px) {
  .nav__item--full > .nav__list--second {
    gap: calc(0px + 70 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 60.0625rem) {
  .nav__item--full > .nav__list--second > .nav__item {
    white-space: nowrap;
  }
}
@media (min-width: 60.0625rem) and (any-hover: hover) {
  .nav__item--full > .nav__list--second > .nav__item > .nav__link:hover {
    opacity: 0.5;
    text-decoration: underline;
  }
}
@media (min-width: 60.0625rem) {
  .nav__item--full > .nav__list--second > .nav__item--more {
    position: relative;
  }
  .nav__item--full > .nav__list--second > .nav__item--active > .nav__list--third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: -2.5rem;
    gap: 1.125rem;
    padding: 1.25rem 1.25rem 2.5rem 2.5rem;
    background: var(--light-color);
    -webkit-transform: translateY(1.875rem);
    -ms-transform: translateY(1.875rem);
    transform: translateY(1.875rem);
    min-width: 22.5rem;
    max-height: calc(100vh - var(--header-height) - var(--marquee-height) - var(--nav-height));
    height: auto;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
  }
  .nav__item--full > .nav__list--second > .nav__item--active > .nav__list--third::-webkit-scrollbar {
    display: none;
  }
  .nav__item--full > .nav__list--second > .nav__item--active > .nav__link {
    text-decoration: underline;
    opacity: 0.5;
    padding-left: 0;
  }
  .nav__item--full > .nav__list--second > .nav__item--active > .nav__link::before {
    display: none;
  }
  .nav__item--full .nav__list--third .nav__item:first-child {
    margin-top: 0;
  }
  .nav__item--full .nav__list--third .nav__item:last-child {
    margin-bottom: 0;
  }
  .nav__item--full .nav__link {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .nav__item--full .nav__list--third,
  .nav__item--full .nav__icon {
    display: none;
  }
}
@media (max-width: 75rem) {
  .nav__item--full .nav__link {
    font-size: 1.125rem;
  }
}
@media (max-width: 60rem) {
  .nav__item--full .nav__link {
    font-size: 1.25rem;
  }
}
.nav__item--more > .nav__link::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  left: 0;
  width: 1.625rem;
  height: 1.625rem;
  background: url(/upload/demo/img/sprite.svg#key) no-repeat center/contain;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .nav__item--more:hover > .nav__category {
    opacity: 0.5;
    text-decoration: underline;
  }
}
.nav__item--more.nav__item--active > .nav__category {
  opacity: 0.5;
  text-decoration: underline;
}
@media (max-width: 60rem) {
  .nav__item--more.nav__item--active > .nav__category {
    opacity: 1;
  }
}
.nav__item--more.nav__item--active > .nav__list--second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__item--more.nav__item--active > .nav__list--third {
  height: auto;
  max-height: 62.5rem;
}
.nav__item--more.nav__item--active > .nav__link {
  padding-left: 2.75rem;
}
.nav__item--more.nav__item--active > .nav__link::before {
  opacity: 1;
}
.nav__item--more.nav__item--active > .nav__link .nav__icon {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.nav__category {
  font-size: 1.25rem;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 75rem) {
  .nav__category {
    font-size: 1.125rem;
  }
}
@media (max-width: 60rem) {
  .nav__category {
    font-size: 1rem;
  }
}
.nav__list--second {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: -2.5rem;
  gap: 1.125rem;
  padding: 1.25rem 1.375rem 2.5rem 2.5rem;
  background: var(--light-color);
  -webkit-transform: translateY(1.875rem);
  -ms-transform: translateY(1.875rem);
  transform: translateY(1.875rem);
  min-width: 22.5rem;
  max-height: calc(100vh - var(--header-height) - var(--marquee-height) - var(--nav-height));
  height: auto;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.nav__list--second::-webkit-scrollbar {
  display: none;
}
@media (max-width: 60rem) {
  .nav__list--second {
    padding: 2.8125rem 1.375rem 2.5rem 1.5625rem;
    width: 100%;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    min-width: 0;
    left: 0;
    max-height: 100%;
    top: calc(var(--nav__list--first-height) + var(--header-height) + 2.8125rem);
  }
}
.nav__title {
  font-weight: 700;
  font-size: 1.25rem;
  color: inherit;
  margin-bottom: 0.125rem;
}
.nav__link {
  font-weight: 400;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  color: inherit;
  position: relative;
  -webkit-transition: padding-left 0.3s ease 0s;
  transition: padding-left 0.3s ease 0s;
}
.nav__icon {
  min-width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  margin-left: auto;
}
.nav__list--third {
  height: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s ease 0s;
  transition: max-height 1s ease 0s;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.125rem;
}
.nav__list--third .nav__item:first-child {
  margin-top: 2.5rem;
}
.nav__list--third .nav__item:last-child {
  margin-bottom: 1.25rem;
}

@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.marquee {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--light-color);
  z-index: 55;
  background: #e7e7e7;
}
.marquee--active {
  display: block;
}
.marquee--active + .header .search {
  top: calc(var(--header-height) + var(--marquee-height) + var(--nav-height));
}
@media (max-width: 60rem) {
  .marquee--active + .header .search {
    top: calc(var(--header-height) + var(--marquee-height));
  }
}
.marquee .пг {
  overflow: hidden;
}
.marquee__container {
  position: relative;
  background: url(../upload/demo/img/gift.png) no-repeat calc(50% - 18.75rem) center/contain;
}
@media (max-width: 60rem) {
  .marquee__container {
    background-position: calc(50% - 21.875rem) center;
    padding-right: calc(var(--container-offset) + 0.9375rem);
  }
}
@media (max-width: 38.75rem) {
  .marquee__container {
    background-position: calc(50% - 23.125rem) center;
    background-size: auto 100%;
  }
}
.marquee__body {
  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.625rem 2.5rem;
  white-space: nowrap;
  height: 7.5rem;
}
@media (max-width: 48rem) {
  .marquee__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 38.75rem) {
  .marquee__body {
    padding: 0.3125rem 0;
  }
}
.marquee__logo svg {
  max-width: 200px;
}
@media (any-hover: hover) {
  .marquee__logo:hover {
    opacity: 1;
    cursor: auto;
  }
}
@media (max-width: 38.75rem) {
  .marquee__logo svg {
    max-width: 9.375rem;
  }
}
.marquee__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
  width: auto;
}
@media (max-width: 48rem) {
  .marquee__marquee3k {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  .marquee__marquee3k:not(:last-child) {
    margin-right: 0;
  }
}
.marquee__date {
  opacity: 0.3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 48rem) {
  .marquee__date {
    justify-self: flex-end;
    margin-top: 0.3125rem;
    margin-right: 20px;
  }
}
.marquee__icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.marquee__time {
  font-family: var(--font-elements);
  font-size: 1rem;
  line-height: 125%;
}
@media (max-width: 38.75rem) {
  .marquee__time {
    font-size: 0.875rem;
  }
}
.marquee__content {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 12.5rem;
}
@media (max-width: 60rem) {
  .marquee__content {
    padding-left: 6.25rem;
  }
}
@media (max-width: 48rem) {
  .marquee__content {
    padding-left: 0;
  }
}
@media (max-width: 38.75rem) {
  .marquee__content {
    margin-left: -5rem;
    gap: 0;
  }
}
.marquee__title {
  font-family: var(--font-title);
  font-size: 3.125rem;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 60rem) {
  .marquee__title {
    font-size: 2.8125rem;
  }
}
@media (max-width: 48rem) {
  .marquee__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 38.75rem) {
  .marquee__title {
    font-size: 1.875rem;
  }
}
.marquee__title span {
  font-family: "Times New Roman", serif;
  font-size: 0.8em;
  margin-left: 0.2em;
}
.marquee__text {
  display: inline;
  margin: 0;
  font-weight: 400;
  font-size: 0.9375rem;
}
@media (max-width: 60rem) {
  .marquee__text {
    font-size: 0.875rem;
  }
}
@media (max-width: 48rem) {
  .marquee__text {
    font-size: 0.75rem;
  }
}
@media (max-width: 38.75rem) {
  .marquee__text {
    font-size: 0.625rem;
  }
}
.marquee__button {
  font-family: Manrope, sans-serif;
  text-transform: none;
  min-width: 0;
  min-height: 1.875rem;
  padding: 0.625rem 1.875rem 0.5rem 1.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1rem;
  position: absolute;
  right: var(--container-offset);
}
@media (max-width: 38.75rem) {
  .marquee__button {
    padding: 0.375rem 0.9375rem;
    font-size: 0.75rem;
  }
}
.marquee__button svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 38.75rem) {
  .marquee__button svg {
    display: none;
  }
}
.marquee__close {
  position: absolute;
  top: 0.625rem;
  right: calc(var(--container-offset) / 3);
  width: 1.25rem;
  height: 1.25rem;
  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 var(--main-color);
  margin: 0 auto;
}
@media (max-width: 60rem) {
  .marquee__close {
    right: calc(var(--container-offset) / 5);
  }
}
@media (max-width: 38.75rem) {
  .marquee__close {
    right: calc(var(--container-offset) / 10);
    top: 0.625rem;
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.marquee__close svg {
  stroke: var(--main-color);
  -webkit-transition: stroke 0.3s ease 0s;
  transition: stroke 0.3s ease 0s;
  width: 0.875rem;
  height: 0.875rem;
}
@media (max-width: 38.75rem) {
  .marquee__close svg {
    width: 0.625rem;
    height: 0.625rem;
  }
}
@media (any-hover: hover) {
  .marquee__close:hover svg {
    stroke: var(--accent-color);
  }
}
.marquee .marquee3k__copy > *:last-child {
  margin-right: 5rem;
}
@media (max-width: 38.75rem) {
  .marquee .marquee3k__copy > *:last-child {
    margin-right: 2.5rem;
  }
}

.hero__swiper::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(20%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.8) 100%);
}
@media (max-width: 60rem) {
  .hero .swiper__title {
    max-width: 18.75rem;
  }
}
@media (max-width: 48rem) {
  .hero .swiper__title {
    max-width: 12.5rem;
  }
}
.hero--section {
  position: relative;
}
.hero--section {
  height: 920px;
}
@media (max-width: 1920px) {
  .hero--section {
    height: calc(460px + 460 * (100vw - 375px) / 1545);
  }
}
.hero--section .container {
  height: 100%;
}
.hero--section .breadcrumbs {
  position: absolute;
  z-index: 5;
}
.hero--section .hero__picture {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero--section .hero__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 48rem) {
  .hero--great-russia .hero__picture img {
    -o-object-position: 66% 50%;
    object-position: 66% 50%;
  }
}

@media (max-width: 60rem) {
  .bestsellers__swiper.swiper--main {
    height: 33.75rem;
  }
}
@media (max-width: 38.75rem) {
  .bestsellers__swiper.swiper--main {
    height: 32.5rem;
  }
}
@media (max-width: 60rem) {
  .bestsellers .swiper__title {
    max-width: 18.75rem;
  }
}
@media (max-width: 48rem) {
  .bestsellers .swiper__title {
    max-width: 12.5rem;
  }
}
.bestsellers .swiper-pagination {
  opacity: 0;
  pointer-events: none;
}

.news__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 5.375rem 2.5rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 60rem) {
  .news__list {
    gap: 2.5rem 1.25rem;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 48rem) {
  .news__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 38.75rem) {
  .news__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
    margin-bottom: 2.875rem;
  }
}
.news__pages {
  margin-bottom: 10.9375rem;
}
@media (max-width: 60rem) {
  .news__pages {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 38.75rem) {
  .news__pages {
    margin-bottom: 5rem;
  }
}
.news--other {
  margin-bottom: 6rem;
}
@media (max-width: 60rem) {
  .news--other {
    margin-bottom: 5.6875rem;
  }
}
@media (max-width: 38.75rem) {
  .news--other {
    margin-bottom: 4.625rem;
  }
}
.news--other .news__list {
  margin-bottom: 0;
}
@media (max-width: 60rem) {
  .news--other .news__list {
    display: block;
  }
}
@media (max-width: 38.75rem) {
  .news--other .news__list {
    display: -ms-grid;
    display: grid;
  }
}

.article-news {
  font-family: var(--font-elements);
  position: relative;
  height: 100%;
}
.article-news__wrap, .article-news__play {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1.875rem;
  padding-top: 65%;
  overflow: hidden;
}
@media (max-width: 48rem) {
  .article-news__wrap, .article-news__play {
    margin-bottom: 1.625rem;
  }
}
.article-news .play__video {
  top: 0;
  position: absolute;
}
@media (max-width: 48rem) {
  .article-news__button-play {
    width: 6.875rem;
    height: 6.875rem;
    background-size: 2.5rem 2.5rem;
  }
}
.article-news__image,
.article-news picture {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.article-news__time {
  font-family: var(--font-header);
  display: inline-block;
  opacity: 0.3;
  font-size: 1.125rem;
  line-height: 111%;
  margin-bottom: 0.75rem;
  padding: 0;
}
@media (min-width: 64.0625rem) {
  .article-news__time {
    padding: 0 1.875rem;
  }
}
@media (max-width: 60rem) {
  .article-news__time {
    font-size: 1rem;
    line-height: 125%;
    margin-bottom: 0.3125rem;
  }
}
.article-news__title {
  margin: 0;
  font-family: var(--font-family);
  line-height: 127%;
  font-weight: 400;
  padding: 0;
  font-size: 1.5rem;
  word-break: break-word;
}
@media (min-width: 64.0625rem) {
  .article-news__title {
    padding: 0 1.875rem;
    font-size: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .article-news__title {
    font-size: 1.25rem;
  }
}
.article-news__label {
  opacity: 0;
  position: absolute;
  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;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 111%;
  text-align: center;
  backdrop-filter: blur(0.9375rem);
  background: rgba(255, 255, 255, 0.1);
  margin: 1.875rem;
  padding: 1.5625rem 0 1.25rem;
  width: calc(100% - 1.875rem * 2);
  color: var(--light-color);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (max-width: 60rem) {
  .article-news__label {
    width: calc(100% - 1.25rem * 2);
    margin: 1.25rem;
  }
}
.article-news__label::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(/upload/demo/img/svg/arrow-btn-light.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.625rem;
  margin-bottom: 0.25rem;
  -webkit-transition: width 0.3s ease 0s, margin-left 0.3s ease 0s;
  transition: width 0.3s ease 0s, margin-left 0.3s ease 0s;
}
.article-news__link::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
@media (any-hover: hover) {
  .article-news:hover .article-news__label {
    opacity: 1;
  }
}

.news-details {
  margin-bottom: 4.5625rem;
}
@media (max-width: 48rem) {
  .news-details {
    margin-bottom: 3.8125rem;
  }
}
@media (max-width: 38.75rem) {
  .news-details {
    margin-bottom: 3.6875rem;
  }
}
@media (max-width: 38.75rem) {
  .news-details__title {
    font-size: 1.5rem;
  }
}
.news-details__swiper {
  margin-bottom: 2.125rem;
}
@media (max-width: 38.75rem) {
  .news-details__swiper {
    margin-bottom: 1.5rem;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.news-details__image {
  width: 100%;
  height: calc((100vw - var(--container-offset) * 2 - 1.25rem * 2) / 3 * 1.4136125654);
}
@media (max-width: 48rem) {
  .news-details__image {
    height: 28.125rem;
  }
}
@media (max-width: 38.75rem) {
  .news-details__image {
    height: 29.375rem;
  }
}
.news-details__content {
  max-width: 79.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 4.375rem;
}
@media (max-width: 48rem) {
  .news-details__content {
    margin-bottom: 2.625rem;
  }
}
@media (max-width: 38.75rem) {
  .news-details__content {
    margin-bottom: 1.8125rem;
  }
}
.news-details__time {
  font-family: var(--font-elements);
  font-size: 1.5rem;
  line-height: 117%;
  text-align: center;
  opacity: 0.3;
  padding-bottom: 1.75rem;
  border-bottom: 0.0625rem solid var(--second-color);
  margin-bottom: 4rem;
}
@media (max-width: 48rem) {
  .news-details__time {
    margin-bottom: 2.75rem;
  }
}
@media (max-width: 38.75rem) {
  .news-details__time {
    padding-bottom: 1.125rem;
    margin-bottom: 1.9375rem;
  }
}
.showroom {
  margin-bottom: 6.25rem;
}
@media (max-width: 38.75rem) {
  .showroom {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64.0625rem) {
  .showroom__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16.6875rem 16.6875rem 1fr;
    grid-template-columns: 1fr 16.6875rem 16.6875rem 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 2.5rem;
  }
}
.showroom__content {
  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;
  margin-bottom: 3.4375rem;
}
@media (min-width: 64.0625rem) {
  .showroom__content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    margin-bottom: 0;
  }
}
.showroom__title {
  margin-bottom: 1.1875rem;
}
@media (max-width: 48rem) {
  .showroom__title {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 38.75rem) {
  .showroom__title {
    margin-bottom: 1.125rem;
  }
}
.showroom__text {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 38.75rem) {
  .showroom__text {
    margin-bottom: 2.1875rem;
  }
}
.showroom__button {
  min-width: 16.6875rem;
}
.showroom .swiper {
  height: 29.375rem;
}
@media (min-width: 64.0625rem) {
  .showroom .swiper {
    height: auto;
  }
}
.showroom__slide {
  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;
}
@media (min-width: 64.0625rem) {
  .showroom__slide:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .showroom__slide:nth-child(3) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .showroom__slide:nth-child(6) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.showroom__image,
.showroom picture {
  width: 100%;
  height: 100%;
}

.brands .container--wide:last-child {
  margin-bottom: 7.5rem;
}
@media (max-width: 48rem) {
  .brands .container--wide:last-child {
    margin-bottom: 5rem;
  }
}
.brands__list {
  margin-bottom: 3.125rem;
}
@media (max-width: 48rem) {
  .brands__item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .brands__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.brands__item:nth-child(even) .article-brands__head {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 48rem) {
  .brands__item:nth-child(even) .article-brands__head {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.brands__item:nth-child(even) .article-brands__logo {
  right: 100%;
}
@media (max-width: 1700px) {
  .brands__item:nth-child(even) .article-brands__logo {
    right: 50%;
  }
}
.article-brands {
  background: var(--bg-color);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (minmax(33.75rem, 1fr))[1];
  grid-template-rows: repeat(1, minmax(33.75rem, 1fr));
}
@media (max-width: 48rem) {
  .article-brands {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (minmax(25rem, 1fr))[1];
    grid-template-rows: repeat(1, minmax(25rem, 1fr));
  }
}
@media (max-width: 38.75rem) {
  .article-brands {
    -ms-grid-rows: (minmax(12.1875rem, 1fr))[1];
    grid-template-rows: repeat(1, minmax(12.1875rem, 1fr));
  }
}
.article-brands__head {
  position: relative;
}
.article-brands__content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 35rem;
  padding: 3.125rem 3.75rem;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 48rem) {
  .article-brands__content {
    padding: 5.625rem 3.75rem 3.125rem;
  }
}
@media (max-width: 38.75rem) {
  .article-brands__content {
    padding: 3.125rem 1.25rem 1.875rem;
  }
}
.article-brands__image,
.article-brands picture {
  width: 100%;
  height: 100%;
}
.article-brands__logo {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  width: 22.5rem;
  height: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.25rem 3.125rem;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(15px);
}
@media (any-hover: hover) {
  .article-brands__logo:hover {
    opacity: 1;
  }
}
@media (max-width: 1700px) {
  .article-brands__logo {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
@media (max-width: 48rem) {
  .article-brands__logo {
    top: 100%;
  }
}
@media (max-width: 38.75rem) {
  .article-brands__logo {
    width: 14.375rem;
    height: 7.5rem;
    padding: 1.25rem 2.1875rem;
  }
}
.article-brands__logo picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.article-brands__logo .logo__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.article-brands__text:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media (max-width: 38.75rem) {
  .article-brands__text:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.article-brands__button {
  min-width: 10rem;
}
.article-brands__branding {
  margin-bottom: 1.5625rem;
}
@media (max-width: 48rem) {
  .article-brands__brand {
    max-width: 10rem;
  }
}
@media (max-width: 38.75rem) {
  .article-brands__brand {
    max-width: 8.75rem;
  }
}

.main__new .article-brands__content {
  max-width: 50rem;
}

@media (max-width: 1024px) {
  .choose {
    padding-bottom: 5rem;
  }
}
@media (max-width: 60rem) {
  .choose {
    padding-bottom: 3.75rem;
  }
}
.choose__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 48rem) {
  .choose__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .choose__row:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .choose__row:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 60rem) {
  .choose__row .choose__picture {
    overflow: hidden;
  }
}
.choose__picture {
  width: 55%;
}
@media (max-width: 1600px) {
  .choose__picture {
    width: 50%;
  }
}
@media (max-width: 48rem) {
  .choose__picture {
    width: 100%;
  }
}
.choose__picture picture {
  display: block;
  height: 100%;
}
.choose__image {
  width: 100%;
  height: 100%;
}
.choose__content {
  width: 45%;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem 2.25rem 5.625rem;
  border: 0.0625rem solid var(--main-color);
}
@media (max-width: 1600px) {
  .choose__content {
    width: 50%;
  }
}
@media (max-width: 90rem) {
  .choose__content {
    padding: 3.125rem;
  }
}
@media (max-width: 48rem) {
  .choose__content {
    width: 100%;
    padding: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .choose__content {
    padding: 1.25rem 1.25rem 1.875rem;
  }
}
.choose__title.title {
  margin: 0;
  width: 100%;
  max-width: 100%;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: 6.875rem;
  line-height: 112%;
  text-transform: uppercase;
  margin-bottom: 11.25rem;
}
@media (max-width: 1600px) {
  .choose__title.title {
    font-size: 5.625rem;
  }
}
@media (max-width: 90rem) {
  .choose__title.title {
    font-size: 4.375rem;
    margin-bottom: 5.625rem;
  }
}
@media (max-width: 1024px) {
  .choose__title.title {
    font-size: 3.125rem;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 48rem) {
  .choose__title.title {
    font-size: 3.75rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .choose__title.title {
    font-size: 2.75rem;
  }
}
.choose .choose__text {
  max-width: 42.5rem;
}
.choose .choose__text:not(:last-child) {
  margin-bottom: 3.75rem;
}
@media (max-width: 60rem) {
  .choose .choose__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.choose__button {
  font-family: "Manrope", sans-serif;
  text-transform: none;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
}
.choose__button .button__icon {
  margin-bottom: 0;
  margin-left: 1.875rem;
  width: 1rem;
  height: 1rem;
}

@media (max-width: 48rem) {
  .main__new:has(.atelier) {
    margin-top: 0;
  }
}

.atelier {
  margin-bottom: 4.6875rem;
}
@media (max-width: 48rem) {
  .atelier {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 38.75rem) {
  .atelier {
    margin-bottom: 3.125rem;
  }
}
.atelier__breadcrumbs {
  position: absolute;
}
@media (max-width: 48rem) {
  .atelier__breadcrumbs {
    margin-top: calc(var(--header-height) + 1.625rem);
  }
}
@media (max-width: 38.75rem) {
  .atelier__breadcrumbs {
    margin-top: calc(var(--header-height) + 1rem);
  }
}
.atelier__wrap {
  position: absolute;
  width: 100%;
  max-width: 43.75rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(0.9375rem);
  padding: 2.25rem 3.5rem 2rem;
}
@media (max-width: 48rem) {
  .atelier__wrap {
    max-width: 21.5rem;
    padding: 1.5625rem 1.5625rem 2rem;
  }
}
@media (max-width: 38.75rem) {
  .atelier__wrap {
    max-width: 17.8125rem;
    padding: 1.25rem 1.875rem 1.875rem;
  }
}
.atelier__title {
  margin-bottom: 1.375rem;
}
@media (max-width: 48rem) {
  .atelier__title {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 38.75rem) {
  .atelier__title {
    margin-bottom: 0.25rem;
  }
}
.main__new .atelier {
  position: relative;
}
.main__new .atelier::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(5%, rgba(0, 0, 0, 0.6)), color-stop(20%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 5%, rgba(255, 255, 255, 0) 20%);
  z-index: 5;
  pointer-events: none;
}
.main__new .atelier__wrap {
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  margin-top: 2.5rem;
}
@media (max-width: 60rem) {
  .main__new .atelier__wrap {
    margin-top: 1.25rem;
  }
}
@media (min-width: 64.0625rem) {
  .main__new .atelier__title {
    font-size: 6rem;
    margin-bottom: 2.5rem;
  }
}

.steps {
  margin-bottom: 3.75rem;
}
@media (max-width: 48rem) {
  .steps {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 38.75rem) {
  .steps {
    margin-bottom: 3.75rem;
  }
}
.steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.steps__item {
  width: 100%;
  max-width: calc((100% - 2.5rem * 2) / 3);
  margin-bottom: 2.5rem;
}
@media (max-width: 60rem) {
  .steps__item {
    max-width: calc((100% - 3.125rem) / 2);
  }
  .steps__item:not(:nth-child(2n)):not(:last-child) {
    margin-right: 50px;
  }
}
@media (max-width: 38.75rem) {
  .steps__item {
    max-width: 100%;
  }
  .steps__item:not(:nth-child(2n)):not(:last-child) {
    margin-right: 0;
  }
}
@media (min-width: 961px) {
  .steps__item:not(:nth-child(3n)) {
    margin-right: 2.5rem;
  }
  .steps__item:not(:nth-child(3n)):last-child {
    margin-right: 0;
    margin-left: 0;
  }
  .steps__item:not(:nth-child(3n)):nth-last-child(2):not(:nth-child(3n+2)) {
    margin-right: 3.4375rem;
    margin-left: 0;
  }
  .steps__item:not(:nth-child(3n)):nth-last-child(2) + .steps__item:not(:nth-child(3n)) {
    margin-right: 0;
    margin-left: 3.4375rem;
  }
}
.steps__head, .steps__play {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 90%;
  overflow: hidden;
}
@media (max-width: 60rem) {
  .steps__head, .steps__play {
    padding-top: 18.75rem;
  }
}
@media (max-width: 48rem) {
  .steps__head, .steps__play {
    padding-top: 56%;
  }
}
.steps__image, .steps picture, .steps .play__video {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.steps__head, .steps__play {
  margin-bottom: 1.875rem;
}
@media (max-width: 38.75rem) {
  .steps__head, .steps__play {
    margin-bottom: 1.0625rem;
  }
}
@media (min-width: 64.0625rem) {
  .steps__content {
    padding: 0 1.875rem;
  }
}
@media (max-width: 90rem) {
  .steps__content {
    padding: 0;
  }
}
@media (max-width: 60rem) {
  .steps__content {
    padding: 0 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .steps__content {
    padding: 0;
  }
}
.steps__caption {
  font-family: var(--font-title);
  margin: 0;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 127%;
  margin-bottom: 0.6875rem;
}
@media (max-width: 38.75rem) {
  .steps__caption {
    font-size: 1.5rem;
    margin-bottom: 0.375rem;
  }
}
.steps__text {
  opacity: 0.6;
}
.steps__play {
  height: auto;
}

.main__new .steps__caption {
  font-family: var(--font-title);
  text-transform: uppercase;
}

.gallery {
  margin-bottom: 5rem;
}
@media (max-width: 48rem) {
  .gallery {
    margin-bottom: 0;
  }
}
.gallery__container {
  position: relative;
  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;
}
.gallery__title {
  position: absolute;
  margin-bottom: 0;
  z-index: 5;
}
.gallery__title .button {
  font-size: inherit;
}
.gallery__list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (minmax(45rem, 1fr))[1];
  grid-template-rows: repeat(1, minmax(45rem, 1fr));
}
@media (max-width: 48rem) {
  .gallery__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (minmax(31.25rem, 1fr))[1];
    grid-template-rows: repeat(1, minmax(31.25rem, 1fr));
  }
}
@media (max-width: 38.75rem) {
  .gallery__list {
    -ms-grid-rows: (minmax(29.375rem, 1fr))[1];
    grid-template-rows: repeat(1, minmax(29.375rem, 1fr));
  }
}
.gallery__link {
  width: 100%;
  height: 100%;
}
.gallery__item {
  display: none;
}
.gallery__item:nth-child(1), .gallery__item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 48rem) {
  .gallery__item:nth-child(2) {
    display: none;
  }
}
.gallery__image,
.gallery picture {
  width: 100%;
  height: 100%;
}
.gallery .swiper {
  height: 37.5vw;
  min-height: 45rem;
}
@media (max-width: 60rem) {
  .gallery .swiper {
    height: 48.75rem;
    min-height: 0;
  }
}
@media (max-width: 38.75rem) {
  .gallery .swiper {
    height: 33.75rem;
  }
}
.gallery .swiper .swiper-button-next:before,
.gallery .swiper .swiper-rtl .swiper-button-prev:before,
.gallery .swiper .swiper-button-prev:before,
.gallery .swiper .swiper-rtl .swiper-button-next:before {
  background-image: url(/upload/demo/img/lion.png);
}
.gallery .swiper .swiper-button-next:after,
.gallery .swiper .swiper-rtl .swiper-button-prev:after,
.gallery .swiper .swiper-button-prev:after,
.gallery .swiper .swiper-rtl .swiper-button-next:after {
  background-image: url(/upload/demo/img/arrow-btn-light.svg);
}

.main__new .gallery {
  margin-bottom: 7.5rem;
}
@media (max-width: 48rem) {
  .main__new .gallery {
    margin-bottom: 5.625rem;
  }
}
@media (max-width: 38.75rem) {
  .main__new .gallery {
    margin-bottom: 3.75rem;
  }
}
.main__new .gallery__title {
  color: var(--light-color);
  text-transform: none;
  pointer-events: none;
}

.call {
  background-image: url(/upload/demo/img/logo-bg.png);
  background-repeat: no-repeat;
  background-size: 64.375rem 32.5rem;
  background-position: center bottom;
  padding: 4.6875rem 0 6.875rem;
}
.call__container {
  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;
}
.call__title {
  margin-bottom: 1.4375rem;
}
@media (max-width: 38.75rem) {
  .call__title {
    margin-bottom: 1.125rem;
  }
}
.call__subtitle {
  max-width: 55rem;
  margin-bottom: 2.8125rem;
  text-align: center;
}
@media (max-width: 48rem) {
  .call__subtitle {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 38.75rem) {
  .call__subtitle {
    margin-bottom: 2.125rem;
  }
}
.call__button {
  margin-bottom: 2.8125rem;
}
@media (max-width: 48rem) {
  .call__button {
    margin-bottom: 2.625rem;
  }
}
@media (max-width: 38.75rem) {
  .call__button {
    margin-bottom: 1.75rem;
  }
}
.call__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 48rem) {
  .call__list {
    -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;
  }
}
.call__item {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.call__item:not(:last-child) {
  margin-right: 3.125rem;
}
@media (max-width: 48rem) {
  .call__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.125rem;
  }
}
@media (max-width: 38.75rem) {
  .call__item {
    max-width: 16.25rem;
  }
}
.call__item--num {
  white-space: nowrap;
  font-size: 1.125rem;
}
.call__item--num .call__icon {
  margin-top: 0.4375rem;
}
.call__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
  margin-top: 0.375rem;
}
.call__link {
  font-size: inherit;
  font-weight: 500;
  line-height: 187%;
  color: var(--main-color);
}

.main__new .call {
  background-image: url(/upload/demo/img/logo_bg.png);
  margin-bottom: 3.75rem;
}
.main__new .call__button {
  background-image: none;
}
@media (max-width: 60rem) {
  .main__new .call {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 38.75rem) {
  .main__new .call {
    margin-bottom: 1.25rem;
  }
}

.favourites__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2.5rem;
  margin-bottom: 4.75rem;
}
.favourites__list > * {
  -ms-grid-column-align: center;
  justify-self: center;
}
@media (max-width: 93.75rem) {
  .favourites__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 60rem) {
  .favourites__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.25rem;
  }
}
@media (max-width: 48rem) {
  .favourites__list {
    gap: 2.625rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 48rem) {
  .favourites__item {
    max-width: 26.25rem;
  }
}
.favourites__card .swiper-pagination-bullet {
  background-image: none;
  width: 25%;
  border-radius: 0;
  border-bottom: 0.0625rem solid var(--main-color);
  opacity: 0.1;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.favourites__card .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (any-hover: hover) {
  .favourites__card .swiper-pagination-bullet:hover {
    opacity: 0.5;
  }
}
.favourites .pages__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.favourites .swiper-slide {
  width: 100% !important;
}

.catalog .title {
  font-family: var(--font-title);
  text-transform: uppercase;
}
.catalog__swiper.swiper--main {
  width: calc(100% + var(--container-offset) * 2);
  height: 100%;
  min-height: 100%;
  margin-top: calc(var(--breadcrumbs-height) * -1);
  margin-right: calc(var(--container-offset) * -1);
  margin-left: calc(var(--container-offset) * -1);
}
.catalog__swiper.swiper--main:not(:last-child) {
  margin-bottom: 5.3125rem;
}
@media (max-width: 38.75rem) {
  .catalog__swiper.swiper--main:not(:last-child) {
    margin-bottom: 2.8125rem;
  }
}
.catalog__swiper.swiper--main .swiper-slide {
  height: auto;
}
.catalog__swiper.swiper--main .swiper__picture, .catalog__swiper.swiper--main .swiper__image {
  position: relative;
}
.catalog__swiper.swiper--main .swiper__image {
  -o-object-fit: contain;
  object-fit: contain;
}
.catalog__swiper.swiper--main .swiper-horizontal > .swiper-pagination-bullets, .catalog__swiper.swiper--main .swiper-pagination-bullets.swiper-pagination-horizontal, .catalog__swiper.swiper--main .swiper-pagination-custom, .catalog__swiper.swiper--main .swiper-pagination-fraction {
  bottom: 1.25rem;
}
.catalog__description {
  font-size: 1.5rem;
  text-align: center;
  color: #06070c;
  max-width: 68.625rem;
  margin: 0 auto;
}
.catalog__description:not(:last-child) {
  margin-bottom: 4.8125rem;
}
@media (max-width: 38.75rem) {
  .catalog__description {
    font-size: 1.25rem;
  }
  .catalog__description:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.catalog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2.5rem;
  margin-bottom: 4.75rem;
}
.catalog__list.catalog__list--grid {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 3.75rem;
}
@media (max-width: 93.75rem) {
  .catalog__list.catalog__list--grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 60rem) {
  .catalog__list.catalog__list--grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem 2.625rem;
  }
}
@media (max-width: 48rem) {
  .catalog__list.catalog__list--grid {
    gap: 2.625rem;
  }
}
.catalog__list.catalog__list--grid .card__image {
  width: 55rem;
}
.catalog__list.catalog__list--grid .card__icon {
  width: 2.5rem;
  height: 2.5rem;
}
@media (max-width: 48rem) {
  .catalog__list.catalog__list--grid .card__icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.catalog__list > * {
  -ms-grid-column-align: center;
  justify-self: center;
}
@media (max-width: 93.75rem) {
  .catalog__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 60rem) {
  .catalog__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.25rem;
  }
}
@media (max-width: 48rem) {
  .catalog__list {
    gap: 2.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 38.75rem) {
  .catalog__list {
    gap: 1.25rem 0.625rem;
  }
}
.catalog__list:last-child {
  margin-bottom: 7.5rem;
}
@media (max-width: 48rem) {
  .catalog__list:last-child {
    margin-bottom: 5rem;
  }
}
@media (max-width: 48rem) {
  .catalog__item {
    max-width: 26.25rem;
  }
}
.catalog__card {
  cursor: pointer;
}
.catalog__card .swiper-pagination-bullet {
  background-image: none;
  width: 25%;
  border-radius: 0;
  border-bottom: 0.0625rem solid var(--main-color);
  opacity: 0.1;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.catalog__card .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (any-hover: hover) {
  .catalog__card .swiper-pagination-bullet:hover {
    opacity: 0.5;
  }
}
.catalog__card .swiper-slide {
  width: 100% !important;
}
.catalog .pages__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog .checkbox__text {
  font-size: 0.875rem;
  margin-right: auto;
}
@media (max-width: 38.75rem) {
  .catalog .checkbox__text {
    font-size: 1rem;
  }
}
.catalog .sections__item-columns {
  margin-bottom: 5rem;
}
@media (max-width: 60rem) {
  .catalog .sections__item-columns {
    margin-bottom: 3.75rem;
  }
}
.catalog .sections__item-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
@media (max-width: 112.5rem) {
  .catalog .sections__item-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 93.75rem) {
  .catalog .sections__item-list {
    gap: 3.75rem;
  }
}
@media (max-width: 75rem) {
  .catalog .sections__item-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 48rem) {
  .catalog .sections__item-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
.catalog .sections__item-element picture,
.catalog .sections__item-element img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.catalog .sections__item-link {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (any-hover: hover) {
  .catalog .sections__item-link:hover .sections__button {
    background: rgba(0, 0, 0, 0.5);
    color: var(--light-color);
  }
  .catalog .sections__item-link:hover .sections__button::after {
    width: 1.25rem;
    margin-left: 0.9375rem;
  }
}
.catalog .sections__item-link:focus .sections__button {
  background: rgba(0, 0, 0, 0.5);
  color: var(--light-color);
}
.catalog .sections__item-link:focus .sections__button::after {
  width: 1.25rem;
  margin-left: 0.9375rem;
}
.catalog .sections__button {
  position: absolute;
  padding: 1.4375rem 1.25rem 1.75rem;
}
@media (max-width: 38.75rem) {
  .catalog .sections__button {
    padding: 0.6875rem 0.625rem;
  }
}
.catalog__content {
  margin-bottom: 6.25rem;
}
@media (max-width: 60rem) {
  .catalog__content {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 38.75rem) {
  .catalog__content {
    margin-bottom: 3.125rem;
  }
}
.catalog__content h1, .catalog__content h2, .catalog__content h3, .catalog__content h4 {
  font-family: var(--font-title);
}

.control {
  position: relative;
}
.control__bar {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  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;
  z-index: 20;
}
@media (max-width: 90rem) {
  .control__bar {
    position: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.control__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: var(--font-elements);
  font-weight: 400;
  color: inherit;
}
@media (any-hover: hover) {
  .control__button:hover {
    opacity: 0.4;
  }
}
.control__button:not(:first-child) {
  margin-left: 1.875rem;
}
@media (max-width: 38.75rem) {
  .control__button:not(:first-child) {
    margin-left: 1.5625rem;
  }
}
.control__button:first-child {
  margin-right: auto;
}
.control__button::before {
  content: "";
  display: block;
  margin-top: -0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.75rem;
}
@media (max-width: 38.75rem) {
  .control__button::before {
    margin-right: 0.625rem;
  }
}
@media (max-width: 38.75rem) {
  .control__button#button-filter span {
    display: none;
  }
}
.control__button#button-filter::before {
  background-image: url(/upload/demo/img/svg/filter.svg);
}
.control__button--active#button-filter::before {
  background-image: url(/upload/demo/img/svg/close.svg);
}
.control__button#button-sort-price::before, .control__button#button-sort-popularity::before {
  background-image: url(/upload/demo/img/svg/sorting.svg);
}
.control__button--reverse::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 48rem) {
  .control__button#button-view {
    display: none;
  }
}
.control__button#button-view::before {
  background-image: url(/upload/demo/img/svg/grid-2x2.svg);
  margin-right: 0;
}
@media (max-width: 60rem) {
  .control__button#button-view::before {
    background-image: url(/upload/demo/img/svg/grid-1x1.svg);
  }
}
.control__button--active#button-view::before {
  background-image: url(/upload/demo/img/svg/grid-4x4.svg);
}
@media (max-width: 93.75rem) {
  .control__button--active#button-view::before {
    background-image: url(/upload/demo/img/svg/grid-3x3.svg);
  }
}
@media (max-width: 60rem) {
  .control__button--active#button-view::before {
    background-image: url(/upload/demo/img/svg/grid-2x2.svg);
  }
}
.control__form {
  display: none;
}
.control__form--active {
  display: block;
}

.form-control {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 5.25rem;
  left: 0;
  background: var(--bg-color);
  padding: 2.8125rem 3.125rem 3.125rem;
}
@media (max-width: 60rem) {
  .form-control {
    top: 3.125rem;
    padding: 2.1875rem 1.875rem 2.5rem;
  }
}
@media (max-width: 48rem) {
  .form-control {
    margin-right: calc(var(--container-offset) * -1);
    margin-left: calc(var(--container-offset) * -1);
    width: calc(100% + var(--container-offset) * 2);
  }
}
@media (max-width: 38.75rem) {
  .form-control {
    top: 2.8125rem;
    padding: 2.1875rem 1.25rem 2.5rem;
  }
}
.form-control__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  margin-right: -3.125rem;
}
@media (max-width: 60rem) {
  .form-control__body {
    margin-right: -1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .form-control__body {
    margin-right: 0;
  }
}
.form-control__fieldset {
  float: left;
  border: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 13.0625rem;
  margin-bottom: 1.875rem;
  margin-right: 3.125rem;
}
@media (max-width: 60rem) {
  .form-control__fieldset {
    margin-right: 1.875rem;
  }
}
@media (max-width: 48rem) {
  .form-control__fieldset {
    margin-right: 0;
    width: calc(100% - var(--container-offset));
  }
}
@media (max-width: 38.75rem) {
  .form-control__fieldset {
    width: 100%;
  }
}
.form-control__legend {
  font-family: var(--font-elements);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 111%;
  margin-bottom: 0.9375rem;
}
@media (max-width: 60rem) {
  .form-control__legend {
    margin-bottom: 0.625rem;
  }
}
.form-control__checkbox:not(:last-child) {
  margin-bottom: 0.625rem;
}
.form-control__bottom {
  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;
}
.form-control__button {
  min-width: 0;
}
@media (max-width: 38.75rem) {
  .form-control__button {
    width: 100%;
  }
  .form-control__button:not(:last-child) {
    margin-right: 1.25rem;
  }
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.checkbox__count {
  font-weight: 500;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 0.625rem;
}
@media (max-width: 38.75rem) {
  .checkbox__count {
    font-size: 1rem;
  }
}
.checkbox__icon {
  margin-right: 0.625rem;
}

.search-details__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2.5rem;
  margin-bottom: 4.75rem;
}
.search-details__list > * {
  -ms-grid-column-align: center;
  justify-self: center;
}
@media (max-width: 93.75rem) {
  .search-details__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 60rem) {
  .search-details__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.25rem;
  }
}
@media (max-width: 48rem) {
  .search-details__list {
    gap: 2.625rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 48rem) {
  .search-details__item {
    max-width: 26.25rem;
  }
}
.search-details .pages__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-details .swiper-slide {
  width: 100% !important;
}

.boutiques__list {
  margin-bottom: 3.75rem;
}
@media (max-width: 48rem) {
  .boutiques__list {
    margin-bottom: 3.125rem;
  }
}
.boutiques__item {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--bg-color);
}
@media (max-width: 60rem) {
  .boutiques__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.boutiques__item:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 48rem) {
  .boutiques__item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .boutiques__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.boutiques__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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 3.75rem 3.75rem 5rem;
}
@media (min-width: 64.0625rem) {
  .boutiques__box {
    padding: 3.75rem 3.75rem 5rem 5rem;
  }
}
@media (max-width: 60rem) {
  .boutiques__box {
    padding: 2.5rem 3.75rem 2.8125rem;
  }
}
@media (max-width: 60rem) {
  .boutiques__box {
    padding: 2rem 1.25rem 2.1875rem;
  }
}
.boutiques__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
@media (max-width: 60rem) {
  .boutiques__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
}
.boutiques__content {
  margin-right: 1.875rem;
  max-width: 21.375rem;
}
.boutiques__content:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media (max-width: 60rem) {
  .boutiques__content {
    margin-right: 0;
    max-width: 100%;
  }
}
.boutiques__content .boutiques__title {
  text-align: left;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 127%;
  margin-bottom: 1.8125rem;
}
@media (max-width: 60rem) {
  .boutiques__content .boutiques__title {
    text-align: center;
  }
}
@media (max-width: 48rem) {
  .boutiques__content .boutiques__title {
    margin-bottom: 1.1875rem;
  }
}
@media (max-width: 38.75rem) {
  .boutiques__content .boutiques__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.boutiques__content picture, .boutiques__content .boutiques__logo {
  display: inline-block;
}
.boutiques__content picture:not(:last-child), .boutiques__content .boutiques__logo:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 38.75rem) {
  .boutiques__content picture:not(:last-child), .boutiques__content .boutiques__logo:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
.boutiques__content .boutiques__logo {
  height: auto;
}
@media (max-width: 38.75rem) {
  .boutiques__content .boutiques__logo {
    max-width: 11.25rem;
  }
}
.boutiques__text:not(:last-child) {
  margin-bottom: 0.3125rem;
}
@media (max-width: 48rem) {
  .boutiques__text {
    font-size: 1rem;
  }
}
.boutiques__button {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: auto;
}
@media (max-width: 60rem) {
  .boutiques__button {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}
.boutiques__wrap {
  width: 46%;
  position: relative;
  right: 0;
  padding-top: 21%;
}
@media (max-width: 60rem) {
  .boutiques__wrap {
    width: 100%;
    padding-top: 0;
  }
}
.boutiques__gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(12.5rem, 33%) 1fr;
  grid-template-columns: minmax(12.5rem, 33%) 1fr;
  -ms-grid-rows: 50% 50%;
  grid-template-rows: 50% 50%;
}
@media (max-width: 60rem) {
  .boutiques__gallery {
    position: inherit;
    display: block;
  }
}
.boutiques__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.boutiques__slide:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.boutiques__play,
.boutiques picture, .boutiques__image {
  height: 100%;
  width: 100%;
}
.boutiques .play__button {
  width: 6.25rem;
  height: 6.25rem;
  background-size: 2.5rem 2.5rem;
}
.boutiques .swiper {
  height: 29.375rem;
}
@media (max-width: 38.75rem) {
  .boutiques .swiper {
    height: 26.25rem;
  }
}

.contact-boutiques {
  max-width: 20.4375rem;
  width: 100%;
}
@media (max-width: 60rem) {
  .contact-boutiques {
    max-width: 100%;
  }
}
.contact-boutiques__item {
  background: var(--light-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 1rem;
  line-height: 187%;
  color: var(--main-color);
  padding: 0.8125rem 1.875rem 0.75rem;
  min-height: 2.5rem;
  width: 100%;
  white-space: nowrap;
}
.contact-boutiques__item--phone {
  font-size: 1.125rem;
}
@media (max-width: 60rem) {
  .contact-boutiques__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.contact-boutiques__item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.contact-boutiques__icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.625rem;
}
.contact-boutiques__link {
  color: inherit;
}

.map {
  position: relative;
  width: 100%;
  height: 45.625rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 38.75rem) {
  .map {
    height: 28.125rem;
  }
}
@media (max-width: 60rem) {
  .map {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 38.75rem) {
  .map {
    margin-bottom: 3.125rem;
  }
}
.map__marker {
  -webkit-transform: translate(-50%, calc(-100% - 0.3125rem)) rotate(-135deg);
  -ms-transform: translate(-50%, calc(-100% - 0.3125rem)) rotate(-135deg);
  transform: translate(-50%, calc(-100% - 0.3125rem)) rotate(-135deg);
  width: 2.5rem;
  height: 2.5rem;
  background: var(--main-color);
  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: 0 100% 100% 100%;
  cursor: pointer;
}
.map__address {
  background: var(--main-color);
  color: var(--light-color);
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  z-index: 999999;
  white-space: nowrap;
  pointer-events: none;
}
.map img {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 1.0625rem;
  height: 1.40625rem;
}
.map__circle {
  cursor: pointer;
}
.map__circle-content {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.125rem;
  height: 3.125rem;
  background-image: url(/upload/demo/img/pages.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  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;
}
.map__circle-text {
  margin-top: 0.5rem;
  color: var(--light-color);
}
.map__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  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;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in 0s;
  transition: opacity 0.6s ease-in 0s;
}
.map__overlay.touch {
  opacity: 1;
}
@media (any-hover: hover) {
  .map__overlay:hover {
    opacity: 1;
  }
}
.map__overlay p {
  text-align: center;
  pointer-events: none;
}

.main__new .boutiques__item {
  background: transparent;
}
@media (max-width: 38.75rem) {
  .main__new .boutiques__item {
    margin-bottom: 1.875rem;
  }
}
.main__new .boutiques__box {
  border: 0.0625rem solid var(--main-color);
  border-right: 0;
}
@media (max-width: 60rem) {
  .main__new .boutiques__box {
    border-right: 0.0625rem solid var(--main-color);
    border-top: 0;
  }
}
@media (max-width: 38.75rem) {
  .main__new .boutiques__box {
    padding: 1.875rem 1.25rem;
  }
}
.main__new .boutiques__wrap {
  padding-top: 18%;
}
@media (max-width: 60rem) {
  .main__new .boutiques__wrap {
    padding-top: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.main__new .boutiques__gallery {
  display: block;
}
.main__new .boutiques__image {
  background: var(--bg-color);
}
.main__new .boutiques__content .boutiques__title {
  text-transform: none;
}
.main__new .boutiques__content .title {
  font-size: 1.875rem;
}
@media (max-width: 38.75rem) {
  .main__new .boutiques__content .title {
    font-size: 1.5rem;
  }
}
.main__new .boutiques__content .text {
  font-size: 1rem;
}
.main__new .boutiques__button {
  min-width: 11.25rem;
}
.main__new .boutiques__button:not(:last-child) {
  margin-bottom: 0.875rem;
}
.main__new .boutiques__button:has(+ .boutiques__row) {
  margin-bottom: 2.5rem;
}
.main__new .boutiques .contact-boutiques__item {
  padding: 0;
}
.main__new .boutiques .contact-boutiques__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 90rem) {
  .main__new .boutiques .contact-boutiques__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.main__new .boutiques .contact-boutiques__item--phone {
  font-size: 1rem;
}
.main__new .boutiques .button--light {
  border: 0.0625rem solid var(--main-color);
}
.main__new .boutiques h2 {
  font-size: 3.125rem;
}
@media (max-width: 48rem) {
  .main__new .boutiques h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 38.75rem) {
  .main__new .boutiques h2 {
    font-size: 2.125rem;
  }
}
@media (max-width: 38.75rem) {
  .main__new .contact-boutiques__item {
    min-height: 0rem;
  }
}
.main__new .map .ymaps3x0--map-container {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.error {
  background-image: url("/upload/demo/img/404-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  padding: 8.125rem 0;
}
@media (max-width: 60rem) {
  .error {
    background-image: url("/upload/demo/img/404-bg-mobile.png");
    background-position: bottom center;
    padding: 4.375rem 0 29.375rem;
  }
}
@media (max-width: 38.75rem) {
  .error {
    padding: 3.125rem 0 17.5rem;
  }
}
.error__image {
  width: 100%;
  max-width: 34.1875rem;
  margin-bottom: 2.6875rem;
}
@media (max-width: 38.75rem) {
  .error__image {
    margin-bottom: 1.8125rem;
  }
}
.error__title {
  margin-bottom: 1rem;
  text-align: left;
}
@media (max-width: 38.75rem) {
  .error__title {
    text-align: center;
  }
}
.error__text {
  margin-bottom: 3.125rem;
}
@media (max-width: 38.75rem) {
  .error__text {
    margin-bottom: 2.5rem;
    text-align: center;
  }
}
.error__button .button__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 38.75rem) {
  .error__button {
    width: 100%;
  }
}

.graph-modal {
  background-color: transparent;
  -webkit-transition: none;
  transition: none;
}
.graph-modal.is-open {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.3s ease 0.3s;
  transition: background-color 0.3s ease 0.3s;
}
.graph-modal .fade,
.graph-modal .fade.animate-open {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.graph-modal .icon-confirmation {
  margin: 0 auto;
  margin-bottom: 2.1875rem;
  width: 5rem;
  height: 5rem;
}
.graph-modal .icon-confirmation svg {
  width: 2.5rem;
  height: 2.5rem;
}
.graph-modal .title {
  line-height: 116%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.graph-modal .title:not(:last-child) {
  margin-bottom: 2.5rem;
}
.graph-modal .title {
  font-size: 32px;
}
@media (max-width: 1920px) {
  .graph-modal .title {
    font-size: calc(24px + 8 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 48rem) {
  .graph-modal .title {
    margin-bottom: 1.625rem;
  }
}
.graph-modal .title--new {
  font-size: 1.5rem;
}
.graph-modal .subtitle {
  font-size: 1rem;
  line-height: 137%;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.graph-modal .subtitle:not(:last-child) {
  margin-bottom: 2.5rem;
}
.graph-modal .form {
  max-width: 100%;
  margin: 0 auto;
}
.graph-modal .form__body {
  margin-bottom: 23px;
}
@media (max-width: 1920px) {
  .graph-modal .form__body {
    margin-bottom: calc(14px + 9 * (100vw - 375px) / 1545);
  }
}
.graph-modal .form__label:not(:last-child), .graph-modal .form__checkbox:not(:last-child) {
  margin-bottom: 23px;
}
@media (max-width: 1920px) {
  .graph-modal .form__label:not(:last-child), .graph-modal .form__checkbox:not(:last-child) {
    margin-bottom: calc(14px + 9 * (100vw - 375px) / 1545);
  }
}
.graph-modal .label textarea {
  min-height: 10rem;
}
.graph-modal .label::before {
  display: none;
}
.graph-modal .input, .graph-modal .select .form__input.input {
  width: 100%;
  min-width: 0;
  background: transparent;
  border-color: var(--main-color);
  padding: 0.375rem 1.125rem;
  min-height: 2.1875rem;
  font-size: 1rem;
}
.graph-modal .input::-webkit-input-placeholder, .graph-modal .select .form__input.input::-webkit-input-placeholder {
  font-size: 1rem;
}
.graph-modal .input::-moz-placeholder, .graph-modal .select .form__input.input::-moz-placeholder {
  font-size: 1rem;
}
.graph-modal .input:-ms-input-placeholder, .graph-modal .select .form__input.input:-ms-input-placeholder {
  font-size: 1rem;
}
.graph-modal .input::-ms-input-placeholder, .graph-modal .select .form__input.input::-ms-input-placeholder {
  font-size: 1rem;
}
.graph-modal .input::placeholder, .graph-modal .select .form__input.input::placeholder {
  font-size: 1rem;
}
.graph-modal .button {
  width: 100%;
  min-width: 0;
}
.graph-modal__picture:not(:last-child) {
  margin-bottom: 0.875rem;
}
.graph-modal__picture img {
  width: 100%;
}

.graph-modal__container {
  border-radius: 0;
  max-width: 40rem;
  width: 100%;
  padding: 2.125rem 3.75rem;
}
@media (max-width: 38.75rem) {
  .graph-modal__container {
    max-width: 25rem;
    width: 90%;
    padding: 2.125rem 1rem 1rem;
  }
}
.graph-modal__container--message {
  width: 40rem;
}
@media (max-width: 48rem) {
  .graph-modal__container--message {
    width: 90%;
  }
}
.graph-modal__container--message .form {
  max-width: 100%;
}
.graph-modal__container--message .label--text .input {
  min-height: 10rem;
}
.graph-modal__container--basket {
  position: absolute;
  right: var(--container-offset);
  top: var(--header-height);
  width: auto;
  min-width: 28.375rem;
  max-width: 90%;
  padding: 2.875rem 4.0625rem 4.0625rem;
}
@media (max-width: 48rem) {
  .graph-modal__container--basket {
    padding: 2.5rem 1.25rem 3.125rem;
  }
}
@media (max-width: 38.75rem) {
  .graph-modal__container--basket {
    min-width: 0;
    right: 0;
    left: 0;
  }
}
.graph-modal__container--basket .title {
  font-size: 1.875rem;
  line-height: 127%;
  text-align: left;
  margin-bottom: 0.875rem;
}
@media (max-width: 38.75rem) {
  .graph-modal__container--basket .title {
    font-size: 1.5rem;
    text-align: center;
  }
}
.graph-modal__container--order {
  padding: 2.5rem 3.75rem 3.125rem;
  background: var(--bg-color);
  width: 40rem;
}
@media (max-width: 48rem) {
  .graph-modal__container--order {
    width: 90%;
    padding: 2.125rem 1.25rem 2.1875rem;
  }
}
.graph-modal__container .city-form .label--search:not(:last-child) {
  margin-bottom: 1.25rem;
}
.graph-modal__container .city-form .label--search::before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: auto;
  right: 1.25rem;
}
.graph-modal__container .city-form .label--search .input {
  padding: 1.125rem 1.5625rem;
}
.graph-modal__container .city-form .form__radio-list {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.graph-modal__container .city-form .city-item .radio__input {
  position: absolute;
}
.graph-modal__container .city-form .city-item .radio__input::before, .graph-modal__container .city-form .city-item .radio__input::after {
  display: none;
}
.graph-modal__container .city-form .city-item .radio__input:checked ~ .radio__name {
  color: var(--accent-color);
}
.graph-modal__container[data-graph-target=bonus] {
  max-width: 31.25rem;
  padding: 2.1875rem 2.5rem;
}
@media (max-width: 38.75rem) {
  .graph-modal__container[data-graph-target=bonus] {
    padding: 1.5625rem 1.25rem;
  }
}
.graph-modal__container[data-graph-target=bonus] .title {
  line-height: 127%;
  letter-spacing: 0.12em;
}
.graph-modal__container[data-graph-target=bonus] .title:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.graph-modal__container[data-graph-target=bonus] .text {
  text-align: center;
}
.graph-modal__container[data-graph-target=bonus] .text:not(:last-child) {
  margin-bottom: 2.5rem;
}
.graph-modal__container[data-graph-target=bonus] .button {
  min-height: 3.75rem;
}
.graph-modal__container .checkbox__box::before {
  border-color: var(--main-color);
}
.graph-modal__container .checkbox__text {
  font-size: 0.6875rem;
}
.graph-modal__container .checkbox__text a {
  color: inherit;
}
.graph-modal__container .select {
  font-family: "Manrope", sans-serif;
  border: 1px solid var(--main-color);
  overflow: hidden;
  font-size: 1rem;
}
.graph-modal__container .select::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  width: 1rem;
  height: 1rem;
  background: url(/upload/demo/img/sprite.svg#arrow);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.graph-modal__container .select.show::after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.graph-modal__container .select.show .select__content {
  height: auto;
}
.graph-modal__container .select .form__input.input {
  text-transform: none;
  border-color: transparent;
}
.graph-modal__container .select__content {
  display: block;
  position: initial;
  height: 0;
  padding: 0 1.125rem;
}
.graph-modal__container .select__option {
  margin-bottom: 0.375rem;
}
.graph-modal__container .select__option:last-child {
  margin-bottom: 0.75rem;
}
.graph-modal__container .button {
  font-family: "Manrope", sans-serif;
  min-height: 4.375rem;
  text-transform: none;
  padding: 0.625rem 1.5625rem;
}
.graph-modal__container .button {
  font-size: 22px;
}
@media (max-width: 1920px) {
  .graph-modal__container .button {
    font-size: calc(16px + 6 * (100vw - 375px) / 1545);
  }
}

.graph-modal__close {
  right: -0.9375rem;
  top: -0.9375rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--main-color);
  background-image: url(/upload/demo/img/svg/close-light.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.graph-modal__close:hover {
  background-color: var(--accent-color);
}

.graph-modal__container--product {
  background: var(--bg-color);
  max-width: 64.125rem;
}
@media (max-width: 68.75rem) {
  .graph-modal__container--product {
    max-width: 93%;
  }
}
@media (max-width: 48rem) {
  .graph-modal__container--product {
    padding: 3.125rem 1.875rem 3.75rem;
  }
}

.product-modal__title.title {
  font-size: 3.125rem;
}
@media (max-width: 38.75rem) {
  .product-modal__title.title {
    font-size: 2.125rem;
  }
}
.product-modal__title.title:not(:last-child) {
  margin-bottom: 2.8125rem;
}
@media (max-width: 48rem) {
  .product-modal__title.title:not(:last-child) {
    margin-bottom: 2.3125rem;
  }
}
@media (max-width: 38.75rem) {
  .product-modal__title.title:not(:last-child) {
    margin-bottom: 1.3125rem;
  }
}
.product-modal__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 17.5rem 1fr;
  grid-template-columns: 17.5rem 1fr;
  gap: 3.75rem;
}
@media (max-width: 48rem) {
  .product-modal__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.625rem;
  }
}
.product-modal__image {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 48rem) {
  .product-modal__image {
    width: 17.1875rem;
    height: 19.6875rem;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
@media (max-width: 38.75rem) {
  .product-modal__image {
    width: 100%;
  }
}
.product-modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-modal__heading {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 127%;
  margin-bottom: 1rem;
}
.product-modal__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1rem;
}
.product-modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product-modal__item:not(:last-child) {
  margin-bottom: 1rem;
}
.product-modal__caption {
  margin: 0;
  font-family: var(--font-elements);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 111%;
  margin-right: 0.9375rem;
}
.product-modal__output {
  display: inline-block;
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
.product-modal__row {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 60rem) {
  .product-modal__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: auto;
  }
}
@media (max-width: 48rem) {
  .product-modal__row {
    margin-left: auto;
  }
}
@media (max-width: 38.75rem) {
  .product-modal__row {
    width: 100%;
  }
}
@media (max-width: 60rem) {
  .product-modal__button.button {
    min-width: 15.625rem;
  }
}
.product-modal__button.button:last-child {
  margin-left: 1.25rem;
}
@media (max-width: 60rem) {
  .product-modal__button.button:last-child {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.product-modal__button.button .button__text {
  white-space: nowrap;
}

.basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.basket__title {
  font-size: 1.25rem;
  line-height: 127%;
  text-align: left;
  width: 100%;
}
.basket__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.basket__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.basket__list + .button {
  margin-top: 1.0625rem;
}
.basket__item:not(:first-child) {
  border-top: 0.0625rem solid var(--second-color);
}
@media (max-width: 38.75rem) {
  .basket__item:not(:first-child) {
    border-top: none;
  }
}
.basket__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1.625rem 0;
}
@media (max-width: 38.75rem) {
  .basket__total {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.basket__subtext {
  font-size: 0.875rem;
  line-height: 170%;
  color: rgba(0, 0, 0, 0.3);
  margin-right: 0.9375rem;
}
.basket__output {
  font-size: 1.625rem;
  line-height: 115%;
}
.basket__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 38.75rem) {
  .basket__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.basket__button .button__icon {
  width: 1.125rem;
  height: 1.125rem;
}
.basket__button:last-child {
  margin-left: 1.25rem;
}
@media (max-width: 38.75rem) {
  .basket__button:last-child {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.basket #basket-button-null {
  display: none;
  width: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 1.875rem;
  margin-left: 0;
}
@media (max-width: 38.75rem) {
  .basket #basket-button-null {
    width: 100%;
  }
}

.item-basket {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.1875rem 1fr 5.25rem 7.5rem 1.5rem;
  grid-template-columns: 2.1875rem 1fr 5.25rem 7.5rem 1.5rem;
  gap: 0 1.25rem;
  padding: 0.625rem 0;
  width: 32.75rem;
}
.item-basket > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (max-width: 48rem) {
  .item-basket {
    width: 100%;
  }
}
@media (max-width: 38.75rem) {
  .item-basket {
    -ms-grid-columns: 2.1875rem 5.25rem 1fr 1.5rem;
    grid-template-columns: 2.1875rem 5.25rem 1fr 1.5rem;
    gap: 0.5rem 0.625rem;
    padding: 0.5625rem 0;
  }
}
.item-basket__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 38.75rem) {
  .item-basket__link {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media (any-hover: hover) {
  .item-basket__link:hover .item-basket__title {
    color: rgba(0, 0, 0, 0.4);
  }
}
.item-basket__image {
  width: 2.1875rem;
  height: 2.5rem;
}
@media (max-width: 38.75rem) {
  .item-basket__image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
.item-basket__title {
  margin: 0;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 143%;
  color: var(--main-color);
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (max-width: 38.75rem) {
  .item-basket__title {
    font-weight: 400;
    font-size: 0.875rem;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media (max-width: 38.75rem) {
  .item-basket__quantity {
    -ms-grid-column-align: start;
    justify-self: start;
    width: 5.25rem;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.item-basket__output {
  font-size: 1rem;
  line-height: 150%;
  margin-left: 1.25rem;
}
@media (max-width: 48rem) {
  .item-basket__output {
    margin-left: 0.625rem;
  }
}
@media (max-width: 38.75rem) {
  .item-basket__output {
    margin-left: 0;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.item-basket__remove {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: center;
  background-image: url(/upload/demo/img/svg/remove.svg);
}
@media (max-width: 38.75rem) {
  .item-basket__remove {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}
@media (any-hover: hover) {
  .item-basket__remove:hover {
    background-image: url(/upload/demo/img/svg/remove-accent.svg);
  }
}

.quantity {
  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;
  max-width: 7.5rem;
}
.quantity__button {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: center;
}
@media (any-hover: hover) {
  .quantity__button:hover:first-child {
    background-image: url(/upload/demo/img/svg/icon-minus-accent.svg);
  }
  .quantity__button:hover:last-child {
    background-image: url(/upload/demo/img/svg/icon-plus-accent.svg);
  }
}
.quantity__button:first-child {
  background-image: url(/upload/demo/img/svg/icon-minus.svg);
}
.quantity__button:last-child {
  background-image: url(/upload/demo/img/svg/icon-plus.svg);
}
.quantity__count {
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
  margin: 0 0.625rem;
}

.cart {
  height: 100%;
  margin-bottom: 6.25rem;
}
@media (max-width: 38.75rem) {
  .cart {
    margin-bottom: 5rem;
  }
}
.cart__container {
  height: 100%;
}
.cart__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.cart__wrap--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-6.25rem);
  -ms-transform: translateY(-6.25rem);
  transform: translateY(-6.25rem);
}
.cart__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cart__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2.25rem;
}
@media (max-width: 48rem) {
  .cart__list {
    margin-bottom: 1.875rem;
  }
}
.cart__item:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 48rem) {
  .cart__item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .cart__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.cart__bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
  min-width: 21.25rem;
}
@media (max-width: 38.75rem) {
  .cart__bottom {
    min-width: 0;
    width: 100%;
  }
}
.cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2.125rem;
}
.cart__total-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart__total-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-0.3125rem);
  -ms-transform: translateY(-0.3125rem);
  transform: translateY(-0.3125rem);
  border-bottom: 0.0625rem dashed rgba(0, 0, 0, 0.08);
  width: 100%;
}
.cart__total-item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.cart__caption {
  font-family: var(--font-elements);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 111%;
  display: inline-block;
  background: var(--light-color);
  padding: 0 0.3125rem;
  margin: 0 -0.3125rem;
  z-index: 1;
}
.cart__output {
  font-size: 1.625rem;
  line-height: 115%;
  text-align: right;
  display: inline-block;
  background: var(--light-color);
  padding: 0 0.3125rem;
  margin: 0 -0.3125rem;
  z-index: 1;
}
.cart__output#cart-price-total {
  font-size: 2.5rem;
  line-height: 100%;
}
.cart__button#cart-button-null {
  min-width: 16.625rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.item-cart {
  position: relative;
  background: var(--bg-color);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8fr 2fr 1.5fr 2fr;
  grid-template-columns: 8fr 2fr 1.5fr 2fr;
  gap: 2.125rem;
  padding: 3.125rem 6.875rem 3.125rem 3.75rem;
}
@media (max-width: 90rem) {
  .item-cart {
    -ms-grid-columns: 6fr 2fr 2fr;
    grid-template-columns: 6fr 2fr 2fr;
    padding: 2.5rem 3.75rem 2.5rem 2.5rem;
  }
}
@media (max-width: 60rem) {
  .item-cart {
    -ms-grid-columns: 3.5fr 3fr 2fr;
    grid-template-columns: 3.5fr 3fr 2fr;
  }
}
@media (max-width: 48rem) {
  .item-cart {
    padding: 1.875rem 3.75rem 1.875rem 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .item-cart {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 1.25rem 1.25rem 1.875rem;
    gap: 1.25rem;
  }
}
.item-cart__col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 1.5625rem 0;
}
@media (max-width: 38.75rem) {
  .item-cart__col {
    width: 100%;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    position: relative;
  }
  .item-cart__col > * {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
  .item-cart__col::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-0.3125rem);
    -ms-transform: translateY(-0.3125rem);
    transform: translateY(-0.3125rem);
    border-bottom: 0.0625rem dashed rgba(0, 0, 0, 0.08);
    width: 100%;
  }
}
@media (max-width: 38.75rem) {
  .item-cart__col:nth-child(2) > * {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .item-cart__col:nth-child(2)::before {
    bottom: auto;
    top: 1rem;
  }
}
@media (max-width: 90rem) {
  .item-cart__col:nth-child(3) {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  .item-cart__col:nth-child(3) .item-cart__heading {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 48rem) {
  .item-cart__col:nth-child(3) {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}
@media (max-width: 38.75rem) {
  .item-cart__col:nth-child(3) .item-cart__heading {
    opacity: 1;
    visibility: visible;
  }
}
.item-cart__col--head {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 90rem) {
  .item-cart__col--head {
    -ms-grid-columns: minmax(10.3125rem, 1fr) 4fr;
    grid-template-columns: minmax(10.3125rem, 1fr) 4fr;
    gap: 1.5625rem 2.5rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}
@media (max-width: 48rem) {
  .item-cart__col--head {
    -ms-grid-columns: minmax(5.3125rem, 1fr) 3fr;
    grid-template-columns: minmax(5.3125rem, 1fr) 3fr;
    gap: 0.9375rem 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .item-cart__col--head {
    -ms-grid-columns: 5.3125rem 1fr;
    grid-template-columns: 5.3125rem 1fr;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    gap: 0.9375rem;
  }
  .item-cart__col--head .item-cart__heading {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
.item-cart__col:not(:first-child) {
  margin-top: 0.625rem;
}
@media (max-width: 90rem) {
  .item-cart__col:not(:first-child) {
    margin-top: 0;
  }
}
.item-cart__picture {
  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-right: 2.5rem;
  background: var(--light-color);
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  margin: -3.125rem 3.75rem -3.125rem -3.75rem;
}
@media (max-width: 90rem) {
  .item-cart__picture {
    padding-right: 0;
    margin: 0;
    background: transparent;
  }
}
@media (max-width: 38.75rem) {
  .item-cart__picture {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.item-cart__image {
  height: 100%;
  width: auto;
}
@media (max-width: 38.75rem) {
  .item-cart__image {
    height: 6.25rem;
  }
}
.item-cart__heading {
  margin: 0;
  font-family: var(--font-elements);
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--main-color);
}
.item-cart__heading ~ :last-child {
  margin-bottom: auto;
}
@media (max-width: 38.75rem) {
  .item-cart__heading {
    font-size: 1rem;
    padding: 0 0.3125rem;
    margin: 0 -0.3125rem;
    background: var(--bg-color);
    z-index: 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}
.item-cart__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 127%;
}
.item-cart__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 38.75rem) {
  .item-cart__list {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.item-cart__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.item-cart__item:not(:last-child) {
  margin-bottom: 1.5625rem;
}
@media (max-width: 38.75rem) {
  .item-cart__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .item-cart__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .item-cart__item::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-0.3125rem);
    -ms-transform: translateY(-0.3125rem);
    transform: translateY(-0.3125rem);
    border-bottom: 0.0625rem dashed rgba(0, 0, 0, 0.08);
    width: 100%;
  }
}
.item-cart__caption {
  font-family: var(--font-elements);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 111%;
  margin-right: 0.9375rem;
}
@media (max-width: 38.75rem) {
  .item-cart__caption {
    font-size: 1rem;
    padding: 0 0.3125rem;
    margin: 0 -0.3125rem;
    background: var(--bg-color);
    z-index: 1;
  }
}
.item-cart__text {
  font-weight: 400;
  font-size: 1.375rem;
}
@media (max-width: 38.75rem) {
  .item-cart__text {
    font-size: 1rem;
    padding: 0 0.3125rem;
    margin: 0 -0.3125rem;
    background: var(--bg-color);
    z-index: 1;
  }
}
.item-cart__value {
  -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: flex-start;
}
@media (max-width: 90rem) {
  .item-cart__value {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 38.75rem) {
  .item-cart__value {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 0 1.25rem;
    -ms-grid-column-align: end;
    justify-self: end;
    padding: 0 0.3125rem;
    margin: 0 -0.3125rem;
    background: var(--bg-color);
    z-index: 1;
  }
  .item-cart__value > * {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}
.item-cart__value .value__discount {
  margin-bottom: 0.625rem;
}
@media (max-width: 90rem) {
  .item-cart__value .value__discount {
    margin-right: 1.5625rem;
  }
}
@media (max-width: 38.75rem) {
  .item-cart__value .value__discount {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.item-cart__value .value__old {
  margin-bottom: 0.375rem;
}
@media (max-width: 90rem) {
  .item-cart__value .value__old {
    margin-right: 1.25rem;
  }
}
@media (max-width: 38.75rem) {
  .item-cart__value .value__old {
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media (max-width: 38.75rem) {
  .item-cart__value .value__price {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
@media (max-width: 38.75rem) {
  .item-cart__quantity {
    -ms-grid-column-align: end;
    justify-self: end;
    min-width: 8.125rem;
    padding: 0 0.3125rem;
    margin: 0 -0.3125rem;
    background: var(--bg-color);
    z-index: 1;
  }
}
.item-cart .quantity__button {
  background-size: 1.125rem 1.125rem;
}
.item-cart .quantity__count {
  font-weight: 400;
  font-size: 1.375rem;
}
.item-cart__total {
  font-size: 1.25rem;
  line-height: 115%;
  white-space: nowrap;
}
@media (max-width: 38.75rem) {
  .item-cart__total {
    -ms-grid-column-align: end;
    justify-self: end;
    font-weight: 500;
    padding: 0 0.3125rem;
    margin: 0 -0.3125rem;
    background: var(--bg-color);
    z-index: 1;
  }
}
.item-cart__remove {
  position: absolute;
  top: 7.1875rem;
  right: 5rem;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-position: center;
  background-image: url(/upload/demo/img/svg/remove.svg);
}
@media (max-width: 90rem) {
  .item-cart__remove {
    top: 1.25rem;
    right: 1.25rem;
  }
}
@media (max-width: 38.75rem) {
  .item-cart__remove {
    top: 0.75rem;
    right: 0.75rem;
  }
}
@media (any-hover: hover) {
  .item-cart__remove:hover {
    background-image: url(/upload/demo/img/svg/remove-accent.svg);
  }
}

.checkout {
  overflow: inherit;
  margin-bottom: 6.25rem;
  height: 100%;
}
@media (max-width: 48rem) {
  .checkout {
    margin-bottom: 5.25rem;
  }
}
@media (max-width: 48rem) and (max-width: 38.75rem) {
  .checkout {
    margin-bottom: 5rem;
  }
}
.checkout .container--holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.checkout .container--holder.container--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-6.25rem);
  -ms-transform: translateY(-6.25rem);
  transform: translateY(-6.25rem);
}
.checkout__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr minmax(20.625rem, 1fr);
  grid-template-columns: 2fr minmax(20.625rem, 1fr);
  gap: 7%;
}
@media (max-width: 60rem) {
  .checkout__form {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}
@media (max-width: 48rem) {
  .checkout__form {
    gap: 1.25rem;
  }
}
.checkout__form .label:not(.select)::before {
  top: 1.25rem;
}
.checkout__form .input {
  width: 100%;
  background: var(--light-color);
  padding: 0.9375rem 1.5625rem 0.9375rem 2.8125rem;
  min-height: 3.125rem;
  min-width: 9.375rem;
}
.checkout__button#checkout-button-null {
  min-width: 16.625rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.checkout #form-country-select {
  background: var(--light-color);
}

.order-form {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 1.875rem 1.25rem;
}
@media (max-width: 60rem) {
  .order-form {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 38.75rem) {
  .order-form {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.order-form__box {
  border: 0.0625rem solid var(--second-color);
  padding: 2.1875rem 2.5rem 1.875rem;
}
@media (max-width: 60rem) {
  .order-form__box {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media (max-width: 38.75rem) {
  .order-form__box {
    grid-column: auto;
    padding: 1.5625rem 1.25rem 1.25rem;
  }
}
.order-form__title {
  margin: 0;
  font-family: var(--font-elements);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 111%;
  text-align: center;
  margin-bottom: 0.625rem;
}
.order-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-form__item:not(:last-child) {
  padding-bottom: 1.375rem;
  border-bottom: 0.0625rem solid var(--second-color);
  margin-bottom: 1.375rem;
}
.order-form__picture {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.875rem;
  flex: 0 0 3.875rem;
  margin-right: 1.25rem;
}
.order-form__image {
  width: 3.875rem;
  height: 4.375rem;
}
@media (max-width: 60rem) {
  .order-form__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 38.75rem) {
  .order-form__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.order-form__wrap {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 60rem) {
  .order-form__wrap:first-child {
    margin-right: auto;
  }
}
.order-form__heading {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: var(--main-color);
  margin-bottom: 0.5rem;
}
.order-form__parameter {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 143%;
}
.order-form__caption {
  color: rgba(0, 0, 0, 0.3);
}
.order-form__price, .order-form__amount {
  display: inline-block;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 150%;
}
.order-form__price--old {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
}
.order-form__count {
  font-weight: 400;
  font-size: 1.125rem;
  margin-right: 0.625rem;
}
.order-form__label {
  margin-bottom: 2.125rem;
  max-width: 100%;
}
.order-form__label .input {
  background: var(--bg-color);
}
.order-form__value {
  max-width: 19.375rem;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 60rem) {
  .order-form__value {
    margin-left: 0;
  }
}
@media (max-width: 38.75rem) {
  .order-form__value {
    margin-left: auto;
  }
}
.order-form__value .value__discount {
  margin-right: 1.875rem;
}
.order-form__value .value__old {
  font-weight: 500;
  font-size: 1.25rem;
}
.order-form__value .value__price {
  font-family: var(--font-elements);
  font-size: 1.125rem;
  line-height: 2.5rem;
  text-align: right;
  width: 100%;
}
.order-form__value .value__price span {
  font-family: var(--font-family);
  font-size: 2.5rem;
  margin-left: 1.25rem;
}
.order-form__confirm {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.order-form__checkbox {
  margin-bottom: 2.1875rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.order-form__checkbox .checkbox__box::before {
  background: var(--bg-color);
}
.order-form__checkbox .checkbox__text {
  font-size: 0.8125rem;
  line-height: 138%;
  color: rgba(0, 0, 0, 0.5);
}
.order-form__checkbox .checkbox__text a {
  color: var(--main-color);
  text-decoration: underline;
}
@media (max-width: 60rem) {
  .order-form__button {
    margin-bottom: 0.375rem;
  }
}

.hero-about__swiper .swiper-slide::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(18.5%, rgba(0, 0, 0, 0)), color-stop(49.5%, rgba(0, 0, 0, 0)), color-stop(84%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 18.5%, rgba(0, 0, 0, 0) 49.5%, rgba(0, 0, 0, 0) 84%, rgba(0, 0, 0, 0.6) 100%);
}
.hero-about .swiper__logo-image {
  width: 3.75rem;
}
@media (max-width: 38.75rem) {
  .hero-about .swiper__logo-image {
    width: 2.375rem;
  }
}
.hero-about .swiper__title {
  font-size: 3.75rem;
  margin-bottom: 1.375rem;
  color: var(--light-color);
}
@media (max-width: 48rem) {
  .hero-about .swiper__title {
    font-size: 3.75rem;
    margin-bottom: 1.375rem;
  }
}
@media (max-width: 38.75rem) {
  .hero-about .swiper__title {
    font-size: 2.5rem;
    margin-bottom: 0.625rem;
  }
}
.hero-about .swiper__subtitle {
  color: var(--light-color);
}

.header--dark + .main .hero-about__breadcrumbs {
  position: absolute;
  z-index: 5;
}
.header--dark + .main .hero-about__breadcrumbs .breadcrumbs__item {
  color: var(--light-color);
}
.theses {
  padding: 4.5625rem 0 5.6875rem;
}
@media (max-width: 48rem) {
  .theses {
    padding: 3.75rem 0;
  }
}
@media (max-width: 38.75rem) {
  .theses {
    padding: 3.125rem 0 4rem;
  }
}
.theses__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.theses__title {
  max-width: 67.75rem;
  margin-bottom: 1.5625rem;
}
@media (max-width: 38.75rem) {
  .theses__title {
    margin-bottom: 1.25rem;
  }
}
.theses__link {
  opacity: 0.6;
  font-size: 20px;
  line-height: 150%;
  text-decoration: underline;
}
.theses__subtitle {
  text-align: center;
  margin-bottom: 3.25rem;
}
@media (max-width: 48rem) {
  .theses__subtitle {
    margin-bottom: 2.875rem;
  }
}
@media (max-width: 38.75rem) {
  .theses__subtitle {
    margin-bottom: 1.4375rem;
  }
}
.theses__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 120rem) {
  .theses__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 60rem) {
  .theses__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.theses__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 1.875rem;
  width: 20%;
}
@media (max-width: 120rem) {
  .theses__item {
    margin-right: 0;
    width: auto;
    max-width: 21rem;
  }
}
@media (max-width: 60rem) {
  .theses__item {
    max-width: 100%;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.theses__count {
  margin-bottom: 3.125rem;
  margin-left: 2.5rem;
}
@media (max-width: 60rem) {
  .theses__count {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 1.5625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
  }
}
@media (max-width: 38.75rem) {
  .theses__count {
    margin-right: 0.9375rem;
  }
}
.theses__image {
  max-height: 12.5rem;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 60rem) {
  .theses__image {
    max-height: 6.25rem;
    min-width: 5rem;
  }
}
.theses__blockquote {
  margin: 0;
  font-weight: 100;
  font-size: 4rem;
  line-height: 137%;
  text-align: center;
  margin-bottom: 0.9375rem;
}
@media (max-width: 48rem) {
  .theses__blockquote {
    font-size: 3.125rem;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 38.75rem) {
  .theses__blockquote {
    font-size: 2.5rem;
    margin-bottom: 0.625rem;
  }
}
.theses__author {
  margin: 0;
  font-size: 1rem;
  line-height: 167%;
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 3.125rem;
  width: 100%;
}
@media (max-width: 38.75rem) {
  .theses__author {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}
.theses__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 0.9fr;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.75rem 3.125rem;
}
@media (max-width: 60rem) {
  .theses__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
  .theses__grid .grid-tablet-top {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.theses__picture .theses__link:not(.button) {
  text-align: center;
  margin: 1.5625rem auto 0;
  display: inline-block;
  width: 100%;
}
.theses__picture picture, .theses__picture img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
}
.theses__content {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.theses__content:nth-child(2) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.theses__content:nth-child(3) {
  padding-left: 5rem;
  max-width: 50rem;
}
@media (max-width: 90rem) {
  .theses__content:nth-child(3) {
    padding-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 60rem) {
  .theses__content {
    width: 100%;
  }
  .theses__content:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.theses__content .theses__title {
  text-align: left;
  margin-bottom: 2rem;
  width: 100%;
}
@media (max-width: 60rem) {
  .theses__content .theses__title {
    text-align: center;
  }
}
.theses__content.content--center .theses__link,
.theses__content.content--center .theses__title {
  text-align: center;
  margin: 0 auto;
}
.theses__content .theses__list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
}
.theses__content .theses__item {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
}
.theses__content .theses__item:not(:last-child) {
  padding-bottom: 0.9375rem;
}
@media (max-width: 48rem) {
  .theses__content .theses__item {
    padding-bottom: 0.625rem;
  }
}
.theses__content .theses__text {
  width: 100%;
}
@media (max-width: 90rem) {
  .theses__content .theses__text {
    max-width: 100%;
  }
}
@media (max-width: 60rem) {
  .theses__content .theses__text {
    text-align: center;
  }
}
.theses__content .theses__text--short {
  max-width: 48rem;
}
.theses__caption {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 30px;
  line-height: 127%;
  margin-bottom: 0.6875rem;
}
@media (max-width: 48rem) {
  .theses__caption {
    font-size: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .theses__caption {
    font-size: 1.5rem;
  }
}
.theses__text {
  opacity: 0.6;
}
.theses__column {
  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;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 3.75rem;
}
@media (max-width: 60rem) {
  .theses__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 38.75rem) {
  .theses__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.theses__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.theses__row {
  gap: 120px;
}
@media (max-width: 1920px) {
  .theses__row {
    gap: calc(60px + 60 * (100vw - 375px) / 1545);
  }
}
.theses__row:not(:last-child) {
  margin-bottom: 200px;
}
@media (max-width: 1920px) {
  .theses__row:not(:last-child) {
    margin-bottom: calc(80px + 120 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 38.75rem) {
  .theses__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.theses--great-russia {
  text-align: left;
  padding: 0;
}
.theses--great-russia .blockquote {
  padding-top: 240px;
}
@media (max-width: 1920px) {
  .theses--great-russia .blockquote {
    padding-top: calc(40px + 200 * (100vw - 375px) / 1545);
  }
}
.theses--great-russia .blockquote {
  padding-bottom: 240px;
}
@media (max-width: 1920px) {
  .theses--great-russia .blockquote {
    padding-bottom: calc(80px + 160 * (100vw - 375px) / 1545);
  }
}
.theses--great-russia .theses__picture--main {
  padding-top: 170px;
}
@media (max-width: 1920px) {
  .theses--great-russia .theses__picture--main {
    padding-top: calc(80px + 90 * (100vw - 375px) / 1545);
  }
}
.theses--great-russia .theses__picture--main {
  padding-bottom: 170px;
}
@media (max-width: 1920px) {
  .theses--great-russia .theses__picture--main {
    padding-bottom: calc(80px + 90 * (100vw - 375px) / 1545);
  }
}
.theses--great-russia .content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 60rem) {
  .theses--great-russia .content .button {
    margin: 0 auto;
  }
}
.theses--great-russia .theses__title {
  max-width: 100%;
}
.theses--great-russia .theses__text {
  font-size: 1.25rem;
}
.theses--great-russia .theses__grid {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 60rem) {
  .theses--great-russia .theses__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.theses--great-russia .theses__grid > *[class$="--clip"] {
  width: calc(100% + var(--container-offset));
}
@media (max-width: 60rem) {
  .theses--great-russia .theses__grid > *[class$="--clip"] {
    width: 100%;
  }
}
.theses--great-russia .theses__grid > *:nth-child(odd)[class$="--clip"] {
  margin-left: calc(var(--container-offset) * -1);
}
@media (max-width: 60rem) {
  .theses--great-russia .theses__grid > *:nth-child(odd)[class$="--clip"] {
    margin-left: 0;
  }
}
.theses--great-russia .theses__grid > *:nth-child(odd)[class$="--clip"] picture {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 60rem) {
  .theses--great-russia .theses__grid > *:nth-child(odd)[class$="--clip"] picture {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.theses--great-russia .theses__grid > *:nth-child(even)[class$="--clip"] {
  margin-right: calc(var(--container-offset) * -1);
}
@media (max-width: 60rem) {
  .theses--great-russia .theses__grid > *:nth-child(even)[class$="--clip"] {
    margin-right: 0;
  }
}
.theses--great-russia .theses__grid > *:nth-child(even)[class$="--clip"] picture {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 60rem) {
  .theses--great-russia .theses__grid > *:nth-child(even)[class$="--clip"] picture {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.theses--great-russia .theses__grid {
  gap: 100px;
}
@media (max-width: 1920px) {
  .theses--great-russia .theses__grid {
    gap: calc(50px + 50 * (100vw - 375px) / 1545);
  }
}
.theses--great-russia .theses__grid:not(:last-child) {
  margin-bottom: 200px;
}
@media (max-width: 1920px) {
  .theses--great-russia .theses__grid:not(:last-child) {
    margin-bottom: calc(80px + 120 * (100vw - 375px) / 1545);
  }
}
.theses--great-russia .theses__picture picture, .theses--great-russia .theses__picture img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.theses--great-russia .theses__picture picture {
  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;
}
.theses--great-russia .theses__picture {
  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 (max-width: 60rem) {
  .theses--great-russia .theses__picture .img {
    max-height: 25rem;
  }
}
.theses--great-russia .theses__picture--smal .img {
  max-height: 17.5rem;
}
.theses--great-russia .theses__picture--medium .img {
  max-height: 31.25rem;
}
.theses--great-russia .theses__picture--medium .img {
  height: 500px;
}
@media (max-width: 1920px) {
  .theses--great-russia .theses__picture--medium .img {
    height: calc(0px + 500 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 60rem) {
  .theses--great-russia .theses__picture--medium .img {
    height: 500px;
  }
}
@media (max-width: 60rem) and (max-width: 1920px) {
  .theses--great-russia .theses__picture--medium .img {
    height: calc(280px + 220 * (100vw - 375px) / 1545);
  }
}
.theses--lookbook {
  padding: 0;
}
.theses--lookbook .theses__hero {
  margin-bottom: 5rem;
}
.theses--lookbook .theses__picture[class$="--clip"] {
  width: calc(100% + var(--container-offset) * 2);
  margin-left: calc(var(--container-offset) * -1);
}
.theses--lookbook .hero__logo-image {
  margin-bottom: 6.25rem;
}
.theses--lookbook .theses__image {
  margin-bottom: 0;
}
.theses--lookbook .theses__grid {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.theses--lookbook .theses__grid:not(:last-child) {
  margin-bottom: 5rem;
}
.theses--lookbook .theses__grid:has(+ .theses__picture) {
  margin-bottom: 2.5rem;
}
@media (max-width: 60rem) {
  .theses--lookbook .theses__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.theses--lookbook .theses__grid > *[class$="--clip"] {
  width: calc(100% + var(--container-offset));
}
.theses--lookbook .theses__grid > *:nth-child(odd)[class$="--clip"] {
  margin-left: calc(var(--container-offset) * -1);
}
.theses--lookbook .theses__grid > *:nth-child(even)[class$="--clip"] {
  margin-right: calc(var(--container-offset) * -1);
}
.theses--lookbook .theses__content:not(:last-child) {
  margin-bottom: 5rem;
}
.theses--lookbook .theses__picture--main:not(:last-child) {
  margin-bottom: 5rem;
}
.theses--resort {
  padding: 0;
}
.theses--resort .title {
  text-transform: uppercase;
}
.theses--resort .theses__hero {
  margin-bottom: 5rem;
}
.theses--resort .theses__image {
  margin-bottom: 0;
}
.theses--resort .theses__grid {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.theses--resort .theses__grid:not(:last-child) {
  margin-bottom: 5rem;
}
.theses--resort .theses__grid:has(+ .theses__picture) {
  margin-bottom: 2.5rem;
}
@media (max-width: 60rem) {
  .theses--resort .theses__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.theses--resort .theses__grid--three {
  -ms-grid-columns: 3fr 3fr 2fr;
  grid-template-columns: 3fr 3fr 2fr;
}
@media (max-width: 48rem) {
  .theses--resort .theses__grid--three {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.theses--resort .theses__grid .theses__column {
  gap: 0.75rem;
}
@media (max-width: 60rem) {
  .theses--resort .theses__grid .theses__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 48rem) {
  .theses--resort .theses__grid .theses__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.theses--resort .theses__content .theses__text--short {
  max-width: 51.875rem;
}
.theses--resort .theses__content:not(:last-child) {
  margin-bottom: 5rem;
}
.theses--resort .theses__content:nth-child(3) {
  padding-left: 0;
  max-width: 100%;
}
.theses--resort .theses__picture--main:not(:last-child) {
  margin-bottom: 5rem;
}
.theses--bulanova {
  padding: 0;
  gap: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.theses--bulanova .theses__hero .theses__text {
  margin-bottom: 2.5rem;
  padding-block: 2.5rem;
}
@media (max-width: 48rem) {
  .theses--bulanova .theses__hero .theses__text {
    padding-block: 1.25rem;
  }
}
.theses--bulanova .button {
  font-family: "Manrope", cursive;
  min-width: 10.625rem;
  text-decoration: underline;
  text-transform: none;
}
.theses--bulanova .button:not(:last-child) {
  margin-bottom: 3.125rem;
}
.theses--bulanova .theses__title {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 158%;
  max-width: 100%;
}
.theses--bulanova .theses__text {
  font-size: 20px;
  line-height: 150%;
  opacity: 1;
}
.theses--bulanova .theses__text:not(:last-child) {
  margin-bottom: 2.5rem;
}
.theses--bulanova .theses__image {
  max-height: 100%;
}
@media (max-width: 60rem) {
  .theses--bulanova {
    gap: 3.125rem;
  }
}
@media (max-width: 1386px) {
  .theses--bulanova .theses__picture--clip {
    width: calc(100% + var(--container-offset) * 2);
    margin: 0 calc(var(--container-offset) * -1);
  }
}
.theses--bulanova .theses__picture--slim {
  max-width: 62.5rem;
}
.theses--bulanova .theses__grid {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media (max-width: 60rem) {
  .theses--bulanova .theses__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.theses--bulanova .theses__grid--free-two {
  -ms-grid-columns: 3fr 2fr;
  grid-template-columns: 3fr 2fr;
}
@media (max-width: 48rem) {
  .theses--bulanova .theses__grid--free-two {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.theses--bulanova .theses__grid--three {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 48rem) {
  .theses--bulanova .theses__grid--three {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.theses--spring .theses__picture:not(.theses__picture--clip) {
  max-width: 43.125rem;
}
.theses--spring .theses__grid .theses__link {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  text-align: center;
}
@media (max-width: 60rem) {
  .theses--spring .theses__grid .theses__link {
    grid-column: auto;
  }
}
.theses--spring .theses__text {
  max-width: 62.5rem;
}
.theses--spring .button {
  font-family: "Manrope", cursive;
  min-width: 10.625rem;
  text-decoration: underline;
  text-transform: none;
}
.theses--spring .button:not(:last-child) {
  margin-bottom: 3.125rem;
}

.writer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  gap: 2.5rem;
  max-width: 62.5rem;
  padding: 3.125rem 0;
}
@media (max-width: 48rem) {
  .writer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.writer__text, .writer__name {
  font-size: 1.25rem;
}
@media (max-width: 48rem) {
  .writer__text, .writer__name {
    text-align: center;
  }
}
.writer__text:has(+ p.writer__name), .writer__name:has(+ p.writer__name) {
  margin-bottom: 2.5rem;
}
.writer img {
  margin: 0 auto;
}

.why {
  padding-bottom: 6.875rem;
  background-color: var(--bg-color);
  background-image: url(/upload/demo/img/logo-bg-light.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  overflow: visible;
}
@media (max-width: 60rem) {
  .why {
    padding-bottom: 3.75rem;
    background-position: center 8.125rem;
    background-size: 65.625rem 33.125rem;
  }
}
@media (max-width: 38.75rem) {
  .why {
    padding-bottom: 3.125rem;
    background-position: center 10.625rem;
  }
}
.why__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26.25rem 1fr 26.25rem;
  grid-template-columns: 26.25rem 1fr 26.25rem;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: 6.25rem;
}
@media (max-width: 120rem) {
  .why__container {
    -ms-grid-columns: 22% 1fr 22%;
    grid-template-columns: 22% 1fr 22%;
    gap: 4%;
  }
}
@media (max-width: 60rem) {
  .why__container {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
    gap: 3.125rem 5rem;
  }
}
@media (max-width: 23.4375rem) {
  .why__container {
    gap: 3.125rem;
  }
}
@media (max-width: 38.75rem) {
  .why__container {
    gap: 1.875rem 0rem;
  }
}
.why__picture:first-child .why__image {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.why__picture:last-child .why__image {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.why__content {
  padding-top: 4.5625rem;
  margin: 0 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 60rem) {
  .why__content {
    padding-top: 3.75rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media (max-width: 38.75rem) {
  .why__content {
    padding-top: 3.125rem;
  }
}
@media (max-width: 120rem) {
  .why__content {
    max-width: 47.5rem;
  }
}
.why__image {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 60rem) {
  .why__image {
    width: 90%;
  }
}
.why__title {
  margin-bottom: 1.625rem;
}
@media (max-width: 48rem) {
  .why__title {
    margin-bottom: 1.4375rem;
  }
}
@media (max-width: 38.75rem) {
  .why__title {
    margin-bottom: 1.125rem;
  }
}
.why__subtitle {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 127%;
  text-align: center;
  margin-bottom: 1.625rem;
}
@media (max-width: 48rem) {
  .why__subtitle {
    margin-bottom: 1.4375rem;
  }
}
@media (max-width: 38.75rem) {
  .why__subtitle {
    font-size: 1.125rem;
    margin-bottom: 1.125rem;
  }
}
.why__text {
  text-align: center;
  opacity: 0.6;
}
@media (max-width: 48rem) {
  .why__text {
    opacity: 1;
  }
}
.why__text:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 38.75rem) {
  .why__text:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 60rem) {
  .slider-about__swiper.swiper--main {
    height: 31.25rem;
  }
}
@media (max-width: 38.75rem) {
  .slider-about__swiper.swiper--main {
    height: 29.375rem;
  }
}
.slider-about .swiper-slide.play {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-about .swiper-slide.play .swiper__title {
  margin-bottom: 0;
  margin-top: 12.5rem;
}
@media (max-width: 60rem) {
  .slider-about .swiper-slide.play .swiper__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 48rem) {
  .slider-about .swiper-slide.play .swiper__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 38.75rem) {
  .slider-about .swiper-slide.play .swiper__title {
    margin-top: 11.25rem;
    font-size: 2.125rem;
  }
}
.slider-about .swiper-slide.play .play__button {
  top: 40%;
}

.main__new .slider-about .swiper-slide::after {
  display: none;
}

.main__new .slider-about {
  margin-bottom: 3.75rem;
}
@media (max-width: 48rem) {
  .main__new .slider-about {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 38.75rem) {
  .main__new .slider-about {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 38.75rem) {
  .hero ~ .slider-about .swiper {
    height: 25rem;
  }
}

.collections__container {
  position: relative;
  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;
}
.collections__button {
  min-width: 0;
  position: absolute;
  z-index: 10;
  font-size: 3.125rem;
  padding: 2.0625rem 3.125rem;
}
@media (max-width: 60rem) {
  .collections__button {
    font-size: 2.5rem;
    padding: 1.25rem 2.25rem;
  }
}
@media (max-width: 48rem) {
  .collections__button {
    font-size: 2.125rem;
  }
}
@media (max-width: 38.75rem) {
  .collections__button {
    max-width: 13.125rem;
    padding: 0.625rem 0.9375rem;
  }
}
@media (max-width: 60rem) {
  .collections__swiper.swiper--main {
    height: 31.25rem;
  }
}
@media (max-width: 38.75rem) {
  .collections__swiper.swiper--main {
    height: 29.375rem;
  }
}
@media (max-width: 60rem) {
  .collections .swiper__title {
    max-width: 18.75rem;
  }
}
@media (max-width: 48rem) {
  .collections .swiper__title {
    max-width: 12.5rem;
  }
}
.collections .swiper-pagination {
  opacity: 0;
  pointer-events: none;
}

.style {
  margin-bottom: 6.875rem;
}
@media (max-width: 48rem) {
  .style {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 38.75rem) {
  .style {
    margin-bottom: 2.5rem;
  }
}
.style__subtitle {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin: 0 auto;
  font-size: 1.125rem;
  margin-bottom: 80px;
  max-width: 45.25rem;
}
@media (max-width: 60rem) {
  .style__subtitle {
    margin-bottom: 3.75rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 38.75rem) {
  .style__subtitle {
    margin-bottom: 2.5rem;
    font-size: 1rem;
  }
}
@media (max-width: 38.75rem) {
  .style__swiper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.style__swiper .swiper-slide {
  height: auto;
}
.style__swiper .swiper-slide picture {
  width: 100%;
  height: 100%;
}
.style__swiper .swiper-slide img {
  width: 100%;
  height: calc((100vw - var(--container-offset) * 2 - 1.25rem * 2) / 3 * 1.4136125654);
}
@media (max-width: 48rem) {
  .style__swiper .swiper-slide img {
    height: 28.125rem;
  }
}
@media (max-width: 38.75rem) {
  .style__swiper .swiper-slide img {
    height: 29.375rem;
  }
}
.brand {
  margin-bottom: 4.6875rem;
}
@media (max-width: 48rem) {
  .brand {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 38.75rem) {
  .brand {
    margin-bottom: 2.5rem;
  }
}
.brand__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 7.5rem;
}
@media (max-width: 90rem) {
  .brand__grid {
    gap: 3.75rem;
  }
}
@media (max-width: 60rem) {
  .brand__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.brand__content {
  max-width: 90%;
}
@media (max-width: 90rem) {
  .brand__content {
    max-width: 100%;
  }
}
.brand__content .brand__title.title {
  text-align: left;
  margin-bottom: 2.25rem;
}
.brand__content .brand__title.title span {
  font-size: inherit;
  font-family: var(--font-title);
}
.brand__content .brand__title.title:not(:first-child) {
  margin-bottom: 1.25rem;
}
.brand__content .brand__text {
  opacity: 0.6;
}
.brand__picture picture, .brand__picture img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-partners__container:not(.container) {
  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;
}
.hero-partners__swiper .swiper-slide::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(18.5%, rgba(0, 0, 0, 0.2)), color-stop(49.5%, rgba(0, 0, 0, 0.3)), color-stop(84%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.3))), rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 18.5%, rgba(0, 0, 0, 0.3) 49.5%, rgba(0, 0, 0, 0.25) 84%, rgba(0, 0, 0, 0.3) 100%), rgba(0, 0, 0, 0.2);
}
.hero-partners__title {
  margin-bottom: 1.375rem;
}
@media (max-width: 48rem) {
  .hero-partners__title {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 38.75rem) {
  .hero-partners__title {
    margin-bottom: 0.25rem;
  }
}
.hero-partners__subtitle {
  text-align: center;
}
.hero-partners__head {
  color: var(--light-color);
  position: absolute;
  z-index: 10;
  padding: 0 var(--container-offset);
}
.hero-partners ~ .collections .swiper__title {
  font-family: var(--font-title);
  font-size: 2rem;
}

.header--dark + .main .hero-partners__breadcrumbs {
  position: absolute;
  z-index: 5;
}
.header--dark + .main .hero-partners__breadcrumbs .breadcrumbs__item {
  color: var(--light-color);
}
.conditions {
  padding: 6.25rem 0;
}
@media (max-width: 48rem) {
  .conditions {
    padding: 5rem 0;
  }
}
@media (max-width: 38.75rem) {
  .conditions {
    padding: 3.75rem 0;
  }
}
.conditions__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--bg-color);
}
@media (max-width: 60rem) {
  .conditions__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .conditions__row:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .conditions__row:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.conditions__row:nth-child(even) .conditions__content {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media (max-width: 60rem) {
  .conditions__row:nth-child(even) .conditions__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.conditions__row > * {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 60rem) {
  .conditions__row > * {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 60rem) {
  .conditions__row .conditions__picture {
    max-height: 35.625rem;
    overflow: hidden;
  }
}
.conditions__picture {
  width: 100%;
}
.conditions__picture picture {
  display: block;
  height: 100%;
}
.conditions__image {
  width: 100%;
  height: 100%;
}
.conditions__content {
  padding: 5rem;
}
@media (max-width: 90rem) {
  .conditions__content {
    padding: 3.125rem;
  }
}
@media (max-width: 48rem) {
  .conditions__content {
    padding: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .conditions__content {
    padding: 1.25rem 1.25rem 1.875rem;
  }
}
.conditions__title {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 2.375rem;
  line-height: 126%;
  margin-bottom: 1.75rem;
  max-width: 42.5rem;
}
@media (max-width: 48rem) {
  .conditions__title {
    font-size: 1.875rem;
    margin-bottom: 0.6875rem;
  }
}
@media (max-width: 38.75rem) {
  .conditions__title {
    font-size: 1.5rem;
  }
}
.conditions__text {
  color: rgba(0, 0, 0, 0.6);
  max-width: 42.5rem;
}
.conditions__text:not(:last-child) {
  margin-bottom: 0.9375rem;
}
@media (max-width: 48rem) {
  .conditions__text:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.conditions__subtitle {
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 127%;
  margin-bottom: 2.125rem;
  max-width: 39.375rem;
}
@media (max-width: 48rem) {
  .conditions__subtitle {
    margin-bottom: 0.6875rem;
  }
}
@media (max-width: 38.75rem) {
  .conditions__subtitle {
    font-size: 1.125rem;
  }
}
.conditions__list {
  max-width: 42.5rem;
}
.conditions__item {
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 2.125rem;
}
@media (max-width: 48rem) {
  .conditions__item {
    padding-left: 1.8125rem;
  }
}
.conditions__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.875rem;
  height: 1.25rem;
  background-image: url(/upload/demo/img/favicon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 0.25rem;
}
.conditions__item:not(:last-child) {
  margin-bottom: 0.9375rem;
}
@media (max-width: 48rem) {
  .conditions__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

.main__new .conditions__row {
  background: none;
  gap: 0.875rem;
}
@media (max-width: 75rem) {
  .main__new .conditions__row {
    gap: 0;
  }
}
.main__new .conditions__row > * {
  width: calc(50% - 0.4375rem);
  max-width: calc(50% - 0.4375rem);
}
.main__new .conditions__row:not(:last-child) {
  margin-bottom: 0.4375rem;
}
@media (max-width: 75rem) {
  .main__new .conditions__row:nth-child(even) .conditions__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 75rem) {
  .main__new .conditions__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main__new .conditions__row > * {
    width: 100%;
    max-width: 100%;
  }
}
.main__new .conditions__content {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main__new .conditions__title {
  width: 100%;
  max-width: 100%;
  text-align: left;
  line-height: 100%;
}
.main__new .conditions__title:has(+ .conditions__subtitle) {
  margin-bottom: 1.25rem;
}
.main__new .conditions__subtitle {
  font-family: var(--font-title);
  font-size: 1.375rem;
  color: rgba(0, 0, 0, 0.6);
}
.main__new .conditions__subtitle:not(:last-child) {
  margin-bottom: 3.4375rem;
}
@media (max-width: 48rem) {
  .main__new .conditions__subtitle:not(:last-child) {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.main__new .conditions__text {
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 75rem) {
  .main__new .conditions__text {
    max-width: 100%;
  }
}
@media (max-width: 75rem) {
  .main__new .conditions__list {
    max-width: 100%;
  }
}
.main__new .conditions__item::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.request {
  padding: 4.5625rem 0 6.25rem;
}
@media (max-width: 48rem) {
  .request {
    padding: 3.75rem 0 6.25rem;
  }
}
@media (max-width: 38.75rem) {
  .request {
    padding: 3.125rem 0 5rem;
  }
}
.request__form {
  max-width: 93.375rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem 1.875rem;
}
@media (max-width: 90rem) {
  .request__form {
    gap: 1.25rem 0.9375rem;
  }
}
@media (max-width: 60rem) {
  .request__form {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem 1.25rem;
  }
}
@media (max-width: 38.75rem) {
  .request__form {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.request .label:not(:last-child) {
  margin-bottom: 0;
}
.request .label--text {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media (max-width: 60rem) {
  .request .label--text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4/6;
  }
}
@media (max-width: 38.75rem) {
  .request .label--text {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/8;
  }
}
.request .label--text .input {
  height: 100%;
  min-height: 7.5rem;
}
.request .label::before {
  top: 1.1875rem;
}
.request .input {
  background: var(--bg-color);
  width: 100%;
  min-width: 0;
  padding: 0.9375rem 1.5625rem 0.9375rem 2.8125rem;
  min-height: 3.125rem;
}
@media (any-hover: hover) {
  .request .input:hover {
    background: var(--light-color);
  }
}
.request .form__descriptions {
  margin-bottom: 0;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  color: rgba(0, 0, 0, 0.3);
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
  margin-top: 1.875rem;
}
@media (max-width: 60rem) {
  .request .form__descriptions {
    text-align: left;
    margin-top: 0.25rem;
  }
}
@media (max-width: 38.75rem) {
  .request .form__descriptions {
    grid-column: auto;
    margin-top: 0.375rem;
    text-align: center;
  }
}
.request .form__descriptions a {
  text-decoration: none;
}
.request .button {
  margin-top: 1.875rem;
  max-width: 15.75rem;
}
@media (max-width: 60rem) {
  .request .button {
    max-width: 100%;
    margin-top: 0.25rem;
  }
}

.feedback {
  padding: 6.875rem 0;
}
@media (max-width: 48rem) {
  .feedback {
    padding: 3.75rem 0;
  }
}
@media (max-width: 38.75rem) {
  .feedback {
    padding: 2.5rem 0;
  }
}
@media (max-width: 38.75rem) {
  .feedback__swiper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.feedback__swiper .swiper-slide {
  height: auto;
}
.feedback__swiper .swiper-slide picture {
  width: 100%;
  height: 100%;
}
.feedback__swiper .swiper-slide img {
  width: 100%;
  margin-bottom: 1.8125rem;
  height: calc((100vw - var(--container-offset) * 2 - 1.25rem * 2) / 3 * 1.4136125654);
}
@media (max-width: 60rem) {
  .feedback__swiper .swiper-slide img {
    height: calc((100vw - var(--container-offset) * 2 - 1.25rem) / 2 * 1.4136125654);
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 38.75rem) {
  .feedback__swiper .swiper-slide img {
    height: 141.3612565445vw;
  }
}

.main__v2 .hero-about {
  position: relative;
  background: var(--main-color);
  height: 61.25rem;
}
.main__v2 .hero-about {
  height: 980px;
}
@media (max-width: 1920px) {
  .main__v2 .hero-about {
    height: calc(540px + 440 * (100vw - 375px) / 1545);
  }
}
.main__v2 .hero-about__container {
  height: 100%;
}
.main__v2 .hero-about__head {
  color: var(--light-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main__v2 .hero-about__play {
  position: absolute;
  inset: 0;
}
@media (any-hover: hover) {
  .main__v2 .hero-about__play:hover::before {
    opacity: 0.5;
  }
}
.main__v2 .hero-about__logo {
  z-index: 1;
}
.main__v2 .hero-about__logo:not(:last-child) {
  margin-bottom: 110px;
}
@media (max-width: 1920px) {
  .main__v2 .hero-about__logo:not(:last-child) {
    margin-bottom: calc(60px + 50 * (100vw - 375px) / 1545);
  }
}
.main__v2 .hero-about__logo-image {
  midth: 38.125rem;
}
.main__v2 .hero-about__subtitle {
  z-index: 1;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.main__v2 .hero-about__subtitle {
  font-size: 36px;
}
@media (max-width: 1920px) {
  .main__v2 .hero-about__subtitle {
    font-size: calc(24px + 12 * (100vw - 375px) / 1545);
  }
}

.main__v2 .theses__hero {
  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;
  margin-bottom: 5rem;
}
@media (max-width: 38.75rem) {
  .main__v2 .theses__hero {
    margin-bottom: 2.5rem;
  }
}
.main__v2 .theses__hero .theses__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 47.125rem;
}
.main__v2 .theses__hero .theses__text {
  text-align: center;
}
.main__v2 .theses__author {
  color: var(--main-color);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28% 1fr 28%;
  grid-template-columns: 28% 1fr 28%;
  max-width: 88.75rem;
  text-align: left;
}
.main__v2 .theses__author {
  margin-bottom: 120px;
}
@media (max-width: 1920px) {
  .main__v2 .theses__author {
    margin-bottom: calc(60px + 60 * (100vw - 375px) / 1545);
  }
}
.main__v2 .theses__author {
  gap: 30px;
}
@media (max-width: 1920px) {
  .main__v2 .theses__author {
    gap: calc(10px + 20 * (100vw - 375px) / 1545);
  }
}
.main__v2 .theses__author .title {
  text-align: left;
  font-family: var(--font-family);
  font-weight: 100;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.main__v2 .theses__author .title {
  font-size: 36px;
}
@media (max-width: 1920px) {
  .main__v2 .theses__author .title {
    font-size: calc(12px + 24 * (100vw - 375px) / 1545);
  }
}
.main__v2 .theses__name {
  margin: 0;
  font-weight: 100;
  white-space: nowrap;
  text-align: right;
}
.main__v2 .theses__name {
  font-size: 24px;
}
@media (max-width: 1920px) {
  .main__v2 .theses__name {
    font-size: calc(10px + 14 * (100vw - 375px) / 1545);
  }
}
.main__v2 .theses__grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media (max-width: 60rem) {
  .main__v2 .theses__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
  .main__v2 .theses__grid .grid-tablet-top {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.main__v2 .theses__grid:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 1920px) {
  .main__v2 .theses__grid:not(:last-child) {
    margin-bottom: calc(50px + 30 * (100vw - 375px) / 1545);
  }
}
.main__v2 .theses__grid:not(:last-child):has(.theses__play) {
  margin-bottom: 140px;
}
@media (max-width: 1920px) {
  .main__v2 .theses__grid:not(:last-child):has(.theses__play) {
    margin-bottom: calc(70px + 70 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 60rem) {
  .main__v2 .theses__grid:not(:last-child):has(.theses__play) {
    margin-bottom: 80px;
  }
}
@media (max-width: 60rem) and (max-width: 1920px) {
  .main__v2 .theses__grid:not(:last-child):has(.theses__play) {
    margin-bottom: calc(50px + 30 * (100vw - 375px) / 1545);
  }
}
.main__v2 .theses__grid--plus .theses__picture {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media (max-width: 60rem) {
  .main__v2 .theses__grid--plus .theses__picture {
    grid-row: auto;
  }
}
.main__v2 .theses__content {
  max-width: 100%;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 60rem) {
  .main__v2 .theses__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.main__v2 .theses__content .title {
  max-width: 100%;
  padding: 0;
}
.main__v2 .theses__content--mission {
  margin: 0 auto;
  max-width: 34.375rem;
  padding: 0;
}
.main__v2 .theses__content--mission .theses__title, .main__v2 .theses__content--mission .theses__text {
  text-align: center;
}
.main__v2 .theses__image {
  max-height: 100%;
}
@media (max-width: 60rem) {
  .main__v2 .theses__picture {
    margin-left: calc(var(--container-offset) * -1);
    margin-right: calc(var(--container-offset) * -1);
  }
}
.main__v2 .theses__picture--main {
  padding-top: 140px;
}
@media (max-width: 1920px) {
  .main__v2 .theses__picture--main {
    padding-top: calc(0px + 140 * (100vw - 375px) / 1545);
  }
}
.main__v2 .theses__picture--main {
  padding-bottom: 140px;
}
@media (max-width: 1920px) {
  .main__v2 .theses__picture--main {
    padding-bottom: calc(0px + 140 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 60rem) {
  .main__v2 .theses__picture--main .theses__image {
    min-height: 26.25rem;
  }
}
.main__v2 .theses__picture--main:not(:last-child) {
  margin-bottom: 3.75rem;
}
.main__v2 .theses__play {
  padding-top: 100%;
  margin-left: calc(var(--container-offset) * -1);
  width: calc(100% + var(--container-offset));
  height: calc(100% + var(--container-offset));
}
@media (max-width: 60rem) {
  .main__v2 .theses__play {
    width: calc(100% + var(--container-offset) * 2);
    height: 100%;
    margin-right: calc(var(--container-offset) * -1);
  }
}
.main__v2 .theses__play .play__video {
  top: 0;
  position: absolute;
}
.main__v2 .theses__text {
  font-size: 20px;
}
@media (max-width: 1920px) {
  .main__v2 .theses__text {
    font-size: calc(12px + 8 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 38.75rem) {
  .main__v2 .theses__text {
    max-width: 90%;
  }
}
.main__v2 .theses__blockquote {
  font-weight: 200;
}
.main__v2 .theses__blockquote {
  font-size: 64px;
}
@media (max-width: 1920px) {
  .main__v2 .theses__blockquote {
    font-size: calc(32px + 32 * (100vw - 375px) / 1545);
  }
}
.main__v2 .theses__blockquote:not(:last-child) {
  margin-bottom: 3.75rem;
}
.main__v2 .theses__button {
  min-width: 10.9375rem;
  text-decoration: underline;
}

.main__v2 .feedback {
  padding-top: 80px;
}
@media (max-width: 1920px) {
  .main__v2 .feedback {
    padding-top: calc(0px + 80 * (100vw - 375px) / 1545);
  }
}
.main__v2 .feedback {
  padding-bottom: 80px;
}
@media (max-width: 1920px) {
  .main__v2 .feedback {
    padding-bottom: calc(0px + 80 * (100vw - 375px) / 1545);
  }
}

.main--about-v3 .breadcrumbs {
  color: var(--light-color);
}

.feedback + .about-section {
  margin-top: 50px;
}
@media (max-width: 1920px) {
  .feedback + .about-section {
    margin-top: calc(30px + 20 * (100vw - 375px) / 1545);
  }
}

.about-section {
  margin-bottom: 120px;
}
@media (max-width: 1920px) {
  .about-section {
    margin-bottom: calc(60px + 60 * (100vw - 375px) / 1545);
  }
}
.about-section:has(+ .feedback) {
  margin-bottom: 1.875rem;
}
.about-section h2.about-section__title {
  font-size: 60px;
}
@media (max-width: 1920px) {
  .about-section h2.about-section__title {
    font-size: calc(20px + 40 * (100vw - 375px) / 1545);
  }
}
.about-section__title {
  font-family: var(--font-title);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  max-width: 87.5rem;
}
.about-section__title {
  margin-bottom: 50px;
}
@media (max-width: 1920px) {
  .about-section__title {
    margin-bottom: calc(26px + 24 * (100vw - 375px) / 1545);
  }
}
* + .about-section__title {
  margin-top: 70px;
}
@media (max-width: 1920px) {
  * + .about-section__title {
    margin-top: calc(26px + 44 * (100vw - 375px) / 1545);
  }
}
.about-section__lead {
  line-height: 150%;
  text-align: center;
  max-width: 73.125rem;
  margin: 0 auto;
}
.about-section__lead {
  font-size: 24px;
}
@media (max-width: 1920px) {
  .about-section__lead {
    font-size: calc(12px + 12 * (100vw - 375px) / 1545);
  }
}
.about-section__lead {
  margin-top: 60px;
}
@media (max-width: 1920px) {
  .about-section__lead {
    margin-top: calc(30px + 30 * (100vw - 375px) / 1545);
  }
}
.about-section__lead {
  margin-bottom: 60px;
}
@media (max-width: 1920px) {
  .about-section__lead {
    margin-bottom: calc(30px + 30 * (100vw - 375px) / 1545);
  }
}
.about-section__text {
  line-height: 150%;
  text-align: center;
  margin: 0 auto;
  max-width: 73.125rem;
}
.about-section__text {
  font-size: 24px;
}
@media (max-width: 1920px) {
  .about-section__text {
    font-size: calc(12px + 12 * (100vw - 375px) / 1545);
  }
}
.about-section__text:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 1920px) {
  .about-section__text:not(:last-child) {
    margin-bottom: calc(16px + 8 * (100vw - 375px) / 1545);
  }
}
.about-section__fullbleed {
  margin-left: calc(var(--container-offset) * -1);
  margin-right: calc(var(--container-offset) * -1);
  overflow: hidden;
}
.about-section__fullbleed {
  margin-top: 60px;
}
@media (max-width: 1920px) {
  .about-section__fullbleed {
    margin-top: calc(32px + 28 * (100vw - 375px) / 1545);
  }
}
.about-section__fullbleed {
  margin-bottom: 60px;
}
@media (max-width: 1920px) {
  .about-section__fullbleed {
    margin-bottom: calc(32px + 28 * (100vw - 375px) / 1545);
  }
}
.about-section__photo-center {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.about-section__photo-center {
  margin-top: 48px;
}
@media (max-width: 1920px) {
  .about-section__photo-center {
    margin-top: calc(28px + 20 * (100vw - 375px) / 1545);
  }
}
.about-section__photo-center {
  margin-bottom: 48px;
}
@media (max-width: 1920px) {
  .about-section__photo-center {
    margin-bottom: calc(28px + 20 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 48rem) {
  .about-section__photo-center {
    max-width: initial;
    margin-left: calc(var(--container-offset) * -1);
    margin-right: calc(var(--container-offset) * -1);
  }
}
.about-section__duo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.about-section__duo {
  gap: 52px;
}
@media (max-width: 1920px) {
  .about-section__duo {
    gap: calc(12px + 40 * (100vw - 375px) / 1545);
  }
}
.about-section__duo {
  margin-top: 60px;
}
@media (max-width: 1920px) {
  .about-section__duo {
    margin-top: calc(32px + 28 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 48rem) {
  .about-section__duo {
    margin-left: calc(var(--container-offset) * -1);
    margin-right: calc(var(--container-offset) * -1);
  }
}
.about-section__photo {
  overflow: hidden;
}
.about-section__photo .about-section__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-section__image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 48rem) {
  .main--legacy {
    margin-top: 0;
  }
}
.main--legacy .hero {
  height: auto;
}
.main--legacy .hero {
  margin-bottom: 130px;
}
@media (max-width: 1920px) {
  .main--legacy .hero {
    margin-bottom: calc(40px + 90 * (100vw - 375px) / 1545);
  }
}
.main--legacy .hero .breadcrumbs {
  color: var(--main-color);
}
@media (max-width: 48rem) {
  .main--legacy .hero .breadcrumbs {
    position: absolute;
    z-index: 100;
    top: 0;
    color: var(--light-color);
    margin-top: calc(var(--header-height) + var(--marquee-height) + 1.625rem);
  }
}
@media (max-width: 38.75rem) {
  .main--legacy .hero .breadcrumbs {
    margin-top: calc(var(--header-height) + var(--marquee-height) + 1rem);
  }
}
.main--legacy .hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.main--legacy .hero__container:not(.container) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main--legacy .hero__head {
  position: absolute;
  color: var(--light-color);
  z-index: 10;
  padding: 0 var(--container-offset);
}
.main--legacy .hero__title {
  text-transform: uppercase;
  max-width: 72.5rem;
  line-height: 130%;
  margin: 0 auto;
  letter-spacing: 0.12em;
}
.main--legacy .hero__title {
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .main--legacy .hero__title {
    margin-bottom: calc(18px + 12 * (100vw - 375px) / 1545);
  }
}
.main--legacy .hero__title {
  font-size: 64px;
}
@media (max-width: 1920px) {
  .main--legacy .hero__title {
    font-size: calc(24px + 40 * (100vw - 375px) / 1545);
  }
}
.main--legacy .hero__subtitle {
  max-width: 60.25rem;
  line-height: 158%;
  margin: 0 auto;
  font-weight: 300;
}
.main--legacy .hero__subtitle {
  font-size: 24px;
}
@media (max-width: 1920px) {
  .main--legacy .hero__subtitle {
    font-size: calc(14px + 10 * (100vw - 375px) / 1545);
  }
}
.main--legacy .hero .swiper-slide::after {
  display: none;
}
.main--legacy .catalog__title {
  margin-bottom: 4.5rem;
  letter-spacing: 0.12em;
}
.main--legacy .catalog__title {
  font-size: 60px;
}
@media (max-width: 1920px) {
  .main--legacy .catalog__title {
    font-size: calc(50px + 10 * (100vw - 375px) / 1545);
  }
}
.main--legacy .pages {
  margin-bottom: 130px;
}
@media (max-width: 1920px) {
  .main--legacy .pages {
    margin-bottom: calc(40px + 90 * (100vw - 375px) / 1545);
  }
}
.main--legacy .call {
  background-image: none;
  padding: 0;
}
.main--legacy .call {
  margin-bottom: 110px;
}
@media (max-width: 1920px) {
  .main--legacy .call {
    margin-bottom: calc(50px + 60 * (100vw - 375px) / 1545);
  }
}
.main--legacy .call__title {
  max-width: 88.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.main--legacy .call__title {
  font-size: 64px;
}
@media (max-width: 1920px) {
  .main--legacy .call__title {
    font-size: calc(20px + 44 * (100vw - 375px) / 1545);
  }
}
.main--legacy .call__title {
  margin-bottom: 67px;
}
@media (max-width: 1920px) {
  .main--legacy .call__title {
    margin-bottom: calc(43px + 24 * (100vw - 375px) / 1545);
  }
}
.main--legacy .call__button {
  font-family: "Manrope", sans-serif;
  min-height: 4.375rem;
  padding: 0.625rem 2.5rem;
  text-transform: none;
}
.main--legacy .call__button {
  font-size: 22px;
}
@media (max-width: 1920px) {
  .main--legacy .call__button {
    font-size: calc(16px + 6 * (100vw - 375px) / 1545);
  }
}
.main--legacy .call__button {
  margin-bottom: 67px;
}
@media (max-width: 1920px) {
  .main--legacy .call__button {
    margin-bottom: calc(28px + 39 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 48rem) {
  .main--legacy .call__button {
    padding: 0.625rem 1.875rem;
    min-height: 2.5rem;
    min-width: auto;
  }
}
@media (max-width: 48rem) {
  .main--legacy .call__item {
    -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;
    text-align: center;
  }
  .main--legacy .call__item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 48rem) {
  .main--legacy .call__icon {
    margin: 0;
    margin-bottom: 0.4375rem;
  }
}

.production {
  margin-bottom: 150px;
}
@media (max-width: 1920px) {
  .production {
    margin-bottom: calc(30px + 120 * (100vw - 375px) / 1545);
  }
}
.production__title {
  font-size: 64px;
}
@media (max-width: 1920px) {
  .production__title {
    font-size: calc(24px + 40 * (100vw - 375px) / 1545);
  }
}
.production__title {
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .production__title {
    margin-bottom: calc(11px + 9 * (100vw - 375px) / 1545);
  }
}
.production__play {
  width: calc(100% + var(--container-offset) * 2);
  margin-left: calc(var(--container-offset) * -1);
  margin-right: calc(var(--container-offset) * -1);
}
.production__play {
  margin-bottom: 50px;
}
@media (max-width: 1920px) {
  .production__play {
    margin-bottom: calc(24px + 26 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 48rem) {
  .production__play {
    height: 47rem;
  }
}
.production__subtitle {
  font-family: var(--font-header);
  line-height: 137%;
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}
.production__subtitle {
  font-size: 24px;
}
@media (max-width: 1920px) {
  .production__subtitle {
    font-size: calc(14px + 10 * (100vw - 375px) / 1545);
  }
}
.production__subtitle {
  margin-bottom: 84px;
}
@media (max-width: 1920px) {
  .production__subtitle {
    margin-bottom: calc(24px + 60 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 48rem) {
  .production__subtitle {
    line-height: 150%;
    max-width: 80%;
  }
}
.production__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 5.3125rem 4rem;
}
@media (max-width: 60rem) {
  .production__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .production__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}
.production__thumb {
  margin-bottom: 1.5rem;
}
@media (max-width: 38.75rem) {
  .production__thumb {
    width: calc(100% + var(--container-offset) * 2);
    margin-left: calc(var(--container-offset) * -1);
    margin-right: calc(var(--container-offset) * -1);
  }
}
.production__image {
  width: 100%;
}
.production__subject {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.6875rem;
}
.production__subject {
  font-size: 30px;
}
@media (max-width: 1920px) {
  .production__subject {
    font-size: calc(24px + 6 * (100vw - 375px) / 1545);
  }
}
.production__text {
  font-family: var(--font-header);
  line-height: 150%;
  margin: 0;
}
.production__text {
  font-size: 18px;
}
@media (max-width: 1920px) {
  .production__text {
    font-size: calc(14px + 4 * (100vw - 375px) / 1545);
  }
}

.confirmation {
  padding: 5rem 0 6.5625rem;
}
@media (max-width: 48rem) {
  .confirmation {
    padding: 4.375rem 0 6.25rem;
  }
}
@media (max-width: 38.75rem) {
  .confirmation {
    padding: 2.5rem 0 5rem;
  }
}
.confirmation__container {
  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;
}
.confirmation__title {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 2.125rem;
}
@media (max-width: 38.75rem) {
  .confirmation__title {
    font-size: 2.125rem;
    margin-bottom: 1.9375rem;
  }
}
.confirmation__list {
  border: 0.0625rem solid rgba(0, 0, 0, 0.08);
  padding: 1.5625rem 2.1875rem;
  margin-bottom: 2.3125rem;
  width: 100%;
  max-width: 35.875rem;
}
@media (max-width: 38.75rem) {
  .confirmation__list {
    padding: 0.9375rem 0.9375rem;
    margin-bottom: 1.375rem;
  }
}
.confirmation__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.confirmation__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 38.75rem) {
  .confirmation__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.confirmation__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-0.3125rem);
  -ms-transform: translateY(-0.3125rem);
  transform: translateY(-0.3125rem);
  border-bottom: 0.0625rem dashed rgba(0, 0, 0, 0.08);
  width: 100%;
}
.confirmation__heading {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  background: var(--light-color);
  padding: 0 0.3125rem;
  z-index: 1;
}
@media (max-width: 38.75rem) {
  .confirmation__heading {
    font-size: 1rem;
  }
}
.confirmation__details {
  font-weight: 500;
  font-size: 1.125rem;
  text-align: right;
  display: inline-block;
  background: var(--light-color);
  padding: 0 0.3125rem;
  z-index: 1;
}
@media (max-width: 38.75rem) {
  .confirmation__details {
    font-size: 1rem;
  }
}
.confirmation__text {
  font-size: 0.8125rem;
  line-height: 138%;
  text-align: center;
  margin-bottom: 1.6875rem;
}
@media (max-width: 38.75rem) {
  .confirmation__text {
    margin-bottom: 1.1875rem;
  }
}
.confirmation__button {
  width: 100%;
  max-width: 22.5rem;
}
.confirmation__button:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 38.75rem) {
  .confirmation__button:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}
.confirmation__info {
  text-align: center;
  margin-bottom: 1.5625rem;
}

.product {
  font-family: "Manrope", sans-serif;
  overflow: visible;
}
.product {
  margin-bottom: 150px;
}
@media (max-width: 1920px) {
  .product {
    margin-bottom: calc(40px + 110 * (100vw - 375px) / 1545);
  }
}
.product__breadcrumbs {
  margin-bottom: 2.125rem;
}
@media (max-width: 48rem) {
  .product__breadcrumbs {
    margin-bottom: 3.125rem;
  }
}
.product__box {
  position: relative;
}
.product__wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 2.5fr;
  grid-template-columns: 5fr 2.5fr;
  gap: 3.125rem;
  min-height: 37.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 90rem) {
  .product__wrapper {
    gap: 2.5rem;
  }
}
@media (max-width: 60rem) {
  .product__wrapper {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.4375rem;
    min-height: 0rem;
  }
}
@media (max-width: 38.75rem) {
  .product__wrapper {
    gap: 3rem;
    -ms-grid-rows: 33.4375rem auto;
    grid-template-rows: 33.4375rem auto;
  }
}
.product__gallery {
  max-width: 65%;
  margin: 0 auto;
}
@media (max-width: 90rem) {
  .product__gallery {
    max-width: 100%;
  }
}
@media (max-width: 60rem) {
  .product__gallery {
    padding: 0 2.25rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .product__gallery {
    padding: 0 1.625rem;
  }
}
@media (min-width: 60.0625rem) {
  .product__gallery .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.25rem;
  }
}
.product__gallery .swiper-button-next,
.product__gallery .swiper-button-prev {
  display: none;
  width: 2.25rem;
  height: 2.25rem;
}
@media (max-width: 60rem) {
  .product__gallery .swiper-button-next,
  .product__gallery .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 38.75rem) {
  .product__gallery .swiper-button-next,
  .product__gallery .swiper-button-prev {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.product__gallery .swiper-button-next::after,
.product__gallery .swiper-button-prev::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.product__gallery .swiper-button-next {
  right: 0;
}
.product__gallery .swiper-button-next::after {
  background-image: url(/upload/demo/img/svg/arrow-btn-dark.svg);
}
.product__gallery .swiper-button-prev {
  left: 0;
}
.product__gallery .swiper-button-prev::after {
  background-image: url(/upload/demo/img/svg/arrow-btn-dark.svg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 90rem) {
  .product__swiper-details {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media (min-width: 961px) {
  .product .product__info {
    min-width: 32.5rem;
  }
}
@media (min-width: 961px) {
  .product .product__info {
    position: sticky;
    top: calc(var(--header-height) + var(--nav-height) + var(--marquee-height));
    height: calc(100vh - (var(--header-height) + var(--nav-height) + var(--marquee-height)));
    overflow: hidden;
  }
  .product .product__content {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    padding-bottom: 2.5rem;
  }
}
.product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2.375rem;
}
@media (max-width: 48rem) {
  .product__head {
    margin-bottom: 1.25rem;
  }
}
.product__brand {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
.product__brand img {
  margin-bottom: 0.625rem;
}
@media (max-width: 38.75rem) {
  .product__brand img {
    max-height: 32px;
    width: auto;
  }
}
.product__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem;
}
@media (max-width: 38.75rem) {
  .product__bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product__title {
  margin: 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 120%;
  width: 100%;
}
.product__title:not(:last-child) {
  margin-bottom: 0.25rem;
}
@media (max-width: 38.75rem) {
  .product__title {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}
.product__subtitle {
  margin: 0;
  font-size: 1.125rem;
  line-height: 144%;
  color: rgba(0, 0, 0, 0.5);
}
.product__name {
  margin: 0;
  opacity: 0.5;
  font-size: 1.125rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 38.75rem) {
  .product__name {
    font-size: 0.875rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.product__article {
  margin: 0;
  opacity: 0.5;
  font-size: 1.125rem;
  -ms-grid-column-align: end;
  justify-self: end;
}
@media (max-width: 38.75rem) {
  .product__article {
    -ms-grid-column-align: start;
    justify-self: start;
    font-size: 0.875rem;
  }
}
.product #product-button-callback {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product__confirm {
  display: -ms-grid;
  display: grid;
  gap: 1.625rem;
  margin-bottom: 4.0625rem;
}
@media (max-width: 38.75rem) {
  .product__confirm {
    margin-bottom: 2.5rem;
  }
}
.product__confirm .product__button {
  font-family: "Manrope", sans-serif;
  width: 100%;
  background-color: var(--light-color);
  border: 1px solid var(--main-color);
  background-image: none;
  color: var(--main-color);
  font-size: 1.375rem;
  text-transform: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.0625rem 1.5625rem;
  min-height: 4.6875rem;
  gap: 1.25rem;
}
@media (any-hover: hover) {
  .product__confirm .product__button:hover {
    background-color: var(--main-color);
    color: var(--second-color);
  }
}
@media (max-width: 38.75rem) {
  .product__confirm .product__button {
    font-size: 0.875rem;
    padding: 0.625rem;
    min-height: 2.5rem;
    gap: 0.625rem;
  }
}
.product__confirm .product__button .button__text {
  text-align: left;
  white-space: nowrap;
}
.product__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 38.75rem) {
  .product__value {
    gap: 0.625rem;
  }
}
.product__value > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (max-width: 38.75rem) {
  .product__value > * {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
.product__value .value__discount {
  margin-right: 1.25rem;
}
@media (max-width: 38.75rem) {
  .product__value .value__discount {
    margin-right: 0.625rem;
  }
}
.product__value .value__old {
  font-size: 1.25rem;
  color: #7a7a7a;
}
@media (max-width: 38.75rem) {
  .product__value .value__old {
    font-size: 0.875rem;
  }
}
@media (max-width: 38.75rem) {
  .product__value .value__discount {
    font-size: 0.875rem;
    padding: 0 0.2rem;
  }
}
.product__value .value__price {
  font-weight: 400;
  font-size: 1.25rem;
}
@media (max-width: 38.75rem) {
  .product__value .value__price {
    font-size: 0.875rem;
  }
}
.product__heart {
  top: 0.1875rem;
}
.product__heart svg {
  width: 1.875rem;
  height: 1.875rem;
}
@media (max-width: 60rem) {
  .product__heart {
    right: auto;
  }
}
.product__status {
  top: 1.875rem;
}
@media (max-width: 60rem) {
  .product__status {
    top: 1.25rem;
  }
}
@media (max-width: 38.75rem) {
  .product__status {
    top: 0.625rem;
  }
}
.product ~ .interest {
  margin-bottom: 3.125rem;
}
@media (max-width: 38.75rem) {
  .product ~ .interest {
    margin-bottom: 5rem;
  }
}
.product ~ .interest .title {
  margin-bottom: 2.5rem;
}
@media (max-width: 38.75rem) {
  .product ~ .interest .title {
    margin-bottom: 1.875rem;
  }
}

.swiper-list {
  background: var(--light-color);
}
.swiper-list__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-list__slide video,
.swiper-list__slide img,
.swiper-list__slide picture, .swiper-list__play video,
.swiper-list__play img,
.swiper-list__play picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-list .play__button {
  width: 3.75rem;
  height: 3.75rem;
  background-size: 1.5rem 1.5rem;
  pointer-events: none;
}
@media (max-width: 90rem) {
  .swiper-list .swiper-button-next-blur,
  .swiper-list .swiper-button-prev-blur {
    display: none;
  }
}

.swiper-details {
  background: var(--light-color);
  cursor: url(/upload/demo/img/svg/icon-search.svg) 2 2, default;
}
@media (max-width: 60rem) {
  .swiper-details {
    cursor: inherit;
  }
}
@media (min-width: 60.0625rem) {
  .swiper-details.swiper--zoom {
    width: calc(100vw - var(--container-offset) * 2);
    position: absolute;
    overflow: scroll;
    height: 100%;
    top: 0;
    z-index: 99;
    cursor: inherit;
  }
  .swiper-details.swiper--zoom .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 75%;
    padding-top: 1.25rem;
    margin-left: 12.5rem;
  }
  .swiper-details.swiper--zoom .swiper-slide {
    height: auto !important;
  }
  .swiper-details.swiper--zoom .swiper-button-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 13.75rem;
    left: var(--container-offset);
    z-index: 1;
    font-size: 1.375rem;
  }
  .swiper-details.swiper--zoom .swiper-button-close svg {
    width: 0.875rem;
    height: 0.875rem;
    stroke: var(--main-color);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 0.625rem;
    margin-bottom: 0.25rem;
  }
  .swiper-details.swiper--zoom .status {
    position: fixed;
    top: 13.75rem;
    right: var(--container-offset);
  }
}
.swiper-details__slide {
  overflow: hidden;
}
.swiper-details__slide, .swiper-details__play {
  height: auto;
}
.swiper-details__slide video,
.swiper-details__slide img,
.swiper-details__slide picture, .swiper-details__play video,
.swiper-details__play img,
.swiper-details__play picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-details .swiper-button-close {
  display: none;
}

.parameter-product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5625rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 60rem) {
  .parameter-product {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 48rem) {
  .parameter-product {
    gap: 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .parameter-product {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.parameter-product__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.parameter-product__caption {
  margin: 0;
  font-size: 1.125rem;
  line-height: 111%;
  margin-bottom: 1.25rem;
}
@media (max-width: 38.75rem) {
  .parameter-product__caption {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}
.parameter-product__similar img {
  width: 10.625rem;
}
@media (max-width: 38.75rem) {
  .parameter-product__similar img {
    width: 6.875rem;
  }
}
.parameter-product__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (max-width: 60rem) {
  .parameter-product__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 38.75rem) {
  .parameter-product__wrap {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
.parameter-product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.625rem 0.8125rem;
}
@media (max-width: 38.75rem) {
  .parameter-product__list {
    gap: 1.0625rem 0.8125rem;
  }
}
.parameter-product__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.parameter-product__link {
  margin: 0;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.125rem;
  background: var(--light-color);
  border: 1px solid var(--main-color);
  min-height: 3.125rem;
  min-width: 8.75rem;
  padding: 0.75rem;
  color: inherit;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
.parameter-product__link.is-checked {
  background: var(--main-color);
  color: var(--light-color);
}
@media (any-hover: hover) {
  .parameter-product__link:hover {
    background: var(--main-color);
    color: var(--light-color);
  }
}
@media (max-width: 38.75rem) {
  .parameter-product__link {
    font-size: 0.875rem;
    min-height: 2.5rem;
    min-width: 7.125rem;
    padding: 0.4375rem;
  }
}
.parameter-product__text {
  margin: 0;
  font-size: 1.375rem;
}
.parameter-product__icon {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.collection-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 38.75rem) {
  .collection-product {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.collection-product__icon {
  width: 0.75rem;
  height: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.collection-product__icon:not(:last-child) {
  margin-right: 0.5rem;
  margin-bottom: 0.3125rem;
}
.collection-product__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 143%;
}

.description-product {
  position: relative;
}
@media (min-width: 38.8125rem) {
  .description-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.125rem;
  }
}
.description-product__row {
  overflow: hidden;
}
@media (max-width: 38.75rem) {
  .description-product__row {
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }
  .description-product__row:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
}
.description-product__row.is-active .description-product__caption {
  opacity: 1;
  text-decoration: underline;
}
.description-product__row.is-active .description-product__content {
  display: block;
}
.description-product__row.is-active.is-limited .description-product__content {
  display: -webkit-box;
}
@media (max-width: 38.75rem) {
  .description-product__row.is-active.is-limited .description-product__content {
    display: block;
  }
}
.description-product__row.is-active.is-limited .description-product__show-more {
  display: block;
  position: absolute;
  bottom: 0;
}
@media (min-width: 38.8125rem) {
  .description-product__row.is-limited .description-product__content {
    padding-bottom: 1.875rem;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .description-product__row.is-limited .description-product__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.875rem;
    position: absolute;
    bottom: 0;
    background: var(--light-color);
  }
}
@media (max-width: 38.75rem) {
  .description-product__row.is-active .description-product__caption::before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .description-product__row.is-active .description-product__content {
    max-height: 62.5rem;
    height: 100%;
  }
}
.description-product__content {
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
}
.description-product__content ul, .description-product__content ol {
  margin: 0;
  padding: 0;
}
.description-product__content ul {
  list-style-type: auto;
  margin-left: 1.5625rem;
  line-height: 144%;
  font-size: 1.125rem;
}
@media (max-width: 38.75rem) {
  .description-product__content ul {
    font-size: 1rem;
  }
}
.description-product__content ol li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.description-product__content ol li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.description-product__content ol li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-0.3125rem);
  -ms-transform: translateY(-0.3125rem);
  transform: translateY(-0.3125rem);
  border-bottom: 0.0625rem dashed var(--main-color);
  width: 100%;
  z-index: -1;
}
.description-product__content ol li span:first-child {
  background: var(--light-color);
  padding: 0 0.3125rem;
  margin: 0 -0.3125rem;
  font-size: 1.125rem;
  line-height: 160%;
  z-index: -1;
}
@media (max-width: 38.75rem) {
  .description-product__content ol li span:first-child {
    font-size: 1rem;
  }
}
.description-product__content ol li span:last-child {
  width: calc(50% - 0.9375rem);
  vertical-align: bottom;
  background: var(--light-color);
  padding: 0 0.3125rem;
  font-size: 1.125rem;
  line-height: 160%;
  z-index: -1;
}
@media (max-width: 38.75rem) {
  .description-product__content ol li span:last-child {
    width: auto;
    max-width: 50%;
    font-size: 1rem;
  }
}
@media (max-width: 38.75rem) {
  .description-product__content {
    max-height: 0;
    height: 0;
    position: initial;
    display: block;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease 0s;
    transition: max-height 0.3s ease 0s;
  }
  .description-product__content > *:last-child {
    margin-bottom: 1.25rem;
  }
}
.description-product__content p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 144%;
}
@media (max-width: 38.75rem) {
  .description-product__content p {
    font-size: 1rem;
  }
}
.description-product__content a {
  font-size: 1.125rem;
  line-height: 144%;
  opacity: 0.5;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  color: inherit;
  display: inline-block;
}
@media (any-hover: hover) {
  .description-product__content a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media (max-width: 38.75rem) {
  .description-product__content a {
    font-size: 1rem;
  }
}
.description-product__show-more {
  display: none;
  font-size: 1.125rem;
  text-decoration: underline;
  z-index: 1;
}
@media (any-hover: hover) {
  .description-product__show-more:hover {
    text-decoration: none;
  }
}
.description-product__caption {
  margin: 0;
  font-size: 1.125rem;
  line-height: 111%;
  margin-bottom: 1.5rem;
  opacity: 0.5;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .description-product__caption:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
@media (max-width: 38.75rem) {
  .description-product__caption {
    opacity: 1;
    font-size: 1rem;
  }
  .description-product__caption::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0.3125rem;
    width: 1rem;
    height: 1rem;
    background: url("/upload/demo/img/sprite.svg#arrow");
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }
}
.description-product__icon {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  float: left;
}
.description-product__icon:not(:last-child) {
  margin-right: 0.3125rem;
}
.description-product__txt {
  float: left;
}

.interest {
  margin-bottom: 6rem;
}
@media (max-width: 38.75rem) {
  .interest {
    margin-bottom: 5.125rem;
  }
}
.interest__title, .interest .news__title {
  font-family: var(--font-title);
  text-transform: uppercase;
}
.interest .card__title, .interest .card__swiper {
  margin-bottom: 0.625rem;
}
.interest .card__title, .interest .price__cost, .interest .price__sell {
  font-family: Manrope, sans-serif;
}
@media (max-width: 38.75rem) {
  .interest .card__title, .interest .price__cost, .interest .price__sell {
    font-size: 0.6875rem;
  }
}
.interest .swiper-button-next:after,
.interest .swiper-rtl .swiper-button-prev:after,
.interest .swiper-button-prev:after,
.interest .swiper-rtl .swiper-button-next:after {
  background-image: url(/upload/demo/img/svg/arrow-swiper.svg);
}
.interest .swiper-button-next, .interest .swiper-rtl .swiper-button-prev,
.interest .swiper-button-prev, .interest .swiper-rtl .swiper-button-next {
  width: 1.5rem;
  height: 3.5rem;
  opacity: 1;
}
@media (any-hover: hover) {
  .interest .swiper-button-next:hover, .interest .swiper-rtl .swiper-button-prev:hover,
  .interest .swiper-button-prev:hover, .interest .swiper-rtl .swiper-button-next:hover {
    opacity: 0.5;
  }
}
@media (max-width: 38.75rem) {
  .interest .swiper-button-next, .interest .swiper-rtl .swiper-button-prev,
  .interest .swiper-button-prev, .interest .swiper-rtl .swiper-button-next {
    width: 0.875rem;
    height: 2rem;
  }
}
.interest .swiper-button-next, .interest .swiper-rtl .swiper-button-prev {
  right: 0;
}
.interest .swiper-button-prev, .interest .swiper-rtl .swiper-button-next {
  left: 0;
}
.interest .swiper .swiper-button-next:after, .interest .swiper .swiper-rtl .swiper-button-prev:after, .interest .swiper .swiper-button-prev:after, .interest .swiper .swiper-rtl .swiper-button-next:after {
  width: 100%;
  height: 100%;
}

.products_new {
  margin-top: 3.125rem;
}
@media (max-width: 38.75rem) {
  .products_new .card {
    padding: 0 0.625rem;
  }
}
.products_new .interest__thumbs {
  display: none;
}
@media (max-width: 620px) {
  .products_new .interest__swiper {
    margin-bottom: 1.75rem;
  }
  .products_new .interest__thumbs {
    display: block;
  }
  .products_new .interest__thumbs .swiper-slide {
    opacity: 1;
    cursor: pointer;
  }
  .products_new .interest__thumbs .swiper-slide[style*="display: none"] {
    opacity: 0;
  }
}

.team {
  margin-bottom: 140px;
}
@media (max-width: 1920px) {
  .team {
    margin-bottom: calc(60px + 80 * (100vw - 375px) / 1545);
  }
}
.team__title {
  font-size: 64px;
}
@media (max-width: 1920px) {
  .team__title {
    font-size: calc(24px + 40 * (100vw - 375px) / 1545);
  }
}
.team__title {
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .team__title {
    margin-bottom: calc(11px + 9 * (100vw - 375px) / 1545);
  }
}
.team__subtitle {
  font-weight: 300;
  line-height: 150%;
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}
.team__subtitle {
  font-size: 24px;
}
@media (max-width: 1920px) {
  .team__subtitle {
    font-size: calc(14px + 10 * (100vw - 375px) / 1545);
  }
}
.team__subtitle {
  margin-bottom: 64px;
}
@media (max-width: 1920px) {
  .team__subtitle {
    margin-bottom: calc(26px + 38 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 48rem) {
  .team__subtitle {
    max-width: 80%;
  }
}
.team__item {
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-align: center;
}
.team__item:not(:last-child) {
  margin-bottom: 3.75rem;
}
.team__avatar {
  margin-bottom: 25px;
}
@media (max-width: 1920px) {
  .team__avatar {
    margin-bottom: calc(17px + 8 * (100vw - 375px) / 1545);
  }
}
.team__image {
  margin: 0 auto;
}
.team__name {
  font-size: inherit;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 48rem) {
  .team__name {
    margin-bottom: 0.6875rem;
  }
}
.team__position {
  margin: 0;
  opacity: 0.5;
}

.team-profile {
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .team-profile {
    margin-bottom: calc(20px + 10 * (100vw - 375px) / 1545);
  }
}
.team-profile__breadcrumbs {
  margin-bottom: 24px;
}
@media (max-width: 1920px) {
  .team-profile__breadcrumbs {
    margin-bottom: calc(16px + 8 * (100vw - 375px) / 1545);
  }
}
.team-profile__title {
  font-family: var(--font-title);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0;
}
.team-profile__title {
  font-size: 96px;
}
@media (max-width: 1920px) {
  .team-profile__title {
    font-size: calc(40px + 56 * (100vw - 375px) / 1545);
  }
}
.team-profile__title {
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  .team-profile__title {
    margin-bottom: calc(20px + 20 * (100vw - 375px) / 1545);
  }
}
.team-profile__hero {
  overflow: hidden;
  width: calc(100% + var(--container-offset) * 2);
  margin-left: calc(var(--container-offset) * -1);
  margin-right: calc(var(--container-offset) * -1);
  aspect-ratio: 1920/900;
}
.team-profile__hero {
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .team-profile__hero {
    margin-bottom: calc(20px + 10 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 48rem) {
  .team-profile__hero {
    aspect-ratio: 393/222;
  }
}
.team-profile__intro {
  font-weight: 300;
  line-height: 160%;
  text-align: center;
  max-width: 45rem;
  margin: 0 auto;
}
.team-profile__intro {
  font-size: 24px;
}
@media (max-width: 1920px) {
  .team-profile__intro {
    font-size: calc(14px + 10 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 48rem) {
  .team-profile__intro {
    max-width: 90%;
  }
}
.team-profile__members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.team-profile__member:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .team-profile__member:not(:last-child) {
    margin-bottom: calc(20px + 10 * (100vw - 375px) / 1545);
  }
}
.team-profile__member:last-child {
  margin-bottom: 120px;
}
@media (max-width: 1920px) {
  .team-profile__member:last-child {
    margin-bottom: calc(30px + 90 * (100vw - 375px) / 1545);
  }
}
.team-profile__member:not(:has(img)) {
  margin-top: 3.125rem;
}
@media (max-width: 38.75rem) {
  .team-profile__member:not(:has(img)) {
    margin-top: 1.875rem;
  }
}
.team-profile__photo {
  width: 100%;
  overflow: hidden;
}
.team-profile__photo {
  margin-bottom: 32px;
}
@media (max-width: 1920px) {
  .team-profile__photo {
    margin-bottom: calc(20px + 12 * (100vw - 375px) / 1545);
  }
}
.team-profile__photo--portrait {
  max-width: 32.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 48rem) {
  .team-profile__photo--full {
    width: calc(100% + var(--container-offset) * 2);
    margin-left: calc(var(--container-offset) * -1);
    margin-right: calc(var(--container-offset) * -1);
    max-width: initial;
  }
}
.team-profile__image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-profile__info {
  text-align: center;
}
.team-profile__info {
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .team-profile__info {
    margin-bottom: calc(20px + 10 * (100vw - 375px) / 1545);
  }
}
.team-profile__name {
  font-weight: 400;
  margin: 0;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.team-profile__name {
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .team-profile__name {
    margin-bottom: calc(20px + 10 * (100vw - 375px) / 1545);
  }
}
.team-profile__name {
  font-size: 20px;
}
@media (max-width: 1920px) {
  .team-profile__name {
    font-size: calc(14px + 6 * (100vw - 375px) / 1545);
  }
}
.team-profile__role {
  margin: 0;
  opacity: 0.5;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.team-profile__role {
  font-size: 20px;
}
@media (max-width: 1920px) {
  .team-profile__role {
    font-size: calc(14px + 6 * (100vw - 375px) / 1545);
  }
}
.team-profile__bio-wrap {
  max-width: 79.25rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 48rem) {
  .team-profile__bio-wrap {
    max-width: 90%;
  }
}
.team-profile__bio {
  font-weight: 300;
  line-height: 158%;
}
.team-profile__bio {
  font-size: 24px;
}
@media (max-width: 1920px) {
  .team-profile__bio {
    font-size: calc(14px + 10 * (100vw - 375px) / 1545);
  }
}
.team-profile__bio {
  margin: 0;
}
.team-profile__bio:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 1920px) {
  .team-profile__bio:not(:last-child) {
    margin-bottom: calc(16px + 8 * (100vw - 375px) / 1545);
  }
}

.auth {
  margin-bottom: 5.625rem;
}
@media (max-width: 48rem) {
  .auth {
    margin-bottom: 5rem;
  }
}
@media (max-width: 38.75rem) {
  .auth {
    margin-bottom: 3.75rem;
  }
}
.auth__title {
  max-width: 30.5rem;
}
.auth__text {
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 167%;
  text-align: center;
  margin-bottom: 2.5rem;
  max-width: 30.5rem;
}
.auth__text span {
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 38.75rem) {
  .auth__text {
    margin-bottom: 1.875rem;
  }
}
.auth__form {
  width: 100%;
  max-width: 22.5rem;
  margin: 0 auto;
}
.auth__form:not(:last-child) {
  margin-bottom: 2.0625rem;
}
.auth__nav {
  max-width: 22.5rem;
  margin: 0 auto;
  text-align: center;
}
.auth__item:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.auth__item--timeout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.auth__item--timeout .auth__link {
  display: none;
}
.auth__item, .auth__descr {
  font-size: 0.9375rem;
  line-height: 160%;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.auth__link {
  font-weight: 500;
  color: var(--main-color);
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .auth__link:hover {
    color: var(--accent-color);
  }
}
.auth__link:focus {
  color: var(--accent-color);
}
.auth .form__body {
  margin-bottom: 2.5rem;
}
@media (max-width: 38.75rem) {
  .auth .form__body {
    margin-bottom: 1.875rem;
  }
}
.auth .form__descriptions {
  margin-bottom: 2rem;
}
.auth .form__checkbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.75rem;
}
.auth .checkbox__box::before {
  background: var(--bg-color);
}
.auth .input {
  background: var(--bg-color);
}
.auth .button, .auth .input {
  width: 100%;
}

.account__title {
  margin-bottom: 3.125rem;
}
@media (max-width: 48rem) {
  .account__title {
    margin-bottom: 0.625rem;
  }
}
.account__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0.0625rem solid var(--second-color);
  margin-bottom: 3.75rem;
}
@media (max-width: 48rem) {
  .account__nav {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 38.75rem) {
  .account__nav {
    margin-bottom: 1.875rem;
  }
}
.account__tab {
  font-family: var(--font-elements);
  font-weight: 400;
  font-size: 1.5rem;
  display: inline-block;
  padding: 1.5625rem 1.875rem;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (max-width: 48rem) {
  .account__tab {
    font-size: 1.125rem;
    padding: 1.125rem 1.25rem;
  }
}
@media (max-width: 38.75rem) {
  .account__tab {
    font-size: 0.875rem;
    padding: 0.8125rem 0.625rem;
  }
}
.account__tab--active {
  color: var(--main-color);
  border-bottom: 0.125rem solid var(--main-color);
  pointer-events: none;
}
@media (any-hover: hover) {
  .account__tab:hover {
    color: var(--main-color);
  }
}
.account__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2.5rem;
  margin-bottom: 4.75rem;
}
.account__list > * {
  -ms-grid-column-align: center;
  justify-self: center;
}
@media (max-width: 93.75rem) {
  .account__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.account__list--subscribe {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 106.25rem) {
  .account__list--subscribe {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 93.75rem) {
  .account__list--subscribe {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 81.25rem) {
  .account__list--subscribe {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 60rem) {
  .account__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.25rem;
  }
}
@media (max-width: 48rem) {
  .account__list {
    gap: 2.625rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 48rem) {
  .account__item {
    max-width: 26.25rem;
  }
}
.account__card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.account__card .card__link::before {
  margin-bottom: 6.25rem;
}
.account__card .card__price {
  margin-bottom: 1.5rem;
}
@media (max-width: 38.75rem) {
  .account__card .card__price {
    margin-bottom: 1.0625rem;
  }
}
.account__card .card__button {
  max-width: 14.1875rem;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.account__card .card__button:not(:last-child) {
  margin-top: auto;
  margin-bottom: 0.625rem;
}
.account__form {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  margin-bottom: 6.25rem;
}
@media (max-width: 38.75rem) {
  .account__form {
    margin-bottom: 5rem;
  }
}
.account__form .label::before {
  top: 1.1875rem;
}
.account__form .input {
  background: var(--light-color);
  max-width: 100%;
  width: 100%;
  padding: 0.9375rem 1.5625rem 0.9375rem 2.8125rem;
  min-height: 3.125rem;
  min-width: 0;
}
.account .form__body {
  background: var(--bg-color);
  padding: 2.5rem;
  margin-bottom: 1.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 48rem) {
  .account .form__body {
    padding: 1.875rem;
    gap: 0.625rem 1.25rem;
  }
}
@media (max-width: 38.75rem) {
  .account .form__body {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding: 1.875rem 1.25rem;
    gap: 0.625rem;
  }
}
.account .form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.875rem;
}
@media (max-width: 38.75rem) {
  .account .form__bottom {
    margin-top: 0;
  }
}
.account .form__button {
  min-width: 8.75rem;
}
.account .form__button:not(:last-child) {
  margin-right: 1.25rem;
}
@media (max-width: 38.75rem) {
  .account .form__button {
    width: 100%;
  }
}
.account .pages__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account .swiper-slide {
  width: 100% !important;
}
.account__order {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 2.5rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 60rem) {
  .account__order {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 48rem) {
  .account__order {
    gap: 1.25rem;
    margin-bottom: 2.5rem;
  }
}

.order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: var(--bg-color);
  padding: 2.0625rem 3.125rem 0.9375rem 3.125rem;
  border: 0.0625rem solid transparent;
  -webkit-transition: border 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, background 0.3s ease 0s;
}
@media (max-width: 48rem) {
  .order__item {
    padding: 2.0625rem 2.5rem 0.9375rem 2.5rem;
  }
}
@media (max-width: 38.75rem) {
  .order__item {
    padding: 1.25rem 1.875rem;
  }
}
@media (any-hover: hover) {
  .order__item:hover {
    border: 0.0625rem solid rgba(0, 0, 0, 0.25);
    background: var(--light-color);
  }
  .order__item:hover .button--light {
    background: var(--bg-color);
  }
}
.order__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (max-width: 38.75rem) {
  .order__head {
    -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;
    margin-bottom: 0.8125rem;
  }
}
.order__title {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 2.375rem;
  line-height: 126%;
  margin-right: 1.25rem;
}
@media (max-width: 38.75rem) {
  .order__title {
    font-size: 1.5rem;
    margin-bottom: 0.3125rem;
    margin-right: 0;
  }
}
.order__time {
  font-family: var(--font-elements);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 133%;
  text-align: right;
  color: rgba(0, 0, 0, 0.3);
}
.order__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 38.75rem) {
  .order__gallery {
    margin-bottom: 0.625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.order__picture {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.875rem;
  flex: 0 0 3.875rem;
  height: 4.375rem;
  margin-bottom: 0.625rem;
}
.order__picture:not(:last-child) {
  margin-right: 0.625rem;
}
.order__price {
  margin: 0;
  font-size: 2.5rem;
  line-height: 100%;
  margin-bottom: 1.25rem;
  margin-top: auto;
}
@media (max-width: 38.75rem) {
  .order__price {
    text-align: center;
  }
}
.order__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 38.75rem) {
  .order__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.order__link {
  font-family: var(--font-elements);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 143%;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  visibility: hidden;
  height: 0;
  margin-right: auto;
}
@media (max-width: 60rem) {
  .order__link {
    height: auto;
    visibility: visible;
  }
}
@media (max-width: 38.75rem) {
  .order__link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.25rem;
  }
}
.order__link::before {
  visibility: visible;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (any-hover: hover) {
  .order__link:hover {
    color: var(--accent-color);
  }
  .order__link:hover .button__icon {
    fill: var(--accent-color);
    stroke: var(--accent-color);
  }
}
.order__link .button__icon {
  fill: var(--main-color);
  stroke: var(--main-color);
  width: 0.75rem;
  height: 0.75rem;
}
.order__status {
  font-family: var(--font-family);
  pointer-events: none;
  text-transform: none;
}
.order__button, .order__status {
  z-index: 10;
  position: relative;
  margin-right: -2.1875rem;
  min-width: 7.6875rem;
}
.order__button:not(:last-child), .order__status:not(:last-child) {
  margin-right: 0.9375rem;
}
@media (max-width: 38.75rem) {
  .order__button, .order__status {
    margin-right: 0;
  }
}

.order-modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 38.75rem) {
  .order-modal__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.order-modal__title {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 2.375rem;
  line-height: 126%;
  margin-right: 1.25rem;
}
@media (max-width: 38.75rem) {
  .order-modal__title {
    font-size: 2.125rem;
    margin-bottom: 0.5625rem;
    margin-right: 0;
  }
}
.order-modal__button.button, .order-modal__status.button {
  width: auto;
  min-width: 7.6875rem;
}
.order-modal__button.button:not(:last-child), .order-modal__status.button:not(:last-child) {
  margin-right: 0.9375rem;
}
@media (max-width: 38.75rem) {
  .order-modal__button.button, .order-modal__status.button {
    margin-right: 0;
  }
}
.order-modal__status.button {
  font-family: var(--font-family);
  pointer-events: none;
  text-transform: none;
}
@media (max-width: 38.75rem) {
  .order-modal__status.button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-modal__status.button:not(:last-child) {
    margin-right: 0;
  }
}
.order-modal__time {
  font-family: var(--font-elements);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 133%;
  text-align: right;
  color: rgba(0, 0, 0, 0.3);
  margin-left: auto;
}
@media (max-width: 38.75rem) {
  .order-modal__time {
    margin-bottom: 0.8125rem;
    margin-left: 0;
  }
}
.order-modal__list {
  margin-bottom: 1.5625rem;
}
@media (max-width: 38.75rem) {
  .order-modal__list {
    margin-bottom: 1.25rem;
  }
}
.order-modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order-modal__item:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (max-width: 38.75rem) {
  .order-modal__item:not(:last-child) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0.5rem;
  }
}
.order-modal__picture {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.1875rem;
  flex: 0 0 2.1875rem;
  height: 2.5rem;
  margin-right: 1.25rem;
}
@media (max-width: 38.75rem) {
  .order-modal__picture {
    margin-right: 0.625rem;
  }
}
.order-modal__info {
  margin-right: 1.25rem;
}
.order-modal__caption {
  margin: 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 143%;
}
.order-modal__count {
  margin: 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 143%;
  color: rgba(0, 0, 0, 0.3);
}
.order-modal__price {
  font-size: 1rem;
  line-height: 150%;
  text-align: right;
  margin-left: auto;
  white-space: nowrap;
}
.order-modal__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (max-width: 38.75rem) {
  .order-modal__details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.3125rem;
  }
}
.order-modal__col {
  margin-bottom: 0.9375rem;
}
.order-modal__col:not(:last-child) {
  margin-right: 1.25rem;
}
.order-modal__subtitle {
  margin: 0;
  font-size: 0.875rem;
  line-height: 143%;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 0.3125rem;
}
.order-modal__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 143%;
}
.order-modal__total {
  margin: 0;
  font-size: 1.625rem;
  line-height: 115%;
  white-space: nowrap;
}
.order-modal__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services__title {
  margin-bottom: 6.875rem;
}
@media (max-width: 60rem) {
  .services__title {
    margin-bottom: 5.625rem;
  }
}
@media (max-width: 38.75rem) {
  .services__title {
    margin-bottom: 3.75rem;
  }
}
.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.services__item {
  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;
  font-size: 1.125rem;
  line-height: 187.5%;
  text-align: center;
  margin-bottom: 6.25rem;
  width: 100%;
  max-width: calc((100% - 2.5rem * 2) / 3);
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 60rem) {
  .services__item {
    max-width: calc((100% - 3.125rem) / 2);
    margin-bottom: 4.375rem;
  }
  .services__item:not(:nth-child(2n)):not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 38.75rem) {
  .services__item {
    max-width: 100%;
    font-size: 1rem;
    margin-bottom: 2.5rem;
    padding: 0;
  }
  .services__item:not(:nth-child(2n)):not(:last-child) {
    margin-right: 0;
  }
}
@media (min-width: 961px) {
  .services__item:not(:nth-child(3n)) {
    margin-right: 2.5rem;
  }
  .services__item:not(:nth-child(3n)):last-child {
    margin-right: 0;
    margin-left: 0;
  }
}
.services__item::before {
  content: "";
  display: block;
  width: 1.6875rem;
  height: 2.375rem;
  background-image: url(/upload/demo/img/favicon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 1.125rem;
}
.services__head, .services__play {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 90%;
  overflow: hidden;
}
@media (max-width: 60rem) {
  .services__head, .services__play {
    padding-top: 18.75rem;
  }
}
@media (max-width: 48rem) {
  .services__head, .services__play {
    padding-top: 56%;
  }
}
.services__image,
.services picture,
.services .play__video {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.services__head, .services__play {
  margin-bottom: 1.875rem;
}
@media (max-width: 38.75rem) {
  .services__head, .services__play {
    margin-bottom: 1.0625rem;
  }
}
@media (min-width: 64.0625rem) {
  .services__content {
    padding: 0 1.875rem;
  }
}
@media (max-width: 90rem) {
  .services__content {
    padding: 0;
  }
}
@media (max-width: 60rem) {
  .services__content {
    padding: 0 1.875rem;
  }
}
@media (max-width: 38.75rem) {
  .services__content {
    padding: 0;
  }
}
.services__caption {
  font-family: var(--font-title);
  margin: 0;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 127%;
  margin-bottom: 0.6875rem;
}
@media (max-width: 38.75rem) {
  .services__caption {
    font-size: 1.5rem;
    margin-bottom: 0.375rem;
  }
}
.services__text {
  opacity: 0.6;
}
.services__play {
  height: auto;
}

.main__new .services__caption {
  font-family: var(--font-title);
  text-transform: uppercase;
}

.footer {
  font-family: var(--font-footer);
  background: var(--bg-color);
}
.footer__top {
  padding: 2.5rem 0 2.5rem;
  display: -ms-grid;
  display: grid;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.08);
}
.footer__top .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(10.625rem, 0.2fr);
  grid-template-columns: 1fr minmax(10.625rem, 0.2fr);
  gap: 1.875rem;
}
.footer__top .container > * {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
@media (max-width: 48rem) {
  .footer__top .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 48rem) {
  .footer__top {
    display: none;
  }
}
.footer__nav {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 1.875rem;
}
.footer__nav > * {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
@media (max-width: 48rem) {
  .footer__nav {
    grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
    gap: 0.3125rem;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    padding: 1.875rem 0;
  }
  .footer__nav .footer__title {
    position: relative;
    font-weight: 400;
    line-height: 150%;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 0.625rem;
    cursor: pointer;
  }
  .footer__nav .footer__title::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0.3125rem;
    width: 1rem;
    height: 1rem;
    background: url("/upload/demo/img/sprite.svg#arrow");
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }
  .footer__nav .footer__title + .footer__list {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease 0s;
    transition: max-height 0.3s ease 0s;
  }
  .footer__nav .footer__title.active + .footer__list {
    max-height: 500px;
  }
  .footer__nav .footer__title.active::before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .footer__nav .footer__item:last-child {
    margin-bottom: 0.625rem;
  }
}
.footer__col {
  overflow: hidden;
}
.footer__col:last-child {
  margin-bottom: -0.625rem;
}
.footer__title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 111%;
  color: var(--main-color);
  margin-bottom: 1.25rem;
}
.footer__list:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 48rem) {
  .footer__list {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    gap: 0 1.875rem;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.footer__link {
  display: inline-block;
  font-size: 1rem;
  padding: 0.4375rem 0;
  color: #000;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__link:hover {
    color: var(--accent-color);
  }
}
.footer__contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.25rem 1.875rem;
}
@media (max-width: 48rem) {
  .footer__contact {
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    text-align: center;
  }
  .footer__contact .footer__title {
    margin-bottom: 0.9375rem;
    font-weight: 600;
  }
}
.footer__contact .footer__list {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.footer__contact .footer__item {
  max-width: 100%;
}
.footer__link--tel {
  font-weight: 600;
  font-size: 1.125rem;
}
@media (max-width: 48rem) {
  .footer__link--tel {
    font-size: 1rem;
  }
}
.footer__link--mail {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 48rem) {
  .footer__link--mail {
    font-size: 0.875rem;
  }
}
.footer__bottom .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto minmax(13.75rem, 0.7fr) minmax(24.375rem, 0.7fr) 1fr;
  grid-template-columns: auto minmax(13.75rem, 0.7fr) minmax(24.375rem, 0.7fr) 1fr;
  gap: 2.5rem;
}
.footer__bottom .container > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (max-width: 90rem) {
  .footer__bottom .container {
    -ms-grid-columns: auto minmax(7.5rem, 0.8fr) minmax(18.75rem, 1fr) 1fr;
    grid-template-columns: auto minmax(7.5rem, 0.8fr) minmax(18.75rem, 1fr) 1fr;
    gap: 0.9375rem;
  }
}
@media (max-width: 60rem) {
  .footer__bottom .container {
    margin: 3.125rem 0 2.5rem;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    gap: 2.5rem;
  }
}
@media (max-width: 48rem) {
  .footer__bottom .container {
    margin: 1.5625rem 0 2.5rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
  .footer__bottom .container > * {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
.footer__logo {
  padding: 4.0625rem var(--container-offset) 4.0625rem 0;
  border-right: 0.0625rem solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 90rem) {
  .footer__logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer__logo .logo__svg {
    width: auto;
    max-width: 100%;
    min-width: 11.25rem;
  }
}
@media (max-width: 60rem) {
  .footer__logo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    padding: 0;
    border: 0;
  }
}
.footer__slogan, .footer__location {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 143%;
  text-align: center;
  color: var(--main-color);
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (max-width: 60rem) {
  .footer__slogan, .footer__location {
    text-align: left;
  }
}
@media (max-width: 48rem) {
  .footer__slogan, .footer__location {
    max-width: 100%;
    margin-bottom: 0.875rem;
  }
}
.footer__social {
  -ms-grid-column-align: center;
  justify-self: center;
}
@media (max-width: 60rem) {
  .footer__social {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    justify-self: flex-start;
  }
}
.footer__form .button {
  font-family: Manrope, sans-serif;
  text-transform: none;
}
@media (max-width: 48rem) {
  .footer__form {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    -ms-grid-column-align: center;
    justify-self: center;
    margin-bottom: 2.125rem;
  }
  .footer__form label {
    max-width: 100%;
  }
}
.footer__descriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.3125rem;
}
@media (max-width: 60rem) {
  .footer__descriptions {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    justify-self: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.3125rem 1.875rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 48rem) {
  .footer__descriptions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    -ms-grid-column-align: center;
    justify-self: center;
    text-align: center;
  }
}
.footer__description {
  font-size: 0.8125rem;
  line-height: 185%;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (max-width: 60rem) {
  .footer__description {
    font-size: 0.75rem;
  }
}
@media (max-width: 48rem) {
  .footer__description:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (any-hover: hover) {
  .footer a.footer__description:hover {
    color: var(--accent-color);
  }
}
@media (max-width: 60rem) {
  .footer .form {
    width: 100%;
  }
  .footer .form__label {
    margin-left: auto;
  }
}
@media (max-width: 48rem) {
  .footer .form__label {
    margin-right: auto;
  }
}

.social__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.9375rem 1.875rem;
}
@media (any-hover: hover) {
  .social__link:hover .social__image {
    fill: var(--accent-color);
  }
}
.social__image {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
}

.chat {
  position: fixed;
  right: 3.5rem;
  bottom: 3.5rem;
  gap: 1.875rem;
  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;
  z-index: 90;
}
@media (max-width: 38.75rem) {
  .chat {
    right: 1.5rem;
    bottom: 5.75rem;
    gap: 0.75rem;
  }
}
.chat::before {
  content: "";
  display: block;
  width: 5.25rem;
  height: 5.25rem;
  position: absolute;
  bottom: 0;
}
@media (max-width: 38.75rem) {
  .chat::before {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.chat__button {
  cursor: pointer;
}
.chat__button:not(.chat__button--main) {
  position: absolute;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.chat__button--main {
  z-index: 1;
}
.chat__button--main .chat__item {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.chat__item {
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
  background: var(--light-color);
  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;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 38.75rem) {
  .chat__item {
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media (any-hover: hover) {
  .chat__item:hover {
    background: var(--main-color);
  }
  .chat__item:hover svg {
    fill: var(--light-color);
  }
}
.chat__svg {
  width: 4.1875rem;
  height: 4.1875rem;
  fill: var(--main-color);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
@media (max-width: 38.75rem) {
  .chat__svg {
    width: 3rem;
    height: 3rem;
  }
}
.chat.active .chat__button:nth-child(1) {
  -webkit-transform: translateY(calc((100% + 1.875rem) * -3));
  -ms-transform: translateY(calc((100% + 1.875rem) * -3));
  transform: translateY(calc((100% + 1.875rem) * -3));
}
@media (max-width: 38.75rem) {
  .chat.active .chat__button:nth-child(1) {
    -webkit-transform: translateY(calc((100% + 0.75rem) * -3));
    -ms-transform: translateY(calc((100% + 0.75rem) * -3));
    transform: translateY(calc((100% + 0.75rem) * -3));
  }
}
.chat.active .chat__button:nth-child(2) {
  -webkit-transform: translateY(calc((100% + 1.875rem) * -2));
  -ms-transform: translateY(calc((100% + 1.875rem) * -2));
  transform: translateY(calc((100% + 1.875rem) * -2));
}
@media (max-width: 38.75rem) {
  .chat.active .chat__button:nth-child(2) {
    -webkit-transform: translateY(calc((100% + 0.75rem) * -2));
    -ms-transform: translateY(calc((100% + 0.75rem) * -2));
    transform: translateY(calc((100% + 0.75rem) * -2));
  }
}
.chat.active .chat__button:nth-child(3) {
  -webkit-transform: translateY(calc(-100% - 1.875rem));
  -ms-transform: translateY(calc(-100% - 1.875rem));
  transform: translateY(calc(-100% - 1.875rem));
}
@media (max-width: 38.75rem) {
  .chat.active .chat__button:nth-child(3) {
    -webkit-transform: translateY(calc(-100% - 0.75rem));
    -ms-transform: translateY(calc(-100% - 0.75rem));
    transform: translateY(calc(-100% - 0.75rem));
  }
}
.chat.active .chat__button--main .chat__item {
  background: var(--main-color);
}
.chat.active .chat__button--main svg {
  fill: var(--light-color);
}
.chat.active::before {
  height: 100vh;
}
@media (any-hover: hover) {
  .chat:hover .chat__button:nth-child(1) {
    -webkit-transform: translateY(calc((100% + 1.875rem) * -3));
    -ms-transform: translateY(calc((100% + 1.875rem) * -3));
    transform: translateY(calc((100% + 1.875rem) * -3));
  }
}
@media (any-hover: hover) and (max-width: 38.75rem) {
  .chat:hover .chat__button:nth-child(1) {
    -webkit-transform: translateY(calc((100% + 0.75rem) * -3));
    -ms-transform: translateY(calc((100% + 0.75rem) * -3));
    transform: translateY(calc((100% + 0.75rem) * -3));
  }
}
@media (any-hover: hover) {
  .chat:hover .chat__button:nth-child(2) {
    -webkit-transform: translateY(calc((100% + 1.875rem) * -2));
    -ms-transform: translateY(calc((100% + 1.875rem) * -2));
    transform: translateY(calc((100% + 1.875rem) * -2));
  }
}
@media (any-hover: hover) and (max-width: 38.75rem) {
  .chat:hover .chat__button:nth-child(2) {
    -webkit-transform: translateY(calc((100% + 0.75rem) * -2));
    -ms-transform: translateY(calc((100% + 0.75rem) * -2));
    transform: translateY(calc((100% + 0.75rem) * -2));
  }
}
@media (any-hover: hover) {
  .chat:hover .chat__button:nth-child(3) {
    -webkit-transform: translateY(calc(-100% - 1.875rem));
    -ms-transform: translateY(calc(-100% - 1.875rem));
    transform: translateY(calc(-100% - 1.875rem));
  }
}
@media (any-hover: hover) and (max-width: 38.75rem) {
  .chat:hover .chat__button:nth-child(3) {
    -webkit-transform: translateY(calc(-100% - 0.75rem));
    -ms-transform: translateY(calc(-100% - 0.75rem));
    transform: translateY(calc(-100% - 0.75rem));
  }
}
@media (any-hover: hover) {
  .chat:hover::before {
    height: 100vh;
  }
}