@charset "utf-8";
:root {
    --brand-pink: #E71D73;
    --brand-soft: rgba(231, 29, 115, 0.05);
    --brand-color: #E71D73CC;
    --brand-solid: #E71D73;
    --text-dark: #1a1a1a;
    --text-gray: #666;
    --max-width: 1500px;
}
body{
    /*font-family: 'Montserrat', sans-serif;*/
     font-family: "Mulish", sans-serif;
    font-size: 17px;
    line-height: 1.6;
    background-color: #fafafa;
    color: #2e2d2c;
}
h1,
.title-h1 {
    font-size: 56px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
h2,
.title-h2 {
    font-size: 46px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}
h3,
.title-h3 {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.italic {
    font-style: italic;
}
h4,
.title-h4 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}
h5,
.title-h5{
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}
h6,
.title-h6{
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}
.pagetitle{
    text-transform: none;
}



.bold 
{
    font-weight: bold;
}
.center 
{
    text-align: center;
}
.mb-50{
    margin-bottom: 50px;
}
#pulse {
        position: relative;
        cursor: pointer;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
    }

    #pulse::before {
        content: '';
        left: -20px;
        opacity: 1;
        right: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50%;
        animation: pulse 2.5s linear infinite;
    }

    #pulse.twinkle::after
    {
        content: '';
        position: absolute;
        box-shadow: 0 0 20px 20px #782380 inset;
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50%;
        animation: pulse 2.5s linear infinite;
    }
    #pulse::after{
        content: none;
    }
    @keyframes pulse {
        0% {
            transform: scale(0.5);
        }
        50% {
            box-shadow: 0 0 20px 20px #E84629 inset;
            opacity: .5;
        }
        100% {
            transform: scale(1.2);
            opacity: 0;
        }
    }

    #pulse img {
        position: initial;
        z-index: 9;
        min-width: 50px;
    }

    #heard-text {
        max-width: calc(100% - 50px);
        background: linear-gradient(0.45turn, #A7325C, #D84135);
        padding: 13px 25px;
        border-radius: 30px;
        color: #fff;
        font-size: 18px;
        margin-left: 11px;
        transition: display 1s ease-in;
        max-width: 100%;
        text-transform: none;
    }

    #heard-text.hidden, #heard-cross.hidden, .hidden {
        display: none;
    }

    .heard-wrapper {
        display: flex;
    }

    #heard-cross {
        float: right;
        margin-top: -20px;
        cursor: pointer;
        margin-left: -20px;
    }
    .heard-block{
        display: inline-block;
        margin-top: 30px;
        width: fit-content;
        position: fixed;
        bottom: 100px;
        right: 80px;
        z-index: 10;
    }
    #backtoTop{
        bottom: 180px;
    }
    /*для переноса баннер*/
    
    .banner-zanyatiya-s-pilonom {
        background: url(/assets/images/services/banner/pole-dance.png) top 15% left no-repeat, url(/assets/images/services/banner/gymnastics.png) bottom 30% right no-repeat;
        background-size: 70%;
    }

    .parent-container {
        margin-top: 100px;
    }

    .banner-wrapper > .container {
        height: 380px;
        align-items: center;
        margin-top: -118px;
    }

    .banner-wrapper .flex {
        justify-content: space-between;

    }

    .banner-wrapper .banner-content, .banner-zanyatiya-s-pilonom .container:after {
        width: 50%;
    }
    .banner-content{
        order: 2;
    }

    .banner-content * {
        line-height: 100%;
    }

    .banner-content h2 {
        padding: 0;
        margin-top: 0;
    }
    .banner-content h2:first-child{
        background: url(/assets/images/services/banner/ball.png) left 20px center no-repeat;
        background-size: contain;
    }

    .banner-content p {
        font-size: 24px;
    }

    .banner-zanyatiya-s-pilonom .container:after, .banner-content h2 {
        content: '';
        display: block;
        background-size: contain;
    }

    .banner-zanyatiya-s-pilonom .container:after {
        height: calc(100% + 326px);
        background: url(/assets/images/services/banner/pd.svg) bottom 128px center no-repeat;
        z-index: 9;
        background-size: contain;
        overflow: visible;
    }
    .banner-wrapper .download-app {
        align-items: center;
        justify-content: flex-start;
    }

    .download-app {
        align-items: center;
    }

    .download-app:after {
        content: '';
        display: block;
        margin-left: 7px;
        width: 14px;
        height: 20px;
        background: url(/assets/images/services/banner/dapp.svg) center no-repeat;
        background-size: contain;
    }


    .running-line {
        display: flex;
        overflow: hidden;
    }

    .running-line div {
        display: flex;
        font-size: 14px;
        line-height: 1.3;
        background: linear-gradient(to right, #732381, #E84132);
        white-space: nowrap;
        margin: -1px;
        animation: marquee 15s infinite linear;
    }
    
    .running-line>div{
        background: none;
    }
    @keyframes marquee {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(-50%);
        }
    }

    .running-line p:before {
        content: '';
        display: block;
        background: url(/assets/images/services/banner/ok-arrow.svg) center no-repeat;
        width: 15px;
        height: 15px;
        margin-right: 4px;
        margin-left: 2px;
    }

    .running-line p {
        display: flex;
        background: #fafafa;
        mix-blend-mode: screen;
        padding-right: 100px;
        margin-bottom: 0;
    }

    .banner-content .banner-mobile-button {
        display: none;
        padding: 12px;
        background: #e71d73aa;
        border-radius: 20px;
        height: 40px;
        align-items: center;
        justify-content: center;
    }

    .banner-content .banner-mobile-button span {
        color: #fff;
    }
    .baner-mobile-button{
        display: none;
    }
    .title-block{
        display: flex;
    }
    .pilon-img-block-inner .img-block-inner{
        padding-bottom: 0;
    }
    .pilon-img-block-inner img:hover {
        transform: scale(1.2);
        transition: transform 0.5s;
    }
    .pilon-banner, .app-block{
        margin-bottom: 100px;
        
    }
    .pilon-banner{
        position: relative;
        overflow: hidden;
        background-color: #EB498E;
        border-radius: 24px;
        padding: 40px;
        color: #fff;
    }
    div.pilon-banner img{
        position: absolute;
        right: 5%;
        top: 0;
        width: 60%!important;
    }
    .pilon-banner-text{
        width: 50%;
    }
    .pilon-banner .btn{
        background-color: #2E2D2C;
        padding: 14px 54px;
    }
    .pilon-content-block{
        margin-bottom: 40px;
    }
    .app-img-block{
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .app-img-block-phones{
        display: flex;
    }
    div.app-mobile-buttons img{
        width: 40px !important;
        height: 40px !important;
    }
    .app-mobile-buttons .footer_store_item{
        display: none;
        height: 49px;
        width: 180px;
    }
    .app-img-block-phones img{
        max-width: initial;
        margin-bottom: 20px;
    }
    .app-img-block-phones img:first-child{
        margin-right: 36px !important;
    }
    .app-content-title{
        color: #e71d73;
        font-size: 30px;
        line-height: 1.2;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .app-content-block{
       margin-left: 80px;
    }
    .app-content-block h2{
        line-height: 1;
        margin-top: 0;
    }
    .app-content-block .flex{
        justify-content: flex-end;
    }
    .about-section-inner .pilon-img-block-inner div.img2{
        bottom: 10%;
        right: 35%;
    }
    .about-section-inner .pilon-img-block-inner div.img3{
        width: 360px;
        height: 430px;
        position: absolute;
        right: 65%;
        bottom: -5%;
    }
    .app-mobile-buttons{
        justify-content: space-between;
    }
    .pink-table thead{
        color: #fff;
        background-color: #E71D73CC;
    }
    .content .pink-table thead td{
        text-align: center;
        border: none;
    }
    .content .pink-table thead tr{
        border: 1px solid #E71D73CC;
    }
    .content .pink-table td {
        border: 1px solid #E71D73CC;
    }
    .pink-marker li::marker {
    	color: #e71d73;
    	font-size: 18px;
    }
    .direction-item{
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 33%;
        text-align: center;
        margin-bottom: 40px;
    }
    .direction-item:not(:last-child){
        margin-right: 40px;
    }
    .expert-opinion{
        display: flex;
        background: url("/assets/images/services/quote.png") bottom 43px left 70px no-repeat;
        background-color: #FFD3E6;
        border-radius: 24px;
        padding: 63px 40px 43px 70px;
        margin-bottom: 60px;
        background-size: 150px;
    }
    .expert-opinion>div{
        margin-right: 60px;
    }
    .expert-tags{
        display: flex;
    }
    .expert-tags>div{
        background-color: rgba(231, 29, 115, 0.15);
        border-radius: 8px;
        margin-right: 10px;
        margin-bottom: 40px;
        padding: 15px 21px;
        color: #6D0C35;
    }
    .content .expert-opinion>img{
        background-color: #6D0C35;
        border-radius: 50%;
        min-width: 280px;
        height: 280px!important;
        object-fit: contain;
    }
    .inventory-need{
        display: flex;
    }
    .inventory-need>div{
        width: 50%;
        padding: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 24px;
        margin-bottom: 40px;
    }

    .inventory-need>div>p{
        text-align: center;
        font-weight: bold;
    }
    .inventory-need>div:first-child{
        margin-right: 30px;
    }
    .pluse-marker{
        list-style: none;
        padding-inline-start: 0!important;
    }
    .pluse-marker li{
        display: flex;
        align-items: center;
    }
    .pluse-marker li::before{
        content: "";
        display: block;
        background: url("/assets/images/services/icons/marker.png") center no-repeat;
        background-size: cover;
        width: 17px;
        height: 17px;
        margin-right: 10px;
    }
    .feedback-form {
        display: flex;
        background-color: #EB498E;
        padding: 0 70px;
        border-radius: 20px;
    }
    .feedback-form .form-control {
        background-color: #fff;
        padding: 10px 20px;
    }
    .feedback-form .form-control, .feedback-form .form-control::placeholder {
        color: #2e2d2c;
    }
    .feedback-form .form-control.tel{
            padding-left: 45px;
    }
    .feedback-form textarea.form-control {
        height: 110px;
    }
    .input-wrapper {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .input-wrapper .form-group{
        width: 45%;
    }
    .form-top-text{
        margin: 30px 0;
    }
    .form-top-text, .feedback-form .form-group{
        color: #fff;
        position: relative;
    }
    
    .feedback-form .form-group img{
        position: absolute;
        top: 18px;
        left: 10px;
    }
    .form-top-text>div:first-child{
        font-size: 37px;
        line-height: 1;
    }
    .form-top-text>div:nth-child(2){
        font-size: 17px;
    }
    .btn.black-btn{
        background-color: #2E2D2C;
        width: 100%;
        border-radius: 10px;
        margin-top: 20px;
        padding-left: 27px;
        padding-right: 27px;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .feedback-form .agreement{
        padding-left: 32px;
    }
    .feedback-form .agreement input+label:before{
        width: 20px;
        height: 20px;
        border: 2px solid #fff;
        border-radius: 0;
    }
    .feedback-form .agreement label{
        font-size: 14px;
    }
    .feedback-img-wrapper{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    
    .feedback-img-wrapper img{
        object-fit: contain;
        object-position: bottom;
    }
    .form-group .tel:before{
      /*  content: '';
        display: inline-block;
        width: 18px;
        height: 13px;
        background: url("/assets/images/services/icons/rf.png") center no-repeat;
        background-size: cover;*/
    }
    .content-blocks .item.empty-item-content{
        display: initial;
    }
    .content-blocks .empty-item-content .item-content{
            width: 100%;
    }
    .preview-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }

        .direction-card {
            background: #fff;
            border: 1px solid #f0f0f0;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            transition: border-color 0.3s ease;
        }

        .direction-card:hover {
            border-color: var(--brand-color);
        }

        .container-1500 {
            max-width: var(--max-width);
            margin: 30px auto 50px;
           /* padding: 0 40px;*/
        }
        /* Слайдер */
         .slider-container {
            width: 100%;
            height: 650px;
            position: relative;
            background: #000;
        }

         .slider-track {
            display: flex;
            width: 100%;
            height: 100%;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            scrollbar-width: none; 
        }

         .slider-track::-webkit-scrollbar { display: none; }

         .slider-container .slide {
            min-width: 100%;
            height: 100%;
            scroll-snap-align: start;
            position: relative;
            overflow: hidden;
            display: flex;
            justify-content: center;
        }

         .slider-container .slide img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 50% 75%;
        }
        .slider-container .slide video {
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
        

        /* Стрелки навигации */
         .slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background: rgba(0,0,0,0.4);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 15;
            transition: all 0.3s ease;
            border: none;
            font-size: 20px;
            backdrop-filter: blur(5px);
        }

         .slider-arrow:hover {
            background: var(--brand-solid);
        }

        .arrow-left { left: 0; }
        .arrow-right { right: 0; }

        /* Бейдж видео */
        .video-hint {
            position: absolute;
            top: 25px;
            right: 25px;
            background: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(8px);
            color: #fff;
            padding: 10px 18px;
            border-radius: 30px;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            display: flex;
            align-items: center;
            gap: 10px;
            z-index: 10;
            border: 1px solid rgba(255,255,255,0.15);
            transition: opacity 0.4s ease;
        }

        /* Иконка Play (треугольник) */
        .play-icon {
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-left: 8px solid var(--brand-solid);
            border-bottom: 5px solid transparent;
            filter: drop-shadow(0 0 5px var(--brand-solid));
        }

        /* Навигационные точки */
         .slider-nav {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }

        .nav-dot {
            width: 40px;
            height: 2px;
            background: rgba(255,255,255,0.25);
            transition: 0.3s;
        }

        .nav-dot.active {
            background: var(--brand-solid);
        }

        /* Контент */
        .card-content {
            padding: 60px;
            flex-grow: 1;
        }

        .card-title {
           /* font-size: 28px;
            font-weight: 300;*/
            margin: 0 0 35px 0;
            text-transform: uppercase;
            letter-spacing: 2px;
            border-left: 3px solid var(--brand-solid);
            padding-left: 20px;
        }

        .spec-item {
            display: grid;
            grid-template-columns: 140px 1fr;
            padding: 22px 0;
            border-bottom: 1px solid #f2f2f2;
            font-size: 15px;
            line-height: 1.6;
        }
        .spec-label {
            font-weight: 700;
            text-transform: uppercase;
            /*font-size: 11px;*/
            color: var(--brand-solid);
        }

        .spec-item, .spec-label, .section-header p, .info-card p {
            font-size: 100%;
        }
    .content .slider-container .slide img {
        width: 100% !important;
        height: 100% !important;
    }
    /*pole dance как проходят занятия*/
    .section-header {
            text-align: center;
            margin-bottom: 90px;
        }

        .section-header h2 {
           /* font-size: 38px;*/
            text-transform: uppercase;
            /*letter-spacing: 6px;*/
            margin: 0 0 20px 0;
            color: initial;
         /*   font-weight: 500;*/
        }

        .section-header p {
            color: var(--text-gray);
            /*font-size: 16px;
            line-height: 1.6;*/
            max-width: 800px;
            margin: 0 auto;
        }

        /* Сетка этапов */
        .steps-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-bottom: 50px;
        }
        .inventory-need+p, .content .start-advice{
            margin-bottom: 50px;
         }

        .step-item {
            background: #fdfdfd;
            border: 1px solid #f0f0f0;
            padding: 45px 35px;
            position: relative;
            transition: all 0.4s ease;
        }

        .step-item:hover {
            border-color: var(--brand-pink);
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.05);
        }

        .step-index {
            position: absolute;
            top: 20px;
            right: 25px;
            font-size: 40px;
            font-weight: 900;
            color: rgba(231, 29, 115, 0.07);
        }

        .step-item h3 {
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin: 0 0 20px 0;
            color: var(--brand-pink);
            font-weight: 700;
        }

        .step-item p {
          /*  font-size: 14px;
            line-height: 1.8;*/
            color: var(--text-gray);
            margin: 0;
        }

        /* Нижний информационный блок */
        .steps-info {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-top: 30px;
        }

        .info-card {
            background: var(--brand-soft);
            padding: 40px;
            border-left: 4px solid var(--brand-pink);
        }

        .info-card h4 {
            margin: 0 0 15px 0;
            text-transform: uppercase;
            font-size: 15px;
            letter-spacing: 1px;
        }

        .info-card p {
            margin: 0;
           /* font-size: 14px;*/
            line-height: 1.7;
            color: var(--text-dark);
        }
        /*pole dance как проходят занятия*/
        
                /* Сетка чек-листов */
        .inventory-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: start;
        }

        /* Карточка направления */
        .inventory-card {
            background: #fdfdfd;
            border: 1px solid #f0f0f0;
            padding: 60px;
            position: relative;
            transition: all 0.5s ease;
            overflow: hidden;
        }

        /* Эффект при наведении на всю карточку */
        .inventory-card:hover {
            border-color: var(--brand-pink);
            background: #fff;
            box-shadow: 0 30px 60px rgba(0,0,0,0.05);
        }

        /* Заголовок направления (капсом) */
        .inventory-title {
          /*  font-size: 11px;*/
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: var(--brand-pink);
            margin-bottom: 25px;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        /* Розовая линия перед заголовком */
        .inventory-title::before {
            content: '';
            width: 30px;
            height: 2px;
            background: var(--brand-pink);
        }

        /* Стилизация списка в чек-лист */
        .content .checklist {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            /*gap: 25px;*/
        }

        /* Элемент чек-листа */
        .checklist-item {
            display: grid;
            grid-template-columns: 20px 1fr; /* Колонка под маркер + текст */
            gap: 20px;
            align-items: start;
            /*font-size: 15px;*/
            line-height: 1.7;
            color: var(--text-gray);
            transition: color 0.3s ease;
        }

        /* Эффект при наведении на конкретный пункт */
        .checklist-item:hover {
            color: var(--text-dark);
        }

        /* Маркер чек-листа (современная галочка) */
        .check-marker {
            width: 20px;
            height: 20px;
            margin-top: 3px;
            color: #ddd; /* Светло-серый по умолчанию */
            font-weight: 900;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        /* Розовая галочка при наведении на пункт */
        .checklist-item:hover .check-marker {
            color: var(--brand-pink);
            transform: scale(1.1);
            filter: drop-shadow(0 0 5px var(--brand-pink));
        }
        .pink-text{
            color: #cd7399;
        }
        /*Стили таблицы с ценами*/
        .table-head, .table-row{
    display: flex;
    align-items: stretch;
    justify-content: center;
    text-align: center;
    font-size: 26px;
}
.table-head>*, .table-row>*{
    width: 33%;
}
.table-container{
    border: 2px solid #ebd1dc;
    border-radius: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.table-head{
    background-color: #e71d73;
    color: #fff;
}
.table-head{
    border-radius: 20px 20px 0 0;
}
.table-head, .table-row>div{
    padding: 5px;
}
.table-head>div, .table-row>div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-row:not(:last-child){
    border-bottom: 2px solid #ebd1dc;
}
.table-row>div:not(:last-child){
    border-right: 2px solid #ebd1dc;
        font-size: 16px;
}
.table-container a, .table-container{
    -webkit-box-shadow: 0px 6px 14px 0px rgba(231, 29, 115, 0.2);
-moz-box-shadow: 0px 6px 14px 0px rgba(231, 29, 115, 0.2);
box-shadow: 0px 6px 14px 0px rgba(231, 29, 115, 0.2);
}
.table-container a{
    display: flex;
    width: 130px;
    text-transform: uppercase;
    color: #ffffff;
    background: #e71d73;
    border-radius: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}
.table-row>div:first-child{
    flex-direction: column;
    word-break: break-word;
}
.table-row .abonement_top_block_under_head{
    font-size: 12px;
    color: #000;
    text-align: center;
}
        /*Стили таблицы с ценами*/
        /*Стили баннера*/
        .directions-banner-wrapper {
        border-radius: 24px;
        padding: 50px;
        background: linear-gradient(90deg, rgba(0, 15, 53, .5) 0%, rgba(0, 15, 53, .2) 50%, rgba(0, 15, 53, .1) 70%, rgba(0, 15, 53, .4) 97%), url("/assets/images/services/508ea520d1612b2e3cbfee860aa66b15b7070a6e.png");
        background-position: 100% center;
        background-size: cover;
        color: #fff;
        background-repeat: no-repeat;
        margin-bottom: 64px;
    }
    .directions-banner-wrapper .main-text{
        width: 50%;
        margin-bottom: 70px;
    }
    .directions-banner-wrapper .text-block{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .directions-banner-wrapper .title-block{
        font-size: 56px;
        text-transform: uppercase;
    }
    .main-text > .flex{
        align-items: center;
    }
    .price-block{
        margin-right: 20px;
        font-size: 32px;
        line-height: 1;
    }
    .download-block{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 16px;
        border: 1px solid;
        border-radius: 10px;
        padding: 15px 20px;
        font-size: 16px;
        color: #fff;
    }
    .download-block:hover{
        color:#fff;
    }
    .download-block:before{
        content: '';
        display: block;
        width: 22px;
        height: 22px;
        background: url("/assets/images/icons/download-icon.svg") center no-repeat;
    }
    .buttons-block .btn, .download-block:before{
        margin-right: 10px;
    }
    .buttons-block .btn, .download-block{
        height: 50px;
    }
    .buttons-block a:hover, .icon-block:hover, .advantages-block>div:hover{
        -webkit-box-shadow: 0px 0px 14px 8px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 0px 0px 14px 8px rgba(34, 60, 80, 0.2);
        box-shadow: 0px 0px 14px 8px rgba(34, 60, 80, 0.2);
    }
    .icon-block{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 10px;
        background-color: #E71D73;
        margin-left: 10px;
        background-position: center;
        background-size: calc(100% - 12px);
        background-repeat: no-repeat;
    }
    .max-icon{
        background-image: url("/assets/images/icons/max-icon.svg");
    }
    .tg-icon{
        background-image: url("/assets/images/icons/tg-icon.svg");
    }
    .links-block{
        margin-bottom: 35px;
    }
    .advantages-block{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .advantages-block>div{
        position: relative;
        display: flex;
        align-items: center;
        width: calc(33% - 5px);
        margin-bottom: 15px;
        padding: 15px 40px;
        border-radius: 10px;
    }
    .advantages-block>div:after{
        position: absolute;
        content: '';
        display: block;
        top: 0;
        bottom: 100%;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(231, 29, 115);
        opacity: .6;
        border-radius: 10px;
    }
    .advantages-block>div:before, .advantages-block .adv-text{
        z-index: 2;
    }
    .advantages-block .adv-text{
        font-size: 15px;
    }
    .adv-text{
        text-transform: uppercase;
    }
    .advantages-block>div:before{
        content: '';
        display: block;
        min-width: 24px;
        height: 24px;
        margin-right: 15px;
        padding: 2px;
        background: url("/assets/images/icons/checked-icon.svg") center no-repeat;
    }
        /*Стили баннера*/
    @media (min-width: 1560px) {
        .container {
            width: 1530px;
        }
    }
    @media (max-width: 1470px) {
        .main-text > .flex{
            flex-direction: column;
            align-items: flex-start;
        }
        .price-block {
            margin-bottom: 10px;
        }
    }
    @media (max-width: 1200px) {
        .preview-wrapper { 
            grid-template-columns: 1fr; 
            
        }
        .slider-container {
            height: 550px; 
        }
        .steps-container { grid-template-columns: 1fr 1fr; }
        .inventory-card { padding: 40px; }
        .directions-banner-wrapper .main-text {
            width: 100%;
            margin-bottom: 40px;
        }
    }
      
    @media (max-width: 1100px) {
        .banner-content h2 {
            font-size: 34px;
        }
        .banner-content p {
            font-size: 16px;
        }
        .banner-zanyatiya-s-pilonom .container:after{
            height: 100%;
            background: url(/assets/images/services/banner/pd.svg) bottom center no-repeat;
            margin-bottom: -30px;
            padding-top: 0;
            background-size: contain;
        }
        .banner-wrapper .flex{
            font-size: 12px;
        }
    }
    @media (max-width: 1024px) {
        .advantages-block>div {
            padding: 15px 20px;
            width: calc(49% - 5px);
        }
        .directions-banner-wrapper{
            background: linear-gradient(90deg, rgba(0, 15, 53, .5) 0%, rgba(0, 15, 53, .5) 100%), url(/assets/images/services/508ea520d1612b2e3cbfee860aa66b15b7070a6e.png) 85% center;
            background-size: cover;
        }
        .directions-banner-wrapper .title-block {
            font-size: 50px;
        }
    }
     @media (max-width: 900px){
         .inventory-wrapper { grid-template-columns: 1fr; }
        .section-header h2 { font-size: 28px; }
     }
        @media (max-width: 768px) {
        
        .banner-content .banner-mobile-button {
            display: flex;
        }
        .banner-mobile-buttons > .btn{
            display: none;
        }
        .banner-zanyatiya-s-pilonom .container:after {
            content: none;
            position: absolute;
            right: -3%;
            width: 100%;

        }
        .banner-wrapper{
            height: 100vh;
            display: flex;
            margin-top: -30px;
            flex-direction: column;
            justify-content: flex-start;
        }

        .banner-wrapper > .container {
            height: auto;
            position: relative;
        }

        .banner-wrapper > .container:after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            background: url(/assets/images/services/banner/girl2.png) center no-repeat;
            background-size: contain;
            opacity: 0.3;
        }

        .m-bold {
            font-weight: bold;
        }

        .banner-content h2 {
            color: #E71D73;
            font-size: 36px;
        }

        .banner-wrapper .banner-content {
            width: 100%;
            z-index: 10;
            padding-top: 30%;
        }

        .banner-content h2 {
            background: none!important;
        }

        .banner-wrapper > .container {
            margin-top: 0;
            padding: 0;
        }

        .baner-mobile-button {
            display: initial;
            width: fit-content;
            padding: 13px 25px;
            border-radius: 30px;
            font-size: 18px;
            background-color: #E71D73;
            text-align: center;
        }

        .baner-mobile-button a {
            text-decoration: none;
            color: #fff;
        }

        .running-line {
            margin-top: 20px;
        }

        .parent-container {
            margin-top: 0;
            position: relative;
        }
        .banner-mobile-buttons{
            flex-direction: column;
            margin-top: 150px;
        }
        .banner-wrapper .download-app{
            text-decoration: none;
            margin-bottom: 60px;
        }
        .app-img-block{
            order: 1;
        }
        .app-content-block {
            margin-left: 0;
        }
       .app-first-p, .app-content-block .flex, .app-img-block-phones img:last-child{
            display: none;
        }
        .app-img-block-phones img:first-child{
            width: 100% !important;
            margin-right: 0 !important;
        }
        .app-mobile-buttons .footer_store_item{
            display: initial;
        }
        .app-mobile-buttons .footer_store_item a{
            width: auto;
            font-size: initial;
        }
        .app-content-title{
            font-size: 20px;
        }
        .expert-opinion{
            flex-direction: column;
        }
        .expert-opinion>div{
            order: 1;
        }
        .expert-opinion>img {
            width: 280px;
            object-fit: cover;
            margin: 0 auto;
        }
        .inventory-need{
            flex-direction: column;
        }
        .inventory-need>div{
            width: 100%;
        }
        .steps-container { grid-template-columns: 1fr; }
        .steps-info { grid-template-columns: 1fr; }
        .card-content {
            padding: 20px;
        }
        .spec-item {
            display: initial;
        }
        
        .spec-item>div {
            margin-bottom: 10px;
        }
        .expert-tags, .input-wrapper{
            flex-direction: column;
            margin-bottom: 0;
        }
        .expert-tags>div, .input-wrapper .form-group{
            width: 100%;
        }
        .expert-tags>div{
            margin-bottom: 20px;
        }
        .table-head, .table-row {
            font-size: 16px;
        }
        .table-row>div:first-child {
            font-size: 12px;
        }
        .table-container a {
            font-size: 12px;
        }
        .table-row .abonement_top_block_under_head {
            font-size: 9px;
        }
        
    }
    @media (max-width: 350px) {
        .banner-zanyatiya-s-pilonom .container:after {
            content: none;
        }
        .banner-wrapper .banner-content{
            width: 100%;
        }
    }
    /*для переноса баннер*/
@media(max-width: 991px) {
    h1,
    .title-h1 {
        font-size: 50px;
    }
    h2,
    .title-h2 {
        font-size: 40px;
    }
    h3,
    .title-h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    h4,
    .title-h4 {
        font-size: 28px;
    }
    h5,
    .title-h5{
        font-size: 24px;
    }
}

@media(max-width: 767px) {
    h1,
    .title-h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    h2,
    .title-h2 {
        font-size: 30px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    h3,
    .title-h3 {
        font-size: 25px;
    }
    h4,
    .title-h4 {
        font-size: 20px;
    }
    h5,
    .title-h5{
        font-size: 18px;
        margin-bottom: 15px;
    }
    h6,
    .title-h6{
        font-size: 16px;
        margin-bottom: 15px;
    }
    h1 br,
    .title-h1 br,
    h2 br,
    .title-h2 br,
    h3 br,
    .title-h3 br,
    h4 br,
    .title-h4 br,
    h5 br,
    .title-h5 br,
    h6 br,
    .title-h6 br{
        display: none;
    }
}

@media(max-width: 499px) {
    h1,
    .title-h1 {
        font-size: 30px;
    }
    h2,
    .title-h2 {
        font-size: 26px;
    }
    h3,
    .title-h3 {
        font-size: 22px;
    }
    
    .title-block{
        flex-wrap: wrap;
    }
    .directions-banner-wrapper .title-block{
        font-size: 30px;
    }
    .price-block {
        font-size: 24px;
    }
}
@media(min-width: 768px){
    .pagetitle{
        font-size: 32px;
    }
}
a {
    color: #e71d73;
}

a:hover {
    color: #e71d73;
}

a.invert {
    color: #fff;
}

a.invert:hover {
    color: #e71d73;
}

.btn {
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0 20px 1px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
    background: #e71d73;
    text-align: center;
    transition: all 300ms ease-out;
    border-radius: 10px;
}
.btn:hover {
    filter: brightness(114%);
    color: #fff;
}
.btn.btn-lg {
    height: 60px;
    font-size: 17px;
    padding: 0 35px;
}
.btn.btn-xlg {
    height: 72px;
    font-size: 20px;
    padding: 0 40px;
    min-width: 320px;
    max-width: 100%;
}
.full-width{
    width: 100%;
}
.theme-color{
    color: #e71d73;
}
.anim-link {
    position: relative;
    overflow: hidden;
}
.anim-link:before{
    content: '';
    position: absolute;
    top: 0;
    left: -20%;
    width: 150%;
    height: 100%;
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    background: -webkit-gradient(linear, right top, left top, from(rgba(121, 117, 117, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(121, 117, 117, 0))) no-repeat -2em 0%;
    background: linear-gradient(to left, rgba(121, 117, 117, 0), rgba(255, 255, 255, 0.8), rgba(121, 117, 117, 0)) no-repeat -2em 0%;
    background-size: 3em 100%;
    -webkit-animation: move-blick 12s linear infinite;
    animation: move-blick 12s linear infinite;
    animation-delay: 2s;
}
@keyframes move-blick {
    0% {
         background-position: 0% 0%;
    }
    7% {
         background-position: 110% 0%;
    }
    100% {
         background-position: 110% 0%;
    }
}

@media(max-width: 499px){
    .btn.btn-xlg{
        min-width: 1px;
        height: 70px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 17px;
    }
    .btn.btn-lg{
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
    }
    .btn.full-width{
        padding-left: 10px;
        padding-right: 10px;
    }
    .direction-items{
        flex-wrap: wrap;
    }
    .direction-item{
        width: 100%;
        margin-right: 0;
    }
    .expert-opinion {
        padding: 63px 30px 43px 30px;
    }
    .expert-opinion>div {
        margin-right: 0;
    }
    .feedback-form {
        padding: 0px 20px;
    }
}

.btn.whatsapp-btn{
    background: #4CAF50;
    color: #fff;
}
.btn.whatsapp-btn:hover{
    background: #4CAF50;
    color: #fff;
    filter: brightness(115%);
}
.btn.telegram-btn{
    background: #0D83BE;
    color: #fff;
}
.btn.telegram-btn:hover{
    background: #0D83BE;
    color: #fff;
    filter: brightness(115%);
}

.btn.whatsapp-btn img,
.btn.telegram-btn img{
    margin-left: 10px;
}
.overflow-block{
    overflow: hidden;
}

.section{
    padding: 30px 0 30px;
}
.pt0{
    padding-top: 0;
}
.pb0{
    padding-bottom: 0;
}
.pt10{
    padding-top: 10px;
}
.pt20{
    padding-top: 20px;
}
.pt30{
    padding-top: 30px;
}
.pt40{
    padding-top: 40px;
}
.pt50{
    padding-top: 50px;
}
.pt60{
    padding-top: 60px;
}
.pt70{
    padding-top: 70px;
}
.pt80{
    padding-top: 80px;
}
.pt90{
    padding-top: 90px;
}
.pt100{
    padding-top: 100px;
}

.pb10{
    padding-bottom: 10px;
}
.pb20{
    padding-bottom: 20px;
}
.pb30{
    padding-bottom: 30px;
}
.pb40{
    padding-bottom: 40px;
}
.pb50{
    padding-bottom: 50px;
}
.pb60{
    padding-bottom: 60px;
}
.pb70{
    padding-bottom: 70px;
}
.pb80{
    padding-bottom: 80px;
}
.pb90{
    padding-bottom: 90px;
}
.pb100{
    padding-bottom: 100px;
}
@media(max-width: 767px){
    .pt50{
        padding-top: 30px;
    }
    .pt60{
        padding-top: 40px;
    }
    .pt70{
        padding-top: 50px;
    }
    .pt80{
        padding-top: 60px;
    }
    .pt90{
        padding-top: 70px;
    }
    .pt100{
        padding-top: 80px;
    }
    
    .pb50{
        padding-bottom: 30px;
    }
    .pb60{
        padding-bottom: 40px;
    }
    .pb70{
        padding-bottom: 50px;
    }
    .pb80{
        padding-bottom: 60px;
    }
    .pb90{
        padding-bottom: 70px;
    }
    .pb100{
        padding-bottom: 80px;
    }
}
.section h1 span,
.section h2 span{
    color: #e71d73;
}

/** Header **/
.header{
    position: relative;
}
.header-media{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.header-img{
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
/*.index-template .header-inner{
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}*/
.index-header-inner-slider
{
    /*min-height: calc( 100vh + 94px );*/
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: -94px;
    max-height: 100vh;
}

/*Содержание Pole Dance*/
/*
ul.aal-toc-list{
    list-style: none;
}
.aal-toc-section-wrapper {
    width: 100%;
    max-width: 1500px;
    display: flex;
    margin-bottom: 20px;
    gap: 30px; 
    align-items: stretch;
}

.aal-toc-left-block {
    flex: 1;
    background: #fff5f8;
    border-left: 8px solid #e71d73; 
    padding: 60px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aal-toc-header {
    font-family: 'Tenor Sans', serif;
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 35px;
    display: block;
}

.aal-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aal-toc-item {
    border-bottom: 1px solid rgba(231, 29, 115, 0.1);
}

.aal-toc-item:last-child {
    border-bottom: none;
}

.aal-toc-link {
    font-family: 'Mulish', sans-serif;
    color: #e71d73;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding: 16px 0;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.aal-toc-link::before {
    content: '';
    width: 15px;
    height: 1px;
    background-color: #e71d73;
    margin-right: 15px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.aal-toc-link:hover {
    padding-left: 12px;
    color: #b01254;
}

.aal-toc-link:hover::before {
    width: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='10' viewBox='0 0 24 10'%3E%3Cpath d='M18 1l4 4-4 4' stroke='%23e71d73' stroke-width='2' fill='none'/%3E%3Cpath d='M0 5h22' stroke='%23e71d73' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
    height: 10px;
}

.aal-toc-right-image {
    flex: 1;
    background-image: url('/assets/template/images/pole-dance.webp');
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    min-height: 550px;
}*/
/*Содержание Pole Dance*/
@media screen and (max-width: 1023px) {
    .index-header-inner-slider {
        max-height: 75vh;
    }
    .feedback-img-wrapper{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .index-header-inner-slider {
        max-height: 60vh;
    }
    .aal-toc-left-block{
        width: 100%;
        padding: 30px;
    }
    .aal-toc-header{
        word-wrap: break-word;
    }
}

@media screen and (max-width: 599px) {
    .index-header-inner-slider {
        max-height: 40vh;
    }
}

.index-header-inner-slider .main_slide_item
{
    height: 100vh;
}
.index-header-inner-slider .main_slide_item img
{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 1023px)
{
    .index-header-inner-slider .main_slide_item
    {
        height: 75vh;
    }
}
@media screen and (max-width: 767px)
{
    .index-header-inner-slider .main_slide_item
    {
        height: 60vh;
    }
    .index-header-inner-slider .main_slide_item img
    {
        object-position: 41%;
    }
}

.header-main-wrapper{
    position: relative;
    z-index: 800;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.2);
}

.light_theme .header-main-wrapper.bg_true{
    background: #fff;
}
.dark_theme .header-main-wrapper.bg_true{
    background: #004643;
}
.header-main-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 94px;
}
.header-logo{
    height: 100%;
    width: 130px;
    display: flex;
    align-items: center;
}
.header-logo{
    display: inline-block;
    height: 100%;
}
.header-logo img{
    max-height: 100%;
}
.header-logo .logo-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.header-logo .logo-inner img{
    max-width: 70px;
}
.header-logo img + .logo-body{
    width: calc(100% - 70px);
    padding-left: 10px;
}
.header-logo .logo-title{
    color: #fff;
    font-weight: 800;
    font-size: 24px;
}
.header-logo .logo-title span{
    color: #e71d73;
}
.header-contacts{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 380px;
    position: relative;
}
.header-status{
    position: absolute;
    right: 0;
    top: -25px;
    font-size: 13px;
    color: #fff;
    display: inline-flex;
    align-items: center;
}
.header-status-indicator{
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background: #25d266;
    margin-right: 7px;
    animation: flickerAnimation 1s infinite;
}
@keyframes flickerAnimation {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.header-contacts > .btn{
    margin-left: 30px;
}
.header-bar{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 20px;
}
.header-contacts .social-nav{
    margin-left: 20px;
}
.header-contacts-dropdown{
    border-radius: 5px;
}

.header-contacts-dropdown {
    color: #fff;
}

.header-contacts-dropdown a {
    color: #fff;
}

.header-contacts-dropdown-items .item-title  {
    color: #fff !important;
}

.header-contacts-dropdown .title-h6{
    margin-bottom: 10px;
}
.header-contacts-dropdown-close{
    display: none;
}
.header-contacts-dropdown .social-nav{
    margin-left: 0;
}
.header-search-btn {
    line-height: 1;
    cursor: pointer;
    position: relative;
    bottom: -1px;
}
.header-search-btn:hover path{
    fill: #e71d73 !important;
}
.header-contacts-title{
    position: relative;
}
.header-contacts-title:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.header-contacts-title a, .header-contacts-title > span {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding-right: 15px;
    position: relative;
}
.header-contacts-title a:after,
.header-contacts-title > span:after{
    content: "";
    border-top: 5px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 1px;
    top: 8px;
}

.not-main-page .header-contacts-title a:after,
.not-main-page .header-contacts-title > span:after{
    content: "";
    border-top: 5px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 1px;
    top: 8px;
}


.header-contacts-dropdown-wrapper{
    position: relative;
}
.header-contacts-dropdown {
    background: #e71d73;
    position: absolute;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 100;
    padding: 23px 20px;
    width: 285px;
    top: 0;
    left: -20px;
    top: -23px;
    display: none;
}

.header-contacts-dropdown-btn .btn {
    background: #fff;
    color: #000;
}

.header-main-wrapper-push{
    display: none;
}

.header-main-wrapper.pred_fixed .header-search-btn path {
        fill: #2e2d2c;
    }

@media(min-width: 992px){
    .header-contacts-dropdown-wrapper:hover .header-contacts-dropdown{
        display: block;
    }
    .fix-panel-true .header-main-wrapper.pred_fixed{
        position: fixed;
        bottom: 100%;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 600;
        transition: transform .2s;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    }

    .header-main-wrapper.pred_fixed .header-search-btn path {
        fill: #2e2d2c;
    }

    .fix-panel-true .header-main-wrapper.pred_fixed .top-menu-more-list > li > span {
        background: url(../images/burger-black.svg) 50% 50% no-repeat;
    }

    .fix-panel-true .header-main-wrapper.pred_fixed .top-menu a {
        color: #2e2d2c;
    }
    .fix-panel-true .header-main-wrapper.pred_fixed .header-contacts-title a {
        color: #2e2d2c;
    }
    .fix-panel-true .header-main-wrapper.pred_fixed .top-menu li.down > a:after {
        border-bottom: 1px solid #2e2d2c;
        border-right: 1px solid #2e2d2c;
    }

    .fix-panel-true .header-main-wrapper.pred_fixed .top-menu a:hover {
        color: #e71d73;
    }

    .fix-panel-true .header-main-wrapper.pred_fixed .top-menu li.down > a:hover:after {
        border-bottom: 1px solid #e71d73;
        border-right: 1px solid #e71d73;
    }

    .fix-panel-true .header-main-wrapper.pred_fixed .top-menu ul ul {
        background: #fff;
    }
    .fix-panel-true .header-main-wrapper.fixed{
        transform: translateY(100%);
    }
    .fix-panel-true .header-main-wrapper.pred_fixed .header-main-inner{
        box-shadow: none;
    }
    .fix-panel-true .header-main-wrapper.pred_fixed + .header-main-wrapper-push{
        display: block;
    }
}

.header-phone{
    margin-bottom: 10px;
}
.header-phone a{
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.header-phone a:hover{
    color: #fff;
}
.header-phone-description{
    font-size: 0.8em;
    line-height: 1.584em;
    color: #999;
    margin-top: -2px;
}
.header-contacts-dropdown-btn{
    padding: 10px 0 20px;
}
.header-contacts-dropdown-items .item{
    margin-bottom: 14px;
}
.header-contacts-dropdown-items .item-title{
    font-size: 0.8em;
    line-height: 1.584em;
    color: #999;
}
.header-contacts-dropdown-items .item-value{
    line-height: 1.2;
    font-size: 15px;
}
.header-contacts-dropdown-items a:hover{
    color: #fff;
}
.social-nav {
    display: flex;
}
.social-nav li{
    margin-right: 6px;
    display: inline-block;
}
.social-nav li:last-of-type{
    margin-right: 0;
}
.social-nav a {
    position: relative;
    width: 33px;
    height: 33px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
}
.social-nav .telegram-btn a{
    background-color: #0D83BE;
}
.social-nav .whatsapp-btn a{
    background-color: #2CC54E;
}
.social-nav .viber-btn a{
    background-color: #7360F2;
}
.social-nav .vk-btn a{
    background-color:#0077FF;
}
/*.social-nav .max-btn a{
    background-color:#22192f;
}*/
.social-nav .youtube-btn a{
    background-color: #FF0000;
}
.social-nav .inst-btn a{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-nav a:hover{
    filter: brightness(114%);
}

.header-content{
    flex: 1 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 70px 0;
}
.header-content-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}
.header-content-inner .col1{
    width: 900px;
    max-width: calc(100% - 220px);
    padding-right: 25px;
}
.header-content-inner .col2{
    width: 220px;
    max-width: 100%;
    padding-left: 25px;
}
.header-features-column .col:not(:last-child){
    margin-bottom: 30px;
}
.header-features-column .item{
    padding: 15px;
    background: rgb(255 255 255 / 20%);
    backdrop-filter: blur(30px);
    color: #fff;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 24px;
    line-height: 1.3;
}
.header-features-column .item-title{
    font-weight: 700;
    font-size: 20px;
}
.header-features-column .item-title + .item-subtitle{
    margin-top: 10px;
}

.header-features{
    margin-top: 50px;
}
.header-features .col{
    margin: 25px 0;
}
.header-features .item{
    display: flex;
    flex-wrap: wrap;
}
.header-features .item-icon{
    width: 2px;
    height: 30px;
    background: #e71d73;;
}
.header-features .item-body{
    width: calc(100% - 2px);
    padding-left: 15px;
    min-height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-features .item-title{
    font-size: 19px;
    line-height: 1.4;
}
.header-features .item-title:first-line{
    font-weight: 600;
}
.header-content{
    width: 100%;
    overflow: hidden;
}
.header-content h1{
    font-weight: normal;
    line-height: 1.5;
}
@media(min-width: 1300px){
    .header-content h1{
        font-size: 55px;
    }
}
.header-content h1 span{
    color: #e71d73;
    font-weight: bold;
}
.header-subtitle{
    font-size: 26px;
    margin-bottom: 30px;
}
@media(max-width: 1559px){
    .header-title br,
    .header-subtitle br{
        display: none;
    }
}
@media(max-width: 1299px){
    .header-contacts > .btn{
        margin-left: 15px;
    }
    .header-bar{
        margin-left: 15px;
    }
    .header-contacts{
        width: 440px;
    }
}
@media(max-width: 1199px){
    .header-features .item-title br{
        display: none;
    }
    .header-features{
        width: 100%;
    }
    .header-subtitle{
        font-size: 22px;
    }
    .app-block{
        flex-wrap: wrap;
    }
}
@media(max-width: 991px){
    .header-main-wrapper{
        box-shadow: none;
    }
    .header-contacts .social-nav{
        padding-top: 0;
    }
    .index-template .header-inner{
        min-height: inherit;
    }
    .header-media{
        background-color: #fff;
    }
    .header-img{
        background-position: right 0 top 0;
        background-size: cover;
    }
    .header-inner{
        padding-top: 70px;
    }
    .header-main{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 0;
        background: transparent;
        z-index: 1000;
    }

    .header-main .header-main-wrapper.pred_fixed {
        transition: transform .2s;
        background: #fff;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    }

    .header-main .header-main-wrapper.pred_fixed .icon-menu-burger__line,  {
        background: #2e2d2c;
    }

    .header-main .header-main-wrapper.pred_fixed .header-contacts-title a {
        color: #2e2d2c;
    }

    .header-main .header-main-wrapper.pred_fixed .icon-menu-burger:before,
    .header-main .header-main-wrapper.pred_fixed .icon-menu-burger:after,
    .header-main .header-main-wrapper.pred_fixed .icon-menu-burger__line {
        background: #2e2d2c;
    }

    .header-main-inner{
        min-height: 1px;
        height: 70px;
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
    }
    .header-contacts{
        width: auto;
    }
    .header-content{
        height: auto;
        min-height: calc(100vh - 70px);
    }
    .header-content-inner .col1 {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
    }
    .header-content-inner .col2 {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .header-features-column{
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
    .header-features-column .col{
        width: 33.3333%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .header-contacts-dropdown {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        width: auto;
        z-index: 200;
        box-shadow: 0 5px 5px rgba(0,0,0,0.3);
        border-top: 1px solid #ffffff1a;
        border-radius: 0;
    }
    .header-contacts-title:after{
        display: none;
    }
    .header-contacts-title-overlay{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }
    .header-contacts-dropdown-btn .btn.full-width{
        width: auto;
    }
    .header-contacts-dropdown-close{
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .header-contacts-dropdown-close path{
        fill: #fff;
    }
    .header-subtitle{
        font-size: 20px;
    }
}
@media(max-width: 767px){
    .header-content{
        min-height: calc(100vh - 60px);
    }
    .header-search-btn{
        bottom: -2px;
        position: relative;
    }
    .header-features .col{
        margin: 20px 0;
    }
    .header-features .item-body{
        width: calc(100% - 50px);
        padding-left: 10px;
    }
    .header-features .item-title{
        font-weight: 500;
    }
    .header-logo .logo-inner img{
        width: 35px;
    }
    .header-logo img + .logo-body{
        width: calc(100% - 35px);
        padding-left: 5px;
    }
    .header-logo .logo-title{
        font-size: 20px;
    }
    .header-subtitle {
        font-size: 15px;
    }
}
@media(max-width: 599px){
    .header-features .item-title{
        font-size: 17px;
    }
    .header-contacts-title a,
    .header-contacts-title > span{
        font-size: 14px;
    }
    .header-contacts-title a:after,
    .header-contacts-title > span:after{
        top: 5px;
    }
    .header-logo{
        width: 120px;
    }

    .header-logo .logo-inner img {
        width: 23px;
    }
    .header-logo img + .logo-body{
        width: calc(100% - 23px);
    }
    .header-logo .logo-title{
        font-size: 15px;
    }

    .header-features .col{
        width: 100%;
    }
    .header-features:before,
    .header-features:after{
        display: none;
    }
    .header-features{
        margin-top: 0;
    }
    .header-main-inner{
        height: 60px;
    }
    .header-inner{
        padding-top: 60px;
    }
    .header-content{
        padding: 60px 0;
    }
    .header-contacts-dropdown{
        top: 60px;
    }
}
@media(max-width: 499px){
    .header-content-inner .col1 .btn{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-features-column .col{
        width: 100%;
    }
    .header-features-column .item{
        min-height: 80px;
        border-radius: 10px;
        padding: 10px;
    }
    .header-features-column .col:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media(max-width: 389px){
    .header-bar{
        margin-left: 8px;
    }
    .header-logo{
        width: 100px;
    }
    .header-logo .logo-inner img {
        width: 17px;
    }
    .header-logo img + .logo-body{
        width: calc(100% - 17px);
    }
    .header-logo .logo-title{
        font-size: 13px;
    }
    .header-contacts-title a,
    .header-contacts-title > span{
        font-size: 15px;
    }
    .header-contacts-title a:after,
    .header-contacts-title > span:after{
        top: 4px;
    }
    .header-search-btn{
        bottom: -3px;
    }
    .header-search-btn svg{
        width: 15px;
        height: 15px;
    }
}

/* top menu */
.top-menu{
    display: flex;
    width: calc(100% - 540px);
    padding: 0 30px;
    justify-content: center;
}
.top-menu > ul {
    display: flex;
    /*visibility: hidden;
    opacity: 0;*/
}
.top-menu.loaded > ul {
    visibility: visible;
    opacity: 1;
}
.top-menu.loaded > ul {
    visibility: visible;
    opacity: 1;
}

.top-menu li{
    position: relative;
    line-height: 1.2;
}
.top-menu a{
    color: #fff;
    font-weight: 500;
}
.top-menu li.active > a,
.top-menu a:hover{
    color: #e71d73 !important;
}
.top-menu > ul > li > a {
    font-size: 13px;
    margin: 0 8px;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.top-menu li.down > a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: middle;
    margin: -5px 0 0 8px;
    transition: all ease-out 300ms;
}
.top-menu ul ul li.down > a{
    position: relative;
    padding-right: 25px;
    width: 100%;
}
.top-menu ul ul li.down > a:after {
    transform: rotate(-45deg);
    position: absolute;
    right: 12px;
    top: 18px;
}
.top-menu li.down.active > a:after,
.top-menu li.down > a:hover:after{
    border-color: #e71d73;
}
.top-menu ul ul {
    display: none;
    position: absolute;
    top: calc(100% + 37px);
    left: 0;
    width: 280px;
    z-index: 300;
    background: #242629;
    padding: 15px 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.top-menu ul ul:before{
    content: "";
    height: 37px;
    position: absolute;
    left: 0;
    right: 0;
    top: -37px;
}
.top-menu li:hover > ul{
    display: block;
}
.top-menu ul ul li + li{
    margin-top: 5px;
}
.top-menu ul ul a{
    color: #fff;
    display: inline-block;
    padding: 7px 0;
    font-size: 15px;
}
.top-menu ul ul ul{
    top: 0;
    left: 100%;
}

.top-menu .top-menu-more-list {
    display: none;
}
.top-menu .top-menu-more-list.active {
    display: block;
}
.top-menu-more-list > li > ul{
    left: auto;
    right: 0;
}
.top-menu-more-list > li:first-of-type {
    width: 40px;
    height: 100%;
}
.top-menu-more-list > li > span {
    display: block;
    width: 40px;
    height: 100%;
    cursor: pointer;
    background: url(../images/burger.svg) 50% 50% no-repeat;
}
@media(max-width: 1299px){
    .top-menu{
        padding: 0 15px;
        width: calc(100% - 630px);
    }
    .top-menu > ul > li > a {
        font-size: 13px;
        margin: 0 12px;
    }
    .top-menu > ul > li.down > a:after {
        width: 5px;
        height: 5px;
        margin: -7px 0 0 6px;
    }
    .top-menu ul ul a{
        font-size: 13px;
    }
    .top-menu ul ul li.down > a:after{
        width: 5px;
        height: 5px;
    }
}
@media(max-width: 1399px){
    .top-menu{
        display: none;
    }
}
/* /. top menu */

/* search block */
.search-form-section{
    position: fixed;
    /*z-index: 1500;*/
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    color: #fff;
    transform: translateY(-130px);
    transition: all ease-out 300ms;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .05);
}
.search-form-section.active{
    transform: translateY(0px);
}
.search-form-block{
    height: 130px;
    display: flex;
    align-items: center;
}
.search-form-block-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -100;
    opacity: 0;
    transition: opacity 200ms ease-out;
}
.search-form-section.active + .search-form-block-overlay{
    z-index: 1400;
    opacity: 1;
}
.search-form-block-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.search-close{
    line-height: 1;
    width: 20px;
    cursor: pointer;
    transition: all ease-out 300ms;
}
.search-close path{
    fill: #fff;
}
.search-close:hover path{
    fill: #e71d73;
}
.search-form-block-inner form{
    width: calc(100% - 20px);
    padding-right: 15px;
    position: relative;
}
.search-input {
    width: calc(100% - 5px);
    height: 56px;
    line-height: 56px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(181, 181, 181, 0.2) 100%);
    backdrop-filter: blur(30px);
    padding: 0 100px 0 15px;
    border: none;
    color: #fff;
    border-radius: 10px 0 0 10px;
}
.search-input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.search-input:-ms-input-placeholder {
    color: #fff;
}
.search-input::-webkit-input-placeholder {
    color: #fff;
}
.search-submit-input{
    position: absolute;
    right: 15px;
    top: 0;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    background: #e71d73;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    transition: all ease-out 300ms;
    color: #fff;
    border-radius: 0 10px 10px 0;
}
.search-submit-input:hover{
    filter: brightness(114%);
    color: #fff;
}

@media(max-width: 991px){
    .search-form-block{
        height: 90px;
    }
    .search-input{
        height: 50px;
    }
    .search-submit-input{
        height: 50px;
        line-height: 50px;
    }
}
@media(max-width: 499px){
    .search-input {
        height: 50px;
        line-height: 50px;
        padding: 0 80px 0 10px;
        font-size: 15px;
    }
    .search-submit-input{
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        font-size: 13px;
    }
}
/* /. search block */

/* header light_theme */
.header.light_theme{
    background: #fff;
}
.header.light_theme .header-main-wrapper,
.header.light_theme.fix-panel-true .header-main-wrapper.pred_fixed{
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}

.base-template .icon-menu-burger:before, .base-template .icon-menu-burger:after {
    background: #2e2d2c;
}

.base-template .icon-menu-burger__line {
    background: #2e2d2c;
}

.base-template .top-menu > ul > li > a {
    color: #2e2d2c;
}

.base-template .top-menu-more-list > li > span {
    background: url(../images/burger-black.svg) 50% 50% no-repeat;
}

.base-template .header-main {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.base-template .top-menu li.down > a:after {
    border-bottom: 1px solid #2e2d2c;
    border-right: 1px solid #2e2d2c;
}

.base-template .header-contacts-title a, .base-template .header-contacts-title > span {
    color: #2e2d2c;
}

.base-template .header-search-btn path {
    fill: #2e2d2c;
}

.base-template .header.light_theme .header-main-wrapper{
    background: #fff;
}
.header.light_theme .header-logo .logo-title{
    color: #000;
}
.header.light_theme .top-menu a{
    color: #000;
}
.header.light_theme .top-menu li.active > a, 
.header.light_theme .top-menu a:hover{
    color: #e71d73;
}
.header.light_theme .top-menu li.down > a:after {
    border-color: #000;
}
.header.light_theme .top-menu li.down.active > a:after, 
.header.light_theme .top-menu li.down > a:hover:after {
    border-color: #e71d73;
}
.header.light_theme .top-menu ul ul{
    background: #fff;
}
.header.light_theme .top-menu-more-list > li > span {
    background-image: url(../images/burger-black.svg);
}
.header.light_theme .header-contacts-title a, 
.header.light_theme .header-contacts-title > span{
    color: #000;
}
.header.light_theme .header-contacts-title a:after, 
.header.light_theme .header-contacts-title > span:after{
    border-top-color: #000;
}
.header.light_theme .header-search-btn path{
    fill: #000;
}
.header.light_theme .header-search-btn:hover path {
    fill: #e71d73;
}
.header.light_theme .header-contacts-dropdown {
    background: #ffffff;
    color: #000;
}
.header.light_theme .header-phone a:not(:hover){
    color: #000;
}
.header.light_theme .header-status{
    color: #000;
}
.header.light_theme .header-content-inner{
    color: #000;
}
.search-form-section.light_theme{
    background: #fff;
}
.search-form-section.light_theme .search-close:not(:hover) path{
    fill: #000;
}
.search-form-section.light_theme + .search-form-block-overlay{
    background: rgba(0,0,0,.5);
}

@media (min-width: 992px) {
    .header.light_theme.fix-panel-true .header-main-wrapper.pred_fixed {
        background: #fff;
    }
}
@media (max-width: 991px) {
    .header.light_theme .header-main{
        background: #fff;
    }
    .header.light_theme .icon-menu-burger__line,
    .header.light_theme .icon-menu-burger:before, 
    .header.light_theme .icon-menu-burger:after{
        background: #000;
    }
    .header.light_theme .header-contacts-dropdown-close path{
        fill: #000;
    }
    .header.light_theme .header-contacts-dropdown{
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .mobile-menu-wrapper.light_theme + .overlay{
        background: rgba(0,0,0,.5);
    }
    .mobile-menu-wrapper.light_theme .mobile-menu{
        background: #fff;
    }
    .mobile-menu-wrapper.light_theme .mobile-menu>ul>li:not(.active)>a{
        color: #000;
    }
    .mobile-menu-wrapper.light_theme .mobile-menu .dropdown-button:before{
        border-color: #000;
    }
    .mobile-menu-wrapper.light_theme .mobile-menu .active > .dropdown-button:before {
        border-bottom-color: #e71d73;
        border-right-color: #e71d73;
    }
    .mobile-menu-wrapper.light_theme .mobile-menu>ul>li>ul>li:not(.active)>a, 
    .mobile-menu-wrapper.light_theme .mobile-menu ul ul ul li:not(.active) > a{
        color: #000;
    }
    
}
/* /. header light_theme */

/** /. Header **/


/* num-section */
.nums-inner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.nums-slogan{
    width: 25%;
    order: 2;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.5;
    color: #e71d73;
}
.nums-slogan + .nums{
    width: 75%;
    order: 1;
    padding-right: 15px;
}
.nums{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
    text-align: center;
}
.nums .col{
    width: calc(25% - 15px);
    margin-bottom: 30px;
}
.nums .item{
    height: 100%;
    position: relative;
    z-index: 5;
    border-radius: 5px;
}
.nums .item-title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 76px;
    line-height: 1.2;
    color: #e71d73;
}
.nums .item-text{
    font-weight: 600;
    font-size: 18px;
}
@media(max-width: 1299px){
    .nums-slogan {
        font-size: 18px;
    }
    .nums .item-title{
        margin-bottom: 15px;
        font-size: 56px;
    }
    .nums .item-text{
        font-size: 16px;
        line-height: 1.4;
    }
}
@media(max-width: 991px){
    .nums-slogan {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
    .nums-slogan + .nums{
        width: auto;
        padding-right: 0;
    }
    .nums{
        margin: 0;
    }
    .nums .item-title{
        font-size: 46px;
    }
    .nums .item-text{
        font-size: 15px;
    }
}
@media(max-width: 767px){
    .nums{
        margin-left: -10px;
        margin-right: -10px;
    }
    .nums .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
        width: 100%;
    }
    .nums .item{
        padding: 15px;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
    }
    .nums .item-title{
        margin-bottom: 10px;
        font-size: 46px;
    }
    .nums .item-text{
        font-size: 16px;
    }
}
/* /. num-section */
.reviews-carousel-wrapper .slick-arrows-top .slick-arrow{
    z-index: 10;
    top: -63px;
} 

/* about-section */
.about-section-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
}
.about-section-inner .content-block{
    width: calc(100% - 700px);
    padding-right: 50px;
}
.about-section-inner .img-block{
    width: 700px;
    display: inline-flex;
    justify-content: flex-end;
    
}
.about-section-inner .img-block-inner{
    position: relative;
    padding-bottom: 160px;
}

.about-section-inner .img-block-inner.pole-dance-img-block-inner{
    position: relative;
    padding-bottom: 80px;
}
.about-section-inner .img-block .img1{
    width: 360px;
    height: 470px;
    max-width: 100%;
}
.about-section-inner .img-block .img1 img{
    border-radius: 20px;
}
.about-section-inner .img-block .img2 img, .about-section-inner .img-block .pilon-img-block-inner .img3 img{
    border-radius: 20px 0 20px 20px;
}

.about-section-inner.pilon-about-section-inner .img-block .img2 img, .about-section-inner.pilon-about-section-inner .img-block .pilon-img-block-inner .img3 img{
    border-radius: 20px;
}
.about-section-inner .img-block img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.about-section-inner .img-block .img2{
    width: 360px;
    height: 430px;
    position: absolute;
    bottom: 0;
    right: 65%;
}
.content .price-table th {
    border-right-color: initial;
}
@media(max-width:1559px){
    .about-section-inner .content-block{
        width: calc(100% - 560px);
        padding-right: 30px;
        padding-top: 10px;
        font-size: 14px;
    }
    .about-section-inner .img-block{
        width: 560px;
    }
    .about-section-inner .img-block .img1{
        width: 460px;
        height: 400px;
    }
    .about-section-inner .img-block .img2{
        width: 280px;
        height: 340px;
        right: 60%;
    }
    
    .about-section-inner .img-block .pilon-img-block-inner .img1{
        width: 300px;
        height: auto;
    }
    .about-section-inner .pilon-img-block-inner div.img2{
        bottom: -5%;
    }
    .about-section-inner .pilon-img-block-inner div.img3{
        width: 300px;
        bottom: -50%;
    }
    
}
@media(max-width:1229px){
    .about-section-inner .content-block{
        width: calc(100% - 470px);
        padding-top: 0;
    }
    .about-section-inner .img-block{
        width: 470px;
    }
    .about-section-inner .img-block .img1{
        width: 400px;
        height: 400px;
    }
    .about-section-inner .img-block .img2{
        width: 250px;
        height: 300px;
        right: 55%;
    }
}
@media(max-width:991px){
    .about-section-inner .content-block{
        width: 100%;
        padding-right: 0;
        order: 2;
        padding-top: 40px;
    }
    .about-section-inner .img-block{
        width: 700px;
    }
    .about-section-inner .img-block-inner{
        padding-bottom: 160px;
    }
    .about-section-inner .img-block .img1{
        width: 520px;
        height: 470px;
    }
    .about-section-inner .img-block .img2{
        width: 360px;
        height: 430px;
        right: 65%;
    }
    .about-section-inner .img-block .pilon-img-block-inner{
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about-section-inner .img-block{
        width: 100%;
        display: block;
    }
    .about-section-inner .pilon-img-block-inner>div{
        position: initial!important;
        height: auto !important;
        /*width: calc(50% - 10px) !important;*/
        margin: 0 10px 10px 0;
    }
    .about-section-inner .pilon-img-block-inner>div img{
        border-radius: 2vw !important;
    }
    
}
@media(max-width:767px){
    .about-section-inner .img-block{
        width: 100%;
        display: block;
    }
    .about-section-inner .img-block-inner{
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about-section-inner .img-block .img1{
        width: 48%;
        height: 40vw;
    }
    .about-section-inner .img-block .img2{
        position: static;
        width: 48%;
        height: 40vw;
        border: none;
    }
    .about-section-inner .img-block .img1 img,
    .about-section-inner .img-block .img2 img,
    .about-section-inner .img-block .pilon-img-block-inner .img3 img{
        border-radius: 2vw;
    }
    .about-section-inner .img-block .pilon-img-block-inner .img3 {
        position: static;
        width: 48%;
        height: 40vw;
        border: none;
    }
    .about-section-inner .img-block .pilon-img-block-inner .slick-slide{
        height: 100%
    }
}
@media(max-width: 429px){
    .about-section-inner .img-block .img1 img,
    .about-section-inner .img-block .img2 img{
        border-radius: 4vw;
    }
}
/* / about-section */

/* features section */
.features-section-items{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.features-section-items .col{
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.features-section-items .item{
    padding: 25px;
    background: rgba(231, 29, 115, 0.8);
    backdrop-filter: blur(30px);
    display: flex;
    flex-wrap: wrap;
    border-radius: 24px;
    height: 100%;
    color: #fff;
}
.features-section-items .item-icon{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-section-items .item-icon img{
    width: 70px;
    max-width: 100%;
}
.features-section-items .item-icon + .item-body{
    width: calc(100% - 70px);
    padding-left: 25px;
}
.features-section-items .item-title{
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 15px;
}
.features-section-items .item-title span{
    color: #e71d73;
}
.features-section-items .item-text{
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
}

@media(max-width: 1559px){
    .features-section-items .item{
        border-radius: 2vw;
    }
    .features-section-items{
        margin-left: -10px;
        margin-right: -10px;
    }
    .features-section-items .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .features-section-items .item-title{
        font-size: 22px;
    }
    .about-section-inner .pole-dance-img-block-inner div.img3 {
        bottom: 0;
        height: initial;
    }
}
@media(max-width: 991px){
    .features-section-items .item{
        padding: 20px;
    }
    .features-section-items .col{
        width: 50%;
    }
}
@media(max-width: 767px){
    .features-section-items .col{
        width: 100%;
    }
    .features-section-items .col:last-child{
        margin-bottom: 0;
    }
    .interior-carousel .slick-slide{
        margin-left: 5px;
    }
}
@media(max-width: 499px){
    .features-section-items .item{
        padding: 15px;
    }
    .features-section-items .item-icon{
        width: 35px;
        height: 35px;
    }
    .features-section-items .item-icon + .item-body{
        width: calc(100% - 35px);
        padding-left: 15px;
    }
    .features-section-items .item-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .features-section-items .item-text{
        font-size: 13px;
    }
}
@media(max-width: 429px){
    .features-section-items .item{
        border-radius: 4vw;
    }
    
    .reviews-carousel-wrapper .slick-arrows-top .slick-arrow {
        top: 0;
    }
}
/* /. features section */

/* tabs */
.boxes{
    width: 100%;
    overflow: hidden;
}
.box{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -10;
}
.box.visible{
    position: relative;
    z-index: 1;
    opacity: 1;
}
/* /. tabs */

/* Reviews */
.reviews{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.reviews .col{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    width: 50%;
}
.reviews .item{
    padding: 50px;
    background: transparent;
    border: 1px solid #e0e0e0;
    height: 100%;
    border-radius: 24px;
}
.reviews .item-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.reviews .item-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    width: calc(100% - 120px);
}

.reviews .star-block {
    line-height: 0;
    width: 120px;
}
.star-block .icon {
    color: #fff;
}
.star-block[data-rating="1"] .icon:nth-child(-n+1),
.star-block[data-rating="2"] .icon:nth-child(-n+2),
.star-block[data-rating="3"] .icon:nth-child(-n+3),
.star-block[data-rating="4"] .icon:nth-child(-n+4),
.star-block[data-rating="5"] .icon:nth-child(-n+5) {
    color: #e71d73;
}
.reviews-carousel.slick-slider{
    display: block;
}
.reviews-carousel > div:not(:first-of-type){
    display: none;
}
.reviews-carousel .slick-list{
    padding: 7px 0;
}
.reviews-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.reviews-carousel .slick-slide {
    height: inherit;
}
.reviews-carousel .slick-slide>div {
    height: 100%;
}
.reviews .item-body p:last-of-type{
    margin-bottom: 0;
}
@media(max-width: 1559px){
    .reviews .item{
        border-radius: 2vw;
        padding: 40px;
    }
}

@media(max-width: 1299px){
    .reviews{
        margin-left: -10px;
        margin-right: -10px;
    }
    .reviews .col {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media(max-width:991px){
    .reviews .col{
        width: 100%;
    }
    .reviews .item{
        padding: 30px;
    }
}
@media(max-width:499px){
    .reviews .item {
        padding: 20px;
    }
}
@media(max-width: 429px){
    .reviews .item{
        border-radius: 4vw;
    }
}
/* /. Reviews */

.slick-arrows-top-section h2{
    padding-right: 120px;
}
.slick-arrows-top{
    padding-top: 20px;
}
.slick-arrows-top .slick-next{
    right: 15px;
    top: -70px;
}
.slick-arrows-top .slick-prev{
    left: auto;
    right: 75px;
    top: -70px;
}

@media(max-width:767px){
    .slick-arrows-top-section h2{
        padding-right: 0;
    }
    .slick-arrows-top{
        padding-top: 70px;
    }
    .slick-arrows-top .slick-next{
        right: auto;
        top: 0;
        left: 70px;
    }
    .slick-arrows-top .slick-prev{
        left: 10px;
        right: auto;
        top: 0;
    }
}

/* faq */
.accordion .item-body {
    display: none;
    padding: 35px 35px 15px;
    font-size: 20px;
}
.accordion .item:not(:last-child){
   margin-bottom: 10px;
}
.accordion .item-head {
    min-height: 66px;
    padding: 15px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: transparent;
    border: 1px solid #e0e0e0;
    font-weight: 600;
    border-radius: 5px;
    transition: all ease-out 300ms;
}
.accordion .item-title{
    font-size: 18px;
    line-height: 1.35;
    width: calc(100% - 25px);
}
.accordion .item-icon{
    position: relative;
}
.accordion .item-icon:after{
    content: "+";
    font-size: 26px;
    font-weight: 600;
}
.accordion .item.active .item-icon:after{
    content: "-";
}
.accordion .item:hover .item-head{
    background: #e71d73;
    color: #fff;
}
.accordion .item.active .item-head{
    background: #e71d73;
    color: #fff;
}
@media(max-width: 991px){
    .accordion .item-head{
        min-height: 80px;
        padding: 12px 24px;
    }
    .accordion .item-title{
        font-size: 16px;
    }
    .accordion .item-body{
        font-size: 16px;
        padding: 24px 24px 4px;
    }
}
@media(max-width: 767px){
    .accordion .item-head{
        min-height: 70px;
        padding: 10px 15px;
    }
    .accordion .item-title{
        font-size: 16px;
    }
    .accordion .item-body {
        padding: 20px 15px 0;
        font-size: 14px;
    }
}
/* /. faq */

/* Footer */
.footer{
    background: #2D2D2B;
}
.footer-main-top{
    padding: 50px 15px 0;
    color: #fff;
}
.footer-main-top-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-main-top-left_part{
    width: 540px;
    padding-right: 40px;
}
.footer-main-top-right_part{
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    max-width: calc(100% - 540px);
    margin-left: -15px;
    margin-right: -15px;
}
.footer-main-top-right_part .col{
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
.footer-main-top-right_part .item-title{
    margin-bottom: 12px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e71d73;
}
.footer-main-top-right_part nav li:not(:last-of-type){
    margin-bottom: 7px;
}
.footer-main-top-right_part nav a{
    font-size: 15px;
    line-height: 1.4;
    color: rgba(255,255,255,0.8);
    display: inline-block;
}
.footer-main-top-right_part nav a:hover{
    text-decoration: underline;
}
.footer-main-bottom{
    padding: 0 15px 25px;
}
.footer-bottom-container{
    padding: 14px 15px;
    font-size: 13px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-bottom-container-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-main-bottom-items{
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
}
.footer-main-bottom-items .item{
    display: flex;
    align-items: center;
    margin: 15px;
    flex-wrap: wrap;
}
.footer-main-bottom-items .item-icon{
    margin-right: 10px;
    width: 32px;
    height: 32px;
}
.footer-main-bottom-items .item-icon img{
    width: 100%;
}
.footer-main-bottom-items .item-text{
    width: calc(100% - 42px);
}
.footer-main-bottom-items .item a{
    color: #fff;
}
.footer-main-bottom-items .item a:hover{
    color: #e71d73;
}
.footer-main-top-right_part .item-title-btn{
    display: none;
}
.development{
    margin-right: 30px;
}
.development a:hover{
    color: #fff;
}
.footer-text{
    margin-bottom: 30px;
    font-size: 14px;
}
.footer-bottom-right-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none !important;
}


@media(max-width:1229px){
    .footer-main-top-left_part {
        width: 480px;
        padding-right: 30px;
    }
    .footer-main-top-right_part{
        width: calc(100% - 480px);
    }
    .footer-main-bottom-items{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer-main-bottom-items .item{
        font-size: 14px;
    }
}
@media(max-width:1199px){
    .footer-main-top-left_part {
        width: 440px;
        padding-right: 40px;
    }
    .footer-main-top-right_part {
        width: calc(100% - 440px);
    }
    .footer-main-top-right_part .item-title{
        font-size: 14px;
    }
    .footer-main-top-right_part nav a{
        font-size: 12px;
    }
    .footer-text{
        font-size: 12px;
    }
}
@media(max-width:991px){
    .footer-main-top-inner{
        flex-wrap: wrap;
    }
    .footer-main-top-left_part{
        width: 100%;
        padding-right: 0;
    }
    .footer-main-top-right_part{
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width: 767px){
    .footer-main-bottom-items{
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .footer-main-bottom-items .item{
        margin: 15px 0;
    }
    .footer-main-top{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .footer-main-top-inner,
    .footer-main-top-right_part{
        display: block;
    }
    .footer-main-top-right_part .col{
        margin-bottom: 0;
        padding-right: 0;
        width: 100%;
    }
    .footer-main-top-right_part .dropdown{
        display: none;
        padding: 0 0 25px;
    }
    .footer-main-top-right_part .item{
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    .footer-main-top-right_part .item-title{
        margin: 0;
        padding: 12px 48px 12px 0;
        position: relative;
        font-size: 15px;
    }
    .footer-main-top-right_part > div:last-of-type > .item{
        border-bottom: none;
    }
    .footer-main-top-right_part .item-title-btn{
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
    }
    .footer-main-top-right_part .item-title-btn g {
        stroke: #666666;
        transition: all ease-out 200ms;
    }
    .footer-main-top-right_part .item.active .item-title-btn svg{
        transform: rotate(45deg);
    }
    .footer-main-top-right_part nav a {
        font-size: 13px;
        color: rgba(255,255,255,0.9);
    }
    .footer-bottom-right-part{
        flex-wrap: wrap;
    }
    .footer-main-bottom,
    .footer-main-top,
    .footer-bottom-container{
        padding-left: 0;
        padding-right: 0;
    }
    .development{
        margin-right: 0;
        width: calc(100% - 60px);
    }
    .copyright{
       padding-right: 15px;
    }
}
@media(min-width:768px){
    .footer-main-top-right_part .item .dropdown{
        display: block !important;
    }
}
/* /. Footer */

/* Breadcrumbs */
.breadcrumb{
    margin: 35px 0;
    font-size: 15px;
}
.breadcrumb > li {
    display: inline;
    white-space: nowrap;
}
.breadcrumb > li > a{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.breadcrumb > li > a:after {
    content: '';
    display: inline-block;
    background: url(../images/breadcrumb-arrow.svg) 0 0 no-repeat;
    margin-left: 4px;
    margin-right: 0px;
    width: 20px;
    height: 17px;
    position: relative;
    top: -2px;
}
.breadcrumb > li > a:hover{
    color: #e71d73;
}
.breadcrumb span,
.breadcrumb a{
    display: inline-block;
}
.breadcrumb span:first-letter,
.breadcrumb a:first-letter{
    text-transform: capitalize;
}
@media(max-width: 991px){
    .breadcrumb{
        display: flex;
        overflow: auto;
        margin-bottom: 25px;
    }
}
/* /. Breadcrumbs */

/* news */
.news{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.news .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
}
.news .item{
    display: block;
}
.news .item-img{
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 15px;
}
.news .item-img img{
    width: 100%;
}
.news .item-title{
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
    color: #e71d73;
}
.news .item:hover{
    transform: translateY(-10px);
}
.news .item:hover .item-title{
    color: #e71d73;
}

.news-carousel.slick-slider{
    display: block;
}
.news-carousel > div:not(:first-of-type){
    display: none;
}
.news-carousel .slick-track {
    padding-top: 10px;
}
.news-carousel .col{
    margin-bottom: 30px !important;
}
@media(max-width: 1559px){
    .news{
        margin-left: -10px;
        margin-right: -10px;
    }
    .news .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px;
    }
    .news .item-img{
        border-radius: 2vw;
    }
}
@media(max-width:1299px){
    .news .col{
        width: 33.3333%;
    }
    .news .item-title{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .news .item-title{
        font-size: 1.6vw;
    }
}
@media(max-width:767px){
    .news{
        margin-left: -5px;
        margin-right: -5px;
    }
    .news .col{
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 30px;
    }
    .news .item-title {
        font-size: 2.5vw;
    }
}
@media(max-width:599px){
    .news .item-title {
        font-size: 3.2vw;
    }
}
@media(max-width: 429px){
    .news .col{
        width: 100%;
        margin-bottom: 50px;
    }
    .news .item-title {
        font-size: 6vw;
    }
    .news .item-img{
        border-radius: 4vw;
    }
}

/* /. news*/

/* news page*/
.news-page-columns,
.team-page-columns{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.news-page-columns .main-column,
.team-page-columns .main-column{
    width: calc(100% - 530px);
}
.news-page-columns .sidebar,
.team-page-columns .sidebar{
    width: 470px;
}
.news-page-columns .page-img,
.team-page-columns .page-img{
    position: sticky;
    top: 20px;
}
.fix-panel-true + .main-content .news-page-columns .page-img,
.fix-panel-true + .main-content .team-page-columns .page-img{
    top: 120px;
}
.page-img img,
.team-page-columns img{
    width: 100%;
    border-radius: 24px;
}
.page-share{
    margin-bottom: 50px;
    margin-top: 30px;
}
.page-share-title{
    color: #e71d73;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
    margin-top: 0;
}
.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 36px !important;
    width: 36px !important;
}
.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 24px 24px !important;
    background-repeat: no-repeat;
}
.content img{
    /*width: auto !important;
    height: auto !important;*/
}

@media(max-width:1299px){
    .news-page-columns .sidebar,
    .team-page-columns .sidebar{
        width: 450px;
    }
    .news-page-columns .main-column,
    .team-page-columns .main-column{
        width: calc(100% - 490px);
    }
    .content p, .spec-item, .spec-label, .section-header p, .info-card p, .inventory-card, .inventory-need, .pilon-banner-text, .expert-text, .app-content-block {
        font-size: 15px;
    }
}
@media(max-width:1199px){
    .news-page-columns .sidebar,
    .team-page-columns .sidebar{
        width: 370px;
    }
    .news-page-columns .main-column,
    .team-page-columns .main-column{
        width: calc(100% - 400px);
    }
}
@media(max-width:991px){
    .news-page-columns, 
    .team-page-columns{
        margin-bottom: 0;
    }
    .news-page-columns .main-column,
    .team-page-columns .main-column{
        width: 100%;
        margin-bottom: 0;
    }
    .news-page-columns .sidebar,
    .team-page-columns .sidebar{
        width: 100%;
    }
    .page-img{
        margin-bottom: 40px;
    }
}
/* /. news page*/

/* contacts page */
.contacts-page-columns{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
    background: rgba(231, 29, 115, 0.8);
    color: #fff;
    border-radius: 24px;
    overflow: hidden;
}
.map-section-contacts-block {
    width: 570px;
    box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
    padding: 70px 70px 80px;
    position: relative;
    z-index: 10;
}

.map-section-contacts-block a {
    color: #fff;
    text-decoration: underline;
}

.contacts-page-columns .map-wrapper{
    width: calc(100% - 570px);
}
.contacts-page-columns .map{
    height: 100%;
    min-height: 500px;
}
.contacts-page-content-wrapper{
    background: #fff;
    padding: 70px;
    box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
}
.map-section-contacts-block .item{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.map-section-contacts-block .item-icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5px;
    display: none;
}
.map-section-contacts-block .item-body{
    width: calc(100% - 50px);
    padding-left: 0;
}
.map-section-contacts-block .item-title{
    font-weight: 600;
}
.map-section-contacts-block .item-phone{
    font-weight: 700;
    font-size: 18px;
}

.map-section-contacts-block .messengers-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.map-section-contacts-block .messengers-item-title{
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    width: 115px;
}
.map-section-contacts-block .messengers-item-buttons{
    width: calc(100% - 115px);
    padding-left: 20px;
}
.map-section-contacts-block .messengers-item-buttons a {
    height: 38px;
    padding: 0 10px;
    display: inline-flex;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
    font-size: 13px;
    color: #000;
    text-decoration: none;
}
.map-section-contacts-block .messengers-item-buttons a img{
    margin-right: 5px;
}
.map-section-contacts-block .messengers-item-buttons a:last-of-type{
    margin-right: 0;
}
.map-section-contacts-block .messengers-item-buttons a img{
    height: 18px;
}
.map-section-contacts-block .messengers-item-buttons a:hover{
    box-shadow: 0 0 0 2px rgb(0 0 0 / 15%);
}

@media(max-width: 1559px){
    .contacts-page-columns{
        border-radius: 2vw;
    }
    .map-section-contacts-block {
        width: 500px;
        padding: 60px 60px 70px;
    }
    .map-section-contacts-block h3{
        font-size: 30px;
    }
    .contacts-page-columns .map-wrapper {
        width: calc(100% - 500px);
    }
}
@media(max-width: 1249px){
    
    .contacts-page-columns{
        margin-bottom: 15px;
    }
    .contacts-page-columns .map-wrapper{
        width: calc(100% - 500px);
    }
    .contacts-page-content-wrapper{
        padding: 60px;
    }
}
@media(max-width: 991px){
    .contacts-page-columns{
        margin-bottom: 10px;
    }
    .contacts-page-columns .map-section-contacts-block{
        width: 340px;
        padding: 30px;
    }
    .contacts-page-columns .map-wrapper{
        width: calc(100% - 340px);
    }
    .contacts-page-content-wrapper{
        padding: 30px;
    }
    .map-section-contacts-block {
        width: 440px;
        padding: 40px 40px 50px;
    }
    .map-section-contacts-block h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .map-section-contacts-block .item-icon{
        width: 44px;
        height: 44px;
    }
    .map-section-contacts-block .item-body {
        width: calc(100% - 44px);
        padding-left: 15px;
        font-size: 14px;
    }
    .map-section-contacts-block .item-phone{
        font-size: 16px;
        line-height: 1.4;
    }
    .map-section-contacts-block .item-title{
        font-size: 15px;
    }
    .map-section-contacts-block .messengers-item-title{
        width: 100%;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .map-section-contacts-block .messengers-item-buttons {
        width: 100%;
        padding-left: 0;
    }
}
@media(max-width: 767px){
    .contacts-page-columns .map-section-contacts-block{
        width: 100%;
    }
    .contacts-page-columns .map-wrapper{
        width: 100%;
    }
    .contacts-page-content-wrapper{
        margin-bottom: 0;
    }
    .contacts-page-columns .map{
        min-height: 400px;
        height: 400px;
    }
    .contacts-page-content-wrapper .content{
        font-size: 14px;
    }
    .spec-item{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
    }
}
@media(max-width: 429px){
    .contacts-page-columns{
        border-radius: 4vw;
    }
}
/* /. contacts page */

/* content-blocks */
.content-blocks .item{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /*margin-bottom: 40px;*/
}
.content-blocks .item-content{
    width: 60%;
    /*padding-bottom: 30px;*/
}
.content-blocks .item-img{
    width: 40%;
    padding: 0 30px 60px 50px;
    position: relative;
}
.content-blocks .item-img img{
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.content-blocks .item-img:before{
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 30px;
    left: 80px;
    background: #e71d73;
    border-radius: 5px;
}
.content-blocks .item:nth-child(even) .item-content{
    order: 2;
}
.content-blocks.zanyatiya-s-pilonom-test .item:nth-child(even) .item-content{
        width: 100%;
}
.content-blocks .item:nth-child(even) .item-img{
    order: 1;
    padding: 0 50px 60px 30px;
}
.content-blocks .item:nth-child(even) .item-img:before{
    left: 0;
    right: 80px;
}

@media(max-width:991px){
    .content-blocks .item-content {
        width: 100%;
        order:2;
    }
    .content-blocks .item-img{
        order:1;
        width: 100%;
        max-width: 520px;
        padding: 0 0 60px 30px !important;
    }
    .content-blocks .item-img:before{
        left: 0 !important;
        right: 60px !important;
    }
}
@media(max-width: 767px){
    .content-blocks .item-img{
        padding: 0 0 30px 15px !important;
        margin-bottom: 30px;
    }
    .content-blocks .item-img:before{
        bottom: 15px;
    }
}
/* /. content-blocks */

/* search results page */
.simplesearch-results + .simplesearch-paging{
    display: none;
}

p.simplesearch-results {
    margin-bottom: 40px;
    background: #f7f7f7;
    border: 1px solid #d0d1d0;
    padding: 30px;
    font-weight: bold;
    font-size: 22px;
    display: block;
}
.simplesearch-paging{
    font-size: 26px;
}
.simplesearch-result h3{
    text-transform: none;
    font-size: 26px;
    margin-bottom: 10px;
}
.simplesearch-result{
    margin-bottom: 35px;
}
/* /. search results page */

/* gallery-carousel-section */
.gallery-carousel-section{
    width: 100%;
    overflow: hidden;
}
.gallery-carousel{
    margin-left: -15px;
    margin-right: -15px;
}
.container .gallery-carousel{
    margin-left: -10px;
    margin-right: -10px;
}
.gallery-carousel:not(.slick-arrows-top) .slick-prev,
.gallery-carousel:not(.slick-arrows-top) .slick-next{
    display: none !important;
}
.gallery-carousel{
    position: relative;
    z-index: 6;
}
.gallery-carousel > div:not(:first-of-type){
    display: none;
}
.gallery-carousel .item{
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    margin-bottom: 30px;
}
.gallery-carousel.slick-slider .item img{
    width: 100%;
}
.gallery-carousel .item a{
    display: block;
    position: relative;
    overflow: hidden;
}
.gallery-carousel .item a:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: ease-out all 300ms;
}
.gallery-carousel .item a:after{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url(../images/plus.svg) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    transition: ease-out all 300ms;
    transform: scale(0);
}
.gallery-carousel .item a.videolink:after{
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    background: url(../images/1486348532-music-play-pause-control-go-arrow_80458.svg) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    transition: ease-out all 300ms;
    transform: scale(0);
}

.gallery .item.videolink:after{
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    background: url(../images/1486348532-music-play-pause-control-go-arrow_80458.svg) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    transition: ease-out all 300ms;
    transform: scale(0);
}

.gallery-carousel .item a:hover:before{
    opacity: 1;
}
.gallery-carousel .item a:hover:after{
    opacity: 1;
    transform: scale(1);
}

.gallery-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.gallery-carousel .slick-slide {
    height: inherit;
}
.gallery-carousel .item-inner{
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}
.gallery-carousel .item-inner > a{
    display: block;
    height: 100%;
}
.gallery-carousel .item-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width: 1559px){
    .gallery-carousel .item-inner{
        border-radius: 2vw;
    }
}
@media(max-width: 991px){
    .gallery-carousel .item{
        margin-bottom: 0;
    }
}
@media(max-width: 429px){
    .gallery-carousel .item-inner{
        border-radius: 4vw;
    }
}
/* /. gallery-carousel-section */

/* gallery */
.gallery{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.gallery .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.gallery .item{
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 3px;
}
.gallery .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery .item:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51,51,51,0.5);
    opacity: 0.5;
    transition: ease-out all 300ms;
}
.gallery .item:after{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url(../images/plus.svg) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    transition: ease-out all 300ms;
    transform: scale(0);
}
.gallery .item:hover:before{
    opacity: 1;
}
.gallery .item:hover:after{
    opacity: 1;
    transform: scale(1);
}

@media(max-width: 991px){
    .gallery{
        margin-left: -10px;
        margin-right: -10px;
    }
    .gallery .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .gallery .col{
        width: 33.3333%;
    }
}
@media(max-width: 389px){
    .gallery .col{
        width: 50%;
    }
}
/* /. gallery */


/* logotypes */
.logotypes{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.logotypes .col{
    width: 16.6666%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.logotypes .item {
    height: 150px;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 10px;
}
.logotypes a.item:hover{
    transform: translateY(-10px);
}
.logotypes .item img{
    max-height: 100%;
}
.logotypes-carousel.slick-slider{
    display: block;
}
.logotypes-carousel > div:not(:first-of-type){
    display: none;
}
.logotypes-carousel .slick-track {
    padding-top: 10px;
}
.logotypes-carousel .col{
    margin-bottom: 30px !important;
}
@media(max-width: 1399px){
    .logotypes{
        margin-left: -7px;
        margin-right: -7px;
    }
    .logotypes .col{
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 15px;
    }
    .logotypes .item{
        height: 10vw;
        padding: 1.2vw;
    }
}
@media(max-width: 991px){
    .logotypes .col{
        width: 25%;
    }
    .logotypes .item{
        height: 15vw;
        padding: 1.5vw;
    }
}
@media(max-width: 767px){
    .logotypes .col{
        width: 33.3333%;
    }
    .logotypes .item{
        height: 20vw;
        padding: 2vw;
    }
}
@media(max-width: 499px){
    .logotypes .col{
        width: 50%;
    }
    .logotypes .item{
        height: 30vw;
    }
}
/* /. logotypes */

/* galleries-categories */
.galleries-categories{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.galleries-categories .col{
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.galleries-categories .item{
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.galleries-categories .item-inner{
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 15px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    transition: all ease-out 300ms;
    background: linear-gradient(0deg, rgba(26, 30, 33, 0.5) 19.5%, rgba(0, 0, 0, 0.1) 78.79%);
}
.galleries-categories .item img{
    width: 100%;
}
.galleries-categories .item-title{
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.galleries-categories .item:hover{
    transform: translateY(-10px);
}
.galleries-categories .item:hover .item-inner{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
}

.galleries-categories-carousel > div:not(:first-of-type){
    display: none;
}
.galleries-categories-carousel.slick-slider{
    display: block;
}
.galleries-categories-carousel .slick-track{
    padding-top: 2px;
}

@media(max-width:1429px){
    .galleries-categories .item-title{
        font-size: 1.6vw;
    }
    .galleries-categories .item-text{
        font-size: 1.4vw;
    }
}
@media(max-width:1229px){
    .galleries-categories{
        margin-left: -5px;
        margin-right: -5px;
    }
    .galleries-categories .col{
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
}
@media(max-width:991px){
    .galleries-categories .col{
        width: 50%;
    }
    .galleries-categories .item-title{
        font-size: 2.3vw;
    }
    .galleries-categories .item-text{
        font-size: 1.8vw;
    }
}
@media(max-width:599px){
    .galleries-categories .col{
        width: 100%;
    }
    .galleries-categories .item-title{
        font-size: 5.5vw;
    }
    .galleries-categories .item-text{
        font-size: 4vw;
    }
            .directions-banner-wrapper{
            padding: 0;
            background: none;
        }

        .main-text{
            padding: 20px;
            background: linear-gradient(90deg, rgba(0, 15, 53, .5) 0%, rgba(0, 15, 53, .5) 100%), url(/assets/images/services/508ea520d1612b2e3cbfee860aa66b15b7070a6e.png) 85% center;
            border-radius: 24px;
            background-size: cover;
        }
        .advantages-block>div {
            width: 100%;
        }
        .buttons-block{
            display: initial;
            width: 100%;
        }
        .buttons-block>*{
            width: 100%;
            margin-right: 0 !important;
            margin-bottom: 10px;
            padding-right: 0;
            padding-left: 0;
        }
        .directions-banner-wrapper .main-text{
            margin-bottom: 30px;
        }
        .advantages-block>div:after{
            opacity: 1;
        }
}
/* /. galleries-categories */

.bg1-section{
    background: url(../images/bg1.svg) 0 0 / 100% auto no-repeat;
}

/* services */
.services-section{
    position: relative;
}
.services-section .tabs{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.services-section .tabs li{
    margin: 0 10px 10px 0;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: all ease-out 300ms;
}
.services-section .tabs li:last-of-type{
    margin-right: 0;
}
.services-section .tabs li span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 18px;
    white-space: nowrap;
    background: #fff;
    backdrop-filter: blur(30px);
    color: #fff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    color: #2e2d2c;
    font-size: 16px;
    line-height: 1.2;
    transition: all ease-out 300ms;
}
.services-section .tabs li.current span,
.services-section .tabs li:hover span{
    background: #e71d73;
    color: #fff;
}
.services{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.services-carousel.slick-slider{
    display: block;
}
.services.services-carousel > div:not(:first-of-type){
    display: none;
}
.services-carousel.slick-slider{
    display: block;
}
.services .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.services .col.full-width{
    width: 100% !important;
}
.services.cols3 .col{
    width: 33.3333%;
}
.services .item{
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 24px;
    height: 100%;
}
.services .item-img{
    height: 100%;
}
.services .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out 300ms;
}
.services .item:hover img{
    transform: scale(1.1);
}
.services .item-title{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    display: flex;
    align-items: flex-end;
    padding: 20px 20px 30px;
    color: #fff;
}
.services .item-title:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/card-bg.svg) 0 0 / 100% 100% no-repeat;
    opacity: 0.7;
}
.services .item-title span{
    position: relative;
    text-shadow: 0 0 5px #000;
    z-index: 2;
}

@media(max-width: 1559px){
    .services .item-title{
        font-size: 1.1vw;
        height: 6.41vw;
        padding: 1.28vw 1.28vw 1.92vw;
    }
    .services .item{
        border-radius: 2vw;
    }
    .services{
        margin-left: -10px;
        margin-right: -10px;
    }
    .services .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .services-section .tabs{
        margin-bottom: 25px;
    }
}
@media(max-width:1029px){
    .services.cols3 .col{
        width: 50%;
    }
}
@media(max-width: 991px){
    .services .col,
    .services.cols3 .col{
        width: 33.3333%;
    }
    .services .item-title{
        font-size: 1.65vw;
        height: 9.615vw;
        padding: 1.92vw 1.92vw 2.88vw;
    }
}
@media(max-width: 767px){
    .services .col,
    .services.cols3 .col{
        width: 50%;
    }
    .services-section .tabs li {
        font-size: 15px;
    }
    .services .item-title{
        font-size: 2.475vw;
        height: 14.422vw;
        padding: 2.88vw 2.88vw 4.32vw;
    }
}
@media(max-width: 429px){
    .services{
        margin-left: -5px;
        margin-right: -5px;
    }
    .services .col{
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 15px;
    }
    .services .item{
        border-radius: 4vw;
    }
    .services .item-title{
        font-size: 4.95vw;
        height: 28.844vw;
        padding: 5.6vw 5.6vw 8.64vw;
    }
    .services-section .tabs{
        margin-bottom: 20px;
    }
    .services-section .tabs li span {
        height: 36px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 12px;
    }
}

/* /. services */

/* actions */
.actions{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.actions .col{
    width: 25%;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.actions .item{
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
}
.actions .item img{
    width: 100%;
}
.actions .item:hover{
    transform: translateY(-10px);
}
.actions-carousel.slick-slider{
    display: block;
}
.actions-carousel > div:not(:first-of-type){
    display: none;
}
.actions-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    padding-top: 10px;
}
.actions-carousel .slick-slide {
    height: inherit;
}
.actions-carousel .slick-slide > div {
    height: 100%;
}

@media(max-width: 1559px){
    .actions{
        margin-left: -8px;
        margin-right: -8px;
    }
    .actions .col{
        margin-bottom: 16px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .actions .item{
        border-radius: 2vw;
    }
}
@media(max-width: 991px){
    .actions .col{
        width: 33.3333%;
    }
}

@media(max-width: 599px){
    .actions .col{
        width: 50%;
    }
}
@media(max-width: 429px){
    .actions .col{
        width: 100%;
    }
    .actions .item{
        border-radius: 4vw;
    }
}
/* /. actions */

/* team */
.team{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.team .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.team .item{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    color: #fff;
    transition: all ease-out 300ms;
}
.team .item-img{
    height: 100%;
}
.team .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out 300ms;
}
.team .item-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    display: flex;
    padding: 60px 20px 20px;
}
.team .item-body:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/card-bg.svg) 0 0 / 100% 100% no-repeat;
    opacity: 0.8;
}
.team .item-body-inner{
    position: relative;
    z-index: 2;
}
.team .item-title{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
}

.team.stati .item-title{
    white-space: wrap;
}

.team .item-subtitle{
    margin-top: 10px;
    line-height: 1.2;
    font-size: 16px;
    height: 61px;
    overflow: hidden;
}
.team .item:hover{
    transform: translateY(-10px);
}
.team-carousel.slick-slider{
    display: block;
}
.team-carousel > div:not(:first-of-type){
    display: none;
}
.team-carousel .slick-list{
    padding: 10px 0 0;
}
.team-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.team-carousel .slick-slide {
    height: inherit;
}
.team-carousel .slick-slide > div {
    height: 100%;
}
.team-hidden-block-inner{
    display: flex;
    flex-wrap: wrap;
}
.team-hidden-block-img{
    width: 200px;
}
.team-hidden-block-img img{
    border-radius: 10px;
}
.team-hidden-block-body{
    width: calc(100% - 200px);
    padding-left: 30px;
}
.team-hidden-block-title{
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
}
.team-hidden-block-subtitle{
    font-size: 22px;
    line-height: 1.4;
    margin-top: 10px;
}
.team-hidden-block-text{
    margin-top: 30px;
}

@media(max-width: 1559px){
    .team{
        margin-left: -10px;
        margin-right: -10px;
    }
    .team .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .team .item{
        border-radius: 2vw;
    }
    .team .item-body{
        padding: 3.846vw 1.282vw 1.282vw;
        height: 10.2564vw;
    }
    .team .item-title{
        font-size: 1.1538vw;
    }
    .team .item-subtitle {
        margin-top: 0.641vw;
        font-size: 1.09vw;
        height: 2.63vw;
    }
}
@media(max-width: 991px){
    .team .col{
        width: 33.3333%;
    }
    .team .item-body{
        padding: 5.77vw 1.92vw 1.92vw;
        height: 15.385vw;
    }
    .team .item-title{
        font-size: 1.73vw;
    }
    .team .item-subtitle {
        margin-top: 0.96vw;
        font-size: 1.635vw;
        height: 5.945vw;
    }
    .pilon-banner-text {
        width: 100%;
    }
    .pilon-banner img{
       display: none;
    }
    .pilon-banner{
        padding-top: 262px;
        background: url(/assets/images/services/young-sexy-woman-exercise-pole-dance-against-white-background.png) top center no-repeat;
        background-size: 60%;
       background-color: #EB498E;
    }
}
@media(max-width: 767px){
    .team .col{
        width: 50%;
    }
    .team .item-body{
        padding: 8.655vw 2.88vw 2.88vw;
        height: 25vw;
    }
    .team .item-title{
        font-size: 2.595vw;
    }
    .team .item-subtitle {
        margin-top: 1.44vw;
        font-size: 2.4525vw;
        height: 9.9175vw;
    }
    .team-hidden-block-img{
        width: 100%;
        margin-bottom: 30px;
    }
    .team-hidden-block-body{
        width: 100%;
        padding-left: 0;
    }
    .team-more-btn .btn{
        width: 100%;
    }
}
@media(max-width: 429px){
    .team .col{
        width: 100%;
    }
    .team .item-body{
        padding: 17.31vw 5.76vw 5.76vw;
        height: 46vw;
    }
    .team .item{
        border-radius: 4vw;
    }
    .team .item-title{
        font-size: 5.19vw;
    }
    .team .item-subtitle {
        margin-top: 2.88vw;
        font-size: 4.15vw;
        height: 11.835vw;
    }
}

.item-address--aditional {
    margin-top: 10px;
}

/* /. team */


.about-section-inner {
    align-items: center;
}

.on_main_sllider_content {
    position: absolute;
    z-index: 100;
    top: 57%;
    left: 10%;
    width: 80%;
    transform: translateY(-50%);
}

.main_slide_item {
    position: relative;
}
.on_main_sllider_content .main_slider_title,.on_main_sllider_content h1 {
    color: #e71d73;
    font-size: 4.5vh;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.on_main_sllider_content .slider_subtitle {
    color: #fff;
    font-size: 1.4vw;
    margin-bottom: 30px;
    line-height: 1.2;
    max-width: 50%;
}
.on_main_sllider_content .btn {
    min-width: 200px;
}
.apps_b_buttons {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 210px;
}

.apps_b_container {
    padding-top: 16px;
}

.apps_b_head {
    color: #fff;
    padding-bottom: 6px;
    font-weight: 600;
    font-size: 17px;
     text-shadow: 0 0 5px #000;
}
@media screen and (max-width: 1023px)
{
    .on_main_sllider_content .main_slider_title,.on_main_sllider_content h1 {
        font-size: 4vh;
    }
    .on_main_sllider_content .slider_subtitle {
        color: #fff;
        max-width: 60%;
        line-height: 1.2;
        font-size: 3.3vw;
                text-shadow: 0 0 5px #000;
        margin-bottom: 20px;
    }
    .apps_b_head {
        font-size: 14px;
    }

    .on_main_sllider_content .btn {
        min-width: 160px;
    }


}
@media screen and (max-width: 767px)
{
    .on_main_sllider_content .main_slider_title,.on_main_sllider_content h1 {
        font-size: 2.6vh;
        margin-bottom: 20px;
        max-width: 60%;
    }
        .on_main_sllider_content {
        left: 4%;
    }
    .on_main_sllider_content .btn {
        min-width: 140px;
        height: 36px;
        font-size: 14px;
    }
}

.main_slide_image_wrapper {
    position: relative;
    height: 100%;
}

.main_slide_image_wrapper:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0;
}
.on_main_sllider_content .main_slider_title>span,.on_main_sllider_content h1>span {
    /*color: rgb(68, 130, 224);*/
    display: block;
    font-size: 4vh;
}
.on_main_sllider_content .small_subtext {
    font-size: 2vh;
}

.footer_store_item a {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #e71d73aa;
    color: #fff;
    padding: 7px 20px;
    border-radius: 40px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    justify-content: flex-start;
}

.footer_store_item a img {
    flex: none;
    width: 40px;
    opacity: 0.8;
}

.footer_store_item a:hover {
    background-color: #e71d73;
}
@media screen and (max-width: 767px)
{
    .footer_store_item a {
        font-size: 0;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: center;
        padding: 12px;
    }

    .footer_store_item a span {
        display: none;
    }

    .footer_stores {
        display: flex;
        gap: 16px;
    }
}

.stores_head {
    font-size: 13px;
    max-width: 200px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 15px;
    padding-left: 10px;
}
.fr_image
{
    float: right;
    max-width: 500px!important;
    margin-left: 20px;
    margin-bottom: 20px;
}
.fl_image
{
    float: left;
    max-width: 500px!important;
    margin-right: 20px;
    margin-bottom: 20px;
}
.fl_image iframe,.fr_image iframe
{
    max-width:100%;
}
.fl_image video,.fr_image video
{
    max-width:100%;

}

@media screen and (max-width:599px)
{
    
    .fl_image,.fr_image
    {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .fl_image video,.fr_image video {
        display: block;
        margin: 0 auto !important;
    }
}

/* RASPISANIE BANNER */
.raspisanie_banner_wrap{
    width: 100%;
    height: 276px;
    background: url('/assets/images/raspisanie_banner_bg.png') no-repeat;
    background-size: cover;
    padding: 70px 30px 0;
    text-align: center;
    margin-bottom: 30px;
}
.raspisanie_banner_hdr{
    font-weight: 300;
    font-size: 54px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}
.raspisanie_banner_text{
    font-weight: 300;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #2B2B2B;
    margin-bottom: 30px;
}
.raspisanie_banner_btn{
    display: block;
    max-width: 354px;
    margin: 0 auto;
    text-transform: uppercase;
    color: #ffffff;
    background: #e71d73;
    border-radius: 30px;
    padding: 12px 30px;
    text-align:center;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
}
.raspisanie_banner_btn:hover{
    color: #ffffff;
    opacity: .8;
    transition: .3s;
}
@media (min-width: 1440px){
    .raspisanie_banner_hdr br{
        display: none;
    }
}
@media (min-width: 768px){
    .raspisanie_banner_text br,
    .raspisanie_banner_btn br{
        display: none;
    }
}
@media (max-width: 1439px){
    .raspisanie_banner_wrap{
        background-position: right center;
        padding-top: 40px;
    }
    .raspisanie_banner_wrap,
    .raspisanie_banner_hdr,
    .raspisanie_banner_text{
        text-align: left;
    }
    .raspisanie_banner_hdr{
        font-size: 40px;
        line-height: 100%;
        margin-bottom: 20px;
    }
    .raspisanie_banner_text{
        font-size: 20px;
    }
    .raspisanie_banner_btn{
        margin: 0px;
    }
}
@media (max-width: 767px){
    .raspisanie_banner_wrap{
        padding-top: 30px;
        background-position: 89% center;
    }
    .raspisanie_banner_hdr{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .raspisanie_banner_text{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .raspisanie_banner_btn{
        max-width: 243px;
        text-align: center;
        padding: 8px 30px;
        line-height: 20px;
    }
}
@media (max-width: 480px){
    .raspisanie_banner_btn{
        max-width: 100%;
        padding: 6px;
        font-size: 13px;
        line-height: 18px;
    }
    .heard-block {
        margin: 0;
        right: calc(50% - 135px);
        left: 50%;
        transform: translateX(-36%);
        width: 270px;
    }
    #heard-cross{
        display:none;
    }
    #heard-text{
        display: flex;
        align-items: center;
        font-size: 16px;
        padding: 10px 10px 12px;
        margin-left: 0;
    }
    .heard-wrapper{
        position: relative;
    }
    #pulse{
        position: absolute;
        left: -60px;
        top: 5px;
    }
}
div#feedback .title-h3, div#feedback p,div#feedback label {
    color: #fff;
}
a.tg_bottom_link {
    position: fixed;
    color: #000000;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 48px 48px 48px 48px;
    background-color: #ffffff;
    border-style: solid;
    transition: all 0.3s ease!important;
    right: 80px;
    bottom: 32px;
    display: inline-block;
    padding: 10px 50px;
    z-index: 10000000;
    border: 1px solid #ccc;
    font-weight: normal;
}

a.tg_bottom_link:hover {
    color: #fff;
    background-color: #e71d73;
}

@media screen and (max-width:599px) {
     a.tg_bottom_link {
        left: 50%;
        transform: translateX(-36%);
        width: 270px;
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.stocks-grid {
    padding-top: 30px;
    padding-bottom: 120px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.stocks-grid-item.wide {
    grid-column: span 2;
}

.stocks-grid-item.wide-row {
    grid-row: span 2;
}

.stock-preview {
    display: flex;
    flex-direction: column;
    background-color: #FFE6F0;
    border-radius: 50px;
    padding: 30px;
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 360px;
}

.stock-preview .important {
    color: #A9225B;
    font-weight: 900;
}

.stock-preview p {
    margin-bottom: 0;
}

.stocks-grid-item.wide-row .stock-preview {
    height: 100%;
}

.stocks-grid-item:nth-child(2n) .stock-preview {
    background-color: #EFEFEF;
}

.stocks-grid-item:nth-child(3n) .stock-preview {
    background-color: #FFE9FB;
}

.stocks-grid-item:nth-child(4n) .stock-preview {
    background-color: #FFDFDB;
}

.stocks-grid-item:nth-child(5n) .stock-preview {
    background-color: #EFEFEF;
}


.stock-preview__title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 42px;
    font-weight: 900;
    color: #2E2D2C;
}

.stock-preview__description {
    margin-top: 20px;
    font-size: 17px;
    color: #2E2D2C;
    line-height: 27px;
    font-weight: 500;
    max-width: 380px;
}

.stock-preview__btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #A9225B;
    border-radius: 25px;
    width: 150px;
    height: 50px;
    color: #EDD2DE;
    margin-top: 28px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 17px;
    line-height: 17px;
    transition: all .2s ease-out;
}

.stock-preview__btn:hover {
    opacity: .8;
    color: #EDD2DE;
}

@media screen and (max-width: 1280px) {
    .stock-preview__title {
        font-size: 22px;
    }

    .stock-preview__description {
        font-size: 15px;
    }

    .stock-preview__btn {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .stocks-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stocks-grid-item.wide {
        grid-column: initial;
    }
}

@media screen and (max-width: 767px) {
    .stocks-grid {
        padding-top: 20px;
        padding-bottom: 40px;
        grid-template-columns: 1fr;
    }
}
div#responseMessageTitle {
    color: #fff;
}

div#responseMessageBody {
    color: #fff;
}

.calendar_items_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 1%;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.calend_item_wrapper {
    flex: none;
    width: 24%;
    border: 1px solid #E1E1E1;
    overflow: hidden;
    border-radius: 20px;
    padding-bottom: 80px;
    position: relative;
}
.calend_item_wrapper .calend_item_top_name {
    padding: 15px 15px 40px 15px;
    position: relative;
    color: #fff;
    min-height: 105px;
    font-size: 21px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.calend_item_wrapper .calend_item_top_name:after {
    content: '';
    background: #e71d73;
    display: block;
    width: 400px;
    height: 180px;
    position: absolute;
    top: -90px;
    left: -17px;
    border-radius: 20px;
    min-width: 100%;
    z-index: -1;
    transform: rotate(-10deg);
}

.calend_item_wrapper .dates {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 20px;
    line-height: 21px;
}

.calend_item_wrapper .dates_content {
    font-weight: bold;
}

.calend_item_wrapper .days {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 20px;
    line-height: 21px;
}

.calend_item_wrapper .day_item_name {
    font-weight: bold;
}

.calend_item_wrapper .calend_item_cost {
    padding-left: 14px;
    color:#e71d73;
    padding-right: 14px;
    margin-bottom: 10px;
    line-height: 21px;
}
.calend_item_coast_value
{
    font-weight: bold;
}
.calend_item_wrapper .calend_item_cost .calend_item_coast_value span
{
    font-weight: normal;
}

.calend_item_wrapper .calend_item_coast_value {
    font-weight: bold;
}

.calend_item_wrapper  .trainers {
    color: #e71d73;
    padding-left: 14px;
    padding-right: 14px;
}
.calend_btn_wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
@media screen and (max-width: 1023px)
{
    .calend_item_wrapper {
        width: 32%;
    }
}
@media screen and (max-width: 767px)
{
    .calend_item_wrapper {
        width: 48.5%;
    }
}
@media screen and (max-width: 479px)
{
    .calend_item_wrapper {
        width: 99%;
    }
}
select.form-control {
    background: #424241!important;
}
.certs_row {
    display: flex;
    justify-content: flex-start;
    gap: 1%;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.cert_item {
    flex: none;
    width: 32.6%;
    position: relative;
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    align-items: stretch;
    margin-bottom: 30px;
}

.sert_info.sert_info_with_image {
    width: 63%;
    border-right: 5px dashed rgba(169, 34, 91, 1);
    padding: 30px 10px 30px 30px;
    height: 100%;
}
.sert_info.sert_info_without_image {
    width: 100%;
    border-right: unset;
    padding: 30px 10px 30px 30px;
    height: 100%;
}
.cert_purple_bold {
    color: rgba(169, 34, 91, 1);
    font-family: Mulish;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
}

.cert_for_what {
    margin-bottom: 10px;
}

.cert_period_text {
    margin-bottom: 10px;
}

.cert_static_descr_text {
    color: rgba(46, 45, 44, 1);
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
}

.cert_price {
    color: rgba(46, 45, 44, 1);
    font-size: 50px;
    font-weight: 900;
    line-height: 42px;
    margin-bottom: 20px;
}
.cert_right_image {
    /*width: 33%;*/
    flex-grow: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.cert_right_image img {
    width: 170px;
    object-fit: cover;
    height: 380px;
    max-width: unset;
}
@media screen and (max-width: 1199px)
{
    .cert_item {
        width: 48%;
    }   
}
@media screen and (max-width: 1023px)
{
    .cert_item {
        width: 75%;
    }   
        .certs_row
    {
        justify-content: center;
    }
}
@media screen and (max-width: 767px)
{
    .cert_item {
        width: 95%;
    }   
    .certs_row
    {
        justify-content: center;
    }
}
.cert_buy_btn {
    margin-top: 20px;
}

@media screen and (max-width: 599px)
{
    .cert_right_image {
     /*-   display: none;*/
    }

    .sert_info.sert_info_with_image {
        width: 100%;
        border: unset;
    }
    .cert_price {
        font-size: 30px;
        line-height: 30px;
    }
    .cert_purple_bold {
        font-size: 13px;
        line-height: 17px;
    }
    .cert_static_descr_text {
        font-size: 12px;
        line-height: 16px;
    }
    .sert_info.sert_info_with_image
    {
        width: 60%;
        flex:none;
    }
    .cert_right_image
    {
        width: 40%;
        flex:none;
    }
    .sert_info {
        padding-left: 14px!important;
    }
}
.fancybox-close-small path {
    fill: #fff!important;
}
.abon_items {
    display: flex;
    flex-wrap: wrap;
    gap: 1.333333332%;
    justify-content: flex-start;
    align-items: stretch;
}

.abonement_item_wrapper {
    flex: none;
    width: 24%;
    position: relative;
    border-radius: 50px 50px 50px 50px;
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 150px;
    max-width: 360px;
}

.abonement_top_block_head {
    color: rgba(255, 255, 255, 1);
    font-size: 26px;
    font-weight: 900;
    text-align: left;
    
}

.abonement_top_block_price {
    color: rgba(250, 250, 250, 1);
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
}

 .abonement_top_block {
    position: relative;
    padding-top: 20px;
    padding-bottom: 56px;
    padding-left: 30px;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    margin-bottom: 20px;
}
.abonement_item_wrapper:nth-child(4n+1) .abonement_top_block
{
    background-image: url(/assets/template/images/bgs/1.svg);
}
.abonement_item_wrapper:nth-child(4n+2) .abonement_top_block
{
    background-image: url(/assets/template/images/bgs/2.svg);
}
.abonement_item_wrapper:nth-child(4n+3) .abonement_top_block
{
    background-image: url(/assets/template/images/bgs/3.svg);
}
.abonement_item_wrapper:nth-child(4n) .abonement_top_block
{
    background-image: url(/assets/template/images/bgs/4.svg);
}
.abonement_item_wrapper:after
{
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% - 100px);
    top: 100px;
    left: 0;
    background-size: cover;
    z-index: -1;
    background-position: center center;
}
.abonement_item_wrapper:nth-child(6n)::after
{
    background-image: url(/assets/template/images/bgs/g1.png);
}
.abonement_item_wrapper:nth-child(6n+1)::after
{
    background-image: url(/assets/template/images/bgs/g2.png);
}
.abonement_item_wrapper:nth-child(6n+2)::after
{
    background-image: url(/assets/template/images/bgs/g3.png);
}
.abonement_item_wrapper:nth-child(6n+3)::after
{
    background-image: url(/assets/template/images/bgs/g4.png);
}
.abonement_item_wrapper:nth-child(6n+4)::after
{
    background-image: url(/assets/template/images/bgs/g5.png);
}
.abonement_item_wrapper:nth-child(6n+5)::after
{
    background-image: url(/assets/template/images/bgs/g6.png);
}
.abonement_item_wrapper:nth-child(4n)
{
    background-color: rgba(239, 239, 239, 0.6);
}
.abonement_item_wrapper:nth-child(4n+1)
{
    background-color: rgb(255 224 239 / 58%);
}
.abonement_item_wrapper:nth-child(4n+2)
{
    background-color: rgba(246, 220, 255, 0.6);
}
.abonement_item_wrapper:nth-child(4n+3)
{
    background-color:rgba(248, 202, 255,  0.6);
}
.abonement_top_block_under_head {
    min-height: 2em;
    color: rgba(255, 255, 255, 1);
    font-size: 17px;
    line-height: 100%;
    text-align: left;
    /*margin-bottom:16px;*/
}

.abonement_description {
    padding-left: 30px;
    padding-right: 20px;
    color: rgba(46, 45, 44, 1);
    font-family: Mulish;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
}

.abonement_item_wrapper a.btn {
    position: absolute;
    width: 200px;
    max-width: 100%;
    left: 30px;
    bottom: 50px;
}
@media screen and (max-width: 1279px)
{
    .abonement_item_wrapper
    {
        width: 32%;
    }
    .abon_items {
        justify-content: center;
    }
}
@media screen and (max-width: 991px)
{
    .abonement_item_wrapper
    {
        width: 45%;
    }
}
@media screen and (max-width: 767px)
{
    .abonement_item_wrapper
    {
        width: 95%;
    }
    .abonement_top_block_head {
        font-size: 24px;
        line-height: 29px;
    }

    .abonement_top_block_under_head {
        font-size: 14px;
        line-height: 16px;
    }
    .abonement_top_block
    {
        padding-bottom: 76px;
    }

    
}

.header-main-wrapper.transparent {
    position: relative;
}

.header-main-wrapper.transparent:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    Z-INDEX: -1;
}
.header-main-wrapper.transparent.pred_fixed:after  , .not-main-page .header-main-wrapper.transparent:after{
    display: none;
}
.btn.btn-206 {
    min-width: 200px;
}

/*backTop*/
            #backtoTop {
                border-radius: 100%;
                bottom: 177px;
                height: 48px;
                position: fixed;
                right: -100px;
                width: 48px;
                transition: 0.5s;
                -webkit-transition: 0.5s;
                z-index: 1000;
                box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
                /*background: #fff;*/
                background: #fff;
            }

            #backtoTop.button--show {
                right: calc(((100vw - 1440px) / 2) - 95px);
            }

            @media screen and (max-width: 767px) {
                #backtoTop.button--show {
                    /*left: 55px;*/
                    right: 30px;
                }
            }

            .per {
                font-size: 16px;
                height: 48px;
                line-height: 49px;
                position: absolute;
                text-align: center;
                top: 0;
                width: 48px;
                color: ;
                cursor: pointer;



            }

            .per:before {
                content: attr(data-percent);
            }

            img.to_top_image_svg {
                position: absolute;
                width: 19px;
                height: 30px;
                left: 50%;
                transform: translate(-50%,-50%);
                top: 50%;
            }

            /*//backTop*/



.price_block_items_head {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #e71d73;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.price_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    /* padding-bottom: 3px; */
    margin-bottom: 5px;
    gap:20px;
    line-height: 1.2em;
}

.price_block {
    display: flex;
    flex-wrap: wrap;
    gap:  3%;
    margin-bottom: 50px;
}

.price_block_items {
    flex: none;
    width: 31%;
}
.price_item_value
{white-space: nowrap;}
@media screen and (max-width: 1023px)
{
    .price_block_items {
        width: 95%;
    }
    .price_block_items_head
    {
        margin-top: 10px;
    }
}
.white
{
    color: white!important;
}

.content.stati img {
    border-radius: 50%;
}

.content .table-compare {
  width: 100%;
  border-collapse: collapse;
  font-family: "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border-radius: 6px;
  overflow: hidden;
}

/* Шапка */
.content .table-compare thead tr {
  background-color: transparent; /* Прозрачный фон */
}

.content .table-compare th {
  border: none;
  color: #e71d73; /* Акцент */
  text-transform: uppercase; /* Капсом */
  letter-spacing: 0.5px;
  padding: 14px 18px;
  border-bottom: 2px solid #e71d73; /* Чёткая линия в цвете акцента */
  text-align: left;
  background: #ede7ed;
  font-weight: bold;
}

/* Ячейки */
.content .table-compare td {
  padding: 14px 18px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

/* Левая колонка */
.content .table-compare td:first-child {
  background-color: #f7f7f7;
  font-weight: 600;
  border-right: 3px solid #e71d73;
  width: 25%;
}

/* Чередование строк */
.content .table-compare tbody tr:nth-child(odd) {
  background-color: #fafafa;
}

/* Ховер */
.content .table-compare tbody tr:hover {
  background-color: #ffe6f1;
  transition: background-color 0.3s ease;
}

/* Последняя строка без нижней границы */
.content .table-compare tbody tr:last-child td {
  border-bottom: none;
}



/*Что говорят те...*/
/* Основной контейнер секции */
  .aal-slider-section {
    max-width: 1500px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Mulish', sans-serif;
    background-color: #FFFFFF;
    box-sizing: border-box;
  }

  .aal-slider-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 40px;
    text-transform: uppercase;
  }

  /* Контейнер самого слайдера */
  .aal-slider-container {
    position: relative;
    width: 100%;
  }

  /* Лента с карточками (нативный скролл с привязкой) */
  .aal-slider-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 30px;
    padding: 20px 0 40px 0;
    /* Стилизация скроллбара под корпоративные цвета */
    scrollbar-width: thin;
    scrollbar-color: #E71D73 #f0f0f0;
    scroll-behavior: smooth;
  }

  .aal-slider-wrapper::-webkit-scrollbar {
    height: 8px;
  }
  .aal-slider-wrapper::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
  }
  .aal-slider-wrapper::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #722381, #E94C1F);
    border-radius: 4px;
  }

  /* Карточка отзыва */
  .aal-slider-card {
    flex: 0 0 calc(33.333% - 20px); 
    min-width: 340px;
    scroll-snap-align: start;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(231, 29, 115, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* Градиентная линия сверху при наведении */
  .aal-slider-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #722381, #E94C1F);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .aal-slider-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(231, 29, 115, 0.12);
  }

  .aal-slider-card:hover::before {
    opacity: 1;
  }

  /* Иконка цитаты */
  .aal-quote-icon {
    width: 36px;
    height: 36px;
    fill: #E71D73;
    opacity: 0.8;
    margin-bottom: 20px;
  }

  /* Основной текст 17px + КУРСИВ */
  .aal-review-text {
    font-size: 17px;
    line-height: 1.6;
    color: #444444;
    margin: 0 0 30px 0;
    flex-grow: 1;
    font-style: italic; /* Добавлен курсив */
  }

  /* Блок с автором */
  .aal-review-author {
    display: flex;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
  }

  .aal-author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(114, 35, 129, 0.1), rgba(233, 76, 31, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E71D73;
    font-weight: 700;
    font-size: 20px;
    margin-right: 15px;
  }

  .aal-author-info {
    font-weight: 700;
    font-size: 18px;
    color: #222222;
    font-style: normal; /* Возвращаем нормальный стиль для имени */
  }

  /* Кнопки навигации (стрелки) */
  .aal-slider-controls {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 10px;
  }

  .aal-control-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #E71D73;
    background: #FFFFFF;
    color: #E71D73;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .aal-control-btn:hover {
    background: #E71D73;
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(231, 29, 115, 0.3);
  }

  .aal-control-btn svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
  }

  /* Адаптивность для планшетов */
  @media (max-width: 1024px) {
    .aal-slider-card {
      flex: 0 0 calc(50% - 15px); /* 2 карточки */
    }
  }

  /* Адаптивность для мобильных устройств */
  @media (max-width: 768px) {
    .aal-slider-card {
      flex: 0 0 100%; /* 1 карточка */
      min-width: 280px;
    }
    .aal-slider-title {
      font-size: 28px;
    }
  }

/*Стили с теста*/
        
        /* === ВВОДНАЯ ЦИТАТА === */
        .info-grid h3 {
            font-size: 20px;
            color: var(--brand-pink);
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .intro-quote {
            font-size: 20px;
            font-weight: 500;
            color: var(--color-text-muted);
            border-left: 4px solid var(--color-main);
            padding-left: 20px;
            margin-bottom: 50px;
            max-width: 800px;
        }

        /* === ИНФО-БЛОКИ (Сетка) === */
        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }

        .info-card {
            background: var(--color-bg);
            border: 1px solid #eaeaea;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(231, 29, 115, 0.1);
        }

        .info-card i {
            font-size: 30px;
            color: var(--brand-pink);
            margin-bottom: 15px;
            display: block;
        }

        .info-card ul {
            list-style: none;
        }

        .info-card ul li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 8px;
        }

        .info-card ul li::before {
            content: '*';
            position: absolute;
            left: 0;
            color: var(--color-main);
            font-weight: bold;
        }

        /* === ПРЕМИАЛЬНЫЙ БЛОК ТРЕНЕРА === */
        .trainer-card-premium {
            display: flex;
            align-items: stretch;
            gap: 50px;
            margin-bottom: 80px;
            background: #fff;
            border-radius: 24px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
            padding: 40px;
            position: relative;
            overflow: hidden;
            border: 1px solid #f0f0f0;
        }

        .trainer-card-premium::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 250px;
            height: 250px;
            background: linear-gradient(135deg, var(--color-grad-1), var(--color-grad-2));
            opacity: 0.04;
            border-bottom-left-radius: 100%;
            z-index: 0;
        }

        .trainer-image-wrapper {
            flex: 0 0 32%;
            position: relative;
            z-index: 1;
        }

        .trainer-photo-premium {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 16px;
            box-shadow: 0 12px 30px rgba(114, 35, 129, 0.15);
        }

        .trainer-content {
            flex: 1;
            z-index: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .trainer-subtitle {
            color: var(--color-main);
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 14px;
            margin-bottom: 8px;
        }

        .trainer-name {
            font-size: 38px;
            margin-bottom: 20px;
            color: var(--color-text);
            line-height: 1.1;
            text-transform: uppercase;
            font-weight: 800;
        }

        .trainer-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 30px;
        }

        .trainer-tags span {
            background: var(--color-light-gray);
            color: var(--color-text-muted);
            padding: 8px 16px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 700;
            border: 1px solid #eaeaea;
        }

        .trainer-achievements h4 {
            font-size: 18px;
            margin-bottom: 20px;
            color: var(--color-text);
            display: flex;
            align-items: center;
            gap: 10px;
            text-transform: uppercase;
        }

        .trainer-achievements h4 i {
            color: #FFD700;
            font-size: 20px;
        }

        .trainer-achievements ul {
            list-style: none;
            margin-bottom: 35px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px 30px;
        }

        .trainer-achievements ul li {
            position: relative;
            padding-left: 25px;
            font-size: 15px;
            line-height: 1.4;
            color: var(--color-text-muted);
        }

        .trainer-achievements ul li::before {
            content: '\f005';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 2px;
            color: var(--color-main);
            font-size: 13px;
        }

        .trainer-achievements ul li strong {
            color: var(--color-text);
        }

        .btn-outline-main {
            align-self: flex-start;
            padding: 14px 30px;
            border: 2px solid var(--color-main);
            color: var(--color-main);
            border-radius: 30px;
            font-weight: 700;
            font-size: 15px;
            text-transform: uppercase;
        }

        .btn-outline-main:hover {
            background: var(--color-main);
            color: #fff;
            box-shadow: 0 5px 15px rgba(231, 29, 115, 0.3);
        }

        /* === ЧТО ТЕБЯ ЖДЕТ === */
        .benefits-section {
            margin-bottom: 60px;
        }

        .benefits-list {
            list-style: none;
        }

        .benefits-list li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 12px;
            font-size: 18px;
        }

        .benefits-list li::before {
            content: '\f00c';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: var(--color-main);
        }

        /* === РЕКЛАМА НАПРАВЛЕНИЯ === */
        .crosslink-banner {
            background: linear-gradient(135deg, var(--color-grad-1), var(--color-grad-2));
            border-radius: 16px;
            padding: 40px;
            color: #fff;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 60px;
            box-shadow: 0 10px 30px rgba(114, 35, 129, 0.2);
        }

        .crosslink-banner-text h2 {
            color: #fff;
            margin-bottom: 10px;
        }

        .btn-white {
            background: #fff;
            color: var(--color-grad-1);
            padding: 15px 30px;
            border-radius: 30px;
            font-weight: 700;
            text-transform: uppercase;
            white-space: nowrap;
        }

        .btn-white:hover {
            background: var(--color-text);
            color: #fff;
        }

        /* === НОВАЯ ФОРМА ВОПРОСОВ === */
        .contact-widget {
            display: flex;
            background: var(--color-bg);
            border-radius: 8px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            margin-bottom: 80px;
            border: 1px solid #eaeaea;
        }

        .contact-sidebar {
            width: 280px;
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            background: var(--color-light-gray);
            border-right: 1px solid #eaeaea;
            border-bottom: 4px solid var(--color-main);
        }

        .contact-sidebar img {
            width: 100%;
            height: 320px;
            object-fit: cover;
            object-position: top;
        }

        .contact-sidebar-info {
            padding: 20px;
            text-align: center;
            background: var(--color-light-gray);
        }

        .contact-sidebar-info h4 {
            margin: 0 0 5px 0;
            font-size: 18px;
            color: var(--color-text);
            text-transform: none;
        }

        .contact-sidebar-info p {
            margin: 0;
            font-size: 14px;
            color: var(--color-text-muted);
        }

        .contact-body {
            padding: 50px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .contact-body h3 {
            font-size: 32px;
            margin-bottom: 5px;
            color: var(--color-text);
            text-transform: none;
        }

        .contact-body > p {
            margin-bottom: 35px;
            color: var(--color-text-muted);
            font-size: 16px;
        }

        .contact-form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 25px;
        }

        .input-wrapper {
            position: relative;
        }

        .input-wrapper i {
            position: absolute;
            left: 16px;
            top: 16px;
            color: #b0b0b0;
            font-size: 15px;
        }

        .input-wrapper input, .input-wrapper textarea {
            width: 100%;
            padding: 14px 15px 14px 45px;
            border: 1px solid #dcdcdc;
            border-radius: 4px;
            font-family: 'Mulish', sans-serif;
            font-size: 15px;
            transition: border-color 0.3s;
            background: #fff;
        }

        .input-wrapper textarea {
            resize: none;
            height: 50px;
        }

        .input-wrapper input:focus, .input-wrapper textarea:focus {
            border-color: var(--color-main);
            outline: none;
            box-shadow: 0 0 0 3px rgba(231, 29, 115, 0.1);
        }

        .input-wrapper input::placeholder, .input-wrapper textarea::placeholder {
            color: #999;
        }

        .contact-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
        }

        .contact-policy {
            font-size: 12px;
            color: #888;
            line-height: 1.4;
        }

        .contact-policy a {
            color: #555;
            text-decoration: underline;
        }

        .btn-submit {
            padding: 14px 35px;
            border: 2px solid var(--color-main);
            background: transparent;
            color: var(--color-main);
            font-weight: 700;
            font-size: 15px;
            border-radius: 30px; /* Скругление как у остальных кнопок */
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            white-space: nowrap;
        }

        .btn-submit:hover {
            background: var(--color-main);
            color: #fff;
            box-shadow: 0 5px 15px rgba(231, 29, 115, 0.3);
        }

        /* === ФИНАЛЬНЫЙ ПРИЗЫВ === */
        .final-cta {
            text-align: center;
            padding: 40px 0;
        }

        .final-cta p {
            font-size: 20px;
            margin-bottom: 20px;
        }

        .tg-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background-color: #2AABEE;
            color: #fff;
            padding: 15px 35px;
            border-radius: 30px;
            font-weight: 700;
            font-size: 18px;
        }

        .tg-btn:hover {
            background-color: #1c92d2;
        }

        .urgency {
            display: block;
            margin-top: 15px;
            color: var(--color-main);
            font-weight: 700;
            font-size: 15px;
        }

        /* === АДАПТИВ === */
        @media (max-width: 1024px) {
            .contact-widget {
                flex-direction: column;
                max-width: 700px;
                margin: 0 auto 60px;
            }

            .contact-sidebar {
                width: 100%;
                border-right: none;
                border-bottom: none;
                border-bottom: 1px solid #eaeaea;
            }

            .contact-sidebar img {
                height: 250px;
                object-position: center;
            }

            .contact-body {
                padding: 30px;
            }

            .trainer-card-premium {
                flex-direction: column;
                padding: 30px;
                text-align: center;
            }

            .trainer-image-wrapper {
                max-width: 350px;
                margin: 0 auto;
            }

            .trainer-tags {
                justify-content: center;
            }

            .trainer-achievements ul {
                grid-template-columns: 1fr;
                text-align: left;
            }

            .btn-outline-main {
                align-self: center;
            }
        }

        @media (max-width: 768px) {
            .crosslink-banner {
                flex-direction: column;
                text-align: center;
                gap: 20px;
            }

            h1 {
                font-size: 32px;
            }

            .contact-form-grid {
                grid-template-columns: 1fr;
            }

            .contact-footer {
                flex-direction: column;
                text-align: center;
            }

            .btn-submit {
                width: 100%;
            }
        }