.get-money-form .control-group {
    margin: 13px 186px 0 187px; 
}

.get-money-form label.control-label {
    text-align: left;
    padding: 0 0 1px 0; 
    font-size: 18px;
    width: 382px;
    display: block;
}

.get-money-form .controls {

}

.get-money-form input.field {
    font-size: 19px;
    width: 364px;
    padding-left: 8px;
    padding-right: 8px;
}

.get-money-form .comment {color: grey;
}

.get-money-form .help-inline, .get-money-form .help-inline-long {
    max-width: 382px;
    padding: 0;
    margin: 0;
    display: block;
    height: 14px;
    font-size: 14px;
    font-weight: normal;
    color: grey;
    padding-top: 2px;
    padding-left: 1px;    
}

.get-money-form .help-inline-long {
    height: auto;
    display: block;
}

.get-money-form .help-inline-long {
    line-height: 115%;
}

.get-money-form .save-and-continue,
.get-money-form .choose-button,
.get-money-form .save-and-submit,
.get-money-form .sendpromo,
.get-money-form .fileinput-button {
    display: block;
    background: #7DC587;
    color: white;
    width: 362px;
    margin-top: 24px;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    border: 0;
}

/*.get-money-form .save-and-continue:hover {
    background: linear-gradient(to bottom, #bbb, #aaa);
}*/

.get-money-form .save-and-continue:hover,
.get-money-form .choose-button:hover,
.get-money-form .save-and-submit:hover,
.get-money-form .sendpromo:hover,
.get-money-form .fileinput-button:hover {
    background: linear-gradient(to bottom, #97D19F, #70B17A);
}

.get-money-form .save-and-continue:active,
.get-money-form .choose-button:active,
.get-money-form .save-and-submit:active,
.get-money-form .sendpromo:active,
.get-money-form .fileinput-button:active {
    background: linear-gradient(to bottom, #70B17A, #97D19F);
}

.get-money-form .fileinput-button > span {
    font-size: 18px;
    text-shadow: none;
}

.save-and-continue.saving,
.save-and-continue.saving:hover,
.save-and-continue.saving:active,
.save-and-submit.saving,
.save-and-submit:disabled,
.save-and-submit.saving:hover,
.save-and-submit.saving:active {
    background: #C0D6C3;
}

.get-money-form .fileinput-button {
    margin-top: 4px;
}



.stage-name img {
    float: left;
    position: relative;
    bottom: 8px;
    margin-right: 8px;
    clear: both;
}

.stage-name {
    font-size: 21px;
    font-weight: bold;
    color: #bbb;
    margin-top: 13px;
    margin-bottom: 13px;
    height: 31px;
}

.stage-name:nth-of-type(1) {
    margin-top: 23px;
}

.stage-name a {
    color: #bbb;
    border: 0;
}

.stage-name.active a {
    color: #32a041;
    border: 0;
}

.stage-name.active a:hover {
    color: #32a041;
    border: 0;
}

.stage-name.passed a{
    color: black;
    cursor: pointer;
}

.stage-name.passed a:hover{
    color: black;
    border-bottom: 1px solid black;
}


.get-money-form .form-stage {
    display: none;
}

.get-money-form .form-stage.active {
    display: block;
}

.select-field.selectpicker-container {
    overflow: visible;
    display: block;
}

.dropdown-menu span.text {
    padding: 0px;
}

.dropdown-menu a {
    border-bottom: 0px;
}

.selectpicker-container .btn-group, .selectpicker-container .button {
    display: block;
    clear: both;
}

.selectpicker-container .dropdown-menu > li > a:hover, .selectpicker-container .dropdown-menu > li > a:focus {
    background: #7DC587;    
}

.selectpicker-container .dropdown-menu > li  {
    margin-bottom: 2px;
}

.spc-long {
    width: 317px;
}
.spc-long-2{
    width: 380px !important;
}
.spc-date {
    width: 122px;
}

.sp-long {
    width: 317px;
    text-align: right;
}

.sp-long-2 {
    width: 380px;
    text-align: right;
}

.sp-long + .dropdown-menu {
    width: 317px;
}

.sp-long-2 + .dropdown-menu {
    width: 380px;
}

.btn.sp-date {
    width: 122px;
    text-align: right;
    font-size: 16px;
}

.sp-date-day + .dropdown-menu {
    width: 210px;
}

.sp-date-month + .dropdown-menu {
    /*width: 220px;*/
}

.sp-date-year + .dropdown-menu {
    width: 340px;
}

.sp-date-cardyear + .dropdown-menu {
    min-width: 140px;
    width: 140px;
}



.btn-mid,
.btn-mid:first-child,
.btn-mid:last-child {
    width: 187px;
    border-radius: 4px;
    margin-right: 8px;
    font-size: 20px;
}

.btn-lar,
.btn-lar:first-child,
.btn-lar:last-child {
    width: 252px;
    border-radius: 4px;
    margin-right: 8px;
    font-size: 20px;
}


.btn-sma,
.btn-sma:first-child,
.btn-sma:last-child {
    width: 155px;
    border-radius: 4px;
    margin-right: 8px;
    font-size: 20px;
}


.control-group.green .btn-mid, .control-group.green .btn-sma, .control-group.green .btn-lar {
    color: #b3b3b3;
}

.control-group.green .btn-mid.active,
.control-group.green .btn-sma.active,
.control-group.green .btn-lar.active,
.control-group.green button.dropdown-toggle {
    background: white;
    /* color: #7DC587;   */
    color: #32a041

}


.control-group.error .control-label, .control-group.error .help-block, .control-group.error  {
    color: black;
}

.control-group.error .help-inline {
    color: red;
}

.control-group.error input, .control-group.error select, .control-group.error textarea,
.control-group.error button.dropdown-toggle,
.control-group.error .btn-mid,
.control-group.error .btn-lar,
.control-group.error .btn-sma
{
    border: 1px solid #C6C6C6;
    color: black;
    background: linear-gradient(to bottom, #F67F7F, #F89999);
}
.control-group.error input::-webkit-input-placeholder {color:#fff;}
.control-group.error input::-moz-placeholder {color:#fff;}
.control-group.error input:-moz-placeholder {color:#fff;}
.control-group.error input:-ms-input-placeholder {color:#fff;}
.control-group .icon-ok {
    display: none;
}

.control-group.green input, #fio.static-field{ 
    color: #32a041;
}

.control-group.green .icon-ok {
    display: block;
    position: absolute;
    margin-left: -20px;
    margin-top: 3px;
}

.selectpicker-none {
    color: grey;
    font-style: italic;
}

/* DAY COLUMNS */

.day-column, .month-column, .year-column, .cardyear-column {
    position: relative;
    float: left;
    text-align: center;
}

.day-column {
    width: 40px;
}

.day-column a {
    padding: 2px 12px;
}

.month-column {
    width: 150px;
    float: left;
    text-align: left;
}

.year-column a, .cardyear-column a, .month-column a {
    padding: 2px 4px;
}

.year-column, .cardyear-column {
    width: 65px;
}


.spc-date .row {
    margin: 4px;
}

.multi-column-dropdown {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
    margin: 0;
    font-size: 16px;    
}
.multi-column-dropdown li a:hover, .multi-column-dropdown li a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #7DC587;
}

.spc-date {
    display: inline-block;
    margin-right: 8px;
}

.selectpicker-month-name {
    color: grey;
}

.prettycheckbox label {
    position: relative;
    top: -5px;
    font-size: 18px;
}

.get-money-form input.field-sma {
    width: 201px;
}



.label-long {
    width: 700px;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE */

.bill-warning {
    font-size: 20px;
    padding: 10px;
    margin: 5px 40px;
}

.get-money-form .tooltip.right.in .tooltip-inner {
    text-align: left;
}

#form-submit-button {
    width: 380px;
}

.form-stage .promo .control_btn2 {
    margin: 10px 190px;
    height: auto; }
.form-stage .promo .control-group {
    margin-left: 190px;
    margin-right: 130px; }

.form-stage .promo {
    /* background: #f7f7f7;
    margin: 30px 0px;
    border: #cdcdcd dashed 1px; 
    padding: 5px 0px;
    font-size: 21px;
    /* text-align: center; */
    height: 94px;
    margin-top: 23px;
}

.form-stage .promo.loading {
    background: url("//4slovo.ru/images/elements/loaders/1.gif") no-repeat scroll center center transparent;
    height: 105px;
}

.form-stage .promo .palert {
    color: #F00;
    /* font-size: 20px;
    text-align: center;
    margin: 10px 0px; */
}

.form-stage .promo .sendpromo {
    margin-top: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.form-stage .promo-activated { display: block; margin-left: 190px; margin-right: 130px; font-size: 16px; margin-top: 20px; height: 94px;}
.form-stage .promo-activated i { width: 33px; height: 33px; float: left; margin-right: 10px; position: relative; top: 5px; background: url("//4slovo.ru/images/landing/promo_activated.png") no-repeat scroll left center transparent; }
.form-stage .promo-activated strong, .form-stage .promo-activated span { display: block; text-align: left; margin-left: 43px; }


/* TWO COLUMNS */

.get-money-form a.choose-button {
    width: 323px;
    text-indent: 0px;
    padding: 15px 9px;
    font-size: 30px;
    font-weight: bold;
    height: 30px;
}

.half-width {
    margin-bottom: 15px;
    float: left;
    width: 352px;
}

.or-bill-card {
    width: 50px;
    margin: 4px;
    height: 38px;
    padding: 30px 4px 0 0;
    float: left;
    color: #7DC587;
    font-size: 28px;
    font-weight: bold;
}

.half-width .choose-text {
    height: 80px;
}

.full-width {
    width: 770px;
    margin-top: 20px;
    font-size: 20px;
}


#method-change-link {
    float: right;
    font-weight: normal;
    position: relative;
    top: 2px;
    border-bottom: 1px solid #7DC587;
    font-size: 20px;
}

#method-change-link:hover, #method-change-link:active {
    border-bottom-color: black;
    color: black;
}

.get-money-form .choose-button i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}

.get-money-form #choose-card.choose-button i {
    background: url('/images/pict_card.png') no-repeat center center transparent;
    width: 60px;
    height: 38px;
    bottom: 4px;
}

.get-money-form #choose-bill.choose-button i {
    background: url('/images/pict_account.png') no-repeat center center transparent;
    width: 62px;
    height: 40px;
    bottom: 5px;
}

.well.billstop {
    border: 1px solid #DFA59B;
    color: rgb(79, 42, 36);
    padding: 8px 35px 8px 14px;
    border-radius: 3px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 1px #DFDFDF;
    background: rgb(240, 181, 161);
    font-size: 16px;
    margin: 20px 0;
}





/********** crop *************/

#crop_container {
    box-shadow: 0px 0px 10px #808080;
    border-radius: 6px;
    padding: 24px;
    background: none repeat scroll 0% 0% #FFF;
    position: absolute;
    left: -90px;
    z-index: 999;
    top: 2px;
}

#crop_container .control-group {
    margin: 0;
}

#crop_container ol.crop-help {
    padding: 0px;
    margin: 0px 0px 10px -5px;
    position: absolute;
    width: 157px;
    left: -160px;
    font-size: 14px;
    line-height: 14px;
    list-style-position: inside;
    color: #626262;
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}

#crop_container ol.crop-help > li {
    margin-bottom: 10px;
    line-height: 16px !important;
}

#crop-extender {
    height: 630px;
}

.get-money-form .cropSlider {
    margin: 7px 0px 17px;
}


.move-buttons {
    position: relative;
    display: block;
    width: 130px;
    height: 124px;
    float: right;
    left: -10px;
}

.move-buttons button {
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
}

.move-buttons button:focus {
    outline: none;
}

.move-button {
    width: 36px;
    height: 50px;
    background: url('/img/arrows.png');
}

.move-button.move-button-left,
.move-button.move-button-right {
    width: 50px;
    height: 36px;
}

.move-button.move-button-up {  background-position: 0 0; }
.move-button.move-button-up:hover { background-position: -36px 0; }
.move-button.move-button-up:active { background-position: -72px 0; }

.move-button.move-button-down {  background-position: -108px 0; }
.move-button.move-button-down:hover { background-position: -144px 0; }
.move-button.move-button-down:active { background-position: -150px -50px; }

.move-button.move-button-left {  background-position: -100px -86px; }
.move-button.move-button-left:hover { background-position: -50px -86px; }
.move-button.move-button-left:active { background-position: 0 -86px; }

.move-button.move-button-right {  background-position: 0 -50px; }
.move-button.move-button-right:hover { background-position: -50px -50px; }
.move-button.move-button-right:active { background-position: -100px -50px; }

.move-button.move-button-up { top: 0; left: 46px; }
.move-button.move-button-down {  top: 74px; left: 46px; }
.move-button.move-button-left {  top: 44px; left: 0; }
.move-button.move-button-right {  top: 44px; left: 77px; }

.rotate-button {
    width: 45px;
    height: 40px;
    background: url('/img/arrows2.png');
    top: 4px;
}

.rotate-button.rotate-button-left { background-position: -45px 0; left: 0; }
.rotate-button.rotate-button-left:hover { background-position: -45px -40px; }
.rotate-button.rotate-button-left:active { background-position: -45px -80px; }

.rotate-button.rotate-button-right { background-position: 0 0; left: 85px;}
.rotate-button.rotate-button-right:hover { background-position: 0 -40px; }
.rotate-button.rotate-button-right:active { background-position: 0 -80px; }


.get-money-form #crop_container .controls {
    width: 70%;
}

.get-money-form .fileinput-button input[type='file'] {
    font-size: 3500px;
    width: 500px;
    position: absolute;
    right: 0px;
    padding: 0;
    margin: 0;
    height: 100%;
}

.get-money-form .crop-result, .get-money-form .crop-result img {
    width: 560px;
    height: 344px;
    border-radius: 16px;
    margin-top: 10px;
}

.get-money-form #crop_container .button2 {
    color: #000;
    height: 32px;
    width: 197px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    padding: 4px;
    border: 1px solid #7DC587;
    background-color: white !important;
}

.get-money-form .recrop-link {
    float: right;
    font-weight: normal;
    position: relative;
    top: 2px;
    border-bottom: 1px solid #7DC587;
    font-size: 20px;
    margin-right: -210px;
}

.get-money-form #crop_container #cardimg-crop.button2 {
    float: right;
    background-color: #7DC587 !important;
}

.crop-error {
    position: absolute;
    width: 350px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background: none repeat scroll 0% 0% #FAA;
    border-radius: 6px;
    color: #000;
    padding: 2px;
    box-shadow: 0 0 5px 2px #D77;
    z-index: 1100;
    line-height: 120%;
}

.crop-error a {
    margin-bottom: 4px;
    display: inline-block;
    border-bottom-color: #323232;
    color: #323232;
}

.crop-error.edge-0 {
    top: 6px;
    left: 200px;
}

.crop-error.edge-1 {
    top: 225px;
    right: 4px;
}

.crop-error.edge-2 {
    bottom: 6px;
    left: 200px;
}

.crop-error.edge-3 {
    top: 225px;
    left: 4px;
}

.cropping-info {
    font-size: 16px;
    margin: 270px auto;
    text-align: center;
}
.larri_icon{
    position: relative;
    top: 4px;
}
.larri_icon_mobile{
    position: relative;
    top: 7px;
}