.error{
	background: transparent!important;
}

#toTop{
	z-index: 4!important;
}

.request{
	width: 66.8%;
	margin-bottom: 20px;
}

.popup_lock{
	margin-right: 15px;
	overflow: visible !important;
	width: auto;
}

.popup_lock body{
	overflow: hidden !important;
}

label.error{
	display: block!important;
	font-size: 12px;
	color: #ff0000;
	position: relative;
	top: -12px;
}

.form-div-4{
	width: 600px;
}

.form-div-4 p{
	color: #575757;
	font-size: 14px;
	display: inline-block;
	width: 180px;
	vertical-align: top;
	position: relative;
	top: 4px;
}

.form-div-5{
	width: 600px;
}

.form-div-5 p{
	color: #575757;
	font-size: 14px;
	display: inline-block;
	width: 180px;
	vertical-align: top;
	position: relative;
	top: 4px;
}

.form-div-6{
	width: 600px;
}

.form-div-6 p{
	color: #575757;
	font-size: 14px;
	display: inline-block;
	width: 180px;
	vertical-align: top;
	position: relative;
	top: 4px;
}

.form-div-7{
	width: 600px;
}

.form-div-7 p{
	color: #575757;
	font-size: 14px;
	display: inline-block;
	width: 180px;
	vertical-align: top;
	position: relative;
	top: 4px;
}

.form-div-8{
	width: 600px;
}

.form-div-8 p{
	color: #575757;
	font-size: 14px;
	display: inline-block;
	width: 180px;
	vertical-align: top;
	top: 10px;
	vertical-align: top;
	position: relative;
}

textarea{
	width: 400px;
	min-height: 87px;
  	max-height: 87px;
  	resize: none;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

textarea.error{
	border: 1px solid #ff0000;
}

#order-form label{
	display: inline-block;
	padding-top: 3px;
	margin-bottom: 0px;
}

#order-form input{
	width: 400px;
	height: 21px;
	border: 1px solid #cccccc;
	border-radius: 5px;

	@media screen and(max-width: 1250px){
		width: 300px;
    }
}

#order-form select {
	width: 414px;
	padding: 4px 6px;	
}

.btn{
	left: 183px;
    top: 10px;
}

.btns p{
	font: italic 14px Open Sans, Arial, Helvetica, sans-serif;
	color: #ababab;
	text-transform: none;
	width: 160px;
	margin-top: 11px;
}

.details{
	width: 31%;
	min-height: 476px;
}

.details p{
	color: #575757;
	font-size: 14px;
	font-weight: bold;
}

.details .total_price{
	color: #575757;
	font-size: 24px;
	margin-bottom: 50px;
}

.details .total_price ins{
	text-decoration: none;
}

.payment{
	margin-top: 50px;
}

.latest{
	font-weight: normal!important;
}

.buy{
	width: 145px;
	height: 46px;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	font: 600 16px/18px 'Open Sans', Open Sans, Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: none;
	text-align: center;
	letter-spacing: 0;
	background: #4f4c4b;
	text-shadow: none;
	margin-left: 184px;
	margin-top: 7px;
	float: left;
}

.buy:hover{
	color: #ffc301;
	background: #2f2d2d;
}

.bg_popup{
	background: rgba(0,0,0, .5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 88;
	width: 100%;
	height: 100%;
	display: none;
}

.popup{
	overflow-x: hidden;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
}

.basket_popup{
	width: 600px;
	min-height: 400px;
	background: #fff;
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	/*bottom: 0;*/
	z-index: 100;
	margin: auto;
}

.basket_popup .popup_close{
	width: 10px;
	height: 10px;
	background: url('../img/close_icon.png') no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.basket_popup .successfully{
	width: 550px;
	margin: auto;
	height: 50px;
	position: relative;
}

.basket_popup .successfully h3{
	font-size: 18px;
	color: #33cc00;
	font-weight: bold;
	text-transform: none;
	margin-top: 50px;
	margin-left: 72px;
	position: relative;
	top: 30px;
}

.basket_popup .successfully:after{
	content: '';
	background: url('../img/confirm_icon.png') no-repeat;
	width: 47px;
	height: 47px;
	position: absolute;
	top: 20px;
	left: 0px;
}

.basket_popup .basket_wrap{
	width: 525px;
	margin: auto;
	padding-top: 40px;
	margin-top: 40px;
	/*border-top: 1px solid #b7b7b7;*/
}

.basket_popup .basket_wrap p{
	color: #b7b7b7;
	text-transform: uppercase;
	font-size: 11px;
	padding-bottom: 5px;
	display: inline-block;
	margin: 0;
}

.col{
	padding-left: 235px;
}

.pr{
	padding-left: 86px;
}

.basket_popup .description{
	width: 525px;
	margin: 0;
	border-top: 1px solid rgba(183, 183, 183, 0.6);
	display: inline-block;
}

.basket_popup .description:last-child{
	border-bottom: 1px solid rgba(183, 183, 183, 0.6);
}

.basket_popup .description p{
	font-size: 14px;
	color: #575757;
	width: 280px;
	display: inline-block;
	padding: 25px 0px;
	vertical-align: top;
}

.basket_popup .description .enter_num{
	width: 100px;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 14px;
	text-align: center;
}

.basket_popup .description .enter_num .plus{
	width: 24px;
	height: 24px;
	background: #6d6d6d;
	border: none;
	position: relative;
}

.basket_popup .description .enter_num .plus:hover{
	background: #868585;
}

.basket_popup .description .enter_num .plus:focus{
	border: none!important;
	outline: none!important;
}

.basket_popup .description .enter_num .plus:after{
	content: '';
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 11px;
    left: 6px;
}

.basket_popup .description .enter_num .plus:before{
	content: '';
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 11px;
    left: 6px;
    margin: auto;
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
}

.basket_popup .description .enter_num .minus{
	width: 24px;
	height: 24px;
	background: #6d6d6d;
	border: none;
	position: relative;
}

.basket_popup .description .enter_num .minus:hover{
	background: #868585;
}

.basket_popup .description .enter_num .minus:focus{
	border: none!important;
	outline: none!important;
}

.basket_popup .description .enter_num .minus:after{
	content: '';
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 11px;
    left: 6px;
}

.basket_popup .description .enter_num .input_num{
	width: 40px;
	height: 24px;
	border-radius: 0;
	text-align: center;
	border: none;
	display: inline-block;
	background: #f5f5f5;
	box-shadow: inset 1px 3px 4px #d0d0d0;
	padding: 0;
	margin: 0;
}

.basket_popup .description .enter_num .input_num:focus{
	border: none!important;
	outline: none!important;
	box-shadow: none!important;
}

.basket_popup .description .enter_num .delete{
	font-size: 12px;
	color: #575757;
	border-bottom: 1px solid #c1c1c1;
}

.basket_popup .description .enter_num .delete:hover{
	border-bottom: none;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.basket_popup .description .price_good{
	font-size: 14px;
	color: #575757;
	position: relative;
	top: 21px;
	left: 58px;
}

.basket_popup .description .price_good ins{
	text-decoration: none;
	padding-right: 5px;
}

.basket_popup .total{
	width: 525px;
	margin: auto;
	height: 160px;
}

.basket_popup .total p{
	font-size: 18px;
	color: #575757;
	padding-top: 22px;
	display: inline-block;
}

.basket_popup .total span{
	float: right;
	font-size: 18px;
	color: #575757;
	padding-top: 22px;
}

.basket_popup .total ins{
	text-decoration: none;
	padding-right: 5px;
}

.basket_popup .total .return{
	font-size: 16px;
	color: #575757;
	font-weight: 600;
	border-bottom: 1px solid #adadad;
	position: relative;
	top: 60px;
	right: 15px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;

}

.basket_popup .total .return:hover{
	color: #414886;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	border-bottom: none;
}

.basket_popup .total .issue{
	width: 200px;
	height: 45px;
	background: #5d67c3;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	top: 60px;
	left: 54px;
	border: none;
	padding: 10px;
}

.basket_popup .total .issue:hover{
	background: #414886;
}

.basket_popup #ajax-process{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: none;
}

.basket_popup .total .issue:focus{
	border: none!important;
	outline: none!important;
}

#order-form input:focus{
	box-shadow: none!important;
}

#order-form textarea:focus{
	box-shadow: none!important;
}

.to_basket{
	width: 64px;
	height: 17px;
	position: relative;
	border-radius: 3px;
  	background-color: rgb(93, 103, 195)}

.to_basket:hover{
	background: #414886;
}  	

.tb{
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Open Sans";
	line-height: 17px;
	vertical-align: top;
	color: #fff;
	cursor: pointer;
}

.tb:hover{
	color: #fff;}

/*.to_basket:after{
	content: '';
	background: url('../img/basket_icon.png');
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}*/




/*# sourceMappingURL=basket.css.map */

/*custom*/
.basket_wrap h2 {
    margin-bottom: 20px;
    text-align: center;
}
.basket_popup .total {
    height: auto;
    padding-bottom: 20px;
}
.b-basket-questions {
    display: block!important;
    margin-top: 50px;
    font-size: 14px!important;
}