/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.8.13
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.7.2
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */
 
p {
    margin-bottom: 0px;
}
.swiper-packages {
    width: 100%;
    padding: 20px 0;
}
#ast-scroll-top{
    display: none!important;
}
.swiper-backface-hidden .swiper-slide {
    border-radius: 0px!important;
}
.swiper-packages-1 .swiper-slide {
    height: auto;
}
.swiper-packages-1 .swiper-slide .package-item {
    height: 100%;
}
html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Open Sans';
    color: #1C1A19;
    direction: rtl;
    text-align: right;
}
.ast-separate-container {
    background: #fff;
}
.container-head {
    direction: rtl;
    width: 1410px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container {
    width: 1410px;
    margin: 0 auto;
}
.container-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    background: transparent;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

.container-wrap.scrolled {
    background: #01002C;
}
header {
    max-width: 1410px;
    padding: 20px 0;
    z-index: 10;
    background: transparent;
}
.logo img {
    height: 65px;
}
header .icons a{
    padding-left: 5px;
    padding-right: 5px;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
nav ul li {
    margin: 0 25px;
}
nav ul li a {
    color: white;
    text-decoration: none;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
}
nav ul li a:hover {
	color: #00ffff;
}
.hero {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/wp-content/uploads/2025/03/Rectangle-3.png') no-repeat center center/cover;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    color: white;
}
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.overlay {
    position: relative;
    z-index: 2;
}
.hero .container {
    display: flex;
}
.overlay {
    width: 770px;
}
.overlay .title {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 90px;
    color: #fff;
    line-height: 100%;
    position: relative;
}
.overlay .title span {
    font-size: 75px;
    display: block;
}
 
.overlay .subtitle{
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 80px;
    margin-top: 30px;
    text-shadow: 2px 2px 3px #1C1A19;
}
.overlay .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5bc236;
    color: #000;
    text-decoration: none;
    width: 230px;
    height: 64px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 18px;
    line-height: 64px;
    padding: 0px 50px;
}
 
/* Animation on hover */
.overlay .btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Style for the icon inside the button */
.overlay .btn svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

/* Move the icon on hover */
.overlay .btn:hover svg {
    transform: translateX(-5px);
}

/*section about*/
.about {
    background-color: #BCDBFF;
    position: relative;
}
.about .container {
    z-index: 3;
    position: relative;
}
.about::before {
    content: "";
    position: absolute;
    top: -320px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/wp-content/uploads/2025/05/Group-88.png');
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 200px;
    background-position: left center;
}
.about-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* растягивает оба блока по высоте */
    padding-top: 20px;
}

.about-image,
.about-text {
    width: 50%;
    box-sizing: border-box;
}

.about-image {
    display: flex;
    align-items: flex-end; 
    position: relative;
}
.about-image::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('/wp-content/uploads/2025/05/Vector7.png');
    /* background-size: cover;    */
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;  
    background-size: 100%;
}
.about-text {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    padding: 20px;
}
.about-image img {
    max-width: 100%;
    height: auto;
    display: block;
    z-index: 2;
}

.laptop-image {
    width: 100%;
    height: auto;
}

.video-wrapper {
    position: absolute;
    top: 5%;
    left: 17%;
    width: 66%;
    height: 70%;
    overflow: hidden;
    border-radius: 5px;
}

.laptop-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-text {
    width: 50%;
    padding-left: 60px;
    margin-left: auto;
}
.about-text .title {
    font-size: 74px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: right;
    margin-bottom: 30px;
    position: relative;
    color: #1C1A19;
}
.about-text .title span {
    color: #0086CA;
}
.about-text .description,
.about-text .description p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 24px;
    text-align: right;
    color: #1C1A19;
}
.about-text .btn {
    background: #2576EF;
    color: #fff;
    display: block;
    width: 210px;
    display: flex;             
    align-items: center;      
    justify-content: center; 
    line-height: 64px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 24px;
    margin-top: 40px;
    border-radius: 50px;
}
 
/* Animation on hover */
.about-text .btn:hover {
	color: #00ffff;
}

/* Style for the icon inside the button */
.about-text .description .btn svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

/* Move the icon on hover */
.about-text .description .btn:hover svg {
    transform: translateX(-5px);
}
.about-text .description svg {
    margin-right: 5px;
}
.about-image-wrapper {
    position: absolute;
    left: 0;
    width: 50vw;
    height: 790px;
    overflow: hidden;
    z-index: 1;
}
.about-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
/**/

/**/
.workshop-activities-section {
    padding-top: 90px;
    padding-bottom: 150px;
    direction: rtl;
    text-align: center;
    background: #f9f9f9;
}

.workshop-activities-section .title {
    font-size: 74px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    color: #1C1A19;
}

.activities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.activity-card {
    background: #fff;
    border-radius: 47px;
    padding: 20px;
    box-shadow: 4px 4px 60px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 580px;
}

.activity-image {
    width: 100%;
    border-radius: 32px;
    margin-bottom: 30px;
}

.activity-title {
    font-family: 'Open Sans';
    font-size: 24px;
    margin: 10px 0;
    font-weight: 400;
    height: 70px;
    color: #1C1A19;
}

.activity-description {
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 140%;
    color: #1C1A19;
    margin-bottom: 15px;
    height: 140px;
    padding: 0 20px;
}
.activity-card .read-more {
    width: 140px;
}
.activity-card .read-more:hover {
	color: #00ffff;
}
.read-more {
    background-color: #007bff;
    color: #fff;
    border-radius: 500px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
}
.swiper-container-2 .swiper-button-next-2,
.swiper-container-2 .swiper-button-prev-2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #007bff;
    position: absolute;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.swiper-container-2 .swiper-button-next-2:hover,
.swiper-container-2 .swiper-button-prev-2:hover {
    cursor: pointer;
}
.swiper-container-2 .swiper-button-disabled:hover {
    cursor: default;
}
.swiper-container-2 .swiper-button-prev-2 {
    right: 5%;
}
.swiper-container-2 .swiper-button-next-2 {
    left: 5%;
}
.swiper-container-2 .swiper-button-next-2 img {
    transform: rotate(180deg);
}
.swiper-container-2 .swiper-button-disabled:hover {
    cursor: default;
}
.swiper-container-2 .swiper-button-disabled {
    opacity: 0.3;
}
/**/ 

/*yoga-laughter-section*/
.yoga-laughter-section {
    background: #D2E7FF;
    padding-top: 80px;
    padding-bottom: 90px;
    position: relative;
}
.yoga-laughter-section .container {
    position: relative;
    z-index: 3;
}
.yoga-laughter-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('/wp-content/uploads/2025/05/Group-86.png');
    background-repeat: no-repeat;
    z-index: 1;  
    background-size: 300px;
    background-position: left 110px;
}
.yoga-laughter-section .title {
    font-size: 74px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    color: #1C1A19;
}
.yoga-laughter-section .section-description {
    width: 1024px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #1C1A19;
}
.yoga-laughter-section .sub-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px;
    font-size: 48px;
    font-family: 'Open Sans';
    font-weight: 300;
    color: #1C1A19;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* строго 3 в ряд */
    gap: 30px;
}

.benefit-item {
    background-color: #fff;
    border-radius: 47px;
    padding: 30px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%; /* Растягивает блок на всю ширину ячейки */

    display: flex;
    flex-direction: column;
    align-items: center;      /* центр по горизонтали */
    justify-content: center;  /* центр по вертикали (если надо) */
    text-align: center;
    height: 310px;
}

.benefit-icon {
    width: 148px;
    height: 148px;
    margin-bottom: 15px;
}

.benefit-text {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Open Sans';
}
/**/
.recommendations {
    text-align: center;
    padding: 50px 0;
    /* background: linear-gradient(90deg, #05103C, #0E2670); */
    /* background: url('/wp-content/themes/astra/inc/assets/images/recomendations_BKG.png') no-repeat center center/cover; */
    margin-top: 0px;
}
.recommendations .wraper {
    width: 1600px;
}
.recommendations .title {
    font-size: 74px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    color: #1C1A19;
}
 
.recommendations .swiper-container {
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    padding-top: 55px;
    padding-bottom: 80px;
    width: 90%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.recommendations .swiper-slide {
    text-align: center;
    background: lightblue;
    padding: 20px;
    box-sizing: border-box;
    background: #fff!important;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
    border-radius: 47px!important;
    height: 477px;
    padding-left: 45px;
    padding-right: 45px;
}
.recommendations__wraper {
    position: relative;
}
.recommendations .recommendations__wraper .swiper-button-next,
.recommendations .recommendations__wraper .swiper-button-prev {
    border-radius: 50%;
    background-color: #2576EF;
    color: #FFF;
    width: 56px;
    height: 56px;
}
.swiper-container .swiper_head img{
    margin-left: 15px;
    width: 54px;
    height: 54px;
}
.swiper-container .swiper_head .swiper__name {
    width: 256px;
    text-align: start;
}
.swiper-container .swiper_head .swiper__name .sub_name {
    font-size: 18px;
    letter-spacing: -1px;
}
.swiper-container .swiper_head h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -1px;
}
.recommendations .swiper-container p {
    text-align: start;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    height: 314px;
}
.recommendations .recommendations__wraper .swiper-button-next::after,
.recommendations .recommendations__wraper .swiper-button-prev::after {
    display: none!important;
}
.recommendations .recommendations__wraper .swiper-button-prev img {
    transform: rotate(180deg);
}
.recommendations .swiper-slide .top-left-icon {
    position: absolute;
    top: -15px;
    right: 35px;
    width: 36px;
    height: 30px;
}
.recommendations .swiper-slide .swiper_head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.recommendations .swiper-slide .swiper__avatar {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.recommendations .swiper-pagination-bullet {
    background: #2576EF!important;
}
.recommendations .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.recommendations .pagination {
    margin-top: 10px;
}
.recommendations .pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}
.recommendations .pagination .active {
    background: #555;
}
/*gallery*/
.gallery {
    position: relative;
    margin-top: 90px;
    margin-bottom: 140px;
}
.gallery .wraper  {
    width: 1600px;
}
.gallery__wraper {
    margin: 0 auto;
    position: relative;
}
.gallery .title {
    font-size: 74px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: center;
    position: relative;
    color: #1C1A19;
    margin-bottom: 90px;
}
.gallery-swiper-container {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding-right: 1%;
}
.gallery__wraper .swiper-button-prev-1:hover, 
.gallery__wraper .swiper-button-next-1:hover {
    cursor: pointer;
}
.gallery__wraper .swiper-button-prev-1, 
.gallery__wraper .swiper-button-next-1 {
    border-radius: 50%;
    background-color: #2576EF;
    color: #FFF;
    width: 56px;
    height: 56px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    display: flex;
    align-items: center;
    justify-content: center;
 
} 
.gallery__wraper .swiper-slide {
    min-height: 210px;
    border-radius: 25px;
}
.gallery__wraper .swiper-slide:hover {
    cursor: pointer;
}
.gallery__wraper .swiper-slide .swiper__img {
    height: 210px;
    width: 100%;
}
.gallery__wraper .swiper-slide .swiper__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 24px;
}
.swiper-button-prev-1, .swiper-rtl .swiper-button-next-1 {
    position: absolute;
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto;
    top: 40%;
}
.swiper-button-next-1 {
    right: var(--swiper-navigation-sides-offset,10px);
    top: 40%;
    position: absolute;
}
.gallery__wraper .swiper-button-disabled {
    opacity: .35;
}
.gallery__wraper .swiper-button-disabled:hover {
    cursor: default;
}
.gallery__wraper .swiper-button-prev-1::after,
.gallery__wraper .swiper-button-next-1::after {
    display: none;
}
.gallery__wraper .swiper-button-prev-1 img {
    transform: rotate(180deg);
}
 

/**/
/*questions*/
.questions {
    background: #D2F8FF;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
} 
.questions .container {
    position: relative;
    z-index: 3;
}
.questions::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('/wp-content/uploads/2025/05/Group-87.png');
    background-repeat: no-repeat;
    z-index: 1;  
    background-size: 280px;
    background-position: left 350px;
}
.accordion {
    width: 980px;
    margin: 0 auto;
}
 
.questions-text .title {
    font-size: 74px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    color: #1C1A19;
}
.accordion-icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    flex-shrink: 0;
}

.accordion-button {
    color: #1C1A19;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 32px;
    display: flex;
    align-items: center;
    box-shadow: none;
    height: 74px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.accordion-content {
    padding: 10px 30px;
    display: none;
    background-color: #fff;
    font-size: 20px;
    font-weight: 400;
    color: #1C1A19;
    line-height: 160%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-top: 10px;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 20px;
}

.accordion-item {
    margin-bottom: 20px;
    border-radius: 20px;
    background: #fff;
}

.accordion-icon {
    font-family: 'Open Sans';
    font-size: 35px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-left: 20px;
    color: #fff;
    background: #2576EF;
}

.accordion-button.open .accordion-icon {
    content: "-";
}
.accordion-button:focus {
    background: #fff;
    color: #01002C;
}
/**/
.contact {
    position: relative;
    padding-top: 50px;
    height: 870px;
    padding-bottom: 100px;
    overflow: hidden; /* чтобы фон не выходил за пределы */
    background-repeat: no-repeat;
    background-position: center 180px;
    background-size: cover;
}


.contact > * {
    position: relative;
    z-index: 1; /* чтобы контент был поверх фона */
}
.title-contact-form {
    text-align: center;
    font-size: 52px;
    font-weight: 800;
    font-family: 'Open Sans';
    padding-top: 40px;
}
.contact-bottom {
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}
.contact-form {
    margin: 0 auto;
    background: #fff;
    width: 820px;
	height: auto;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
	padding-bottom: 20px;
    border-radius: 50px;
    box-shadow: 4px 4px 60px 0 rgba(0, 0, 0, 0.25);
}
.contact-form .form_row {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 50% + 50% */
    gap: 20px; /* по желанию */
}
.contact-form .form_row p{
    margin: 0px;
}
.contact-form .form__title {
    font-size: 74px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    color: #1C1A19;
}
.row-form-full {
    width: 100%;
}
.wpcf7 input.wpcf7-form-control:not([type="submit"]), .wpcf7 textarea.wpcf7-form-control {
    height: 60px;
    background: #EDF4FF;
    border: none;
    border-radius: 16px;
    text-align: right;
}
input::placeholder,
textarea::placeholder {
  color: #1C1A19;
  opacity: 1;
  font-size: 16px;
}

.wpcf7 textarea.wpcf7-form-control {
    height: 140px;
}
button, .ast-button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    width: 210px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    border-radius: 80px;
    height: 70px;
}
/*footer*/
.footer {
    background: #1C1A19;
}
.footer-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    direction: ltr;
}
.footer-item a {
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
}
.made-block {
    margin-right: 15px;
    font-family: 'Montserrat';
    font-size: 12px;
}
.made-block svg {
    width: 20px;
    height: 20px;
    margin-bottom: -5px;
}
.made-block span {
    font-weight: 700;
}
.made-block a {
    color: #fff;
}
.footer-copy {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    direction: ltr;
}
.footer-made .logo_footer {
    position: absolute;
    right: 5%;
}
.footer-made .logo_footer img{
    width: 140px;
    height: 50px;
} 
.footer-made {
    display: flex;
    justify-content: space-between;
    color: #fff;
    height: 115px;
    align-items: center;
}
.footer__follow_block {
    width: 820px;
    margin: 0 auto;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
  
.popup-overlay.active {
    display: flex;
    z-index: 9999;
}

.popup-content {
    background: #fff;
    padding: 20px;
    padding-left: 70px;
    padding-right: 80px;
    border-radius: 47px;
    max-width: 890px;
    height: 90%;
    max-height: 630px;
    width: 90%;
    position: relative;
}
#popup-description {
    overflow-y: auto;
    max-height: 380px;
    font-family: 'Open Sans';
    line-height: 140%;
    font-size: 18px;
    /* text-align: center; */
    color: #1B3D38;
}
#popup-description p{
    font-family: 'Open Sans';
    line-height: 140%;
    font-size: 18px;
    /* text-align: center; */
    color: #1B3D38;
    padding-left: 10px;
}
#popup-title {
    font-size: 54px;
    font-family: 'Open Sans';
    line-height: 100%;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    color: #1C1A19;
}
.popup-close {
    position: absolute;
    top: 20px;
    left: 30px;
    background: none;
    border: none;
    font-size: 35px;
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 1;
    padding: 0;
}


.popup-body {
    margin-top: 20px;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background: #00D95F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}  
.whatsapp-float img {
    width: 40px;
    height: auto;
    display: block;
}
 





@media (max-width: 1600px) {
    .recommendations .wraper,
    .gallery .wraper {
        width: 100%;
    }
}
@media (max-width: 1388px) {    
    .container {
        width: 90%;
    }
    nav ul li {
        margin: 0 20px;
    }
}
@media (max-width: 1317px) and (min-width: 1000px) {
    .container-wrap {
        padding: 10px 0px;
    }
    header .icons a {
        padding-left: 0px;
        padding-right: 0px;
    }
    .logo img {
        height: 50px;
    }
    nav ul li {
        margin: 0 15px;
    }
    .gallery__wraper .swiper-slide .swiper__img {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .swiper-container-2 .swiper-button-next-2, 
    .swiper-container-2 .swiper-button-prev-2 {
        display: flex;
    }
}
@media (max-width: 1010px) {
    .hero {
        height: 640px;
    }
    .logo img {
        width: 185px;
    }
    .container {
        width: 90%;
    }
    .about-image {
        order: 2;
    }
    .about-image, .about-text {
        width: 100%;
        box-sizing: border-box;
    }
    .benefits-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .accordion {
        width: 100%;
    }
    .yoga-laughter-section .section-description {
        width: 100%;
        font-size: 20px;
        line-height: 140%;
    }
    .benefit-text {
        font-size: 15px;
        height: 45px;
    }
    .gallery .wraper {
        width: 100%;
    }
    .swiper-button-prev-1, .swiper-rtl .swiper-button-next-1 {
        top: 94%;
        z-index: 99;
    }
    .swiper-button-next-1 {
       top: 94%;
       z-index: 99;
    }
    .swiper-slide img {
        width: 100%;
    }
    .gallery {
        margin-bottom: 100px;
        margin-top: 60px;
    }
    .gallery .title {
        margin-bottom: 60px;
    }
    .recommendations__wraper .swiper-button-next,
    .recommendations__wraper .swiper-button-prev {
        top: 95%;
    }
    .recommendations .swiper-container {
        width: 100%;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 50px;
    }
    .recommendations__wraper .container-swiper-pagination {
        width: 200px;
        margin: 0 auto;
    }
    .about-text .description {
        padding-bottom: 25px;
    }
    .about-text .btn {
        margin: 0 auto;
    }
    .workshop-activities-section .title,
    .yoga-laughter-section .title,
    .gallery .title,
    .questions-text .title,
    .recommendations .title,
    .contact-form .form__title,
    #popup-title {
        font-size: 50px!important;
        line-height: 100%;
    }
    .contact-form .form_row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .contact {
        height: 1050px;
    }
    .contact::before {
        top: 0;
    }
    .swiper-container .swiper_head .icon {
        width: 35px;
    }
    button, .ast-button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
        width: 100%;
    }
    .footer__follow_block {
        width: 100%;
    }
    .footer-made .logo_footer {
        position: relative;
        right: 0%;
        width: 100%;
        border-bottom: 1px solid #fff;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-made .lang {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer-made .footer-copy {
        margin-bottom: 10px;
    }
    .footer-made .logo_footer img{
        width: 240px;
        height: 80px;
    }
    .workshop-activities-section .swiper-container-2 {
        width: 300px;
        margin: 0 auto;
    }
    .yoga-laughter-section::before {
        background: none;
    }
    .yoga-laughter-section .container {
        width: 95%;
    }

    .benefits-grid {
        gap: 10px;
    }
    .benefit-item {
        height: 150px;
        padding: 10px 10px;
    }
    .benefit-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 5px;
        margin-top: 8px;
    }
    .benefit-item {
        border-radius: 28px;
    }
    .yoga-laughter-section .sub-title {
        font-size: 37px;
        margin-bottom: 30px;
    }
    .contact-form .form__title {
        margin-bottom: 22px;
    }
    .contact-form {
        padding-top: 20px;
    }
    .contact {
        padding-top: 80px;
        background-position: center 0px;
        height: auto;
    }
    .questions::before { 
        background: none;
    }
    .recommendations .swiper-container p {
        font-size: 12px;
        line-height: 130%;
    }
    .swiper-container .swiper_head img { 
        width: 40px;
        height: 40px;
    }
    .swiper-container .swiper_head h3 {
        font-size: 14px;
    }
    .recommendations .swiper-container p {
        height: auto;
    }
    .recommendations .swiper-slide {
        height: auto;
    }
    /* .workshop-activities-section {
        margin-bottom: 90px;
    } */
    .activity-card {
        height: auto;
        min-height: 490px;
        padding: 13px;
    }
    .activity-description {
        height: 140px;
        padding: 0px;
        font-size: 14px;
    }
    .activity-card .read-more {
        margin-top: 10px;
        width: 110px;
    }
    .gallery__wraper .swiper-slide .swiper__img {
        width: 100%;
        margin-bottom: 20px;
    }
    .gallery-swiper-container {
        width: 300px;
        overflow: visible!important;
        height: 265px;
    }
    .swiper-container .swiper_head .swiper__name {
        width: auto;
    }
    .swiper-container .swiper_head .swiper__name .sub_name {
        display: none;
    }
}

 
.features {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.features.loaded {
    opacity: 1;
    transform: translateY(0);
}
 

.swiper-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.swiper-wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
    min-height: 300px; 
    flex-grow: 1;
    box-sizing: border-box;
}
.swiper-slide img {
    max-width: 100%;
    height: auto;
}
.swiper-slide h3, .swiper-slide p {
    /* flex-grow: 1;   */
    margin: 0;
}
.swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    flex-grow: 1;
    box-sizing: border-box;
}
 
.media-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100px;
    height: 100px;
}
  
.media-video .media-icon::before {
    content: ""; 
    display: block;  
    width: 110px;
    height: 110px;
    background-image: url('/wp-content/uploads/2025/05/play.png');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
}

.media-audio .media-icon::before {
    content: "";
}
/* Popup styles */
.media-popup {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.media-popup.hidden {
    display: none;
}
.media-popup__overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0; left: 0; right: 0; bottom: 0;
}
.media-popup__content {
    position: relative;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 80px;
    width: 970px;
 
    /* height: 640px; */
    height: auto;
    z-index: 10000;
    overflow: auto;
    border-radius: 47px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.media-popup__content #media-popup-body {
    width: 100%;
    height: 100%;
}
.media-popup__content #media-popup-body iframe{
    width: 100%!important;
    height: 400px!important;
}
.media-popup__content #media-popup-body img{
    width: 100%;
    height: 100%;
    max-height: 600px!important;
    object-fit: cover; 
    object-position: center;
}
.media-popup__content #media-popup-body audio{
    width: 100%!important;
    max-width: none!important;
    position: relative;
    margin-top: 23%;
}
.media-popup__close {
    position: absolute;
    top: 10px;
    left: 15px;
    cursor: pointer;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    background: #2576EF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 1;
    padding: 0;
}
  
.gallery__wraper .swiper-pagination-1 { 
    display: none;
}
  
@media (max-width: 1010px) {
    .checkbox-group-occupation label {
        flex: 0 0 48%;
      }
    .container-wrap {
        position: absolute;
    }
    nav {
        display: none;
    }
    .overlay {
        width: 100%;
        margin: 0 auto;
    }
    .overlay .title {
        font-size: 55px;
        line-height: 100%;
        text-align: right;
    }
    .overlay .title span {
        font-size: 40px;
    }
    .overlay .subtitle {
        font-size: 24px;
        text-align: right;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .about-text .description, .about-text .description p {
        text-align: center;
    }
    .overlay .btn {
        float: none;
        margin: 0 auto;
    }
    .features {
        height: 140px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: -65px;
    }
    .feature-item img {
        width: 40px;
    }
    .feature-item h3 {
        font-size: 15px;
        margin: 10px;
    }
    .about {
        width: 100%;
    }
    .about::before {
        background: none;
    }
     
    .about-text {
        width: 100%;
        padding-left: 0px;
    }
    .about-row {
        height: auto;
        flex-direction: column;
    }
    .about-row .about-text {
        margin: 0px;
        padding: 0px;
        margin-bottom: 20px;
    }
    .about-text .title {
        text-align: center;
        font-size: 50px;
        margin-top: 25px;
    }
    .about-text .title::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .questions-text .title::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .about-text .description,
    .about-text .description p {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
    }
    .about-image-wrapper {
        position: relative;
        height: 470px;
        width: 100%;
    }
    .about-text .description .btn {
        display: none;
    }
    .packages {
        width: 100%;
    }
    .packages .title {
        font-size: 36px;
    }
    .package-item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .package-item .subtitle {
        font-size: 17px;
    }
    .recommendations .title {
        margin-bottom: 0px;
    }
    .recommendations .container {
        width: 100%;
    }
    .questions {
        margin-top: 0px;
        padding-top: 20px;
    }
    .questions-image-wrapper {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: -32px;
    }
    .questions-image-wrapper img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: initial;
    }
    .questions-row {
        height: auto;
    }
    .questions-text {
        width: 100%;
    }
    .questions-text {
        padding-left: 0px;
    }
    .questions-text .title {
        font-size: 36px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .accordion-button {
        font-size: 24px;
        text-align: right;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 110%;
    }
    .accordion-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 25px;
    }
    .accordion-content {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 16px;
    }
    .accordion-content p{
        font-size: 14px;
        line-height: 160%;
    }
    .accordion-icon {
        margin-left: 10px;
    }
    .contact-form {
        width: 100%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0px;
        height: auto;
    }
    .title-contact-form {
        font-size: 30px;   
    }
    .row-form {
        display: block;
    }
    .footer-block {
        display: none;
    }
    .footer-made {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding-bottom: 15px;
    }
    .footer-made .icons{
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .footer-made .icons a{
        padding-left: 5px;
        padding-right: 5px;
    }
    .made-block {
        margin-right: 0px;
    }
    .contact-bottom {
        height: 200px;
        object-fit: cover;
    }
    .overlay .title::before { 
        display: none;
    }
    .calculator-container {
        width: 100%;
    }
    .calculator-container .title {
        font-size: 24px;
    }
    .calculator-container .select-list .title {
        font-size: 20px;
    }
    .input-group label {
        font-size: 14px;
    }
    .checkbox-group {
        width: 100%;
    }
    .popup-content {
        width: 90%;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 50px;
    }
    .checkbox-group-occupation label {
        font-size: 14px;
        width: 100%;
    }
    .package-list li {
        font-size: 12px;
    }
    .swiper-packages-1 {
        position: relative; 
    }
    
    .swiper-packages-1 .swiper-button-next,
    .swiper-packages-1 .swiper-button-prev {
        position: absolute;
        top: 100%;
        transform: translateY(-50%);
        z-index: 10;
        color: #fff;
        background: #19AEFA;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 45px;
    }
    .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
        font-size: 20px!important;
        font-weight: bold;
    }
    .swiper-packages-1 .swiper-button-next:hover,
    .swiper-packages-1 .swiper-button-prev:hover{
        background: #E0DDDD!important;
        color: #828290!important
    }
    .package-list {
        width: 100%;
    }
    .packages .swiper-wrapper {
        padding-bottom: 60px;
    }
  
    .swiper-packages-1 .swiper-pagination-bullet {
        background: #828290!important;
    }
    .swiper-packages-1 .swiper-pagination-bullet-active {
        background: #fff!important;
        border: 2px solid #19AEFA;
        width: 10px;
        height: 10px;
    }  
    .swiper-packages-1 {
        overflow: visible !important; 
    }
    
    .swiper-wrapper {
        align-items: center;  
    }
    .swiper-slide {
        padding: 0px;
    }
    .swiper-packages-1 .swiper-slide {
        width: 75%;
    }
    
    /*  */
    .swiper-container .swiper-button-next,
    .swiper-container .swiper-button-prev {
        position: absolute;
        top: 100%;
        transform: translateY(-50%);
        z-index: 10;
        color: #fff;
        background: #19AEFA;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 5px;
        width: 45px;
        display: block;
    }
    .swiper-container .swiper-pagination-bullet {
        background: #828290!important;
    }
    .swiper-container .swiper-pagination-bullet-active {
        background: none!important;
        border: 2px solid #fff;
        width: 10px;
        height: 10px;
    } 
    .swiper-container .swiper-slide {
        padding-top: 15px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .workshop-activities-section .swiper-pagination-2 {
        margin-top: 30px;
    }
    .media-popup__content {
        width: 90%;
    }
    .gallery__wraper .swiper-pagination-1 {
        text-align: center;
        display: block;
    }
    #popup-title {
        font-size: 32px!important;
    }
    #popup-description p {
        font-size: 14px;
    }
    .media-icon {
        top: 42%;
    }

}
 
.image-hover-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.image-hover-wrapper img {
    display: block;
    transition: transform 0.4s ease;
    width: 100%;
    height: auto;
}

.image-hover-wrapper::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* прозрачный */
    transition: background 0.4s ease;
    z-index: 1;
}

.image-hover-wrapper:hover img {
    transform: scale(1.05);
}

.image-hover-wrapper:hover::before {
    background: rgba(0, 0, 0, 0.3); /* затемнение */
}

.fade-up {
    opacity: 0;
    transform: translateY(40px); /* больше смещение */
    transition: opacity 1s ease, transform 1s ease;
    will-change: opacity, transform;
}
  
.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}