:root {
  --color-coral: #bf9086;
  --color-black: #000000;
  --color-gm-dark-blue: #242c33;
  --color-gray: #727272;
  --color-green: #037487;
  --color-white: #ffffff;
  --color-whitesmoke: #f5f5f5;

  --font-family-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-inter: Inter, var(--font-family-sans-serif);
  --font-family-manrope: Manrope, var(--font-family-sans-serif);
  --font-family-wremena: Wremena;

  --color-7: #bbb;
  --color-8: #fff;
  --color4: #037487;
  --color3: #000;
  --color5: #bf9086;
  --color2: #242c33;
  --color6: #f5f5f5;
  --color1: #727272;

  --font-family: "Manrope", sans-serif;
  --second-family: "Wremena", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "TT Commons", sans-serif;
}



@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/inter/Inter-Regular-cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/inter/Inter-Regular-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/inter/Inter-Regular-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/inter/Inter-Regular-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/manrope/Manrope-Regular-cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/manrope/Manrope-Regular-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/manrope/Manrope-Regular-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/manrope/Manrope-Regular-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Wremena;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/wremena/Wremena-Regular.woff2) format('woff2');
}

@font-face {
  font-family: Wremena;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./fonts/wremena/Wremena-Light.woff2) format('woff2');
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

body {
  font-family: var(--font-family-manrope), var(--font-family-sans-serif), sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 135%;
  color: var(--color-black);
}
a {
    text-decoration: none;
}
h1,
.h0a {
  font-family: var(--font-family-wremena), serif;
  font-size: 83px;
  font-weight: 400;
  line-height: 78%;
}

.h0b {
  font-family: var(--font-family-manrope), sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 98%;
}

h2,
.h1a {
  font-family: var(--font-family-wremena), serif;
  font-size: 69px;
  font-weight: 400;
  line-height: 78%;
}

.h1b {
  font-family: var(--font-family-manrope), sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 102%;
}

h3,
.h1c {
  font-family: var(--font-family-wremena), serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 78%;
}

h4,
.h2a {
  font-family: var(--font-family-wremena), serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 85%;
}

.h2b {
  font-family: var(--font-family-manrope), sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 101%;
}

h5,
.title1 {
  font-family: var(--font-family-wremena), serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 78%;
}

.title2 {
  font-family: var(--font-family-manrope), sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 94%;
}

h6,
.subtitle {
  font-family: var(--font-family-manrope), sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 119%;
}

p,
li {
  margin-top: 0;
  margin-bottom: 1em;
}

small,
.small {
  font-size: 14px;
  line-height: normal;
}

.container {
  width: 100%;
  max-width: 1496px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em;
}

.page {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
}

.page__header {
  position: sticky;
  top: 0;
  height: 5.5em;
  padding-top: 0.5em;
  padding-bottom: 1.125em;
  background-color: var(--color-white, #ffffff);
  z-index: 990;
  transition: background-color 0.27s ease-in-out;
}

.page__content {
  position: relative;
  flex-grow: 1;
}

.page__footer {
  padding-top: 1.6875rem;
  padding-bottom: 1em;
  background-color: var(--color-whitesmoke, #f5f5f5);
}

.footer-cols {
  display: none;
}

.footer-cols__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*gap: 0.625rem;*/
}

.main-menu__wrapper {
  overflow-y: auto;
}

.main-menu-button {
  position: relative;
  width: 52px;
  height: 14px;
  margin-top: 19px;
  margin-bottom: 19px;
  color: var(--color-black);
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.15s linear, transform 0.2s ease-out;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.main-menu-button span {
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  background-color: currentColor;
  transform-origin: center;
  transition: transform 0.2s ease-out;
}

.main-menu-button span:first-child {
  top: 0;
}

.main-menu-button span:last-child {
  bottom: 0;
}

.main-menu-button:hover {
  color: var(--color-coral);
}

.page-header__container,
.page-header__before,
.page-header__after {
  display: flex;
  align-items: center;
}

.page-header__before {
  flex-grow: 1;
  gap: 24px;
}

.page-header__after {
  flex-grow: 1;
  margin-left: auto;
}
.header-360-button,
.header-360-button *{
  transition: all 0.3s;
}
.header-360-button{
    min-width: 42px;
    width: 42px;
    height: 42px;      
    border: 1px solid var(--Color2, #242c33);
    border-radius: 50%;                      
}
.header-360-button a{
    display: flex;
    width: 100%;
    height: 100%; 
    justify-content: center;
    align-items: center;       
    color: var(--Color2, #242c33);
    font-size: 14px;           
}
.main-menu_open .header-360-button,
.main-menu_open .header-360-button a{
  border-color: #fff;
  color: #fff;
}

.header-360-button:hover{
  border-color: var(--color-coral);
}
.header-360-button:hover a{
  color: var(--color-coral);;
}
.buttons-menu__item-action-header{
  width: auto;
  height: auto;
  padding: 10px 20px;
  color: #fff;
  background-color: #BF9086;
  transition: all 0.3s;
  border: 1px solid #BF9086;
}
.buttons-menu__item-action-header:hover{
  color: #BF9086;
  background-color: #fff;
  transition: all 0.3s;
}
@keyframes main-menu-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show-in-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes show-in-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100%;
  }
}

.main-menu {
  position: fixed;
  top: 4.5em;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  color: var(--color-white);
  background-color: var(--color-gm-dark-blue);
  z-index: 9890;
}

.page:has(.main-menu_visible) .page__header {
  background-color: var(--color-gm-dark-blue);
}

.page:has(.main-menu_visible) .page__header .dropdown-nav {
  color: var(--color-white);
  background-color: var(--color-gm-dark-blue);
  border-color: var(--color-coral);
}

.page:has(.main-menu_visible) .page__header .dropdown-nav .icon {
  color: var(--color-coral);
}

.page:has(.main-menu_visible) .page__header .dropdown-nav nav {
  background-color: var(--color-gm-dark-blue);
  border-color: var(--color-coral);
}

.page:has(.main-menu_visible) .page__header .header-favorites a,
.page:has(.main-menu_visible) .page__header .header-phone,
.page:has(.main-menu_visible) .page__header .main-menu-button {
  color: var(--color-white);
}

.page:has(.main-menu_visible) .page__header .header-favorites a:hover,
.page:has(.main-menu_visible) .page__header .header-phone:hover,
.page:has(.main-menu_visible) .page__header .main-menu-button:hover {
  color: var(--color-coral);
}

.page:has(.main-menu_visible) .page__header .header-logo-text svg path {
  fill: var(--color-white);
}

.page:has(.main-menu_visible) .page__header .main-menu-button {
  margin-top: 0;
  margin-bottom: 0;
  height: 52px;
  transform: rotate(45deg);
}

.page:has(.main-menu_visible) .page__header .main-menu-button span:first-child {
  transform: translateY(25px) rotate(90deg);
}

.page:has(.main-menu_visible) .page__header .main-menu-button span:last-child {
  transform: translateY(-25px) rotate(180deg);
}

.main-menu a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: inherit;
  transition: color 0.15s linear;
}

.main-menu .link-icon {
  grid-row-start: 4;
  grid-row-end: 5;
  align-self: end;
}

.link-icon svg {
  width: 23px;
  height: 11px;
  fill: currentColor;
  stroke: currentColor;
}

.main-menu a:hover {
  color: var(--color-coral);
}

.main-menu_visible {
  display: flex;
  flex-direction: column;
  animation: main-menu-show 0.3s ease-in-out;
}

.main-menu_hidden {
  animation: main-menu-hide 0.5s linear;
}

.main-menu-hide {
  width: 51px;
  height: 50px;
  color: var(--color-white);
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.15s linear;
}

.main-menu-hide:hover {
  color: var(--color-coral);
}

.main-menu-hide svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}

.main-menu .container {
  min-height: calc(100vh - 5.5em);
  padding-top: 32px;
  padding-bottom: 32px;
}

.main-menu-block {
  display: flex;
  align-items: center;
}

.main-menu-block_1 {
  gap: 37px;
}

.main-menu-block_2 {
  gap: 64px;
}

.main-menu .footer-logo-icon {
  align-self: end;
  margin-right: auto;
  margin-left: auto;
}

.page-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 20px;
  font-family: var(--font-family-wremena);
  font-size: 40px;
  font-weight: 400;
  color: var(--color-gray);
  line-height: 100%;
}

.bg-dark .page-title {
  padding-bottom: 0;
  color: var(--color-coral);
}

.page-title__second {
  font-family: var(--font-family-manrope);
  font-size: 32px;
}

.page-subtitle {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: var(--color-coral);
}

.page-subtitle:has(+ *) {
  margin-bottom: 80px;
}

.bg-whitesmoke {
  background-color: var(--color-whitesmoke);
}

.bg-dark {
  color: var(--color-white);
  background-color: #242c33;
}

.bg-grey {
  background-color: #f5f5f5;
}

.bg-grey .page-title {
  padding-bottom: 0;
}

.button {
  --button-color: var(--color-gray);
  --button-bg-color: transparent;
  --button-border-color: var(--color-gray);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 233px;
  height: 62px;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: var(--button-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--button-border-color);
  cursor: pointer;
  transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
}

.button_coral {
  --button-color: var(--color-white);
  --button-border-color: currentColor;
  --button-bg-color: var(--color-coral);
}

.button_coral:hover {
  --button-color: var(--color-coral);
  --button-bg-color: var(--color-white);
}

.button_wide {
  min-width: 468px;
}

.button_block {
  width: 100%;
}

.button_outline {
  --button-border-color: transparent;
}

.button_outline:hover {
  --button-color: var(--color-coral);
}

.download-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: color 0.15s linear;
  width: 50%;
}

.download-link span {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  color: var(--color-coral);
  background-color: transparent;
  border: 1px solid var(--color-coral);
  border-radius: 50%;
  transition: color 0.15s linear, background-color 0.15s linear;
}

.download-link:hover {
  color: var(--color-coral);
}

.download-link:hover span {
  color: var(--color-white);
  background-color: var(--color-coral);
}

.download-link svg {
  width: 25px;
  height: 25px;
}

.footer-mobile {
  margin-top: 2.27em;
  margin-bottom: 1.5em;
  font-size: 0.75rem;
  text-align: right;
}

.mobile-logo {
  margin-right: auto;
}

.mobile-logo svg {
  width: 21px;
  height: 52px;
  color: var(--color-coral);
  transition: color 0.27s ease-in-out;
}

.page:has(.main-menu_visible) .mobile-logo svg {
  color: var(--color-white);
}

.main-menu__mobile {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}

.main-menu__mobile .header-favorites {
  display: block;
}

.cookies {
  position: fixed;
  right: 0;
  bottom: -100%;
  left: 0;
  transition: bottom 1s ease;
}

.cookies__container {
  width: 100%;
}

.cookies__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3em;
  padding: 1.25em 2em;
  background-color: var(--color-whitesmoke);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.cookies__wrapper .text{
  margin-bottom: 0;
}
.cookies button {
  cursor: pointer;
  display: flex;
  min-width: 42px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--Color2, #242c33);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: var(--Color2, #242c33);
  font-size: 14px;
  transition: all 0.3s;
}

.cookies button:hover {
  color: var(--color-coral);
  border: 1px solid var(--color-coral);
/*  background-color: var(--color-whitesmoke);*/
  transition: all 0.3s;
}

.cookies p:first-child {
  margin-top: 0;
}

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

.header-catalog-link {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.1;
  color: var(--color-coral);
  transition: color 0.15s linear;
}

.header-catalog-link .br {
  display: block;
}

.header-catalog-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  color: var(--color-black);
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
}

.header-catalog-link__icon svg {
  position: relative;
  top: -2px;
  width: 23px;
  height: 27px;
}

.header-catalog-link:hover {
  color: var(--color-black);
}

.header-catalog-link:hover .header-catalog-link__icon {
  color: var(--color-white);
  background-color: var(--color-coral);
  border-color: var(--color-coral);
}

.page:has(.main-menu_visible) .page__header .header-catalog-link__icon {
  color: var(--color-white);
}

.page:has(.main-menu_visible) .page__header .header-catalog-link:hover {
  color: var(--color-white);
}

.cabinet-page-control {
  margin-top: 45px;
  margin-bottom: 45px;
  text-align: right;
  color: var(--color-coral);
}

.cabinet-page-control a,
.page-subtitle a {
  color: inherit;
  text-decoration: none;
}

.cabinet-page-control a:hover,
.page-subtitle a:hover {
  text-decoration: underline;
}

.cabinet-page-control a svg,
.page-subtitle a svg {
  display: inline-block;
  margin-right: 16px;
}



.footer__top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
}

.footer__top-item {
    width: max-content;
}

.footer__tel {
    color: #BF9086;
    text-align: center;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.footer__top-container .footer-logo-text {
    padding: 0;
}

.footer__top-container .social-links {
    padding-bottom: 0;
}

.footer-main {
    padding-bottom: 60px;
}

.footer-cols .left-footer-nav-wrap {
    width: 60%;
}
.oferta{
  font-size: 14px;
  /*margin-top: 15px;*/
  color: var(--color-gray, #727272);
}
.footer-cols .footer-cols__right {
    width: 20%;
}
.page-header__after {
    flex-direction: row-reverse;
}

.header-logo-text {
    width: fit-content !important;
    height: auto !important;
    margin-right: auto !important;
    margin-left: auto !important;
    opacity: 1 !important;
}

.header-catalog-link__icon {
    display: none !important;
}

.header-catalog-link .br {
    display: none !important;
}

.header-catalog-link {
    padding: 0.75em 2.25em;
    border: 1px solid var(--color-coral);
    font-size: 1rem !important;
}

.header-favorites {
    display: block !important;
}

.mobile-logo {
    display: none !important;
}


.item-stock-title__icon{
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.item-stock__title {
    display: flex;
    column-gap: 10px;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    color: var(--color5);
    margin: 0px 0px 26px 0px;
    width: 100%;
    align-items: center;
}

.kinder-garten__title {
    font-weight: 400;
    font-size: 69px;
    line-height: 94%;
    color: #727272;
    margin: 0px 0px 60px 0px;
}


.kinder-garten-menu__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    overflow: auto;
    column-gap: 20px;
    padding: 0px;

}
.kinder-garten-menu__list::-webkit-scrollbar{
  		display: none;
}
.kinder-garten-menu__item {
    flex-shrink: 0;
}
.kinder-garten-menu__link {
    font-size: 16px;
    color: #727272;
}
.kinder-garten-menu__link {
    font-size: 16px;
    color: #727272;
}
.kinder-garten-menu__link._active{
    color: #BF9086;
}
.kinder-garten-menu__link:hover {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #BF9086;
}



.best-kindergarten {
    padding-bottom: 60px;
}
.best-kindergarten__block-1 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    margin: 0px 0px 30px 0px;
}
.div1 { grid-area: 1 / 1 / 4 / 7; }
.div2 { grid-area: 1 / 7 / 5 / 13; }
.div3 { grid-area: 4 / 1 / 8 / 7; }
.div4 { 
    grid-area: 5 / 7 / 8 / 13; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.best-kindergarten__box-content {
    max-width: 660px;
    width: 100%;
}
.best-kindergarten__box-content.flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.best-kindergarten__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 55px;
    line-height: 100%;
    color: #bf9086;
    margin: 0px 0px 10px 0px;
}
.best-kindergarten__text {
    font-family: var(--font-family);

    font-weight: 300;
    font-size: 16px;
    line-height: 135%;
    color: #242c33;
}
.color-light{
    font-weight: 400;
    font-size: 14px;
    color: #727272;
}
.color-darck{
    color: #242c33;
    font-weight: 300;

}
.best-kindergarten__text p {
    font-size: 16px;
    line-height: 135%;
    margin: 0px 0px 10px 0px;
}
.best-kindergarten__image {
    position: relative;
    width: 100%;
    min-height: auto;
}
.best-kindergarten__image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.best-kindergarten__block-2 {
    display: flex;
    column-gap: 32px;
    justify-content: space-between;
}


.playground {
    font-family: var(--font-family);
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    padding: 61px 46px;
    background: #BF9086B2;
    color: #fff;
}
.playground__header {
  margin: 0px 0px 60px 0px;
}
.playground__box-content {
}
.playground__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 55px;
    line-height: 100%;
    margin: 0px 0px 10px 0px;
}
.playground__text {
        margin: 0px 0px 36px 0px;
        margin-left: auto;
        max-width: 660px;
        width: 100%;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;

}
.playground__image {
    position: relative;
    width: 100%;
    min-height: 802px;
}
.playground__image img{
   
   width: 100%;
   height: auto;
   object-fit: cover;
}
.playground__block-1 {
   
}
.playground__box-content-1 {
     display: flex;
    justify-content: space-between;
    column-gap: 32px;
    margin-top: 30px;
}
.playground__box-content-1.row-reverse{
    flex-direction: row-reverse;
}
.playground__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
 
}
.playground__info-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.playground__info.flex{
    display: flex;
    align-items: center;
    justify-content: center;

}   
.playground__info-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 150%;
    color: #fff;
    margin: 0px 0px 30px 0px;
}
.playground__info-text {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    
}

.playground__info-text p{
    display: flex;
    align-items: center;
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    gap: 30px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    
}
.playground__info-text p.flex-column{
    flex-direction: column;
    align-items: start;
    gap: 0px;
}
.playground__info-text span{
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    
}
.playground__image-1 {
    position: relative;
   max-width: 660px;
    width: 100%;
    min-height: 494px;
}
.playground__image-1 img{
 
    width: 100%;
    height: auto;
    object-fit: cover;
}


.game-room {
    padding: 60px 0px;
    background: #fff;
}
.game-room__block {
    display: flex;
    justify-content: space-between;
    column-gap: 32px;
}
.game-room__block.row-reverse{
    flex-direction: row-reverse;
}
.game-room__box {
    display: flex;
    flex-direction: column;   
     width: 50%;
     margin: 0px 0px 60px 0px;

    
}
.game-room__box-content {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 100px 0px;
    max-width: 700px;

}
.game-room__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 55px;
    line-height: 110%;
    text-transform: uppercase;
    color: var(--color5);
    margin: 0px 0px 10px 0px;
}
.game-room__text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 135%;
    color: #242c33;
}
.game-room__img {
    position: relative;
    width: 50%;
    min-height: auto;

}
.game-room__img1 {
    position: relative;
    width: 100%;
    min-height: auto;
}
.game-room__img1 img{
    width: 100%;
    object-fit: cover;
}
.game-room__img img{
    object-fit: cover;
    width: 100%;
}
.stock-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
    padding-bottom: 14px;    
}
.stock-grid.main-stock-grid{
  display: block;
  overflow: hidden;
}
.stock-grid.main-stock-grid .swiper-slide{
  height: auto;
  justify-content: start;
}
.stock{
  padding-bottom: 90px;
}
.page__nav {
 margin-bottom: 40px;
}

.page__nav-content {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
    overflow-x: visible;
    white-space: nowrap;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    /* Плавный скролл на мобильных устройствах */
    scrollbar-width: thin;
    /* Тонкий скроллбар для Firefox */
}

/* Стили для Webkit-браузеров (Chrome, Safari) */
.page__nav::-webkit-scrollbar {
    height: 8px;
}

.page__nav::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.page__nav::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.page__nav-item {
    color: #727272;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.48px;
    font-family: 'Manrope', sans-serif;
    white-space: nowrap;
}

.page__nav-item:hover {
    color: #BF9086;
    border-bottom: 1px solid #BF9086;
    display: inline-block;
    height: 27px;
    transform: scale(1.1);
    transition: all 0.3s;
}

.page__nav-item{
    transition: all 0.3s;
}

.page__nav-item.active {
    color: #BF9086;
    transform: scale(1.1);
    transition: all 0.3s;
    display: inline-block;
    height: 27px;
    border-bottom: 1px solid #BF9086;
}
.page__nav--fixed {
    position: fixed;
  justify-content: flex-start;
    top: 70px;
  left: 0;
    width: 100%;
    z-index: 100;
  background: #fff;
}

.page__nav--fixed .page__nav-content {
  padding: 15px 1rem;
  max-width: 1464px;
  margin: 0 auto;
}

.container-rev {
  position: relative;
}

.container-rev .main-banner__offer {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
}

.catalog-item__downloads {
  padding-bottom: 90px;
}

.catalog-item__discount-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tooltip-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 8px;
    padding-left: 3px;
}

.info-icon {
    display: block;
    transition: all 0.3s ease;
}

.tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    z-index: 100;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    line-height: 1.4;
    pointer-events: none;
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.tooltip-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.catalog-item__downloads {
    padding: 0;
}
.sect-title .sect-title{
  padding: 0;
}

.feedback__item.feedback__item__policy{
  position: relative;
  padding-left: 40px;
}
.feedback__item.feedback__item__policy a{
  color: #fff;
}
.input label[for="policy"]{
  position: static;
}
[for="policy"]:after{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  display: block;
  left: 0;
  top: 10px;
  border-radius: 5px;
}
#policy:checked + [for="policy"]:after{
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
}
#policy{
    height: 1px;
    position: absolute;
    left: 0;
    width: 30px;
    top: 40px;
    opacity: 0;
}
.slider_navigation {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 23px;
    /*position: absolute;*/
    /*top: 478px;*/
    /*right: 0;*/
    transition: all 0.3s;
    padding-top: 10px;
}
.swiper-wrapper{
  height: auto;
}
.home_gallery .slider_navigation {
    top: auto;
    bottom: -10px;
    right: 20px;
}
.slide_block-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.location_btn:hover:before, .page_new-btn:hover:before{
  content: '';
  position: absolute;
  height: 1px;
  width: calc(100% - 120px);
  background-color: #BF9086;
  right: 80px;
  top: 50%;
  z-index: 1;
}
.awards_btn.location_btn:hover:before, .form_btn.location_btn:hover:before{
  background-color: #fff;
  right: 79px;
}
/*.page_new-btn:hover:before{

}*/

.sect-title a.sect-title:hover{
  text-decoration: underline;
}
[for="policy"] a{
  text-decoration: underline;
}
@media(max-width: 1339px){
    .game-room__img.none{
        display: none;
    }
    .game-room__block{
        flex-direction: column;
    }
    .game-room__img{
        width: 100%;
        margin: 0px 0px 32px 0px;
    }
    .game-room__box{
        width: 100%;
    }
  
    .game-room__box-content{
        max-width: 100%;
        margin: 0px 0px 32px 0px;
    }
    .game-room__title{
        font-size: 36px;
    }
    .game-room__box {
        margin: 0px 0px 32px 0px;
    }
    .game-room__block.row-reverse{
        flex-direction: column-reverse;
    }
    .best-kindergarten__block-1{
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        margin: 0px 0px 32px 0px;
    }
    .best-kindergarten__image{
       max-width: 100%;
       min-height: 100%;
    }
    .best-kindergarten__box-content{
        max-width: 100%;
    }
    .best-kindergarten__block-2{
        flex-direction: column;
    }
    .div1 { 
        order: 1;
    }
    .div2 { 
        order: 2;
    }
    .div3 { 
        order: 3;
    }
    .div4 { 
        order: 2;

    }
    .best-kindergarten__title{
        font-size: 30px;
    }
    .kinder-garten__title{
        font-size: 36px;

    }
    .playground__box-content{
        flex-direction: column;
    }
    .playground__text{
        margin-left: 0px;
    }
    .playground{
        padding: 61px 0px;
    }
    .playground__box-content-1{
      flex-direction: column;
    }
    .playground__image-1{
        max-width: 100%;
        margin: 0px 0px 75px 0px;
    }
  .playground__info-text{
    display: flex;
    flex-wrap: wrap;
  }
  .playground__info-box{
    justify-content: start;
    align-items: start;
    margin: 0px 0px 60px 0px;
  }
  .playground__block-1{
    margin: 0px 0px 60px 0px;
  }
  .playground__box-content-1{
    margin-top: 0px;
  }
  .playground__title{
    margin: 0px 0px 60px 0px;
  }
  .playground__info-title{
    margin: 10px 0px 30px 0px;
  }
  .playground__box-content-1.row-reverse{
    flex-direction: column;
  }

  .playground__image{
    min-height: auto;
  }
  .playground__header{
    margin: 0px 0px 60px 0px;
  }

}
@media(max-width: 1200px) {
  .header-phone{
    font-size: 18px;
  }
  .stock-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
    padding-bottom: 14px;
        
  }
  .stock-grid.main-stock-grid{
    display: block;
  }
}
@media(max-width: 768px){
  .cookies p{
    font-size: 16px;
  }
  .page__nav {
      margin-bottom: 20px;
  }
  .playground__title{
    font-size: 36px;
    margin: 0px 0px 20px 0px;
  }
  .playground__image-1{
    min-height: auto;
  }
  .playground__info-text p{
    max-width: 100%;
    border: none;
    padding-left: 0px;
    margin: 0px;
  }
  .playground__info-text{
    gap: 0px;
  }
  .playground__block-1{
    margin: 0px 0px 0px 0px;
  }
  .playground__info-title{
    line-height: 100%;
    margin: 0px 0px 30px 0px;
  }
  .playground__info{
    margin: 0px 0px 20px 0px;
  }
  .stock-grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 14px;
    padding-bottom: 14px;        
  }
  .stock-grid.main-stock-grid{
    display: block;
  }
  .best-kindergarten {
      padding-bottom: 32px;
  }
}



@media (min-width: 576px) {
  .cookies__container {
    max-width: 800px;
  }

  .cookies__wrapper {
    border: none;
    border-radius: 10px;
  }
}

@media (min-width: 600px) {
  .footer-mobile {
    display: none;
  }

  .footer-cols {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .mobile-logo {
    display: none;
  }

  .header-catalog-link {
    margin-right: 0;
    margin-left: 0;
    padding: 0.75em 2.25em;
    font-size: 1rem;
    text-decoration: none;
    color: var(--color-coral);
    background-color: transparent;
    border: 1px solid var(--color-coral);
    cursor: pointer;
    transition: color 0.15s linear, background-color 0.15s linear;
  }

  .header-catalog-link:hover {
    color: var(--color-white);
    background-color: var(--color-coral);
  }

  .header-catalog-link .br {
    display: none;
  }

  .header-catalog-link__icon {
    display: none;
  }

  .page-header__before {
    flex-grow: 0;
  }

  .page-header__after {
    flex-grow: 0;
    gap: 40px;
  }
 
}

@media (min-width: 992px) {
  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .page-header__after {
    margin-left: 0;
  }

  .page__footer {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .main-menu-button {
    width: 69px;
    height: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .page:has(.main-menu_visible) .page__header .main-menu-button {
    height: 69px;
  }

  .page:has(.main-menu_visible) .page__header .main-menu-button span:first-child {
    transform: translateY(34.5px) rotate(90deg);
  }

  .page:has(.main-menu_visible) .page__header .main-menu-button span:last-child {
    transform: translateY(-34.5px) rotate(180deg);
  }

  .main-menu__mobile {
    display: none;
  }
  .page-title {
    padding-top: 53px;
    padding-bottom: 50px;
  }

  .page-subtitle {
    text-align: right;
  }

  .page-subtitle:has(+ *) {
    margin-bottom: 0;
  }

  .main-menu .container {
    row-gap: 56px;
    padding-top: 52px;
    padding-bottom: 62px;
    display: flex;
    flex-wrap: wrap;
  }

  .main-menu .link-icon {
    grid-row-start: initial;
    grid-row-end: initial;
  }

  .page-title {
    font-size: 69px;
  }

  .bg-dark .page-title {
    padding-bottom: 0;
    color: var(--color-coral);
  }

  .page-title__second {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .page-header__after {
    gap: 90px;
  } 
}
@media (prefers-reduced-motion: reduce) {
  .main-menu-button,
  .main-menu-hide,
  .main-menu a,
  .button,
  .page__header {
    transition: none;
  }
}
@media (max-width: 1200px){
    .header-catalog-link {
      padding: 12px 20px;
      font-size: 14px !important;
    }
}
@media (max-width: 991px){
  .footer-cols {
    justify-content: center!important;
    flex-direction: column;
    align-items: center;
  }
  .footer-cols .left-footer-nav-wrap{
    width: 100%;
  }

  .footer-logo-icon {
    display: block!important;
  }

  .footer-cols__right {
    display: none!important;
  }
  .oferta{
    margin-bottom: 30px;
  }

  .footer-nav {
    display: none!important;
  }

  .footer-mobile {
    display: block!important;
  }

  .footer-nav__item {
    display: none!important;
  }

  .footer-mobile .footer-nav {
    display: flex !important;
    align-items: flex-start;
  }

  .footer-nav__item_mobile {
    display: block!important;
    text-align: center;
    color: #BF9086!important;
    margin-bottom: 10px;
  }

  .footer__top-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 35px;
  }

  .footer__item-tel  {
    order: 2;
    width: 100%;
    text-align: center;
    position: relative;
  }

  .footer__item-tel:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #BF9086;
  }

  .footer__top-logo {
    order: 1;
  }

  .footer__top-links {
    order: 3;
  }

  .footer-main {
    flex-direction: column!important;
      gap: 1rem!important;
  }

  .footer-cols {
    display: flex!important;
  }

  .footer-main__item {
    color: #727272!important;
    font-family: "Manrope";
    font-size: 20px;    
  }
  .main-menu a{
    text-transform: none;
  }
  .footer-main {
    border: none!important;
  }

  .footer-main {
      padding-bottom: 55px;
    border-bottom: 1px solid #BF9086!important;
  }

  .footer-info {
    display: none;
  }

  .header-catalog-link {
    border: 1px solid var(--color-coral);
    font-size: 12px!important;
    letter-spacing: 0.48px;
  }
  header.page__header{
      height: 4.5em;
  }
  .page-header__before {
    gap: 0!important;
  }

  .page-header__after {
    margin-left: 0!important;
  }

  .page-header__before {
    gap: 20px!important;
  }

  .header-logo-text {
    max-width: 150px!important;
  }

  .feedback__wrapper {
    flex-direction: column;
  }

  .feedback .left {
    width: 100vw;
    display: block;
    background-image: url(https://1-ng.ru/local/components/nagatinskiy/feedback.form/templates/.default/lobby.webp);
    background-size: cover;
    background-position: 50% 50%;
    height: 540px;
    margin-left: -18px;
  }
}

@media(max-width: 820px) {
  .page__nav-content{
      overflow: auto;
  }
}
@media(max-width: 540px) {
  .page-header__before {
    display: none!important;
  }

  .page-header__container {
    flex-direction: row-reverse;
  }

  .page-header__after {
      flex-grow: 0!important;
    gap: 20px;
    flex-direction: row!important;
  }

  .header-logo-text {
    margin-left: 0!important;
  }

  .main-menu__mobile {
    margin-top: 10px;
  }

  .main-menu-button {
    width: 24px!important;
  }

  .header-phone {
    width: 24px!important;
    height: 24px!important;
    background-size: contain!important;
    background-image: url(/local/templates/nagatinskiy/assets/images/new_tel.svg)!important;
    border: none!important;
    border-radius: 0!important;
  }
  .footer__tel {
    font-size: 24px;
  }

  .social-links__item {
    width: 50px!important;
    height: 50px!important;
  }


  .footer__top-container {
    gap: 15px;
    padding-bottom: 15px;
  }

  .footer__item-tel:before {

    content: none;
  }

  .footer-logo-text {
    max-width: 190px;
  }
}
@media(max-width: 768px) {
 .item-stock__title {
      font-size: 20px;
  }
  .page_news-item{
    width: 100%;
    gap: 10px;
  }
  .page_news-list > div{
    padding-bottom: 0;
  }
  .buttons-menu__item-action-header, .header-360-button{
    display: none;
  }
} 

@media(max-width: 480px) {
  .page_new-btn.page_news-btn{
    width: 100%;
  }
  .location_btn:hover:before, .page_new-btn:hover:before{
    right: 36px;
  }
  .page_new-btn:after{
    right: 14px;
  }
  .page__nav {
      gap: 12px;
  }
  .page__nav-item {
      font-size: 12px;
  }
  .form_btn.location_btn:hover:before{
      right: 35px;
  }
}
