@-webkit-keyframes ripple {
    to {
      opacity: 0;
      -webkit-transform: scale(2.5);
    }
  }
  @keyframes ripple {
    to {
      opacity: 0;
      -webkit-transform: scale(2.5);
      transform: scale(2.5);
    }
  }
  @font-face {
    font-family: _300;
    src: url(../font/museosanscyrl-0.woff2);
  }
  @font-face {
    font-family: _700;
    src: url(../font/museosanscyrl-2.woff2);
  }
  @font-face {
    font-family: _500;
    src: url(../font/museosanscyrl-1.woff2);
  }
  @font-face {
    font-family: _Medium;
    src: url(../font/berlingskeserif-md.woff2);
  }
  @font-face {
    font-family: _MediumItalic;
    src: url(../font/berlingskeserif-mditalic.woff2);
  }
  @font-face {
    font-family: _BoldItalic;
    src: url(../font/berlingskeserif-bolditalic.woff2);
  }
  @font-face {
    font-family: _XBoldItalic;
    src: url(../font/BerlingskeSerif-XBdItalic.ttf);
  }
  @font-face {
    font-family: _PTSerif;
    src: url(../font/ptserif.woff2);
  }
  * {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  .ul-list,
  ul {
    list-style: none;
  }
  canvas,
  img,
  picture,
  svg,
  video {
    display: block;
    max-width: 100%;
  }
  p {
    color: #000;
    font-size: 14px;
    margin: 0 0 10px;
  }
  button,
  input,
  select,
  textarea {
    font: inherit;
  }
  body {
    font: 16px _300;
    background: #fff;
    color: #000;
  }
  img {
    vertical-align: top;
  }
  h2 {
    font: 42px _Medium;
  }
  .ul-list .list-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .ol-list li:not(:last-of-type):not(.list-title),
  .ul-list li:not(:last-of-type):not(.list-title) {
    margin-bottom: 5px;
  }
  .ul-list li:not(.list-title) {
    font-size: 15px;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
  }
  .ul-list li:not(.list-title)::after {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fd698d;
    content: "";
    left: 0;
    top: 7px;
    border-radius: 50%;
  }
  .ol-list .list-title {
    font-size: 17px;
    font-weight: 600;
    list-style: none;
    margin-bottom: 10px;
  }
  .ol-list li:first-of-type {
    margin-top: 8px;
  }
  .ol-list li:not(.list-title) {
    font-size: 15px;
    font-weight: 300;
    position: relative;
    margin-left: 20px;
    color: #000;
  }
  .ol-list li:not(.list-title)::marker {
    color: #e34e72;
  }
  dialog {
    margin: 0 auto;
    top: 10%;
  }
  dialog::-webkit-backdrop {
    background: rgba(0, 0, 0, 0.5);
  }
  dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
  }
  h1 {
    font: 64px _Medium;
  }
  #dialog-map {
    width: 60%;
    height: 70%;
  }
  #dialog-form,
  #dialog-info,
  #dialog-map {
    border-radius: 28px;
    outline: 0;
  }
  #dialog-info {
    top: 30%;
    width: 30%;
    height: 40%;
    padding: 20px;
  }
  #dialog-info .dialog-info-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  #dialog-info .dialog-info-item {
    font-size: 16px;
  }
  .scroll-lock {
    overflow: hidden;
  }
  .form-close,
  .info-close,
  .map-close {
    background: #fff;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 8px;
  }
  .form-close,
  .info-close {
    left: unset;
    right: 10px;
  }
  .form-close::after,
  .form-close::before,
  .info-close::after,
  .info-close::before,
  .map-close::after,
  .map-close::before {
    background: #000;
    content: "";
    border-radius: 30px;
    position: absolute;
    top: 12px;
    right: 0;
    height: 3px;
    width: 25px;
  }
  .form-close::after,
  .info-close::after,
  .map-close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .form-close::before,
  .info-close::before,
  .map-close::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .email,
  .tel {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
  }
  .email::after,
  .tel::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .tel::after {
    background: url(../img/phone.svg) center no-repeat;
  }
  .email::after {
    background: url(../img/mail.svg) center no-repeat;
  }
  .wrap {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    max-width: 1440px;
    float: none;
    margin: 0 auto;
  }
  .btn,
  .ripplelink {
    position: relative;
    overflow: hidden;
  }
  .btn {
    font-weight: 700;
    border-radius: 52px;
    padding: 0 10px;
    font-size: 20px;
    -webkit-box-shadow: inset 0 -4px 0 0 #e34e72;
    box-shadow: inset 0 -4px 0 0 #e34e72;
    color: #fff;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #ff6a8e),
      to(#f24f76)
    );
    background: -o-linear-gradient(top, #ff6a8e 0, #f24f76 100%);
    background: linear-gradient(to bottom, #ff6a8e 0, #f24f76 100%);
  }
  .ripplelink {
    opacity: 1;
    z-index: 0;
  }
  .ripplelink .ink.animate {
    opacity: 1;
  }
  .ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 20;
  }
  .animate {
    -webkit-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
  }
  .df-jc-sb,
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .df-jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row {
    gap: 15px;
  }
  .flex-five {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .benefit {
    margin-bottom: 40px;
  }
  .benefit .icons,
  .benefit .images {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .benefit .icons {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 14px;
  }
  .benefit .icons .icons-item,
  .benefit .icons .icons-item .icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .benefit .icons .icons-item {
    gap: 10px;
  }
  .benefit .icons .icons-item .icon-text {
    height: 100%;
    font-size: 16px;
    max-width: 180px;
  }
  .benefit .icons .icons-item .icon {
    width: 32px;
    height: 32px;
    background-size: contain;
  }
  .benefit .icons .icons-item .icon.baby {
    background: url(../img/baby.svg) center no-repeat;
  }
  .benefit .icons .icons-item .icon.grow-up {
    background: url(../img/grow-up.svg) center no-repeat;
  }
  .benefit .icons .icons-item .icon.children {
    background: url(../img/children.svg) center no-repeat;
  }
  .benefit .icons .icons-item .icon.icon-ballet {
    background: url(../img/icon-ballet-1.svg) center no-repeat;
  }
  .benefit .icons .icons-item .icon.icon-ballet-2 {
    background: url(../img/icon-ballet-2.svg) center no-repeat;
  }
  .benefit .images {
    width: 100%;
  }
  .benefit .images img,
  .form-wrapper .form img {
    border-radius: 28px;
  }
  footer {
    color: #fff;
    padding-bottom: 20px;
  }
  footer .footer-relation a,
  footer .social .social_item {
    -webkit-filter: brightness(0) invert(100%);
    filter: brightness(0) invert(100%);
  }
  .form-wrapper .agree a,
  footer .address:hover,
  footer .email:hover,
  footer .tel:hover {
    text-decoration: underline;
  }
  .benefit .images,
  footer .footer-relation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  footer .colored {
    background: #fd698d;
    border-radius: 12px 12px 0 0;
  }
  footer .footer-top {
    padding: 20px 0;
    gap: 20px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  footer .footer-bottom,
  footer .footer-groups,
  footer .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer-groups {
    position: relative;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .footer-groups .address,
  footer .footer-groups .timeworks {
    -webkit-filter: brightness(0) invert(100%);
    filter: brightness(0) invert(100%);
  }
  footer .footer-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .copyright {
    color: #000;
  }
  footer .intrid {
    background: #e34e72;
    font-weight: "Inter";
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12px 0 6px;
    height: 24px;
    gap: 8px;
    border-radius: 16px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    grid-column: 11/13;
    grid-row: 1/2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px;
    border: 1px solid #fff;
  }
  footer .intrid-text {
    font-family: Inter;
  }
  footer .intrid:hover {
    background: #fff;
    border-color: #e34e72;
    color: #e34e72;
  }
  .form-wrapper,
  footer .intrid:hover .intrid-circle--in {
    background: #fff;
  }
  footer .intrid:hover .intrid-circle {
    background: #e34e72;
  }
  footer .intrid-circle,
  footer .intrid-circle--in {
    border-radius: 100px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  footer .intrid-circle {
    width: 16px;
    height: 16px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .intrid-circle--in {
    background: #e34e72;
    width: 6px;
    height: 6px;
  }
  .form-wrapper {
    margin: 40px auto;
    padding: 8px;
    width: 800px;
    border-radius: 12px;
  }
  .form-wrapper .agree {
    font: 12px _300;
    text-align: center;
  }
  .form-wrapper .agree a {
    font: 12px _300;
  }
  .form-wrapper .agree a:hover {
    color: #e34e72;
  }
  .form-wrapper .form,
  .form-wrapper .form .form-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-wrapper .form {
    background: #f2f4f6;
    position: relative;
    gap: 16px;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e34e72;
  }
  .form-wrapper .form .form-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .form-wrapper .form .form-info span:not(.agree) {
    font-family: _500;
    text-align: center;
  }
  .form-wrapper .form .form-info .input {
    outline: 0;
    font-size: 18px;
    width: 100%;
    border-radius: 28px;
    height: 56px;
    background: #fcfcfc;
    -webkit-box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.03);
    border: 1px solid transparent;
    padding: 0 35px;
  }
  .form-wrapper .form .form-info .input:focus,
  .form-wrapper .form .form-info .input:hover {
    border-color: #e34e72;
  }
  .form-wrapper .form .form-info .btn {
    margin-top: auto;
    padding: 10px;
    cursor: pointer;
  }
  .background_header {
    background: rgba(255, 255, 255, 0.3);
  }
  header:not(.background_header) {
    border-bottom: 1px solid #e34e72;
  }
  .address,
  .timeworks {
    padding-left: 24px;
    position: relative;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .address::after,
  .timeworks::after {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
  }
  .address,
  .address::after {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .address::after {
    background: url(../img/marker.svg) center no-repeat;
  }
  .timeworks {
    height: 20px;
    font-weight: 300;
  }
  .timeworks::after {
    background: url(../img/clock.svg) center no-repeat;
  }
  .header_top,
  .header_top .header-logo,
  .timeworks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_top {
    padding: 23px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .header_top .header-logo {
    gap: 14px;
  }
  .header_top .address:hover::after {
    background: url(../img/marker-hover.svg) center no-repeat;
  }
  .header_top .address:hover,
  .header_top .tel:hover {
    color: #e34e72;
    text-decoration: underline;
  }
  .header_top .tel:hover::after {
    background: url(../img/phone-hover.svg) center no-repeat;
  }
  .header_top .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .header_top .logo img {
    width: 120px;
    height: 66px;
  }
  .header_top .header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .header_top .btn {
    font-size: 18px;
    padding: 5px 15px;
  }
  .header_top .tel {
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_top .description {
    max-width: 220px;
    font-size: 16px;
    line-height: 1.4;
  }
  .header_top .groups,
  .header_top .groups-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_top .groups-main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 6px;
  }
  .header_top .groups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header_top .burger {
    background: 0 0;
    position: relative;
    width: 40px;
    height: 40px;
    display: none;
    cursor: pointer;
    margin-left: auto;
  }
  .header_top .burger span {
    background: #f44c74;
    position: absolute;
    content: "";
    right: 0;
    height: 2px;
    width: 100%;
  }
  .header_top .burger span:nth-of-type(1) {
    top: 10px;
  }
  .header_top .burger span:nth-of-type(2) {
    top: 20px;
  }
  .header_top .burger span:nth-of-type(3) {
    top: 30px;
    width: 70%;
  }
  .header_top .burger-menu {
    background: #fff;
    display: none;
    border-top: 1px solid #e34e72;
    border-bottom: 1px solid #e34e72;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: -5px;
    width: calc(100% + 10px);
    padding: 15px;
    border-radius: 0 0 28px 28px;
  }
  .header_top .burger-menu .btn-burger {
    text-align: center;
  }
  .header_top .burger-menu .social_item {
    border-color: #e34e72;
  }
  .header_top .burger-menu .social_item.vk {
    background: url(../img/vk-hover.svg) center no-repeat;
  }
  .header_top .burger-menu .social_item.inst {
    background: url(../img/inst-hover.svg) center no-repeat;
  }
  .header_top .burger-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .social-mobile {
    display: none;
    gap: 6px;
  }
  .social-mobile .social_item {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .social-mobile .social_item.vk {
    background: url(../img/vk-hover.svg) center no-repeat;
  }
  .social-mobile .social_item.inst {
    background: url(../img/inst-hover.svg) center no-repeat;
  }
  .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
  }
  .scroll-to-top,
  .social .social_item {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e34e72;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .social .social_item:hover {
    -webkit-box-shadow: inset 0 -4px 0 0 #e34e72;
    box-shadow: inset 0 -4px 0 0 #e34e72;
  }
  .social .social_item.vk {
    background: url(../img/vk-hover.svg) center no-repeat;
  }
  .social .social_item.inst {
    background: url(../img/inst-hover.svg) center no-repeat;
  }
  .map-block .wrap {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .map-block .wrap h2 {
    font-size: 40px;
  }
  .map-block .map {
    pointer-events: none;
  }
  .map-block .map iframe {
    width: 99vw;
    height: 70vh;
  }
  .map-block .map.active {
    pointer-events: auto;
  }
  .scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f2f4f6;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .scroll-to-top::after {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    top: -1px;
    left: -1px;
    background: url(../img/arrow-up.svg) center no-repeat;
  }
  .scroll-to-top:hover,
  .tub .tub-buttons .btn-tub.active,
  .tub .tub-buttons .btn-tub:hover {
    -webkit-box-shadow: inset 0 -4px 0 0 #e34e72;
    box-shadow: inset 0 -4px 0 0 #e34e72;
  }
  .scroll-to-top.show {
    display: block;
  }
  .main-text,
  .tub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    text-align: center;
  }
  .main-text .title-h1 {
    font: 64px _Medium;
    margin-top: 40px;
    margin-bottom: 220px;
  }
  .main-text h2 {
    margin-top: 20px;
  }
  .main-text span {
    font-size: 18px;
  }
  .tub {
    margin-top: 40px;
    margin-bottom: 60px;
    gap: 10px;
  }
  .tub,
  .tub .tub-buttons,
  .tub .tub-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tub .tub-buttons {
    gap: 4px;
    width: 100%;
  }
  .tub .tub-buttons .btn-tub {
    cursor: pointer;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #e34e72;
    color: #e34e72;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .tub .tub-buttons .btn-tub.active,
  .tub .tub-buttons .btn-tub:hover {
    color: #fff;
    background: #e34e72;
  }
  .tub .tub-content {
    background: #fff;
    gap: 20px;
    padding: 16px;
    border: 1px solid #e34e72;
    border-radius: 28px;
  }
  .tub .tub-content img {
    border-radius: 28px;
  }
  .tub .tub-content a:last-of-type {
    margin-left: auto;
  }
  .classes::after,
  .video {
    z-index: -5;
    position: absolute;
    top: 0;
  }
  .about::after {
    z-index: -5;
  }
  .about {
    z-index: 1;
  }
  .classes::after {
    z-index: -9999;
  }
  .video {
    left: 0;
    width: 99vw;
    opacity: 0.5;
  }
  .video video {
    width: 100%;
  }
  .classes {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../img/payment_bg.png) center bottom no-repeat;
    background-size: contain;
  }
  .classes::after {
    width: 330px;
    height: 430px;
    content: "";
    right: 0;
    background: url(../img/bow.png) top right no-repeat;
    background-size: contain;
  }
  .classes .classes-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .classes,
  .classes .classes-info .ul-list {
    position: relative;
  }
  .classes .classes-info .ul-list:first-of-type {
    margin-bottom: 15px;
  }
  .classes .classes-info .ul-list.girl {
    position: relative;
  }
  .classes .classes-info .ul-list.girl::after {
    position: absolute;
    content: "";
    display: block;
    left: 158px;
    top: -6px;
    width: 32px;
    height: 32px;
    background: url(../img/girl.svg) center no-repeat;
  }
  .classes .classes-articles .articles-bottom .ul-list,
  .classes .classes-articles .articles-top .ul-list,
  .classes .classes-info .ul-list.boy,
  .classes .classes-info .ul-list.girl {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .classes .classes-info .ul-list.boy li::after {
    background: #0aa2cc;
  }
  .classes .classes-info .ul-list.boy::after {
    position: absolute;
    left: 178px;
    top: -6px;
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/boy.svg) center no-repeat;
  }
  .classes .classes-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    border-top: 2px solid #fd698d;
    margin-top: 15px;
    padding-top: 15px;
  }
  .classes .classes-articles .articles-bottom,
  .classes .classes-articles .articles-bottom .articles-image,
  .classes .classes-articles .articles-top,
  .classes .classes-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .classes .classes-articles .articles-bottom .articles-image,
  .classes .classes-images {
    gap: 10px;
  }
  .classes .classes-articles .articles-bottom .articles-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .classes .classes-articles .articles-bottom .articles-image img {
    width: 180px;
    height: 130px;
    border-radius: 28px;
  }
  .classes .classes-images {
    margin-top: 30px;
  }
  .classes .classes-images img {
    border-radius: 28px;
  }
  .about {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
  }
  .about:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 330px;
    height: 430px;
    content: "";
    background: url(../img/bow.png) top right no-repeat;
  }
  .about h1 {
    font: 64px _Medium;
    text-align: center;
    margin-bottom: 24px;
  }
  .about span {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
    position: relative;
    z-index: 5;
  }
  .about span:last-of-type {
    margin-bottom: 0;
  }
  .about-block,
  .block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-title {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .about-block {
    padding: 20px;
    border: 1px solid #e34e72;
    border-radius: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
  }
  .about-block.bear,
  .about-block.bonus,
  .about-block.bow {
    position: relative;
  }
  .about-block.bow::after {
    position: absolute;
    content: "";
    left: -20%;
    top: 0;
    z-index: -1;
    width: 330px;
    height: 430px;
    background: url(../img/bow-left.png) top left no-repeat;
  }
  .about-block.bonus::after {
    position: absolute;
    content: "";
    left: 20%;
    top: -40%;
    z-index: -1;
    width: 175px;
    height: 171px;
    background: url(../img/bonus_3.png) top right no-repeat;
  }
  .about-block.bear::after {
    position: absolute;
    content: "";
    right: 20%;
    top: -35%;
    z-index: -1;
    width: 101px;
    height: 126px;
    background: url(../img/bear.png) top right no-repeat;
  }
  .about-block .about-btn {
    margin: 0 auto;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 100px;
  }
  .about-block .about-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 25px;
    margin-bottom: 16px;
  }
  .about-block .about-content .about-block-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .about-block .about-content .about-block-left .block-item {
    display: block;
    margin-bottom: 5px;
  }
  .about-block .about-content .about-block-right {
    -ms-flex-preferred-size: 485px;
    flex-basis: 485px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .about-block .about-content .about-block-right .block-right-days,
  .about-block .about-content .about-block-right .block-right-time {
    display: block;
    text-align: center;
  }
  .about-block .about-content .about-block-right .block-images {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }
  .about-block .about-content .about-block-right .block-images img {
    border-radius: 28px;
  }
  @supports (-webkit-appearance: none) {
    .tel::after {
      background: url(../img/phone.svg) center no-repeat;
    }
    .email::after {
      background: url(../img/mail.svg) center no-repeat;
    }
    .benefit .icons .icons-item .icon.baby {
      background: url(../img/baby.svg) center no-repeat;
    }
    .benefit .icons .icons-item .icon.grow-up {
      background: url(../img/grow-up.svg) center no-repeat;
    }
    .benefit .icons .icons-item .icon.children {
      background: url(../img/children.svg) center no-repeat;
    }
    .benefit .icons .icons-item .icon.icon-ballet {
      background: url(../img/icon-ballet-1.svg) center no-repeat;
    }
    .benefit .icons .icons-item .icon.icon-ballet-2 {
      background: url(../img/icon-ballet-2.svg) center no-repeat;
    }
    .address::after {
      background: url(../img/marker.svg) center no-repeat;
    }
    .timeworks::after {
      background: url(../img/clock.svg) center no-repeat;
    }
    .header_top .address:hover::after {
      background: url(../img/marker-hover.svg) center no-repeat;
    }
    .header_top .tel:hover::after {
      background: url(../img/phone-hover.svg) center no-repeat;
    }
    .header_top .burger-menu .social_item.vk,
    .social-mobile .social_item.vk {
      background: url(../img/vk-hover.svg) center no-repeat;
    }
    .header_top .burger-menu .social_item.inst,
    .social-mobile .social_item.inst {
      background: url(../img/inst-hover.svg) center no-repeat;
    }
    .social .social_item.vk {
      background: url(../img/vk-hover.svg) center no-repeat;
    }
    .social .social_item.inst {
      background: url(../img/inst-hover.svg) center no-repeat;
    }
    .scroll-to-top::after {
      background: url(../img/arrow-up.svg) center no-repeat;
    }
    .classes {
      background: url(../img/payment_bg.webp) center bottom no-repeat;
    }
    .about:after,
    .classes::after {
      background: url(../img/bow.webp) top right no-repeat;
    }
    .classes .classes-info .ul-list.girl::after {
      background: url(../img/girl.svg) center no-repeat;
    }
    .classes .classes-info .ul-list.boy::after {
      background: url(../img/boy.svg) center no-repeat;
    }
    .about-block.bow::after {
      background: url(../img/bow-left.webp) top left no-repeat;
    }
    .about-block.bonus::after {
      background: url(../img/bonus_3.webp) top right no-repeat;
    }
    .about-block.bear::after {
      background: url(../img/bear.webp) top right no-repeat;
    }
  }
  @media (max-width: 1330px) {
    .header_top .logo img {
      width: 100px;
      height: 56px;
    }
  }
  @media (max-width: 1200px) {
    .icon-text {
      font-size: 14px !important;
    }
    .header_top .groups-main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .classes::after {
      display: none;
    }
  }
  @media (max-width: 998px) {
    .classes {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .map-block .wrap {
        margin-top: 20px;
    }
    .tub-content div {
        width: 100%;
      order: -1;
    }
    body {
      font-size: 15px;
    }
    .ol-list li,
    .ul-list li {
      font-size: 14px !important;
    }
    dialog {
      margin: unset;
      top: unset;
    }
    dialog[open] {
      width: 100vw !important;
      height: 100vh !important;
      left: 0 !important;
      top: 0 !important;
      max-height: unset !important;
    }
    .btn,
    .main-text span {
      font-size: 16px;
    }
    .benefit,
    .form-wrapper {
      margin-bottom: 20px;
    }
    .benefit .icons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .benefit .icons .icon-text,
    dialog[open] {
      max-width: none !important;
    }
    footer .footer-top {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    footer .footer-groups {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
    .form-wrapper {
      width: 100%;
    }
    .header_top {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      gap: 20px;
    }
    .header_top .description,
    .header_top .social:not(.burger-menu_social) {
      display: none;
    }
    .header_top .header-buttons {
      margin-left: auto;
      margin-right: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .header_top .groups-main {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .social-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .about h1,
    .main-text .title-h1 {
      font-size: 40px;
    }
    .main-text h2 {
      font-size: 36px;
    }
    .tub .tub-buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .tub .tub-content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }
    .tub .tub-content a:last-of-type {
      margin-left: unset;
    }
    .tub .tub-content .ul-list {
      width: 100%;
    }
    .tub .ul-list {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
    }
    .about span,
    .tub .tub-buttons .btn-tub {
      font-size: 16px;
    }
    .classes .classes-images img:nth-of-type(5) {
      display: none;
    }
    .about-block .about-content,
    .classes .classes-articles,
    .classes .classes-articles .articles-top,
    .classes .classes-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .classes .classes-articles .ul-list:not(.bit-list) {
      width: 100%;
    }
    .about-block.bear::after,
    .about-block.bonus::after,
    .about-block.bow::after,
    .about::after,
    .classes .classes-articles .articles-bottom .articles-image {
      display: none;
    }
    .classes .classes-articles .articles-bottom .ul-list {
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset;
    }
    .about-block .about-content .about-block-right {
      padding-top: 15px;
      border-top: 1px solid #e34e72;
      -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
    }
    .block-title {
      font-size: 36px !important;
    }
  }
  @media (max-width: 768px) {

    .benefit .images,
    .classes .classes-images {
        flex-wrap: wrap;
        justify-content: center;
    }
    .classes .classes-images a,
    .benefit .images a {
        display: flex;
        justify-content: center;
        width: 47%;
    }
    .form-wrapper .form .form-info .input {
      font-size: 15px;
      height: 38px;
    }
    .header_top {
      gap: 10px;
    }
    .header_top .burger {
      display: block;
    }
    .header_top .btn:not(.btn-burger) {
      display: none;
    }
    .header_top .groups {
      gap: 6px;
    }
    .header_top .groups-main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .header_top .groups .address,
    .header_top .groups .timeworks,
    .header_top .tel {
      font-size: 14px;
    }
    .social-mobile {
      display: none;
    }
  }
  @media (max-width: 675px) {
    .video {
        width: 100vw;
        position: relative;
        opacity: 1;
    }
    .main-text .title-h1 {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    #dialog-form,
    #dialog-map {
      padding: 3px;
    }
    #dialog-form,
    #dialog-info,
    #dialog-map {
      width: 100vw;
      height: 100vh;
      left: 0;
      top: 0;
    }
    #dialog-info .dialog-info-title {
      font-size: 16px;
    }
    #dialog-info .dialog-info-item {
      font-size: 14px;
    }
  }
  @media (max-width: 550px) {
    .form-wrapper .form {
        flex-direction: column;
    }
  }
  @media (max-width: 500px) {
    .about span,
    .address,
    .benefit .icons .icons-item .icon-text,
    .btn,
    .main-text span,
    .timeworks,
    .tub .tub-buttons .btn-tub,
    body {
      font-size: 14px;
    }
    footer .footer-bottom {
      margin-bottom: 45px;
    }
    .form-wrapper .form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .main-text h2,
    .map-block .wrap h2 {
      font-size: 24px;
    }
    .map-block .map iframe {
      height: 300px;
    }
    .main-text .title-h1 {
      font-size: 28px;
    }
    
    .about h1 {
      font-size: 28px;
    }
    .block-title {
      font-size: 24px !important;
    }
  }
  @media (max-width: 400px) {
    .header_top .groups-main {
      max-width: 180px;
    }
  }
  .tub-content div h3 {
    margin-bottom: 10px;
  }
  
