body {
        margin:0;
}
* {
        box-sizing:border-box;
        font-family: "Open Sans", sans-serif;
        line-height:1.6;
}
a{
        color: #52322b;
}
div,header, footer,.form-block-input form,section,.breadcrumb,.desc-menu ul,form {
        width:100%;
        float:left;
        display:block;
}
input,select {
        font-size:16px;
}

.container {
        width:1190px!important;
        float:none!important;
        margin:0 auto;
}
.logo {
        width: 15%;
}
.logo img {
        width: 50px;
        display: block;
        float: left;
}
.phone-mobile {
        width: 20%;
}
.desc-menu {
        DISPLAY: BLOCK;
        float: left;
        width: 65%;
        margin-top: 2px;
}
.desc-menu ul{
        margin: 0;
        padding: 0;
}
.desc-menu ul li{
        display: block;
        float: left;
        margin: 0 10px;
        list-style: none;
}
.mob-menu {
        display: none;
}
.high-top {
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
}
.menu-mob-drops {
        display:none;
}
.mobiles-menu-ft {
        display: none;
}
.zag-left {
        width: 50%;
        margin: 50px 0;
        padding-right: 30px;
}
.img-right{
        width: 50%;
        margin: 50px 0;
}
.img-right img{
        width: 100%;
        border-radius: 10px;
}
.zag-left h1 {
        font-size: 60px;
        text-transform: uppercase;
        font-weight: 900;
        margin: 0.5rem 0;
        line-height: 1.6;
}
.zag-left p {
        font-size: 30px;
        margin: 0.5rem 0;
}
.zag-left a {
        background: #00a7ff;
        color: white;
        padding: 15px 25px;
        display: block;
        float: left;
        text-decoration: none;
        border-radius: 10px;
        font-size: 22px;
}
.no-desc {
        display:none;
}
.logo {
        text-decoration: none;
}
.logo p {
        display: block;
        float: left;
        width: calc(100% - 50px);
        font-size: 27px;
        MARGIN: 0;
        COLOR: #ff0dbf;
        font-weight: 600;
        line-height: 1;
}
.logo p span {
        display: block;
        line-height: 1;
        margin: 0;
        color: #00a7ff;
}
.phone-mobile a{
        text-decoration: none;
        color: black;
        font-size: 28px;
}
.desc-menu ul li a {
        text-decoration: none;
        color: black;
        padding: 3px 20px;
        font-size: 20px;
        border: 1px solid black;
        border-radius: 25px;
        display: block;
        float: left;
}
.desc-menu ul li .active {
        background:black;
        color:white;
}
.price-sections {
        padding: 50px 0;
        background: #f1f1f1;
}
.hd-price-sect h2{
        font-size: 40px;
        text-align: center;
        text-transform: uppercase;
        margin-top: 0;
}
.one-price-sect{
        width: 32%;
        margin-right: 2%;
        background: white;
        border-radius: 15px;
        padding: 15px;
        margin-bottom:30px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.one-price-sect:last-of-type {
        margin-right:0;
}

.one-price-sect .icon p{
        font-size: 60px;
        margin: 0;
        line-height: 1;
}
.one-price-sect .zag-price p{
        font-size: 25px;
        font-weight: 600;
        margin: 0;
}
.ft-price-sect {
        padding: 0px 22%;
        text-align: center;
}
.ft-price-sect p {
        font-size: 40px;
        display: block;
        float: left;
        margin: 15px 0;
        color: #00a7ff;
        font-weight: 900;
}
.ft-price-sect p strong{
        color: black;
}
.ft-price-sect a{
        display: block;
        float: left;
        margin: 15px;
        background: #ff0dbf;
        color: white;
        padding: 10px 40px;
        font-size: 28px;
        text-decoration: none;
        border-radius: 10px;
}
 .carousel {
        position: relative;
        max-width: 100%;
        margin: 10px auto;
    }
    .carousel-images img {
        width: 100%;
        display: none;
        border-radius: 10px;
    }
    .carousel-prev, .carousel-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        border-radius: 50%;
    }
    .carousel-prev {
        left: 10px;
    }
    .carousel-next {
        right: 10px;
    }
    .carousel-section .carousel-item {
        margin-bottom: 40px;
    }
    .carousel-item h3 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 10px;
    }
    .carousel-item p {
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .carousel-dots {
        text-align: center;
        margin-top: 10px;
    }
    .carousel-dots .dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background-color: #ccc;
        border-radius: 50%;
        cursor: pointer;
    }
    .carousel-dots .dot.active {
        background-color: #333;
    }
.adult-section  {
        padding: 50px 0;
}
/* ??????? ?????????: ???????, ??????? ????? */
h1, h2 {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #ff0dbf; /* ??????? ????????? ????, ????? ?????????? ???????? */
        letter-spacing: 1.5px;
}

/* ????????? ???????? ??????: ???????? ? ???????????? */
h3, h4 {
        font-family: 'Oswald', serif;
        font-weight: 400;
        color: #52322b; /* ?????????? ????? ?????? ???? ??? ????????????? ????? */
        font-style: italic;
}

/* ???????????? ? ?????? ?????????: ???????? ? ??????????? */
h5, h6 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: #00a7ff; /* ????-???????, ????? ?? ????????? ?????? */
}
.hd-adult-section h2{
        text-align: center;
        font-size: 40px;
        text-transform: uppercase;
}
.one-block-adult{
        width: 48%;
        margin-right: 4%;
}
.one-block-adult:last-of-type {
        margin-right: 0%;
}
.one-block-adult h3 {
        font-size: 30px;
        color: black;
        font-style: normal;
        margin-bottom: 0;
}
.how-it-works-section {
        padding: 50px 0;
        background: #f9f9f9;
}

.how-it-works-section h2 {
        text-align: center;
        font-size: 40px;
        text-transform: uppercase;
        margin-bottom: 30px;
        color: #ff0dbf;
}

.how-it-works-steps {
        width: 100%;
        float: left;
}

.step {
        width: 48%;
        margin-right: 2%;
        background: #ffffff;
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        float: left;
}

.step:nth-child(2n) {
        margin-right: 0;
}

.step h3 {
        font-size: 25px;
        margin-bottom: 10px;
        color: #00a7ff;
}

.step p {
        font-size: 18px;
        line-height: 1.6;
        color: #333;
}
.step:last-of-type{
        margin-left: 26%;
}
footer {
        background: #333;
        color: #fff;
        padding: 40px 0;
}
footer a {
        color:white;
}

.bg-footer {
        padding: 20px 0;
}

.left-foot-colm {
        width: 24%;
        margin-right: 1%;
        float: left;
}

.left-foot-colm:last-of-type {
        margin-right: 0;
}

.left-foot-colm h4 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #ff0dbf;
}

.left-foot-colm p, .left-foot-colm ul li a {
        font-size: 16px;
        line-height: 1.6;
        color: #ccc;
        text-decoration: none;
}

.left-foot-colm ul {
        list-style: none;
        padding: 0;
            column-count: 2;
}

.left-foot-colm ul li {
        margin-bottom: 8px;
}

.copirate {
        text-align: center;
        padding: 10px 0;
        border-top: 1px solid #555;
        margin-top: 20px;
}

.copirate p {
        font-size: 14px;
        color: #aaa;
}
.contact-section {
        padding: 50px 0;
        background: #f1f1f1;
}

.contact-section h2 {
        text-align: center;
        font-size: 40px;
        text-transform: uppercase;
        margin-bottom: 30px;
        color: #00a7ff;
}

.contact-info {
        width: 100%;
        float: left;
}

.contact-details {
        width: 48%;
        float: left;
        margin-right: 4%;
        background: #ffffff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form {
        width: 48%;
        float: left;
        background: #ffffff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form form label {
        display: block;
        margin-top: 10px;
        font-size: 16px;
}

.contact-form form input,
.contact-form form textarea {
        width: 100%;
        padding: 10px;
        margin-top: 5px;
        border: 1px solid #ccc;
        border-radius: 5px;
}

.contact-form form button {
        margin-top: 15px;
        padding: 10px 20px;
        background: #00a7ff;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
}
.one-form input[type="checkbox"]{
        width: 20px;
        height: 20px;
        margin: 10px 0;
        display: block;
        float: left;
        margin-right: 15px;
}
.lowwers-letters{
        display: block;
        float: left;
        margin: 7px 0;
}
.work-with-us-section {
        padding: 50px 0;
        background: #f1f1f1;
    }

    .work-with-us-section h2 {
        text-align: center;
        font-size: 40px;
        text-transform: uppercase;
        margin-bottom: 30px;
        color: #ff0dbf;
    }

    .work-with-us-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .team-info {
        width: 48%;
        background: white;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }

    .join-form {
        width: 48%;
        background: white;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .team-info h3 {
        color: #00a7ff;
        font-size: 28px;
        margin-bottom: 20px;
    }

    .join-form h3 {
        color: #00a7ff;
        font-size: 28px;
        margin-bottom: 20px;
    }

    .team-benefits {
        margin: 20px 0;
    }

    .benefit-item {
        align-items: center;
        margin-bottom: 15px;
    }

    .benefit-icon {
        font-size: 24px;
        margin-right: 15px;
        color: #ff0dbf;
        width:50px;
    }

    .benefit-text {
        font-size: 18px;
        width:calc(100% - 65px);
    }

    .success-message {
        display: none;
        background: #d4edda;
        color: #155724;
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 20px;
    }
 .price-hero {
        background-image: url('/test-img.jpg');
        background-size: cover;
        background-position: center;
        position: relative;
        padding: 100px 0;
    }

    .price-hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 1;
    }

    .price-hero-content {
        position: relative;
        z-index: 2;
        text-align: center;
        color: white;
    }

    .price-hero h1 {
        font-size: 60px;
        text-transform: uppercase;
        font-weight: 900;
        margin: 0.5rem 0;
        line-height: 1.2;
        color: white;
    }

    .price-hero p {
        font-size: 24px;
        margin: 1rem 0;
    }

    .package-section {
        padding: 50px 0;
        background: #f1f1f1;
    }

    .package-section h2 {
        text-align: center;
        font-size: 40px;
        text-transform: uppercase;
        margin-bottom: 30px;
        color: #ff0dbf;
    }

    .package-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .package-card {
        width: 48%;
        background: white;
        border-radius: 15px;
        padding: 25px;
        margin-bottom: 30px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .package-price {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .package-title {
        font-size: 30px;
        font-weight: 600;
        color: #00a7ff;
        margin-bottom: 15px;
    }

    .package-divider {
        width: 100%;
        height: 2px;
        background-color: #eee;
        margin: 15px 0;
    }

    .package-features {
        margin: 20px 0;
    }

    .feature-item {
        display: flex;
        margin-bottom: 15px;
    }

    .feature-icon {
        margin-right: 15px;
        color: #333;
        width: 25px;
    }

    .feature-text {
        font-size: 16px;
        color: #333;
    }

    .package-cta {
        display: flex;
        flex-direction: column;
    }

    .package-btn {
        background: #00a7ff;
        color: white;
        padding: 12px 25px;
        text-align: center;
        text-decoration: none;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        transition: background-color 0.3s;
    }

    .package-btn:hover {
        background-color: #0086cc;
    }

    .package-btn.secondary {
        background-color: #ff0dbf;
    }

    .package-btn.secondary:hover {
        background-color: #d300a0;
    }

    .special-section {
        background-image: url('/test-img.jpg');
        background-size: cover;
        background-position: center;
        padding: 80px 0;
        position: relative;
    }

    .special-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
        z-index: 1;
    }

    .special-content {
        position: relative;
        z-index: 2;
        text-align: center;
        color: white;
    }

    .special-content h2 {
        color: white;
        font-size: 40px;
        margin-bottom: 20px;
    }

    .special-content p {
        font-size: 20px;
        margin-bottom: 30px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .glow-section, .bubble-section {
        padding: 50px 0;
        background: white;
    }

    .service-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .service-card {
        width: 31%;
        background: #f9f9f9;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .service-card img {
        width: 100%;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    .service-card h3 {
        font-size: 24px;
        color: #00a7ff;
        margin-bottom: 10px;
    }

    .service-card p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .mission-section {
        padding: 70px 0;
        text-align: center;
        background: #f1f1f1;
    }

    .mission-section h2 {
        font-size: 36px;
        margin-bottom: 20px;
        color: #ff0dbf;
    }

    .contact-cta {
        padding: 100px 0;
        text-align: center;
        background-image: url('/test-img.jpg');
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .contact-cta::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 1;
    }

    .contact-content {
        position: relative;
        z-index: 2;
        color: white;
    }

    .contact-content h2 {
        font-size: 40px;
        color: white;
        margin-bottom: 30px;
    }

    .contact-btn {
        display: inline-block;
        background: #00a7ff;
        color: white;
        padding: 15px 40px;
        font-size: 20px;
        border-radius: 10px;
        text-decoration: none;
        transition: background-color 0.3s;
    }

    .contact-btn:hover {
        background: #0086cc;
    }
.about-us .article-card {
    padding: 15px;
    background: white;
    border-radius: 5px;
}
.about-us .article-card img {
    width: 40%;
    float: left;
    display: block;
    border-radius: 5px;
}
.about-us .card-content {
    width: 58%;
    margin-left: 2%;
}
.about-us .card-content h5 {
    font-size: 26px;
    margin: 0;
}
.about-us .card-content .meta-info {
    margin: 15px 0;
}
.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: #007bff;
    color: white;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    transition: background 0.3sease-in-out;
}
.qa_accordion,
.qa_accordion p,
.qa_accordion ul li i:before,
.qa_accordion ul li i:after {
    transition: all 0.25s ease-in-out;
}

.qa_accordion h2,
.qa_accordion ul li {
    animation: flipdown 0.5s ease both;
}

.qa_accordion ul {
    list-style: none;
    perspective: 900;
    padding: 0 !important;
    margin: 0 !important;
}

.qa_accordion ul li:nth-of-type(1) {
    animation-delay: 0.5s;
}

.qa_accordion ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 14px;
    background: none !important;
}

.qa_accordion ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.qa_accordion ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 6px;
    right: 5px;
}

.qa_accordion ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.qa_accordion ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}

.qa_accordion ul li i:before,
.qa_accordion ul li i:after {
    content: "";
    position: absolute;
    background-color: #adadad;
    width: 3px;
    height: 9px;
}

.qa_accordion ul li input[type=checkbox]:checked~i:before {
    transform: translate(2px, 0) rotate(45deg);
}

.qa_accordion ul li input[type=checkbox]:checked~i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

.qa_accordion h3 {
    display: block;
    cursor: pointer;
}

.qa_accordion ul li input[type=checkbox]:checked~p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

.qa_accordion ul li p[itemprop="name"] {
    opacity: 1 !Important;
}
.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border: 1px solid #ddd;
    font-size: 14px;
}
.article-content table th, .article-content table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}
.article-content table tr:nth-child(even) {
    background: #f9f9f9;
}
    @media only screen and (max-width: 767px) {
        .price-hero h1 {
            font-size: 36px;
        }

        .price-hero p {
            font-size: 18px;
        }

        .package-card, .service-card {
            width: 100%;
        }

        .package-section h2, .special-content h2, .mission-section h2, .contact-content h2 {
            font-size: 30px;
        }
        .team-info, .join-form {
            width: 100%;
            margin-right: 0;
        }

        .team-info {
            margin-bottom: 20px;
        }
        .container {
                width: 100% !important;
                float: none !important;
                padding: 0 10px;
        }
        .no-mob {
                display:none;
        }
        .no-desc {
                display:block;
        }

            .logo {
        width: 35%;
    }

        .logo img {
                width: 50px;
                margin: 0 auto;
        }

        .phone-mobile {
                width: 100%;
                text-align: center;
        }

        .desc-menu {
                display: none;
        }

        .mob-menu {
                display: none;
                text-align: center;
                margin-bottom: 20px;
                float: left;
                width: 100%;
        }

        .zag-left, .img-right {
                width: 100%;
                margin: 10px 0;
                padding: 0;
        }

        .zag-left h1 {
                font-size: 35px;
                text-align: center;
        }

        .zag-left p {
                font-size: 20px;
                text-align: center;
                margin:0;
                margin-bottom:10px;
        }

        .zag-left a {
                font-size: 18px;
                margin: 0 auto;
                text-align: center;
                float: none;
                width: 80%;
        }

        .price-sections {
                padding: 30px 0;
        }

        .hd-price-sect h2 {
                font-size: 30px;
        }

        .one-price-sect {
                width: 100%;
                margin-right: 0;
        }

        .ft-price-sect {
                padding: 0;
                text-align: center;
        }

        .ft-price-sect p {
                font-size: 28px;
                margin: 10px 0;
        }

        .ft-price-sect a {
                font-size: 22px;
                margin: 10px auto;
                width: 70%;
                margin-left: 15%;
        }
        .step {
                width: 100%;
                margin-right: 0;
                float: none;
        }

        .contact-details, .contact-form {
                width: 100%;
                margin-right: 0;
                margin-bottom: 20px;

        }

        .left-foot-colm {
                width: 100%;
                margin-right: 0;
                margin-bottom: 20px;
                text-align: center;

        }

        .copirate {
                padding: 10px 0;
        }

        .carousel-images img {
                border-radius: 10px;
        }

        .carousel-prev, .carousel-next {
                top: 80%;
                transform: translateY(-50%);
                padding: 5px;
        }

        .carousel-item h3 {
                font-size: 25px;
        }

        .carousel-item p {
                font-size: 16px;
        }

        .one-form input[type="checkbox"] {
                width: 20px;
                height: 20px;
                margin: 10px auto;

        }

        .lowwers-letters {
                margin: 7px auto;
                display: block;
                float: left;
                width: calc(100% - 40px);
                margin-left: 10px;
        }
        .adult-section {
                padding: 30px 0;
        }

        .one-block-adult {
                width: 100%;
                margin-right: 0;

                margin-bottom: 20px;
        }
        .step:last-of-type {
        margin-left:0;
}
.menu-mob-drops {
        width: 17%;
        float: right;
        background: transparent;
        display: block;
        z-index: 9999;
        position: relative;
    }
.super-menu{
        display: block;
        float: right;
        width: 60px;
        background: transparent;
        border: 1px solid #ccc;
        padding: 5px 5px 0px 5px;
        border-radius: 5px;
}
.mob-menu {
                position: fixed;
                top: 79px;
                z-index: 1000;
                background: white;
                padding: 0;
                left: 0px;
                border-top: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                box-shadow: 0px 13px 9px 0px #00000052;
        }
.sec-menu ul{
        padding: 0;
        margin: 0;
        text-align:left;
}
.sec-menu ul li{
        padding: 0;
        margin: 0;
}
.sec-menu ul li a {
                text-decoration: none;
                font-size: 20px;
                color: black;
                border-bottom: 1px solid #ccc;
                padding: 10px 0;
                display: block;
        }
.how-it-works-section {
        padding:10px 0;
}
.phone-mobile {
        position: absolute;
        left: 37%;
        width: 39%;
        top: 20px;
        z-index: 1;
    }
.phone-mobile a {
        text-decoration: none;
        color: black;
        font-size: 22px;
        font-weight:600;
}
.blue-cvet {
        color:#00a7ff;
}
.pink-cvet {
        color:#ff0dbf;
}

}
