/*elementy stopki */
	.st-li{

    list-style-type: none;
    padding: 0px;
	}
	.form-control{
		padding: 10px;
	    border-radius: 3px;
		float: left;
		 margin: 5px;
	}
	.btn-send{
		color: white;
		background: #149dcc;
		padding: 10px;

		border-style: none;
	    font-size: 13px;
	    height: 40px;
	    line-height: 40px;
	    display: block;
	    width: auto;
	    padding: 0px 20px;
	    
	    cursor: pointer;
	    text-transform: uppercase;
	    position: relative;
	    outline: none;
	    float: left;
	     margin: 5px;
	    margin-left: 10px;
	    border-radius: 3px;

	}
	.linia{
		height: 2px;
		width: 90%;
		background: white;
		margin: 0px auto;
		margin-top: 20px;
	}
	.box-col2-p{
		padding-bottom: 20px;
	}

	.btn-orange:hover{
		background-color: #BC782D;
		color: white!important;


	}

		.btn-red:hover{
		background-color: #BC382C;
		color: white!important;


	}

	.btn-in{
		    padding: 0px;
	    border: 4px solid #BC382C;
	    color: #FF6658;
	    padding-left: 20px;
	    padding-right: 20px;
	    border-radius: 45px;
	    padding-top: 10px;
	    padding-bottom: 10px;

	}


	textarea{
		background:white;

	}