	@import url("colours.css") screen;
	
	.donate-form-table .fs-number {
		display: inline;
		position: static;
	}
	
	.donate-form-table .fs-number-arrow.fs-number-up, 
	.donate-form-table .fs-number-arrow.fs-number-down {
		display: none;
	}
	
	
	
	.donate-form-container table tr:nth-of-type(even) {
		background: #fff;
	}
	
	.donate-form-slider-item {
		line-height: 40px !important;
	}
	
	.donate-form-container table tr td {
		text-align: center;
		box-sizing: content-box;
	}
	
	.donate-form-container .donate-form__back {
		padding: 1px 6px;
		color: #000;
		background: #fff;
	}
	
	.donate-form-container #leyka_cp-card_recurring {
		display: none;
	}
	

   .donate-form-container {
        height: auto;
        width: 360px;
        background-color: #ffffff;
        margin: 0 auto; }
    .donate-form-container fieldset {
        border: 0;
        margin: 0;
        background-color: transparent;
        padding: 0; }

    .donate-form__button {
        white-space: nowrap;
        height: 50px;
        padding: 0 20px;
        float: right;
        line-height: 50px; }

    .donate-form__caption {
        float: left;
        line-height: 50px;
        white-space: nowrap;
        font-size: 17px;
        color: #e65639; }

    .leyka-pm-form_danilovcy {
        padding: 30px; }

    .donate-form__header {
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
        line-height: 1;
        color: #302f2d;
        letter-spacing: 0.05em;
        font-size: 19px;
        font-family: "FuturaDemi"; }

    .donate-form-steps-container {
        margin: 0; }
    .donate-form-steps-container::after {
        clear: both;
        content: "";
        display: table; }

    .donate-form-step {
        float: left;
        width: 33.33333%;
        text-align: center;
        position: relative; }
    .donate-form-step:first-child {
        text-align: left; }
    .donate-form-step:last-child {
        text-align: right; }
    .donate-form-step:first-child::before {
        position: absolute;
        top: 13px;
        left: 53px;
        height: 3px;
        width: 60px;
        display: block;
        content: '';
        background-color: #302f2d; }
    .donate-form-step:last-child::before {
        position: absolute;
        top: 13px;
        left: -15px;
        height: 3px;
        width: 60px;
        display: block;
        content: '';
        background-color: #302f2d; }

    .donate-form-step__circle {
        height: 30px;
        width: 30px;
        background-color: #edeceb;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        display: inline-block;
        vertical-align: top;
        padding-left: 1px;
        margin: 0 7px 8px 5px;
        line-height: 32px;
        text-align: center;
        color: #302f2d; }
    .active .donate-form-step__circle {
        background-color: #0b6600;
        color: #ffffff; }

    .donate-form-step__caption {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        color: #999999;
        font-family: "FuturaDemi";
        font-size: 11px; }

    .donate-form-slider-container {
        height: 48px;
        width: 100%;
        margin: 20px 0 25px;
        padding: 4px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #edeceb; }
    .donate-form-slider-container::after {
        clear: both;
        content: "";
        display: table; }

    .donate-form-slider-item {
        float: left;
        width: 50%;
        line-height: 40px;
        overflow: hidden;
        text-align: center;
        position: relative; }
    .donate-form-slider-item input {
        display: none; }
    .donate-form-slider-item span {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        display: block;
        color: #302f2d;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        font-text-transform: uppercase;
        font-family: "FuturaDemi";
        font-size: 14px; }
    .donate-form-slider-item input:checked + span {
        color: #ffffff;
        background-color: #0b6600; }

    .donate-form-text-input {
        border: 1px solid #d9d9d9;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        display: block;
        font-family: "FuturaBook";
        font-size: 17px;
        height: 50px;
        margin-bottom: 22px;
        padding: 0 15px;
        width: 100%; }

    .donate-form-checkbox {
        padding-bottom: 25px;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 20px; }
    .donate-form-checkbox label {
        color: #302f2d;
        font-family: "FuturaBook";
        font-size: 17px;
        height: 28px; }
    .donate-form-checkbox input[type=checkbox] {
        display: none; }
    .donate-form-checkbox span {
        background: url("checkbox.png") no-repeat scroll center bottom transparent;
        bottom: -3px;
        display: inline-block;
        height: 15px;
        margin-right: 5px;
        position: relative;
        width: 15px; }
    .donate-form-checkbox input[type=checkbox]:checked + span {
        background-position: center top; }
    .donate-form-checkbox a {
        border-bottom: 1px solid #e6e6e6;
        display: inline-block;
        line-height: 22px; }

    .donate-form-table {
        width: 100%;
        text-align: center;
        border-collapse: collapse;
        margin-bottom: 20px; }
    .donate-form-table td {
        height: 50px;
        width: 33.3333%;
        border: 1px solid #e5e5e5;
        vertical-align: middle;
        font-family: "FuturaBook"; }
    .donate-form-table label {
        height: 100%;
        width: 100%;
        line-height: 50px;
        display: block; }
    .donate-form-table input[type=radio] {
        display: none; }
    .donate-form-table input[type=text], .donate-form-table input[type=number] {
        height: 100%;
        width: 100%;
        display: block;
        outline: 0;
        border: 0;
        padding: 0 10px;
        text-align: center; }

    .donate-form-table input[type=text]::-webkit-input-placeholder {
        opacity: 1; }
    .donate-form-table input[type=text]::-moz-placeholder {
        opacity: 1; }
    .donate-form-table input[type=text]:-moz-placeholder {
        opacity: 1; }
    .donate-form-table input[type=text]:-ms-input-placeholder {
        opacity: 1; }

    .donate-form-table input[type=number]::-webkit-input-placeholder {
        opacity: 1; }
    .donate-form-table input[type=number]::-moz-placeholder {
        opacity: 1; }
    .donate-form-table input[type=number]:-moz-placeholder {
        opacity: 1; }
    .donate-form-table input[type=number]:-ms-input-placeholder {
        opacity: 1; }

    .donate-form-table-radio {
        height: 100%;
        width: 100%; }
    input[type=radio]:checked + .donate-form-table-radio {
        background-color: #0b6600;
        color: #ffffff; }

    .donate-form-container-step {
        display: none; }
    .donate-form-container-step--active {
        display: block; }
    .donate-form-container-step .selectize-control {
        margin: 20px 0; }

    .donate-form__back {
        height: 50px;
        text-transform: uppercase;
        line-height: 50px;
        border: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
        background-color: transparent;
        letter-spacing: 0.06em;
        font-family: "FuturaDemi";
        font-size: 14px; }

    .button-red {
        background: #e65639;
        border: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        font-family: "FuturaDemi";
        font-size: 14px;
        height: 40px;
        letter-spacing: 0.7px;
        line-height: 40px;
        overflow: hidden;
        padding: 0 30px;
        text-align: center;
        text-transform: uppercase; }
		

    .button-red:hover {
        background: #d2391a;
        color: #fff; }

	.js-donate-form-next-step {
        background: #0b6600;
	}
	
	.js-donate-form-next-step:hover {
        background: #232323;
	}

    @font-face {
        font-family: "FuturaRouble";
        font-style: normal;
        font-weight: normal;
        src: url("fonts/futura-rouble.eot?#iefix") format("embedded-opentype"), url("fonts/futura-rouble.woff") format("woff"), url("fonts/futura-rouble.ttf") format("truetype"), url("fonts/futura-rouble.svg#FuturaRouble") format("svg"); }
   
    .rouble {
        font-family: "FuturaRouble";
    }