/*
 * ПОДВАЛ
 */

.footer {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    padding-top: 6rem;
    flex-wrap: wrap;
    /*margin-top: 4.8rem;*/
    background-image: url('../img/footer/bg.jpg');
    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 3.6rem;
}

.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: rgba(0, 0, 0, .5);
    height: 8rem;
    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: #fff;
}
.copyrights__link {
    margin-left: 1.6rem;
    transition: .2s;
    color: #ec9a29;
}
.copyrights__link:hover {
    
}






































































































































































































@media all and (max-width: 1250px) {
/*
 * ПОДВАЛ
 */
/*
 * ПОДВАЛ
 */

.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.jpg');
    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 2rem;
    flex-wrap: wrap;
}

.contacts-wrapper {
    width: 100%;
    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: 0;
    margin-top: 3.6rem;
}
.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: rgba(0, 0, 0, .5);
    height: 8rem;
    width: 100%;
    margin-top: 3.6rem;
    padding: 0 2rem;
    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;
    justify-content: center;
}
.copyrights__date {
    color: #fff;
    display: none;
}
.copyrights__link {
    margin-left: 0;
    line-height: 1.3;
    text-align: center;
    display: block;
    width: 100%;
    transition: .2s;
    color: #ec9a29;
}
.copyrights__link:hover {
    
}


}





















