/* 0D82DB */
:root {
	--bg-color: transparent;
	--main-color: #049634;
/*	--main-color: #24C6A4;*/
	--addit-color: #EC4237;
/*	--addit-color: #0D82DB;*/
	--foot-color: #232825;
	--copr-color: #1B1E1B;
}
body {
	font-family: 'Roboto';
	min-height: 100vh;
    display: flex!important;
    flex-direction: column;
	color: #303030;
}

h1, h2 {
	font-family: 'Roboto-Regular';
}
h2 {
    font-size: 24px;
    /*font-weight: 800;*/
	font-weight: 400;
    margin-bottom: 15px;
}
h2::after {
	content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: var(--addit-color);
	margin-top: 5px;
}
h2::first-letter {
	color: var(--main-color);
}
.breadcrumbs {
	display: none;
}
.content-bl,
.chat-blk,
.profile-card {
	background-image: linear-gradient(180deg, rgba(235 235 235 / 20%) 20%, #fff 100%);
    border-radius: 10px;
    border: 1px solid #E2E2E2;
}
.round-btn,
.gr-round-btn {
	display: inline-block;
	text-align: center;
    color: #fff;
    padding: 7px 30px;
	border: none;
    border-radius: 90px;
    font-size: 14px;
	line-height: 1.6em;
	transition: 0.2s ALL ease-out;
}
.round-btn {
    background-color: var(--main-color);
}
.round-btn:hover {
	background-color: var(--addit-color);
	color: #fff;
}
.gr-round-btn {
	background-color: #cbc9c9;
}
.gr-round-btn:hover {
	background-color: #707070;
}
.addit-btn {
	background-color: var(--addit-color);
}
.addit-btn:hover {
	background-color: var(--main-color);
}
.categ-btn {
	background: #fff url('../img/icons/dots-menu-r.svg') no-repeat 20px 50%;
	border: 2px solid var(--addit-color);
	color: var(--addit-color);
    background-size: 17px 17px;
    padding-left: 45px;
    line-height: 1.6em;
}
.categ-btn:hover {
	background: var(--main-color) url(../img/icons/dots-menu-wh.svg) no-repeat 20px 50%;
	border: 2px solid var(--main-color);
	color: #fff;
	background-size: 17px 17px;
	transition: 0.2s ALL ease-out;
}
.cr-ads {
	padding: 14px 15px 14px 35px;
    background: var(--addit-color) url(../img/icons/plus-wh.svg) no-repeat 8px 50% / auto 80%;
}
.cr-ads:hover {
	background: var(--main-color) url(../img/icons/plus-wh.svg) no-repeat 8px 50% / auto 80%;
}
.pass-inp {
	position: relative;
}
.show-passwd {
	position: absolute;
	right: 20px;
	top: 15px;
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 0;
    border: none;
}
input[type="password"]+.show-passwd {
	background: transparent url('../img/icons/pass_show.svg') no-repeat 50% 50%/100%;
}
input[type="text"]+.show-passwd {
	background: transparent url('../img/icons/pass_hide.svg') no-repeat 50% 50%/100%;
}
/*---------------------Окна авторизации--------------------------------------*/
.modal-auth .modal-body{
	padding: 0;
}
.modal-auth .modal-content {
	border-radius: 20px;
    overflow: hidden;
}
.auth-form {
	padding: 30px 25px 35px 25px;
}
.auth-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.auth-title h3 {
	font-size: 34px;
	font-weight: 800;
	color: var(--main-color);
}
.auth-inp {
	margin-bottom: 15px;
}
.auth-inp label {
	display: block;
    font-size: 16px;
    font-weight: 600;
    padding-left: 1px;
    margin-bottom: 10px;
}
.auth-consent{
	text-align: center;
}
.auth-consent a {
	color: var(--main-color);
	text-decoration: none;
}

.auth-consent a:hover {
	color: var(--addit-color);
	text-decoration: underline;
}
.gr-inp input,
.auth-inp input,
.auth-inp select {
	background: #F2F4F3;
	padding: 15px;
	border-radius: 30px;
	border: none;
	width: 100%;
}
.gr-inp input::placeholder {
	font-size: 13px;
	font-weight: 300;
}
.forg-pass {
	color: var(--main-color);
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
	cursor: pointer;
}
.auth-foot {
	margin-top: 30px;
	border-top: 1px solid #D3D7E4;
	padding: 25px 20px 0;
	text-align: center;
}
.auth-soc {
	display: flex;
    justify-content: center;
	margin-bottom: 30px;
}
.auth-soc .fa-google {
	color: #ea4335;
}
.auth-soc .fa-facebook-f {
	color: #3D6AD6;
}
.auth-soc a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #EEF1FB;
	margin: 0 10px;
	border-radius: 50%;
	font-size: 30px;
}
.auth-soc a:hover {
	box-shadow: 0px 4px 11px 0px rgba(255, 0, 0, 0.15);
}
.auth-switch {
	color: var(--addit-color);
	text-decoration: underline;
	cursor: pointer;
}
.modal-auth .round-btn {
	width: 100%;
    padding: 15px;
    font-size: 16px;
}
.rest_error {
	display: flex;
    justify-content: center;
    align-items: center;
/*    height: 100%;*/
    font-size: 34px;
	color: var(--addit-color);
}
/*----------------------------------Хедер--------------------------------*/
/* Notifications Block */
.notifications-block .row{
	padding: 10px;
}

.notifications-block p{
	margin-bottom: 0.2rem;
}

.notifications-btn {
	background-color: var(--main-color);
	border-radius: 15px;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	border: none;;
}

/* !END Notifications Block */

header {
	padding-top: 15px;
}
.logo a {
	display: flex;
    align-items: center;
}

.logo a>span:hover {
	color: #000;
	opacity: 0.6;
}
.logo span span.logo-about {
	font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--main-color);
    text-align: center;
    padding-top: 3px;
}
.logo img {
	max-height: 70px;
	max-width: 100%;
}

.logo span {
	font-family: "Roboto Slab", serif;
	font-size: 32px;
	font-weight: 600;
    line-height: 1em;
    padding-left: 5px;
	display: flex;
    flex-direction: column;
	padding-top: 5px;
}


.top-menu {
	display: none;
}


.search-menu {
	display: flex;
    align-items: center;
    border-radius: 90px;
    padding: 6px 7px 6px 15px;
    background-color: #fff;
    border: 2px solid #049634;
}
.search-menu>div:first-child {
    border-radius: 90px;
}
.search-menu>div:last-child {
    line-height: 0;
}
.search-menu .search-inp {
	flex-grow: 1;
}

.search-menu input {
	width: 100%;
	height: 100%;
	font-size: 14px;
    border: none;
	outline: none;
}
.search-menu input::placeholder {
	font-size: 14px;
	color: #9E9E9E;
}

.autocomplete-dropdown {
	position: absolute;
	width: 100%;
	z-index: 1000;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	word-wrap: break-word;
}

.dropdown-item {
	white-space: normal !important; /* Разрешаем перенос строк */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Ограничиваем количество строк */
	-webkit-box-orient: vertical;
	max-width: 100%;
}

.search-btn {
	display: inline-block;
	padding: 11px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 14px;
	line-height: 1;
    transition: 0.2s ALL ease-out;
}

.search-btn span {
	display: none;
}
.main-menu {
	display: flex;
	align-items: end;
	position: relative;
}

.main-info {
	font-size: 32px;
    font-weight: 300;
    line-height: 1em;
    text-align: center;
}
.main-info>span:first-child{
	color: var(--main-color);
}
.main-info>span:nth-of-type(2){
	color: var(--addit-color);
}
.main-search {
	margin-bottom: 15px;
    margin-top: 10px;
}
.main-search input {
	font-size: 20px;
	outline: none;
}
.main-search input::placeholder {
	font-size: 18px;
	font-family: 'Roboto';
	font-weight: 300;
}
.main-search .search-menu {
	border-radius: 30px;
}
.main-search .main-info {
    font-size: 24px;
    line-height: 1.2em;
    padding-top: 5px;
    margin-bottom: 20px;
}
.main-search .autocomplete-dropdown {
    width: calc(100% - 20px);
	background-image: linear-gradient(180deg, transparent, #fff 20px);
	border: none;
	padding-bottom: 0;
}

.categ-menu {
	display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 90%;
    left: 0;
    background-image: linear-gradient(180deg, transparent, #fff 20px);
    width: 100%;
    z-index: 10;
    padding: 20px 3vw 0;
    font-family: 'Roboto';
	transform-origin: top left;
	transform: scaleY(0);
	transition: 0.3s All;
}
.categ-menu::before,
.categ-menu::after,
.main-search .autocomplete-dropdown::before,
.main-search .autocomplete-dropdown::after {
	content: "";
	display: block;
	width: 100%;
	background-image: linear-gradient(45deg, #fff, #036122, #fff);
	opacity: 0.4;
}

.main-search .autocomplete-dropdown a {
	font-weight: 500;
}

.categ-menu::before {
	height: 2px;
	margin-bottom: 15px;
}
.categ-menu::after {
	height: 8px;
}
.category-column {
	width: 25%;
}

.main-search .autocomplete-dropdown::before {
    height: 2px;
    margin-bottom: 5px;
}
.main-search .autocomplete-dropdown::after {
	 height: 6px;
}

/*
.main-categ-list {
	display: flex;
	overflow: hidden;
	margin-bottom: 10px;
}
*/

.main-categ-list a {
	color: #707070;
    font-size: 16px;
	padding: 10px 0 5px;
	margin-right: 35px;
	white-space: nowrap;
}
.category-item {
	margin-bottom: 30px;
}
.category-item li:first-child {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
}
.category-item li:first-child span:first-letter {
	color: var(--main-color);
}
.category-item li:first-child img{
	width: 25px;
}


.category-item li {
	font-size: 13px;
    margin-bottom: 8px;
}
.category-item img {
	width: 20px;
    display: inline-block;
    margin-right: 10px;
}

.categ-btn:hover+.categ-menu,
.categ-menu:hover {
	display: flex;
	transform: scaleY(1);
}
/*--------------------------------- Футер ----------------------------------*/
footer {
	color: #fff;
	background-color: #303030;
	padding: 40px 0 30px;
	margin-top: auto;
}
.foot-logo-bl {
/*    display: flex;
    flex-direction: column;
    align-items: center;*/
    padding-top: 20px;
}


footer .foot-serv-links li:first-child {
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 14px;
}
footer .foot-serv-links  li:first-child:after {
	content: "";
	display: block;
	width: 25px;
	height: 1px;
	background-color: #fff;
	margin-top: 2px;
}
footer .foot-serv-links  li {
	margin-bottom: 7px;
}
footer .foot-serv-links  li a {
	font-size: 15px;
}
.foot-serv-links li a img{
    width: 25px;
    display: inline-block;
    margin-right: 6px;
	vertical-align: sub;
}
.footer-logo {
	display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer-logo img {
	padding-right: 5px;
}
.footer-logo span {
    font-family: "Roboto Slab", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1em;
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}
.footer-logo span span.logo-about {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    padding-top: 3px;
}
.footer-logo+div {
	font-size: 12px;
}
footer a {
	color: #fff;
}
.top-btn-bl {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: fixed;
	bottom: 80px;
	right: 15px;
	z-index: 10;
}
.top-btn-bl button{
	width: 40px;
    height: 40px;
    background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
    margin-bottom: 20px;
    padding: 0;

}
.top-btn-bl img {
	width: 100%;
	height: auto;
}

.back-btn-bl{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: fixed;
	bottom: 80px;
	left: 15px;
	z-index: 10;
}

.back-btn-bl button{
	width: 40px;
	height: 40px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-bottom: 20px;
	padding: 0;
}

.back-btn-bl img {
	width: 100%;
	height: auto;
}

.back-btn{
	rotate: 270deg;
}

.home-btn{

}

.app-links-bl {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.app-link-item {
	display: flex;
	align-items: center;
	width: 45%;
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 5px 10px;
	margin-bottom: 10px;
	margin-right: 15px;
}
.app-link-item img {
	max-width: 35px;
	max-height: 35px;
}
.app-link-item>div:first-child {
	margin-right: 15px;
    margin-left: 5px;
}
.app-link-item>div:last-child {
	line-height: 1.2em;
}
.app-link-item>div:last-child div:first-child {
	font-size: 12px;
}
.app-link-item>div:last-child div:last-child {
	font-size: 15px;
}
.app-links {
	display: flex;
    flex-wrap: wrap;
	margin-left: 20px;
	justify-content: center;
}

/*----------------------------------*/
a.my-adv-link {
	background: url(../img/icons/megaphone-gr.svg) no-repeat 15px center/24px;
    background-size: 24px;
}
a.my-adv-link.active,
a.my-adv-link:hover {
	background: url(../img/icons/megaphone-r.svg) no-repeat 15px center/24px;
}
a.my-fav-link {
	background: url(../img/icons/to-fav-gr.svg) no-repeat 15px center/22px 21px;
	background-size: 22px 21px;
}
a.my-fav-link.active,
a.my-fav-link:hover {
	background: url(../img/icons/to-fav-rt.svg) no-repeat 15px center/22px 21px;
}
a.my-mess-link {
	background: url(../img/icons/messgs-gr.svg) no-repeat 15px center;
	background-size: 21px;
}
a.my-mess-link.active,
a.my-mess-link:hover {
	background: url(../img/icons/messgs-rt.svg) no-repeat 15px center;
	background-size: 21px;
}
a.my-rew-link {
	background: url('../img/icons/review.svg') no-repeat 15px center;
	background-size: 21px;
}
a.my-rew-link.active,
a.my-rew-link:hover {
	background: url('../img/icons/review-rt.svg') no-repeat 15px center;
	background-size: 21px;
}
a.my-sett-link {
	background: url(../img/icons/sett-gr.svg) no-repeat 15px center;
	background-size: 21px;
}
a.my-sett-link.active,
a.my-sett-link:hover {
	background: url(../img/icons/sett-r.svg) no-repeat 15px center;
	background-size: 21px;
}
a.my-logout-link {
	background: url('../img/icons/logout-gr.svg') no-repeat 25px center;
	background-size: 21px;
}

a.my-sett-pass {
	background: url('../img/icons/lock.svg') no-repeat 15px center;
	background-size: 21px;
}
a.my-sett-addr {
	background: url('../img/icons/prof-map.svg') no-repeat 15px center/21px;
}
a.my-sett-notif {
	background: url('../img/icons/notif.svg') no-repeat 15px center/21px;
}
/*------------------------------------*/



/*-------------------------------------------  Page 404  --------------------------------------------*/
.header-404 {
    padding-top: 2vh;
/*    margin-bottom: 2vh;*/
}
.logo-404 {
	display: flex;
    width: 100%;
}
.logo-404 img {
	max-height: 46px;
    width: auto;
}
.logo-404>span {
	display: flex;
    flex-direction: column;
    padding-left: 15px;
    flex-grow: 1;
}
.logo-404>span>span:first-child{
	font-size: 34px;
    font-family: "Roboto Slab", serif;
    font-weight: 600;
}
.logo-404-about {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
    padding-top: 10px;
    display: inline-block;
}

.logo-404-about span:first-child{
	color: var(--main-color);
}
.logo-404-about span:nth-child(2){
	color: var(--addit-color);
}


.body-404 {
    justify-content: space-between;
	background: linear-gradient(0deg, #fff 20vh, #E7E6E6, #F2F0F1);
}
.main-404 {
    background: url('../img/404-bg-m.svg') no-repeat 50% 100% / contain;
    margin-bottom: 15px;
}
.main-404 .search-menu {
	position: relative;
}

.main-404 h1 {
	font-size: 50px;
    color: #676767;
    text-align: center;
    margin: 15px 0 35px;
}
.main-404 .text-404 {
	font-size: 16px;
	color: #676767;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 50px;
}
.main-404 h1+div {
	text-align: center;
    font-size: 80px;
    color: var(--addit-color);
    font-weight: bold;
    margin-bottom: 30px;
}
.contr-404 {
	text-align: center;
}
.contr-404 a {
    display: inline-block;
    background-color: var(--addit-color);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 15px 35px;
    margin: 0px 5px;
    border-radius: 32px;
	transition: 0.2s ALL ease-out;
}
.contr-404 a:hover {
	color: #fff;
	background-color: var(--main-color);
}
.footer-404 {
    background-color: #303030;
    color: #fff;
    margin-top: auto;
    padding: 15px 0 20px;
}
.footer-404 .container>div {
	margin: 0 auto;
}
.footer-404 .footer-logo {
	color: #fff;
}
.set-rating-bl {
	position: relative;
}
.act-rating {
	position: absolute;
    top: 0;
}
.set-rating-bl img {
	width: 21px;
	height: auto;
	display: inline-block;
    margin-right: 2px;
	cursor: pointer;
}
.act-rating>div {
	width: 0;
    white-space: nowrap;
    overflow: hidden;
}
.act-rating .one-star {
	width: 21px;
}
.act-rating .two-star {
	width: 48px;
}
.act-rating .three-star {
	width: 75px;
}
.act-rating .four-star {
	width: 104px;
}
.act-rating .five-star {
	width: 100%;
}
@media (min-width: 576px) {
	
}
@media (min-width: 768px) {
	.logo span,
	.footer-logo span {
		font-size: 36px;
	}
	body {
		/*background: linear-gradient(180deg, #fff 20vh, #ffa8f4, #ef6edf);*/
		background: linear-gradient(180deg, #fff 20vh, #E7E6E6, #F2F0F1);
		/*background: var(--bg-color) url(../img/ellipse-bg-top-gr.png) no-repeat 100% 20px;*/
	}
	h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.main-menu nav {
		align-self: center;
		justify-content: space-between;
	}
	.top-menu .controls a {
		display: inline-block;
		width: 26px;
		height: 25px;
		margin-left: 25px;
		background-size: contain;
		position: relative;
	}
	.top-menu .controls a span {
		display: inline-block;
		position: absolute;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background: var(--addit-color);
		color: #fff;
		left: 100%;
		bottom: 100%;
		font-size: 11px;
		text-align: center;
		line-height: 18px;
		font-weight: 600;
		box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.25);
	}	
	.top-menu .controls .log-usr-name {
		width: auto;
        display: flex;
        align-items: center;
        color: var(--addit-color);
        font-size: 16px;
        font-weight: bold;
	}
	.log-usr-name img{
		width: auto;
		height: 100%;
	}
	.log-usr-name div:first-child {
		display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        overflow: hidden;
        border-radius: 50%;
        margin-right: 10px;
/*		padding: 3px;*/
		border: 1.4px solid #303031;
	}
	
	
	
	.log-btn {
		background: url("../img/icons/login.svg") no-repeat 50% 50%;
	}
	.log-btn:hover {
		background: url("../img/icons/login-r.svg") no-repeat 50% 50%;
	}
	.logout-btn {
		background: url("../img/icons/logout.svg") no-repeat 50% 50%;
	}
	.logout-btn:hover {
		background: url("../img/icons/logout-r.svg") no-repeat 50% 50%;
	}
	.my-msg-btn {
		background: url("../img/icons/messgs-bl.svg") no-repeat 50% 50%;
		background-size: 25px !important;
	}
	.my-msg-btn:hover {
		background: url("../img/icons/messgs-r-h.svg") no-repeat 50% 50%;
		background-size: 25px !important;
	}
	.to-fav-btn {
		background: url("../img/icons/to-fav-top.svg") no-repeat 50% 50%;
	}
	.to-fav-btn:hover {
		background: url("../img/icons/to-fav-top-r.svg") no-repeat 50% 50%;
	}
	
	.search-menu {
		padding: 4px 3px;
	}

	.search-menu>div:last-child {
		padding-right: 2px;
	}
	.cat-menu {
		padding: 0 2px;
		background-color: #fff;
		width: auto;
	}
	
	.search-inp {
		padding-left: 20px;
	}
	
	.search-btn {
		background: var(--main-color) url(../img/icons/search.svg) no-repeat 17px 50%/22px;
        border-radius: 25px;
        padding: 8px 30px 8px 40px;
	}
	.search-btn:hover {
		background: var(--addit-color) url(../img/icons/search.svg) no-repeat 17px 50%/22px;
		color: #fff;
	}
	.main-categ-list {
		padding: 0 10px;
	}
	
	.main-search {
		margin-bottom: 50px;
		margin-top: 100px;
	}
	
	.body-404 .main-search {
		width: 80%;
		margin: 0 auto;
	}
	.app-link-item {
		width: 100%;
	}
/*--------------------Page 404------------------------------*/
	.main-404 {
		background: url('../img/404-bg.svg') no-repeat 50% 50%/contain;
		margin-bottom: 15px;
	}
	.logo-404 img {
		max-height: 70px;
	}
	.header-404 {
		padding-top: 4vh;
		margin-bottom: 5vh;
	}
	.logo-404-about {
		font-size: 36px;
	}
	.main-404 h1 {
		font-size: 107px;
	}
	.main-404 .text-404 {
		font-size: 37px;
	}
	.contr-404 a {
		font-size: 16px;
		padding: 15px 45px;
		margin: 0 25px;
	}
	.footer-404 {
		padding: 30px 0;
	}

}
@media (min-width: 992px) {
	header {
		margin-bottom: 20px;
        margin-bottom: 35px;
    }
	.breadcrumbs {
		display: block;
		margin-bottom: 30px;
	}
	.breadcrumbs::after {
		content: "";
		display: block;
		height: 0.5px;
		background-image: linear-gradient(45deg, rgba(3, 97, 43, 0.8), #fff);
		margin-top: 3px;
	}
	
	.breadcrumbs li:first-child {
		padding-left: 20px;
		background: url('../img/icons/home.svg') no-repeat 0 50%;
	}
	
	.breadcrumbs li {
		display: inline-block;
		margin-right: 22px;
		position: relative;
		font-family: 'Roboto';
		font-size: 13px;
		color: rgba(48, 48, 48, 0.5);
	}
	.breadcrumbs li:not(:last-child)::after {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		background: url(../img/icons/right_arrow_gr.svg) no-repeat 50% 50%;
		position: absolute;
		bottom: 4px;
		right: -18px;
	}
	.breadcrumbs li a {
		color: rgba(48, 48, 48, 0.8);
	}
	.breadcrumbs li a:hover {
		color: var(--addit-color);
	}
	.breadcrumbs li:last-child {
		color: rgba(48, 48, 48, 1);
		font-weight: bold;
	}
	.top-menu {
		display: flex;
		font-size: 13px;
		align-items: center;
	}
	.top-menu nav {
		display: flex;
	}
	.top-menu nav a {
		margin-right: 30px;
	}
	.top-menu nav a:hover {
		color: var(--addit-color);
	}
	.search-menu-bl {
		flex-grow: 1;
        margin-right: 1vw;
        margin-left: 2vw;
	}
	.top-menu .controls {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}




}

@media (min-width: 1024px) {
	header {
        padding-top: 30px;
        margin-bottom: 25px;
    }
	.main-menu {
        padding-top: 15px;
    }
	.back-btn-bl{
		display: none;
	}
}
@media (min-width: 1200px) {
	.main-menu {
		padding-top: 35px;
	}
	.search-btn span {
		display: inline-block;
        padding-left: 10px;
        line-height: 1.6em;
	}
}
@media (min-width: 1400px) {
	header {
		margin-bottom: 35px;
	}
}
@media (max-width: 1200px) {
	.search-btn {
		width: 37px;
        height: 37px;
        background: transparent url('../img/icons/search-gr.svg') no-repeat left 5px/ 26px;
        border-radius: 50%;
        padding: 0;
	}
}
@media (max-width: 1024px) {
	
}
@media (max-width: 992px) {
	header {
		padding-bottom: 15px;
	}
	header:not(.main-page) .logo span {
		display: none;
	}
	.main-menu {
		padding-top: 0;
		align-items: center;
	}
		.mob-par-cat {
		overflow: auto;
		padding-top: 5px;
		margin-bottom: 40px;
	}
	.par-cat-title-all {
		font-size: 24px;
        font-weight: 500;
        padding-left: 15px;
        position: relative;
        margin-bottom: 15px;
	}
	.par-cat-title-all::first-letter {
		color: var(--addit-color);
	}
	
	.mob-par-cat .par-cat-title {
		font-size: 20px;
        font-weight: 500;
        padding-left: 15px;
		padding-bottom: 5px;
        position: relative;
        margin-bottom: 25px;
	}
	.mob-par-cat .par-cat-title::first-letter {
		color: var(--main-color);
	}
	.mob-par-cat .par-cat-title::after {
		content: "";
        display: block;
        width: 95%;
        height: 2px;
        background-image: linear-gradient(90deg, #049634, #fff);
        position: absolute;
        left: 0;
        bottom: -5px;
	}
	.mob-par-cat .par-cat-title img {
		height: 35px;
		vertical-align: bottom;
	}	
	.mob-par-cat ul {
		margin-bottom: 25px;
	}
	.mob-par-cat li {
		padding-left: 30px;
		margin-bottom: 7px;
	}
	.mob-par-cat li a{
		display: inline-block;
		width: 100%;
	}
	.mob-par-cat img {
		padding-right: 5px;
	}
	.mob-par-cat li img {
		max-width: 45px;
	}
	.mob-bottm-menu {
		display: flex;
        background-color: #fff;
        align-items: end;
        justify-content: space-between;
        padding: 10px;
		position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
		z-index: 100;
	}
	.mob-bottm-menu a {
		color: #707070;
		text-align: center;
		font-size: 15px;
	}
	.mob-bottm-menu a>div:first-child {
		padding-bottom: 5px;
	}
	.mob-bottm-menu img {
		width: 30px;
		height: auto;
	}
	.add-ads-btm a{
		position: relative;
	}
	.add-ads-btm a>div:first-child{
		position: absolute;
		top: -65px;
		left: 0;
		background: #fff;
		border-radius: 50%;
		padding: 5px;
		padding-bottom: 0;
	}
	.add-ads-btm img {
		width: 55px;
		height: auto;
	}
	footer {
		padding-bottom: 0;
		padding-top: 20px;
	}
	.app-links-bl {
		margin-bottom: 120px;
	}
		.mob-prof-canvas {
		background: linear-gradient(180deg, #fff 11%, #E7E6E6 65%, #F2F0F1 100%);
	}
	
	.mob-prof-bl {
		padding: 10px 10px 0;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	
	.mob-prof-info {
		background: #F1EFF0;
		border-radius: 25px;
		padding: 40px 15px;
		display: flex;
		align-items: center;
		margin-bottom: 30px;
	}
	.mob-prof-info>div:first-child {
		width: 90px;
        height: 90px;
        border: 3px solid #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-right: 15px;
	}
	.mob-prof-info>div:first-child img {
		max-height: 100%;
		width: auto;
	}
	.mob-sh-prof-info h4 {
		font-size: 21px;
		margin-bottom: 3px;
	}
	.mob-prof-rate {
		margin-bottom: 3px;
	}
	.mob-prof-rate img {
		display: inline-block;
        width: 19px;
        height: auto;
        margin-right: 3px;
		vertical-align: sub;
	}
	.mob-prof-rate span {
		font-size: 18px;
		padding-left: 10px;
	}
	.mob-user-exper {
		color: #303031;
		opacity: 0.5;
		font-size: 15px;
	}
	.mob-prof-bl ul {
		margin-bottom: 15px;
	}
	.mob-prof-bl li {
		background: url(../img/icons/arr-r-gr.svg) no-repeat 95% 5px;
        background-size: 9px;
		margin-bottom: 10px;
	}
	.mob-prof-bl li a {
		display: inline-block;
		font-size: 17px;
		margin-bottom: 10px;
		padding-left: 55px;
		width: 100%;
		text-align: left;
		color: #303030;
	}
	.mob-prof-logout {
		margin: 0 -10px;
		position: relative;
		margin-top: auto;
	}
	.mob-prof-logout::before {
        content: "";
        display: block;
        width: 95%;
        height: 2px;
        background-image: linear-gradient(90deg, #049634, transparent);
        position: absolute;
        left: 0;
        top: 0;
    }
	.mob-prof-logout a {
		display: inline-block;
        font-size: 19px;
		padding: 20px 10px 20px 65px;
        width: 100%;
        text-align: left;
        color: #303030;
        font-weight: 500;
	}
	.mob-prof-bl .my-fav-link span,
	.mob-prof-bl .my-mess-link span,
	.mob-prof-bl .my-adv-link span {
		display: inline-block;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        padding: 2px;
        vertical-align: middle;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 1.3em;
        margin-left: 10px;
	}
	.mob-prof-bl .my-fav-link span,
	.mob-prof-bl .my-adv-link span	{
		background-color: var(--main-color);
	}
	.mob-prof-bl .my-mess-link span	{
		background-color: var(--addit-color);
	}
	
}
@media (max-width: 768px) {
	body {
		background: linear-gradient(180deg, #fff 0%, #E7E6E6 35%, #F2F0F1 85%);
	}
}
@media (max-width: 576px) {	
	header {
		margin-bottom: 10px;
	}
	header:not(.main-page) {
		border-bottom: 1px solid #D2D2D2;
	}
	
	.search-menu>div:last-child {
		order: -1;
	}
	.logo {
		order: -4;
	}
	.main-page .logo {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
	}
	.main-page .logo span {
		display: flex;
	}
	
	.search-menu-bl {
		padding-left: 0;
	}
	.main-menu img {
		max-height: 70px;
	}
	
	.main-categ-list {
		align-items: center;
		border-top: 1px solid #d2d2d2;
		border-bottom: 1px solid #d2d2d2;
		padding: 0 10px;
		margin: 0 -10px 10px;
	}
	.foot-logo-bl {
		padding-top: 10px;
        border-bottom: 1px solid #707070;
        padding-bottom: 20px;
/*        margin-bottom: 25px;*/
        order: 1;
	}
	.app-links-bl {
		justify-content: center;
        flex-direction: column;
        padding-top: 25px;
/*        margin-bottom: 120px;*/
		order: 2;
	}
	.app-links-title {
		font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px;
	}
	.sel-cat-canv h5 {
		flex-grow: 1;
		text-align: center;
	}

	.footer-logo {
		justify-content: center;
	}
	.footer-logo+div {
		text-align: center;
	}
	.main-404 {
		flex-grow: 1;
	}
	.main-404 h1 {
		line-height: 1.2;
        margin-bottom: 25px;
	}
	.logo-404-about>span:last-child {
		display: block;
	}
	.main-404 h1 strong {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1020px) and (orientation: portrait) {
	header:not(.main-page) {
		display: flex;
		align-items: center;
		padding-top: 25px;
	}
	header:not(.main-page) .logo span {
		display: none;
	}
	header:not(.main-page) .top-menu {
		display: block;
		width: 45%;
		order: 2;
		flex-grow: 1;
	}
	header:not(.main-page) .controls {
		display: none;
	}
	header:not(.main-page) .main-menu {
		width: 60%;
		padding-top: 0;
		align-items: center;
	}
	header:not(.main-page) .logo img {
		height: 70px;
		max-width: 70px;
	}
	.logo {
		padding-left: 0;
	}
	.top-menu nav {
		text-align: end;
		padding: 0;
	}
	.top-menu nav a{
		padding-left: 12px;
	}
	.foot-logo-bl {
		padding-top: 0;
        text-align: center;
        margin-bottom: 25px;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
	}
	.footer-logo {
		justify-content: center;
		margin-bottom: 10px;
	}
	.app-links-bl {
		margin-bottom: 110px;
	}
	.foot-serv-links {
		margin-bottom: 20px;
	}
}

/* Load Screen */
.loading-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.loading-screen p{
	margin: 0;
	padding-left: 10px;
}

.spinner {
	/*border: 5px solid rgba(0, 0, 0, 0.1);
	border-top: 5px solid #3498db;
	border-radius: 50%;*/
	background: url(/assets/img/icons/preload.svg) no-repeat center;
	background-size: contain;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}