/*Стили шапки сайта*/
/*1. Нижнее подчеркивание текста*/
.header {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #212121;
}
.city_block {
    margin-top: 8px;
	color: white;
}
.search-box {
    width: 100%;
    height: 40px;
    background: #383838;
    border-radius: 5px;
}
/*1.5.1 Оформление ФОРМЫ в блоке ПОИСК*/
.search-box form {
    height: 100%;
}
/*1.5.1.1 Оформление блока INPUT в ФОРМЕ*/
.search {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}
/*1.5.1.1.1 Формление INPUT*/
.search input {
	position: relative;
    width: 100%;
    height: 40px;
    padding-left: 3%;
    background: #383838;
    border: 0;
    border-radius: 5px;
    outline-color: grey;
    color: white;

}
/*1.5.1.2.1 Оформление КНОПКИ*/
.search button {
    top: 0;
    right: 0;
    border: 0;
    width: 45px;
    height: 40px;
    background: none;
    outline-color: grey;
	padding-right: 20px;
    position: absolute;
}
.search-icon {
	width: 12px;
	height: 12px;
	/*background-image: url('../../img/header/search.png');*/
}
.login {
	margin-top: 3px;
	margin-left: 22px;
	text-align: center;
}
.login_img {
	width: 12px;
	height: 12px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-image: url('../../img/header/login.png');
}
/*1.6.2 Оформление блока текста в блоке РЕГИСТРАЦИИ*/
.login_span {
    margin-top: 10px;
    color: white;
    display: inline-block;
}
/*============*/
.grey-line {
	width: 20px;
	height: 1px;
	margin-left: 8px;
	background-image: url('../../img/header/grey_line.png'); 
}
.selected_item {
	color: white;
   /* background-image: linear-gradient(to right, #b2b2b2 75%, transparent 75%);*/
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 3px 1.5px;
}

/*.selected_item:hover,
.selected_item:focus {
    text-decoration: none;
    background-image: none;
}*/
/*=== 6. Подвал сайта ===*/
#footer__section {
    background-color: #212121;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bot_logo_box {
    position: relative;
    width: 99%;
}
.bot_logo_box_img {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;  
}
.copyright {
    color: #909090;
}
.f_sm_txt {
    font-size: 14px;
}
.f_md_txt {
    font-size: 12px;
    text-transform: uppercase;
}
.f_lg_txt {
    font-size: 16px;
}
.list {
    padding-left: 0;
    list-style-type: none;
}
.list li a{
    color: white;
    text-decoration: none;
}
.list li a:hover {
    color: #e0e0e0;
}
.sm_list li {
    padding-bottom: 19px;
}
.sm_list a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
}
.hot_line {
    padding-top: 0;
}
.hot_line li a{
    position: relative;
    color: white;
}
.sm_list a:after,.hot_line li a:nth-child(1):after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #6e6e6e;
}
.sm_list a:hover:after,.hot_line li:hover a:nth-child(1):after{
    height: 0;
}
.md_list li{
    padding-bottom: 21.5px;
}
.list li:last-child {
    padding-bottom: 0;
}
.md_list a {
    color: white;
}
.site_map{
    padding-top: 65px;
}
.hot_line .site_map a {
    color: #909090; 
    padding-left: 13px;
}

@media (max-width: 1199px) {
	.city_block {
		float: right;
	}
	.login {
		margin-bottom: 5px;
	}
     .site_map {
        padding-top: 65px;
    }

}
/*=======================*/
@media (min-width: 992px) {
    .copyright {
        padding-top: 22px;
    }
}

@media (max-width: 767px) {
    .menue_block {
        font-size: 13px;
    }
    .f_sm_txt {
        font-size: 12px;
    }

}
@media (max-width: 425px) {
    .search-box {
        margin: 15px 0;
    }
    .city_block {
        margin-top: 0;
    }
    #footer__section {
        text-align: center;
    }
    .rect_img img {
        width: 120px;
    }
    .site_map {
        padding-top: 20px;
    }
    .copyright{
        margin-bottom: 10px;
    }
}
@media (max-width: 375px) {}