@font-face {
  font-family: Bahnschrift;
  src: url("BAHNSCHRIFT.TTF");
}
@font-face {
    font-family: 'Roboto-Regular';
    src:url('Roboto-Regular.ttf.woff') format('woff'),
        url('Roboto-Regular.ttf.svg#Roboto-Regular') format('svg'),
        url('Roboto-Regular.ttf.eot'),
        url('Roboto-Regular.ttf.eot?#iefix') format('embedded-opentype'); 
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	color: #000;
	text-decoration: none;
	transition: 0.2s ALL ease-out;
}
a:hover {
	color: #000;
}
header a:hover,
footer a:hover {
	color: #9E9E9E;
}


i {
	vertical-align: middle;
}



/*
.search-btn {
	background: var(--main-color) url(../img/icons/search.svg) no-repeat 50% 50%;
    padding: 8px 30px 8px 40px;
}
*/
/*
.search-btn:hover {
	background: var(--addit-color) url(../img/icons/search.svg) no-repeat 20px 50%;
}
*/
/*
.login-btn {
	background: #fff url('../img/icons/login-ico-r.svg') no-repeat 50% 50%;
}*/
/*
.ch-btn {
	background: #fff url('../img/icons/chat-ico-r.svg') no-repeat 50% 50%;
}
*/
/*.notif-btn {
	background: #fff url('../img/icons/notif-ico-r.svg') no-repeat 50% 50%;
}*/
/*
.favor-btn {
	background: #fff url('../img/icons/fav-ico-r.svg') no-repeat 50% 50%;
}*/
.my-ads-btn {
	background: #FFF url(../img/icons/megaphone-r.svg) no-repeat 57% 45%;
    background-size: 19px;
}
.chat-btn {
	display: flex;
    justify-content: center;
    align-items: center;
    background: var(--addit-color);
	font-weight: 600;
}
.chat-btn i {
	margin-right: 10px;
    font-size: 16px;
}
.chat-btn:hover {
	background: var(--main-color);
}
/*
.chat-btn {
	background: var(--main-color) url(../img/icons/chat.svg) no-repeat 20px 50%;
    background-size: 17px 17px;
    padding-left: 45px;
    line-height: 1.6em;
}
.chat-btn:hover {
	background: var(--addit-color) url(../img/icons/chat.svg) no-repeat 20px 50%;
	background-size: 17px 17px;
}*/
.ico-btn {
	display: inline-block;
    width: 20px;
    height: 20px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    vertical-align: middle;
    margin-left: 10px;
}
.gray-btn {
	display: inline-block;
	border: none;
	border-radius: 90px;
	width: 100%;
	background: #F2F4F3;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	padding: 10px 5px;
}

.white-blk {
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 20px;
	box-shadow: 0px 4px 20px 0px #00000026;
	margin-bottom: 35px;
}
.white-blk h2 {
	font-size: 30px;
	font-weight: 800;
}

.main-menu .round-btn {
	width: 100%;
}



/*
.side-menu.offcanvas {
	max-width: 85%;
}
.side-menu-btn {
	width: 22px;
	height: 17px;
	border: none;
	background: transparent url("../img/icons/hamb-gr.svg") no-repeat 50% 50%;
	display: block;
	margin: auto;
}
.side-menu-cls {
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url("../img/icons/close_gr.svg") no-repeat 50% 50%;
	border: none;
	margin-left: auto;
}
.side-menu .offcanvas-header {
	padding: 12px 12px 0 10px;
}
.side-menu .offcanvas-body {
	padding: 0;
}
.side-menu .controls {
	padding: 3px 20px 0;
    margin-bottom: 20px;
	display: flex;
    justify-content: space-between;
}
.side-menu .controls a {
    width: 42px;
    height: 42px;
    background-size: 20px;
    border-radius: 50%;
    box-shadow: 0px 4px 10px 0px #00000026;
    color: var(--addit-color);
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}
.side-menu li {
	padding: 8px 20px 8px;
    border-bottom: 1px solid #D4D4D4;
    font-size: 13px;
}
*/
.notice-block {
	padding: 10px 15px 10px;
    margin-bottom: 10px;
    border-radius: 7px;
    background-color: rgba(255,0,0, 0.55);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
	position: relative;
}
.notice-block>div {
	position: absolute;
	top: 2px;
	right: 10px;
	cursor: pointer;
	font-size: 22px;
	color: #fff;
}
.top-banner {
	text-align: center;
	margin-bottom: 20px;
}
.top-banner img {
	max-width: 100%;
	height: auto;
}


/*
.main-search  .search-btn {
	font-size: 14px;
    background-size: 21px;
    padding: 20px 30px 20px 55px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1em;
}*/
/*--------------------------------- Футер ----------------------------------*/
/*
footer {
	padding: 35px 0 0;
    background: #000;
	color: #fff;
	margin-top: auto;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #ddd;
}
.footer-logo {
    margin-bottom: 35px;
}
.footer-logo a {
	display: flex;
	align-items: center;
}
.footer-logo img {
	max-width: 100%;
    max-height: 65px;
}
.footer-logo>div {
	padding-top: 5px;
    font-size: 14px;
}
.footer-logo span {
	font-family: "Bahnschrift";
    font-size: 32px;
    line-height: 1em;
    padding-left: 10px;
}
footer ul {
	margin-bottom: 25px;
}
footer li {
    font-size: 12px;
    margin-bottom: 10px;
}
footer li:first-child {
    font-size: 13px;
    font-weight: 700;
}
footer>div:first-child {
	padding-bottom: 15px;
}
footer>div:last-child {
	text-align: center;
	background: var(--copr-color);
	padding: 15px;
	font-size: 12px;
}
*/

@media (min-width: 768px) {
	
/*	
	.top-menu .controls a {
		display: inline-block;
		width: 34px;
		height: 34px;
		margin-left: 17px;
		filter: drop-shadow(0px 4px 9.7px rgba(0, 0, 0, 0.15));
		background-color: #fff;
		box-shadow: 0px 4px 9.7px 0px #00000026;
		border-radius: 50%;
		text-align: center;
		line-height: 31px;
		font-size: 16px;
		color: var(--addit-color);
		padding-left: 1px;
		transition: 0.2s ALL ease-out;
	}
	.top-menu .controls a:hover {
		background-color: var(--addit-color);
		color: #fff;
		box-shadow: 0px 4px 9.7px 0px #00FF0056;
	}
*/	
/*	
	.search-btn {
		background: var(--main-color) url(../img/icons/search.svg) no-repeat 20px 50%;
	}
	*/
	
	
/*	

*/	

	/*--------------------------------------Футер--------------------------------*/
	/*
	footer li {
		font-size: 14px;
		margin-bottom: 12px;
	}
	footer li:first-child {
		font-size: 15px;
		letter-spacing: 2px;
	}
	footer li:first-child::after {
		content: "";
		display: block;
		width: 10%;
		height: 2px;
		background: #FFF;
		position: relative;
		bottom: -2px;
	}
	*/
	/*---------------------Окна авторизации--------------------------------------*/
	.company-name {
		font-family: "Bahnschrift";
		justify-content: center;
		align-items: center;
		background-color: var(--main-color);
		color: #fff;
		font-size: 128px;
		font-weight: 500;
	}
	.auth-form {
		padding: 30px 35px 35px 40px;
	}
}
@media (max-width: 576px) {
/*	.round-btn.search-btn {
		padding: 11px;
		line-height: 1;
		width: 37px;
		height: 37px;
	}
*/	
/*	
	.search-menu-bl {
		padding-top: 15px;
		margin-bottom: 15px;
	}
*/	
	.search-menu>div:nth-child(2) {
/*		flex-grow: 1;*/
	}
	.cat-menu+div {
		align-self: center;
	}
	.main-search {
		order: -2;
	}
	.cr-ad-bl {
		order: -1;
		margin-bottom: 15px;
	}
	.cat-menu {
		margin-bottom: 30px;
	}
}