/*
 * ПОДВАЛ
 */



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





.footer .footer-content {
    padding: 0 6rem;
    display: flex;
    width: 100%;
}




.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;
    min-width: 30%;
}
.footer .contacts__title {
    font-size: 3.6rem;
    color: #fff;
    /*opacity: .3;*/
    opacity: .3;
    display: block;
    margin-bottom: 3.6rem;
}




.footer .contacts {
	display: flex;
	gap: 1.2rem;
    flex-direction: column;
}
.footer .contacts .contacts-item {
	display: flex;
	align-items: center;
	border-radius: 20rem;
	transition: .3s;
    flex-shrink: 0;
    gap: 1.2rem;
}
.footer .contacts .contacts-item.phone {
    margin-right: 1.8rem;
}
.footer .contacts .contacts-item:hover {
    opacity: .7;
}
.footer .contacts .contacts-item .contacts-item__icon-wrap {
	width: 4.4rem;
	height: 4.4rem;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
    border-radius: 20rem;
    background-color: rgba(0, 0, 0, .2);
}
.footer .contacts .contacts-item .contacts-item__icon {
	display: flex;
	width: 100%;
	align-self: stretch;
	justify-content: center;
	align-items: center;
}
.footer .contacts .contacts-item.telegram .contacts-item__icon {
    padding-right: 6%;
    padding-bottom: 2%;
}
.footer .contacts .contacts-item .contacts-item__icon:before {
	display: flex;
	align-self: stretch;
	justify-content: center;
	align-items: center;
	width: 100%;
	content: '';
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.footer .contacts .contacts-item.phone .contacts-item__icon:before {
	background-image: url('../img/common/icons/phone-light.svg');
    width: 38%;
}
.footer .contacts .contacts-item.whatsapp .contacts-item__icon:before {
	background-image: url('../img/common/icons/whatsapp-light.svg');
	width: 46%;
}
.footer .contacts .contacts-item.telegram .contacts-item__icon:before {
	background-image: url('../img/common/icons/telegram-light.svg');
	width: 46%;
}
.footer .contacts .contacts-item.instagram .contacts-item__icon:before {
	background-image: url('../img/common/icons/instagram-light.svg');
	width: 50%;
}
.footer .contacts .contacts-item.vkontakte .contacts-item__icon:before {
	background-image: url('../img/common/icons/vkontakte-light.svg');
	width: 40%;
}
.footer .contacts .contacts-item.location .contacts-item__icon:before {
	background-image: url('../img/common/icons/location-light.svg');
	width: 38%;
}
.footer .contacts .contacts-item .contacts-item__text {
	display: block;
}
.footer .contacts .contacts-item .contacts-item__label {
	flex-shrink: 0;
	display: block;
}
.footer .contacts .contacts-item .contacts-item__description {
	font-size: 1.4rem;
	opacity: .7;
	display: block;
	margin-top: .4rem;
}


.footer .requisites {
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.4;
    margin-top: 2rem;
}


.footer .links {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 3.6rem;
}
.footer .links a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
}



.footer .map-wrap {
    width: 100%;
    flex-shrink: 1;
    /*margin: 0 6rem;*/
    /*padding: 0 6rem;*/

    /*border-left: .1rem solid rgba(255, 255, 255, .1);*/
    border-right: .1rem solid rgba(255, 255, 255, .1);
    margin-right: 6rem;
    padding-right: 6rem;
}
.footer .map__title {
    font-size: 3.6rem;
    color: #fff;
    /*opacity: .3;*/
    opacity: .3;
    display: block;
    margin-bottom: 3.6rem;
}
.footer .map {
    border-radius: 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;
    color: #fff;
}






















































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


/*
 * ПОДВАЛ
 */



.footer {
    position: relative;
    background-color: #c93a2d;
    padding-top: 8rem;
}





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




.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;
    min-width: unset;
    width: 100%;
}
.footer .contacts__title {
    font-size: 3.2rem;
    color: #fff;
    /*opacity: .3;*/
    opacity: .3;
    display: block;
    margin-bottom: 3.6rem;
}




.footer .contacts {
	display: flex;
	gap: 1.2rem;
    flex-direction: column;
}
.footer .contacts .contacts-item {
	display: flex;
	align-items: center;
	border-radius: 20rem;
	transition: .3s;
    flex-shrink: 0;
    gap: 1.2rem;
}
.footer .contacts .contacts-item.phone {
    margin-right: 1.8rem;
}
.footer .contacts .contacts-item:hover {
    opacity: .7;
}
.footer .contacts .contacts-item .contacts-item__icon-wrap {
	width: 4.4rem;
	height: 4.4rem;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
    border-radius: 20rem;
    background-color: rgba(0, 0, 0, .2);
}
.footer .contacts .contacts-item .contacts-item__icon {
	display: flex;
	width: 100%;
	align-self: stretch;
	justify-content: center;
	align-items: center;
}
.footer .contacts .contacts-item.telegram .contacts-item__icon {
    padding-right: 6%;
    padding-bottom: 2%;
}
.footer .contacts .contacts-item .contacts-item__icon:before {
	display: flex;
	align-self: stretch;
	justify-content: center;
	align-items: center;
	width: 100%;
	content: '';
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.footer .contacts .contacts-item.phone .contacts-item__icon:before {
	background-image: url('../img/common/icons/phone-light.svg');
    width: 38%;
}
.footer .contacts .contacts-item.whatsapp .contacts-item__icon:before {
	background-image: url('../img/common/icons/whatsapp-light.svg');
	width: 46%;
}
.footer .contacts .contacts-item.telegram .contacts-item__icon:before {
	background-image: url('../img/common/icons/telegram-light.svg');
	width: 46%;
}
.footer .contacts .contacts-item.instagram .contacts-item__icon:before {
	background-image: url('../img/common/icons/instagram-light.svg');
	width: 50%;
}
.footer .contacts .contacts-item.vkontakte .contacts-item__icon:before {
	background-image: url('../img/common/icons/vkontakte-light.svg');
	width: 40%;
}
.footer .contacts .contacts-item.location .contacts-item__icon:before {
	background-image: url('../img/common/icons/location-light.svg');
	width: 38%;
}
.footer .contacts .contacts-item .contacts-item__text {
	display: block;
}
.footer .contacts .contacts-item .contacts-item__label {
	flex-shrink: 0;
	display: block;
}
.footer .contacts .contacts-item .contacts-item__description {
	font-size: 1.4rem;
	opacity: .7;
	display: block;
	margin-top: .4rem;
}


.footer .requisites {
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.4;
    margin-top: 2rem;
}


.footer .links {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 3.6rem;
}
.footer .links a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
}



.footer .map-wrap {
    width: 100%;
    flex-shrink: 1;
    /*margin: 0 6rem;*/
    /*padding: 0 6rem;*/
    margin-top: 6rem;

    /*border-left: .1rem solid rgba(255, 255, 255, .1);*/
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.footer .map__title {
    font-size: 3.2rem;
    color: #fff;
    /*opacity: .3;*/
    opacity: .3;
    display: block;
    margin-bottom: 3.6rem;
}
.footer .map {
    border-radius: 1.2rem;
    overflow: hidden;
    height: 40rem;
    width: 100%;
}










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

}

.copyrights__item.link {
    display: flex;
    color: #fff;
}






}













