
/*================ Техническая разметка ================*/

/*========= PRIVATE (Ты мне нужен тут, и больше нигде) =========*/


/*==== общее  ====*/

.site-footer{
	background: #1c2d48;
}

.site-footer-inner {
    padding: 50px 0 10px;
}

.footer_block_wrap {
    display: flex;
}

.footer_block {
    margin-bottom: 20px;
	margin-right: 60px;
    flex: 1;  
}

.footer_block:last-child, 
.footer_block:first-child {
    margin-right: 0;
}

.site-footer a {
	text-decoration: unset;
}

.site-footer a:hover {
	text-decoration: unset;
	color: #4db0da;
}


.site-footer span {
	color: #edf2f6;
}




/*==== верхнияя часть футера ====*/

/*==== контейнер ====*/
.footer-head  {
    padding-bottom: 20px;
}

/*==== текст ====*/
.footer_title{
	font-size: 18px;
	color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.footer_text_title {
	font-size: 18px;
	color: #4db0da;
    line-height: 1;
    margin-bottom: 10px;
}

.metro{
	display: inline-block;
	font-size: 18px;
    letter-spacing: 0.07em;
    color: #ffffff;
}

/*==== меню ====*/
ul.footer_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*==== ссылки меню ====*/
ul.footer_menu li,
ul.footer_menu li a {
    display: block;
	margin-bottom: 15px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.07em;
	white-space: nowrap;
	color:#ffffff;
}

/*==== иконки ====*/

/*==== logo ====*/
.footer_block img {
    width: 137px;
}

/*==== значок метро ====*/
.metro img {
   width: 21px;
}

/*==== иконки услуг ====*/
.footer_menu img {
    width: 18px;
	margin-right: 6px;
}


/*==== нижняя часть футера ====*/

/*==== линия ====*/
.footer-foot {
    width: 100%;
	padding-top: 30px;
    border-top: 1px solid rgba(196, 196, 196, 0.2);
}

/*==== блоки ====*/

.footer-foot .footer_block_wrap{
	align-items: center;
}

.footer_copy {
    font-size: 18px;
    color: #ffffff;
	white-space: nowrap; 
}

.footer-foot .footer_block:last-child {
    text-align: right;
    width: 100%;
}

/*==== соц сети ====*/
ul.footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}

ul.footer-social li {
    margin-right: 15px;
    background: transparent;
}

ul.footer-social li a {
    display: block;
    width: 27px;
    height: 27px;
}

ul.footer-social li:last-child {
    margin-right: 0;
}

/*==== иконки соц сети ====*/
ul.footer-social li.telega a {
    background: url(/components/footer/img/telega-1.svg) no-repeat center / contain;
}

ul.footer-social li.insta a {
    background: url(/components/footer/img/insta-1.svg) no-repeat center / contain;
}


ul.footer-social li.whatsapp a {
    background: url(/components/footer/img/whatsapp-1.svg) no-repeat center / contain;
}

ul.footer-social li.vk a {
    background: url(/components/footer/img/vk-1.svg) no-repeat center / contain;
}


/*==== мобильник ====*/

@media(max-width:991px){

.footer_block.services {
    display: none;}
}

@media(max-width:698px){
	.footer_block_wrap {  
		flex-direction: column;
		align-items: center;}
	
	.footer_block{ 
		margin-right: unset;
		text-align: center;
		}
	
	.footer-foot .footer_block:last-child {
		text-align: center;}
}














