@import '../css/bootstrap-grid.css';
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@900&family=Poppins:wght@400;500;600&display=swap");
/*font-family: 'Nunito', sans-serif;
font-family: 'Poppins', sans-serif;*/
/*Classes*/
.clearfix {
  overflow: visible;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*.container{
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
    &.container-thin{
        max-width: 1060px;
    }
}*/
.age-container {
  margin: 0 auto;
  max-width: 1060px;
}

.align-center {
  text-align: center;
}

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

body {
  width: 100%;
  margin: 0;
}

.age-group {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  padding: 25px 0 25px 0;
  background-color: #2539f2;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .age-group {
    padding: 25px 0 25px 0;
  }
}
.age-group::before, .age-group::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #2539f2;
  width: 100%;
  height: 100%;
  top: 0;
}
.age-group::before {
  right: 100%;
}
.age-group::after {
  left: 100%;
}
.age-group .decor-top, .age-group .decor-middle, .age-group .decor-bottom {
  position: absolute;
}
.age-group .decor-top {
  top: -38px;
  left: -30px;
  width: 105px;
  height: 100px;
}
@media only screen and (min-width: 768px) {
  .age-group .decor-top {
    top: 18px;
    left: -100px;
    width: 232px;
    height: 226px;
  }
}
.age-group .decor-middle {
  top: 20%;
  right: 0;
  width: 130px;
  height: 130px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .age-group .decor-middle {
    display: block;
  }
}
.age-group .decor-bottom {
  bottom: -85px;
  right: -12%;
  width: 85px;
  height: 150px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .age-group .decor-bottom {
    bottom: -320px;
    width: 270px;
    height: 430px;
  }
}
.age-group p {
  margin: 0;
}
.age-group .header-white, .age-group .sub-header-white {
  color: #fff;
}
.age-group .header-white {
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  font-size: 3.125rem;
  line-height: 2.5rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .age-group .header-white {
    line-height: 3.75rem;
  }
}
.age-group .sub-header-white {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .age-group .sub-header-white {
    margin-bottom: 90px;
  }
}
.age-group .accordion-wrap {
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.age-group .accordion-wrap.active > .accordion-header {
  background-color: rgba(255, 255, 255, 0.95);
}
.age-group .accordion-wrap.active > .accordion-header .arrow {
  transform: rotate(180deg);
  stroke: #2539f2;
}
.age-group .accordion-wrap.active > .accordion-header p {
  color: #2539f2;
}
.age-group .accordion-wrap.inside {
  background-color: #fff;
  margin-bottom: 18px;
}
.age-group .accordion-wrap.inside .accordion-header {
  padding: 18px 15px;
}
@media only screen and (min-width: 768px) {
  .age-group .accordion-wrap.inside .accordion-header {
    padding: 28px 30px;
  }
}
.age-group .accordion-wrap.inside .accordion-header .label {
  vertical-align: middle;
  margin-right: 12px;
}
.age-group .accordion-wrap.inside .accordion-header span {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #4A4F71;
}
.age-group .accordion-wrap.inside .accordion-header .arrow {
  stroke: #4A4F71;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .age-group .accordion-wrap.inside .accordion-header .arrow {
    top: 25px;
  }
}
.age-group .accordion-wrap.inside .accordion-content {
  padding: 18px 15px;
}
@media only screen and (min-width: 768px) {
  .age-group .accordion-wrap.inside .accordion-content {
    padding: 28px 30px;
  }
}
.age-group .accordion-wrap.inside .accordion-content table {
  box-shadow: none;
  border-collapse: initial;
  border-spacing: 10px 0px;
}
.age-group .accordion-wrap.inside .accordion-content table tr:nth-of-type(even) td {
  background-color: rgba(228, 229, 236, 0.45);
}
.age-group .accordion-wrap.inside .accordion-content table tr:nth-of-type(even) td:nth-of-type(2), .age-group .accordion-wrap.inside .accordion-content table tr:nth-of-type(even) td:nth-of-type(3), .age-group .accordion-wrap.inside .accordion-content table tr:nth-of-type(even) td:nth-of-type(4) {
  background-color: #fbfbfc;
}
.age-group .accordion-wrap.inside .accordion-content table tr:last-of-type td {
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .age-group .accordion-wrap.inside .accordion-content table tr:last-of-type td {
    padding-bottom: 46px;
  }
}
.age-group .accordion-wrap.inside .accordion-content table tr:last-of-type td::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.age-group .accordion-wrap.inside .accordion-content table tr:last-of-type td:nth-of-type(2) {
  border-bottom: 1px solid #1EA1ED;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.age-group .accordion-wrap.inside .accordion-content table tr:last-of-type td:nth-of-type(2)::after {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.age-group .accordion-wrap.inside .accordion-content table tr:last-of-type td:nth-of-type(3) {
  border-bottom: 1px solid #16DB9B;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.age-group .accordion-wrap.inside .accordion-content table tr:last-of-type td:nth-of-type(3)::after {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.age-group .accordion-wrap.inside .accordion-content table tr:last-of-type td:nth-of-type(4) {
  border-bottom: 1px solid #FF91A1;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.age-group .accordion-wrap.inside .accordion-content table tr:last-of-type td:nth-of-type(4)::after {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.age-group .accordion-wrap.inside .accordion-content table tr th {
  box-shadow: none;
  padding: 12px 10px;
  border: none;
  font-weight: 300;
}
.age-group .accordion-wrap.inside .accordion-content table tr th:first-of-type {
  background-color: transparent;
}
.age-group .accordion-wrap.inside .accordion-content table tr th:nth-of-type(2) {
  border-left: 1px solid #1EA1ED;
  border-right: 1px solid #1EA1ED;
  border-top: 10px solid #1EA1ED;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.age-group .accordion-wrap.inside .accordion-content table tr th:nth-of-type(3) {
  border-left: 1px solid #16DB9B;
  border-right: 1px solid #16DB9B;
  border-top: 10px solid #16DB9B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.age-group .accordion-wrap.inside .accordion-content table tr th:nth-of-type(4) {
  border-left: 1px solid #FF91A1;
  border-right: 1px solid #FF91A1;
  border-top: 10px solid #FF91A1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.age-group .accordion-wrap.inside .accordion-content table tr th strong {
  font-weight: 600;
}
.age-group .accordion-wrap.inside .accordion-content table tr td {
  box-shadow: none;
  padding: 12px 10px;
  border: none;
}
@media only screen and (min-width: 768px) {
  .age-group .accordion-wrap.inside .accordion-content table tr td {
    padding: 26px 10px;
  }
}
.age-group .accordion-wrap.inside .accordion-content table tr td:nth-of-type(2) {
  border-left: 1px solid #1EA1ED;
  border-right: 1px solid #1EA1ED;
}
.age-group .accordion-wrap.inside .accordion-content table tr td:nth-of-type(3) {
  border-left: 1px solid #16DB9B;
  border-right: 1px solid #16DB9B;
}
.age-group .accordion-wrap.inside .accordion-content table tr td:nth-of-type(4) {
  border-left: 1px solid #FF91A1;
  border-right: 1px solid #FF91A1;
}
.age-group .accordion-wrap .accordion-header {
  padding: 15px 20px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
@media only screen and (min-width: 768px) {
  .age-group .accordion-wrap .accordion-header {
    padding: 22px 34px;
  }
}
.age-group .accordion-wrap .accordion-header p {
  color: #fff;
  font-weight: 600;
}
.age-group .accordion-wrap .accordion-header .arrow {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .age-group .accordion-wrap .accordion-header .arrow {
    right: 30px;
    top: 20px;
  }
}
.age-group .accordion-wrap .accordion-content {
  padding: 20px 20px 10px 20px;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-x: scroll;
}
@media only screen and (min-width: 768px) {
  .age-group .accordion-wrap .accordion-content {
    overflow-x: hidden;
    padding: 45px 27px;
  }
}
.age-group .accordion-wrap .accordion-content.active {
  display: block;
}
.age-group .accordion-wrap .top-info-row {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 0;
}
.age-group .accordion-wrap .top-info-row .col {
  padding-left: 8px;
  padding-right: 8px;
}
.age-group .accordion-wrap .accordion-title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #4A4F71;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .age-group .accordion-wrap .accordion-title {
    margin-bottom: 32px;
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.age-group .accordion-wrap .info-data {
  width: calc(100% - 65px);
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #1F3279;
}
.age-group .accordion-wrap .info-tile-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 16px;
}
.age-group .accordion-wrap .info-tile-wrap.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.age-group .accordion-wrap .info-tile-wrap .name {
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: rgba(31, 50, 121, 0.8);
  margin-bottom: 2px;
  text-transform: uppercase;
  padding-top: 5px;
}
.age-group .accordion-wrap .info-tile-wrap .data {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #1F3279;
  margin-bottom: 5px;
}
.age-group .accordion-wrap .info-tile-wrap .address {
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 400;
  color: #1F3279;
  margin-bottom: 10px;
}
.age-group .accordion-wrap .info-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 18px;
}
.age-group .accordion-wrap .info-block table {
  width: 100%;
  margin-bottom: 0;
}
.age-group .accordion-wrap .info-block table tr.no-border td, .age-group .accordion-wrap .info-block table tr:nth-child(2n).no-border td {
  border-top: none !important;
}
.age-group .accordion-wrap .info-block table tr td, .age-group .accordion-wrap .info-block table tr:nth-child(2n) td {
  background-color: rgba(246, 247, 251, 0.5);
  border: none;
  border-top: 14px solid #fff !important;
  padding: 2px 18px;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #182553;
  text-align: left;
  box-shadow: none;
}
.age-group .accordion-wrap .info-block table tr td:first-of-type, .age-group .accordion-wrap .info-block table tr:nth-child(2n) td:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.age-group .accordion-wrap .info-block table tr td:last-of-type, .age-group .accordion-wrap .info-block table tr:nth-child(2n) td:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.age-group .accordion-wrap .info-block table tr th, .age-group .accordion-wrap .info-block table tr:nth-child(2n) th {
  padding: 4px 18px;
  color: rgba(31, 50, 121, 0.6);
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  text-align: left;
  box-shadow: none;
}
.age-group .info-with-icon-wrap {
  margin-bottom: 20px;
}
.age-group .info-with-icon-wrap .top {
  padding-top: 4px;
  color: rgba(31, 50, 121, 0.8);
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
.age-group .info-with-icon-wrap .bottom {
  color: #1F3279;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
}
.age-group .pick-date-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .age-group .pick-date-wrap {
    padding: 35px 12px;
  }
}
.age-group .pick-date-wrap .pick-date-header {
  margin-bottom: 30px;
}
.age-group .pick-date-wrap .pick-date-header svg {
  vertical-align: middle;
  margin-right: 12px;
}
.age-group .pick-date-wrap .pick-date-header span {
  color: #4A4F71;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.age-group .hour-info {
  padding: 14px 16px;
  border-radius: 3px;
  background-color: rgba(246, 247, 251, 0.5);
  margin-bottom: 20px;
}
.age-group .hour-info .free-places {
  font-size: 0.6875rem;
  line-height: 0.875rem;
  color: #4A4F71;
}
.age-group .hour-info .free-places.disabled {
  color: rgba(74, 79, 113, 0.59);
}
.age-group .hour-info svg {
  margin-right: 6px;
  vertical-align: middle;
}
.age-group .hour-info span {
  color: rgba(31, 50, 121, 0.8);
  font-size: 0.8125rem;
  line-height: 1.375rem;
  font-weight: 500;
  vertical-align: middle;
}
.age-group .hour-info span.disabled {
  color: rgba(74, 79, 113, 0.59);
}
.age-group .hour-info .row {
  padding-top: 28px;
}
.age-group .hour-info .row .col-custom {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1600px) {
  .age-group .hour-info .row .col-custom {
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
    margin-bottom: 0px;
  }
}
.age-group .hour-info label {
  /*&.disabled{
      span{
          color: rgba(74, 79, 113, 0.59);
      }
  }*/
}
.age-group .hour-info label input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin: 0;
  margin-right: 2px;
}
.age-group .hour-info label input[type=checkbox][disabled] {
  filter: brightness(50%);
  opacity: 0.3;
}
.age-group .hour-info label span {
  color: #4A4F71;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-weight: 400;
  vertical-align: top;
}
.age-group .button-wrap {
  padding-top: 20px;
}
.age-group .btn-rounded-blue {
  color: #fff;
  background-color: #2539f2;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
  padding: 11px 83px;
  box-shadow: 0px 10px 20px rgba(37, 57, 242, 0.2);
  -webkit-box-shadow: 0px 10px 20px rgba(37, 57, 242, 0.2);
  -moz-box-shadow: 0px 10px 20px rgba(37, 57, 242, 0.2);
  border-radius: 30px;
  display: inline-block;
}
.age-group .not-available {
  padding: 30px 0;
}
.age-group .not-available .icon-wrap {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.age-group .not-available .svg-with-bg {
  width: 87px;
  height: 87px;
  float: none;
  margin-right: 0;
  margin-bottom: 14px;
  opacity: 0.51;
}
.age-group .not-available .svg-with-bg img {
  width: 35px;
  height: 35px;
}
.age-group .not-available p {
  color: #1F3279;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
}
.age-group .not-available p.small {
  color: rgba(31, 50, 121, 0.8);
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.age-group .svg-with-bg {
  width: 55px;
  height: 55px;
  float: left;
  border-radius: 6px;
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.age-group .svg-with-bg.green {
  background-color: rgba(22, 219, 155, 0.4117647059);
}
.age-group .svg-with-bg.blue {
  background-color: rgba(30, 214, 237, 0.4509803922);
}
.age-group .svg-with-bg.yellow {
  background-color: rgba(237, 209, 30, 0.5882352941);
}
.age-group .svg-with-bg.pink {
  background-color: rgba(255, 145, 161, 0.5490196078);
}
.age-group .svg-with-bg.purple {
  background-color: #9faff0;
  height: auto;
}
.age-group .svg-with-bg.purple img {
  margin-bottom: 48px;
}
.age-group .svg-with-bg img {
  width: 22px;
  height: 22px;
}

.calendar .svg-with-bg {
  width: 55px;
  height: 55px;
  float: left;
  border-radius: 6px;
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.calendar .svg-with-bg.green {
  background-color: rgba(22, 219, 155, 0.4117647059);
}
.calendar .svg-with-bg.blue {
  background-color: rgba(30, 214, 237, 0.4509803922);
}
.calendar .svg-with-bg.yellow {
  background-color: rgba(237, 209, 30, 0.5882352941);
}
.calendar .svg-with-bg.pink {
  background-color: rgba(255, 145, 161, 0.5490196078);
}
.calendar .svg-with-bg.purple {
  background-color: #9faff0;
  height: auto;
}
.calendar .svg-with-bg.purple img {
  margin-bottom: 48px;
}
.calendar .svg-with-bg img {
  width: 22px;
  height: 22px;
}
.calendar .info-tile-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 16px;
}
.calendar .info-tile-wrap.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.calendar .info-tile-wrap .name {
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: rgba(31, 50, 121, 0.8);
  margin-bottom: 2px;
  text-transform: uppercase;
  padding-top: 5px;
}
.calendar .info-tile-wrap .data {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #1F3279;
  margin-bottom: 5px;
}
.calendar .info-tile-wrap .address {
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 400;
  color: #1F3279;
  margin-bottom: 10px;
}

.calendar-container {
  width: 1369px;
  max-width: 100%;
  padding: 15px;
  margin: 0 auto;
  position: relative;
  background-color: #f6f8ff;
}
.calendar-container::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  left: -20%;
  top: 0;
  position: absolute;
  background-color: #f6f8ff;
  z-index: -1;
}
.calendar-container::before {
  content: "";
  display: block;
  top: 0;
  left: -25%;
  width: 150%;
  height: 200px;
  background-color: #2539f2;
  position: absolute;
  z-index: 1;
}
.calendar-container .wave-wrap {
  padding: 100px 0 0px 0;
  margin-bottom: 135px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .calendar-container .wave-wrap {
    padding: 150px 0 0px 0;
    margin-bottom: 265px;
  }
}
.calendar-container .wave-wrap::after {
  content: "";
  position: absolute;
  left: -100%;
  width: 300%;
  height: 100%;
  top: 0;
  background-color: #2539f2;
}
.calendar-container .header-white {
  font-size: 2.25rem;
  line-height: 2.625rem;
  color: #fff;
  font-weight: 900;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  position: relative;
  z-index: 2;
}
.calendar-container .buttons-wrap {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding-top: 30px;
}
.calendar-container .buttons-wrap .btn {
  display: block;
  margin: 0 8px;
  padding: 12px 40px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 16px;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.calendar-container .buttons-wrap .btn.active, .calendar-container .buttons-wrap .btn:hover {
  background-color: #fff;
  color: #2539f2;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .calendar-container .buttons-wrap .btn {
    padding: 12px 60px;
    display: inline-block;
  }
}
.calendar-container .calendar-wave {
  position: absolute;
  top: 100%;
  left: -30%;
  width: 160%;
  height: auto;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .calendar-container .calendar-wave {
    top: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .calendar-container .calendar-wrap .row .col {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .calendar-container .calendar-wrap .row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.calendar .day-title {
  display: none;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: rgba(74, 79, 113, 0.737254902);
  font-weight: 500;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .calendar .day-title {
    display: block;
  }
}
.calendar .hour-title {
  font-size: 0.875rem;
  line-height: 1rem;
  color: rgba(74, 79, 113, 0.737254902);
  font-weight: 400;
  margin-bottom: 20px;
  padding-top: 30px;
}
.calendar .group:not(.pop) {
  cursor: pointer;
  display: block;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(66, 68, 90, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(66, 68, 90, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(66, 68, 90, 0.2);
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #fff;
  padding: 6px 35px 6px 12px;
  position: relative;
}
.calendar .group:not(.pop).disabled {
  background-color: #fbfcff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(66, 68, 90, 0.05);
  -moz-box-shadow: 0px 0px 8px 0px rgba(66, 68, 90, 0.05);
  box-shadow: 0px 0px 8px 0px rgba(66, 68, 90, 0.05);
}
.calendar .group:not(.pop) .group-title {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #4a4f71;
  font-weight: 500;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .calendar .group:not(.pop) .group-title {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .calendar .group:not(.pop) .group-title {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.calendar .group:not(.pop) .age {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: rgba(74, 79, 113, 0.737254902);
  font-weight: 400;
  margin-bottom: 0;
}
.calendar .group:not(.pop) .right {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.calendar .group:not(.pop) .right .free {
  color: #fff;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: 700;
}
.calendar .group:not(.pop) .right .no-free {
  color: rgba(74, 79, 113, 0.737254902);
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: rgba(74, 79, 113, 0.737254902);
  font-weight: 400;
  display: inline-block;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .calendar .group:not(.pop) .right .no-free {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .calendar .group:not(.pop) .right .no-free {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

.pop-up {
  width: 500px;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  top: 6%;
  cursor: default;
  max-height: 100%;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .pop-up {
    width: 551px;
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
  }
}
.pop-up::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 9;
}
.pop-up .top-wrap {
  background-color: #fff;
  padding: 26px 115px 26px 45px;
  position: relative;
  z-index: 99;
}
.pop-up .top-wrap .close-icon {
  position: absolute;
  right: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 19px;
  height: 19px;
}
.pop-up .top-wrap .close-icon svg {
  width: 100%;
  height: 100%;
}
.pop-up .top-wrap p {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #4A4F71;
  margin-bottom: 0;
}
.pop-up .top-wrap p.name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #4A4F71;
  margin-bottom: 4px;
}
.pop-up .bottom-wrap {
  background-color: #F6F7FB;
  padding: 12px 25px;
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .pop-up .bottom-wrap {
    padding: 26px 45px;
  }
}
.pop-up .button-wrap {
  padding: 56px 0 45px 0;
}
.pop-up .button-wrap .btn-blue {
  font-size: 0.9375rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #fff;
  background-color: #2539f2;
  display: inline-block;
  padding: 12px 95px;
  border-radius: 10px;
}

#Content {
  z-index: auto !important;
}

.slider-nav-wrap {
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .slider-nav-wrap {
    display: none;
  }
}
.slider-nav-wrap .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
}
.slider-nav-wrap .prev-arrow {
  left: 0;
}
.slider-nav-wrap .next-arrow {
  right: 0;
}

.slider-nav .day-nav {
  text-align: center;
}/*# sourceMappingURL=main.min.css.map */