@charset "utf-8";
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextW1GRegular.eot');
    src: url('../fonts/AvenirNextW1GRegular.eot') format('embedded-opentype'),
         url('../fonts/AvenirNextW1GRegular.woff2') format('woff2'),
         url('../fonts/AvenirNextW1GRegular.woff') format('woff'),
         url('../fonts/AvenirNextW1GRegular.ttf') format('truetype'),
         url('../fonts/AvenirNextW1GRegular.svg#AvenirNextW1GRegular') format('svg');
	font-weight: 400;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir.eot');
    src: url('../fonts/Avenir.eot') format('embedded-opentype'),
         url('../fonts/Avenir.woff2') format('woff2'),
         url('../fonts/Avenir.woff') format('woff'),
         url('../fonts/Avenir.ttf') format('truetype'),
         url('../fonts/Avenir.svg#Avenir') format('svg');
	font-weight: 800;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextW1G-Demi.woff2') format('woff2'),
        url('../fonts/AvenirNextW1G-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura.eot');
    src: url('../fonts/Futura.eot') format('embedded-opentype'),
         url('../fonts/Futura.woff2') format('woff2'),
         url('../fonts/Futura.woff') format('woff'),
         url('../fonts/Futura.ttf') format('truetype'),
         url('../fonts/Futura.svg#Futura') format('svg');
}
body {
	font-family: 'Avenir';
	font-size:14px;
}/* Menu */
.wrapper {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}

header.header {
    margin: 30px 0;
}

header.header .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
}

a {
    text-decoration: none;
    color: #000;
}

header.header {}

header.header .phone a {
    font-weight: bold;
    color: #000;
}

nav.main_menu {}

nav.main_menu ul {
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;
    font-size: 15px;
    text-transform: uppercase;
}

nav.main_menu ul li {}

section.top_slide {
    margin: 60px 0;
}

section.top_slide .wrapper {
    position: relative;
    /* display: flex; */
    /* flex-wrap: wrap; */
}

section.top_slide .wrapper .image {
    position: absolute;
    right: 20px;
    z-index: -1;
    top: 0;
}

section.top_slide .wrapper .image img {
    border-radius: 34px;
    display: block;
}

section.top_slide h1 {
    font-family: 'Futura', 'Avenir';
    font-weight: 600;
    font-size: 96px;
    line-height: 70px;
/* or 94% */
    color: #141313;


/* Inside auto layout */
    align-self: stretch;
    margin: 0px 0 35px 0;
    padding: 90px 0 0 0;
}

.button {}

a.button {

display: inline-flex;flex-direction: column;justify-content: center;align-items: center;padding: 0px 20px;gap: 10px;height: 41px;background: #1B1919;border-radius: 8px;

font-family: 'Avenir';font-style: normal;font-weight: 400;font-size: 12px;line-height: 22px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color: #FFFFFF;
}

section.top_slide .left {
    display: flex;
    flex-direction: column;
    height: 540px;
    /* width: 50%; */
}

section.top_slide .left .bottom_text {
    margin-top: auto;
}

section.top_slide .bottom_text {
    max-width: 420px;
   width: 100%;
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000000;


/* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

section.top_slide {}

section.top_slide .center {
    margin: 37px 0 0 0;
}

section.top_slide .center .advantages {
    display: flex;
    gap: 20px;
}

section.top_slide .center .advantages .advs {}

section.top_slide .center .advantages .advs .name {
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #000000;

    align-self: stretch;
    margin: 0 0 20px 0;
}

section.top_slide .center .advantages .advs .text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;

    color: #000000;

    align-self: stretch;
}

section.images {
    margin: 120px 0;
    overflow: hidden;
}

section.images .list_images {
    display: flex;
    gap: 20px;
    justify-content: center;
}

section.images .list_images .img {
    height: 300px;
}

section.images .list_images .img img {
    height: 100%;
    border-radius: 24px;
    display: block;
	    width: auto;
}

section.directions {
    margin: 120px 0;
}

section.directions .title {/* Направления */
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 70px;
/* identical to box height, or 141% */
    color: #141313;


/* Inside auto layout */
    margin: 0 0 50px 0;
}

section.directions .directions_list {
    display: grid;
    justify-items: start;
    gap: 60px 5%;
    grid-auto-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: repeat(3, 1fr);
}

.directions_list *:nth-child(8) {

    grid-area: 1 / 3;
}

.directions_list *:nth-child(9) {
    grid-area: 2 / 3;
}

.directions_list *:nth-child(10) {
    grid-area: 3 / 3;
}

section.directions .directions_list .dir {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.directions .directions_list .dir .name {/* Pilates Reformer */
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
/* identical to box height */
    color: #000000;


/* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

section.directions .directions_list .dir .text {/* Это самая эффективная и безопасная методика укрепления глубокой мускулатуры тела. В результате занятий ваше тело станет подтянутым и гибким, а напряжение и ощущение скованности уйдут. */
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
/* or 25px */
    color: #000000;


/* Inside auto layout */
    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

section.directions .directions_list .dir .desc {/* (Продолжительность занятия - 55 минут) */
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
/* or 25px */
    color: #5C5C5C;


/* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
}

section.community {
    margin: 120px 0;
    position: relative;
}

section.community .images {
    width: 50%;
    display: flex;
    gap: 40px;
    /* position: absolute; */
    right: 50%;
    justify-content: flex-end;
}

section.community .images img {
    border-radius: 34px;
    display: block;
}

section.community .wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

section.community .wrapper .right {}

section.community .wrapper .right .title {
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 70px;
    color: #141313;
    margin: 0 0 25px 0;
}

section.community .wrapper .right .subtitle {/* Приглашаем на лекции, открытые тренировки и просто на чай. */
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 37px;
    color: #000000;


/* Inside auto layout */
    margin: 0 0 30px 0;
}

section.tickets {
    margin: 120px 0;
}

section.tickets .title {
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 70px;
    color: #141313;
    max-width: 1420px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}

section.tickets .tickets_list {
    display: flex;
    gap: 60px;
    justify-content: center;
}

section.tickets .wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 1600px;
}

section.tickets .tickets_list .info {
    width: 50%;
}

section.tickets .tickets_list .info .name {/* Функциональные тренировки */
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin: 0 0 15px;
}

section.tickets .tickets_list .info .description {/* Включены все групповые тренировки, кроме Пилатес на реформеме. */
    

/* text */
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
    color: #000000;


/* Inside auto layout */
    margin: 0 0 15px 0;
}

section.tickets .tickets_list .info .group {
    margin: 0 0 15px 0;
/* Группа до 8 человек */
    width: 80px;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #585858;


/* Inside auto layout */
}

section.tickets .tickets_list .info .prices {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

section.tickets .tickets_list .info .prices .left {/* Frame 6 */

/* Auto layout */display: flex;flex-direction: column;align-items: flex-start;padding: 30px 0px;gap: 17px;


/* Inside auto layout */width: 50%;}

section.tickets .tickets_list .info .prices .left .price {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

section.tickets .tickets_list .info .prices .left .price .text {/* 1 тренировка */
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;


/* Inside auto layout */
}

section.tickets .tickets_list .info .prices .left .price .text strong {/* 800 ₽ */
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;


/* Inside auto layout */
}

section.tickets .tickets_list .info .prices .left .price .desc {/* Действителен 30 дней. */
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
    color: #999999;


/* Inside auto layout */
}

section.tickets .tickets_list .info .prices .right {}

section.tickets .tickets_list .info .prices .right .circle {/* Frame 5 */

/* Auto layout */display: flex;flex-direction: column;justify-content: center;align-items: flex-start;padding: 0px 80px;gap: 10px;width: 320px;height: 320px;background: #F9F3EE;border-radius: 200px;

/* Inside auto layout */flex: none;order: 1;flex-grow: 0;box-sizing: border-box;}

section.tickets .tickets_list .info .prices .right .circle .price {/* 400 ₽ */
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #000000;


/* Inside auto layout */
}

section.tickets .tickets_list .info .prices .right .circle .name {/* Знакомство */
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
/* identical to box height */
    color: #000000;


/* Inside auto layout */
    margin: 0;
}

section.tickets .tickets_list .info .prices .right .circle .qus {/* Вы у нас в первые? */
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    color: #000000;


/* Inside auto layout */
}

section.tickets .tickets_list .info .prices .right .circle .text {/* После первое тренировки вы сможете купить вводный абонемент по специальной цене. */
    

/* text */
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;


/* Inside auto layout */
}

a.button {
    text-align: center;
}

section.tickets .images img {
    border-radius: 34px;
    display: block;
    width: 100%;
    height: auto;
}

section.mobile {
    margin: 180px 0 120px;
}

section.mobile .wrapper {
    border-radius: 34px;
    background: #F9F3EE;
    display: flex;
    padding: 0;
    max-width: 1420px;
    justify-content: space-between;
    padding: 40px 40px 40px 0;
    gap: 10%;
}

section.mobile .wrapper .image img {
    border-radius: 34px;
}

section.mobile .wrapper .image {
    margin: -140px 0 -40px;
}

section.mobile .wrapper .right {
    width: 100%;
}

section.mobile .wrapper .right .title {
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 54px;
    color: #141313;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    margin: 0 0 40px 0;
}

section.mobile .wrapper .right .text {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #141313;
    margin: 0 0 30px 0;
}

section.mobile .wrapper .right div.button {
    display: flex;
    gap: 30px;
}

section.reviews {
    margin: 120px 0;
}

section.reviews .wrapper {
    gap: 50px;
    display: flex;
    align-items: center;
}

section.reviews .wrapper .title {
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 70px;
    color: #141313;
    margin: 0 0 30px 0;
}

section.reviews .wrapper .desc {/* Мы знаем друг друга в лицо, ценим и относимся с любовью к кажому */
    max-width: 380px;
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 37px;
    color: #000000;


/* Inside auto layout */
    width: 100%;
}

section.reviews .wrapper .right {}

section.reviews .wrapper .right .reviews_list {
    display: flex;
    gap: 60px;
    flex-direction: row;
    flex-wrap: wrap;
}

section.reviews .wrapper .right .reviews_list .review {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.reviews .wrapper .right .reviews_list .review .user {/* Анна К. */
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
/* identical to box height */
    color: #000000;


/* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

section.reviews .wrapper .right .reviews_list .review .text {/* Заказывала тут букет для мамы. Осталась довольна и я, и она! Цветы были свежие, доставили точно в срок. Огромное спасибо за внимание и качество! Обязательно буду рекомендовать вас друзьям. */
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
/* or 25px */
    color: #000000;


/* Inside auto layout */
}

section.reviews .wrapper .right .reviews_list .review .date {/* 12.10.2025 */
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
/* or 25px */
    color: #5C5C5C;


/* Inside auto layout */
}

section.reviews .wrapper .left {
    min-width: 380px;
}

section.contact {
    margin: 120px 0;
}

section.contact .wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

section.contact .wrapper div#map {
    width: 50%;
}

section.contact .wrapper .right {}

section.contact .wrapper .right .title {/* Приезжайте к нам: ) */
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 70px;
/* identical to box height, or 141% */
    color: #141313;


/* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

section.contact .wrapper .right .sub_title {/* У нас первое занятие всего 400 ₽ */
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #141313;


/* Inside auto layout */
    margin: 0 0 35px 0;
}

section.contact .wrapper .right .sub_title strong {
    color: #FF6060;
}

section.contact .wrapper .right .email {
    font-size: 14px;
    margin: 0 0 20px;
}

section.contact .wrapper .right  .adress {
    margin: 0 0 20px;
}

section.contact .wrapper .right  .phone {
    margin: 0 0 20px;
}

footer.footer {
    margin: 120px 0 20px;
}

footer.footer .wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 30px;
}

footer.footer .wrapper .logo {}

footer.footer .wrapper .logo img {
    width: 100px;
    height: auto;
}

footer.footer .wrapper .logo {
}

footer.footer .wrapper nav {
    text-transform: uppercase;
}

footer.footer .wrapper ul {
    display: flex;
    gap: 30px;
}

footer.footer .copy {
    color: #797979;
    font-size: 13px;
}
section.contact .social {
    display: flex;
    gap: 15px;
    margin: 35px 0;
}
header.header .phone a,
header.header .adress a,
section.contact .email a,
section.contact .adress a,
section.contact .phone a{
    display: flex;
    gap: 7px;
    align-items: center;
}

header.header .phone a i,
header.header .adress a i,
section.contact .email a i,
section.contact .adress a i,
section.contact .phone a i
{
    font-size: 22px;
}

section.reviews .wrapper .right .reviews_list .review .rate {
    font-size: 20px;
    display: flex;
    gap: 7px;
    color: #FFC107;
}
section.mobile .wrapper .right div.button a.button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

section.mobile .wrapper .right div.button a.button i {
    font-size: 22px;
}

section.tickets .tickets_list .info .group i {
    font-size: 32px;
    color: #000;
}

section.tickets .tickets_list .info .group {
    display: flex;
    gap: 7px;
}


#gallery {
--f-arrow-pos: 10px;
--f-arrow-bg: rgba(255, 255, 255, 0.75);
--f-arrow-hover-bg: rgba(255, 255, 255, 1);
--f-arrow-color: #333;
--f-arrow-width: 40px;
--f-arrow-height: 40px;
--f-arrow-svg-width: 20px;
--f-arrow-svg-height: 20px;
--f-arrow-svg-stroke-width: 2px;
--f-arrow-border-radius: 50%;
    flex-direction: row;
height: 300px;
}

#gallery .f-carousel__slide {
display: flex;
align-items: center;
justify-content: center;
   width: fit-content;
   padding: 20px;
   
     width: auto; /* Or other responsive CSS properties */
        max-width: 100%;
		
		
}

#gallery .f-carousel__viewport {
    display: flex;

}

#gallery .f-carousel__slide a {
    height: 100%;
}
#gallery img {

}


section.community .images .img:nth-of-type(2) {
    overflow: hidden;
    min-width: 430px;
    width: 100%;
    height: 100%;
    border-radius: 34px;
}
section.community .images video {
    overflow: hidden;
    height: 600px;
    min-width: min-content;
    object-fit: cover;
    border-radius: 34px;
}
section.community .images .img img {
    max-height: 600px;
}
section.contact .wrapper div#map iframe {
    border-radius: 34px;
}
nav.foot_menu a {
    font-size: 13px;
}
h1 {
    font-family: 'Futura', 'Avenir';
    font-weight: 600;
    font-size: 62px;
    line-height: 51px;
    color: #141313;
    align-self: stretch;
    margin: 0px 0 35px 0;
}
.text {
    line-height: 1.7;
    color: #374151;
   
  
}
section.page {
    margin: 60px 0;
}
.text h2 {
    font-size: 1.875rem;
    font-weight: 700;
    margin: 2rem 0 1rem 0;
    color: #111827;
    letter-spacing: -0.025em;
	font-family: 'Futura', 'Avenir';
	line-height: 34px;
}
a.fix_wa svg {
    width: 100%;
    height: 100%;
}

a.fix_wa {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}
.text h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem 0;
    color: #1f2937;
	font-family: 'Futura', 'Avenir';
}

.text h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1.25rem 0 0.625rem 0;
    color: #374151;
	font-family: 'Futura', 'Avenir';
}

.text p {
    margin: 1rem 0;
    
}

.text ul, .text ol {
    margin: 1rem 0;
    padding-left: 1.75rem;
}

.text li {
    margin: 0.375rem 0;
}

.text strong {
    font-weight: 600;
    color: #111827;
}


section.tickets .tickets_list:nth-of-type(3) {
    margin-left: auto;
}
section.tickets .tickets_list .images {
    width: 50%;
}


section.tickets .tickets_list {
    width: 100%;
}

section.tickets .tickets_list:nth-of-type(2) .info {
    padding: 0 4vw 0 0;
    box-sizing: border-box;
}

section.tickets .tickets_list:nth-of-type(3) .info {
    padding: 0 0 0 4vw;
    box-sizing: border-box;
}
section.tickets .tickets_list .info .prices .left .price .text strong {
    white-space: nowrap;
}


div#dialog-content {
    padding: 0;
    display: flex;
    background: transparent;
}

div#dialog-content .image {
    width: 100%;
}

div#dialog-content .image img {
    width: 100%;
    border-radius: 34px;
}

div#dialog-content button.f-button.is-close-button {
    background: #fff;
    color: #000;
    border-radius: 160px;
    width: 50px;
    height: 50px;
}

div#dialog-content .text {
    background: #fff;
    border-radius: 34px;
    padding: 50px 50px;
    box-sizing: border-box;
}

div#dialog-content .text .title {
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 60px;
    color: #141313;
    flex: none;
    order: 0;
    align-self: stretch;
    margin: 0 0 30px 0;
}

div#dialog-content .text .text {
    padding: 0;
    font-family: 'Futura', 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    color: #141313;
}

button {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    gap: 10px;
    height: 41px;
    background: #1B1919;
    border-radius: 8px;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
}

div#dialog-content .text form {
    display: flex;
    gap: 7px;
    margin: 30px 0 0 0;
}

div#dialog-content .text form input[type="text"] {
    font-family: inherit;
    font-size: 15px;
    border: 0;
    padding: 0;
    gap: 10px;
    height: 41px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

div#dialog-content {
    display: flex;
    align-items: center;
}

div#dialog-content > .text {
    margin: 0 0 0 -50px;
    box-shadow: 0px 8px 50px 0px rgb(0 0 0 / 7%);
}

div#dialog-content .text form .wpforms-field-container {
    width: 100%;
}

.fancybox__container {
    /* background: #ffffff1c !important; */
}

.fancybox__backdrop {
    background: #ffffffc9 !important;
    bac\: ;
    bac\: 3;
}

div#dialog-content .image {
    box-shadow: 0px 30px 40px 0px rgb(105 130 145 / 35%);
    border-radius: 34px;
}

.wpforms-submit-container {
    position: relative;
}

.wpforms-submit-container img.wpforms-submit-spinner {
    position: absolute;
    right: -34px;
    top: 8px;
}
.wpforms-hidden {
    display: none;
}


.fancybox__dialog .f-carousel__toolbar__column button.f-button {
    background: #fff;
    color: #000;
    border-radius: 34px;
}
.fancybox__dialog button.f-button {
    background: #fff;
    color: #000;
    border-radius: 34px;
	width: 44px;
    height: 44px;
	    top: calc((44px + 2px) * -1);
}
.mobi {
    display: none;
}

section.head_fix.fixed {
    top: 0%;
}
div#dialog-content1 {
    border-radius: 34px;
	box-shadow: 0px 8px 50px 0px rgb(0 0 0 / 7%);
}
section.head_fix {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(164 164 169 / 16%);
    z-index: 999;
    top: -100%;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
section.tickets .title {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
body .f-button:hover:not([aria-disabled]) {
    color: #000;
    background: #fff;
	opacity:0.9;
}
section.head_fix .wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

section.head_fix .wrapper .logo img {
    width: 100px;
    height: auto;
}

section.head_fix .wrapper ul.menu {
    display: flex;
    gap: 15px;
    text-transform: uppercase;
}

.text li {
    position: relative;
}

.text li:after {
    content: '—';
    position: absolute;
    left: -16px;
    top: 0;
}

a, button {
	opacity:1;
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

a:hover, button:hover {
	opacity:0.8;
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

section.community .wrapper .right {
    background-size: 0 !important;
}

.floating-chat {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}
.chat-button {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #8198ff 0%, #8f22ff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
}

.chat-button:hover {
    transform: scale(1.1);
    
}

/* Социальные иконки */
.social-icons {
    position: absolute;
    bottom: 70px;
    right: 4px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s 
ease;
}

.social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    
    transition: all 0.3s ease;
    position: relative;
}

.social-icon:hover {
    transform: scale(1.15);
    
}

.social-icon.whatsapp {
    background: #25D366;
}

.social-icon.telegram {
    background: #0088cc;
}

.social-icon.max {
    background: #3955FF;
}


/* Тултипы */
.social-icon::after {
    content: attr(title);
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}
.chat-button svg {
    width: 30px;
    height: 30px;
}
.social-icon::before {
    content: '';
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.social-icon:hover::after,
.social-icon:hover::before {
    opacity: 1;
    visibility: visible;
}

/* Активация меню */
.floating-chat.active .social-icons {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating-chat.active .chat-button {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: rotate(45deg);
}

/* Анимация появления иконок */
.floating-chat.active .social-icon {
    animation: bounceIn 0.5s ease forwards;
}

.floating-chat.active .social-icon:nth-child(1) {
    animation-delay: 0.1s;
}

.floating-chat.active .social-icon:nth-child(2) {
    animation-delay: 0.2s;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Адаптивность */
@media (max-width: 768px) {
    .floating-chat {
        bottom: 20px;
        right: 20px;
    }
    
    .chat-button {
        width: 55px;
        height: 55px;
    }
    
    .social-icon {
        width: 45px;
        height: 45px;
    }
    
    .social-icons {
        bottom: 65px;
    }
}

@keyframes pulse {
    0% {
        
    }
    50% {
       
    }
    100% {
       
    }
}

.chat-button {
    animation: pulse 2s infinite;
}

.floating-chat.active .chat-button {
    animation: none;
}