
#contacts-footer{
    position: relative;
    background: url(/local/templates/main/img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    place-content: center;
    margin: 0;
    padding: 60px 0;
    background-position-x: -2px;
}
#contacts-footer .container{
    z-index: 2;
}
#contacts-footer .d-background{
    width: 50%;
    position: absolute;
    right: 11%;
    top: 10%;
    z-index: 1;
}
#contacts-footer .course-lector-invite img{
    width: unset;
    height: unset;
    padding: 5px;
}

#contacts-footer .course-lector-invite span{
    background: #fff;
}
#contacts-footer .course-lector-invite{
    border: 1px solid #fff;
    color: #fff;
}
.social-icon {
    height: 15px;
}
.white-text{
    color: #fff !important;
}
.footer-place-card{
    margin-bottom: 60px;
}
.footer-place-card .course-lector-invite{
    margin-bottom: 15px;

}
.place-card-info{
    display: flex;
}
.place-card-info .white-text{
    margin-bottom: 10px;
}
.place-card-info img{
    height: 100%;
    margin-right: 10px;
}
.ur-text{
    line-height: 18px;
}
.footer-title {
    font-weight: 300;
    font-family: 'Golos-Bold';
}
.place-card-info .course-lector-invite{
    margin-right: 15px;
}
#contacts-footer .btn-white-outline {
    margin-bottom:30px;
}
.footer-map-btn {
    display: inline-flex;
    border: 1px solid #000;
    padding: 0px 10px 0px 0px;
    margin-bottom: 10px;
    text-align: center;
    color: #000;
}
.footer-place-card .footer-map-btn {
    margin-bottom: 15px;
}
.place-card-info .footer-map-btn {
    margin-right: 15px;
}
#contacts-footer .footer-map-btn {
    border: 1px solid #fff;
    color: #fff;
}
#contacts-footer .footer-map-btn span {
    background: #fff;
}
.footer-map-btn span {
    background: #000;
    text-align: center;
    margin-right: 10px;
    width: 30px;
}
#contacts-footer .footer-map-btn img {
    width: unset;
    height: unset;
    padding: 8px;
}

#map-container{
    height: 100%;
}
.close-modal-icon, .footer-map-btn{
    cursor: pointer;
}

@media (max-width: 767px){
    #contacts-footer{
        height: 100%;
        padding-top: 60px;
    }
    #contacts-footer h1{
        margin-bottom: 20px;
    }
    #contacts-footer .course-lector-invite img{
        padding: 8px;
    }
    .footer-place-card .course-lector-invite {
        margin-bottom: 20px;
    }
    .footer-place-card .course-lector-invite img{
        margin-left: 0px !important;
    }
    .place-card-info img{
        margin-left: 10px;
        margin-top: 5px;
    }
    .footer-place-card {
        margin-bottom: 10px;
        padding: 0px 0px;
    }
    #contacts-footer .footer-map-btn img {
        padding: 0px;
    }
}

@media (min-width: 767px) and (max-width: 1439px) {
    .btn-white-outline {
        padding: 10px 40px;
    }
    .modal-form-box-info{
        padding-right: 0;
        padding-left: 20px;
    }
    .close-modal-icon{
        right: 20px;
        top: 35px;
        cursor: pointer;
    }
}
