@charset "UTF-8";
/*
Theme Name: Форма
Author: Ihor Az
*/
.auth-modal .wrapper {
	max-width: 350px;
}
.status {
	    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}
.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.general .wrapper .sidebar .sidebar-category .category-items .category-item__inner span:hover {
    text-shadow: none !important;
    transition: .3s all;
}
.go_back {
	display: block;
    margin-top: 100px;
    margin-bottom: 20px;
}
.general .wrapper .sidebar, .general .wrapper .main {
	margin-top: 0 !important;
}
.logo-head {
        margin-right: 90px;
}
.auth-modal {
        flex-direction: column;
}
.logo-form {
    margin-bottom: 20px;
}
@media (max-width: 450px) {
	.general {
		margin-top: 135px !important;
	}
}