/* Base style contacts */

.container-fluid {
    max-width: 1300px;
    width: 100%;
}

.gigtest-contacts-block-1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    padding: 50px 70px;
    background: #E6EBEF;
    margin-bottom: 80px;
    border-radius: 20px;
}

.gigtest-contracts-main-info {
    width: 100%;
    z-index: 2;
    position: relative;
}

.gigtest-contacts-header-title {
    margin-bottom: 30px;
}

.gigtest-contacts-img {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    right: 0;
    height: 500px;
}

.gigtest-contacts-info-block p {
    font-size: 18px;
    line-height: 21px;
    color: #35495D;
    margin-bottom: 30px;
}

.gigtest-contacts-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
    justify-content: space-between;
}

.gigtest-contacts-info-title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #35495D;
    display: block;
}

.gigtest-contacts-info-worktime-days, .gigtest-contacts-info-contacts {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 10px;
    gap: 30px;
}

.gigtest-contacts-department,
.gigtest-contacts-address-block {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.gigtest-contacts-address-block {
    margin-top: 20px;
    flex-direction: row;
    gap: 30px;
}

.gigtest-contacts-info-worktime-days .gigtest-contacts-info-title,
.gigtest-contacts-info-contacts .gigtest-contacts-info-title {
    margin-bottom: 0px !important;
}

.gigtest-contacts-info-text {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: #35495D;
}

.gigtest-contacts-info-worktime-days:nth-last-child(1),
.gigtest-contacts-info-contacts:nth-last-child(1),
.gigtest-contacts-address-block:nth-last-child(1) {
    margin-bottom: 0px;
    align-items: start;
}

.gigtest-contacts-departments-block {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gigtest-contacts-faq-h2 {
    margin-bottom: 30px;
}

.gigtest-contacts-faq-blocks {
    cursor: pointer;
    box-shadow: 0px 0px 8px 0px #00000026;
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.gigtest-contacts-faq-descriptions {
    display: none;
    font-size: 18px;
    line-height: 21px;
    color: #35495D;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

.gigtest-contacts-faq-descriptions ul {
    margin: 10px 0;
}

.gigtest-contacts-faq-descriptions p {
    margin-top: 10px;
}

.gigtest-contacts-faq-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 180px;
}

.gigtest-contacts-faq-title-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

.gigtest-contacts-faq-title svg {
    width: 20px;
    height: 20px;
    overflow: visible;
    transition: transform 0.3s ease;
}

.gigtest-contacts-faq-blocks.active .gigtest-contacts-faq-title svg {
    transform: rotate(180deg);
}

.gigtest-contacts-info-worktime-block, .gigtest-contacts-info-tech-support-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: left;
}

.gigtest-contacts-info-worktime-days .gigtest-contacts-info-title {
    width: 74px;
    text-align: left;
}

.gigtest-contacts-info-contacts .gigtest-contacts-info-title, .gigtest-contacts-address-block .gigtest-contacts-info-title {
    width: 74px;
}

/* Responsive style */

@media (max-width: 1439px) {
    .gigtest-contacts-img {
        margin-right: -70px;
        height: 400px;
    }

    .gigtest-contacts-header-title,
    .gigtest-contacts-faq-h2 {
        font-size: 20px;
        line-height: 23px;
    }

    .gigtest-contacts-info-block p,
    .gigtest-contacts-info-title,
    .gigtest-contacts-info-text,
    .gigtest-contacts-faq-descriptions,
    .gigtest-contacts-faq-title-text {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 1023px) {
    .gigtest-contacts-img {
        margin-right: -90px;
        height: 300px;
    }

    .gigtest-contacts-grid {
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .gigtest-contacts-block-1 {
        padding: 30px 50px;
    }

    .gigtest-contacts-address-block .gigtest-contacts-info-title {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .gigtest-contacts-block-1 {
        padding: 20px;
    }

    .gigtest-contacts-img {
       display: none;
    }

    .gigtest-contracts-main-info {
        text-align: center !important;
    }

    .gigtest-contacts-grid {
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .gigtest-contacts-info-worktime-block, .gigtest-contacts-info-tech-support-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .gigtest-contacts-info-text {
        width: 104px;
    }

    .gigtest-contacts-department {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .gigtest-contacts-address-block:nth-last-child(1) {
        margin-bottom: 0px;
        align-items: center;
    }

    .gigtest-contacts-address-block {
        margin-top: 20px;
        flex-direction: column;
        gap: 0px;
    }

    .gigtest-contacts-address-block .gigtest-contacts-info-text {
        width: 100%;
    }

    .gigtest-contacts-faq-title {
        column-gap: 5px;
    }
}