@charset "utf-8";
html, body {
    height: 100% !important;
    padding: 0px;
    margin: 0px;
    font-size: 100.01% !important;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100.01% !important;
    color: #454545;
    text-align: center;
    background-color: #FFF;
    text-align: center;
    line-height: 1.4em !important;
}

*, *:before, *:after {
    box-sizing: inherit;
}

#Content li, .text-content li {
    margin-bottom: 0.7em !important;
}

#Content li.pdf, #Content li.doc,
.text-content li.pdf, .text-content li.doc {
    margin-bottom: 0 !important;
}

a {
    text-decoration: underline;
    color: #454545;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

ul, ol {
    color: #454545;
    margin-top: 0.3em;
}

ul li, ol li {
    /*padding-bottom: 0.7em;*/
}

table td ul {
    padding-left: 17px;
}

span.li {
    color: #454545;
}

h2, h1 {
    color: #d3222a;
    font-weight: normal;
    padding: 0px 0px 15px 0px;
    margin: 0px;
    font-size: 1.9em !important;
    line-height: 1.1em !important;
}

@font-face {
    font-family: 'MetaBook-Roman';
    src: url('/themes/procredit/fonts/MetaBookCyr-Roman.eot');
    src: url('/themes/procredit/fonts/MetaBookCyr-Roman.eot?#iefix') format('embedded-opentype'),
    url('/themes/procredit/fonts/MetaBookCyr-Roman.woff2') format('woff2'),
    url('/themes/procredit/fonts/MetaBookCyr-Roman.woff') format('woff'),
    url('/themes/procredit/fonts/MetaBookCyr-Roman.svg#MetaBookCyr-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

input[type=submit], input[type=Reset] {
    -webkit-appearance: none;
}

.btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border: 1px solid transparent;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    z-index: 1;
}

.btn:hover,
.btn:focus,
.btn:active {
    border: 1px solid transparent;
}

.btn.btn-primary {
    font-weight: bold;
    color: white;
    background-color: #da2129;
}

.btn.btn-primary:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(173, 0, 11, 0.5);
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.btn.btn-secondary {
    font-style: italic;
    font-size: 17px;
    letter-spacing: .5px;
    color: #2c2c2c;
    background-color: #e6e6e6;
    padding: 10px 15px;
}

.btn.btn-secondary:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.btn.btn-default {
    font-size: 14px;
    line-height: 20px;
    color: #2c2c2c;
    background-color: #e6e6e6;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 20px;
}

@media screen and (min-width: 992px) {
    .btn.btn-primary:hover,
    .btn.btn-primary:focus,
    .btn.btn-primary:active {
        background-color: #ec0a12;
    }

    .btn.btn-primary:hover:before,
    .btn.btn-primary:focus:before,
    .btn.btn-primary:active:before {
        opacity: 1;
    }

    .btn.btn-secondary:hover,
    .btn.btn-secondary:focus,
    .btn.btn-secondary:active {
        background-color: #e6e6e6;
    }

    .btn.btn-secondary:hover:before,
    .btn.btn-secondary:focus:before,
    .btn.btn-secondary:active:before {
        opacity: 1;
    }

    .btn.btn-default:hover,
    .btn.btn-default:focus,
    .btn.btn-default:active {
        background-color: #eeeeee;
    }
}

.dropdown {
    position: relative;
}

.dropdown .dropdown-toggle .arrow {
    position: absolute;
    top: 20px;
    right: 10px;
}

.dropdown .dropdown-toggle .arrow:before,
.dropdown .dropdown-toggle .arrow:after {
    content: '';
    position: absolute;
    top: 0;
    width: 10px;
    height: 1px;
    background-color: #a7a7a7;
}

.dropdown .dropdown-toggle .arrow:before {
    right: 8px;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
}

.dropdown .dropdown-toggle .arrow:after {
    right: 0;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu .dropdown-item {
    height: 40px;
    width: 100%;
    background: white;
    outline: 0;
    border: 0;
    box-shadow: none;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active {
    background: #eaeaea;
}

/* MODAL */

.modal {
    text-align: center;
}

.modal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 10px;
    outline: 0;
    border: 0;
    background: none;
    border-radius: 0;
}

.modal .btn-close:before,
.modal .btn-close:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 1px;
    height: 1px;
    width: 18px;
    background-color: #a9a9a9;
}

.modal .btn-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*NAV-TABS*/
.nav-tabs {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
}

.nav-tabs > li {
    float: left;
    list-style: none;
}

.nav-tabs > li > a {
    display: block;
    text-decoration: none;
    outline: 0;
    border-bottom: 3px solid transparent;
    padding: 10px 15px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.nav-tabs > li > a:hover {
    border-bottom-color: #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border-bottom: 3px solid #ec0a12;
    outline: 0;
}

.tab-content {
    padding: 30px 0 20px;
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

/*Custom radiobutton*/
.be-radiobutton [type="radio"]:checked,
.be-radiobutton [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.be-radiobutton [type="radio"]:checked + label,
.be-radiobutton [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.be-radiobutton [type="radio"]:checked + label:before,
.be-radiobutton [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fff;
}

.be-radiobutton [type="radio"]:checked + label:before {
    border: 1px solid #da2129;
}

.be-radiobutton [type="radio"]:not(:checked) + label:before {
    border: 1px solid #dcdcdc;
}

.be-radiobutton [type="radio"]:checked + label:after,
.be-radiobutton [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #da2129;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.be-radiobutton [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.be-radiobutton [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.clean-table {
    overflow-x: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.clean-table table {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    border-collapse: collapse;
}

.clean-table table tr {
    border-bottom: 1px solid #d2d2d2;
}

.clean-table table tr th,
.clean-table table tr td {
    text-align: center;
    padding: 10px;
    white-space: nowrap;
}

#main, #bottom {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

#main {
    text-align: left;
}

#main:after {
    display: table;
    content: "";
    clear: both;
}

#main-content {
    border-top: solid 2px #d3222a;
    margin-top: 20px;
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
}

#main-content:after {
    display: table;
    content: "";
    clear: both;
}

#bottom {
    background: url(../images/globus_bottom.png) no-repeat right top;
}

#bottom .content {
    /*
    overflow: hidden;
    */
    text-align: left;
    height: 70px;
    line-height: 59px;
    padding: 0px;
    padding-left: 20px;
    position: relative;
    font-size: 11px;
    color: #939394;
}

#bottom .content .copyright, #bottom .content .lastedit, #bottom .content .createdby {
    position: absolute;
    line-height: 1em;
}

#bottom .content div.copyright {
    bottom: 20px;
}

#bottom .content div.lastedit {
    bottom: 8px;
}

#bottom .content div.createdby {
    top: 21px;
    right: 20px;
}

#bottom .content div.counter {
    top: 14px;
    right: 17em;
}

#bottom .rainbow {
    background-color: #003479;
}

#bottom .rainbow, #bottom .rainbow div {
    height: 11px;
    overflow: hidden;
}

#bottom .rainbow div {
    float: left;
    width: 16.66%;
}

#bottom .rainbow .a {
    background-color: #ffcc00;
}

#bottom .rainbow .b {
    background-color: #eb7125;
}

#bottom .rainbow .c {
    background-color: #d3222a;
}

#bottom .rainbow .d {
    background-color: #007c5a;
}

#bottom .rainbow .e {
    background-color: #a71f7d;
}

#bottom .footer-gradient {
    height: 80px;
    background: url('/themes/procredit/images/bg-footer-home-gradient.png') repeat-x;
}

#head {
    height: 105px;
    position: relative;
    float: left;
    width: 100%;
}

#head h1, #head h2 {
    position: absolute;
    top: 35px;
    left: 15px;
    padding: 0px;
    margin: 0px;
}

#head .world {
    position: absolute;
    top: 50px;
    right: 15px;
}

.world a img {
    width: auto;
    max-height: 40px;
}

#head .search {
    position: absolute;
    top: 53px;
    width: 240px;
    height: 22px;
    background: url(../images/head_search_bg.gif) no-repeat left top;
    right: 224px;
}

#head .search input {
    font-size: 11px;
    margin: 2px 0px 0px 1px;
    padding: 0px;
    width: 210px;
    border: solid 1px #FFF;
}

#SearchForm_SearchForm_action_results {
    display: none;
}

#head ul.lang {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: absolute;
    top: 54px;
    height: 22px;
    right: 480px;
}

#head ul.lang li {
    float: left;
    display: block;
    font-size: 11px;
    color: #454545;
    cursor: default;
    padding: 0px 6px 3px 6px;
}

#head ul.lang li a, #head ul.lang li span {
    display: block;
    color: #d3222a;
    text-decoration: none;
    background-color: #FFF;
    text-align: center;
}

#head ul.lang li a:hover {
    text-decoration: underline;
}

#head ul.lang li span {
    background-color: #d3222a;
    color: #FFF;
}

.backred {
    background-color: #d3222a;
}

.fontred {
    color: #d3222a;
}

.bottomline {
    border-bottom: #ddd 1px solid;
}

#head .panel {
    top: 56px;
    position: absolute;
    right: 584px;
}

#head .panel a {
    display: block;
    float: left;
    padding: 6px 3px 7px 3px;
    margin-right: 2px;
}

div.menu + #main-frame {
    position: relative;
    float: left;
    width: 100%;
    border-top: 4px solid #d3222a;
    padding-bottom: 15px;
}

div.menu {
    position: relative;
    height: 47px;
    width: 1000px;
    padding: 0;
}

div.menu ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    height: 47px;
    width: 1000px;
}

div.menu ul li {
    display: block;
    width: auto;
    float: left;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 15px;

    /* Внесены изменения, 24.05.2013
    padding: 0px 13px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 17px;
    */
    color: #d3222a;
    height: 47px;
    padding-top: 10px;
    /*background: url(../images/menu_bg.gif) no-repeat center bottom;*/
}

div.menu ul li img.eco {
    position: absolute;
    right: -15px;
    top: 4px;
}

div.menu ul.ru li.a {
    width: 9.4%;
    text-align: left;
}

div.menu ul.ru li.b {
    width: 10.8%;
}

div.menu ul.ru li.c {
    width: 12.05%;
}

div.menu ul.ru li.d {
    width: 17.05%;
}

div.menu ul.ru li.e {
    width: 29.05%;
}

div.menu ul li.f {
    text-align: right;
    float: right;
}

div.menu ul.ua li.a {
    width: 11.5%;
    text-align: left;
}

div.menu ul.ua li.b {
    width: 12%;
}

div.menu ul.ua li.c {
    width: 12%;
}

div.menu ul.ua li.d {
    width: 15%;
}

div.menu ul.ua li.e {
    width: 30%;
}

div.menu ul.en li.a {
    width: 17.5%;
    text-align: left;
}

div.menu ul.en li.b {
    width: 12.5%;
}

div.menu ul.en li.c {
    width: 10%;
}

div.menu ul.en li.d {
    width: 18%;
}

div.menu ul.en li.e {
    width: 22%;
}

div.menu ul li a {
    float: left;
    color: #58585a;
    height: 37px;
    background-color: #FFF;
    text-decoration: none;
}

div.menu ul li a:hover {
    color: #d3222a;
}

div.menu ul ul {
    display: none;
    position: absolute;
    top: 47px;
/ / left: 0;
    z-index: 1000;
    width: 200px;
}

div.menu li.navsection {
    color: #58585A;
    background: none;
    position: relative !important;
    cursor: pointer;
}

div.menu li {
    position: relative;
}

div.menu ul ul {
    overflow: visible;
    color: #FFF;
    font-size: 12px;
    background-color: #d00c18;
    height: auto;
    width: 220px;
    /*padding: 4px 0;*/
    border-top: 4px solid #d00c18;
    border-bottom: 4px solid #b7bbc4;
}

div.menu ul ul li {
    padding: 0;
    margin: 0;
    text-transform: none;
    background: none;
    width: 100%;
    text-align: left;
    background: #FFF;
    font-weight: bold;
    height: auto;
    font-size: 1.1em;
}

div.menu ul ul li.hover a {
    color: #e10d15;
    background: #FFF url("../images/nav_pointer_hover.jpg") no-repeat 10px center;
}

div.menu ul ul li.hover span {
    color: #e10d15;
    background: #FFF url("../images/nav_pointer_hover.jpg") no-repeat 10px center;
}

div.menu ul ul a {
    background: #FFF url("../images/nav_pointer.jpg") no-repeat 10px center;
    color: #666;
    height: auto;
    line-height: 18px;
    text-decoration: none;

    padding: 10px 0;
    padding: 10px 15px 10px 35px;
}

div.menu ul ul span {
    background: #FFF url("../images/nav_pointer.jpg") no-repeat 10px center;
    color: #666;
    height: auto;
    line-height: 18px;
    padding: 10px 15px 10px 35px;
    display: block;
}

div.menu ul ul a span {
    /*padding: 0 15px 0 27px;*/
}

div.menu ul ul a:hover {
    color: #666;
    text-decoration: none;
}

/*div.menu li:hover > ul{
    display: block;
}*/

div.menu ul ul ul {
    display: none;
    position: absolute;
    left: 220px;
    top: -4px;
}

div.menu ul ul ul a {
    background: #FFF url("../images/nav_pointer2.jpg") no-repeat 10px center;
}

div.menu ul ul li.hover ul a {
    color: #666666;
    background: #FFF url("../images/nav_pointer2.jpg") no-repeat 10px center;
}

div.menu ul ul ul li {
    font-weight: normal;
}

div.menu ul ul ul li.hover a {
    color: #e10d15;
    background: #FFF url("../images/nav_pointer2_hover.jpg") no-repeat 10px center;
}

div.menu ul li:last-child ul {
    position: absolute !important;
    right: -14px !important;
}

div.menu ul li:last-child ul ul {
    left: -220px;
}

/*div.menu ul ul li:hover ul{
    display: block;
}*/

form {
    padding: 0px;
    margin: 0px;
}

.index-ill {
    position: relative;
    float: left;
    width: 100%;
}

.index-ill .conteiner {
    width: 100%;
    float: left;
    margin-right: -50%;
    background-color: #d3222a;
    padding-bottom: 4px;
}

.index-ill .conteiner .left {
    margin-right: 50%;
    overflow: hidden;
}

.index-ill .conteiner .left .left-cont, .index-ill .right .right-cont {
    padding: 20px;
    overflow: hidden;
}

.index-ill .right {
    width: 50%;
    float: right;
}

.index-ill .conteiner .left .left-cont {
    /*border-right: solid 1px #dc4e55;*/
}

.index-ill .title {
    font-size: 1.3em;
    color: #FFF;
    padding-bottom: 12px;
}

.index-ill ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: block;
    width: 100%;
    float: right;
    margin-left: -290px;
}

.index-ill ul li {
    display: block;
    margin-left: 290px;
    line-height: 1.1em;
}

.index-ill img.ill {
    float: left;
    width: 270px;
}

.index-ill a {
    color: #FFF;
}

.index-ill a:hover {
    color: #ffcc00;
}

.index-ill li.all {
    padding-top: 45px;
    /*padding-top: 50px;*/
}

.index-ill li.all a {
    background: url(../images/ill_all.gif) no-repeat left center;
    padding-left: 12px;
    color: #ffcc00;
}

#main-frame {
    clear: both;
    padding: 20px 20px 0px 20px;
    /*overflow: hidden;*/
    width: 100%;
    float: left;
    position: relative;
    display: block;
    /*	background: url(../images/contact_bg.gif) no-repeat right top;*/
    /*	background: url(../images/contact_bg.png) no-repeat right top;*/
    background: url(../images/globus_top.png) no-repeat right bottom;
}

.main-frame-home {
    padding: 20px 0px 0px 0px !important;
    width: 100% !important;
}

#main-frame .frame {
    width: 100%;
    float: left;
    margin-right: -250px;
}

#main-frame .frame-cont {
    margin-right: 250px;
}

#main-frame #right {
    float: right;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
    #main-frame.main-frame-home .frame {
        position: relative;
        z-index: 1;
        width: 100%;
        margin: 0;
    }

    #main-frame .frame {
        width: 75%;
        margin: 0;
    }

    #main-frame #right {
        width: 25%;
    }
}

#main-frame .conteiner {
    width: 100%;
    float: right;
    margin-left: -250px;
}

#main-frame #center {
    margin-left: 250px;
}

#main-frame #left {
    float: left;
    width: 250px;
}

#main-frame .center-cont {
    padding: 0px 20px;
}

.index-contact {
    /*height: 214px;*/
    margin-bottom: 15px;
    line-height: 1em;
}

.index-contact h3 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

.index-contact div {
    font-size: 0.7em;
    color: #939394;
}

.index-contact div strong {
    display: block;
    font-size: 2.3em;
    padding-top: 10px;
    font-weight: normal;
    color: #d3222a;
    line-height: 1.1em;
}

.index-contact a {
    display: block;
    margin: 10px 0px 0px 15px;
}

.currency-block {
    padding-left: 15px;
}

.currency-block tr {
    height: 41px;
}

.CurrenciesWidget {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: -5px 0 0 0;
}

.currency-block h2, .index-news h2 {
    font-size: 1.2em;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    padding-bottom: 10px;
}

.currency-block h2 small {
    display: block;
    font-size: 0.55em;
}

.currency-block .currency_cont {
    position: relative;
}

.currency-block .date {
    color: #d3222a;
    position: absolute;
    top: 25px;
    left: 0px;
    font-size: 0.75em;
    text-align: right;
    width: 70px;
}

.currency-block .currency {
    display: block;
    margin: 0px 0px 0px 75px;
    padding: 3px 0px 0px 14px;
    border-left: solid 1px #dedede;
    list-style: none;
}

.currency-block .currency li {
    padding: 7px 0px;
}

.currency-block .currency li strong {
    margin-right: 10px;
}

.currency-block a.calculator {
    display: block;
    margin-top: 25px;
    line-height: 21px;
    height: 21px;
    background: url(../images/ico_calculator.gif) no-repeat left center;
    padding-left: 20px;
    font-size: 0.9em;
}

/* PCB-93 */
.currency-block h2 {
    /*padding-left: 10px;*/
}

.currency-block table {
    width: 100%;
    border-collapse: collapse !important;
}

.currency-block table td {
    padding: 0;
    width: 25%;
}

.currency-block .colnames {
    font-size: 0.7em;
    font-weight: bold;
    color: #939394;
    height: 20px;
    line-height: 20px;
}

.currency-block .colnames table {
    position: relative;
    top: -2px;
    width: 100%;
    height: 20px;
    line-height: 20px;

}

.currency-block .values table {
    border-collapse: collapse !important;
}

.currency-block .values tr td {
    padding: 4px 0 0 0;

}

.currency-block .values tr td:nth-child(1n+2) {
    font-size: 0.7em;
    font-weight: bold;
}

.currency-block .values tr td:first-child span, .LatestNewsWidget .date {
    color: #fff !important;
    background: #999;
    border-radius: 2px;
    padding: 5px 5px;
    font-size: .9em;
    font-weight: bolder;
}

.currency-block .values tr td:first-child span {
    background: none;
    color: #d3222a !important;
}

.currency-block .dtime {
    border-top: 1px solid #E2E1E1;
    color: #999;
    margin-top: 4px;
    font-size: 0.9em;
    padding: 5px 0 0 10px;
}

/* Range slider for calculators */

.form-group .irs--flat {
    margin-top: 10px;
    height: auto;
}

.form-group .irs--flat .irs {
    padding-bottom: 20px;
}

.form-group .irs--flat .irs .irs-line {
    top: 0;
    height: 5px;
}

.form-group .irs--flat .irs .irs-single {
    display: none;
}

.form-group .irs--flat .irs .irs-min,
.form-group .irs--flat .irs .irs-max {
    top: auto;
    bottom: 0;
    color: #a0a0a0;
    font-size: 11px;
    line-height: 14px;
    background: none;
    border-radius: 0;
    padding: 0;
    visibility: visible !important;
}

.form-group .irs--flat .irs-bar {
    top: 0;
    height: 5px;
}

.form-group .irs--flat .irs-handle {
    top: -5px;
    width: 25px;
    height: 15px;
    cursor: pointer;
}

.form-group .irs--flat .irs-handle > i:first-child {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: -7px;
}

.form-group .range-helper {
    position: absolute;
    bottom: 0;
    color: #a0a0a0;
    font-size: 11px;
}

.form-group .range-helper.range-from {
    left: 0;
}

.form-group .range-helper.range-to {
    right: 0;
}

/*LatestNewsWidget*/
.LatestNewsWidget {
    width: 49%;
    display: inline-block;
}

.LatestNewsWidget .date {
    width: 48px;
    text-align: center;
    display: inline-block;
    padding: 7px;
    margin: 0 10px 0 0;
    float: left;
}

.LatestNewsWidget .mon {
    color: #ddd;
    font-size: medium;
}

.LatestNewsWidget .day {
    color: #fff;
    font-size: x-large;
    margin: 10px 0 0 0;
}

ul.hot-link {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.hot-link li {
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
}

ul.hot-link a {
    display: block;
    text-decoration: none;
    color: #454545;
    font-size: 1.3em;
    padding-left: 45px;
}

ul.hot-link a.annual-reports {
    background: url(../images/ico_annual_reports.gif) no-repeat left top;
}

ul.hot-link a.publications {
    background: url(../images/ico_publications.gif) no-repeat left top;
}

ul.hot-link a.social-projects {
    background: url(../images/ico_social_projects.gif) no-repeat 4px top;
}

ul.hot-link a span.small {
    display: block;
    font-size: 0.6em;
}

.index-news {
    width: 460px;
    overflow: hidden;
}

.index-news h2 {
    border-bottom: solid 1px #dedede;
    color: #454545;
}

.index-news a.rss {
    position: absolute;
    right: 10px;
    top: 13px;
}

.index-news .news {
    width: 49%;
    font-size: 0.9em;
    padding-top: 20px;
}

.index-news .date {
    color: #d3222a;
}

.LatestNewsWidget .news a {
    text-decoration: none;
    display: block;
    padding-right: 5px;
}

.LatestNewsWidget .news a:hover {
    text-decoration: underline;
}

.LatestNewsWidget .all-news {
    margin-top: 8px;
    float: left;
    width: 100%;
}

.LatestNewsWidget a.all-news {
    background: url(../images/ico_index_all_news.gif) no-repeat left center;
    padding-left: 10px;
    font-size: 0.9em;
}

.business li {
    list-style-type: none;
}

.business a {
    text-decoration: none;
}

.business .left {
    width: 48%;
    float: left;
    display: inline-block;
    padding-right: 4%;
}

.business .right {
    width: 48%;
    display: inline-block;
}

.business ul {
    padding: 0;
}

.carusel, .inner-carusel, .gallery-carusel {
    clear: both;
    background-color: #f6f6f6;
    overflow: hidden;
    padding: 20px 0px;
}

.carusel {
    margin-top: 20px;
}

.carusel #horizontal_carousel, .inner-carusel #horizontal_carousel, .gallery-carusel #horizontal_carousel {
    height: 100px;
    position: relative;
}

.carusel #horizontal_carousel {
    width: 1000px;
}

.inner-carusel #horizontal_carousel, .gallery-carusel #horizontal_carousel {
    width: 685px;
}

.carusel #horizontal_carousel .jcarousel-clip, .inner-carusel #horizontal_carousel .jcarousel-clip, .gallery-carusel #horizontal_carousel .jcarousel-clip {
    position: absolute;
    height: 112px;
    overflow: hidden;
    z-index: 2;
    margin: 0px 0px 0px 53px;
}

.carusel #horizontal_carousel .jcarousel-clip {
    width: 894px;
}

.inner-carusel #horizontal_carousel .jcarousel-clip, .gallery-carusel #horizontal_carousel .jcarousel-clip {
    width: 579px;
}

#horizontal_carousel .jcarousel-prev, #horizontal_carousel .jcarousel-next, #horizontal_carousel .jcarousel-prev-disabled, #horizontal_carousel .jcarousel-next-disabled {
    position: absolute;
    top: 20px;
    background-repeat: no-repeat;
    background-position: left top;
    height: 42px;
    width: 36px;
    cursor: pointer;
    z-index: 10;
}

#horizontal_carousel .jcarousel-prev {
    left: 0px;
    background-image: url(../images/lt_prev.gif);
}

#horizontal_carousel .jcarousel-next {
    right: 0px;
    background-image: url(../images/lt_next.gif);
}

#horizontal_carousel .jcarousel-prev-disabled {
    left: 0px;
    background: url(../images/left-disabled.gif);
    cursor: default;
}

#horizontal_carousel .jcarousel-next-disabled {
    right: 0px;
    background: url(../images/right-disabled.gif);
    cursor: default;
}

#horizontal_carousel ul {
    margin: 0px;
    padding: 0px;
    width: 100000px;
    position: relative;
    top: 0;
    left: 0;
    height: 112px;
    list-style: none;
}

.carusel #horizontal_carousel ul li, .inner-carusel #horizontal_carousel ul li, .gallery-carusel #horizontal_carousel ul li {
    margin: 0pt;
    list-style: none;
    float: left;
    display: block;
    text-align: center;
    height: 112px;
    font-size: 0.75em;
    line-height: 1.1em;
    color: #454545;
}

.carusel #horizontal_carousel ul li {
    width: 149px;
}

.inner-carusel #horizontal_carousel ul li, .gallery-carusel #horizontal_carousel ul li {
    width: 193px;
}

#horizontal_carousel ul li img {
    margin: 0px auto;
    border: solid 3px #d8d8d8;
}

.carusel .logo {
    margin: 0px 0px 15px 40px;
}

.tree {
    color: #929293;
    font-size: 0.8em;
    padding-bottom: 20px;
}

.tree a {
    color: #929293;
    background: url(../images/tree_bg.gif) no-repeat right center;
    padding-right: 15px;
    margin-right: 5px;
    font-size: 1em;
}

@media screen and (min-width: 671px) {
    .tree a {
        font-size: 1em;
    }
}

.tree span {
    background: url(../images/tree_bg2.gif) no-repeat right 0.4em;
    margin-right: 5px;
    padding-right: 3px;
}

.main-left-cont {
    width: 685px;
    font-size: 0.9em;
    /*overflow: hidden;*/
}

.tab, .tab-sub {
    display: block;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 20px;
}

.tab {
    height: 40px;
}

.tab-sub {
    height: 30px;
    width: 100%;
    font-size: 0.8em;
    margin-top: 10px;
    display: table;
}

.tab li, .tab-sub li {
    display: table-cell;
}

.tab a, .tab span, .tab-sub a, .tab-sub span {
    display: block;
    color: #d3222a;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    font-size: 1.2em;
    float: left;
    width: 100%;
    padding: 2px 21px;
    margin-right: 10px;
}

@media screen and (max-width: 750px) {
    .tab-sub {
        display: block;
        height: inherit;
    }

    .tab li, .tab-sub li {
        display: block;
        float: left;
        width: auto;
    }

    .tab a, .tab span, .tab-sub a, .tab-sub span {
        line-height: 36px;
        font-size: 1.4em;
    }
}

@media screen and (max-width: 450px) {
    .tab-sub {
        display: block;
    }

    .tab li, .tab-sub li {
        display: block;
        float: left;
        width: 100%;
    }

    .tab a, .tab span, .tab-sub a, .tab-sub span {
        height: 40px;
        line-height: 40px;
        font-size: 1.3em;
        margin-bottom: 10px;
    }
}

.tab span, .tab-sub span {
    background-color: #d3222a;
    cursor: default;
    color: #fff;
    width: 100%;
    height: auto;
    padding: 2px 31px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
}

.news-page .tab span, .news-page .tab-sub span, .news-page .tab a, .news-page .tab-sub a {
    padding: 0;
}

ul.archive {
    margin: 0px;
    display: block;
    list-style: none;
    overflow: hidden;
    margin: 15px 0px;
    width: 100%;
}

ul.archive li {
    float: left;
    padding-right: 20px;
    color: #454545;
    font-size: 0.8em;
}

ul.archive a {
    color: #d3222a;
}

.news-page {
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

@media screen and (max-width: 450px) {
    .news-page .tab-sub li {
        width: auto;
    }

    .news-page .tab-sub li span, .news-page .tab-sub li a {
        padding: 0 14px;
    }
}

.news-page .block, .WidgetHolder .block {
    padding: 10px 0 10px;
}

.news-page .block .date, .WidgetHolder .block .date {
    color: #999;
    font-size: 0.8em;
    line-height: 1em;
    vertical-align: top;
}

/*.news-page .block a,*/
.WidgetHolder .block a {
    text-decoration: none;
    display: inline-block;
    width: 70%;
    font-size: 13px;
    l-ine-height: 20px;
    line-height: 15px;
}

.news-page .block a:hover, .WidgetHolder .block a:hover {
    text-decoration: underline;
}

.LatestNewsWidget .block a {
    height: 46px !important;
}

.news-page a.all, .WidgetHolder a.all {
    color: #d3222a;
}

.currency {
    margin: 10px 0;
    padding-bottom: 40px;
}

.design-list {
    float: left;
    /*padding-bottom: 30px;*/
    font-size: 1.1em;
    /*width: 690px;*/
    /*width: 100%;*/
}

.design-list .title {
    color: #58585a;
    padding-bottom: 15px;
    font-size: 1.2em;
    white-space: nowrap;
}

.design-list ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
    width: 218px;
    /*padding-left: 10px;*/
}

.design-list ul li {
    padding-bottom: 10px;
    color: #454545;
    cursor: default;
    padding-right: 10px;
}

.design-list li:last-of-type { /*padding-bottom: 30px;*/
}

.design-list ul li a {
    color: #d3222a;
}

h3 {
    font-size: 1.4em;
    font-weight: normal;
    clear: both;
    color: #101010;
    padding: 5px 0px 10px 0px;
    margin: 0px;
    color: #454545;
}

h3 a {
    color: #d3222a;
}

.FilesWidget {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

ul.tenders {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: block;
    float: left;
    width: 100%;
}

ul.tenders li {
    position: relative;
    line-height: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
    overflow: hidden;
    float: left;
    width: 100%;
}

ul.tenders li.doc {
    background: url(../images/ico_doc.gif) no-repeat left 2px;
}

ul.tenders li.pdf {
    background: url(../images/ico_pdf.gif) no-repeat left 2px;
}

ul.tenders li.xls {
    background: url(../images/ico_xls.gif) no-repeat left 2px;
}

ul.tenders li.xlsx {
    background: url(../images/ico_xlsx.gif) no-repeat left 2px;
}

ul.tenders li div {
    display: inline-block;
    padding-left: 70px;
    float: left;
    width: 100%;
}

ul.tenders li div a {
    display: block;
}

@media screen and (max-width: 999px) {
    ul.tenders li div a {
        padding-top: 2px;
        font-size: 12px !important;
    }
}

ul.tenders li span {
    position: absolute;
    line-height: 30px;
    margin-top: 2px;
    left: 30px;
    display: inline-block;
    float: left;
    width: 70px;
    color: #939394;
    font-size: 0.7em;
}

ul.tenders li a {
    display: inline-block;
}

table.tenders {
    margin-bottom: 50px;
}

table.tenders td {
    vertical-align: top;
    padding: 10px;
    width: 33%;
}

table.tenders tr.hover td {
    background-color: #f1f2f2;
}

table.tenders thead td {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #C2C2C2;
}

.vacancies {
    padding-bottom: 40px;
}

.vacancies ul span {
    color: #929293;
    margin-left: 5px;
}

.vacancies ul li {
    padding-bottom: 25px;
    font-style: italic;
    color: #ccc;
}

.vacancies ul li a, .vacancies ul li span {
    font-style: normal;
}

.inner-faq {
    clear: both;
    background-color: #f6f6f6;
    padding: 20px;
    overflow: hidden;
}

.inner-faq .title {
    color: #454545;
    font-size: 1.4em;
}

.inner-faq a.vacancy {
    padding-left: 20px;
    background: url(../images/ico_calculator.gif) no-repeat left center;
}

.inner-faq .content {
    padding-top: 20px;
    overflow: hidden;
}

.inner-faq .content a.block {
    display: block;
    width: 265px;
    float: left;
    font-size: 1.4em;
    text-decoration: none;
    color: #101010;
    padding-left: 50px;
    margin: 0px 7px 0px 0px;
    line-height: 0.8em;
    color: #58585A;
}

.inner-faq a.block small {
    display: block;
    font-size: 0.6em;
    color: #454545;
    padding-top: 5px;
}

.inner-faq a.fill-questionnaire {
    background: url(../images/ico_fill_questionnaire.gif) no-repeat 5px top;
}

.inner-faq .content a.send-resume {
    background: url(../images/ico_send_resume.gif) no-repeat left top;
}

.inner-faq .content a.vacancies-description {
    background: url(../images/ico_vacancies_description.gif) no-repeat 5px top;
}

.inner-faq .content a.dep-help {
    background: url(../images/ico_dep-help.gif) no-repeat left top;
}

.inner-faq .content a.dep_calc {
    background: url(../images/ico_dep_calc.gif) no-repeat left top;
}

.inner-faq .content a.budget {
    background: url(../images/ico_budget.gif) no-repeat 5px top;
}

/* adminka */
.adminHeadPanelBg {
    height: 2em;
    background-color: #D8D8D8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.adminHeadPanel, .adminHeadPanelBg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    font-size: 0.9em;
}

.adminHeadPanel div {
    padding: 5px 10px;
    color: #000000;
    text-align: left;
}

.adminHeadPanel div strong {
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 20px;
    font-size: 14px;
}

.adminHeadPanel div .structure {
    background-image: url(../images/admin/ico_structure.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
    padding-bottom: 2px;
}

.adminHeadPanel .exit {
    position: absolute;
    right: 10px;
}

.adminHeadPanel a {
    color: #000000;
    text-decoration: underline;
}

.adminHeadPanel a:hover {
    color: #000000;
    text-decoration: none;
}

.adminAdd, .adminEdit {
    background-color: #f1f2f6;
    padding: 5px;
}

.adminAdd a, .adminEdit a {
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
    padding-bottom: 2px;
    color: #000000;
}

.adminAdd a {
    background-image: url(../images/admin/ico_add.gif);
}

.adminEdit a {
    background-image: url(../images/admin/ico_edit.gif);
}

/* END adminka */
div.survey {
    /*background: url(../images/survey_bottom_bg.gif) no-repeat bottom left;*/
    padding-bottom: 5px;
    margin-bottom: 20px;
    line-height: 1.3em;
}

.survey {
    font-size: 0.8em;
    border: #e8e8e8 3px solid;
    border-radius: 10px;
}

.survey .container {
    /*background: url(../images/survey_top_bg.gif) no-repeat left top;*/
    padding-top: 5px;
}

.survey .content {
    padding: 15px;
    /*border-left: solid 3px #e8e8e8;
    border-right: solid 3px #e8e8e8;*/
}

.survey .title {
    font-size: 1.7em;
    color: #d3222a;
    padding-bottom: 0.8em;
}

.survey ul {
    list-style: none;
    padding: 0.7em 0px 7px 10px;
    margin: 0px;
    clear: both;
    overflow: hidden;
    color: #454545;
}

.survey ul li {
    padding: 5px 0px;
    line-height: 1em;
    padding-bottom: 0.7em;
}

.survey .sub-panel {
    position: relative;
    padding-top: 10px;
    clear: both;
    height: 1em;
}

.survey .sub-panel a {
    color: #d3222a;
}

.survey .sub-panel a.back {
    /*background: url(../images/a_back.gif) no-repeat left 5px;*/
    padding-left: 8px;
}

.survey .sub-panel a.all {
    position: absolute;
    right: 0px;
    top: 8px;
    font-size: 1.2em;
}

.survey .result li {
    clear: both;
    display: block;
    overflow: hidden;
}

.survey .result div.graf, .survey .result span {
    background-color: #d3222a;
    float: left;
    font-size: 10px;
    height: 12px;
    margin-top: 3px;
    overflow: hidden;
    text-align: right;
}

.survey .result span {
    background-color: #fff;
    color: #d3222a;
    padding-left: 5px;
}

.subscribe .title {
    font-size: 1.45em;
    color: #d3222a;
    padding-bottom: 10px;
}

.subscribe .content {
    padding: 10px;
}

.subscribe input.text {
    margin-bottom: 5px;
    width: 215px;
}

.publications-page {
    width: 685px;
}

.publications-page .block {
    width: 120px;
    margin: 0px 40px 0px 0px;
    text-align: center;
    font-size: 0.8em;
    float: left;
    height: 200px;
    overflow: hidden;
}

.publications-page .block a.title {
    display: block;
    margin-top: 5px;
    line-height: 1.1em;
}

.shout-box .shout {
    clear: both;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #f6f6f6;
}

.shout-box .left .box-conteiner {
    width: 100%;
    margin-left: -100px;
    float: right;
}

.shout-box .left .box-conteiner .content {
    margin-left: 100px;
}

.shout-box .left img.userpic {
    float: left;
}

.shout-box .right .box-conteiner {
    width: 100%;
    margin-right: -100px;
    float: left;
}

.shout-box .right .box-conteiner .content {
    margin-right: 100px;
}

.shout-box .right img.userpic {
    float: right;
}

.shout-box strong.fio, .shout-box em.position {
    display: block;
}

.shout-box strong.fio {
    font-weight: normal;
    color: #d3222a;
}

.shout-box em.position {
    font-size: 0.8em;
}

.shout-box .cont {
    padding-top: 10px;
    font-size: 0.8em;
}

.shout-box .right strong.fio, .shout-box .right em.position {
    text-align: right;
}

.tagsBlock {
    text-align: justify;
    line-height: 2em;
}

.tagsBlock a, .tagsBlock span {
    color: #999;
    padding: 3px;
    white-space: nowrap;
}

.tagsBlock span {
    background-color: #999;
    color: #FFF;
    cursor: default;
}

.tagsBlock .t5 {
    font-size: 9px;
}

.tagsBlock .t4 {
    font-size: 12px;
}

.tagsBlock .t3 {
    font-size: 16px;
}

.tagsBlock .t2 {
    font-size: 22px;
}

.tagsBlock .t1 {
    font-size: 26px;
}

.tagsBlock a.all, .tagsBlock span.all {
    background-image: none;
    padding-left: 3px;
}

.news-page .tagsBlock {
    width: 70%;
    padding-bottom: 30px;
}

.branches-page, .vacancies-page {
    position: relative;
    width: 685px;
}

a.print {
    display: block;
    position: absolute;
    top: -6.2em;
    right: 0px;
    background: url(../images/ico_print.gif) no-repeat left center;
    padding-left: 15px;
}

.vacancies_link {
    padding: 5px 0px 0px 25px;
    background: url(../images/ico_vacancies.gif) no-repeat 0px 7px;
}

.vacancies_link a {
    color: #d3222a;
    text-decoration: underline !important;
}

.branches-page h3 {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    display: block;
    clear: both;
    font-size: 1.5em;
    overflow: hidden;
}

.branches-page h4 {
    padding: 0px;
    margin: 5px 0px 0px 0px;
    font-weight: bold;
    font-size: 1em;
}

.branches-page h3 a, h3.pc-group a {
    display: block;
    float: left;
    text-decoration: none;
    color: #010101;
    border-bottom: dashed 1px #d3222a;
}

.branches-page h3 a small {
    display: block;
    font-size: 0.6em;
}

.branches-page h3 a:hover, h3.pc-group a:hover {
    border-bottom: dashed 1px #fff;
}

.branches-page ul {
    display: block;
    padding: 0px;
    margin: 0px 0px 0px 20px;
    list-style: none;
    color: #454545;
}

.branches-page ul li {
    display: block;
    padding: 10px 0px;
    padding-left: 20px;
}

.branches-page ul.branches li {
    padding-left: 40px;
    background: url(../images/ico_branches.gif) no-repeat 20px 13px;
}

.branches-page .hours, .branches-page .tel, .branches-page .map {
    padding: 5px 0px 0px 20px;
    font-size: 0.9em;
}

.branches-page .hoursprint, .branches-page .telprint {
    padding: 5px 0px 0px 0px;
    font-size: 0.9em;
}

.branches-page .map a {
    text-decoration: none;
    border-bottom: dashed 1px #d3222a;
}

.branches-page .hours {
    background: url(../images/ico_hours.gif) no-repeat left 9px;
}

.branches-page .tel {
    background: url(../images/ico_tel.gif) no-repeat left 9px;
}

.branches-page .map {
    background: url(../images/ico_map.gif) no-repeat left 9px;
}

.branches-page p {
    padding: 0px;
    margin: 0px;
}

.all-city {
    padding-top: 30px;
    overflow: hidden;
}

.all-city .city {
    width: 33%;
    padding-top: 20px;
    height: 100px;
    float: left;
}

.all-city .city em {
    font-weight: bold;
    color: #999;
}

.all-city .city ol {
    display: block;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

.all-city .city ol li {
    padding-left: 20px;
    padding-top: 5px;
    height: 20px;
}

.all-city .city ol li.atm {
    background: url(../images/ico_branches.gif) no-repeat left 6px;
}

.news-page .scroll {
    margin-top: 10px;
}

.scroll {
    overflow: hidden;
    clear: both;
}

.scroll div {
    clear: both;
    padding-bottom: 5px;
    overflow: hidden;
}

.scroll a, .scroll span {
    display: block;
    float: left;
}

.scroll a, .scroll span {
    margin-right: 3px;
    padding: 2px 5px 3px 5px;
}

.scroll a {
    text-decoration: none;
    color: #333333;
    padding: 2px 5px 3px 5px;
}

.scroll a:hover, .scroll span.current {
    background-color: #d3222a;
    color: #FFFFFF;
}

.scroll span {
    cursor: default;
}

.scroll a.prev_page, .scroll a.next_page {
    color: #d3222a;
    text-decoration: underline;
}

.scroll a.prev_page:hover, .scroll a.next_page:hover {
    color: #d3222a;
    text-decoration: none;
    background-color: #ffffff;
}

.pro-art {
    clear: both;
    overflow: hidden;
    padding: 20px 0px 40px 0px;
}

.pro-art .block {
    float: left;
    width: 220px;
    text-align: center;
    height: 163px;
    font-size: 0.75em;
}

.pro-art .block img {
    margin: 0px auto;
    border: solid 3px #d8d8d8;
}

.pro-art .scroll {
    padding-top: 10px;
    padding-left: 14px;
}

.artist {
    overflow: hidden;
}

.artist .conteiner {
    margin-left: -220px;
    float: right;
    width: 100%;
}

.artist .conteiner .content {
    margin-left: 220px;
}

.artist img.userpic {
    float: left;
}

ol.video-list {
    display: block;
    width: 685px;
    list-style: none;
    margin: 0px;
    padding: 40px 0px;
}

ol.video-list li {
    float: left;
    width: 228px;
    height: 120px;
    overflow: hidden;
    cursor: pointer;
}

ol.video-list li h3 {
    padding: 0px;
    margin: 0px;
    float: left;
    text-align: center;
    width: 15px;
    font-size: 1.1em;
    color: #999;
}

ol.video-list li img {
    display: block;
}

ol.video-list li div {
    float: left;
    width: 180px;
    margin: 0px 15px 0px 5px;
}

.question {
    position: absolute;
    z-index: 1000;
    background-color: #FFF;
    padding: 20px;
    text-align: left;
}

.question .title {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: solid 1px #d3222a;
    font-size: 1.5em;
    color: #d3222a;
}

.question .content {
    position: relative;
}

.question a.close {
    position: absolute;
    top: 0px;
    right: 0px;
}

.question .main-area input {
    display: block;
}

.question .main-area div input, .question .main-area div select, .question .main-area div textarea, .question .call-me div input, .order-form input.text, .order-form select.text, .order-form textarea {
    display: block;
    width: 350px;
    font-size: 16px;
    line-height: 1.5em;
    margin: 2px 0px 10px 0px;
}

.order-form input.text, .order-form select.text, .order-form textarea {
    margin: 2px 0px 15px 0px;
}

.order-form .year div {
    margin: 2px 0px 15px 0px;
}

.order-form .year select {
    font-size: 1em;
    line-height: 1.5em;
}

.order-form .section.notice {
    margin: 20px 0px;
    padding: 20px;
    background-color: #F8F8F8;
}

.order-form span, .form_info span {
    color: #D3222A;
}

.question .call-me {
    margin: 30px 0px;
}

.question .call-me div {
    padding-top: 10px;
}

.question .call-me div input {
    width: 350px;
}

ul.site-map {
    padding: 0px;
    margin: 0px 0px 40px 0px;
    list-style: none;
    font-size: 1.2em;
}

ul.site-map li {
    padding-top: 10px;
    padding-bottom: 0px;
}

ul.site-map ul {
    padding: 0px 0px 0px 40px;
    margin: 0px 0px 10px 0px;
    list-style: none;
    font-size: 0.9em;
}

ol.search-result {
    color: #d3222a;
    padding: 0px 0px 0px 40px;
    margin: 0px;
}

ol.search-result li {
    padding-bottom: 20px;
}

ol.search-result a {
    text-decoration: none;
    color: #454545;
}

ol.search-result a:hover {
    text-decoration: underline;
}

.info {
    background-color: #fff3c3;
    padding: 15px 60px;
    margin: 10px 20px;
    color: #d3222a;
    clear: both;
}

.previousPolls {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.previousPolls li {
    padding-bottom: 20px;
    display: block;
}

.previousPolls a {
    font-size: 1.3em;
    text-decoration: none;
    border-bottom: dashed 1px #d3222a;
    font-size: 1.5em;
}

.survey strong {
    font-weight: normal;
    color: #d3222a;
}

.overlay {
    background-color: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    position: absolute;
    z-index: 10;
    text-align: center;
}

.overlay img {
    margin: auto;
}

.tooltip_form {
    background: url(../images/tooltip_bg.gif) no-repeat 30px bottom;
    padding-bottom: 13px;
    position: absolute;
    font-size: 12px;
    width: 250px;
    text-align: left;
    color: #FFF;
    line-height: 1.2em;
}

.tooltip_form div {
    background-color: #d3222a;
    padding: 20px 15px;
}

span.dictionary > span.dictionary {
    border-bottom: dashed 1px #d3222a;
    padding-right: 13px;
    background: url(../images/ico_dictionary.gif) no-repeat right center;
    cursor: default;
}

form {
    padding: 0px;
    margin: 0px;
}

.form strong {
    color: #D3222A;
}

.form div.cont {
    padding: 20px 0px;
}

.form div.cont input, .form div.cont textarea {
    display: block;
    width: 400px;
}

.form div.cont input, .form div.cont textarea, .form div.cont select, div.login input {
    font-size: 1em;
    margin: 3px 0px 10px 0px;
}

.form input.send, input.login {
    display: block;
    font-size: 1em;
    margin-bottom: 20px;
}

.form ol {
    margin-top: 20px;
    color: #454545;
}

.form h3 {
    padding-top: 25px;
}

div.login input {
    width: 200px;
    display: block;
}

img.img-ill {
    float: left;
    margin: 0px 40px 30px 0px;
}

.rad {
    font-weight: normal;
    color: #D3222A;
}

a.ihelp {
    display: block;
    margin-bottom: 20px;
    padding: 0px 12px;
}

.credits-principles {
    padding: 30px;
    margin: 20px 0px;
    background-color: #f8f8f8;
    overflow: hidden;
    clear: both;
    font-size: 1.1em;
}

.credits-principles table {
    width: 100%;
}

.credits-principles table thead td {
    font-size: 1.2em;
    color: #d3222a;
}

.credits-principles table td {
    padding: 7px 10px;
}

.credits-principles table td.dd {
    width: 250px;
    padding-left: 20px;
}

.credits-principles table tbody td.dd {
    padding-left: 50px;
    font-size: 1.1em;
}

.credits-principles table td.one {
    background: url(../images/ico_1.gif) no-repeat 4px center;
}

.credits-principles table td.two {
    background: url(../images/ico_2.gif) no-repeat 4px center;
}

.credits-principles table td.three {
    background: url(../images/ico_3.gif) no-repeat 4px center;
}

.credits-principles table td.four {
    background: url(../images/ico_4.gif) no-repeat 4px center;
}

.credits-principles table td.five {
    background: url(../images/ico_5.gif) no-repeat 4px center;
}

.credits-principles table td.six {
    background: url(../images/ico_6.gif) no-repeat 4px center;
}

.credits-principles table td.seven {
    background: url(../images/ico_7.gif) no-repeat 4px center;
}

.credits-principles table td.dt {
    padding-left: 20px;
    background: url(../images/bulet.gif) no-repeat left center;
}

.credits-principles table thead td.dt {
    background: none;
}

h4 {
    padding: 5px 0px 5px 0px;
    margin: 0px;
    font-size: 1.1em;
    font-weight: bold;
}

.credits-decision {
    padding-bottom: 20px;
}

.credits-decision .title {
    color: #d3222a;
}

.credits-decision .title a, .deposits-decision a {
    color: #d3222a;
    font-size: 1.2em;
}

.deposits-decision td {
    padding: 20px 20px 20px 0px;
    vertical-align: top;
}

.deposits-decision td.l {
    font-size: 0.8em;
}

.deposits-decision a {
    display: block;
    font-size: 1.1em;
}

.calculator {
    background-color: #f8f8f8;
    padding: 20px;
}

.calculator ul {
    list-style: none;
    padding: 10px 0px 15px 10px;
    margin: 0px;
    color: #454545;
}

.calculator ul li {
    padding-bottom: 5px;
}

.calculator input, .calculator select {
    font-size: 1em;
}

.calculator-result {
    margin-top: 40px;
    line-height: 1.1em;
}

.calculator-result td {
    padding: 10px 5px 10px 0px;
}

.calculator-result thead td {
    padding-bottom: 10px;
    border-bottom: solid 1px #d3222a;
}

.calculator-result .calc-sum td {
    color: #d3222a;
}

.e-banking-enter {
    padding-left: 60px;
    margin-bottom: 30px;
    background: url(../images/ico_e_banking_enter.gif) no-repeat left top;
}

.e-banking-enter strong {
    font-weight: normal;
    font-size: 1.3em;
    display: block;
    margin-bottom: -5px;
    line-height: 55px;
    color: #d3222a;
}

.e-banking-enter div {
    padding-bottom: 5px;
}

.e-banking-enter div input {
    margin-bottom: 5px;
    width: 150px;
    font-size: 1.05em;
    display: block;
}

.e-banking-block {
    padding: 0px 0px 0px 40px;
    margin-top: 40px;
    background: url(../images/ico_annual_reports.gif) no-repeat left top;
}

.e-banking-block .title {
    font-size: 1.2em;
    display: block;
    color: #010101;
    padding-bottom: 10px;
}

.dada-table {
    margin-bottom: 20px;
}

.dada-table td {
    padding: 10px 0px 0px 5px;
    vertical-align: bottom;
}

.dada-table td.lable {
    background: url(../images/dots.gif) repeat-x left bottom;
    padding-right: 40px;
    padding-left: 0px;
}

.dada-table td.lable span {
    background-color: #FFF;
    padding-right: 5px;
    line-height: 1em;
}

.card-block {
    clear: both;
    overflow: hidden;
    padding-top: 20px;
}

.card-block .title {
    font-size: 1.1em;
    color: #d3222a;
    padding-bottom: 0.7em;
}

.card-block .conteiner {
    width: 100%;
    float: right;
    margin-left: -230px;
}

.card-block .conteiner .cont {
    display: block;
    margin-left: 230px;
}

.card-block img.ill {
    float: left;
}

.card-block ul {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.interview {
    overflow: hidden;
    padding-bottom: 30px;
}

.interview .container {
    float: left;
    width: 685px;
    margin-right: -485px;
}

.interview .container .ill {
    margin-right: 485px;
    font-size: 0.9em;
}

.interview .container .ill img {
    width: 200px;
    display: block;
    margin-bottom: 20px;
}

.interview .container .ill em {
    display: block;
    color: #666;
}

.interview .cont {
    float: right;
    width: 455px;
    padding-left: 20px;
}

ul.dash li {
    margin: 0.5em 0;
    padding: 0 0 0 20px;
    color: #454545;
    list-style-type: none;
    behavior: expression( !this.before
		? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
    text-indent: -1.24em;
}

ul.dash li:before {
    content: '\2014\a0';
}

strong.highlight {
    color: #d3222a;
    font-weight: normal;
}

.pc-group-block {
    overflow: hidden;
    clear: both;
    padding-bottom: 20px;
}

.pc-group-block .container {
    width: 100%;
    float: left;
    margin-right: -35%;
}

.pc-group-block .container .description {
    margin-right: 35%;
}

.pc-group-block .address {
    width: 35%;
    float: right;
    font-size: 0.8em;
    color: #666;
    line-height: 1.5em;
}

.pc-group-block h4 {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    padding-bottom: 10px;
}

h3.pc-group {
    padding-bottom: 10px;
    overflow: hidden;
}

.q {
    padding: 20px 100px 20px 220px;
    height: 150px;
    font-size: 1.4em;
}

.q.I {
    background: url(../images/q1_bg.gif) no-repeat 10px 20px;
    padding-top: 50px;
}

.q.II {
    background: url(../images/q2_bg.gif) no-repeat 10px 20px;
}

.q.III {
    background: url(../images/q3_bg.gif) no-repeat 20px 30px;
}

.q strong {
    font-weight: normal;
}

.q ul {
    display: block;
    padding: 20px 0px;
    margin: 0px;
    clear: both;
    list-style: none;
}

.q ul li {
    float: left;
    display: block;
    padding-right: 50px;
}

.q ul li.back {
    clear: both;
    padding: 30px 0px 0px 0px;
    font-size: 0.7em;
    color: #454545;
    width: 100%;
    white-space: nowrap;
}

.q ul li a {
    color: #d3222a;
}

.q ul li.back a {
    color: #999;
}

.multi-dada-table thead td {
    font-weight: bold;
    border: none;
}

.multi-dada-table thead td small {
    font-weight: normal;
    display: block;
}

.multi-dada-table td {
    vertical-align: top;
    width: 25%;
    padding: 15px 20px 15px 0px;
    border-top: solid 1px #e9e9e9;
}

.multi-dada-table tr.clear.t td {
    border-top: none;
}

.multi-dada-table tr.clear td {
    border-bottom: none;
}

.multi-dada-table ul {
    padding: 10px 0px 10px 25px;
    margin: 0px;
}

a.all.photos {
    display: block;
    width: 100%;
    float: left;
    margin: -50px 0px 50px 0px;
    color: #d3222a;
}

#questions small, .previousPolls small {
    font-size: 1em;
    display: block;
    color: #999;
}

#questions small {
    padding-bottom: 10px;
}

a.banks {
    display: block;
    padding-left: 29px;
    background: url(../images/ico_bank.gif) no-repeat 2px top;
    line-height: 22px;
}

.all-branches {
    padding-top: 20px;
}

.all-branches a {
    color: #d3222a;
}

.all-branches ul {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 33%;
    float: left;
}

.all-branches ul li {
    display: block;
    padding: 0px 0px 5px 0px;
}

.all-branches ul li.block {
    padding-top: 20px;
}

#right .currency {
    font-size: 11px;
}

#right .currency table {
    width: 250px;
}

#right .currency td {
    padding: 2px 5px 2px 0px;
}

#right .currency thead td, #right .currency .title td {
    border-bottom: 1px solid #E9E9E9;
    color: #999;
}

#right .currency thead td strong {
    font-weight: normal;
    color: #D3222A;
}

#right .currency .title td {
    padding-top: 5px;
}

#right .currency td.dt {
    color: #999;
}

#right .currency a.all {
    display: block;
    margin-top: 5px;
    color: #D3222A;
    font-size: 1.2em;
}

#right .currency strong.title {
    color: #454545;
    font-size: 1.3em;
    display: block;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.main-left-cont .currency table {
    width: 100%;
}

.main-left-cont .currency .title td {
    border-bottom: 1px solid #E9E9E9;
    color: #999;
}

.main-left-cont .currency table thead td {
    border-bottom: solid 1px #E9E9E9;
    font-weight: bold;
}

.main-left-cont .currency table td {
    padding: 5px;
}

.main-left-cont .currency ul.archive {
    margin-bottom: 0px;
    padding: 0px;
}

#form-status {
    padding-top: 20px;
}

.month { /*float: left;*/
    width: 32px;
    color: #ddd;
    font-size: medium;
    line-height: 2em;
}

.month table {
    border: solid 1px #cccccc;
    border-collapse: collapse;
    padding: 0px;
}

.month th {
    text-align: center;
    background-color: #d3222a;
    color: #ffffff;
    width: 1.5em;
    height: 1.4em;
    font-weight: normal
}

.month td {
    width: 1.5em;
    height: 1.4em;
    text-align: center;
    border: solid 1px #cccccc
}

.month strong {
    display: block;
    padding-bottom: 3px
}

.popup {
    position: absolute;
    z-index: 20;
    width: 250px;
}

.popup .curs {
    position: relative;
    border: solid 1px #c0c0c0;
    background-color: #FFF;
    padding: 10px 5px;
    text-align: left;
}

.popup .pointer {
    background: url(../images/popup_pointer.gif) no-repeat left top;
    width: 8px;
    height: 6px;
    position: absolute;
    left: 10px;
    top: -6px;
}

.popup .currency {
    font-size: 11px
}

.popup .currency table {
    width: 250px
}

.popup .currency td {
    padding: 2px 5px 2px 0px
}

.popup .currency thead td, #right .currency .title td {
    border-bottom: 1px solid #E9E9E9;
    color: #999
}

.popup .currency thead td strong {
    font-weight: normal;
    color: #D3222A
}

.popup .currency .title td {
    padding-top: 5px
}

.popup .currency td.dt {
    color: #999
}

.popup .currency a.all {
    display: block;
    margin-top: 5px;
    color: #D3222A;
    font-size: 1.2em
}

.popup .currency strong.title {
    color: #454545;
    font-size: 1.3em;
    display: block;
    padding: 0px 0px 10px 0px;
    margin: 0px
}

.popup .close {
    position: absolute;
    right: 10px;
    bottom: 10px
}

.dubstarodub {
    position: relative;
    height: 460px;
    background: url(../images/dubstarodub.png) no-repeat 30px bottom;
}

.dubstarodub .post {
    color: #848486;
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
    position: absolute;
    z-index: 1;
}

.dubstarodub .post.a {
    top: 5px;
    left: 288px;
}

.dubstarodub .post.b {
    top: 110px;
    left: 20px;
}

.dubstarodub .post.c {
    top: 110px;
    left: 570px;
}

.dubstarodub .post.d {
    top: 110px;
    left: 20px;
}

.dubstarodub .post.e {
    top: 120px;
    left: 450px;
}

.dubstarodub .post.f {
    top: 240px;
    left: 0px;
}

.dubstarodub .post.g {
    top: 230px;
    left: 550px;
}

.dubstarodub .post.h {
    top: 245px;
    left: 445px;
}

.dubstarodub .post.i {
    top: 275px;
    left: 60px;
}

.dubstarodub .post.j {
    top: 300px;
    left: 340px;
}

.dubstarodub .post.k {
    top: 355px;
    left: 330px;
}

.dubstarodub .post.l {
    top: 440px;
    left: 340px;
}

.dubstarodub .person {
    display: block;
    text-decoration: none;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.dubstarodub .person div.bg {
    background-color: #818283;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.dubstarodub .person:hover {
    border: none;
}

.dubstarodub .person:hover div.bg {
    background-color: #d2212a;
}

.dubstarodub .person .cont {
    width: 175px;
    height: 45px;
    position: relative;
}

.dubstarodub .person img {
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
    border-right: 1px solid #FFF;
}

.dubstarodub .person .cont div {
    position: absolute;
    top: 0px;
    left: 46px;
    width: 129px;
    height: 45px;
    font-size: 11px;
    color: #FFF;
}

.dubstarodub .person .cont div.bg {
    z-index: 3;
}

.dubstarodub .person .cont div.text {
    z-index: 4;
    width: 123px;
    left: 52px;
    overflow: hidden;
    line-height: 1.1em;
}

.dubstarodub .person .cont div.text strong {
    display: block;
    font-weight: normal;
    font-size: 1.1em;
    padding-bottom: 0px;
    padding-top: 3px;
}

.dubstarodub .person.m {
    top: 55px;
    left: 70px;
}

.dubstarodub .person.n {
    top: 160px;
    left: 0px;
}

.dubstarodub .person.o {
    top: 160px;
    left: 505px;
}

.dubstarodub .person.p {
    top: 230px;
    left: 270px;
}

.dubstarodub .view {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 10px;
    width: 633px;
    background-color: #FFF;
    border: solid 1px #c8c8c8;
    padding: 10px 15px 25px 15px;
}

.dubstarodub .view .close {
    padding-bottom: 5px;
    text-align: right;
}

.dubstarodub .view .interview {
    overflow: hidden;
    padding-bottom: 0px;
}

.dubstarodub .view .interview .container {
    float: left;
    width: 633px;
    margin-right: -423px;
}

.dubstarodub .view .interview .container .ill {
    margin-right: 423px;
}

.dubstarodub .view .interview .container .ill img {
    margin-bottom: 10px;
}

.dubstarodub .view .interview .cont {
    float: right;
    width: 413px;
    padding-left: 0px;
    font-size: 0.9em;
    line-height: 1.7em;
}

.dubstarodub .view .interview .cont p {
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

.interests td {
    padding: 15px 30px 15px 0px;
    vertical-align: top;
}

.interests ul {
    padding: 0.7em 0px 0px 0px;
    margin: 0px;
    list-style: none;
    color: #454545;
}

optgroup {
    font-style: normal;
    padding-left: 5px;
    color: #999;
    font-size: 1em;
    font-weight: normal;
}

option {
    color: #121212;
}

.fieldgroup {
    height: 60px;
}

.fieldgroup .fieldgroup {
    height: 30px;
}

.fieldgroup .fieldgroupField {
    display: inline;
    float: left;
    padding: 0px 5px 0px 0px;;
}

.dropdown select {
    width: 100%;
}

#block_f {
    width: 620px;
    margin: 20px 0px;
    padding: 20px;
    background-color: #F8F8F8;
}

.checkboxset label {
    font-weight: bold;
}

.checkboxsetfield {
    margin: 0;
    padding: 0;
}

.checkboxsetfield li {
    margin: 0;
}

.checkboxsetfield li label {
    color: #454545;
    font-weight: normal;
}

ul.optionset li input {
    margin: 5px 10px 0px 4px !important;
}

#Form_Form .field {
    text-align: left;
}

#Form_Form .requiredField span {
    color: #D3222A;
}

#Form_Form span.message, #Form_Form label.require {
    color: red;
    font-size: 12px;
    margin-left: 5px;
}

.branches-page .list {
    float: left;
    width: 300px;
}

.branches-page .map_box {
    float: left;
    width: 380px;
}

.branches-page .tab a {
    padding: 0px;
    width: 120px;
    text-align: center;
    cursor: pointer;
}

.branches-page .tab a span {
    padding: 0px;
    width: 120px;
    text-align: center;
}

.branches-page .tab a#Head, .branches-page .tab a#Head span {
    width: 170px;
}

.branches-page #RegionID {
    visibility: hidden;
}

.branches-page #RegionID, .branches-page #CityID {
    float: left;
    width: 220px;
    margin-right: 10px;
    color: #454545;
    font-size: 12px;
}

.branches-page .offices {
    width: 300px;
    clear: both;
}

.offices {
    margin-top: 10px;
}

.offices h3 {
    font-size: 20px;
}

.offices #atms, .offices #partners, .offices #branches {
    width: 290px;
    margin: 0;
}

.offices #atms .branches, .offices #partners .branches, .offices #branches .branches_list {
    margin: 0;
}

.offices * li {
    border: solid 1px #ffffff;
}

.offices * li a {
    text-decoration: none;
}

.branches-page ul.branches li:hover, .branches-page ul.branches li.active {
    /*background: url("../images/ico_branches.gif") no-repeat scroll 20px 13px #efefef;*/
    border: solid 1px #cccccc;
    cursor: pointer;
}

.branches-page ul.branches_list li:hover, .branches-page ul.branches_list li.active {
    /*background: #efefef;*/
    border: solid 1px #cccccc;
    cursor: pointer;
}

.map_box {
    border: solid 1px #D3222A;
}

.YMaps-b-balloon-content .hours {
    padding-top: 9px;
}

.AccordionDiv {
    display: none;
}

.hideData {
    display: none;
}

.AccordionsWidget h3 {
    line-height: 1.3em;
}

.AccordionsWidget a.dotted {
    border-bottom: 1px dashed #D3222A;
    text-decoration: none;
}

.AccordionsWidget a.dotted:hover {
    border-bottom: none;
    text-decoration: none;
}

.inner-faq .content a.on-line {
    background: url("../images/on_line.gif") no-repeat scroll 5px top transparent;
}

.highlight {
    color: #D3222A;
}

.black {
    color: #000000;
}

.darkGray {
    color: #454545;
}

.red {
    color: #D3222A;
}

#Content img.left {
    float: left;
}

#Content img.right {
    float: right;
}

.currency .date {
    color: #D3222A;
    font-weight: normal;
}

.currency .BlockTitle {
    color: #999999;
}

.news-page .currency-block {
    padding-left: 0;
    font-size: 1.1em;
}

#chart_nav {
    position: relative;
}

#chart_nav input, #chart_nav select {
    font-size: 12px;
}

#chartdiv {
    height: 400px;
    overflow: hidden;
}

#chartdiv div {
    position: relative;
    top: -24px;
}

#chart_trands {
    position: absolute;
    top: 390px;
    left: -4px;
    z-index: 10;
}

#chart_trands ul {
    list-style: none;
}

#chart_trands li {
    float: left;
    width: 130px;
    height: 16px;
    padding-left: 21px;
}

#chart_trands li {
    width: 121px \0/ IE8+9;
}

#chart_trands li.trand_off {
    background: url("/rates/javascript/amcharts/images/trand_off.jpg") no-repeat;
    color: #aab3b3;
}

#chart_trands li#UIRD.trand_on {
    background: url("/rates/javascript/amcharts/images/UIRD_bg.jpg") no-repeat;
    color: #454545;
}

#chart_trands li#LIBOR.trand_on {
    background: url("/rates/javascript/amcharts/images/LIBOR_bg.jpg") no-repeat;
    color: #454545;
}

#chart_trands li#EURIBOR.trand_on {
    background: url("/rates/javascript/amcharts/images/EURIBOR_bg.jpg") no-repeat;
    color: #454545;
}

.year_nav {
    width: 50px;
    position: relative;
    float: right;
}

.month_nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.month_nav li {
    float: left;
    width: 50px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

#daysNav.month_nav li {
    width: 27px;
}

.month_nav .current_month {
    background-color: red;
    color: #FFF;
}

#chart_calendar {
    width: 200px;
}

.clear {
    clear: both;
    display: block; /* Произведена частичная замена блоков DIV на LI */
}

/* Collatera */
.property_section {
    display: block;
    width: 215px;
    height: 110px;
    float: left;
    margin-right: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #58585A;
    padding-top: 15px;
}

.property_section.realty {
    background: #f7f9f8 url("../images/realty.jpg") no-repeat center 45px;
}

.property_section.auto {
    background: #f7f9f8 url("../images/auto.jpg") no-repeat center 45px;
}

.property_section.equipment {
    background: #f7f9f8 url("../images/equipment.jpg") no-repeat center 45px;
}

.property_section.last {
    margin-right: 0;
}

#filter {
    float: left;
    width: 150px;
    margin: 0 10px 10px 0;
}

#filter * {
    margin: 0;
    padding: 0;
}

#filter .middleColumn {
    width: 150px;
}

#filter label {
    color: #979797;
    font-size: 12px;
}

#filter input, #filter select {
    width: 150px;
    font-size: 12px;
    color: #4a4a4a;
    padding: 3px 5px;
    border: 1px solid #959595;
}

#filter input.action {
    font-size: 14px;
    background-color: #d3222a;
    border: none;
    color: #FFF;
    text-align: center;
    margin-top: 10px;
    width: 150px;
}

.property-info {
    padding-top: 20px;
}

.collatera_list {
    font-size: 12px;
}

.collatera_list th {
    padding: 5px;
    text-align: center;
    background: #e6e6e6;
    color: #424242;
    font-weight: normal;
}

.collatera_list td {
    padding: 5px;
    background: #f8f8f9;
    color: #3e3e3e;
}

.collatera_list td a {
    /*color:#000;
    font-weight:bold;*/
    color: #D3222A;
}

#product_gallery {
    width: 345px;
    margin: 0 15px 15px 0;
    float: left;
}

#product_gallery.inner-carusel {
    background: none;
    padding: 0;
}

#product_gallery img {
    padding-bottom: 10px;
}

#product_gallery .gallery_item {
    float: left;
}

#product_gallery .gallery_item img {
    padding: 5px;
}

#product_gallery .gallery_item img:hover {
    background: #e6e6e6;
}

#product_descr {
    float: right;
    width: 320px;
    color: #000;
}

.product_banner {
    /*background: url(../images/collatera_info_bg.jpg) no-repeat center right;*/
    /*background:#d3222a;*/
    margin: 10px 0;
    line-height: 40px;
    color: #D3222A;
    font-size: 18px;
    border-bottom: 1px solid #d52031;
    padding-left: 15px;
}

.product_control div {
    width: 50%;
    margin: 0 0 10px 0;
}

.product_control a {
    font-weight: bold;
}

.product_control a.previous {
    padding-left: 25px;
    background: url(../images/previous_arrow.jpg) no-repeat center left;
    text-decoration: none;
}

.product_control a.next {
    padding-right: 25px;
    background: url(../images/next_arrow.jpg) no-repeat center right;
    text-decoration: none;
}

.product_title {
    color: #414141;
    font-size: 18px;
}

.product_price {
    color: #000;
    font-weight: bold;
}

.product_id {
    color: #000;
    font-weight: bold;
}

.product_descr {
    border-bottom: 1px solid #6b6b6b;
    color: #000;
}

.product_descr td {
    padding: 0 5px;
    vertical-align: top;
}

.product_descr_text {
    color: #000;
    line-height: 16px;
    margin: 10px 0;
}

.contact_info {
    float: left;
}

.request_form {
    float: right;
}

.request_form h3 {
    color: #7c7c7c;
    font-size: 1.2em;
    text-align: right;
}

.request_form form * {
    margin: 0;
    padding: 0;
    color: #7c7c7c;
}

.request_form label {
    display: block;
    float: left;
    width: 102px;
    text-align: right;
    margin-right: 10px;
}

.request_form .middleColumn {
    clear: none;
    width: 270px;
}

.request_form input.text {
    width: 153px;
    margin: 0 0 5px 0;
    height: 20px;
    border: 1px solid #c2c2c2;
    line-height: 20px;
    font-size: 12px;
}

.request_form .message.required {
    font-size: 11px;
    color: #D3222A;
    line-height: 14px;
    text-align: right;
    margin-bottom: 5px;
}

label.required {
    color: #D3222A;
    font-size: 12px;
    margin-top: -6px;
    display: block;
}

.request_form .message.good {
    width: 270px;
    font-size: 11px;
}

.request_form .Actions {
    text-align: right;
}

.request_form input.action {
    width: 155px;
    background: #b7b7b7;
    border: none;
    color: #FFF;
}

.contact_info span {
    color: #D3222A;
}

.Block p {
    margin: 0 0 16px;
}

.hideonload {
    display: none;
}

.hide0 {
    display: node;
}

input.text.hideonload {
    display: none;
}

.print_link_container {
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
    margin-bottom: 10px;
}

.print_link_container span span {
    text-decoration: underline;
    cursor: pointer;
}

.print_typography {
    margin-top: 10px;
}

.print_typography h3 {
    font-size: 20px;
}

.print_typography * li {
    border: solid 1px #ffffff;
}

.print_typography * li a {
    text-decoration: none;
}

.branches_list li.selectedBranch {
    background: #efefef;
    border: solid 1px #cccccc;
    cursor: pointer;
}

.branches-page ul.branches li.selectedAtm {
    background: #efefef url("../images/ico_branches.gif") no-repeat 20px 13px;
    border: solid 1px #cccccc;
    cursor: pointer;
}

/*@page{
    margin:1.7cm 1.7cm 1.8cm 1.7cm;
}*/

#ContractList ul {
    list-style: none;
}

#ContractList ul ul {
    display: none;
}

#ContractList ul.visible {
    display: block;
}

#ContractList li {
    padding-left: 20px;
}

#ContractList li.closed {
    background: transparent url("../images/open_icon.gif") no-repeat;
}

#ContractList li.opened {
    background: transparent url("../images/close_icon.gif") no-repeat;
}

#generatePDF {
    display: none;
}

.right-cont .currency-block {
    padding-left: 0;
}

#left .LoanRatesWidget {
    margin-top: 20px;
}

.hidden_field {
    display: none;
}

#deposit_result {
    font-size: 13px;
    display: none;
    margin-top: 5px;
}

#Form_DepositForm fieldset {
    margin: 0;
    padding: 0;
}

#Form_DepositForm input.action {
    width: 136px;
    height: 37px;
    border: 0;
    padding: 0;
}

#Form_DepositForm input.action.ru_RU {
    background: url("../images/calculate_btn_ru.jpg");
}

#Form_DepositForm input.action.uk_UA {
    background: url("../images/calculate_btn_uk.jpg");
}

#Form_DepositForm input.action.en_US {
    background: url("../images/calculate_btn_en.jpg");
}

#deposit_result * {
    margin: 0;
    padding: 0;
}

/* Bottom Menu */
div.bottommenu {
    top: 12px;
    /*margin-left: -20px;*/
    margin-left: -4px;
    color: #939394;
    z-index: 100;
}

div.bottommenu ul {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

div.bottommenu ul li {
    display: inline-block;
    width: auto;
    font-size: 12px;
    padding: 0 6px 0 4px;
    line-height: 9px;
    overflow: visible;
    border-right: 1px solid #000;
}

div.bottommenu ul li:last-child {
    border: 0;
}

div.bottommenu ul li a {
    display: block;
    text-decoration: none;
}

div.bottommenu ul ul {
    display: none;
    background: #fff !important;
    font-size: 11px;
    width: 192px;
    height: auto;
    margin: 6px 0;
    padding: 3px 6px;
    border-top: 1px solid #b7bbc4;
    border-bottom: 1px dashed #b7bbc4;
    position: relative;
    right: 10px;
}

div.bottommenu ul ul li {
    display: inline-block;
    width: 100%;
    background: #fff;
    line-height: 20px;
    margin: 0;
    width: 180px;
}

div.bottommenu li a:hover {
    color: #d3222a;
}

div.bottommenu ul ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    line-height: 20px;
}

@media screen and (max-width: 600px) {
    #bottom .content {
        height: 95px;
    }

    div.bottommenu ul li {
        display: block;
        padding: 0 6px 5px 4px;
        border: none;
    }
}

@media screen and (max-width: 450px) {
    .bottommenu {
        padding: 0px 10px;
    }

    #bottom .content {
        height: auto;
        padding: 0 15px 15px 20px;
    }

    #bottom .content div.copyright {
        position: relative;
        bottom: auto;
    }

    #bottom .content div.lastedit {
        position: relative;
        bottom: auto;
    }

    #bottom .content div.createdby {
        top: 55px !important;
    }
}

div.bottommenu span {
    display: inline-block;
}

div.bottommenu .clear {
    position: relative;
    clear: both;
}

.bottommenu-table {
    display: inline;
    float: left;
    width: 12%;
    margin-left: 20px;
}

.bottommenu-title {
    font-weight: bold;
    text-align: left;
    color: #979797;
    font-size: 11px;
    line-height: 15px;
}

.bottommenu-table td {
    vertical-align: top;
    text-align: left;
    color: #979797;
    font-size: 11px;
    line-height: 15px;
    padding: 0 5px;
}

.bottommenu-table a {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #979797;
    font-size: 11px;
    line-height: 15px;
    cursor: pointer
}

.bottommenu-table a:hover {
    color: #d3222a;
}

.bottommenu-table td {
    width: 300px;
}

.vote-pictures table td {
    vertical-align: top;
}

.vote-pictures .vote-picture-thumb {
    float: left;
    margin: 30px 3px 10px 0;
}

.vote-pictures .vote-picture-thumb img {
    border: 3px solid #D8D8D8;
}

.vote-pictures .vote-picture-info {
    margin-top: 24px;
}

.vote-pictures .vote-picture-info h3 {
    clear: none;
}

.vote-pictures .vote-picture-info th {
    padding-right: 10px;
}

.vote-pictures .vote-picture-info {
    width: 430px;
}

.vote-pictures input[id^="vote-picture"] {
    padding: 8px 16px;
    background: #d1212b;
    color: #fff;
    font-style: italic;
    border: none;
    border-radius: 3px;
    margin-top: 16px;
    font-size: 14px;
}

.vote-pictures .vote-picture-thumb-info {
    border: none !important;
    position: relative;
    bottom: 8px;
    right: 35px;
}

.vote-pictures table p {
    padding-left: 2px;
}

.GalleryWidget {
    margin-top: 25px;
}

/*E-banking*/
#ebanking {
    cursor: pointer;
}

#dialogebanking {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 900;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    text-align: left !important;
    display: none;
}

#dialogebanking .ebanking {
    position: fixed;
    width: 270px;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -135px;
    background: #fff;
}

#dialogebanking .ebanking > div {
    border-bottom: #ccc 1px solid;
    height: 60px;
    width: 100%;
}

#dialogebanking .ebanking > div > span {
    line-height: 60px;
    display: inline-block;
    padding-left: 25px;
}

#dialogebanking .title {
    background: #e9393f;
    color: #fff;
    font-style: italic;
    font-size: 1.5rem;
}

#dialogebanking .title .close {
    float: right;
    margin-right: 10px;
    font-style: normal;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
}

#dialogebanking .item a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    line-height: 60px;
    font-size: 1rem;
    padding-left: 25px;
}

#dialogebanking .item:hover {
    background: #eee;
}

/* Shadow block left. More CSS shadow => http://habrahabr.ru/post/133258/ */
.curved-vt-1 {
    position: relative;
    margin: 10px 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.curved-vt-1:before,
.curved-vt-1:after {
    content: "";
    position: absolute;
    z-index: -2;
}

.curved-vt-1:before {
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 50%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -moz-border-radius: 10px / 100px;
    border-radius: 10px / 100px;
}

/* Block home */
.block-home-wrapper {
    display: block;
    position: relative;
    background: #EEEFF0;
    height: 150px;
    margin: 20px 10px 30px;
    padding-right: 150px;
}

.block-home-text-wrapper {
    float: left;
    padding: 15px;
}

.block-home-title {
    color: #d3222a;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 7px;
}

.block-home-desc {
    font-size: 14px;
    line-height: 18px;
}

.block-home-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.block-home-img img {
    width: 150px;
    height: 150px;
    max-height: 100%;
}

.cell {
    line-height: 43px !important;
}

/*Contact Us page*/

.radio-atms {
    width: 65%;
    float: right;
}

.radio-atms .cell {
    width: 50% !important;
    float: left;
}

div.branchesmap div.top div.grid div.cell:last-child div.inlabel {
    margin-left: 0 !important;
}

#main-frame.contacts-page .frame {
    width: 100%;
}

#main-frame.contacts-page .frame .frame-cont {
    margin-right: 0;
}

#main-frame.contacts-page .frame .frame-cont .main-left-cont {
    width: 100%;
    padding-bottom: 50px;
}

#main-frame.contacts-page .frame .frame-cont .main-left-cont h1 {
    display: none;
}

.contacts-page .intro-content {
    margin: 30px 0 20px;
}

.contacts-page .intro-content p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.contacts-page .services-boxes {
    overflow: hidden;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.contacts-page .services-boxes .service-box-wrapper {
    float: left;
    width: 100%;
    padding: 15px;
}

.contacts-page .services-boxes .service-box {
    display: table;
    border: 1px solid #e5e7eb;
    width: 100%;
    align-items: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.contacts-page .services-boxes .service-box .service-box-link {
    display: table-cell;
    width: 100%;
    height: 128px;
    vertical-align: middle;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.02em;
    padding: 0 15px 0 125px;
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: 70px auto;
}

.contacts-page .services-boxes .service-box .service-box-link.link1 {
    background-image: url('/themes/procredit/images/contact-us/appointment-service.svg');
}

.contacts-page .services-boxes .service-box .service-box-link.link2 {
    background-image: url('/themes/procredit/images/contact-us/complaint-service.svg');
}

.contacts-page .services-boxes .service-box .service-box-link.link3 {
    background-image: url('/themes/procredit/images/contact-us/faq-logo.svg');
}

.contacts-page .services-boxes .service-box .service-box-link.link4 {
    background-image: url('/themes/procredit/images/contact-us/call-ukraine.svg');
    background-size: auto 67px;
}

.contacts-page .services-boxes .service-box .service-box-link.link5 {
    background-image: url('/themes/procredit/images/contact-us/call-global.svg');
    background-size: auto 67px;
}

.contacts-page .services-boxes .service-box .service-box-link.link6 {
    background-image: url('/themes/procredit/images/contact-us/call-skype.svg');
    background-size: auto 67px;
}

.contacts-page .branches-block {
    width: 100%;
}

.contacts-page .branches-caption {
    text-align: center;
    margin: 30px 0 15px;
}

.contacts-page .branches-caption .office-icon {
    display: inline-block;
    width: 30px;
    height: 29px;
    background: url('/vacancies/images/office.png') center center no-repeat;
}

.contacts-page .branches-caption p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-top: 8px;
}

.contacts-page .branches-caption p span {
    font-weight: bold;
}

.contacts-page table.map-table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
}

.contacts-page table.map-table thead th {
    border-bottom: 1px solid #e8e8e8;
    padding: 15px;
}

.contacts-page table.map-table thead th.branch-icon {
    padding: 15px 10px;
}

.contacts-page table.map-table tbody tr td {
    border-bottom: 1px solid #e8e8e8;
    padding: 15px;
}

.contacts-page table.map-table tbody tr:last-child td {
    border-bottom: 0;
}

.contacts-page table.map-table tbody tr td span.typeString {
    color: #d3222a;
    font-weight: bold;
}

.contacts-page table.map-table tbody tr td span.branch-address {
    display: table-cell;
    height: 30px;
    vertical-align: middle;
}

.contacts-page table.map-table tbody tr td.branch-icon {
    width: 30px;
    padding: 0;
}

.contacts-page table.map-table tbody tr td.branch-icon .map-point {
    display: block;
    width: 30px;
    height: 30px;
    background: url('/vacancies/images/branch-mapico.png') left center no-repeat;
    background-size: contain;
}

.contacts-page table.map-table tbody tr td.branch-address-column {
    width: 60%;
}

.contacts-page table.map-table tbody tr td  a {
    color: #d3222a;
}

@media screen and (min-width: 620px) {
    .contacts-page .intro-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .contacts-page .services-boxes {
        margin-left: -10px;
        margin-right: -10px;
    }

    .contacts-page .services-boxes .service-box-wrapper {
        width: 33.333333%;
        padding: 10px;
    }

    .contacts-page .services-boxes .service-box .service-box-link {
        height: 110px;
        font-size: 13px;
        line-height: 18px;
        padding: 0 10px 0 70px;
        background-size: auto 45px;
        background-position: 10px center;
    }

    .contacts-page .services-boxes .service-box .service-box-link.link4 {
        background-size: auto 55px;
    }

    .contacts-page .services-boxes .service-box .service-box-link.link5 {
        background-size: auto 55px;
    }

    .contacts-page .services-boxes .service-box .service-box-link.link6 {
        background-size: auto 55px;
    }

    .contacts-page .branches-caption p {
        text-align: center;
    }

    .contacts-page table.map-table tbody tr td span.branch-address {
        height: 38px;
    }

    .contacts-page table.map-table tbody tr td .map-point {
        width: 45px;
        height: 38px;
    }
}

@media screen and (min-width: 992px) {
    .contacts-page .services-boxes {
        margin-left: -5px;
        margin-right: -5px;
    }

    .contacts-page .services-boxes .service-box-wrapper {
        width: 25%;
        padding: 15px 5px;
    }

    .contacts-page .services-boxes .service-box:hover,
    .contacts-page .services-boxes .service-box:focus {
        border-color: #d0d2d6;
    }

    .contacts-page .services-boxes .service-box .service-box-link {
        height: 90px;
        font-size: 12px;
        line-height: 17px;
        padding: 0 10px 0 70px;
        background-size: auto 40px;
        background-position: 15px center;
    }

    .contacts-page .services-boxes .service-box .service-box-link.link4 {
        background-size: auto 45px;
    }

    .contacts-page .services-boxes .service-box .service-box-link.link5 {
        background-size: auto 45px;
    }

    .contacts-page .services-boxes .service-box .service-box-link.link6 {
        background-size: auto 45px;
    }

    .contacts-page table.map-table tbody tr td.branch-address-column {
        width: 50%;
    }

    .contacts-page table.map-table tbody tr td.branch-icon {
        width: 50px;
        padding: 15px 10px;
    }
}

@media screen and (min-width: 1000px) {
    .contacts-page .services-boxes {
        width: 910px;
        margin: 0 auto;
    }

    .contacts-page .accordion {
        width: 910px;
        margin: 0 auto;
    }
}

/***** PRICE LIST TABLE STYLES *****/

.price-list-wrapper {
    position: relative;
}

.price-list-wrapper .price-list-title {
    display: none;
    position: absolute;
    top: 50%;
    left: -81px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 0;
    padding: 7px 30px 5px 30px;
    transform: rotate(-90deg);
}

.price-list-wrapper.yellow .price-list-title {
    background-color: #ffcc00;
}

.price-list-wrapper.yellow table.price-list thead tr, .price-list-wrapper.yellow table.price-list thead tr th {
    background-color: #ffcc00;
}

.price-list-wrapper.yellow table.price-list thead tr th:after {
    border-color: #ffcc00 transparent transparent transparent;
}

.price-list-wrapper.orange .price-list-title {
    background-color: #eb7125;
    color: #fff;
}

.price-list-wrapper.orange table.price-list thead tr, .price-list-wrapper.orange table.price-list thead tr th {
    background-color: #eb7125;
    color: #fff;
}

.price-list-wrapper.orange table.price-list thead tr th:after {
    border-color: #eb7125 transparent transparent transparent;
}

.price-list-wrapper.red .price-list-title {
    background-color: #d3222a;
    color: #fff;
}

.price-list-wrapper.red table.price-list thead tr, .price-list-wrapper.red table.price-list thead tr th {
    background-color: #d3222a;
    color: #fff;
}

.price-list-wrapper.red table.price-list thead tr th:after {
    border-color: #d3222a transparent transparent transparent;
}

.price-list-wrapper.green .price-list-title {
    background-color: #007c5a;
    color: white;
}

.price-list-wrapper.green table.price-list thead tr, .price-list-wrapper.green table.price-list thead tr th {
    background-color: #007c5a;
    color: #fff;
}

.price-list-wrapper.green table.price-list thead tr th:after {
    border-color: #007c5a transparent transparent transparent;
}

.price-list-wrapper.pink .price-list-title {
    background-color: #a71f7d;
    color: white;
}

.price-list-wrapper.pink table.price-list thead tr, .price-list-wrapper.pink table.price-list thead tr th {
    background-color: #a71f7d;
    color: #fff;
}

.price-list-wrapper.pink table.price-list thead tr th:after {
    border-color: #a71f7d transparent transparent transparent;
}

.price-list-wrapper.blue .price-list-title {
    background-color: #006bad;
    color: white;
}

.price-list-wrapper.blue table.price-list thead tr, .price-list-wrapper.blue table.price-list thead tr th {
    background-color: #006bad;
    color: #fff;
}

.price-list-wrapper.blue table.price-list thead tr th:after {
    border-color: #006bad transparent transparent transparent;
}

table.price-list {
    position: relative;
    width: 100%;
    border: 0;
    color: #454545;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15), 0 0 5px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

table.price-list thead tr th {
    position: relative;
    font-size: 12px;
    padding: 5px 0;
    background-color: #f0f0f0;
    text-align: center;
    border: 0;
}

table.price-list thead tr th:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #f0f0f0 transparent transparent transparent;
    margin-left: -7px;
}

table.price-list thead tr th:last-child {
    border-right: 0;
}

table.price-list  tr td {
    font-size: 12px;
    border: 0;
    vertical-align: middle;
}

table.price-list.credit tr td {
    font-size: 12px;
    border: 0;
    padding: 0 1px;
    vertical-align: middle;
}

table.price-list tr td .grey-bg {
    padding: 5px 0;
    text-align: center;
    margin: 0;
    background-color: #f0f0f0;
}

table.price-list tr:first-child td {
    border-top: 0;
}

table.price-list tr:last-child td {
    border-bottom: 0;
}

table.price-list tr td {
    border-right: 6px solid #d2d2d2;
}

table.price-list tr td:last-child {
    border-right: 0;
}

table.price-list tr td {
    border-top: 3px solid #d2d2d2;
    border-bottom: 3px solid #d2d2d2;
}

table.price-list tr td > table {
    width: 100%;
}

table.price-list tr td > table tr:nth-child(odd) {
    background-color: #f0f0f0;
}

table.price-list tr td > table tr td {
    border: 0;
    padding: 5px 10px 5px 20px;
}

table.price-list tr td:last-child > table tr td {
    border: 0;
    padding: 5px;
    text-align: center;
}

table.price-list.flexsave tr td > table tr td {
    padding: 5px 10px;
}

table.price-list.flexsave tr td:last-child > table tr:first-child {
    background-color: #fff;
}

table.price-list.flexsave tr td.currency {
    padding: 10px;
}

table.price-list.flexsave tr td.currency table {
    margin-top: 41px;
}

table.price-list.flexsave tr td.currency table tr td {
    line-height: 14px;
}

table.price-list.flexsave tr td.flexsave-percents {
    padding: 0 5px;
}

table.price-list.flexsave tr td.flexsave-percents table tr.flexsave-percents-title td {
    line-height: 14px;
}

table.price-list.flexsave tr td.flexsave-percents table tr.flexsave-percents-title td:last-child {
    width: 75%;
}

table.price-list.flexsave tr td.flexsave-percents td.percents {
    padding: 0 5px;
}

table.price-list.flexsave tr td.flexsave-percents td.percents table {
    margin-bottom: 10px;
}

table.price-list.flexsave tr td.flexsave-percents td.percents table tr th {
    color: #464646;
    font-weight: bold;
    background-color: #c4c7c9;
    padding: 0 5px;
    border: 0;
}

table.price-list.flexsave tr td.flexsave-percents td.percents table tr th:first-child {
    width: 60%;
}

table.price-list.flexsave tr td.flexsave-percents td.percents table tr th:after {
    display: none;
}

table.price-list.flexsave tr td.flexsave-percents td.percents table tr td {
    border: 0;
    border-top: 5px solid #fff;
    background-color: #f0f0f0;
    padding: 0 5px;
}

@media screen and (min-width: 576px) {
    table.price-list thead tr th {
        padding: 5px 10px;
        border-right: 6px solid #d2d2d2;
    }

    table.price-list > tbody >  tr > td:first-child {
        padding: 10px 10px 10px 20px;
    }

    table.price-list.credit tr td {
        padding: 10px;
    }

    table.price-list thead tr th:after {
        bottom: -10px;
        border-width: 10px 10px 0 10px;
        margin-left: -10px;
    }

    table.price-list tr td .grey-bg {
        padding: 5px;
    }

    table.price-list.flexsave tr td.flexsave-percents td.percents table tr th:first-child {
        width: 23%;
    }

    table.price-list.flexsave tr td.flexsave-percents td.percents table tr th:nth-child(2) {
        border-right: 10px solid #fff;
    }

    table.price-list.flexsave tr td.flexsave-percents td.percents table tr td:nth-child(2) {
        border-right: 10px solid #fff;
    }

    .price-list-wrapper .price-list-title {
        display: block;
    }
}

table.price-list.credit tr td {
    vertical-align: bottom;
}

table.price-list.credit tr td > table.annual-rate {
    border-spacing: 0;
}

table.price-list.credit tr td > table.annual-rate tr td {
    width: 50%;
}

table.price-list.credit tr td > table.annual-rate tr:last-child td {
    padding: 0 1px;
}

table.price-list.credit tr td > table.annual-rate tr:first-child td {
    line-height: 14px;
}

table.price-list.credit tr td > table.annual-rate tr:nth-child(odd) {
    background-color: white;
}

table.price-list.credit tr.additional-info td {
    background-color: #fff;
    vertical-align: middle;
    text-align: left;
}

/* Enterpreneurs page */

#main-frame.entrepreneurs-page .frame {
    width: 100%;
}

#main-frame.entrepreneurs-page .frame .ent-blocks {
    width: 100%;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block {
    position: relative;
    width: 100%;
    height: 660px;
    padding: 30px;
    overflow: hidden;
}

@media screen and (min-width: 530px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block {
        height: 540px;
    }
}

@media screen and (min-width: 670px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block {
        padding: 30px 50px;
    }
}

/* SLIDE 1 */

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing {
    background-color: #da2129;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing p {
    color: white;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .pricing-header-text {
    font-size: 14px;
    margin-bottom: 20px;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-top: 35px;
    margin-bottom: 0;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .price-circle {
    position: absolute;
    top: 210px;
    left: 20px;
    width: 150px;
    height: 150px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    padding: 36px 0;
    z-index: 1;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .price-circle .price {
    display: block;
    font-size: 62px;
    line-height: 55px;
    color: #da2129;
    font-weight: bold;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .price-circle .price-curr {
    font-size: 21px;
    color: #da2129;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .pricing-img {
    position: absolute;
    right: -90px;
    top: 150px;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .pricing-footer-text {
    position: absolute;
    bottom: 10px;
    left: 30px;
    font-size: 16px;
}

@media screen and (min-width: 530px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .pricing-img {
        top: 50px;
    }
}

@media screen and (min-width: 670px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .title {
        font-size: 25px;
        line-height: 30px;
        margin-top: 75px;
        margin-bottom: 1em;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .price-circle {
        top: 50%;
        left: 50px;
        width: 170px;
        height: 170px;
        padding: 44px 0;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .pricing-img {
        right: -73px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .pricing-footer-text {
        bottom: 25px;
        left: 50px;
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .title {
        margin-top: 95px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .pricing-img {
        position: absolute;
        top: auto;
        bottom: 0;
        right: -20px;
        height: 500px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .price-circle {
        top: 46%;
        right: 43%;
        left: auto;
    }
}

@media screen and (min-width: 992px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .pricing-img {
        right: 60px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-pricing .price-circle {
        top: 40%;
        right: 50%;
    }
}

/* SLIDE 2 */

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business {
    background: rgb(235, 235, 235);
    background: linear-gradient(0deg, rgba(235, 235, 235, 1) 0%, rgba(250, 250, 250, 1) 66%);
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .title {
    font-size: 30px;
    padding-top: 15px;
    margin-bottom: 50px;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .business-list {
    position: absolute;
    left: 50%;
    top: 56%;
    width: 300px;
    list-style: none;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .business-list li {
    font-size: 18px;
    background-position: center left;
    background-size: 60px auto;
    background-repeat: no-repeat;
    list-style: none;
    padding: 8px 0 8px 75px;
    margin-bottom: 28px;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .business-list li.item1 {
    background-image: url('/themes/procredit/images/entrepreneurs/icon1.png');
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .business-list li.item2 {
    background-image: url('/themes/procredit/images/entrepreneurs/icon2.png');
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .business-list li.item3 {
    background-image: url('/themes/procredit/images/entrepreneurs/icon3.png');
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .business-list li.item4 {
    background-image: url('/themes/procredit/images/entrepreneurs/icon4.png');
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .business-list li.item5 {
    background-image: url('/themes/procredit/images/entrepreneurs/icon5.png');
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .business-list li.single-line {
    line-height: 24px;
    height: 60px;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .business-list li:last-child {
    margin: 0;
}

@media screen and (min-width: 530px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .title {
        font-size: 33px;
        padding-left: 35px;
        padding-top: 0;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business {
        background: #fafafa url('/themes/procredit/images/entrepreneurs/for-business.jpg') no-repeat 70% 40px;
        background-size: cover;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .business-list {
        width: auto;
        top: 143px;
        left: 50%;
        transform: none;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .business-list li {
        padding: 0;
        background: none !important;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .business-list li.single-line {
        line-height: 44px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .business-list li.single-line {
        line-height: 44px;
        height: auto;
    }
}

@media screen and (min-width: 670px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business {
        background-position: center center;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .business-list {
        top: 50%;
        left: 61%;
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 768px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .title {
        padding-top: 15px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .business-list {
        left: 60%;
    }
}

@media screen and (min-width: 992px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-business .business-list {
        left: 59%;
    }
}

/* SLIDE 3 */

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign {
    background-color: #f9f9f9;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .title {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-img {
    position: absolute;
    width: 205px;
    top: 70px;
    right: 10px;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-arrow {
    position: absolute;
    top: 270px;
    right: 115px;
    width: 150px;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .subtitle {
    position: absolute;
    top: 195px;
    right: 210px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-list {
    position: absolute;
    bottom: 30px;
    left: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-list li {
    font-size: 15px;
    line-height: 21px;
    background: url('/themes/procredit/images/entrepreneurs/tick-red.png') center left no-repeat;
    background-size: 30px auto;
    margin-bottom: 15px;
    padding-left: 50px;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-list li:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 530px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .title {
        font-size: 28px;
        line-height: 36px;
        padding-top: 15px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .subtitle {
        top: 365px;
        left: 30px;
        right: auto;
        font-size: 18px;
        line-height: 24px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-arrow {
        display: none;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-img {
        top: 160px;
        right: auto;
        width: 34%;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-list {
        top: 160px;
        bottom: auto;
        right: 30px;
        left: auto;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-list li {
        background-size: 25px auto;
        padding-left: 45px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 670px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-img {
        top: 170px;
        left: 23%;
        width: 190px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-arrow {
        display: block;
        top: 355px;
        right: auto;
        left: 125px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .subtitle {
        top: 315px;
    }
}

@media screen and (min-width: 768px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .title {
        font-size: 30px;
        line-height: 37px;
        margin-top: 10px
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-img {
        top: 140px;
        width: 220px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-list {
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-list li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
        background-size: 30px auto;
        padding-left: 50px;
    }
}

@media screen and (min-width: 850px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-img {
        width: 250px;
        top: 140px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-arrow {
        top: 385px;
    }
}

@media screen and (min-width: 992px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .title {
        font-size: 33px;
        line-height: 46px;
        padding-left: 35px;
        margin: 1em 0;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-img {
        position: absolute;
        top: 145px;
        left: 28%;
        width: 255px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .foreign-arrow {
        top: auto;
        bottom: 110px;
        left: 24%;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-foreign .subtitle {
        top: 293px;
        left: 50px;
        font-size: 23px;
        line-height: 33px;
        padding-left: 35px;
        font-weight: normal;
        padding-top: 10px;
        margin: 1em 0;
    }
}

/* SLIDE 4 */

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal {
    background: #f4ad21;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .title {
    font-size: 30px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 50px;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list li {
    min-height: 50px;
    background-position: center left;
    background-size: 50px auto;
    background-repeat: no-repeat;
    list-style: none;
    padding: 3px 0 3px 65px;
    margin-bottom: 20px;
    color: white;
    font-weight: bold;
    font-size: 15px;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list li.item1 {
    background-image: url('/themes/procredit/images/entrepreneurs/icon-personal1.png');
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list li.item2 {
    background-image: url('/themes/procredit/images/entrepreneurs/icon-personal2.png');
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list li.item3 {
    background-image: url('/themes/procredit/images/entrepreneurs/icon-personal3.png');
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list li.item4 {
    background-image: url('/themes/procredit/images/entrepreneurs/icon-personal4.png');
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list li.item5 {
    background-image: url('/themes/procredit/images/entrepreneurs/icon-personal5.png');
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list li.item6 {
    background-image: url('/themes/procredit/images/entrepreneurs/icon-personal6.png');
    line-height: 18px;
}

@media screen and (min-width: 530px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal {
        background: url('/themes/procredit/images/entrepreneurs/personal-bg.jpg') no-repeat center center;
        background-size: cover;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .title {
        font-size: 33px;
        margin-bottom: 1em;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list {
        position: absolute;
        top: 160px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list-left {
        left: 20px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list-right {
        right: 20px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list li {
        font-size: 14px;
        line-height: 20px;
        background-size: 40px auto;
        padding: 3px 0 3px 50px;
        margin-bottom: 40px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list li.item6 {
        line-height: 44px;
    }
}

@media screen and (min-width: 670px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .title {
        padding-left: 35px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list {
        top: 170px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list li {
        font-size: 16px;
        line-height: 22px;
        background-size: 50px auto;
        padding: 3px 0 3px 65px;
        font-weight: normal;
    }
}

@media screen and (min-width: 768px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .title {
        padding-top: 15px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list-left {
        left: 75px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-personal .personal-list-right {
        right: 50px;
    }
}

/* SLIDE 5 */

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client {
    background-color: #da2129;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client p {
    color: white;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 5px;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .laptop {
    display: none;
    width: 230px;
    vertical-align: top;
    margin-top: 35px;
    margin-left: -20px;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .presents {
    position: absolute;
    right: 30px;
    top: 105px;
    width: 230px;
    z-index: 1;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .presents .present-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .presents .present-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .presents .present-list li {
    padding-left: 35px;
    background: url('/themes/procredit/images/entrepreneurs/tick-white.png') center left no-repeat;
    background-size: 25px auto;
    margin-bottom: 10px;
    color: white;
    font-size: 14px;
    line-height: 18px;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .client-lady {
    position: absolute;
    bottom: -32px;
    right: 50%;
    height: 480px;
    transform: translateX(50%);
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .request {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .request .send-request {
    display: inline-block;
    background-color: #fff;
    color: #da2129;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    vertical-align: top;
    margin-right: 40px;
    padding: 15px 20px 13px;
}

#main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .request .request-info {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    padding: 20px 0 10px;
    margin: 0;
}

@media screen and (min-width: 530px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .laptop {
        display: block;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .presents {
        position: relative;
        display: inline-block;
        right: auto;
        top: auto;
        vertical-align: top;
        margin-top: 30px;
        margin-left: 10px;
        padding-left: 0;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .client-lady {
        left: 226px;
        right: auto;
        bottom: -30px;
        transform: none;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .request {
        position: relative;
        left: auto;
        bottom: auto;
        margin-left: 0;
        margin-top: 17px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .request .request-info {
        padding: 10px 0;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .request .send-request {
        font-size: 16px;
        margin-right: 10px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .request .request-info {
        font-size: 14px;
    }
}

@media screen and (min-width: 670px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .laptop {
        width: 275px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .client-lady {
        left: auto;
        right: 0;
        bottom: 0;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .presents {
        width: auto;
        margin-top: 35px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .request {
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .title {
        font-size: 33px;
        padding-left: 15px;
        padding-top: 15px;
        margin: 1em 0;
        font-weight: normal;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .client-lady {
        left: 62%;
        right: auto;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .presents .present-title {
        font-size: 23px;
        font-weight: normal;
        margin-bottom: 15px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .presents .present-list li {
        width: 230px;
        margin-bottom: 20px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .laptop {
        display: inline-block;
        width: 320px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .presents {
        margin-top: 50px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .request {
        margin-top: 60px;
        margin-left: 20px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .request .send-request {
        font-size: 18px;
        margin-right: 40px;
    }

    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .request .request-info {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    #main-frame.entrepreneurs-page .frame .ent-blocks .ent-block.ent-client .client-lady {
        left: auto;
        right: 0;
        bottom: 0;
    }
}

#main-frame.entrepreneurs-page .frame .rainbow {
    width: 100%;
    background-color: #003479;
}

#main-frame.entrepreneurs-page .frame .rainbow, #main-frame.entrepreneurs-page .frame .rainbow div {
    height: 11px;
    overflow: hidden;
}

#main-frame.entrepreneurs-page .frame .rainbow div {
    float: left;
    width: 16.66%;
}

#main-frame.entrepreneurs-page .frame .rainbow .a {
    background-color: #ffcc00;
}

#main-frame.entrepreneurs-page .frame .rainbow .b {
    background-color: #eb7125;
}

#main-frame.entrepreneurs-page .frame .rainbow .c {
    background-color: #d3222a;
}

#main-frame.entrepreneurs-page .frame .rainbow .d {
    background-color: #007c5a;
}

#main-frame.entrepreneurs-page .frame .rainbow .e {
    background-color: #a71f7d;
}

.entrepreneurs-bottom-widget {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 10px 0 10px;
}

.entrepreneurs-bottom-widget .FilesWidget {
    padding-bottom: 15px;
}

.entrepreneurs-content {
    position: relative;
    float: left;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .entrepreneurs-bottom-widget {
        padding: 40px 0px 0px 0px;
    }
}

.entrepreneurs-bottom-widget .BlocksWidget {
    padding: 0;
}

.entrepreneurs-bottom-widget .BlocksWidget .contact_block {
    width: 33.33%;
}

/* Direct Banking page */

#main-frame.directbanking-page .frame {
    width: 100%;
}

#main-frame.directbanking-page .frame .db-blocks {
    width: 100%;
}

#main-frame.directbanking-page .frame .db-blocks .db-block {
    position: relative;
    width: 100%;
    height: 660px;
    padding: 30px;
    overflow: hidden;
}

@media screen and (min-width: 530px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block {
        height: 540px;
    }
}

@media screen and (min-width: 670px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block {
        padding: 30px 50px;
    }
}

/* SLIDE 1 */

#main-frame.directbanking-page .frame .db-blocks .db-block.db-pricing {
    /*font-family: 'MetaBook-Roman', Arial, sans-serif;*/
    background-color: #c21d21;
    background-position: 30% bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url('/themes/procredit/images/direct-banking/financial-services-kit.jpg');
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-pricing .title {
    font-size: 19px;
    line-height: 28px;
    color: white;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 0;
    letter-spacing: .5px;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-pricing .price-circle {
    width: 130px;
    height: 130px;
    background-color: #da2129;
    border-radius: 50%;
    text-align: center;
    padding: 31px 0;
    z-index: 1;
    margin-top: 15px;
    float: right;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-pricing .price-circle .price {
    display: block;
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-pricing .price-circle .price-curr {
    font-size: 17px;
    color: #fff;
}

@media screen and (min-width: 530px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-pricing {
        background-position: 35% bottom;
        background-size: cover;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-pricing .title {
        position: absolute;
        top: 40px;
        right: 25px;
        font-size: 20px;
        line-height: 28px;
        margin-top: 0;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-pricing .price-circle {
        position: absolute;
        top: 130px;
        right: 45px;
        float: none;
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-pricing {
        background-position: center bottom;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-pricing .title {
        top: 26%;
        right: 70px;
        font-size: 24px;
        line-height: 32px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-pricing .price-circle {
        top: 43%;
        right: 70px;
    }
}

@media screen and (min-width: 992px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-pricing {
        background-position: center bottom;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-pricing .title {
        top: 26%;
        right: 100px;
        margin-top: 35px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-pricing .price-circle {
        top: 49%;
        right: 100px;
    }
}

/* SLIDE 2 */

#main-frame.directbanking-page .frame .db-blocks .db-block.db-services {
    background: #f9f9f9;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-services .title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list li {
    min-height: 50px;
    font-size: 16px;
    list-style: none;
    background-position: center left;
    background-size: 50px auto;
    background-repeat: no-repeat;
    padding: 3px 0 3px 65px;
    margin-bottom: 15px;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list li.item1 {
    background-image: url('/themes/procredit/images/direct-banking/icon-services1.png');
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list li.item2 {
    height: 50px;
    background-image: url('/themes/procredit/images/direct-banking/icon-services2.png');
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list li.item3 {
    height: 50px;
    background-image: url('/themes/procredit/images/direct-banking/icon-services3.png');
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list li.item4 {
    height: 50px;
    background-image: url('/themes/procredit/images/direct-banking/icon-services4.png');
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list li.item5 {
    background-image: url('/themes/procredit/images/direct-banking/icon-services5.png');
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list li.item6 {
    background-image: url('/themes/procredit/images/direct-banking/icon-services6.png');
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list li .table {
    display: table;
    height: 100%;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list li .table div {
    display: table-cell;
    vertical-align: middle;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-payments {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 200px;
    height: 56px;
    background: url('/themes/procredit/images/direct-banking/payment-options.png') center center no-repeat;
    background-size: contain;
}

@media screen and (min-width: 530px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list {
        position: absolute;
        top: 155px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list-left {
        left: 20px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list-right {
        right: 20px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list li {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (min-width: 580px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list {
        position: absolute;
        top: 155px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list li {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (min-width: 768px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-services {
        background: #f9f9f9 url('/themes/procredit/images/direct-banking/services-in-kit.jpg') center center no-repeat;
        background-size: cover;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-services .title {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 50px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list-left {
        left: 50px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list-right {
        right: 35px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list li {
        margin-bottom: 30px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-payments {
        left: 50px;
    }
}

@media screen and (min-width: 992px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-services .title {
        margin-bottom: 50px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list-left {
        left: 100px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-list-right {
        right: 35px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-services .services-payments {
        left: 120px;
    }
}

/* SLIDE 3 */

#main-frame.directbanking-page .frame .db-blocks .db-block.db-ff {
    padding: 0;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-left {
    /*background-color: #da2129;*/
    background-color: #d0d0d0;
    padding: 30px 30px 10px;
    text-align: center;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-left .title {
    font-size: 16px;
    line-height: 22px;
    /*color: white;*/
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-left img {
    height: 130px;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-left .subtitle {
    font-size: 14px;
    line-height: 16px;
    /*color: white;*/
    margin-top: 0;
    font-weight: bold;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right {
    background-color: #f9f9f9;
    padding: 30px;
    text-align: center;
    position: relative;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right .title {
    font-size: 16px;
    line-height: 18px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 10px;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right .title span {
    color: #da2129;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right .ff-items {
    padding: 0;
    margin: 15px 0 0;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right .ff-items li {
    display: inline-block;
    width: 190px;
    height: 60px;
    margin: 7px;
    padding: 10px 10px 10px 54px;
    vertical-align: top;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    background: #fff url('/themes/procredit/images/direct-banking/tick.png') 15px 15px/25px auto no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right .ff-items li .table {
    display: table;
    height: 100%;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right .ff-items li .table div {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 485px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff {
        height: 840px;
    }
}

@media screen and (min-width: 486px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right {
        padding: 30px 30px 80px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right .title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 20px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right .ff-items {
        margin-top: 60px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right .ff-items li {
        display: inline-block;
        width: 180px;
        height: 60px;
        margin: 4px;
    }
}

@media screen and (min-width: 530px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-left {
        float: left;
        width: 48%;
        height: 100%;
        padding: 30px;
        text-align: center;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-left .title {
        font-size: 18px;
        line-height: 20px;
        margin-top: 35px;
        margin-bottom: 50px;
        text-align: left;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-left img {
        width: 100%;
        height: auto;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-left .subtitle {
        font-size: 14px;
        line-height: 16px;
        margin-top: 20px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right {
        float: left;
        width: 52%;
        height: 100%;
        padding: 30px;
        text-align: center;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right .title {
        font-size: 18px;
        line-height: 20px;
        margin-top: 35px;
        margin-bottom: 40px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right .ff-items {
        margin: 50px 0 0;
    }
}

@media screen and (min-width: 768px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-left .title {
        font-size: 18px;
        line-height: 28px;
        margin-top: 25px;
        margin-bottom: 40px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-left .subtitle {
        font-size: 16px;
        line-height: 18px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-left img {
        width: 80%;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right .title {
        font-size: 18px;
        line-height: 28px;
        margin-top: 25px;
        margin-bottom: 40px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right .ff-items {
        margin: 60px 0 0;
    }

}

@media screen and (min-width: 992px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-left {
        padding: 30px 60px;
        text-align: center;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-left .title {
        font-size: 22px;
        line-height: 31px;
        margin-top: 25px;
        margin-bottom: 40px;
        text-align: left;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-left .subtitle {
        font-size: 16px;
        line-height: 18px;
        margin-top: 0;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right {
        padding: 30px 50px;
        text-align: center;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right .title {
        font-size: 22px;
        line-height: 31px;
        margin-top: 25px;
        margin-bottom: 40px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-ff .db-ff-right .ff-items {
        margin: 90px 0 0;
    }
}

/* SLIDE 4 */

#main-frame.directbanking-page .frame .db-blocks .db-block.db-save {
    background: url('/themes/procredit/images/direct-banking/save-in-reliable-german-bank.jpg') center center no-repeat;
    background-size: cover;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-save .title {
    font-size: 24px;
    line-height: 28px;
    color: white;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-save .save-items {
    position: absolute;
    bottom: 50px;
    left: 5%;
    width: 90%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-save li {
    width: 80%;
    margin: 10px auto;
    height: 110px;
    padding: 12px 10px 12px 70px;
    border-radius: 8px;
    text-align: left;
    font-size: 13px;
    background-color: white;
    background-position: 15px 15px;
    background-size: 40px auto;
    background-repeat: no-repeat;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-save li span {
    font-weight: bold;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-save li.item-1 {
    background-image: url('/themes/procredit/images/direct-banking/icon-save_1.png');
    background-position-y: 20px;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-save li.item-2 {
    background-image: url('/themes/procredit/images/direct-banking/icon-save_2.png');
    background-size: 23px auto;
    background-position: 19px 15px;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-save li.item-3 {
    background-image: url('/themes/procredit/images/direct-banking/icon-save_3.png');
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-save li.item-4 {
    background-image: url('/themes/procredit/images/direct-banking/icon-save_4.png');
}

@media screen and (min-width: 530px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-save .title {
        margin-top: 15px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-save li {
        display: inline-block;
        width: 210px;
        height: 117px;
        margin: 5px;
        vertical-align: top;
        padding: 15px 10px 15px 65px;

    }
}

@media screen and (min-width: 768px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-save .title {
        font-size: 30px;
        line-height: 33px;
        margin-top: 25px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-save li {
        display: inline-block;
        width: 35%;
        height: 117px;
        margin: 3px;
    }
}

@media screen and (min-width: 992px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-save li {
        display: inline-block;
        width: 205px;
        height: 117px;
        margin: 0 3px;
        padding: 15px 10px 15px 60px;
        background-position: 12px 15px;
        background-size: 38px auto;
    }
}

/*SLIDE 5*/

#main-frame.directbanking-page .frame .db-blocks .db-block.db-form {
    background: url('/themes/procredit/images/direct-banking/how-to-become-our-client.jpg') center center no-repeat;
    background-size: cover;
    text-align: right;
    padding: 30px 20px;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-form .title {
    font-size: 25px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 215px;
    float: right;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-form .form-block {
    display: block;
    float: right;
    width: 100%;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-form .form-block .btn-fill {
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    color: white;
    background-color: #da2129;
    padding: 20px 25px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-form .form-block .card-features {
    float: right;
    margin-top: 20px;
    padding: 0;
    list-style: none;
    clear: both;
}

#main-frame.directbanking-page .frame .db-blocks .db-block.db-form .form-block .card-features li {
    display: block;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    padding-left: 20px;
    background: url('/themes/procredit/images/direct-banking/tick.png') left top/15px auto no-repeat;
    margin-bottom: 15px;
}

@media screen and (min-width: 530px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-form {
        padding: 30px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-form .title {
        font-size: 22px;
        line-height: 26px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-form .form-block .btn-fill {
        padding: 15px 25px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-form .form-block .card-features li {
        font-size: 14px;
        line-height: 20px;
        padding-left: 25px;
        background: url('/themes/procredit/images/direct-banking/tick.png') left top/20px auto no-repeat;
    }
}

@media screen and (min-width: 768px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-form .title {
        font-size: 30px;
        line-height: 34px;
        margin-top: 25px;
        float: none;
        width: auto;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-form .form-block {
        display: inline-block;
        width: auto;
        float: none;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-form .form-block .btn-fill {
        margin-top: 10px;
        float: none;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-form .form-block .card-features {
        width: auto;
        max-width: initial;
        float: none;
        margin-top: 30px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-form .form-block .card-features li {
        width: auto;
        font-size: 16px;
        line-height: 20px;
        padding-left: 40px;
        background: url('/themes/procredit/images/direct-banking/tick.png') left top/25px auto no-repeat;
    }
}

@media screen and (min-width: 992px) {
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-form .title {
        font-size: 34px;
        line-height: 36px;
        margin-top: 55px;
        float: none;
        width: auto;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-form .form-block .btn-fill {
        margin-top: 20px;
    }

    #main-frame.directbanking-page .frame .db-blocks .db-block.db-form .form-block .btn-fill:hover,
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-form .form-block .btn-fill:focus,
    #main-frame.directbanking-page .frame .db-blocks .db-block.db-form .form-block .btn-fill:active {
        background-color: #ff262e;
    }
}

.directbanking-bottom-widget {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 10px 0 10px;
}

.directbanking-bottom-widget .FilesWidget {
    padding-bottom: 15px;
}

.directbanking-content {
    position: relative;
    float: left;
    width: 100%;
}

/*Online Banking*/
#main-frame.orderonline-page .frame {
    width: 100%;
    padding-bottom: 70px;
}

.orderonline-page .steps-wrapper {
    width: 100%;
    margin: 30px auto 0 auto;
}

.orderonline-page .steps-wrapper .step-wrapper {
    position: relative;
    display: table;
    width: 100%;
    border: 1px solid #e5e7eb;
    align-items: center;
    border-radius: 7px;
    margin-bottom: 60px;
}

.orderonline-page .steps-wrapper .step-wrapper:after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 1px;
    height: 40px;
    background-color: #e5e7eb;
}

.orderonline-page .steps-wrapper .step-wrapper:last-child {
    margin-bottom: 30px;
}

.orderonline-page .steps-wrapper .step-wrapper:last-child:after {
    display: none;
}

.orderonline-page .steps-wrapper .step {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 128px;
    vertical-align: middle;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 18px;
    padding: 15px 15px 15px 125px;
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: 70px auto;
}

.orderonline-page .steps-wrapper .step.step1 {
    background-image: url('/themes/procredit/images/order-online/icon_documents.svg');
}

.orderonline-page .steps-wrapper .step.step2 {
    background-image: url('/themes/procredit/images/order-online/icon_formular.svg');
}

.orderonline-page .steps-wrapper .step.step3 {
    background-image: url('/themes/procredit/images/order-online/icon_callback.svg');
}

.orderonline-page .steps-wrapper .step p {
    font-size: 16px;
    line-height: 24px;
}

.orderonline-page .steps-wrapper .step .step-number {
    display: inline-block;
    position: absolute;
    top: -16px;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    z-index: 2;
}

.orderonline-page .steps-wrapper .step .step-number:before {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    width: 46px;
    height: 46px;
    background-color: white;
    z-index: -1;
}

.orderonline-page .steps-wrapper .step .step-number span {
    display: inline-block;
    width: 100%;
    color: #d3222a;
    line-height: 30px;
    text-align: center;
    border: 1px solid #d3222a;
    border-radius: 50%;
}

.orderonline-page .frame .btn-fill-wrapper {
    text-align: center;
}

.orderonline-page .frame .btn-fill-wrapper .btn-fill {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    color: white;
    background-color: #da2129;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.orderonline-bottom-widget {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 10px 0 10px;
}

.orderonline-bottom-widget .FilesWidget {
    padding-bottom: 15px;
}

@media screen and (min-width: 530px) {
    .orderonline-page .steps-wrapper {
        width: 85%;
    }
}

@media screen and (min-width: 992px) {
    .orderonline-page .steps-wrapper {
        width: 605px;
    }

    .orderonline-page .frame .btn-fill-wrapper .btn-fill:hover,
    .orderonline-page .frame .btn-fill-wrapper .btn-fill:focus,
    .orderonline-page .frame .btn-fill-wrapper .btn-fill:active {
        background-color: #ff262e;
    }
}

/* Deposit page */
#main-frame.deposit-page .frame {
    width: 100%;
    padding-bottom: 10px;
}

.deposit-page .deposit-main {
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.deposit-page .deposit-main .deposit-header {
    height: 400px;
    color: white;
    padding: 20px;
    border-radius: 10px;
}

.deposit-page.termdeposit .deposit-main .deposit-header {
    background: #b3171b url('/themes/procredit/images/deposits/termdeposit_banner.jpg') -50px 100%/850px no-repeat;
}

.deposit-page.flexsave .deposit-main .deposit-header {
    background: #f4a50c url('/themes/procredit/images/deposits/flexsave_banner.jpg') -50px 100%/850px no-repeat;
}

.deposit-page .deposit-main .deposit-header .deposit-lead {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.deposit-page .deposit-main .deposit-header .deposit-features {
    display: table;
    width: 100%;
}

.deposit-page .deposit-main .deposit-header .deposit-features .deposit-features-row {
    display: table-row;
    padding: 0;
    margin: 0;
    list-style: none;
}

.deposit-page .deposit-main .deposit-header .deposit-features .deposit-features-row li {
    display: table-cell;
    text-align: left;
    padding-bottom: 15px;
}

.deposit-page .deposit-main .deposit-header .deposit-features .deposit-features-row li:first-child {
    width: 45%;
}

.deposit-page .deposit-main .deposit-header .deposit-features .deposit-features-row li:nth-child(2) {
    width: 30%;
}

.deposit-page .deposit-main .deposit-header .deposit-features .deposit-features-row li .feature-title {
    font-size: 11px;
    line-height: 14px;
    color: white;
    margin-top: 0;
    margin-bottom: 2px;
}

.deposit-page .deposit-main .deposit-header .deposit-features .deposit-features-row li .feature-content {
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}

.deposit-page .deposit-main .deposit-header .deposit-features .deposit-features-row li .feature-content span {
    font-size: 10px;
}

.deposit-page .deposit-main .deposit-header .deposit-terms {
    width: 100%;
    list-style: none;
    padding: 0 0 0 60%;
    margin-top: 20px;
}

.deposit-page .deposit-main .deposit-header .deposit-terms li {
    display: block;
    margin-bottom: 15px;
}

.deposit-page .deposit-main .deposit-header .deposit-terms li .term-title {
    font-size: 12px;
    line-height: 14px;
    color: white;
    margin-bottom: 0;
    margin-top: 0;
}

.deposit-page .deposit-main .deposit-header .deposit-terms li .term-content {
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}

.deposit-page .deposit-main .deposit-body {
    padding: 30px 20px;
}

.deposit-page .deposit-main .deposit-body .deposit-calculator-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.deposit-page .deposit-main .deposit-calculator {
    display: block;
}

.deposit-page .deposit-main .deposit-calculator .form-group {
    position: relative;
    margin-bottom: 15px;
}

.deposit-page .deposit-main .deposit-calculator .form-group label {
    display: block;
    font-size: 13px;
}

.deposit-page .deposit-main .deposit-calculator .form-group input {
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    padding: 10px 15px;
}

.deposit-page .deposit-main .deposit-calculator .form-group input.sum-error {
    color: #d3222a;
}

.deposit-page .deposit-main .deposit-calculator .form-group.sum-calculator input {
    width: calc(100% - 110px);
}

.deposit-page .deposit-main .deposit-calculator .form-group.sum-calculator input.js-range-slider {
    width: 100%;
}

.deposit-page .deposit-main .deposit-calculator .form-group.sum-calculator .dropdown {
    display: inline-block;
    width: 100px;
    float: right;
}

.deposit-page .deposit-main .deposit-calculator .form-group .dropdown-month {
    width: 100%;
}

.deposit-page .deposit-main .deposit-calculator .form-group .dropdown .dropdown-toggle {
    height: 40px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    background: white;
    outline: 0;
    border: 1px solid #dadada;
    box-shadow: none;
    text-align: left;
    cursor: pointer;
    padding: 10px 15px;
}

.deposit-page .deposit-main .deposit-calculator .form-group .dropdown .dropdown-menu {
    width: 100%;
    min-width: 100%;
}

.deposit-page .deposit-main .deposit-calculator .form-group .dropdown .dropdown-item {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
}

.deposit-page .deposit-main .deposit-calculator .form-group.term-calculator {
    padding-bottom: 22px;
}

.deposit-page .deposit-main .deposit-calculator .form-group.term-calculator .dropdown-toggle:before,
.deposit-page .deposit-main .deposit-calculator .form-group.term-calculator .dropdown-toggle:after {
    position: absolute;
    top: 10px;
    right: 40px;
    color: #616161;
    font-size: 14px;
}

.deposit-page .deposit-main .deposit-calculator .form-group.term-calculator .dropdown-toggle .percent {
    position: absolute;
    top: 10px;
    right: 40px;
    color: #616161;
    font-size: 14px;
}

.deposit-page .deposit-main .deposit-calculator .form-group.term-calculator .dropdown-item {
    position: relative;
}

.deposit-page .deposit-main .deposit-calculator .form-group.term-calculator .dropdown-item .percent {
    position: absolute;
    top: 10px;
    left: 95px;
    color: #616161;
    font-size: 14px;
    margin-left: 10px;
}

.deposit-page .deposit-main .deposit-calculator .form-group.term-calculator input {
    width: 100%;
}

.deposit-page .deposit-main .deposit-calculator .results-addon {
    font-size: 13px;
    line-height: 14px;
    color: #a0a0a0;
    margin-top: 25px;
}

.deposit-page .deposit-main .deposit-results {
    display: block;
    margin-top: 30px;
}

.deposit-page .deposit-main .deposit-results .result-block {
    display: inline-block;
    vertical-align: top;
}

.deposit-page.flexsave .deposit-main .deposit-results .results-block {
    margin-bottom: 10px;
}

.deposit-page.termdeposit .deposit-main .deposit-results .result-block {
    width: 50%;
    height: 60px;
}

.deposit-page.termdeposit .deposit-main .deposit-results .result-block.result-income {
    margin-left: -8px;
}

.deposit-page.flexsave .deposit-main .deposit-results .result-block {
    width: 49%;
}

.deposit-page .deposit-main .deposit-results .result-block .result-title {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
}

.deposit-page .deposit-main .deposit-results .result-block .result-content {
    font-size: 15px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 0;
    white-space: nowrap;
}

.deposit-page .deposit-main .deposit-results .result-block.result-sum .result-content.result-error {
    font-size: 10px;
    line-height: 14px;
    padding-right: 10px;
    white-space: normal;
}

.deposit-page .deposit-main .deposit-results .result-block.result-red .result-content {
    color: #d3222a;
}

.deposit-page .deposit-main .deposit-results .results-addon {
    font-size: 13px;
    line-height: 14px;
    margin-top: 20px;
    margin-bottom: 16px;
}

.deposit-page .deposit-main .deposit-results .results-addon a {
    font-size: 13px;
    line-height: 14px;
}

.deposit-page .deposit-main .deposit-results .results-addon a:hover,
.deposit-page .deposit-main .deposit-results .results-addon a:focus,
.deposit-page .deposit-main .deposit-results .results-addon a:active {
    text-decoration: underline;
}

.deposit-page .deposit-main .deposit-results .btn-request {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #da2129;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    z-index: 1;
}

.deposit-page .deposit-main .deposit-results .btn-request:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(173, 0, 11, 0.5);
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.deposit-page .bottom-content {
    margin-top: 30px;
}

.deposit-page .bottom-content ul {
    padding-left: 20px;
}

.deposit-page .bottom-content ul.policy-text {
    padding-left: 30px;
}

@media screen and (min-width: 375px) {
    .deposit-page .deposit-main .deposit-header .deposit-features .deposit-features-row li .feature-content span {
        font-size: 14px;
    }

    .deposit-page .deposit-main .deposit-results .result-block .result-title {
        font-size: 13px;
        line-height: 16px;
    }

    .deposit-page .deposit-main .deposit-results .result-block .result-content {
        font-size: 17px;
    }
}

@media screen and (min-width: 600px) {
    .deposit-page .deposit-main .deposit-header {
        height: 310px;
        padding: 30px 40px 20px 27%;
    }

    .deposit-page.termdeposit .deposit-main .deposit-header {
        background: url('/themes/procredit/images/deposits/termdeposit_banner.jpg') -50px bottom/cover no-repeat;
    }

    .deposit-page.flexsave .deposit-main .deposit-header {
        background: url('/themes/procredit/images/deposits/flexsave_banner.jpg') -50px bottom/cover no-repeat;
    }

    .deposit-page .deposit-main .deposit-header .deposit-lead {
        font-size: 14px;
        margin-top: 0;
    }

    .deposit-page .deposit-main .deposit-header .deposit-features .deposit-features-row li .feature-title {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 4px;
    }

    .deposit-page .deposit-main .deposit-header .deposit-features .deposit-features-row li .feature-content {
        font-size: 12px;
    }

    .deposit-page .deposit-main .deposit-header .deposit-features .deposit-features-row li .feature-content span {
        font-size: 18px;
    }

    .deposit-page .deposit-main .deposit-header .deposit-terms {
        padding: 0;
    }

    .deposit-page .deposit-main .deposit-header .deposit-terms li {
        display: inline-block;
        width: 28%;
        vertical-align: top;
        margin-bottom: 0;
    }

    .deposit-page .deposit-main .deposit-header .deposit-terms li:last-child {
        width: 40%;
    }

    .deposit-page .deposit-main .deposit-calculator {
        display: inline-block;
        width: 50%;
        padding-right: 20px;
        vertical-align: top;
    }

    .deposit-page .deposit-main .deposit-body .deposit-calculator-title {
        font-size: 22px;
        margin-bottom: 35px;
    }

    .deposit-page .deposit-main .deposit-results {
        display: inline-block;
        width: 49%;
        padding-top: 18px;
        vertical-align: top;
        margin-top: 0;
    }
}

@media screen and (min-width: 667px) {
    .deposit-page .deposit-main .deposit-header {
        padding: 30px 40px 20px 30%;
    }
}

@media screen and (min-width: 768px) {
    .deposit-page .deposit-main .deposit-header {
        padding: 30px 40px 20px 33%;
    }

    .deposit-page.termdeposit .deposit-main .deposit-header {
        background: url('/themes/procredit/images/deposits/termdeposit_banner.jpg') left bottom/cover no-repeat;
    }

    .deposit-page.flexsave .deposit-main .deposit-header {
        background: url('/themes/procredit/images/deposits/flexsave_banner.jpg') left bottom/cover no-repeat;
    }

    .deposit-page .deposit-main .deposit-body {
        padding: 30px;
    }

    .deposit-page .deposit-main .deposit-header .deposit-features {
        display: block;
    }

    .deposit-page .deposit-main .deposit-header .deposit-features .deposit-features-row {
        display: block;
    }

    .deposit-page .deposit-main .deposit-header .deposit-features .deposit-features-row li {
        display: inline-block;
        width: 32%;
    }

    .deposit-page .deposit-main .deposit-header .deposit-features .deposit-features-row li:last-child {
        width: 32%;
    }

    .deposit-page .deposit-main .deposit-header .deposit-features .deposit-features-row li:first-child {
        width: 32%;
    }

    .deposit-page .deposit-main .deposit-header .deposit-features .deposit-features-row li:nth-child(2) {
        width: 32%;
    }

    .deposit-page .deposit-main .deposit-header .deposit-terms li .term-title {
        font-size: 14px;
        line-height: 16px;
    }
    .deposit-page .deposit-main .deposit-results .result-block .result-content {
        font-size: 18px;
    }

    .deposit-page .deposit-main .deposit-results .result-block.result-sum .result-content.result-error {
        font-size: 12px;
    }
}

@media screen and (min-width: 992px) {
    .deposit-page .deposit-main .deposit-header {
        height: 310px;
    }

    .deposit-page .deposit-main .deposit-body {
        padding: 30px 45px 40px;
    }

    .deposit-page .deposit-main .deposit-results {
        padding-left: 20px;
        padding-top: 0;
    }

    .deposit-page.termdeposit .deposit-main .deposit-results .result-block {
        height: 52px;
    }

    .deposit-page.termdeposit .deposit-main .deposit-results .result-block.result-sum {
        width: 41%;
    }

    .deposit-page.termdeposit .deposit-main .deposit-results .result-block.result-income {
        width: 59%;
    }

    .deposit-page.flexsave .deposit-main .deposit-results .results-block {
        display: table;
        width: 100%;
    }

    .deposit-page.flexsave .deposit-main .deposit-results .result-block {
        display: table-cell;
        width: auto;
        padding-right: 10px;
    }

    .deposit-page.flexsave .deposit-main .deposit-results .result-block.result-200 {
        width: 200px;
    }

    .deposit-page .deposit-main .deposit-results .btn-request:hover,
    .deposit-page .deposit-main .deposit-results .btn-request:focus,
    .deposit-page .deposit-main .deposit-results .btn-request:active {
        background-color: #ec0a12;
    }

    .deposit-page .deposit-main .deposit-results .btn-request:hover:before,
    .deposit-page .deposit-main .deposit-results .btn-request:focus:before,
    .deposit-page .deposit-main .deposit-results .btn-request:active:before {
        opacity: 1;
    }
}

/*DEPOSITS PAGE*/

#main-frame.deposits-page .frame {
    width: 100%;
    padding-bottom: 70px;
}

.deposits-page .deposits-wrapper {
    overflow: hidden;
}

.deposits-page .deposits-wrapper .deposit-block {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-header {
    display: block;
    height: 180px;
    color: white;
    padding: 20px 45% 20px 20px;
    border-radius: 10px;
    text-decoration: none;
}

.deposits-page .deposits-wrapper .deposit-block.termdeposit-block .deposit-header {
    background: url('/themes/procredit/images/deposits/termdeposit_preview.jpg') top right/cover no-repeat;
}

.deposits-page .deposits-wrapper .deposit-block.flexsave-block .deposit-header {
    background: url('/themes/procredit/images/deposits/flexsave_preview.jpg') top right/cover no-repeat;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-header .deposit-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 15px;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-header .deposit-lead {
    font-size: 12px;
    line-height: 18px;
}

.deposits-page .deposits-wrapper .deposit-block.flexsave-block .deposit-header .deposit-lead {
    width: 100px;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body {
    padding: 25px 20px 35px;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-features {
    display: table;
    width: 100%;
    margin-bottom: 25px;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-features .deposit-features-row {
    display: table-row;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-features .deposit-features-row .deposit-feature {
    display: table-cell;
    padding: 10px 0;
    white-space: nowrap;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-features .deposit-features-row .deposit-feature:first-child {
    width: 25%;
    padding-right: 5px;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-features .deposit-features-row .deposit-feature:nth-child(2) {
    width: 35%;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-features .deposit-features-row .deposit-feature .deposit-feature-title {
    font-size: 11px;
    line-height: 14px;
    color: gray;
    margin-top: 0;
    margin-bottom: 2px;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-features .deposit-features-row .deposit-feature .deposit-feature-content {
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-features .deposit-features-row .deposit-feature .deposit-feature-content span {
    font-size: 14px;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-differences {
    margin-top: 35px;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-differences ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-differences ul li {
    font-size: 15px;
    padding-left: 28px;
    margin-bottom: 18px;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-differences ul li.diff-yes {
    background: url('/themes/procredit/images/deposits/icon-tick.png') left 3px/14px no-repeat;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-differences ul li.diff-no {
    background: url('/themes/procredit/images/deposits/icon-cross.png') left 3px/14px no-repeat;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block {
    margin-top: 35px;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-request {
    font-weight: bold;
    color: white;
    background-color: #da2129;
    border-radius: 5px;
    z-index: 1;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-request:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(173, 0, 11, 0.5);
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-details {
    color: #da2129;
    background-color: white;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-details .arrow {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-details .arrow:before,
.deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-details .arrow:after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    width: 8px;
    background-color: #da2129;
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-details .arrow:before {
    top: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-details .arrow:after {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (min-width: 350px) {
    .deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-features .deposit-features-row .deposit-feature .deposit-feature-title {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-features .deposit-features-row .deposit-feature .deposit-feature-content {
        font-size: 12px;
    }

    .deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-features .deposit-features-row .deposit-feature .deposit-feature-content span {
        font-size: 17px;
    }

}

@media screen and (min-width: 680px) {
    .deposits-page .deposits-wrapper .deposit-block {
        float: left;
        width: 49%;
        margin-bottom: 0;
    }

    .deposits-page .deposits-wrapper .deposit-block.flexsave-block {
        float: right;
    }

    .deposits-page .deposits-wrapper .deposit-block.termdeposit-block .deposit-header {
        background: url('/themes/procredit/images/deposits/termdeposit_preview.jpg') -150px top/cover no-repeat;
        padding-right: 40%;
    }

    .deposits-page .deposits-wrapper .deposit-block.flexsave-block .deposit-header {
        background: url('/themes/procredit/images/deposits/flexsave_preview.jpg') -150px top/cover no-repeat;
    }
}

@media screen and (min-width: 700px) {
    .deposits-page .deposits-wrapper .deposit-block.termdeposit-block .deposit-header {
        background: url('/themes/procredit/images/deposits/termdeposit_preview.jpg') right top/cover no-repeat;
        padding-right: 40%;
    }

    .deposits-page .deposits-wrapper .deposit-block.flexsave-block .deposit-header {
        background: url('/themes/procredit/images/deposits/flexsave_preview.jpg') right top/cover no-repeat;
    }

    .deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn {
        width: auto;
    }
}

@media screen and (min-width: 800px) {
    .deposits-page .deposits-wrapper .deposit-block.flexsave-block .deposit-header .deposit-lead {
        width: auto;
    }
}

@media screen and (min-width: 992px) {
    .deposits-page .deposits-wrapper .deposit-block .deposit-header {
        padding: 40px 40% 40px 45px;
    }

    .deposits-page .deposits-wrapper .deposit-block .deposit-body {
        padding: 40px 45px;
    }

    .deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-features .deposit-feature .deposit-feature-title {
        font-size: 14px;
        line-height: 18px;
    }

    .deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-features .deposit-feature .deposit-feature-content {
        font-size: 14px;
        line-height: 16px;
    }

    .deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-features .deposit-feature .deposit-feature-content span {
        font-size: 20px;
    }

    .deposits-page .deposits-wrapper .deposit-block .deposit-body .deposit-differences {
        margin-top: 45px;
    }


    .deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block {
        margin-top: 45px;
    }

    .deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-request:hover,
    .deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-request:focus,
    .deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-request:active {
        background-color: #ec0a12;
    }

    .deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-request:hover:before,
    .deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-request:focus:before,
    .deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-request:active:before {
        opacity: 1;
    }

    .deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-details:hover .arrow,
    .deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-details:focus .arrow,
    .deposits-page .deposits-wrapper .deposit-block .deposit-body .buttons-block .btn-details:active .arrow {
        opacity: 1;
        margin-left: 4px;
    }
}


/*Loans page*/

#main-frame.loans-page .frame {
    width: 100%;
    padding-bottom: 10px;
}

.loans-page .loans-main {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}

.loans-page .loans-main .loan-block-wrapper {
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.loans-page .loans-main .loan-block-wrapper:nth-child(2n+1) {
    clear: both;
}

.loans-page .loans-main .loan-block-wrapper .loan-block {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 30px 35px;
}

.loans-page .loans-main .loan-block-wrapper .loan-block.loan-block-1 {
    background: url('/themes/procredit/images/loans/loan_bg_1.jpg') center center no-repeat;
    background-size: cover;
}

.loans-page .loans-main .loan-block-wrapper .loan-block.loan-block-2 {
    background: url('/themes/procredit/images/loans/loan_bg_2.jpg') center top no-repeat;
    background-size: cover;
}

.loans-page .loans-main .loan-block-wrapper .loan-block.loan-block-3 {
    background: url('/themes/procredit/images/loans/loan_bg_3.jpg') center top no-repeat;
    background-size: cover;
}

.loans-page .loans-main .loan-block-wrapper .loan-block.loan-block-4 {
    background: url('/themes/procredit/images/loans/loan_bg_4.jpg') center top no-repeat;
    background-size: cover;
}

.loans-page .loans-main .loan-block-wrapper .loan-block.loan-block-5 {
    background: url('/themes/procredit/images/loans/loan_bg_5.jpg') center top no-repeat;
    background-size: cover;
}

.loans-page .loans-main .loan-block-wrapper .loan-block.loan-block-6 {
    background: url('/themes/procredit/images/loans/loan_bg_6.jpg') center top no-repeat;
    background-size: cover;
}

.loans-page .loans-main .loan-block-wrapper .loan-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
}

.loans-page .loans-main .loan-block-wrapper .loan-block .loan-title {
    position: relative;
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    z-index: 2;
}

.loans-page .loans-main .loan-block-wrapper .loan-block .loan-content {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: left;
    margin-bottom: 25px;
    z-index: 2;
}

.loans-page .loans-main .loan-block-wrapper .loan-block .loan-footer {
    position: relative;
    z-index: 2;
}

.loans-page .loans-main .loan-block-wrapper .loan-block .loan-footer .loan-details {
    margin-top: 5px;
}

.loans-page .loans-main .loan-block-wrapper .loan-block .loan-footer .loan-details .loan-details-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.loans-page .loans-main .loan-block-wrapper .loan-block .loan-footer .loan-details .loan-details-item .loan-details-title {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    letter-spacing: .2px;
    margin: 0;
}

.loans-page .loans-main .loan-block-wrapper .loan-block .loan-footer .loan-details .loan-details-item .loan-details-content {
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    letter-spacing: .2px;
    margin-top: 5px;
    margin-bottom: 0;
}

.loans-page .loans-main .loan-block-wrapper .loan-block .loan-footer .loan-details .loan-details-item .loan-details-content span {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

.loans-page .loans-main .loan-block-wrapper .loan-block .loan-footer .btn-details {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
}

.loans-page .clean-table {
    margin-top: 30px;
}

.loans-page .clean-table table tr td {
    font-size: 13px;
    text-align: left;
}

.loans-page .clean-table table tr th {
    font-size: 13px;
    text-align: left;
    white-space: normal;
}

.loans-page .clean-table table tr td.loan-type {
    width: 100px;
    font-weight: bold;
    white-space: normal;
}

.loans-page .clean-table table tr td.loan-purpose {
    width: 200px;
    white-space: normal;
}

.loans-page .clean-table table tr td.loan-rate {
    width: 100px;
}

.loans-page .clean-table table tr td.loan-comission {
    width: 100px;
}

.loans-page .clean-table table tr td:last-child {
    width: 100px;
    white-space: normal;
}

@media screen and (min-width: 576px) {
    .loans-page .loans-main .loan-block-wrapper .loan-block .loan-footer .loan-details {
        display: inline-block;
        vertical-align: top;
        margin-top: 5px;
    }

    .loans-page .loans-main .loan-block-wrapper .loan-block .loan-footer .btn-details {
        width: auto;
        float: right;
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .loans-page .loans-main .loan-block-wrapper {
        width: 50%;
    }

    .loans-page .loans-main .loan-block-wrapper .loan-block .loan-content {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }

    .loans-page .loans-main .loan-block-wrapper .loan-block .loan-footer .loan-details {
        width: 100%;
    }

    .loans-page .loans-main .loan-block-wrapper .loan-block .loan-footer .btn-details {
        float: left;
        margin-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (min-width: 950px) {
    .loans-page .loans-main .loan-block-wrapper .loan-block .loan-footer .loan-details {
        width: auto;
    }

    .loans-page .loans-main .loan-block-wrapper .loan-block .loan-footer .btn-details {
        float: right;
        margin-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .loans-page .loans-main .loan-block-wrapper .loan-block .loan-footer .btn-details {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/*LOAN PAGE*/
#main-frame.loan-page .frame {
    width: 100%;
    padding-bottom: 10px;
}

.loan-page .loan-main {
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.loan-page .loan-main .loan-header {
    position: relative;
    height: 300px;
    color: white;
    padding: 15px;
    border-radius: 10px;
}

.loan-page .loan-main .loan-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    border-radius: 10px;
}

.loan-page.mortgage-page .loan-main .loan-header {
    background: url('/themes/procredit/images/loans/loan_banner_1.jpg') center center no-repeat;
    background-size: cover;
}

.loan-page.auto-loan-page .loan-main .loan-header {
    background: url('/themes/procredit/images/loans/loan_banner_2.jpg') 70% center no-repeat;
    background-size: cover;
}

.loan-page.investment-loan-page .loan-main .loan-header {
    background: url('/themes/procredit/images/loans/loan_banner_3.jpg') 65% center no-repeat;
    background-size: cover;
}

.loan-page.overdraft-loan-page .loan-main .loan-header {
    background: url('/themes/procredit/images/loans/loan_banner_4.jpg') 75% center no-repeat;
    background-size: cover;
}

.loan-page.affordable-mortgage-page .loan-main .loan-header {
    background: url('/themes/procredit/images/loans/loan_banner_5.jpg') 65% center no-repeat;
    background-size: cover;
}

.loan-page.land-loan-page .loan-main .loan-header {
    background: url('/themes/procredit/images/loans/loan_banner_6.jpg') 75% center no-repeat;
    background-size: cover;
}

.loan-page .loan-main .loan-header .loan-title {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
    z-index: 1;
}

.loan-page .loan-main .loan-header .loan-content {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    z-index: 1;
    margin: 0;
}

.loan-page .loan-main .loan-header .loan-features {
    position: relative;
    margin-top: 30px;
    z-index: 1;
}

.loan-page .loan-main .loan-header .loan-features .loan-features-row {
    padding: 0;
    margin: 0;
    list-style: none;
}

.loan-page .loan-main .loan-header .loan-features .loan-features-row li {
    display: inline-block;
    text-align: left;
    padding-bottom: 15px;
    margin-right: 30px;
    vertical-align: top;
}

.loan-page .loan-main .loan-header .loan-features .loan-features-row li .feature-title {
    font-size: 14px;
    line-height: 18px;
    color: white;
    margin-top: 0;
    margin-bottom: 2px;
}

.loan-page .loan-main .loan-header .loan-features .loan-features-row li .feature-content {
    font-size: 20px;
    line-height: 18px;
    font-weight: bold;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}

.loan-page .loan-main .loan-header .loan-features .loan-features-row li .feature-content span {
    font-size: 14px;
}

.loan-page .loan-main .loan-header .loan-features .loan-features-row li .btn {
    padding-left: 20px;
    padding-right: 20px;
}

.loan-page .loan-main .loan-body {
    padding: 30px 20px;
}

.loan-page .loan-main .loan-body .loan-calculator-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.loan-page .loan-main .loan-body .loan-advantages {
    margin-bottom: 30px;
}

.loan-page .loan-main .loan-body .loan-advantages .advantages-title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
}

.loan-page .loan-main .loan-body .loan-body-ticks ul {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

.loan-page .loan-main .loan-body .loan-body-ticks ul li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 23px;
    margin-bottom: 5px;
    background: url('/themes/procredit/images/loans/icon-tick.png') 0 6px/auto 13px no-repeat;
}

.loan-page .loan-main .loan-body .client-criteria {
    margin-top: 50px;
    margin-bottom: 10px;
}

.loan-page .loan-main .loan-body .client-criteria .criteria-title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.loan-page .loan-main .loan-body .client-criteria .criterion-block {
    display: inline-block;
    vertical-align: top;
    padding-top: 60px;
    margin-bottom: 25px;
}

.loan-page .loan-main .loan-body .client-criteria .criterion-block.criterion-age {
    width: 100%;
    background: url('/themes/procredit/images/loans/icon_ID-card.png') left top no-repeat;
}

.loan-page .loan-main .loan-body .client-criteria .criterion-block.criterion-income {
    width: 100%;
    background: url('/themes/procredit/images/loans/icon_money.png') left top no-repeat;
}

.loan-page .loan-main .loan-body .client-criteria .criterion-block.criterion-ukraine {
    width: 100%;
    background: url('/themes/procredit/images/loans/icon_ukraine.png') left top no-repeat;
    margin-bottom: 0;
}

.loan-page .loan-main .loan-body .client-criteria .criterion-block .criterion-title {
    ffont-size: 20px;
    font-weight: bold;
}

.loan-page .loan-main .loan-body .client-criteria .criterion-block .criterion-content {
    font-size: 13px;
    color: #6f6f6f;
}

.loan-page .loan-details .clean-table {
    margin: 40px 0;
}

.loan-page .loan-details .clean-table table tr td {
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    padding: 17px;
    white-space: normal;
}

.loan-page .loan-details .clean-table table tr td:first-child {
    font-weight: bold;
}

.loan-page .loan-details .clean-table table tr:last-child {
    border-bottom: 0;
}

.loan-page .loan-main .loan-calculator {
    display: block;
}

.loan-page .loan-main .loan-calculator .form-group {
    position: relative;
    margin-bottom: 15px;
}

.loan-page .loan-main .loan-calculator .form-group label,
.loan-page .loan-main .loan-calculator .form-group legend {
    display: block;
    font-size: 13px;
}

.loan-page .loan-main .loan-calculator .form-group input[type="text"] {
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    padding: 10px 15px;
}

.loan-page .loan-main .loan-calculator .form-group input[type="text"].sum-error {
    color: #d3222a;
}

.loan-page .loan-main .loan-calculator .form-group.be-radiobutton fieldset div {
    display: inline-block;
    margin-right: 30px;
}

.loan-page .loan-main .loan-calculator .form-group.sum-calculator input {
    width: 100%;
}

.loan-page .loan-main .loan-calculator .form-group.sum-calculator input.js-range-slider {
    width: 100%;
}

.loan-page .loan-main .loan-calculator .form-group.sum-calculator .loan-currency {
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 14px;
    color: #b8b8b8;
}

.loan-page .loan-main .loan-calculator .form-group .dropdown-month {
    width: 100%;
}

.loan-page .loan-main .loan-calculator .form-group .dropdown .dropdown-toggle {
    height: 40px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    background: white;
    outline: 0;
    border: 1px solid #dadada;
    box-shadow: none;
    text-align: left;
    cursor: pointer;
    padding: 10px 15px;
}

.loan-page .loan-main .loan-calculator .form-group .dropdown .dropdown-menu {
    width: 100%;
    min-width: 100%;
}

.loan-page .loan-main .loan-calculator .form-group .dropdown .dropdown-item {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
}

.loan-page .loan-main .loan-calculator .form-group.term-calculator {
    padding-bottom: 22px;
}

.loan-page .loan-main .loan-calculator .form-group.term-calculator .dropdown-toggle:before,
.loan-page .loan-main .loan-calculator .form-group.term-calculator .dropdown-toggle:after {
    position: absolute;
    top: 10px;
    right: 40px;
    color: #616161;
    font-size: 14px;
}

.loan-page .loan-main .loan-calculator .form-group.term-calculator .dropdown-toggle .percent {
    position: absolute;
    top: 10px;
    right: 40px;
    color: #616161;
    font-size: 14px;
}

.loan-page .loan-main .loan-calculator .form-group.term-calculator .dropdown-item {
    position: relative;
}

.loan-page .loan-main .loan-calculator .form-group.term-calculator .dropdown-item .percent {
    position: absolute;
    top: 10px;
    left: 95px;
    color: #616161;
    font-size: 14px;
    margin-left: 10px;
}

.loan-page .loan-main .loan-calculator .form-group.term-calculator input {
    width: 100%;
}

.loan-page .loan-main .loan-calculator .results-addon {
    font-size: 13px;
    line-height: 14px;
    color: #a0a0a0;
    margin-bottom: 5px;
    margin-top: 0;
}

.loan-page .loan-main .loan-calculator .btn-primary {
    margin-top: 15px;
}

.loan-page .loan-main .loan-results {
    display: block;
    margin-top: 30px;
}

.loan-page .loan-main .loan-results .result-block {
    display: block;
    vertical-align: top;
    margin-bottom: 15px;
}

.loan-page .loan-main .loan-results .result-block .result-title {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
}

.loan-page .loan-main .loan-results .result-block .result-content {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0;
    white-space: nowrap;
}

.loan-page .loan-main .loan-results .result-block.result-sum .result-content.result-error {
    font-size: 10px;
    line-height: 14px;
    padding-right: 10px;
    white-space: normal;
}

.loan-page .loan-main .loan-results .result-block.result-red .result-content {
    color: #d3222a;
}

.loan-page .loan-main .loan-results .results-addon {
    font-size: 13px;
    line-height: 14px;
    margin-top: 20px;
    margin-bottom: 16px;
}

.loan-page .loan-main .loan-results .results-addon a {
    font-size: 13px;
    line-height: 14px;
}

.loan-page .loan-main .loan-results .results-addon a:hover,
.loan-page .loan-main .loan-results .results-addon a:focus,
.loan-page .loan-main .loan-results .results-addon a:active {
    text-decoration: underline;
}

.loan-page .additional-fees .AccordionsWidget h3 {
    padding: 0;
    margin-bottom: 10px;
}

.loan-page .additional-fees .AccordionsWidget h3 .AccordionLink {
    font-size: 13px;
    line-height: 14px;
    color: #454545;
}

.loan-page .additional-fees .AccordionsWidget h3 .AccordionLink:hover {
    text-decoration: underline;
}

.loan-page .additional-fees .AccordionsWidget .AccordionDiv ul {
    margin-bottom: 20px;
    padding: 0;
}

.loan-page .additional-fees .AccordionsWidget .AccordionDiv ul li {
    list-style: none;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 5px;
}

.loan-page .bottom-content {
    margin-top: 30px;
}

.loan-page .bottom-content ul {
    padding-left: 20px;
}

@media screen and (min-width: 600px) {
    .loan-page .loan-main .loan-header {
        height: 290px;
        padding: 20px;
    }

    .loan-page .loan-main .loan-header:before {
        display: none;
    }

    .loan-page.auto-loan-page .loan-main .loan-header {
        background: url('/themes/procredit/images/loans/loan_banner_2.jpg') center center no-repeat;
        background-size: cover;
    }


    .loan-page.investment-loan-page .loan-main .loan-header {
        background: url('/themes/procredit/images/loans/loan_banner_3.jpg') center center no-repeat;
        background-size: cover;
    }

    .loan-page.overdraft-loan-page .loan-main .loan-header {
        background: url('/themes/procredit/images/loans/loan_banner_4.jpg') center center no-repeat;
        background-size: cover;
    }

    .loan-page .loan-main .loan-header .loan-title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .loan-page .loan-main .loan-header .loan-content {
        font-size: 16px;
        line-height: 20px;
    }

    .loan-page .loan-main .loan-header .loan-features {
        margin-top: 40px;
    }

    .loan-page .loan-main .loan-header .loan-features .loan-features-row li .btn {
        padding-left: 30px;
        padding-right: 30px;
    }

    .loan-page .loan-main .loan-body .client-criteria .criterion-block {
        margin-bottom: 0;
    }

    .loan-page .loan-main .loan-body .client-criteria .criterion-block.criterion-age {
        width: 28%;
    }

    .loan-page .loan-main .loan-body .client-criteria .criterion-block.criterion-income {
        width: 39%;
    }

    .loan-page .loan-main .loan-body .client-criteria .criterion-block.criterion-ukraine {
        width: 31%;
    }

    .loan-page .loan-main .loan-calculator {
        display: inline-block;
        width: 50%;
        padding-right: 20px;
        vertical-align: top;
    }

    .loan-page .loan-main .loan-results {
        display: inline-block;
        width: 49%;
        padding-top: 18px;
        vertical-align: top;
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .loan-page .loan-main .loan-header {
        height: 250px;
        padding: 40px;
    }

    .loan-page .loan-main .loan-body {
        padding: 30px;
    }

    .loan-page .loan-main .loan-body .client-criteria .criterion-block.criterion-age {
        width: 38%;
    }

    .loan-page .loan-main .loan-body .client-criteria .criterion-block.criterion-income {
        width: 37%;
    }

    .loan-page .loan-main .loan-body .client-criteria .criterion-block.criterion-ukraine {
        width: 22%;
    }

    .loan-page .loan-details .clean-table table tr td {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 992px) {
    .loan-page .loan-main .loan-body {
        padding: 30px 45px 40px;
    }

    .loan-page .loan-main .loan-body .loan-advantages .advantages-title {
        margin-top: 20px;
    }

    .loan-page .loan-main .loan-body .loan-body-ticks ul {
        margin: 30px 0;
    }

    .loan-page .loan-main .loan-results .results-block {

    }

    .loan-page .loan-main .loan-results .result-block {
        display: inline-block;
        width: 49%;
        padding-right: 10px;
    }
}

.more_flexfund_info{
    margin-top: 10px;
    background-color: #da2129 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-decoration: none;
    padding: 10px 0px 10px 0px !important;
}

.more_flexfund_info a{
    font-weight: bold !important;
    color: white !important;
    text-decoration: none;
    font-size: 18px;
}

.main_block{
    text-align: center !important;
    width: 100% !important;
}

@media screen and (min-width: 882px) {
    .more_flexfund_info {
        float: right;
        position: absolute;
        bottom: 30px;
        left: 63px;
    }
}

/*RESPONSIVE VIDEO*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.video-container iframe, object, embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*** Calender icon for text block ***/

.calender-icon {
    width: 19px;
    vertical-align: top;
    margin-top: -1px;
    margin-right: 10px;
}

.questionmark-icon {
    width: 22px;
    vertical-align: top;
    margin-top: -1px;
    margin-right: 10px;
}

/*Book a visit form*/

#book_visit_form .field {
    margin-bottom: 15px;
}

#book_visit_form h3 {
    text-align: left;
    font-size: 12px;
    padding: 0;
    margin: -15px 0 15px;
    color: gray;
}

#book_visit_form .dropdown select {
    height: 36px;
    border: 1px solid #afafaf;
    background-color: white;
    outline: 0;
}

#book_visit_form .flatpickr-current-month .flatpickr-monthDropdown-months {
    float: left;
}

#book_visit_form .flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
    display: none;
}

.BlocksWidget .btn-secondary {
    text-align: left;
}

.policy-text {
    font-family: Times New Roman, serif;
    font-size: 16px;
    background-color: #f7f7f7;
    border: 1px solid #d8d8d8;
    padding: 10px 25px;
}

ul.policy-text {
    padding-left: 30px;
    padding-top: 15px;
}

.policy-text p .policy-text span .policy-text a {
    font-family: Times New Roman, serif;
    font-size: 16px;
}

/*BUSINESS LOAN REQUEST*/
#main-frame.business-loan-request {
    padding: 0;
}

#main-frame.business-loan-request .frame {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}

#main-frame.business-loan-request .frame:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/themes/procredit/images/business_clients_loan_form_bg.jpg') center center no-repeat;
    background-size: cover;
    opacity: .6;
    z-index: -2;
}

#main-frame.business-loan-request .frame:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 100%);
    z-index: -1;
}

#main-frame.business-loan-request .form-wrapper {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #dadada;
    padding: 25px 15px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.1);
}

#main-frame.business-loan-request .form-wrapper h1 {
    font-size: 22px!important;
    margin-top: 10px;
}

#main-frame.business-loan-request .form-wrapper form label.left {
    font-size: 13px;
    color: gray;
}

#main-frame.business-loan-request .form-wrapper form .middleColumn input[type="text"] {
    width: 100%;
    font-size: 14px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

#main-frame.business-loan-request .form-wrapper form .middleColumn textarea:focus,
#main-frame.business-loan-request .form-wrapper form .middleColumn textarea:active,
#main-frame.business-loan-request .form-wrapper form .middleColumn input[type="text"]:focus,
#main-frame.business-loan-request .form-wrapper form .middleColumn input[type="text"]:active {
    outline: 0;
    border: 1px solid #7c7c7c;
}

#main-frame.business-loan-request .form-wrapper form .text .middleColumn p {
    font-size: 13px;
    line-height: 16px;
    color: gray;
    margin-bottom: 5px;
    margin-top: 25px;
}

#main-frame.business-loan-request .form-wrapper form .checkbox {
    margin-top: 10px;
}

#main-frame.business-loan-request .form-wrapper form .checkbox label {
    font-size: 12px;
    line-height: 14px;
    color: gray;
}

#main-frame.business-loan-request .form-wrapper form .Actions .action {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #da2129;
    padding: 10px 40px;
    text-decoration: none;
    border-radius: 5px;
    outline: 0;
    border: 0;
    margin-top: 15px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    z-index: 1;

    /*For Safari*/
    -webkit-appearance: none;
}

#main-frame.business-loan-request .form-wrapper form .Actions .action:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(173, 0, 11, 0.5);
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

@media screen and (min-width: 600px) {
    #main-frame.business-loan-request .form-wrapper {
        width: 450px;
        margin: 50px auto;
        padding: 40px 30px;
    }
}

@media screen and (min-width: 1024px) {
    #main-frame.business-loan-request .report-violation-form-wrapper {
        width: 900px;
    }
}

@media screen and (min-width: 992px) {

    #main-frame.business-loan-request .frame .tree {
        padding: 10px 0 0 10px;
    }

    #main-frame.business-loan-request .form-wrapper {
        padding: 40px 60px;
    }

    #main-frame.business-loan-request .form-wrapper h1 {
        font-size: 23px!important;
        text-align: center;
    }

    #main-frame.business-loan-request .form-wrapper form .Actions .action:hover,
    #main-frame.business-loan-request .form-wrapper form .Actions .action:focus,
    #main-frame.business-loan-request .form-wrapper form .Actions .action:active {
        background-color: #ec0a12;
        outline: 0;
    }

    #main-frame.business-loan-request .form-wrapper form .Actions .action:hover:before,
    #main-frame.business-loan-request .form-wrapper form .Actions .action:focus:before,
    #main-frame.business-loan-request .form-wrapper form .Actions .action:active:before {
        opacity: 1;
    }
}

/*Fees and terms of service*/

.tariff-and-service-widget-block .FilesWidget {
    display: none;
}

#file-widget-title {
    display: none;
}

#file-widget-color {
    display: none;
}

.FilesWidget #file-widget-description {
    display: none;
}

.file-block-title p {
    margin: 10px 0;
}

.file-widget-tabs {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.file-widget-tabs .files-blocks {
    display: flex;
}

.file-widget-tabs .files-blocks .file-block-title {
    display: inline-block;
    flex-grow: 1;
    color: white;
    font-weight: 600;
    background-color: #d3222a;
    border-radius: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin: 0 1px;
    padding: 0;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    cursor: pointer;
}

.file-widget-tabs .files-blocks .file-block-title .file-title {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

.file-widget-tabs .tenders {
    margin-top: 20px;
}

.file-widget-tabs #file-widget-description {
    float: left;
    width: 100%;
    margin: 15px 0 20px;
}

.file-widget-tabs #file_list_holder {
    overflow: hidden;
    padding: 15px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15), 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 999px) {
    .file-widget-tabs #file_list_holder ul.tenders li div a {
        font-size: 16px!important;
    }
}

@media screen and (min-width: 768px) {
    .file-widget-tabs .files-blocks .file-block-title {
        margin: 0 7px;
    }

    .file-widget-tabs .files-blocks .file-block-title:hover,
    .file-widget-tabs .files-blocks .file-block-title:focus {
        opacity: .85;
    }

    .file-widget-tabs .files-blocks .file-block-title .file-title {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (min-width: 1000px) {
    .file-widget-tabs {
        width: 685px;
        padding: 0;
    }
}

/*Report a violation*/

#main-frame.report-a-violation .form-wrapper form .dropdown .middleColumn {
    width: 100%;
}

#main-frame.report-a-violation .form-wrapper form .middleColumn input.text,
#main-frame.report-a-violation .form-wrapper form .middleColumn textarea,
#main-frame.report-a-violation .form-wrapper form .middleColumn select {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

#main-frame.report-a-violation .form-wrapper form .middleColumn textarea {
    width: 100%;
    padding: 5px 10px;
}

@media screen and (min-width: 992px) {
    #main-frame.report-a-violation .form-wrapper form .dropdown .middleColumn {
        width: 350px;
    }

    #main-frame.report-a-violation .form-wrapper form  .dropdown .middleColumn {
        width: 75%;
    }
}

/*FAQ*/

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.faq-page {
    padding-bottom: 0;
}

.faq-page .faq-section-video .section-title {
    font-size: 21px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
}

.faq-page .faq-section-video .videos-container {
    overflow: hidden;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 30px;
}

.faq-page .faq-section-video .videos-container .video-wrapper {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
}

.faq-page .faq-section-video .videos-container .video-wrapper .video-container {
    margin-bottom: 14px;
}

.faq-page .faq-section-video .videos-container .video-wrapper .video-title {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    text-decoration: underline;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.faq-page .accordion {
    width: 100%;
    margin-top: 15px;
}

.faq-page .js-Accordion-title {
    display: block;
    position: relative;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 0 30px;
    font-size: 14px;
    line-height: 41px;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #d2d2d2;
}

.faq-page .js-Accordion-title .arrow {
    position: absolute;
    height: 17px;
    width: 17px;
    top: 12px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #000;
}

.faq-page .js-Accordion-title .arrow:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 9px;
    top: 3px;
    left: 7px;
    background-color: #000;
}

.faq-page .js-Accordion-title .arrow:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 1px;
    top: 7px;
    left: 3px;
    background-color: #000;
}

.faq-page .js-Accordion-title[aria-expanded="true"] .arrow:before {
    display: none;
}

.faq-page .js-Accordion-content {
    height: 0;
    line-height: 1.5;
    overflow: hidden;
    transition: all .2s linear;
}

.faq-page .content-inner {
    padding: 10px 0 10px 30px;
}

@media screen and (min-width: 576px) {
    .faq-page .faq-section-video .videos-container .video-wrapper {
        width: 33.33333%;
    }
    .faq-page .faq-section-video .videos-container .video-wrapper:nth-child(3n+1) {
        clear: both;
    }
}

@media screen and (min-width: 992px) {
    .faq-page .faq-section-video .videos-container .video-wrapper .video-title:hover,
    .faq-page .faq-section-video .videos-container .video-wrapper .video-title:focus {
        color: #d3222a;
    }
}

/*** Exchange Rates ***/

.exchange-rates .rates-wrapper {
    overflow: hidden;
    margin-top: 30px;
}

.exchange-rates .rates-wrapper .rates-block {
    width: 100%;
    padding-right: 30px;
    margin-bottom: 20px;
}

.exchange-rates .rates-wrapper .rates-block table {
    width: 100%;
}

.exchange-rates .rates-wrapper .rates-block table thead tr th {
    font-size: 14px;
    padding-bottom: 15px;
    color: #6e6e6e;
}

.exchange-rates .rates-wrapper .rates-block table tbody tr:first-child td {
    font-size: 12px;
    line-height: 14px;
    color: #a6a6a6;
    font-weight: 500;
    padding: 0;
}

.exchange-rates .rates-wrapper .rates-block table tbody tr td {
    width: 50%;
    font-size: 26px;
    font-weight: bold;
}

.exchange-rates .rates-wrapper .date {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #6e6e6e;
    margin-top: 30px;
}

@media screen and (min-width: 576px) {
    .exchange-rates .rates-wrapper .rates-block {
        width: 33.333333%;
        float: left;
    }
}