.support{
    padding-top: 80px;
    padding-bottom: 100px;
}

.support-container{
    padding-top: 80px;
}

.support-title{
    font-weight: 500;
    font-size: 40px;
    line-height: 48px; 
    letter-spacing: -0.015em;
    color: #101010;
}

.support-inner{
    padding-bottom: 40px;
}
.support-accor{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
    align-items: stretch;
    padding: 0px;
    max-width: 100%;
}
.support-accor button{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
    gap: 16px;
    max-width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 12px;
    align-items: center;  
}
.support-accor .panel{
    background: #FFFFFF;
    border-radius: 12px;
}
.support-accor-item{
    background: #FFFFFF;
    border-radius: 12px;
    width: 100%;
}
.support-accor-item .accordion::after{
        content: url('../img/Union.svg');
        transform: rotate(90deg);
}
.support-accor-item .active::after {
    transform: rotate(0deg);
}

.support-accor p{
    padding: 8 16px;
}
.support-accor .panel-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}
.support-accor-item hr{
    width: 100%;
    height: 1px;
    background: #F3F3F3;
}
.underline-accor{
    padding: 0 16px;
    }
@media(max-width: 1000px){
    .support{
       
        padding-bottom: 64px;
    }
    .support-container{
        padding-top: 60px;
    }
    .support-title{
        font-weight: 500;
        font-size: 28px;
        line-height: 36px;
        }
  
        .support-inner{
            padding-bottom: 32px;
        }
    .support-description {
        padding-bottom: 24px;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .support-accor {
        max-width: 100%;
        grid-gap: 8px;
    }
    .support-accor button {
        max-width: 100%;
        height: auto;
        background: #FFFFFF;
        border-radius: 12px;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #101010;
    }
    .support-accor p{
        padding: 0 16px 10px 16px;
    }
    .support-accor button{
        padding: 16px 16px 16px 16px;
    }
    .wpcf7-spinner {
        display: none;
    }
 }

 @media(max-width: 700px){
    .support{
        padding-top: 136px;
        padding-bottom: 64px;
    }
    .support-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .support-inner{
        padding-bottom: 24px;
    }
    
    .support-title{
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        }

    .support-accor {
        max-width: -webkit-fill-available;
        grid-gap: 16px;
    }
    .support-accor .panel-item{
        padding-top: 8px;
    padding-bottom: 12px;
    }
    .support-accor button {
        max-width: -webkit-fill-available;
        height: auto;
        background: #FFFFFF;
        border-radius: 12px;
        color: #101010;
        padding: 12px;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
    }
    .support-accor p {
        padding: 0 12px;
    }
    .underline-accor{
        padding: 0 12px;
        }
 }


 .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }
  .success-content{
    min-height: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .popup-content {
    background-color: #ffffff;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1180px;
    box-sizing: border-box;
    box-shadow: 0px 40px 120px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
  }
  .popup-content h2,
  .popup-content p
  {
    color: #101010;
    padding-bottom: 20px;
    max-width: 480px;
    line-height: 40px;
  }
  .success-content h2,
  .success-content p{
    max-width: 90% !important;
  }

  .close-popup {
    cursor: pointer;
    float: right;
    font-size: 24px;
  }

  .popup-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 2000;
  }
  .popup-img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


 .feedback{
    background: #FFFFFF;
border-radius: 32px 32px 0px 0px;
padding: 100px 0;
 }
 .feedback-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* gap: 170px; */
 }
 .feedback-inner{
    max-width:429px;
    padding-right: 20px;
 }
 .feedback-title{
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.015em;
    color: #101010;
 }
 .feedback-form{
    display: grid;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    max-width: 600px;
    width: 100%;
    height: auto;
    /* gap: 52px; */
 }
 .form-popup .feedback-form{
    max-width: 480px;
 }
 .feedback-line{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    /* gap: 8px; */
    min-height: 72px;
    height: initial;
    width: 100%;
    padding-bottom: 20px;
 }
 .feedback-line p{
    width: 100%;
 }
 .feedback-line hr{
    width: 100%;
    height: 2px;
    background: #CFCFCF;
    margin-top: 8px;
 }
 .feedback-line-title{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #CFCFCF;
    font-family: Manrope , sans-serif;
    margin-bottom: 8px;
 }
.input-name,
.input-mail,
.input-text,
.input-phone,
.input-company-name,
.input-company-website
{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: black;
    font-family: Manrope , sans-serif;
    width: 100%;
    background: transparent;
}

.contact-submit{
    max-width: 206px;
    min-height: 48px;
    background: #3D9FFF;
    padding: 12px 32px;
    border-radius: 79px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    font-family: Manrope , sans-serif;
}

textarea:focus, input:focus{
    outline: none;
    }
input:-webkit-autofill {
        color: #ffffff !important;
    }
    textarea {
        resize: none;
        resize: vertical;
        height: 32px;
    }
.wpcf7 {
    width: 100%;
}
.feedback-line-check-title{
    color: var(--gray-light, #CFCFCF);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-left: 9px;
}
.feedback-line-check{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.feedback-line-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feedback-line-check {
    display: flex;
    align-items: center;
    gap: 10px;
}
.feedback-line-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.data-processing-agreement {
    /* Скрыть стандартный чекбокс */
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid rgba(61, 159, 255, 1);
    border-radius: 4px;
    transition: background-color 0.3s, border-color 0.3s;
    cursor: pointer;
}

/* Стили для контейнера кастомного чекбокса */
/* .data-processing-agreement + .feedback-line-check-title::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid rgba(61, 159, 255, 1);
    border-radius: 4px;
    margin-right: 10px;
    transition: background-color 0.3s, border-color 0.3s;
    cursor: pointer;
} */

/* Стили для кастомного checked чекбокса */
/* .data-processing-agreement:checked + .feedback-line-check-title::before {
    background-color: rgba(61, 159, 255, 1);
    border-color: rgba(61, 159, 255, 1);
    content: "\2713"; 
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: white;
} */

.feedback-right{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    max-width: 600px;
    width: 100%;
    overflow: hidden;
}
.feedback-right div{
    width: 300px;
    height: 100%;
    flex-shrink: 0;
    border-radius: 16px;
    background: rgba(61, 159, 255, 0.20);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}
.feedback-img{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    right: 0;
    width: inherit;
}

@media(max-width: 1450px){
    .feedback-right{
        max-width: 40%;
    }
    .feedback-right div{
        width: 260px;
    }
}

@media(max-width: 1000px){
    .feedback{
        border-radius: 16px 16px 0px 0px;
    padding: 64px 0;
     }
     .feedback-container{
        /* gap: 49px; */
     }
     .feedback-title{
        font-weight: 500;
        font-size: 28px;
        line-height: 36px;
     }
     .popup-content h2,
        .popup-content p
        {
            color: #101010;
            padding-bottom: 20px;
            max-width: 300px;
            line-height: 24px;
        }
     .feedback-form{
        max-width: 350px;
        width: 100%;
     }
     .form-popup .feedback-form{
        max-width: 300px;
     }
     
     .input-name,
     .input-mail,
     .input-text{
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
     }
     .contact-submit{
        max-width: 100%;
        width: 100%;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
    }
    .feedback-line-title{
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
     }
     .form-btn{
        width: 100%;
     }
     .popup-content {
        background-color: #ffffff;
        padding: 32px;
    }
    
    .close-popup {
        cursor: pointer;
        float: right;
        font-size: 32px;
        width: 32px;
      }
    .feedback-right{
        max-width: 40%;
    }
    .feedback-right div{
        width: 200px;
    }
}
@media(max-width: 700px){
    .feedback{
        border-radius: 12px 12px 0px 0px;
    padding: 32px 0;
    padding-bottom: 64px;
     }
     .feedback-container{
        /* gap: 24px; */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
     }
     .feedback-title{
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 24px;
        text-align: center;
     }
     .popup-content h2,
    .popup-content p
    {
        color: #101010;
        padding-bottom: 20px;
        max-width: 100%;
        line-height: 20px; 
    }
     .feedback-form{
        max-width: 100%;
        width: 100%;
        /* gap: 32px; */
     }
     .form-popup .feedback-form{
        max-width: 100%;
     }
     .feedback-form div{
        max-width: 100%;
        width: 100%;
     }
     .feedback-line {
        padding-bottom: 12px;
    }
     .input-name,
     .input-mail,
     .input-text{
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
     }
     .contact-submit{
        max-width: 100%;
        width: 100%;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
    }
    .feedback-line-title{
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
     }
     .popup-content h2{
        padding-bottom: 20px;
      }
      .popup-content {
        background-color: #ffffff;
        padding: 20px;
      }
      .success-content{
        min-height: 400px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
      }
      .success-content .feedback-form{
        padding-top: 35px;
      }
      .success-content .feedback-right {
         display: initial; 
         max-width: 100%;
    }
    .success-content .feedback-right div {
        width: 100%;
        height: 50%;
        position: fixed;
        right: 0;
        top: 50%;
        bottom: 0;
        z-index: -2;
    }
    .success-content .feedback-img {
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        right: 0;
        width: inherit;
    }
      .close-popup {
        cursor: pointer;
        float: right;
        font-size: 32px;
        width: 20px;
      }
      .feedback-right{
            display: none;
        }
}