﻿.contact-info-item {
    padding: 40px 50px;
    border-radius: 7px;
    margin-bottom: 30px;
    background: var(--lighter-color);
    border: 1px solid var(--border-color);
}

@media only screen and (max-width: 1199px) {
    .contact-info-item {
        padding-left: 33px;
        padding-right: 33px;
    }
}

.feature-list .icon {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--primary-color);
}

.contact-info-item .icon {
    width: 55px;
    height: 55px;
    font-size: 22px;
    background: white;
    line-height: 53px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 33px;
    color: var(--primary-color);
    border: 1px solid var(--border-color);
}

@media only screen and (max-width: 375px) {
    .contact-info-item .icon {
        margin-bottom: 22px;
    }
}

.contact-info-item h5 {
    margin-bottom: 12px;
}

@media only screen and (max-width: 375px) {
    .contact-info-item h5 {
        font-size: 22px;
    }
}

.contact-info-item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 1.6;
}

    .contact-info-item .text a:hover {
        color: #F59701;
    }

@media only screen and (max-width: 1199px) {
    .contact-info-item .text {
        font-size: 18px;
    }
}

.contact-info-item .text i {
    margin-top: 8px;
    margin-right: 10px;
}

.contact-images-part {
    position: relative;
}

    .contact-images-part img {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact-images-part .circle-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 250px;
        height: 250px;
        background: white;
        line-height: 250px;
        border-radius: 50%;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 10px solid var(--secondary-color);
    }

        .contact-images-part .circle-logo img {
            width: auto;
            margin-bottom: 10px;
        }

@media only screen and (max-width: 479px) {
    .contact-images-part .circle-logo {
        width: 170px;
        height: 170px;
        border-width: 8px;
        line-height: 170px;
    }

        .contact-images-part .circle-logo img {
            max-width: 33%;
            margin-bottom: 5px;
        }

        .contact-images-part .circle-logo .h2 {
            font-size: 30px;
        }
}

.contact-map iframe {
    margin-bottom: -10px;
    height: 616px;
}

@media only screen and (max-width: 1199px) {
    .contact-map iframe {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-map iframe {
        height: 350px;
    }
}
