
.close-menu {
    display: none;
    cursor: pointer;
    margin-left: 15px;
    width: 21px;
    text-align: right;
}



.no-reg .header__search {
    margin-top: 90px;
}

.no-reg__item {
    margin-top: 30px;
    margin-bottom: 30px;
}

.no-reg__link {
    display: block;
    height: 48px;
    width: 100%;
    line-height: 44px;
    text-align: center;
    border: 2px solid #D5D5D6;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #2B2D33;
}

.no-reg__title {
    font-weight: 500;
    text-align: center;
    padding: 0 25px;
    font-size: 20px;
    line-height: 24px;
    color: #2B2D33;
    margin-bottom: 30px;
}


.footer {
	margin-top: auto;
	padding: 40px 0;
	background-color: #2B2D33;
}

.footer__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #55575C;
}

.footer__logo {
	max-width: 150px;
	font-size: 0;
}

.footer__nav {
	display: flex;
}

.footer__link {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #808185;
	text-decoration: none;
	margin-right: 50px;
	transition: all 0.3s ease;
}

.footer__link:hover,
.footer__link:active {
	color: #a7a8aa;
	transition: all 0.3s ease;
}

.footer__link:last-child {
	margin-right: 0;
}

.footer__line {
	margin-top: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__copy {
	font-size: 14px;
	line-height: 26px;
	color: #808185;
}

.footer__politic {
	font-size: 14px;
	color: #808185;
	border-bottom: 1px solid #808185;
	text-decoration: none;
	transition: border-color .3s ease-in-out;
}

.footer__politic:hover {
	border-color: transparent;
}




@media (min-width: 1024px) {}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {

	.footer__nav {
		order: 2;
	}

	.footer__logo {
		margin-right: 20px;
	}

	.footer__link {
		margin-right: 25px;
	}

}

@media (max-width: 767.98px) {

	.footer {
		padding: 25px 0;
	}

	.footer__wrap {
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 10px;
	}

	.footer__logo {
		max-width: 200px;
		margin-right: 0;
		margin-bottom: 25px;
	}

	.footer__nav {
		max-width: 100%;
		flex: 0 0 100%;
		order: 2;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer__link {
		margin: 0 20px 13px;
		font-size: 16px;
	}

	.footer__line {
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer__copy {
		max-width: 100%;
		flex: 0 0 100%;
		margin-top: 20px;
		text-align: center;
	}

}

@media (max-width: 575.98px) {}