﻿/* 
    Web         : Studio X Creative
    Author      : Vladimir Milenkov - vmilenkov@studiox.bg
    Last update : 2014-06-27
*/

@font-face {
    font-family: 'universum_bg_condensedregular';
    src: url('../fonts/universum_bg_cond-webfont.eot');
    src: url('../fonts/universum_bg_cond-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/universum_bg_cond-webfont.woff') format('woff'),
    url('../fonts/universum_bg_cond-webfont.html') format('truetype'),
    url('../fonts/universum_bg_cond-webfont.svg#universum_bg_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'universum_bg_condensedbold';
    src: url('../fonts/universum_bg_boldcond-webfont.eot');
    src: url('../fonts/universum_bg_boldcond-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/universum_bg_boldcond-webfont.woff') format('woff'),
    url('../fonts/universum_bg_boldcond-webfont.ttf') format('truetype'),
    url('../fonts/universum_bg_boldcond-webfont.svg#universum_bg_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'universum_bg_light_condenseRg';
    src: url('../fonts/universum_bg_lightcond-webfont.eot');
    src: url('../fonts/universum_bg_lightcond-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/universum_bg_lightcond-webfont.woff') format('woff'),
    url('../fonts/universum_bg_lightcond-webfont.html') format('truetype'),
    url('../fonts/universum_bg_lightcond-webfont.svg#universum_bg_light_condenseRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

a img { border: 0; }

a {
    color: #05539E;
    text-decoration: none;
    -webkit-transition: color 250ms ease-out;
    -ms-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
}

a[href^="mailto"] {
    color: #04ACF5;
    display: inline-block;
    position: relative;
}

a[href^="mailto"]:before {
    content: '';
    opacity: 0;
    height: 1px; width: 0;
    position: absolute;
    bottom: 0; left: 0;
    background-color: #04ACF5;
    transition: width 300ms ease, opacity 600ms ease;
}

a[href^="mailto"]:hover:before {
    content: ''; width: 100%;
    opacity: 1;
}

strong, b { font-weight: bold; }

.hidden { display: none !important; }

.visible { display: block !important; }

.f-left { float: left !important; }

.f-right { float: right !important; }

.center { text-align: center !important; }

html { height: 100%; }

html body {
    width: 100%;
    cursor: default; color: #777;
    position: relative;
    font: 400 15px/19px 'Cuprum', sans-serif;
    background-color: #2D9AFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow: visible !important;
}
html body.action-iframe {
    background-color: #FFF;
}
body { height: 100%; }

.mobile body { height: auto; }

html, .mobile body {
    overflow-x: hidden;
}

.text {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    padding: 20px 30px 30px;
}

.text ul,
.text ol {
    padding: 0 0 10px 10px;
}

.text ul.sub,
.text ol.sub {
    padding: 0 0 0px 10px;
}


.text ol { padding-left: 16px; }

.text ul li,
.text ol li {
    margin: 4px 0;
    padding-left: 19px !important;
    position: relative;
}

.text ol li { padding-left: 0; }

.text ul li:before {
    content: '';
    height: 6px; width: 6px;
    position: absolute;
    top: 6px; left: 0;
    border-radius: 100%;
    background-color: #0153A6;
}

.individual .text ul li:before { background-color: #057A68; }

.corporate .text ul li:before { background-color: #9E0B0F; }

.institutional .text ul li:before { background-color: #E09909; }

.text ol li {
    list-style: decimal;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
    color: #0153A6;
    padding-bottom: 28px;
    line-height: 0.85;
    font-weight: normal;
    font-family: 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.text h1 { font-size: 44px; color: black; }

.text h2 { font-size: 26px; padding-top: 11px; padding-bottom: 12px; }

.text h3 { font-size: 24px; }

.text h4 { font-size: 32px; }

.text h5 { font-size: 20px; }

.text h6 { font-size: 18px; }

.text strong {
    color: #0153A6;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Cuprum', sans-serif;
}

.individual .text h1,
.individual .text h2,
.individual .text h3,
.individual .text h4,
.individual .text h5,
.individual .text h6,
.individual .text strong {
    color: #057A68;
}

.corporate .text h1,
.corporate .text h2,
.corporate .text h3,
.corporate .text h4,
.corporate .text h5,
.corporate .text h6,
.corporate .text strong,
.corporate .line-tabs div.pretty-select .select-text {
    color: #9E0B0F;
}

.institutional .text h1,
.institutional .text h2,
.institutional .text h3,
.institutional .text h4,
.institutional .text h5,
.institutional .text h6,
.institutional .text strong {
    color: #E09909;
}

.text img {
    max-width: 100%;
    vertical-align: top;
    margin: 3px 15px 10px 0;
}

form input,
form textarea {
    color: black; width: 100%;
    margin: 0;
    padding: 6px 10px;
    cursor: default;
    border-radius: 2px;
    border: 1px solid #D8D8D8;
    border-bottom-color: #888;
    background-color: #F5F5F5;
    box-sizing: border-box;
    font: 400 14px/18px 'Cuprum', sans-serif;
}

form textarea {
    height: 75px;
    min-height: 75px;
    max-height: 225px;
    overflow: auto;
    resize: vertical;
    transition: height 300ms ease;
}

form ol li {
    width: 50%; float: left;
    margin: 11px 0 7px;
}

form ol li.clearfix {
    width: 100%; float: none;
    margin: 0;
}

form label {
    color: black; display: block;
    padding-bottom: 7px;
    font: normal 18px/1 'universum_bg_condensedregular', Tahoma, sans-serif;
}

form button {
    color: white; cursor: pointer;
    border: 0; outline: 0;
    margin: 0;
    padding: 10px 12px;
    background-color: #0054A1;
    transition: background 300ms ease;
    font: 700 14px/1 'Cuprum', sans-serif;
}

form button:hover,
form button:focus {
    background-color: #0065C1;
}

.file-wrapper {
    display: block;
    position: relative;
    padding-right: 97px;
}

.file-wrapper input[type="file"] {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 2;
    opacity: 0;
}

.file-wrapper .button {
    width: 96px;
    position: absolute;
    top: 0; bottom: 0;
    right: 0;
    z-index: 0;
    padding-top: 5px;
    color: white;
    cursor: pointer;
    text-align: center;
    background-color: #06ABEB;
    border: 1px solid #0298D2;
    font: 700 14px/23px 'Cuprum', sans-serif;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

body.action-iframe .wrapper {
    width: 750px;
}

.header-mobile {
    height: 21px;
    margin-bottom: 0;
    position: relative;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

#header {
    height: 74px;
    margin-bottom: 27px;
    position: relative;
    background-color: white;
    border-bottom: 1px solid #288AE5;
    overflow: hidden;
    width: 100%;
}

#header .f-left { padding-top: 12px; }

#header .f-right {
    color: #333;
    max-width: 930px;
    position: relative;
}

#header .line {
    height: 32px;
    color: white;
    margin: 0 0 12px;
    position: relative;
    text-align: right;
    overflow: visible;
    z-index: 3;
    line-height: 1;
    background-color: #01539C;
}

#header .line:after {
    content: '';
    height: 100%; width: 1000%;
    position: absolute;
    top: 0; bottom: 0;
    left: 100%;
    background-color: #01539C;
}

#header .line .menu {
    height: 32px; float: left;
    margin: 0 5px 0 8px;
    border-right: 1px solid #0164BB;
}

#header .line .menu li {
    float: left;
    padding: 0 14px;
    white-space: nowrap;
}

#header .line .menu li a {
    color: white; display: block;
    padding-top: 9px;
    position: relative;
    font-size: 14px;
}

#header .line .menu li a:before {
    content: '';
    opacity: 0;
    height: 1px; width: 0;
    position: absolute;
    bottom: -1px; left: 0;
    background-color: white;
    transition: width 300ms ease, opacity 600ms ease;
}

#header .line .menu li a:hover:before {
    content: ''; width: 100%;
    opacity: 1;
}

#header .phone {
    float: left; color: white;
    position: relative;
    display: inline-block;
    margin: 7px 13px 0 6px;
    padding-left: 22px;
    line-height: 19px;
}

#header .phone:before {
    content: '';
    height: 19px; width: 12px;
    position: absolute;
    top: 50%; left: 0;
    margin: -10px 0 0 0;
    background: url('../images/layout/bgr-sprite.png') no-repeat 0 0;
}

#header .phone a { color: white; }

#header .lang-block {
    height: 24px;
    width: 34px;
    float: right;
    cursor: pointer;
    padding-top: 8px;
    text-align: center;
    position: relative;
    background-color: #0D78D7;
}

#header .lang-block ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    padding-top: 1px;
    background-color: #0164BB;
    /*transition: all 300ms ease 100ms;*/
}

#header .lang-block ul { [; opacity: 1; ]; }

#header .lang-block:hover ul {
    opacity: 1;
    visibility: visible;
}

#header .lang-block ul li a {
    display: block;
    padding: 8px 0;
}

#header .search-block { position: relative; }

#header .search-block .button {
    height: 32px; width: 33px;
    cursor: pointer;
    position: relative;
    background-color: #0164BB;
}

#header .search-block .button i {
    height: 16px; width: 16px;
    position: absolute;
    top: 50%; left: 50%;
    margin: -8px 0 0 -8px;
    background: url('../images/layout/bgr-sprite.png') no-repeat -12px 0;
}

#header .f-right .search-form {
    display: block;
    overflow: hidden;
}

.oldie #header .f-right .search-form {
    display: none;
}

#header .search-form {
    height: 34px; opacity: 0;
    padding: 40px 95px 0 14px;
    position: absolute;
    top: 0;
    left: 0; right: 0;
    z-index: 1;
    background-color: #0164BB;
    transition: all 300ms ease 100ms;
}

#header .search-form:before {
    content: ''; width: 1000%;
    position: absolute;
    top: 0; bottom: 0;
    left: 100%;
    background-color: #0164BB;
}

#header.search-open .search-form {
    top: 0;
    opacity: 1;
    z-index: 2;
}

.oldie #header.search-open .search-form {
    display: block;
}

#header .search-form input {
    height: 27px; width: 100%;
    font-size: 14px;
    padding: 0 10px;
    line-height: 23px;
}

#header .search-form button {
    height: 27px; width: 84px;
    border: 0;
    padding: 0;
    position: absolute;
    bottom: 7px; right: 0;
    z-index: 100;
    text-align: center;
    border: 1px solid #0298D2;
    background-color: #06ABEB;
    font: 700 12px/23px 'Cuprum', sans-serif;
}

.head-exchange {
    z-index: 2;
    position: relative;
}

.exchange-block {
    position: relative;
}

.exchange-block em {
    display: block;
    padding-top: 2px;
    font-style: normal;
}

#exchange-block {
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    margin-left: 150px;
    overflow: hidden;
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    color: #555;
}

.lang-en #exchange-block {
    margin-left: 140px;
}

#exchange-block ul {
    overflow: hidden;
}

#exchange-block ul li {
    float: left;
    margin-left: 18px;
}

#exchange-block ul li img {
    position: relative;
    top: 0px;
    margin-right: 9px;
    vertical-align: baseline;
}

.js-marquee {
    margin: 0 !important;
}

#toggle-menu,
#toggle-search {
    display: none; float: right;
    height: 47px;
    position: relative;
    top: 45px;
    margin: 0 15px 0 5px;
    padding: 27px 30px 0 0;
    color: #01539C; cursor: pointer;
    text-transform: uppercase;
    font: normal 20px/20px 'universum_bg_condensedregular', Tahoma, sans-serif;
}

#toggle-menu span,
#toggle-search span {
    height: 19px; width: 19px;
    position: absolute;
    top: 50%; right: 0;
    margin-top: -9px;
    background: url('../images/layout/bgr-sprite.png') no-repeat -10000px 0;
}

#toggle-search span { background-position: -210px 0; }

#toggle-menu span { background-position: -229px 0; }

.open-menu #toggle-menu span { background-position: -248px 0; }

#toggle-menu:before,
#toggle-search:before {
    opacity: 0;
    visibility: hidden;
    content: '';
    height: 0; width: 0;
    position: absolute;
    bottom: -1px; right: 1px;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent #01539C transparent;
}

.open-menu #toggle-menu:before,
.open-search #toggle-search:before {
    content: "";
    opacity: 1;
    visibility: visible;
}

#header .drop {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -100%;
    left: 0; right: 0;
    z-index: 10;
    background-color: #F4F4F4;
    border-top: 1px solid #D4D4D4;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    transition: all 350ms ease;
}

#header .drop.drop-menu { transition: all 0s; }

.open-menu #header .drop-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

#header .drop .main-nav {
    min-height: 175px;
    width: 37%; float: left;
}

#header .drop .menu {
    min-height: 175px;
    width: 59%; float: right;
    padding: 0 2%;
    overflow: hidden;
    background-color: #02509A;
}

#header .drop .main-nav li {
    border-top: 1px solid #D4D4D4;
    font: normal 20px/16px 'universum_bg_condensedregular', Tahoma, sans-serif;
}

#header .drop .main-nav li:first-child { border-top: 0; }

#header .drop .main-nav li a {
    color: #333; display: block;
    position: relative;
    padding: 12px 11px 15px 29px;
}

#header .drop .main-nav li a:before {
    content: ''; width: 2px;
    position: absolute;
    top: 0; bottom: 0;
    left: 0;
    transition: all 250ms ease;
}

#header .drop .main-nav li.home a:before { background-color: #02509A; }

#header .drop .main-nav li.individual a:before, .individual .accordion-holder .current { background-color: #057A68; }

#header .drop .main-nav li.corporate a:before, .corporate .accordion-holder .current { background-color: #A01417; }

#header .drop .main-nav li.institutional a:before, .institutional .accordion-holder .current { background-color: #E09909; }

#header .drop .main-nav li:hover a:before,
#header .drop .main-nav li.active a:before {
    width: 4px;
}

#header .drop .menu .col {
    width: 42%; float: left;
    margin: 0 4%;
}

#header .drop .menu .col ul li {
    border-top: 1px solid #4E85B8;
}

#header .drop .menu .col + .col ul { margin-bottom: 27px; }

#header .drop .menu .col ul li:first-child { border: 0; }

#header .drop .menu .col + .col ul li:last-child {
    border-bottom: 1px solid #4E85B8;
}

#header .drop .menu .col ul li a {
    display: block; color: white;
    font-size: 14px;
    line-height: 19px;
    padding: 12px 2px 11px;
}

#header .drop .menu .col .lang {
    float: right;
    margin-top: 4px;
}

#header .drop .menu .col .lang li {
    float: left;
    margin: 6px 0 0 6px;
}

#bottom-menu {
    margin-top: 29px;
    background-color: white;
    border-top: 3px solid #D5D5D5;
}

#bottom-menu .col {
    width: 25%; float: left;
    margin-top: -3px;
    padding: 19px 0;
    position: relative;
    border-top: 3px solid transparent;
}

#bottom-menu .col.individual { border-color: #057A68; }

#bottom-menu .col.corporate { border-color: #9E0B0F; }

#bottom-menu .col.institutional { border-color: #E09909; }

#bottom-menu .col.social { border-color: #555; }

#bottom-menu .col:before {
    content: '';
    height: 3px; width: 1px;
    position: absolute;
    top: -3px; left: 0;
    background-color: #D5D5D5;
}

#bottom-menu .col h6 {
    padding-bottom: 14px;
    font: normal 22px/0.85 'universum_bg_condensedregular', Tahoma, sans-serif;
}

#bottom-menu .col.individual h6,
#bottom-menu .col.individual h6 a {
    color: #057A68;
}

#bottom-menu .col.corporate h6,
#bottom-menu .col.corporate h6 a {
    color: #9E0B0F;
}

#bottom-menu .col.institutional h6,
#bottom-menu .col.institutional h6 a {
    color: #E09909;
}

#bottom-menu .col.social h6,
#bottom-menu .col.social h6 a {
    color: #555;
}

#bottom-menu .col ul li { padding: 1px 0; }

#bottom-menu .col ul li a {
    position: relative;
    font-size: 14px;
}

#bottom-menu .social ol {
    font-size: 0;
    text-align: center;
    margin-top: 7px;
}

#bottom-menu .social ol li {
    width: 20%;
    display: inline-block;
    margin-top: 7px;
    font-size: 15px;
}

#bottom-menu .social ol li a { color: #01539C; }

#bottom-menu .social ol li span {
    height: 30px; width: 30px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 300ms ease;
}

#bottom-menu .social ol li span i {
    height: 30px; width: 30px;
    display: inline-block;
    background: url('../images/layout/icons.svg') no-repeat -10000px 0;
}

#bottom-menu .social ol li span.fb i { background-position: 0 0; }

#bottom-menu .social ol li span.in i { background-position: -31px 0; }

#bottom-menu .social ol li span.yt i { background-position: -62px 0; }

#bottom-menu .social ol li span.gplus i { background-position: -123px 0; }

#bottom-menu .social ol li span.tw i { background-position: -92px 0; }

#bottom-menu .social ol li:hover span.yt i {
    background-position: -62px -31px;
}

#bottom-menu .social ol li:hover span.fb i {
    background-position: 0 -31px;
}

#bottom-menu .social ol li:hover span.in i {
    background-position: -31px -31px;
}

#bottom-menu .social ol li:hover span.gplus i {
    background-position: -123px -31px;
}
#bottom-menu .social ol li:hover span.tw i {
    background-position: -92px -31px;
}

#bottom-menu .social ol li em {
    display: block;
    font-style: normal;
    font-size : 14px;
}

#bottom-line {
    font-size: 15px;
    padding: 0px;
    background-color: #EAEAEA;
}

#bottom-line ul {
    overflow: hidden;
}

#bottom-line ul li {
    float: left;
    padding: 5px 20px 5px 0;
}

#bottom-line ul li a { position: relative; font-size: 14px; }

#bottom-line ul li a:before,
#bottom-menu .col ul li a:before {
    content: '';
    opacity: 0;
    height: 1px; width: 0;
    position: absolute;
    bottom: -1px; left: 0;
    background-color: #05539E;
    transition: width 300ms ease, opacity 600ms ease;
}

#bottom-line ul li a:hover:before,
#bottom-menu .col ul li a:hover:before {
    content: ''; width: 100%;
    opacity: 1;
}

#footer {
    color: white;
    font-size: 14px;
    line-height: 15px;
    padding: 12px 0 14px;
    background-color: #01539C;
}

#footer address {
    font-style: normal;
}

#footer address a img {
    position: relative;
    top: 1px;
}

.table {
    display: table;
    height: 100%; width: 100%;
}

.table-cell {
    display: table-cell;
    height: 100%; width: 100%;
    vertical-align: middle;
}

.main-tabs {
    height: 64px;
    /*border-left: 1px solid #D4D4D4;*/
    /*border-right: 1px solid #D4D4D4;*/
    background-color: #F4F4F4;
}

.main-tabs ul {
    height: 100%;
    position: relative;
    padding-left: 117px;
}

.main-tabs ul li {
    height: 100%; float: left;
    text-align: center;
}

.main-tabs ul.items-3 li { width: 33.33333333%; }

.main-tabs ul.items-4 li { width: 25%; }

.main-tabs ul.items-5 li { width: 20%; }

.main-tabs ul li.home {
    width: 118px;
    position: absolute;
    top: 0; bottom: 0;
    left: 0;
}

.main-tabs ul li a {
    display: block; height: 61px;
    color: #333;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 2px solid transparent;
    border-left: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    font: normal 22px/16px 'universum_bg_condensedregular', Tahoma, sans-serif;
    transition: all 300ms ease;
}

.main-tabs ul li li a {
    font: normal 19px/16px 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.main-tabs ul li.home a { border-top-color: #01539C; border-left: 0; }

.main-tabs ul li.individual a { border-top-color: #057A68; }

.main-tabs ul li.corporate a { border-top-color: #9E0B0F; }

.main-tabs ul li.institutional a { border-top-color: #E09909; }

.main-tabs ul li.active a {
    height: 59px;
    border-top-width: 4px;
}

.main-tabs ul li.home.active {
    height: 100%; border: 0;
}

.main-tabs ul li.active a .table { margin-top: -1px; }

.main-tabs ul li.home.active a .table { margin-top: 0; }

#header .drop .main-nav li.home:hover a,
#header .drop .main-nav li.home.active a {
    color: #02509A;
}

.main-tabs ul li.individual:hover a,
.main-tabs ul li.individual.active a,
#header .drop .main-nav li.individual:hover a,
#header .drop .main-nav li.individual.active a {
    color: #057A68;
}

.main-tabs ul li.corporate:hover a,
.main-tabs ul li.corporate.active a,
#header .drop .main-nav li.corporate:hover a,
#header .drop .main-nav li.corporate.active a {
    color: #9E0B0F;
}

.main-tabs ul li.institutional:hover a,
.main-tabs ul li.institutional.active a,
#header .drop .main-nav li.institutional:hover a,
#header .drop .main-nav li.institutional.active a {
    color: #E09909;
}

.main-tabs ul > li.individual:hover > a {
    background: #057A68;
    color: #FFF;
}

.main-tabs ul > li.corporate:hover > a {
    background: #9E0B0F;
    color: #FFF;
}

.main-tabs ul > li.institutional:hover > a {
    background: #E09909;
    color: #FFF;
}

.main-tabs ul li.home:hover a { color: #01539C; }

.main-tabs ul li.home.active a {
    color: white; height: 61px;
    padding: 0;
    border-top-width: 2px;
    background-color: #01539C;
    border-bottom-color: #01539C;
}

.main-tabs ul li .sub {
    display: none;
    width: 1200px;
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    background: #FFF;
    z-index: 3;
    height: 397px;
    /*-webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.38);*/
    /*-moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.38);*/
    /*box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.38);*/
}

.main-tabs ul li.hover .sub {
    display: table;
    overflow: hidden;
}

.main-tabs ul li.individual .sub {
    border-top: 3px solid #057A68;
}

.main-tabs ul li.corporate .sub {
    border-top: 3px solid #9E0B0F;
}

.main-tabs ul li.institutional .sub {
    border-top: 3px solid #E09909;
}

.main-tabs ul li .sub .chosen .label {
    color: white;
    height: 58px;
    width: 68px;
    padding-top: 10px;
    position: absolute;
    top: 7px;
    right: 7px;
    transform: rotate(45deg);
    font: 700 12px/1 'Cuprum', sans-serif;
    transform-origin: 1;
}

.main-tabs ul li .sub .chosen .label:before {
    content: '';
    height: 118px;
    width: 118px;
    position: absolute;
    top: -83px;
    right: -25px;
    z-index: -1;
    transform: rotate(90deg);
    transform-origin: 1;
    background-color: #0054A1;
}

.main-tabs ul li.individual .sub .chosen .label:before {
    background-color: #057A68;
}

.main-tabs ul li.corporate .sub .chosen .label:before {
    background-color: #9E0B0F;
}

.main-tabs ul li.institutional .sub .chosen .label:before {
    background-color: #E09909;
}

.main-tabs ul li .sub .chosen {
    width: 600px;
    float: left;
    height: 100%;
    position: relative;
}

.main-tabs ul li .sub .chosen a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

.main-tabs ul li .sub .chosen a img {
    width: 600px;
    height: 100%;
}

.main-tabs ul li .sub .chosen .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: #FFF;
    background: rgba(255, 255, 255, .7);
    text-align: left;
    color: #303030;
    font-size: 14px;
}

.main-tabs ul li .sub .chosen .info hr {
    border: none;
    height: 1px;
    background: #D4D4D4;
    width: 60px;
    margin: 5px 0;
}

.main-tabs ul li .sub .chosen .info h2 * {
    font: normal 26px/28px 'universum_bg_condensedregular', Tahoma, sans-serif;
    margin: 0;
    color: #057A68;
}

.main-tabs ul li.individual .sub .chosen .info h2 * {
    color: #057A68;
}

.main-tabs ul li.corporate .sub .chosen .info h2 * {
    color: #9E0B0F;
}

.main-tabs ul li.institutional .sub .chosen .info h2 * {
    color: #E09909;
}

.main-tabs ul li .sub .categories {
    width: 560px;
    padding: 0 20px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.main-tabs ul li .sub ul {
	padding: 0;
	height: auto;
    /*width: 275px;*/
    width: 560px;
    float: left;
}

.main-tabs ul li .sub ul li {
    height: auto;
    display: block;
    width: 270px;
    margin-right: 10px;
    float: left;
}

.main-tabs ul li .sub ul li:nth-child(even) {
    margin: 0;
}

.main-tabs ul li .sub ul li a {
    border: none;
    text-align: left;
    line-height: 40px;
    height: 40px;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #E9E9E9;
}

.main-tabs ul li.individual .sub ul li:hover a {
    color: #FFF;
    background: #057A68;
}

.main-tabs ul li.corporate .sub ul li:hover a {
    color: #FFF;
    background: #9E0B0F;
}

.main-tabs ul li.institutional .sub ul li:hover a {
    color: #FFF;
    background: #E09909;
}

.main-banners {
    height: 399px; width: 75%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    background-color: #F0EADF;
}

.main-banners .banners-slider {
    height: 399px;
    overflow: hidden;
}

.main-banners .banners-slider .slider {
    height: 299px; width: 100%;
    padding-bottom: 100px;
}

.main-banners .banners-slider .slider li {
    height: 100%; width: 900px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.main-banners .banners-slider .slider li .text {
    height: 100%;
    padding: 0 29px 0 39px;
    color: #035196;
    font: normal 22px/24px 'universum_bg_light_condenseRg', Tahoma, sans-serif;
}

.main-banners .banners-slider .slider li .text h2 {
    color: #035196;
    font-size: 54px;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 30px;
    font-family: 'Cuprum', sans-serif;
	font-weight: 700;
}

.main-banners .banners-slider .slider li .text h2:after/*,
.page-banner .preview .text h2:after*/ {
    content: '';
    height: 1px; width: 93px;
    position: absolute;
    bottom: 0; left: 0;
    background-color: #136DBF;
}

.main-banners .pager {
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    background-color: #0255A3;
}

.main-banners .pager li {
    height: 100%; width: 100%;
    float: left;
    position: relative;
    cursor: pointer;
}

.main-banners .pager.items-2 li { width: 50%; }

.main-banners .pager.items-3 li { width: 33.33333333%; }

.main-banners .pager.items-4 li { width: 25%; }

.main-banners .pager.items-5 li { width: 20%; }

.main-banners .pager li:before {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
}

.main-banners .pager li.active:before { display: none; }

.main-banners .pager li .preview {
    height: 100%; width: 49%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.main-banners .pager li .text {
    height: 100%; width: 51%;
    float: left; color: white;
    padding: 0;
    position: relative;
    font: normal 18px/18px 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.main-banners .pager li .text .table {
    width: 80%;
    padding: 0 10%;
}

.main-banners .pager li.active { background-color: #2D9AFF; }

.main-banners .pager li .text:before {
    content: '';
    height: 0; width: 0;
    position: absolute;
    top: 0; left: 50%;
    margin: -19px 0 0 -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
}

.main-banners .pager li.active .text:before {
    content: "";
    border-color: transparent transparent #2D9AFF transparent;
}

.e-banking {
    height: 398px; width: 25%;
    float: right; color: #777;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 13px;
    background-color: white;
}

.e-banking > ul > li {
    height: 112px;
    padding: 15px 13px 5px 97px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #D4D4D4;
}

.e-banking > ul > li .preview {
    width: 91px;
    position: absolute;
    left: 0;
    top: 0; bottom: 0;
    text-align: center;
}

.e-banking h4 {
    color: black;
    padding-bottom: 7px;
    font: normal 22px/0.85 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.e-banking .link {
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 6px 12px;
    color: white;
    font-size: 14px;
    background-color: #01539C;
}

.front-news {
    background-color: white;
    border: 1px solid #D4D4D4;
}

.front-news .col {
    height: 297px; width: 25%;
    float: left;
    overflow: hidden;
    position: relative;
    border-left: 1px solid #D4D4D4;
    box-sizing: border-box;
}

.front-news .col:first-child {
    border: 0;
}

.front-news .col.type-promo .scrollable-media {
    margin: 0 -20px;
}

.front-news .col .inner {
    height: 265px;
    overflow: hidden;
    padding: 19px 19px 0;
}

.front-news .title a,
.front-news .title {
    color: black; border: 0;
    display: inline-block;
    position: relative;
    margin: 0 0 17px;
    padding: 0 0 19px;
    white-space: nowrap;
    font: normal 26px/0.85 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.front-news .title a {
    padding: 0;
    margin: 0;
}

.front-news .title:before {
    content: '';
    height: 1px; width: 62px;
    position: absolute;
    bottom: 0; left: 0;
    background-color: #D4D4D4;
}

.front-news .type-promo .title:before { display: none; }

.front-news .type-promo .title {
    margin-bottom: 0;
    padding-bottom: 18px;
}

.scrollable-media {
    position: relative;
}

.type-promo .scrollable-media { margin: 0 -19px 0 -18px; }

.scrollable-media .slider {
    height: 196px;
    overflow: hidden;
}

.type-promo .scrollable-media .slider { height: 223px; }

.scrollable-media .slider > li {
    float: left; width: 100%;
    font-size: 15px;
    line-height: 15px;
}

.scrollable-media .slider > li time {
    color: #777; display: block;
    font-size: 14px;
    padding-bottom: 13px;
}

.scrollable-media .slider > li h3 {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 13px;
}

.type-promo .scrollable-media .slider > li h3,
.type-promo .scrollable-media .slider > li p {
    padding: 0 19px;
}

.type-promo .scrollable-media .slider > li h3 {
    font: normal 18px/18px 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.scrollable-media .slider > li h3 a { color: #333; }

.type-promo .scrollable-media .slider > li h3,
.type-promo .scrollable-media .slider > li h3 a {
    color: #01559E;
}

.scrollable-media .slider .preview {
    height: 130px;
    overflow: hidden;
    margin-bottom: 19px;
    text-align: center;
}

.scrollable-media .slider .preview img { display: block; }

.scrollable-media .pager {
    display: none;
    position: absolute;
    top: -50px; right: 0;
}

.front-news .type-promo .pager {
    top: -32px; right: 19px;
}

.active-media .pager { display: block; }

.scrollable-media .pager li {
    float: left;
    height: 8px; width: 8px;
    margin-left: 10px;
    cursor: pointer;
    text-indent: -10000px;
    position: relative;
    border: 1px solid #136DBF;
    border-radius: 100%;
    transition: all 300ms ease;
}

.scrollable-media .pager li:before {
    content: '';
    position: absolute;
    top: -10px; bottom: -10px;
    left: -5px; right: -5px;
}

.scrollable-media .pager li:hover,
.scrollable-media .pager li.active {
    background-color: #136DBF;
}

.banners-bottom { 
    background-color: white; 
    position: relative;
    border-bottom: 1px solid #D4D4D4;
}

.banners-bottom .banner {
    height: 162px; width: 300px;
    float: left;
    border-left: 1px solid #D4D4D4;
    box-sizing: border-box;
    overflow: hidden;
}
.banners-bottom .banner:last-child {
    border-right: 1px solid #D4D4D4;
}
.banners-bottom .banner.size-2 { width: 600px; position: relative; }

.banners-bottom .banner.size-3 { width: 900px; }

.page-banner {
    min-height: 299px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    background-color: white;
}

.individual .page-banner { background-color: #057A68; }

.corporate .page-banner { background-color: #9E0B0F; }

.institutional .page-banner { background-color: #E09909; }

.page-banner .preview {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 33.33333333%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.page-banner .preview .text {
    display: inline-block;
    padding: 25px 18px;
    color: #01539C;
    background-color: rgba(255, 255, 255, 0.8);
    font: normal 22px/24px 'universum_bg_light_condenseRg', Tahoma, sans-serif;
}

.page-banner .preview .text h2 {
    color: #035196;
    position: relative;
    /*margin-bottom: 18px;*/
    padding: 11px 0;
    font: normal 50px/0.85 'universum_bg_condensedbold', Tahoma, sans-serif;
}

.no-rgba .page-banner .preview .text { background: url('../images/layout/bgr-white-80.png') repeat; }

.page-banner .info {
    width: 33.33333333%; float: right;
}

.page-banner .info .text {
    color: #2B2B2B;
    font-size: 15px;
    line-height: 18px;
    padding: 32px 35px 29px;
}

.page-banner .info .text h3 {
    color: #2B2B2B;
    font-size: 40px;
    line-height: 0.85;
    padding-bottom: 25px;
    word-wrap: break-word;
    /*hyphens: auto;*/
    font-family: 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.corporate .page-banner .info .text,
.corporate .page-banner .info .text h3,
.individual .page-banner .info .text,
.individual .page-banner .info .text h3,
.institutional .page-banner .info .text,
.institutional .page-banner .info .text h3
{
    color: white;
}

.page-items {
    overflow: hidden;
    background-color: white;
}

.content .page-items { background-color: transparent; }

.page-items .title {
    position: relative;
    top: 1px;
    padding: 18px 28px 22px;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    font: normal 30px/0.85 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.page-items ul {
    width: 100.3%;
    overflow: hidden;
    position: relative;
}

.content .page-items ul {
    border: 0;
    top: 1px;
}

.page-items ul li {
    width: 33.33333333%; float: left;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #D4D4D4;
}

.page-items ul li:nth-child(3n+1) { clear: both; }

.page-items ul li.nth-3n-1 { clear: both; }

.page-items.calculators ul li:nth-child(3n+1) { clear: none; }

.page-items.calculators ul li.nth-3n-1 { clear: none; }

.page-items ul li:before {
    content: ''; width: 1px;
    position: absolute;
    top: 0; bottom: 0;
    right: 0;
    background-color: #D4D4D4;
}

.page-items ul li .preview {
    height: 160px;
    position: relative;
    margin: 0 1px 0 -1px;
    border-bottom: 1px solid #D4D4D4;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.page-items ul li .preview a {
    display: block; height: 100%;
}

.page-items ul li .text {
    padding: 15px 19px;
}

.page-items ul li .text h4 {
    font-size: 24px;
    padding-bottom: 18px;
    font-family: 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.page-items ul li .text h4 a {
    display: inline-block;
    position: relative;
}

.page-items ul li .text h4 a:before {
    content: ''; opacity: 0;
    height: 1px; width: 0;
    position: absolute;
    bottom: -5px; left: 0;
    background-color: #05539E;
    transition: width 300ms ease, opacity 600ms ease;
}

.page-items ul li:hover .text h4 a:before {
    content: ''; width: 100%;
    opacity: 1;
}

.individual .page-items ul li .text h4,
.individual .page-items ul li .text h4 a,
.individual .page-items .title {
    color: #057A68;
}

.corporate .page-items ul li .text h4,
.corporate .page-items ul li .text h4 a,
.corporate .page-items .title {
    color: #9E0B0F;
}

.institutional .page-items ul li .text h4,
.institutional .page-items ul li .text h4 a,
.institutional .page-items .title {
    color: #E09909;
}

.individual .page-items ul li .text h4 a:before { background-color: #057A68; }

.corporate .page-items ul li .text h4 a:before { background-color: #9E0B0F; }

.institutional .page-items ul li .text h4 a:before { background-color: #E09909; }

.container {
    position: relative;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-top: 0;
}

.container .sidebar {
    width: 239px; float: left;
    position: relative;
    top: 1px;
    z-index: 1;
}

.container .content {
    width: 958px; float: right;
    margin-top: -1px;
}

.container .content:before {
    content: ''; width: 1px;
    position: absolute;
    top: 0; bottom: 0;
    left: 239px;
    background-color: #D4D4D4;
}

.container.view-2 .sidebar { width: 264px; min-height: 547px; }

.container.view-2.iframe { width: 750px; }
.container.view-2.iframe .sidebar { width: 200px; min-height: 540px; }
.container.view-2.iframe .sidebar:before { 
    background-color: #d4d4d4;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.container.view-2.iframe .content:after { 
    background-color: #d4d4d4;
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    width: 1px;
 }
 .container.view-2.iframe {
    border-bottom: 1px solid #d4d4d4;
 }
.container.view-2.iframe .content { width: 550px;}
.container.view-2.iframe .content:before { left: 200px; }
.container.view-2.iframe #office-list li strong {
    padding: 13px 10px 13px 35px;
}





.container.view-2 .content { width: 933px; }

.container.view-2 .content:before { left: 264px; }

.sidebar .title {
    color: #01539C;
    padding: 15px 20px 17px;
    border-bottom: 1px solid #D4D4D4;
    font: normal 24px/22px 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.individual .sidebar .title,
.individual .sidebar .title a { color: #057A68; }

.corporate .sidebar .title,
.corporate .sidebar .title a { color: #9E0B0F; }

.institutional .sidebar .title,
.institutional .sidebar .title a { color: #E09909; }

.accordion-holder .current {
    display: none; color: white;
    padding: 11px 45px 11px 15px;
    position: relative;
    cursor: pointer;
    background-color: #0154A2;
    font: normal 18px/1.2 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.accordion-holder .current:before {
    content: '';
    height: 0; width: 0;
    position: absolute;
    top: 50%; right: 15px;
    margin-top: -2px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.accordion > li {
    line-height: 16px;
    border-bottom: 1px solid #D4D4D4;
}

.accordion > li a {
    color: #777;
    display: block;
    padding: 5px 0 7px;
}

.accordion > li .sub {
    display: none;
    padding: 0 15px 0 39px;
}

.accordion > li > ul > li {
    border-top: 1px solid #D4D4D4;
}

.accordion > li > ul > li:first-child { border: 0; }

.accordion .sub .sub { padding: 0 5px 5px 18px; }

.accordion > li.active { background-color: #F7F7F7; }

.accordion li.active .sub { display: block; }

.accordion li.active li .sub { display: none; }

.accordion li.active li.current .sub,
.accordion li.active li.active .sub {
    display: block;
}

.individual .accordion > li.active > a, .individual .accordion a.active { color: #057A68; }

.corporate .accordion > li.active > a, .corporate .accordion a.active { color: #9E0B0F; }

.institutional .accordion > li.active > a, .institutional .accordion a.active { color: #E09909; }

.accordion li a.level-0 { padding-right: 20px; }

.accordion li a.level-0.arrow:before {
    content: '';
    height: 0; width: 0;
    position: absolute;
    top: 50%; right: 15px;
    margin-top: -2px;
    border-width: 5px;
    border-style: solid;
    border-color: #01539C transparent transparent transparent;
}

.accordion li.active a.level-0.arrow:before {
    content: "";
    margin-top: -7px;
    border-color: transparent transparent #01539C transparent;
}

.individual .accordion li a.level-0.arrow:before { border-color: #057A68 transparent transparent transparent; }

.individual .accordion li.active a.level-0.arrow:before { border-color: transparent transparent #057A68 transparent; }

.corporate .accordion li a.level-0.arrow:before { border-color: #9E0B0F transparent transparent transparent; }

.corporate .accordion li.active a.level-0.arrow:before { border-color: transparent transparent #9E0B0F transparent; }

.institutional .accordion li a.level-0.arrow:before { border-color: #E09909 transparent transparent transparent; }

.institutional .accordion li.active a.level-0.arrow:before { border-color: transparent transparent #E09909 transparent; }

.accordion li a {
    color: black;
    display: block;
    padding: 9px 10px 11px 20px;
    position: relative;
    font: normal 18px/1 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.accordion li li a {
    color: #7D7D7D; display: block;
    position: relative;
    padding: 4px 0 6px;
    font: 400 15px/18px 'Cuprum', sans-serif;
}

.accordion li li a.level-1:before {
    content: ''; display: none;
    height: 5px; width: 8px;
    position: absolute;
    top: 11px; left: -17px;
    background: url('../images/layout/bgr-sprite.png') no-repeat -79px -15px;
}

.individual .accordion li li a.active:before, .individual .accordion li li a.level-1:before { background-position: -79px 0; }

.corporate .accordion li li a.active:before, .corporate .accordion li li a.level-1:before { background-position: -79px -5px; }

.institutional .accordion li li a.active:before, .institutional .accordion li li a.level-1:before { background-position: -79px -10px; }

.accordion li li a.active:before,
.accordion li li a.active:before,
.accordion li li.active a.level-1:before,
.accordion li li.current a.level-1:before {
    content: ""; display: block;
}

.accordion li a:hover,
.accordion li li.active a.level-1,
.accordion.no-client li li.active a,
.accordion li li.current a.level-1 {
    color: #005399;
}

.individual .accordion li a:hover,
.individual .accordion li li.active a.level-1,
.individual .accordion li li.current a.level-1 {
    color: #057A68;
}

.corporate .accordion li a:hover,
.corporate .accordion li li.active a.level-1,
.corporate .accordion li li.current a.level-1 {
    color: #9E0B0F;
}

.institutional .accordion li a:hover,
.institutional .accordion li li.active a.level-1,
.institutional .accordion li li.current a.level-1 {
    color: #E09909;
}

.accordion > li a .label {
    cursor: default;
    color: #F00; font-size: 14px;
}

.page-text {
    padding: 20px 25px 32px;
}

.page-preview {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 300px;
}

.page-preview img {
    display: block;
    height: auto; width: 100%;
    max-width: 100%;
}

.page-preview .text {
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    padding: 15px 15px 22px;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    font: normal 22px/22px 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.individual .page-preview .text { background-color: rgba(5, 112, 104, 0.8); }

.corporate .page-preview .text { background-color: rgba(158, 11, 15, 0.8); }

.institutional .page-preview .text { background-color: rgba(224, 153, 9, 0.8); }

.no-rgba .page-preview .text { background: url('../images/layout/bgr-black-80.png') repeat; }

.no-rgba .individual .page-preview .text { background: url('../images/layout/bgr-green-80.png') repeat; }

.no-rgba .corporate .page-preview .text { background: url('../images/layout/bgr-red-80.png') repeat; }

.no-rgba .institutional .page-preview .text { background: url('../images/layout/bgr-orange-80.png') repeat; }

.page-preview .text h2 {
    color: white;
    padding-bottom: 5px;
    font: normal 38px/0.85 'universum_bg_condensedbold', Tahoma, sans-serif;
}

.project .top {
    padding: 28px 31px 18px 29px;
    min-height: 68px;
    position: relative;
    overflow: hidden;
}

.project .top .label {
    color: white;
    height: 58px; width: 68px;
    padding-top: 10px;
    position: absolute;
    top: -11px; left: 11px;
    transform: rotate(-45deg);
    font: 700 15px/1 'Cuprum', sans-serif;
    transform-origin: 1;
}

.project .top .label:before {
    content: '';
    height: 98px; width: 98px;
    position: absolute;
    top: -64px; left: -29px;
    z-index: -1;
    transform: rotate(-90deg);
    transform-origin: 1;
    background-color: #0054A1;
}

.individual .project .top .label:before { background-color: #057A68; }

.corporate .project .top .label:before { background-color: #9E0B0F; }

.institutional .project .top .label:before { background-color: #E09909; }

.no-csstransforms .project .top .label {
    height: 23px; width: 51px;
    padding-top: 12px;
    top: 0; left: 0;
    text-align: center;
}

.no-csstransforms .project .top .label:before {
    height: 35px; width: 51px;
    top: 0; left: 0;
}

.project .top h3 {
    color: #0054A1; float: left;
    max-width: 78%;
    padding: 10px 0 0 1px;
    font: normal 40px/0.85 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.individual .project .top h3 { color: #057A68; }

.corporate .project .top h3 { color: #9E0B0F; }

.institutional .project .top h3 { color: #E09909; }

.project .tab {
    padding: 26px 30px;
    overflow: hidden;
}

.project .tab .text { padding: 0; }

.project .tab .text ul { padding: 0 0 10px 10px; }

.project .tab .two-col { width: 48%; }

.page-title {
    padding: 14px 35px 16px 20px;
    background-color: white;
    border: 1px solid #D4D4D4;
    border-top: 0;
}

.page-title .f-left {
    color: black; display: block;
    padding: 7px 0;
    font: normal 40px/0.85 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.main-telephone {
    float: right;
    font-size: 14px;
    line-height: 15px;
}

.main-telephone ul {
    float: left; width: 100%;
}

.main-telephone ul > li {
    float: left;
    padding: 20px 20px 0 0;
}

.main-telephone strong {
    color: #01539C; display: block;
    padding: 0 0 6px 19px;
    position: relative;
    font: 700 24px/1 'Cuprum', sans-serif;
}

.main-telephone strong:before {
    content: '';
    height: 18px; width: 12px;
    position: absolute;
    top: 3px; left: -2px;
    background: url('../images/layout/bgr-sprite.png') no-repeat -87px 0;
}

.page-title .page-nav {
    overflow: hidden;
    position: relative;
    top: 17px;
    margin: 10px -36px 0 -21px;
    padding-left: 23px;
    border-bottom: 1px solid #01539C;
}

.page-title .page-nav li {
    float: left;
    padding-left: 1px;
}

.page-title .page-nav li a {
    display: block; color: #01539C;
    min-width: 127px;
    padding: 16px 21px 15px;
    text-align: center;
    background-color: #F5F5F5;
    font: 700 15px/17px 'Cuprum', sans-serif;
    transition: all 300ms ease;
}

.page-title .page-nav li a:hover,
.page-title .page-nav li a.active {
    color: white;
    background-color: #01539C;
}

.contacts {
    position: relative;
}

.contacts:before {
    content: ''; width: 50%;
    position: absolute;
    top: 0; bottom: 0;
    left: 50%; right: 0;
    z-index: 0;
    background-color: #F4F4F4;
    border-left: 1px solid #D4D4D4;
}

.contacts .f-left,
.contacts .f-right {
    width: 50%;
    position: relative;
    z-index: 1;
}

.contacts .inner {
    padding: 15px 29px;
}

.contacts .headquarter {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 13px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D4D4D4;
}

.contacts .headquarter .title {
    display: block; color: #00549F;
    border: 0;
    font-size: 24px;
    line-height: 1;
    padding: 15px 0 16px;
}

.contacts .headquarter .col.f-left { width: 55%; }

.contacts .headquarter .col.f-right { width: 45%; }

.contacts .headquarter .col .inner {
    padding: 0 7% 0 0;
}

.contact-departments {
    overflow: hidden;
}

.contact-departments li {
    width: 38%; float: left;
    padding: 11px 7% 11px 0;
    font-size: 12px;
    line-height: 17px;
}

.contact-departments li:nth-child(2n+1) {
    width: 48%; clear: both;
}

.contact-departments li.odd {
    width: 48%; clear: both;
}

.contact-departments li .title {
    display: block; border: 0;
    color: #00549F;
    margin: 0;
    padding: 0 0 9px;
    font: 700 14px/1.2 'Cuprum', sans-serif;
}

.contacts .f-right form ol { width: 110%; }

.contacts .f-right form ol li {
    width: 40%; float: left;
    padding-right: 10%;
}

.contacts .f-right form ol li.recaptcha {
    width: 45%;
    padding-right: 8%;
}

.contacts .f-right form ol li.recaptcha-code {
    width: 36%;
}

.contacts .f-right form ol li.clearfix,
.contacts .f-right form ol li.long {
    width: 90%; float: none;
}

.contacts .f-right form ol li.clearfix { margin: 0; }

.contacts .f-right form ol li input,
.contacts .f-right form ol li textarea {
    width: 100%;
    background-color: white;
}

#recaptcha_widget {
    margin-top: 8px;
    position: relative;
    background-color: white;
}

#recaptcha_image {
    min-height: 51px;
    height: 51px !important;
    width: 100% !important;
    overflow: hidden;
}

#recaptcha_image img {
    height: auto; width: 100%;
}

.recaptcha-buttons {
    position: absolute;
    top: -1px;
    left: 100%;
}

.recaptcha-buttons > div {
    height: 25px; width: 23px;
    margin-top: 1px;
    position: relative;
    background-color: #D4D4D4;
}

.recaptcha-buttons > div a {
    height: 25px; width: 23px;
    display: block;
    text-indent: -10000px;
}

.recaptcha-buttons > div a i {
    height: 18px; width: 18px;
    position: absolute;
    top: 50%; left: 50%;
    margin: -9px 0 0 -9px;
    background: url('../images/layout/bgr-sprite.png') no-repeat -10000px 0;
}

.recaptcha-buttons > div.recaptcha_reload a i { background-position: -99px 0; }

.recaptcha-buttons > div.recaptcha_only_if_image a i { background-position: -117px 0; }

.recaptcha-buttons > div.recaptcha_only_if_audio a i { background-position: -135px 0; }

.contacts .f-right form ol li.button {
    width: 90%;
    padding-right: 0;
    text-align: right;
}

div.pretty-select { position: relative; }

div.pretty-select select { padding: 0; }

select.pretty-select {
    opacity: 0;
    filter: alpha(opacity=0);
    height: auto; width: 100%;
    position: absolute;
    top: 0; bottom: 0;
    color: black;
    z-index: 2;
    cursor: pointer;
    font: 700 14px/34px 'Cuprum', sans-serif;
}

html.no-js select.pretty-select {
    padding: 10px;
    opacity: 1;
    position: relative;
}

div.pretty-select .select-text {
    display: block;
    padding: 7px 17px 6px 10px;
    position: relative;
    color: black;
    border: 1px solid #D8D8D8;
    border-bottom-color: #BBB;
    background-color: #F5F5F5;
    border-radius: 1px;
    font: 700 14px/19px 'Cuprum', sans-serif;
}

div.pretty-select .select-text:before {
    content: '';
    height: 0; width: 0;
    position: absolute;
    top: 50%; right: 9px;
    margin-top: -2px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

div.pretty-select.disabled .select-text { color: #CACACA; }

div.pretty-select.disabled select { cursor: default; }

.filter-form {
    padding: 15px 23px 5px;
}

.filter-form label {
    color: black; display: block;
    padding-bottom: 6px;
    font: normal 18px/19px 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.all-types {
    overflow: hidden;
    margin: 20px -4px 0;
}

.all-types li {
    width: 50%; float: left;
	font: 700 14px/18px 'Cuprum', sans-serif;
}

.all-types li a {
    display: block; color: #0054A1;
    margin: 0 4px;
    padding: 8px 5px 7px;
    text-align: center;
    background-color: #EBEBEB;
}

.all-types li a.active {
    color: white;
    background-color: #0054A1;
}

#office-list {
    position: relative;
    top: 2px;
    font-size: 14px;
    line-height: 19px;
    max-height: 547px;
    overflow-x: hidden;
    overflow-y: auto;
}

#office-list li { cursor: pointer; }

#office-list li ul { display: none; }

#office-list li.active ul { display: block; }

#office-list li strong {
    display: block; color: #004F9E;
    padding: 13px 35px;
    position: relative;
    border-top: 1px solid #D4D4D4;
    font-family: 'Cuprum', sans-serif;
    font-weight: 700;
}

#office-list li.active strong {
    color: white;
    background-color: #01ADEB;
}

#office-list li strong:before {
    content: '';
    height: 17px; width: 12px;
    position: absolute;
    top: 14px; left: 12px;
    background: url('../images/layout/bgr-sprite.png') no-repeat -153px 0;
}

#office-list li.active strong:before {
    content: "";
    background-position: -165px 0;
}

/*#office-list li strong:after {
    content: ''; display: none;
    height: 0; width: 0;
    position: absolute;
    top: 50%; right: -16px;
    margin-top: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #01ADEB;
}*/

#office-list li.active strong:after {
    content: ""; display: block;
}

#office-list li ul li {
    padding: 10px 15px 10px 45px;
    border-top: 1px solid #D4D4D4;
}

#office-list li ul li:first-child {
    border-top: 0;
}

#office-list li ul li.active {
    color: white;
    background-color: #00539F;
}

.office-details {
    padding: 23px 28px 1px;
    border-bottom: 1px solid #D4D4D4;
}

.office-details #office_name {
    color: #00549F;
    padding-bottom: 16px;
	font: 700 24px/0.85 'Cuprum', sans-serif;
}

.office-details .columns {
    overflow: hidden;
    color: #777;
    font-size: 14px;
    line-height: 18px;
}

.office-details .columns > li {
    width: 33.3%; float: left;
}

.map-holder {
    height: 547px;
    position: relative;
    overflow: hidden;
}

.map-holder:before,
.map-holder:after {

}

.map-holder:before { left: 0; }

.map-holder:after { right: 0; }

#office_map {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; right: 0;
}

.title-page {
    padding: 29px 30px 28px;
    border-bottom: 1px solid #D4D4D4;
}

.title-page.no-border { border: 0; }

.title-page .f-left {
    color: black;
    font: normal 40px/0.85 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.title-page .clearfix + p:first-of-type { margin-top: 29px; }

.title-page p.first { margin-top: 29px; }

.title-page .f-right form ol li {
    float: left; width: auto;
    margin: 0;
}

.title-page .f-right form label {
    float: left;
    padding: 7px 18px 0 0;
}

.title-page .f-right div.pretty-select {
    float: left; width: 200px;
}

.title-page .f-right form button { margin-left: 20px; }

.management .title {
    padding: 30px 30px 0;
    color: #00549F; border: 0;
    position: relative;
    border-top: 1px solid #D4D4D4;
    font: 700 24px/1 'Cuprum', sans-serif;
}

.management .title:first-child { border: 0; }

.management .title:before {
    content: '';
    height: 1px; width: 62px;
    position: absolute;
    bottom: -28px; left: 30px;
    background-color: #D4D4D4;
}

.management ul {
    overflow: hidden;
    padding: 15px;
}

.management ul.type-2 { padding: 39px 0 15px 27px; }

.management ul li {
    width: 25%; float: left;
    color: #777;
    padding: 12px 0 16px;
    line-height: 18px;
}

.management ul li:nth-child(4n+1) {
    clear: both;
}

.management ul li.nth-4n-1 { clear: both; }

.management ul.type-2 li {
    width: 33.3%;
    padding-top: 16px;
}

.management ul.type-2 li:nth-child(4n+1) { clear: none; }

.management ul.type-2 li:nth-child(3n+1) { clear: both; }

.management ul li .in { padding: 0 15px; }

.management ul.type-2 li .in { padding: 0 15px 0 0; }

.management ul li .preview {
    height: 116px; width: 87px;
    float: left;
    overflow: hidden;
    margin: 0 20px 10px 0;
}
.management ul li .preview a {
    position: absolute;
    z-index: 2;
}

.management ul li h2 a {
    color: black;
    padding: 27px 0 5px;
    font: normal 24px/0.85 'universum_bg_condensedregular', Tahoma, sans-serif;
    display: inline-block;
}

.management ul li .pos {
    display: block;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    position: relative;
}

.date:after {
    content: '';
    height: 1px; width: 62px;
    position: absolute;
    bottom: 0; left: 0;
    background-color: #D4D4D4;
}

.date {
    color: #777;
    font-size: 14px;
    margin-bottom: 18px;
    padding-bottom: 20px;
    position: relative;
}

.table-wrap {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.table-wrap::-webkit-scrollbar { -webkit-appearance: none; width: 14px; height: 14px; }

.table-wrap::-webkit-scrollbar-thumb { border-radius: 8px; border: 3px solid white; background-color: rgba(0, 0, 0, .3); }

table {
    width: 100%;
    margin: 22px 0 11px;
    border: 1px solid #D4D4D4;
}

table th {
    color: #00549F;
    text-align: left;
    padding: 13px 18px 11px;
    background-color: #F7F7F7;
    border-left: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    font: 700 15px/18px 'Cuprum', sans-serif;
}

table td {
    color: #777;
    text-align: left;
    padding: 13px 18px;
    background-color: white;
    border-left: 1px solid #D4D4D4;
}

.tab table td {
    border-bottom: 1px solid #D4D4D4;
}

table tr:nth-child(2n+2) td { background-color: #F7F7F7; }

table tr.nth-2n-2 td { background-color: #F7F7F7; }

table td strong,
.text table td strong {
    color: black;
    font-size: 14px;
}

table td p img {
    margin: 0 !important;
}

table .color { color: #00549F; }

table img {
    display: inline-block;
    margin: 0 auto;
}

.finance table {
    margin: 0;
    position: relative;
    top: 1px;
    border: 0;
    border-bottom: 1px solid #D4D4D4;
}

.finance table td {
    border: 0;
    vertical-align: middle;
}

.file {
    height: 29px; width: 23px;
    display: inline-block;
    font-size: 0;
    background: url('../images/layout/bgr-sprite.png') no-repeat -10000px 0;
}

.file-doc { background-position: 0 -20px; }

.file-pdf { background-position: -23px -20px; }

.file-archive { background-position: -46px -20px; }

.file-xls { background-position: -69px -20px; }

.download-file {
    height: 18px; width: 18px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    background: url('../images/layout/bgr-sprite.png') no-repeat -177px 0;
}

.paginate {
    border-top: 1px solid #D4D4D4;
}

.paginate li {
    float: left;
    margin-left: -1px;
    position: relative;
    line-height: 19px;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
}

.paginate li a,
.paginate li span {
    display: block; float: left;
    color: #777;
    padding: 8px 13px 7px;
    transition: all 300ms ease;
}

.paginate li a:hover,
.paginate li a.active {
    color: #353535;
    background-color: #D4D4D4;
}

.paginate li.prev a,
.paginate li.next a {
    padding: 17px 18px;
    text-indent: -10000px;
    position: relative;
}

.paginate li.prev a span,
.paginate li.next a span {
    display: block;
    height: 0; width: 0;
    padding: 0;
    position: absolute;
    top: 50%; left: 50%;
    margin-top: -6px;
    text-indent: -10000px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
}

.paginate li.prev a span { margin-left: -9px; border-color: transparent #8D8D8D transparent transparent; }

.paginate li.next a span { margin-left: -2px; border-color: transparent transparent transparent #8D8D8D; }

.paginate li.prev a:hover,
.paginate li.next a:hover {
    background-color: transparent;
}

.paginate li.prev a:hover span { border-color: transparent #0054A1 transparent transparent; }

.paginate li.next a:hover span { border-color: transparent transparent transparent #0054A1; }

.bottom-nav {
    overflow: hidden;
}

.bottom-nav li a {
    display: block; color: #8C8C8C;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #D4D4D4;
}

.bottom-nav li.f-left a {
    padding-left: 35px;
    padding-right: 14px;
    border-right: 1px solid #D4D4D4;
}

.bottom-nav li.f-right a {
    color: #236BA9;
    padding-left: 14px;
    padding-right: 35px;
    border-left: 1px solid #D4D4D4;
}

.bottom-nav li a:before {
    content: '';
    height: 0; width: 0;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px;
    border-color: transparent;
}

.bottom-nav li.f-left a:before {
    left: 10px;
    border-color: transparent #8C8C8C transparent transparent;
}

.bottom-nav li.f-right a:before {
    right: 10px;
    border-color: transparent transparent transparent #236BA9;
}

.media-list,
.media-list ul {
    overflow: hidden;
}

.media-list ul {
    width: 100.35%;
    margin: -1px 0 0 -1px;
    color: #777;
}

.media-list ul > li {
    width: 33.3%; float: left;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #D4D4D4;
}

.media-list ul > li:before,
.media-list ul > li:after {
    content: ''; width: 1px;
    position: absolute;
    top: 0; bottom: 0;
    left: 0;
    background-color: #D4D4D4;
}

.media-list ul > li:nth-child(3n+1) { clear: both; }

.media-list ul > li.nth-3n-1 { clear: both; }

.media-list ul > li .preview {
    overflow: hidden;
    border-bottom: 1px solid #D4D4D4;
}

.media-list ul > li .preview a {
    display: block;
    height: 100%; width: 100%;
    position: relative;
    transform: translateZ(0);
}

.media-list ul > li .preview img {
    height: auto; width: 100%;
}

.media-list ul > li .in {
    padding: 20px 15px;
}

.media-list h2 {
    color: #0054A1;
    padding-bottom: 17px;
    letter-spacing: -1px;
    font: normal 24px/22px 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.media-list.multimedia h2 { padding-bottom: 0; }

.media-list time,
.media-inner time {
    display: block;
    position: relative;
    padding: 19px 0 11px;
    font-size: 14px;
}

.media-list time:before,
.media-inner time:before,
.position-top:before {
    content: '';
    height: 1px; width: 62px;
    position: absolute;
    top: 0; left: 0;
    background-color: #D4D4D4;
}

.media-list.multimedia ul > li .preview a:before {
    content: '';
    height: 48px; width: 48px;
    position: absolute;
    top: 50%; left: 50%;
    z-index: 2;
    margin: -24px 0 0 -24px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.media-list.multimedia ul > li .preview a:after {
    content: '';
    opacity: 0;
    visibility: hidden;
    height: 100%; width: 100%;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
    background-color: rgba(0, 85, 156, 0.4);
    transition: all 300ms ease;
}

.media-list.multimedia ul > li:hover .preview a:after {
    opacity: 1;
    visibility: visible;
}

.media-list ul > li .preview a i {
    height: 0; width: 0;
    position: absolute;
    top: 50%; left: 50%;
    margin: -7px 0 0 -2px;
    z-index: 3;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent transparent #03B1F0;
}

.no-rgba .media-list ul > li .preview a i {
    height: 48px; width: 48px;
    border: 0;
    margin: -24px 0 0 -24px;
    background: url('../images/layout/bgr-play-big.png') no-repeat;
}

.media-list ul > li .preview img {
    display: block;
    height: auto; width: 100%;
    max-width: 100%;
    transform: translateZ(0);
}

.media-list.positions small {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    font-size: 14px;
    line-height: 16px;
}

.media-list.positions small:before {
    content: '';
    height: 1px; width: 62px;
    position: absolute;
    bottom: 0; left: 0;
    background-color: #D4D4D4;
}

.media-list.positions small em {
    color: black;
    font-style: normal;
}

#media-popup {
    width: 852px;
    position: absolute;
    top: 0; left: 50%;
    z-index: 9100;
    margin: 115px 0 0 -426px;
    background-color: white;
}

#media-popup:before,
.modal .inner:before {
    /*content: '';
    position: absolute;
    top: -100%; bottom: -100%;
    left: -100%; right: -100%;
    z-index: -1;*/
}

#overlay {
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 350ms ease;
}

.no-rgba #overlay,
.no-rgba .modal .overlay {
    background: url('../images/layout/bgr-black-60.png') repeat;
}

.embed-container {
    height: 0; height: auto;
    max-width: 100%;
    /*overflow: hidden;*/
    position: relative;
    padding-bottom: 56.25%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

.close-popup {
    height: 36px; width: 38px;
    position: absolute;
    top: 0; right: -38px;
    z-index: 10;
    cursor: pointer;
    text-indent: -10000px;
    background-color: #06ABEB;
}

.close-popup:before {
    content: '';
    height: 15px; width: 15px;
    position: absolute;
    top: 50%; left: 50%;
    margin: -7px 0 0 -7px;
    background: url('../images/layout/bgr-sprite.png') no-repeat -195px 0;
}

#media-popup .media-list {
    position: relative;
    padding: 10px 35px;
}

#media-popup .media-list .nav {
    height: 100%; width: 35px;
    position: absolute;
    top: 0; bottom: 0;
    left: 0;
    cursor: pointer;
}

#media-popup .media-list .nav.next {
    left: auto; right: 0;
}

#media-popup .media-list .nav i {
    height: 0; width: 0;
    position: absolute;
    top: 50%; left: 50%;
    z-index: 3;
    border-style: solid;
    border-width: 6px;
    border-color: transparent;
    transition: border-color 300ms ease;
}

#media-popup .media-list .nav.prev i { margin: -6px 0 0 -8px; border-color: transparent #8D8D8D transparent transparent; }

#media-popup .media-list .nav.next i { margin: -6px 0 0 -3px; border-color: transparent transparent transparent #8D8D8D; }

#media-popup .media-list .nav.prev:hover i { border-color: transparent #0054A1 transparent transparent; }

#media-popup .media-list .nav.next:hover i { border-color: transparent transparent transparent #0054A1; }

#media-popup .slider-holder > ul > li {
    height: 117px; width: 156px;
    border-right: 1px solid white;
}

#media-popup .slider-holder > ul > li:nth-child(2n+1),
#media-popup .slider-holder > ul > li:nth-child(3n+1) {
    clear: none;
}

#media-popup .slider-holder > ul > li.nth-2n-1,
#media-popup .slider-holder > ul > li.nth-3n-1 {
    clear: none;
}

#media-popup .slider-holder > ul > li .in,
#media-popup .slider-holder > ul > li .preview a:after,
#media-popup .slider-holder > ul > li .preview a.active:before,
#media-popup .slider-holder > ul > li .preview a.active i {
    display: none;
}

#media-popup .slider-holder > ul > li .preview a:before,
.no-rgba #media-popup .slider-holder > ul > li .preview a i {
    height: 30px; width: 30px;
    margin: -15px 0 0 -15px;
}

#media-popup .slider-holder > ul > li .preview a i {
    border-width: 5px;
    margin: -5px 0 0 -1px;
}

.no-rgba #media-popup .slider-holder > ul > li .preview a i {
    background-image: url('../images/layout/bgr-play-small.png');
}

#media-popup .slider-holder > ul > li .preview {
    height: 117px;
}

#media-popup .title {
    color: black;
    font-size: 24px;
    line-height: 22px;
    padding: 17px 35px 8px;
}

.line-tabs {
    position: relative;
    top: -1px;
    border-top: 1px solid white;
}

.line-tabs div.pretty-select {
    position: absolute;
    left: -10000px;
    margin: 0 10px;
}

.line-tabs .master {
    overflow: hidden;
    padding-left: 26px;
    border-bottom: 1px solid #01539C;
}

.individual .line-tabs .master { border-color: #057A68; }

.corporate .line-tabs .master { border-color: #9E0B0F; }

.institutional .line-tabs .master { border-color: #E09909; }

.line-tabs .master li {
    float: left;
}

.line-tabs .master li a {
    color: #01539C; display: block;
    padding: 15px 40px 14px;
    background-color: #EBEBEB;
    border-left: 1px solid white;
    font: 700 15px/18px 'Cuprum', sans-serif;
}

.line-tabs .master li a.disabled,
.line-tabs .master li a.disabled:hover{
    background: #d6d8dd;
    color: #fff;
    cursor: default;
}

.line-tabs .master li:first-child a { border: 0; }

.line-tabs .master li a:hover {
    color: black;
}

.line-tabs .master li a.active {
    color: white;
    background-color: #01539C;
    transition: all 300ms ease;
}

.individual .line-tabs .master li a,
.line-tabs .master li a.individual { color: #057A68; }

.individual .line-tabs .master li a.active,
.line-tabs .master li a.individual.active { color: white; background-color: #057A68; }

.corporate .line-tabs .master li a,
.line-tabs .master li a.corporate { color: #9E0B0F; }

.corporate .line-tabs .master li a.active,
.line-tabs .master li a.corporate.active { color: white; background-color: #9E0B0F; }

.institutional .line-tabs .master li a,
.line-tabs .master li a.institutional { color: #E09909; }

.institutional .line-tabs .master li a.active,
.line-tabs .master li a.institutional.active { color: white; background-color: #E09909; }

.project .line-tabs .master li { max-width: 149px; }

.project .line-tabs .master.items-6 li { width: 16.6%; }

.project .line-tabs .master.items-5 li { width: 20%; }

.project .line-tabs .master.items-4 li { width: 25%; }

.project .line-tabs .master.items-3 li { width: 33.3%; }

.project .line-tabs .master.items-2 li { width: 50%; }

.project .line-tabs .master.items-1 li { width: 100%; }

.project .line-tabs .master li a {
    height: 58px;
    padding: 0;
    text-align: center;
}

.line-tabs .dictionary{
    width: 94.8%;
    padding: 0 32px;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    border-bottom: 1px solid #01539c;
}

.line-tabs .dictionary li{
    display: table-cell;
}

.line-tabs .dictionary li a{
    color: #01539c; display: block;
    /*width: 35px;*/
    height: 47px;
    text-align: center;
    background-color: #ebebeb;
    border-left: 1px solid white;
    font: normal 21px/47px 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.line-tabs .dictionary li a.disabled,
.line-tabs .dictionary li a.disabled:hover{
    background: #d6d8dd;
    color: #fff;
    cursor: default;
}

.line-tabs .dictionary li:first-child a{ border: 0; }

.line-tabs .dictionary li a:hover{
    color: black;
}

.line-tabs .dictionary li a.active{
    color: white;
    background-color: #01539c;
    transition: all 300ms ease;
}

.tabs-holder {
    position: relative;
}

.tabs-holder .tab {
    position: absolute;
    left: -10000px; top: -10000px;
}

.tabs-holder .tab.visible {
    position: relative;
    left: 0; top: 0;
}

.line-tabs .accordion > li {
    border-bottom: 0;
    border-top: 1px solid #D4D4D4;
}

.line-tabs .accordion > li:first-child { border-top: 0; }

.line-tabs .accordion a.level-0 { padding: 14px 28px; }

.line-tabs .accordion .sub { padding: 10px 30px 30px; }

.position-top {
    margin-top: 20px;
    padding-top: 25px;
    position: relative;
}

.position-top .col {
    width: 33.3%; float: left;
}

.line {
    height: 1px;
    overflow: hidden;
    margin: 0 30px 13px;
    margin: 0 30px 13px;
    background-color: #D4D4D4;
}

.apply {
    display: block; width: 80%;
    margin-top: 7px;
    padding: 13px 5%;
    color: white;
    text-align: center;
    background-color: #01539C;
    font: 700 15px/15px 'Cuprum', sans-serif;
}

.individual .apply { background-color: #057A68; }

.corporate .apply { background-color: #9E0B0F; }

.institutional .apply { background-color: #E09909; }

.project .apply { width: auto; }

.modal {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -10000px; top: -10000px;
}

.modal .overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal.open {
    opacity: 1;
    visibility: visible;
    left: 0; right: 0;
    top: 0;
}

.modal.open .overlay {
    opacity: 1;
    visibility: visible;
}

.modal .inner {
    width: 604px;
    padding: 25px 48px;
    position: absolute;
    top: 14%; left: 50%;
    margin-left: -350px;
    z-index: 9001;
    background-color: white;
}

.modal .title {
    color: black;
    margin-bottom: 37px;
    font: normal 40px/0.85 'universum_bg_condensedregular', Tahoma, sans-serif;
}

.modal form ol {
    margin-left: -5%;
}

.modal form ol li {
    width: 45%;
    margin-left: 5%;
}

.modal form ol li.long {
    width: 95%;
}

.modal form ol li.long p {
    text-align: justify;
}

.modal form ol li.btn {
    float: right;
}

.modal form ol li button {
    float: right;
    margin-top: 25px;
    padding: 11px 25px 9px;
}

.modal form ol li em {
    display: block;
    margin-top: 7px;
    color: #9E0B0F;
    font-style: normal;
}

/* ===== Media Queries ===== */
@media only screen and (max-width: 1200px) {

    .wrapper {
        width: 980px;
    }

    #header .f-left { padding: 17px 0 0 5px; }

    #header .f-left a img {
        display: block;
        height: auto; width: 191px;
    }

    #header .f-right {
        position: absolute;
        top: 0; right: 0;
        max-width: inherit;
    }

    #header .search-block {
        position: relative;
        right: 0;
    }

    #header .line .menu li {
        font-size: 12px;
        padding: 0 7px;
    }

    #header .line .menu li a { padding-top: 10px; }

    .banners-bottom {
        text-align: center;
    }

    .banners-bottom .banner {
        height: auto;
        max-width: 300px;
        width: 100%;
        float: none;
        display: none;
    }

    .banners-bottom .banner.size-2 {
        max-width: 600px;
        width: 100%;
        margin: 10px 0;
    }

    .banners-bottom .banner.size-2:before,
    .banners-bottom .banner.size-2:after {
        content: none;
    }

    .banners-bottom .banner a {
        display: inline-block;
    }

    .banners-bottom .banner a img {
        max-width: 100%;
    }

    .main-banners,
    .e-banking {
        width: 100%;
    }

    .main-banners {
        margin-bottom: 0;
    }

    .e-banking {
        height: 132px;
        border: 1px solid #D4D4D4;
        box-sizing: border-box;
    }

    .e-banking > ul > li {
        height: 112px; width: 20.3%;
        float: left;
        padding: 15px 3% 5px 10%;
        border: 0;
        position: relative;
    }

    .e-banking > ul > li:before {
        content: ''; width: 1px;
        position: absolute;
        top: 0; bottom: 1px;
        left: 0;
        background-color: #D4D4D4;
    }

    .e-banking > ul > li:first-child:before { display: none; }

    .e-banking .link { margin-top: 8px; }

    .page-banner { margin-bottom: 0; }

    .page-banner .preview { padding-left: 18px; padding-right: 18px; }

    .page-banner .info .text h3 { font-size: 34px; }

    .container .content { width: 738px; }

    .page-items ul li,
    .media-list ul > li {
        width: 50%;
    }

    .page-items ul li:nth-child(2n+1),
    .media-list ul > li:nth-child(2n+1) {
        clear: both;
    }

    .page-items ul li:nth-child(3n+1),
    .media-list ul > li:nth-child(3n+1) {
        clear: none;
    }

    .line-tabs .master { padding-left: 0; }

    .line-tabs .master li a {
        font-size: 14px;
        font-family: 'Cuprum', sans-serif;
    }

    .container.view-2 .content { width: 713px; }

    .office-details .columns > li {
        width: 30.3%;
        padding-right: 3%;
    }

    .main-telephone { width: 100%; }

    .title-page { padding-bottom: 8px; }

    .title-page .f-left { margin-bottom: 20px; }

    .title-page .f-right {
        width: 100%; float: left !important;
        margin-bottom: 12px;
    }

    .position-top .col {
        width: 30.3%;
        padding-right: 3%;
    }

    .position-top .col .apply { margin-right: -10%; }

    .contacts .f-right form ol li.recaptcha { width: 57%; }

    .contacts .f-right form ol li.recaptcha-code { width: 90%; }

    .line-tabs .dictionary{
        width: 100%;
        padding: 0;
    }

}

@media only screen and (max-width: 1000px) {

    #exchange-block {
        top: 0;
    }

    #header .f-right .line,
    .main-tabs,
    #bottom-menu .col.social:before,
    #bottom-menu .col.social h6,
    #bottom-menu .social ol li em,
    .main-banners .pager li .preview,
    .main-banners .pager li .text,
    .e-banking > ul > li .preview,
    .container .content:before,
    #office-list,
    .contacts:before,
    .accordion-holder .accordion {
        display: none;
    }

    #toggle-menu,
    #toggle-search,
    #header .drop,
    .accordion-holder .current,
    .accordion-holder.open .accordion {
        display: block;
    }

    .wrapper {
        width: auto;
        margin: 0 10px;
    }

    #bottom-menu .wrapper { margin: 0 15px; }

    #header {
        height: 119px;
        position: relative;
        overflow: visible;
    }

    #header .wrapper {
        height: 119px; width: 100%;
        margin: 0;
        position: relative;
        z-index: 11;
        background-color: white;
    }

    #header .f-left {
        position: absolute;
        top: 60px; left: 15px;
        padding: 0;
    }

    #header .f-left a img { width: 100%; }

    #header .f-right {
        height: 34px;
        padding: 10px 20px 0;
        left:0; right: 0;
        border-bottom: 1px solid #D4D4D4;
        overflow: hidden;
    }

    #header .search-form,
    #header.search-open .search-form {
        top: 119px;
        visibility: hidden;
        padding: 28px 115px 22px 15px;
        background-color: #02509A;
        transition: all 0s;
    }

    .open-search #header .search-form {
        visibility: visible;
        opacity: 1;
    }

    #header .search-form button {
        right: 15px;
        bottom: auto; top: 28px;
    }

    #bottom-menu { padding-bottom: 8px; }

    #bottom-line { padding: 13px 10px 6px; }

    #bottom-line ul {
        text-align: center;
    }

    #bottom-line ul li {
        display: inline-block;
        float: none;
        padding: 4px 15px;
        white-space: nowrap;
    }

    #bottom-menu .col {
        width: 33.3%;
    }

    #bottom-menu .col.social {
        width: 100%; border: 0;
        padding: 1px 0 5px;
    }

    #bottom-menu .social ol li {
        width: auto;
        margin: 0 10px;
    }

    .accordion-holder {
        margin: 0 15px;
        border: 1px solid #D4D4D4;
    }

    .accordion-holder.push-bottom { margin-bottom: 20px; }

    .accordion > li:last-child { border-bottom: 0; }

    .accordion li a { padding-left: 15px; }

    .accordion > li .sub { padding-left: 33px; }

    .page-title {
        position: relative;
        top: 1px; z-index: 1;
    }

    .sidebar .title { border: 0; }

    .container { border-top: 1px solid #D4D4D4; }

    .main-banners,
    .main-banners .banners-slider,
    .main-banners .banners-slider .slider {
        height: 300px;
    }

    .main-banners .banners-slider .slider li .text {
        height: 80%;
        padding: 20px 20px 30px;
    }

    .main-banners .pager {
        height: 10px;
        left: 20px; bottom: 20px;
        right: auto;
        background-color: transparent;
    }

    .main-banners .pager li {
        height: 8px; width: 8px !important;
        margin-right: 11px;
        border: 1px solid #136DBF;
        border-radius: 100%;
    }

    .main-banners .pager li.active { background-color: #2D9AFF; }

    .main-banners .pager li:before {
        top: -6px; bottom: -6px;
        left: -5px; right: -5px;
        background-color: transparent;
    }

    .e-banking > ul > li {
        width: 29.3%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .front-news .col .inner {
        height: 259px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .front-news .title {
        font-size: 22px;
    }

    .scrollable-media .slider .preview {
        height: 111px;
        text-align: right;
    }

    .scrollable-media .slider .preview img { max-height: 100%; }

    .page-banner .info .text h3 { font-size: 33px; }

    .page-banner .preview .text h2 { font-size: 40px; }

    .container .sidebar,
    .container .content {
        width: 100%;
        margin-top: 0;
    }

    .page-preview { height: auto; }

    .page-text + .page-preview { height: auto; }

    .page-preview img {
        height: auto; width: 100%;
        max-width: inherit;
    }

    .container.view-2 .sidebar {
        width: 250px; height: 100%;
        min-height: inherit;
        margin-right: 25px;
    }

    .container.view-2 .content {
        float: none; width: auto;
    }

    .filter-form .hidden { display: block !important; }

    .filter-form .hidden div.pretty-select { margin-top: 13px; }

    .all-types { margin-bottom: 10px; }

    .title-page { padding-left: 15px; }

    .main-telephone ul > li {
        width: 30.3%;
        padding-right: 3%;
    }

    .office-details {
        border: 0;
        position: relative;
    }

    .office-details:before {
        content: ''; width: 1px;
        position: absolute;
        top: 0; bottom: 0;
        left: 250px;
        background-color: #D4D4D4;
    }

    .office-details:after {
        content: ''; height: 1px;
        position: absolute;
        bottom: 0;
        left: 0; right: 0;
        background-color: #D4D4D4;
    }

    .office-details .columns > li {
        width: 47%;
        margin-bottom: 20px;
    }

    .office-details .columns > li:nth-child(3n+3) { clear: both; }

    .map-holder { clear: both; }

    .text { padding: 20px 20px 30px; }

    .text h1 { font-size: 40px; }

    .management ul li { width: 33.3%; }

    .management ul li:nth-child(3n+1) { clear: both; }

    .management ul li:nth-child(4n+1) { clear: none; }

    .management ul.type-2 li { width: 50%; }

    .management ul.type-2 li:nth-child(2n+1) { clear: both; }

    .management ul.type-2 li:nth-child(3n+1) { clear: none; }

    .title-page .f-left,
    .title-page .f-right {
        width: 100%;
    }

    .title-page .f-right {
        float: left !important;
        margin: 5px 0 20px;
    }

    #media-popup {
        width: 96.2%;
        left: 2%;
        margin-left: 0;
    }

    .line-tabs .master li a { padding: 15px 15px 14px; }

    .line-tabs .accordion a.level-0 { padding: 14px 28px 14px 18px; }

    .line-tabs .accordion .sub { padding-left: 20px; }

    .contacts .f-left,
    .contacts .f-right {
        width: 100%;
    }

    .contacts .f-right {
        background-color: #F4F4F4;
        border-top: 1px solid #D4D4D4;
    }

    .contacts .headquarter .col.f-right {
        background-color: transparent;
        border-top: 0;
    }

    .contacts .f-right form ol li.recaptcha { width: 45%; }

    .contacts .f-right form ol li.recaptcha-code { width: 37%; }

    #recaptcha_image { height: auto !important; }

    .recaptcha-buttons {
        position: absolute;
        top: 50%;
        margin-top: -26px;
    }

    body.action-iframe .wrapper { margin: 0; }
    .container.view-2.iframe #office-list{ display: block; }
    .container.view-2.iframe .content::before {display: block;}
    .container.view-2.iframe .office-details::before{display: none;}
    .container.view-2.iframe { width: 750px; }
    .container.view-2.iframe .hidden {display: none!important;}
    .container.view-2.iframe .sidebar { width: 200px; float: left; min-height: 540px; margin: 0; }
    .container.view-2.iframe .content { width: 550px; float: right;}
    .container.view-2.iframe .content:before { left: 200px; }
    .office-details .columns > li:nth-child(3n+3) { clear: none; }
    .container.view-2.iframe .office-details .columns > li {
        width: 30%;
    }

    .line-tabs .dictionary li a{
        font-size: 18px;
    }

}

@media only screen and (max-width: 767px) {

    .e-banking > ul > li:before,
    .front-news .col:nth-child(2n+1):before,
    #bottom-menu .col:before,
    .line-tabs .master,
    .line-tabs .dictionary,
    .container .content:before,
    .container.view-2 .content:before,
    .office-details:before,
    .page-items ul li:before {
        display: none;
    }

    #header .f-left a img {
        width: 200px;
        margin-top: 3px;
    }

    #header .drop .main-nav,
    #header .drop .menu {
        min-height: inherit;
        width: 100%; float: none;
        padding: 0;
    }

    #header .drop .main-nav li a { padding: 22px 20px; }

    #header .drop .main-nav li a:before {
        bottom: auto; right: 0;
        top: -1px;
        height: 2px; width: 100%;
    }

    #header .drop .main-nav li:hover a:before,
    #header .drop .main-nav li.active a:before {
        height: 2px; width: 100%;
    }

    #header .drop .menu { padding-bottom: 12px; }

    #header .drop .menu .col {
        width: 100%; float: none;
        margin: 0;
    }

    #header .drop .menu .col + .col ul li:first-child { border-top: 1px solid #4E85B8; }

    #header .drop .menu .col + .col ul { margin-bottom: 8px; }

    #header .drop .menu .col ul li a { padding: 12px 20px 11px; }

    #header .drop .phone { margin-left: 20px; }

    #header .drop .menu .col .lang { float: left; }

    #header .drop {
        transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    }

    #bottom-menu .col {
        width: 100%; float: none;
        border: 0;
        padding-bottom: 0;
    }

    #bottom-menu .col.social { padding-top: 10px; }

    .text { padding: 20px 15px 30px; }

    .text h1 { font-size: 34px; padding-bottom: 16px; }

    .text h2 { font-size: 26px; padding-bottom: 16px; }

    .text h3 { font-size: 24px; padding-bottom: 16px; }

    .text h4 { font-size: 22px; padding-bottom: 16px; }

    .text h5 { font-size: 20px; padding-bottom: 16px; }

    .text h6 { font-size: 18px; padding-bottom: 16px; }

    .title-page { padding-left: 15px; padding-right: 15px; }

    .title-page .f-left { font-size: 30px; margin-bottom: 10px; }

    .title-page .f-right form label {
        display: block; float: none;
        padding-bottom: 4px;
    }

    .title-page .f-right form ol li { width: 100%; }

    .title-page .f-right div.pretty-select { width: 100%; }

    .title-page .f-right form button {
        width: 100%;
        margin: 10px 0 0;
        padding-left: 0;
        padding-right: 0;
    }

    .main-banners .banners-slider .slider li .text h2 {
        font-size: 40px;
        margin-bottom: 18px;
        padding-bottom: 24px;
        word-wrap: break-word;
        hyphens: auto;
    }

    .e-banking { height: auto; }

    .e-banking > ul > li {
        height: auto; width: auto;
        float: none;
        padding: 17px 11px;
        border-top: 1px solid #D4D4D4;
    }

    .e-banking > ul > li:first-child { border: 0; }

    .front-news .col { width: 50%; }

    .front-news .col { border-top: 1px solid #D4D4D4; }

    .front-news .col:first-child,
    .front-news .col:first-child + .col {
        border-top: 0;
    }

    .front-news .col .inner {
        padding-left: 13px;
        padding-right: 13px;
    }

    .type-promo .scrollable-media { margin: 0 -13px 0 -13px; }

    .scrollable-media .slider .preview { height: auto; }

    .scrollable-media .slider .preview img {
        height: auto; width: 100%;
        max-width: inherit;
    }

    .page-banner {
        min-height: inherit;
    }

    .page-banner .preview {
        height: 242px;
        position: relative;
        right: 0;
    }

    .page-banner .info {
        width: 100%; float: none;
    }

    .page-banner .preview .text { padding: 18px 28px; }

    .page-banner .preview .text h2 {
        font-size: 36px;
        margin-bottom: 10px;
        padding-bottom: 16px;
    }

    .page-banner .info .text { padding: 23px 10px; }

    .page-banner .info .text h3 {
        font-size: 28px;
        padding-bottom: 15px;
    }

    .page-items ul,
    .page-items ul li {
        height: auto !important;
        width: 100%;
    }

    .page-items ul li .preview { height: 194px; margin: 0; }

    .page-items ul li .text { padding: 17px 10px; }

    .page-items ul li .text h4 { padding-bottom: 14px; }

    .line-tabs div.pretty-select {
        position: relative;
        left: 0;
    }

    .project .tab {
        padding: 22px 15px;
    }

    .page-preview .text {
        font-size: 18px;
        padding: 11px 10px 18px;
    }

    .page-preview .text h2 {
        font-size: 30px;
        padding-bottom: 8px;
    }

    .project .top {
        text-align: center;
        padding-bottom: 24px;
    }

    .project .top .label { text-align: left; }

    .project .top h3 {
        font-size: 30px;
        float: none;
        max-width: inherit;
        padding-bottom: 10px;
    }

    .project .top .apply {
        display: inline-block;
        float: none !important;
        min-width: 60%;
    }

    .modal.open { top: 65px; }

    .modal .inner {
        width: 92%;
        left: 2%;
        margin-left: 0;
        padding: 25px 2%;
    }

    .modal .title {
        font-size: 26px;
        margin-bottom: 16px;
    }

    form textarea {
        resize: none;
        max-height: 75px;
    }

    .project .tab .two-col {
        width: 100%; float: none !important;
    }

    .project .tab .two-col.f-right { padding-top: 20px; }

    .page-items .title {
        font-size: 28px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .container.view-2 .sidebar,
    .container.view-2 .content {
        width: 100%; 
        clear: both;
        margin-right: 0;
        top: 0;
    }

    .container.view-2:not(.iframe) .filter-form,
    .container.view-2:not(.iframe) .office-details {
        height: auto !important;
    }

    .filter-form,
    .office-details,
    .page-title .page-nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-title .page-nav {
        margin-left: -16px;
        margin-right: -11px;
    }

    .map-holder { height: 350px !important; }
    .container.view-2.iframe .map-holder { height: 547px !important; }
    #office_map { height: 108%; }

    .page-title { padding: 14px 10px 16px 15px; }

    .page-title .f-left { font-size: 30px; }

    .main-telephone { width: 100%; }

    .main-telephone ul > li {
        width: 47%;
    }

    .main-telephone ul > li:nth-child(2n+1) { clear: both; }

    .contacts .inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    #recaptcha_widget { background-color: transparent; }

    .management ul li { width: 50%; }

    .management ul li:nth-child(3n+1) { clear: none; }

    .management ul li:nth-child(2n+1) { clear: both; }

    .management ul.type-2 li { width: 100%; }

    .management .title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .management .title:before { left: 15px; }

    .management ul li {
        width: 100%;
        padding: 0;
    }

    .management ul li .in { padding: 0; }

    .management ul.type-2 { padding-left: 15px; }

    .line-tabs div.pretty-select { margin: 10px 15px 20px; }

    #media-popup .title {
        font-size: 14px;
        line-height: 20px;
        padding: 17px 15px 8px;
    }
    body.action-iframe .wrapper { margin: 0; }

    .container.view-2.iframe .hidden {display: none!important;}
    .container.view-2.iframe .sidebar {  clear: none; }
    .container.view-2.iframe .content { clear: none;}
    .container.view-2.iframe .office-details, 
    .container.view-2.iframe .filter-form {
        min-height: 142px;
    }

}

@media only screen and (max-width: 450px) {

    .front-news .col:before,
    .media-list ul > li:before {
        display: none;
    }

    #header,
    #header .wrapper {
        height: 139px;
    }

    #header .wrapper {
        /*overflow: hidden;*/
    }

    #toggle-menu,
    #toggle-search {
        height: 73px; width: 19px;
        padding: 0;
        top: 65px;
        text-indent: -10000px;
    }

    #header .f-left { top: 80px; }

    #header .f-left a img {
        width: 171px;
        margin-top: 10px;
    }

    #header .f-right { height: 54px; }

    #exchange-block {
        top: 27px;
        margin-left: 0;
    }

    #header .search-form,
    #header.search-open .search-form {
        padding-right: 45px;
        top: 139px;
    }

    #header .search-form button {
        height: 16px; width: 16px;
        border: 0; font-size: 0;
        top: 35px;
        background: url('../images/layout/bgr-sprite.png') no-repeat -12px 0;
    }

    #footer .f-left,
    #footer .f-right {
        width: 100%;
        text-align: center;
    }

    #footer .f-right { padding-top: 6px; }

    .main-banners,
    .main-banners .banners-slider,
    .main-banners .banners-slider .slider {
        height: 235px;
    }

    .front-news .col {
        height: auto; width: 100%;
    }

    .front-news .col:first-child + .col { border-top: 1px solid #D4D4D4; }

    .front-news .col .inner { padding-bottom: 19px; }

    .front-news .col .inner,
    .scrollable-media .slider,
    .type-promo .scrollable-media .slider {
        height: auto;
    }

    /*.main-banners .banners-slider .slider li { background: #F0EADF !important; }*/

    .main-banners .banners-slider .slider li .text {
        height: 84%;
        padding-top: 0;
        font-size: 18px;
        line-height: 19px;
    }

    .main-banners .banners-slider .slider li .text h2 {
        font-size: 26px;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    .page-banner .preview .text h2,
    .page-banner .info .text h3 {
        font-size: 24px;
    }

    .page-items ul li .preview { height: 137px; }

    .page-items ul li .text h4 { font-size: 20px; }

    .project .top .apply { min-width: 90%; }

    .modal .inner {
        width: 89%;
        padding: 25px 4%;
    }

    .modal form ol { margin-left: 0; }

    .modal form ol li,
    .modal form ol li.long {
        width: 100%;
        margin-left: 0;
    }

    .page-title .page-nav li {
        width: 50%;
        padding-left: 0;
    }

    .page-title .page-nav li a {
        width: 100%;
        min-width: inherit;
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
    }

    .main-telephone ul > li {
        width: 100%; float: none;
        padding-right: 0;
    }

    .office-details .columns > li {
        width: 100%;
        padding-right: 0;
    }

    .office-details #office_name {
        font-size: 20px;
        padding-bottom: 26px;
    }

    .title-page {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-items .title { font-size: 20px; }

    .contacts .headquarter .col.f-left,
    .contacts .headquarter .col.f-right {
        width: 100%;
    }

    .contacts .headquarter .col.f-right { margin-top: 16px; }

    .contact-departments li,
    .contact-departments li:nth-child(2n+1) {
        width: 100%;
        padding-right: 0;
    }

    .contacts .f-right form ol { width: 100%; }

    .contacts .f-right form ol li,
    .contacts .f-right form ol li.long,
    .contacts .f-right form ol li.clearfix {
        width: 100%;
        padding-right: 0;
    }

    .contacts .f-right form ol li.recaptcha { width: auto; padding-right: 25px; }

    .contacts .f-right form ol li.recaptcha-code { width: 100%; }

    .management ul li {
        width: 100%;
        padding: 0;
    }

    .management ul li .in { padding: 0; }

    .page-items ul li,
    .media-list ul > li {
        height: auto !important;
        width: 100%; float: none;
    }

    #media-popup .slider-holder > ul > li {
        height: 117px !important;
        width: 156px; float: left;
    }

    .bottom-nav li.f-left a,
    .bottom-nav li.f-right a {
        font-size: 0;
    }

    .bottom-nav li.f-left a { padding-right: 0; }

    .bottom-nav li.f-right a { padding-left: 0; }

    .modal form ol li button { margin-top: 0; }

    table th,
    table td {
        padding: 10px;
    }
}

/** Retina display **/
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (min--moz-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {

    #header .phone:before, #header .search-block .button i, #toggle-menu span, #toggle-search span, .accordion li li a.level-1:before, .main-telephone strong:before, .recaptcha-buttons > div a i, #office-list li strong:before, .file, .download-file, .close-popup:before {
        background-image: url('../images/layout/bgr-sprite%402x.png');
        background-size: 300px 100px;
    }

    @media all and(max-width: 450px) {
        #header .search-form button {
            background-image: url('../images/layout/bgr-sprite%402x.png');
            background-size: 300px 100px;
        }
    }
}
