
.top-section {
    background: #EDEBE3;
    padding: 96px 0 90px;
}
.top-section h1 {
    color: #000;
    font-family: "Akshar", sans-serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 500;
    line-height: 96%; /* 142.08px */
    letter-spacing: -3px;
    margin: 0;
}
.content-wrapper-block {
    background: #F8F7F2;
    padding: 120px 0;
}
.text-center {
    text-align: center;
}

.faq__groups {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.faq__group {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.faq__group-name {
    color: #000;
    font-family: "Akshar", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 64.8px */
    letter-spacing: -1.35px;
}

.faq__posts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 750px;
    border-top: 1px solid #000;
}

.faq__post-item {
    display: flex;
    padding: 15px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #000;
}

.faq__post-item .post__title {
    position: relative;
    display: flex;
    padding-left: 48px;
    align-items: center;
    gap: 0;
    margin: 0;
    align-self: stretch;
    cursor: pointer;
}

.faq__post-item .post__title span {
    color: #000;
    font-family: "Akshar", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: -0.5px;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 0 auto;
}
.faq__post-item .post__title img {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    transform: rotate(0);
    transition: .3s ease-in-out;
}

.faq__post-item.active .post__title img {
    transform: rotate(-45deg);
}

.faq__post-item .post__content {
    /* display: none; */
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 12px 0px 24px 48px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

/* Contact Us */
.page-template-contact-us .content-wrapper-block {
    padding: 60px 0 120px;
}

.contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    width: 100%;
}

.contact-info .address,
.contact-info .support-contact p,
.contact-info .note,
.contact-info .note span {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 26.25px */
    margin-bottom: 0;
}
.contact-info h3 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%; /* 26.25px */
}
.contact-info .support-contact a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: underline;
}
.contact-info .note span {
    font-weight: 500;
}

.contact-form {
    position: relative;
    max-width: 800px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}

.contact-form .wpcf7,
.contact-form .wpcf7-form {
    width: 100%;
}

.contact-form .form-field {
    margin-bottom: 48px !important;
}
.contact-form .form-field label span.label {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    padding-left: 7px;
}

.contact-form input, .contact-form textarea {
    padding: 12px 27px !important;
    border-radius:20px !important;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    background: #FFFFFF !important;
    border: 0 !important;
    outline: none !important;
}
.contact-form input::placeholder, 
.contact-form textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.contact-form textarea{
    resize:none;
    height:120px;
}

.email-field:after{
    left: 20px;
    top: 36px;
    position:absolute;
    content:url('/wp-content/uploads/2021/05/mail-1.svg');
}
.name-field:after{
    left: 20px;
    top: 36px;
    position:absolute;
    content:url('/wp-content/uploads/2021/05/user-1.svg');
}
.email-field input{
    padding-left:47px !important;
}
.name-field input{
    padding-left:47px !important;
}
.name-field, .email-field{
    position:relative;
}

.submit input{
    padding: 12px 36px;
    height: auto;
    width: 100%;
    border:none !important;
    font-family: "Akshar", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    text-align: center;
    color: #000;
    background: #E6FF2A !important;
    border-radius: 12px !important;
}
.submit input:focus,
.submit input:hover {
    color: currentColor;
}

.contact-form .wpcf7 form .wpcf7-response-output {
    margin-top: 0;
}

.select-block select,
.country_icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/wp-content/themes/astra-child/assets/img/dropdown-arrow.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center right 20px !important;
}

.select-block select::-ms-expand,
.country_icon select::-ms-expand {
    display: none;
}

.wpcf7-not-valid-tip {
    margin-top: 4px;
    margin-bottom: 0;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Akshar", sans-serif;
}



/* Content pages */
.about-wrapper {
    padding: 120px 0;
}


.about-block.terms_block{
    max-width: 750px;
}

.post-container a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: underline;
}

.text__content p {
    margin-bottom: 45px;
}
.text__content h1,
.text__content h2,
.text__content h3,
.text__content h4 {
    margin-bottom: 15px;
}

/* My contracts */
.page-template-my_contacts {
    background: #FAFAFA;
}

.contacts_container {
    padding: 87px 0 120px;
}

.contacts_container h1 {
    color: #000;
    text-align: center;
    font-family: Akshar;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 81px */
    text-align: center;
    margin-bottom: 9px;
}

.contacts_wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    background: #FFF;
}
.contacts_wrapper .contracts_head,
.contacts_wrapper .contract_item,
.contracts_list .empty_list {
    padding: 30px 35px;
}

.contracts_list {
    display: flex;
    flex-direction: column;
}
.contracts_list .empty_list {

}
.contract_item:not(:last-child) {
    border-bottom: 1px solid #F3F3F3;
}
.contract_item {
    display: flex;
    flex-direction: row;
    gap: 150px;
}
.contract_item .customer_info {
    max-width: 210px;
    width: 100%;
}

.contract_item .contractor_info {
    max-width: 300px;
    width: 100%;
}

.contract_item .contract_status {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    gap: 14px;
}
.contract_item .contract_status .open_chat {
    display: inline-flex;
    padding: 12px 25px 12px 20px;
    flex-direction: row;
    align-items: flex-start;
    gap: 5px;

    border-radius: 20px;
    border: 1px solid #D1D1D1;
    background: #FFF;

    color: #767676;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    cursor: pointer;
}

.contract_item .contract_status .open_chat::before {
    content: '';
    height: 16px;
    width: 16px;
    display: inline-block;
    mask-image: url('../img/ChatCircle.png');
    mask-size: 16px;
    mask-repeat: no-repeat;
    mask-position: center;
    background: #767676;
}

.contract_item .contract_status .current_status {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
    white-space: nowrap;
    cursor: pointer;
}

.contract_item .contract_status .current_status::before {
    content: '';
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-top: -3px;
    mask-image: url('../img/Check.png');
    mask-size: 16px;
    mask-repeat: no-repeat;
    mask-position: center;
    color: #D1D1D1;
    background: currentColor;
}
            
.contract_item .contract_status .current_status.complete,
.contract_item .contract_status .current_status.complete::before {
    color: #000;
}

.contract_item .contract_status .current_status.status_in_work {
    text-decoration: dashed;
    text-decoration-line: underline;
    text-underline-offset: 2px;
}

.contract_item .user_role {
    color: #C4C4C4;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 19.2px */
    margin-bottom: 2px;
}

.contract_item .user_name {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 22.5px */
    margin-bottom: 10px;
}

.contract_item .user_name .pricing {
    display: inline-block;
    margin-left: 5px;
    color: #C4C4C4;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 22.5px */
}

.contract_item .order_date,
.contract_item .paid_time {
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}

/* Checkout */
.checkout_title {
    text-align: center;
}
/* Checkout End */

/* Account pages */
.form_block.acc_page {
    padding: 60px 0 120px;
}
.form_block.acc_page .form {
    max-width: 600px;
    padding: 0 10px;
    margin: 0 auto;
}
.form_block.acc_page .form .custom_label {
    color: #000;
}

.form_block.acc_page .form input {
    color: #000 !important;
    background: #FFF !important;
    margin-bottom: 0;
}

.form_block.acc_page .form input::placeholder  {
    color: #C4C4C4;
}
.form_block.acc_page .form input:focus {
    color: #000 !important;
}

.form_block.acc_page .button_block .accent_btn{
    vertical-align: middle;
    font-family: 'Akshar', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    padding: 12px 36px;
}

.form_block.acc_page .user_icon::before{
    background-image: url("../img/user.png");
}

.form_block.acc_page .pwd_icon::before{
    background-image: url("../img/lock.png");
}

.form_block.acc_page .mail_icon::before{
    background-image: url("../img/mail.png");
}
.form_block.acc_page .country_icon::before{
    background-image: url("/wp-content/uploads/2021/06/find.png");
}
.form_block.acc_page .phone_icon::before{
    background-image: url("/wp-content/uploads/2021/06/phone.png");
}
.form_block.acc_page .email_icon::before{
    background-image: url("/wp-content/uploads/2021/06/email.png");
}

.form_block.acc_page .mail_icon input,
.form_block.acc_page .user_icon input,
.form_block.acc_page .pwd_icon input,
.form_block.acc_page .country_icon input,
.form_block.acc_page .country_icon select,
.form_block.acc_page .phone_icon input,
.form_block.acc_page .email_icon input {
    padding-left: 42px !important;
}


/* Cookies plugin */

#moove_gdpr_cookie_info_bar {
    max-width: 100%;
    top: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    border: 0 !important;
    background: #E6FF2A !important;
    min-height: auto !important;
    border-radius: 0;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 6px 12px !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding: 0 !important;
    flex-direction: row;
    gap: 12px;
    align-items: center !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
    font-size: 12px;
    line-height: 160%;
    font-weight: 400 !important;
    color: #000 !important;
    position: relative;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    width: fit-content;
    padding: 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
    width: fit-content !important;
    height: 24px;
    display: flex;
    column-gap: 5px;
    align-items: center;
    padding: 0 15px !important;
    background: #000 !important;
    border: #000;
    border-radius: 6px !important;
    font-family: "Akshar", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    color: #E6FF2A !important;
    text-decoration: none;
    margin: 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:hover {
    color: #E6FF2A !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
    display: none;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn span {
    display: none !important;
}
@media (max-width: 450px) {
    #moove_gdpr_cookie_info_bar {
        width: 100% !important;
        max-width: 100%;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content {
        display: flex !important;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
        margin: 0 !important;
    }
}

/* Cookies plugin - END */

@media (max-width: 1024px) {
    .form_block.edit_account,
    .form_block.billing_info,
    .form_block.change_password {
        padding: 60px 0 120px;
        margin: 0;
    }
}

@media screen and (max-width: 800px) {

    .faq__group {
        flex-direction: column;
    }

    .site-container
    .contact-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .contact-form {
        top: 0;
    }
    .contact-info {
        padding: 60px 0;
        order: 1;
    }
    .page-template-about-contact-page .post-container {
        padding: 0;
    }
    .contract_item {
        gap: 30px;
    }

    .faq__groups {
        gap: 120px;
    }

    .product_container.checkout_container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 576px) {
    .top-section h1 {
        font-size: 72px;
        font-style: normal;
        font-weight: 500;
        line-height: 96%; /* 69.12px */
        letter-spacing: -1.8px;
    }

    .faq__post-item .post__title {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    
    .text__content p {
        margin-bottom: 24px;
    }
}
