/* #region Fonts */

/* Helvetica */
@font-face {
  font-family: "Helvetica";
  src:
    local("Helvetica"),
    url("/kreativland/fonts/Helvetica/Helvetica.woff2") format("woff2"),
    url("/kreativland/fonts/Helvetica/Helvetica.woff") format("woff"),
    url("/kreativland/fonts/Helvetica/Helvetica.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* Добавьте это */
}

@font-face {
  font-family: "Helvetica";
  src:
    local("Helvetica Bold"),
    url("/kreativland/fonts/Helvetica/Helvetica-Bold.woff2") format("woff2"),
    url("/kreativland/fonts/Helvetica/Helvetica-Bold.woff") format("woff"),
    url("/kreativland/fonts/Helvetica/Helvetica-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* TTTravels - исправленные пути */
@font-face {
  font-family: "TTTravels";
  src:
    local("TTTravels"),
    url("/kreativland/fonts/TTTravels/TTTravels.woff2") format("woff2"),
    url("/kreativland/fonts/TTTravels/TTTravels.woff") format("woff"),
    url("/kreativland/fonts/TTTravels/TTTravels.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTTravels";
  src:
    local("TTTravels DemiBold"),
    url("/kreativland/fonts/TTTravels/TTTravels-DemiBold.woff2") format("woff2"),
    url("/kreativland/fonts/TTTravels/TTTravels-DemiBold.woff") format("woff"),
    url("/kreativland/fonts/TTTravels/TTTravels-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTTravels";
  src:
    local("TTTravels Bold"),
    url("/kreativland/fonts/TTTravels/TTTravels-Bold.woff2") format("woff2"),
    url("/kreativland/fonts/TTTravels/TTTravels-Bold.woff") format("woff"),
    url("/kreativland/fonts/TTTravels/TTTravels-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* LadyMarmalade */

@font-face {
  font-family: "LadyMarmalade";
  src:
    local("LadyMarmalade Regular"),
    url("/kreativland/fonts/LadyMarmalade/Lady_Marmalade.woff") format("woff"),
    url("/kreativland/fonts/LadyMarmalade/Lady_Marmalade.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* #endregion */

/* #region Main */
:root {
  --ft-fm: "TTTravels", Arial, Helvetica, sans-serif;
  --ft-fm-h: "Helvetica", Helvetica, sans-serif;
  --ft-fm-lm: "LadyMarmalade", Helvetica, sans-serif;
  --ln-hg: 1.5;

  --fz-h1: 64px;
  --fz-h2: 48px;
  --fz-h3: 36px;
  --fz-h4: 28px;
  --fz-h5: 24px;
  --fz-subtitle: 20px;
  --fz-text: 18px;
  --fz-input: 12px;
  --fz-btn: 12px;

  --clr-white: #ffffff;
  --clr-black: #000000;
  --clr-green: #00ab55;
  --clr-orange: #ff5500;
  --clr-red: #ff4748;
  --clr-light: #fffefe;
  --clr-light-gray: #919eab;
  --clr-gray: #918888;
  --clr-dark: #212b36;
  --clr-blue-light: #91b7de;
  --clr-purplish: #982790;
  --clr-transparent: rgba(255, 255, 255, 0);
  --clr-transparent: rgba(255, 255, 255, 0);
}

html {
  min-width: 320px;
  min-height: 100vh;
}

html.--modal_showed,
html.--mn_active {
  overflow: hidden;
}

html.filter--open {
  overflow: hidden;
}

body {
  min-height: inherit;
  font-family: var(--ft-fm);
  font-size: var(--fz-text);
  font-weight: 400;
  line-height: var(--ln-hg);
  color: var(--clr-dark);
  position: relative;
  background-color: var(--clr-black);
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1264px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.container--fullw {
  max-width: 1910px;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 100px;
}

h1,
.h1 {
  font-size: var(--fz-h1);
}

h2,
.h2 {
  font-size: var(--fz-h2);
}

h3,
.h3 {
  font-size: var(--fz-h3);
}

h4,
.h4 {
  font-size: var(--fz-h4);
}

h5,
.h5 {
  font-size: var(--fz-h5);
}

/* #endregion */

/* #region Logotype */
.logotype {
  display: inline-flex;
  align-items: center;
  color: var(--clr-dark);
}

.logotype__image {
  min-width: 179px;
  object-fit: contain;
}

.logotype__divider {
  background-color: var(--clr-dark-gray);
  width: 2px;
  height: 38px;
  display: block;
  margin: 0 20px;
  border-radius: 3px;
}

.logotype__text {
  font-size: 12px;
}

.search-results-page *,
.search-results-page {
  color: var(--clr-white);
}

.splide__arrow--prev svg {
  transform: none;
}

/* #endregion */

/* #region Button */
.btn {
  padding: 17px 29px;
  display: block;
  background-color: var(--clr-orange);
  border: 0;
  border-radius: 15px;
  font-size: var(--fz-btn);
  font-weight: 700;
  color: var(--clr-white);
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s ease;
}

.btn:hover {
  background-color: #aa3900;
}

/* #endregion */

/* #region Form */
.form {
  display: flex;
  flex-direction: column;
}

.form__fields {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  align-items: flex-start;
}

.form__field {
  position: relative;
  display: flex;
  flex-direction: column;
}

.form__field--center {
  align-items: center;
}

.form__label {
  font-size: var(--fz-input);
  font-weight: 400;
  color: var(--clr-gray);
  margin-bottom: 4px;
}

.form__input {
  border-radius: 9px;
  outline: none;
  border: 0;
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  color: var(--clr-dark-gray);
  background-color: var(--clr-white);
}

.form__input--light {
  background-color: var(--clr-light);
}

.form__checkbox {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  user-select: none;
}

.form__checkbox-input {
  appearance: none;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form__checkbox-icon {
  display: block;
  position: absolute;
  margin-left: -26px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid var(--clr-light-gray);
  transition: 0.2s ease;
}

.form__checkbox-icon::after {
  content: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.52312 8C3.30804 8 3.09296 7.91043 2.92913 7.73083L0.246063 4.79711C-0.082021 4.43837 -0.082021 3.85686 0.246063 3.49813C0.574147 3.13939 1.10597 3.13939 1.43405 3.49813L3.52312 5.78236L8.56537 0.269051C8.89345 -0.0896838 9.42528 -0.0896838 9.75378 0.269051C10.0823 0.627786 10.0819 1.2093 9.75378 1.56803L4.11754 7.73083C3.95329 7.90997 3.73862 8 3.52354 8H3.52312Z" fill="white"/></svg>');
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 8px;
  line-height: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.form__checkbox-input:checked + .form__checkbox-icon {
  background-color: var(--clr-green);
  border-color: var(--clr-green);
}

.form__checkbox-input:checked + .form__checkbox-icon::after {
  opacity: 1;
}

.form__checkbox-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--clr-dark-gray);
  word-break: normal;
}

.form__checkbox-text > a {
  color: var(--clr-red);
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.form__checkbox-text > a:hover,
.form__checkbox-text > a:focus-visible {
  color: var(--clr-green);
}

.form__radio {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  user-select: none;
}

.form__radio-input {
  appearance: none;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form__radio-icon {
  display: block;
  position: absolute;
  margin-left: -26px;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  border: 1px solid var(--clr-gray);
  transition: 0.2s ease;
}

.form__radio-input:checked + .form__radio-icon {
  background-color: var(--clr-green);
  border-color: var(--clr-white);
}

.form__radio-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--clr-dark-gray);
  word-break: normal;
}

.form__radio-text > a {
  color: var(--clr-red);
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.form__radio-text > a:hover,
.form__radio-text > a:focus-visible {
  color: var(--clr-green);
}

.form__price {
  display: flex;
  flex-direction: column;
}

.form__price-inputs {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 16px 1fr;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 11px;
}

.form__price-delimiter {
  width: 100%;
  height: 1px;
  background-color: var(--clr-gray);
  opacity: 0.5;
}

.form__price-input {
  outline: none;
  width: 100%;
  padding: 6px 10px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--clr-dark-gray);
  border: 1px solid rgba(92, 100, 130, 0.2);
}

/* #endregion */

/* #region Nav */
.nav__toggler {
  display: none;
  border: 0;
  background-color: transparent;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 11px;
  line-height: 0.8;
  text-transform: uppercase;
  align-items: center;
  color: var(--clr-light);
  font-weight: 700;
  transition: 0.2s ease;
  border: 1px solid var(--clr-orange);
}

.nav__toggler:hover {
  background-color: var(--clr-orange);
  color: var(--clr-light);
}

.nav__toggler .nav__toggler-icon {
  margin-right: 15px;
}

.nav {
  display: flex;
}

.nav__list {
  display: flex;
  margin: 0;
  padding: 0;
}

.nav__item {
  padding-left: 25px;
  padding-right: 25px;
}

.nav__link {
  display: inline-flex;
  width: 100%;
  font-size: 16px;
  font-family: var(--ft-fm-h);
  color: var(--clr-gray);
  font-weight: 400;
  transition: 0.2s ease;
  letter-spacing: -0.06em;
}

.nav__link:hover {
  color: var(--clr-orange);
}

.nav__link--catalog {
  padding: 10px 14px;
  background-color: var(--clr-dark-gray);
  border-radius: 6px;
  color: var(--clr-light);
  line-height: 0.8;
  align-items: center;
}

.nav__link--catalog:hover {
  background-color: var(--clr-green);
  color: var(--clr-light);
}

.nav__link--catalog .nav__link-icon {
  margin-right: 15px;
}

.nav__link-icon {
  display: inline-block;
}

.nav__link--sale {
  color: var(--clr-red);
  align-items: center;
}

.nav__link--sale .nav__link-icon {
  background-color: var(--clr-red);
  color: var(--clr-white);
  margin-left: 3px;
  padding: 2px 4.5px 2px;
  text-align: center;
  border-radius: 15px;
  line-height: 0.7;
  transition: 0.2s ease;
}

.nav__link--sale:hover > .nav__link-icon {
  background-color: var(--clr-green);
}

/* #endregion */

/* #region Dropdown */
.dropdown {
  position: relative;
}

.dropdown__menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-5px);
  padding: 20px 16px;
  position: absolute;
  top: 100%;
  min-width: 189px;
  width: 100%;
  max-width: 189px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
  transition: 0.1s ease;
}

@media all and (width >=1420px) {
  .dropdown:hover > .dropdown__menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown__toggle {
  padding-right: 15px;
  position: relative;
}

.dropdown:hover > .dropdown__toggle {
  color: var(--clr-green);
}

.dropdown__toggle::after {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23454F5B' d='M5.8 9.7L12 16l6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3c-.2.2-.3.4-.3.7s.1.5.3.7'/%3E%3C/svg%3E");
  transform-origin: center;
  transition: 0.2s ease;
}

.dropdown:hover > .dropdown__toggle::after {
  transform: rotate(180deg) translateY(50%);
}

.dropdown__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.dropdown__item {
  display: flex;
  line-height: 1;
}

.dropdown__item:not(:last-child) {
  margin-bottom: 15px;
}

/* #endregion */

/* #region Search */
.search__toggler {
  border: 0;
  background-color: var(--clr-transparent);
  padding: 0;
  transition: 0.2s ease;
}

.search__toggler svg {
  fill: var(--clr-gray);
  color: var(--clr-gray);
}

.search__toggler:hover {
  opacity: 0.8;
  transform: scale(1.2);
}

.search__form {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-5px);
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  top: calc(100% + 10px);
  background-color: var(--clr-black);
  backdrop-filter: blur(16px);
  padding: 12px 46px 12px 20px;
  border-radius: 9px;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 13px;
  transition: 0.2s ease;
}

.search__form.search__form--open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.search__input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--clr-light-gray);
  font-size: 18px;
  color: var(--clr-white);
  background-color: var(--clr-transparent);
  outline: none;
}

.search__submit {
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 9px;
  border: none;
}

/* #endregion */

/* #region Splide */
.splide__controls {
  position: relative;
}

.splide__progress {
  display: flex;
  margin-right: 15px;
}

.splide__progress-count {
  color: var(--clr-white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.splide__progress-count > small {
  font-size: 16px;
  font-weight: 400;
}

.splide__arrows {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.splide__arrow {
  position: relative;
  left: 0;
  right: 0;
  transform: none;
  width: auto;
  height: auto;
  border: 0;
  opacity: 1;
  border-radius: 10px;
  padding: 11px 29px;
  color: var(--clr-light-gray);
  background-color: var(--clr-light);
  box-shadow: inset 0 0 0 3px rgba(145, 158, 171, 0.15);
  transition: 0.2s ease;
}

.splide__arrow > svg {
  width: auto;
  height: auto;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 1;
}

.splide__arrow:hover {
  color: var(--clr-white);
  background-color: var(--clr-light-gray);
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.25),
    0 10px 20px 0 rgba(145, 158, 171, 0.5);
}

.splide__arrow:nth-child(1) {
  margin-right: 30px;
}

.splide__pagination {
  bottom: 7px;
}

.splide__pagination__page {
  width: 7px;
  height: 7px;
  margin: 3px 7px;
  background-color: rgba(255, 255, 255, 0.5);
}

.splide__pagination__page.is-active {
  transform: none;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 1px solid var(--clr-transparent);
  transition: 0.2s ease;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border-color: var(--clr-green);
  border-width: 1px;
}

/* #endregion */

/* #region noUi */
.noUi-horizontal {
  height: 3px;
}

.noUi-target {
  background: var(--clr-gray);
  border-radius: 9px;
  border: 0;
  box-shadow: none;
}

.noUi-connects {
  border-radius: 9px;
}

.noUi-connect {
  background: var(--clr-green);
}

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  box-shadow: none;
  border-radius: 30px;
  border: 2px solid var(--clr-green);
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
  right: -14px;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
  right: -1px;
}

.noUi-handle:after,
.noUi-handle:before {
  display: none;
}

/* #endregion */

/* #region Title */
.title {
  font-size: var(--fz-h3);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 57px;
  color: var(--clr-dark);
  width: 100%;
  text-align: center;
}

/* #endregion */

/* #region Link */
.link {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: var(--clr-dark-gray);
  text-decoration: none;
  padding-right: 47px;
  transition: 0.2s ease;
}

.link::after {
  content: url('data:image/svg+xml,<svg width="37" height="8" viewBox="0 0 37 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37 4L30.75 0.391561V7.60844L37 4ZM0 4.625H31.375V3.375H0V4.625Z" fill="%23454F5B"/></svg>');
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.link:hover {
  color: var(--clr-green);
}

.link:hover::after {
  content: url('data:image/svg+xml,<svg width="37" height="8" viewBox="0 0 37 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37 4L30.75 0.391561V7.60844L37 4ZM0 4.625H31.375V3.375H0V4.625Z" fill="%2300AB55"/></svg>');
}

/* #endregion */

/* #region Accordion */
.accordion {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 20px;
}

.accordion__card {
  width: 100%;
  display: block;
  transition: 0.2s ease;
  background-color: var(--clr-light);
  border-radius: 16px;
}

.accordion__card-header {
  display: flex;
  flex-direction: column;
}

.accordion__card-toggler {
  min-height: 108px;
  position: relative;
  border: 0;
  border-radius: 16px;
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s ease;
}

.accordion__card-toggler::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0);
  user-select: none;
  pointer-events: none;
  transition: 0.2s ease;
}

.accordion__card-toggler.--is_active {
  color: var(--clr-dark-gray);
}

.accordion__card-toggler.--is_active::after {
  background-color: #9d9d9d;
}

.accordion__card-arrow {
  margin-left: 15px;
  display: block;
  --size: 48px;
  --sizeLine: 17px;
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  background-color: var(--clr-white);
  border-radius: 60px;
  position: relative;
  transition: 0.2s ease;
}

.accordion__card-toggler.--is_active .accordion__card-arrow {
  background-color: rgba(255, 71, 72, 0.1);
}

.accordion__card-arrow span:nth-child(1),
.accordion__card-arrow span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: var(--clr-red);
  transition: 0.2s ease;
  transform-origin: center;
}

.accordion__card-arrow span:nth-child(1) {
  width: var(--sizeLine);
  height: 1px;
}

.accordion__card-arrow span:nth-child(2) {
  width: 1px;
  height: var(--sizeLine);
}

.accordion__card-toggler.--is_active .accordion__card-arrow span:nth-child(1) {
  transform: rotate(45deg) translate(-6px, 6px);
}

.accordion__card-toggler.--is_active .accordion__card-arrow span:nth-child(2) {
  transform: rotate(45deg) translate(-6px, -5px);
}

.accordion__card-body {
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease;
}

.accordion__card-content {
  padding: 0 20px 30px;
  font-size: var(--fz-text);
  font-weight: 400;
  line-height: 1.5;
  color: var(--clr-dark-gray);
  transition: 0.2s ease;
  opacity: 0;
}

.accordion__card-content > * {
  margin: 0;
}

.accordion__card-content > *:not(:last-child) {
  margin-bottom: 20px;
}

.accordion__card-content a {
  color: var(--clr-red);
  font-weight: 700;
  transition: 0.2s ease;
}

.accordion__card-content a:hover {
  color: var(--clr-green);
}

.accordion__card.--is_active .accordion__card-content {
  opacity: 1;
}

/* #endregion */

/* #region Header */
.header {
  background-color: var(--clr-black);
  /* backdrop-filter: blur(16px); */
  /* box-shadow: 0 10px 40px -10px rgba(145, 158, 171, 0.2); */
  /* border-bottom: 2px solid var(--clr-white); */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  /* height: 103px; */
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header__nav {
  align-items: center;
}

.header__nav-item {
  padding-top: 35px;
  padding-bottom: 35px;
}

.header__search {
  margin-left: 24px;
  display: flex;
}

.header__right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header_right__box_light {
  padding: 12px 20px;
}

.header_right__box_light > svg {
  /* fill: var(--clr-gray); */
  stroke: var(--clr-gray);
  color: var(--clr-gray);
}

.header_right__box_light:hover svg {
  stroke: var(--clr-orange);
  color: var(--clr-orange);
  /* fill: var(--clr-orange); */
}

.header__login {
  font-size: 14px;
  font-weight: 400;
  color: var(--clr-light);
  padding: 12px 24px;
  background-color: var(--clr-orange);
  line-height: 1.2;
  letter-spacing: -0.06em;
  border-radius: 10px;
  transition: 0.2s ease;
}

.header__login:hover {
  color: var(--clr-light);
}

.header__login:not(:last-child) {
  margin-bottom: 5px;
}

.header__login--bold {
  font-weight: 700;
  font-size: 16px;
}

/* #endregion */

/* #region Ban */

.section_ban {
  padding-bottom: 60px;
}

.ban_body {
  display: grid;
  grid-template-columns: 1fr 466px;
  grid-gap: 97px;
}

.ban_left__h1 {
  font-family: var(--ft-fm-lm);
  color: var(--clr-white);
  font-size: 100px;
  line-height: 1;
  font-weight: 400;
  margin-top: 0;
}

.ban_left__bottom {
  border: 3px solid var(--clr-orange);
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.ban_left_bottom__box {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background-color: var(--clr-orange);
  padding: 13px 37px;
  border-top-right-radius: 10px;
}

.ban_left_bottom__box::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-color: var(--clr-orange);
  width: 115px;
  height: 94px;
  border-radius: 10px;
}

.ban_left__bottom__text {
  color: var(--clr-white);
}

.ban_left_bottom__box__link {
  font-family: var(--ft-fm-h);
  color: var(--clr-white);
  font-size: 25px;
  line-height: 1;
  font-family: "Gabriela", "Times New Roman", Times, serif;
}

.ban_left__bottom__text:nth-child(1) {
  font-family: var(--ft-fm-h);
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.ban_left__bottom__text:nth-child(2) {
  font-family: var(--ft-fm-h);
  font-size: 30px;
  line-height: 1;
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.ban_left__bottom__text:nth-child(3) {
  font-family: var(--ft-fm-h);
  font-size: 28px;
  line-height: 1;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: end;
  padding-right: 24px;
}

/* #endregion */

/* #region This */

.section_this {
  margin: 0;
  padding: 0;
  padding-bottom: 120px;
}

.container__this {
  border: 2px solid var(--clr-orange);
  border-radius: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 53px;
  padding-right: 53px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.this__title > img {
  margin-right: 8px;
  margin-top: -3px;
  height: 100px;
}

.this__title {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  color: var(--clr-white);
  font-size: 32px;
  line-height: 1;
}

.this_body {
  position: relative;
  z-index: 2;
  padding-top: 30px;
}

.this__box__right {
  position: absolute;
  right: 0;
  top: 0;
  width: 510px;
  color: var(--clr-white);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  text-align: right;
}

.this__center > svg {
  max-width: 1022px;
  width: 100%;
  height: 100%;
  max-height: 506;
}

.this__box__left__link {
  background: transparent;
  border: 2px solid var(--clr-white);
  border-radius: 100px;
  width: 367px;
  display: grid;
  grid-template-columns: 1fr 30px;
  grid-gap: 20px;
  padding: 32px 54px;
  font-size: 32px;
  line-height: 1.2;
  color: var(--clr-white);
  font-weight: 700;
}

.this__box__left_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.soft-blur-circle1 {
  width: 277px;
  height: 277px;
  background: var(--clr-orange);
  border-radius: 50%;
  filter: blur(40px);
  /* -webkit-mask: radial-gradient(circle, white 50%, transparent 100%); */
  /* mask: radial-gradient(circle, white 50%, transparent 100%); */
  margin: 50px auto;
  position: absolute;
  bottom: -138px;
  left: -138px;
}

.soft-blur-circle2 {
  width: 179px;
  height: 179px;
  background: var(--clr-purplish);
  border-radius: 50%;
  filter: blur(40px);
  /* -webkit-mask: radial-gradient(circle, white 50%, transparent 100%); */
  /* mask: radial-gradient(circle, white 50%, transparent 100%); */
  margin: 50px auto;
  position: absolute;
  bottom: 90px;
  left: -89px;
}

.soft-blur-circle3 {
  width: 179px;
  height: 179px;
  background: var(--clr-blue-light);
  border-radius: 50%;
  filter: blur(40px);
  /* -webkit-mask: radial-gradient(circle, white 50%, transparent 100%); */
  /* mask: radial-gradient(circle, white 50%, transparent 100%); */
  margin: 50px auto;
  position: absolute;
  bottom: -85px;
  left: 111px;
}

/* #endregion */

/* #region Service */

.section__service {
  padding-bottom: 120px;
}

.section__title {
  color: var(--clr-white);
  text-transform: uppercase !important;
}

.service_body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 22px;
}

.service__item {
  min-height: 306px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.service__item:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -86px;
  left: -50px;
  width: 193px;
  height: 241px;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.4s ease;
  pointer-events: none;
}

.service__item:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 30px;
  width: 182px;
  height: 182px;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.4s ease;
  pointer-events: none;
}

.service__item:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 21px;
  width: 212px;
  height: 212px;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.4s ease;
  pointer-events: none;
}

.service__item:nth-child(6)::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 17px;
  width: 212px;
  height: 212px;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.4s ease;
  pointer-events: none;
}

.service__item:nth-child(7)::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 8px;
  width: 212px;
  height: 212px;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.4s ease;
  pointer-events: none;
}

.service__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 8px;
  width: 212px;
  height: 212px;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.4s ease;
  pointer-events: none;
}

.service__item:nth-child(8)::before {
  content: "";
  position: absolute;
  top: -39px;
  left: -46px;
  width: 212px;
  height: 212px;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.4s ease;
  pointer-events: none;
}

.service__item:nth-child(9)::before {
  content: "";
  position: absolute;
  bottom: -33px;
  right: -76px;
  width: 182px;
  height: 182px;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.4s ease;
  pointer-events: none;
}

.service__item:nth-child(11)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  width: 212px;
  height: 212px;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.4s ease;
  pointer-events: none;
}

.service__item:nth-child(12)::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 16px;
  width: 192px;
  height: 192px;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.4s ease;
  pointer-events: none;
}

.service__item_bg {
  background-color: #17283f;
}

.service__item_border {
  border: 2px solid var(--clr-orange);
}

.service__item:nth-child(9) .service__item_title {
  padding-left: 24px;
  padding-right: 24px;
}

.service__item_title {
  position: relative;
  z-index: 10;
  margin-top: auto;
  padding: 30px 10px;
  color: var(--clr-white);
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
}

.service__item__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service__item_icon {
  position: absolute;
  right: 40px;
  top: 36px;
  transition:
    transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.4s ease;
}

.service__item:hover::before {
  transform: translate(10px, 10px) scale(1.05);
}

.service__item:hover .service__item_icon {
  opacity: 0;
  transform: translateY(-10px);
}

/* #endregion */

/* #region News */

.section__news {
  padding-top: 60px;
  padding-bottom: 60px;
}

.news_body {
  grid-gap: 38px;
  display: flex;
  flex-wrap: wrap;
}

.news__item_link {
  width: 100%;
  height: 100%;
}

.news__item__date {
  color: #cdcdcd;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.news__item__name {
  color: var(--clr-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 14px;
}

.news__item__text {
  color: var(--clr-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.news__item_box__img {
  height: 342px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.news__item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.news__item_link:hover .news__item__img {
  transform: scale(1.08);
}

.news__item {
  max-width: 520px;
}

/* #endregion */

/* #region Artisans */

.section_artisans {
  padding-top: 60px;
  padding-bottom: 60px;
}

.artisans_body {
  max-width: 929px;
  margin: 0 auto;
  background-color: #17283f;
  padding: 30px 30px;
  border-radius: 14px;
}

.accordion-toggler {
  appearance: none;
  color: var(--clr-white);
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: var(--clr-white);
  margin-bottom: 16px;
}

/* #endregion */

/* #region Events*/

/* .events__item{
  border: 2px solid var(--clr-orange);
  display: flex;
  flex-direction: column;
  padding: 32px 34px;
  min-height: 306px;
} */

.events__link {
  border: 2px solid var(--clr-orange);
  display: flex;
  flex-direction: column;
  padding: 32px 34px;
  min-height: 306px;
}

.events_sl__top {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 60px;
}

.events_sl_top__count {
  color: var(--clr-white);
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
}

.events_sl_top__count > p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.events_sl__bottom {
  margin-top: auto;
}

.events_sl__title {
  color: var(--clr-white);
  font-size: 20px;
  line-height: 1.2;
}

.events_sl__timedate {
  color: #cdcdcd;
  font-size: 16px;
  line-height: 1;
}
.events__splide .splide__arrows {
  justify-content: flex-end;
}

.events__splide .splide__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  opacity: 1;
  background: transparent;
  box-shadow: none !important;
  border: 1px solid var(--clr-orange);
}

.events__splide .splide__arrow:nth-child(1) {
  margin-right: 10px;
}

.news__splide .splide__arrows {
  justify-content: flex-end;
}

.news__splide .splide__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  opacity: 1;
  background: transparent;
  box-shadow: none !important;
  border: 1px solid var(--clr-orange);
}

.news__splide .splide__arrow:nth-child(1) {
  margin-right: 10px;
}
/* #endregion  */

/* #region coworking */


.section_coworking{
  padding: 40px 0;
}
.coworking__splide {
  /* padding-top: 120px;
  padding-bottom: 120px; */
}

.coworking_grid {
  display: grid;
  grid-template-columns: 1fr 385px;
  gap: 30px;
}

.section__box_title_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section__box_title_center > p {
  color: var(--clr-white);
  font-size: 40px;
  margin-top: 0;
  padding: 0;
}

.coworking__splide {
  display: flex;
  align-items: center;
}

.coworking__link {
  position: relative;
}

.coworking_sl__box_svg {
  position: absolute;
  top: 30px;
  right: 24px;
}

.coworking_sl_title {
  position: absolute;
  z-index: 1;
  bottom: 18px;
  left: 27px;
  background-color: #d9d9d981;
  width: calc(100% - 54px - 20px);
  padding: 7px 10px;
  color: var(--clr-white);
  font-size: 24px;
  line-height: 1.2;
}

/* #endregion */

/* #region Work */
.section_work {
  padding-top: 60px;
  padding-bottom: 120px;
}

.work_body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 151px;
}

.work__left {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.work__left__title {
  color: var(--clr-white);
  font-size: 40px;
  text-align: right;
  margin-bottom: 0;
  margin-right: 60px;
}

.work__box_time {
  border: 2px solid var(--clr-orange);
  border-radius: 21px;
  min-width: 386px;
  width: 100%;
  min-height: 522px;
}

.work__box_time {
  overflow: hidden;
}

.work__weekday {
  margin: top 0;
  background-color: var(--clr-orange);
  text-align: center;
  font-size: 40px;
  line-height: 1.4;
  color: var(--clr-white);

  font-family: "Roboto Serif", "Times New Roman", Times, serif;
}

.work__left_one_time {
  color: var(--clr-white);
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-top: 62px;
  font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
}

.work__left__text {
  color: var(--clr-white);
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  margin-top: 50px;
}

.work__left_two_time {
  color: var(--clr-white);
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
  font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
}

.work__left_body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.work__left__bottom {
  margin-top: auto;
  margin-bottom: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work__left__button {
  padding: 16px 35px;
  border-radius: 21px;
  background-color: var(--clr-orange);
  color: var(--clr-white);
  font-size: 24px;
  line-height: 1.2;
}

.work__right {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
.work__box_img {
  height: 100%;
  overflow: hidden;
  width: 436px;
  border-radius: 32px;
}

.work__box_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* #endregion */

/* #region Booking */

.section_booking {
  padding-top: 50px;
  padding-bottom: 100px;
}

.booking_body {
  padding: 46px 56px;
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-gap: 58px;
  min-height: 914px;
}

.booking_left {
  position: relative;
  z-index: 1;
}

.booking_left__box_img__one {
  position: absolute;
  z-index: 5;
  left: 10px;
  bottom: 0;
  width: 350px;
  height: 620px;
  border-radius: 66px;
  overflow: hidden;
}

.booking_left__box_img__two {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  width: 537px;
  height: 672px;
  border-radius: 66px;
  overflow: hidden;
}

.container__border {
  border: 1px solid var(--clr-orange);
}

.booking-form {
  /* display: flex;
  flex-direction: column; */
  border: 2px solid var(--clr-orange);
  padding: 20px 36px;
  display: block;
}

.form-title {
  font-size: 32px;
  line-height: 1.2;
  color: var(--clr-white);
  margin-bottom: 25px;
  margin-top: 15px;
  text-align: center;
}

.form-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.booking_right {
  display: flex;
  width: 100%;
  align-items: center;
}

.booking_right__form {
  width: 100%;
}

.booking-form {
  width: 100%;
}

.form-group {
  background-color: #e9672b8a;
  padding: 18px 29px;
  color: var(--clr-white);
  border-radius: 0;
  margin-bottom: 12px;
  height: 62px;
  position: relative;
  overflow: hidden;
}

.form-group > label {
  opacity: 0.3;
  font-size: 18px;
  color: var(--clr-white);
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  pointer-events: none;
  cursor: text;
}

.form-group > input:focus + label {
  top: 8px;
  transform: translateY(0);
  font-size: 14px;
  opacity: 0.7;
}

.form-group > input:not(:placeholder-shown) + label {
  top: 8px;
  transform: translateY(0);
  font-size: 14px;
  opacity: 0.7;
}

.form-group > input {
  background: transparent !important;
  width: 100%;
  height: 100%;
  color: var(--clr-white);
  border: none;
  outline: none;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.form-group > input::placeholder {
  color: transparent;
}

.booking-form .btn {
  margin-top: 17px;
  border-radius: 10px;
  font-size: 20px;
  width: 100%;
}

.booking-form .btn {
  width: 100%;
  text-transform: capitalize;
}

.booking-form .btn:hover {
  background-color: #aa3900;
}

.form-group > input:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

#formMessage {
  color: var(--clr-white);
}

.contact__right .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 29px;
  font-size: 17px;
}

#formMessage2 {
  color: var(--clr-white);
}
.contact__right .booking-form {
  border: none;
}

/* #endregion */

/* #region Hello */
.hello {
  overflow: hidden;
  z-index: 1;
  padding-bottom: 40px;
}

.hello__slide {
  display: flex;
}

.hello__slide.hello__slide--one {
  height: 680px;
  width: 100%;
  background-image: var(--background);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 400ms cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.hello__container {
  margin-top: auto;
  padding-bottom: 55px;
}

.hello__block {
  width: 100%;
  max-width: 830px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(40px);
  border-radius: 36px;
  padding: 40px 170px 35px 40px;
  position: relative;
  overflow: hidden;
}

.hello__block::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  --size: 168px;
  width: var(--size);
  height: var(--size);
  background-image: url(/img/hello_block_layer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.hello__info {
  position: relative;
  z-index: 2;
  max-width: 564px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hello__info-subtitle {
  display: block;
  color: var(--clr-red);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hello__info-subtitle--green {
  color: var(--clr-green);
}

.hello__info-title {
  font-size: var(--fz-h3);
  font-weight: 700;
  line-height: 1.305;
  color: var(--clr-dark);
  margin: 0 0 10px;
}

.hello__info-desc {
  font-size: var(--fz-text);
  font-weight: 400;
  color: var(--clr-dark);
  margin: 0;
}

.hello__btn {
  margin-top: 20px;
}

.hello__controls {
  position: absolute;
  left: 15px;
  z-index: 1;
  bottom: 0;
  width: calc(100% - 30px);
  max-width: 830px;
  padding-bottom: 91px;
  padding-right: 38px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  user-select: none;
  pointer-events: none;
}

.hello__arrows {
  transform: translateY(4px);
  pointer-events: all;
  margin-top: 0;
}

.hello__arrow {
  border-radius: 0;
  background-color: var(--clr-transparent);
  width: 83px;
  padding: 0;
  box-shadow: none;
  color: var(--clr-white);
}

.hello__arrow:hover {
  color: var(--clr-red);
  box-shadow: none;
  background-color: var(--clr-transparent);
}

.hello__arrow:nth-child(1) {
  display: none;
}

/* #endregion */

/* #region Categories-card */
.categories-card {
  background-color: var(--clr-light);
  height: 100%;
  padding: 12px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.categories-card__link {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 9px;
  background-color: var(--clr-white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.categories-card__image {
  width: 100%;
  height: inherit;
  object-fit: contain;
  transform-origin: center;
  transition: 0.2s ease;
}

.categories-card__link:hover .categories-card__image {
  transform: scale(0.9);
}

.categories-card__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--clr-dark);
  transition: 0.2s ease;
}

.categories-card__name:hover {
  color: var(--clr-green);
}

/* #endregion */

/* #region Contact */

.sectin_contact {
  padding-top: 30px;
  padding-bottom: 40px;
}

.contact_body {
  /* display: grid;
  grid-template-columns: 1fr 549px;
  grid-gap: 56px; */
}

.contact__text {
  color: var(--clr-white);
  font-size: 22px;
  line-height: 1.2;
}

.contact__link {
  display: grid;
  grid-template-columns: 21px 1fr;
  grid-gap: 5px;
  color: var(--clr-white);
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 21px;
}

a.contact__text:hover {
  color: var(--clr-orange);
}

.contact__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 35px;
}

.contact__icon_link:not(:first-child) {
  margin-left: 16px;
}

.contact__icon_link {
  width: 33px;
  height: 33px;
}
/* #endregion */

/* #region Footer */

.footer {
  min-height: 153px;
  border-top: 2px solid #17283f;
}

.footer__main {
  display: grid;
  grid-template-columns: 213px 1fr 77px;
  grid-gap: 20px;
  margin-top: 26px;
}

.footer__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer__ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__link {
  padding: 10px 25px;
  color: #918888;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__copyright {
  align-items: center;
  text-align: center;
  color: #918888;
  font-size: 16px;
}

.footer__center {
  display: flex;
  justify-content: center;
}

.footer__link:hover {
  color: var(--clr-orange);
}

/* #endregion */

/* #region Modal */
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1rem;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.modal.--is_fade {
  visibility: hidden;
  opacity: 0;
}

.modal__dialog {
  width: 100%;
  max-width: 460px;
  max-height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal__content {
  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;
  max-height: calc(var(--vh, 1vh) * 95);
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.85);
  border: 2px solid var(--clr-white);
  backdrop-filter: blur(16px);
  box-shadow: 0 0 50px 0 rgba(55, 55, 55, 0.15);
  border-radius: 30px;
}

.modal__header {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 38px 34px 15px;
}

.modal__logotype {
  margin-bottom: 30px;
}

.modal__logotype .logotype__image {
  min-width: 214px;
}

.modal__title {
  font-size: var(--fz-h4);
  font-weight: 700;
  color: var(--clr-dark);
  line-height: 1.3;
  display: block;
  text-align: center;
}

.modal__close {
  display: block;
  position: absolute;
  top: 43px;
  right: 36px;
  line-height: 0.8;
  color: var(--clr-gray);
  -webkit-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}

.modal__close:focus-visible,
.modal__close:hover {
  color: var(--clr-red);
}

.modal__body {
  padding: 15px 34px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  max-height: calc(var(--vh, 1vh) * 85);
  position: relative;
  z-index: 3;
}

.modal__btn {
  min-width: 215px;
}

/* #endregion */

/* #region Breadcrumbs */

.b-breadcrumbs {
  margin-bottom: 30px;
  padding-top: 60px;
  font-size: 14px;
}

.breadcrumbs {
  margin-bottom: 20px;
  color: var(--clr-white);
}

.breadcrumbs * {
  color: var(--clr-white);
}
.b-breadcrumbs__item {
  display: inline-block;
  cursor: default;
  margin-bottom: 10px;
}

.b-breadcrumbs__item a {
  border-bottom: 1px solid #000;
}

.b-breadcrumbs__item.current {
  color: #ed5338;
  font-weight: 700;
  border-bottom: 0;
}

.b-breadcrumbs__item::before {
  content: "-";
  padding-right: 4px;
}

.b-breadcrumbs__item:first-of-type {
  padding-left: 0;
}

.b-breadcrumbs__item:first-of-type::before {
  display: none;
}

.bx-breadcrumb-item {
  color: var(--clr-white);
}

.b-breadcrumbs__link {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.b-breadcrumbs__link:hover {
  color: #c59368;
  border-bottom: 1px solid #c59368;
  text-decoration: none;
}

/* #endregion */

/* #region page events */

.event-detail .event-title {
  color: var(--clr-white);
}

/* #endregion */

/* #region  Stories  */

.section_stories {
  margin-bottom: 50px;
}

.stories_body {
  background-color: #17283f;
  margin-top: 60px;
}

.stories__item {
  padding: 52px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 70px;
}

.stories__item_title {
  color: var(--clr-white);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}

.stories__item_doptitle {
  color: var(--clr-white);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 38px;
}

.stories__item__text *,
.stories__item__text {
  color: var(--clr-white);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.stories__item_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stories__item__box_img {
  width: 276px;
  height: 276px;
  border-radius: 50%;
  overflow: hidden;
}

.stories__item__box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* #endregion */

/* #region color white */
.light-theme {
  --clr-white: #000000;
  --clr-black: #fff;
}

.light-theme .stories_body {
  background-color: #99c4ff;
}

.light-theme svg path {
  fill: black;
}

.light-theme .this__center svg path {
  fill: white;
}

.light-theme .artisans_body {
  background-color: #99c4ff;
}
.light-theme .service__item_bg {
  background-color: #99c4ff;
}

.light-theme .btn {
  color: #fff;
}

.light-theme .contact__icon_link svg path {
  fill: white;
}
.light-theme .accordion-card svg path {
  fill: white;
}
.light-theme .contact__link svg path {
  fill: var(--clr-orange);
}
.light-theme .contact__text svg path {
  fill: var(--clr-orange);
}
.light-theme .header {
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.4);
}

.light-theme .service__item__link svg path {
  fill: white;
}
@media (width <= 1420px) {
  .light-theme .nav {
    background-color: #fff;
  }
  .light-theme .header__nav .nav__link {
    color: var(--clr-white);
  }
}

.light-theme .event-detail-text {
  color: var(--clr-white) !important;
}

.light-theme .event-preview {
  color: var(--clr-white) !important;
}
.light-theme .event-date-big {
  color: var(--clr-white) !important;
}
.light-theme .event-weekday {
  color: var(--clr-white) !important;
}

.stories__splide .splide__pagination__page {
  width: 10px;
  height: 10px;
}

.stories__splide .splide__pagination__page.is-active {
  background-color: var(--clr-orange);
  opacity: 1;
}
/* #endregion */

/* #region doc */

.documents-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #0a0a0a; /* чёрный фон */
  padding: 20px 0;
}

.doc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1a1a1a;
  border-radius: 12px;
  padding: 18px 24px;
  color: #ffffff;
  transition: background 0.2s;
}

.doc-item:hover {
  background: #2a2a2a;
}

.doc-icon {
  width: 48px;
  height: 48px;
  background: #2d2d2d;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-right: 16px;
  flex-shrink: 0;
}

.doc-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.doc-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #aaaaaa;
}

.doc-type {
  color: #ffffff;
  font-weight: 500;
}

.doc-name {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.doc-name a {
  color: #ffffff;
  text-decoration: none;
}

.doc-name a:hover {
  color: #cccccc;
}

.doc-size {
  font-size: 13px;
  color: #888888;
}

.doc-download {
  flex-shrink: 0;
  margin-left: 20px;
}

.download-btn {
  background: transparent;
  border: 1px solid #555555;
  border-radius: 8px;
  padding: 8px 18px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}

.download-btn:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

/* ===== СВЕТЛАЯ ТЕМА ===== */
.light-theme .documents-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
  padding: 20px 0;
}

.light-theme .doc-item svg path:first-child {
  fill: transparent !important;
}

.light-theme .doc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 24px;
  color: #1a1a1a;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  border: 1px solid #e8e8e8;
}

.light-theme .doc-item:hover {
  background: #f8f9fa;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #d0d0d0;
}

.light-theme .doc-icon {
  width: 48px;
  height: 48px;
  background: #f0f0f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #2c3e50;
  margin-right: 16px;
  flex-shrink: 0;
  transition: background 0.2s;
}

.light-theme .doc-item:hover .doc-icon {
  background: #e8e8e8;
}

.light-theme .doc-icon svg {
  fill: #2c3e50;
  color: #2c3e50;
}

.light-theme .doc-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.light-theme .doc-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #7f8c8d;
}

.light-theme .doc-type {
  color: #2c3e50;
  font-weight: 500;
}

.light-theme .doc-name {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
}

.light-theme .doc-name a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s;
}

.light-theme .doc-name a:hover {
  color: #3498db;
}

.light-theme .doc-size {
  font-size: 13px;
  color: #95a5a6;
}

.light-theme .doc-download {
  flex-shrink: 0;
  margin-left: 20px;
}

.light-theme .download-btn {
  background: transparent;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding: 8px 18px;
  color: #2c3e50;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 500;
}

.light-theme .download-btn:hover {
  background: #2c3e50;
  color: #ffffff;
  border-color: #2c3e50;
}

/* ===== АДАПТИВ ДЛЯ СВЕТЛОЙ ТЕМЫ ===== */
@media (max-width: 768px) {
  .light-theme .doc-item {
    flex-wrap: wrap;
    padding: 16px;
  }

  .light-theme .doc-content {
    flex: 1 1 100%;
    margin-bottom: 12px;
  }

  .light-theme .doc-download {
    margin-left: 0;
    width: 100%;
  }

  .light-theme .download-btn {
    display: block;
    text-align: center;
    padding: 10px;
  }

  .light-theme .doc-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .light-theme .doc-meta {
    font-size: 12px;
    flex-wrap: wrap;
  }

  .light-theme .doc-name {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .light-theme .doc-item {
    padding: 12px;
  }

  .light-theme .doc-meta {
    font-size: 11px;
    gap: 4px;
  }

  .light-theme .doc-meta span:not(:first-child) {
    display: none; /* Скрываем разделители на мобилках */
  }

  .light-theme .doc-size {
    display: block;
    margin-top: 4px;
  }
}

@media (max-width: 768px) {
  .doc-item {
    flex-wrap: wrap;
    padding: 16px;
  }

  .doc-content {
    flex: 1 1 100%;
    margin-bottom: 12px;
  }

  .doc-download {
    margin-left: 0;
    width: 100%;
  }

  .download-btn {
    display: block;
    text-align: center;
    padding: 10px;
  }

  .doc-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .doc-meta {
    font-size: 12px;
    flex-wrap: wrap;
  }

  .doc-name {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .doc-item {
    padding: 12px;
  }

  .doc-meta {
    font-size: 11px;
    gap: 4px;
  }

  .doc-meta span:not(:first-child) {
    display: none; /* Скрываем разделители на мобилках */
  }

  .doc-size {
    display: block;
    margin-top: 4px;
  }
}

/* #endregion */

/* #region Media */
@media all and (width <=1420px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav {
    display: flex;
    flex-direction: column;
    /* height: calc(100vh - 80px); */
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(16px);
    border: 2px solid var(--clr-white);
    top: calc(100% + 20px);
    left: 15px;
    width: calc(100% - 30px);
    border-radius: 16px;
    box-shadow: 0 10px 40px -10px rgba(145, 158, 171, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
    transform: translateY(-10px);
    overflow-y: auto;
  }

  .nav.nav--open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .search__form {
    top: auto;
    bottom: calc(100% + 10px);
    left: 0;
    width: 100%;
    transform: translateY(10px);
  }

  .nav.nav--search {
    height: calc(100vh - 150px);
    top: calc(100% + 90px);
    overflow-y: visible;
  }

  .nav__toggler {
    display: inline-flex;
  }

  .nav__list {
    flex-direction: column;
    width: 100%;
  }

  .dropdown__menu {
    max-width: 100%;
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: none;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    top: auto;
    border-radius: 0;
    background-color: var(--clr-transparent);
    backdrop-filter: none;
  }

  .dropdown__list {
    padding: 25px 15px 5px;
  }

  .dropdown__item:not(:last-child) {
    margin-bottom: 25px;
  }

  .nav__item:first-child {
    padding-right: 100px;
  }

  .nav__item:not(:last-child) {
    border-bottom: 1px solid var(--clr-light-gray);
  }

  .search__toggler {
    position: absolute;
    top: 27px;
    right: 35px;
  }

  .search__toggler > svg {
    width: 30px;
    height: 30px;
  }

  .header__logins {
    margin-top: 30px;
    padding-left: 15px;
    padding-bottom: 25px;
    margin-left: 0;
    margin-right: auto;
    align-items: flex-start;
  }
}

@media all and (width <=1376px) {
  .information__block-text {
    font-size: 21px;
  }

  .banner__info {
    padding: 68px 310px 68px 68px;
  }

  .banner__info-image {
    right: 49px;
    width: 255px;
  }

  .banner__info::after {
    --size: 254px;
  }

  .banner--2 .banner__info {
    padding-right: 430px;
  }

  .banner--2 .banner__info-image {
    width: 425px;
  }

  .product-page__container {
    gap: 36px;
    grid-template-columns: 100%;
  }

  .product--page__block {
    padding: 30px;
  }

  .breadcrumbs__list {
    font-size: 14px;
  }

  .breadcrumbs__list > a {
    font-size: 14px;
  }

  .product-page {
    padding-top: 20px;
  }

  .our-works__grid {
    grid-auto-rows: 297px;
  }

  .this__box__right {
    width: 304px;
    font-size: 17px;
  }

  .this__box__left__link {
    padding: 24px 14px;
    width: 288px;
    font-size: 27px;
  }

  .work_body {
    display: block;
  }

  .booking_body {
    display: block;
  }

  .stories__item {
    display: block;
  }

  .booking_left__box_img__one {
    bottom: inherit;
    top: 0;
  }

  .work__right {
    margin-top: 40px;
  }

  .work__left__title {
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .work__left__bottom {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .work__right {
    align-items: center;
  }

  .splide__slide img {
    width: 100%;
    height: 100%;
  }

  .booking_left__box_img__two {
    position: relative;
    width: 100%;
    height: 48vw;
  }

  .booking_left__box_img__one {
    position: relative;
    width: 100%;
    height: 48vw;
  }

  .booking_body {
    padding: 12px;
  }
}

@media all and (width < 1280px) {
  .main {
    padding-top: 80px;
  }
  .ban_body {
    grid-template-columns: 1fr 276px;
    grid-gap: 15px;
  }

  .ban_left__bottom__text:nth-child(1) {
    font-size: 25px;
  }
  .ban_left__bottom__text:nth-child(2) {
    font-size: 25px;
  }
  .ban_left__bottom__text:nth-child(3) {
    font-size: 25px;
  }

  .ban_left_bottom__box__link {
    font-size: 20px;
  }
}

@media all and (width < 1024px) {
  .container__this {
    padding: 30px;
  }

  .ban_left__h1 {
    font-size: 70px;
  }

  .nav__item:first-child {
    padding-right: 75px;
  }

  .this__box__left__link {
    width: 258px;
  }

  .service_body {
    grid-template-columns: repeat(3, 1fr);
  }

  .service__item_null {
    display: none;
  }

  .contact_body {
    display: block;
  }

  .coworking_grid {
    grid-template-columns: 1fr 297px;
  }

  .work__box_time {
    min-width: 297px;
  }
}

@media all and (width < 829px) {
  .coworking_grid {
    display: block;
  }

  .work__box_time{
        min-height: 410px;
  }
}

@media all and (width < 768px) {
  .ban_body {
    display: block;
    position: relative;
  }

  .section_ban {
    overflow: hidden;
  }

  .ban_right__box_img {
    position: absolute;
    z-index: 1;
    right: -100px;
    width: 169px;
    height: 167px;
    top: 0;
  }

  .ban_right__img {
    width: 100%;
    height: 100%;
  }

  .ban_left__h1 {
    font-size: 50px;
    padding-right: 80px;
  }

  .ban_left__bottom__text:nth-child(1) {
    font-size: 18px;
  }
  .ban_left__bottom__text:nth-child(2) {
    font-size: 18px;
  }
  .ban_left__bottom__text:nth-child(3) {
    margin-top: 10px;
    font-size: 18px;
  }

  .ban_left_bottom__box {
    padding: 8px 28px;
    font-size: 16px;
  }
  .ban_left_bottom__box::before {
    height: 74px;
  }

  .ban_left_bottom__box__link {
    font-size: 16px;
  }

  .this__box__right {
    position: relative;
    text-align: center;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
  }

  .this_body {
    padding-top: 30px;
  }

  .this__box__left_bottom {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }

  .this__box__left__link {
    width: 270px;
    padding: 16px 24px;
  }

  .service_body {
    grid-template-columns: repeat(2, 1fr);
  }

  .section__title {
    font-size: 36px;
  }

  .service__item_title {
    padding: 18px 13px;
    font-size: 16px;
  }

  .service__item_icon {
    right: 20px;
    top: 16px;
  }

  .news__item_box__img {
    height: 38vw;
  }

  .news__item__name {
    font-size: 17px;
  }

  .news__item__text {
    font-size: 14px;
  }

  .news__item__date {
    font-size: 16px;
  }

  .accordion-toggler {
    font-size: 18px;
  }

  .accordion-body,
  .accordion-body * {
    font-size: 14px;
  }

  .artisans_body {
    padding: 20px;
  }

  .footer__main {
    display: block;
  }

  .footer__ul {
    margin-top: 30px;
  }

  .contact__text {
    font-size: 20px;
  }

  .contact__link {
    font-size: 16px;
  }

  .contact__text {
    font-size: 16px;
  }

  .contact__icon_link:not(:first-child) {
    margin-left: 11px;
  }

  .contact__right {
    margin-top: 60px;
  }

  .form-title {
    font-size: 23px;
  }

  .booking_right__form {
    margin-top: 0;
  }

  .booking-form {
    padding: 6px;
  }

  .booking_left {
    display: none;
  }

  .booking_body {
    min-height: auto;
    border: none;
  }

  .booking-form {
    border: none;
  }

  .booking-form .btn {
    font-size: 16px;
  }

  .event-image {
    height: 58vw !important;
  }
}

@media all and (width < 575px) {
  .btn {
    padding: 13px 20px;
    border-radius: 10px;
  }

  .link {
    font-size: 14px;
  }

  .splide__arrows {
    margin-top: 20px;
  }

  .splide__arrow {
    border-radius: 8px;
    padding: 10px 20px;
  }

  .event-detail .event-title {
    font-size: 22px;
  }
  .event-detail .event-date-big {
    font-size: 18px;
  }

  .splide__arrow:nth-child(1) {
    margin-right: 15px;
  }

  .header__logotype .logotype__divider {
    display: none;
  }

  .header__logotype .logotype__text {
    display: none;
  }

  .header__nav-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .search__toggler {
    top: 19px;
  }

  .search__form {
    padding: 10px 15px;
  }

  .search__submit {
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 7px;
  }

  .ban_left__bottom__text:nth-child(1) {
    font-size: 12px;
  }

  .ban_left__bottom__text:nth-child(2) {
    font-size: 12px;
  }

  .ban_left__bottom__text:nth-child(3) {
    font-size: 12px;
  }

  .ban_left_bottom__box::before {
    width: 73px;
    height: 54px;
  }

  .ban_left__h1 {
    font-size: 40px;
  }

  .ban_right__box_img {
    width: 129px;
    top: -21px;
  }

  .logotype__image {
    max-width: 100px;
    min-width: inherit;
  }

  .this__title > img {
    height: 25px;
  }

  .this__title {
    font-size: 20px;
  }

  .service__item::before {
    width: 38vw !important;
    height: 38vw !important;
  }

  .service__item {
    min-height: 216px;
  }

  .service__item_title {
    font-size: 14px;
    line-height: 1.2;
  }

  .service__item:nth-child(1)::before {
    top: -16px;
    left: -40px;
    transform: rotate(45deg);
  }

  .ban_left__bottom__text:nth-child(3) {
    padding-right: 4px;
  }

  .section__title {
    font-size: 28px;
  }

  .work__box_img {
    height: 100%;
    width: 100%;
  }

  .stories__item {
    padding: 12px;
  }

  .stories__item_title {
    font-size: 22px;
  }

  .stories__item_doptitle {
    font-size: 17px;
  }
  .stories__item__box_img {
    width: 48vw;
    height: 48vw;
    border-radius: 50%;
    overflow: hidden;
  }

  .stories__item__text *,
  .stories__item__text {
    font-size: 14px;
  }

  .work__box_time {
    min-width: 100%;
  }

  .section__box_title_center > p {
    font-size: 18px;
  }

  .coworking__splide {
    /* padding-top: 10px;
    padding-bottom: 50px; */
  }

  .work__left__title {
    font-size: 18px;
    margin-top: 16px;
  }
  .section__service {
    padding-bottom: 20px;
  }

  .section_artisans {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section_work {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header__right {
    display: none;
  }

  .artisans_body {
    padding: 10px;
  }

  .accordion-toggler {
    font-size: 14px;
  }
  .accordion-body,
  .accordion-body * {
    font-size: 12px;
  }

  .footer__ul {
    display: block;
    text-align: center;
  }

  .footer__li {
    margin-bottom: 12px;
  }

  .work__left_one_time {
    font-size: 30px;
    margin-top: 32px;
  }

  .work__left_two_time {
    font-size: 30px;
    margin-top: 30px;
  }

  .work__left__text {
    font-size: 30px;
    margin-top: 30px;
  }

  .work__left__button {
    font-size: 16px;
  }

  .splide__pagination {
    bottom: -43px;
  }
}

@media all and (width < 480px) {
  .ban_left_bottom__box__link {
    font-size: 12px;
  }

  .ban_left_bottom__box {
    padding: 8px 8px;
  }

  .this__box__left__link {
    font-size: 20px;
  }
}

/* #endregion */
