@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  /* src: url(../fonts/SourceSansPro-Regular.woff2) format("woff2"); */
  src: url(../fonts/SourceSansPro-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  /* src: url(../fonts/SourceSansPro-SemiBold.woff2) format("woff2"); */
  src: url(../fonts/SourceSansPro-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  /* src: url(../fonts/SourceSansPro-Bold.woff2) format("woff2"); */
  src: url(../fonts/SourceSansPro-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Vinque";
  font-display: swap;
  /* src: url(../fonts/Vinque.woff2) format("woff2"); */
  src: url(../fonts/Vinque.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.page {
  font-family: "Source Sans Pro";
}

.page__container {
  margin: 0 auto;
  padding: 0 15%;
}

.subtitle {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  /* identical to box height, or 144% */
  color: #4c72f5;
}

.title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #020334;
  padding-top: 5px;
  max-width: 390px;
}

.header {
  -webkit-box-shadow: 0px 5px 24px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 24px 1px rgba(0, 0, 0, 0.08);
  background: #fff;
  position: relative;
}

.header__container {
  margin: 0 auto;
  padding: 15px 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo__icon {
  background-image: url(../img/icons/header-logo.svg);
  width: 35px;
  height: 47px;
  background-repeat: no-repeat;
}

.logo__title {
  font-family: "Vinque";
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -0.04em;
  color: #091524;
  padding-left: 10px;
}

.logo.logo_footer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.logo.logo_footer .logo__icon {
  background-image: url(../img/icons/footer-logo.svg);
}

.logo.logo_footer .logo__title {
  color: #f8fbff;
}

.nav__button {
  padding: 10px;
  border: 2px solid #ebebef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  outline: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  font-variant: small-caps;
  background-color: inherit;
  color: #091524;
  text-transform: uppercase;
  width: 100px;
}

.nav__button span {
  font-size: 16px;
}

.nav__button:hover {
  cursor: pointer;
  border: 2px solid #4C72F5;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu li {
  margin-right: 60px;
}

.menu li:last-child {
  margin-right: 0;
}

.menu__link {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #091524;
}

.menu__link:hover {
  cursor: pointer;
  color: #4C72F5;
}

.nav.nav_open .nav__button {
  background-color: #4C72F5;
  color: #fff;
}

.nav.nav_open .menu {
  position: absolute;
  top: 100%;
  left: 20px;
  right: 20px;
  border-top: 2px solid #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.nav.nav_open .menu li {
  margin-right: 0;
  padding: 12px;
  border-bottom: 2px solid #f8f8f8;
  width: 100%;
}

.nav.nav_open .menu li:last-child {
  border-bottom: none;
}

.nav.nav_open .menu__link {
  width: 100%;
  display: block;
  text-align: center;
}

.banner {
  height: 700px;
  background-image: url(../img/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0 15%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__title {
  max-width: 717px;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #ffffff;
}

.about {
  background: #eef1f5;
}

.about__container {
  background: #f8fbff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
          transform: translateY(-70px);
}

.about__img {
  display: block;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__info {
  padding: 44px 60px;
}

.about__top {
  margin-bottom: 20px;
}

.about__down p {
  font-size: 16px;
  line-height: 26px;
  color: #4b4c57;
  margin-bottom: 30px;
}

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

.events__container {
  margin: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.events__left {
  margin-right: 60px;
}

.events__invite {
  margin-top: 35px;
  font-size: 18px;
  line-height: 26px;
}

.events__events {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 725px;
}

.events__event {
  min-height: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 27px;
  -webkit-box-shadow: 0px 5px 24px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 24px 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 10px;
}

.events__event:last-child {
  margin-bottom: 0;
}

.events__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 25px;
  min-width: 190px;
}

.events__date p {
  text-align: center;
}

.events__info {
  position: relative;
  max-width: 445px;
  padding-left: 25px;
  border-left: 1px solid #ecedee;
}

.events__info h3 {
  padding-bottom: 5px;
  line-height: 36px !important;
}

.events__info p {
  padding-top: 5px;
}

.events__date h3,
.events__info h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.04em;
  color: #020334;
  max-width: 332px;
}

.events__date p,
.events__info p {
  font-size: 16px;
  line-height: 26px;
  color: #4b4c57;
}

.events__img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.kids {
  position: relative;
  margin-bottom: 70px;
}

.kids__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kids__top h2 {
  max-width: 100%;
}

.kids__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 61px 0 0;
  gap: 21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kids__card {
  border: 3px solid #ecedee;
  border-radius: 10px;
  padding: 28px 35px 36px;
}

.kids__card h3 {
  margin-top: 25px;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.04em;
  color: #020334;
}

.kids__card p {
  margin: 21px 0;
  font-size: 16px;
  line-height: 16px;
  color: #51525c;
}

.kids__card ul {
  list-style-type: disc;
  padding-left: 30px;
}

.kids__card ul li {
  font-size: 16px;
  line-height: 16px;
  color: #51525c;
  max-width: 200px;
  margin-bottom: 5px;
}

.kids__card ul li:last-child {
  margin-bottom: 0;
}

.kids__img {
  display: inline-block;
  width: 90px;
  height: 90px;
}

.swiper.gallery {
  padding: 0 20px;
}

.swiper.gallery .swiper-slide {
  cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
  all: initial;
}

.swiper-button-next::after,
.swiper-button-next::before,
.swiper-button-prev::after,
.swiper-button-prev::before {
  all: initial;
  content: "";
}

.media {
  margin-bottom: 17px;
}

.media__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media__title {
  margin-bottom: 27px;
}

.media__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer {
  background: #071f51;
  color: #f8fbff;
  padding: 70px 0 25px;
}

.footer__container {
  padding: 0 0 60px;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 10%;
  border-bottom: 1px solid #2a4682;
}

.footer__adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0;
}

.footer__adress p {
  font-size: 20px;
  line-height: 26px;
  max-width: 338px;
}

.footer__map-icon {
  padding-right: 12px;
}

.footer__right h3 {
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.04em;
  padding: 0 0 23px;
}

.footer__map {
  border-radius: 10px;
  height: 200px;
}

.footer__copyright {
  padding: 23px 0 0;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.footer__copyright a {
  color: #f8fbff;
  text-decoration: underline;
}

.popup {
  position: fixed;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  -o-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
}

.popup.popup_opened {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  -o-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
}

.popup__container {
  height: 100%;
  margin: 0 10%;
  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;
}

.popup__block {
  position: relative;
}

.popup .close-btn {
  position: absolute;
  content: "";
  top: -35px;
  right: -35px;
  border: none;
  outline: none;
  background: inherit;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
}

.popup__image {
  width: 30vw;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.arrow {
  display: block;
  width: 43px;
  height: 43px;
  background-image: url(../img/icons/arrow.svg);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  border: 2px solid #ebebef;
}

.arrow:first-child {
  margin-right: 10px;
}

.arrow.swiper-button-prev {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.arrow:hover {
  cursor: pointer;
  border: 2px solid #4c72f5;
}

.arrow.arrow_scroll {
  /* border: 2px solid #4c72f5; */
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  /* position: absolute; */
  position: fixed;
  background-color: white;
  bottom: 5%;
  right: 8%;
  z-index: 999;
}

@media (min-width: 1000px) {
  .nav__button {
    display: none;
  }
}

@media (max-width: 1919px) {
  .page__container {
    padding: 0 30px;
  }

  .header__container {
    padding: 15px 0;
  }

  .banner {
    padding: 0 30px;
    background-position: top center;
  }

  /* .arrow.arrow_scroll {
    bottom: -10%;
    right: 2%;
  } */
}

@media (max-width: 1385px) {
  .footer__container {
    grid-template-columns: 0.8fr 1.2fr;
  }
}

@media (max-width: 1380px) {
  .events__container {
    display: block;
  }

  .events__img {
    display: none;
  }

  .events__left {
    margin-right: 0;
  }

  .events__events {
    width: 100%;
  }

  .events__info {
    max-width: 100%;
  }

  .events__info h3 {
    max-width: 100%;
  }

  .events__event:first-child {
    border-top: 5px solid #4c72f5;
  }

  .kids__cards {
    gap: 15px;
  }
}

@media (max-width: 1280px) {
  .banner__title {
    font-size: 60px;
    line-height: 60px;
    max-width: 600px;
  }

  .about__img {
    max-width: 45%;
  }
}

@media (max-width: 1220px) {
  .footer__container {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

@media (max-width: 1200px) {
  .menu li {
    margin-right: 30px;
  }

  .popup__image {
    width: 50vw;
  }
}

@media (max-width: 1180px) {
  .kids__card {
    padding: 28px 16px 36px;
  }

  .kids__card:hover {
    border-top: 5px solid #4c72f5;
  }
}

@media (max-width: 1090px) {
  .footer__container {
    grid-template-columns: 1fr 1fr;
    gap: 5%;
  }
}

@media (max-width: 1000px) {
  .page__container {
    padding: 0 20px;
  }

  .banner {
    height: 500px;
  }

  /* .arrow.arrow_scroll {
    display: none;
  } */
}

@media (max-width: 999px) {
  .menu {
    display: none;
  }

  .kids__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer {
    padding: 35px 0 25px;
  }

  .footer__container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .popup__image {
    width: 60vw;
  }
}

@media (max-width: 768px) {
  .banner {
    padding: 0 30px;
    background-position: 65%;
  }

  .banner__title {
    font-size: 50px;
    line-height: 50px;
    max-width: 475px;
  }

  .events__container {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .about {
    background: #f8fbff;
  }

  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about__img {
    max-width: 100%;
    border-radius: 8px;
  }

  .about__info {
    padding: 44px 0 0;
  }
}

@media (max-width: 700px) {
  .popup__image {
    width: 70vw;
  }
}

@media (max-width: 650px) {
  .subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .title {
    font-size: 34px;
    line-height: 34px;
  }

  .logo__icon {
    width: 30px;
    height: 40px;
    background-size: 30px 40px;
  }

  .logo__title {
    font-size: 20px;
    line-height: 20px;
  }

  .banner__title {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
  }

  .events__event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 35px 25px;
  }

  .events__date {
    padding-right: 0;
  }

  .events__date h3 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 3px;
  }

  .events__date p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 15px;
  }

  .events__info {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #ecedee;
  }

  .events__info h3 {
    font-size: 20px;
    line-height: 20px !important;
  }

  .events__info p {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 11px;
  }
}

@media (max-width: 600px) {
  .popup__image {
    width: 80vw;
  }
}

@media (max-width: 595px) {
  .kids__cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .kids__top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .kids__top h2 {
    max-width: 70%;
  }
}

@media (max-width: 480px) {
  .footer__adress p {
    font-size: 18px;
    line-height: 26px;
  }

  .footer__right h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .footer__copyright {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 450px) {
  .logo__title:not(.logo.logo_footer .logo__title) {
    max-width: 190px;
  }

  .media__arrows {
    display: none;
  }
}

@media (max-width: 375px) {
  .logo__title:not(.logo.logo_footer .logo__title) {
    font-size: 18px;
    max-width: 145px;
  }
}

@media (max-width: 374px) {
  .page__container {
    padding: 0 10px;
  }

  .logo__title:not(.logo.logo_footer .logo__title) {
    max-width: 170px;
  }

  .nav__button {
    padding: 10px 5px;
    width: 90px;
    font-size: 16px;
  }
}