/*
 * ПОДВАЛ
 */



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





.footer .contacts-wrap {
    padding: 0 3.6rem;
}



.footer .contacts {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 10rem;
    /*padding: 0 3.6rem;*/
    position: relative;
    /*background-color: rgba(255, 255, 255, .1);*/
    /*border-radius: 2rem;*/

}
.footer .contacts .contacts-item {
    display: flex;
    align-items: stretch;
    margin-left: 1.2rem;
    width: 33.33%;
}
.footer .contacts .contacts-item:first-child {
    margin-left: 0;
}
.footer .contacts .contacts-item__content {
    display: flex;
    align-items: center;
}
.footer .contacts-item--phone {
    justify-content: center;
}
.footer .contacts-item--email {
    justify-content: flex-end;
}
.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: 4.4rem;
    height: 4.4rem;
    border-radius: 20rem;
    font-size: 2rem;
    transition: .2s;
    background-color: rgba(255, 255, 255, .08);
    margin-right: 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;
}


.footer .map {
    border-radius: 2rem;
    overflow: hidden;
    width: 100%;
    height: 35rem;
    margin-top: 1.2rem;
}










.copyrights {
    display: flex;
    height: 12rem;
    padding: 0 3.6rem;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.copyrights__item {
    
}

.copyrights__item.company {
    display: flex;
    align-items: center;
}

.footer .logo {
    display: block;
    flex-shrink: 0;
    position: relative;
}
.footer .logo__link {
    position: relative;
    display: block;
}
.footer .logo__image {
    display: block;
    width: 4rem;
    height: auto;
}

.copyrights__item.company .date {
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .4rem;
    text-transform: uppercase;
    color: #ff8000;
    margin-left: 1.2rem;
}

.copyrights__item.link {
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .4rem;
    text-transform: uppercase;
    color: #ff8000;
}


























































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



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





.footer .contacts-wrap {
    padding: 0 3.6rem;


    padding: 0 2rem;
}



.footer .contacts {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 10rem;
    /*padding: 0 3.6rem;*/
    position: relative;
    /*background-color: rgba(255, 255, 255, .1);*/
    /*border-radius: 2rem;*/


    /*padding: 3.6rem 2rem;*/
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}
.footer .contacts .contacts-item {
    display: flex;
    align-items: stretch;
    margin-left: 1.2rem;
    width: 33.33%;


    width: 100%;
    margin-top: 1.2rem;
    margin-left: 0;
    justify-content: flex-start;
}
.footer .contacts .contacts-item:first-child {
    margin-left: 0;


    margin-top: 0;
}
.footer .contacts .contacts-item__content {
    display: flex;
    align-items: center;


    justify-content: flex-start;
}
.footer .contacts-item--phone {
    justify-content: center;
}
.footer .contacts-item--email {
    justify-content: flex-end;
}
.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: 4.4rem;
    height: 4.4rem;
    border-radius: 20rem;
    font-size: 2rem;
    transition: .2s;
    background-color: rgba(255, 255, 255, .08);
    margin-right: 2rem;
    color: #fff;


    margin-right: 1rem;
}
.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;
}


.footer .map {
    border-radius: 2rem;
    overflow: hidden;
    width: 100%;
    height: 35rem;
    margin-top: 1.2rem;
}










.copyrights {
    display: flex;
    height: 12rem;
    padding: 0 3.6rem;
    justify-content: space-between;
    align-items: center;
    position: relative;


    padding: 0 2rem;
}
.copyrights__item {
    
}

.copyrights__item.company {
    display: flex;
    align-items: center;
}

.footer .logo {
    display: block;
    flex-shrink: 0;
    position: relative;
}
.footer .logo__link {
    position: relative;
    display: block;
}
.footer .logo__image {
    display: block;
    width: 4rem;
    height: auto;
}

.copyrights__item.company .date {
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .4rem;
    text-transform: uppercase;
    color: #ff8000;
    margin-left: 1.2rem;
}

.copyrights__item.link {
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .4rem;
    text-transform: uppercase;
    color: #ff8000;
}





}





















