* {padding: 0;margin: 0;border: 0;}
*,
*:before,
*:after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
:focus,
:active {outline: none;}
a:focus,
a:active {outline: none;}
nav,
footer,
header,
aside {display: block;}
html,
body {height: 100%;width: 100%;font-size: 100%;line-height: 1;font-size: 14px;-ms-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
input,
button,
textarea {font-family: inherit;}
input::-ms-clear {display: none;}
button {cursor: pointer;}
button::-moz-focus-inner {padding: 0;border: 0;}
a,
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
ul li {list-style: none;}
img {vertical-align: top;}
h1,h2,h3,h4,h5,h6 {font-size: inherit;font-weight: 400;}
html,
body {height: 100%; font-weight: 400; font-family:'Gilroy'; color: #000000; background: #F5F5F5;}

@font-face {
  font-family: 'Gilroy';
  src:  url("../fonts/Gilroy-Medium.woff"),
        url("../fonts/Gilroy-Medium.woff2");
        font-weight: 500;
        font-display: swap;
        font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src:  url("../fonts/Gilroy-Regular.woff"),
        url("../fonts/Gilroy-Regular.woff2");
        font-weight: 400;
        font-display: swap;
        font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src:  url("../fonts/Gilroy-Semibold.woff"),
        url("../fonts/Gilroy-Semibold.woff2");
        font-weight: 600;
        font-display: swap;
        font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src:  url("../fonts/Roboto-Regular.woff"),
        url("../fonts/Roboto-Regular.woff2");
        font-weight: 400;
        font-display: swap;
        font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src:  url("../fonts/Roboto-Medium.woff"),
        url("../fonts/Roboto-Medium.woff2");
        font-weight: 500;
        font-display: swap;
        font-style: normal;
}
html,
body {
  height: 100%;
  min-width: 320px;
}
html {
  scroll-behavior: smooth;
}
body._lock{
  overflow: hidden;
}
body.lock {
  overflow: hidden;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}
._container{
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 10px;
}
.main {
  flex: 1 1 auto;
}
._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.title {
  margin-bottom: 24px;
}
.title h1{
  font-size: calc(35px + 29* (100vw / 1920));
  color: #000;
  font-weight: 600;
  line-height: 94.5%;
}
.subtitle {
  margin-bottom: 40px;
}
.subtitle h2 {
  font-size: calc(20px + 20* (100vw / 1920));
  font-style: normal;
  font-weight: 600;
  line-height: 94.5%; 
}
:root {
  --color-white: #FFFFFF;
}
:root {
  --color-black: #000000;
}
:root {
  --color-grey: #676767;
}
:root {
  --color-yellow: #EEC458;
}
/*---------------------------------------header----------------------*/
.header {
  background-color: var(--color-white);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-bottom: 80px;
}
.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header-mod {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 0px;
}
.header__body {
  padding: 36px 0px;
}
.logo a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.logo__box span{
  color: #373737;
  font-size: calc(24px + 8* (100vw / 1920));
  font-style: normal;
  font-weight: 600;
  line-height: 94.5%; 
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
}
.logo__box span:last-child {
  color: var(--color-yellow);
}
.header__links {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-basis: 317px;
}
.header__links a {
  color: #373737;
  font-size: calc(16px + 4* (100vw / 1920));
  font-style: normal;
  font-weight: 500;
  line-height: 94.5%;
}
.header__block {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.header__block a {
  color: #373737;
  font-size: calc(16px + 4* (100vw / 1920));
  font-style: normal;
  font-weight: 500;
  line-height: 94.5%;
  border-radius: 50px;
  border: 1px solid var(--color-grey);
  padding: 10px 20px;
}
.header__block a:first-child {
  background: var(--color-yellow);
  border: 1px solid var(--color-yellow);
}

#menu-header-menu{
	display: flex;
}
#menu-header-menu li{
	margin: 0 30px;
}

/*---------------------------------------header----------------------*/


/*---------------------------------------homepage----------------------*/
.homepage {
  border-radius: 0px 0px 50px 50px;
  background: var(--color-white);
  padding: 80px 0px 36px 0px;
  margin-bottom: 80px;
}

.homepage__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 60px;
}
.homepage__info {
  flex-basis: 800px;
}
.homepage__info p {
  font-size: calc(16px + 12* (100vw / 1920));
  line-height: 94.5%; 
}
.homepage__photo img {
  width: 100%;
}
.homepage__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.homepage__cost {
  flex-basis: 700px;
}
.tabs-button.active-tab {
  background: #EEC458;  
}
.tabs-content {
  display: none;
}
.tabs-content.active-tab {
  display: block;
}
.tabs {
  display: flex;
  justify-content: space-between;
}
.tabs-button {
  font-size: calc(16px + 8* (100vw / 1920));
  font-style: normal;
  font-weight: 600;
  line-height: 125%; 
  display: block;
  background-color: var(--color-white);
  border-radius: 50px;
  padding: 12px 20px;
  margin-bottom: 12px;
  white-space:nowrap;
}

.tabs__block {
  flex-basis: 500px;
  text-align: center;
}
.tabs-content p{
  font-size: calc(40px + 88* (100vw / 1920));
font-style: normal;
font-weight: 500;
line-height: 125%; 
}
.homepage__registration {
  flex-basis: 600px;
}
.homepage__text {
  margin-bottom: 24px;
}
.homepage__text p {
  font-size: calc(16px + 8* (100vw / 1920));
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 30px */
}
.homepage__text-bold {
  margin-bottom: 24px;
}
.homepage__text-bold p {
  font-size: calc(16px + 8* (100vw / 1920));
  font-weight: 600;
  line-height: 125%; 
}
.homepage__text-bold span {
  color: var(--color-yellow);
}
.homepage__button a {
  color: var(--color-grey);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 94.5%; 
  border-radius: 50px;
  border: 1px solid var(--color-grey);
  padding: 10px 20px;
}
.homepage__button a:hover {
  color: #EEC458;
  border-color: #EEC458;
}
/*---------------------------------------homepage----------------------*/

/*---------------------------------------friends----------------------*/
.friends {
  background-color: var(--color-white);
  border-radius: 50px;
  margin-bottom: 80px;
}
.friends__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.friends__info {
  flex-basis: 559px;
}
.fiends__text {
  margin-bottom: 24px;
}
.fiends__text p {
  font-size: 24px;
  line-height: 125%;
  font-size: calc(16px + 8* (100vw / 1920));
}
.friends__subtext {
  margin-bottom: 32px;
  color: var(--color-grey);
  font-size: calc(16px + 4* (100vw / 1920));
  line-height: 125%; 
}
.friends__subtext span,
.friends__subtext a {
  color: var(--color-yellow);
}
.friends__subtext a:hover {
  text-decoration: underline;
}
.friends__link a {
  color: var(--color-black);
  font-size: calc(20px + 12* (100vw / 1920));
  font-weight: 500;
  line-height: 125%;
  border-radius: 50px;
  background: #EEC458;
  padding: 16px 32px;
  display: inline-block;
}
.friends__photo img{
  width: 100%;
}
/*---------------------------------------friends----------------------*/
/*-----------------------------------------event--------------------*/
.event {
  margin-bottom: 80px;
}
.event__links-more {
  margin-top: -38px;
  padding: 20px 0 0 64px;
  background: linear-gradient(180deg, #ffffff00, #ffffff80, 20%, #fff 50%);
  position: relative;
  font-size: 14px;
}
.event__content {
  display: flex;
  background-color: var(--color-white);
  gap: 20px 0px;
}
.event__content a{
  width: 40%;
  display: flex;
}
.event__photo {
    width: 100%;
  /*flex-basis: 600px;*/
}
.event__photo img {
  /* width: 480px; */
  width: 100%;
  height: auto;
  /* height: 384px; */
  object-fit: cover;
  object-position: top;
  aspect-ratio: 5/4;
  object-fit: cover;
}
.event__info {
  padding: 24px 37px;
  flex-basis: 950px;
}
.event__info > a{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.event__description time{
  font-size: calc(16px + 8* (100vw / 1920));
  line-height: 125%; 
  margin-bottom: 7px;
  display: block;
  color: #000;
}
.event__description {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
.event__record a {
  display: block;
  border-radius: 10px;
  background: var(--color-yellow);
  padding: 16px;
  cursor: pointer;
}
.event__links {
  margin-bottom: 10px;
}
.event__links span:first-child{ 
  display: block;
  color: #000;
  font-size: calc(20px + 12* (100vw / 1920));
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 10px;
}
.event__links span:nth-child(2) {
  font-size: calc(16px + 20* (100vw / 1920));
  font-style: normal;
  line-height: 125%;
  display: block;
  margin-bottom: 10px;
}
.event__links span:last-child{
  color: var(--color-yellow);
  font-size: calc(16px + 8* (100vw / 1920));
  font-weight: 500;
  line-height: 125%;
}
.event__box {
  margin-bottom: 30px;
}
.event__part h3 {
  margin-bottom: 7px;
}
.event__part {
  color: var(--color-grey);
  font-size: calc(14px + 6* (100vw / 1920));
  font-weight: 500;
  line-height: 125%;
  display: block;
  margin-bottom: 5px;
}
.event__part span {
  display: block;
  margin-bottom: 7px;
}
.cost {
  margin-bottom: 80px;
  background-color: var(--color-white);
  padding: 30px 0px;
  border-radius: 50px;
}
.event__content--mod {
  background: none;
}
.event__info--mod {
  padding: 0px 37px;
}
.event__link {
  margin: 24px 0px;
}
.event__description--mod time{
  margin: 10px 0px;
}
.event__link a {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--color-black);
  font-size: calc(16px + 4* (100vw / 1920));
  line-height: 125%;
  text-decoration-line: underline;
}

.checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-yellow);
  border-radius: 4px;
  vertical-align: sub;
  margin-right: 5px;
}
.custom-checkbox::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s ease-in;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.checkbox:checked + .custom-checkbox::before {
  transform: translate(-50%, -50%) scale(1);
}
.event__messenger {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.event__messenger-text {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-black);
  font-size: calc(16px + 10* (100vw / 1920));
  font-weight: 500;
  line-height: 125%;
  border-radius: 50px;
  width: auto;
}
.event__messenger button {
  font-size: calc(16px + 10* (100vw / 1920));
  font-weight: 500;
  line-height: 125%;
  background: none;
  padding: 0;
  cursor: default;
}
.event__messenger a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-black);
  font-size: calc(16px + 10* (100vw / 1920));
  font-weight: 500;
  line-height: 125%;
  border-radius: 50px;
  background: #EEC458;
  padding: 16px 32px;
  width: auto;
}
/*-------------------------------------event----------------------*/

/*-------------------------------------feed-event----------------------*/
.feed {
  margin-bottom: 80px;
}
.feed__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  gap: 20px;
}
.feed__item {
  display: grid;
  grid-auto-flow: row;
  grid-template: auto 1fr / 1fr;
  max-width: 325px;
  justify-self: center;
}
.feed__item-photo img{
  width: 300px;
  height: 240px;
  object-fit: cover;
}
.feed__item-description {
  padding: 24px 37px;
  color: var(--color-black);
}
.feed__item-description time{
  font-size: calc(14px + 10* (100vw / 1920));
  line-height: 125%;
  margin-bottom: 7px;
  display: block;
}
.feed__item-description h2{
  font-size: calc(16px + 8* (100vw / 1920));
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 24px;
}
.feed__item-description p{
  font-size: calc(14px + 6* (100vw / 1920));
  line-height: 125%; 
}
.feed__buttons {
  display: flex;
  gap: 10px;
  margin-top: 32px;
}
.feed__button a {
  color: var(--color-black);
}
.page-numbers{
	font-size: calc(16px + 8* (100vw / 1920));
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    display: block;
    background-color: var(--color-white);
    border-radius: 50px;
    padding: 12px 20px;
    margin-bottom: 12px;
    white-space: nowrap;
	color: #000;
}
.prev.page-numbers, .next.page-numbers{
	display: none;
}
.page-numbers.current{
	background: #EEC458;
}
/*-------------------------------------feed-event----------------------*/

/*-------------------------------------calendar----------------------*/
.calendar__body .swiper .swiper-button-prev,
.calendar__body .swiper .swiper-button-next {
  top: calc(50% - 22px);
}

.calendar__body-button {
  max-width: 400px;
  margin-bottom: 80px;
}
.calendar__body-button a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-black);
  font-size: calc(16px + 4* (100vw / 1920));
  font-weight: 500;
  line-height: 94.5%; 
  border-radius: 50px;
  background: var(--color-yellow);
  padding: 24px 40px;
}
.calendar__input {
  display: none;
}
.calendar__box {
  margin-bottom: 32px;
}
.datepicker--cell.-current- {
  color: var(--color-yellow);
  transform: scale(1.1);
}
.datepicker--buttons {
  display: none;
}
.datepicker--nav-title {
  color: var(--color-black);
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
}
.datepicker--nav {
  border-bottom: none;
  justify-content: start;
}
.datepicker--nav-title i {
  color: var(--color-black);
}
.datepicker {
  font-family: 'Roboto';
  border: 1px solid var(--color-white);
  font-size: 16px;
  padding: 0px 30px;
  width: 320px;
  z-index: 55;
}
.datepicker--day-name {
  color: #BCCAD9;
  font-size: 16px;
}
.datepicker-inline .datepicker {
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  border-radius: 15px;
  border-color: var(--color-white);
}
.datepicker--cell-day.-other-month-{
  color: #6989AA;
}
.datepicker--cell {
  border-radius: 50%;
}
.datepicker--cell.-selected-{
  color: var(--color-white);
  background: var(--color-yellow);
}
.datepicker--cell.-selected-:hover {
  background: var(--color-yellow);
}
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  background: var(--color-yellow);
}
.datepicker--cell-day {
  width: 32px;
}
.datepicker--cells {
  justify-content: space-between;
  gap: 10px;
  
}
.datepicker--cell-month {
  width: 10%;
}
.datepicker--cells-years {
  height: 100px;
}
/*-------------------------------------calendar----------------------*/

/*-------------------------------------account----------------------*/
.account__box {
  display: flex;
  align-items: center;
  max-width: 660px;
  gap: 10px;
  justify-content: space-between;
  font-size: calc(20px + 12* (100vw / 1920));
  font-weight: 500;
  line-height: 94.5%; 
}
.account__box span {
  color: var(--color-yellow);
}
.account__block {
  margin-bottom: 80px;
}
.account__tabs {
  max-width: 600px;
}
.account__tabs-button  button{
  color: #373737;
  font-size: calc(14px + 6* (100vw / 1920));
  font-weight: 500;
  line-height: 94.5%;
  background-color: var(--color-yellow);
  border-radius: 50px;
  padding: 10px 20px;
}
.tabs__block--account {
  text-align: start;
  margin-left: 40px;
}
.tabs-content--active.active-tab {
  margin-right: -100px;
}
.account__text {
  margin-bottom: 40px;
}
.account__text p {
  font-size: calc(16px + 8* (100vw / 1920));
  line-height: 125%;
}
.account__referral-link {
  display: flex;
  align-items: center;
  background-color: var(--color-white);
  max-width: 700px;
  padding: 20px 30px;
  margin-bottom: 24px;
  border-radius: 20px;
  justify-content: space-between;
}
.account__referral-link button {
  background: none;
}
.account__referral-link input {
  width: 100%;
  font-size: calc(16px + 8* (100vw / 1920));
  font-weight: 500;
  line-height: 94.5%;
}
.account__subtext {
  color: var(--color-grey);
  font-size: calc(14px + 6* (100vw / 1920));
  line-height: 125%;
  max-width: 560px;
}
.account__subtext span,
.account__subtext a {
  color: var(--color-yellow);
}
.account__subtext a:hover {
  text-decoration: underline;
}
.account__info button{
  width: 100%;
  font-weight: 500;
}

/*-------------------------------------account----------------------*/

.subscription__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
.subscription__title .subtitle {
  margin-bottom: 0px;
}
.subscription__text {
  margin-bottom: 40px;
}
.subscription__text p {
  font-size: calc(16px + 8* (100vw / 1920));
  font-style: normal;
  line-height: 125%; 
}
.subscription__tabs {
  margin-bottom: 40px;
}
.subscription__button button{
  font-size: calc(16px + 8* (100vw / 1920));
  font-style: normal;
  line-height: 125%; 
  font-weight: 500;
  border-radius: 20px;
  background: var(--color-yellow);
  width: 100%;
  padding: 28px;
}

/*---------------------------------------footer----------------------------*/
.footer {
  background-color: var(--color-white);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-top: 50px;
}
.footer__body {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.footer__info {
  flex-basis: 500px;
}
.footer__info .logo {
  margin-bottom: 30px;
  display: inline-block;
}

.footer__block p {
  font-size: calc(14px + 6* (100vw / 1920));
  font-weight: 500;
  line-height: 94.5%; 
}
.footer__links {
  margin-bottom: 136px;
}
.footer__links a {
  display: block;
  color: var(--color-black);
  font-size: calc(18px + 6* (100vw / 1920));
  font-weight: 500;
  line-height: 94.5%; 
  width: fit-content;
}
.footer__links a:first-child {
  margin-bottom: 40px;
}
.footer__links A:nth-child(2) {
  margin-bottom: 20px;
}
.footer__form {
  flex-basis: 770px;
}
.footer__form .wpcf7-submit:hover {
  cursor: pointer;
}
.form label{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer__form input {
  background-color: #F5F5F5;
}
.form input {
  width: 100%;
  margin-bottom: 13px;
  font-size: calc(18px + 6* (100vw / 1920));
  font-style: normal;
  font-weight: 500;
  line-height: 94.5%; 
  padding: 20px 30px;
  border-radius: 20px;
}
.form input::placeholder {
  color: var(--color-black);
}
.form textarea {
  width: 100%;
  padding: 20px 30px;
  border-radius: 20px;
  height: 143px;
  margin-bottom: 20px;
  resize: none;
  color: var(--color-black);
  font-size: calc(18px + 6* (100vw / 1920));
  font-weight: 500;
  line-height: 94.5%;
}
.footer__form textarea {
  background-color: #F5F5F5;
}
.form textarea::placeholder {
  color: var(--color-black);
}
.footer__form-button button{
  background-color: var(--color-yellow);
  padding: 20px 30px;
  border-radius: 20px;
  font-size: calc(18px + 6* (100vw / 1920));
}

.footer__form-button[type="submit"]{
  background-color: var(--color-yellow);
  padding: 20px 30px;
  border-radius: 20px;
  font-size: calc(18px + 6* (100vw / 1920));
  width: auto;
  font-weight: 400;
}
.footer__form-button[type="submit"]:hover {
  cursor: pointer;
  box-shadow: inset 0 0 0px 100px #00000020;
}

.pay_btn{
  color: #373737;
  font-size: calc(14px + 6* (100vw / 1920));
  font-weight: 500;
  line-height: 94.5%;
  background-color: var(--color-yellow);
  border-radius: 50px;
  padding: 10px 20px;
}

/*---------------------------------------footer----------------------------*/



/*-------------------------------------entry----------------------*/

.entry__body {
  max-width: 588px;
  margin: 80px auto;
}
.entry__body input::placeholder {
  color: var(--color-grey);
}
.entry__form-link a{
  color: var(--color-grey);
  font-size: calc(14px + 6* (100vw / 1920));
  font-weight: 500;
  line-height: 94.5%;
  margin: 0px 0px 24px 0px;
  display: block;
}
.entry__form-box-link {
  color: var(--color-grey);
  font-size: calc(14px + 6* (100vw / 1920));
  font-weight: 500;
  line-height: 94.5%;
  padding: 24px 0px;
}
.entry__form-box-link a {
  color: var(--color-yellow);
}
.entry__body button{
  width: 100%;
  font-weight: 500;
}
/*-------------------------------------entry----------------------*/




/*---------------------------------------popup----------------------------*/
.popup{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
  z-index: 55;
}
.popup__body{
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__content{
  max-width: 830px;
  background-color: #F5F5F5;
  padding: 80px 120px;
  position: relative;
  border-radius: 50px;
}
.popup.open{
  opacity: 1;
  visibility: visible;
}
.popup__content-top {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup__content-top h2{
  font-size: calc(20px + 20* (100vw / 1920));
  font-weight: 600;
  line-height: 94.5%;
}
.popup__close {
  color: var(--color-black);
  font-size: 50px;
  transform: rotate(45deg);
}
.form__popup input {
  color: var(--color-grey);
}
.form__popup input::placeholder {
  color: var(--color-grey);
}
.dropdown {
  position: relative;
  margin-bottom: 24px;
}
.dropdown__button {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  background: var(--color-white);
  height: 70px;
  padding: 10px 30px 10px 30px; 
  border-radius: 20px;
  color: var(--color-grey);
  font-size: calc(18px + 6* (100vw / 1920));
  font-style: normal;
  font-weight: 500;
  line-height: 94.5%;
}
.dropdown__button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: var(--color-black);
  pointer-events: none;
  transform: rotate(45deg);
}
.dropdown__button::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: var(--color-black);
  pointer-events: none;
  transform: rotate(-45deg);
}
.dropdown__list {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 50px;
  z-index: 2;
  background: var(--color-white);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 16px;
}
.dropdown__list--active {
  display: block;
}
.dropdown__list-item {
  padding: 13px 30px;
  border-bottom: 0;
  cursor: pointer;
  color: var(--color-grey);
  font-size: calc(18px + 6* (100vw / 1920));
  font-style: normal;
  font-weight: 500;
  line-height: 94.5%;
}
.dropdown__list-item:first-child {
  border-top: 1px solid #676767;
}
.dropdown__input-hidden {
  display: none;
}
.add__dropdown {
  font-size: calc(14px + 6* (100vw / 1920));
  font-weight: 500;
  line-height: 94.5%;
  margin-bottom: 24px;
  display: inline-block;
  border-radius: 50px;
  background: #EEC458;
  padding: 16px 144px 16px 40px;
  position: relative;
  cursor: pointer;
}
.add__dropdown::before {
  content: '';
  position: absolute;
  top: 47%;
  right: 40px;
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background-color: var(--color-black);
  pointer-events: none;
  transform: rotate(-90deg);
}
.add__dropdown::after {
  content: '';
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background-color: var(--color-black);
  pointer-events: none;
}
.form-input__file {
  color: var(--color-grey);
  font-size: calc(14px + 8* (100vw / 1920));
  font-weight: 500;
  line-height: 94.5%;
  width: 100%;
  cursor: pointer;
  gap: 16px;
  margin: 24px 0px;
  background: var(--color-white);
  padding: 25px;
  border-radius: 20px;
  position: relative;
}
.form-input__file input::-webkit-file-upload-button{
  display: none;
}
.form-input__file input[name="file"]{
  position: absolute;
  left: 0;
  font-size: 16px;
  margin-top: 10px;
  color: var(--color-yellow);
}
.form-input__file span{
  display: flex;
  align-items: center;
  gap: 10px;
}
.form__button button {
  font-size: calc(14px + 8* (100vw / 1920));
  font-weight: 500;
  line-height: 94.5%; 
  border-radius: 20px;
  background: var(--color-yellow);
  padding: 28px;
  width: 100%;
}

.form p:nth-of-type(1){
  width: 49%;
  display: inline-block;
}

.form p:nth-of-type(2){
  width: 49%;
  display: inline-block;
  margin-left: 1%;
}

.event__btntop {
  font-size: calc(16px + 10* (100vw / 1920));
  font-weight: 500;
  line-height: 125%;
  background: none;
  padding: 0;
  cursor: default;
}

/*---------------------------------------media----------------------------*/

@media (max-width: 980px) {
  #menu-header-menu li{
    margin: 0 10px;
  }
  .homepage__body {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
  }
  .homepage__block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .homepage__registration {
    flex-basis: 100%;
  }
  .homepage__button {
    text-align: center;
    margin-top: 50px;
  }
  .friends__body {
    justify-content: center;
  }
  .friends__info {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .friends {
    padding-bottom: 50px;
    padding-top: 30px;
  }
  .footer__body {
    flex-wrap: wrap;
  }
  .footer__links {
    margin-bottom: 30px;
  }
  .friends__link {
    text-align: center;
  }
  .event__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .event__content a{
    width: 100%;
    justify-content: center;
  }
  .event__photo img {
    width: 100%;
    height: auto;
  }
  .event__info {
    padding: 20px;
    flex-basis: 100%;
    order: -1;
  }
}


@media (max-width: 770px) {
  #menu-header-menu{
    flex-direction: column;
  }
  #menu-header-menu li{
    margin: 5px 0;
  }
  .homepage {
    padding: 20px 0px 50px;
    margin-bottom: 30px;
  }
  .event__messenger {
    flex-wrap: wrap;
  }
  .popup__content{
    max-width: 100%;
    padding: 30px;
  }
  .header__links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  #menu-header-menu{
    flex-direction: row;
  }
  #menu-header-menu li{
    margin: 0 10px;
  }
  .form label {
    flex-wrap: wrap;
    gap: 0px;
  }
  .footer__form-button button, .footer__form-button[type="submit"]{
    width: 100%;
  }
  .event {
    margin-top: 40px;
  }
  .cost {
    margin: 20px;
  }
  .entry-modal__wrapper{
    margin: 20px;
  }
  .event__info--mod {
    padding: 0px 20px;
  }
  .event__link {
    margin: 20px 0px;
  }
  .event__description--mod time{
    margin: 10px 0px;
  }
  .event__description {
    margin-bottom: 20px;
  }
  .event__box {
    margin-bottom: 20px;
  }
  .feed__slider .slick-dots {
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
  }
  .feed__slider .slick-dots button {
    padding: 5px;
    width: 30px;
    font-size: 12px;
  }
  .account__block {
    margin-bottom: 30px;
  }
  .header {
    margin-bottom: 30px;
  }
  .header-mod {
    margin-bottom: 0px;
  }
  .entry__body {
    margin: 30px auto;
  }
  .header__body {
    justify-content: center;
    padding: 20px;
    flex-wrap: wrap;
  }
  .datepicker-inline {
    display: flex;
    justify-content: center;
  }
  .form p:nth-of-type(1){
    width: 100%;
    display: block;
  }
  
  .form p:nth-of-type(2){
    width: 100%;
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 400px) {
  .event__messenger {
    justify-content: center;
  }
  .popup__content{
    padding: 20px;
  }
  .tabs__block--account {
    margin-left: 10px;
  }
  .homepage__container .tabs__block {
    text-align: start;
  }
  .datepicker {
    width: 300px;
    padding: 0px 10px;
  }
  .account__referral-link {
    padding: 10px;
  }
  .subscription__title {
    margin-bottom: 30px;
  }
}
/*---------------------------------------media----------------------------*/

/*---------------------------------------Прочие стили----------------------------*/

.warn-text{
  margin-bottom: 15px;
  margin-left: 10px;
  color: red;
  display: none;
}

.events-none{
  padding: 100px 40px;
  text-align: center;
  font-size: 24px;
}

/*---------------------------------------Прочие стили----------------------------*/

.entry-modal {
  display: none;
}
.entry-modal.active {
  z-index: 1000;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.301);
}
.entry-modal__wrapper {
  padding: 30px;
  border-radius: 20px;
  background-color: #F5F5F5;
}


.sub-modal {
  display: none;
}
.sub-modal.active {
  z-index: 1000;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.301);
}
.sub-modal .homepage__cost, .sub-modal .homepage__registration {
  flex-basis: initial !important;
}
.sub-modal .homepage__block{
 flex-flow: column;
}
.sub-modal .pay_btn {
  border-radius: 15px;
  padding: 20px 20px;
  width: 100%;
}
.sub-modal .cost {
  padding: 30px 20px;
}
.sub-modal .subtitle {
  position: relative;
}
.sub-modal .sub-modal-closer {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  font-size: 20px;
}
.swiper-slide-calendar{
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper {
  margin-bottom: 32px;
}
.swiper-button-prev, .swiper-button-next {
  color: var(--color-yellow) !important;
}
#mobile-arrows-custom{
  position: relative;
  margin-bottom: 30px;
  /* padding: 0 30%; */
  width: 60%;
  margin: 0 auto 20px;
}
@media(max-width: 512px){
  .sub-modal .homepage__text br {
    display: none;
  }
  
}

.calendar__box {
  display: flex;
  justify-content: space-around;
}
.event__messenger > a:first-child{
  padding: 0;
  background: none;
  display: none;
}

.event__messenger > button > a:first-child{
  width: max-content;
  padding: 0;
  background: none;
}

.datepicker--nav-action{
  opacity: 0;
  pointer-events: none;
}

.datepicker--nav-title{
  pointer-events: none;
}

div.datepicker--cell-day{
  width: 26px;
  height: 26px;
}

.datepicker--cell.dated{
  background: #fe7105d6;
  border-radius: 50%;
  color: #FFF;
}
.datepicker--cell.-disabled-.dated {
  background: #ff6f007d;
}

.not-active_link{
  pointer-events: none;
}

.search{
  width: 100%;
  padding: 20px;
  /* margin: 20px 0; */
  margin: 0 0 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: calc(18px + 6* (100vw / 1920));
}

.h2-header{
  font-size: calc(16px + 4* (100vw / 1920));
}

@media(max-width: 1400px){
  .friends__info{
    flex-basis: 490px;
  }
}

@media(max-width: 1325px){
  .friends__body{
    justify-content: center;
    padding: 50px 0;
  }
}

@media (max-width: 980px){
  .friends__body {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media(max-width: 704px){
  .feed__item-photo img{
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
    object-fit: contain;
  }
  .feed__item{
    max-width: 100%;
    border-bottom: 2px solid #CCC;
  }
  .feed__item-description{
    padding-bottom: 0;
  }
}

.event__dates-transparent {
  -webkit-mask-image: linear-gradient(180deg, #000 50%, transparent 97%);
  mask-image: linear-gradient(180deg, #000 50%, transparent 97%);
}


.entry-modal__wrapper {
  position: relative;
}
.entry__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.entry__close svg {
  width: 30px;
  height: 30px;
}
.entry__close:hover {
  cursor: pointer;
  opacity: .7;
}


.footer__block-mobile {
	display: none;
}
@media screen and (max-width:980px) {
	.footer__block p,
	.footer__links a:nth-child(n+2) {
		display: none;
	}
	.footer__block .footer__links {
		margin-bottom: 0;
	}
	.footer__block .footer__links a:first-child {
		margin-bottom: 0px;
	}
	.footer__block-mobile {
		display: flex;
		flex-direction: column;
		gap: 20px;
	    color: var(--color-black);
	    font-size: calc(18px + 6* (100vw / 1920));
	    font-weight: 500;
	    line-height: 94.5%;
	    width: fit-content;
		margin-bottom: 20px;
	}
	.footer__block-mobile a {
		color: #000;
	}
	.footer__block-mobile p {
		font-size: calc(14px + 6* (100vw / 1920));
	    font-weight: 500;
	    line-height: 94.5%;
	}
}
.copy_referer_link {
  position: fixed;
  bottom: 0;
  left: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
}


.account__history {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.account__history-item {
  gap: 10px;
  font-size: 28px;
  align-items: end;
  font-weight: bold;
  line-height: 140%;
}
.account__history-item > * {
  display: inline-block;
}
.account__history-count {
  font-weight: bold;
  font-size: 35px;
  color: #EEC458;
}
.account__histort-date {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width:768px) {
  .account__history-item {
    font-size: 18px;
  }
  .account__history-count {
    font-size: 22px;
  }
}

.btn_referer_link:active {
  transform: scale(0.9);
}

div.event__form > h1, div.event__form > p, div.event__form > h2, div.event__form > h3, div.event__form > h4, div.event__form > h5, div.event__form > h6 {
    line-height: 1.5!important;
    font-size: calc(16px + 8* (100vw / 1920))!important;
}
.event__messenger a {
    max-width: 80%;
}

.search__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  padding-left: 10px;
}
.search__tags label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
}
.checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: .5rem;
  border: 1px solid #aaa;
  opacity: 1;
  display: block;
  z-index: 1;
  appearance: none;
}
.checkbox:hover {
  border-color: var(--color-yellow);
  cursor: pointer;
}
.checkbox:checked {
  background-repeat: no-repeat;
  border-color: var(--color-yellow);
  background-color: var(--color-yellow);
      background-image: linear-gradient(320deg,transparent 65%,var(--color-yellow) 65.99%),
        linear-gradient(45deg,transparent 75%,var(--color-yellow) 75.99%),
        linear-gradient(-45deg,var(--color-yellow) 40%,transparent 40.99%),
        linear-gradient(45deg,var(--color-yellow) 30%,#fff 30.99%,#fff 40%,transparent 40.99%),
        linear-gradient(-45deg,#fff 50%,var(--color-yellow) 50.99%);
}