﻿.contact-left {
    display: flex;
    flex-direction: column;
    row-gap: 21px;
}

.working-hours {
    padding: 46px 41px;
    background: #fff;
    border: 1px solid #DEDEDE;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.working-hours-top {
    padding-bottom: 24px;
    border-bottom: 1px solid #EBEBED;
    width: 538px;
    max-width: 100%;
}

.working-hours-icon-and-title {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.working-hours-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.18px;
    color: #000000;
}

.working-hours-description-and-hours {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.working-hours-description {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
    color: #000000;
}

.working-hours-bottom {
    width: 538px;
    max-width: 100%;
}

.working-hours-list {
    display: flex;
    align-items: center;
    column-gap: 100px;
}

.working-hour {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.working-hour-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.18px;
    background-image: linear-gradient(90deg, #ED7512 0%, #F09D09 100.01%);
    color: transparent;
    background-clip: text;
}

.working-hour-value {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: #000000;
}



.company-information {
    border: 1px solid #DEDEDE;
    border-top: 0;
    padding: 46px 41px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.company-information-top {
    padding-bottom: 24px;
    border-bottom: 1px solid #EBEBED;
    width: 538px;
    max-width: 100%;
}

.company-information-icon-and-title {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.company-information-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.18px;
    color: #000000;
}

.company-information-description-and-hours {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.company-information-bottom {
    width: 538px;
    max-width: 100%;
}

.company-information-list {
    display: flex;
    align-items: center;
    column-gap: 100px;
}

.company-information-item {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.company-information-description {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
    color: #000000;
}

.company-information-item-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.18px;
    background-image: linear-gradient(90deg, #ED7512 0%, #F09D09 100.01%);
    color: transparent;
    background-clip: text;
}

.company-information-item-value {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: #000000;
}

.contact-form {
    background: #F0F0F299;
    border: 1px solid #1818211F;
    padding: 46px 42px;
}

    .contact-form form {
        display: flex;
        flex-direction: column;
        row-gap: 42px;
    }

.contact-form-input-area {
    display: flex;
    flex-direction: column;
    row-gap: 38px;
}

.contact-form-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: #000000;
}

.contact-form-input-area .form-group input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #C2C2C8;
    padding-bottom: 8px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7B7A89;
    box-shadow: none;
    outline: none;
}

.contact-form-input-area .form-group textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #C2C2C8;
    padding-bottom: 8px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7B7A89;
    box-shadow: none;
    outline: none;
    min-height: 140px;
    max-height: 140px;
    resize: none;
}

    .contact-form-input-area .form-group input:focus {
        border-bottom: 1px solid #ED7512;
    }

.contact-form-input-area .form-group textarea:focus {
    border-bottom: 1px solid #ED7512;
}

.relevant-unit {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}

.relevant-unit-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .relevant-unit-list .relevant-unit-list-item {
        position: relative;
    }

    .relevant-unit-list .relevant-unit-list-item input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        margin: 0;
        cursor: pointer;
    }

.relevant-unit-list-item label {
    padding: 10px 20px;
    border: 1.2px solid #EBEBED;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #7B7A89;
    background: #fff;
    cursor: pointer;
}

.relevant-unit-list .relevant-unit-list-item input:checked + label {
    background: #3A394F;
    border: 1.2px solid #3A394F;
    color: #fff;
}

.relevant-unit-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E0249;
}

.contact-form-submit-button button {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #ED7512 0%, #F09D09 100.01%);
    border: none;
    outline: none;
    box-shadow: none;
    padding: 16px;
    width: 100%;
    color: #fff;
}

.social-media-area {
    padding: 46px 41px;
    background: #fff;
    border: 1px solid #DEDEDE;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.social-media-area-top {
    width: 538px;
    max-width: 100%;
    border-bottom: 1px solid #EBEBED;
    padding-bottom: 24px;
}

.social-media-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: #000000;
}

.social-media-area-bottom ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
    align-items: center;
    column-gap: 46px;
}

.social-media-area-bottom ul li a {
    width: 32px;
    height: 32px;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A4A4AE;
    text-decoration: none;
    transition: .4s;
}

    .social-media-area-bottom ul li a.linkedin:hover {
        color: #0a66c2;
        transition: .4s;
    }

    .social-media-area-bottom ul li a.youtube:hover {
        color: #ff0033;
        transition: .4s;
    }

    .social-media-area-bottom ul li a.instagram:hover {
        color: #fd08ad;
        transition: .4s;
    }

    .social-media-area-bottom ul li a.facebook:hover {
        color: #1f7bf2;
        transition: .4s;
    }

    .social-media-area-bottom ul li a.twitter:hover {
        color: #000;
        transition: .4s;
    }

.address-card {
    background: #fff;
    border: 1px solid #DEDEDE;
    padding: 46px 41px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.contact-right .address-card + .address-card {
    border-top: 0;
}

.address-card-top {
    width: 538px;
    max-width: 100%;
    border-bottom: 1px solid #EBEBED;
    padding-bottom: 24px;
}

.address-card-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: #000000;
}

.address-card-bottom {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.address-card-phone-number {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.address-card-phone-number-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.18px;
    background-image: linear-gradient(90deg, #ED7512 0%, #F09D09 100.01%);
    color: transparent;
    background-clip: text;
}

.address-card-phone-number-value {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: #000000;
}

    .address-card-phone-number-value a {
        color: #000;
        text-decoration: none;
    }

.address-card-location {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.addres-card-location-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.18px;
    background-image: linear-gradient(90deg, #ED7512 0%, #F09D09 100.01%);
    color: transparent;
    background-clip: text;
}

.address-card-bottom {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    width: 538px;
    max-width: 100%;
}

.addres-card-location-value {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: #000000;
}

.addres-card-location-link a {
    display: flex;
    align-items: center;
    column-gap: 6px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: #3A394F;
    text-decoration: none;
}

    .addres-card-location-link a span {
        border-bottom: 1px solid #ED7512;
    }


    @media only screen and (max-width: 1399px)
    {
        .working-hours-list {
            column-gap: 40px;
        }

        .working-hours-title {
            font-size: 18px;
            line-height: 28px;
        }

        .working-hours-description {
            font-size: 16px;
            line-height: 24px;
        }

        .working-hour-title {
            font-size: 15px;
            line-height: 23px;
        }

        .working-hour-value {
            font-size: 15px;
            line-height: 23px;
        }

        .working-hours-icon svg {
            width: 36px;
            height: 36px;
        }

        .company-information-icon svg {
            width: 36px;
            height: 36px;
        }

        .company-information-title {
            font-size: 18px;
            line-height: 28px;
        }

        .company-information-description {
            font-size: 16px;
            line-height: 24px;
        }

        .company-information-list {
            column-gap: 40px;
        }

        .company-information-item-title {
            font-size: 15px;
            line-height: 23px;
        }

        .company-information-item-value {
            font-size: 15px;
            line-height: 23px;
        }

        .contact-form-title {
            font-size: 18px;
            line-height: 26px;
        }

        .contact-form-input-area .form-group input {
            font-size: 15px;
            line-height: 23px;
        }

        .relevant-unit-list-item label {
            font-size: 12px;
            line-height: 20px;
        }

        .contact-form-submit-button button {
            font-size: 14px;
            line-height: 22px;
            padding: 12px;
        }

        .social-media-title {
            font-size: 18px;
            line-height: 26px;
        }

        .social-media-area-bottom ul {
            column-gap: 24px;
        }

            .social-media-area-bottom ul li a {
                width: 24px;
                height: 24px;
                font-size: 24px;
            }

        .address-card-title {
            font-size: 18px;
            line-height: 26px;
        }

        .address-card-phone-number-title {
            font-size: 15px;
            line-height: 23px;
        }

        .address-card-phone-number-value {
            font-size: 16px;
            line-height: 24px;
        }

        .addres-card-location-title {
            font-size: 15px;
            line-height: 23px;
        }

        .addres-card-location-value {
            font-size: 16px;
            line-height: 24px;
        }

        .addres-card-location-link a {
            font-size: 15px;
            line-height: 23px;
        }
    }

    @media only screen and (max-width: 575px)
    {
        .working-hours {
            padding: 34px 26px;
        }

        .company-information {
            padding: 34px 26px;
        }

        .contact-form {
            padding: 34px 26px;
        }

        .social-media-area {
            padding: 34px 26px;
        }

        .address-card {
            padding: 34px 26px;
        }

        .working-hours-list {
            flex-wrap: wrap;
            row-gap: 20px;
        }

        .company-information-list {
            flex-wrap: wrap;
            row-gap: 20px;
        }
    }