/* исправили старый контейнер */
.header .slfc_block .cart_block .cart_icon span{
	padding-top:7px;
}

.container .row .left-cool{
	
}
   .container .row .left-cool img{
	   margin-top:20px;
   }
.container .row .right-cool{
	
}
    .box-form h2{
		font-family: 'Circe';
		font-size:26px;
	}
	
	.box-form .description{
		font-family: 'Circe';
		font-size:15px;
		padding-bottom:20px; 
		margin-bottom:20px;
		border-bottom: 1px solid #b3b3b3;
	}
	    .box-form .description p{
	    	margin:0 0 5px 0;
	    }
	        .box-form .description a{
	        	color:#333;
	        }
	
	.box-form  .description-small{
		font-size:10px;
		margin-top:30px;
		width:60%;
		color:#868686;
	}
	
	.box-form form .form-group label{
		font-family: 'Circe';
		color:#868686;
		font-size:13px;
		font-weight:normal;
	}

	.box-form form .form-group input{
		color:#222;
		width:70%;
	}
	.box-form form .form-group select{
		color:#222;
		height:34px;
		border: 1px solid #ccc;
		color: #868686;
		margin: 0 3px 0 0px;
	} 
	   .box-form form .form-group select option{
	   	  width: 200px;
	   }  

	.box-form form button{
		font-family: 'Circe';
		font-size:12px;
		color:#000;
		background:#ded5ce;
		border-radius:0px;
		margin-top:14px;
	}
	.modal-footer, .modal-header{
		border:0;
	}
	.modal-body{
		text-align:center;
		font-family: 'Circe';
		font-size:14px;
		padding:0 15px 0 15px;
	}
	.modal-footer{
		padding-bottom:30px;
	}
	.modal-footer button{
		font-size:12px;
	}
	.modal-content{
		margin-top:50%;
		border-radius:3px;
	}
	
@media screen and (max-width: 767px) {
	.container .row .right-cool{
		margin-top:-80px;
	}
	.box-form form .form-group input{
		width:100%;
	}
	
	.container .row .right-cool{
		padding-left:0;
		padding-right:0;
	}
	.box-form  .description-small{
		width:100%;
	}
}
