#information-contact + footer {
    margin-top: 0 !important;
}

.contact-us {

}

.contact-us + .main-footer {
    margin-top: 0;
}

.contact-us__wrap {

}

.contact-us__left-side {
    padding: 35px 50px 35px 15px;
    margin-left: 0;
}

.contact-us__right-side {

}

.contact-us__contacts {
    padding: 0 15px;
}

.contact-us__description {
    margin-top: 30px;
    text-align: center;
}

.contact-us__description p {
    margin: 1em auto 0 auto;
}

.contact-us__map {
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 15px rgba(9, 2, 87, 0.1);
}

.contact-us__form {
    position: relative;
}

/* #information-contact .contact-home {
    padding: 0;
}

#information-contact .contact-home__container {
    padding-top: 46px;
    padding-bottom: 53px;
}

#information-contact .contact-home__leyer {
    top: unset;
    transform: unset;
}

#information-contact .contact-home__leyer--left {
    right: calc(100% - 50px);
    bottom: 40px;
    transform: rotate(25deg);
}

#information-contact .contact-home__leyer--right {
    left: calc(100% + 60px);
    bottom: -6px;
} */

.contacts {
    position: relative;
}

.contacts:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 165px;
    margin: 0 auto;
    height: 1px;
    background-color: #C4C4C4;
}

.contact {
    position: relative;
    padding-bottom: 55px;
}

.contact__wrap {
    width: fit-content;
    max-width: 190px;
}

.contact__title {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C4C4C4;
}

.contact__info {
    padding-top: 10px;
    color: #0081BB;
    font-style: normal;
}

.contact__info p {
    margin: 0 0 5px 0;
}

.contact__info a {
    color: #0081BB;
    transition: color .2s;
}

.contact__info a:hover {
    color: rgba(0, 129, 187, 0.6);
    transition: color .2s;
}

@media screen and (max-width: 1440px) {
    #information-contact .contact-home__leyer--left {
        transform: none;
        width: 170px;
        right: calc(100% - 75px);
        bottom: 10px;
    }

    #information-contact .contact-home__leyer--right {
        left: calc(100% - 50px);
        width: 150px;
    }
}

@media screen and (max-width: 1280px) {
    #information-contact .contact-home__leyer--left {
        right: calc(100% - 135px);
        bottom: -35px;
    }

    #information-contact .contact-home__leyer--right {
        display: none;
    }
}

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

    .contact-us__left-side {
        padding: 35px 15px;
    }

    .contact {
        min-width: 190px;
    }

}


.service {
    display: flex;
    margin-bottom: 50px;
}

.service:nth-child(even) {
    flex-direction: row-reverse;
}

.service__content {
    margin: auto;
}

.service__content ul {
    padding-left: 20px;
    list-style: none;
}

.service__content li {
    position: relative;
}

.service__content li:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 1px;
    background-color: #3E404F;
    top: 8px;
    bottom: 0;
    transform: translateY(-50%);
    right: calc(100% + 5px)
}

.service:nth-child(odd) .service__content {
    padding-right: 30px;
}

.service:nth-child(even) .service__content {
    padding-left: 30px;
}

.service__title {
    font-size: 16px;
}

.service__image {
    min-width: 410px;
    min-height: 350px;
    max-height: 360px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


@media screen and (max-width: 1440px) {
    .service__image {
        min-width: 360px;
    }
}

@media screen and (max-width: 1279px) {
    .service__image {
        min-width: 390px;
        min-height: 370px;
    }
}

@media screen and (max-width: 1023px) {
    .service__image {
        min-width: 290px;
        min-height: 360px;
    }
}


@media screen and (max-width: 767px) {
    .service {
        flex-direction: column !important;
    }

    .service__content {
        padding: 0 !important;
    }

}

@media screen and (max-width: 575px) {
    .service__image {
        width: 100%;
        min-height: 260px;
    }
}
