@font-face {
  font-family: 'Stolzl-Regular';
  src: url('../fonts/Stolzl-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Stolzl-Regular.otf') format('opentype'), url('../fonts/Stolzl-Regular.woff') format('woff'), url('../fonts/Stolzl-Regular.ttf') format('truetype'), url('../fonts/Stolzl-Regular.svg#Stolzl-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Stolzl-Medium';
  src: url('../fonts/Stolzl-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Stolzl-Medium.otf') format('opentype'), url('../fonts/Stolzl-Medium.woff') format('woff'), url('../fonts/Stolzl-Medium.ttf') format('truetype'), url('../fonts/Stolzl-Medium.svg#Stolzl-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'StolzM-Bold';
  src: url('../fonts/StolzM-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/StolzM-Bold.otf') format('opentype'), url('../fonts/StolzM-Bold.woff') format('woff'), url('../fonts/StolzM-Bold.ttf') format('truetype'), url('../fonts/StolzM-Bold.svg#StolzM-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Stolzl-Bold';
  src: url('../fonts/Stolzl-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Stolzl-Bold.otf') format('opentype'), url('../fonts/Stolzl-Bold.woff') format('woff'), url('../fonts/Stolzl-Bold.ttf') format('truetype'), url('../fonts/Stolzl-Bold.svg#Stolzl-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'StolzM-BoldCondensed';
  src: url('../fonts/StolzM-BoldCondensed.eot?#iefix') format('embedded-opentype'), url('../fonts/StolzM-BoldCondensed.otf') format('opentype'), url('../fonts/StolzM-BoldCondensed.woff') format('woff'), url('../fonts/StolzM-BoldCondensed.ttf') format('truetype'), url('../fonts/StolzM-BoldCondensed.svg#StolzM-BoldCondensed') format('svg');
  font-weight: normal;
  font-style: normal;
}
.padding-mobile {
  padding-left: 1rem;
  padding-right: 1rem;
}
.yellow {
  color: #fee74c;
}
.u-top-margin-small {
  margin-top: 2rem;
}
.u-top-margin-middle {
  margin-top: 4rem;
}
.u-top-margin-big {
  margin-top: 8rem;
}
.u-top-margin-bigger {
  margin-top: 14rem;
}
.u-bot-margin-small {
  margin-bottom: 2rem;
}
.u-bot-margin-middle {
  margin-bottom: 4rem;
}
.u-bot-margin-big {
  margin-bottom: 8rem;
}
.u-bot-margin-bigger {
  margin-bottom: 14rem;
}
.margin-inline-auto {
  margin-inline: auto;
}
.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.font-size-2 {
  font-size: 30px;
}
.font-size-3 {
  font-size: 25px;
}
.responsive {
  width: 100%;
  height: auto;
}
.hidden {
  visibility: hidden;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}
*,
::after,
::before {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}
html {
  font-size: 62.5%;
}
@media (max-width: 878px) {
  html {
    font-size: 50%;
  }
}
.clearfix:after {
  content: '';
  clear: both;
  display: table;
}
.absCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body {
  font-family: 'Stolzl-Regular', sans-serif;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  position: relative;
}
.total_wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.site_wrapper {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.inner_wrapper {
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
}
.outer_wrapper {
  width: 100vw;
  overflow-x: hidden;
}
.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
  gap: 5px;
}
@media (min-width: 878px) {
  .header {
    row-gap: 5px;
  }
}
@media (max-width: 1400px) {
  .header {
    padding: 1rem;
  }
}
@media (max-width: 416px) {
  .header .header__logo__a__img {
    width: 100%;
    max-width: 160px;
  }
}
.header__label {
  text-align: center;
  border: 0.1rem solid black;
  padding: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.header__nav > * {
  margin: 5px;
}
.header__nav li a {
  color: black;
}
.header__nav li a:hover {
  text-decoration: none;
}
@media (max-width: 1400px) {
  .header__nav {
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #ffffff;
    width: 20rem;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(-25rem);
    box-sizing: border-box;
  }
}
.header__nav__ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1400px) {
  .header__nav__ul {
    display: block;
  }
}
.header__nav__ul__li {
  display: inline-block;
  padding: 20px 5px;
  position: relative;
  z-index: 4;
  font-size: 14px;
}
.header__nav__ul__li:hover .header__nav__ul__li__a {
  border-bottom: 0.4rem solid #ff0000;
}
@media (max-width: 1400px) {
  .header__nav__ul__li {
    display: block;
    padding: 1rem;
  }
  .header__nav__ul__li:hover .header__nav__ul__li__a {
    border-bottom: 0.4rem solid transparent;
  }
}
.header__nav__ul__li__a {
  padding-bottom: 0.3rem;
  border-bottom: 0.4rem solid transparent;
}
@media (max-width: 1400px) {
  .header__nav__ul__li__a {
    border-bottom: none;
  }
  .header__nav__ul__li__a:hover {
    border-bottom: none;
  }
}
.dropdown {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2rem;
}
.dropdown li a {
  color: black;
}
.dropdown li a:hover {
  background-color: #ff0000;
  color: white;
}
.dropdown li a.important {
  background-color: #7fa9e5;
}
.dropdown li a.important:hover {
  background-color: #ff0000;
}
.dropdown li a.important2 {
  background-color: orange;
}
.dropdown li a.important2:hover {
  background-color: #ff0000;
}
.dropdown li a.important3 {
  background-color: #32a858;
}
.dropdown li a.important3:hover {
  background-color: #32a858;
}
.dropdown li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 1.2rem;
  width: 18rem;
  background-color: #fee74c;
  border-bottom: 0.2rem solid #fff;
}
@media (max-width: 1400px) {
  .dropdown {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 2rem;
  }
  .dropdown a {
    margin: 0;
    padding: 0;
  }
}
.dropdown-trigger:hover .dropdown {
  display: block;
}
.header__logo__a__img {
  width: 100%;
  max-width: 270px;
}
@media (max-width: 1400px) {
  .header__logo__a {
    max-width: 25rem;
  }
}
@media (max-width: 321px) {
  .header__logo__a {
    max-width: none;
    flex: 1 1 auto;
  }
}
.header__hamburger {
  background-color: #ff0000;
  display: none;
}
@media (max-width: 1400px) {
  .header__hamburger {
    display: block;
  }
}
.video-bg {
  width: 100%;
  max-height: 70rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 878px) {
  .video-bg {
    background-image: url('/img/web.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 550px;
  }
  .video-bg video {
    display: none;
  }
}
.video-bg__black {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-bg__black .video-bg__content {
  text-align: center;
}
.video-bg__black .video-bg__content .inv-logo {
  display: block;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 4rem;
  width: 100%;
  max-width: 40rem;
  height: auto;
}
.video-bg__black .video-bg__content h1 {
  color: #ffffff;
  font-size: 3.9rem;
  font-family: 'Stolzl-Medium', sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}
.video-bg__black .video-bg__content h1 .smaller {
  font-size: 2rem;
  display: inline-block;
  line-height: 150%;
  font-weight: 400;
  font-family: 'Stolzl-Regular', sans-serif;
}
.video-bg__black .video-bg__content h1 .smaller b {
  font-family: 'Stolzl-Medium', sans-serif;
  font-size: 4rem;
}
@media (max-width: 1396px) {
  .video-bg__black .video-bg__content h1 {
    font-size: 2.5rem;
    width: 90vw;
  }
  .video-bg__black .video-bg__content h1 .smaller {
    font-size: 2rem;
  }
  .video-bg__black .video-bg__content h1 .smaller b {
    font-size: 2.2rem;
  }
}
.btn-singup {
  display: inline-block;
  padding: 2rem 3rem;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 2.5rem;
  border-radius: 1.5rem;
}
.btn-singup.solid:hover {
  background-color: #ff0000;
}
.btn-singup:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #32a858;
}
@media (max-width: 878px) {
  .btn-singup {
    font-size: 2rem;
  }
}
.btn-singup-yellow {
  background: #fee74c;
  color: #000;
}
.btn-singup-green {
  background: #32a858;
  color: #fff;
}
.btn-singup-blue {
  background: #006fb9;
  color: #fff;
}
.btn-singup-small {
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 1.5rem;
  font-size: 14px;
}
.btn-singup-small.btn-singup-small_blue {
  background-color: #006fb9;
}
.btn-singup-small:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #32a858;
}
@media (max-width: 878px) {
  .btn-singup-small {
    font-size: 2rem;
  }
}
.general_statistics {
  background-color: #fee74c;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
  text-align: center;
  position: relative;
  z-index: 3;
}
.general_statistics__item {
  width: 16.7rem;
  transition: all 0.25s ease;
  backface-visibility: hidden;
}
.general_statistics__item img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1.5rem;
}
.general_statistics__item:hover {
  transform: scale(1.1);
}
.general_statistics:after {
  content: '';
  width: 8rem;
  height: 8rem;
  background-color: #fee74c;
  position: absolute;
  left: 46%;
  bottom: 0;
  transform: translateY(46%) rotate(45deg);
  z-index: -1;
}
@media (max-width: 878px) {
  .general_statistics:after {
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
@media (max-width: 1200px) {
  .general_statistics {
    transform: translateY(0);
  }
}
@media (max-width: 878px) {
  .general_statistics {
    transform: translateY(0);
  }
  .general_statistics__item img {
    height: 5rem;
  }
}
h2.pre-study_for {
  margin-bottom: 4rem;
  margin-top: 8rem;
  font-size: 3rem;
}
@media (max-width: 878px) {
  h2.pre-study_for {
    font-size: 2.7rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.study_for {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 110rem;
  margin: 0 auto;
}
.study_for__item {
  max-width: 28rem;
  transition: all 0.25s ease;
  margin-bottom: 2rem;
}
.study_for__item img {
  width: 28rem;
}
.study_for__item ul {
  list-style: none;
}
.study_for__item li {
  min-height: 6rem;
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 1rem;
}
.study_for__item li:before {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  background-color: #fee74c;
  left: -2rem;
  top: 0.6rem;
}
.study_for__item:hover {
  transform: translateY(-3%);
}
.study_for__item:nth-child(3) .btn-singup:hover {
  background-color: #006fb9;
}
.study_for__item-fr {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
}
.study_for__item-fr .study_for__item-inner {
  justify-self: flex-start;
}
.study_for__item-fr .btn-holder {
  justify-self: flex-end;
}
@media (max-width: 878px) {
  .study_for {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
  }
}
.btn-holder {
  text-align: center;
}
@media (max-width: 878px) {
  .sec-img-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.sec-img-full-stem {
  max-width: 80rem;
  margin: 0 auto;
}
h2 {
  font-size: 4.5rem;
  text-align: center;
  color: #000;
  font-family: 'Stolzl-Bold', sans-serif;
}
@media (max-width: 878px) {
  h2 {
    font-size: 3rem;
  }
}
h6 {
  font-size: 3.5rem;
  text-align: center;
  color: #333;
  font-family: 'Stolzl-Bold', sans-serif;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (max-width: 878px) {
  h6 {
    font-size: 2.5rem;
  }
}
.testimonials {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.testimonials__item {
  display: flex;
  justify-content: space-around;
  width: 45%;
  margin-bottom: 4rem;
}
.testimonials__item__inner1 img {
  width: 15rem;
  border-radius: 50%;
  margin-right: 5rem;
}
.testimonials__item__inner2__name {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #ff0000;
}
@media (max-width: 878px) {
  .testimonials__item {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.competencies {
  display: flex;
  justify-content: space-around;
}
.competencies__item__cell {
  max-width: 38rem;
}
.competencies__item__cell__heading {
  font-weight: bold;
  font-family: 'Stolzl-Bold', sans-serif;
  font-size: 2.2rem;
}
.competencies__item:nth-child(1) {
  text-align: right;
  margin-right: 2rem;
}
@media (max-width: 878px) {
  .competencies__item:nth-child(2) {
    display: none;
  }
}
.competencies__item:nth-child(3) {
  margin-left: 2rem;
}
@media (max-width: 878px) {
  .competencies {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }
  .competencies::after {
    content: "";
    background-image: url('/img/pacman-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
}
.trial-field {
  position: relative;
}
.trial-field img {
  margin-right: 0;
  margin-left: auto;
  display: block;
}
.trial-field__container {
  background-color: #006fb9;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.trial-field__container__item p {
  font-size: 2.6rem;
  line-height: 200%;
}
@media (max-width: 878px) {
  .trial-field img {
    width: 8rem;
  }
  .trial-field__container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .trial-field__container__item p {
    font-size: 2rem;
    line-height: 175%;
  }
}
.partners {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.partners img {
  width: 190px;
  object-fit: contain;
}
.partners img:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 878px) {
  .partners {
    justify-content: space-around;
  }
}
.footer {
  background-color: #006fb9;
  color: white;
  position: relative;
  padding-bottom: 2rem;
  z-index: 3;
}
.footer-decoration {
  position: absolute;
  display: block;
}
.footer-decoration:nth-child(1) {
  transform: translateY(-49%);
}
.footer-decoration:nth-child(2) {
  transform: translateY(-49%);
  right: 0;
}
@media (max-width: 878px) {
  .footer-decoration {
    width: 15rem;
  }
}
.footer__content {
  padding-top: 7rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem;
  column-gap: 1rem;
}
.footer__content a {
  color: white;
}
.footer__content a:hover {
  color: white;
}
.footer__content img {
  width: 3rem;
}
.footer__content ul {
  list-style: none;
}
.footer__content ul li {
  min-height: 3rem;
}
@media (max-width: 878px) {
  .footer__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.modal__heading {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.trial-form .input-data {
  display: block;
  height: 50px;
  color: #000;
  font-size: 18px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: 'Stolzl-Regular', sans-serif;
  width: 100%;
  box-sizing: border-box;
}
.trial-form select {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  color: #333;
  font-size: 18px;
  position: relative;
  padding-right: 55px;
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
  border: 1px solid #ebebeb;
  background: #fff;
  padding-left: 15px;
  font-family: 'Stolzl-Regular', sans-serif;
  text-align: left;
}
.trial-form textarea {
  width: 100%;
  color: #333;
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
  border: 1px solid #ebebeb;
  padding: 10px;
}
.trial-form .submit {
  width: 100%;
  background-color: #ff0000;
  color: white;
  height: 50px;
  border-radius: 1.5rem;
  text-transform: uppercase;
  border-color: transparent;
  outline: transparent;
}
.form_status {
  text-align: center;
  margin-top: 2rem;
}
.main_other {
  min-height: 40rem;
  margin-top: 6rem;
  background-image: url(https://inventor.com.ua/css/images/elements_right.png), url(//inventor.com.ua/css/images/elements_left.png);
  background-repeat: repeat-y, repeat-y;
  background-position: top 20rem right, top 20rem left;
}
@media (max-width: 1400px) {
  .main_other {
    background-image: none;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow-x: hidden;
  }
}
h1 {
  text-align: center;
  font-size: 4.5rem;
  font-family: 'Stolzl-Bold', sans-serif;
  margin-bottom: 4rem;
}
@media (max-width: 878px) {
  h1 {
    font-size: 3.3rem;
  }
}
.subtitle {
  text-align: center;
  font-size: 2.5rem;
}
.narration {
  font-size: 1.9rem;
  line-height: 180%;
}
@media (max-width: 878px) {
  .narration {
    font-size: 1.4rem;
    line-height: 150%;
  }
}
.narration-big {
  font-size: 3.2rem;
  line-height: 180%;
}
@media (max-width: 878px) {
  .narration-big {
    font-size: 2.2rem;
    line-height: 150%;
  }
}
.story img {
  float: left;
  margin-top: -3rem;
  display: block;
  margin-right: 1rem;
  margin-bottom: 0.1rem;
}
.story img:after {
  content: '';
  clear: both;
  display: table;
}
@media (max-width: 878px) {
  .story img {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.contacts h3 {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: 2.5rem;
}
.contacts iframe {
  display: block;
  width: 100%;
  max-width: 95rem;
  height: 45rem;
  margin: 0 auto;
  padding: 1rem;
  border: 0.1rem solid #e5e5e5;
}
.contacts ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.contacts ul li {
  min-height: 5rem;
  width: 45%;
  transition: all 0.25s ease;
}
.contacts ul li:hover {
  transform: translateX(1rem);
  opacity: 0.8;
}
.contacts ul li img {
  height: 3rem;
  width: 3rem;
  display: inline-block;
  margin-right: 2rem;
}
@media (max-width: 878px) {
  .contacts ul {
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }
  .contacts ul li {
    width: 100%;
  }
}
.hr-header {
  padding: 0;
  margin: 0;
}
.ul_squares {
  list-style: none;
}
.ul_squares li {
  position: relative;
}
.ul_squares li:before {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  transform: translateY(50%);
  left: -2rem;
  background-color: #fee74c;
}
.ul_squares-blue {
  list-style: none;
}
.ul_squares-blue li {
  position: relative;
}
.ul_squares-blue li:before {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  transform: translateY(50%);
  left: -2rem;
  background-color: #fee74c;
}
.ul_squares-blue li:before {
  background-color: #006fb9;
}
.sale_packages h3 {
  font-size: 2.5rem;
  text-align: center;
}
.sale_packages__container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  padding-top: 4rem;
}
.sale_packages__container__item {
  width: 30rem;
  margin-bottom: 3rem;
  margin-right: 3rem;
  margin-left: 3rem;
}
.sale_packages__container__item-subheading {
  text-align: center;
  font-size: 1.4rem;
  line-height: 130%;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-bottom: 0.1rem solid black;
}
.sale_packages__container__item ul {
  list-style: none;
  min-height: 27rem;
}
.sale_packages__container__item ul li {
  padding: 1rem;
}
.sale_packages__container__item ul li:nth-child(odd) {
  background-color: #ebebeb;
}
.sale_packages__container__item ul li b {
  text-align: center;
  display: block;
  color: #ff0000;
}
.sale_packages__container__item-price {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
}
.sale_packages__container__item-price em {
  text-decoration: line-through;
  font-size: 1.4rem;
}
.sale_packages__container__item-price span {
  display: block;
  font-weight: 300;
  font-size: 1.3rem;
}
.sale_packages__container__item-purchase {
  text-align: center;
  border: 0.1rem solid #006fb9;
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: white;
  text-decoration: none;
  background-color: #006fb9;
  transition: all 0.25s ease-out;
}
.sale_packages__container__item-purchase:hover {
  opacity: 0.8;
  color: white;
  text-decoration: none;
}
@media (max-width: 878px) {
  .sale_packages h3 {
    font-size: 2rem;
  }
  .sale_packages__container {
    flex-direction: column;
    align-items: center;
  }
  .sale_packages__container__item ul {
    min-height: 0;
    height: auto;
  }
}
.steps {
  background-image: url('/img/test_empty1-02.png');
  background-position: top center;
  background-repeat: repeat;
  background-size: contain;
  max-width: 80rem;
  margin: 0 auto;
}
.steps__item {
  margin: 3rem;
  background-color: white;
  box-shadow: 0 0 0.5rem 0.4rem rgba(0, 0, 0, 0.3);
  width: 35%;
  padding: 2rem;
  border-radius: 1.5rem;
  display: block;
  transition: all 0.25s ease-in-out;
}
.steps__item b {
  font-size: 2rem;
}
.steps__item:hover {
  transform: translateY(-0.5rem);
}
.steps__item:nth-child(even) {
  margin-left: 0;
  margin-right: auto;
}
.steps__item:nth-child(odd) {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 878px) {
  .steps {
    background-size: cover;
  }
  .steps__item {
    width: 85%;
  }
  .steps__item:nth-child(even) {
    margin: 1rem;
  }
  .steps__item:nth-child(odd) {
    margin: 1rem;
  }
}
.roborise_steps {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  border-bottom: 0.1rem solid #ebebeb;
  padding-bottom: 2rem;
  margin-top: 2rem;
}
.roborise_steps__item:nth-child(1) {
  width: 10%;
}
.roborise_steps__item:nth-child(2) {
  width: 25%;
}
.roborise_steps__item:nth-child(2) h6 {
  font-size: 2.5rem;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 2rem;
}
.roborise_steps__item:nth-child(3) {
  width: 45%;
}
.roborise_steps:last-child {
  border-bottom: transparent;
}
@media (max-width: 878px) {
  .roborise_steps__item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .roborise_steps__item:nth-child(1) {
    width: 20%;
    padding-bottom: 2rem;
  }
  .roborise_steps__item:nth-child(2) {
    width: 75%;
  }
  .roborise_steps__item:nth-child(3) {
    width: 100%;
  }
}
.advantages_list {
  display: flex;
  justify-content: space-around;
  width: 100%;
  background-color: #fee74c;
  padding-top: 2rem;
}
.advantages_list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 20rem;
}
.advantages_list__item img {
  height: 4rem;
  padding-bottom: 2rem;
}
.advantages_list__item p {
  text-align: center;
}
@media (max-width: 878px) {
  .advantages_list {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.banner-bg {
  background-image: url(../img/mobile_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -101rem;
  color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 2;
  position: relative;
}
.banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
@media (max-width: 972px) {
  .banner-bg {
    background-image: none;
    background-color: #006fb9;
  }
  .banner-bg:before {
    content: '';
    display: none;
  }
}
.our_programs {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.our_programs__item {
  color: black;
  text-decoration: none;
  padding: 3rem 4rem;
  border: 0.1rem solid #333333;
  border-radius: 1.5rem;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.our_programs__item:hover {
  background-color: #006fb9;
  color: white;
  text-decoration: none;
  border: 0.1rem solid transparent;
}
.readMore-content {
  display: none;
}
.small-note {
  font-size: 1.2rem;
}
.course {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.course:nth-child(odd) .course__item:nth-child(1) {
  order: 2;
}
.course__item {
  width: 48%;
}
.course__item h3 {
  font-size: 3.8rem;
  font-weight: 600;
  font-family: 'Stolzl-Medium', sans-serif;
  text-align: center;
  margin-bottom: 4rem;
}
.course__item h4 {
  font-size: 2.5rem;
  font-weight: 600;
}
.course__item h4:nth-of-type(1) {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.course__item h4:nth-of-type(2),
.course__item h4:nth-last-of-type(3) {
  margin-top: 2rem;
}
.course__item-img {
  display: block;
  width: 100%;
  max-width: 440px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.course__item .btn-singup {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  outline: 0.1rem solid #ffffff;
}
@media (max-width: 1109px) {
  .course {
    flex-direction: column;
  }
  .course__item {
    width: 100%;
  }
  .course__item-img {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
.ul-brick {
  list-style-type: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 3rem;
}
.ul-brick li {
  position: relative;
  font-size: 18px;
  line-height: 150%;
}
.ul-brick li:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: -30px;
  display: block;
}
@media (max-width: 1462px) {
  .ul-brick li {
    font-size: 16px;
    margin-bottom: 7px;
    padding-left: 4rem;
  }
  .ul-brick li:before {
    content: '';
    left: 0;
  }
}
.ul-brick-green li:before {
  content: '';
  background-image: url('../img/bullet_brick1a.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.ul-brick-yellow li:before {
  content: '';
  background-image: url('../img/bullet_brick1.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.ul-brick-blue li:before {
  content: '';
  background-image: url('../img/bullet_brick2.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.img-contain240-210 {
  width: 240px;
  height: 210px;
  object-fit: cover;
}
@media (max-width: 1204px) {
  .img-contain240-210 {
    width: 100%;
    display: block;
    height: auto;
  }
}
.lightshot {
  display: none;
}
.lightshot:target {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
}
.lightshot:target img {
  display: block;
  position: relative;
  max-height: 80vh;
  margin-top: 5vh;
  padding-right: 2vw;
  padding-left: 2vw;
  max-width: 96vw;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.methodology_subheading {
  font-size: 3rem;
  font-family: 'Stolzl-Regular', sans-serif;
  margin-bottom: 2rem;
}
.img-contain340-290 {
  width: 340px;
  height: 290px;
  object-fit: cover;
}
@media (max-width: 1204px) {
  .img-contain340-290 {
    width: 100%;
    display: block;
    height: auto;
  }
}
#thanksImg {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 15px auto;
}
@media (max-width: 400px) {
  #thanksImg {
    max-width: 150px;
  }
}
.cookies {
  display: none;
  transition: all 1s ease;
  opacity: 0;
  transform: translateY(-125%);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  box-shadow: -5px -5px 5px #eee;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cookies p {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 2rem 0 0;
}
.cookies-btn {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-right: 2rem;
}
.cookies-btn button {
  background-color: #32a858;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 1.5rem;
  border: transparent;
  box-shadow: 0 0 1rem #32a858;
}
.cookies.active {
  transition: all 1s ease;
  display: block;
  transform: translateY(0);
  opacity: 1;
  z-index: 500;
}
.teachers-imgs {
  display: flex;
  justify-content: space-between;
}
.teachers-imgs a {
  width: 49%;
}
.teachers-imgs img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 50rem;
}
.p-subhead {
  font-size: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}
.p-bigger {
  font-size: 1.8rem;
  line-height: 150%;
}
.highlight {
  display: inline-block;
  padding: 10px;
  background-color: #fee74c;
}
.highlight-opacity-md {
  display: inline-block;
  padding: 10px;
  background-color: #fee74c;
  background-color: rgba(254, 231, 76, 0.35);
}
.highlight-2 {
  display: inline-block;
  padding: 10px;
  background-color: #fee74c;
  background-color: #ffa500;
}
.highlight-2-opacity-md {
  display: inline-block;
  padding: 10px;
  background-color: #fee74c;
  background-color: rgba(255, 165, 0, 0.35);
}
.camp-spacing {
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
}
.camp-front {
  padding-top: 13.3rem;
  padding-bottom: 17.3rem;
  background-image: url('../img/camp_bg1b.png');
  background-position-x: 50%;
  background-position-y: -2.4rem;
  background-repeat: no-repeat;
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
}
.camp-front.camp-front-afterschool {
  background-image: url('../img/camp_bg1с.png');
}
.camp-front.camp-front-afterschool_activities {
  background-image: url('../img/camp_bg1d.png');
  background-position: top 25px right;
}
@media (max-width: 1116px) {
  .camp-front.camp-front-afterschool_activities {
    background-position: top left;
  }
}
@media (min-width: 1116px) {
  .camp-front.camp-front-afterschool_activities .btn-singup {
    margin-top: 25px;
  }
}
@media (max-width: 1116px) {
  .camp-front.camp-front-afterschool_activities .btn-singup {
    margin-top: 25px;
  }
}
@media (max-width: 1282px) {
  .camp-front {
    background-position: top left;
  }
}
@media (max-width: 878px) {
  .camp-front {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 501px) {
  .camp-front {
    background-image: none;
  }
}
.camp-front__headings {
  max-width: 79rem;
}
.camp-front__headings h1 {
  font: 700 90px/120% 'Stolzl-Bold', sans-serif;
  text-align: left;
}
.camp-front__headings h1.h1_afterschool {
  font: 700 25px/120% 'Stolzl-Bold', sans-serif;
}
.camp-front__headings h2 {
  font: 700 20px/120% 'Stolzl-Regular', sans-serif;
  max-width: 64rem;
  text-align: left;
}
@media (max-width: 878px) {
  .camp-front__headings h2 {
    font-size: 2.5rem;
    line-height: 110%;
  }
}
.camp-front__headings h3 {
  font-size: 22px;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-top: 20px;
}
@media (max-width: 878px) {
  .camp-front__headings h3 {
    margin-block: 15px;
  }
  .camp-front__headings h3 a {
    margin-top: 10px;
  }
}
.camp-front__bubbles {
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 8.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 108.8rem;
  box-sizing: border-box;
  transform: translateX(-2rem);
}
@media (max-width: 878px) {
  .camp-front__bubbles {
    transform: translateX(0);
    justify-content: flex-start;
  }
}
@media (max-width: 521px) {
  .camp-front__bubbles {
    justify-content: center;
    background-color: #fee74c;
    padding-top: 3rem;
  }
}
.camp-front__bubbles-item {
  box-sizing: border-box;
  height: 29.1rem;
  width: 29.1rem;
  background-color: #006fb9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  filter: drop-shadow(4.48167px 4.48167px 8.96334px rgba(0, 0, 0, 0.25));
  margin-bottom: 3.3rem;
}
.camp-front__bubbles-item:nth-child(1) {
  margin-right: 6.7rem;
}
.camp-front__bubbles-item:nth-child(2) {
  margin-right: 6.7rem;
}
.camp-front__bubbles-item:nth-child(4) {
  margin-right: 6.7rem;
}
@media (min-width: 878px) {
  .camp-front__bubbles-item:nth-child(5) {
    margin-right: 6.7rem;
  }
}
.camp-front__bubbles-item p {
  box-sizing: border-box;
  color: #fff;
  font: 500 3.2rem/4rem 'Stolzl-Regular', sans-serif;
  text-align: center;
}
@media (max-width: 1052px) {
  .camp-front__bubbles-item {
    margin-right: 1.5rem;
  }
  .camp-front__bubbles-item p {
    font-size: 2.5rem;
    line-height: 150%;
  }
  .camp-front__bubbles-item:nth-child(1) {
    margin-right: 1.5rem;
  }
  .camp-front__bubbles-item:nth-child(2) {
    margin-right: 1.5rem;
  }
  .camp-front__bubbles-item:nth-child(4) {
    margin-right: 1.5rem;
  }
}
@media (max-width: 501px) {
  .camp-front__bubbles-item {
    width: 100%;
    border-radius: 0;
    height: auto;
    padding: 2rem;
  }
  .camp-front__bubbles-item br {
    display: none;
  }
}
.camp-photos {
  transform: translateY(-9rem);
  background-image: url(../img/camp_bg2.png);
  background-repeat: no-repeat;
  background-position-y: 54.7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
}
@media (max-width: 1005px) {
  .camp-photos {
    flex-direction: column;
    background-image: none;
  }
}
.camp-photos__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 1005px) {
  .camp-photos__item {
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.camp-photos__item .photo {
  position: relative;
}
@media (max-width: 1005px) {
  .camp-photos__item .photo {
    order: 1;
  }
  .camp-photos__item .photo img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 60rem;
    margin: 1.5rem auto;
  }
}
.camp-photos__item .text {
  position: relative;
}
@media (max-width: 1005px) {
  .camp-photos__item .text {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.camp-photos__item .sign {
  position: relative;
}
.camp-photos__item .sign:before {
  content: '';
  position: absolute;
  width: 22.384rem;
  height: 22.384rem;
  display: block;
  top: -1.5rem;
  left: 1.5rem;
  z-index: -1;
  border: 6.28444rem solid #32a858;
  box-sizing: border-box;
  border-radius: 111.922px;
}
.camp-photos__item .sign .word1 {
  font: 700 2.8rem/3.5rem 'Stolzl-Medium', sans-serif;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
  margin-left: 2rem;
  padding-bottom: 0.5rem;
}
.camp-photos__item .sign .word2 {
  font: 700 16rem/12rem 'StolzM-BoldCondensed', sans-serif;
  margin-bottom: 0;
}
.camp-photos__item .sign .word3 {
  font: 700 2.8rem/3.5rem 'Stolzl-Medium', sans-serif;
  margin-left: 4rem;
  letter-spacing: 0.2rem;
}
.camp-photos__item .sign .subtitle {
  font: 400 1.6rem/4rem 'Stolzl-Regular', sans-serif;
  margin-top: 3.5rem;
  max-width: 27rem;
  text-align: left;
  margin-left: 4.4rem;
}
.camp-photos__item .desc {
  font: 400 1.6rem/3.2rem 'Stolzl-Regular', sans-serif;
}
.camp-photos__item .desc.desc-afterschool em {
  display: block;
  background-color: #fee74c;
  padding: 1.5rem 1.5rem;
  border-radius: 1.5rem;
  border: 1rem solid #32a858;
  font-style: normal;
  text-align: left;
}
.camp-photos__item .desc .a-reg {
  font-size: 1.9rem;
  background-color: #ff0000;
  color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 1.5rem;
  display: inline-block;
  margin: 0.5rem;
}
.camp-photos__item .desc .a-reg:hover {
  text-decoration: none;
  background-color: #32a858;
}
.camp-photos__item:nth-child(1) {
  margin-top: 4rem;
}
.camp-photos__item:nth-child(1) .photo:after {
  content: '';
  position: absolute;
  width: 7.9rem;
  height: 18.4rem;
  background-image: url(../img/camp_lines.svg);
  bottom: -9rem;
  left: 35%;
}
@media (max-width: 1005px) {
  .camp-photos__item:nth-child(1) .photo:after {
    display: none;
  }
}
.camp-photos__item:nth-child(1) .sign {
  transform: translateX(-4.5rem);
}
@media (max-width: 1005px) {
  .camp-photos__item:nth-child(1) .sign {
    transform: translate(0);
  }
}
.camp-photos__item:nth-child(1) .desc {
  margin-top: 3rem;
}
.camp-photos__item:nth-child(2) .sign {
  position: absolute;
  top: 0;
  right: -5rem;
  z-index: 2;
  max-width: 26.8rem;
}
.camp-photos__item:nth-child(2) .sign:before {
  border-color: #fee74c;
}
@media (max-width: 1005px) {
  .camp-photos__item:nth-child(2) .sign {
    position: relative;
  }
}
.camp-photos__item:nth-child(2) .desc {
  padding-top: 30rem;
}
@media (max-width: 1005px) {
  .camp-photos__item:nth-child(2) .desc {
    padding-top: 2rem;
  }
}
.camp-photos__item:nth-child(3) .sign {
  transform: translateX(-6rem);
}
.camp-photos__item:nth-child(3) .sign:before {
  border-color: #ff0000;
  transform: translateX(1rem);
}
@media (max-width: 1005px) {
  .camp-photos__item:nth-child(3) .sign {
    transform: translate(0);
  }
  .camp-photos__item:nth-child(3) .sign:before {
    transform: translate(0);
  }
}
.camp-photos__item:nth-child(3) .text {
  transform: translateY(5rem);
}
@media (max-width: 1005px) {
  .camp-photos__item:nth-child(3) .text {
    transform: translateY(0);
  }
}
.camp-photos__item:nth-child(3) .desc {
  padding-top: 2.3rem;
  transform: translateX(-1.5rem);
}
@media (max-width: 1005px) {
  .camp-photos__item:nth-child(3) .desc {
    transform: translate(0);
  }
}
.camp-photos.afterschool-photos .camp-photos__item {
  display: flex;
  align-items: center;
}
.camp-photos.afterschool-photos .camp-photos__item .text {
  text-align: center;
}
.camp-photos.afterschool-photos .camp-photos__item .text:nth-of-type(even) .sign:before {
  left: 50%;
  transform: translateX(-50%);
}
.camp-photos.afterschool-photos .camp-photos__item .text:nth-of-type(even) .subtitle {
  max-width: none;
  text-align: center;
  margin-left: 0;
}
.camp-photos.afterschool-photos .camp-photos__item .text:nth-of-type(odd) .sign {
  right: 25%;
  transform: translateX(-25%);
}
@media (max-width: 878px) {
  .camp-photos.afterschool-photos .text:nth-of-type(odd) .sign {
    right: 0 !important;
    transform: translateX(0) !important;
  }
}
.camp-schedule {
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
}
.camp-schedule h2 {
  text-align: left;
  font: 600 4.8rem/1.6rem 'Stolzl-Regular';
  padding-bottom: 6.3rem;
}
@media (max-width: 1386px) {
  .camp-schedule h2 {
    font-size: 3rem;
    line-height: 150%;
  }
}
.camp-schedule__table {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}
.camp-schedule__table-item {
  width: 30%;
}
.camp-schedule__table-item .detailed {
  align-items: center;
  font: 400 1.6rem/2rem 'Stolzl-Regular', sans-serif;
  margin-bottom: 2rem;
}
.camp-schedule__table-item .detailed .circle {
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-right: 2rem;
  background-color: #32a858;
  height: 10.2rem;
  width: 10.2rem;
  overflow: hidden;
  border-radius: 50%;
  padding: 0.8rem;
  border: 1px solid;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.camp-schedule__table-item .detailed .text {
  display: inline-block;
  width: 69%;
  vertical-align: middle;
}
@media (max-width: 1386px) {
  .camp-schedule__table-item {
    width: 50%;
  }
}
@media (max-width: 878px) {
  .camp-schedule__table {
    flex-direction: column;
  }
  .camp-schedule__table-item {
    width: 100%;
  }
}
@media (max-width: 354px) {
  .camp-schedule .detailed .circle {
    margin-right: 2rem;
  }
}
.camp-bubbles {
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
  background-image: url(../img/camp_worm_yellow1.png);
  background-position-x: 50%;
  background-repeat: no-repeat;
  padding-top: 20rem;
  transform: translateY(-10rem);
}
.camp-bubbles__holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 102.7rem;
  margin: 0 auto;
  row-gap: 2rem;
}
.camp-bubbles__holder-item {
  height: 30rem;
  width: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #32a858;
  border-radius: 50%;
}
.camp-bubbles__holder-item p {
  text-align: center;
  color: #fff;
  width: 90%;
  font-size: 12px;
}
@media (max-width: 1252px) {
  .camp-bubbles {
    padding-top: 10rem;
  }
  .camp-bubbles__holder-item {
    margin: 1rem;
    width: 100%;
    border-radius: 0;
    height: auto;
    padding: 2rem;
  }
}
.camp-prices {
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
}
@media (max-width: 878px) {
  .camp-prices h6 {
    margin-block: 20px;
  }
}
.camp-prices h2 {
  text-align: left;
  padding-bottom: 5.2rem;
  font: 500 4.8rem/150% 'Stolzl-Medium', sans-serif;
}
.camp-prices__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.camp-prices__holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.camp-prices__holder-item {
  width: fit-content;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 878px) {
}
@media (max-width: 453px) {
  .camp-prices__holder-item {
    width: 100%;
  }
}
.camp-prices__holder-item .price-container .content {
  background-color: #ff0000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
}
.camp-prices__holder-item .price-container .content .price-bold {
  display: block;
  margin: 0;
  font: 500 22px/120% 'Stolzl-Medium', sans-serif;
}
.camp-prices__holder-item .price-container .content em {
  display: block;
  margin: 0;
  text-align: center;
  font: 1.6rem/1.2rem 'Stolzl-Regular', sans-serif;
  padding-top: 2rem;
}
.camp-prices__holder-item .text-container {
  margin-left: 10px;
}
.camp-prices__holder-item .text-container h6,
.camp-prices__holder-item .text-container p {
  margin: 0;
  text-align: left;
}
.camp_offer {
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
  margin-top: 3.6rem;
  position: relative;
  z-index: 2;
}
.camp_offer:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  background-image: url(../img/camp_worm_sides1.png);
  background-position-x: 50%;
  background-repeat: no-repeat;
}
@media (max-width: 878px) {
  .camp_offer:after {
    background-size: contain;
  }
}
@media (max-width: 681px) {
  .camp_offer:after {
    background-image: none;
  }
}
.camp_offer__holder {
  padding-top: 6.1rem;
  padding-bottom: 7.2rem;
  max-width: 66.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 507px) {
  .camp_offer__holder {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.camp_offer__holder-item {
  width: 30rem;
  height: 30rem;
  background-color: #ED1C24;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 507px) {
  .camp_offer__holder-item {
    margin-bottom: 2rem;
  }
}
.camp_offer__holder-item:after {
  content: '';
  width: 9.6rem;
  height: 9.6rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/camp_yellow_start.png);
  position: absolute;
  display: block;
  top: 0;
  right: -0.5rem;
}
.camp_offer__holder-item .content .left1 {
  font: 700 3.2rem/3.2rem 'Stolzl-Bold', sans-serif;
  max-width: 14.8rem;
  padding-bottom: 1.8rem;
}
.camp_offer__holder-item .content .left2 {
  font: 700 60px/100% 'Stolzl-Bold', sans-serif;
  padding-bottom: 2.5rem;
}
.camp_offer__holder-item .content .left3 {
  font: 1.6rem/3.2rem 'Stolzl-Regular', sans-serif;
}
.camp_offer__holder-item .content .right1 {
  font: 700 3.2rem/3.2rem 'Stolzl-Regular', sans-serif;
  max-width: 16.3rem;
}
.camp_offer__holder-item .content .right2-holder {
  display: flex;
  max-width: 15.4rem;
}
.camp_offer__holder-item .content .right2-holder .right2 .price {
  display: block;
  font: 700 3.2rem/3.2rem 'Stolzl-Regular', sans-serif;
  padding-bottom: 1rem;
}
.camp_offer__holder-item .content .right2-holder .right2 .text {
  display: block;
  font: 400 1.6rem/1.6rem 'Stolzl-Regular', sans-serif;
}
.camp_conclusion {
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
  background-image: url(../img/camp_conclusion2.png);
  background-repeat: no-repeat;
  background-position: top center;
  transform: translateY(-8rem);
  margin-bottom: -16rem;
  padding-bottom: 7rem;
}
@media (min-width: 768px) {
  .camp_conclusion {
    margin-top: -100px;
  }
}
.camp_conclusion.afterschool_conclusion {
  background-image: url(../img/camp_conclusion3.png);
}
.camp_conclusion.pre-k_conclusion {
  margin-bottom: 1rem;
}
@media (max-width: 1225px) {
  .camp_conclusion {
    background-position: top right -80rem;
  }
  .camp_conclusion.afterschool_conclusion {
    background-position: top center;
  }
}
@media (max-width: 878px) {
  .camp_conclusion {
    background-image: none;
  }
  .camp_conclusion.afterschool_conclusion {
    background-image: none;
  }
}
.camp_conclusion .conclusion-discount {
  width: fit-content;
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
  margin-block: 30px;
}
@media (max-width: 768px) {
  .camp_conclusion .conclusion-discount {
    margin-block: 10px;
  }
}
.camp_conclusion .conclusion-discount strong {
  font-size: 170px;
  display: table;
  line-height: 100%;
}
@media (max-width: 768px) {
  .camp_conclusion .conclusion-discount strong {
    font-size: 50px;
  }
}
.camp_conclusion .conclusion-discount span {
  font-size: 30px;
  display: table;
  line-height: 100%;
}
@media (max-width: 768px) {
  .camp_conclusion .conclusion-discount span {
    font-size: 20px;
  }
}
.camp_conclusion h2 {
  max-width: 550px;
  text-align: left;
  font: bold 55px/120% 'Stolzl-Bold', sans-serif;
  padding-bottom: 4rem;
}
@media (max-width: 878px) {
  .camp_conclusion h2 {
    font-size: 5rem;
    line-height: 150%;
    padding-bottom: 3rem;
  }
  .camp_conclusion h2 br {
    display: none;
  }
}
.camp_conclusion .subheading {
  font: 3.2rem/4rem 'Stolzl-Bold', sans-serif;
  max-width: 450px;
  margin-bottom: 5rem;
}
@media (max-width: 878px) {
  .camp_conclusion .subheading {
    font-size: 2.5rem;
    line-height: 150%;
    margin-bottom: 4rem;
  }
}
.camp_conclusion .adress {
  text-align: center;
  font: 3.2rem/4rem 'Stolzl-Bold', sans-serif;
  background-color: #ffffff;
  border-radius: 1.5rem;
}
@media (max-width: 569px) {
  .camp_conclusion .adress {
    font-size: 2.5rem;
    line-height: 150%;
    text-align: left;
  }
}
.camp_conclusion .notification {
  display: flex;
  justify-content: space-between;
  max-width: 75rem;
}
.camp_conclusion .notification--left {
  justify-content: flex-start;
}
.camp_conclusion .notification--left .btn-notify {
  margin-inline: 0 !important;
}
@media (max-width: 569px) {
  .camp_conclusion .notification {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.camp_conclusion .notification-item {
  margin-bottom: 2rem;
  width: 100%;
}
.camp_conclusion .notification-item .btn-notify {
  background-color: #ED1C24;
  color: #fff;
  line-height: 150%;
  border-radius: 1.5rem;
  display: table;
  font: 400 3.2rem/3.2rem 'Stolzl-Regular', sans-serif;
  padding: 2rem 4rem;
  margin: 0 auto;
  transition: all 0.25s linear;
}
.camp_conclusion .notification-item .btn-notify:hover {
  transform: translateY(2px);
  text-decoration: none;
}
@media (max-width: 569px) {
  .camp_conclusion .notification-item:nth-child(3) {
    order: 1;
  }
  .camp_conclusion .notification-item:nth-child(1) {
    order: 2;
  }
}
.camp_conclusion .notification-item .big {
  font: bold 11rem 'Stolzl-Bold', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 0.45;
}
@media (max-width: 569px) {
  .camp_conclusion .notification-item .big {
    display: none;
  }
}
.camp_conclusion .notification-item .extra {
  font: 1.6rem/2rem 'Stolzl-Regular', sans-serif;
  max-width: 27rem;
  margin-top: 1.3rem;
}
.loading {
  width: 5rem;
  height: 5rem;
  background-color: #eee;
  border: 1rem solid transparent;
  border-top-color: #006fb9;
  border-radius: 50%;
  animation: loading-spin 1.75s linear infinite;
  position: relative;
}
@keyframes loading-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.camp-reg-big {
  display: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 1500px;
  margin: 0 auto;
}
.camp-reg-big:target {
  display: block;
}
.camp-reg-big h2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 3.5rem;
}
.camp-reg-big p,
.camp-reg-big h3 {
  padding: 1rem;
  display: inline-block;
  background-color: #eee;
  font-size: 2rem;
  font-weight: 600;
}
.camp-reg-big .camp-form-reg-bit-itself {
  max-width: 60rem;
}
.camp_video iframe {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .nav_active {
    transition: all 0.25s ease;
    transform: translateX(0rem);
    z-index: 20;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 1vh;
    padding-top: 1vh;
  }
}
#exampleModalOnPageLoad .modal-header {
  border-bottom: unset;
}
#exampleModalOnPageLoad .modal-body {
  padding: 20px;
  box-sizing: border-box;
}
#exampleModalOnPageLoad .modal-body p {
  line-height: 150%;
}
@media (min-width: 768px) {
  #exampleModalOnPageLoad .modal-body p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #exampleModalOnPageLoad .modal-body p {
    font-size: 18px;
  }
}
.camp-countdown {
  position: fixed;
  z-index: 9;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  font-size: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
@media (min-width: 878px) {
  .camp-countdown {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    min-width: 256px;
  }
}
@media (max-width: 878px) {
  .camp-countdown {
    font-size: 16px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin-inline: 10px;
    min-width: 210px;
  }
}
.camp-countdown__count {
  padding: 15px 10px;
  text-align: center;
  line-height: 100%;
}
@media (min-width: 878px) {
}
.camp-countdown__text {
  padding: 10px;
  border-radius: 10px;
  background: #fee74c;
}
.halloween-template-size {
  max-width: 1400px;
  box-sizing: content-box;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.halloween_setup {
  font-size: 16px;
  line-height: 2;
}
.halloween-btn-reg {
  background-color: #ff0000;
  color: #fff;
  display: table;
  border-radius: 20px;
  padding: 16px 30px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  font-family: 'StolzM-Medium', sans-serif;
  transition: transform 0.25s linear;
}
.halloween-btn-reg:hover {
  transform: translateY(3px);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 550px) {
  .halloween-btn-reg {
    font-size: 29px;
  }
}
.halloween-screen1__wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.halloween-screen1__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.halloween-screen1__container > *:not(:last-child) {
  margin-right: 5px;
  padding-bottom: 10px;
}
@media (max-width: 1120px) {
  .halloween-screen1__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }
  .halloween-screen1__container > *:not(:last-child) {
    margin-right: 0px;
    padding-bottom: 15px;
  }
}
.halloween-screen1__desc {
  width: 100%;
  max-width: 649px;
  position: relative;
  overflow: visible;
}
.halloween-screen1__desc:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 544px;
  height: 439px;
  background: url(../img/halloween/pumpkin.png) no-repeat;
  background-size: contain;
  transform: translate(167px, 181px);
  pointer-events: none;
}
@media (max-width: 520px) {
  .halloween-screen1__desc:after {
    width: 300px;
    height: 250px;
    transform: translate(50px, 310px);
  }
}
.halloween-screen1__pre-title {
  position: relative;
  z-index: 5;
}
.halloween-screen1__title {
  text-align: left;
  font-size: 90px;
  line-height: 1;
  position: relative;
  z-index: 5;
}
.halloween-screen1__title:after {
  content: '';
  position: absolute;
  display: block;
  width: 322px;
  height: 99px;
  background-image: url(../img/halloween/h1-spider-web.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 39px;
  right: 12px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1120px) {
  .halloween-screen1__title:after {
    display: none;
  }
}
@media (max-width: 1400px) {
  .halloween-screen1__title {
    font-size: calc(50 * 1px + (90 - 50) * ((100vw - 320px) / (1400 - 320)));
  }
}
.halloween-screen1__info:nth-child(2) {
  padding-top: 128px;
  position: relative;
  right: 200px;
}
@media (max-width: 1358px) {
  .halloween-screen1__info:nth-child(2) {
    right: 0px;
  }
}
.halloween-screen1__info:nth-child(2):before {
  content: '';
  display: block;
  position: absolute;
  top: -128px;
  left: -212px;
  width: 740px;
  height: 740px;
  background-image: url('../img/halloween/yellow-circle.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.halloween-screen1__info:nth-child(2) > *:not(:last-child) {
  margin-bottom: 142px;
}
.halloween-screen1__circle p {
  display: table;
  font-size: 16px;
  line-height: 375%;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}
.halloween-screen1__circle p strong {
  position: relative;
  z-index: 5;
}
.halloween-screen1__circle p span {
  font-size: 30px;
  line-height: 150%;
}
.halloween-screen1__circle p:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 646px;
  height: 646px;
  background-image: url(../img/halloween/mini-figures.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-37%, -32%);
  pointer-events: none;
  z-index: 1;
}
.halloween-screen1__circle p:before {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  left: 35%;
  transform: translate(-40%, -40%);
  width: 140%;
  height: 140%;
  background-color: #32a858;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}
.halloween-program__wrapper {
  padding-bottom: 5px;
  padding-top: 25px;
}
.halloween-program__wrapper > *:nth-child(1) {
  padding-bottom: 158px;
}
.halloween-program__title {
  text-align: left;
  font-family: 'StolzM-Bold', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 1120px) {
  .halloween-program__title {
    text-align: center;
  }
}
.halloween-program__container {
  display: grid;
  grid-column-gap: 71px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(284px, 284px));
  width: 100%;
  max-width: 998px;
  margin: 0 auto;
  justify-content: center;
  position: relative;
}
.halloween-program__container:before,
.halloween-program__container:after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.halloween-program__container:before {
  width: 284px;
  height: 239px;
  left: 0;
  bottom: 90px;
  background-image: url(../img/halloween/spider.png);
  transform: translateX(-70%);
}
.halloween-program__container:after {
  width: 447px;
  height: 361px;
  bottom: 0;
  right: 0;
  transform: translate(60%, 45%) rotate(-4.52deg);
  background-image: url(../img/halloween/pumpkin.png);
}
@media (max-width: 1120px) {
  .halloween-program__container {
    grid-template-columns: repeat(2, minmax(284px, 284px));
    grid-row-gap: 90px;
  }
  .halloween-program__container:before {
    display: none;
  }
  .halloween-program__container:after {
    transform: translate(0, 0);
  }
}
@media (max-width: 804px) {
  .halloween-program__container {
    grid-template-columns: repeat(1, minmax(284px, 284px));
    grid-row-gap: 100px;
  }
  .halloween-program__container:after {
    display: none;
  }
}
.halloween-program__item {
  flex: 0 1 284px;
  background-color: #32a858;
  color: #fff;
  margin-bottom: 27px;
  min-height: 284px;
  border-radius: 50%;
  position: relative;
}
.halloween-program__item:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 282px;
  height: 415px;
  top: -108px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.halloween-program__item:nth-child(4),
.halloween-program__item:nth-child(5) {
  left: 60%;
}
@media (max-width: 1120px) {
  .halloween-program__item:nth-child(4),
  .halloween-program__item:nth-child(5) {
    left: 0;
  }
}
.halloween-program__item:nth-child(1)::before {
  background-image: url(../img/halloween/min-fig1.png);
}
.halloween-program__item:nth-child(2)::before {
  background-image: url(../img/halloween/min-fig2.png);
}
.halloween-program__item:nth-child(3)::before {
  background-image: url(../img/halloween/min-fig3.png);
}
.halloween-program__item:nth-child(4)::before {
  background-image: url(../img/halloween/min-fig4.png);
}
.halloween-program__item:nth-child(5)::before {
  background-image: url(../img/halloween/min-fig5.png);
}
.halloween-program__text {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 5;
}
@media (max-width: 1124px) {
  .halloween-program__text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    max-height: none;
  }
}
.halloween-offer {
  padding-top: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1007px;
  margin: 0 auto;
  transform: translateX(-58px);
}
@media (max-width: 1168px) {
  .halloween-offer {
    transform: translateX(0);
  }
}
@media (max-width: 976px) {
  .halloween-offer {
    justify-content: space-around;
  }
}
@media (max-width: 656px) {
  .halloween-offer {
    justify-content: center;
  }
}
.halloween-offer > *:not(:last-child) {
  margin-bottom: 20px;
  margin-right: 7px;
}
.halloween-offer__item:nth-child(1) {
  flex: 0 1 342px;
}
.halloween-offer__item:nth-child(2) {
  flex: 0 0 270px;
}
.halloween-offer__text {
  display: table;
  max-width: 342px;
}
.halloween-offer__sign {
  background-color: #006fb9;
  color: #fff;
  text-align: center;
  flex-direction: column;
  min-height: 270px;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
}
.halloween-offer__sign:before {
  content: '';
  display: block;
  position: absolute;
  width: 96px;
  height: 96px;
  background-image: url(../img/halloween/semi-star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -20px;
  left: 0;
}
.halloween-offer__sign em {
  font-style: normal;
  font-family: 'Stolzl-Bold', sans-serif;
  font-size: 32px;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.halloween-offer__sign em strong,
.halloween-offer__sign em span {
  display: block;
}
.halloween-offer__sign em strong {
  font-size: 110px;
}
:root {
  --winter-color-red: #ff0000;
  --winter-color-yellow: #fee74c;
  --winter-color-green: #32a858;
}
.winter-content-size {
  width: 100%;
  max-width: 1350.79px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.winter-template-size {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.winter-camp-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.winter-camp-header {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  min-height: 1450px;
}
.winter-camp-header__heading {
  position: relative;
  z-index: 3;
  text-align: left;
  width: 100%;
  max-width: 1350.79px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 133px;
  margin-bottom: 65px;
}
.winter-camp-header__title {
  max-width: 763px;
  text-align: left;
  font-size: 110px;
  line-height: 100%;
  font-family: 'Stolzl-Bold', sans-serif;
  margin-bottom: 20px;
  position: relative;
}
.winter-camp-header__title:before {
  content: '';
  display: block;
  position: absolute;
  width: 145px;
  height: 392px;
  background-image: url(../img/winter-camp/winter-camp-toy.png);
  background-repeat: no-repeat;
  background-position: top left;
  top: 92px;
  left: 279px;
  pointer-events: none;
  z-index: -1;
}
.winter-camp-header__timing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 0;
  max-width: 634px;
  padding-left: 10px;
}
.winter-camp-header__desc {
  margin-bottom: 0;
  text-align: left;
  font-size: 22px;
  text-shadow: 0 0 5px #ffffff;
  line-height: calc(40 / 32 * 100%);
}
.winter-camp-header__desc_small {
  margin-bottom: 0;
}
.winter-camp-header__bubbles-container {
  width: 100%;
  max-width: 1350.79px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.winter-camp-header__bubbles {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.winter-camp-header__bubbles:nth-child(1) {
  max-width: 1009px;
  margin-bottom: 34.5px;
}
.winter-camp-header__bubbles:nth-child(2) {
  max-width: 650px;
  transform: translateX(25%);
}
.winter-camp-header__bubble {
  width: 292px;
  height: 292px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #006fb9;
  border-radius: 50%;
  filter: drop-shadow(4.48167px 4.48167px 8.96334px rgba(0, 0, 0, 0.25));
}
.winter-camp-header__bubble-text {
  text-align: center;
  font-family: 'Stolzl-Medium', sans-serif;
  display: table;
  font-size: 32px;
  line-height: calc(40 / 32 * 100%);
  color: #fff;
}
.winter-camp-header__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.winter-camp-header__background img {
  position: relative;
  top: -226px;
  left: -903px;
}
@media (max-width: 1086px) {
  .winter-camp-header {
    min-height: 1450px;
  }
  .winter-camp-header__heading {
    margin-bottom: 25px;
  }
  .winter-camp-header__title {
    font-size: 70px;
  }
  .winter-camp-header__title:before {
    display: none;
  }
  .winter-camp-header__timing {
    justify-content: flex-start;
    flex-direction: column;
    max-width: 302px;
  }
  .winter-camp-header__background img {
    top: -226px;
    left: -1103px;
  }
}
@media (max-width: 950px) {
  .winter-camp-header {
    margin-bottom: 0;
  }
  .winter-camp-header__bubbles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .winter-camp-header__bubbles:nth-child(1) {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }
  .winter-camp-header__bubbles:nth-child(2) {
    width: 100%;
    max-width: none;
    transform: translateX(0);
  }
  .winter-camp-header__bubble {
    margin-bottom: 25px;
  }
}
@media (max-width: 520px) {
  .winter-camp-header__title {
    font-size: 50px;
  }
  .winter-camp-header__desc_small {
    text-align: left;
  }
}
.winter-camp-aged {
  --image-border: #ED1C24;
  --circle-border: #32a858;
  --image-rotation: rotate(6.93deg);
  width: 100%;
  max-width: 1350.79px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
.winter-camp-aged__container {
  display: flex;
  align-items: flex-start;
  padding-bottom: 85px;
}
.winter-camp-aged__container.winter-aged-theme-1 .winter-camp-aged__text::after {
  width: 146px;
  height: 201px;
  top: 0;
  right: 0;
  z-index: -1;
  transform: translate(-80%, -100%);
  background-image: url(../img/winter-camp/winter-camp-course-age-1-text-img.png);
}
.winter-camp-aged__container.winter-aged-theme-1 .winter-camp-aged__image-wrapper:after {
  width: 80px;
  height: 185px;
  background-image: url(../img/winter-camp/winter-camp-course-age-1-lines.svg);
  left: 228px;
  bottom: 0;
  transform: translateY(calc(100% - 37px));
  z-index: 2;
}
.winter-camp-aged__container.winter-aged-theme-2 {
  --image-border: #32a858;
  --circle-border: #fee74c;
  --image-rotation: rotate(-6.56deg);
}
.winter-camp-aged__container.winter-aged-theme-2 .winter-camp-aged__text {
  padding-bottom: 150px;
}
.winter-camp-aged__container.winter-aged-theme-2 .winter-camp-aged__text:after {
  width: 307px;
  height: 162px;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(-20%, -120%);
  background-image: url(../img/winter-camp/winter-camp-course-age-2-text-img.svg);
}
.winter-camp-aged__container.winter-aged-theme-2 .winter-camp-aged__text:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: 0;
  right: 0;
  width: 225px;
  height: 225px;
  transform: translate(0, 20%);
  background-image: url(../img/winter-camp/snowflacke.svg);
}
.winter-camp-aged__container.winter-aged-theme-2 .winter-camp-aged__image-wrapper:after {
  width: 146px;
  height: 393px;
  background-image: url(../img/winter-camp/winter-camp-toy.png);
  left: 190px;
  bottom: 0;
  transform: translateY(calc(100% - 125px));
  z-index: -1;
}
.winter-camp-aged__container:nth-child(even) {
  flex-direction: row-reverse;
}
.winter-camp-aged__container:nth-child(even) .winter-camp-aged__heading {
  margin-left: auto;
  transform: translateX(50px);
}
.winter-camp-aged__container:nth-child(even) .winter-camp-aged__heading:before {
  left: 25px;
}
.winter-camp-aged__container:nth-child(odd) .winter-camp-aged__text {
  padding-left: 50px;
}
.winter-camp-aged__container:nth-child(odd) .winter-camp-aged__heading-md {
  transform: translateX(-20px);
}
.winter-camp-aged__image-container {
  position: relative;
  z-index: 1;
  border: 80px solid var(--image-border);
  transform: var(--image-rotation);
}
.winter-camp-aged__image-wrapper {
  position: relative;
  z-index: 2;
}
.winter-camp-aged__image-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.winter-camp-aged__image {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: cover;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.2));
}
.winter-camp-aged__content {
  position: relative;
  z-index: 2;
}
.winter-camp-aged__heading {
  position: relative;
  display: table;
}
.winter-camp-aged__heading:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: -22px;
  left: 10px;
  width: 224px;
  height: 224px;
  border-radius: 50%;
  border: 62.8444px solid var(--circle-border);
}
.winter-camp-aged__heading-sm {
  position: relative;
  z-index: 2;
  font-family: 'StolzM-Bold', sans-serif;
  font-size: 28px;
  line-height: 125%;
  margin-bottom: 0;
}
.winter-camp-aged__heading-sm:nth-of-type(1) {
  padding-left: 20px;
}
.winter-camp-aged__heading-sm:nth-of-type(2) {
  padding-left: 50px;
}
.winter-camp-aged__heading-md {
  position: relative;
  z-index: 2;
  font-family: 'StolzM-BoldCondensed', sans-serif;
  font-size: 160px;
  line-height: 75%;
  margin-bottom: 0;
}
.winter-camp-aged__age {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding-left: 50px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 40px;
}
.winter-camp-aged__text {
  margin-top: 35px;
  font-size: 16px;
  line-height: 200%;
  position: relative;
}
.winter-camp-aged__text:after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 950px) {
  .winter-camp-aged__container {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 45px;
  }
  .winter-camp-aged__container.winter-aged-theme-1 {
    --image-rotation: rotate(0);
  }
  .winter-camp-aged__container.winter-aged-theme-1 .winter-camp-aged__text::after {
    display: none;
  }
  .winter-camp-aged__container.winter-aged-theme-1 .winter-camp-aged__image-wrapper:after {
    display: none;
  }
  .winter-camp-aged__container.winter-aged-theme-2 {
    --image-border: #32a858;
    --circle-border: #fee74c;
    --image-rotation: rotate(0);
  }
  .winter-camp-aged__container.winter-aged-theme-2 .winter-camp-aged__text {
    padding-bottom: inherit;
  }
  .winter-camp-aged__container.winter-aged-theme-2 .winter-camp-aged__text:after {
    display: none;
  }
  .winter-camp-aged__container.winter-aged-theme-2 .winter-camp-aged__text:before {
    content: '';
    display: none;
  }
  .winter-camp-aged__container.winter-aged-theme-2 .winter-camp-aged__image-wrapper:after {
    display: none;
  }
  .winter-camp-aged__container:nth-child(even) {
    flex-direction: row-reverse;
  }
  .winter-camp-aged__container:nth-child(even) .winter-camp-aged__heading {
    margin-left: 0;
    transform: translateX(0px);
  }
  .winter-camp-aged__container:nth-child(even) .winter-camp-aged__heading:before {
    left: 25px;
  }
  .winter-camp-aged__container:nth-child(even) .winter-camp-aged__text {
    padding-left: 0px;
  }
  .winter-camp-aged__container:nth-child(odd) .winter-camp-aged__text {
    padding-left: 0px;
  }
  .winter-camp-aged__container:nth-child(odd) .winter-camp-aged__heading-md {
    transform: translateX(0px);
  }
  .winter-camp-aged__image-container {
    position: relative;
    z-index: 1;
    border: 30px solid var(--image-border);
    transform: var(--image-rotation);
    margin-left: -15px;
    margin-right: -15px;
  }
  .winter-camp-aged__text {
    margin-top: 15px;
  }
}
.winter-camp-schedule {
  width: 100%;
  max-width: 1350.79px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -50px;
}
.winter-camp-schedule__title {
  font-family: 'Stolzl-Medium', sans-serif;
  font-size: 48px;
  line-height: 1;
  text-align: left;
  margin-bottom: 55px;
}
.winter-camp-schedule__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min-content, 420px));
  grid-column-gap: 20px;
  justify-content: center;
}
.winter-camp-schedule__item {
  display: flex;
  align-items: center;
}
.winter-camp-schedule__list {
  margin: 0 10px 10px 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #32a858;
  color: #fff;
  border-radius: 50%;
  padding: 12px 17px;
  position: relative;
  box-sizing: border-box;
  flex: 0 0 82px;
}
.winter-camp-schedule__li {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
}
.winter-camp-schedule__text {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 950px) {
  .winter-camp-schedule {
    margin-top: 0;
  }
}
.winter-camp-advantages {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.winter-camp-advantages:before {
  content: '';
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 120%;
  position: absolute;
  bottom: 0;
  background-image: url(../img/winter-camp/winter-camp-advantages-bg.png);
  background-repeat: no-repeat;
  background-position: bottom 170px center;
}
.winter-camp-advantages__container {
  width: 100%;
  max-width: 1350.79px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.winter-camp-advantages__ul {
  display: flex;
  gap: 25px;
  max-width: 971px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  list-style-type: none;
  color: #fff;
  font-family: 'Stolzl-Bold', sans-serif;
  font-size: 16px;
  line-height: 200%;
}
.winter-camp-advantages__ul:nth-child(even) {
  transform: translateX(150px);
}
.winter-camp-advantages__ul:nth-last-of-type(1) li:nth-last-of-type(1):after {
  content: '';
  position: absolute;
  display: block;
  width: 145px;
  height: 392px;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  background-image: url(../img/winter-camp/winter-camp-toy.png);
  z-index: -1;
  transform: translate(40%, 45%);
}
.winter-camp-advantages__li {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #32a858;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 50%;
}
@media (max-width: 1137px) {
  .winter-camp-advantages {
    padding-top: 50px;
    padding-bottom: 150px;
  }
  .winter-camp-advantages__ul {
    display: flex;
    justify-content: center;
  }
  .winter-camp-advantages__ul:nth-child(even) {
    transform: translateX(0px);
  }
  .winter-camp-advantages__li {
    margin: 10px;
  }
}
@media (max-width: 990px) {
  .winter-camp-advantages:before {
    background-position: center center;
  }
  .winter-camp-advantages__ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .winter-camp-advantages__li {
    margin-left: 0;
    margin-right: 0;
  }
}
.winter-camp-faq {
  width: 100%;
  max-width: 1350.79px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 10px;
}
.winter-camp-faq__link {
  font-family: 'Stolzl-Medium', sans-serif;
  font-size: 48px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .winter-camp-faq__link {
    font-size: 35px;
    display: table;
    margin: 0 auto;
    text-align: center;
  }
}
.winter-camp-prices__wrapper {
  width: 100%;
  max-width: 1350.79px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 170px;
}
.winter-camp-prices__heading {
  font-family: 'Stolzl-Medium', sans-serif;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}
.winter-camp-prices__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 755px;
}
.winter-camp-prices__levels {
  display: grid;
  grid-template-columns: minmax(min-content, 346px);
  grid-row-gap: 20px;
  position: relative;
}
.winter-camp-prices__levels:after {
  content: '';
  display: block;
  position: absolute;
  width: 185px;
  height: 185px;
  bottom: 0;
  right: 0;
  transform: translate(100%, 100%);
  background-repeat: no-repeat;
  background-image: url(../img/winter-camp/snowflacke.svg);
  background-size: contain;
}
.winter-camp-prices__level {
  display: grid;
  align-items: center;
  grid-template-columns: 110px minmax(min-content, 210px);
  grid-column-gap: 30px;
}
.winter-camp-prices__price {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #006fb9;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Stolzl-Medium', sans-serif;
  font-size: 32px;
  line-height: 1.5;
}
.winter-camp-prices__price small {
  font-size: 14px;
  display: block;
}
.winter-camp-prices__price:after {
  content: attr(data-add);
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 12px;
  font-family: 'Stolzl-Regular', sans-serif;
  font-weight: 300;
}
.winter-camp-prices__title {
  font-family: 'Stolzl-Bold', sans-serif;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.winter-camp-prices__subtitle {
  font-size: 16px;
  line-height: 20px;
}
.winter-camp-prices__discount-text {
  padding: 40px;
  border-radius: 50%;
  background-color: #ED1C24;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.winter-camp-prices__discount-text:before {
  content: '';
  position: absolute;
  display: block;
  width: 96px;
  height: 96px;
  right: 6px;
  top: -10px;
  background-repeat: no-repeat;
  background-image: url(../img/winter-camp/winter-yellow-start.svg);
}
.winter-camp-prices__discount-text:after {
  content: '';
  position: absolute;
  display: block;
  top: -63px;
  left: 56px;
  z-index: -1;
  width: 1100px;
  height: 428px;
  background-repeat: no-repeat;
  background-image: url(../img/winter-camp/winter-camp-worm-lines-blue.svg);
  background-size: contain;
}
.winter-camp-prices__discount-md {
  font-family: 'Stolzl-Bold', sans-serif;
  font-size: 32px;
  line-height: 1;
  max-width: 148px;
  margin: 0 auto 30px;
}
.winter-camp-prices__discount-lg {
  font-size: 80px;
  font-family: 'Stolzl-Bold', sans-serif;
  margin-bottom: 30px;
}
.winter-camp-prices__discount-sm {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 700px) {
  .winter-camp-prices__wrapper {
    padding-bottom: 70px;
  }
  .winter-camp-prices__heading {
    margin-bottom: 30px;
  }
  .winter-camp-prices__container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .winter-camp-prices__container > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.winter-camp-reg {
  width: 100%;
  max-width: 1782px;
  margin: 0 auto;
  margin-top: -210px;
  background-repeat: no-repeat;
  background-image: url(../img/winter-camp/winter-camp-address-bg.png);
  background-position: top left 499px;
  padding-bottom: 78px;
  padding-top: 230px;
  position: relative;
}
.winter-camp-reg__wrapper {
  width: 100%;
  max-width: 1350.79px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.winter-camp-reg__container {
  width: 100%;
  max-width: 776px;
  text-align: center;
}
.winter-camp-reg__heading {
  font-family: 'Stolzl-Bold', sans-serif;
  font-size: 110px;
  line-height: 118%;
  text-align: left;
  margin-bottom: 30px;
}
.winter-camp-reg__sub-heading {
  font-family: 'Stolzl-Bold', sans-serif;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 16px;
  text-align: left;
}
.winter-camp-reg__btn {
  display: inline-block;
  background-color: #ED1C24;
  color: #fff;
  padding: 16px 32px;
  border-radius: 20px;
  font-size: 32px;
  line-height: 1;
  font-family: 'Stolzl-Medium', sans-serif;
  transition: all 0.25s linear;
}
.winter-camp-reg__btn:hover {
  text-decoration: none;
  color: #fff;
  transform: translateY(5px);
}
.winter-camp-reg__address {
  width: 100%;
  max-width: 364px;
  margin-left: auto;
  position: relative;
}
.winter-camp-reg__address-bg {
  width: 493px;
  height: 493px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  display: block;
  top: -138px;
  left: -87px;
  background-color: #fee74c;
}
.winter-camp-reg__address-sm {
  font-family: 'Stolzl-Medium', sans-serif;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 167%;
  position: relative;
  z-index: 2;
}
.winter-camp-reg__address-md {
  font-size: 32px;
  line-height: 125%;
  font-family: 'Stolzl-Bold', sans-serif;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1130px) {
  .winter-camp-reg__address-bg {
    display: none;
  }
  .winter-camp-reg__address {
    margin-top: 30px;
    margin-left: 0;
  }
  .winter-camp-reg__heading {
    font-family: 'Stolzl-Bold', sans-serif;
    font-size: 45px;
  }
}
.pre-k_container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1388px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.pre-k-title {
  font-weight: 500;
  line-height: 100%;
  text-align: left;
}
.pre-k-title-xl {
  font-weight: 700;
  font-size: 45px;
  line-height: 112%;
  text-align: left;
  width: 100%;
  max-width: 520px;
}
.pre-k-title-xl small {
  font-size: 30px;
}
@media (max-width: 892px) {
  .pre-k-title-xl {
    font-size: 35px;
    line-height: 112%;
  }
}
.pre-k-subtitle {
  font-weight: 700;
  font-size: 23px;
  line-height: 125%;
  text-align: left;
  width: 100%;
  max-width: 520px;
}
@media (max-width: 892px) {
  .pre-k-subtitle {
    font-size: 20px;
    line-height: 150%;
  }
}
.pre-k-btn {
  display: table;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
  border-radius: 59px;
  padding: 28px 49px;
  background-color: #ff0000;
  color: #fff;
  font-size: 32px;
  line-height: 100%;
  box-sizing: border-box;
  transition: all 0.25s linear;
}
.pre-k-btn:hover {
  transform: translateY(2px);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 892px) {
  .pre-k-btn {
    padding: 10px 20px;
    font-size: 25px;
  }
}
.pre-k-heading {
  background-image: url(../img/pre-k-heading-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 280px;
}
.pre-k-heading__title {
  margin-top: 42px;
  margin-bottom: 40px;
}
.pre-k-heading__subtitle {
  margin-bottom: 56px;
}
.pre-k-heading__announce {
  display: table;
  padding: 20px;
  border-radius: 50%;
}
.pre-k-heading .pre-k-btn {
  margin-left: auto;
  margin-right: 127px;
}
.pre-k-heading .pre-k-btn:hover {
  background-color: #32a858;
}
@media (max-width: 892px) {
  .pre-k-heading {
    background-position: top left;
    padding-bottom: 20px;
  }
  .pre-k-heading__title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pre-k-heading__subtitle {
    margin-bottom: 100px;
  }
  .pre-k-heading .pre-k-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.pre-k-offer {
  position: relative;
  background-image: url(../img/pre-k-offer-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom 45px right -118px;
  margin-top: -125px;
  margin-bottom: -125px;
  padding-bottom: 200px;
}
.pre-k-offer .pre-k-title {
  margin-bottom: 55px;
}
.pre-k-offer__holder {
  display: flex;
  flex-wrap: wrap;
  column-gap: 29px;
  align-items: flex-start;
}
.pre-k-offer__holder:nth-child(3) {
  position: relative;
  transform: translateX(155px);
}
.pre-k-offer__item {
  background-color: #32a858;
  color: #fff;
  width: 261px;
  height: 261px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20.8018px;
  line-height: 134%;
  padding-left: 26px;
  padding-right: 26px;
  text-align: center;
}
@media (max-width: 892px) {
  .pre-k-offer {
    background-position: bottom right;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
  .pre-k-offer .pre-k-title {
    margin-bottom: 25px;
  }
  .pre-k-offer__holder {
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .pre-k-offer__holder:nth-child(3) {
    position: relative;
    transform: translateX(0px);
  }
  .pre-k-offer__item {
    width: 250px;
    height: 250px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pre-k-offer .pre-k-btn {
  display: table;
  margin-left: auto;
  margin-top: 15px;
}
@media (max-width: 878px) {
  .pre-k-offer .pre-k-btn {
    margin-inline: auto;
  }
}
.pre-k-offer .pre-k-btn:hover {
  background-color: #32a858;
}
.pre-k-schedule {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
.pre-k-schedule::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-image: url(../img/pre-k-schedule-bg.svg);
  z-index: -1;
  transform: translateY(-6%);
  pointer-events: none;
}
.pre-k-schedule .pre-k-title {
  margin-bottom: 91px;
}
.pre-k-schedule__holder {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 50px;
}
.pre-k-schedule__item {
  display: flex;
}
.pre-k-schedule__item:nth-child(odd) .pre-k-schedule__cell {
  background-color: #fee74c;
}
.pre-k-schedule__item:nth-child(even) .pre-k-schedule__cell {
  background-color: #32a858;
  color: #fff;
}
.pre-k-schedule__cell {
  padding: 10px 50px;
  gap: 2px;
}
.pre-k-schedule__cell:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 218px;
  margin-right: 2px;
}
.pre-k-schedule__cell:nth-child(2) {
  align-self: flex-start;
  justify-self: flex-start;
  width: 100%;
}
.pre-k-schedule .pre-k-btn {
  margin-left: auto;
  margin-right: 230px;
}
.pre-k-schedule .pre-k-btn:hover {
  background-color: #32a858;
}
@media (max-width: 892px) {
  .pre-k-schedule {
    position: relative;
    z-index: 2;
    padding-bottom: 25px;
  }
  .pre-k-schedule::before {
    display: none;
  }
  .pre-k-schedule .pre-k-title {
    margin-bottom: 20px;
  }
  .pre-k-schedule__holder {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 10px;
  }
  .pre-k-schedule__item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .pre-k-schedule__item:nth-child(odd) .pre-k-schedule__cell {
    background-color: #fee74c;
  }
  .pre-k-schedule__item:nth-child(even) .pre-k-schedule__cell {
    background-color: #32a858;
    color: #fff;
  }
  .pre-k-schedule__cell {
    padding: 5px 20px;
    gap: 2px;
    text-align: center;
  }
  .pre-k-schedule__cell:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: auto;
    margin-right: 0px;
  }
  .pre-k-schedule__cell:nth-child(2) {
    align-self: stretch;
    justify-self: stretch;
    width: auto;
  }
  .pre-k-schedule .pre-k-btn {
    margin-left: 0;
    margin-right: 0px;
  }
}
.pre-k-opening {
  margin-top: 0px;
}
.pre-k-opening .pre-k_container {
  position: relative;
}
.pre-k-opening .pre-k-title {
  margin-bottom: 54px;
}
.pre-k-opening__info {
  position: absolute;
  top: 50px;
  right: 151px;
  font-size: 16px;
  line-height: 200%;
}
.pre-k-opening__holder {
  display: flex;
  flex-wrap: wrap;
  gap: 31px;
  padding-left: 113px;
  padding-bottom: 284px;
}
.pre-k-opening__item {
  width: 331px;
  height: 331px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  transition: all 0.25s linear;
}
.pre-k-opening__item:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(2px);
}
.pre-k-opening__item strong,
.pre-k-opening__item small {
  display: block;
}
.pre-k-opening__item strong {
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  margin-bottom: 10px;
}
.pre-k-opening__item small {
  font-size: 16px;
  line-height: 200%;
}
.pre-k-opening__item:nth-child(1) {
  background-color: #006fb9;
}
.pre-k-opening__item:nth-child(1)::before {
  content: '';
  width: 279px;
  height: 140px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(130%) translateX(-30%);
  background-repeat: no-repeat;
  background-image: url(../img/pre-k-opening-i1.svg);
}
.pre-k-opening__item:nth-child(2) {
  background-color: #32a858;
  transform: translateY(50%);
  overflow: visible;
}
@media (min-width: 768px) {
  .pre-k-opening__item:nth-child(2) {
    transform: translateY(50%) translateX(-80px);
  }
}
.pre-k-opening__item:nth-child(2)::before {
  content: '';
  width: 729px;
  height: 386px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(80%, -30%);
  background-repeat: no-repeat;
  background-image: url(../img/pre-k-opening-i2.svg);
}
.pre-k-opening__item:nth-child(3) {
  background-color: #ff0000;
}
.pre-k-opening__item:nth-child(3) a {
  font-size: 42px;
  color: #fff;
  display: table;
  margin-inline: auto;
  text-decoration: underline;
  margin-bottom: 12px;
}
@media (max-width: 892px) {
  .pre-k-opening {
    margin-top: 20px;
  }
  .pre-k-opening .pre-k_container {
    position: relative;
  }
  .pre-k-opening .pre-k-title {
    margin-bottom: 25px;
  }
  .pre-k-opening__info {
    position: static;
  }
  .pre-k-opening__holder {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0px;
    padding-bottom: 10px;
  }
  .pre-k-opening__item {
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
  }
  .pre-k-opening__item strong,
  .pre-k-opening__item small {
    display: block;
  }
  .pre-k-opening__item strong {
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .pre-k-opening__item small {
    font-size: 16px;
    line-height: 200%;
  }
  .pre-k-opening__item:nth-child(1) {
    background-color: #006fb9;
  }
  .pre-k-opening__item:nth-child(1)::before {
    display: none;
  }
  .pre-k-opening__item:nth-child(2) {
    background-color: #32a858;
    transform: translateY(0%);
    overflow: visible;
  }
  .pre-k-opening__item:nth-child(2)::before {
    display: none;
  }
}
.pre-k-program {
  position: relative;
  padding-bottom: 33px;
}
.pre-k-program::before {
  content: '';
  width: 380px;
  height: 1091px;
  display: block;
  position: absolute;
  top: 190px;
  left: 45%;
  pointer-events: none;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../img/pre-k-program-after.svg);
  background-size: contain;
}
.pre-k-program .pre-k-title {
  margin-bottom: 114px;
}
.pre-k-program__holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  padding-bottom: 179px;
}
.pre-k-program__item {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.pre-k-program__item:nth-child(1) {
  flex: 0 1 575px;
}
.pre-k-program__item:nth-child(2) {
  flex: 0 1 583px;
  transform: translateY(0);
  align-self: flex-start;
  justify-self: flex-start;
}
.pre-k-program__cell {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.pre-k-program__cell strong {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
}
.pre-k-program__cell p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
}
.pre-k-program__info {
  display: flex;
  justify-content: space-between;
  padding-left: 150px;
}
.pre-k-program__block:nth-child(1) {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background-color: #ff0000;
  color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.pre-k-program__block:nth-child(1) em {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  font-style: normal;
  text-align: center;
}
.pre-k-program__block:nth-child(1) strong {
  display: block;
  font-weight: 700;
  font-size: 95px;
  line-height: 100%;
  text-align: center;
}
.pre-k-program__block:nth-child(1) small {
  display: block;
  font-size: 16px;
  line-height: 200%;
  text-align: center;
}
.pre-k-program__block h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  margin: 0;
  margin-bottom: 61px;
  text-align: left;
}
.pre-k-program__block p {
  font-size: 16px;
  line-height: 200%;
  text-align: left;
}
.pre-k-program__block p a {
  color: #000;
  text-decoration: none;
}
.pre-k-program__block p a:hover {
  color: #000;
  text-decoration: none;
}
@media (max-width: 892px) {
  .pre-k-program {
    position: relative;
    padding-bottom: 33px;
  }
  .pre-k-program::before {
    display: none;
  }
  .pre-k-program .pre-k-title {
    margin-bottom: 20px;
  }
  .pre-k-program__holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
    padding-bottom: 10px;
  }
  .pre-k-program__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .pre-k-program__item:nth-child(1) {
    flex: 1 1 575px;
  }
  .pre-k-program__item:nth-child(2) {
    flex: 1 1 583px;
    transform: translateY(0);
  }
  .pre-k-program__cell {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .pre-k-program__cell strong {
    display: block;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
  }
  .pre-k-program__cell p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
  }
  .pre-k-program__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0px;
  }
  .pre-k-program__block:nth-child(1) {
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .pre-k-program__block:nth-child(1) em {
    display: block;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    font-style: normal;
    text-align: center;
  }
  .pre-k-program__block:nth-child(1) strong {
    display: block;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
  }
  .pre-k-program__block:nth-child(1) small {
    display: block;
    font-size: 16px;
    line-height: 200%;
    text-align: center;
  }
  .pre-k-program__block h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 125%;
    margin: 0;
    margin-bottom: 21px;
    text-align: left;
  }
  .pre-k-program__block p {
    font-size: 16px;
    line-height: 200%;
    text-align: left;
  }
  .pre-k-program__block p a {
    color: #000;
    text-decoration: none;
  }
  .pre-k-program__block p a:hover {
    color: #000;
    text-decoration: none;
  }
}
.pre-k-footer {
  background-repeat: no-repeat;
  background-image: url(../img/pre-k-heading-bg.png);
  background-position: top center;
  position: relative;
  padding-top: 20px;
  z-index: 5;
}
.pre-k-footer .pre-k-title-xl {
  margin-bottom: 40px;
}
.pre-k-footer .pre-k-subtitle {
  margin-bottom: 200px;
}
.pre-k-footer .pre-k-btn {
  margin-left: auto;
  margin-right: 60px;
  transform: translateY(50%);
}
@media (max-width: 892px) {
  .pre-k-footer {
    background-repeat: no-repeat;
    background-image: url(../img/pre-k-heading-bg.png);
    background-position: top left;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 5;
  }
  .pre-k-footer .pre-k-title-xl {
    margin-bottom: 20px;
  }
  .pre-k-footer .pre-k-subtitle {
    margin-bottom: 20px;
  }
  .pre-k-footer .pre-k-btn {
    margin-left: 0;
    margin-right: 0px;
    transform: translateY(0%);
  }
}
.activities-info {
  padding-block: 50px 75px;
  border-top: 5px solid #fee74c;
}
.activities-bubbles {
  padding-block: 50px;
}
.activities-bubbles__holder {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
}
.activities-bubbles__item {
  background-color: #006fb9;
  color: #fff;
  padding: 25px;
  width: 100%;
  max-width: 200px;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
}
.activities-bubbles .btn-singup {
  display: table;
  margin-inline: auto;
}
/*# sourceMappingURL=all.css.map */