@charset "UTF-8";
@font-face {
  font-family: Geologica;
  font-display: swap;
  src: url("../fonts/Geologica-Medium.woff2") format("woff2"), url("../fonts/Geologica-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --size-scroll: 15px;
}

:root {
  --font-family-1: "Inter", arial, sans-serif;
  --font-family-2: "Geologica", "Inter", arial, sans-serif;
  --hero: 3.5rem/4.5rem;
  --Headline1: 3rem/4rem;
  --Headline2: 2.5rem/3.5rem;
  --Headline3: 1.5rem/2rem;
  --Headline4: 1.5rem/2rem;
  --Headline5: 1.125rem/1.5rem;
  --Headline6: 1rem/1.5rem;
  --subHead1: 1.5rem/2rem;
  --subHead2: 1.125rem/1.75rem;
  --body2: 0.875rem/1.375rem;
  --body1: 1rem/1.625rem;
  --tag1: 0.875rem/1.5rem;
  --tag2: 0.8125rem/1.125rem;
  --caption: 0.8125rem/1.125rem;
  --button1: 1rem/1.375rem;
  --button1fz: 1rem;
  --button2: 0.8125rem/1.5rem;
  --primary-base: #cc0b0b;
  --primary-light: #ea2929;
  --primary-dark: #ae0000;
  --primary: #333333;
  --secondary: #868e96;
  --primary-inverse: #ffffff;
  --secondary-inverse: #c3c1c1;
  --link: #cc0b0b;
  --visited-link: #ff6f6f;
  --disable: #b5bcc4;
  --icon-primary: #495057;
  --icon-secondary: #868e96;
  --icon-disable: #adb5bd;
  --icon-disable: #adb5bd;
  --icon-primary-inverse: #fff;
  --icon-brand: #cc0b0b;
  --sucsess-base: #37b24d;
  --sucsess-light: #4bc661;
  --sucsess-dark: #239e39;
  --action-base: #1c7ed6;
  --action-light: #3092ea;
  --action-dark: #086ac2;
  --notify-base: #ff922b;
  --notify-light: #ffa63f;
  --notify-dark: #eb7e17;
  --yellow-base: #ffd43b;
  --yellow-light: #ffe84f;
  --yellow-dark: #ebc027;
  --error-base: #f03e3e;
  --error-light: #ff5252;
  --error-dark: #dc2a2a;
  --border-base: #e2e5e9;
  --border-hover: #adb5bd;
  --border-active: #3fa3f9;
  --border-disable: #e2e5e9;
  --border-error: #ff6b6b;
  --light: #fff;
  --dark: #29282e;
  --fog: #f9f9f9;
  --cloud: #f2f2f2;
  --gray-10: #fafafa;
  --gray-20: #f2f2f2;
  --gray-30: #e6e6e6;
  --gray-40: #cccccc;
  --gray-50: #b3b3b3;
  --gray-60: #999999;
  --gray-70: #808080;
  --gray-80: #666666;
  --gray-90: #4d4d4d;
  --gray-100: #333333;
  --white-10: rgb(255, 255, 255, 0.1);
  --white-20: rgb(255, 255, 255, 0.2);
  --white-30: rgb(255, 255, 255, 0.3);
  --white-40: rgb(255, 255, 255, 0.4);
  --white-50: rgb(255, 255, 255, 0.5);
  --white-60: rgb(255, 255, 255, 0.6);
  --white-70: rgb(255, 255, 255, 0.7);
  --white-80: rgb(255, 255, 255, 0.8);
  --white-90: rgb(255, 255, 255, 0.9);
  --white-100: #fff;
  --black-10: rgb(0, 0, 0, 0.1);
  --black-20: rgb(0, 0, 0, 0.2);
  --black-30: rgb(0, 0, 0, 0.3);
  --black-40: rgb(0, 0, 0, 0.4);
  --black-50: rgb(0, 0, 0, 0.5);
  --black-60: rgb(0, 0, 0, 0.6);
  --black-70: rgb(0, 0, 0, 0.7);
  --black-80: rgb(0, 0, 0, 0.8);
  --black-90: rgb(0, 0, 0, 0.9);
  --black-100: #000;
}
/* // ? ======== ОСНОВНОЕ ========= */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
._ptb-min {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

._pt-min {
  padding-top: 3rem;
}

._pb-min {
  padding-bottom: 3rem;
}

._ptb {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

._pt {
  padding-top: 6.25rem;
}

._pb {
  padding-bottom: 6.25rem;
}

._mtb-min {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

._mt-min {
  margin-top: 3rem;
}

._mb-min {
  margin-bottom: 3rem;
}

._mtb {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

._mt {
  margin-top: 6.25rem;
}

._mb {
  margin-bottom: 6.25rem;
}

body {
  color: var(--primary);
}
body._transition * {
  transition: none;
}
body._lock {
  overflow: hidden;
  position: relative;
  touch-action: none;
  -ms-touch-action: none;
  -webkit-overflow-scrolling: touch;
}
body * ::-moz-selection {
  background: rgba(204, 11, 11, 0.5);
}
body * ::selection {
  background: rgba(204, 11, 11, 0.5);
}
body > svg {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

[hidden] {
  display: none;
}

[data-paralax] {
  -o-object-position: center top;
     object-position: center top;
}

@keyframes showDiv {
  0%, 99% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes star {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
  position: relative;
  z-index: 0;
}
.wrapper main {
  flex: 1 0;
  position: relative;
  z-index: 2;
}
.wrapper main > *:last-child {
  margin-bottom: 0 !important;
}

a {
  font: 400 100%/1.3 var(--font-family-1);
  color: var(--primary);
  cursor: pointer;
  transition: color 0.4s ease 0s;
}

body._pc a:hover {
  color: var(--primary-base);
}

.swiper-lazy-preloader {
  border: 0.25rem solid var(--primary-base);
  border-top-color: transparent;
}

._mb-title {
  margin-bottom: 3rem;
}

._pb-title {
  padding-bottom: 3rem;
}

._bg-fog {
  background-color: var(--fog);
}
._bg-fog .sw-nav .swiper-button-prev:before,
._bg-fog .sw-nav .swiper-button-next:before {
  background-color: #fff;
}

._container {
  max-width: 88.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  z-index: 10;
}
.header:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3rem;
  background: transparent;
  border-bottom: 0.0625rem solid transparent;
  transition: background 0.4s ease 0s, border 0.4s ease 0s;
}
.header_white:after, .header_scroll:after, .header._active:after {
  background: #fff;
  border-bottom-color: var(--black-10);
}
.header__container {
  height: 100%;
  max-width: 107.5rem;
}
.header__wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 3rem;
  height: 100%;
  z-index: 3;
}
.header__logo {
  position: relative;
  flex: 0 0 4.625rem;
  max-width: 4.625rem;
  width: 4.625rem;
  padding: 0.25rem 0;
  z-index: 2;
  transition: all 0.5s ease 0s;
}
.header__logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.header__logo a > picture {
  width: 100%;
  height: 100%;
}
.header__logo a img,
.header__logo a source {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  transition: all 0s ease 0s;
}
.header__menu {
  flex: 1 0;
}
.header__tools {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  gap: 3rem;
  margin-left: auto;
}
.header__item {
  display: flex;
  align-items: stretch;
}
.header__item img {
  flex: 0 0 1.5rem;
  max-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.header__item a {
  display: flex;
  align-items: center;
  color: var(--primary);
  gap: 1rem;
  font: 300 var(--button1) var(--font-family-1);
}
.header__item a span {
  display: block;
  position: relative;
}
.header__item a span:after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--primary-base);
  opacity: 1;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease 0s;
}
.header__burger {
  cursor: pointer;
  position: relative;
  flex: 0 0 7.5rem;
  min-width: 7.5rem;
  width: 7.5rem;
  height: 100%;
  display: block;
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  margin-left: -3rem;
  z-index: 2;
}
.header__burger._active:after {
  width: 100%;
  margin: 0;
  transform: translateY(0.1875rem) rotate(45deg);
}
.header__burger._active:before {
  width: 100%;
  margin: 0;
  transform: translateY(0.1875rem) rotate(-45deg);
}
.header__burger._active span {
  width: 100%;
  opacity: 0;
  transform: translateX(-100%) translateY(0.1875rem);
}
.header__burger:after, .header__burger:before,
.header__burger span {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: var(--primary-base);
  transition: all 0.4s ease 0s;
}
.header__burger span {
  transform: translateY(0.1875rem);
  width: 50%;
}
.header__burger:after {
  transform: translateY(0.625rem) rotate(0deg);
  width: 75%;
}
.header__burger:before {
  transform: translateY(-0.25rem) rotate(0deg);
}

body._pc .header__item a:hover span:after {
  transform: scaleX(1);
  transform-origin: left center;
}

.main-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-menu__body {
  height: 100%;
}
.main-menu__tools {
  padding: 2rem 0;
  margin: 0 3rem;
  border-top: 0.0625rem solid var(--black-10);
  display: none;
}
.main-menu__item {
  display: flex;
  align-items: stretch;
  min-height: 3rem;
}
.main-menu__item img {
  flex: 0 0 1.5rem;
  max-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.main-menu__item a {
  display: flex;
  align-items: center;
  color: var(--primary);
  gap: 1rem;
  font: 300 var(--button1) var(--font-family-1);
}
.main-menu__item a span {
  display: block;
  position: relative;
}
.main-menu__item a span:after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--primary-base);
  opacity: 1;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease 0s;
}
.main-menu__list {
  display: flex;
  gap: 1.75rem;
}
.main-menu__link {
  font: 500 var(--button1) var(--font-family-1);
  color: var(--primary);
  transition: color 0.5s ease 0s;
}
.main-menu__sub-list > *:first-child {
  margin-top: -0.25rem;
}
.main-menu__sub-link {
  font: 300 var(--button1) var(--font-family-1);
  padding: 0.25rem 0;
  transition: all 0.5s ease 0s;
  color: var(--primary);
  display: block;
}
.main-menu__arrow {
  position: relative;
  height: 100%;
  flex: 0 0 0.9375rem;
  max-width: 0.9375rem;
  padding-left: 1.25rem;
  display: flex;
  align-items: flex-end;
}
.main-menu__arrow i {
  display: none;
}
.main-menu__arrow:after, .main-menu__arrow:before,
.main-menu__arrow i {
  content: "";
  position: absolute;
  top: 50%;
  transition: all 0.5s ease 0s;
  width: 0.4375rem;
  height: 0.125rem;
  background-color: var(--primary);
}
.main-menu__arrow:before {
  left: 0.375rem;
  transform: rotate(35deg) translateX(0.125rem);
}
.main-menu__arrow:after {
  right: 0;
  transform: rotate(-35deg) translateX(-0.125rem);
}

.footer {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.footer__top {
  padding: 1rem 0;
  text-align: center;
  font: 400 var(--body2) var(--font-family-1);
  border-top: 0.0625rem solid var(--border-base);
  border-bottom: 0.0625rem solid var(--border-base);
}
.footer__bottom {
  z-index: 2;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  position: relative;
  gap: 1.5rem;
  padding: 2rem 0 2.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 400 var(--body2) var(--font-family-1);
  color: var(--primary);
}
.footer__bottom a {
  color: var(--primary);
  transition: color 0.4s ease 0s, opacity 0.4s ease 0s;
}
.footer__bottom-copy {
  display: flex;
  flex-direction: column;
  width: auto;
}
.footer__bottom-copy > * {
  font: 400 var(--body2) var(--font-family-1);
  color: var(--primary);
  transition: color 0.4s ease 0s;
}
.footer__bottom-middle {
  display: flex;
  align-items: stretch;
}
.footer__bottom-middle img {
  flex: 0 0 1.5rem;
  max-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.footer__bottom-middle a {
  display: flex;
  align-items: center;
  color: var(--primary);
  gap: 1rem;
  font: 300 var(--button1) var(--font-family-1);
}
.footer__bottom-middle a span {
  display: block;
  position: relative;
}
.footer__bottom-middle a span:after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--primary-base);
  opacity: 1;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease 0s;
}
.footer__right {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
.footer__dev-text > * {
  font: 400 0.875rem/1.6 var(--font-family-1);
  color: var(--primary);
  transition: color 0.4s ease 0s;
}
.footer__dev-img {
  transition: opacity 0.4s ease 0s;
  height: 2.5625rem;
  width: 5.4375rem;
}
.footer__dev-img img {
  max-height: 100%;
}

body._pc .footer__bottom-middle a:hover span:after {
  transform: scaleX(1);
  transform-origin: left center;
}
body._pc .footer__dev-img:hover {
  opacity: 0.7;
}
body._pc .footer__right:hover .footer__dev-text > * {
  color: var(--primary-light);
}
body._pc .footer__bottom-middle > *:hover {
  color: var(--primary-light);
}

.fs {
  background: #f3f0ea;
  padding-top: 5.5rem;
  min-height: 45.5rem;
  position: relative;
  margin-top: -5.5rem;
  display: flex;
  align-items: stretch;
}
.fs__container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
}
.fs ._container {
  height: unset;
}
.fs__star {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 12.5625rem;
  height: 12.5625rem;
  transform: translate(-50%, 50%);
  z-index: 5;
}
.fs__star > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.fs__star:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 80%;
  height: 80%;
  background: url(../img/icons/text.svg) center/contain no-repeat;
  animation: star 20s linear infinite;
}
.fs__star:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 35%;
  height: 35%;
  background: url(../img/icons/book.svg) center/contain no-repeat;
}
.fs__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fs__media img,
.fs__media video,
.fs__media source {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.fs__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  height: 100%;
}
.fs__image {
  flex: 1 0;
  position: relative;
}
.fs__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170%;
  height: 100%;
  display: block;
  transform: translateX(25%);
}
.fs__img img,
.fs__img video,
.fs__img source {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.fs__main {
  flex: 0 0 45rem;
  max-width: 45rem;
  width: 45rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fs__main:after {
  content: "";
  display: block;
  width: 100%;
  height: 6.25rem;
}
.fs__desc {
  font: 400 var(--subHead2) var(--font-family-1);
  color: var(--primary);
  max-width: 35.3125rem;
  width: 100%;
}
.fs__desc > * {
  margin: 1.5rem 0 1rem 0;
}
.fs__desc > *:last-child {
  margin-bottom: 0;
}
.fs__desc > *:first-child {
  margin-top: 0;
}
.about-list {
  padding-top: 6.25rem;
}
.about-list__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
	justify-content: center;
}
.about-list__col {
  flex: 0 0 calc(100%/3 - 1.5rem * 2 / 3);
  max-width: calc(100%/3 - 1.5rem * 2 / 3);
  width: calc(100%/3 - 1.5rem * 2 / 3);
}
.about-list__footer {
  padding-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.new-list_hide .new-list__sw-nav {
  display: none;
}
.new-list__filter {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.new-list__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.new-list__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.new-list__col {
  flex: 0 0 calc(25% - 1.5rem * 3 / 4);
  max-width: calc(25% - 1.5rem * 3 / 4);
  width: calc(25% - 1.5rem * 3 / 4);
}
.new-list__sw-wrapper {
  align-items: stretch;
}
.new-list__sw-slide {
  height: unset;
  display: flex;
  align-items: stretch;
}
.new-list__footer {
  padding-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.materials_hide .materials__sw-nav {
  display: none;
}
.materials__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}
.materials__header-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 47.5rem;
  width: 100%;
}
.materials__header-desc {
  font: 400 var(--body1) var(--font-family-1);
  color: var(--primary);
}
.materials__header-tags {
  width: 100%;
}
.materials__sw-wrapper {
  align-items: stretch;
}
.materials__sw-slide {
  height: unset;
  display: flex;
  align-items: stretch;
}
.materials__row {
  margin-top: 3rem;
}
.materials__col {
  padding: 3rem 0;
  border-top: 0.0625rem solid var(--border-base);
}
.materials__col:nth-child(even) .materials__cart {
  flex-direction: row-reverse;
}
.materials__cart {
  display: flex;
  align-items: stretch;
  gap: 3rem;
}
.materials__cart-image {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  flex: 0 0 calc(50% - 3rem * 1 / 2);
  max-width: calc(50% - 3rem * 1 / 2);
  width: calc(50% - 3rem * 1 / 2);
}
.materials__cart-image img,
.materials__cart-image video,
.materials__cart-image source {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.materials__cart-image > picture {
  width: 100%;
  height: 100%;
}
.materials__cart-main {
  flex: 0 0 calc(50% - 3rem * 1 / 2);
  max-width: calc(50% - 3rem * 1 / 2);
  width: calc(50% - 3rem * 1 / 2);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.materials__cart-desc {
  font: 400 var(--body1) var(--font-family-1);
  color: var(--primary);
}
.materials__cart-desc > * {
  margin: 1.5rem 0 1rem 0;
}
.materials__cart-desc > *:last-child {
  margin-bottom: 0;
}
.materials__cart-desc > *:first-child {
  margin-top: 0;
}
.materials__cart-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.materials__cart-item {
  width: 100%;
  font: 500 var(--Headline6) var(--font-family-2);
  border-radius: 0.5rem;
  background: var(--gray-10);
  padding: 0.5rem 3.5rem 0.5rem 2rem;
  position: relative;
}
.materials__cart-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  display: block;
  width: 0.125rem;
  height: 1.125rem;
  transform: translateY(-50%);
  background-color: var(--primary-base);
  border-radius: 0.125rem;
}
.materials__cart-item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icons/arrow-strong.svg) center/contain no-repeat;
  transition: transform 0.4s ease 0s;
}
.materials__footer {
  padding-top: 1.5rem;
  display: flex;
  justify-content: center;
}

body._pc .materials__cart-item:hover {
  color: var(--primary-base);
}
body._pc .materials__cart-item:hover:before {
  transform: translateY(-50%) translateX(0.25rem);
}
.seminars__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.seminars__header-desc {
  font: 400 var(--body1) var(--font-family-1);
  color: var(--primary);
  max-width: 45rem;
  width: 100%;
}
.seminars__row {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  row-gap: 1.5rem;
}
.seminars__col {
  flex: 0 0 calc(50% - 3rem * 1 / 2);
  max-width: calc(50% - 3rem * 1 / 2);
  width: calc(50% - 3rem * 1 / 2);
}
.seminars__footer {
  padding-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.club_hide .club__sw-nav {
  display: none;
}
.club__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}
.club__header-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 47.5rem;
  width: 100%;
}
.club__header-desc {
  font: 400 var(--body1) var(--font-family-1);
  color: var(--primary);
}
.club__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.club__col {
  flex: 0 0 calc(50% - 1.5rem * 1 / 2);
  max-width: calc(50% - 1.5rem * 1 / 2);
  width: calc(50% - 1.5rem * 1 / 2);
}
.club__sw-wrapper {
  align-items: stretch;
}
.club__sw-slide {
  height: unset;
  display: flex;
  align-items: stretch;
}
.club__footer {
  padding-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.timeline {
  margin-bottom: 2rem;
}
.timeline__sw {
  margin: 0 auto 0 0;
  padding: 0.125rem;
  height: 3.25rem;
  background: var(--gray-20);
  border-radius: 1.625rem;
  width: auto;
  display: inline-block;
  max-width: 100%;
}
.timeline__sw-wrapper {
  align-items: stretch;
}
.timeline__sw-slide {
  height: unset;
  display: flex;
  align-items: stretch;
  width: auto;
}
.timeline__sw-slide a,
.timeline__sw-slide button {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 1rem;
  color: var(--primary);
  border-radius: 1.5rem;
  font: 500 var(--button2) var(--font-family-1);
  text-transform: uppercase;
  background: transparent;
  transition: color 0.4s ease 0s, opacity 0.4s ease 0s;
}
.timeline__sw-slide a._active,
.timeline__sw-slide button._active {
  background: #fff;
  color: var(--link);
}
.timeline__sw-slide a._disable,
.timeline__sw-slide button._disable {
  opacity: 0.5;
  pointer-events: none;
}

.for__list {
  margin: 0 auto 0 0;
  padding: 0.125rem;
  height: 3.25rem;
  background: var(--gray-20);
  border-radius: 1.625rem;
  width: auto;
  display: inline-flex;
  align-items: stretch;
  max-width: 100%;
}
.for__list a,
.for__list button {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 1rem;
  color: var(--primary);
  border-radius: 1.5rem;
  font: 500 var(--button2) var(--font-family-1);
  text-transform: uppercase;
  background: transparent;
  transition: color 0.4s ease 0s, opacity 0.4s ease 0s;
}
.for__list a._active,
.for__list button._active {
  background: #fff;
  color: var(--link);
}
.for__list a._disable,
.for__list button._disable {
  opacity: 0.5;
  pointer-events: none;
}

body._pc .for__list a:hover,
body._pc .for__list button:hover {
  color: var(--primary-base);
}

.about-page__main {
  display: flex;
  gap: 4.5rem;
}
.about-page__body {
  flex: 0 0 calc(100% - 4.5rem - 17.125rem);
  max-width: calc(100% - 4.5rem - 17.125rem);
  width: calc(100% - 4.5rem - 17.125rem);
  order: 99;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.about-page__body:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: calc(100% + (100vw - (88.5rem - 3rem * 2)) / 2 - var(--size-scroll) / 2);
  height: 100%;
  background-color: #fff;
  z-index: 3;
}
.about-page__body .article > p,
.about-page__body .article > ul,
.about-page__body .article > ol,
.about-page__body .article > blockquote {
  margin-left: 1.5rem;
}
.about-page__side {
  position: relative;
  flex: 0 0 17.125rem;
  max-width: 17.125rem;
  width: 17.125rem;
  order: 1;
  z-index: 2;
  display: flex;
  align-items: stretch;
}
.about-page__side-wrap {
  width: 100%;
}
.about-page__side-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-page__side-image img {
  width: 100%;
  border-radius: 0.5rem;
}
.about-page__side-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.about-page__side-list a {
  font: 400 var(--body2) var(--font-family-1);
  padding: 0.5rem 1rem 0.5rem 2.0625rem;
  border-radius: 0.5rem;
  position: relative;
  background: var(--light);
  transition: background 0.4s ease 0s;
}
.about-page__side-list a:after {
  content: "";
  position: absolute;
  top: 0.6875rem;
  left: 1rem;
  display: block;
  width: 0.125rem;
  height: 1.125rem;
  background: var(--border-base);
  border-radius: 0.125rem;
  transition: background 0.4s ease 0s;
}

body._pc .about-page__side-list a:hover {
  background: var(--gray-10);
  color: var(--primary);
}
body._pc .about-page__side-list a:hover:after {
  background: var(--primary-base);
}

.sert {
  max-width: 100%;
  width: 100%;
}
.sert_hide .new-list__sw-nav {
  display: none;
}
.sert__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sert__sw {
  overflow: visible;
}
.sert__sw-slide {
  width: auto;
}
.sert__sw-slide a {
  display: block;
  height: 25.625rem;
}
.sert__sw-slide a img {
  height: 100%;
}

.btn,
.article *.btn {
  overflow: hidden;
  z-index: 1;
  position: relative;
  cursor: pointer;
  font: 400 var(--body1) var(--font-family-1);
  color: #fff;
  background-color: var(--primary-base);
  min-height: 3.375rem;
  height: 3.375rem;
  min-width: 11.875rem;
  max-width: 100%;
  border-radius: 1.6875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.1875rem 1.5rem 0.125rem 1.5rem;
  border: 0.0625rem solid var(--primary-base);
  text-align: center;
  transition: background 0.4s ease 0s, color 0.4s ease 0s, border 0.4s ease 0s;
}
.btn_arrow,
.article *.btn_arrow {
  padding-right: calc(1.5rem + 1.5rem + 1rem);
}
.btn_arrow:after,
.article *.btn_arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icons/link.svg) center/contain no-repeat;
  transition: transform 0.4s ease 0s;
}

body._pc .btn:hover,
body._pc .article *.btn:hover {
  background: var(--primary-light);
  border-color: var(--primary-light);
  color: #fff;
}
body._pc .btn:active,
body._pc .article *.btn:active {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}
body._pc .btn_arrow:hover:after,
body._pc .article *.btn_arrow:hover:after {
  transform: translateY(-50%) rotate(45deg);
}

.page-title {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
}
.page-title__title {
  color: var(--primary);
  font: 500 var(--Headline1) var(--font-family-2);
}
.page-title__subtitle {
  color: var(--primary);
  font: 400 1rem/1.2 var(--font-family-1);
  max-width: 37.5rem;
  margin-top: 1rem;
}
.page-title__url {
  font: 500 var(--button1) var(--font-family-1);
  color: var(--primary-base);
  flex: 0 0 auto;
  align-self: flex-end;
  padding-bottom: 0.75rem;
}
.page-title__url a {
  color: var(--primary-base);
  position: relative;
  display: flex;
  gap: 1.5rem;
  padding-right: 1.75rem;
  transition: color 0.4s ease 0s;
}
.page-title__url a:before {
  content: "/";
}
.page-title__url a:after {
  content: "";
  position: absolute;
  top: 0.375rem;
  right: 0.5rem;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: url(../img/icons/arrow.svg) center/contain no-repeat;
  transition: transform 0.4s ease 0s;
}
.page-title_main .page-title__title {
  font: 500 var(--hero) var(--font-family-2);
}
.page-title_medium .page-title__title {
  font: 500 var(--Headline2) var(--font-family-2);
}
.page-title_little .page-title__title {
  font: 500 var(--Headline4) var(--font-family-2);
}
.page-title_center {
  text-align: center;
  justify-content: center;
}

body._pc .page-title__url:hover a {
  color: var(--primary-dark);
}
body._pc .page-title__url:hover a:after {
  transform: translateX(0.25rem);
}

.page-head {
  padding: 1.5rem 0 2rem;
}
.page-head__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page-head__desc {
  font: 400 var(--body1) var(--font-family-1);
  color: var(--primary);
  max-width: 45rem;
  width: 100%;
}
.page-head__desc > * {
  margin: 1.5rem 0 1rem 0;
}
.page-head__desc > *:last-child {
  margin-bottom: 0;
}
.page-head__desc > *:first-child {
  margin-top: 0;
}

.cookie-mess {
  position: fixed;
  bottom: 1rem;
  left: calc(100vw - 3rem - 18.75rem);
  width: 18.75rem;
  z-index: 50;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border: 0.0625rem solid var(--primary-base);
  opacity: 1;
  transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s;
}
.cookie-mess._close-mess {
  opacity: 0;
  visibility: hidden;
}
.cookie-mess__title {
  font: 700 1rem/1.3 var(--font-family-1);
  color: var(--primary);
}
.cookie-mess__desc {
  font: 400 0.75rem/1.3 var(--font-family-1);
  color: var(--primary);
}
.cookie-mess__desc a {
  color: var(--primary-base);
  transition: opacity 0.4s ease 0s;
}
.cookie-mess__desc a:hover {
  opacity: 0.5;
}
.cookie-mess__btn > * {
  font: 500 0.875rem/1 var(--font-family-1);
  color: #fff;
  background: var(--primary-base);
  text-transform: uppercase;
  outline: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.375rem;
  text-align: center;
  border-radius: 1.1875rem;
  padding: 0.5rem 1rem;
  border: 0.0625rem solid var(--primary-base);
  transition: border 0.4s ease 0s, color 0.4s ease 0s, background 0.4s ease 0s;
}
.cookie-mess__btn > *:hover {
  color: #fff;
  border-color: var(--primary-light);
  background: var(--primary-light);
}
.cookie-mess__btn > *:active {
  color: #fff;
  border-color: var(--primary-dark);
  background: var(--primary-dark);
}

.sw-nav {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  height: 3.25rem;
}
.sw-nav .swiper-button-prev,
.sw-nav .swiper-button-next {
  position: static;
  height: 3.25rem;
  flex: 0 0 3.25rem;
  max-width: 3.25rem;
  width: 3.25rem;
  margin: 0;
}
.sw-nav .swiper-button-prev:after,
.sw-nav .swiper-button-next:after {
  display: none;
}
.sw-nav .swiper-button-prev:before,
.sw-nav .swiper-button-next:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f5f5f5 url(../img/icons/sw-nav.svg) center/1.5rem no-repeat;
  border: 0.0625rem solid transparent;
  transition: background-color 0.4s ease 0s;
}
.sw-nav .swiper-button-prev:before {
  transform: scaleX(-1);
}

body._pc .sw-nav .swiper-button-prev:hover:before,
body._pc .sw-nav .swiper-button-next:hover:before {
  background-color: #fae7e7;
}

.sw-pag .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  row-gap: 0.375rem;
}
.sw-pag .swiper-pagination .swiper-pagination-bullet {
  flex: 0 0 0.75rem;
  max-width: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0;
  margin: 0 !important;
  position: relative;
  background: #f5f5f5;
  border: 0.0625rem solid var(--primary-base);
}
.sw-pag .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: var(--primary-base);
  transition: transform 0.4s ease 0s;
}
.sw-pag .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  transform: translate(-50%, -50%) scale(1);
}

._zoom-in {
  position: relative;
}
._zoom-in:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  display: block;
  width: 3rem;
  height: 3rem;
  background: transparent url(../img/icons/zoom-in.svg) center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
}

body._pc ._zoom-in:hover:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

._play-in {
  position: relative;
}
._play-in:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background: transparent url(../img/icons/play.svg) center/contain no-repeat;
  opacity: 1;
  transition: box-shadow 0.4s ease 0s;
}

body._pc ._play-in:hover:after {
  box-shadow: 0 0 1.25rem rgba(204, 11, 11, 0.8);
}

.cart-about {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  transition: background 0.4s ease 0s;
}
.cart-about__icon {
  flex: 0 0 2.5rem;
  max-width: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
}
.cart-about__icon img,
.cart-about__icon video,
.cart-about__icon source {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.cart-about__icon > picture {
  width: 100%;
  height: 100%;
}
.cart-about__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cart-about__title {
  font: 500 var(--Headline5) var(--font-family-2);
  color: var(--primary);
}
.cart-about__desc {
  font: 400 var(--body1) var(--font-family-1);
  color: var(--primary);
}
.cart-about__desc > * {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}

body._pc .cart-about:hover {
  background: var(--gray-10);
}

.cart-new {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.cart-new__image {
  position: relative;
  flex: 0 0 15.625rem;
  max-width: 100%;
  width: 100%;
  height: 15.625rem;
  border-radius: 1rem;
  overflow: hidden;
}
.cart-new__image img,
.cart-new__image video,
.cart-new__image source {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.cart-new__title {
  font: 500 var(--Headline5) var(--font-family-2);
  color: var(--primary);
  transition: color 0.4s ease 0s;
}
.cart-new__desc {
  font: 400 var(--body1) var(--font-family-1);
  color: var(--primary);
}
.cart-new__desc > * {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart-new__data {
  font: 400 0.8125rem/1.3 var(--font-family-1);
  color: var(--primary);
  padding: 0.25rem 0.5rem;
  background: var(--gray-10);
  border-radius: 1rem;
  align-self: flex-start;
}

body._pc .cart-new:hover .cart-new__title {
  color: var(--primary-base);
}

.cart-mat {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.cart-mat__image {
  position: relative;
  flex: 0 0 15.625rem;
  max-width: 100%;
  width: 100%;
  height: 15.625rem;
  border-radius: 1rem;
  overflow: hidden;
}
.cart-mat__image img,
.cart-mat__image video,
.cart-mat__image source {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.cart-mat__title {
  font: 500 var(--Headline5) var(--font-family-2);
  color: var(--primary);
  transition: color 0.4s ease 0s;
}

body._pc .cart-mat:hover .cart-mat__title {
  color: var(--primary-base);
}

.hash {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.hash__sw {
  max-width: 100%;
  overflow: visible;
}
.hash__sw-slide {
  width: auto;
  height: auto;
}
.hash__item {
  height: 2rem;
  border-radius: 1rem;
  background: var(--gray-10);
  padding: 0 0.5rem 0 2rem;
  display: flex;
  align-items: center;
  gap: 0;
  font: 400 0.8125rem/1 var(--font-family-1);
  color: var(--primary);
  transition: background 0.4s ease 0s, color 0.4s ease 0s, opacity 0.4s ease 0s;
}
.hash__item:before, .hash__item:after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: opacity 0.4s ease 0s;
}
.hash__item:before {
  background: url(../img/icons/hash.svg) center/contain no-repeat;
}
.hash__item:after {
  background: url(../img/icons/hash-w.svg) center/contain no-repeat;
  opacity: 0;
}
.hash__item._active {
  background: var(--primary-base);
  color: #fff;
}
.hash__item._active:before {
  opacity: 0;
}
.hash__item._active:after {
  opacity: 1;
}
.hash__item._disable {
  opacity: 0.5;
  pointer-events: none;
}

body._pc .hash__item:hover {
  background-color: var(--primary-light);
  color: #fff;
}
body._pc .hash__item:hover:before {
  opacity: 0;
}
body._pc .hash__item:hover:after {
  opacity: 1;
}
body._pc .hash__item:active {
  background-color: var(--primary-dark);
  color: #fff;
}
body._pc .hash__item:active:before {
  opacity: 0;
}
body._pc .hash__item:active:after {
  opacity: 1;
}

.cart-seminar__title {
  font: 500 var(--Headline5) var(--font-family-2);
  color: var(--primary);
  padding: 1rem 0;
}
.cart-seminar__data {
  font: 400 var(--tag2) var(--font-family-1);
  color: var(--primary);
}

a.cart-seminar .cart-seminar__title {
  transition: color 0.4s ease 0s;
}
a.cart-seminar .cart-seminar__title span {
  border-bottom: 0.0625rem solid var(--primary);
  transition: border 0.4s ease 0s;
}

body._pc a.cart-seminar:hover .cart-seminar__title {
  color: var(--primary-base);
}
body._pc a.cart-seminar:hover .cart-seminar__title span {
  border-color: var(--primary-base);
}

.cart-feedback {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 1rem 1rem 1rem 0;
  background: #f5f5f5;
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  padding: 1.5rem;
  border: 0.0625rem solid var(--border-base);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
}
.cart-feedback:after, .cart-feedback:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1rem 1rem 1rem 0;
  transition: opacity 0.4s ease 0s;
}
.cart-feedback:before {
  z-index: 1;
  opacity: 0;
}
.cart-feedback:after {
  background: #f5f5f5;
  z-index: 2;
  opacity: 0;
}
.cart-feedback__header {
  position: relative;
  display: flex;
  gap: 1.25rem;
  z-index: 5;
}
.cart-feedback__icon {
  flex: 0 0 3.625rem;
  max-width: 3.625rem;
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.cart-feedback__icon > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.cart-feedback__head {
  align-self: center;
  display: flex;
  flex-direction: column;
}
.cart-feedback__name {
  font: 500 var(--Headline5) var(--font-family-2);
  color: var(--primary);
}
.cart-feedback__desc {
  font: 400 var(--body2) var(--font-family-1);
  color: var(--secondary);
}
.cart-feedback__body {
  position: relative;
  flex: 1 0;
  font: 400 var(--body2) var(--font-family-1);
  color: var(--primary);
  z-index: 5;
}
.cart-feedback__body > * {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-feedback__footer {
  position: relative;
  z-index: 5;
  align-self: flex-end;
  flex: 0 0 2rem;
  max-width: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #fff;
  transition: background 0.4s ease 0s;
}
.cart-feedback__footer:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/icons/plus.svg) center/contain no-repeat;
}

body._pc .cart-feedback:hover:after, body._pc .cart-feedback:hover:before {
  opacity: 1;
}
body._pc .cart-feedback__footer:hover {
  background-color: #fae7e7;
}

/* // ? </ END > ОСНОВНОЕ ========= */
/* // ? ======== ДОПОЛНЕНИЯ ======= */
.side-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  content-visibilit: hidden;
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, pointer-events 0.5s ease 0s;
  -webkit-backdrop-filter: blur(0.3125rem);
          backdrop-filter: blur(0.3125rem);
}
.side-modal .form {
  max-width: 100%;
  margin: 0;
  padding-bottom: 0;
}
.side-modal__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.side-modal__head:last-child {
  margin-bottom: 0;
}
.side-modal__title {
  color: var(--primary);
  font: 400 2rem/1.2 var(--font-family-2);
}
.side-modal__subtitle {
  color: var(--primary);
  font: 400 1rem/1.2 var(--font-family-1);
}
.side-modal__subtitle > * {
  margin-bottom: 0.75rem;
}
.side-modal__subtitle > *:last-child {
  margin-bottom: 0;
}
.side-modal__close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 4rem;
  width: 4rem;
  z-index: 210;
  transition: all 0.4s ease 0s;
  padding: 0;
}
.side-modal__close span {
  transition: border 0.5s ease 0s;
  border-bottom: 1px dashed transparent;
  display: none;
}
.side-modal__close:after, .side-modal__close:before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  width: 0.125rem;
  height: 35%;
  background-color: var(--primary);
  transform: rotate(45deg);
  transition: all 0.5s ease 0s;
}
.side-modal__close:before {
  transform: rotate(-45deg);
}
.side-modal__main {
  position: relative;
  max-height: 100%;
  height: 100%;
  overflow-y: hidden;
}
.side-modal__content {
  position: relative;
  background: #f5f5f5;
  padding: 5.625rem 3.125rem;
  width: 100%;
  z-index: 2;
}
.side-modal__wrapper {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background: transparent;
  min-height: 100%;
  width: 37.5rem;
  transition: all 0.5s ease 0s;
  transform: translateX(calc(50vw - 37.5rem / 2));
}
.side-modal__overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  width: 200vw;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  z-index: 0;
}
.side-modal__close-wrap {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}
.side-modal._active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.side-modal._active .side-modal__overlay {
  right: 0;
  opacity: 0.3;
  visibility: visible;
}
.side-modal_video .side-modal__wrapper {
  width: 50rem;
  transform: translateX(calc(50vw - 50rem / 2));
}
.side-modal_video .side-modal__content {
  position: relative;
  background: #f5f5f5;
  padding: 4rem 0 0 0;
  width: 100%;
  z-index: 2;
  background: transparent;
}
.side-modal_video .side-modal__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.side-modal_video .side-modal__body {
  position: relative;
  padding-top: 56.5%;
}
.side-modal_video .side-modal__close {
  top: 0;
  right: 0;
  background: #fff;
  height: 4rem;
  width: 4rem;
}
.side-modal_video .side-modal__close span {
  transition: border 0.5s ease 0s;
  border-bottom: 1px dashed transparent;
  display: none;
}
.side-modal_video .side-modal__close:after, .side-modal_video .side-modal__close:before {
  content: "";
  position: absolute;
  top: 15%;
  right: 47%;
  width: 0.1875rem;
  height: 70%;
  background-color: var(--primary-base);
  transform: rotate(45deg);
  transition: all 0.5s ease 0s;
}
.side-modal_video .side-modal__close:before {
  transform: rotate(-45deg);
}
.side-modal_full .side-modal__content {
  border-radius: 1rem;
  border: none;
  overflow: clip;
  position: relative;
}
.side-modal_full .side-modal__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75rem;
  transition: all 0.5s ease 0s;
  transform: translateX(calc(50vw - 75rem / 2));
}
.side-modal_full .side-modal__title {
  width: 100%;
  max-width: 53.125rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.side-modal_full .side-modal__head {
  margin-bottom: 3rem;
}
.side-modal_full .side-modal__body {
  width: 100%;
  max-width: 53.125rem;
  margin-left: auto;
  margin-right: auto;
}
.side-modal__feedback {
  width: 100%;
  max-width: 53.125rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  gap: 1.25rem;
  z-index: 5;
  margin-bottom: 2rem;
}
.side-modal__feedback-icon {
  flex: 0 0 3.625rem;
  max-width: 3.625rem;
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.side-modal__feedback-icon > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.side-modal__feedback-head {
  align-self: center;
  display: flex;
  flex-direction: column;
}
.side-modal__feedback-name {
  font: 500 var(--Headline5) var(--font-family-2);
  color: var(--primary);
}
.side-modal__feedback-desc {
  font: 400 var(--body2) var(--font-family-1);
  color: var(--secondary);
}

body._pc .side-modal__close:hover:after {
  transform: rotate(135deg);
}
body._pc .side-modal__close:hover:before {
  transform: rotate(45deg);
}

body._lock .side-modal {
  width: 100vw;
}
body._lock .side-modal__main {
  overflow-y: auto;
}

.article {
  max-width: 62.5rem;
  width: 100%;
	font-size: var(--body1);
}
.article ._full {
  width: calc(100% + 88.5rem - 6rem - 100%);
}
.article > * {
  margin: 1.5rem 0 1rem 0;
}
.article > *:last-child {
  margin-bottom: 0;
}
.article > *:first-child {
  margin-top: 0;
}
.article > h2,
.article > h3,
.article > h4,
.article > h5,
.article > h6 {
  font-weight: 500;
  font-family: var(--font-family-2);
  color: var(--primary);
  margin: 3rem 0 1rem 0;
}
.article > h2:last-child,
.article > h3:last-child,
.article > h4:last-child,
.article > h5:last-child,
.article > h6:last-child {
  margin-bottom: 0;
}
.article > h2:first-child,
.article > h3:first-child,
.article > h4:first-child,
.article > h5:first-child,
.article > h6:first-child {
  margin-top: 0;
}
.article > h2 {
  font: 500 var(--Headline4) var(--font-family-2);
}
.article > h3 {
  font: 500 var(--Headline5) var(--font-family-2);
}
.article > h4 {
  font: 500 var(--Headline6) var(--font-family-2);
}
.article > h5 {
  font: 500 var(--Headline6) var(--font-family-2);
}
.article > h6 {
  font: 500 var(--Headline6) var(--font-family-2);
}
.article blockquote {
  padding: 1rem 1rem 1rem 2.0625rem;
  background: var(--gray-10);
  position: relative;
  border-radius: 0.5rem;
}
.article blockquote:after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: block;
  width: 0.125rem;
  height: calc(100% - 2rem);
  background-color: var(--primary-base);
  border-radius: 0.125rem;
}
.article > blockquote > p,
.article > p {
  color: var(--primary);
}
.article > blockquote > p a,
.article > p a {
  display: inline;
  margin: 0;
}
.article > blockquote a,
.article > a,
.article > p a,
.article > ul li a,
.article > ol li a {
  color: var(--primary-base);
  border-bottom: 0.0625rem solid var(--primary-base);
  transition: border 0.4s ease 0s;
  display: inline-block;
}
.article > blockquote > p,
.article > p,
.article > a,
.article > ul li a,
.article > ol li a,
.article > ul li,
.article > ol li {
  margin-top: 0;
  font: 400 var(--body1) var(--font-family-1);
}
.article > blockquote > p b,
.article > p b,
.article > a b,
.article > ul li a b,
.article > ol li a b,
.article > ul li b,
.article > ol li b {
  font-weight: 700;
}
.article > blockquote > p:last-child,
.article > p:last-child,
.article > a:last-child,
.article > ul li a:last-child,
.article > ol li a:last-child,
.article > ul li:last-child,
.article > ol li:last-child {
  margin-bottom: 0;
}
.article > img,
.article .photos {
  max-width: 100%;
  display: block;
  margin: 1.5rem 0;
  border-radius: 1rem;
}
.article > img:last-child,
.article .photos:last-child {
  margin-bottom: 0;
}
.article > img:first-child,
.article .photos:first-child {
  margin-top: 0;
}
.article > ol {
  margin-top: 0;
  padding-left: 0.9375rem;
}
.article > ol li::marker {
  color: var(--primary);
}
.article > ul {
  margin-top: 0;
}
.article > ul li {
  position: relative;
  padding-left: 0.9375rem;
}
.article > ul li:after {
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: var(--primary);
}
.article > ul li,
.article > ol li {
  margin-bottom: 0.5rem;
}
.article > ul li a,
.article > ol li a {
  display: inline;
  margin: 0;
}
.article > ul li:last-child,
.article > ol li:last-child {
  margin-bottom: 0;
}
.article figure {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1.5rem 0;
}
.article figure:last-child {
  margin-bottom: 0;
}
.article figure:first-child {
  margin-top: 0;
}
.article figure img {
  width: auto;
  border-radius: 1rem;
}
.article figure figcaption {
  font: 400 var(--caption) var(--font-family-1);
  color: var(--secondary);
}

body._pc .article > blockquote a:hover,
body._pc .article > a:hover,
body._pc .article > p a:hover,
body._pc .article > ul li a:hover,
body._pc .article > ol li a:hover {
  border-color: transparent;
}

.article-sect__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 53.75rem;
  width: 100%;
}
.article-sect__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.article-sect__image .article figure img {
  width: 100%;
}
.article-sect__footer {
  display: flex;
  justify-content: flex-start;
}
.article-sect__data {
  font: 400 0.8125rem/1.3 var(--font-family-1);
  color: var(--primary);
  padding: 0.25rem 0.5rem;
  background: var(--gray-10);
  border-radius: 1rem;
  align-self: flex-start;
}

.fancybox__backdrop {
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(0.25rem);
          backdrop-filter: blur(0.25rem);
}

.fancybox__nav .f-button {
  transition: background 0.4s ease 0s;
}
.fancybox__nav .f-button:hover {
  background: var(--primary-base);
}

.fancybox__nav .f-button svg {
  color: var(--primary);
  box-shadow: none;
  filter: none;
  transition: color 0.4s ease 0s;
}

.fancybox__nav .f-button:hover svg {
  color: #fff;
}

.f-button:hover:not([aria-disabled]) {
  background-color: var(--primary-base);
}

.f-carousel__counter {
  text-shadow: none;
  color: var(--primary-base);
}

.fancybox__infobar {
  color: var(--primary);
  box-shadow: none;
  text-shadow: none;
  font-weight: 700;
  filter: none;
}
.fancybox__infobar span {
  filter: none;
  box-shadow: none;
}

.fancybox__toolbar__column .f-button:hover {
  background: var(--primary-base);
}
.fancybox__toolbar__column .f-button svg {
  filter: none;
  box-shadow: none;
}

.f-thumbs__slide {
  opacity: 0.7;
  transition: opacity 0.4s ease 0s, transform 0.33s ease 0s !important;
}
.f-thumbs__slide:hover {
  opacity: 1;
}

.f-thumbs__slide.is-nav-selected {
  opacity: 1;
}

html.with-fancybox body.hide-scrollbar {
  margin-right: 0 !important;
}

.breadcrumb {
  font: 400 var(--caption) var(--font-family-1);
}
.breadcrumb__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb__item {
  color: var(--link);
  padding-right: 1rem;
  position: relative;
}
.breadcrumb__item:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1rem;
  padding-bottom: 0.0625rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.breadcrumb__item:last-child {
  padding-right: 0;
}
.breadcrumb__item:last-child:after {
  display: none;
}
.breadcrumb__item._active {
  opacity: 0.7;
  color: var(--secondary);
}
.breadcrumb__item a {
  color: var(--link);
}

body._pc .breadcrumb__item a {
  transition: color 0.4s ease 0s;
}
body._pc .breadcrumb__item a:hover {
  color: var(--primary-dark);
}

/* // ? </ END > ДОПОЛНЕНИЯ ======= */
/* // ! ======== ПРИМЕРЫ ЭЛЕМЕНТОВ САЙТА ======= */
/* // ! </ END > ПРИМЕРЫ ЭЛЕМЕНТОВ САЙТА ======= */
@media (max-width: 88.5em){
  :root {
    --hero: calc(0.7751937984vw + 2.8139534884rem)/ calc(1.5503875969vw + 3.1279069767rem);
    --Headline1: calc(0.7751937984vw + 2.3139534884rem)/ calc(1.5503875969vw + 2.6279069767rem);
    --Headline2: calc(0.7751937984vw + 1.8139534884rem)/ calc(1.5503875969vw + 2.1279069767rem);
    --Headline3: calc(0.5813953488vw + 0.9854651163rem)/ calc(0.7751937984vw + 1.3139534884rem);
    --Headline6: 1rem/ calc(0.1937984496vw + 1.3284883721rem);
    --subHead1: calc(0.5813953488vw + 0.9854651163rem)/ calc(0.7751937984vw + 1.3139534884rem);
    --body1: 1rem / calc(0.1937984496vw + 1.4534883721rem);
    --button1-fz: calc(0.0968992248vw + 0.914244186rem);
  }
  ._ptb-min {
    padding-top: calc(2.5641025641vw + 0.7307692308rem);
    padding-bottom: calc(2.5641025641vw + 0.7307692308rem);
  }
  ._pt-min {
    padding-top: calc(2.5641025641vw + 0.7307692308rem);
  }
  ._pb-min {
    padding-bottom: calc(2.5641025641vw + 0.7307692308rem);
  }
  ._ptb {
    padding-top: calc(6.4102564103vw + 0.5769230769rem);
    padding-bottom: calc(6.4102564103vw + 0.5769230769rem);
  }
  ._pt {
    padding-top: calc(6.4102564103vw + 0.5769230769rem);
  }
  ._pb {
    padding-bottom: calc(6.4102564103vw + 0.5769230769rem);
  }
  ._mtb-min {
    margin-top: calc(2.5641025641vw + 0.7307692308rem);
    margin-bottom: calc(2.5641025641vw + 0.7307692308rem);
  }
  ._mt-min {
    margin-top: calc(2.5641025641vw + 0.7307692308rem);
  }
  ._mb-min {
    margin-bottom: calc(2.5641025641vw + 0.7307692308rem);
  }
  ._mtb {
    margin-top: calc(6.4102564103vw + 0.5769230769rem);
    margin-bottom: calc(6.4102564103vw + 0.5769230769rem);
  }
  ._mt {
    margin-top: calc(6.4102564103vw + 0.5769230769rem);
  }
  ._mb {
    margin-bottom: calc(6.4102564103vw + 0.5769230769rem);
  }
  ._mb-title {
    margin-bottom: calc(2.5641025641vw + 0.7307692308rem);
  }
  ._pb-title {
    padding-bottom: calc(2.5641025641vw + 0.7307692308rem);
  }
  ._container {
    max-width: 100%;
  }
  .fs {
    min-height: 45.5rem;
  }
  .fs__star {
    width: calc(4.3604651163vw + 8.7034883721rem);
    height: calc(4.3604651163vw + 8.7034883721rem);
  }
  .fs__main {
    width: calc(40.1234567901vw + 9.4907407407rem);
    max-width: calc(40.1234567901vw + 9.4907407407rem);
    flex: 0 0 calc(40.1234567901vw + 9.4907407407rem);
  }
  .fs__main:after {
    height: calc(2.1317829457vw + 4.363372093rem);
  }
  .fs__desc > * {
    margin: calc(1.2345679012vw + 0.4074074074rem) 0 calc(0.6172839506vw + 0.4537037037rem) 0;
  }
  .about-list {
    padding-top: calc(8.1196581197vw + -0.9358974359rem);
  }
  .new-list {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
  }
  .new-list__sw {
    overflow: visible;
  }
  .materials {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
  }
  .materials__sw {
    overflow: visible;
  }
  .materials__cart-desc > * {
    margin: calc(1.2345679012vw + 0.4074074074rem) 0 calc(0.6172839506vw + 0.4537037037rem) 0;
  }
  .seminars {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
  }
  .club {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
  }
  .club__sw {
    overflow: visible;
  }
  .about-page__main {
    gap: 3rem;
  }
  .about-page__body {
    gap: calc(2.5641025641vw + 0.7307692308rem);
  }
  .about-page__body:after {
    width: calc(100% + 3rem);
  }
  .about-page__body .article > p,
  .about-page__body .article > ul,
  .about-page__body .article > ol,
  .about-page__body .article > blockquote {
    margin-left: calc(0.8547008547vw + 0.7435897436rem);
  }
  .btn,
  .article *.btn {
    min-height: calc(0.4273504274vw + 2.9967948718rem);
    height: calc(0.4273504274vw + 2.9967948718rem);
  }
  .page-title__subtitle {
    font-size: calc(0.2136752137vw + 0.8108974359rem);
    margin-top: calc(0.8547008547vw + 0.2435897436rem);
  }
  .page-title__url {
    padding-bottom: calc(0.495049505vw + 0.3118811881rem);
  }
  .page-head__desc > * {
    margin: calc(1.2345679012vw + 0.4074074074rem) 0 calc(0.6172839506vw + 0.4537037037rem) 0;
  }
  .cookie-mess {
    padding: calc(0.641025641vw + 0.4326923077rem);
  }
  .cookie-mess__title {
    font-size: calc(0.2136752137vw + 0.8108974359rem);
  }
  .cookie-mess__desc {
    font-size: calc(0.1068376068vw + 0.6554487179rem);
  }
  .cookie-mess__btn > * {
    font-size: calc(0.2136752137vw + 0.6858974359rem);
  }
  .sw-nav {
    height: calc(0.495049505vw + 2.8118811881rem);
  }
  .sw-nav .swiper-button-prev,
  .sw-nav .swiper-button-next {
    height: calc(0.495049505vw + 2.8118811881rem);
    flex-basis: calc(0.495049505vw + 2.8118811881rem);
    max-width: calc(0.495049505vw + 2.8118811881rem);
    width: calc(0.495049505vw + 2.8118811881rem);
  }
  .sw-nav .swiper-button-prev:before,
  .sw-nav .swiper-button-next:before {
    background-size: calc(0.6172839506vw + 0.9537037037rem);
  }
  .cart-about {
    gap: calc(0.8547008547vw + 0.7435897436rem);
    padding: calc(0.8547008547vw + 0.7435897436rem);
  }
  .cart-feedback {
    padding: calc(0.7751937984vw + 0.8139534884rem);
    gap: calc(0.7751937984vw + 0.8139534884rem);
  }
  .side-modal__head {
    gap: calc(0.8547008547vw + 0.2435897436rem);
    margin-bottom: calc(0.8547008547vw + 1.2435897436rem);
  }
  .side-modal__title {
    font-size: calc(0.8547008547vw + 1.2435897436rem);
  }
  .side-modal__subtitle {
    font-size: calc(0.2136752137vw + 0.8108974359rem);
  }
  .side-modal__subtitle > * {
    margin-bottom: calc(0.8547008547vw + -0.0064102564rem);
  }
  .side-modal__content {
    padding: calc(5.1470588235vw + 1.0698529412rem) calc(4.1666666667vw + -0.5625rem);
  }
  .side-modal_video .side-modal__content {
    padding: calc(1.9607843137vw + 2.2647058824rem) 0 0 0;
  }
  .side-modal_video .side-modal__close {
    top: 0;
    right: 0;
    width: calc(1.9607843137vw + 2.2647058824rem);
    height: calc(1.9607843137vw + 2.2647058824rem);
  }
  .side-modal_full .side-modal__head {
    margin-bottom: calc(2.5641025641vw + 0.7307692308rem);
  }
  .article ._full {
    width: calc(100% + 100vw - 3rem * 2 - 100%);
  }
  .article > * {
    margin: calc(1.2345679012vw + 0.4074074074rem) 0 calc(0.6172839506vw + 0.4537037037rem) 0;
  }
  .article > h2,
  .article > h3,
  .article > h4,
  .article > h5,
  .article > h6 {
    margin: calc(2.5641025641vw + 0.7307692308rem) 0 1rem 0;
  }
  .article > img,
  .article .photos {
    margin: calc(1.2345679012vw + 0.4074074074rem) 0;
  }
  .article figure {
    margin: calc(1.2345679012vw + 0.4074074074rem) 0;
  }
  .article-sect__wrapper {
    gap: calc(2.5641025641vw + 0.7307692308rem);
  }
}
@media (max-width: 80em){
  .main-menu__list {
    gap: 1rem;
  }
  .about-list__row {
    gap: calc(2vw + -0.1rem);
  }
  .about-list__col {
    flex: 0 0 calc(33.3333333333% - (2vw + -0.1rem) * 2 / 3);
    max-width: calc(33.3333333333% - (2vw + -0.1rem) * 2 / 3);
    width: calc(33.3333333333% - (2vw + -0.1rem) * 2 / 3);
  }
}
@media (max-width: 75em){
  .header__wrapper {
    gap: 1rem;
  }
  .header__logo {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
  }
  .header__burger {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    margin-left: -1rem;
    flex: 0 0 3.5rem;
    min-width: 3.5rem;
    width: 3.5rem;
  }
  .main-menu {
    position: fixed;
    top: calc(3rem);
    width: 100vw;
    height: calc(100 * var(--vh) - 3rem);
    padding: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    content-visibilit: hidden;
    background-color: #fff;
    transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, pointer-events 0.5s ease 0s;
  }
  .main-menu._active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .main-menu__body {
    flex: 1 0;
    height: auto;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 1.5rem 1rem;
    z-index: 2;
    display: flex;
    align-items: stretch;
  }
  .main-menu__tools {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .main-menu__list {
    flex-direction: column;
    height: 100%;
    gap: 0;
    width: 25rem;
    max-width: 100%;
    margin: 0 auto;
    gap: 0.5rem;
  }
  .main-menu__list > li {
    flex: 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 0.25rem 0;
  }
  .main-menu__list > li:first-child {
    margin-top: -0.5rem;
  }
  .main-menu__list:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 2rem;
  }
  .main-menu__link {
    padding: 0;
    min-height: 2.875rem;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-menu__sub-list {
    border-left: 0.125rem solid var(--primary-base);
    margin: 0.5rem 0;
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .main-menu__arrow {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: -1rem;
    padding-left: 0px;
    flex: 0 0 calc(1rem + 2rem);
    max-width: calc(1rem + 2rem);
    width: calc(1rem + 2rem);
    height: calc(2.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-menu__arrow._active:before {
    transform: rotate(0deg) translateY(0px);
  }
  .main-menu__arrow._active i {
    transform: rotate(0deg) translateX(-0.5rem) translateY(0rem);
  }
  .main-menu__arrow i {
    display: block;
  }
  .main-menu__arrow:after, .main-menu__arrow:before,
  .main-menu__arrow i {
    background-color: var(--primary-base);
    width: 1rem;
    height: 0.125rem;
  }
  .main-menu__arrow i {
    display: block;
    right: calc(0rem + 1rem);
    width: 0.5rem;
    transform: rotate(90deg) translateX(-0.25rem) translateY(0.25rem);
  }
  .main-menu__arrow:before {
    left: unset;
    right: 1rem;
    width: 0.5rem;
    transform: rotate(90deg) translateX(0.25rem) translateY(0.25rem);
  }
  .main-menu__arrow:after {
    right: 1rem;
    transform: rotate(0) translateX(0);
  }
  .fs {
    padding-top: 3rem;
    margin-top: -3rem;
  }
  .new-list__col {
    flex: 0 0 calc(33.3333333333% - 1.5rem * 2 / 3);
    max-width: calc(33.3333333333% - 1.5rem * 2 / 3);
    width: calc(33.3333333333% - 1.5rem * 2 / 3);
  }
  .side-modal_full .side-modal__wrapper {
    transform: none;
    width: 100%;
    padding: 0.5rem;
  }
  .article ._full {
    width: 100%;
  }
}
@media (max-width: 62em){
  ._container {
    padding: 0 1rem;
  }
  .header__tools {
    gap: 1rem;
  }
  .main-menu__tools {
    margin: 0 1rem;
  }
  .about-list__col {
    flex: 0 0 calc(50% - (2vw + -0.1rem) * 1 / 2);
    max-width: calc(50% - (2vw + -0.1rem) * 1 / 2);
    width: calc(50% - (2vw + -0.1rem) * 1 / 2);
  }
  .new-list__row {
    gap: 1rem;
    row-gap: 1.5rem;
  }
  .new-list__col {
    flex: 0 0 calc(33.3333333333% - 1rem * 2 / 3);
    max-width: calc(33.3333333333% - 1rem * 2 / 3);
    width: calc(33.3333333333% - 1rem * 2 / 3);
  }
  .materials__row {
    margin-top: calc(3.9473684211vw + 0.5526315789rem);
  }
  .materials__col {
    padding: calc(3.9473684211vw + 0.5526315789rem) 0;
  }
  .materials__cart {
    gap: 1.5rem;
  }
  .materials__cart-image {
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
  }
  .materials__cart-main {
    flex: 1 0;
    max-width: unset;
    width: auto;
  }
  .club__row {
    gap: 1rem;
  }
  .club__col {
    flex: 0 0 calc(50% - 1rem * 1 / 2);
    max-width: calc(50% - 1rem * 1 / 2);
    width: calc(50% - 1rem * 1 / 2);
  }
  .about-page__body {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .about-page__body:after {
    display: none;
  }
  .about-page__section .sert {
    margin-left: -1rem;
    margin-right: auto;
    overflow: hidden;
    max-width: 100vw;
    width: 100vw;
  }
  .about-page__side {
    display: none;
  }
  .sert {
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    max-width: 100%;
    width: 100%;
  }
  .cookie-mess {
    bottom: 1rem;
    left: calc(100vw - 1rem - 18.75rem);
  }
}
@media (max-width: 48em){
  .header__item a {
    position: relative;
    font-size: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .header__item a span {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
  }
  .header__item a span:after {
    position: absolute;
    right: -1rem;
    left: unset;
    top: 0;
    bottom: 0;
    width: calc(100% + 1rem * 2);
    height: 100%;
    transform: scaleX(1);
    background: transparent;
    transition: transform 0s ease 0s;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 1rem;
    padding-top: 1.5rem;
  }
  .fs {
    min-height: unset;
  }
  .fs__image {
    display: none;
  }
  .fs__main {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .fs__desc > * {
    margin: 1rem 0 0.75rem 0;
  }
  .about-list {
    padding-top: 3.5rem;
  }
  .new-list__col {
    flex: 0 0 calc(50% - 1rem * 1 / 2);
    max-width: calc(50% - 1rem * 1 / 2);
    width: calc(50% - 1rem * 1 / 2);
  }
  .materials__col:nth-child(even) .materials__cart {
    flex-direction: column;
  }
  .materials__cart {
    flex-direction: column;
  }
  .materials__cart-image {
    flex: 0 0;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 343/270;
  }
  .materials__cart-desc > * {
    margin: 1rem 0 0.75rem 0;
  }
  .timeline__sw {
    height: 3.125rem;
    border-radius: 1.5625rem;
  }
  .timeline__sw-slide a,
  .timeline__sw-slide button {
    border-radius: 1.4375rem;
  }
  .for__list {
    height: 3.125rem;
    border-radius: 1.5625rem;
  }
  .for__list a,
  .for__list button {
    border-radius: 1.4375rem;
  }
  .page-head {
    padding: 1rem 0 2rem;
  }
  .page-head__desc > * {
    margin: 1rem 0 0.75rem 0;
  }
  .sw-nav .swiper-button-prev:before,
  .sw-nav .swiper-button-next:before {
    background-size: 1.25rem;
  }
  .side-modal_video .side-modal__close:after, .side-modal_video .side-modal__close:before {
    top: 15%;
    height: 70%;
    width: 0.125rem;
  }
  .article > * {
    margin: 1rem 0 0.75rem 0;
  }
  .article > blockquote > p,
  .article > p,
  .article > a,
  .article > ul li a,
  .article > ol li a,
  .article > ul li,
  .article > ol li {
    margin-top: 0;
  }
  .article > img,
  .article .photos {
    margin: 1rem 0;
  }
  .article > ul li,
  .article > ol li {
    margin-bottom: 0.25rem;
  }
  .article figure {
    margin: 1rem 0;
  }
}
@media (max-width: 42em){
  .club__col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 38em){
  .seminars__row {
    flex-direction: column;
    gap: 1rem;
  }
  .seminars__col {
    flex: 0 0;
    max-width: 100%;
    width: 100%;
  }
  .page-title__url {
    padding-bottom: 0.5rem;
    display: none;
  }
  .sw-nav {
    height: 3rem;
    display: none !important;
  }
  .sw-nav .swiper-button-prev,
  .sw-nav .swiper-button-next {
    height: 3rem;
    flex: 0 0 3rem;
    max-width: 3rem;
    width: 3rem;
  }
  .hash__wrapper {
    width: 100vw;
    margin-left: -1rem;
    padding: 0 1rem;
  }
}
@media (max-width: 37.5em){
  .side-modal__content {
    padding: 3rem 1rem;
  }
  .side-modal__wrapper {
    transform: none;
    width: 100%;
    padding: 0.5rem;
  }
  .side-modal_video .side-modal__wrapper {
    width: 100%;
  }
  .side-modal_video .side-modal__content {
    padding: 3rem 0 0 0;
  }
  .side-modal_video .side-modal__close {
    right: 0;
    top: 0;
    height: 3rem;
    width: 3rem;
  }
}
@media (max-width: 35.25em){
  .cookie-mess {
    width: calc(100% - 0.5rem);
    bottom: 0.25rem;
    left: 0.25rem;
  }
  .cookie-mess__btn > * {
    padding: 0.25rem 1rem;
  }
}
@media (max-width: 33em){
  .about-list__col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .new-list__col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .cart-about {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 30em){
  ._ptb-min {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  ._pt-min {
    padding-top: 1.5rem;
  }
  ._pb-min {
    padding-bottom: 1.5rem;
  }
  ._ptb {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  ._pt {
    padding-top: 2.5rem;
  }
  ._pb {
    padding-bottom: 2.5rem;
  }
  ._mtb-min {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  ._mt-min {
    margin-top: 1.5rem;
  }
  ._mb-min {
    margin-bottom: 1.5rem;
  }
  ._mtb {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  ._mt {
    margin-top: 2.5rem;
  }
  ._mb {
    margin-bottom: 2.5rem;
  }
  ._mb-title {
    margin-bottom: 1.5rem;
  }
  ._pb-title {
    padding-bottom: 1.5rem;
  }
  .about-list {
    padding-top: 1.5rem;
  }
  .about-list__row {
    gap: 0.5rem;
  }
  .new-list__sw-slide {
    flex: 0 0 calc(100vw - 1rem * 4);
    max-width: calc(100vw - 1rem * 4);
    width: calc(100vw - 1rem * 4);
  }
  .new-list__sw-slide:last-child {
    flex: 0 0 calc(100vw - 1rem * 2);
    max-width: calc(100vw - 1rem * 2);
    width: calc(100vw - 1rem * 2);
  }
  .materials__sw-slide {
    flex: 0 0 calc(100vw - 1rem * 4);
    max-width: calc(100vw - 1rem * 4);
    width: calc(100vw - 1rem * 4);
  }
  .materials__sw-slide:last-child {
    flex: 0 0 calc(100vw - 1rem * 2);
    max-width: calc(100vw - 1rem * 2);
    width: calc(100vw - 1rem * 2);
  }
  .club__sw-slide {
    flex: 0 0 calc(100vw - 1rem * 4);
    max-width: calc(100vw - 1rem * 4);
    width: calc(100vw - 1rem * 4);
  }
  .club__sw-slide:last-child {
    flex: 0 0 calc(100vw - 1rem * 2);
    max-width: calc(100vw - 1rem * 2);
    width: calc(100vw - 1rem * 2);
  }
  .for__list a,
  .for__list button {
    padding: 0 0.5rem;
  }
  .about-page__body {
    gap: 1.5rem;
  }
  .about-page__body .article > p,
  .about-page__body .article > ul,
  .about-page__body .article > ol,
  .about-page__body .article > blockquote {
    margin-left: 1rem;
  }
  .btn,
  .article *.btn {
    min-height: 3.125rem;
    height: 3.125rem;
    width: 100%;
    padding: 0.1875rem 0.75rem 0.125rem 0.75rem;
  }
  .btn_arrow,
  .article *.btn_arrow {
    width: 100%;
    padding-right: calc(1rem + 1.5rem);
  }
  .btn_arrow:after,
  .article *.btn_arrow:after {
    right: 1rem;
  }
  .page-title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .page-title__subtitle {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  .page-title_center {
    justify-content: flex-start;
  }
  .cookie-mess {
    padding: 0.625rem;
  }
  .cookie-mess__title {
    font-size: 0.875rem;
  }
  .cookie-mess__desc {
    font-size: 0.6875rem;
  }
  .cookie-mess__btn > * {
    font-size: 0.75rem;
  }
  .cart-about {
    gap: 1rem;
    padding: 1rem 0;
  }
  .side-modal__head {
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
  .side-modal__title {
    font-size: 1.5rem;
  }
  .side-modal__subtitle {
    font-size: 0.875rem;
  }
  .side-modal__subtitle > * {
    margin-bottom: 0.25rem;
  }
  .side-modal_full .side-modal__head {
    margin-bottom: 1.5rem;
  }
  .article > h2,
  .article > h3,
  .article > h4,
  .article > h5,
  .article > h6 {
    margin: 1.5rem 0 1rem 0;
  }
  .article > blockquote > p,
  .article > p,
  .article > a,
  .article > ul li a,
  .article > ol li a,
  .article > ul li,
  .article > ol li {
    margin-top: 0;
  }
  .article-sect__wrapper {
    gap: 1.5rem;
  }
}
@media (max-width: 24em){
  :root {
    --hero: 3rem/ 3.5rem;
    --Headline1: 2.5rem/3rem;
    --Headline2: 2rem/ 2.5rem;
    --Headline3: 1.125rem/ 1.5rem;
    --Headline6: 1rem/1.375rem;
    --subHead1: 1.125rem/ 1.5rem;
    --body1: 1rem/1.5rem;
    --button1fz: 0.9375rem;
  }
  .fs__star {
    width: 9.75rem;
    height: 9.75rem;
  }
  .materials__row {
    margin-top: 1.5rem;
  }
  .materials__col {
    padding: 1.5rem 0;
  }
  .for__list a,
  .for__list button {
    font-size: 0.6875rem;
  }
  .cart-feedback {
    padding: 1rem;
    gap: 1rem;
  }
}
@media (min-width: 38.0625em){
  .about-list__footer {
    display: none;
  }
  .new-list__footer {
    display: none;
  }
  .materials__footer {
    display: none;
  }
  .seminars__footer {
    display: none;
  }
  .club__footer {
    display: none;
  }
  .hash__sw-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
@media (min-width: 62.00625em){
  .wrapper {
    padding-top: 5.5rem;
  }
}
@media (min-width: 62.0625em){
  .about-page__section .sert ._container {
    padding: 0;
  }
}
@media (min-width: 75.00625em){
  .header {
    height: 5.5rem;
  }
  .header:after {
    height: 5.5rem;
  }
  .header__burger {
    display: none;
  }
  .main-menu__list {
    height: 100%;
    align-items: stretch;
    justify-content: center;
  }
  .main-menu__list > li {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    position: relative;
  }
  .main-menu__link {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    color: var(--primary);
    line-height: 100%;
    white-space: nowrap;
  }
  .main-menu__link span {
    position: relative;
  }
  .main-menu__link span:after {
    content: "";
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    display: block;
    width: 100%;
    height: 0.0625rem;
    background-color: var(--primary-base);
    transform-origin: right center;
    transform: scaleX(0);
    transition: transform 0.4s ease 0s;
  }
  .main-menu__sub-list {
    position: absolute;
    top: calc(100% - 0.0625rem);
    left: 0;
    padding: 1rem 1.5rem;
    min-width: 18.75rem;
    max-width: 18.75rem;
    transform: translate(0, 1.5rem);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    pointer-events: none;
    background-color: #fff;
    border: 0.0625rem solid var(--black-10);
    border-radius: 0 0 1.25rem 1.25rem;
    display: block !important;
  }
  .main-menu__sub-list:after {
    content: "";
    position: absolute;
    top: -1rem;
    left: 0;
    width: 100%;
    height: 1rem;
  }
  body._pc .main-menu__list > li:hover > a {
    color: var(--primary-base);
  }
  body._pc .main-menu__list > li:hover .main-menu__link span:after {
    transform-origin: left center;
    transform: scaleX(1);
  }
  body._pc .main-menu__list > li:hover .main-menu__sub-link:hover {
    color: var(--primary-base);
  }
  body._pc .main-menu__list > li:hover .main-menu__sub-list {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  body._pc .main-menu__list > li:hover .main-menu__arrow:before {
    background-color: var(--primary-base);
    transform: rotate(0deg) translateX(0.125rem);
  }
  body._pc .main-menu__list > li:hover .main-menu__arrow:after {
    background-color: var(--primary-base);
    transform: rotate(0deg) translateX(-0.125rem);
  }
  body._touch .main-menu__list > li._active > a {
    color: var(--primary-base);
  }
  body._touch .main-menu__list > li._active .main-menu__sub-list {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  body._touch .main-menu__list > li._active .main-menu__arrow:before {
    background-color: var(--primary-base);
    transform: rotate(0deg) translateX(0.125rem);
  }
  body._touch .main-menu__list > li._active .main-menu__arrow:after {
    background-color: var(--primary-base);
    transform: rotate(0deg) translateX(-0.125rem);
  }
}
/*@media (min-width: 80.0625em){
  .about-list__col:nth-child(1) {
    flex: 0 0 calc(50% - 1.5rem * 1 / 2);
    max-width: calc(50% - 1.5rem * 1 / 2);
    width: calc(50% - 1.5rem * 1 / 2);
  }
  .about-list__col:nth-child(2) {
    flex: 0 0 calc(50% - 1.5rem * 1 / 2);
    max-width: calc(50% - 1.5rem * 1 / 2);
    width: calc(50% - 1.5rem * 1 / 2);
  }
}*/



.article>table, .article>table td {
    font: 400 var(--body2) var(--font-family-1);
	border-collapse: collapse;
	border: 1px solid var(--primary);
	border-color: #e5e5e5;
}
.article>table td {
    padding: 10px;
}
.article>table {
	width: 100%;
}

.fs__image-wide {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.fs__image-wide img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 62em) {
	.fs__main .page-title__title, .fs__desc {
		color: #fff;
	}
	.fs__image-wide {
		display: block;
	}
}

.top-gallery {
	margin-bottom: 2.5rem;
	overflow: hidden;
	margin-top: -5.75rem;
}
.top-gallery .sw-nav {
	margin-bottom: 2.5rem;
	justify-content: flex-end;
}
.top-gallery .cart-new {
	border-radius: 1.5rem;
    overflow: hidden;
	display: block;
    width: 100%;
	height: 100%;
}
.top-gallery .top-gallery__sw-slide {
	width: 21rem;
    height: 16rem;
}
.top-gallery .cart-new img {
	display: block;
    width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 62em) {
    .top-gallery .top-gallery__sw-slide {
		width: 18rem;
		height: 12rem;
	}
	.top-gallery {
		margin-top: 0;
	}
}
.new-list__filter-hash {
	flex: auto;
}

.new-list__sorting {
	display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-family-1);
	justify-content: flex-end;
	width: 17rem;
}
.new-list__sorting > span {
	color: var(--secondary);
	font: 400 var(--caption) var(--font-family-1);
}

.nice-select {
    background: var(--gray-20);
    border-radius: 8px;
    border: none;
    font: 400 0.8125rem / 1 var(--font-family-1);
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 32px;
	width: 125px;
}
.nice-select:after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8491_2583)'%3E%3Cpath d='M8 14L12 10L16 14' stroke='%23CC0B0B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8491_2583'%3E%3Crect width='24' height='24' fill='white' transform='matrix(1 0 0 -1 0 24)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    border-bottom: none;
    border-right: none;
    content: "";
    height: 24px;
    width: 24px;
    right: 8px;
    top: 4px;
    transform: none;
    margin: 0;
	transform: rotate(180deg);
	transform-origin: 50%;
}
.nice-select.open:after {
    transform: rotate(0deg);
}
.nice-select .nice-select-dropdown {
    margin-top: 8px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .1);
	width: 150px;
    left: auto;
    right: 0;
	padding: 4px;
}
.nice-select .option.selected {
    font-weight: normal;
}
.nice-select .option {
	border-radius: 10px;
	margin-bottom: 2px;
}
.nice-select .option:last-child {
	margin-bottom: 0;
}
.nice-select .option:hover {
    background-color: var(--gray-20) !important;
}
.nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: transparent;
}
.new-list__filter {
	flex: auto;
}
.hash {
    justify-content: flex-end;
}

.more-posts .materials__wrapper {
	max-width: 61.5rem;
	margin-left: auto;
	margin-right: auto;
}
.single-back-btn__wrapper {
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -3.5rem;
}
@media (max-width: 62em) {
    .single-back-btn__wrapper {
		margin-bottom: 1.5rem;
		text-align: center;
	}
}
.more-posts .page-title__title {
    font: 500 var(--Headline4) var(--font-family-2);
}
.more-posts .page-title__url {
    padding-bottom: 0.25rem;
}

.single .breadcrumb__list {
    justify-content: center;
}
.single-back-btn {
	background: transparent;
}
.single-back-btn svg rect {
	transition: 0.4s;
}
.single-back-btn:hover svg rect {
	fill: #fae7e7;
}
.about-page__side-image--mobile {
	display: none;
}
@media (max-width: 62em) {
    .about-page__side-image--mobile {
		display: block;
	}
}