@charset "utf-8";
body, html {
    width:100%;
    margin:0px;
    padding:0px;
    min-width:980px;
    font-family: Arial, serif;
}
@font-face {
    font-family: 'pf_din_text_cond_proregular';
    src: url('../fonts/pfdintextcondpro-regular-webfont.eot');
    src: url('../fonts/pfdintextcondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfdintextcondpro-regular-webfont.woff') format('woff'),
    url('../fonts/pfdintextcondpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_din_text_cond_promedium';
    src: url('../fonts/pfdintextcondpro-medium-webfont.eot');
    src: url('../fonts/pfdintextcondpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfdintextcondpro-medium-webfont.woff') format('woff'),
    url('../fonts/pfdintextcondpro-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_din_text_cond_prolight';
    src: url('../fonts/pfdintextcondpro-light-webfont.eot');
    src: url('../fonts/pfdintextcondpro-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfdintextcondpro-light-webfont.woff') format('woff'),
    url('../fonts/pfdintextcondpro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.eot');
    src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/robotocondensed-regular-webfont.woff') format('woff'),
    url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed-bold-webfont.eot');
    src: url('../fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/robotocondensed-bold-webfont.woff') format('woff'),
    url('../fonts/robotocondensed-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Arial Narrow";
    src: url('../fonts/763336182-arial_narrow.eot');
    src: url('../fonts/763336182-arial_narrow.eot?#iefix') format('embedded-opentype'),
    url('../fonts/763336182-arial_narrow.woff') format('woff'),
    url('../fonts/763336182-arial_narrow.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.col-left {
    float:left;
}
.col-right {
    float:right;
}
.clear {
    clear:both;
}
.justify {
    text-align:justify;
}
.justify:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
input, input:hover, input:focus, textarea, textarea:hover, textarea:focus {
    border:none;
    outline:none;
}
a {
    color:inherit;
    text-decoration:none;
}
a img {
    border:none;
}
.relative {
    position:relative;
}
ul {
    padding:0px;
    margin:0px;
    list-style:none;
}

.button {
    cursor:pointer;
}
.inline {
    display:inline-block;
    vertical-align:top;
}
b {
    font-weight:normal;
}
.container {
    max-width:1920px;
    margin:0px auto;
    overflow:hidden;
    background:#f2f2f2;
}
.content {
    width:940px;
    margin:0px auto;
}
.header {
    background:url(../images/main-top-img.jpg) no-repeat top center;
    height:669px;
    position:relative;
}
.header .menu {
    background:rgba(255,255,255,0.8);
    box-shadow:none;
}
.menu {
    background:#fff;
    padding:15px 0px 20px 0px;
    height:65px;
    box-shadow:0px 0px 10px rgba(115,115,115,0.5);
}
.menu .logo {
    background:url(../images/logo.png?v1) no-repeat;
    width:191px;
    height:60px;
    display:block;
    margin-right:30px;
    margin-top:4px;
}
.menu ul {
/*    width:;*/
    padding-top:25px;
}
.menu ul li {
    display:inline-block;
    vertical-align:top;
    margin:0px 11px;
    color:#353535;
    font-family: 'pf_din_text_cond_proregular';
    font-size:17px;
    height:40px;
    position:relative;
}
.menu ul li a {
    display:block;
}
.menu ul li .border {
    position:absolute;
    bottom:-20px;
    background:#419cbe;
    left:0px;
    right:0px;
    display:block;
    height:3px;
    opacity:0;
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -ms-transition:all 0.1s linear;
    -o-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
.menu ul li a:hover .border {
    opacity:1;
}
.menu .enter {
    font-size:17px;
    color:#419cbe;
    font-family: 'pf_din_text_cond_prolight';
    margin-top:23px;
    line-height:25px;
    border-left:1px solid #419cbe;
    padding-left: 21px;
    margin-left: 11px;
    cursor:pointer;
}
.menu .enter:hover {
    text-decoration:underline;
}
.menu .col-right {
    width:190px;
    text-align:right;
    font-family: 'pf_din_text_cond_prolight';
}
.menu .phone {
    font-size:30px;
    color:#151515;
}
.menu .button {
    display:inline-block;
    vertical-align:top;
    height:25px;
    line-height:25px;
    color:#fff;
    background-color:#419cbe;
    margin-top:5px;
    font-size:14px;
    text-transform:uppercase;
    padding:0px 10px 0px 30px;
    background-image:url(../images/button-icon.png);
    background-repeat:no-repeat;
    background-position:10px center;
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -ms-transition:all 0.1s linear;
    -o-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
.menu .button:hover {
    background-color:#44ACD4;
}
.header .hdr {
    text-align:center;
    font-size:40px;
    color:#fff;
    font-family: 'pf_din_text_cond_prolight';
    text-transform:uppercase;
}
.header .hdr span {
    padding:0px 10px;
    line-height:55px;
    display:inline-block;
    vertical-align:top;
    margin:102px 0px 18px 0px;
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(44,44,44,1) 52%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(52%,rgba(44,44,44,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(44,44,44,1) 52%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(44,44,44,1) 52%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(44,44,44,1) 52%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(44,44,44,1) 52%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
.header .text {
    font-size:24px;
    color:#fff;
    text-align:center;
    font-family: 'pf_din_text_cond_prolight';
}
.header .text i {
    font-style:normal;
    font-family: 'pf_din_text_cond_proregular';
}
.header .text b {
    font-family: 'pf_din_text_cond_promedium';
}
.header .text span {
    line-height:40px;
    display:inline-block;
    vertical-align:top;
    padding:0px 10px;
    background:#131313;
}
.header .text span:last-child {
    line-height: 20px;
    padding-bottom: 12px;
}
.header .h {
    text-transform:uppercase;
    text-align:center;
    color:#fff;
    font-size:34px;
    font-family: 'pf_din_text_cond_promedium';
    position:absolute;
    width:940px;
    bottom:15px;
    left:50%;
    margin-left:-470px;
}
.order-box {
    padding:20px 0px 30px 0px;
    text-align:center;
    background:#214856;
}
.order-box .hdr {
    color:#fff;
    font-family: 'pf_din_text_cond_proregular';
    font-size:25px;
    margin-bottom:18px;
}
.order-box form {
    margin: 0;
    width: auto;
}
.order-box form input[type=submit] {
    margin-left: 0;
}
.form-box input[type=text] {
    width:136px;
    height:36px;
    background-color:#fff;
    border:2px solid #fff;
    float:left;
    margin-right:10px;
    display:block;
    font-size:16px;
    font-family: "Arial Narrow";
    padding:0px 10px 0px 50px;
    background-repeat:no-repeat;
    background-position:12px center;
}
.form-box input.inp-1 {
    background-image:url(../images/input-icon-1.png);
}
.form-box input.inp-2 {
    background-image:url(../images/input-icon-2.png);
    background-position:14px center;
}
.form-box input.inp-3 {
    background-image:url(../images/input-icon-3.png);
}
.form-box input[type=submit] {
    display:block;
    float:right;
    width:280px;
    height:40px;
    font-size:18px;
    text-transform:uppercase;
    font-family: 'pf_din_text_cond_promedium';
    color:#fff;
    cursor:pointer;
    background: rgb(247,73,77); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(247,73,77,1) 0%, rgba(230,47,47,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,73,77,1)), color-stop(100%,rgba(230,47,47,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(247,73,77,1) 0%,rgba(230,47,47,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(247,73,77,1) 0%,rgba(230,47,47,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(247,73,77,1) 0%,rgba(230,47,47,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(247,73,77,1) 0%,rgba(230,47,47,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7494d', endColorstr='#e62f2f',GradientType=0 ); /* IE6-9 */
}
.form-box input[type=submit]:hover {
    background: rgb(247,73,77); /* Old browsers */
    background: -moz-linear-gradient(bottom,  rgba(247,73,77,1) 0%, rgba(230,47,47,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(247,73,77,1)), color-stop(100%,rgba(230,47,47,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom,  rgba(247,73,77,1) 0%,rgba(230,47,47,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  rgba(247,73,77,1) 0%,rgba(230,47,47,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom,  rgba(247,73,77,1) 0%,rgba(230,47,47,1) 100%); /* IE10+ */
    background: linear-gradient(to top,  rgba(247,73,77,1) 0%,rgba(230,47,47,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7494d', endColorstr='#e62f2f',GradientType=0 ); /* IE6-9 */
}
.form-box input[type=submit]:focus {
    background:#E62F2F;
}
.our-clients {
    background:url(../images/our-clients-bg.jpg) no-repeat top center;
    height:290px;
}
.our-clients h2 {
    font-family: 'pf_din_text_cond_promedium';
}
h2 {
    text-transform:uppercase;
    padding:30px 0px;
    text-align:center;
    font-size:34px;
    color:#151515;
    font-family: 'roboto_condensedbold';
    font-weight:normal;
    margin:0px;
}
.our-clients .slider {
    margin:0px auto;
    width:100% !important;
}
.our-clients .slider li {
    float:left;
}
.our-clients .slider li .item {
    width:140px;
    height:140px;
    -webkit-border-radius:70px;
    -moz-border-radius:70px;
    border-radius:70px;
    background:#e1e0de;
    margin:0px 25px;
    overflow:hidden;
}
.our-clients .slide-box {
    height:140px;
    width:760px !important;
    margin:0px auto;
}
.our-clients .arrow-left {
    background:url(../images/our-clients-arrow-left.png) no-repeat;
    width:23px;
    height:50px;
    position:absolute;
    cursor:pointer;
    opacity:0.2;
    top:50%;
    margin-top:-25px;
    left:20px;
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -ms-transition:all 0.1s linear;
    -o-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
.our-clients .arrow-right {
    background:url(../images/our-clients-arrow-right.png) no-repeat;
    width:23px;
    height:50px;
    position:absolute;
    cursor:pointer;
    opacity:0.2;
    top:50%;
    margin-top:-25px;
    right:20px;
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -ms-transition:all 0.1s linear;
    -o-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
.our-clients .arrow-left:hover, .our-clients .arrow-right:hover {
    opacity:0.4;
}
.footer .menu {
    background:#f2f2f2;
    padding: 22px 0px 22px 0px;
}
table {
    border-collapse:collapse;
}
div.about-us table td {
    text-align:center;
}
table td {
    font-size:14px;
    color:#646464;
    height:28px;
    vertical-align:middle;
    border:1px solid #c8c8c8;
    background:#fff;
}
table tr.h td {
    background:#419cbe;
    color:#fff;
    text-align:center;
    padding:0px;
}
div.about-us .list {
    margin-bottom:20px;
}
.our-works {
    padding-bottom:20px;
}
.our-works .item {
    width: 219px;
    height: 219px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px;
    cursor: pointer;
    text-align: center;
    line-height: 219px;
    background: #ddd;
}
.our-works .item img {
    vertical-align: middle;
}
.our-works .item .text {
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    padding:8px 15px;
    font-size:18px;
    color:#fff;
    text-align:left;
    font-family: 'roboto_condensedregular';
    background:rgba(33,72,86,0.7);
}
.our-works .item:hover .text {
    background:rgba(243,66,69,0.7);
}
.opacity, .opacity2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    opacity:0;
    z-index: 5;
    display:none;
}
.scroll-box {
    width: 100%;
    height: auto;
    overflow-y: scroll;
    position: fixed;
    z-index: 5;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display:none;
}
.our-works-slider {
    width:781px;
    top:20px;
    left:50%;
    margin-left:-390px;
    position: absolute;
    z-index:6;
    opacity:0;
    display:none;
}
.our-works-slider .slider {
    height:636px;
}
.our-works-slider .slide-box {
    width:781px !important;
    height:636px !important;
    overflow:hidden;
}
.our-works-slider li {
    float:left;
    width:781px;
    height:636px;
}
.our-works-slider .slider .arrow-left {
    background:url(../images/white-arrow-left.png) no-repeat;
    width:23px;
    height:50px;
    top:50%;
    margin-top:-25px;
    left:-60px;
    cursor:pointer;
    position:absolute;
    opacity:0.6;
}
.our-works-slider .slider .arrow-right {
    background:url(../images/white-arrow-right.png) no-repeat;
    width:23px;
    height:50px;
    top:50%;
    margin-top:-25px;
    right:-60px;
    cursor:pointer;
    position:absolute;
    opacity:0.6;
}
.our-works-slider .slider .arrow-left:hover, .our-works-slider .slider .arrow-right:hover {
    opacity:0.8;
}
.our-works-slider .text-box {
    background:#fff;
    padding:20px 20px 25px 20px;
    font-family: "Arial Narrow";
    font-size:13px;
    line-height:16px;
}
.our-works-slider .text-box b {
    display:block;
    font-family: 'roboto_condensedregular';
    font-size:20px;
    color:#214856;
    margin-bottom:10px;
}
.our-works-slider img {
    width:781px;
    height:636px;
}
div.our-services {
    padding-bottom:10px;
}
div.our-services .item {
    display:inline-block;
    vertical-align:top;
    width:166px;
    margin-bottom:30px;
    text-align:left;
    cursor:pointer;
}
div.our-services .item:hover .img {
    border-color:#f03d40;
}
div.our-services .item:hover .text b {
    color:#f24144;
}
div.our-services .item .img {
    width:160px;
    height:160px;
    overflow:hidden;
    border:3px solid #fff;
    -webkit-border-radius:83px;
    -moz-border-radius:83px;
    border-radius:83px;
    text-align:center;
    margin-bottom:15px;
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -ms-transition:all 0.1s linear;
    -o-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
div.our-services .item .text {
    font-size:13px;
    line-height:16px;
    color:#151515;
    font-family: "Arial Narrow";
}
div.our-services .item .text b {
    font-size:22px;
    color:#214856;
    font-family: 'roboto_condensedregular';
    display:block;
    margin-bottom:7px;
    line-height:24px;
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -ms-transition:all 0.1s linear;
    -o-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
.contacts .text {
    text-align:center;
    font-size:16px;
    color:#151515;
    font-family: 'roboto_condensedregular';
    line-height:26px;
    padding-bottom:25px;
}
.contacts .text .phone {
    font-size:20px;
    color:#214856;
    margin-left:15px;
}
#map {
    width: 100%;
    height: 567px;
}
.clientarea-cabinet, .clientarea-cabinet-profile {
    padding-bottom:50px;
}
.clientarea-cabinet .option, .clientarea-cabinet-profile .option {
    padding:10px 0px;
    background:#e3e3e3;
    text-align:center;
    margin-bottom:35px;
}
.clientarea-cabinet .option .item, .clientarea-cabinet-profile .option .item {
    display:inline-block;
    vertical-align:top;
    margin:0px 16px;
    color:#419cbe;
    font-size:17px;
    text-decoration:underline;
    cursor:pointer;
    font-family: 'pf_din_text_cond_proregular';
}
.clientarea-cabinet .option .item:hover, .clientarea-cabinet-profile .option .item:hover {
    text-decoration:none;
}
.clientarea-cabinet .option .item.active, .clientarea-cabinet-profile .option .item.active {
    text-decoration:none;
    color:#151515;
}
.clientarea-cabinet .info-box, .clientarea-cabinet-profile .info-box {
    width:219px;
}
.clientarea-cabinet .info-box .photo, .clientarea-cabinet-profile .info-box .photo {
    width:219px;
    height:219px;
    overflow:hidden;
    margin-bottom:20px;
}
.clientarea-cabinet .info-box .text, .clientarea-cabinet-profile .info-box .text {
    font-size:13px;
    line-height:19px;
}

.clientarea-cabinet .info-box .text.loan, .clientarea-cabinet-profile .info-box .text.loan {
    font-size:13px;
    line-height:19px;
}
.clientarea-cabinet .info-box .text b, .clientarea-cabinet-profile .info-box .text b {
    font-size:20px;
    color:#214856;
    margin-bottom:14px;
    display:block;
    font-family: 'roboto_condensedregular';
}
.clientarea-cabinet .info-box .text span, .clientarea-cabinet-profile .info-box .text span {
    padding-bottom:10px;
    display:inline-block;
    vertical-align:top;
}
.clientarea-cabinet .info-box .text a:hover, .clientarea-cabinet-profile .info-box .text a:hover {
    text-decoration:underline;
}
.clientarea-cabinet .box.b1 tr.one-col td, .clientarea-cabinet-profile .box.b1 tr.one-col td {
    color:#419cbe;
    text-align:center;
    padding:0px;
}
.clientarea-cabinet table, .clientarea-cabinet .table, .clientarea-cabinet-profile table, .clientarea-cabinet .table {
    width:660px;
}
.clientarea-cabinet .box.b1 td:nth-child(1), .clientarea-cabinet-profile .box.b1 td:nth-child(1) {
    width:132px;
}
.clientarea-cabinet .box.b1 td:nth-child(2), .clientarea-cabinet-profile .box.b1 td:nth-child(2) {
    width:109px;
}
.clientarea-cabinet .box.b1 td:nth-child(3), .clientarea-cabinet-profile .box.b1 td:nth-child(3) {
    width:109px;
}
.clientarea-cabinet .box.b1 td:nth-child(4), .clientarea-cabinet-profile .box.b1 td:nth-child(4) {
    width:204px;
}
.clientarea-cabinet .box.b1 table td, .clientarea-cabinet-profile .box.b1 table td {
    padding-right:25px;
    text-align:right;
}
.clientarea-cabinet table td, .clientarea-cabinet-profile table td {
    text-align:center;
}
.clientarea-cabinet .box, .clientarea-cabinet-profile .box {
    display:none;
}
.clientarea-cabinet .box.active, .clientarea-cabinet-profile .box.active {
    display:block;
}
.clientarea-cabinet .box.b2 table, .clientarea-cabinet-profile .box.b2 table {
    width:478px;
    margin:0px auto;
}
form {
    width:300px;
    margin-left: 276px;
}
form.profile {
    width:350px;
}
.clientarea-cabinet-registration form {
    width: 400px;
    margin-left: 226px;
}

form .inp-box {
    margin-bottom:20px;
}
form .inp-box .text,
form .inp-box label {
    font-size:16px;
    color:#b8b8b8;
    font-family: "Arial Narrow";
    width:30%;
    display:inline-block;
    vertical-align:top;
    line-height:40px;
    margin-right:5px;
}
form .inp-box.invalid .text,
form .inp-box.invalid label {
    color: red;
}
form input.invalid {
    outline: 1px solid red;
}
form .row {
    position: relative;
}
form span.row {
    display: inline-block;
}
form .row p.error {
    position: absolute;
    top: 0;
    width: 200px;
    right: -220px;
    background-color: red;
    color: #ffffff;
    line-height: 40px;
    padding-left: 20px;
    font-family: "Arial Narrow";
    z-index: 99999;
}
.enter-form form .row p.error,
.callback-form form .row p.error {
    top: -16px;
    right: -179px;
}
form .row p.error:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: red;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -10px;
    top: 10px;
}
form input[type=text], form input[type=password] {
    width:60%;
    height:40px;
    background:#fff;
    font-size:16px;
    color:#151515;
    padding:0px 12px;
    font-family: "Arial Narrow";
}
form input[type=submit] {
    margin-left:99px;
    width:200px;
    height:40px;
    font-size:18px;
    text-transform:uppercase;
    color:#fff;
    font-family: 'pf_din_text_cond_promedium';
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -ms-transition:all 0.1s linear;
    -o-transition:all 0.1s linear;
    transition:all 0.1s linear;
    cursor:pointer;
    background:#f44347;
}
form input[type=submit]:hover,
form a.register:hover {
    background:#FF565A;
}
.enter-form {
    width:305px;
    height:321px;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-142px;
    margin-left:-153px;
    z-index:6;
    text-align:center;
    background:#214856;
    display:none;
    opacity:0;
}
.enter-form form, .callback-form form {
    margin-left: 0;
}

.enter-form form input[type=submit], .callback-form form input[type=submit] {
    margin-left: 0;
}

.enter-form .h, .callback-form .h {
    font-size:22px;
    color:#fff;
    font-family: 'roboto_condensedregular';
    padding:30px 10px 20px 10px;
}
.enter-form input[type=text], .enter-form input[type=password], .callback-form input[type=text] {
    width:176px;
    height:40px;
    background:#fff;
    padding:0px 12px;
    font-size:16px;
    font-family: "Arial Narrow";
    margin-bottom:20px;
}
.enter-form input[type=submit],
.enter-form a.register,
.callback-form input[type=submit] {
    display: inline-block;
    width:200px;
    height:40px;
    font-size:18px;
    text-transform:uppercase;
    color:#fff;
    font-family: 'pf_din_text_cond_promedium';
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -ms-transition:all 0.1s linear;
    -o-transition:all 0.1s linear;
    transition:all 0.1s linear;
    cursor:pointer;
    background:#f44347;
    margin-bottom: 5px;
    line-height: 40px;
}
.dialogs .close {
    background:url(../images/close.png) no-repeat;
    width:10px;
    height:10px;
    position:absolute;
    top:0px;
    right:-30px;
    cursor:pointer;
}
.callback-form {
    width:305px;
    height:338px;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-169px;
    margin-left:-153px;
    z-index:6;
    text-align:center;
    background:#214856;
    display:none;
    opacity:0;
}

#conditions {
    font-size: 80%;
    height: 15em;
    overflow: auto;
    padding: 0.2em 1em;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    display: none;
    margin-left: 0;
    width: 500px;
    margin-bottom: 15px;
}

form .inp-box label.checkbox {
    margin-left: 31%;
    width: 300px;
}

.flash-notice .btn {
    padding: 1em;
    color: white;
    margin-bottom: 1em;
}

.flash-notice .btn-success {
    background-color: mediumseagreen;
}

.flash-notice .btn-error, .flash-notice .btn-danger {
    background-color: #FF565A;
}

.success-message {
    font-weight: bold;
    font-size: 2em;
    color: white;
}
