div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(/local/templates/.default/components/bitrix/main.register/become_wholesale/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(/local/templates/.default/components/bitrix/main.register/become_wholesale/images/sec-unlocked.png);}
.datail-page .wholesale{
	display: inline-block;
	background: unset;
	box-shadow: unset;
	margin-bottom: 15px;
}
.slide .rate-box .wholesale {
	padding: 9px 2px;
	width: 150px;
}
.wholesale-drop {
	border: 1px solid #acacac;
	overflow: hidden;
	position: absolute;
	top: 100%;
	right: 0;
	/*left: 100%;*/
	/*width: 485px;*/
	/*margin-left: -485px;*/
	background: #fff;
	z-index: 1001;
	padding: 27px 30px 20px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
	display: none;
}
.wholesale-drop .form-box {
	width: 460px;
}
.wholesale-drop  .check-form label {
	width: 32%;
}
.wholesale-drop .log-close {
	width: 16px;
	height: 15px;
	background: url(/local/templates/.default/components/bitrix/main.register/become_wholesale/images/log-close.jpg) no-repeat 0 0;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 102;
}
.wholesale-drop .form-holder {
	border-bottom: none;
	margin-bottom: 0;
}
.wholesale-drop .form-holder legend a{
	color: #da251c;
}
.wholesale-drop .check-form input[type="text"], .wholesale-drop .check-form input[type="email"], .wholesale-drop .check-form input[type="tel"] {
	width: 67%;
}
.wholesale-drop .check-form input[type="text"] {
	text-transform: capitalize;
}
.wholesale-drop input[type="submit"] {
	padding: 9px 34px;
	border: 0;
	border-top: 1px solid #e76f69;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	background: #da251c;
	border-radius: 3px;
}
.wholesale-auth-btn {
	color: #000;
	text-decoration: underline;
}
.wholesale-auth-btn:hover {
	color: #000;
	text-decoration: none;
}
.wholesale-drop .bx-sls.field-for-select {
	width: 67%;
}
.wholesale-drop .bx-ui-sls-route {
	width: 100% !important;
}
@media only screen and (max-width: 1720px){
	.rate-box .wholesale {
		/*width: 177px;*/
	}
}
@media only screen and (max-width: 1569px){
	.rate-box .wholesale {
		/*width: 145px;*/
		/*padding: 9px 3px;*/
	}
}
@media only screen and (max-width: 1440px){
	.wholesale-drop .form-box {
		/*width: 100%;*/
	}
	.rate-box .wholesale {
		font-size: 14px;
		line-height: 14px;
		padding: 6px 12px;
	}
	.slide .rate-box .wholesale {
		padding: 9px 2px;
		width: 88px;
		font-weight: normal;
	}
}
@media only screen and (max-width: 767px){
	.wholesale-wrap {
		position: absolute;
		width: 47%;
		right: 0;
		bottom: -6px;
		text-align: center;
	}
	.wholesale {
		display: inline-block;
		vertical-align: top;
		padding: 5px 0;
	}
	.wholesale-drop {
		width: 100vw;
		left: 0;
		top: 0;
		right: auto;
	}
	.wholesale-drop .form-box {
		width: 100%;
	}
	.work-conditions{
		margin: 0 10px 20px;
	}
}
@media only screen and (max-width: 485px){
	.wholesale-drop .check-form input[type="text"], .wholesale-drop .check-form input[type="email"], .wholesale-drop .check-form input[type="tel"]{
		width: 100%;
	}
}
@media only screen and (max-width: 479px){
	.work-cond-button {
		width: 40px;
		height: 20px;
		text-indent: -9999px;
		background: url(/local/templates/main/images/menu_arrow.png) no-repeat center;
		transform: rotate(90deg);
		transition: .25s;
	}
	.rotate-work-cond-button{
		transform: rotate(-90deg);
		transition: .25s;
	}
}