.feedback-main{
    padding: 40px 0 80px;
}
.payment-main{
    position: relative;
    height: 495px;
    z-index: 2;
    padding-top: 120px;
}
.payment-main .hero-titles h1{
    margin-top: 28px;
}
.payment-iamges{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.payment-iamges img{
    width: 100%;
}
.slidy-payment-flex{
    margin-top: 40px;
    gap: 10px;
}
.slidy-payment-href{
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--border);
    background: var(--slider-thumb);
    padding: 7px 8px 7px 16px;
    opacity: 1;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--text-color);
    transition: 0.3s;
}
.slidy-payment-href .catalog-item-link{
    margin-left: 23px;
    background: var(--text-color);
    transition: 0.3s;
}
.slidy-payment-href .catalog-item-link .icon-arrow{
    background-color: var(--slider-thumb);
    transition: 0.3s;
}
.slidy-payment-href:hover{
    border: 1px solid var(--accent-color);
}
.slidy-payment-href:hover .catalog-item-link{
    background: var(--accent-color);
}
.slidy-payment-href:hover .catalog-item-link .icon-arrow{
    transform: rotate(45deg);
}
.contact-main{
    background: var(--main-container7);
    padding-top: 100px;
}
.feedback-form-flex{
    margin-top: 40px;
    gap: 10px;
}

.feedback-form{
    max-width: 770px;
    width: 100%;
    gap: 28px;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid var(--border);
    background: var(--slider-thumb);
}
.feedback-form-cent{
    gap: 10px;
}
.subject-appeal{
    width: 100%;
    margin: 20px 0;
}

.subject-appeal small {
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color5);
}
.subject-appeal .c-categories-select{
    max-width: 100%;
    margin: 0;
}
.subject-appeal .c-select-header {
    margin-left: 0;
    max-width: 100%;
    justify-content: space-between;
    padding: 15px 16px;
}

.feedback-form .c-select-options {
    max-width: 100%;
}
.feedback-form .checkbox-chek{
    margin-top: 20px;
}
.feedback-form .checkbox-chek:hover {
    background: unset;
}

.checkbox-chek small a{
    color: var(--text-color6);
    text-decoration: underline;
}
.feedback-form  .checkbox-chek small {
    color: var(--text-color6);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.feedback-form input{
    background: var(--slider-thumb);
    height: 52px;
}

.feedback-form textarea{
    background: var(--slider-thumb);
    height: 152px;
}
.feedback-form .form-input input.invalid,
.feedback-form .form-input textarea.invalid {
    border-color: red !important;
}
.feedback-form .checkbox-chek input.invalid + .checkmark {
    border-color: red !important;
}
.feedback-form .form-input small {
    font-size: 14px;
    line-height: 20px;
}
.feedback-form .btn-black{
    margin-top: 28px;
    width: 100%;
}

.feedback-form .c-select-header p {
    font-weight: 400;
}
.feedback-form .c-select-options li span {
    font-weight: 400;
}











#fileInput{
    display: none;
}
.upload-file {
    width: 100%;
    margin-top: 10px;
}

.upload-file-btn {
    width: 100%;
    height: 64px;
    border-radius: 8px;
    background: var(--main-container6);
    border: 1px dashed var(--border);

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.3s ease;
    color: var(--text-color6);
}
.upload-file-btn:hover{
    border: 1px dashed var(--accent-color);
    background: var(--slider-thumb);
}

.upload-plus {
    font-size: 28px;
    line-height: 1;
    color: var(--text-color6);
    font-weight: 300;
    margin-top: -2px;
}

.upload-text {
    color: var(--text-color6);
    font-size: 16px;
    font-weight: 400;
}

.upload-file-name {
    margin-top: 10px;
    color: var(--text-color6);

    font-size: 14px;
}




.average-respon{
    gap: 10px;
    max-width: 364px;
    width: 100%;
}

.average-respon small{
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: var(--accent-color);
}
.average-respon-data strong{
    margin-top: 20px;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -6%;
    color: var(--text-color);
}
.average-respon-data p, .support-sched-box p{
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color6);
    margin-top: 8px;
}



.support-sched{
    margin: 20px 0 20px;
    background: var(--main-container6);
    border: 1px solid var(--border);
    gap: 16px;
    border-radius: 10px;
    padding: 16px;

}
.support-sched ul{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.support-sched ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color6);
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);

}
.support-sched ul li:last-child{
    padding-bottom: 0;
    border-bottom: unset;

}
.support-sched ul li span{
    color: var(--text-color);
}

.supported-lang{
    margin-top: 20px;
    gap: 10px;


}
.lang-href{
    width: 50%;
    background: var(--main-container6);
    border: 1px solid var(--border);
    height: 118px;
    gap: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 10px;
    transition: 0.3s;
    color: var(--text-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}




.directions-rel{
    position: relative;
    margin-top: 40px;
}
.directions-slider .swiper-wrapper{
    gap: 10px 0;
    width: 102%;
    flex-wrap: wrap;
}
.directions-pagination{
    display: none;
}
.directions-box{
    width: 100%;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid var(--border);
    background: var(--slider-thumb);
}
.directions-info p{
    margin-top: 10px;
}

.directions-info{
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 20px;
}
.directions-btn{
    width: max-content;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.directions-name{
    width: max-content;
    height: 36px;
    padding: 8px 16px;
    border-radius: 100px;
    transition: 0.3s;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    background: var(--text-color);
    color: var(--slider-thumb);
}
.directions-btn:hover .directions-name{
    background: var(--slider-fill);
}
.directions-arrow{
    border: 1px solid var(--slider-thumb);
    background: var(--text-color);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: 0.3s;
    margin-left: -4px;
    z-index: 2;
}
.directions-btn:hover .directions-arrow{
    background: var(--slider-fill);
}
.directions-arrow .icon-arrow {
    background-color: var(--slider-thumb);
    width: 12px;
    transition: 0.3s;
}

.directions-btn:hover .icon-arrow{
    transform: rotate(45deg);
}


.instantly-flex{
    gap: 10px;
}

.instantly-cnt{
    gap: 10px;
}
.href-social{
    width: 185px;
    height: 114px;
    gap: 10px;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    background: var(--main-container7);
    transition: 0.3s;
}
.href-social:hover{
    background: var(--bg-box-color);
}

.href-social:hover span{
    color: var(--slider-thumb);
}

.href-social span{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    transition: 0.3s;
    color: var(--text-color);
}

.operation-serv{
    margin-top: 40px;
    gap: 10px;
}
.operation-boxes{
    border: 1px solid var(--border);
    background: var(--slider-thumb);
    width: 50%;
    border-radius: 12px;
    padding: 24px;

}
.operation-boxes p {
    margin-top: 10px;
}

.operation-boxes .trust-btn {
    width: 100%;
    margin-top: 40px;
}

.service-status{
    margin-top: 15px;
    border: 1px solid var(--border);
    background: var(--slider-thumb);
    gap: 10px;
    border-radius: 10px;
    padding: 12px;
    width: 100%;
}
.service-status-pic{
    border: 1px solid var(--border);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: relative;
}
.service-status-pic img{
    width: 24px;
    height: 24px;
}
.service-succ{
    position: absolute;
    bottom: 4px;
    right: 4px;
    border: 2px solid var(--border);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #11C521;
}


.service-status-name{
    gap: 8px;
}

.service-status-name span{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);

}
.service-status-name p{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--border2);
    margin-top: 0;
}
.service-status-name p b{
    font-weight: 500;
}
.go-status-page{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-color);
    transition: 0.3s;
    margin-top: 15px;
}
.go-status-page:hover{
    color: var(--accent-color);
}


.contact-person{
    margin-top: 40px;
    border: 1px solid var(--border);
    background: var(--slider-thumb);
    gap: 30px;
    border-radius: 12px;
    padding: 24px;

}

.contact-person img{
    max-width: 260px;
    width: 100%;
    height: 260px;
    border-radius: 10px;
}
.contact-person-info .count-turns{
    color: var(--text-color);
}
.contact-person-info .life-examples-text{
    margin-top: 20px;
    max-width: 706px;
}
.contact-person-info .btn-arrow{
    margin-top: 28px;
}

.contact-person-info h3{
    margin-bottom: 10px;
}





.contract-pay-flex{
    margin-top: 40px;
    gap: 10px;
    margin-bottom: 28px;
}
.contract-pay-box{
    border: 1px solid var(--border);
    background: var(--slider-thumb);
    width: 50%;
    gap: 24px;
    border-radius: 12px;
    padding: 24px;

}
.contract-pay-box h3{
    display: flex;
    align-items: center;
    gap: 5px;
}
.contract-pay-box ul{
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contract-pay-box ul li{
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid var(--border);
    padding-bottom: 16px;
}
.contract-pay-box ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;

}
.contract-pay-box ul li p + p{
    font-weight: 600;
    text-align: right;
    color: var(--text-color)!important;
    -webkit-text-fill-color: var(--text-color);

}

.faq-contact .often-asks-item {
    min-height: 64px;
}










@media (max-width: 1199px){
    .slidy-payment-flex{
        margin-top: 24px;
        gap: 8px;
        flex-wrap: wrap;
    }
    .payment-main{
        height: 501px;
    }
    .payment-main .hero-titles p{
        max-width: 392px;
        width: 100%;
    }
}
@media (max-width: 1099px){
    .instantly-flex{
        flex-direction: column;
        align-items: center;
        gap: 28px;
    }
    .instantly-flex .section-titles {
        align-items: center;
    }


}

@media (max-width: 1020px){
    .feedback-main {
        padding: 40px 0 40px;
    }
    .feedback-form-flex {
        margin-top: 27px;
        flex-direction: column;
        align-items: center;
    }
    .average-respon {
        max-width: 100%;
    }
    .operation-serv {
        margin-top: 28px;
        flex-direction: column;
    }
    .operation-boxes {
        width: 100%;
    }

    .contract-pay-flex {
        margin-top: 28px;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .contract-pay-box{
        width: 100%;
    }

}
@media (max-width: 767px){
    .contact-main{
        height: 580px;
    }
    .contact-main .payment-iamges img {
        object-fit: cover;
    }
    .feedback-form {
        border-radius: 10px;
        padding: 20px;
    }
    .subject-appeal {
        margin: 16px 0;
    }
    .instantly-cnt {
        flex-wrap: wrap;
        justify-content: center;
    }
    .directions-rel {
        margin-top: 26px;
    }
    .directions-slider .swiper-wrapper {
        gap: 0;
        width: 100%;
        flex-wrap: unset;
    }
    .directions-pagination {
        display: flex;
    }
    .contact-person {
        margin-top: 28px;
        gap: 30px;
        border-radius: 10px;
        padding: 20px;
        flex-direction: column;
    }
    .contact-person img {
        max-width: 310px;
        height: auto;
    }
    .contact-person  .life-examples-text ul {
        margin-top: 6px;
    }
    .contact-person-info .btn-arrow {
        width: 100%;
    }






}
@media (max-width: 576px){
    .contact-main {
        height: 836px;
    }
    .slidy-payment-href{
        width: 100%;
        justify-content: space-between;
    }
    .slidy-payment-href .catalog-item-link{
        margin-left: auto;
    }
    .hero-titles{
        max-width: 332px;
    }
    .payment-main .hero-titles h1{
        max-width: 289px;
    }
    .feedback-form-cent {
        gap: 16px;
        flex-direction: column;
    }



    .feedback-form .btn-black {
        font-size: 16px;
        line-height: 22px;
    }
    .lang-href {
        height: 60px;
        gap: 8px;
        border-radius: 6px;
    }

    .href-social {
        width: 100%;
        height: 110px;

    }
    .href-social span {
        font-size: 16px;
        line-height: 20px;
    }
    .instantly-cnt {
        gap: 8px;
        width: 100%;
    }
    .operation-boxes .trust-btn {
        margin-top: 28px;
    }
    .operation-boxes {
        border-radius: 10px;
        padding: 20px;
    }
    .service-status-pic {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }
    .service-status-pic img{
        width: 18px;
        height: 18px;
    }
    .service-succ {
        bottom: 2px;
        right: 2px;
    }
    .service-status {
        align-items: flex-start;
    }
    .contact-person img {
        border-radius: 8px;
    }
    .contact-main .payment-iamges img {
        object-position: bottom;
    }
    .contract-pay-box {
        border-radius: 10px;
        padding: 20px;
    }
    .contract-pay-box ul li {
        padding-bottom: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .contract-pay-box ul li p{
        font-size: 14px;
    }
    .contract-pay-box ul li p + p {
        text-align: left;
        font-weight: 500;
        font-size: 16px;
    }
    .contract-pay-box ul {
        margin-top: 16px;
        gap: 12px;
    }
    .dow-for-mob .btn-arrow {
        width: 100%;
    }


    .contact-main{
        padding-top: 82px;
    }

}
