@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,500,300&subset=latin,cyrillic);

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Roboto', sans-serif;
}

.indent--2 { margin-top: -20px !important; }
.indent--1 { margin-top: -10px !important; }
.indent-0 { margin-top: 0px !important; }
.indent-1 { margin-top: 10px !important; }
.indent-2 { margin-top: 20px !important; }
.indent-3 { margin-top: 30px !important; }
.indent-4 { margin-top: 40px !important; }
.indent-5 { margin-top: 50px !important; }
.indent-6 { margin-top: 60px !important; }
.indent-7 { margin-top: 70px !important; }
.indent-8 { margin-top: 80px !important; }
.indent-9 { margin-top: 90px !important; }
.indent-10 { margin-top: 100px !important; }
.indent-b-6 { margin-bottom: 60px !important; }
.blckwidht { display: block; width: 100%; box-sizing: border-box; }
.center-text {  text-align: center; }
.floatleft { float: left; }
.floatright { float: right; }
.clb { clear: both; }
.textleft { text-align: left !important; }
.hide { display: none; }

.modal-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    top: 0;
    z-index: 1009;
    left: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1008;
}

.modal-body {
    position: absolute;
    z-index: 1010;
    background-color: #fff;
    width: 1020px;
    left: 50%;
    margin-left: -550px;
    border-radius: 30px;
    top: 50%;
    overflow: hidden;
    padding: 80px 40px 0px 40px;
    font-size: 16px;
}

#map { margin: 0px -40px; height: 330px; }

.modal-body h2 {
    font-size: 24px;
    /*font-weight: 400;*/
    color: #00579e;
    margin-bottom: 10px;
}

.modal-body p {
    line-height: 22px;
}

.how-to-pay-1, .how-to-pay-2, .how-to-pay-3,.how-to-pay-4  {
    border: 1px solid #bfbfbf;
    text-align: center;
    height: 150px;
    border-radius: 4px;
    cursor: pointer;
}
.how-to-pay-1:hover, .how-to-pay-2:hover, .how-to-pay-3:hover, .how-to-pay-4:hover { border: 1px solid #92b5d6; }
.how-to-pay-1.active i, .how-to-pay-3.active i { background-position-y: -89px; }
.how-to-pay-2.active i { background-position-y: -88px; }
.how-to-pay-4.active i { background-position-y: -88px; }

.how-to-pay-1 i {
    width: 99px;
    height: 88px;
    background-image: url(../img/icons.jpg);
    background-position: 0 0;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.how-to-pay-2 i {
    width: 99px;
    height: 88px;
    background-image: url(../img/icons.jpg);
    background-position: -99px 0;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.how-to-pay-3 i {
    width: 99px;
    height: 88px;
    background-image: url(../img/icons.jpg);
    background-position: -198px 0;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.how-to-pay-4 i {
    width: 99px;
    height: 88px;
    background-image: url(../img/icons.jpg);
    background-position: -297px 0;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.how-to-pay-1 span, .how-to-pay-2 span, .how-to-pay-3 span, .how-to-pay-4 span {
    color:#256bad;
}

.modal-body .row {
    margin-top: 40px;
    margin-bottom: 40px;
}

.modal-body h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0px !important;
}

#htp1 a, #htp2 a, #htp3 a {
    color: #256bad;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #b3cbe2;
    margin-top: 15px;
    position: relative;
}

#htp1 a span, #htp2 a span, #htp3 a span {
    border: 5px solid transparent;
    border-left: 11px solid #256bad;
    position: absolute;
    right: -30px;
    top: 4px;
}

.modal-body.alert-modal {
    width: 700px;
    margin-left: -350px;
    padding: 50px 130px;
    box-sizing: border-box;
    border-radius: 6px;
}

.modal-body.alert-modal.link{
    padding: 10px 58px 50px 58px;
}

.modal-body.alert-modal a {
    /*background-color: #ffb238;
    background-image: -webkit-linear-gradient(top, #ffbd32, #ffaa3d);
    background-image: linear-gradient(to bottom, #ffbd32, #ffaa3d);
    text-decoration: none;
    color: #000;
    font-size: 16px;
    border: 1px solid #bd7d2e;
    border-radius: 3px;
    height: 22px;
    display: inline-block;
    padding: 0px 10px;
    padding-top: 1px;
    box-sizing: border-box;
    margin-top: 30px;*/
    color: #000;
}

.modal-body.alert-modal.link a{
    background-color: white;
    background-image: inherit;
    border: none;
    color: #2261c5;
    cursor: pointer;
    margin-top: 10px;
}

.modal-body.alert-modal .close {
    font-weight: 300;
    font-size: 29px;
    color: #c2c2c2;
    position: absolute;
    top: 2px;
    right: 13px;
    cursor: pointer;
}

.container {
    width: 940px;
    margin: 0px auto;
    padding: 0px 40px;
}

.modal h1 {
    margin: 0px;
    margin-top: 80px;
    font-weight: 400;
    font-size: 33px;
    color: #00579e;
    margin-bottom: 10px;
}

h3 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 30px;
}

form .desc {
    min-width: 175px;
    display: inline-block;
}

.modal input[type="text"] {
    height: 33px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    box-shadow: 0px -1px 0px 0px #d2d2d2;
    outline: none;
    box-sizing: border-box;
    padding: 0px 10px;
    font-size: 14px;
}
input[type="text"].usual { width: 270px; }
input[type="text"].fio { width: 204px; margin-right: 15px; }
input[type="text"].passport { width: 80px; margin-right: 10px; }
input[type="text"].dates { width: 110px; margin-left: 3px;}
input[type="text"].error-input { border: 1px solid #f77268; }
select {
    height: 33px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    box-shadow: 0px -1px 0px 0px #d2d2d2;
    outline: none;
    box-sizing: border-box;
    padding: 0px 10px;
    min-width: 80px;
    font-size: 14px;
    margin-right: 10px;
}

span.inp-info {
    font-size: 14px;
    font-style: italic;
    color: #636262;
    display: inline-block;
    margin-left: 15px;
    display: none;
}

form .clb { margin-bottom: 20px; }

input[type="text"].phone-inp-1 {
    min-width:50px;
    width:50px;
    margin: 0px 5px;
}

input[type="text"].phone-inp-2 {
    min-width: 100px;
    width:100px;
    margin-left: 5px;
}

.changer {
    height: 27px;
    background-color: #d5d5d5;
    display: inline-block;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    box-shadow: 0px -1px 0px #d2d2d2;
    min-width: 80px;
    color: #9c9895;
    position: relative;
    z-index: 1009;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
}

.change-1,.change-2 {
    width: 50%;
    height:27px;
    line-height: 27px;
    text-align: center;
    float: left;
    position: relative;
    z-index: 1011;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.change {
    position: absolute;
    height: 27px;
    width: 50%;
    border-radius: 4px;
    z-index: 1010;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.changer.off .change {
    border-left: 1px solid #a8a8a8;
    left: 50%;
    background-color: #ff5252;
}

.changer.off .change-2 {
    color:#ffffff;
}

.changer.on .change {
    border-right: 1px solid #a8a8a8;
    left:0;
    background-color: #8bc34a;
}

.changer.on .change-1 {
    color:#ffffff;
}

.changer input[type="radio"] {
    display: none;
}

.changer#gender {
    min-width: 120px;
    background-color: #ececec;
}

.changer.off#gender .change, .changer.on#gender .change { background-color: #ffcd00; width: 49%;}

.end-form input[type="submit"] {
    background-color: #ffe000;
    background-image: -webkit-linear-gradient(top, #fff200, #ffcd00);
    background-image: linear-gradient(to bottom, #fff200, #ffcd00);
    font-size: 24px;
    font-weight: 400;
    text-shadow: 1px 1px 0px #fff5bf;
    padding: 15px 25px;
    border: 1px solid #f2eb9b;
    box-shadow: 0px 0px 1px 0px #e0e0e0;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    outline: none;
}

.end-form {
    background-color: #f4f4f4;
    padding: 30px 0px;
    margin-top: 50px;
}

.end-form .container {
    padding-left: 205px;
    width: 755px;
}

input[type="radio"] {
    display:none;
}
input[type="radio"] + label span {
    display: inline-block;
    width: 22px;
    height: 23px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../img/radio.png) right top no-repeat;
    cursor: pointer;
    margin-right: 20px;
    top: -2px;
    position: relative;
}
input[type="radio"]:checked + label span {
    background:url(../img/radio.png) 0px top no-repeat;
}

.end-form.next-step .container {
    padding-left: 0px;
    width: 940px;
}

.end-desc {
    color: #666666;
    font-size: 14px;
    font-style: italic;
    margin-left: 20px;
}

.end-desc a {
    text-decoration: none;
    border-bottom: 1px solid #9fbdd6;
    color: #00579e;
    line-height: 14px;
    display: inline-block;
}

.inp-info a {
    text-decoration: none;
    border-bottom: 1px solid #9fbdd6;
    color: #00579e;
    line-height: 14px;
    display: inline-block;
}

.inp-info a.dashed {
    border-bottom: 1px dashed #4c789c;
}

.end-form input[type="submit"]:hover {
    background-image: linear-gradient(to bottom, #fff200, #E5B800);
}

.end-form input[type="submit"]:active {
    background-image: linear-gradient(to bottom, #FFF534, #FAD43A);
}

#htp4 h3{
    margin-bottom: 30px;
}
#htp4 p{
    margin-bottom: 15px;
}
#htp4 .mandarin-input-block{
    margin-bottom: 10px;
}
#htp4 .mandarin-label{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    font-size: 14px;
}

#htp4 .mandarin-input-block-inner{
    margin-bottom: 5px;
}

#htp4 .mandarin-input-block P{
    height: 22px;
    margin-bottom: 5px;
}
#htp4 .mandarin-input-block LABEL{
    font-size: 14px;
    display: inline-block;
    width: 100px;
}
#htp4 INPUT{
    width: 180px;
}
#htp4 .placeholder_text{
    left: 6px;
    top: 5px;
}