/*
 * ПОДВАЛ
 */

.footer {
	/*background-color: #303036;*/
    background-color: #232227;
	display: flex;
	flex-direction: column;
	align-items: center;
    position: relative;
}



.full-contacts {
    display: flex;
    width: 100%;
    padding: 6rem;
    justify-content: flex-start;
    position: relative;
    z-index: 10;
}

.contacts-wrapper {
    flex-shrink: 0;
}
.contacts-title {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 2.4rem;
    display: block;
    color: #fff;
}
.contacts-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.contacts-footer .contacts__item {
    margin-top: 2.4rem;
    width: 100%;
    padding-top: 2.4rem;
    border-top: .1rem solid rgba(255, 255, 255, .12);
}
.contacts-footer .contacts__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.contacts-footer .contacts__content {
    display: flex;
    align-items: flex-start;
}
.contacts-footer .contacts__link {

}
.contacts-footer .contacts__icon {
    flex-shrink: 0;
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    font-size: 2rem;
    border-radius: 10rem;
    justify-content: center;
    align-items: center;
    transition: .2s;
    color: #fff;
    background-color: #31ACFF;
}
.contacts-footer .contacts__link:hover .contacts__icon {
    
}
.contacts-footer .contacts__link:hover .contacts__text {
    color: #31ACFF;
}
.contacts-footer .contacts__text {
    margin-left: 1.2rem;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400;
    transition: .2s;
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    align-items: flex-start;
}
.contacts-footer .contacts__text strong {
    margin-top: .8rem;
}
.contacts-footer .contacts__text a {
    display: block;
    margin-top: .8rem;
    cursor: pointer;
    transition: .2s;
}
.contacts-footer .contacts__text a:first-child {
    margin-top: 0;
}
.contacts-footer .contacts__text a:hover {
    color: #31ACFF;
}



.map-wrapper {
    flex-shrink: 1;
    width: 100%;
    margin-left: 6rem;
}
.map-title {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 2.4rem;
    display: block;
    color: #fff;
}
.map {
    
}



.copyrights {
    display: flex;
    width: 100%;
    background-color: #306BAC;
    height: 8rem;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}
.copyrights__text {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
}
.copyrights__date {
    font-weight: 700;
}
.copyrights__link {
    margin-left: 1rem;
    font-weight: 700;
    transition: .2s;
    text-transform: uppercase;
}
.copyrights__link:hover {
    
}













































































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



.footer {
    /*background-color: #303036;*/
    background-color: #232227;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}



.full-contacts {
    display: flex;
    width: 100%;
    padding: 6rem;
    justify-content: flex-start;
    position: relative;
    z-index: 10;


    padding: 6rem 2rem;
    flex-wrap: wrap;
}

.contacts-wrapper {
    flex-shrink: 0;


    width: 100%;
}
.contacts-title {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 2.4rem;
    display: block;
    color: #fff;
}
.contacts-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.contacts-footer .contacts__item {
    margin-top: 2.4rem;
    width: 100%;
    padding-top: 2.4rem;
    border-top: .1rem solid rgba(255, 255, 255, .12);


    margin-top: 1.8rem;
    padding-top: 1.8rem;
}
.contacts-footer .contacts__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.contacts-footer .contacts__content {
    display: flex;
    align-items: flex-start;
}
.contacts-footer .contacts__link {

}
.contacts-footer .contacts__icon {
    flex-shrink: 0;
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    font-size: 2rem;
    border-radius: 10rem;
    justify-content: center;
    align-items: center;
    transition: .2s;
    color: #fff;
    background-color: #31ACFF;
}
.contacts-footer .contacts__link:hover .contacts__icon {
    
}
.contacts-footer .contacts__link:hover .contacts__text {
    color: #31ACFF;
}
.contacts-footer .contacts__text {
    margin-left: 1.2rem;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400;
    transition: .2s;
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    align-items: flex-start;
}
.contacts-footer .contacts__text strong {
    margin-top: .8rem;
}
.contacts-footer .contacts__text a {
    display: block;
    margin-top: .8rem;
    cursor: pointer;
    transition: .2s;
}
.contacts-footer .contacts__text a:first-child {
    margin-top: 0;
}
.contacts-footer .contacts__text a:hover {
    color: #31ACFF;
}



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


    margin-left: 0;
    margin-top: 3.6rem;
}
.map-title {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 2.4rem;
    display: block;
    color: #fff;
}
.map {
    
}



.copyrights {
    display: flex;
    width: 100%;
    background-color: #306BAC;
    height: 8rem;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}
.copyrights__text {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
}
.copyrights__date {
    font-weight: 700;
}
.copyrights__link {
    margin-left: 1rem;
    font-weight: 700;
    transition: .2s;
    text-transform: uppercase;
}
.copyrights__link:hover {
    
}


}







