.confirm-inputs__input,
.sg-m-form__input {
    outline: 0;
    border: 1px solid var(--gray-2);
}
.top-group,
body {
    -ms-flex-direction: column;
}
.send-again:disabled{
	opacity: 0.5;
}
.hero,
.hotel-card,
.hotel-card__top-layer,
.s-places,
.section.s-inf,
main {
    overflow: hidden;
}
.footer,
.header,
.section,
body,
main {
    position: relative;
}
.btn,
.btn-go-to-back {
    letter-spacing: 0.12em;
}
.btn,
.title {
    font-weight: 700;
}
:root {
    --blue: #1b97d5;
    --blue-dark: #1f7eb4;
    --purp: #a54686;
    --red: #d3286f;
    --light-gray: #ececec;
    --white: #fff;
    --black: #2b2d31;
    --gray: #7f8183;
    --gray-2: #aaadb3;
    --font-family: "Inter", sans-serif;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
button {
    background: 0 0;
    border: none;
    outline: 0;
}
a,
button,
input,
textarea {
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    font-family: inherit;
    cursor: pointer;
}
.btn,
.fc-contacts__item,
.to-up-scroll {
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
}
html {
    scroll-behavior: smooth;
    font-family: Inter;
}
.btn,
.mp-contact-list__item span,
.title {
    font-family: var(--font-family);
}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh;
}
.map-section__contacts,
.top-group {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}
main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.top-group {
    background: -webkit-gradient(linear, right top, left top, from(#a54686), to(#1b97d5));
    background: -o-linear-gradient(right, #a54686 0, #1b97d5 100%);
    background: linear-gradient(270deg, #a54686 0, #1b97d5 100%);
    padding-top: 130px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    row-gap: 80px;
}
@media (min-width: 768px) {
    .top-group {
        padding-top: 160px;
    }
}
@media (min-width: 1100px) {
    .top-group {
        padding-top: calc(160px + (1vw - 11px) * -7.3170731707);
        row-gap: calc(80px + (1vw - 11px) * 9.756097561);
        padding-bottom: calc(80px + (1vw - 11px) * 9.756097561);
    }
}
@media (min-width: 1920px) {
    .top-group {
        padding-top: 100px;
        row-gap: 160px;
        padding-bottom: 160px;
    }
}
.footer,
.header,
.section {
    padding-left: 16px;
    padding-right: 16px;
    z-index: 10;
}
@media (min-width: 375px) {
    .footer,
    .header,
    .section {
        padding-left: calc(16px + (1vw - 3.75px) * 2.0408163265);
        padding-right: calc(16px + (1vw - 3.75px) * 2.0408163265);
    }
}
@media (min-width: 767px) {
    .footer,
    .header,
    .section {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (min-width: 768px) {
    .footer,
    .header,
    .section {
        padding-left: calc(24px + (1vw - 7.68px) * 3.137254902);
        padding-right: calc(24px + (1vw - 7.68px) * 3.137254902);
    }
}
@media (min-width: 1023px) {
    .footer,
    .header,
    .section {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 1024px) {
    .footer,
    .header,
    .section {
        padding-left: calc(32px + (1vw - 10.24px) * 8.3333333333);
        padding-right: calc(32px + (1vw - 10.24px) * 8.3333333333);
    }
}
@media (min-width: 1600px) {
    .footer,
    .header,
    .section {
        padding-left: 80px;
        padding-right: 80px;
    }
}
.hero-decoration {
    position: absolute;
    width: 170.4vw;
    height: auto;
    left: 0;
    top: 0;
    -webkit-transform: translate(-23.333%, -35.333%);
    -ms-transform: translate(-23.333%, -35.333%);
    transform: translate(-23.333%, -35.333%);
}
@media (min-width: 768px) {
    .hero-decoration {
        width: 78.229166666vw;
        left: 50%;
        -webkit-transform: translate(-50%, -25.333%);
        -ms-transform: translate(-50%, -25.333%);
        transform: translate(-50%, -25.333%);
    }
}
.pink-round-2,
.pink-round-3 {
    left: 0;
    position: absolute;
    height: auto;
    z-index: 2;
}
.btn {
    border-radius: 100px;
    padding: 18px 32px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    transition: ease-in 0.3s;
}
.hero-main-content__title,
.swiper-slide.swiper-page-nav__link,
.title {
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
@media (min-width: 1100px) {
    .btn {
        font-size: calc(12px + (1vw - 11px) * 0.243902439);
    }
}
.btn.btn-red {
    color: var(--white);
    background: var(--red);
}
.btn.btn-red:hover {
    background-color: #e64487;
}
.btn.btn-outline-white {
    border: 2px solid var(--white);
    background: 0 0;
    color: var(--white);
}
.btn.btn-outline-white:hover {
    background-color: var(--white);
    color: var(--black);
}
.header::before,
.map-section__contacts,
.section.s-inf {
    background: -webkit-gradient(linear, right top, left top, from(#a54686), to(#1b97d5));
    background: -o-linear-gradient(right, #a54686 0, #1b97d5 100%);
}
.pink-round-1 {
    position: absolute;
    right: -10px;
    top: 12px;
    width: 276px;
    height: auto;
    z-index: 2;
}
@media (min-width: 1024px) {
    .pink-round-1 {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: calc(-10px + (1vw - 10.24px) * 49.1071428571);
    }
}
.header::after,
.pink-round-2 {
    -ms-transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
    .pink-round-1 {
        width: calc(276px + (1vw - 10.24px) * 41.9642857143);
    }
}
@media (min-width: 1920px) {
    .btn {
        font-size: 14px;
    }
    .pink-round-1 {
        right: 430px;
        width: 652px;
    }
}
.pink-round-2 {
    top: 24px;
    width: 276px;
    display: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
    .pink-round-2 {
        display: initial;
        width: calc(276px + (1vw - 10.24px) * 41.9642857143);
    }
}
@media (min-width: 1920px) {
    .pink-round-2 {
        width: 652px;
    }
}
.pink-round-3 {
    top: 145px;
    width: 276px;
    display: none;
    -webkit-transform: translate(-33.33%, 0);
    -ms-transform: translate(-33.33%, 0);
    transform: translate(-33.33%, 0);
}
@media (min-width: 1024px) {
    .pink-round-3 {
        display: initial;
        width: calc(276px + (1vw - 10.24px) * 41.9642857143);
        top: calc(145px + (1vw - 10.24px) * 37.3883928571);
    }
}
@media (min-width: 1920px) {
    .pink-round-3 {
        width: 652px;
        top: 480px;
    }
}
.blue-round-1 {
    position: absolute;
    right: -60px;
    top: 400px;
    width: 196px;
    height: auto;
    z-index: 2;
}
@media (min-width: 1024px) {
    .blue-round-1 {
        right: calc(-60px + (1vw - 10.24px) * 4.4642857143);
        width: calc(196px + (1vw - 10.24px) * 22.0982142857);
    }
}
@media (min-width: 1024px) {
    .blue-round-1 {
        top: calc(400px + (1vw - 10.24px) * 11.1607142857);
    }
}
@media (min-width: 1920px) {
    .blue-round-1 {
        right: -20px;
        width: 394px;
        top: 500px;
    }
}
.round-opacity-1 {
    position: absolute;
    right: -60px;
    top: 500px;
    width: 196px;
    height: auto;
    z-index: 2;
    display: none;
}
@media (min-width: 1024px) {
    .round-opacity-1 {
        display: initial;
        right: 0;
        width: calc(196px + (1vw - 10.24px) * 50.8928571429);
        top: calc(500px + (1vw - 10.24px) * 27.9017857143);
    }
}
.title {
    font-size: 24px;
    color: var(--white);
}
@media (min-width: 1024px) {
    .title {
        font-size: calc(24px + (1vw - 10.24px) * 0.8928571429);
    }
}
.title.text-black {
    color: #2b2d31;
}
.title.mb-32 {
    margin-bottom: 32px;
}
@media (min-width: 1024px) {
    .title.mb-32 {
        margin-bottom: calc(32px + (1vw - 10.24px) * 3.5714285714);
    }
}
@media (min-width: 1920px) {
    .round-opacity-1 {
        width: 652px;
        top: 750px;
    }
    .title {
        font-size: 32px;
    }
    .title.mb-32 {
        margin-bottom: 64px;
    }
}
.title.mb-56 {
    margin-bottom: 56px;
	margin-top: 56px;
}
@media (min-width: 1024px) {
    .title.mb-56 {
        margin-bottom: calc(56px + (1vw - 10.24px) * 2.6785714286);
		margin-top: calc(56px + (1vw - 10.24px) * 2.6785714286);
    }
}
#map {
    width: 100%;
    height: 500px;
}
#map iframe {
    width: 100%;
    height: 100%;
}
.map-section {
    position: relative;
}
.map-section__contacts {
    background: linear-gradient(270deg, #a54686 0, #1b97d5 100%);
    padding: 40px 16px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
.mp-contact-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6px 12px;
}
.mp-contact-list__item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.mp-contact-list__item span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--white);
}
.mp-contact-list__item .time-badge,
.mp-contact-list__item.small {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    font-family: var(--font-family);
    color: var(--white);
}
.mp-contact-list__item .time-badge {
    padding: 8px 12px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2);
}
.mp-contact-list__item.align-centr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    #map {
        height: 680px;
    }
    .map-section__contacts {
        position: absolute;
        border-radius: 8px;
        padding: 40px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: calc(24px + (1vw - 7.68px) * 3.137254902);
    }
}
.header,
.to-up-scroll {
    position: fixed;
    z-index: 100;
}
@media (min-width: 1023px) {
    .map-section__contacts {
        left: 32px;
    }
}
.to-up-scroll {
    width: 40px;
    height: 40px;
    bottom: 24px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    border-radius: 50%;
    opacity: 0;
    transition: ease-in 0.3s;
    display: none;
}
.to-up-scroll svg {
    width: 100%;
    height: 100%;
}
@media (min-width: 1024px) {
    .map-section__contacts {
        left: calc(32px + (1vw - 10.24px) * 8.3333333333);
    }
    .to-up-scroll {
        width: calc(40px + (1vw - 10.24px) * 6.9444444444);
        height: calc(40px + (1vw - 10.24px) * 6.9444444444);
    }
}
@media (min-width: 1600px) {
    .map-section__contacts {
        left: 80px;
    }
    .to-up-scroll {
        width: 80px;
    }
}
.header,
.header::before {
    width: 100%;
    -o-transition: 0.3s;
}
@media (min-width: 1024px) {
    .to-up-scroll {
        right: calc(32px + (1vw - 10.24px) * 5.5555555556);
        display: inline-block;
    }
}
@media (min-width: 1600px) {
    .to-up-scroll {
        height: 80px;
        right: 64px;
    }
}
.header-inner,
.hero-content {
    display: -webkit-box;
    -webkit-box-direction: normal;
}
.to-up-scroll.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.header {
    top: 32px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header::after,
.header::before {
    position: absolute;
    content: "";
}
@media (min-width: 1400px) {
    .header {
        top: calc(32px + (1vw - 14px) * 4.6153846154);
    }
}
@media (min-width: 1920px) {
    .title.mb-56 {
        margin-bottom: 80px;
    }
    .header {
        top: 56px;
    }
}
.header::before {
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(270deg, #a54686 0, #1b97d5 100%);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header::after {
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #fff;
    opacity: 1;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.header-inner {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 10;
}
.header-inner .logo {
    max-width: calc(100vw - 32px);
}
.header-inner .logo img {
    width: 100%;
    height: auto;
    /*max-width: 390px;*/
	max-width: 180px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.swiper-slide.swiper-page-nav__link {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 11px;
    color: var(--white);
    padding: 16px 0 8px;
    position: relative;
    width: auto;
}
@media (min-width: 1400px) {
    .header-inner .logo img {
        max-width: calc(390px + (1vw - 14px) * 32.6923076923);
    }
    .swiper-slide.swiper-page-nav__link {
        font-size: calc(11px + (1vw - 14px) * 0.7692307692);
        padding: 0;
    }
}
@media (min-width: 1920px) {
    .header-inner .logo img {
        max-width: 470px;
    }
    .swiper-slide.swiper-page-nav__link {
        font-size: 15px;
    }
}
.swiper-slide.swiper-page-nav__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
}
.swiper-slide.swiper-page-nav__link.current::before {
    opacity: 1;
}
.header-right {
    width: 100%;
    max-width: 100%;
}
@media (min-width: 1100px) {
    .header-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header-right {
        width: auto;
    }
    .swiper.swiper-page-nav {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0;
    }
}
@media (min-width: 1400px) {
    .header-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.swiper.swiper-page-nav {
    max-width: calc(100vw - 16px);
    padding-right: 16px;
    margin: 0;
}
@media (min-width: 768px) {
    .swiper.swiper-page-nav {
        padding-right: 0;
    }
}
.header-auth {
    display: none;
}
@media (min-width: 1400px) {
    .header-auth {
        display: inline-block;
        padding: 16px 24px;
        font-size: 12px;
    }
}
.hero-main-content__under-title,
.hmc-info-block__dates {
    font-size: 16px;
    color: var(--white);
    font-family: var(--font-family);
}
.header.scrolled {
    padding-top: 16px;
    padding-bottom: 16px;
    top: 0;
}
.header.scrolled::before {
    opacity: 1;
}
.header.scrolled::after {
    width: 100%;
    -webkit-transition: 1s ease-in;
    -o-transition: 1s ease-in;
    transition: 1s ease-in;
}
.hotel-card__top-layer,
.programm-back {
    -webkit-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
}
.header.scrolled .logo img {
   /* max-width: 360px;*/
	max-width: 120px;
}
.hero {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-bottom: 4px;
}
.hero .section-inner::after,
.hero .section-inner::before {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    bottom: 0;
}
.hero .section-inner {
    position: relative;
    z-index: 10;
    padding-bottom: 80px;
    border-bottom: 2px solid #fff;
}
.hero .section-inner::before {
    position: absolute;
    left: 0;
    -webkit-transform: translate(0, 66%);
    -ms-transform: translate(0, 66%);
    transform: translate(0, 66%);
}
.hero .section-inner::after {
    position: absolute;
    right: 0;
    -webkit-transform: translate(0, 66%);
    -ms-transform: translate(0, 66%);
    transform: translate(0, 66%);
}
.hero-content {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 1100px) {
    .hero .section-inner {
        padding-bottom: calc(80px + (1vw - 11px) * -9.756097561);
    }
    .hero-content {
        -webkit-column-gap: calc(0px + (1vw - 11px) * 17.1951219512);
        -moz-column-gap: calc(0px + (1vw - 11px) * 17.1951219512);
        column-gap: calc(0px + (1vw - 11px) * 17.1951219512);
    }
}
@media (min-width: 1920px) {
    .hero .section-inner {
        padding-bottom: 0;
    }
    .hero-content {
        -webkit-column-gap: 141px;
        -moz-column-gap: 141px;
        column-gap: 141px;
    }
}
.eye {
    width: 310px;
    position: relative;
}
.eye::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
@media (min-width: 1100px) {
    .eye {
        width: calc(310px + (1vw - 11px) * 40.243902439);
    }
}
@media (min-width: 1920px) {
    .eye {
        width: 640px;
    }
}
.eye__decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: rotate_decoration 30s linear infinite;
    animation: rotate_decoration 30s linear infinite;
}
@-webkit-keyframes rotate_decoration {
    to {
        -webkit-transform: translate(-50%, -50%) rotate(720deg);
        transform: translate(-50%, -50%) rotate(720deg);
    }
}
@keyframes rotate_decoration {
    to {
        -webkit-transform: translate(-50%, -50%) rotate(720deg);
        transform: translate(-50%, -50%) rotate(720deg);
    }
}
.eye__img {
    position: absolute;
    width: 54%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
    .hero-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .eye {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .hero-main-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 745px;
    }
}
.hero-main-content__under-title {
    font-weight: 700;
    margin-bottom: 12px;
}
@media (min-width: 1100px) {
    .eye__decoration {
        -webkit-animation: rotate_decoration 50s linear infinite;
        animation: rotate_decoration 50s linear infinite;
    }
    .hero-main-content__under-title {
        font-size: calc(16px + (1vw - 11px) * 0.487804878);
    }
}
@media (min-width: 1920px) {
    .hero-main-content__under-title {
        font-size: 20px;
    }
}
.hero-main-content__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: var(--white);
    margin-bottom: 32px;
}
@media (min-width: 360px) {
    .hero-main-content__title {
        font-size: 28px;
    }
}
.hero-main-content__btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    margin-bottom: 40px;
}
.hero-main-content__btn-group .btn {
    width: calc(50% - 2px);
    padding: 18px 20px;
}
/*@media (min-width: 375px) {
    .hero-main-content__btn-group .btn {
        width: auto;
        padding: 18px 32px;
    }
}*/
@media (max-width: 720px) {
    .hero-main-content__btn-group .btn {
        width: auto;
        padding: 5px 9px;
		font-size: 10px;
    }
}
@media (min-width: 721px) {
    .hero-main-content__btn-group .btn {
        width: auto;
        padding: 18px 32px;
    }
}
.hmc-info-block::after,
.hmc-info-block::before {
    content: "";
    top: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
}
.hmc-info-block {
    position: relative;
    padding-top: 16px;
    border-top: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
@media (min-width: 600px) {
    .hmc-info-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 453px;
    }
}
@media (min-width: 1100px) {
    .hero-main-content__title {
        font-size: calc(28px + (1vw - 11px) * 0.9756097561);
    }
    .hero-main-content__btn-group {
        -webkit-column-gap: calc(4px + (1vw - 11px) * 0.9756097561);
        -moz-column-gap: calc(4px + (1vw - 11px) * 0.9756097561);
        column-gap: calc(4px + (1vw - 11px) * 0.9756097561);
        margin-bottom: calc(40px + (1vw - 11px) * 2.9268292683);
    }
    .hmc-info-block {
        max-width: calc(453px + (1vw - 11px) * 8.1707317073);
    }
}
@media (min-width: 1920px) {
    .hero-main-content__title {
        font-size: 36px;
    }
    .hero-main-content__btn-group {
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
        margin-bottom: 64px;
    }
    .hmc-info-block {
        max-width: 520px;
    }
}
.hmc-info-block::before {
    position: absolute;
    left: 0;
    -webkit-transform: translate(0, -66%);
    -ms-transform: translate(0, -66%);
    transform: translate(0, -66%);
}
.hmc-info-block::after {
    position: absolute;
    right: 0;
    -webkit-transform: translate(0, -66%);
    -ms-transform: translate(0, -66%);
    transform: translate(0, -66%);
}
.hmc-info-block__dates {
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 600px) {
    .hmc-info-block__dates {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .hmc-info-block__logos {
        gap: 24px;
    }
}
.hmc-info-block__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.person,
.person__text-block--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.hmc-info-block__logos img {
    height: auto;
}
.hmc-info-block__logos img:nth-child(1) {
    width: 69px;
}
@media (min-width: 1100px) {
    .hmc-info-block__dates {
        font-size: calc(16px + (1vw - 11px) * 0.487804878);
    }
    .hmc-info-block__logos img:nth-child(1) {
        width: calc(69px + (1vw - 11px) * 3.2926829268);
    }
}
@media (min-width: 1920px) {
    .hmc-info-block__dates {
        font-size: 20px;
    }
    .hmc-info-block__logos img:nth-child(1) {
        width: 96px;
    }
}
.hmc-info-block__logos img:nth-child(2) {
    width: 56px;
}
@media (min-width: 1100px) {
    .hmc-info-block__logos img:nth-child(2) {
        width: calc(56px + (1vw - 11px) * 2.6829268293);
    }
}
@media (min-width: 1920px) {
    .hmc-info-block__logos img:nth-child(2) {
        width: 78px;
    }
}
.hmc-info-block__logos img:nth-child(3) {
    width: 45px;
}
@media (min-width: 1100px) {
    .hmc-info-block__logos img:nth-child(3) {
        width: calc(45px + (1vw - 11px) * 2.0731707317);
    }
}
@media (min-width: 1920px) {
    .hmc-info-block__logos img:nth-child(3) {
        width: 62px;
    }
}
.person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
@media (min-width: 768px) {
    .person {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.person__img-block {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.person__img-block img {
    width: 180px;
    height: 180px;
}
@media (min-width: 1024px) {
    .person__img-block img {
        width: calc(180px + (1vw - 10.24px) * 6.6964285714);
        height: calc(180px + (1vw - 10.24px) * 6.6964285714);
    }
}
@media (min-width: 1920px) {
    .person__img-block img {
        width: 240px;
        height: 240px;
    }
}
.person__name {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    color: var(--white);
    margin-bottom: 8px;
}
.person__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--white);
}
.person__text-block--top {
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
}
.person__text-block--bottom {
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}
.about-conference,
.about-conference__text-block {
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.person__quote-icon {
    width: 44px;
    height: auto;
    margin-bottom: 8px;
}
.person__hay {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 15px;
    color: var(--white);
}
.person__readmore {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    color: var(--white);
    border-bottom: 2px dashed var(--white);
    padding: 0 0 8px;
}
.about-conference__text,
.comitet-list__item--text {
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 140%;
    color: var(--white);
}
.about-conference__text {
    font-size: 16px;
}
@media (min-width: 1024px) {
    .about-conference__text {
        font-size: calc(14px + (1vw - 10.24px) * 0.6696428571);
    }
}
.about-conference__text-block {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    max-width: 560px;
}
.about-conference {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
@media (min-width: 1024px) {
    .about-conference {
        row-gap: calc(32px + (1vw - 10.24px) * 3.5714285714);
    }
}
@media (min-width: 1920px) {
    .about-conference__text {
        font-size: 20px;
    }
    .about-conference {
        row-gap: 64px;
    }
}
.about-conference__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
}
@media (min-width: 640px) {
    .about-conference__title-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}
@media (min-width: 1024px) {
    .about-conference__title-block {
        -webkit-column-gap: calc(24px + (1vw - 10.24px) * 4.4642857143);
        -moz-column-gap: calc(24px + (1vw - 10.24px) * 4.4642857143);
        column-gap: calc(24px + (1vw - 10.24px) * 4.4642857143);
    }
    .about-conference__title-block .btn {
        padding-left: calc(24px + (1vw - 10.24px) * 4.4642857143);
    }
}
.about-conference__title-block .btn {
    border: 2px solid var(--blue);
    -webkit-box-shadow: 0 4px 30px 0 rgba(211, 40, 111, 0.5);
    box-shadow: 0 4px 30px 0 rgba(211, 40, 111, 0.5);
}
@media (min-width: 1024px) {
    .about-conference__title-block .btn {
        padding-right: calc(24px + (1vw - 10.24px) * 4.4642857143);
    }
}
@media (min-width: 1920px) {
    .about-conference__title-block {
        -webkit-column-gap: 64px;
        -moz-column-gap: 64px;
        column-gap: 64px;
    }
    .about-conference__title-block .btn {
        padding-left: 64px;
        padding-right: 64px;
    }
}
.about-conference-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
}
@media (min-width: 768px) {
    .about-conference-list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
    }
}
.about-conference-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}
.about-conference-list__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}
.comitet-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
@media (min-width: 640px) {
    .comitet-list__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.comitet-list__item--photo {
    width: 180px;
    height: 180px;
}
.comitet-list__item--name {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: var(--white);
}
@media (min-width: 1024px) {
    .comitet-list__item--name {
        font-size: calc(16px + (1vw - 10.24px) * 0.6944444444);
    }
}
@media (min-width: 1600px) {
    .comitet-list__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .comitet-list__item--name {
        font-size: 20px;
    }
}
.comitet-list__item--text {
    font-size: 14px;
}
.hotels-text,
.s-inf__text {
    font-weight: 400;
    line-height: 150%;
    font-family: var(--font-family);
}
@media (min-width: 1024px) {
    .comitet-list__item--text {
        font-size: calc(14px + (1vw - 10.24px) * 0.3472222222);
    }
}
@media (min-width: 1600px) {
    .comitet-list__item--text {
        font-size: 16px;
    }
}
.comitet-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 32px;
}
.comitet-list__item--text-group,
.section.s-inf .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
@media (min-width: 640px) {
    .comitet-list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 48px 32px;
    }
}
@media (min-width: 1024px) {
    .comitet-list {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 60px 32px;
    }
}
@media (min-width: 1360px) {
    .comitet-list {
        grid-gap: 80px 40px;
    }
}
.comitet-list__item--text-group {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.section.s-inf {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 100%;
    background: linear-gradient(270deg, #a54686 0, #1b97d5 100%);
    position: relative;
}
.section.s-inf .section-inner {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 10;
}
.s-inf-big-decoration,
.s-inf-blueround,
.s-inf-pinkround {
    position: absolute;
    height: auto;
}
@media (min-width: 768px) {
    .section.s-inf .section-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.s-hotels__title-block,
.s-inf__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.s-inf__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
@media (min-width: 480px) {
    .s-inf__col {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 1024px) {
    .section.s-inf {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .s-inf__col {
        gap: 32px;
    }
}
.s-inf__col.col-1 {
    max-width: 460px;
}
.s-inf__col.col-3 {
    gap: 24px;
    max-width: 710px;
}
.organazer-item__img,
.s-places {
    max-width: 100%;
}
.organazer-item1__img,
.s-places {
    max-width: 100%;
	align-self: center;
}
.organazer-item2__img,
.s-places {
    max-width: 100%;
	/*align-self: center;*/
}
.s-inf__text {
    font-size: 16px;
    color: var(--white);
}
.s-inf-blueround {
    display: none;
    width: 553px;
}
@media (min-width: 1024px) {
    .s-inf__text {
        font-size: calc(16px + (1vw - 10.24px) * 0.6944444444);
    }
    .s-inf-blueround {
        display: initial;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-70%, 66.666%);
        -ms-transform: translate(-70%, 66.666%);
        transform: translate(-70%, 66.666%);
    }
}
.s-inf-pinkround {
    display: none;
    width: 652px;
}
@media (min-width: 1024px) {
    .s-inf-pinkround {
        display: initial;
        top: 0;
        right: 0;
        -webkit-transform: translate(10%, -76.666%);
        -ms-transform: translate(10%, -76.666%);
        transform: translate(10%, -76.666%);
    }
}
.s-inf-big-decoration {
    display: none;
    width: 960px;
}
@media (min-width: 1024px) {
    .s-inf-big-decoration {
        display: initial;
        top: 50%;
        right: 144px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
.s-hotels {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (min-width: 1100px) {
    .s-hotels {
        padding-bottom: calc(80px + (1vw - 11px) * 9.756097561);
        padding-top: calc(80px + (1vw - 11px) * 9.756097561);
    }
}
@media (min-width: 1920px) {
    .s-hotels {
        padding-bottom: 160px;
        padding-top: 160px;
    }
}
.s-hotels__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}
@media (min-width: 1024px) {
    .s-hotels__title-block {
        gap: 16px;
        margin-bottom: calc(32px + (1vw - 10.24px) * 4.1666666667);
    }
}
@media (min-width: 1600px) {
    .s-inf__text {
        font-size: 20px;
    }
    .s-hotels__title-block {
        margin-bottom: 56px;
    }
}
.hotels-text {
    font-size: 16px;
    color: var(--gray);
}
.hotels-text .mail,
.hotels-text a {
    color: var(--black);
}
@media (min-width: 1024px) {
    .hotels-text {
        font-size: calc(16px + (1vw - 10.24px) * 0.6944444444);
    }
}
.hotels-text .mail {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.hotels-text.red {
    color: var(--red);
}
.hotels-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 4px;
}
@media (min-width: 600px) {
    .hotels-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 8px;
    }
}
@media (min-width: 1200px) {
    .hotels-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (min-width: 1400px) {
    .hotels-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media (min-width: 1600px) {
    .hotels-text {
        font-size: 20px;
    }
    .hotels-grid {
        grid-gap: 40px;
    }
}
.hotel-card {
    padding-bottom: 100%;
    border-radius: 8px;
    position: relative;
}
@media (min-width: 480px) {
    .hotel-card {
        padding-bottom: 75%;
    }
}
.hotel-card__top-layer {
    background: var(--blue);
    transition: ease-in 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}
.hotel-card.active .hotel-card__top-layer {
    -webkit-transform: translate(-50%, -175%);
    -ms-transform: translate(-50%, -175%);
    transform: translate(-50%, -175%);
}
.hotel-card.active .hc-mc-bottom__main-content a,
.hotel-card.active .hc-mc-bottom__main-content address,
.hotel-card.active .hc-mc-top .hc-mc-top__title-block,
.hotel-card.active .hc-mc-top .text,
.hotel-card.active .hc-mc-top__about_reserve {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.hotel-card__top-layer--deocration {
    position: absolute;
    top: 50%;
    right: 20%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.hotel-card__top-layer--hotel {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: var(--white);
}
@media (min-width: 1024px) {
    .hotel-card__top-layer--hotel {
        font-size: calc(16px + (1vw - 10.24px) * 0.6944444444);
    }
}
@media (min-width: 1600px) {
    .hotel-card__top-layer--hotel {
        font-size: 20px;
    }
}
.hc-mc-top .text,
.hc-mc-top__about_reserve {
    font-size: 14px;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    font-weight: 400;
    line-height: 140%;
    opacity: 0;
    font-family: var(--font-family);
}
.hc-mc-top__about_reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--black);
    transform: translate(0, -100%);
    -webkit-transition: 0.5s 0.3s ease-in;
    -o-transition: 0.5s 0.3s ease-in;
    transition: 0.5s 0.3s ease-in;
}
.hotel-card__main-content,
.hotel-card__top-layer--info {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.hotel-card__top-layer--info,
.places-swiper__nav {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.hotel-card__top-layer--info {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hc-mc-bottom img,
.hotel-card__main-content {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.hotel-card__top-layer--stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.hotel-card__main-content {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: absolute;
}
.hc-mc-top {
    padding: 24px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    background-color: var(--blue);
}
@media (min-width: 1200px) {
    .hc-mc-top {
        padding: 24px 32px;
    }
}
.hc-mc-top .text {
    color: var(--white);
    -webkit-transition: 0.5s 0.4s ease-in;
    -o-transition: 0.5s 0.4s ease-in;
    transition: 0.5s 0.4s ease-in;
    transform: translate(0, -100%);
}
.hc-mc-top .hc-mc-top__title-block {
    -webkit-transition: 0.5s 0.7s ease-in;
    -o-transition: 0.5s 0.7s ease-in;
    transition: 0.5s 0.7s ease-in;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.hc-mc-top__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.hc-mc-bottom {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding: 24px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.about-place,
.hc-mc-bottom .hc-mc-bottom__main-content {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.hc-mc-bottom img {
    position: absolute;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}
.hc-mc-bottom::before,
.swiper.places-swiper .swiper-slide::after {
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.hc-mc-bottom::before {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.footer,
.s-places {
    background: -o-linear-gradient(right, #a54686 0, #1b97d5 100%);
}
.hc-mc-bottom .hc-mc-bottom__main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
    gap: 16px;
}
@media (min-width: 1200px) {
    .hc-mc-bottom {
        padding: 24px 32px;
    }
    .hc-mc-bottom .hc-mc-bottom__main-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 8px;
    }
}
.hc-mc-bottom .hc-mc-bottom__main-content address {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: var(--white);
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
    -webkit-transition: 0.5s 0.3s ease-in;
    -o-transition: 0.5s 0.3s ease-in;
    transition: 0.5s 0.3s ease-in;
}
.hc-mc-bottom .hc-mc-bottom__main-content a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: var(--white);
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
    -webkit-transition: 0.5s 0.5s ease-in;
    -o-transition: 0.5s 0.5s ease-in;
    transition: 0.5s 0.5s ease-in;
}
.s-places {
    background: -webkit-gradient(linear, right top, left top, from(#a54686), to(#1b97d5));
    background: linear-gradient(270deg, #a54686 0, #1b97d5 100%);
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
@media (min-width: 1100px) {
    .s-places {
        padding-bottom: calc(80px + (1vw - 11px) * 4.8780487805);
        padding-top: calc(80px + (1vw - 11px) * 4.8780487805);
    }
}
@media (min-width: 1920px) {
    .s-places {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}
.s-places .section-inner {
    position: relative;
    z-index: 10;
}
.s-places .title {
    margin-bottom: 64px;
}
.swiper.places-swiper {
    overflow: visible;
    position: relative;
}
.swiper.places-swiper .swiper-slide {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    -webkit-transition: linear 0.5s;
    -o-transition: linear 0.5s;
    transition: linear 0.5s;
}
.swiper.places-swiper .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 146.153846154%;
    position: relative;
}
.swiper.places-swiper .swiper-slide::after {
    position: absolute;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 70, 134, 0.5)), to(#3f1b33));
    background: -o-linear-gradient(top, rgba(165, 70, 134, 0.5) 0, #3f1b33 100%);
    background: linear-gradient(180deg, rgba(165, 70, 134, 0.5) 0, #3f1b33 100%);
    opacity: 0.8;
}
.swiper.places-swiper .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.swiper.places-swiper .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.places-swiper__nav {
    position: absolute;
    display: none;
    top: 50%;
    z-index: 10;
    width: 64px;
    height: 64px;
    background: 0 0;
    transform: translate(0, -50%);
}
.s-places__big-decoration,
.s-places__blue-round {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    position: absolute;
}
@media (min-width: 1024px) {
    .places-swiper__nav {
        display: inline-block;
    }
}
.places-swiper__nav.prev {
    left: 0;
}
.places-swiper__nav.next {
    right: 0;
}
.about-place {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    z-index: 5;
    padding: 0 12px 24px;
}
@media (min-width: 768px) {
    .about-place {
        padding: 0 24px 64px;
        row-gap: 12px;
    }
}
.about-place__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: var(--white);
}
@media (min-width: 1024px) {
    .about-place__title {
        font-size: 20px;
    }
}
.about-place__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: var(--white);
}
.s-places__blue-round {
    display: none;
    width: 383px;
    right: 239px;
    top: 0;
    transform: translate(0, -50%);
}
.programm__title::before,
.s-places__blue-round-2 {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
    .about-place__text {
        font-size: 15px;
    }
    .s-places__blue-round {
        display: initial;
    }
}
.s-places__blue-round-2 {
    display: none;
    position: absolute;
    width: 652px;
    left: 0;
    bottom: 50px;
    transform: translate(-50%, 0);
}
.s-places__pink-round-2 {
    position: absolute;
    width: 456px;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(25%, 50%) rotate(180deg);
    -ms-transform: translate(25%, 50%) rotate(180deg);
    transform: translate(25%, 50%) rotate(180deg);
}
@media (min-width: 1024px) {
    .s-places__blue-round-2 {
        display: initial;
    }
    .s-places__pink-round-2 {
        left: 0;
        right: unset;
        z-index: 2;
        -webkit-transform: translate(-25%, 50%) rotate(180deg);
        -ms-transform: translate(-25%, 50%) rotate(180deg);
        transform: translate(-25%, 50%) rotate(180deg);
    }
}
.s-places__big-decoration {
    width: 1000px;
    height: auto;
    right: 53px;
    top: 50%;
    transform: translate(0, -50%);
    display: none;
}
@media (min-width: 1024px) {
    .s-places__big-decoration {
        display: initial;
    }
}
.s-organizers {
    padding-top: 80px;
    padding-bottom: 60px;
}
.organazers-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 56px 32px;
}
.organazers-grid1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 20px;
}
.organazers-grid2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 32px 32px;
}
.organazers-grid3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px 5px;
	margin-top: 30px;
}
	.organazers-grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px 5x;
	margin-top: 30px;
}
	.organazers-grid5 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px 5x;
	margin-top: 30px;
}		
	.organazers-grid6 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px 5x;
	margin-top: 30px;
}
@media (min-width: 640px) {
    .organazers-grid {
        grid-template-columns: 1fr 1fr;
    }
	.organazers-grid1 {
        grid-template-columns: 1fr 1fr;
    }
	.organazers-grid2 {
        grid-template-columns: 1fr 1fr;
    }
	.organazers-grid3 {
        grid-template-columns: 1fr 1fr;
    }
	.organazers-grid4 {
        grid-template-columns: 1fr 1fr;
    }
	.organazers-grid5 {
        grid-template-columns: 1fr 1fr;
    }
	.organazers-grid6 {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1200px) {
    .organazers-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 56px 40px;
    }
	.organazers-grid1 {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 56px 40px;
    }
	.organazers-grid2 {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 56px 40px;
    }
	.organazers-grid3 {
    	grid-template-columns: repeat(8, 1fr);
    	grid-gap: 56px 16px;
		margin-top: 30px;
    }
	.organazers-grid4 {
    	grid-template-columns: repeat(8, 1fr);
    	grid-gap: 56px 16px;
		margin-top: 30px;
    }
	.organazers-grid5 {
    	grid-template-columns: repeat(8, 1fr);
    	grid-gap: 56px 16px;
		margin-top: 30px;
    }
	.organazers-grid6 {
    	grid-template-columns: repeat(8, 1fr);
    	grid-gap: 56px 16px;
		margin-top: 30px;
    }
}
.footer-inner,
.sg-main {
    grid-template-columns: 1fr;
}
.organazer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.organazer-item1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.organazer-item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 640px) {
    .organazer-item {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
	.organazer-item1 {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
	.organazer-item2 {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.fc-person,
.footer-col {
    -ms-flex-direction: column;
}
.organazer-item__title {
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: var(--black);
}
.footer-col__title,
.organazer-item__text {
    font-weight: 400;
    line-height: 140%;
    font-family: var(--font-family);
}
@media (min-width: 1024px) {
    .organazer-item {
        gap: 32px;
    }
	.organazer-item1 {
        gap: 32px;
    }
	.organazer-item2 {
        gap: 32px;
    }
    .organazer-item__title {
        font-size: calc(16px + (1vw - 10.24px) * 1.3888888889);
        margin-bottom: 0;
    }
}
@media (min-width: 1600px) {
    .organazer-item__title {
        font-size: 24px;
    }
}
.organazer-item__text {
    font-size: 14px;
    color: var(--black);
    padding: 0 32px;
}
@media (min-width: 1024px) {
    .organazer-item__text {
        font-size: calc(14px + (1vw - 10.24px) * 0.1736111111);
        min-height: 80px;
    }
}
@media (min-width: 1600px) {
    .organazer-item__text {
        font-size: 15px;
    }
}
@media (min-width: 640px) {
    .organazer-item__text {
        padding: 0;
    }
}
.footer-logo {
    display: inline-block;
    width: 100%;
}
.footer-logo img {
    max-width: 360px;
}
.footer {
    background: -webkit-gradient(linear, right top, left top, from(#a54686), to(#1b97d5));
    background: linear-gradient(270deg, #a54686 0, #1b97d5 100%);
    position: relative;
    max-width: 100%;
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 64px;
}
.footer-inner {
    position: relative;
    z-index: 10;
    display: grid;
    grid-gap: 48px;
}
@media (min-width: 768px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1300px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr 1fr 1fr 1.1fr;
        grid-gap: 40px;
    }
}
.footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 24px;
}
.fc-contacts,
.fc-person {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.footer-col__title {
    font-size: 14px;
    color: var(--white);
}
@media (min-width: 1024px) {
    .footer-col__title {
        font-size: 15px;
    }
}
.fc-person {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.fc-person__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    color: var(--white);
}
.fc-contacts__item,
.fc-person__description {
    font-weight: 400;
    line-height: 140%;
    color: var(--white);
    font-family: var(--font-family);
}
.fc-person__description {
    font-size: 14px;
}
.fc-contacts {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.fc-contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    font-size: 15px;
    transition: ease-in 0.3s;
}
.fc-contacts__item:hover {
    opacity: 0.8;
}
.footer-main-decoration {
    position: absolute;
    z-index: 3;
    width: 960px;
    height: auto;
    top: 50%;
    right: 144px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: none;
}
@media (min-width: 1024px) {
    .fc-person__description {
        font-size: 15px;
    }
    .footer-main-decoration {
        display: initial;
    }
}
.footer-blue-round {
    bottom: 0;
    left: 25%;
    width: 553px;
    height: auto;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    position: absolute;
    display: none;
}
@media (min-width: 1024px) {
    .footer-blue-round {
        display: initial;
    }
}
.footer-pink-round {
    top: 0;
    right: 0;
    height: auto;
    -webkit-transform: translate(10%, -75%);
    -ms-transform: translate(10%, -75%);
    transform: translate(10%, -75%);
    position: absolute;
    width: 652px;
    display: none;
}
@media (min-width: 1024px) {
    .footer-pink-round {
        display: initial;
    }
}
.hystmodal__shadow {
    z-index: 2000;
}
.hystmodal {
    z-index: 2001;
}
html.stop-scroll {
    scroll-behavior: unset;
}
.modal.show.fade {
    padding: 80px 0;
    width: 100%;
    overflow-y: auto;
    max-height: 100vh;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}
@media (min-width: 680px) {
    .modal.show.fade {
        padding: 0;
        width: 100%;
    }
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal-dialog.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal-body.my-modal {
    width: 100vw;
    max-width: 640px;
    overflow: hidden;
    padding: 75px 0 135px;
    border-radius: 10px;
    background-color: #fff;
}
@media (min-width: 1024px) {
    .modal-body.my-modal {
        padding: 64px 0;
        max-width: 1000px;
    }
}
.place-modal-content {
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
}
.place-modal-content__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: var(--black);
}
.place-modal-content__text,
.place-modal-content__text-location {
    font-weight: 400;
    line-height: 140%;
    font-family: var(--font-family);
}
@media (min-width: 1024px) {
    .place-modal-content {
        padding: 0 64px;
        row-gap: 32px;
    }
    .place-modal-content__title {
        font-size: calc(16px + (1vw - 10.24px) * 1.3888888889);
    }
}
@media (min-width: 1600px) {
    .place-modal-content__title {
        font-size: 24px;
    }
}
.place-modal-content__text {
    font-size: 14px;
    color: var(--black);
}
@media (min-width: 1024px) {
    .place-modal-content__text {
        font-size: calc(14px + (1vw - 10.24px) * 1.0416666667);
    }
}
@media (min-width: 1600px) {
    .place-modal-content__text {
        font-size: 20px;
    }
}
.place-modal-content__img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.place-modal-content__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.place-modal-content__location svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.place-modal-content__text-location {
    font-size: 14px;
    color: var(--blue);
}
@media (min-width: 1024px) {
    .place-modal-content__text-location {
        font-size: calc(14px + (1vw - 10.24px) * 1.0416666667);
    }
}
@media (min-width: 1600px) {
    .place-modal-content__text-location {
        font-size: 20px;
    }
}
.modal-wrap {
    width: 100%;
}
.modal-dialog.modal-dialog-centered {
    width: calc(100% - 40px);
    margin: 0 auto;
}
@media (min-width: 680px) {
    .modal-dialog.modal-dialog-centered {
        width: 100%;
    }
}
.modal.show.fade.hystmodal--active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.modal-setting-content .h3,
.modal-settings-list__label .h4 {
    opacity: 0.7;
}
.modal-content .close {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #fff;
    top: 12px;
    right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-content .close svg {
    width: 16px;
    height: 16px;
}
.modal-content .close path {
    fill: #000;
}
.confirm-inputs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    margin: 20px 0;
}
.recovermodal-title-block,
.success-modal-content {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
}
@media (min-width: 640px) {
    .confirm-inputs {
        margin: 0;
    }
}
.confirm-code {
    border-radius: 5px;
    width: 40px;
    height: 40px;
    background: var(--light-blue);
    text-align: center;
    border: 1px solid var(--light-blue);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #555;
}
.confirm-code:focus {
    border: 1px solid var(--black);
}
#get-new-code {
    display: none;
    cursor: pointer;
}
#get-new-code.active {
    display: initial;
}
.recovermodal-title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.success-modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
@media (min-width: 1024px) {
    .success-modal-content {
        row-gap: calc(35px + (1vw - 10.24px) * 1.8973214286);
    }
}
@media (min-width: 1920px) {
    .success-modal-content {
        row-gap: 52px;
    }
}
.modal-setting-content .itc-accordion-header {
    min-height: 50px;
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
}
.modal-settings-list__item {
    padding: 8px 0;
}
@media (min-width: 1024px) {
    .modal-settings-list__item {
        padding: 10px 0;
    }
}
@media (min-width: 1600px) {
    .confirm-code {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    .modal-setting-content .itc-accordion-header {
        min-height: 60px;
    }
    .modal-settings-list__item {
        padding: 14px 0;
    }
}
.modal-settings-list__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}
.modal-setting-content__btn-wrap,
.sg-m-form {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
}
.modal-settings-list__label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.modal-setting-content__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    position: absolute;
    bottom: 16px;
    padding: 0 20px;
    left: 0;
    width: 100%;
}
@media (min-width: 768px) {
    .modal-setting-content__btn-wrap {
        padding: 0 30px;
    }
}
@media (min-width: 1600px) {
    .modal-setting-content__btn-wrap {
        padding: 0 60px;
    }
}
.modal-body.my-modal.ms {
    width: 100vw;
    max-width: 400px;
    border-radius: 0;
    padding: 0 0 120px;
    position: relative;
}
@media (min-width: 1024px) {
    .modal-settings-list__label {
        -webkit-column-gap: 11px;
        -moz-column-gap: 11px;
        column-gap: 11px;
    }
    .modal-body.my-modal.ms {
        max-width: 480px;
    }
}
@media (min-width: 1440px) {
    .modal-body.my-modal.ms {
        max-width: 610px;
    }
}
@media (min-width: 1600px) {
    .modal-body.my-modal.ms {
        padding-bottom: 140px;
        max-width: 772px;
    }
}
#menu-add-position,
#menu-settings {
    padding: 0;
}
@media (min-width: 768px) {
    #menu-add-position,
    #menu-settings {
        padding: 80px 0;
    }
}
.modal-setting-content__header {
    padding: 60px 20px 20px;
}
@media (min-width: 768px) {
    .modal-setting-content__header {
        padding: 60px 30px 45px;
    }
}
@media (min-width: 1440px) {
    .modal-setting-content__header {
        padding: 60px 35px 45px;
    }
}
@media (min-width: 1600px) {
    .modal-setting-content__header {
        padding: 60px 60px 45px;
    }
}
.modal-setting-content__body {
    padding: 0 20px;
    max-height: calc(100vh - 220px);
    overflow-y: auto;
}
@media (min-width: 768px) {
    .modal-setting-content__body {
        padding: 0 30px;
        max-height: calc(100vh - 410px);
    }
}
@media (min-width: 1440px) {
    .modal-setting-content__body {
        padding: 0 35px;
    }
}
@media (min-width: 1600px) {
    .modal-setting-content__body {
        max-height: calc(100vh - 460px);
        padding: 0 60px;
    }
}
.place-modal-content__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.place-modal-content__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 10px;
}
.place-modal-content__stars img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    -webkit-filter: invert(1);
    filter: invert(1);
}
.hystmodal__shadow.hystmodal__shadow--show.sing-up-back {
    background: #fff;
    opacity: 1;
}
.modal-body.sing-body {
    width: 100vw;
    max-width: 1460px;
    padding: 0 16px;
}
@media (min-width: 1024px) {
    .hystmodal__shadow.hystmodal__shadow--show.sing-up-back {
        background: var(--light-gray);
    }
    .modal-body.sing-body {
        padding: 32px 16px;
    }
}
.modal-body.sing-body .title.text-black {
    margin-bottom: 32px;
    padding: 0 16px;
}
.btn-go-to-back {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--blue-dark);
    margin-bottom: 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid var(--blue);
    border-radius: 100px;
    padding: 18px 20px;
    width: 100%;
}
.sg-m-form__input,
.sg-m-form__lb-span {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}
.sg-m-form,
.sg-m-form__phone-wrap {
    -webkit-box-orient: vertical;
    gap: 24px;
}
@media (min-width: 640px) {
    .btn-go-to-back {
        width: auto;
        padding-left: 32px;
        padding-right: 32px;
    }
}
.sg-main {
    background-color: #fff;
    display: grid;
    grid-gap: 32px;
}
.sg-main1 {
    background-color: #fff;
    display: grid;
    grid-gap: 32px;
	text-align: center;
}
@media (min-width: 900px) {
    .sg-main {
        grid-template-columns: 1fr 1fr;
    }
	.sg-main1 {
        grid-template-columns: 1fr 1fr;
		text-align: center;
    }
}
@media (min-width: 1024px) {
    .sg-main {
        padding: calc(16px + (1vw - 10.24px) * 5.5555555556);
        border-radius: 8px;
    }
	.sg-main1 {
        padding: calc(16px + (1vw - 10.24px) * 5.5555555556);
        border-radius: 8px;
		text-align: center;
    }
}
@media (min-width: 1600px) {
    .sg-main {
        padding: 48px;
    }
	.sg-main1 {
        padding: 48px;
		text-align: center;
    }
}
@media (min-width: 1500px) {
    .sg-main {
        grid-template-columns: 8fr 5fr;
        grid-gap: 80px;
    }
	.sg-main1 {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 80px;
		text-align: center;
    }
}
.sg-m-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.sg-m-form__line {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
}
.sg-m-form__input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.sg-m-form__lb-span {
    font-family: var(--font-family);
    color: var(--gray-2);
}
.sg-m-form__lb-span span {
    color: var(--red);
}
.sg-m-form__input {
    border-radius: 8px;
    padding: 15px 16px;
    font-family: var(--font-family);
    color: var(--black);
}
.confirm-btn,
.send-form {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.12em;
    color: var(--red);
    padding: 17px 20px;
    text-transform: uppercase;
}
.send-form {
    border: 2px solid var(--red);
    border-radius: 100px;
}
.send-form.data-send {
    display: none;
}
.confirm-btn {
    border: 2px solid var(--red);
    border-radius: 100px;
}
@media (min-width: 640px) {
    .sg-m-form__line {
        grid-template-columns: 1fr 1fr;
    }
    .sg-m-form__line.email-wrap {
        grid-template-columns: 1fr;
    }
    .send-form {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .confirm-btn {
        width: auto;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}
.sg-m-form__phone-wrap,
.sg-main__information {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
}
.confirm-btn:disabled {
    cursor: default;
    border: 2px solid var(--gray-2);
    color: var(--gray-2);
}
.sg-m-form__phone-wrap {
    display: flex;
    flex-direction: column;
}
@media (min-width: 640px) {
    .sg-m-form__phone-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .sg-m-form__phone-wrap .sg-m-form__input-wrap {
        width: 280px;
    }
    .confirm-inputs {
        max-width: 248px;
    }
}
.confirm-inputs__input,
.send-again {
    font-family: var(--font-family);
    width: 100%;
    text-align: center;
}
.confirm-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
}
.confirm-inputs__input {
    border-radius: 8px;
    padding: 16px;
    font-weight: 600;
    font-size: 24px;
    color: #000;
}
.confirm-inputs__input::-webkit-input-placeholder {
    color: var(--gray-2);
    opacity: 1;
}
.confirm-inputs__input::-moz-placeholder {
    color: var(--gray-2);
    opacity: 1;
}
.confirm-inputs__input:-ms-input-placeholder {
    color: var(--gray-2);
    opacity: 1;
}
.confirm-inputs__input::-ms-input-placeholder {
    color: var(--gray-2);
    opacity: 1;
}
.confirm-inputs__input::placeholder {
    color: var(--gray-2);
    opacity: 1;
}
.sg-main__information--banner {
    max-width: 100%;
}
.sg-main__information {
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    row-gap: 20px;
}
.sg-main__information-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--black);
}
@media (min-width: 1024px) {
    .sg-main__information-text {
        font-size: calc(14px + (1vw - 10.24px) * 0.3472222222);
    }
}
@media (min-width: 1600px) {
    .sg-main__information-text {
        font-size: 16px;
    }
}
.sg-main__information-text.red {
    color: var(--red);
}
.send-again,
.sg-main__information--bottom-block .fc-contacts__item {
    color: var(--blue);
}
.sg-main__information-text.lg {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
@media (min-width: 1024px) {
    .sg-main__information-text.lg {
        font-size: calc(16px + (1vw - 10.24px) * 0.6944444444);
    }
}
@media (min-width: 1600px) {
    .sg-main__information-text.lg {
        font-size: 20px;
    }
}
.sg-main__information--bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.send-again {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}
.programm-back,
.sing-in-toggler {
    color: var(--red);
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    font-weight: 600;
}
@media (min-width: 640px) {
    .confirm-inputs__input {
        padding: 11px;
    }
    .send-again {
        width: auto;
        text-align: left;
    }
}
.send-again-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
}
@media (min-width: 640px) {
    .send-again-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.sg-main__information--center-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.conf-data-wrap,
.programm,
.programm__title-block {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
}
.conf-data-wrap {
    display: none;
    -webkit-box-orient: vertical;
    flex-direction: column;
}
@media (min-width: 640px) {
    .conf-data-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0 24px;
    }
}
.conf-data-wrap.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.conf-data-wrap__label {
    margin-bottom: 8px;
    width: 100%;
}
.sg-m-form__error {
    display: none;
}
.sg-m-form__error.active {
    display: block;
}
.sg-m-form__error_phone {
    display: none;
}
.sg-m-form__error_phone.active {
    display: block;
}
.sg-m-form__error_code {
    display: none;
}
.sg-m-form__error_code.active {
    display: block;
}
.sing-in-toggler {
    font-size: 16px;
}
.programm-back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 32px;
    font-size: 18px;
    transition: ease-in 0.5s;
}
.programm-text,
.programm-text-lg,
.programm__title {
    font-family: var(--font-family);
    letter-spacing: 0.02em;
    color: var(--black);
}
.programm-main {
    padding: 80px 0;
}
.programm,
.programm__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    gap: 24px;
}
.programm .title,
.programm__title-block .title {
    margin-bottom: 24px;
}
.programm__title-block {
    margin-bottom: 48px;
}
.section.section-programm {
    max-width: 1024px;
    margin: 0 auto;
}
.programm__title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 24px;
}
@media (min-width: 1024px) {
    .programm__title {
        font-size: calc(20px + (1vw - 10.24px) * 0.6696428571);
    }
}
@media (min-width: 1920px) {
    .programm__title {
        font-size: 26px;
    }
}
.programm__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 4px;
    transform: translate(-50%, 0);
    background: -webkit-gradient(linear, right top, left top, from(#a54686), to(#1b97d5));
    background: -o-linear-gradient(right, #a54686 0, #1b97d5 100%);
    background: linear-gradient(270deg, #a54686 0, #1b97d5 100%);
}
.programm-text-lg {
    font-size: 16px;
}
@media (min-width: 1024px) {
    .programm-text-lg {
        font-size: calc(16px + (1vw - 10.24px) * 0.6944444444);
    }
}
@media (min-width: 1600px) {
    .programm-text-lg {
        font-size: 20px;
    }
}
.programm-text {
    font-size: 14px;
}
@media (min-width: 1024px) {
    .programm-text {
        font-size: calc(14px + (1vw - 10.24px) * 0.3472222222);
    }
}
@media (min-width: 1600px) {
    .programm-text {
        font-size: 16px;
    }
}
.programm__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    padding: 24px 12px;
    border-top: 1px solid #7d48b0;
}
@media (min-width: 560px) {
    .programm__item {
        grid-template-columns: 150px 1fr;
        grid-gap: 32px;
    }
}
.programm__item--description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.programm__item.famous {
    background-color: #7d48b0;
}
.programm__item.famous .programm-text,
.programm__item.famous .programm-text-lg {
    color: #fff;
}
.programm__item.interesting {
    background-color: #ffe8ca;
}
.programm__item.interesting .programm-text,
.programm__item.interesting .programm-text-lg {
    color: #7d48b0;
}
.fw-300 {
    font-weight: 300;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fs-italic {
    font-style: italic;
}
.text-center {
    text-align: center;
}
.sign-up_dop {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}
.sign-up_dop label {
    display: flex;
    align-items: center;
}
.sign-up_dop input {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
.sign-up_dop label a {
    color: inherit;
    text-decoration: underline;
    margin-left: 5px;
}
.conference-summary {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            width: 80%;
            max-width: 1000px;
            text-align: center;
        }
        .summary-item {
            font-size: 55px;
    		color: #ffffff;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.6s ease;
			font-weight: 700;
			text-align: center;
        }
        .summary-item hr {
            border: none;
   			border-top: 2px solid #1b97d5;
  		  	margin: 10px 0;
    		width: 50%;
   			margin-left: auto;
    		margin-right: auto;
        }
        .summary-item p {
            margin: 0;
    		font-size: 24px;
    		color: #f7f7fb;
        }
        .summary-item.visible {
            opacity: 1;
            transform: translateY(0);
        }
		@media (max-width: 768px) {
          .summary-item {
			  font-size: 30px;
			}
			.summary-item p {
    		font-size: 18px;
        }
        }