/*
 * ПОДВАЛ
 */



.footer {
    position: relative;
    background-color: #000;
    margin-top: 10rem;
    padding-top: 10rem;
}





.footer .footer-content {
    padding: 0 6rem;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    gap: 3.6rem;
}




.footer-nav {
    flex-shrink: 0;
    min-width: 25rem;
}
.footer-nav__title {
    font-size: 2.8rem;
    color: #fff;
    /*opacity: .3;*/
    font-weight: 700;
    display: block;
    margin-bottom: 3.6rem;
}
.footer-nav .nav-items {

}
.footer-nav .nav-items a {
    font-size: 2rem;
    color: #fff;
    margin-top: 2rem;
    display: block;
    font-weight: 700;
}
.footer-nav .nav-items a:first-child {
    margin-top: 0;
}


.footer .contacts-wrap {
    flex-shrink: 0;
}
.footer .contacts__title {
    font-size: 3.6rem;
    color: #fff;
    /*opacity: .3;*/
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 3.6rem;
    letter-spacing: .5rem;
}
.footer .contacts {
    display: flex;
    align-items: center;
    gap: 3.6rem;
    justify-content: center;
}
.footer .contacts .contacts-item {
    display: flex;
    align-items: center;
}
.footer .contacts .contacts-item__content {
    display: flex;
    align-items: center;
}
.footer .contacts .contacts-item__link {
    
}
.footer .contacts .contacts-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    flex-shrink: 0;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 20rem;
    font-size: 2.2rem;
    transition: .2s;
    background-color: #960002;
    margin-right: 1.2rem;
    color: #fff;
}
.footer .contacts .contacts-item__text {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    transition: .2s;
    line-height: 1.4;
    color: #fff;

    display: block;
}
.footer .contacts .contacts-item__subtext {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-top: .1rem;
}


.footer .map-wrap {
    width: 100%;
    flex-shrink: 1;
}
.footer .map__title {
    font-size: 2.8rem;
    color: #fff;
    /*opacity: .3;*/
    font-weight: 700;
    display: block;
    margin-bottom: 3.6rem;
}
.footer .map {
    border-radius: 6rem 6rem 1.2rem 1.2rem;
    overflow: hidden;
    height: 40rem;
    width: 100%;
}










.copyrights {
    display: flex;
    height: 10rem;
    padding: 0 6rem;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(255, 255, 255, .06);
    margin-top: 10rem;
}
.copyrights__item {
    
}

.copyrights__item.link {
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
}










































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

    /*
 * ПОДВАЛ
 */



.footer {
    position: relative;
    background-color: #000;
    margin-top: 10rem;
    padding-top: 10rem;
}





.footer .footer-content {
    padding: 0 2rem;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    gap: 3.6rem;
}




.footer-nav {
    flex-shrink: 0;
    min-width: 25rem;
    width: 100%;
}
.footer-nav__title {
    font-size: 1.8rem;
    color: #fff;
    /*opacity: .3;*/
    font-weight: 700;
    display: block;
    margin-bottom: 3.6rem;
}
.footer-nav .nav-items {

}
.footer-nav .nav-items a {
    font-size: 2rem;
    color: #fff;
    margin-top: 2rem;
    display: block;
    font-weight: 700;
}
.footer-nav .nav-items a:first-child {
    margin-top: 0;
}


.footer .contacts-wrap {
    flex-shrink: 0;
}
.footer .contacts__title {
    font-size: 2.4rem;
    color: #fff;
    /*opacity: .3;*/
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 3.6rem;
    letter-spacing: .5rem;
}
.footer .contacts {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    justify-content: center;
    flex-direction: column-reverse;
    width: 100%;
    align-items: stretch;
}
.footer .contacts .contacts-item {
    display: flex;
    align-items: center;
}
.footer .contacts .contacts-item__content {
    display: flex;
    align-items: center;
}
.footer .contacts .contacts-item__link {
    
}
.footer .contacts .contacts-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    flex-shrink: 0;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 20rem;
    font-size: 2.2rem;
    transition: .2s;
    background-color: #960002;
    margin-right: 1.2rem;
    color: #fff;
}
.footer .contacts .contacts-item__text {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    transition: .2s;
    line-height: 1.4;
    color: #fff;

    display: block;
}
.footer .contacts .contacts-item__subtext {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-top: .1rem;
}


.footer .map-wrap {
    width: 100%;
    flex-shrink: 1;
}
.footer .map__title {
    font-size: 2.8rem;
    color: #fff;
    /*opacity: .3;*/
    font-weight: 700;
    display: block;
    margin-bottom: 3.6rem;
}
.footer .map {
    border-radius: 1.2rem 1.2rem 3rem 3rem;
    overflow: hidden;
    height: 40rem;
    width: 100%;
}










.copyrights {
    display: flex;
    height: 10rem;
    padding: 0 6rem;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(255, 255, 255, .06);
    margin-top: 10rem;
}
.copyrights__item {
    
}

.copyrights__item.link {
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
}





}





