﻿.home-contact {
    background-image: url(../../Design/img/home-bg-cs.png);
    background-size: cover;
    position: relative;
}

    .home-contact .grid.wide {
        max-width: 1261px;
    }

.home-contact-decor1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-contact-decor2 {
    position: absolute;
    top: 0;
    right: 0;
}

.home-contact-container {
    padding-bottom: 65px;
    padding-top: 41px;
}

.home-contact-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .home-contact-wrap .wrap-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 45px;
        width: 555px;
        padding-top: 44px;
        border-radius: 10px;
        background: rgba(19, 108, 89, 0.62);
        backdrop-filter: blur(4.150000095367432px);
    }

        .home-contact-wrap .wrap-left h4 {
            margin: 0;
            font-weight: 100;
            color: #FFFFFF;
            font-size: 16px;
            line-height: 150%;
            font-style: italic;
        }

        .home-contact-wrap .wrap-left h3 {
            margin: 0;
            color: #fff;
            font-size: 40px;
            text-transform: uppercase;
            font-weight: 100;
            font-family: 'interSB';
            margin-top: 12px;
        }

        .home-contact-wrap .wrap-left span {
            color: #fff;
            display: block;
            line-height: 150%;
            font-size: 16px;
            max-width: 373px;
            margin-top: 14px;
        }

        .home-contact-wrap .wrap-left a:hover {
            opacity: .7;
        }

        .home-contact-wrap .wrap-left a {
            background-color: var(--default-color-3);
            border-radius: 55px;
            color: #fff;
            font-size: 16px;
            line-height: 150%;
            padding: 0 32px;
            padding-top: 12px;
            padding-bottom: 11px;
            margin-top: 27px;
            transition: all .3s;
        }

    .home-contact-wrap .wrap-right {
        padding-bottom: 33px;
        width: 549px;
        padding-top: 34px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(4.150000095367432px);
    }

        .home-contact-wrap .wrap-right h3 {
            text-align: center;
            margin: 0 auto;
            color: var(--default-color-3);
            font-size: 32px;
            font-family: 'interSB';
            position: relative;
            display: flex;
            justify-content: center;
            padding-bottom: 12px;
        }

            .home-contact-wrap .wrap-right h3::before {
                content: '';
                position: absolute;
                width: 189px;
                height: 4px;
                background: linear-gradient(270deg, rgba(145, 199, 59, 0.20) 0%, #008F4F 50%, rgba(145, 199, 59, 0.20) 100%);
                bottom: 0;
            }

.home-contact-hotline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

    .home-contact-hotline span.up-case {
        display: block;
        color: var(--default-color-2);
        font-size: 16px;
        font-family: interEX;
    }

    .home-contact-hotline a {
        color: #EC1F25;
        font-family: 'interB';
        font-size: 32px;
        transition: all .3s;
        margin-top: 3px;
    }

        .home-contact-hotline a:hover {
            color: var(--default-color-2);
        }

        .home-contact-hotline a i {
            font-size: 30px;
        }

        .home-contact-hotline a span {
        }


.home-contact-email {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
}

    .home-contact-email img {
    }

    .home-contact-email span {
        color: var(--default-color-2);
        font-family: 'interM';
        margin-left: 8px;
        display: block;
        line-height: 100%;
        font-size: 21px;
    }

.home-contact-social {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .home-contact-social .social-item {
        margin: 0 16px;
    }

        .home-contact-social .social-item img {
        }




/* Mobile & tablet */
@media (max-width: 1023px) {
    .home-contact-container {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .home-contact-wrap .wrap-left {
        display: none;
    }

    .home-contact-wrap .wrap-left {
        width: 50%;
        padding: 20px;
    }

    .home-contact-wrap .wrap-right {
        width: 50%;
        padding: 20px;
    }

    .home-contact-wrap .wrap-left h3 {
        font-size: 34px;
    }

    .home-contact-wrap .wrap-left span {
        line-height: 162%;
        font-size: 14px;
        margin-top: 8px;
    }

    .home-contact-social .social-item {
        margin: 0px 12px;
    }

    .home-contact-wrap .wrap-right h3 {
        font-size: 24px;
    }

    .home-contact-hotline a {
        font-size: 21px;
    }

        .home-contact-hotline a i {
            font-size: 21px;
        }

    .home-contact-social {
        margin-top: 25px;
    }

    .home-contact-wrap .wrap-left a {
        margin-top: 16px;
    }

    .home-contact-decor2 {
        display: none;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
}

/* Mobile */
@media (max-width: 739px) {
    .home-contact-wrap {
        flex-direction: column;
    }

        .home-contact-wrap .wrap-left,
        .home-contact-wrap .wrap-right {
            width: 100%;
        }

            .home-contact-wrap .wrap-left h3 {
                font-size: 26px;
            }

            .home-contact-wrap .wrap-left h4 {
                font-size: 14px;
            }

            .home-contact-wrap .wrap-left a {
                font-size: 14px;
                padding: 0 24px;
                padding-top: 10px;
                padding-bottom: 10px;
            }

            .home-contact-wrap .wrap-right h3 {
                font-size: 22px;
            }

    .home-contact-container {
        padding-bottom: 0;
        padding: 25px 0;
    }

    .home-contact-decor1 {
        display: none;
    }

    .home-contact-wrap {
        justify-content: center;
    }
}
