#modal-registration .error {
	color: red;
	padding-bottom: 20px;
}
.mt50 {
	margin-top: 50px;
}


.catalog-detail-element .slick-slider {
	/*padding-bottom: 100px;*/
}
.list-style {
	margin: 0 0 10px 20px;
}
.list-style li {
	list-style:  circle outside;
}

.auth_ttl {
	padding-top: 20px;
	font-weight: bold;
}
.auth_sms {
	margin-bottom: 20px;
}
.auth_sms .code {
	margin-bottom: 20px;
	text-align: center;
	display: none;
}
.auth_sms .row:first-child {}
.logpass .row:first-child {}
.auth_sms .row .input-block,
.logpass .row .input-block {
	margin-top: 10px;
}
.auth_sms .btn_big {
    font-size: 18px;
    line-height: 19px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.auth_sms.go .start {
	display: none;
} 
.auth_sms.go .code {
	display: block;
}
.auth_sms .start .error,
.auth_sms .code .error{
	font-weight: bold;
	color: #ff0000;
}
.auth_sms .code div.code-input {
	max-width: 140px;
	display: inline-block;
	position: relative;
}
.auth_sms .code div.code-input #USER_CODE {
	text-align: center;
	font-size: 29px;
	letter-spacing: 8px;
}
.auth_sms .code .time {}
.auth_sms .code .time.run {
	padding: 10px 0 0;
}

.auth_sms .code .time.run + .links .resms {
	display: none;
}
.auth_sms .code .links {
	text-align: center;
	padding: 10px 0 0;
}
.auth_sms .code .message span {
	font-weight: bold;
}
.auth_sms .code .links a {
	color: #535458;
	border-bottom: 1px solid #535458;
	line-height: 21px;
	font-size: 12px;
	text-decoration: none;
}
.auth_sms .code .links a:hover {
	border-bottom-color: transparent;
}
.auth_sms .code .links .pp {
	display: none;
	max-width: 500px;
	margin: 10px auto;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	border: 1px solid #535458;
	padding: 10px;
	border-radius: 10px;
	
}
.auth_sms .code .links a.open + .pp {
	display: block;
}

.page-shop .btn-filter__name {
	font-size: 25px;
	line-height: 30px;
}
.page-shop .btn-filter__descr {
	font-size: 25px;
	line-height: 30px;
	float: right;
}
.page-shop .btn-filter {
	display: block;
	width:100%;
	cursor: pointer;
}

.row_top-detale .rating {
	top: -25px;
	right: 15px;
	cursor: pointer;
	z-index: 1;
	display: none;
}
.comment_2024-head > div.comment_2024-head_rating {
	display: none;
}
.wrapper {
	padding-top: 206px;
}
.wrapper > .w-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20001;
	width: 100%;
	background: #fff;
}

@media only screen and (max-width : 1420px) {
	.section_form .title-form {
		min-height: 100px;
	}
}
@media only screen and (max-width : 1200px) {
	.section_form .title-form {
		min-height: 72px;
	}
}
@media only screen and (max-width : 992px) {
	.wrapper {
		padding-top: 101px;
	}
}
@media only screen and (max-width : 700px) {
	.fancybox-container.rotClassbase .fancybox-slide {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width : 575px) {
	.section_form .title-form {
		min-height: auto;
	}
}