@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');

body{
    direction: ltr;
    font-family: 'Khand', sans-serif !important;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
label {
    color: #ccc;
}
.input-main__area-component{
    display: block;
    width: 100%;
    padding: 14px 19px;
    margin: 14px 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 14px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.textarea-main__area-component{
    border: 1px solid #ced4da;
    border-radius: 14px;
    padding: 14px 19px;
    width: 100%;
}

    .form-check {
        width: 100%;
    }
    .form-check .form-check-input {
        width: 14px;
        height: 19px;
        padding: 14px;
        margin-right: 14px;
    }
    .header-color-back {
        background: rgba(0,0,0,0.9); color: #fff;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .header-cont {
        display: flex;
        flex-direction: row;
        gap: 23px;
        align-items: center;
        justify-content: space-between;
    }

    .header-brand {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 14px;
        align-items: center;
    }

    .header-logotip-img {
        width: 46px;
        height: auto;
    }

    .header-name-txt {
        margin-bottom: 0;
        font-size: 30px;
    }

    .header-contact {
        display: flex;
        flex-direction: row;
        gap:  14px;
    }

    .header-contact-item {
        display: flex;
        flex-direction: row;
        gap:  14px;
        align-items: center;
    }
    .header-contact-item a {
        word-break: break-all;
    }
    .header-contact-item p {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 0;
        word-break: break-word;
    } 

    .header-contact-item i {
        font-size: 30px;
    }

    .main-screen {
        position: relative;
        background: linear-gradient(60deg, #17B794 0%, #f6f4ec 100%);
        color: white;
    }

    .main-screen-op {
        background: url(assets/img/LightBackground_2025-04-08_12-13-480.png);
        background-position: center;
        background-size: cover;
        width: 100%;
        height: auto;
    }

    .navigation-block {
        width: 80%;
    }

    .navig-wrapper {
        display: flex;
        flex-direction: row;
        gap: 16px;
        padding-top: 19px;
    }

    .n-link {
        color: #fff;
        margin: 0;
        font-size: 16px;
    }
        
    .dropdown .dropbtn {
            font-size: 16px;  
            border: none;
            outline: none;
            color: #fff;
            background-color: inherit;
            font-family: inherit;
            margin: 0;
            transition: all .4s ease;
    }
        
    .n-link:hover, .dropdown:hover .dropbtn {
            color: #000;
    }

    .part-link {
        display: none;
    }
        
    .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 258px;
            box-shadow: 0px 8px 14px 0px rgba(0,0,0,0.2);
            z-index: 3;
            transform: translate(-68px, 0px);
    }
        
    .dropdown-content a {
            float: none;
            color: black;
            padding: 14px 19px;
            text-decoration: none;
            display: block;
            text-align: left;
    }
        
    .dropdown-content a:hover {
            background-color: #000;
            color: #fff;
    }
        
    .dropdown:hover .dropdown-content {
            display: block;
    }

    .main-screen-content {
        padding-top:  34px;
        padding-bottom:  34px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }

    .main-screen-title {
        width: 50%;
        font-size: 30px;
        text-align: center;
    }

    .main-screen-img {
        width: 50%;
        max-height: 254px;
        display: flex;
        margin: 0 auto;
    }
    
    .waves {
        position:relative;
        width: 100%;
        height: 15vh;
        margin-bottom: -7px; 
        min-height: 87px;
        max-height: 147px;
    }
    
    .parallax > use {
        animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
    }

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

    @keyframes move-forever {
        0% {
        transform: translate3d(-68px,0,0);
        }
        100% { 
        transform: translate3d(68px,0,0);
        }
    }

    @media (max-width: 768px) {
        .waves {
        height: 39px;
        min-height: 39px;
        }
    }

    .main-body-bg {
        background-color: #fff;
    }

    .main-body {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }

    .side-section {
        width: 25%;
        padding: 34px 30px;
        display: flex;
        flex-direction: column;
        gap: 34px;
    }

    .about-info {
        padding: 14px 19px;
        background: #f6f6f6;
        border-radius: 23px;
        align-self: center;
    }

    .about-brand {
        display: flex;
        gap: 7px;
        justify-content: end;
        align-items: center;
    }

    .about-brand::before {
        content: " ";
        width: 30px;
        height: 2px;
        background: black;
    }    

    .about-title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 30px;
    }

    .about-txt {
        font-size: 16px;
    }

    .about-logotip-img {
        width: 39px;
        height: auto;
    }

    .about-name-txt {
        margin-bottom: 0;
        font-size: 20px;
    }

    .steps-for-order-block {
        padding: 23px 30px;
        background: #f6f6f6;
        border-radius: 23px;
    }

    .steps-for-order-title {
        text-align: center;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .steps-for-order-wrapper {
        display: flex;
        flex-direction: column;
    }

    .order-step {
        padding: 19px 23px;
        display: flex; 
        flex-direction: column;
        align-items: center;
        gap: 14px;
        border-radius: 15px;
        transition: transform 0.3s ease;
    }

    .order-step:hover {
        background-color: #17B794;
        color: #fff;
    }

    .order-step i {
        font-size: 39px;
    }

    .order-step h4 {
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        margin: 0;
    }

    .order-step p {
        text-align: center;
        font-weight: 500;
        font-size: 16px;
        margin: 0;
    }

    .rand-contact {
        display: block;
        padding: 23px 30px;
        background: #f6f6f6;
        border-radius: 23px;
    }

    .rand-contact-title {
        text-align: center;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .rand-contact-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .rand-contact-block a {
        word-break: break-all;
    }
    .r-c-adress, .r-c-phone, .r-c-email {
        padding: 19px 23px;
        display: flex; 
        flex-direction: column;
        align-items: center;
        gap: 14px;
        border-radius: 15px;
        transition: transform 0.3s ease;
    }

    .r-c-adress:hover, .r-c-phone:hover, .r-c-email:hover {
        background-color: #17B794;
        color: #fff;
    }

    .r-c-adress i, .r-c-phone i, .r-c-email i {
        font-size: 30px;
    }

    .r-c-adress h4, .r-c-phone h4, .r-c-email h4 {
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        margin: 0;
    }

    .r-c-adress p, .r-c-phone p, .r-c-email p {
        text-align: center;
        font-weight: 500;
        font-size: 16px;
        margin: 0;
    }

    .catalog-prod-container {
        width: 75%;
        padding-top: 34px;
    }

    .catalog-prod-title {
        font-size: 30px;
        font-weight: 500;
        text-transform: inherit;
        margin-bottom: 30px;
    }

    .catalog-prod-block {
        display: flex;
        flex-direction: column;
    }

    .catalog-prod-card {
        background:#f6f6f6;
        border-radius: 23px 23px 23px 46px;
        padding: 39px 39px 39px 314px;
        margin: 54px 0;
        width: 80%;
        display:flex;
        flex-direction:row;
        align-self:flex-start;
        justify-content: end;
        position:relative;
    }

    .catalog-prod-text {
        display:flex;
        flex-direction:column;
        width: 85%;
    }

    .visual {
        width: 40%;
        position:absolute;
        top: -23px;
        left: 23px; 
        overflow: hidden;
        border-radius: 23px;
        background-color: #e5e2e2;
    }

    .visual img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    @media (min-width: 576px){
        .visual img {
            height:  212px;
        }
    }



    .catalog-prod-card:nth-of-type(odd) {
        margin:0 0 0 17%;
        border-radius:23px 23px 46px 23px;
        padding: 39px 314px 39px 39px;
        justify-content: start;
    }

    .catalog-prod-card:nth-of-type(odd) .visual {
        right:23px;
        left:auto
    }

    .catalog-prod-card:nth-of-type(odd) .catalog-prod-text a {
        align-self:flex-start
    }
    
    .prod-title h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        color: #000;
    }

    .prod-info {
        margin-top: 14px;
        padding: 14px 0;
        display: flex;
        gap: 14px;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #595959 ;
    }

    .prod-info p {
        margin-bottom: 0;
        text-align: center;
        color: #ACA22E;
        font-weight: 900;
    }

    .prod-desc {
        margin:  19px 0 23px;
        font-size: 15px;
        color: #000;
    }

    .c-prod-button {
        background-color: white;
        color: black;
        border-radius: 154px;
        font-size: 16px;
        font-weight: 500;
        padding: 14px 19px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        border: 1px solid black;
        box-shadow: 0 0 0 0 black;
    }
        
    .c-prod-button:hover {
        transform: translateY(-4px) translateX(-2px);
        box-shadow: 2px 5px 0 0 black;
    }
        
    .c-prod-button:active {
        transform: translateY(2px) translateX(1px);
        box-shadow: 0 0 0 0 black;
    }
    form#consultation-form .form-check .form-check-label {
        color: #222;
    }
    form#consultation-form .form-check a {
        color: #0a58ca;
    }
    .our-benefits-bg {
        background-color: #fff;
         padding-top: 68px;
        padding-bottom: 68px;
    }
    
    .our-benefits {
        display: flex;
        flex-direction: row;
        position: relative;
    }

    .our-benefits-img {
        width: 70%;
        height: 700px;
    }

    .our-benefits-img img { 
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .our-benefits-block {
        width: 70%;
        position: absolute;
        right: 0;
        top: 10%;
        display: flex;
        flex-direction: column;
        gap: 28px;
        padding:46px;
        background: rgba(0,0,0,0.9); color: #fff;
    }

    .our-benefits-title {
        font-size: 35px;
        text-transform: inherit;
        letter-spacing: 1px;
    }

    .our-benefits-title:hover {
        color: #17B794;
    }

    .our-benefits-entry {
        display:  block;
        font-size: 20px;
        margin: 0 auto;
    }  
    
    .our-benefits-final  {
        display: none;
        font-size: 20px;
        margin: 0 auto;
    }

    .our-benefits-list {
        display: flex;
        flex-direction: row;
        gap: 19px;
    }

    .our-benefits-item {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: calc( 100% / 3 - 28px/2);
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        padding: 23px;
        transition: all 0.3s ease-in-out;
    }

    .our-benefits-item:hover {
        background-color: #17B794;
        color: #fff;
    }

    .benefit-title {
        display: flex;
        flex-direction: row;
        gap: 14px;
        align-items: center;
        justify-content: start;
    }

    .benefit-title h3 {
        font-size:  30px;
        text-transform: inherit;
        margin-bottom: 7px;
        font-weight: 500;
    }

    .benefit-title i {
        font-size: 47px;
    }

    .benefit-txt{
        font-size: 16px;
        color: inherit;
        font-weight: 500;
    }

    .work-section-bg {
        
        background-image: url( album/picture_header_67fcd1e2b11ac0.03204352.jpg);
        background-position: center;
        background-size: cover;
    }

    .work-section-op {
        padding-top: 66px;
        padding-bottom: 34px;
    }

    .work-partners-buy {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .work-section {
        width: 50%;
    }

    .work-section-title {
        font-size: 35px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .work-time {
        display: flex;
        gap: 23px;
        align-items: center;
    }

    .work-hours-txt {
        font-size: 20px;
        font-weight: 500;
    }

    .clock-img {
        font-size: 47px;
    }

    .deivery-title {
        font-size: 35px;
        text-transform: inherit;
        letter-spacing: 1px;
        margin-top: 30px;
        text-align: right;
    }

    .delivery-days {
        justify-content: end;
        display: flex;
        gap: 23px;
        align-items: center;
    } 

    .deliv-img {
        font-size: 47px;
    }

    .rand-partners-wrappper {
        display: none;
        width: 50%;
    }

    .rand-partners {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
    }

    .rand-partners-title {
        font-size: 35px;
        text-transform: inherit;
        letter-spacing: 1px;
        margin-bottom: 30px;
        margin-left: ;34px
        float: left;
    }

    .rand-partners-img {
        padding: 23px;
        height: auto;
        transition: 3.5s;
    }

    .rand-partners-img:hover img {
        transform: scale(1.5);
    }

    .rand-partners-logo {
        width: 100%;
        height: 100%;
    }

    .rand-btn-form {
        width: 45%;
        right: 0;
    }

    .rand-btn-form img {
        max-width: 50%;
        max-height: 546px;
        display: flex;
        margin: 0 auto;
    }

    .btn-block {
        position: absolute;
        top: 50%;
        background-color: #fff;
        border-radius: 23px;
        padding: 66px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap:  23px;
    }

    .bnt-title {
        font-size: 30px;
        color: #000;
    }

    .btn-link {
        display: flex;
        justify-content: center;
        text-decoration: none;
        width: 100%;
        font-size: 20px;
        margin: 0 auto;
    }
    .form-check-label{
        color: #fff;
    }
    .form-check-label a{
        color: #fff; 
    }
    .form-block {
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding: 23px;
        background-color: #171717;
        border-radius: 30px;
        transition: .4s ease-in-out;
    }

    .form-title {
        font-size: 20px;
        color: #fff;
    }
      
    .form-field {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border-radius: 30px;
        padding: 14px;
        border: none;
        outline: none;
        color: white;
        background-color: #171717;
        box-shadow: inset 2px 5px 14px rgb(5, 5, 5);
    }
      
    .input-icon {
        height: 19px;
        width: 19px;
        fill: white;
    }
      
    .input-field {
        background: none;
        border: none;
        outline: none;
        width: 100%;
        color: #d3d3d3;
    }
      
    .form-btn {
        display: flex;
        justify-content: center;
        flex-direction: row;
        margin-top: 39px;
    }
      
    .form-btn button {
        padding: 7px;
        padding-left: 39px;
        padding-right: 39px;
        border-radius: 7px;
        border: none;
        outline: none;
        transition: .4s ease-in-out;
        background-color: #252525;
        color: white;
    }
      
    .form-btn:hover button {
        background-color: black;
        color: white;
    }

    .footer-bg {
        background-color: #ffefa1;
        padding-top: 66px;
        padding-bottom: 28px;
    }

    .footer-nav-gallery {
        display: flex;
        flex-direction: row;
        gap: 23px;
        justify-content: space-between;
        align-items: end;
    }

    .footer-logotip {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 7px;
        margin-bottom: 19px;
    }

    .footer-logotip-img {
        width: 46px;
        height: auto;
    }

    .footer-name-txt {
        margin-bottom: 0;
        font-size: 30px;
    }

    .spes-list {
        display: flex;
        flex-direction: column;
        gap: 23px;
    }

    .s-link {
        text-decoration: none;
        font-size: 16px;
    }

    .s-link:hover {
        text-decoration: underline;
    }

    .footer-gallery {
        display: flex;
        flex-direction: row-reverse;
        gap: 19px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .footer-gallery img {
        display: block;
        height: 123px;
        width: 123px;
        object-fit: cover;
    }

    .footer-pay-img {
        display: flex;
        flex-direction: column;
        gap: 19px;            
    }

    .footer-pay-img img {
        width: 186px;
        height: auto;
    }

    .productpage {
        padding: 66px 0;
        display: flex;
        flex-direction: column;
    }

    .productpage-title {
        font-size: 35px;
        font-weight: 500;
        text-transform: inherit;
        margin-bottom: 34px;
        padding-bottom: 39px;
        border-bottom: 0px solid rgb(129, 132, 134);
    }

    .productpage-cont {
        display: flex;
        flex-direction: row-reverse;
        gap: 23px;
    }

    .productpage-img-clients {
        width: 50%;
        display: flex;
        gap: 23px;
        justify-content: center;
        flex-direction: column;
    }

    .productpage-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    @media (min-width: 576px){
        .productpage-img img {
            height: 254px;
        }
    }
    @media (min-width: 768px){
        .productpage-img img {
            height: 399px;
        }
    }
    @media (min-width: 992px){
        .productpage-img img {
            height: 382px;
        }
    }

    .productpage-text {
        width: 50%;
        display: flex;
        gap: 23px;
        justify-content: center;
    }

    .productpage-clients {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .productpage-clients-title {
        font-size: 30px;
        padding: 14px;
        margin-bottom: 0;
        background-color: #17B794;
        color: #fff;
    }

    .productpage-clients p {
        font-size: 20px;
        padding: 14px;
        margin-bottom: 0;
        color: #fff;
        background-color: #17B794;
    }

    :root {
        --star-size: 39px;
        --star-color: rgb(226, 226, 226);
        --star-background: #17B794;
    }

    .Stars {
        --percent: calc(var(--rating) / 5 * 100%);
        font-size: 22px;
        line-height: 1;
        padding: 14px 19px;
        border-radius: 39px;
        bottom: auto;
    }

    .Stars::before {
        content: '★★★★★';
        letter-spacing: 3px;
        background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .p-descrip-title {
        color: inherit;
        font-size: 39px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 23px;
    }

    .p-descrip {
        font-size: 30px;                
    }

    .productpage-price {
        display: flex;
        flex-direction: row;
        gap: 23px;
        align-items: center;
    }

    .price-prod {
        margin-bottom: 0;
        font-size: 30px;
        color: #ACA22E;
    }

    .productpage-info {
        margin-top: 23px;
        display: flex;
        flex-direction: row;
        gap: 23px;
        flex-wrap: wrap;
    }

    .p-info-item {
        display: flex;
        flex-direction: row;
        gap: 14px;
        align-items: center;
    }

    .p-info-item i {
        font-size: 35px;
    }

    .p-info-item p {
        margin: 0;
        text-align: center;
        font-size: 20px;
    }

    .buy-btn {
        min-width: 254px;
    }

    .p-form {
        align-items: center;
        justify-content: center;
        margin-top: 7px;
        display: flex;
        flex-direction: row;
        gap: 19px;
        flex-wrap: wrap;
    }

    .p-form input {
        height: 55px;
        border-radius: 7px;
        background: white;
        border: none;
        padding: 0 19px;
        font-weight: 100;
        font-size: 15px;
        color: #4B4B4B;
        box-shadow: 0px 0px 0px #0e0e0e, 0px 0px 0px rgb(95 94 94 / 25%), inset 1.5px 1.5px 3px #0e0e0e, inset -1.5px -1.5px 3px #5f5e5e;
    }

    .comment-qa-bg {
        background-image: url(album/picture_header_67fcd1e2b11ac0.03204352.jpg);
        background-position: center;
        background-size: cover;
    }

    .comment-qa-op {
        background: rgba(0,0,0,0.5); color: #fff;
    }

    .comment-qa {
        padding-top: 34px;
        padding-bottom: 34px;
        display: flex;
        flex-direction: row-reverse;
        gap: 34px;
    }

    .prodpage-comm-title {
        font-size: 35px;
        text-transform: inherit;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .prodpage-comment-block {
        display: flex;
        flex-direction: row;
    }

    .p-comment {
        width: 50%;
        display: flex;
        position: relative;
        margin-left: 128px;
    }

    .circle {
        height: 100%;
        width: 40%;
        border-radius: 50%;
        border: 1px solid;
        overflow: hidden;
        position: absolute;
        left: -20%;
    }

    .circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .p-comment-txt {
        height: 219px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 30px;
        border-top: 1px solid;
        border-right: 1px solid;
        border-bottom: 1px solid;
        background-color: #f6f6f6;
        padding-left: 13%;
    }

    .p-comment-txt p, .p-comment-txt h4 {
        margin-left: 119px;
        color: #000;
    }

    .qa-accordion {
        width: 85%;
        display: none;
        align-self: center;
    }

    .qa-title {
        font-size: 35px;
        text-transform: inherit;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: #ACA22E;
    }

    .accordion-button.collapsed {
        color: #fff;
        background-color: #ACA22E;
    }

    .accordion-collapse {
        background-color: #f6f6f6;
    }
    
    .accordion-body {
        color: #000;
    }

    .contactpage {
        display: flex;
        flex-direction: row-reverse;
        gap: 23px;
        padding: 66px 0;
    }

    .contactpage-contact {
        width: 40%;
    }

    .contact-page-title {
        font-size: 35px;
        text-transform: inherit;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .contactpage-form {
        width: 60%;
        position: relative;
        display: flex;
        align-items: center;
    }

    .contactpage-form img {
        width: 100%;
        max-height: 546px;
    }

    .contactpage-form-block {
        width: 100%;
        position: absolute;
        top: 50%;
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding: 23px;
        background-color: #171717;
        border-radius: 30px;
        transition: .4s ease-in-out; 
    }

    @media (max-width: 1200px){
        .navig-wrapper {
            gap: 14px;
        }
    
        .navigation-block {
            width: 100%;
        }
    
        .main-body {
            flex-direction: column;
            align-items: center;
        }
    
        .our-benefits-block {
            width: 85%;
        }
    
        .benefit-title h3 {
            font-size: 16px;
            font-weight: 500;
        }
    
        .benefit-txt {
            font-size: 15px;
            color: inherit;
            font-weight: 500;
        }
    
        .work-section-title, .deivery-title {
            font-size: 22px;
        }
    
        .rand-contact {
            width: 60%;
        }
    
        .visual {
            width: 40% !important;
        }
    
        .benefit-title i {
            font-size: 39px;
        }
    
        .steps-for-order-title {
            margin-bottom: 0;
        }
    
        .p-comment-txt {
            height: 147px;
            padding-right: 6px;
        }
    
        .comment-qa {
            gap: 39px;
        }
    
        .p-comment-txt p, .p-comment-txt h4 {
            margin-left: 68px;
            font-size: 15px;
        }
    
        .p-comment {
            margin-left: 68px;
        }
    
        .productpage-cont {
            flex-direction: column;
        }
    
        .productpage-img-clients {
            width: 100%;
        }
    
        .productpage-text {
            width: 100%;
        }
    
        .contact-page-title {
            font-size: 22px;
        }
    
        .r-c-adress h4, .r-c-phone h4, .r-c-email h4 {
            font-size: 16px;
        }
    
        .r-c-adress p, .r-c-phone p, .r-c-email p {
            font-size: 15px;
        }
        
        .side-section{
            width: 100%;
        }
    
        .dropdown{
            display: flex;
        }
    }
    
    
    
    
    @media (max-width: 992px){
        .n-link {
            font-size: 14px;
        }
    
        .dropdown .dropbtn {
            font-size: 14px;
        }
    
        .side-section {
            flex-direction: column !important;
        }
    
        .about-info {
            width: 100% !important;
        }
    
        .steps-for-order-block {
            width: 100% !important;
            border: 0 !important;
        }
    
        .rand-contact {
            width: 100% !important;
            border: 0 !important;
        }
    
        .catalog-prod-card {
            width: 100%;
            margin: 0;
            margin-bottom: 39px;
        }
    
        .catalog-prod-card:nth-of-type(odd) {
            margin: 0;
            margin-bottom: 39px;
        }
    
        .our-benefits-list {
            flex-direction: column;
        }
    
        .our-benefits-item {
            width: 100%;
            padding: 6px;
        }
    
        .work-partners-buy {
            position: static;
            display: flex;
            gap: 14px;
            flex-direction: column;
        }
    
        .work-section, .rand-partners-wrappper  {
            width: 100%;
        }
    
        .rand-partners {
            width: 100%;
        }
    
        .rand-btn-form {
            width: 100%;
            position: static;
        }
    
        .form-block {
            position: static;
        }
    
        .btn-block {
            position: static;
        }
    
        .our-benefits-title {
            font-size: 22px;
        }
    
        .our-benefits-entry, .our-benefits-final {
            font-size: 15px;
        }
    
        .our-benefits-block {
            gap: 14px;
            top: 5%;
            padding: 19px;
        }
    
        .footer-nav-gallery {
            flex-wrap: wrap;
        }
    
        .footer-bg {
            padding-top: 30px;
        }
    
        .steps-for-order-wrapper {
            flex-direction: column !important;
        }
    
        .comment-qa {
            flex-direction: column;
        }
    
        .p-comment-txt p, .p-comment-txt h4 {
            margin-left: 119px;
        }
    
        .p-comment-txt {
            height: 166px; 
        }
    
        .prodpage-comment-block {
            flex-direction: column !important;
        }
    
        .contactpage {
            flex-direction: column;
        }
    
        .contactpage-contact {
            width: 100%;
        }
    
        .contactpage-form {
            width: 100%;
        }
    
        .contactpage-form-block {
            top: 35%;
        }
    
        .contactpage-form img {
            margin-bottom: 119px;
        }
    
        .contactpage {
            padding: 54px 14px;
        }
    }
    
    
    @media(max-width: 768px){
    
        .p-comment-txt {
            height: 146px;
        }
    
        .p-comment-txt p, .p-comment-txt h4 {
            margin-left: 68px;
            font-size: 14px;
        }
    
        .main-screen-title {
            font-size: 22px;
        }
    
        .catalog-prod-card:nth-of-type(odd) {
            padding: 39px;
        }
    
        .catalog-prod-card {
            position: static;
            padding: 39px;
            flex-direction: column;
        }
    
        .visual {
            position: static;
            width: 100% !important;
        }
    
        .catalog-prod-text {
            width: 100%;
        }
    
        .our-benefits-img {
            width: 100% !important;
            height: 700px !important;
        }
    
        .our-benefits-block {
            width: 100% !important;
            right: 3% !important;
        }
    
        .header-contact {
            flex-direction: column;
        }
    
        .productpage {
            padding: 46px 19px;
        }
    
        .prodpage-comm-title {
            font-size: 22px;
        }
    
        .qa-title {
            font-size: 22px;
        }
    
    
    }
    
    
    @media(max-width: 576px){
        .dropdown-content {
            width: 254px;
            left: 39px;
        }
    
      .header-cont {
        flex-direction: column;
      }
    
      .main-screen-content {
        flex-direction: column;
      }
    
      .navig-wrapper {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
      }
    
      .dropdown{
          display: flex;
      }
    
      .main-screen-title {
        width: 100%;
      }
    
      .side-section {
        padding: 19px;
      }
    
      .prod-info {
        flex-direction: column;
      }
    
      .our-benefits-block {
        top: 0% !important;
        right: 0 !important;
      }
    
      .our-benefits-img {
        height: 746px !important;
    }
    
    .work-hours-txt {
        font-size: 15px;
        font-weight: 500;
    } 
    
        .deivery-title {
            font-size: 15px;
        }
    
        .deliv-img {
            font-size: 39px;
        }
    
        .clock-img {
            font-size: 39px;
        } 
    
        .form-title, .bnt-title {
            font-size: 15px;
        }
    
        .btn-link {
            font-size: 16px;
        }
    
        .productpage-price {
            flex-direction: column;
        }
    
        .p-comment {
            width: 100% !important;
            flex-direction: column;
            margin-left: 0;
        }
    
        .p-comment-txt {
            height: auto;
        padding: 14px;
        border: 1px solid;
        }
    
        .p-comment-txt p, .p-comment-txt h4 {
            margin: 0;
        }
    
        .circle {
            display: flex;
            margin: 0 auto;
            margin-bottom: 14px;
            position: static;
        }
    }

    .button-1 {
        min-width: 212px;
        border: none;
        outline: none;
        background-color: #6c5ce7;
        padding: 14px 20px;
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        border-radius: 6px;
        transition: all ease 0.1s;
        box-shadow: 0px 5px 0px 0px #a29bfe;
      }
      
      .button-1:active {
        transform: translateY(6px);
        box-shadow: 0px 0px 0px 0px #a29bfe;
      }
      
      .button-2 {
        min-width: 212px;
        font-size: 22px;
        display: inline-block;
        outline: 0;
        border: 0;
        cursor: pointer;
        will-change: box-shadow,transform;
        background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% );
        box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%), 0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%), inset 0px -0.01em 0px rgb(58 65 111 / 50%);
        padding: 19px;
        border-radius: 19px;
        color: #fff;
        height: 46px;
        text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
        transition: box-shadow 0.15s ease, transform 0.15s ease;
      }
      
      .button-2:hover {
        box-shadow: 0px 0.1em 0.2em rgb(45 35 66 / 40%), 0px 0.4em 0.7em -0.1em rgb(45 35 66 / 30%), inset 0px -0.1em 0px #3c4fe0;
        transform: translateY(-0.1em);
      }
      
      .button-2:active {
        box-shadow: inset 0px 0.1em 0.6em #3c4fe0;
        transform: translateY(0em);
      }
      
      .button-3 {
        min-width: 212px;
        display: flex;
        justify-content: center;
        padding: 19px;
        cursor: pointer;
        gap:  19px;
        font-weight: 900;
        border-radius: 30px;
        text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
        background: linear-gradient(15deg, #880088, #aa2068, #cc3f47, #de6f3d, #f09f33, #de6f3d, #cc3f47, #aa2068, #880088) no-repeat;
        background-size: 300%;
        color: #fff;
        border: none;
        background-position: left center;
        box-shadow: 0 30px 14px -19px rgba(0,0,0,.2);
        transition: background .3s ease;
      }
      
      .button-3:hover {
        background-size: 320%;
        background-position: right center;
      }
      
      
      .button-4 {
        transition: all 0.3s ease-in-out;
      }
      
      .button-4 {
        min-width: 212px;
        height: 54px;
        border-radius: 46px;
        background-image: linear-gradient(135deg, #feb692 0%, #ea5455 100%);
        box-shadow: 0 19px 30px -6px rgba(238, 103, 97, 0.5);
        outline: none;
        cursor: pointer;
        border: none;
        font-size: 22px;
        color: white;
      }
      
      .button-4:hover {
        transform: translateY(3px);
        box-shadow: none;
      }
      
      .button-4:active {
        opacity: 0.5;
      }
      
      .button-5 {
       min-width: 212px;
       padding: 19px 30px;
       border-radius: 46px;
       border: 0;
       background-color: white;
       box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
       letter-spacing: 1.5px;
       text-transform: uppercase;
       font-size: 22px;
       transition: all .5s ease;
      }
      
      .button-5:hover {
       letter-spacing: 3px;
       background-color: hsl(261deg 80% 48%);
       color: hsl(0, 0%, 100%);
       box-shadow: rgb(93 24 220) 0px 7px 30px 0px;
      }
      
      .button-5:active {
       letter-spacing: 3px;
       background-color: hsl(261deg 80% 48%);
       color: hsl(0, 0%, 100%);
       box-shadow: rgb(93 24 220) 0px 0px 0px 0px;
       transform: translateY(7px);
       transition: 100ms;
      } 

      .privacy-container{
        padding: 87px 25px;
        overflow: hidden; word-break: break-all;
      }