





/*
 * Footer
 */


.footer-phone {
    display: none;
}


#jvlabelWrap {
    display: none !important;
}
.leaf_ef5._bottom_215 {
    display: none !important;
}



.footer {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    padding-top: 4.8rem;
    flex-wrap: wrap;
    margin-top: 4.8rem;
    background-image: url('../img/footer/bg.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-attachment: fixed;*/
}
.footer:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    background-color: rgba(0, 0, 0, .4);
}

.full-contacts {
    display: flex;
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0 2.4rem;
}

.contacts-wrapper {
    width: 45rem;
    flex-shrink: 0;
}
.contacts-title {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
    display: block;
    color: #fff;
}
.contacts-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contacts-footer .contacts__item {
    background-color: rgba(0, 0, 0, .3);
    margin-top: .8rem;
    overflow: hidden;
    border-radius: 1.2rem;
}
.contacts-footer .contacts__item_address {
    width: 100%;
    margin-top: 0;
}
.contacts-footer .contacts__item_phone {
    width: calc(50% - .4rem);
}
.contacts-footer .contacts__item_whatsapp {
    width: calc(50% - .4rem);
}
.contacts-footer .contacts__item_time {
    width: 100%;
}
.contacts-footer .contacts__item_email {
    width: calc(50% - .4rem);
}
.contacts-footer .contacts__item_instagram {
    width: calc(50% - .4rem);
}

.contacts-footer .contacts__content {
    display: flex;
    align-items: center;
    height: 6.2rem;
    padding: 1.4rem;
}
.contacts-footer .contacts__link {

}
.contacts-footer .contacts__icon {
    flex-shrink: 0;
    width: 3.8rem;
    height: 3.8rem;
    display: flex;
    border-radius: 10rem;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    transition: .2s;
    color: #fff;
    background-color: rgba(255, 255, 255, .07);
}
.contacts-footer .contacts__link:hover .contacts__icon {
    color: #fff;
}
/*.contacts-footer .contacts__icon_phone {
    font-size: 1.8rem;
    padding-top: .1rem;
}
.contacts-footer .contacts__icon_whatsapp {
    font-size: 2.2rem;
    padding-left: .1rem;
}
.contacts-footer .contacts__icon_instagram {
    font-size: 2.2rem;
    padding-left: .1rem;
}*/
.contacts-footer .contacts__text {
    margin-left: 1.2rem;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    transition: .2s;
}
.contacts-footer .contacts__link:hover .contacts__text {
    color: #fff;
}



.map-wrapper {
    flex-shrink: 1;
    width: 100%;
    margin-left: .8rem;
}
.map-title {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
    display: block;
    color: #fff;
}
.map {
    border-radius: 1.2rem;
    overflow: hidden;
}







.copyrights {
    display: flex;
    background-color: #fff;
    height: 7rem;
    width: 100%;
    margin-top: 6rem;
    padding: 0 2.4rem;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}
.copyrights__text {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
}
.copyrights__date {
    color: #000;
    opacity: .3;
}
.copyrights__link {
    margin-left: 1.6rem;
    transition: .2s;
    color: #49A8BC;
}
.copyrights__link:hover {
    color: #3A8696;
    opacity: 1;
}




























































@media all and (max-width: 1200px) {

    





/*
 * Footer
 */


.footer-phone {
    display: none;
}


#jvlabelWrap {
    display: none !important;
}
.leaf_ef5._bottom_215 {
    display: none !important;
}


.wrap_d6d {
    display: none !important;
}



.footer {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    padding-top: 4.8rem;
    flex-wrap: wrap;
    margin-top: 4.8rem;
    background-image: url('../img/footer/bg.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-attachment: fixed;*/
}
.footer:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    background-color: rgba(0, 0, 0, .4);
}

.full-contacts {
    display: flex;
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0 2.4rem;


    flex-direction: column;
    padding: 0 2rem;
}

.contacts-wrapper {
    width: 45rem;
    flex-shrink: 0;


    width: 100%;
}
.contacts-title {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
    display: block;
    color: #fff;
}
.contacts-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contacts-footer .contacts__item {
    background-color: rgba(0, 0, 0, .3);
    margin-top: .8rem;
    overflow: hidden;
    border-radius: 1.2rem;
}
.contacts-footer .contacts__item_address {
    width: 100%;
    margin-top: 0;
}
.contacts-footer .contacts__item_phone {
    width: calc(50% - .4rem);
}
.contacts-footer .contacts__item_whatsapp {
    width: calc(50% - .4rem);
}
.contacts-footer .contacts__item_time {
    width: 100%;
}
.contacts-footer .contacts__item_email {
    width: calc(50% - .4rem);
}
.contacts-footer .contacts__item_instagram {
    width: calc(50% - .4rem);
}

.contacts-footer .contacts__content {
    display: flex;
    align-items: center;
    height: 6.2rem;
    padding: 1.4rem;
}
.contacts-footer .contacts__link {

}
.contacts-footer .contacts__icon {
    flex-shrink: 0;
    width: 3.8rem;
    height: 3.8rem;
    display: flex;
    border-radius: 10rem;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    transition: .2s;
    color: #fff;
    background-color: rgba(255, 255, 255, .07);
}
.contacts-footer .contacts__link:hover .contacts__icon {
    color: #fff;
}
/*.contacts-footer .contacts__icon_phone {
    font-size: 1.8rem;
    padding-top: .1rem;
}
.contacts-footer .contacts__icon_whatsapp {
    font-size: 2.2rem;
    padding-left: .1rem;
}
.contacts-footer .contacts__icon_instagram {
    font-size: 2.2rem;
    padding-left: .1rem;
}*/
.contacts-footer .contacts__text {
    margin-left: 1.2rem;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    transition: .2s;
}
.contacts-footer .contacts__link:hover .contacts__text {
    color: #fff;
}



.map-wrapper {
    flex-shrink: 1;
    width: 100%;
    margin-left: .8rem;


    margin-left: 0;
    margin-top: 4.8rem;
}
.map-title {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
    display: block;
    color: #fff;
}
.map {
    border-radius: 1.2rem;
    overflow: hidden;
}







.copyrights {
    display: flex;
    background-color: #fff;
    height: 7rem;
    width: 100%;
    margin-top: 6rem;
    padding: 0 2.4rem;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;


    padding: 0 2rem;
}
.copyrights__text {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
}
.copyrights__date {
    color: #000;
    opacity: .3;
}
.copyrights__link {
    margin-left: 1.6rem;
    transition: .2s;
    color: #49A8BC;


    margin-left: 1.2rem;
}
.copyrights__link:hover {
    color: #3A8696;
    opacity: 1;
}


}













