/*........ specification ........*/
* {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif; 
}

.wp-block-list {
	    padding: revert;
}

.wp-block-list li {
	    display: list-item;
	    padding: revert;
}

html, 
body {
  overflow-x: hidden;
}
.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

body {
  color: #000;
  font-size: 14px;
  margin: 0;
    background: url('../img/base.jpg')no-repeat center top/cover;
  
  padding: 0;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  color: #464B4F;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;

}

img {
  width: 100%;
}

a, a:hover, a:active {
  text-decoration: none;
}

a, button, input {
  transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
  outline: none;
  cursor: pointer;
}

img, .swiper-button-lock {
  display: block;
}

.btn, button, input{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

.container {
  margin: 0 auto;
  width: 1240px;
  padding: 0 20px;
}

.container-min {
    max-width: 1105px;
    width: 100%;
}

.mobile__wrap .buy-ticket {
    margin-bottom: 20px;
}

.buy-ticket, .more  {
    display: block;
    text-align: center;
    padding-top: 12px;
  border-radius: 100px;
  color: #4F006A;
  height: 51px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.buy-ticket {
  width: 197px;
  background: #00F800;
  border: none;
}
.buy-ticket:hover, .more:hover {
    background: #4F006A;
    color: #00F800;
}
.more {
  text-align: center;
  padding-top: 0px;
  width: 163px;
  line-height: 45px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #4F006A
}

.swiper-wrapper {
  width: 100%;
}

.swiper-block {
    position: relative;
}

.header__logo img {
    width: 100%;
    height: 100%;
  object-fit: cover
}

/*mobile*/

.mobile-menu {
	    display: none;
  position: fixed;
  background: #4F006A;
  transition: transform 0.5s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 100;
  padding: 42px 0 72px;
  transform: translateX(100%);
}

.mobile-menu.active {
  transform: translateX(0%);
}

.mobile-menu.disactive {
  transform: translateX(100%);
}

.mobile__logo {
  width: 97px;
  height: 97px;
  display: block;
  margin-bottom: 66px;
}

.mobile__wrap {
  font-size: 15px;
  line-height: 18.29px;
  color: #fff;
}

.mobile-menu nav ul {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
}

.mobile__address {
    width: 320px;
}

.mobile-menu nav ul a:hover,
.mobile-menu nav ul a:active,
.mobile-menu nav ul a {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  display: block;
  margin-bottom: 14px;
}

.mobile-socials {
  display: flex;
    width: 260px;
  justify-content: space-between;
  align-items: center;
  margin-top: 53px;
}

.mobile-socials div{
  width: 37px;
}

.mobile-socials .mobile-socials__mail {
  width: 51px;
}

.mobile__phone:hover,
.mobile__phone:active,
.mobile__phone {
  color: #fff;
  font-weight: 700;
  display: block;
  margin: 6px 0 15px;
}

.mobile__block {
  position: relative;
}

.mobile__close {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  border: none;
  padding: 0;
  right: 0;
  height: 37.62px;
  width: 37.62px;
  transform: rotate(45deg);
  background: rgba(0, 0, 0, 0);
}

.mobile__close span:nth-child(1){
  width: 5px;
  display: block;
  background: #fff;
  height: 37px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.mobile__close span:nth-child(2){
  width: 37px;
  display: block;
  background: #fff;
  height: 5px;
  margin-top: -50%;
  transform: translateY(-50%);
}

.bg-img {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
}

.bg-element {
  position: absolute;
  top: 776px;
  right: 0;
  z-index: 1;
}

.mobile-btn {
  display: none;
  border: none;
  margin-left: auto;
  background: rgba(0, 0, 0, 0);
}

.header-wrap,
.offer-slider__container,
.info__container,
.services__container,
.price__container,
.goods-slider__container,
.form__container,
.partners__container {
  z-index: 2 !important;
  position: relative; 
}


.arrow-left,
.arrow-right {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border: none;
  z-index: 1;
  font-size: 40px;
}

.offer__container,
.goods-slider__container {
    position: relative;
}

.arrow-left {
left: -50px;
}

.arrow-right {
 right: -50px;
}

.services-birthday__img-mobile,
.services-date__img-mobile,
.services-quest__img-mobile,
.services-right__img-mobile,
.services-left__img-mobile {
  display: none;
}

.partners-mobile {
  display: none;
}

/*end specification*/


/*........ header ........*/
.header {
  padding: 35px 0 34px;
  color: #fff;
}

.header__logo {
display: block;
    margin-top: 41px;
    margin-right: 62px;
    height: 135px;
}

.header-up {
  display: flex;
  justify-content: space-between;
  width: 940px;
}

.header-up__title {
  font-weight: 400;
  text-align-last: left;
  margin-bottom: 13px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}

.header-up__block {
  width: 404px;
  display: flex;
  justify-content: space-between;
}

.header-wrap {
  display: flex;
}

.header-up__logo-mayor {
  margin-top: 10px;
}

.footer__wrap,
.header-up__wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;
  margin-left: auto;
}

.header-up__time {
	font-weight: 600;
    color: #fff;
    text-decoration: underline;
}


.footer__address,
.header-up__address,
.header-up__time {
  font-size: 15px;
  line-height: 18px;
}
.footer__address,
.header-up__address {
  width: 241px;
}
.footer__time,
.header-up__time {
  width: 144px;
}

.header-up__phone:hover,
.header-up__phone:active,
.header-up__phone {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  margin: 6px 0 15px;
}

.header-down {
  display: flex;
  align-items: center;
  margin-top: 28px;
	justify-content: space-between;
}

.header-menu {
  display: flex;
  justify-content: space-between;
    width: 776px;
    margin-right: 29px;
}

.header-menu__item a:hover,
.header-menu__item a:active,
.header-menu__item a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}



/*........ offer-slider ........*/

.offer-slider {
  padding-bottom: 54px;
}

.offerSlider{
    width: 100%;
}

.goodsSlider {
    width: 100%;
}

.offer-slider__item {
  width: 1169px;
  margin: 0 auto; 
}

.offer-slider__item img {
  width: 100%;
}

.offer-slider__img {
  position: relative;
  display: none;
  z-index: 2;
}



/*........ info ........*/

.info-content h1 {
  margin-bottom: 41px;
}

.info-content h1 strong{
  background: #4F006A;
  font-family: 'Unbounded';
  color: #fff;
  font-size: 77px;
  line-height: 81px;
	font-weight: 600;
  display: block;
  padding: 2px 8px;
}

.info-content h1 strong:nth-child(1){
  width: 617px;
  margin-left: 55px;
}

.info-content h1 strong:nth-child(2){
  width: 340px;
  margin-left: 55px;
}

.info-content h1 strong:nth-child(3){
  width: 630px;
}

.info-content__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  width: 576px;
}

.info-content__text p {
  margin-bottom: 25px;
  margin-left: 55px;
}

.info-content__text strong {
  font-weight: 600;
}

.info__img {
  position: absolute;
  right: 83px;
  top: 0;
}

.info-stats {
  margin-top: 65px;
  border: 6px solid #fff;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  padding: 49px 60px 54px;
}

.info-stats__title {
  font-family: 'Unbounded';
  font-size: 80px;
  line-height: 81px;
  color: #fff;
}

.info-stats__subtitle {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  width: 220px;
  margin: 0 auto;
}

.info-stats__subtitle_short {
  width: 120px;
}

.info-bottom__text {
  font-family: 'Unbounded';
  width: 250px;
  text-align: right;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  margin: 30px auto 21px;
  transform: translateX(-37%);
}

.info-bottom .buy-ticket {
  margin: 0 auto;
  display: block;
  transform: translateX(-31%);
}

.info-bottom__card {
  position: absolute;
  right: 240px;
  bottom: -45px;
  z-index: 0;
}



/*........ services ........*/

.services {
  position: relative;
  background: url('../img/background-img/beck.png')no-repeat center top/cover;
  font-size: 24px;
  line-height: 24px;
    padding-top: 79px;
    background-size: 100% 100%;
    margin-top: -64px;
    padding-bottom: 109px
}

.services i {
  color: #4F006A;
  margin: 0 12px 0 22px;
}


.services__wrap {
  display: flex;
  margin-top: 60px;
  justify-content: space-around;
}

.services-left {
  width: 499px;
  margin-right: 80px;
  text-align: right;
}

.services-left__img {
  position: absolute;
  left: -35px;
}

.services-left .services__title {
  margin-top: 500px;
}

.services-date .services__title,
.services-left .services__title {
  text-align: right;
}


.services-right {
  width: 520px;
}

.services-right__img {
  position: absolute;
  top: 625px;
  right: -120px;
  z-index: -1;  
}

.ruble {
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: 0px 12px 0 22px;
}

.services__title {
  font-family: 'Unbounded';
  font-size: 40px;
  color: #4F006A;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: left;
}

.services__subtitle {
  margin: 10px 0 25px;
  font-size: 24px;
  line-height: 24px;

}

.services__info {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.services__info i:nth-child(1) {
    margin-left: 0;
}

.services-date .services__info,
.services-left__wrap .services__info {
  justify-content: flex-end;
}

.services__text span {
  font-weight: 500;
}

.services-left .services__text {
  margin-bottom: 48px;
}

.services-right .services__text p  {
  margin-bottom: 28px;
}

.services__btns {
  width: 372px;
  display: flex;
  justify-content: space-between;
} 

.services-left .services__btns {
  margin-left: auto;
} 

.services-benefit {
  background: #4F006A;
  border-radius: 40px;
  display: flex;
  padding: 25px;
  margin-top: 61px;
  position: relative;
  z-index: 1;
  height: 140px;
}

.services-benefit__title {
  font-family: 'Unbounded';
  font-size: 40px;
  line-height: 40px;
  text-align: right;
  color: #fff;
  width: 300px;
}

.services-benefit__percent {
  font-family: 'Unbounded';
  font-size: 96px;
  line-height: 97px;
  color: #00F800;
  margin: 0 55px;
}

.services-benefit__text {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  width: 282px;
}

.services-benefit__text span {
  font-weight: 700;
  color: #00F800;
} 

.services-benefit___btn {
  width: 228px;
  text-align: center;
  padding: 12px;
  position: relative;
  margin: 19px 0 0 35px;
  z-index: 1;
}

.services-benefit__buy {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 55px;
}

.services-benefit__buy .buy-ticket {
    position: relative;
    z-index: 2;
}

.services-benefit__bg {
  position: absolute;
  top: -75px;
  right: 50px;
}

.services-quest,
.services-date, 
.services-birthday {
  display: flex;
  position: relative;
}

.services-quest {
  margin-top: 81px;
}
.services__text_mb {
  margin-bottom: 27px;
}

.services-quest__img {
  position: absolute;
  top: -130px;
  left: -80px;
  z-index: -1;
}

.services-quest__info {
  margin-left: 55%;
  width: 517px;
}

.services-date__info {
  text-align: right;
  width: 457px;
  margin-top: 61px
}

.star {
  position: absolute;
  top: 32px;
  left: 450px;
}

.services-date__img {
  position: absolute;
  top: 10px;
  right: 57px;
}

.services-date__info .services__btns {
  margin-left: auto;
}

.services-birthday__img {
  position: absolute;
  top: -118px;
  z-index: -1;  
}

.services-birthday__info {
  margin-left: 55%;
  width: 532px;
  transform: translateY(-30px);
}

/*........ price ........*/

.price {
  padding: 193px 0 44px;
}

.price__bg-img {
  position: absolute;
top: -443px;
    right: -14%;
    clip-path: polygon(0 22%, 100% 18%, 100% 100%, 0% 100%);
}

.price__img {
  position: absolute;
    top: -297px;
  right: 35px;
}

.services__container {
  position: relative;
}

.price__title {
  font-family: 'Unbounded';
  font-size: 40px;
  line-height: 40px;
  text-align-last: left;
  margin-left: 100px;
  color: #fff;
}

.price-table {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-align: right;
  width: 895px;
  position: relative;
}

.cost  .price-table {
        font-size: 31px;
    line-height: 31px;
    width: 100%;
}

.price-table_bold {
  font-weight: 700;
}



.price-table__head, .price-table__excursion  {
     display: flex;
 justify-content: space-between;
     padding: 26px 0;
}

.price-table__excursion {
    border-top: 1px solid #fff;
}

body .price-table__birthday .price-table_bold,
.price-table__birthday .price-table__item {
    margin-bottom: 0px;
    height: 117px;
}

body .cost-table__birthday .cost-table_bold,
.cost-table__birthday .cost-table__item {
    margin-bottom: 0px;
    height: 117px;
}

.price-table__excursion::after,
.price-table__head::after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  top: 0;
  height: 100%;
  background: #fff;
}
.price-table__head::after {
  left: 252px;
}
.price-table__excursion::after {
  left: 650px;
}

.cost .price-table__excursion::after {
    left: 865px;
}

.price-table__left {
  width: 280px;
}

.price-table__middle {
  width: 240px;
}

.price-table__right {
  width: 204px;
}

.price-table__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: end;
}

.price-table__item {
display: flex;
    width: 100%;
    justify-content: end;
}

.price-tab__left {
    display: flex;
    width: 50%;
    justify-content: space-between;
    margin-bottom: 23px;
}

.price-tab__left-text {
    width: 63%;
}

.price-tab__right {
    width: 42%;
}

/*........ goods-slider ........*/

.goods-slider__wrap {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}

.goods-slider__item {
  background: #fff;
  border-radius: 40px;
  padding: 25px 29px;
  text-align: center;
}

.goods-slider__item .buy-ticket {
    margin: 0 auto;
}

.goods-slider__img img {
  display: block;
  margin: 0 auto; 
  border-radius: 40px;
}

.goods-slider__incorrect {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #B9B9B9;
  position: relative;
  margin-top: 20px;
}
.goods-slider__incorrect::after {
  position: absolute;
  width: 90px;
  height: 2px;
  content: '';
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #B9B9B9;
}

.goods-slider__correct {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #4F006A;
  margin: 6px 0 19px;
}

.form {
  position: relative;
  z-index: 1;
}

.form__bg {
  position: absolute;
    top: -420px;
  width: 800px;
  left: 0;
}

.form__block {
  margin-top: 87px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.form__wrap {
  width: 100%;
  padding: 50px 72px;
  border: 5px solid #fff;
  border-radius: 40px;
}

.form__title {
  font-family: 'Unbounded';
  font-size: 40px;
  line-height: 40px;
  width: 270px;
  margin-bottom: 27px;
  color: #fff;
}

.form__subtitle {
  font-size: 24px;
  line-height: 24px;
  width: 287px;
  margin-bottom: 25px;
}

.form form {
  width: 610px;
  display: flex;
  flex-direction: column;
}

.form__input {
  background: #fff;
  height: 51px;
  width: 100%;
  border: none;
  padding-left: 20px;
  border-radius: 40px;
  margin-bottom: 34px;
} 

.form__btn {
  width: 234px;
  padding: 13px 20px;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  border: none;
  border-radius: 40px;
  color: #4F006A;
}

.footer {
  background: #4F006A;
  padding: 71px 0 76px;
}

.footer__block {
  display: flex;
  width: 100%;
  justify-content: space-between; 
}

.footer-menu__item a:hover,
.footer-menu__item a:active,
.footer-menu__item a {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  margin-bottom: 14px;
  color: #fff;
}

.footer-socials {
  display: flex;
  width: 290px;
  justify-content: space-between;
}

.footer__wrap {
  margin: 0;
  color: #fff;
}

.footer__phone:hover,
.footer__phone:active,
.footer__phone {
  color: #fff;
  font-weight: 700;
  margin: 6px 0 15px;
}

.partners {
  padding: 152px 0 208px;
}

.partners__title {
  font-family: 'Unbounded';
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  width: 287px;
  text-align: right;
  text-decoration: underline;
}

.partners__item {
  display: flex;
  width: 1012px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 63px;
}



/*Добавить*/

.mobile .buy-ticket {
  margin-top: 20px;
}

.city {
  padding-bottom: 261px;
  position: relative;
  z-index: 1;
}

.city-bg {
  position: relative;
  background: linear-gradient(337.03deg, #9685FF 40.32%, #F56EEE 60.1%, #798CE8 93.81%);
}

.city-bg__left-img {
  position: absolute;
  left: 0;
  top: 0;
}

.city-bg__man-img {
  position: absolute;
  width: 650px;
  top: 0;
  left: 50%;
}

.city-bg__right-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.city-head__logo {
  width: 197px;
  height: 197px;
}

.city-head {
  padding-top: 87px;
  position: relative;
}

.city-head__title {
  position: absolute;
  top: 145px;
  left: 300px;
}

.city-choose {
  margin-top: 106px;;
}

.city-head__title span{
  background: #4F006A;
  font-family: 'Unbounded';
  font-weight: 700;
  color: #fff;
  font-size: 63px;
  line-height: 68px;
  display: block;
  padding: 2px 8px;
}

.city-head__title span:nth-child(1){
  width: 505px;
  margin-left: 55px;
}

.city-head__title span:nth-child(2){
  width: 290px;
  margin-left: 55px;
}

.city-head__title span:nth-child(3){
  width: 505px;
}

.city-choose__title {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}

.city-choose__wrap {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}

.city-choose__item {
  margin: 29px 37px 0 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  background: #fff;
  padding: 21px 50px 25px;
  border-radius: 100px;
  color: #4F006A;
}

.city-choose__item:hover {
    color: #FFFFFF;
    background: #4F006A;
}

.city-info {
  position: relative;
  margin-top: 106px;
}

.city-info__text {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 65px;
  font-family: 'Unbounded';
  max-width: 734px;
  width: 100%;
}

.city-info__text p {
  font-weight: 400;
  font-family: 'Unbounded';
}

.city-info__text span {
  display: inline-block;
  font-family: 'Unbounded';
  font-size: 64px;
  font-weight: 700;
  line-height: 60px;
  background: #4F006A;
}

.city-info__img {
  margin-bottom: 27px;
  position: absolute;
  top: 0;
  right: 0;
}

.city-info__partner {
  font-family: 'Unbounded';
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  width: 186px;
  color: #fff;
  text-align: right;
  margin-left: auto;
  margin-right: 22px;
}

.about {
  padding: 88px 0 50px;
  color: #fff;

}

.about__container,
.mission__container {
  position: relative;
  z-index: 2 !important;
}

.about-bg-element {
  position: absolute;
  left: 50%;
  transform: translateX(-10%);
  top: 100px;
  z-index: -1;
}

.about__wrap {
  display: flex;
  align-items: center;
}

.about__right img {
    margin: 0 40px;
}

.about__title {
  font-family: 'Unbounded';
  font-size: 80px;
  font-weight: 700;
  line-height: 81px;
}

.about__subtitle {
  margin-top: 52px;
  font-size: 36px;
  line-height: 36px;
  max-width: 611px;
  width: 100%;
}

.about__text {
  margin-top: 32px;
  max-width: 611px;
  width: 100%;
}

.about__text p {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
}

.about__text img {
  display: none;
}

.mission {
  z-index: 0;
  margin-top: -50px;
  background: url(../img/ways/bg.png) center top/cover no-repeat;
  background-size: 100% 100%;
  padding-top: 78px;
  color: #4F006A;
}

.mission__signature {
  font-size: 36px;
  line-height: 36px;
}

.mission__title {
  font-family: 'Unbounded';
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  margin-top: 33px;
  max-width: 952px;
  width: 100%;
  color: #4F006A;
}

.mission-advantages {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mission-advantages__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.mission-advantages__info,
.mission-advantages__text {
  width: 550px;
  margin-bottom: 60px;
  font-size: 24px;
  line-height: 24px;
  margin-top: 31px;
}

.mission-advantages__info {
  width: 591px;
  color: #fff;
  background: #4F006A;
  padding: 36px 23px 41px 43px;
  border-radius: 30px;
}

.goals {
  margin: -1px 0;
  background: #FFECF6;
  position: relative;
  z-index: 2;
}

.goals__element {
  position: absolute;
  z-index: -1;
  width: 1000px;
  left: -20%;
    top: 25%;
    transform: translateY(-42%);
}

.goals__wrap {
  display: flex;
  color: #4F006A;
}

.goals__left {
  max-width: 557px;
  width: 100%;
}

.goals__left img:nth-child(2) {
  margin-top: 30px;
}

.goals__right {
  margin-left: 96px;
  max-width: 502px;
  width: 100%;
} 

.goals__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color:#4F006A;
  margin-bottom: 64px;
}

.goals__caption {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.goals__text {
  margin: 22px 0;
  font-size: 24px;
  line-height: 24px;
}

.grants {
  padding-top: 101px;
  background: #4F006A;
  color: #fff;
}

.grants__title {
  color: #fff;
  font-family: 'Unbounded';
  font-size: 80px;
  font-weight: 700;
  line-height: 81px;
  text-align: left;
}

.grants__block {
  margin-top: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grants__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 225px;
    width: 500px;
    margin-bottom: 119px;
}

.grants__name {
  max-width: 395px;
  width: 100%;
  font-size: 24px;
  line-height: 24px;
}

.grants__img1 {
    max-width: 195px;
    height: 112px;
    object-fit: contain;
    width: max-content;
}


.town {
  padding: 77px 0 106px;
  color: #fff;
  background: transparent;
}

.town__wrap {
  display: flex;
  align-items: center;
}


.town__left {
  max-width: 453px;
  width: 100%;
}

.town__right {
  max-width: 667px;
  width: 100%;
  margin-left: 102px;
}

.town__city {
  background: #4F006A;
  font-family: 'Unbounded';
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  display: inline-block;
  padding: 4px 8px;
  margin-left: 30px;
}

.town__days {
  margin: 17px 0 0 30px;
  font-family: 'Unbounded';
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.town__name {
  margin: 33px 0 0 30px;
  font-family: 'Unbounded';
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
}

.town__phone {
  font-family: 'Unbounded';
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  margin-top: 43px;
}

.location {
  padding: 56px 0 180px;
  color: #fff;
  position: relative;
}

.location__wrap {
  position: relative;
  z-index: 1;
}

.location__title {
  color: #fff;
  font-family: 'Unbounded';
  font-size: 80px;
  font-weight: 700;
  line-height: 81px;
}

.location__subtitle {
   max-width: 476px;
   width: 100%;
  font-size: 36px;
  line-height: 36px;
  margin-top: 52px;
}

.location__time {
  font-size: 24px;
  line-height: 24px;
  max-width: 378px;
  width: 100%;
  margin-top: 40px;
}

.location__img {
  position: absolute;
  bottom: -163px;
  width: 931px;
  left: 46%;
  z-index: 1;
}

.location__img-th {
  position: absolute;
  z-index: 0;
  width: 792px;
  left: 35%;
  bottom: -332px;
}

.location__img-th-mobile {
  display: none;
}

.ways {
  margin-top: -73px;
  position: relative;
  z-index: 1;
  position: relative;
  padding: 78px 0 178px;
  color: #4F006A;
  background: url(../img/ways/bg.png) center top/cover no-repeat;
  background-size: 100% 100%;
}

.ways-element {
  position: absolute;
  top: 130px;
  z-index: -1;
  width: 800px;
  right: 0;
}

.ways__title {
  font-family: 'Montserrat';
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #4F006A;
  margin-bottom: 77px;
}

.ways-item {
  display: flex;
  align-items: end;
}

.ways-item:nth-child(1) {
  margin-bottom: 143px;
}

.ways-item__map {
  max-width: 600px;
  width: 100%;
}

.ways-item__title {
  font-family: 'Unbounded';
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.ways-item__caption {
  margin-top: 45px;
  font-size: 24px;
  line-height: 24px;
}

.ways-item__caption span {
  font-weight: 700;
}

.ways-item__map img {
  margin: 17px 128px 0 0;
  width: 600px;
}

.ways-item__instraction {
  margin-left: 128px;
}

.ways-item__text {
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 24px;
}

.ways-item__video {
  width: 227px;
  height: 400px;
  background: #D9D9D9;
}

.ways__info {
  margin-top: 48px;
  font-size: 24px;
  line-height: 24px;
  max-width: 565px;
  width: 100%;
}

.ways__info a {
    color: #4F006A;
    text-decoration: underline;
}



.body-top-img {
  position: absolute;
  top: 0;
  left: 0;
    width: 1134px;
}

.body-top-img-mobile {
  display: none;
}

.info-slider {
  background: url(../img/team/bg.png) center top/cover no-repeat;
  background-size: 100% 100%;
  padding: 100px 0 190px;
  position: relative;
  margin-bottom: -50px;
  z-index: 2;
}

.arrow-info {
  color: #4F006A;
  border-radius: 100%;
  width: 46px;
  height: 46px;
  padding: 0;
  font-size: 42px;
}

.info-slider__title {
  font-family: 'Unbounded';
  font-size: 80px;
  font-weight: 700;
  line-height: 81px;
  color: #4F006A;
  text-align: left;
  margin-bottom: 95px;
}


.goals__element-mobile, .mob {
    display: none;
  }
  
  .closeJs button {
      border: none;
  }

.test-block {
    position: fixed;
    cursor: pointer;
    z-index: 12;
    background: #fff;
    bottom: 95px;
    padding: 27px 23px;
    width: 259px;
    height: 166px;
    text-align: right;
    border-radius: 10px;
    right: 20px;
}

.test-block span:nth-child(1) {
    font-family: 'Unbounded';
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    display: block;
}


.test-block span:nth-child(2) {
	margin-top: 7px;
	font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    display: block;
}

.test-block__img {
    width: 190px;
    position: absolute;
    top: -64px;
    left: -94px;
}


.test-block__img-close {
    width: 40px;
    position: absolute;
    top: -42px;
    right: 6px;
}





.test-block__btn {
    display: block;
    border: none;
    background: #00F800;
    color: #4F006A;
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 13px;
    width: max-content;
    margin-top: 15px;
    margin-left: auto;
    font-family: 'Montserrat';
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
}


.programs {
  padding: 50px 0 165px;
  color: #fff;
  position: relative;
}

.programs__title {
  font-family: 'Unbounded';
  font-size: 80px;
  font-weight: 700;
  line-height: 81px;
  margin-bottom: 62px;
}

.programs__text {
  font-size: 24px;
  line-height: 24px;
  max-width: 611px;
  width: 100%;
}

.programs__text span {
  font-weight: 600;
} 

.programs__img {
  width: 825px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.excursions {
  margin-top: -100px;
  padding-top: 150px;
  position: relative;
  background: url(../img/mission/bg.png) center top/cover no-repeat;
  background-size: 100% 600%;
}

.excursions__wrap {
  display: flex;
  align-items: end;
    justify-content: space-between;
}

.excursions__left {
 max-width: 527px;
 width: 100%; 
}

.excursion__header {
  display: flex;
}

.excursions__subtitle {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 31px;
}

.excursions__text {
  font-size: 24px;
  line-height: 24px;
  
}

.excursions__text span {
  font-weight: 600;
}

.excursions__title {
  margin: 0 28px 10px 0;
  font-family: 'Unbounded';
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #4F006A;
}

.features {
  background: #FFECF6;
  padding-top: 50px;
}

.features__wrap {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border: 2px solid #000;
  width: 100%;
  height: 280px;
  padding: 46px 70px 44px 56px;
  border-radius: 20px;
}

.features__wrap ul {
  display: flex;
  flex-direction: column;
}

.features__wrap li {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px; 
}

.features__wrap img {
  width: 30px;
  height: 30px;
  margin-right: 39px;
}

.features__wrap div {
  max-width: 362px;
  width: 100%; 
}

.master-class {
  background: #FFECF6;
  padding-top: 61px;
}

.master-class__title {
  font-family: 'Unbounded';
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #4F006A;
}

.master-class-item__text,
.master-class__text {
  margin-top: 26px;
  font-size: 24px;
  line-height: 24px;
  max-width: 1039px;
  width: 100%;
}

.birthday__text strong,
.quest__text strong,
.excursions__text strong,
.master-class-item__text strong,
.master-class__text strong {
  font-weight: 600;
}

.master-class__block {
  margin-top: 41px;
  display: flex;
  justify-content: space-between;
}

.master-class-item {
  max-width: 521px;
  width: 100%;
}

.master-class-item img {
  border-radius: 23px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.master-class-item__title {
  max-width: 461px;
  width: 100%;
  margin-top: 48px;
  color: #4F006A;
  font-family: 'Unbounded';
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.master-class-item .buy-ticket {
  margin-top: 30px;
  display: block;
}

.goods-slider_bg {
  background: #FFECF6;
  padding-top: 63px;
  position: relative;
}

.goods-slider__img-bg {
  position: absolute;
  right: 0;
  top: -100px;
  width: 714px;
}

.quest {
  padding: 80px 0 100px;
  background: url(../img/quest/bg.png) center top/cover no-repeat;
  background-size: 100% 83%;
  position: relative;
  z-index: 2;
  margin-bottom: -215px;
}

.quest__bg-img {
  width: 350px;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 1;
}

.quest__wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.quest__left {
  max-width: 521px;
  width: 100%;
}

.quest__header {
  display: flex;
  align-items: center;
}

.quest__title {
  font-family: 'Unbounded';
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 0;
  color: #4F006A;
}

.quest__text {
  margin-top: 38px;
  font-size: 24px;
  line-height: 24px;
}

.quest__text p {
  margin-bottom: 25px;
}

.quest__text span {
  font-weight: 600;
}

.quest__features {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 2px solid #000;
  width: 100%;
  height: 227px;
  padding: 26px 95px 38px 80px;
  border-radius: 20px;
}

.quest__features li {
  display: flex;
  align-items: center;
}

.quest__features img {
  margin-right: 45px;
  width: 30px;
  height: 30px;
}

.quest__features div {
  font-size: 24px;
  line-height: 24px;  
}

.quest__right img {
  width: 521px;
  height: 372px;
  border-radius: 20px;
}

.quest__right img:nth-child(1) {
  margin-bottom: 30px;
}

.birthday {
  padding: 200px 0 40px;
  background: #F5B6D8;
  position: relative;
}

.birthday__header {
  display: flex;
  align-items: center;
}

.birthday__title {
  margin-bottom: 0;
  margin-right: 20px;
  font-family: 'Unbounded';
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #4F006A;
  margin-bottom: 10px;
}

.birthday__subtitle {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 40px;
}

.birthday__img {
  width: 100%;
  border-radius: 20px;
  height: 372px;
  margin-bottom: 40px;
}

.birthday__text {
  font-size: 24px;
  line-height: 24px;
}

.birthday__text span {
  font-weight: 600;
}

.birthday .birthday__img-left {
  position: absolute;
  left: 0;
  width: 627px;
  top: 80px;
  z-index: 1;
}

.birthday .birthday__img-right {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 45px;
    width: 450px;
}

.presents {
  background: #FFECF6 url(../img/presents/bg.png) center top/cover no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: -10px;
}

.presents__title {
  font-family: 'Unbounded';
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 0;
  color: #4F006A;
}

.presents__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 980px;
  margin-top: 27px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 24px;
}

.presents-item {
  background: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 35px 15px 32px 38px;
  width: 461px;
  height: 353px;
}

.presents-item__wrap {
  display: flex;
  align-items: center;
}

.presents-item__wrap img {
  width: 30px;
  height: 30px;
  margin-right: 16px;
}

.presents-item-combo__title,
.presents-item__title {
  font-weight: 700;
}

.presents-item__subtitle {
  font-style: italic;
}

.presents-item__text {
  margin-top: 20px;
}

.presents-item-combo {
  padding-left:18px ;
}

.presents-item-combo__white-plus {
  width: 30px;
  height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.presents-item-combo__text {
  font-style: italic;
  margin-top: 23px;
}

.presents-item-combo__text a {
  display: block;
  color: #000;
  text-decoration: underline;
}

.date {
  background: #FFECF6;
  padding-top: 30px;
}

.date__wrap {
    position: relative;
}

.date__img-bg {
  position: absolute;
  width: 355px;
  z-index: 2;
  top: 6800px;
  right: 50%;
  transform: translateX(280px);
}

.trip__wrap {
  position: relative;
}

.date {
    position: relative;
}

.date__header {
  display: flex;
  align-items: center;
}

.date__title {
  margin-bottom: 0;
  margin-right: 20px;
  font-family: 'Unbounded';
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #4F006A;
}

.date__bg-ball {
    position: absolute;
    width: 880px;
    top: -500px;
    left: 50%;
    z-index: 3;
    transform: translateX(-250px);
}

.date__love {
    position: absolute;
    top: 374px;
    left: 50%;
    z-index: 4;
    width: 424px;
    transform: translateX(-152px);

}


.date__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.date__text {
  max-width: 521px;
  width: 100%;
  font-size: 24px;
  margin-top: 40px;
}

.date__block img {
    max-width: 530px;
  width: 100%;
}

.trip {
  padding: 58px 0 40px;
  background: #FFECF6;
  position: relative;
}

.trip__header {
  display: flex;
  align-items: end;
}

.trip__title {
  max-width: 440px;
  width: 100%;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: 'Unbounded';
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #4F006A;
  margin-bottom: 10px;
}

.trip__img {
  margin-top: 31px;
  width: 100%;
  border-radius: 20px;
  height: 372px;
  margin-bottom: 40px;
}

.trip__text {
  font-size: 24px;
  line-height: 24px;
}

.trip__text p {
  margin-bottom: 60px;
}





.excursions__right {
  max-width: 554px;
  height: 466px;
  margin-left: 53px;
}

.swiper-slide img {
  border-radius: 10px;
}


.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.birthday__img-left-mobile,
.birthday__img-right-mobile,
.goods-slider__img-bg-left {
  display: none;
}


.event {
  color: #fff; 
  padding-bottom: 88px;
  position: relative;
}

.event__element1 {
  position: absolute;
  z-index: -1;
  width: 929px;
  right: 0;
  top: -230px;
}

.event__element2 {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 170px;
  width: 720px;
}

.event__element3 {
  position: absolute;
  right: 50%;
  bottom: 173px;
  z-index: -1;
  width: 772px;
}

.event__element4 {
  width: 483px;
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: -1;
}

.olympiad__title {
  font-family: 'Unbounded';
  font-size: 80px;
  font-weight: 700;
  line-height: 81px;
  margin-bottom: 15px;
}

.olympiad__subtitle {
  max-width: 918px;
  width: 100%;
  font-family: 'Unbounded';
  font-size: 54px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 42px;
}

.olympiad__wrap {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.olympiad .buy-ticket {
  width: 224px;
}

.olympiad__text {
  font-size: 24px;
  line-height: 24px;
  max-width: 588px;
  width: 100%;
}

.olympiad__info {
  font-size: 16px;
  line-height: 16px;
  max-width: 258px;
  width: 100%;
  margin-left: 36px;
}

.olympiad__info a {
  color: #fff;
  text-decoration: underline;
}

.period__info a {
  color: #fff;
}

.period__info a:after {
  content: '';
  display: block;
  width: 223px;
  margin-left: auto;
  height: 1px;
  background: #fff;
}

.olympiad__date {
  font-size: 128px;
  font-weight: 700;
  line-height: 156px;
  margin-top: 90px;
  margin-bottom: 129px;
}

.olympiad__img {
  display: none;
  border-radius: 20px;
}

.period {
  text-align: right;
}

.period__title {
  color: #fff;
  text-align: right;
  font-family: 'Unbounded';
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
  max-width: 326px;
  width: 100%;
  margin-left: auto;
}

.period__text {
  font-size: 24px;
  line-height: 29px;
  max-width: 586px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 70px;
}

.period__img {
  max-width: 469px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 24px;
}

.period__info {
  font-size: 24px;
  line-height: 29px;  
  max-width: 265px;
  width: 100%;
  margin-left: auto;
}

.price__page-img {
    position: absolute;
    right: -50px;
    top: 380px;
    transform: translateX(45px);
    z-index: 1;
}

.price__page-ticket {
  position: absolute;
  width: 600px;
  left: 50%;
  top: 1200px;
}

.offer-slider_page {
  position: relative;
}

.linear-grad-bg {
  position: relative;
}




/*........ cost ........*/

.cost {
  padding: 27px 0 143px;
}

.cost__header {
  display: flex;
  align-items: center;
  margin-bottom: 50px;

}

.cost__title {
  font-family: 'Unbounded';
  font-size: 80px;
  font-weight: 700;
  line-height: 81px;
  text-align: left;
  margin: 0 50px 0 20px;
  color: #fff;

}

.cost-table {
  color: #fff;;
  font-size: 31px;
  line-height: 31px;
  text-align: right;
  width: 100%;
  position: relative;
}

.cost-table_bold {
  font-weight: 700;
}

.cost-table__head,
.cost-table__quest,
.cost-table__master-class,
.cost-table__excursion {
 display: flex;
 justify-content: space-between;
 margin-bottom: 75px;
}

.cost-table__excursion::after,
.cost-table__head::after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  top: 0;
  height: 100%;
  background: #fff;
}
.cost-table__head::after {
  left: 323px;
}
.cost-table__excursion::after {
  left: 906px;
}


.cost-table__birthday::before,
.cost-table__date::before,
.cost-table__master-class::before,
.cost-table__excursion::before,
.cost-table__head::before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  left: 0;
}
.cost-table__head::before {
  top: 126px;
}
.cost-table__excursion::before {
  top: 389px;
}
.cost-table__master-class::before {
  top: 511px;
}

.cost-table__birthday::before {
  top: 789px;
}

.cost-table__date::before{
    top: 690px;
}

.cost-table__left {
  width: 245px;
}

.cost-table__middle {
  width: 380px;
}

.cost-table__right {
  width: 250px;
}

.cost-table__wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.cost-table__item {
  display: flex;
}

.cost-table__wrap .cost-table_bold {
  width: 135px;
  margin-bottom: 17px;
}

/*........ combo ........*/
.combo {
    position: relative;
    z-index: 2;
padding: 155px 0 50px;
background: url(../img/ways/bg.png);
background-size: 100% 200%;
margin-top: -210px;
}

.combo__header {
  display: flex;
  align-items: center;
  margin-bottom: 50px;

}

.combo__title {
  font-family: 'Unbounded';
  font-size: 80px;
  font-weight: 700;
  line-height: 81px;
  text-align: left;
  margin: 0 50px 0 20px;
  color: #4F006A;

}

.combo-table__extra span {
  font-weight: 700;
}

.combo-table {
  color: #4F006A;;
  font-size: 31px;
  line-height: 31px;
  text-align: right;
  width: 100%;
  position: relative;
}

.combo-table_bold {
  font-weight: 700;
}

.combo-table__head,
.combo-table__quest,
.combo-table__master-class,
.combo-table__excursion {
 display: flex;
 justify-content: space-between;
 margin-bottom: 75px;
}

.combo-table__excursion::after,
.combo-table__head::after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  top: 0;
  height: 1200px;
  background: #4F006A;
}
.combo-table__head::after {
  left: 323px;
}
.combo-table__excursion::after {
  left: 906px;
}

.combo-table__quest::before,
.combo-table__master-class::before,
.combo-table__excursion::before,
.combo-table__head::before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background: #4F006A;
  left: 0;
}
.combo-table__head::before {
  top: 126px;
}
.combo-table__excursion::before {
  top: 385px;
}
.combo-table__master-class::before {
  top: 647px;
}

.combo-table__quest::before {
  top: 907px;
}

.combo-table__left {
    width: 280px;
  display: flex;
  flex-direction: column;
}

.combo-table__middle {
  width: 507px;
  margin-right: 73px;
}

.combo-table__right {
  width: 250px;
}

.combo-table__wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.combo-table__item {
  display: flex;
  margin-bottom: 20px;
}

.combo-table__wrap .combo-table_bold {
  width: 135px;
  margin-bottom: 40px;
}

.combo-table__right .combo-table_bold:nth-child(1) {
  margin-bottom: 58px;
}


.birthday__wrap {
    position: relative;
    z-index: 2;
}

.cost__container {
    position: relative;
    z-index: 2;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

.presents__wrap,
.trip__wrap,
.date__wrap {
    position: relative;
    z-index: 6;
}

.programs__text strong {
    font-weight: 700;
}



.town {
  padding: 77px 0 106px;
  color: #fff;
}

.town__wrap {
  display: flex;
  align-items: center;
}


.town__left {
  max-width: 365px;
  width: 100%;
}

.town__right {
  max-width: 667px;
  width: 100%;
  margin-left: 37px;
}

.town__city {
  background: #4F006A;
  font-family: 'Unbounded';
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  display: inline-block;
  padding: 4px 8px;
  margin-left: 30px;
}

.town__days {
  margin: 17px -32px 0 30px;
  font-family: 'Unbounded';
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.town__name {
  margin: 33px 0 0 30px;
  font-family: 'Unbounded';
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
}

.town__phone {
  display: block;
  color: #FFF;
  text-decoration: underline;
  font-family: 'Unbounded';
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  margin-top: 43px;
}



































html.active {
  overflow: hidden;
}


.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5); 
}
    

.modal-open {
    position: relative;
    padding: 40px 0;   
    max-width: 1270px;
    margin: 40px auto;
    border: 1px solid #000;
    border-radius: 30px;
    background: #f5b6d8;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-open .container-min {
    margin: 30px auto 0;
}

.modal-open-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}


.img-plus {
    width: auto!important;
}

.news-wrap {
margin-top: 70px;
    padding: 90px 0;
  background:#ffecf6;
  position: relative;
}

.news-wrap:before {
    content: "";
    position: absolute;
    top: -110px;
    left: 0;
    background: url(../img/bg-new.png) center top/cover;
    width: 100%;
    height: 716px;
    background-size: 100% 100%;
    z-index: -1;
}

.news-block {
  display: flex;
  align-items:center;
  margin-bottom: 67px;
}

.news-title {
    margin-left: 100px;
   font-family: 'Unbounded';
font-weight: 700;
font-size: 40px;
margin-right: 40px;
    margin-bottom: 0;
color: #4F006A;
}

.news-wrap__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-wrap__item {

  width: 378px;
  margin-bottom: 47px;
}

.assistance .news-wrap__img {
object-fit: scale-down;
    margin-bottom: 20px;
    height: 212px;
}

.news-wrap__img {
  object-fit: cover;
  margin-bottom: 23px;
  height: 298px;
}

.news-wrap__date {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 9px;
  color:#000;
}

.news-wrap__title {
  font-family: 'Unbounded';
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #4F006A;
  margin-bottom: 19px;
  max-width: 357px;
  width: 100%;
}

.news-wrap__text {
  max-width: 298px;
  width: 100%;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 400;
  color:#000;
  line-height: 20px;
}

.news-links {
  padding: 55px 0 150px;
}

.news-links__link a, .news-links__link {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.news-content {
  margin-top: -100px;
  padding: 120px 0 44px;
  background: url(../img/mission/bg.png) center top/cover no-repeat;
  background-size: 100% 200%;
}

.news-content__title {
  font-family: 'Unbounded';
  font-size: 80px;
  font-weight: 700;
  line-height: 81px;
  color: #4F006A;
  margin-bottom: 64px;
}

.news-content__img {
  max-width: 1169px;
  width: 100%;
  border-radius: 40px;
  margin-bottom: 43px;
}

.news-content__text {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #4F006A;
  margin-bottom: 34px;
  max-width: 1088px;
  width: 100%;
}

.news-content__text a {
    color: #4F006A;
    text-decoration: underline;
}

.news-content__text a:hover {
    color:#000;
}

.news-content__text,
.news-content .buy-ticket {
  margin-left: 31px;
}

.grants_bg {
  background: #ffecf6 url(../img/grants/grants_bg.png)no-repeat center top/cover;
  background-size: 100% 100%;
}

.more_grants {
    border: 1px solid #fff;
    color: #fff;
}

.granty {
   padding: 50px 0 20px 0;
}

.granty-wrapper {
   flex-wrap: wrap;
   justify-content: space-around;
   margin: 40px 0 -40px;
}

.granty-wrapper__item {
   width: 25%;
   margin: 0 15px 40px;
   min-height: 241px;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   text-align: center;
}

.granty-wrapper__item img {
   margin-bottom: 20px;
   width: 100%;
   height: 81px;
   object-fit: contain;
}

.granty-wrapper__item h4 {
   font-weight: 400;
   margin-bottom: 20px;
}

.granty-wrapper__item a {
   text-align: center;
}

.granty-content {
   flex-wrap: wrap;
   justify-content: space-between;
}

.granty-content__left {
   max-width: 950px;
   width: 65%;
}

.granty-content__left h3 {
  margin-top: 20px;
}

.granty__title {
   margin-bottom: 10px;
   width: auto;
   font-family: 'Unbounded';
    font-size: 60px;
    font-weight: 700;
    line-height: 81px;
    margin-bottom: 62px;
    color:#fff;
}

.granty-content__left p {
    line-height: 1.6;
    font-size: 21px;
    line-height: 30px;
    width: 100%;
    color: #fff;
}

.granty-content__right {
   max-width: 400px;
}

.granty-content__right img {
   width: 100%;
}

.grant-plan {
   padding: 50px 0 20px 0;
}

.grant-plan__btn {
   max-width: 267px;
   margin: 40px auto 0;
}

.grant-plan__wrapper {
   flex-wrap: wrap;
}

.grant-plan__column {
width: 30%;
    margin: 0 7px 80px;
    color: #Fff;
        line-height: 28px;
    font-size: 18px;
}


.grant-info p {
    font-size: 20px;
    line-height: 1.6;
    color: #Fff;
}

.grant-plan h3, .grant-info h3 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.viz {
   padding: 50px 0 20px 0;
}

.viz-wrappper {
   justify-content: space-between;
}

.viz-wrappper__column {
    width: 33%;
    margin: 0 15px;
}

.viz-wrappper__arow img{
        max-width: 120px;
}

.viz-wrappper__column span {
   text-align: center;
}

.viz-wrappper__column img {
    max-width: 118px;
    margin: auto auto 30px;
    height: 113px;
}

.viz-wrappper__column p {
   font-size: 17px;
   color:#Fff;
   line-height: 1.6;
}

.grant-info {
   padding: 0 0 50px;
}

.news {
  padding: 88px 0;
}

.news-links .programs__img,
.news .programs__img {
    top: 345px;
}

.news__title {
  font-family: 'Unbounded';
  font-size: 80px;
  font-weight: 700;
  line-height: 81px;
  color: #fff;
}

.news-section {
   background:#ffecf6;  
padding-bottom: 40px;
   position: relative;
}

.news-section:before {
    content: "";
    position: absolute;
    top: -110px;
    left: 0;
    background: url(../img/bg-new.png) center top/cover;
    width: 100%;
    height: 200px;
    background-size: 100% 160%;
    z-index: -1;
}



.fff {
      background: linear-gradient(
        317deg,
        #9685ff 0%,
        #f56eee 36.98%,
        #798ce8 100%
      );
    }

    body.fixed {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }

    .support,
    .help,
    .assistance {
      color: #fff;
    }

    .support {
      padding-top: 80px;
    }

    .support__title {
      font-family: "Unbounded";
      font-size: 80px;
      max-width: 680px;
    }

    .support__text {
      margin-top: 50px;
      max-width: 916px;
      font-size: 36px;
    }

    .support__btn {
      margin-top: 50px;
      padding-inline: 33px;
      background-color: #fff;
      color: #4f006a;
      font-weight: 700;
      font-size: 20px;
      border-radius: 100px;
      height: 51px;
      border: none;
      outline: none;
    }

    .help {
      padding-top: 80px;
    }
    
    .help__text h3 {
font-weight: 400;
    font-size: 20px;

    }

    .help__text {
      font-size: 20px;
    }

    .help__text ol {
      color: #fff;
      list-style: decimal;
		    padding: 0;
    }

    .help__text ol li {
 
      display: list-item;
    }
    
    .help__text ol li:not(:last-child) {
               margin-bottom: 20px;
    }

    .help-submit {
      display: flex;
      align-items: flex-start;
      gap: 36px;
      margin-top: 50px;
    }

    .help-submit__btn {
      background: #00f800;
      border: none;
      font-weight: 700;
      font-size: 20px;
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 45px;
    }

    .help-submit__btn:hover {
      background: #4f006a;
      color: #00f800;
    }

    .help-submit__text {
      font-size: 16px;
      max-width: 540px;
    }

    .help-submit__text a {
      color: #fff;
      text-decoration: underline;
    }

    .assistance {
      padding-block: 55px 208px;
    }

    .assistance__title {
      font-family: "Montserrat";
      font-weight: 400;
      font-size: 36px;
      text-align: left;
      color: #fff;
    }

    .assistance__block {
      margin-top: 50px;
      display: flex;
      flex-wrap: wrap;
      gap: 50px;
    }

    .assistance__item {
      flex-basis: 26%;
      flex-grow: 1;
    }

    .assistance__img {
      width: 100%;
      height: 216px;
      border-radius: 20px;
      overflow: hidden;
    }

    .assistance__img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    }

    .assistance__caption {
      color: #fff;
      margin-top: 30px;
      font-size: 20px;
      font-weight: 400;
    }

    .custom-modal {
      display: none;
      background-color: rgba(0, 0, 0, 0.3);
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      /* display: flex; */
      align-items: center;
      justify-content: center;
      z-index: 250;
      overflow: hidden;
    }

    .custom-modal__scroll {
      padding: 100px 74px;
      border-radius: 40px;
      background-color: #fff;
      width: 1200px;
      position: relative;
      max-height: 95vh;
      overflow: auto;
      max-width: 95vw;
    }

    .custom-modal__content {
      overflow-y: auto;
      width: 100%;
      height: max-content;
    }

    .custom-modal__close {
      border: none;
      background-color: transparent;
      width: 53px;
      height: 53px;
      position: absolute;
      right: 0;
      top: 0;
      transform: translate(-50%, 50%);
    }

    .custom-modal__close svg {
      width: 100%;
      height: 100%;
    }

    .custom-modal__title {
      font-size: 64px;
      font-family: "Montserrat";
      font-weight: 400;
      color: #4f006a;
      text-align: left;
    }

    .modal-pay__form {
      margin-top: 80px;
    }

    .modal-mounth__form {
      margin-top: 50px;
    }

    .custom-modal__form {
      display: flex;
      flex-wrap: wrap;
      gap: 50px;
    }

    .custom-modal__form input {
      flex-basis: 34%;
      flex-grow: 1;
      padding: 28px 30px;
      font-size: 36px;
      border-style: solid;
      border-width: 1px;
      border-color: #4f006a;
      font-family: "Montserrat";
    }

    .custom-modal__form input::placeholder {
      color: #4f006a;
    }

    .modal-mounth__input {
      max-width: 501px;
      width: 100%;
    }

    .modal-pay__caption {
      margin-top: 80px;
      text-align: left;
      font-family: "Montserrat";
      font-weight: 600;
      color: #4f006a;
    }

    .modal-pay__btn {
      background: #00f800;
      border: none;
      font-weight: 700;
      font-size: 20px;
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 45px;
      margin-top: 60px;
    }

    .modal-pay__btn:hover {
      background: #4f006a;
      color: #00f800;
    }

    .modal-mounth__text {
      color: #4f006a;
      font-size: 36px;
      margin-top: 50px;
      max-width: 750px;
    }

    /* для элемента input c type="radio" */
    .custom-radio {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }
    /* для элемента label связанного с .custom-radio */
    .custom-radio + label {
      display: inline-flex;
      align-items: center;
      user-select: none;
      font-size: 36px;
      color: #4f006a;
    }
    /* создание в label псевдоэлемента  before со следующими стилями */
    .custom-radio + label::before {
      content: "";
      display: inline-block;
      width: 1em;
      height: 1em;
      flex-shrink: 0;
      flex-grow: 0;
      border: 1px solid #4f006a;
      border-radius: 50%;
      margin-right: 0.5em;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
    }
    /* стили при наведении курсора на радио */
    .custom-radio:not(:disabled):not(:checked) + label:hover::before {
      border-color: #b3d7ff;
    }
    /* стили для активной радиокнопки (при нажатии на неё) */
    .custom-radio:not(:disabled):active + label::before {
      background-color: #b3d7ff;
      border-color: #4f006a;
    }
    /* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
    .custom-radio:focus:not(:checked) + label::before {
      border-color: #80bdff;
    }
    /* стили для радиокнопки, находящейся в состоянии checked */
    .custom-radio:checked + label::before {
      border-color: #4f006a;
      background-color: #ffffff;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 7.5 8.5'%3e%3ccircle r='4' fill='%234f006a'/%3e%3c/svg%3e");
    }
    /* стили для радиокнопки, находящейся в состоянии disabled */
    .custom-radio:disabled + label::before {
      background-color: #ffffff;
    }

    .modal-pay__radio {
      display: flex;
      flex-direction: column;
      gap: 30px;
      margin-top: 50px;
    }

    .modal-thanks {
      display: flex;
    }

    .modal-thanks__scroll {
      background: linear-gradient(307deg, #f56eee 0%, #9685ff 100%);
    }

    .modal-thanks__btn,
    .modal-thanks__img,
    .modal-thanks__title,
    .modal-thanks__text {
      position: relative;
      z-index: 1;
    }

    .modal-thanks__img {
      max-width: 550px;
      margin-inline: auto;
    }

    .modal-thanks__title {
      color: #fff;
      font-size: 80px;
      font-family: "Unbounded";
      margin-top: 80px;
    }

    .modal-thanks__text {
      text-align: center;
      max-width: 900px;
      width: 100%;
      margin-inline: auto;
      color: #fff;
      font-size: 36px;
    }

    .modal-thanks__btn {
      margin-inline: auto;
    }

    .modal-thanks__bg {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
    }

    .help__wrapper {
      display: flex;
      gap: 80px;
    }

    .help-choice {
      min-width: 650px;
    }

    .help-choice__times {
      display: flex;
    }

    .help-choice__times .help-choice__item {
      flex-basis: 34%;
      flex-grow: 1;
    }

    .help-choice__item {
      text-align: center;
      cursor: pointer;
      background-color: #fff;
      color: #4f006a;
      padding-block: 23px;
      font-size: 36px;
    }
    
    .help-choice__item input {
        text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #4f006a;
    /* padding-block: 23px; */
    font-size: 36px;
    width: 100%;
    display: block;
    font-weight: 100;
    border: none;
    font-family: 'Montserrat';
    }
    
    .help-choice__item input::placeholder {
           color: #4f006a!important;
    }

    .help-choice__item.active {
      background-color: #4f006a;
      color: #fff;
      border-color: #4f006a;
    }

    .help-choice__amount {
      margin-top: 30px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
    }

    .help-choice__amount .help-choice__item {
      border-style: solid;
      border-width: 1px;
      border-color: #be7cf8;
    }

    .help-choice__amount .help-choice__item.help-choice__item_big {
      grid-column: span 2;
    }

.page-template-support {
	background: var(--GRAD, linear-gradient(337deg, #9685FF 40.32%, #F56EEE 60.1%, #798CE8 93.81%));
}

    @media screen and (max-width: 1241px) {
      .support__title {
        font-size: 60px;
      }

      .support__text {
        font-size: 28px;
        margin-top: 30px;
      }

      .support__btn {
        margin-top: 30px;
      }

      .assistance__title {
        font-size: 30px;
      }

      .custom-radio + label {
        font-size: 20px;
      }
      
      .help-choice__amount {
    margin-top: 10px;

}


    .assistance__title {
        font-size: 20px;
    }

      .help__wrapper {
              gap: 40px;
        flex-direction: column;
      }
      .help {
    padding-top: 40px;
}

      .help-choice {
        min-width: auto;
      }

      .modal-thanks__img {
        max-width: 320px;
      }

      .modal-thanks__title {
        font-size: 50px;
        margin-block: 30px 10px;
      }

      .modal-thanks__text {
        font-size: 20px;
        max-width: 600px;
      }

      .modal-thanks__bg {
        max-width: 600px;
      }
    }

    @media screen and (max-width: 1064px) {
      .assistance__caption {
        font-size: 16px;
      }

      .custom-modal__scroll {
        padding: 80px 40px;
      }

      .custom-modal__title {
        font-size: 40px;
      }

      .modal-mounth__text {
        margin-top: 30px;
        font-size: 24px;
      }

      .custom-modal__form input {
        padding: 15px;
        font-size: 20px;
      }

      .modal-mounth__input {
        max-width: 300px;
      }

      .modal-pay__caption {
        font-size: 20px;
      }

      .custom-radio + label {
        font-size: 16px;
      }

      .custom-modal__form {
        gap: 20px;
      }

      .modal-pay__caption {
        margin-block: 20px 0;
      }

      .modal-pay__radio {
        margin-top: 20px;
        gap: 10px;
      }

      .modal-thanks__bg {
        max-width: 400px;
      }
    }

    @media screen and (max-width: 807px) {
      .assistance__item {
        flex-basis: 34%;
      }

      .support__title {
        font-size: 30px;
      }

      .support__text {
        font-size: 23px;
        margin-top: 20px;
      }

      .support__btn {
        margin-top: 20px;
        font-size: 16px;
      }

      .help-choice__item {
        padding-block: 18px;
        font-size: 18px;
      }
      
.help-choice__item input {
      font-size: 18px;
}

.help__text {
    font-size: 17px;
}
      
    }

    @media screen and (max-width: 616px) {
      .support__text {
        font-size: 18px;
      }

      .assistance__item {
        flex-basis: 100%;
      }

      .help-submit {
        flex-direction: column-reverse;
      }

      .help-submit__btn {
        width: 100%;
      }

      .custom-modal__scroll {
        padding: 60px 20px 40px 20px;
      }

      .custom-modal__close {
        transform: translate(-10px, 10px);
        width: 40px;
        height: 40px;
      }

      .custom-modal__title {
        font-size: 27px;
        margin-bottom: 20px;
      }

      .modal-mounth__text {
        margin-top: 10px;
        font-size: 16px;
      }

      .custom-modal__form {
        margin-top: 30px;
      }
      
          .assistance__img {
    width: 57%;
    height: 106px;
 
}


.assistance {
    padding-block: 55px 100px;
}

      .modal-pay__btn {
        margin-top: 30px;
        font-size: 16px;
        width: 100%;
      }
    }
.hideme {display: none !important;}
.toggle-el {height: 0; opacity: 0; padding-top: 0; padding-bottom: 0;}
input[type="checkbox"].hide-input:checked + .toggle-el {transition: all 0.2s ease; opacity: 1; margin-top: 1rem; height: 100%;}
input.hide-input {position: absolute; left: -999em;}
label.toggle {background: #4f006a; border: none; font-weight: 700; font-size: 20px; border-radius: 4px; display: flex; align-items: center; justify-content: center; padding: 10px 45px; user-select: none;}


/* custom */
.popup-news.ny {
    text-align: right;
}
.popup-news_img {
	width: 150px;
	position: absolute;
	top: -120px;
	left: -100px;
}
.snowflake {
	position: absolute;
	z-index: 0;
}
.snowflake.s1 {
	width: 18px;
    top: -17px;
    left: 80px;
}
.snowflake.s2 {
	width: 35px;
    top: 85px;
    left: 0px;
}
.snowflake.s3 {
	width: 30px;
    top: -7px;
    left: 50px;
}
.popup-news_title {
	font-family: 'Unbounded';
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
	padding-left: 30px;
	position: relative;
	z-index: 1;
}
.popup-news_info {
    margin: 20px 0;
	font-size: 14px;
	position: relative;
	z-index: 1;
}
.popup-news_btn a {
    display: block;
    border: none;
    background: #00F800;
    color: #4F006A;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 13px;
    width: max-content;
    /* margin-top: 15px; */
    margin-left: auto;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
#popmake-4784 .pum-close {
    top: -45px !important;
}

#popmake-4909 .pum-content.popmake-content {
    border-radius: 20px !important;
    overflow: hidden;
}
.popup-news.what_to_give {
	position: relative;
}
.what_to_give .popup-news_btn {
	position: absolute;
	bottom: 30px;
	left: 40px;
	width: calc(100% - 80px);
}
.what_to_give .popup-news_btn a {
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 480px){
	.what_to_give  .popup-news_btn a {
		font-size: 14px;
		line-height: 16px;
		padding: 10px 20px;
	}
	.what_to_give .popup-news_btn {
		bottom: 20px;
		left: 25px;
		width: calc(100% - 50px);
	}
	.pum-theme-4783 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
		right: -20px !important;
		top: -60px !important;
	}
/* ======= МОБИЛЬНЫЙ СЛАЙДЕР С ВИДЕО ======= */
.offerSlider-mobile {
    width: 100%;
    aspect-ratio: 360 / 500;
    border-radius: 10px;
    overflow: hidden;
}

.offerSlider-mobile .swiper-slide {
    position: relative;
    height: 100% !important;
    overflow: hidden;
    border-radius: 10px;
}

.slide-video-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 10px;
}

.offerSlider-mobile .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Показываем/скрываем слайдеры */
@media screen and (max-width: 616px) {
    .offerSlider {
        display: none;
    }
    .offerSlider-mobile {
        display: block;
    }
}

@media screen and (min-width: 617px) {
    .offerSlider-mobile {
        display: none;
    }
    .offerSlider {
        display: block;
    }
}