
/*------------------checkbox-------------------*/
@keyframes hover-color {
    from {
        border-color: #c0c0c0; }
    to {
        border-color: #3e97eb; } }

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
    cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle; }
.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
.magic-radio + label:before,
.magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #c0c0c0; }
.magic-radio + label:after,
.magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ""; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
    cursor: not-allowed;
    color: #e4e4e4; }
.magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
    animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
    display: block; }

.magic-radio + label:before {
    border-radius: 50%; }

.magic-radio + label:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3e97eb; }

.magic-radio:checked + label:before {
    border: 1px solid #3e97eb; }

.magic-radio:checked[disabled] + label:before {
    border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
    background: #c9e2f9; }

.magic-checkbox + label:before {
    border-radius: 3px; }

.magic-checkbox + label:after {
    top: 2px;
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0; }

.magic-checkbox:checked + label:before {
    border: #3e97eb;
    background: #3e97eb; }

.magic-checkbox:checked[disabled] + label:before {
    border: #c9e2f9;
    background: #c9e2f9; }

/*------------------checkbox-------------------*/
/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1.2;
}
ol {
    padding-left: 1.4em;
    list-style: decimal;
}
ul {
    padding-left: 1.4em;
    list-style: square;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a,.a {display: inline-block; text-decoration: none;}
/* end reset browser styles */

@font-face {
    font-family: "own-ico-font";
    font-display: swap;
    src:url("/fonts/own-ico/own-ico-font.eot");
    src:url("/fonts/own-ico/own-ico-font.eot?#iefix") format("embedded-opentype"),
    url("/fonts/own-ico/own-ico-font.woff") format("woff"),
    url("/fonts/own-ico/own-ico-font.ttf") format("truetype"),
    url("/fonts/own-ico/own-ico-font.svg#own-ico-font") format("svg");
    font-weight: normal;
    font-style: normal;

}

*{
    box-sizing: border-box;
}
.main-container{
    max-width: 1200px;
    padding: 0;
}
.section,
.section-old{
    background: #fff;
    margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 4px 20px 6px #eef0f2;
}

@media screen and (min-width: 740px) {
    .section-old.section-old-plr-20-desk {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.overflow-h {
    overflow: hidden;
}

.container-pd {
    padding: 20px;
}

.container-pd.container-pd--no-vert-p {
    padding-top: 0;
    padding-bottom: 0;
}
.button-container,
.button-container-col {
    border-top: 1px solid #f2f2f2;
    background: #fcfcfc;
    padding: 20px;
    text-align: center;
}
.button-container-col {
    padding: 20px 0 ;
    margin-left: -20px;
    margin-right: -20px;
}
.button-container {
    position: relative;
}
.button-container a{
    font-size: 16px;
    display: block;
    text-decoration: none;
}

/*767 - т.к. используется старый bootstrap container*/
@media screen and (max-width: 767px) {
    .xxx-main-container.container{
        width: 100%;
    }
}
@media screen and (max-width: 740px) {
    .container-pd{
        padding: 20px 15px;
    }
}
table caption {
    padding-left: 20px;
    margin-bottom: 10px;
}

table caption h2 {
    margin-bottom: 0;
}
a,.a {
    cursor: pointer;
    color: #388ec3;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
a:hover ,
.a:hover {
    color: #7bc057;
    text-decoration: none;
}
a:focus,
.a:focus{
    text-decoration: none;
    color: #7bc057;
}

.link-bottom {
    text-align: right;
    margin-top: 20px;
}
.link {
    font-size: 16px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
}
.links{
    padding-top: 30px;
}
.links a {
    margin-bottom: 10px;
    display: block;
}
.links a:nth-last-of-type(1) {
    margin-bottom: 0;
}

p {
    margin-bottom: 10px;
}
label{
    cursor: pointer;
}

.article ul, .article ol {
    margin-bottom: 10px;
}

.close{
    outline: none;
}
.btn,
.btn:focus,
.btn:active{
    border-radius: 0;
    outline: none !important;
}
.btn-primary {
    padding: 12px;
    background-color: #7bc057;
    border: #7bc057;
    text-transform: uppercase;
    font: 14px "Lato Black";
    font-weight: 700;
    width: 180px;

    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.btn-primary:focus,
.btn-primary.focus {
    background-color: #2396dc;
    border-color: #2396dc;
    outline: none;
}
.btn-primary:hover {
    background-color: #2396dc;
    border-color: #2396dc;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #7bc057;
    border-color: #7bc057;
    outline: none;
}
.btn-default {
    color: #7bc057;
    background-color: transparent;
    border-color: #7bc057;
    width: 160px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-block {
    width: 100%;
}
.btn-default-active {
    color: #fff !important;
    background-color: #7bc057 !important;
    border-color: #7bc057 !important;
}
.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #7bc057;
    border-color: #7bc057;
    outline: none;
}

.btn-bankiros-spec {
    background-color: #2396dc;
    border-color: #2396dc;
}
.btn-bankiros-spec:focus,
.btn-bankiros-spec.focus,
.btn-bankiros-spec:hover,
.btn-bankiros-spec:active {
    background-color: #7bc057;
    border: #7bc057;
}

.btn-search {
    width: 100px;
}
sup {
    font-size: 12px;
    font-weight: 400;
    padding-left: 5px;
}
sup.amount {
    font-size: 12px;
    color: #7bc057;
}
.positive {
    color: #7bc057 !important;
}
.negative {
    color: #c05757 !important;
}
.found {
    font-size: 18px;
    margin-bottom: 0;
}

hr {
    border-top: 1px solid #d9d9d9;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.form-control:focus {
    border-color: #7bc057;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table td,
table th {
    vertical-align: top;
}
.non-standard,
.standard {
    min-width: 100%;
}
.non-standard th {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 10px;
}
.non-standard td {
    padding: 10px 6px;
}
.non-standard tr {
    border-top: 1px solid #f2f2f2;
}
.non-standard tr:first-child{
    border-top: none;
}
.non-standard .subtitle {
    border-top: 1px solid #d9d9d9;
}
.non-standard .subtitle-conv {
    border-top: none;
}
.non-standard .subtitle-conv td {
    padding-top: 30px;
}
.non-standard .subtitle td, .non-standard .subtitle th {
    font-size: 18px;
    font-weight: 400;
    color: #959595;
    text-align: center;
}
.non-standard .currency,
.converter .currency{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.standard__empty-line,
td.standard__empty-line{
    font-size: 16px;
    text-align: center;
    padding: 10px 15px;
    background: #FCFCFC;
}
.standard__empty-line .standard__link{
    font-weight: 400;
    font-size: 14px;

}
[class^="currency currency-"] {
    min-width: 96px;
}

[class^="currency currency-"] img{
    max-width: 30px;
    margin-right: 6px;
    display: block;
    float: left;
}
[class^="currency currency-"] a{
    float: left;
}
.non-standard .currency-value {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 10px 15px;
}
.non-standard.depart_curr .currency-value {
    padding: 18px 15px;
}
.non-standard .currency-value a,
.non-standard .currency-value span {
    display: block;
    font-size: 12px;
    font-weight: 300;
}
.non-standard .currency-value span {
    color: #959595;
}
.non-standard .subtitle td, .non-standard .subtitle th {
    font-size: 18px;
    font-weight: 400;
    color: #959595;
}
.non-standard .subtitle th {
    padding: 10px 6px;
}
.non-standard tr:last-child td {
    padding-bottom: 0;
}
.non-standard .title-sc th{
    padding-top: 30px;
}
.non-standard .title-sc{
    border-top: none;
}
.standard {
    font-size: 18px;
}

.standard thead{
    background: #2396dc;
}
.standard tr{
    border-bottom: 1px solid #f2f2f2;
}

.standard tr:last-child{
    border-bottom: none;
}
.standard th {
    background: #2396dc;
    padding: 10px 18px;
    color: #fff;
    font-weight: 700;
    width: auto;
    border: none;
}
.standard td {
    padding: 15px 20px;
}

.standard th .pjax-link{
    white-space: nowrap;
}
.standard .bank .h4,
.standard .bank h4 {
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.standard .info {
    color: #959595;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}
.standard .info .circle {
    position: relative;
    padding-left: 8px;
}
.standard .info .circle:after {
    color: #959595;
    width: 5px;
    height: 5px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #959595;
    content: "";
    margin-top: -6px;
    position: absolute;
    bottom: 6px;
}
.standard .products {
    margin-bottom: 0;
}
.standard .products a {
    padding-right: 3px;
    font-size: 16px;
}
.standard .products sup {
    padding-right: 10px;
    font-size: 12px !important;
}

.productBank .name {
    font-size: 18px;
    font-family: "lato black", sans-serif;
    margin-bottom: 7px;
    display: inline;
    padding-left: 4px;
}
.productBank .bank, .productBank .bank_not_link {
    font-size: 12px;
    font-weight: 400;
    color: #959595;
    display: block;
    padding-left: 20px;
}
.productBank .bank:hover {
    color: #2396dc;
}
.productBank img {
    vertical-align: middle;
    padding-right: 5px;
}
.productBank input[type="checkbox"] {
    display: none;
}
.productBank .glyphicon-menu-right {
    color: #959595;
    font-size: 14px;
    float: left;
    top: 6px;
    cursor: pointer;
}

.productBank.productBank--partner > td {
    padding-top: 20px;
    position: relative;
}

.productBank .productBank__cell-with-info-block {
    padding-right: 25px;
}

.productBank__cell--no-p-r,
.col-xs-12.productBank__cell--no-p-r,
.col-sm-12.productBank__cell--no-p-r {
    padding-right: 0;
}

.productBank__label,
span.productBank__label {
    position: absolute;
    top: 0;
    left: 20px;
    background: #485ee2;
    border-radius: 0px 0px 5px 5px;
    color: white;
    font-size: 12px !important;
    line-height: 14px;
    text-align: center;
    padding: 3px 12px;
}
.productBank__label-l0,
span.productBank__label--l0{
    left: 0;
}
.standard .arrow:checked + .arrow-label span {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.productBank-hidden {
    background: #f9f9f9;
}
.productBank-hidden ul {
    padding-left: 0;
}
.productBank-hidden li {
    font-size: 16px;
    list-style: none;
    position: relative;
    margin-bottom: 5px;
    padding-left: 10px;
}
.productBank-hidden li:before {
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #2396dc;
    position: absolute;
    bottom: 6px;
}
.productBank-hidden a {
    font-weight: 400;
    font-family: "lato black", sans-serif;
    font-size: 16px;
    margin-top: 10px;
}
.products td{
    width: calc((100% - 380px) / 3);
}
.products td:first-child{
    width: 224px;
}
.products td:last-child {
    width: 190px;
}
.contact-links a {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

tr.turn:hover{
    background: #f9f9f9;
}

tr.turn2:hover,
.standard.chart-table tr:nth-child(2):hover {
    background-color: #fff;
}

tr.tr-turn:hover {
    background: #f9f9f9;
    cursor: pointer;
}
tr.tr-turn2:hover {
    background: #f9f9f9;
    cursor: pointer;
}

.container-pd.and_capt {
    padding: 0;
    padding-right: 20px;
}

div.exchange {
    padding-bottom: 0;
}

table.exchange th span {
    font-weight: 300;
}

table.exchange th span.pjax-link {
    font-weight: inherit;
    display: inline-block;
    padding: 0;
}

table.exchange th span.pjax-link.asc,
table.exchange th span.pjax-link.desc {
    padding-right: 10px;
}

table.exchange .imp-number {
    font-weight: 700;
}

td.input-search-dep {
    padding: 0;
}

.input-search-dep input {
    border-right: none;
    border-left: none;
    background: url("https://static.bankiros.ru/bankiros/images/new/search-icon.png") no-repeat 20px center #fff;
    padding-left: 50px;
}
table.exchange .department a {
    font-weight: 300;
    margin-top: 0;
}
table.exchange .department {
    border-bottom: none;
}
table.exchange .department td{
    padding-bottom: 0;
}
table.exchange .address {
    color: #464646;
    font-size: 14px;
    padding-top: 5px;
}
table.exchange td:first-child {
    width: 240px;
}
table.exchange td {
    width: calc((100% - 240px) / 4);
}
.all-departments td {
    padding-top: 0;
    border-bottom: none;
}

.header .row{
    margin-left: 0;
    margin-right: 0;
}
.header > div:first-child > div{
    padding: 0;
}
.main-nav{
    z-index: 800;
    background-color: #2396dc;
    height: 60px;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
.main-nav .container{
    max-width: 1200px;
    padding: 0;
}
/*.main-nav .logo{
    text-indent: -9999px;
    background: url("/images/favicon/logo-white.svg") left no-repeat;
    width: 221px;
    height: 60px;
    padding: 0 ;
    margin-left:0 !important;
}*/

.main-nav .logo img{
    max-width: 100%;
    height: 50px;
    margin-top: 5px;
    margin-left: 15px;
}

.main-nav .logo{
    padding: 0;
    max-width: 220px;
}

.main-menu .nav{
    margin-left: 3%;
}
.main-menu .nav > li > a,
.main-menu .nav > li > span{
    padding: 20px 15px;
    display: block;
}


.main-menu .nav > li{

    text-transform: uppercase;
    color: #FFFFFF;
    font: 700 16px "Lato Black";
    position: relative;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.main-menu .nav > li > a{
    color: #FFFFFF;
}

.main-menu .nav .active{
    color: #fff;
    font-weight: 700;
}

.header > div:first-child .container{
    height: 55px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.header > div:first-child .container > div {
    padding: 0;
}


.header .dropdown-menu > li > a{
    text-transform: none;
    color: #2396dc;
    font: 400 16px "Lato";
    padding: 5px 20px !important;

    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.header .dropdown-menu > li > a:hover{
    color: #7bc057;
    background-color: transparent;
}

.main-menu .nav > li > a:hover,
.main-menu .nav > li > span:hover{
    color: #333;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.main-menu .nav > li > span{
    cursor: pointer;
}

.main-menu .dropdown-menu{
    top: 60px;
}
.header .dropdown-menu{
    border: none;
    /*border: 1px solid #d9d9d9;*/
    border-radius: 0;
    /*width: 250px;*/
    background-color: #FFFFFF;
}
.header .dropdown-menu li{
    position: relative;
    z-index: 1;
}

.header .dropdown-menu ul {
    top: -8px;
    left: 250px;
    border: 1px solid #d9d9d9;
}

.header .dropdown-menu ul a{
    white-space: normal;
}



.header .dropdown-menu:before{
    content: "";
    position: absolute;
    left: 20px; top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #d9d9d9;
}

.header .dropdown-menu:after{
    content: "";
    position: absolute;
    left: 20px; top: -19px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}

.header .dropdown-menu ul:before{
    content: "";
    position: absolute;
    left: -1px; top: 10px;
    border: 10px solid transparent;
    border-left: 10px solid #d9d9d9;
}

.header .dropdown-menu ul:after{
    content: "";
    position: absolute;
    left: -2px; top: 10px;
    border: 10px solid transparent;
    border-left: 10px solid #ffffff;
}
li.for-full-widht-dpdmenu{
    position: static;
}
li.for-full-widht-dpdmenu a{
    cursor: pointer;
}
.header li.for-full-widht-dpdmenu:hover > a:before{
    content: "";
    position: absolute;
    left: 8px; bottom: 0px;
    border: 10px solid transparent;
    border-bottom: 10px solid #d9d9d9;
}
.header li.for-full-widht-dpdmenu:hover > a:after{
    content: "";
    position: absolute;
    left: 8px; bottom: -1px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}
.header .full-width-dropdown-menu {
    left: 0;
    top: 51px;
    width: 100%;
    padding: 15px 0;
}
.header .full-width-dropdown-menu:before,
.header .full-width-dropdown-menu:after{
    display: none;
}
.header .full-width-dropdown-menu a{
    text-transform: none;
    font-weight: 300;
    font-size: 14px;
    color: #2396dc;
    padding: 3px 20px;
}
.header .full-width-dropdown-menu a:hover{
    color: #7bc057;
}


.search-input{
    padding: 20px;
    padding-left: 40px;
    border: none;
    outline: none;
    width: 100%;
}
.sb-search {
    position: absolute;
    right: 0;
    width: 0;
    min-width: 55px;
    height: 55px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #ffffff;
    width: 100%;
    margin: 0;
    z-index: 10;

    padding: 17px 20px;
    font-family: "Lato";
    font-weight: 400;
    font-size: 16px;
    color: #2c3e50;
}
.sb-search-input::-webkit-input-placeholder {
    color: #b4b4b4;
}
.sb-search-input:-moz-placeholder {
    color: #b4b4b4;
}
.sb-search-input::-moz-placeholder {
    color: #b4b4b4;
}
.sb-search-input:-ms-input-placeholder {
    color: #b4b4b4;
}
.sb-icon-search,
.sb-search-submit  {
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;

}
.sb-icon-search {
    color: #373737;
    background: #f7f8f8;
    z-index: 90;
    font-size: 18px;
    font-family: "bankiros";
    /*speak: none;*/
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sb-icon-search:before {
    content: "\e914";
}
.sb-icon-search:hover{
    color: #2396dc;
    background-color: #ffffff;
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
    border-left: 1px solid #d9d9d9;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    color: #2396dc;
    background-color: #ffffff;
    z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

/* Table currency/exchange */
.header .exchange-table{
    font-size: 12px;
    margin-top: 6px;
}
.header .exchange-table span{
    display: inline;
    color: #959595;
    font-weight: 300;
}
.header .exchange-table p{
    margin-bottom: 5px;
}
.header .exchange-table p:nth-of-type(2){
    font-size: 14px;
}
.header .exchange-table > div:last-child {
    border: none;
}
.header .exchange-table > div > p:first-child{
    font-weight: 700;
}

p.city {
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
    margin-top: 14px;
}
p.city a{
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px;
    outline: none;
    display: inline;
    word-break: break-all;
}

p.city .glyphicon{
    top: 3px;
    left: 3px;
    font-weight: 500;
}

p.city a:focus{
    color: #7bc057;
}
.window-cities{
    padding: 0 !important;
}
.window-cities .modal-dialog{
    width: 100%;
    min-width: 320px;
    margin: 0;
}
.window-cities .modal-content{
    border-radius: 0;
    border: none;
}
.window-cities .modal-header,
.window-cities .modal-body,
.window-cities .modal-footer{
    max-width: 1200px;
    margin: 0 auto;
    border: none !important;
}
.window-cities .modal-content > div{
    padding: 0 20px;
}
.window-cities .modal-footer{
    padding-bottom: 20px !important;
}
.window-cities .modal-header{
    padding-top: 20px !important;
}
.window-cities .modal-header .close{
    font-size: 30px;
}

.window-cities .popular{
    margin-top: 20px;
    padding-bottom: 20px;
}
.window-cities .popular ul{
    list-style: none;
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
}
.window-cities .all_city {
    padding: 5px;
}
.window-cities .popular .all_city > a:hover{
    color: #7bc057;
}
.window-cities .popular .all_city > a{
    padding: 0;
    color: #373737;
    font-size: 16px;
}
.window-cities .popular ul li{
    margin-right: 20px;
}
/*.window-cities .popular a{*/
    /*font-size: 18px;*/
    /*padding: 5px;*/
    /*border-radius: 2px;*/
/*}*/
/*.window-cities .popular a.active{*/
    /*!* border: 1px solid #7bc057;*!*/
    /*color: #ffffff;*/
    /*background-color: #2396dc;*/
/*}*/
#allCitiesCheckbox{
    display: none;
}
#allCitiesCheckbox:checked ~ label{
    color: #7bc057;
}
#allCitiesCheckbox:checked ~ label span:before{
    content: "\e260";
}
#allCitiesCheckbox ~ label{
    color: #373737;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
#allCitiesCheckbox ~ label:hover{
    color: #7bc057;
}
#allCitiesCheckbox ~ label span{
    font-size: 12px;
}
#citysearch {
    padding-top: 20px;
}
#banksearch {
    margin-top: 20px;
}
.allCities{
    text-align: left;
    border-top: 1px solid #d9d9d9;
    padding: 20px 0;
    max-height: 500px;
    overflow-y: auto;
}
.allCities > div{ padding: 0 0 20px;}
.allCities .letter{
    font-weight: 800;
    font-size: 18px;
    margin: 10px 0;
}

.second-nav{
    background-color: #FFFFFF;
    min-height: 50px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 5px;
}
.second-nav .container{
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    position: relative;
}
.second-nav .logo{
    margin-left: 0 !important;
    margin-right: 30px;
    margin-top: 10px;
}
.second-nav .sberbank-logo{
    height: 20px;
    margin: 15px 15px 15px 5px;
    padding: 0;
    display: inline-block;
}

.sberbank-logo.logo-big{
    max-width: 190px;
    font-size: 12px;
    margin: 5px;
    height: auto;
}

.second-nav .sberbank-logo img{
    max-width: 100%;
    max-height: 100%;
    margin-right: 10px;
}

.second-nav .bank-logo {
    padding: 0;
    margin-right: 20px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.second-nav .bank-logo img {
    max-height: 40px;
    max-width: 150px;
}

.second-menu{
    padding: 0;
}
.second-menu > ul > li > a{
    color: #373737;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
    padding-left: 0 !important;
}
.second-menu ul li a.active{
    color: #2396dc ;
}
.second-menu > ul > li > a:hover{
    color: #2396dc !important;
}
.second-menu .logo {
    padding: 10px 70px 10px 0;
}
.second-menu .phone {
    top: 0;
    right: 0;
    font-weight: 700;
    font-size: 14px;
}
.second-menu .phone span{
    color: #373737;
}
.second-menu .phone .glyphicon {
    color: #2396dc!important;
    display: inline;
    position: relative;
}
.second-menu .more-link{
    display: none;
}

.footer{
    margin-top: 10px;
}
.footer .container{
    padding: 0;
    max-width: 1200px;
}
.footer .container > div{
    padding: 0;
}

.footer-first{
    background-color: #efefef;
    padding: 25px 0;
}
.footer-first.row{
    margin: 0;
}
.footer-first a{
    font-size: 12px;
    color: #959595;
    display: block;
    margin: 5px 0;
}
.footer-first a:hover{
    color: #2396dc;
}
.footer-first li {
    list-style: none;
}
.footer-first ul {
    padding-left: 0;
}

.footer-first .item .h4{
    position: relative;
}

.footer-first .item{
    padding-bottom: 10px;
}

.foot-opener.collapsed:before{
    content: "\e259";
}

.foot-opener{
    position: absolute;
    width: 100%;
    text-align: right;
    font-weight: 700;
    cursor: pointer;
    color: #959595;
    height: 28px;
}

.foot-opener:hover{
    color: #7c7c7c;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.footer-second{
    background-color: #FFFFFF;
    padding: 10px 0;
}
.footer-second .logo{
    width: 100%;
    min-height: 50px;
}

.footer-second .logo img{
    max-width: 100%;
    max-height: 50px;
}

/* Copyright */
.copyright{
    text-align: center;
}
.copyright small{
    display: block;
    font-size: 14px;
}
.copyright small span{
    font-weight: 700;
}
.copyright small:last-child{
    font-size: 12px;
}

.offer {
    border: 1px solid #d9d9d9;
}
.offer .h4,
.offer h4{
    margin: 0;
}
.offer .info{
    padding: 15px;
    text-align: center;
}
.offer .product{
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}
.offer .bank{
    font-size: 12px;
    font-weight: 300;
    color: #959595;
    margin-bottom: 10px;
}
.offer .bank:hover{
    color: #7bc057;
}
.offer p{
    font-size: 16px;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) and (min-width: 740px) {
    .offer .btn{
        padding-left: 5px;
        padding-right: 5px;
    }
}

.imp-number {
    font-size: 18px;
    font-weight: 800;
    color: #7bc057;
}

.calculator {
    background: #efedd5;
    padding-bottom: 0;
	border-radius: 5px 5px 5px 5px;
}

.links-nav + .container-pd.calculator {
	background: #efedd5;
	padding-bottom: 0;
	border-radius: 0 0 5px 5px;
}


.calculator.calculator--nomination h1{
    margin-bottom: 10px;
}

.calculator.calculator--nomination .xxx-bank-nomination-label{
    margin-bottom: 10px;
}
/*.tooltip{*/
    /*top: 15px!important;*/
/*}*/

.tooltip-inner{
    background-color: #7bc057;
}
.tooltip.bottom .tooltip-arrow{
    border-bottom-color: #7bc057;
}
.inputs label,
.inputs .inputs-wrap{
    float: left;
}
.inputs label{
    padding-top: 10px;
}
.basic-cr-calc .inputs label:first-child{
    width: 35%;
}
.basic-cr-calc .inputs label:last-child{
    width: 15%;
}
.inputs .inputs-wrap{
    width: 50%;
    padding: 0 5px;
}

/*** Checkbox ***/
.magic-checkbox + label {
    padding-left: 25px;
    margin-bottom: 10px;
}
.calculator > div .magic-checkbox + label:nth-of-type(1) {
    margin-top: 0;
}
.magic-checkbox + label:before {
    border-radius: 0;
}
.magic-checkbox:checked + label:before {
    border: 1px solid #7bc057;
    background: #fff;
}
.magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}
@keyframes hover-color {
    from {
        border-color: #d9d9d9; }
    to {
        border-color: #7bc057; } }
.magic-checkbox + label:after {
    top: 2px;
    left: 6px;
    width: 8px;
    height: 13px;
    border-color: #7bc057;
    border-width: 2px;
}
.magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #d9d9d9;
    background: #fff;
}

.checkboxes {
    padding: 5px 15px;
}
.checkboxes > div {
    float: left;
    margin: 0 30px 0 0;
}

.calculator .h2,
.calculator h2 {
    float: left;
    margin-right: 20px;
}
.calculator form {
    clear: both;
}
.currency-tabs .nav-tabs{
    border: none;
    float: left;
    min-height: 30px;
}
.currency-tabs .nav-tabs li span{
    color: #7bc057;
    background-color: #FFFFFF;
    padding: 3px 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #7bc057;
    border-radius: 0;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.currency-tabs .nav-tabs li span:focus{
    border: 1px solid #7bc057;
}
.currency-tabs .nav-tabs li span:hover{
    background-color: #2396dc !important;
    border-color: #2396dc;
    color: #FFFFFF;
}
.currency-tabs .nav-tabs li.active span{
    color: #FFFFFF;
    background-color: #7bc057;
}
.currency-tabs .nav-tabs li span input[type="radio"] {
    display: none;
}

div.advCalc {
    color: #fff;
    font-weight: 400;
    font-family: "lato black", sans-serif;
    cursor: pointer;
    padding: 0;
}
div.advCalc  input {
    display: none;
}
div.advCalc label {
    width: 100%;
    padding: 11px 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
p.closeAdvCalc {
    position: absolute;
    right: 12px;
    z-index: 120;
    top: 26px;
}
p.closeAdvCalc input {
    display: none;
}

.first-checkbox .magic-checkbox + label,
.checkbox .magic-checkbox + label{
    float: left;
}
.first-checkbox {
    margin-top: 10px;
}

.advancedCalc {
    background: #fff;
    margin-right: -20px;
    margin-left: -20px;
    border-top: 1px solid #d9d9d9;
    position: relative;
    top: 25px;

}
.advancedCalc > div{
    margin-top: 20px;
    margin-bottom: 10px;
}
.advancedCalc > .row{
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.list-banks {
    margin-top: 20px;
    border: 1px solid #d9d9d9;
    height: 180px;
    overflow-y: auto;
    padding: 10px 10px 0;
}

div.cs-select {
    max-width: 100%;
}
div.cs-skin-elastic {
    background: #fff;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    margin-bottom: 10px;

}
.cs-skin-elastic .cs-options {
    padding-bottom: 0;
}
.cs-skin-elastic > span {
    background-color: transparent;
    border-bottom: none;
    z-index: 100;
    height: 40px;
}
.cs-skin-elastic > span::after {
    font-size: 14px;
}
.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
    color: #373737;
    background: #f2f2f2;
}
.cs-skin-elastic .cs-options span {
    padding: 10px;
}
.cs-select span {
    padding: 8px 10px 8px;
}
.cs-select > span::after {
    right: 10px;
    color: #d9d9d9;
}
.cs-skin-elastic.cs-active .cs-options {
    pointer-events: auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.cs-skin-elastic > span::after {
    font-family: "Glyphicons Halflings";
    content: "\e259";
}
.cs-skin-elastic .cs-options > ul::before,
.cs-skin-elastic .cs-options ul li {
    -webkit-transition: none;
    transition: none;
}
.cs-skin-elastic.cs-active .cs-options > ul::before,
.cs-skin-elastic.cs-active .cs-options ul li {
    -webkit-animation: none;
    animation: none;
}

.label-input {
    font-weight: 400;
    font-family: "lato black", sans-serif;
}

.label-input.sort{
    margin-bottom: 10px;
}

.info-window-block{
    position: absolute;
    display: inline;
}
.info-window-block + label{
    clear: both;
}
.info-window-btn{
    position: relative;
    top: -3px;
    border: 1px solid #7bc057;
    background-color: transparent;
    color: #7bc057;
    font-size: 8px;
    font-weight: 300;
    outline: none;
    height: 17px;
    width: 17px;
    padding: 0;
    margin-left: 7px;
    border-radius: 50%;

    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.info-window-btn:hover{
    color: #fff;
    background-color: #7bc057;
}
.info-window{
    z-index: 300;
    border-radius: 0;
    padding: 10px 10px 0;
    border: 1px solid #d9d9d9;
    margin-top: 15px;
    left: -80px;
}
.info-window p{
    color: #373737;
    font-size: 12px;
}
.info-window:before{
    content: "";
    position: absolute;
    left: 84px; top: -22px;
    border: 11px solid transparent;
    border-bottom: 11px solid #d9d9d9;
}
.info-window:after{
    content: "";
    position: absolute;
    left: 85px; top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

#MapObjects {
    height: 400px;
}
.baloon .bank {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
.baloon .department {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
}
.baloon .address {
    margin: 0;
}
.baloon .metro {
    background: url("https://static.bankiros.ru/bankiros/images/new/metro.png") 0 3px no-repeat;
    padding-left: 20px;
    font-size: 12px;
    color: #a2a1a1;
}
.baloon .mode {
    margin: 0;
}
.baloon .mode span {
    display: block;
    font-weight: 700;
}
.legend{
    text-align: right;
    margin-top: 10px;
}
.legend p{
    font-size: 14px;
    font-weight: 400;
    display: inline;
    margin-left: 15px;
}
.legend .mark{
    display: inline-block;
    height: 20px;
    width: 15px;
    margin-right: 5px;
}
.legend .marker-department{
    background: url("https://static.bankiros.ru/bankiros/images/new/marker-department.svg") center no-repeat;
}
.legend .marker-atm{
    background: url("https://static.bankiros.ru/bankiros/images/new/marker-atm.svg") center no-repeat;
}
.map-tabs{
    margin-bottom: 20px;
    margin-top: 20px;
}
.map-tabs .nav-tabs{
    border: none;
}
.map-tabs ul li{
    width: 150px;
    height: 40px;
    border: 1px solid #7bc057;
    text-align: center;

}
.map-tabs ul li a{
    border-radius: 0;
    color: #7bc057;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    border: none;
}
.map-tabs ul li a,
.map-tabs ul li span{
    border-radius: 0;
    color: #7bc057;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    border: none;
}
.map-tabs ul li.active a:focus,
.map-tabs ul li.active span:focus{
    border: none;
    background-color: transparent;
    color: #fff;
}
.map-tabs ul li:hover{
    background-color: #2396dc;
    border-color: #2396dc;
}
.map-tabs ul li:hover span,
.map-tabs ul li:hover a{
    color: #fff;
    border: none;
    background-color: transparent;
}
.map-tabs ul .active:hover{
    border-color: #7bc057;
}
.map-tabs ul .active:hover a,
.map-tabs ul .active:hover span{
    color: #fff;
    background-color: transparent;
    border: none;
}
.map-tabs ul li.active{
    background-color: #7bc057;
}
.map-tabs ul li.active a,
.map-tabs ul li.active span{
    color: #fff;
    border: none;
    background-color: transparent;
}

.map-tabs.curr ul.nav-tabs li{
    height: auto!important;
    width: 50%;
}

.map-tabs.curr ul.nav-tabs li span{
    display: block;
}

.city-select p.city{
    margin-top: 0;
}
.bank-select .bank{
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
    display: inline;
}
.bank-select .dropdown-toggle{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 15px;
    display: inline;
}
.bank-select .add-link{
    display: inline;
    position: relative;
}
.bank-select .dropdown-menu{
    border: 1px solid #d9d9d9;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    left: 0;
    min-width: 200px;
}
#bankSelectResult{
    display: inline;
}
#bankSelectResult label{
    display: inline;
    color: #959595;
    margin-left: 10px;
}
#bankSelectResult .glyphicon{
    font-size: 12px;
    margin-left: 5px;
}
#bankSelectResult .glyphicon:hover{
    cursor: pointer;
}

.news .link-bottom{
    margin-top: 10px;
}
.news h4,
.news .h4,
.term dt{
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    font-family: "lato black", sans-serif;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-right: 5px;
}
.term dd{
    padding-right: 5px;
}
.term .h4,
.term h4{
    margin-bottom: 5px;
}
.news img {
    font-size: 12px;
    font-weight: 300;
    color: #959595;
    margin-bottom: 10px;
    width: 100%;
}

.news_img{
    height: 95px;
    overflow: hidden;
}

.news time {
    font-size: 12px;
    font-weight: 300;
    color: #959595;
}
.news .second-block > div:nth-of-type(2) {
    margin-top: 15px;
}
.one-news img{
    max-width: 100% !important;
    height: auto !important;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.one-news .table img {
    height: 16px !important;
}
.row.news-footer{
    margin: 0;
	border-radius: 0 0 5px 5px;
}
.news-footer{
    background-color: #fcfcfc;
    padding: 20px;
    border-top: 1px solid #f2f2f2;
}
.news-footer time{
    color: #959595;
    font-size: 14px;
}
.news-footer .social-icon{
    text-align: left;
}
.news-footer .social-icon a{
    margin-top: 0;
    margin-right: 10px;
    margin-left: 0;
    float: left;
}
.news-footer > div{
    padding: 0;
}
.news-footer > div:nth-child(2){
    text-align: center;
}
.news-footer > div:last-child{
    text-align: left;
}
.news-footer .prev{
    margin-right: 10px;
}
.news-footer .next{
    margin-left: 10px;
}
.news-footer span.glyphicon{
    font-size: 12px;
}
.news-footer .text-share {
    margin-right: 10px;
}
.news-footer__share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wide-search input{
    float: left;
    width: calc(100% - 120px);
}
.wide-search.bank input{
    float: none;
    width: 100%;
}
.wide-search button{
    margin-left: 20px;
}
.alphabet{
    margin: 20px 0 15px;
}

.alphabet.alphabet--no-margin-b{
    margin-bottom: 0;
}

.alphabet.alphabet--no-margin-t{
    margin-top: 0;
}

.alphabet.alphabet--no-margin-b > .alphabet{
    margin-bottom: 0;
}
.alphabet a, .alphabet span{
    display: inline-block;
    text-transform: uppercase;
    padding:2px 4px;
}
.alphabet .active{
    color: #fff;
    background-color: #2396dc;
}
.alphabet .non-active{
    color: #959595;
    cursor: default;
}

.terms > div:nth-of-type(2) {
    margin-top: 15px;
}
.terms .row{
    margin: 0;
}
.terms .row > div{
    padding: 0;
}
.term.popular{
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}
.terms .popular:last-child{
    border: none;
}

.turn-expand {
    color: #388ec3;
    font-weight: 400;
    font-family: "lato black", sans-serif;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    margin: 0;
}
.turn-expand:hover {
    color: #7bc057;
}
.turn-expand label {
    cursor: pointer;
}
.turn-expand input[type=checkbox]{
    display: none;
}

.exchange .container-pd {
    padding-bottom: 0;
}
.exchange-mini {
    padding-top: 0;
}
tr.currency span {
    font-weight: 700;
}
.flag {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px;
    background: url(https://static.bankiros.ru/bankiros/images/new/flags.png) no-repeat;
    margin-top: 5px;
}
/*--------------FLAGS ------------*/
.flag.flag-xdr { background-position: 25px 25px}
.flag.flag-ad { background-position: 0 0 }
.flag.flag-ae { background-position: -16px 0 }
.flag.flag-af { background-position: -32px 0 }
.flag.flag-ag { background-position: -48px 0 }
.flag.flag-ai { background-position: -64px 0 }
.flag.flag-al { background-position: -80px 0 }
.flag.flag-amd { background-position: -96px 0 }
.flag.flag-an { background-position: -112px 0 }
.flag.flag-ao { background-position: -128px 0 }
.flag.flag-aq { background-position: -144px 0 }
.flag.flag-ar { background-position: -160px 0 }
.flag.flag-as { background-position: -176px 0 }
.flag.flag-at { background-position: -192px 0 }
.flag.flag-aud { background-position: -208px 0 }
.flag.flag-aw { background-position: -224px 0 }
.flag.flag-ax { background-position: -240px 0 }
.flag.flag-azn { background-position: 0 -16px }
.flag.flag-ba { background-position: -16px -16px }
.flag.flag-bb { background-position: -32px -16px }
.flag.flag-bd { background-position: -48px -16px }
.flag.flag-be { background-position: -64px -16px }
.flag.flag-bf { background-position: -80px -16px }
.flag.flag-bgn { background-position: -96px -16px }
.flag.flag-bh { background-position: -112px -16px }
.flag.flag-bi { background-position: -128px -16px }
.flag.flag-bj { background-position: -144px -16px }
.flag.flag-bl { background-position: -160px -16px }
.flag.flag-bm { background-position: -176px -16px }
.flag.flag-bn { background-position: -192px -16px }
.flag.flag-bo { background-position: -208px -16px }
.flag.flag-brl { background-position: -224px -16px }
.flag.flag-bs { background-position: -240px -16px }
.flag.flag-bt { background-position: 0 -32px }
.flag.flag-bw { background-position: -16px -32px }
.flag.flag-byr, .flag.flag-byn { background-position: -32px -32px }
.flag.flag-bz { background-position: -48px -32px }
.flag.flag-cad { background-position: -64px -32px }
.flag.flag-cc { background-position: -80px -32px }
.flag.flag-cd { background-position: -96px -32px }
.flag.flag-cf { background-position: -112px -32px }
.flag.flag-cg { background-position: -128px -32px }
.flag.flag-chf { background-position: -144px -32px }
.flag.flag-ci { background-position: -160px -32px }
.flag.flag-ck { background-position: -176px -32px }
.flag.flag-cl { background-position: -192px -32px }
.flag.flag-cm { background-position: -208px -32px }
.flag.flag-cny { background-position: -224px -32px }
.flag.flag-co { background-position: -240px -32px }
.flag.flag-cr { background-position: 0 -48px }
.flag.flag-cu { background-position: -16px -48px }
.flag.flag-cv { background-position: -32px -48px }
.flag.flag-cw { background-position: -48px -48px }
.flag.flag-cx { background-position: -64px -48px }
.flag.flag-cy { background-position: -80px -48px }
.flag.flag-czk { background-position: -96px -48px }
.flag.flag-de { background-position: -112px -48px }
.flag.flag-dj { background-position: -128px -48px }
.flag.flag-dkk { background-position: -144px -48px }
.flag.flag-dm { background-position: -160px -48px }
.flag.flag-do { background-position: -176px -48px }
.flag.flag-dz { background-position: -192px -48px }
.flag.flag-ec { background-position: -208px -48px }
.flag.flag-ee { background-position: -224px -48px }
.flag.flag-eg { background-position: -240px -48px }
.flag.flag-eh { background-position: 0 -64px }
.flag.flag-er { background-position: -16px -64px }
.flag.flag-es { background-position: -32px -64px }
.flag.flag-et { background-position: -48px -64px }
.flag.flag-eur { background-position: -64px -64px }
.flag.flag-fi { background-position: -80px -64px }
.flag.flag-fj { background-position: -96px -64px }
.flag.flag-fk { background-position: -112px -64px }
.flag.flag-fm { background-position: -128px -64px }
.flag.flag-fo { background-position: -144px -64px }
.flag.flag-fr { background-position: -160px -64px }
.flag.flag-ga { background-position: -176px -64px }
.flag.flag-gbp { background-position: -192px -64px }
.flag.flag-gd { background-position: -208px -64px }
.flag.flag-ge { background-position: -224px -64px }
.flag.flag-gg { background-position: -240px -64px }
.flag.flag-gh { background-position: 0 -80px }
.flag.flag-gi { background-position: -16px -80px }
.flag.flag-gl { background-position: -32px -80px }
.flag.flag-gm { background-position: -48px -80px }
.flag.flag-gn { background-position: -64px -80px }
.flag.flag-gq { background-position: -80px -80px }
.flag.flag-gr { background-position: -96px -80px }
.flag.flag-gs { background-position: -112px -80px }
.flag.flag-gt { background-position: -128px -80px }
.flag.flag-gu { background-position: -144px -80px }
.flag.flag-gw { background-position: -160px -80px }
.flag.flag-gy { background-position: -176px -80px }
.flag.flag-hk, .flag.flag-hkd { background-position: -192px -80px }
.flag.flag-hn { background-position: -208px -80px }
.flag.flag-hr { background-position: -224px -80px }
.flag.flag-ht { background-position: -240px -80px }
.flag.flag-huf { background-position: 0 -96px }
.flag.flag-ic { background-position: -16px -96px }
.flag.flag-id { background-position: -32px -96px }
.flag.flag-ie { background-position: -48px -96px }
.flag.flag-il { background-position: -64px -96px }
.flag.flag-im { background-position: -80px -96px }
.flag.flag-inr { background-position: -96px -96px }
.flag.flag-iq { background-position: -112px -96px }
.flag.flag-ir { background-position: -128px -96px }
.flag.flag-is { background-position: -144px -96px }
.flag.flag-it { background-position: -160px -96px }
.flag.flag-je { background-position: -176px -96px }
.flag.flag-jm { background-position: -192px -96px }
.flag.flag-jo { background-position: -208px -96px }
.flag.flag-jpy { background-position: -224px -96px }
.flag.flag-ke { background-position: -240px -96px }
.flag.flag-kgs { background-position: 0 -112px }
.flag.flag-kh { background-position: -16px -112px }
.flag.flag-ki { background-position: -32px -112px }
.flag.flag-km { background-position: -48px -112px }
.flag.flag-kn { background-position: -64px -112px }
.flag.flag-kp { background-position: -80px -112px }
.flag.flag-krw { background-position: -96px -112px }
.flag.flag-kw { background-position: -112px -112px }
.flag.flag-ky { background-position: -128px -112px }
.flag.flag-kzt { background-position: -144px -112px }
.flag.flag-la { background-position: -160px -112px }
.flag.flag-lb { background-position: -176px -112px }
.flag.flag-lc { background-position: -192px -112px }
.flag.flag-li { background-position: -208px -112px }
.flag.flag-lk { background-position: -224px -112px }
.flag.flag-lr { background-position: -240px -112px }
.flag.flag-ls { background-position: 0 -128px }
.flag.flag-ltl { background-position: -16px -128px }
.flag.flag-lu { background-position: -32px -128px }
.flag.flag-lv { background-position: -48px -128px }
.flag.flag-ly { background-position: -64px -128px }
.flag.flag-ma { background-position: -80px -128px }
.flag.flag-mc { background-position: -96px -128px }
.flag.flag-mdl { background-position: -112px -128px }
.flag.flag-me { background-position: -128px -128px }
.flag.flag-mf { background-position: -144px -128px }
.flag.flag-mg { background-position: -160px -128px }
.flag.flag-mh { background-position: -176px -128px }
.flag.flag-mk { background-position: -192px -128px }
.flag.flag-ml { background-position: -208px -128px }
.flag.flag-mm { background-position: -224px -128px }
.flag.flag-mn { background-position: -240px -128px }
.flag.flag-mo { background-position: 0 -144px }
.flag.flag-mp { background-position: -16px -144px }
.flag.flag-mq { background-position: -32px -144px }
.flag.flag-mr { background-position: -48px -144px }
.flag.flag-ms { background-position: -64px -144px }
.flag.flag-mt { background-position: -80px -144px }
.flag.flag-mu { background-position: -96px -144px }
.flag.flag-mv { background-position: -112px -144px }
.flag.flag-mw { background-position: -128px -144px }
.flag.flag-mx { background-position: -144px -144px }
.flag.flag-my { background-position: -160px -144px }
.flag.flag-mz { background-position: -176px -144px }
.flag.flag-na { background-position: -192px -144px }
.flag.flag-nc { background-position: -208px -144px }
.flag.flag-ne { background-position: -224px -144px }
.flag.flag-nf { background-position: -240px -144px }
.flag.flag-ng { background-position: 0 -160px }
.flag.flag-ni { background-position: -16px -160px }
.flag.flag-nl { background-position: -32px -160px }
.flag.flag-nok { background-position: -48px -160px }
.flag.flag-np { background-position: -64px -160px }
.flag.flag-nr { background-position: -80px -160px }
.flag.flag-nu { background-position: -96px -160px }
.flag.flag-nz { background-position: -112px -160px }
.flag.flag-om { background-position: -128px -160px }
.flag.flag-pa { background-position: -144px -160px }
.flag.flag-pe { background-position: -160px -160px }
.flag.flag-pf { background-position: -176px -160px }
.flag.flag-pg { background-position: -192px -160px }
.flag.flag-ph { background-position: -208px -160px }
.flag.flag-pk { background-position: -224px -160px }
.flag.flag-pln { background-position: -240px -160px }
.flag.flag-pn { background-position: 0 -176px }
.flag.flag-pr { background-position: -16px -176px }
.flag.flag-ps { background-position: -32px -176px }
.flag.flag-pt { background-position: -48px -176px }
.flag.flag-pw { background-position: -64px -176px }
.flag.flag-py { background-position: -80px -176px }
.flag.flag-qa { background-position: -96px -176px }
.flag.flag-ron { background-position: -112px -176px }
.flag.flag-rs { background-position: -128px -176px }
.flag.flag-rub { background-position: -144px -176px }
.flag.flag-rw { background-position: -160px -176px }
.flag.flag-sa { background-position: -176px -176px }
.flag.flag-sb { background-position: -192px -176px }
.flag.flag-sc { background-position: -208px -176px }
.flag.flag-sd { background-position: -224px -176px }
.flag.flag-sek { background-position: -240px -176px }
.flag.flag-sgd { background-position: 0 -192px }
.flag.flag-sh { background-position: -16px -192px }
.flag.flag-si { background-position: -32px -192px }
.flag.flag-sk { background-position: -48px -192px }
.flag.flag-sl { background-position: -64px -192px }
.flag.flag-sm { background-position: -80px -192px }
.flag.flag-sn { background-position: -96px -192px }
.flag.flag-so { background-position: -112px -192px }
.flag.flag-sr { background-position: -128px -192px }
.flag.flag-ss { background-position: -144px -192px }
.flag.flag-st { background-position: -160px -192px }
.flag.flag-sv { background-position: -176px -192px }
.flag.flag-sy { background-position: -192px -192px }
.flag.flag-sz { background-position: -208px -192px }
.flag.flag-tc { background-position: -224px -192px }
.flag.flag-td { background-position: -240px -192px }
.flag.flag-tf { background-position: 0 -208px }
.flag.flag-tg { background-position: -16px -208px }
.flag.flag-th { background-position: -32px -208px }
.flag.flag-tjs { background-position: -48px -208px }
.flag.flag-tk { background-position: -64px -208px }
.flag.flag-tl { background-position: -80px -208px }
.flag.flag-tmt { background-position: -96px -208px }
.flag.flag-tn { background-position: -112px -208px }
.flag.flag-to { background-position: -128px -208px }
.flag.flag-try { background-position: -144px -208px }
.flag.flag-tt { background-position: -160px -208px }
.flag.flag-tv { background-position: -176px -208px }
.flag.flag-tw { background-position: -192px -208px }
.flag.flag-tz { background-position: -208px -208px }
.flag.flag-uah { background-position: -224px -208px }
.flag.flag-ug { background-position: -240px -208px }
.flag.flag-usd { background-position: 0 -224px }
.flag.flag-uy { background-position: -16px -224px }
.flag.flag-uzs { background-position: -32px -224px }
.flag.flag-va { background-position: -48px -224px }
.flag.flag-vc { background-position: -64px -224px }
.flag.flag-ve { background-position: -80px -224px }
.flag.flag-vg { background-position: -96px -224px }
.flag.flag-vi { background-position: -112px -224px }
.flag.flag-vn { background-position: -128px -224px }
.flag.flag-vu { background-position: -144px -224px }
.flag.flag-wf { background-position: -160px -224px }
.flag.flag-ws { background-position: -176px -224px }
.flag.flag-ye { background-position: -192px -224px }
.flag.flag-yt { background-position: -208px -224px }
.flag.flag-zar { background-position: -224px -224px }
.flag.flag-zm { background-position: -240px -224px }
.flag.flag-zw { background-position: 0 -240px }

.mr-t10 {
    margin-top: 10px;
}

.currency-ps-table {
    padding-top: 0;
}
.currency-ps-table .tr {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    padding-top: 15px;
}
.currency-ps-table .tr:first-child {
    padding-top: 10px;
}
.currency-ps-table .tr:last-child {
    border-bottom: none;
}
.currency-ps-table .header {
    font-weight: 400;
    font-family: "lato black", sans-serif;
}
.currency-ps-table .value {
    font-size: 18px;
}
.currency-ps-table .value span{
    font-weight: 700;
}

.table-charts{
    font-size: 18px;
    width: 100%;
}
.table-charts tbody{
    border: none;
}
.table-charts th{
    color: #373737;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}
.table-charts td{
    padding: 10px 15px 10px 0;
}
.table-charts tr.active{
    background-color: #f2f2f2;
}
.table-charts .flag{
    margin-left: 3px;
}
.chart-container{
    /* float: right;*/
    position: relative;
    border: 1px solid #d9d9d9;
    min-height: 300px;
    padding: 20px 20px 20px 10px;
}


.data-picker, .link-near-title{
    padding-top: 17px;
}

.link-near-title{
    font-weight: 400;
    font-family: "lato black", sans-serif;
}


#dp-text  {
    padding-top: 0;
    text-align: left;
    margin-left: 10px;
}
.data-picker .form-control,
.data-picker .form-control {
    color: #2396dc;
    border: none;
    outline: none;
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    box-shadow: none;
    padding: 0;
    display: inline-block;
    max-width: 85px;
    height: 17px;
    text-align: right;
    padding-left: 5px;
    background: transparent;
}
#dp-text .form-control {
    max-width: 120px;
    text-align: left;
}
.datepicker table tr td.today {
    color: #fff;
    background-color: #2396dc;
    border-color: #2396dc;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.active:hover, .datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.today:hover {
    color: #fff;
    background-color: #7bc057;
    border-color: #7bc057;
}
.datepicker {
    border-radius: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.converter {
    padding-bottom: 0;
}
.converter .converter-input {
    margin-bottom: 20px;
    min-height: 71px;
}
.converter .converter-input .currency {
    float: left;
    width: 100px;
    padding-top: 3px;
}
.converter .converter-input label.currency {
    padding-left: 40px;
}
.converter .converter-input .currency-fully {
    color: #959595;
    font-size: 12px;
    font-weight: 300;
    padding-left: 100px;
}
.converter .converter-input .form-control {
    width: calc(100% - 100px);
}

.converter-input .currency-amd,
.converter-input .currency-aud,
.converter-input .currency-azn,
.converter-input .currency-bgn,
.converter-input .currency-byn,
.converter-input .currency-cad,
.converter-input .currency-chf,
.converter-input .currency-cny,
.converter-input .currency-czk,
.converter-input .currency-dkk,
.converter-input .currency-eur,
.converter-input .currency-gbp,
.converter-input .currency-hkd,
.converter-input .currency-huf,
.converter-input .currency-inr,
.converter-input .currency-jpy,
.converter-input .currency-kgs,
.converter-input .currency-krw,
.converter-input .currency-kzt,
.converter-input .currency-mdl,
.converter-input .currency-nok,
.converter-input .currency-pln,
.converter-input .currency-ron,
.converter-input .currency-rub,
.converter-input .currency-sdr,
.converter-input .currency-sek,
.converter-input .currency-sgd,
.converter-input .currency-tjs,
.converter-input .currency-tmt,
.converter-input .currency-try,
.converter-input .currency-uah,
.converter-input .currency-uzs,
.converter-input .currency-zar,
.converter-input .currency-usd,
.converter-input .currency-chf,
.converter-input .currency-brl,
.converter-input .currency-xdr {
    padding-left: 40px;
}
.converter-input .currency-amd {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-amd.svg") left no-repeat;
    background-size: 30px;
}
.converter-input .currency-aud {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-aud.svg") left no-repeat;
    background-size: 30px;
}
.converter-input .currency-azn {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-azn.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-bgn {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-bgn.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-byn {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-byn.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-cad {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-cad.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-chf {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-cad.chf") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-cny {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-cny.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-czk {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-czk.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-dkk {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-dkk.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-eur {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-eur.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-gbp {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-gbp.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-hkd {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-hkd.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-huf {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-huf.svg") left no-repeat;
    background-size: 30px;
}
.converter-input .currency-inr {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-inr.svg") left no-repeat;
    background-size: 30px;
}
.converter-input .currency-jpy {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-jpy.svg") left no-repeat;
    background-size: 30px;
}
.converter-input .currency-kgs {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-kgs.svg") left no-repeat;
    background-size: 30px;
}
.converter-input .currency-krw {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-krw.svg") left no-repeat;
    background-size: 30px;
}
.converter-input .currency-kzt {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-kzt.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-mdl {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-mdl.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-nok {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-nok.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-pln {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-pln.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-ron {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-ron.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-rub {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-rub.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-sdr {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-sdr.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-sek {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-sek.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-sgd {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-sgd.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-tjs {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-tjs.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-tmt {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-tmt.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-try {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-try.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-uah {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-uah.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-uzs {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-uzs.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-zar {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-zar.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-usd {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-usd.svg") left no-repeat;
    background-size: 30px;

}
.converter-input .currency-chf {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-chf.svg") left no-repeat;
    background-size: 30px;
}
.converter-input .currency-brl {
    background: url("https://static.bankiros.ru/bankiros/images/new/icon-brl.svg") left no-repeat;
    background-size: 30px;
}

div.bank {
    padding-bottom: 0;
}
div.bank .h1,
div.bank h1 {
    margin-bottom: 10px;
}
.society {
    font-size: 14px;
    color: #959595;
}
.bank-info {
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}
.bank-info .h6,
.bank-info h6 {
    font-weight: 700;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}
.bank-info img {
    float: left;
    padding-right: 15px;
}
.bank-info a{
    display: block;
}
.bank-rating {
    border-top: 1px solid #d9d9d9;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 5px 0;
}
.bank-rating > div {
    border-right: 1px solid #d9d9d9;
    padding-top: 15px;
    padding-bottom: 20px;
}
.bank-rating > div:last-child {
    border-right: none;
}
.bank-rating .position {
    color: #7bc057;
    font-size: 18px;
    text-align: center;
    float: left;
    padding-right: 15px;
}
.bank-rating .position span{
    display: block;
    font-size: 24px;
    font-weight: 800;
}
.bank-rating .h6,
.bank-rating h6{
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
    padding-top: 2px;
    margin-bottom: 8px;
}
.bank-rating p{
    color: #959595;
    font-weight: 300;
    margin-bottom: 0;
}
.bankProd .h5,
.bankProd h5{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.bankProd .h5 a,
.bankProd h5 a{
    margin-top: 0;
}
.bankProd a,
.bankProd p{
    margin-bottom: 8px;
    display: block;
}
.aboutBank .info p span{
    font-weight: 700;
}
.aboutBank .info .highlighted span{
    color: #7bc057;
}
.aboutBank {
    padding-bottom: 0;
}
.aboutBank .button-container-col{
    margin-top: 20px;
}
.assets .h6,
.assets h6{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}
.assets p{
    color: #7bc057;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 0;
}
.assets p span{
    display: block;
    font-size: 40px;
    font-weight: 700;
}

.basic-cr-conditions ul{
    padding-left: 0;
}
.basic-cr-conditions ul li{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}
.marked-list{
    list-style-type: none;
}
.marked-list li:before{
    font-family: "Glyphicons Halflings";
    content: "\e013";
    font-size: 16px;
    color: #2396dc;
    padding-right: 5px;
}
.credit-calculation {
    padding-left: 20px;
    padding-right: 20px;
}
.credit-calculation h2,
.credit-calculation .h2,
.credit-calculation p{
    clear: both;
}
.credit-calculation p{
    margin-bottom: 20px;
}

.credit .advancedCalc {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.cr-conditions-tab li a{
    border-radius: 0;
    font-weight: 400;
    font-size: 18px;
    background-color: #FFFFFF;
    margin: 0;
    border: 1px solid #d9d9d9;
    color: #373737;
    border-bottom: 2px solid #d9d9d9;
}
.cr-conditions-tab li.active a,
.cr-conditions-tab li.active a:focus,
.cr-conditions-tab li.active a:hover{
    border-top: 2px solid #2396dc;
    color: #2396dc ;
}
.cr-conditions-tab-content hr{
    border-top: 1px solid #f2f2f2;
    color: #f2f2f2;
    height: 1px;
    margin: 5px 0;
}
.cr-conditions-tab-content .p-header{
    font-size: 14px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
    color: #959595;
}

.best-offers .img {
    height: 55px;
}
.best-offers .img img{
    max-height: 30px;
    max-width: 100%;
    display: inline-block;
}

.best-offers .button-container a {
    font-size: 14px;
    line-height: 28px;
    margin: 0 auto;
}
.btn-primary span{
    color: #fff;
}
span.btn-primary{
    color: #fff;
}
span.btn-primary:hover{
    color: #fff;
}
.best-offers .btn-primary{
    color: #fff !important;
}

#citysearch thead , #banksearch thead{
    display: none;
}
.overflow-x {
    overflow-x: auto;
}
.wiki_count {
    float: right;
}
.pageTableBankBtAll, #drop_curr, .pageDivBankBtAll {
    cursor: pointer;
    color: #2396dc;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.pageTableBankBtAll:hover, #drop_curr:hover, .pageDivBankBtAll:hover {
    color: #7bc057;
}

.container-pd.exchange .h2,
.container-pd.exchange h2 {
    float: left;
}

.headBankCurr {
    cursor: pointer;
}

.headBankCurr:hover {
    color: #defff5;
}
.dropVal {
    font: 18px "Lato";
    font-weight: 400;
    margin: 5px 0 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    position: relative;
}

.drop_curr {
    position: absolute;
    background: #fff;
    padding: 10px;
    right: 0;
    top: 30px;
    max-height: 400px;
    overflow-y: auto;
    min-width: 200px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
    font-weight: 400;
    z-index: 15;
}
.drop_curr ul{
    padding: 0;
}
.drop_curr li{
    list-style: none;
}
table.exchange.usd td, table.exchange.eur td,
table.exchange.usd td:last-child, table.exchange.eur td:last-child{
    width: calc(100% / 3);
}
.navbar-nav > li.active_link a{
    color: #2396dc !important;
}
.navbar-nav > li.active_link a:hover{
    color: #7bc057 !important;
}
.standard.banks img {
    max-width: 100px;
    max-height: 70px;
}

.standard.banks .xxx-bank-nomination-image img{
    display: block;
    margin-top: 5px;
    width: 60px;
}
.tdAll {
    padding: 0 !important;
}

#fountainTextG{
    display: none;
}

.bank.sort {
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 6px 0;
    line-height: 1;
    width: 90%;
    margin: 0 auto;
    text-transform: uppercase;
    cursor: pointer;
}

.bank.sort.active {
    color: #fff;
    background: #2396dc;
}

.standard.cbrfView td {
    width: calc(100% / 3);
}
.container-pd.converter .h1,
.container-pd.converter h1{
    float: left;
}
.converterType {
    float: left;
    margin-left: 10px;
    padding-top: 15px;
}

.standard.products.prodbank span.imp-number,
.products.prodbank span.imp-number,
.standard-cr-table.prodbank span.imp-number{
    color: #333 !important;
    font-size: 100% !important;
    font-weight: normal !important;
}

#Filials, #Bankomats, #GeoObjects {
    height: 400px;
}

.conv-val {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333 !important;
    display: inline !important;
}

.conv-val + .ic-info {
    position: absolute;
}

#currency {
    width: 100%;
}

.bank_sub.menu {
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 6px 0;
    line-height: 1;
    width: 90%;
    margin: 10px auto;
    text-transform: uppercase;
    cursor: pointer;
    background: #fff;
    display: block;
}

.bank_sub.menu:first-child {
    margin: 0 10px 10px 10px;
}

.bank_sub.menu.active {
    color: #fff;
    background: #2396dc;
}

.best-offers .h4,
.best-offers h4 {
    margin-bottom: 2px;
}

/** SOCIAL BUTTONS **/
.icon {
    width: 26px;
    height: 26px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #2396dc;
    font: 14px "bankiros";
    color: #2396dc;
    text-align: center;
    margin-left: 10px;
    margin-top: 8px;
    padding-top: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    float: right;
}
.icon-vk:before {
    content: "\e921";
}
.icon-vk:hover {
    background: #45668e;
    border-color: #45668e;
}
.icon-fb:before {
    content: "\e91b";
}
.icon-fb:hover {
    background: #3b5998;
    border-color: #3b5998;
}
.icon-tw:before {
    content: "\e921";
}
.icon-tm:before {
    content: "\e91f";
}
.icon-tm:hover {
    color: #ffffff;
    background: #2396dc;
    border-color: #2396dc;
}
.icon-ok:before {
    content: "\e91d";
}
.icon-ok:hover {
    background: #ff851b;
    border-color: #ff851b;
}
.icon-tw:hover {
    background: #55acee;
    border-color: #55acee;
}
.icon-g:before {
    content: "\f0d5";
}
.icon-g:hover{
    background: #dd4337;
    border-color: #dd4337
}

.icon-tw:hover,
.icon-fb:hover,
.icon-vk:hover,
.icon-ok:hover,
.icon-g:hover {
    text-decoration: none;
    color: #fff;
}

.share42-item {
    float: left;
    display: block;
    position: relative;
}

.share42-item:before {
    width: 32px;
    height: 32px;
    font: 18px "FontAwesome";
    border-radius: 50%;
    border: 1px solid #2396dc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.share42-item:nth-child(1):before,
.share42-item:nth-child(2):before,
.share42-item:nth-child(3):before,
.share42-item:nth-child(4):before,
.share42-item:nth-child(5):before {
    color: #2396dc;
    position: absolute;
    left: 0;
    padding-top: 5px;
    background: transparent;
    line-height: 1;
    z-index: 99;
}

/* FB */
.share42-item:nth-child(1):before {
    content: "\f09a";
    padding-left: 9px;
}
/* G+ */
/*.share42-item:nth-child(2):before {
    content: "\f0d5";
    padding-left: 5px;
}*/
/* OK */
.share42-item:nth-child(2):before {
    content: "\f263";
    padding-left: 8px;
}
/* Twitter */
.share42-item:nth-child(3):before {
    content: "\f099";
    padding-left: 7px;
}
/* VK */
.share42-item:nth-child(4):before {
    content: "\f189";
    padding-left: 5px;
}
.share42-empty a {
    width: 32px;
    height: 32px;
    font-size: 18px;
}
.share42-item a {
    position: relative;
    z-index: 999;
    background: none !important;
}
/** SOCIAL BUTTONS - END **/

.no-padding {
    padding: 0 !important;
}
#compare-product-table .bank-icon {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

/*table*/

.table-standard caption{
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
}
.table-standard p{
    margin-bottom: 0;
}
.table-standard tr > *{
    border: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 10px;
    text-align: left;
}
.table-standard th{
    text-transform: uppercase;
    color: #959595;
}
.table-standard tr:nth-child(even){
    background-color: #fcfcfc;
}

.articleContent table {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:20px 0;
    border:#ccc 1px solid;
    border-collapse:separate;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

.articleContent table th {
    font-weight:bold;
    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.articleContent table th:first-child{
    text-align: left;
    padding-left:20px;
}
.articleContent table tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.articleContent table tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.articleContent table tr{
    text-align: center;
    padding-left:20px;
}
.articleContent table tr td:first-child{
    text-align: left;
    padding-left:20px;
    border-left: 0;
}
.articleContent table tr td {
    padding:18px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.articleContent table tr:nth-child(even) td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.articleContent table tr:last-child td{
    border-bottom:0;
}
.articleContent table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.articleContent table tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.articleContent table tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: auto !important;
    height: auto !important;
}

.gsc-input-box {
    height: auto !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: #2396dc !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #2396dc !important;
    background-color: #14a9f6 !important;
}

.bankCountPr {
    display: inline-block;
}

.newsTitle {
    min-height: 92px;
}

ul.yiiPager,
ul.pagination{
    font-size: 11px;
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

ul.yiiPager li,
ul.pagination li {
    display: inline;
}

ul.yiiPager .disabled,
ul.pagination .disabled {
    border: solid 1px #DEDEDE;
    color: #888888;
    padding: 10px 15px;
    text-decoration: none;
}

ul.yiiPager a:link, ul.yiiPager a:visited,
ul.pagination a:link, ul.pagination a:visited {
    border: solid 1px #33b9cc;
    font-weight: 400;
    font-family: "lato", sans-serif;
    color: #2396dc;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
}

ul.pagination li.next a{
    padding: 8px 15px 10px 15px;
}

ul.yiiPager li.active a,
ul.pagination li.active a{
    color: #ffffff;
    background-color: #2396dc;
}

.summary {
    text-align: right;
    padding: 5px;
    color: #2396dc;
}

.articleContent strong {
    font-weight: 400;
    font-family: "lato black", sans-serif;
}


.l-bank{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

}

.l-bank li{
    padding-top: 15px;
    font-size: 15px;
}

.l-bank li img{
    margin-right: 10px;
    height: 16px;
}

.l-bank li a{
    text-transform: none;
    font-weight: 500;
}

/* custom inclusion of right, left and below tabs */
.bank_view, .product_view{
    width: 720px;
    display: block;
    z-index: 500;
    position: relative;
}
#dropdown-credit_gl .dropdown-menu,
#dropdown-deposit_gl .dropdown-menu {
    width: auto !important;
    left: -459px;
    text-transform: none;
    padding: 0;
}

#dropdown-credit_gl .list-unstyled,
#dropdown-deposit_gl .list-unstyled {
    font-weight: normal;
}

#dropdown-deposit_gl .dropdown-menu {
    left: -564px;
    padding: 0 0 20px;
}
#dropdown-credit_gl .dropdown-menu:after,
#dropdown-credit_gl .dropdown-menu:before{
    left: 477px;
}
#dropdown-deposit_gl .dropdown-menu:after,
#dropdown-deposit_gl .dropdown-menu:before{
    left: 585px;
}
@media (max-width: 991px){
    #dropdown-credit_gl .dropdown-menu {
        left: -397px;
    }
    #dropdown-deposit_gl .dropdown-menu {
        left: -471px;
    }
    #dropdown-credit_gl .dropdown-menu:after,
    #dropdown-credit_gl .dropdown-menu:before{
        left: 407px;
    }
    #dropdown-deposit_gl .dropdown-menu:after,
    #dropdown-deposit_gl .dropdown-menu:before{
        left: 480px;
    }

    .cashback-bl {
        padding-left: 50px
    }

}
@media (max-width: 943px) {
    .cashback-bl{
        padding-left: 15px
    }
}

.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-left > .nav-tabs > li{
    float: none;
}

.tabs-left > .nav-tabs {
    float: left!important;
    width: 136px;
}

.header li:first-child .dropdown-menu ul:after,
.header li:first-child .dropdown-menu ul:before{
    display: none;
}

.tabs-left > .nav-tabs > li > .a {
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 74px;
    margin-right: -1px;
    border-color:transparent;
    transition: none;
    padding: 10px 15px!important;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
    display: block;
}

.tabs-left > .nav-tabs > li > .a:hover,
.tabs-left > .nav-tabs > li > .a:focus {
    border-color: transparent #ddd transparent transparent;
}

.tabs-left .tab-content{
    width: 584px;
    float: left!important;
    min-height: 404px;
    position: relative;
    background: #f8f8f8;
    padding:12px 20px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.tabs-left .nav-tabs > li{
    margin-bottom: 0;
    font-size: 17px;
}

.nav-tabs > li.active > .a,
.nav-tabs > li.active > .a:hover,
.nav-tabs > li.active > .a:focus{
    border:1px solid;
}

.tabs-left > .nav-tabs .active > .a,
.tabs-left > .nav-tabs .active > .a:hover,
.tabs-left > .nav-tabs .active > .a:focus {
    border-color:  #ddd #f8f8f8 #ddd #f8f8f8;
    background: #f8f8f8;
    margin-right: -1px ;
    cursor: pointer;
}

.tabs-left .tab-content .ttl{
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
}

.dr_opener{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.dr_opener:hover{
    color: #c9dfed!important;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.g_ban_bot{
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
}

.g_ban_top{
    text-align: center;
    margin: 5px 0 15px;
    padding: 10px 15px;
    overflow: hidden;
}


.pb-0{
    padding-bottom: 0;
}

.bank_finder{
    padding-top: 10px;
}

.bank_choose{
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px;
    outline: none;
    display: inline;
    word-break: break-all;
}

p.bank{
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
    margin-top: 5px;
}

.o_auto{
    overflow: auto;
}

.inline{
    display: inline;
}

.margin_right_li {
    margin-right: 25px;
}

.ind_row{
    text-align: center;
}


.ind_row{
    text-align: center;
}

.ind_row .ind{
    float: left;
    display: block;
    width: 32%;
    padding-left: 10px;
    text-align: center;
    padding-right: 0;
}

.ind_row .ind:last-child{
    width: 34%;
}

.f_count p{
    padding-top: 6px;
}

.f_count{
    text-align: right;
}
.second-menu .dropdown-menu > li > a{
    color: #2396dc;
}
.second-menu .dropdown-menu{
    border-top: 1px solid #d9d9d9;
}

.menu_all_link{
    display: block;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/*Модальное окно заявки*/
#app .modal-header h1{
    margin-bottom: 0;
}
#app .modal-body>div{
    margin-bottom: 20px;
}
#app .form-control{
    height: 30px;
    font-size: 16px;
}
#app .modal-body .m_label{
    font-size:15px ;
    font-weight: 400;
    font-family: "lato black", sans-serif;
    padding: 5px 0;
    display: block;
}

#app .select2-container--default .select2-selection--single{
    height: 30px;
    padding: 0;
}

#app .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 2px;
}

#app .modal-footer .btn-primary{
    padding: 12px;
    height: auto;
}

#app .modal-content{
    border-radius: 0;
}

.has-error input{
    border-color: #d9534f;
}

.error_block{
    color: #d9534f;
    font-size: 14px;
    padding-top: 5px;
}

.has-error input:focus{
    border-color: #d9534f;
}

.chk_cont img{
    margin-right: 5px;
    margin-top: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 5px;
}

.select2-container--default .select2-selection--single {
    border-color: #d9d9d9;
}

.select2.select2--informer-fix + .select2 .select2-selection__rendered {
    height: 100%;
    line-height: 35px;
}

.select2.select2--informer-fix + .select2 .select2-selection__arrow b {
    display: none;
}

.select2.select2--informer-fix + .select2 .select2-selection__arrow {
    width: 10px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.select2.select2--informer-fix + .select2 .select2-selection__arrow:before {
    content: "\e919";
    font-family: "bankiros";
    position: absolute;
    z-index: 50;
    -webkit-transform: translateY(-50%) rotate(
      -90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(
      -90deg);
    -webkit-transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -ms-transition: transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    top: 50%;
    font-size: 10px;
}

.select2.select2--informer-fix + .select2.select2-container--open .select2-selection__arrow:before {
    -webkit-transform: translateY(-50%) rotate(
      90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(
      90deg);
}

.succses .select2-container--default .select2-selection--single {
    border-color: #7bc057 !important;
}

.select2-container--default .select2-selection--single {
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0; /* Firefox */
    -webkit-border-radius: 0; /* Safari, Chrome */
    -khtml-border-radius:  0; /* KHTML */
    padding: 5px;
    height: 45px;
}

.btn_st{
    text-align: center;
    background: #fcfcfc;
    border-top: 1px solid #f2f2f2;
    padding: 0!important;
}

.btn_st a, .btn_st .link_all_dep{
    padding: 20px;
    display: block;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: #2396dc;
    cursor: pointer;
}

.request_m_title{
    color: #2396dc;
    margin-top: 5px;
    display: inline-block;
    cursor: pointer;
}
.request_m_title:hover{
    color: #7bc057;
}

.request_info{
    font-size: 15px;
}
.text-left {
    text-align: left !important;
}

.mg_0 {
    margin: 0 !important;
}

.articleContent.wiki img  {
    max-width: 100% !important;
    height: auto !important;
}
.pre_docs li {
    width: 33.3%;
    float: left;
}
.inline-block {
    display: inline-block !important;
}
.cr_bt_c .btn-primary, .cr_bt_c .btn-default{
    line-height: 28px !important;
    font-size: 16px !important;
}
.close_calc {
    display: none;
    color: #2396dc;
    cursor: pointer;
}

.cr_calc_bt {
    background: #efedd5;
    border-top: 1px solid #dddbc3;
}

.currency .non-standard h2{
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
}

.curr_old, .curr_old .imp-number {
    color: #bbbbbb !important;
}
.currTable.products td:last-child {
    width: 20px;
    padding: 15px 5px;
}

.old-hidden {
    display: none;
}

.old-info {
    position: relative;
}

.old-info:hover .old-info-block{
    display: block;
}

.old-info-date {
    position: relative;
    font-size: 14px;
    width: 17px;
    height: 17px;
}
.old-info-date:before {
    font-family: "bankiros";
    content: "\e968";
    color: #eba71e;
}

.old-info-block {
    display: none;
    position: absolute;
    left: -20px;
    top: -70px;
    line-height: 12px;
    text-align: center;
    background: #fff;
    border: 2px solid #eba71e;
    width: 140px;
    padding: 2px 10px;
    -webkit-box-shadow: 1px 2px 5px 0 rgba(0,0,0,.2);
    box-shadow: 1px 2px 5px 0 rgba(0,0,0,.2);
    z-index: 15;
}

.old-info-arrow {
    bottom: -8px;
    left: 16px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 6px solid #eba71e;
    position: absolute;
}
.old-info-text {
    color: #bbb;
    font-size: 12px;
}

.input-search-dep {
    padding: 0 !important;
}
#drop_curr {
    min-width: 65px;
    display: inline-block;
}
.cbrf_dp {
    padding: 0 !important;
    display: flex!important;
    align-items: center;
    margin-left: 5px;
}
.cbrf_dp input{
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 5px !important;
    max-width: 74px !important;
    position: relative;
    top: -2px;
}
/*-------------------------new_credits----------------------*/
.no-product {
    padding: 60px 0 20px;
}

.cr-table{
    padding-top: 0;
    padding-bottom: 0;
}

.cr-table .cr-row:not(:first-child){
    border-top: 1px solid #d7d7d7;
}
.cr-thead{
    background-color: #2396dc;
    padding: 10px 5px;
    position: relative;
    z-index: 99;
}
.cr-thead select.cs-select{
    display: none;
}
.cr-thead .cs-select{
    width: 200px;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    z-index: 20 !important;
}
.cr-thead .cs-label{
    color: #b2daf2;
    font-size: 16px;
}
.cr-thead .cs-select .cs-placeholder{
    color: #fff;
}
.cr-thead .cs-select span{
    padding-top: 7px;
}
.table-search{
    top: 0;
    z-index: 30;
}
.table-search .sb-search-input{
    background-color: #2396dc;
    color: #fff;

}
.table-search .sb-search-submit{
    border: none;
    background-color: transparent;
}
.table-search .sb-icon-search{
    background-color: #2396dc;
    border: none;
    color: #fff;
}
.table-search.sb-search-open .sb-icon-search{
    background-color: #2396dc !important;
    color: #ffffff;
}
.table-search.sb-search-open{
    border-left: none;
}
.table-search .sb-search-input::-webkit-input-placeholder{
    color: #b2daf2;
}
.table-search .sb-search-input::-moz-placeholder{
    color: #b2daf2;
}
.table-search .sb-search-input:-ms-input-placeholder{
    color: #b2daf2;
}
.table-search.sb-search-open .sb-icon-search:before{
    font-family: "FontAwesome";
    content: "\f00d";
}


.cr-row{
    margin-right: -20px;
    margin-left: -20px;
    position: relative;
}

@media screen and (max-width: 740px) {

    .cr-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .bank-rating {
        margin-left: -15px;
        margin-right: -15px;
    }

    .cr-row .productBank .btn-primary {
        margin-top: 0;
    }

    .cr-row .productBank .xxx-mob-df--jsb {
        margin-top: 20px;
    }
    div.cr-row .productBank > div:last-child {
        padding-right: 15px;
    }
    .credits_row.cr-row .productBank > div:nth-child(4),
    .credits_row.cr-row .productBank > div.text-right {
        padding-right: 15px;
    }
    .cr-row .productBank .xxx-mob-df--jsb .subscr {
        text-align: left;
        margin-right: 10px;
    }
}

.cr-row .productBank,
.cr-row > .bank {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.cr-row__label{
    background: #485ee2;
    color: white;
    position: absolute;
    left: calc(25% + 15px);
    top: 0;
    padding: 4px 10px;
    line-height: 1;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 0 0 5px 5px;
    z-index: 1;
}

.cr-row .productBank > div:nth-child(4),
.cr-row .productBank > div.text-right {
    padding-right: 0;
}

.cr-row > .bank a {
    font-size: 18px;
    color: #373737;
}

.cr-row > .bank a:hover {
    color: #7bc057;
}

.cr-row > .bank a img {
    margin-right: 5px;
    height: 16px;
}
.cr-row .productBank-hidden{
    background:none;
}
.cr-row .productBank:hover{
    background-color: #fcfcfc;
    cursor: pointer;
}
.cr-row .cursor-default:hover{
    cursor: default;
}
.cr-row .productBank span.glyphicon{
    border-radius: 50%;
    border: 1px solid #959595;
    font-size: 11px;
    padding: 1px;
    margin-top: -3px;
}
.cr-row .productBank-hidden .description{
    background:#fbfbfb;
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
    padding-bottom: 25px;
    position: relative;
}
.cr-row .productBank .value{
    font-size: 18px;
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 5px;
    display: block;
}
.cr-row .subscr{
    font-size: 12px;
    color: #959595;
    display: block;
}
.cr-row .btn-primary{
    margin-top: 20px;
}
.cr-row .turn-expand{
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 12px;
}
.cr-row .cr-hidden .productBank{
    border-top: 1px dashed #d7d7d7;
}
.cr-row .close{
    z-index: 30;
    position: absolute;
    top: 10px;
    right: 20px;
}

p.advCalc label{
    color: #2396dc;
    font-weight: 400;
    font-family: "lato black", sans-serif;
    font-size: 16px;
    cursor: pointer;
    text-align: right;
    float: right;
}

.creditSort {
    display: inline-block;
    color: #fff;
    cursor: pointer;
}

.creditSort.act {
    font-weight: 400;
    font-family: "lato black", sans-serif;
}

.curr_inf {
    padding-top: 10px;
    text-align: right;
}

.recl_td {
    padding: 0 !important;
    text-align: center !important;
}
/*----------redirect page----------*/
.redirect-container{
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 30px;
    position: relative;
    background: url("https://static.bankiros.ru/bankiros/images/redirect_page/redirect_bg.svg") no-repeat 5% 99% #fff;
    background-size: 350px 350px ;
}
.redirect-block{
    text-align: center;
    max-width: 500px;
    margin: 5% auto;

}
.redirect-block .info{
    z-index: 10;
}
.redirect-container .logo img{
    max-width: 250px;
}
.redirect-block .gray-rect{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 50px;
    background-color: #f7f8f8;
    z-index: 5;
}
.redirect-block .text{
    font-size: 22px;
    margin: 30px 0 25px;
}
.redirect-block .bank-logo, .redirect-block .bank-name {
    padding: 20px;
    display: inline-block;
    border: 1px solid #f3f3f3;
    background-color: #ffffff;
}
.redirect-block .bank-logo img{
    max-width: 180px;
}
.redirect-block .sub-text{
    font-size: 18px;
    color: #999999;
}


/* Preloader */

.preloader{
    width: 100%;
    height: 100%;
    position: relative;
    margin: 70px 0;
    display: inline-block;
}
.preloader-wrap {
    position: absolute;
    left: calc(50% + 25px);
    top: 50%;
    height: 50px;
    margin-left: -150px;
}
.object{
    width: 15px;
    height: 15px;
    background-color: #2396dc;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-animation: object 1s infinite;
    animation: object 1s infinite;
}
.object:last-child {
    margin-right: 0px;
}

.object:nth-child(9){
    -webkit-animation-delay: 0.9s;
    animation-delay: -0.9s;
}
.object:nth-child(8){
    -webkit-animation-delay: 0.8s;
    animation-delay: -0.8s;
}
.object:nth-child(7){
    -webkit-animation-delay: 0.7s;
    animation-delay: -0.7s;
}
.object:nth-child(6){
    -webkit-animation-delay: 0.6s;
    animation-delay: -0.6s;
}
.object:nth-child(5){
    -webkit-animation-delay: 0.5s;
    animation-delay: -0.5s;
}
.object:nth-child(4){
    -webkit-animation-delay: 0.4s;
    animation-delay: -0.4s;
}
.object:nth-child(3){
    -webkit-animation-delay: 0.3s;
    animation-delay: -0.3s;
}
.object:nth-child(2){
    -webkit-animation-delay: 0.2s;
    animation-delay: -0.2s;
}

.foot_info {
    font-size: 12px;
    color: #808080;
}

.cbrf_date_w {
    padding-top: 0;
}
.cbrf_date_w input{
    padding-left: 0 !important;
    max-width: 66px !important;
}

.bank_page_logo img{
    max-width: 100%; max-height: 80px;
}

@-webkit-keyframes object{
    50% {
        -ms-transform: translate(0,-50px);
        -webkit-transform: translate(0,-50px);
        transform: translate(0,-50px);
    }
}
@keyframes object{
    50% {
        -ms-transform: translate(0,-50px);
        -webkit-transform: translate(0,-50px);
        transform: translate(0,-50px);
    }
}

@media (max-width: 767px){
    .redirect-container{
        background-size: 200px;
        background-position: 0 100%;
    }
    .redirect-block .text{
        font-size: 18px;

    }
    .redirect-container .bank-logo img{
        max-width: 150px;
    }
    .redirect-block .sub-text{
        font-size: 14px;
    }
}

/*----------redirect page----------*/

@media (max-width: 991px){
    .table-search {
        border: none;
    }
    .table-search .sb-search-input{
        padding: 15px;
    }
    .table-search .sb-icon-search{
        height: 100%;
        line-height: 57px;
    }
    .news_img{
        height: 170px;
    }
}

@media (max-width: 767px){
    /*.cr-row{
        padding-bottom: 40px;
    }*/
    /*.cr-row .turn-expand{
    top: 30px;
    left: calc(100% - 110px);
    }*/
    .cr-row .turn-expand {
        margin-bottom: 20px;
        margin-left: 15px;
        font-size: 12px;
        position: static;
        float: left;
    }

    .cr-row .turn-expand.turn-expand--absolute {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .cr-row.cr-row--labeled{
       padding-top: 10px;
    }

    .cr-row__label {
        left: 50%;
        transform: translateX(-50%);
    }

    .cr-row > .bank {
        padding-bottom: 0;
    }
    .cr-row .productBank {
        padding-left: 0;
        padding-right: 0;

    }

    p.advCalc label {
        float: none;
        margin-left: 20px;
    }


    .cr-row .productBank.productBank--column{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .cr-row .productBank.productBank--column > div{
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-column-gap: 10px;
    }

    .cr-row .productBank.productBank--column > div .value{
        margin: 0;
    }

    .cr-row .productBank.productBank--column > div .value{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .cr-row .productBank.productBank--column > div .subscr{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }


    .cr-row .productBank.productBank--column .name{
        padding-left: 0;
        margin-bottom: 10px;
    }

    .cr-row .productBank.productBank--column .xxx-mob-df--jsb{
        margin-top: 10px;
    }

    .cr-row .productBank.productBank--column .productBank__btn-cell .btn-primary{
        width: 100%;
    }

    .cr-row .productBank.productBank--column .productBank__cell-full{
        grid-template-columns: 1fr;
    }
}
/*-------------------------new_credits----------------------*/


@media (max-width: 991px){
    .allCities > div:nth-child(6n+6){
        clear: both;
    }
    .sb-search {
        top: 57px;
        height: 40px;
        border: 1px solid #d9d9d9;
        border-right: none;
    }
    .sb-icon-search,
    .sb-search-submit{
        height: 40px;
        line-height: 40px;
    }
    .sb-search-input{
        padding: 10px 20px;
    }

    .second-menu .phone {
        position: static;
    }

    .window-cities .popular ul{
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

    .calculator .btn-primary{
        /* width: 100%;*/
    }
    .advancedCalc > .row > div:nth-child(5){
        clear: both;
    }

    .first-block article.news:nth-of-type(1),
    .first-block article.news:nth-of-type(2){
        padding-bottom: 20px;
    }
    .news .second-block > div:nth-of-type(2) {
        margin-top: 0;
    }

    .term {
        margin-bottom: 10px;
    }
    .term:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    .terms > div:nth-of-type(2) {
        margin-top: 5px;
    }

    .bankProd > .row > div:not(:last-child){
        margin-bottom: 20px;
    }

    .main-menu .nav > li {
        font-size: 14px;
    }
    .main-menu .nav > li > a,
    .main-menu .nav > li > span{
        padding: 21px 5px;
    }

    /*.main-menu .nav {
        margin: 0;
    }*/
    .l-bank{
        column-count:2;
    }
    .bank_view {
        width: 538px;
    }
    .tabs-left .tab-content {
        width: 416px;
        min-height: 535px;
    }
    .tabs-left > .nav-tabs > li > .a{
        font-size: 13px;
    }
    .tabs-left .tab-content .ttl{
        font-size: 19px;
    }

    .tabs-left > .nav-tabs > li > .a:hover,
    .tabs-left > .nav-tabs > li > .a:focus{
        border-color:transparent ;
    }

    .ind_row .ind{
        width: 100%;
        padding-left: 4px;
    }

    .ind_row .ind:last-child{
        width: 100%;
    }

    .sm-mb-20{
        margin-bottom: 20px;
    }

    .standard.chart-table{
        margin-top: 0!important;
    }
}

@media (min-width: 767px){
    .header .nav > li li:hover > .dropdown-menu{
        display: block ;
    }
    .foot-opener{
        display: none;
    }

    .footer-first .item .collapse{
        display: block;
    }
    .footer-first .item .h4{
        padding-bottom: 20px;
        margin: 0;
    }
    #app .modal-dialog{
        width: 660px;
    }
}

/*Открываем гамбургер на планшетах*/
@media (min-width: 991px) {
    .m_search_block {
        display: none;
    }
    .main-menu .nav > li > i{
        display: none;
    }
    .header .nav > li:hover > .dropdown-menu{
        display: block ;
    }
    .sb-search.mob{
        margin-top: 0!important;
        margin-right: 0!important;
    }
}

@media (max-width: 991px){
    .navbar-header{
        float: none;
    }
    .navbar-toggle{
        display: block;
    }
    .main-nav button.navbar-toggle{
        margin: 8px 0;
        border-radius: 0;
        border: 1px solid #FFFFFF;
    }
    .main-nav button.navbar-toggle[aria-expanded="false"] {
        background-color: transparent;
    }
    .main-nav button.navbar-toggle[aria-expanded="true"] {
        background-color: #FFFFFF;
    }
    .main-nav button.navbar-toggle[aria-expanded="true"] .icon-bar{
        background-color: #2396dc;
    }
    .main-nav button.navbar-toggle:hover{
        background-color: #FFFFFF;
    }
    .main-nav button.navbar-toggle .icon-bar{
        background-color: #FFFFFF;
    }
    .main-nav button.navbar-toggle:hover .icon-bar{
        background-color: #2396dc;
    }
    .main-menu{
        background-color: #2396dc;
        height: auto;
    }
    .main-menu>.nav{
        padding: 10px 20px;
    }
    .container > .navbar-collapse{
        margin: 0 -9px;
        position: relative;
        z-index: 20;
    }
    .main-menu .nav{
        margin: 0;
        float: none;
    }
    .main-menu .nav > li{
        padding: 0;
        float: none;
    }
    .main-menu .nav > li span{
        display: block;
        width: 100%;
        color: #FFFFFF;
    }
    .main-menu .nav > li.open .a,
    .main-menu .nav > li.open a{
        background-color: transparent;
        color: #fff!important;
    }

    .main-menu .nav > li.open a:hover{
        color: #c9dfed!important;
    }

    .second-menu .phone {
        position: static;
    }

    .sb-search {
        top: 0;
        border: none;
    }

    .container > .navbar-header{
        margin: 0 20px;
    }
    .main-nav{
        height: 40px;
    }
    .main-nav .logo{
        height: 50px;
    }
    .main-nav .logo img {
        margin-left: 0;
        max-width: 85%;
        height: 40px;
        margin-top: 5px;
    }
    .main-menu .nav > li > i{
        font-size: 20px;
        font-weight: 700;
        padding: 6px 0 8px 15px;
    }

    .main-menu .nav > li > a,
    .main-menu .nav > li > span{
        color: #FFFFFF;
        padding: 7px 0;
    }
    .tabs-left .tab-content {
        width: 100%;
        padding: 10px;
    }

    .tabs-left > .nav-tabs .active > .a,
    .tabs-left > .nav-tabs .active > .a:hover,
    .tabs-left > .nav-tabs .active > .a:focus{
        background: transparent;
    }

    .tabs-left > .nav-tabs > li > .a{
        padding: 10px 5px!important;
    }
    .l-bank {
        column-count: 1;
        padding: 0!important;
    }

    .bank_view{
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .tabs-left > .nav-tabs{
        width: 100%;
        padding: 0!important;
    }

    .header .dropdown-menu:after,
    .header .dropdown-menu:before{
        display:none ;
    }
    .main-menu .nav > li.open > i:before,
    .dropdown-menu > li.open > i:before{
        content: "\e260";
    }

    .dropdown-menu .dr_opener{
        padding: 7px 0 5px 15px;
        color: #fff;
        font-size: 18px;
    }
    .sb-search.mob{
        max-width: calc(100% - 70px);
    }
}

@media (max-width: 767px){

    .container > .navbar-collapse{
        margin:0!important;
    }

    .close_calc {
        padding-bottom: 10px;
    }
    p.closeAdvCalc {
        position: relative;
        top: 0;
        right: 0;
    }
    .credit-percent, .credit_month {
        display: inline !important;
    }

    .f_count{
        text-align: left;
    }

    .menu_all_link{
        position: static;
    }


    .bankCountPr {
        display: block;
    }

    .best-offers>div{
        margin-bottom: 10px;
    }

    .ind_row .ind{
        width: 32%;
    }

    .ind_row .ind:last-child{
        width: 34%;
    }

    .offer .button-container{
        padding: 10px;
    }

    .offer .product{
        margin-top: 0;
    }

    .mainNewsMobileClear {
        clear:both;
    }

    .window-cities .popular ul{
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }



    .header .dropdown-menu > li > a{
        color: #c9dfed;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s;
    }
    .header .dropdown-menu > li > a:hover{
        color: #ffffff;
        background-color: transparent;
    }
    .header .dropdown-menu{
        margin-top: 0;
        background-color: transparent;
        box-shadow: none;
        float: none;
        position: static;
    }
    .header .dropdown-menu:after,
    .header .dropdown-menu:before{
        display: none;
    }

    .header > div:first-child .container.search_block{
        margin: 0 20px;
        height: 40px;
    }

    li.for-full-widht-dpdmenu > a:before,
    li.for-full-widht-dpdmenu > a:after{
        display: none;
    }

    p.city{
        margin-top: 9px;
        margin-bottom: 8px;
    }
    .allCities > div:nth-child(6n+6){
        clear: none;
    }
    .allCities > div:nth-child(5n+5){
        clear: both;
    }


    .sberbank-logo{
        max-width: none!important;
        font-size: 14px!important;
        margin: 15px!important;
    }

    .second-nav .logo{
        margin-right: 30px;
        margin-top: 0;
    }

    .second-nav ul.navbar-nav {
        white-space: nowrap;
        padding: 0 !important;
        z-index: 20;
    }

    .second-nav .navbar-toggle{
        margin-right: 0;
        border-radius: 0;
        border-color: #2396dc;
    }
    .second-nav .navbar-toggle .icon-bar{
        background-color: #2396dc;
    }
    .second-nav .navbar-toggle:hover,
    .second-nav .navbar-toggle:focus{
        background-color: #2396dc;
    }
    .second-nav .navbar-toggle:hover .icon-bar,
    .second-nav .navbar-toggle:focus .icon-bar{
        background-color: #ffffff;
    }
    .second-nav .second-menu{
        background-color: #ffffff;
        border: none;
        border-bottom: 1px solid #d9d9d9;
        z-index: 700;
        position: absolute;
        width: 100%;
        overflow-x: auto;
    }
    .second-menu .navbar-nav{
        margin: 0;
        padding: 20px;
    }
    .second-menu ul li{
        display: inline;
    }
    .second-menu ul li a{
        display: inline-block;
    }
    .full-width-dropdown-menu > a {
        position: relative;
    }
    .full-width-dropdown-menu {

    }
    .full-width-dropdown-menu ul li a {
        display: block;
    }
    .full-width-dropdown-menu li{
        padding-left: 0;
    }
    .header .full-width-dropdown-menu a {
        padding-left: 0;
    }
    .second-menu .more-link{
        display: inline;
    }

    .breadcrumbs{
        margin: 0 20px;
        white-space: nowrap;
        overflow-x: auto;
    }

    div.advCalc{
        text-align: left;
        clear: both;
    }
    .calculator .btn-primary{
        width: 180px;
        margin-bottom: 20px;
    }

    .first-block article.news{
        padding-bottom: 20px;
    }
    .first-block article.news:nth-last-of-type(1){
        padding-bottom: 0;
    }
    .one-news img {
        float: none;
        width: 100%;
    }
    .one-news .table img {
        height: 16px !important;
        width: auto;
        float: left;
    }

    .articleContent.wiki img {
        float: none;
        max-width: 100% !important;
    }

    .footer-first{
        padding: 20px 20px 0;
    }
    .footer-first .container div{
        padding-bottom: 10px;
        margin: 0;
    }

    .footer-second{
        padding: 10px 20px;
    }
    .footer-second .social-icon a{
        float: none;
    }
    .footer-second .social-icon{
        text-align: center;
    }

    .copyright{
        text-align: right;
    }


    .standard td,
    .standard th{
        padding: 10px 5px;
    }
    td.input-search-dep {
        padding: 0!important;
    }
    .standard td:first-child,
    .standard th:first-child{
        padding-left: 20px;
        padding-right: 20px;
    }
    .standard .wh-pd{
        border-bottom: none;
    }
    .wh-pd td{
        padding-bottom: 0;
    }

    .products td:first-child {
        width: 33.33%;
    }

    td.contact-links a {
        display: block !important;
        margin-top: 10px;
    }
    td.contact-links a:last-child {
        margin-bottom: 0;
    }

    table.exchange td {
        width: 100px;
        min-width: 100px;
    }

    table.exchange .address {
        padding-top: 15px;
    }
    .all-departments td {
        padding-top: 0;
    }

    .chart-container{
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
    }

    .data-picker, .link-near-title{
        text-align: left;
        padding-top: 0;
    }
    div.bank {
       /* padding-bottom: 5px;*/
    }
    .bank-rating div {
        border-right: none;
        padding-top: 15px;
        padding-bottom: 0;
    }
    .bank-info > div{
        margin-bottom: 20px;
    }
    .aboutBank .info .highlighted{
        margin-bottom: 30px;
    }
    .assets div:nth-of-type(3),
    .assets div:nth-of-type(4){
        margin-top: 20px;
    }
    .assets div:nth-of-type(3){
        margin-top: 20px;
        clear: both;
    }
    .assets p{
        color: #7bc057;
        font-size: 16px;
        line-height: 1.1;
        margin-bottom: 0;
    }
    .assets p span{
        display: block;
        font-size: 22px;
        font-weight: 700;
    }

    .table-scroll {
        overflow-x: auto;
    }

    .cr-conditions-tab li {
        width: 100%;
        clear: both;
    }

    .second-nav .sberbank-logo {
        width: auto;
    }

    .header .dropdown-menu ul {
        top: auto;
        left: auto;
        float: none;
        border: none;
        padding-left: 20px;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus{
        background: transparent;
    }

    #app .modal-body .m_label{
        padding-top: 0;
    }
    .main-menu .nav > li.open > span{
        color: #fff;
    }
    .pre_docs li {
        width: 100%;
        float: none;
    }

    .currency .non-standard td{
        vertical-align: top;
    }

    .currency .non-standard th{
        text-transform: uppercase;
        font-size: 20px;
        padding-left: 6px;
    }
    .currency .converter td:first-child{

    }
    .currency .non-standard th time{
        font-size: 14px;
        color: #959595;
    }
}

@media (max-width: 700px){
    .best-offers>div{
        width: 100%;
        margin-bottom: 10px;
    }
    .best-offers .offer .info{
        min-height: 100px!important;
    }
}

@media (max-width: 521px){
    .window-cities .popular ul{
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .non-standard .currency-value {
        padding: 10px;
    }
    .allCities > div{
        width: 50%;
    }
    .allCities > div:nth-child(6n+6){
        clear: none;
    }
    .allCities > div:nth-child(5n+5){
        clear: none;
    }
    .allCities > div:nth-child(2n+2){
        clear: both;
    }
    .header .exchange-table{
        clear: both;
        margin-bottom: 95px;

    }
    .exchange-table {
        display: none;
    }

    .news-footer .social-icon{
        width: 50%;
    }
    .news-footer > div:nth-child(2){
        text-align: right;
        width: 50%;
    }
    .news-footer > div:last-child{
        text-align: left;
        width: 100%;
    }

    .banks img {
        width: 70px;
    }
    .banks .bank,
    .banks tr:first-child th:nth-of-type(2) {
        padding-left: 5px;
        padding-right: 5px;
    }


    .map-tabs ul.nav-tabs li{
        width: 93px;
        height: 30px;
    }
    .map-tabs ul li span,
    .map-tabs ul li a{
        font-size: 12px;
    }

    .standard *{
        font-size: 16px !important;
    }
    .standard th span{
        font-size: 14px !important;
    }
    .standard .address{
        font-size: 12px !important;
    }
    .standard td:first-child,
    .standard th:first-child{
        padding-left: 5px;
        padding-right: 5px;
    }
    .products td:last-child {
        min-width: 80px;
        width: 80px;
    }
    table.exchange td {
        width: auto;
        min-width: 40px;
        position: relative;
    }

    .imp-number{
        font-size: 16px;
    }

    #app .modal-footer .row>div{
        width: 100%;
        text-align: center;
    }
    #app .modal-footer .row>div:first-child{
        margin-bottom: 10px;
    }
    #app .modal-body>div{
        margin-bottom: 10px;
    }
}

@media (max-width: 321px){

    .window-cities .modal-dialog{
        max-width: 320px;
    }
    .full-width-dropdown-menu > li{
        width: 100%;
    }

    .footer-second .container > div:first-child{
        text-align: center;
        width: 100%;
    }
    .footer-second .logo{
        float: none;
    }
    .copyright,.logo_cont{
        width: 100%;
        text-align: center;
    }
}

.basic-cr-calc {
    padding-bottom: 15px;
    background: #efedd5;
}

.basic-cr-calc .inputs{
    clear: both;
}

.basic-cr-val div {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
}
.basic-cr-val .val {
    font-size: 14px;
    color: #959595;
}
.basic-cr-val .val span {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #7bc057;
}

.ball i {
    color: #41a1db;
    font-size: 9px;
    padding-right: 7px;
    position: relative;
    top: -2px;
}

.basic-cr-calc + .button-container .btn-default {
    width: 180px;
    height: 40px;
    font-size: 18px;
    margin-left: 15px;
}

.p-header {
    color: #959595;
}

.btn-hide-vis {
    color: #2396dc;
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
}
.btn-hide-vis:hover,
.btn-hide-vis:focus{
    color: #7bc057;
}

.cr-cond .marked-list {
    padding-left: 0;
    font-size: 18px;
}
.full-v .btn-primary{
    font-size: 18px;
    float: right;
}

@media (max-width: 767px){
    h1{
        font-size: 20px;
    }
    h2, table caption {
        font-size: 18px;
    }
    h5{
        font-size: 14px;
    }

    .basic-cr-val .val span{
        font-size: 20px;
    }

    /*    .basic-cr-calc .inputs input{
            margin-bottom: 20px;
        }*/

    .basic-cr-calc .standard *{
        font-size: 14px !important;
    }
    .marked-list li{
        font-size: 16px;
    }

    .full-v .btn-primary{
        float: none;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 10px;
    }

}

@media (max-width: 521px){
    .basic-cr-calc + .button-container > *{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .basic-cr-calc + .button-container .btn-default{
        margin-top: 15px;
        margin-left: auto;
    }
}

.basic-cr-val.cr div{
    padding-right: 15px;
    padding-left: 15px;
}

.basic-cr-val.cr div.row{
    padding-right: 0!important;
    padding-left: 0!important;
}

.m_search_block {
    padding: 0 20px;
    margin-bottom: -10px;
    height: 40px!important;
    background-color: #56b9f5;
}

.no-padding{
    padding: 0!important;
}

.m_search_block p.city{
    color: #fff;
    margin-top: 8px;
    margin-bottom: 7px;
}

.m_search_block p.city a{
    color: #fff;
    margin: 0;
}

.sb-search.mob{
    margin-right: 70px;
    margin-top: 5px;
    min-width: 40px;
}

.sb-search.mob .sb-icon-search{
    color: #ffffff;
    background: #2396dc;
    border: none;
    width: 40px;
}

.sb-search-open.mob .sb-icon-search{
    color: #2396dc;
    background: #fff;
}

.h-mb-0 h1,
.h-mb-0 h2{
    margin-bottom: 0;
}

.rus_rub {
    font-size: 14px;
    font-family: "bankiros";
    font-weight: 400;
    font-style: normal;
}

._currency_val {
    margin-left: 5px;
    font-family: "bankiros";
}

._currency_4:after {
    content: "€";
}

._currency_1:after {
    content: "$";
}

.rus_rub:before, ._currency_5:after {
    content: "\e958";
}

.cbrf_date {
    border-bottom: none !important;
    padding: 4px 10px !important;
    font-size: 12px;
    color: #959595;
    text-align: center !important;
}

.m-0{
    margin: 0!important;
}

.row.row--minus15{
    margin-right: -15px;
    margin-left: -15px;
}

.currency_head>td{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 10px;
}

.m_curr_change {
    list-style: none;
    text-align: center;
}
.m_curr_change li {
    display: inline-block;
    padding: 2px;
}
.informer_parem {
    background: #efedd5;
    padding-bottom: 0;
}
.informer_parem.container-pd {
    padding: 20px;
}
.inf_ttl {
    background: #2396dc;
    color: #fff;
    padding: 10px 20px;
}
.inf_block {
    margin-bottom: 20px;
}

.inf_area {
    resize: none;
    min-height: 100px;
}
.inf_gen {
    line-height: 29px;
}

.category-link {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #7bc057;
    padding: 5px 8px;
    margin: 5px 0 5px 5px;
    color: #7bc057;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.category-link.active{
    background-color: #7bc057;
    color: #ffffff;
}
.category-link:hover{
    color: #ffffff;
    border-color: #2396dc;
    background-color: #2396dc;
}
/* sitemap html */
#page-sitemap ul li ul{
    padding: 0 25px;
}
/* page-404 */
.title-404{
    font-size: 100px;
    color: #2396dc;
    font-weight: 100;
    margin: 0;
    line-height: 1;
}
.subtitle-404{
    font-size: 30px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
}
.block-404 .info{
    margin: 40px 0;
    text-align: center;
}
.block-404 .info img{
    height: 80px;
}

@media (max-width: 767px){
    .title-404{
        font-size: 60px;
    }
    .subtitle-404{
        font-size: 20px;
    }
    .block-404 .info{
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        margin: 10px 0 30px;
        padding: 20px;
        text-align: left;
    }
    .block-404 .info > div{
        padding: 0 0 15px;
    }
    .block-404 .info > div:last-child{
        padding-bottom: 0;
    }


    .block-404 .info img{
        display: none;
    }
}

.btn-ln {
    width: 100% !important;
}

.fill_pr_block h2 {
    padding: 20px 0 0 20px;
}

.depos_banner .section {
    box-shadow: none;
    margin: 0;
}

.footer .rating{
    text-align: right;
    font-size: 12px;
}
.footer .rating a {
    display: inline-block;
}
.footer .rating .stars {
    display: inline-block;
    margin-left: 20px;
    margin-right: 5px;
}
.footer .rating .stars span{
    display: inline-block;
    color: #ffcd47;
    font-size: 16px;
}
.footer .rating .gray{
    color: #b3b3b3;
}

.gray {
    color: #959595;
}

.nav > li > .a{
    padding: 10px 14px;
}

.modern-nav-tabs > li > a,
.modern-nav-tabs > li > .a{
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    border-radius: 0;
    color: #959595;
    cursor: pointer;
    padding: 10px 12px;
}
.modern-nav-tabs > li > a:hover,
.modern-nav-tabs > li > .a:hover,
.modern-nav-tabs > li > .a:focus,
.modern-nav-tabs > li > a:focus{
    border-top:none;
    border-left: none;
    border-right: none;
    color: #2396dc;
    background: none;
}
.modern-nav-tabs > li.active > a,
.modern-nav-tabs > li.active > .a{
    border: none;
    border-bottom: 3px solid #2396dc;
    color: #373737;
}
.modern-nav-tabs > li.active > a:hover,
.modern-nav-tabs > li.active > .a:hover,
.modern-nav-tabs > li.active > .a:focus,
.modern-nav-tabs > li.active > a:focus{
    border: none;
    border-bottom: 3px solid #2396dc !important;

}
.label-input{
    margin-bottom: 10px;
}


/* Окно регистрации */
.login-window .modal-dialog{

    max-width: 400px;
}
.login-window .modal-content{
    border-radius: 0;
}
.login-window .modal-content > div{
    padding: 20px;
}
.login-window .modal-header{
    padding-bottom: 0 !important;
}
.login-window .modal-footer{
    text-align: center;
    font-size: 14px;
}
.login-window .social-icon .icon{
    float: none;
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding-top: 10px;
}
.login-window .modern-nav-tabs{
    border: none;
}

@media (max-width: 521px){
    .footer .rating a ,
    .footer .rating .a {
        display: block;
    }
    .footer .rating .stars{
        display: block;
        padding-bottom: 0;
        padding-top: 10px;
    }

    .modern-nav-tabs > li > a,
    .modern-nav-tabs > li > .a{
        font-size: 16px
    }
}

/*Страница информера*/
.informer_parem .inputs label {
    width: 150px;

}
.informer_parem .inputs-wrap{
    width: calc(100% - 150px);
    padding: 0;
}

.informer_parem .inputs{
    margin-bottom: 20px;
}/*
.informer_parem .inf-type .inputs-wrap{
    width: 70%;
}
.informer_parem .inf-type label{
    width: 30%;
}*/
.informer_parem .inf-area-block{
    display: none;
    margin-top: 20px;
}

@media (max-width: 767px){
    .inf_block > div:first-child{
        margin-bottom: 20px;
    }
}


@media (max-width: 521px){
    .informer_parem .inputs label,
    .informer_parem .inputs-wrap{
        width: 100%;

    }
    .informer_parem .inputs label{
        margin-bottom: 5px;
        padding-top: 0;
    }

    .inf_gen{
        width: 100%;
    }
}


.header .main-menu{
    position: relative;
}
.header .big-dropdown{
    width: 100%;
//display: block;
    margin: 0;
    padding: 20px 0 0;
}
.header .dropdown-credit{
    padding-bottom: 0;
}
.header .li-after:after{
    content: "";
    position: absolute;
    left: 35%;
    bottom: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}
.header  .big-dropdown:after,
.header  .big-dropdown:before,
.header .big-dropdown .list:before,
.header .big-dropdown .list:after{
    border: none;
}
.header .big-dropdown .list{
    border: none;
}
.header .big-dropdown .list > li {
    margin-bottom: 5px;
}
.header .big-dropdown .list-ttl{
    font-size: 16px;
    font-weight: 700;
}

.header .big-dropdown .list-block{
    margin: 20px 0;
}
.header .dropdown-deposit .list-block{
    margin-top: 0;
}
.header .big-dropdown .list-block .list-ttl{
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

.big-dropdown .button-container span.glyphicon{
    font-size: 10px;
}
.big-dropdown .list .sublist:first-child{
    padding-left: 0;
}

@media (max-width: 767px){
    .header .li-after:after{
        border: none;
    }

    .news_img img{
        max-height: 170px;
        max-width: 100%;
        width: auto;
    }
}

.navbar-header {
    position: relative;
    z-index: 5;
}

.mb-0{
    margin-bottom: 0;
}
.p0{
    padding: 0;
}
.pb-0{
    padding-bottom: 0;
}
.mt-2{
    margin-top: 20px;
}
.mt-3{
    margin-top: 30px;
}
.pt-2{
    padding-top: 20px;
}
.pos-r{
    position: relative;
}

.cr-thead,
.cr-thead th{
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    padding-left: 0;
}
.cr-thead th:first-child{

}
table .cr-name{
    border-bottom: none;
}
.cr-name span.glyphicon{
    margin-right: 5px;
}

.standard-cr-table .products{
    width: 100%;
}
.cr-thead th{
    padding: 10px 0;
}
.cr-thead th:first-child,
.standard-cr-table .productBank > td:first-child{
    padding-left: 20px;
}
.cr-thead th:last-child,
.standard-cr-table .productBank > td:last-child{
    padding-right: 20px;
}
table.products caption{
    padding-left: 20px;
    margin-bottom: 20px;
}

.standard-cr-table .productBank.cr-name td{
    padding-bottom: 0;
}
.standard-cr-table .productBank > td{
    padding-top: 15px;
    padding-bottom: 20px;
}
.standard-cr-table table th{
    width: 25%;
}
.standard-cr-table tr > *{
    vertical-align: middle;
}
.standard-cr-table .table-responsive{
    overflow-y: hidden;
}

.t-turn-hover{
    background: #f9f9f9;
}
.standard-cr-table table .productBank-hidden td{
    padding: 20px;
    vertical-align: top;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #d7d7d7;
}
.standard-cr-table table .productBank:not(.cr-name){
    border-bottom: 1px solid #d7d7d7;
}
.standard-cr-table table .productBank.cr-name:after{
    display: none;
}

.standard-cr-table .productBank .name{
    padding-left: 0;
}
.standard-cr-table .cr-row .productBank .value{
    margin-top: 15px;
}
.standard-cr-table .cr-row .btn-primary{
    margin-top: 8px;
}
.standard-cr-table .cr-row .productBank{
    position: relative;
}

.standard-cr-table .cr-row .productBank.pr_b_dep:after,
.standard-cr-table .cr-row .description:before{
    content: "\f141";
    font-size: 20px;
    padding: 3px 15px 0 15px;
    border-style: solid;
    border-width: 1px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: none;
    position: absolute;


    left: calc(50% - 25px);
    font-family: FontAwesome;
    line-height: 0.8em;
}

.standard-cr-table .cr-row .productBank.pr_b_dep:after{
    border-color: #d7d7d7;
    color: #d7d7d7;
    bottom: 0;
}


.standard-cr-table .cr-row .description:before{
    border-color: #f1f1f1;
    color: #f1f1f1;
    background-color: #fbfbfb;
    top: -21px;
}

.standard-cr-table .cr-table .cr-row:last-child{
    border-bottom: 1px solid #d7d7d7;
}
.standard-cr-table .cr-row .productBank{
    padding-bottom: 25px;
}

table.standard .phone{
    width: 30% !important;
}
.standard-cr-table .button-container{
    border-bottom: 1px solid #f1f1f1;
	border-radius: 0 0 5px 5px;
}

.standard .fa{
    padding-right: 5px;
}
.standard .address{
    padding-top: 15px;
}
.standard .address .fa{
    color: #cccccc;
}

@media (max-width: 767px){
    .tab-panel {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        overflow-x: auto;
    }
    .tab-panel .modern-nav-tabs{
        display: flex;
        justify-content: flex-start;
    }
    .tab-panel .modern-nav-tabs li a,
    .tab-panel .modern-nav-tabs li .a{
        white-space: nowrap;
    }
    .standard-cr-table .cr-row .productBank{
        padding-bottom: 35px;
    }
    .cr-row .productBank .value{
        font-size: 16px;
    }
}

.prodbank .btn-default {
    height: 40px;
    width: 180px;
    line-height: 25px;
}

.second-nav .hover{
    color: #2396dc !important;
}
.second-nav .navbar-nav > .active_link > .a{
    color: #2396dc;
}
.second-nav .a[aria-expanded="true"] .fa.fa-caret-down:before{
    font-family: "bankiros" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e972";
}
.second-nav a:hover .fa-caret-down:before,
.second-nav .a:hover .fa-caret-down:before,
.second-nav .hover .fa-caret-down:before{
    font-family: "bankiros" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e973";
}
table caption{
    color: #373737;
}
.standard caption{
    margin-top: 20px;
    font: 24px "Lato";
    font-weight: 400;
}
.second-menu > ul > li > .a{
    color: #373737;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
    padding-left: 0 !important;
}
.second-menu ul li .a.active{
    color: #2396dc ;
}
.second-menu > ul > li > .a:hover{
    color: #2396dc;
    cursor: pointer;
}
.second-nav .a[aria-expanded="true"],
.second-nav .a[aria-expanded="true"] .fa-caret-down{
    color: #a7a7a7 !important;
}
.second-menu .navbar-nav > li > .a{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    color: #777777;
}
.second-menu .navbar-nav > li > .a.xxx-accent-bg-color{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.second-menu .a{
    display: block;
    line-height: 20px;
}

.standard th{
    font-size: 16px;
}

@media (max-width: 768px) {
    .standard th{
        font-size: 14px;
    }
}

@media (max-width: 521px) {
    .standard th, .standard th a {
        font-size: 14px !important;
    }

    .standard th {
        padding: 10px 5px;
    }
}

.standard th a {
    color: #ffffff;
}
.standard.credRates-table th a {
    color: #2396dc;
}
/*
.open_b_menu {
    display: block !important;
}*/

.standard-cr-table.prodbank {
    position: relative;
    z-index: 9;
}

@media (max-width: 1200px) {
    .second-menu .phone{
        width: 180px;
    }
    .second-nav{
        position: relative;
    }
    .second-nav:after{
        content: "";
        position: absolute;
        z-index: 11;
        right: 0;
        top: 0;
        bottom: 0;
        width: 30px;
        height: 50px;
        background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#ffffff 55%,#ffffff 100%);
        background: linear-gradient(to right,rgba(255,255,255,0) 0,#ffffff 55%,#ffffff 100%);
    }
    .second-nav a:hover .fa-caret-down:before,
    .second-nav .a:hover .fa-caret-down:before,
    .second-nav .hover .fa-caret-down:before{
        content: "\f0d7";
    }
    .second-nav .a[aria-expanded="true"] .fa-caret-down:before{
        content: "\f0d8";
    }
    .second-nav .second-menu{
        background-color: transparent;
        border: none;
        position: static !important;
        overflow-y: hidden;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
    }
    .second-nav .navbar-nav{
        position: static;
        display: flex;
        justify-content: flex-start;
    }
    .second-menu .navbar-nav > li:not(:first-child) > a,
    .second-menu .navbar-nav > li > .a{
        white-space: nowrap;
        padding:  15px 15px 15px 0;
    }
    .second-nav .navbar-nav .open{
        position: static !important;
        display: inline-block;
    }

    .second-nav .navbar-nav .open .dropdown-menu {
        background-color: #ffffff !important;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        margin-bottom: 15px;

        position: absolute !important;
        top: 51px;
        left: 0;
        white-space: normal;
        width: 100%;
    }
    .second-nav .dropdown-menu > li{
        display: block;
        width: 100%;
    }
    .second-nav .open .dropdown-toggle{
        position: relative;
    }
    .second-nav .open .dropdown-toggle:before{
        content: "";
        position: absolute;
        left: 25px;
        bottom: 0;
        border: 10px solid transparent;
        border-bottom: 10px solid #d9d9d9;
    }
    .second-nav .open .dropdown-toggle:after{
        content: "";
        position: absolute;
        left: 25px;
        bottom: -1px;
        border: 10px solid transparent;
        border-bottom: 10px solid #ffffff;
    }
    .second-nav .dropdown-menu .close{
        margin-right: 15px;
    }
    .second-nav .dropdown-menu > li > a {
        color: #2396dc !important;
        padding-left: 15px !important;
    }
    .second-menu .phone{
        padding-right: 40px;
        padding-top: 15px;
    }
    .sberbank-logo{
        max-width: none!important;
        font-size: 14px!important;
        margin: 15px!important;
    }

    .second-nav .logo{
        margin-right: 30px;
        margin-top: 0;
    }

    .second-nav ul.navbar-nav {
        white-space: nowrap;
        padding: 0 !important;
        z-index: 20;
    }

    .second-nav .navbar-toggle{
        margin-right: 0;
        border-radius: 0;
        border-color: #2396dc;
    }
    .second-nav .navbar-toggle .icon-bar{
        background-color: #2396dc;
    }
    .second-nav .navbar-toggle:hover,
    .second-nav .navbar-toggle:focus{
        background-color: #2396dc;
    }
    .second-nav .navbar-toggle:hover .icon-bar,
    .second-nav .navbar-toggle:focus .icon-bar{
        background-color: #ffffff;
    }
    .second-nav .second-menu{
        background-color: #ffffff;
        border: none;
        border-bottom: 1px solid #d9d9d9;
        z-index: 700;
        position: absolute;
        width: 100%;
        overflow-x: auto;
    }
    .second-menu .navbar-nav{
        margin: 0;
        padding: 20px;
    }
    .second-menu ul li{
        display: inline;
    }
    .second-menu ul li a{
        display: inline-block;
    }
}

/*Новые классы для меню*/
.is_menu{
	border-top: 1px solid #ebebeb;
	position: relative;
	display: none;
	z-index: 100;
	background-color: #fff;
}
.is_menu ul{
    padding: 10px;
}
.is_menu ul a{
    padding: 5px 15px 5px 5px;
    display: block;
}
.is_menu .close{
    position: absolute;
    top: 3px;
    right: 0;
    padding: 0 10px;
    font-size: 30px;
    cursor: pointer;
}
.d_block{
    display: block!important;
}
.s_menu_open i:before{
    content: "\f0d7"!important;
}

.opener i:before{
    content: "\f0d8"!important;
}

.s_menu_open:not(.opener):hover,
.s_menu_open:not(.opener){
    color: #777!important;
}

.active_link .s_menu_open,
.active_link .opener{
    color: #2396dc!important;
}
/*Новые классы для меню*/

/* Строчные лучшие предложения */
.best-offers-small{
    padding-bottom: 0;
}
.best-offers-small h2{
    display: inline-block;
}
.best-offers-small .bank-logo{
    padding: 0;
}
.best-offers-small .h4{
    font-size: 16px;
}
.best-offers-small .h4 a{
    vertical-align: middle;
}
.best-offers-small .bank-logo img{
	max-width: 100%;
	max-height: 35px;
    vertical-align: middle;
}
.best-offers-small  .offer{
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 15px 20px;
}
.best-offers-small .best-offers > .offer:not(:last-child){
    border-bottom: none;
}
.best-offers-small a.btn-primary{
    height: 30px;
    font-size: 14px;
    display: inline-block;
    line-height: 18px;

}
.best-offers-small .button-container{
    text-align: right;
    padding: 0;
    background: none;
    border: none;
    float: right;
}
.best-offers-small .best-offers{
    margin-left: -20px;
    margin-right: -20px;
}
.best-offers-small .best-offers .offers-observer {
    min-height: 70px;
}
.best-offers .js-our-counter {
    width: 100%;
}
.best_header {
    background: #2396dc;
    margin: -20px -20px 0;
    color: #fff;
    padding: 10px 15px;
	border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 740px) {
    .best_header{
        margin-right: -15px;
        margin-left: -15px;
    }
}

.best_header a{
    color: #fff;
}
.best_header a:hover{
    color: #7bc057
}
.best_header h1, .best_header h2, .best_header h3,
.best_header .h1, .best_header .h2, .best_header .h3,
.best_header h4, .best_header h5, .best_header h6,
.best_header .h4, .best_header .h5, .best_header .h6 {
    padding: 0;
    margin: 0;
}

.news ul.yiiPager,
.mapobject_table ul.pagination,
.mapobject_table ul.yiiPager{
    width: 100%;
    float: left;
    padding: 0 15px;
}

.dr_opener.mob{
    width: 100%;
    text-align: right;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

button{
    padding: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

@media (max-width: 991px) {
    .hid{
        display: none;
    }
    .bankRates.standard tr.head{
        border: 0;
    }
    .best-offers-small .ind_row .ind {
        padding-right: 10px;
        width: 33%;
    }

    .best-offers-small h2 {
        display: block;
    }

    .best-offers-small .link {
        float: none !important;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .best-offers-small .offer > div {
        text-align: center;
    }

    .best-offers-small .offer {
        padding: 15px 0 0 0;
        border: 1px solid #d9d9d9 !important;
    }

    .best-offers-small .h4 {
        padding: 0;
        margin-bottom: 5px;
    }

    .best-offers-small .ind_row {
        margin-bottom: 20px;
        padding: 0;
    }

    .best-offers-small .button-container {
        padding: 10px 0;
        border-top: 1px solid #f2f2f2;
        background: #fcfcfc;
    }

    .best-offers-small .best-offers {
        margin-left: 0;
        margin-right: 0;
    }

    .best_header div.h2{
        font-size: 18px;
    }
}

@media (max-width: 991px){
    .header .big-dropdown .list-block .list-ttl {
        padding-bottom: 10px;
        border-bottom: none;
        margin-bottom: 0;
    }
    .header .big-dropdown .row > .list-ttl,
    .header .big-dropdown .row.list-block .list-ttl{
        padding: 5px 20px;
        text-align: left;
        line-height: 20px;
        font: 400 16px "Lato";
    }
    .header .big-dropdown .row.list-block .list-ttl{
        padding: 5px;
    }
    .header .big-dropdown .list-block{
        margin: 0;
    }
    .product_view{
        width: 100%!important;
    }
    .header .big-dropdown .list .collapse{
        display: block;
    }
    .header .big-dropdown .list.dropdown-menu a{
        padding: 0!important;
        font-size: 100%;
    }
    .big-dropdown .open .glyphicon:before{
        content: "\e260";
    }
    .header .big-dropdown .list{
        padding-left: 20px!important;
    }
    .header .big-dropdown{
        padding: 0;
    }
    .header .big-dropdown .list .sublist{
        padding-left: 20px!important;
    }
    #dropdown-deposit_gl .dropdown-menu {
        padding: 0;
    }
    .big-dropdown .d_rub_menu .list,
    .header .big-dropdown .d_rub_menu.list .sublist{
        padding: 0 !important;
    }
}

@media (min-width: 991px){
    .header .big-dropdown .list.dropdown-menu{
        display: block;
        position: static;
        border: none;
        box-shadow: none;
    }
    .header .big-dropdown .list.dropdown-menu a{
        color: #2396dc;
        padding: 0!important;
        font-size: 100%;
    }
}

.curr_span {
    float: left;
    color: #959595;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.modal{
    z-index: 1080;
}
.modal-open {
    padding-right: 0px !important;
}

.curr_city{
    font-size: 14px!important;
    font-weight: 700!important;
}

.pr-10{
    padding-right: 10px;
}

.second-menu .phone-link{
    padding: 0!important;
    display: inline;
}

table.new_curr tbody tr.department td{
    padding: 10px 20px;
}

.new_curr tr.department td:last-child{
    width: 200px;
}

.exchange.standard tr{
    border-top: 1px solid #f2f2f2;
}
.curr-tabs .curr-list{
    display: inline-block;
    margin-right: 40px;
}
.curr-tab{
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
}
.curr-tabs .dropVal{
    width: 50%;
    float: none;
    display: inline-block;
}
.curr-tabs .drop_curr{
    z-index: 100;
    font-size: 14px;
}
.curr-tabs .drop_curr .list li{
    margin-bottom: 5px;
}

.curr-tab span{
    border: 1px solid #d9d9d9;
    cursor: pointer;
    padding: 5px 10px;
    transition: border-color 0.3s;
}
.curr-tab span:hover{
    border-color: #7bc057;
}
.curr-tab.active span{
    color: #ffffff;
    font-weight: 400;
    font-family: "lato black", sans-serif;
    background-color: #2396dc;
}
.curr-tab.active span:hover{
    border-color: #d9d9d9;
}

@media (max-width: 767px){
    .department{
        margin-left: 0;
        margin-right: 0;
    }
    .department div.productBank-hidden{
        border-top: 1px solid #f2f2f2;
    }
    .department .address{
        padding-top: 15px;
    }
    .department .address i{
        padding-right: 5px;
    }
    .department .productBank-hidden{
        padding-left: 5px;
        padding-right: 5px;
    }
    .department .address i:before{
        color: #cccccc;
    }

}
@media (max-width: 521px){
    .curr-tabs .dropVal{
        width: 100%;
        display: block;
        margin-top: 15px;
    }
}

.product-archive{
    background-color:#efd5d5;
    position: relative;
    border: 1px solid #eab8b8;
    color: #c33434;
    z-index: 1;
    padding: 10px;
    margin-bottom: 0;
}

.chart{
    height: 310px;
}

.standard.chart-table{
    margin-top:-50px;
    border: 1px solid #f2f2f2;
    background-color: #f7f8f8;
    font-size: 16px;
}

.standard.chart-table td{
    padding: 14px 20px;
}

.standard.chart-table td,
.standard.chart-table th{
    text-align: center;
}

.standard.chart-table th{
    background-color: transparent;
    color: #000;
}

.standard.chart-table tr:nth-child(2) {
    font-weight: 700;
    background-color: #eff0f0;
}

.btn-chart{
    color: #7bc057;
    line-height: 1;
}

.chart-tabs {
    margin-top: 5px;
    border: none;
}

.chart-tabs .btn-chart.active {
    box-shadow: none;
    border: 1px solid #7bc057;
}

.green-text{
    color: #7bc057;
}

.blue-texy{
    color: #2396dc;
}

.v-mid{
    vertical-align: middle;
}

/*Таблица курсов отделения*/
.standard.department_table{
    font-size: 16px;
    min-width: 600px;
    width: 100%;
}

.standard.department_table th{
    text-align: center;
}

.standard.department_table tr td:first-child{
    width: 320px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-10{
    margin-bottom: 10px;
}

.fs-18{
    font-size: 18px;
}

.fs-16{
    font-size: 16px;
}

.fs-14{
    font-size: 14px!important;
}

.bb-1{
    border-bottom: 1px solid #ebebeb;
}
.no-padding{
    padding: 0;
}

.pt-0{
    padding-top: 0;
}

.ttl{
    font-size: 18px;
    font-weight: 700;
}

.s-bold{
    font-weight: 700;
}

.bank-icon{
    margin-right: 7px;
    height: 16px;
}

.loading{
    opacity: 0.5;
}

.h-no-margin h1,
.h-no-margin h2,
.h-no-margin h3,
.h-no-margin h4,
.h-no-margin h5,
.h-no-margin h6{
    margin: 0;
}

/*Кнопка вверх*/

.scroll-up-btn{
    opacity: 0;
    pointer-events: none;
    border:1px solid #d5d5d5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background:#ffffff;
    text-align:center;
    position:fixed;
    bottom: 63px;
    right: 30px;
    cursor:pointer;
    color:#333;
    font-size: 20px;
    z-index: 140;
    transition: 0.3s all;
}

.scroll-up-btn.active{
    opacity: 0.9;
    pointer-events: auto;
}

.scroll-up-btn::before {
    content: "\e91a";
    font-family: "bankiros";
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.scroll-up-btn:hover{
    border:1px solid #fff;
    background-color: #9ACE52;
    color:#fff;
    -webkit-box-shadow: 0 0 20px 6px rgba(207, 218, 229, 0.6);
    box-shadow: 0 0 20px 6px rgba(207, 218, 229, 0.6);
}

@media (max-width: 767px) {
    .scroll-up-btn {
        right: 10px;
        width: 35px;
        height: 35px;
        font-size: 18px;
        bottom: 60px;
    }
}

.department_table.mob{
    min-width: initial;
}

.department_table.mob *{
    font-size: 14px!important;
}

.standard.department_table.mob tr td:first-child{
    width: 200px;
}

.date{
    font-size: 14px;
    color: #ccc;
}


/*Таблица других отделений*/
.standard.grey_tbl th{
    background-color: #f2f2f2;
    color: #959595;
}

.standard.other_departments tr th:last-child,
.standard.other_departments tr td:last-child{
    width: 250px;
}

.standard.other_departments tr th:first-child,
.standard.other_departments tr td:first-child{
    width: 320px;
}

.standard.other_departments caption{
    margin-bottom: 20px;
}

section ul, section ol {
    margin-bottom: 10px;
}

section b, section strong {
    font-weight: 700;
}

section em {
    font-style: italic;
}

/** Exchange page **/

.btn-top10 {
    width: 100%;
}

ul#currency li.btn-tab-33 {
    width: 33.33%;
}

ul#currency li span {
    padding: 5px 5px;
    width: 100%;
}

ul#currency .xxx-tab__item {
    padding: 0;
}

div#tabs-exchange {
    margin-top: 0;
    margin-bottom: 0;
}

.pager-container {
    padding: 20px 0;
}

.pager-container:empty {
    padding: 0;
}

.standard .arrows {
    font-size: 10px;
    color: #d9d9d9;
}

.grid th a {
    cursor: pointer;
    color: #959595;
}

.grid th a.asc:after{
    font-size: 12px;
    content: " ↑";
    color: #7bc057;
}
.standard th a.asc:after,
.standard th span.asc:after{
    font-size: 12px;
    content: " ↑";
}

.grid th a.desc:after {
    font-size: 12px;
    content: " ↓";
    color: #7bc057;

}
.standard th a.desc:after,
.standard th span.desc:after{
    font-size: 12px;
    content: " ↓";
    display: inline;
}

.grid th a:hover{
    color: #7bc057;
}

span.arrows a {
    color: #ffffff;
}

span.arrows a.desc {
    color: #7bc057;
}

span.arrows a.asc {
    color: #7bc057;
}

#pjaxlinks a {
    color: #ffffff;
}
#pjaxlinks a.asc i.fa-chevron-up,
#pjaxlinks span.asc i.fa-chevron-up{
    color: #7bc057;
}
#pjaxlinks a.desc i.fa-chevron-down,
#pjaxlinks span.desc i.fa-chevron-down{
    color: #7bc057;
}
.btop {
    border-top: 1px solid #f2f2f2;
}

.credits_row:not(:first-child){
    border-top: 1px solid #d7d7d7;
}
.credits_row:last-child{
    border-bottom: 1px solid #d7d7d7;
}

th.headerSortDown span i.fa-chevron-up {
    color: #7bc057;
}

th.headerSortUp span i.fa-chevron-down {
    color: #7bc057;
}

@media (max-width: 521px){
    .one-news.header .img-wrap img {
        width: auto !important;
        opacity: 0.5;
        margin-bottom: 0;
        margin-right: 0;
        max-height: 230px;
        max-width: none !important;
    }

}

.one-news.header .img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
	border-radius: 5px 5px 0 0;
}

.one-news .content ol.table_content  li  a {
    display:block;
}

#map {
    margin: 15px 0 10px;
    height: 500px;
}

.placemark_layout_otdelenija,
.placemark_layout_red,
.placemark_layout_bankomaty{
    background: url("https://static.bankiros.ru/bankiros/images/new/map_ico/gy_map_icon_poisk.png");
    width: 32px;
    height: 47px;
    background-size: 100%;
    position: relative;
    top: -47px;
    left: -16px;
}
.placemark_layout_red{
    background: url("https://static.bankiros.ru/bankiros/images/new/map_ico/gy_map_icon_red.png");
    background-size: 100%;
}
.placemark_layout_bankomaty {
    background: url("https://static.bankiros.ru/bankiros/images/new/map_ico/gy_map_icon_bankomaty.png");
    background-size: 100%;
}
.placemark_layout_poisk .iconb:before,
#map .iconb:before {
    top: 8px;
    left: 8px;
}

#map .placemark_layout_red_big .iconb:before, #map .placemark_layout_bankomaty_big .iconb:before {
    top: 10px;
    left: 10px;
}

.placemark_layout_red_big, .placemark_layout_bankomaty_big {
    background: url("https://static.bankiros.ru/bankiros/images/new/map_ico/gy_map_icon_red.png");
    width: 36px;
    height: 54px;
    background-size: 100%;
    position: relative;
    top: -54px;
    left: -18px;
}

.nav-tabs-map {
    border: none;
    padding-right: 0;
    text-align: right;
    float: right;
}
.nav-tabs-map > li > a {
    margin-right: 0;
    color: #2396dc;
    font-weight: 400;
    border: 1px solid #2396dc;
    width: 110px;
    text-align: center;
    padding: 6px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
@media (min-width: 667px) and (max-width: 910px) {
    .slider_wrapper > label {
        width: 18% !important;
    }
    .slider_wrapper > .slider {
        left: 18% !important;
        width: 57% !important;
    }

    .slider_wrapper > .text_slider {
        width: 57% !important;
    }

    .btn-primary {
        width: 160px;
    }
}

@media (max-width: 767px) {

    .credits_row.creds .links-container{
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-tabs-map {
        margin-top: 10px;
    }
    .nav-tabs-map > li > a {
        width: 160px;
    }

    .xxx-g-select-wrapp.xxx-g-select-wrapp--calc-fix {
        margin-bottom: 20px;
    }
}

.nav-tabs-map > li:last-child > a {
    margin-left: -1px;
}
.nav-tabs-map > li > a:hover {
    border: 1px solid #2396dc !important;
    background-color: rgba(0, 0, 0, 0.03) !important;
}
.nav-tabs-map > li > a.active-link {
    border: 1px solid #2396dc !important;
    background-color: #2396dc !important;
    color: #fff !important;
    cursor: default;
}
span.map:before,
span.poisk:before {
    font-family: "bankiros" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e915";
    padding-right: 8px;
}
span.poisk:before {
    content: "\f03a";
}

.radio-buttons input[type=radio] {
    display: none;
}

.radio-buttons a,
.radio-buttons span {
    color: #7bc057 !important;
    padding: 6px 12px;
    display: block;
}
.radio-buttons a:hover,
.radio-buttons span:hover,
.radio-buttons .btn-default-active a,
.radio-buttons .btn-default-active span,
.radio-buttons .btn-default-active span:hover,
.radio-buttons .btn-default-active a:hover{
    color: #fff !important;
}
.radio-buttons .btn {
    padding: 0 !important;
}

.mr-m-20 {
    margin: 0 -20px;
}

.add-bank-btn {
    display: inline !important;
    padding: 0;
    margin-top: -5px;
}

.btn-list {
    background: none;
    padding: 15px 0;
    margin-bottom: 0;
    border: 0;
}
.bank-label {
    font-weight: normal;
    display: inline-block;
    margin-right: 5px;
    padding-top: 15px;
}
.bankSelectResult {
    display: inline;
}
.btn-list .city {
    font-size: 16px;
    color: #2396dc;
    font-weight:700;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.bankSelectResult label {
    margin-right: 10px;
    font-weight: normal;
    color: #959595;
    display: inline-block;
}
.bank_chose_list {
    border-bottom: 1px solid #dddddd;
    max-height: 180px;
    overflow: auto;
    padding: 20px;
    list-style: none;
    overflow-x: hidden;
    position: relative;
    margin-bottom: 0;
}
.find-bank .dropdown-menu .search-input {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 0;
    background-position: center left 16px;
}
.find-bank .dropdown-menu {
    padding: 0;
    border-radius: 0;
}
.all-banks-link {
    width: 100%;
    padding: 20px;
    display: block;
}

.bank-icon-map {
    position: relative;
    top:7px;
    left:8px;
    height: 16px;
}
.wide-search.bank {
    margin-top: 15px;
    margin-bottom: 20px;
}

/** calculator styles */
.radio-buttons {
    border: none;
    float: left;
    min-height: 30px;
}
.radio-buttons label{
    color: #7bc057;
    background-color: #FFFFFF;
    padding: 3px 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #7bc057;
    border-radius: 0;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.radio-buttons label:focus{
    border: 1px solid #7bc057;
}
.radio-buttons label:hover{
    background-color: #2396dc !important;
    border-color: #2396dc;
    color: #FFFFFF;
}
.radio-buttons label.active {
    color: #FFFFFF;
    background-color: #7bc057;
}
.radio-buttons label input[type="radio"] {
    display: none;
}
.checkboxes .widget-wrapper{
    float: left;
    margin: 0 30px 0 0;
}
.cs-amount-skin-elastic {
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: #272727;
    z-index: 5;
}
.cs-amount-select {
    position: absolute;
    max-width: 20%;
    margin-top: -22px;
    padding-left: 6px;
}

.product-calculator .cs-amount-select{
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
}

.cs-skin-elastic {
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: #272727;
    z-index: 5;
    margin-bottom: 10px;
    line-height: 25px;
}
input.inp_slider {
    display: none;
}
.text_slider {
    padding: 0 15px;
    font-size: 16px;
    font-weight: 700;
    outline: none;
    border: 1px solid #d9d9d9;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 20px;
    background: #f6f6f6;
    outline: 0;
    width: 60%;
}

.slider_wrapper{
    position: relative;
    margin-bottom: 20px;
}
.slider_wrapper > label{
    width: 15%;
}
.slider_wrapper > .slider{
    position: absolute;
    top: 29px;
    left: 15%;
    width: 60%;
}
.slider_wrapper > .cs-custom {
    border: 1px solid #d9d9d9;
    height: 37px;
    vertical-align: middle;
    line-height: 20px;
    background: #f6f6f6;
    font-weight: 700;
    outline: none;
    margin: 0;
    width: 25%;
}

.column-4{
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}

.pjax-sort-links{
    margin-right: -20px;
    margin-left: -20px;
    position: relative;
}

@media screen and (max-width: 740px) {
    .pjax-sort-links{
        margin-right: -15px;
        margin-left: -15px;
    }
}
.grid_ov_auto {
    overflow:auto;
}

.grid_ov_auto .grid-view{
    display: block;
    min-width: 655px;
}

/* JS links */
/* default colors */
.js_link, .js_link_blank, .link_span {
    cursor: pointer;
    color: #388ec3;

    transition: color 0.25s;
}
.js_link:hover, .js_link_blank:hover, .link_span:hover {
    color: #7bc057;
}

/* btn-default */
.btn-default.js_link_blank, .btn-default.js_link{
    color: #7bc057;
}
.btn-default.js_link_blank:hover, .btn-default.js_link:hover{
    color: #fff;
}

/* btn-primary */
.btn-primary.js_link_blank, .btn-primary.js_link {
    color: #fff;
}
.btn-primary.js_link_blank:hover, .btn-primary.js_link:hover{
    color: #fff;
}

.link_span:hover {
    color: #7bc057;
}

span.js_link {
    display: block;
}

/*Страницы криптовалют*/
.crypto_container {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.crypto_main_container .row{
    margin-right: 0;
    margin-left: 0;
}

.shadow-container{
    background: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 20px 6px #eef0f2;
}

.crypto_table_currency.table {
    min-width: 822px
}

.crypto_table_currency.table th{
    background: #2396dc;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
}

.crypto_table_currency.table caption{
    padding: 20px;
}

.crypto_table_currency.table th a{
    color:#fff;
}

.crypto_table_currency.table td{
    padding: 15px 20px;
}

.of_auto .grid-view{
    overflow: auto;
}

.td_crypto_name.with_logo img {
    max-width: 30px;
    margin-right: 10px;
    float: left
}

.td_crypto_name.with_logo img {
    max-width: 40px;
    margin-right: 10px;
    float: left
}

.td_crypto_name.with_logo .names {
    float: left;
    width: calc(100% - 50px)
}

.crypto_table_currency td,
.crypto_table_currency th{
    padding: 10px!important;
    text-align: left;
}

.trades_refine h2 {
    padding-bottom: 10px
}

.trades_refine h1 {
    padding: 10px 15px 10px 15px;
}

.trades_refine > div {
    padding: 20px 25px;
    min-height: 240px
}

.trades_refine .time {
    padding-top: 5px;
    font-size: 14px;
    text-align: right
}

.trades_refine .curr_val {
    font-size: 60px;
    text-align: left;
    font-weight: 300;
    line-height: 1
}

.trades_refine .chng_val {
    font-size: 36px;
    padding-top: 21px;
    line-height: 1;
    padding-bottom: 3px
}

.trades_refine .main_val {
    margin-bottom: 9px
}

.table_chr,
.other_val,
.crypto_chart_container{
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.crypto_refine{
    background: #fff;
    margin-bottom: 30px;
}

.crypto_refine .chng_val {
    padding-top: 2px
}

.crypto_refine .with_bg {
    position: relative;
    overflow: hidden
}

.crypto_refine .with_bg img {
    position: absolute;
    opacity: .12;
    right: -20px;
    -moz-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    -webkit-transform: rotate(330deg);
    -o-transform: rotate(330deg);
    transform: rotate(330deg)
}

.crypto_refine > div {
    min-height: 200px
}

.crypto_refine h2{
    padding-top: 0;
}

.basic_val > div:first-child {
    padding: 0 10px 0 0
}

.basic_val > div:last-child {
    padding: 0 0 0 10px
}

.basic_val .val {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 3px
}

.basic_val .sub-ttl, .chng_block .sub-ttl {
    font-size: 14px
}

.basic_val.crypto .val {
    font-size: 20px
}

.chng_block > div:nth-child(-n+2) {
    margin-bottom: 18px
}

.chng_block .val {
    padding-bottom: 3px;
    font-size: 24px;
    line-height: 1
}

.table_chr h2 ,
.table_chr h3 {
    padding: 20px 25px 25px 25px;
    margin-bottom: 0;
}

.table_chr table {
    font-size: 16px
}

.table_chr table tr th:first-child ,
.table_chr table tr td:first-child {
    padding-left: 25px
}

.table_chr table tr:first-child td {
    border-top: 1px solid #e7e7e7
}

.other_val {
    padding: 20px 20px
}

.other_val sup {
    font-size: 12px
}

.other_val a {
    font-weight: 500;
    font-size: 18px
}

.other_val:not(.rus) > div:first-child a {
    font-size: 16px;
    line-height: 18px
}

.wrapper.with_bg{
    background: #fff;
}

.crypto_refine .wrapper_sky{
    background: rgba(35, 150, 220, 0.11);
}

.crypto_refine .curr_val{
    font-size: 45px;
    font-weight: 400;
}

.basic_val.crypto > div:nth-child(2) {
    text-align: right
}

@media only screen and (max-width: 1100px) {
    .trades_refine > div {
        width: 100%
    }

    .basic_val > div:nth-child(2) {
        text-align: right
    }

    .chng_block > div:nth-child(even) {
        text-align: right
    }

    .basic_val.crypto > div:nth-child(2) {
        text-align: right
    }

    .basic_val.crypto .ttl{
        margin-bottom: 2px;
    }
}

@media only screen and (max-width: 991px) {
    .trades_refine .ttl {
        font-size: 20px !important
    }

    .trades_refine .val {
        font-size: 28px !important
    }

    .trades_refine .sub-ttl {
        font-size: 16px !important
    }

    .trades_refine .chng_val {
        font-weight: 300;
        font-size: 60px;
        padding-top: 0
    }
}

@media only screen and (max-width: 420px){
    .basic_val>div {
        width: 100%;
        text-align: left !important;
        padding: 10px 0 !important;
    }

    .slider_wrapper>label {
        width: 18%;
    }
    .slider_wrapper > .slider{
        left: 18%;
        width: 57%;
    }
    .text_slider {
        width: 57%;
    }
}

@media only screen and (max-width: 550px){
    .trades_refine .chng_val {
        font-weight: 400;
        font-size: 36px;
        padding-top: 20px;
    }
    .main_val>div {
        width: 100%;
        text-align: left !important;
    }
    .chng_block>div {
        text-align: left !important;
        width: 100%;
    }
}

.chart-cr-block {
    width: 100%;
    height: 400px;
}

.btn-chart-tab {
    color: #7bc057;
    line-height: 1;
}

.btn-chart-tab.active,
.btn-chart.active{
    box-shadow:none;
    border: 1px solid #7bc057;
    line-height: 1;
    border-radius: 0;
    font-weight: 500;
}

.chart-tabs{
    margin-bottom: 0;
}

.crypto_today{
    display: none;
}

/*Мобильная версия*/
.crypto_table_currency.mob{
    min-width: initial;
}

.crypto_table_currency.mob tr th{
    display: none;
}

/*Страница конвертера на криптовалютах*/
.crypto_converter_inp{
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.crypto_converter_inp:focus{
    outline: none;
    border-bottom: 2px solid #e7b17c;
}

.crypto_converter_sign{
    position: absolute;
    top: 4px;
    right: 5px;
    width: 100px;
    font-weight: 400;
}

.crypto_converter_sign img{
    width: 32px;
    float: right;
}

.crypto_converter_iname{
    float: right;
    line-height: 32px;
    padding-right: 8px;
    font-weight: 500;
}

.crypto_converter_flag{
    float: left;
    top: 9px;
    right: 10px;
    width: 60px;
}

.crypto_converter_flag .flag{
    margin-right: 0;
    margin-left: 10px;
    display: inline-block;
    float: none;
    position: absolute;
    top: -1px;
}

.crypto_flag_iname span{
    line-height: 16px;
}

.st_shadow{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.white_bg{
    background-color: #fff;
	border-radius: 5px;
}

.crypto_linked_block_iname{
    margin-right: 5px;
}
    /*Страница конвертера на криптовалютах конец*/

/*Страницы криптовалют конец*/
/*Правки меню для криптовалют*/
#menu_currency .dropdown-menu{
    width: 580px;
}

#menu_currency ul{
    column-count: 2;
}

@media (max-width: 620px){
    #menu_currency ul{
        column-count: 1;
    }
}
    /*Правки меню для криптовалют конец*/

/*Модификаторы*/

.negative_changes {
    color: #e35449;
}

.positive_changes {
    color: #6e9b42;
}

.of_auto{
    overflow: auto;
}

.pl-md-10{
    padding-left: 10px !important;
    padding-right: 0 !important;
}
.pr-md-10{
    padding-left: 0 !important;
    padding-right: 10px !important;
}

.up {
    color: #6e9b42;
}

.down {
    color: #e35449;
}

.bb-1{
    border-bottom: 1px solid #ebebeb;
}

.d_inline_b{
    display: inline-block;
}

.padding-top-bottom-0{
    padding-top: 0;
    padding-bottom: 0;
}

.pr-0{
    padding-right: 0;
}

.df_block_20{
    padding: 20px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-5{
    margin-bottom: 5px;
}

.mb-10{
    margin-bottom: 10px
}

.row-normal>div:last-child{
    padding-right: 0;
}

.row-normal>div:first-child{
    padding-left: 0;
}

.row-normal-10>div:last-child{
    padding-right: 0;
    padding-left: 10px;
}

.row-normal-10>div:first-child{
    padding-left: 0;
    padding-right: 10px
}

.fs-14{
    font-size: 14px;
}

.gr{
    color: #999;
}

.headBankCurr a {
    display: inline;
}
.non-standard .no-transform{
    text-transform: inherit;
}
@media (max-width: 767px){
    .non-standard .no-transform{
        padding-top: 5px;
    }
}

.slider__slider {
    height: 75px;
    width: 850px;
    position: relative;
}
.slider__slider-text {
    color: #388ec3;
    font-size: 16px;
    line-height: 1;
    font-weight: 200;
    z-index: 1;
}

.slider__slider-container {
    position: relative;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    height: 75px;
    background: #fff;
}

.slider__prev-button, .slider__next-button {
    width: 40px;
    min-height: 75px;
    border: 1px solid #e1e1e1;
    background-color: #501919;

}

.slider__slider-largeText {
    font-size: 60px;
    color: #f2f2f2;
    padding-right: 10px;
    font-weight: 700;
    position: absolute;
    top: -5%;
    right: 0%;
    z-index: 0;
}

.slider__slider-link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 15px;
    z-index: 1;
}

.my-wrapper {
    padding: 15px 40px 15px 40px ;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.my-wrapper .lSSlideOuter {
    border-left: 1px solid #e1e1e1;
}

.lSAction .lSPrev {
    left: 2px;
    background-image:url(/images/new//r_ctrl.png);
    background-repeat: no-repeat;
    background-position: center;
}

.lSAction > .lSNext {
    right: 1px;
    background-image:url(/images/new//l_ctrl.png);
    background-repeat: no-repeat;
    background-position: center;

}

.lSPager {
    display: none;
}

.my-wrapper .lSSlideWrapper {
    position: static;
}

.pagination > li > a, .pagination > li > span {
    position: static;
    float: none;
    padding: 0;
    margin-left: 0;
    line-height: inherit;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: none;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination .glyphicon {
    line-height: inherit;
    font-size: 12px;
}

/* Блок Похожие продукты и рекламный блок на их базе*/

.similar-table-head {
    background-color: #f2f2f2;
    color: #959595;
    padding: 10px 18px;
    font-size: 16px;
    font-weight:700;
}

.similar-table:last-child {
    border-bottom: 1px solid #d7d7d7;
}

.best-offers-medium .text{
    margin-bottom: 0;
    /*padding-top: 10px;*/
}
.best-offers-medium .productBank{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
}
.best-offers-medium .productBank:hover{
    cursor: default;
    background-color: #ffffff;
}
.best-offers-medium .value{
    margin-bottom: 0 !important;
}


.best-offers-medium .productBank{
    position: relative;
}
.best-offers-medium .vert-text{
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

    font-size: 10px;
    color: #bcbcbc;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 45%;
    left: -10px;
}

.best-offers-medium .bank_icon {
    margin-top: 0;
    margin-left: 0;
    float: none;
    vertical-align: middle;
}

.best-offers-medium .productBank .row > div:last-child {
    padding-right: 15px;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}
.mt-0{
    margin-top: 0 !important;
}


@media (min-width: 767px){
    .pt-sm-0{
        padding-top: 0 !important;
    }
    .mt-sm-0{
        margin-top: 0 !important;
    }
}
@media (max-width: 767px) {


    .best-offers-medium .productBank{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .best-offers-medium .productBank{
        padding-left: 20px;
        padding-right: 20px;
    }
    .best-offers-medium .btn {
			height: auto;
			line-height: 18px;
			padding: 8px 12px 6px 12px;
		}
    .best-offers-medium .btn span{
        padding: 0;
    }
    .best-offers-medium .value{
        margin-top: 10px !important;
    }
    .best-offers-medium .text{
        line-height: normal;
        padding-right: 15px;
    }

}

@media (max-width: 740px) {

    .best-offers-medium.best-offers-medium--alt .productBank .row:before, .best-offers-medium.best-offers-medium--alt .productBank .row:after{
        content: none;
    }
    .best-offers-medium.best-offers-medium--alt .productBank .row{
        display: flex;
        flex-wrap: wrap;
    }

    .best-offers-medium.best-offers-medium--alt .best-offers-medium__top{
        width: 100%;
    }

    .best-offers-medium__top .bank{
        display: flex;
        align-items: center;
    }

    .best-offers-medium__top .bank img{
        margin-top: 0;
        margin-left: 0;
    }

    .best-offers-medium.best-offers-medium--alt .best-offers-medium__bottom{
        width: 100%;
    }

    .best-offers-medium.best-offers-medium--alt .best-offers-medium__bottom .btn{
        width: 100%;
    }

    .best-offers-medium.best-offers-medium--alt .value{
        color: #333e50;
    }
}

.best-offers-medium .productBank .row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 767px) {

    .best-offers-medium .productBank .row {
        display: block;

    }

    .best-offers-medium .text {
        padding-top: 10px;
    }
}

@media (max-width: 380px) {
    .info-window-block{
        position: relative;
    }
}
.best-offers-medium div {
    cursor:pointer;
}
.best-offers-medium .text {
    color: #000000;
}
.best-offers-medium span.js_link_blank .cr-row{
    border-top: 1px solid #ebebeb;
}
/* Блок Похожие продукты и рекламный блок на их базе End */

/* Таблица курсов валют. /currency */
@media (max-width: 767px) {

    table.exchange td:first-child {
        width: 50%;
        min-width: 100px;
    }

    table.bankRates caption {
        margin-top: 0;
    }
}

.bankRates th a.asc i.fa-chevron-up{
    color: #7bc057;
}
.bankRates th a.desc i.fa-chevron-down{
    color: #7bc057;
}

/* Таблица курсов валют. /currency END*/

.closer, .opener {
    cursor: pointer
}
.closer {
    display: inline-block
}
.opener {
    display: none
}
.collapsed .closer {
    display: none
}
.collapsed .opener {
    display: inline-block
}
.accordion .link {
    text-decoration: none;
    position: relative;
    display: inline-block
}
.info-accord .opener:after{
    content: "↓";
}
.info-accord .closer:after {
    content: "↑";
}

.bank_icon16 {
    float: left;
    margin: 4px 5px 0;
}

.placemark_layout_red .bank_icon16,
.placemark_layout_bankomaty .bank_icon16,
.placemark_layout_otdelenija .bank_icon16 {
    position: relative;
    top: 4px;
    left: 3px;
}

.bank-span .bank_icon16 {
    margin-top: 1px;
}

span.bank_icon i.bank_icon {
    display: block;
}

/* links accordion block */
.mb_for-childs a {
	margin-bottom: 10px;
}

.mb_for-childs[data-toggle-seo="1"] .links-block__header .fa-angle-down {
	transform: rotate(-180deg);
}

.mb_for-childs .links-block__header i[class*="ic-"] {
	font-size: 14px;
}

.mb_for-childs[data-toggle-text="1"] .links-block__header i[class*="ic-"] {
	transform: rotate(-180deg);
}

.links-block__header {
	padding: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #ebebeb;
	transition: all 0.3s;

}
.links-block__header:hover {
    cursor: pointer;
    background-color: #fafafa;
    transition: all 0.3s;

}
.links-block__header span {
    font-size: 20px;
}
.p-20 {
    padding: 20px;
}
.links-block__header .fa-angle-down {
    display: inline-block;
    font-size: 30px;
    color: #a3a3a3;
}
.links-container {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.links-container > div {
    padding: 10px 15px;
}
div.links-block__header[aria-expanded=true] .fa-angle-down {
    transform: rotate(-180deg);
}
@media (max-width: 767px) {
    .links-block__header span {
        font-size: 18px;
    }
}
@media (max-width: 580px) {
    .links-block__header{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/* links accordion block */
.products-block .h2{
    margin-bottom: 0;
}
.products-block a{
    display: block;
}
.products-block > div{
    line-height: 35px;
}

.nav-tabs-for-pages>li>a.a {
    font-size: 16px;
    text-align: center;
}

.links-nav{
    position: relative;
}
@media (max-width: 740px) {
    .links-nav:after{
        content: "";
        position: absolute;
        z-index: 11;
        right: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        height: 42px;
        border-radius: 0 5px 0 0;
        background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 55%,#fff 100%);
        background: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 55%,#fff 100%);
    }
}
ul.nav-tabs-for-pages {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap !important;
}

.nav-tabs-for-pages>li {
    float: none;
    display: inline-block;
}

.bankRates thead > tr:nth-child(1) th:nth-child(2),
.bankRates thead > tr:nth-child(1) th:nth-child(3){
    text-align: center;
}
.bankRates thead > tr:nth-child(1) th:nth-child(1){
    vertical-align: middle;
    padding-left: 20px;
}
table.bankRates caption{
    padding-left: 0;
}
.bank-slider-block {
    position: relative;
    overflow: hidden;
}
.bank-slider-block .item{
    text-align: center;
    height: auto;
    display: inline-block;
}

.bank-slider-block .item .ttl{
    font-size: 16px;
    display: block;
    text-align: center;
}
.bank-slider-block .item .sub-ttl{
    font-size: 12px;
    color: #959595;
    display: block;
}
.bank-slider-block .item img{
    max-height: 35px;
    display: block;
    margin: 0 auto 5px;
}
.bank-slider-block .item .bank-inf{
    padding-top: 5px;
    border: 1px solid #ebebeb;
    border-bottom: none;
}
.bank-slider-block .item .bg-gray{
    border: 1px solid #ebebeb;
    border-top: none;
    text-align: left;
}
.bank-slider-block .item .bg-gray a{
    text-align: center;
    border-top: 1px solid #ebebeb;
    padding: 10px;
    display: block;
    font-size: 12px;
}
.bank-slider-block .lSAction > a {
    top: 30%;
    margin-top: 0;
    width: 20px;
    height: 30px;
}
.banki-search{
    padding-bottom: 0;
}
.banki-search .alphabet{
    margin-bottom: 0;
}
.row.btop{
    margin: 0;
}

.currency-table{
    margin-top: 20px;
    width: 100%;
}
.currency-table th{
    font-size: 13px;
    text-transform: uppercase;
    color: #959595;
    border-right: none !important;
}
.currency-table tr > th:first-child{
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
.currency-table tbody tr {
    border-top:1px solid #f2f2f2;
}
.currency-table tr > *:not(:first-child){
    padding: 10px;
    text-align: center;
}
.currency-table tr > *{
    vertical-align: middle;
}

.currency-table tr > td:first-child a, .currency-table .val {
    font-size: 18px;
    font-weight: 700;
}

.currency-table .val {
    margin-bottom: 5px;
}

.currency-table .val + .ic-info {
    position: absolute;
}

.currency-table caption {
    text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
}

.positive {
    color: #7bc057;
}

.negative {
    color: #c05757
}
.currency-table tbody tr > td .bank amp-img{
    vertical-align: middle;
}
.currency-table tbody tr > td .bank{
    font-weight: 400;
    font-size: 16px;
}
.btn-block{
    text-align: center;
    padding: 0;
    border-top: 1px solid #f2f2f2;
    background-color: #fcfcfc;
    width: 100%;
    margin-bottom: -20px;
}
.btn-block a{
    padding: 20px 15px;
    width: 100%;
}
.currency-table.default tr > td:first-child a{
    font-size: 14px;
    font-weight: 400;
}
.currency-table.default tr > td .val{
    font-size: 16px;
}
.currency-table.default th{
    background-color: #f4f6f6;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #272727;
}
.currency-table.default tr > *{
    padding: 10px;
}
.currency-table.default tr > *:first-child{
    padding-left: 15px;
}
.currency-table.default tr > *:last-child{
    padding-right: 15px;
}
.block{
    display: block;
}
.fs-12{
    font-size: 12px;
}


/* Cbrf Archive */

.cbrfArchive td span{
    font-weight: 700;
}
.cbrfArchive small{
    font-size: 85%;
}

.cbrfArchive td{
    position: relative;
}

.cbrfArchive td:nth-child(2), .cbrfArchive th:nth-child(2) { text-align: center;}
.cbrfArchive td:nth-child(3), .cbrfArchive th:nth-child(3) { text-align: center; }


/* Cbrf Archive End*/

.font-bold {
    font-weight: 400;
    font-family: "lato black", sans-serif;
}

#block-text_all {
    overflow: hidden;
}

#text-for-machines__button_hide{
    display: none;
}
#text-for-machines__button_show {
    display: block;
    margin-top: 10px;
}

#text-for-machines__button_show, #text-for-machines__button_hide {
    color: #2396dc;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding: 0;
    cursor: pointer;
    transition: .3s
}

#text-for-machines__button_show:hover, #text-for-machines__button_hide:hover {
    color: #7bc057;
    text-decoration: none;
    transition: .3s
}

li[data-toggle-text="0"] .toggle-btn .fa-plus::before {
    content: "\f067";
}

li[data-toggle-text="1"] .toggle-btn .fa-plus::before {
    content: "\f068";
}

span.toggle-btn i {
    color: rgb(35, 150, 220);
}
span.toggle-btn:hover{
    cursor: pointer;
}

/* currency & bank/department/currency */
.currency table.non-standard tr > td:last-child{
    width: 160px;
}
.currency table.depart_curr tr > td:last-child{
    width: 200px;
}
.currency table.non-standard tr > td:first-child{
    width: 120px;
}
.currency table.depart_curr tr > td:first-child{
    width: 140px;
}
.currency sup {
    top: -.7em;
}
/* currency & bank/department/currency  End */

.articleContent .table-responsive{
    width: 100%;
}

.rateNewsLinks {
    margin-top: 30px;
    margin-left: 20px;
}

.rateNewsLinks {
    margin-top: 30px;
    margin-left: 20px;
    line-height: 25px;
}

.video-container {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .video-container iframe, .video-container object, .video-container embed {
        width: 100%;
        height: 100%;
    }
}

.standard-cr-table .cr-row .description:before{
    content: "\f141";
    font-size: 20px;
    padding: 3px 15px 0 15px;
    border-style: solid;
    border-width: 1px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: none;
    position: absolute;
    left: calc(50% - 25px);
    font-family: FontAwesome;
    line-height: 0.8em;
}

.standard-cr-table .cr-row .productBank:after{
    border-color: #d7d7d7;
    color: #d7d7d7;
    bottom: 0;
}

@media (max-width: 767px){
    .tab-panel .modern-nav-tabs li a{
        white-space: nowrap;
    }
}

/*Страница рейтингов*/

.text-block p:last-child{
    margin-bottom: 0;
}

.btn-group.rating{
    min-width: 550px;
    position: relative;
}

.btn-group.rating .btn{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    padding: 5px 15px;
    border: none;
    border-bottom: 3px solid transparent;
}

.btn-group.rating .btn.act{
    color: #373737;
    border-color: #41a1db;
}

.bb-1{
    border-bottom: 1px solid #ebebeb;
}

.city_pick span{
    font-size: 14px;
    line-height: 16px;
    padding-right: 5px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
}

.city_pick a{
    line-height: 16px;
    padding: 4px 4px;
    margin: 0 3px;
    border-bottom: 1px dashed #41a1db;
    font-weight: 700;
}

.city_pick a.active{
    background-color: #41a1db;
    color: #fff;
}

.city_pick a:not(.active):hover{
    border-color: #7bc057;
}

.rating-table tr td{
    padding: 20px 15px;
}

.rating-table.type tr td.col-xs-11:not(.rating-table.type tr td.m-number-rating-after)  {
    padding: 20px 5px 20px 5px;
}

.rating-table.type tr td.m-number-rating-after  {
    padding: 5px 5px 5px 5px;
}

.rating-table.type tr td.m-number-rating-after .rating-mob .col-xs-6 {
    padding-right: 0px;
    padding-left: 5px;
    font-size: 12px!important;
}

.rating-table tr th{
    padding: 10px 15px;
    vertical-align: middle;
}

.rating-table.common tr td:first-child,
.rating-table.common tr th:first-child{
    width: 103px;
}

.rating-table tr td:first-child,
.rating-table tr th:first-child{
    padding: 20px 15px 20px 20px;
}

.rating-table tr th:first-child a{
    min-width:30px;
}

.rating-table tr th:first-child{
    padding: 10px 15px 10px 20px;
}

.rating-table tr td:last-child,
.rating-table tr th:last-child{
    padding: 20px 20px 20px 15px;
}

.rating-table tr th:last-child{
    padding: 10px 20px 10px 15px;
}

.rating-table tr th:first-child i{
    font-size: 12px;
}

.rating-table tr td:first-child{
    font-weight: 400;
    font-family: "lato black", sans-serif;
    font-size: 18px;
}

.rating-table sup{
    font-size: 10px;
}

.rating-table tr td:first-child sup{
    font-weight: 300;
    font-size: 12px;
}

.pl-5{
    padding-left: 5px;
}

.rating-table{
    font-size: 16px;
}

.rating-table .bank-name,
.rating-mob .bank-name{
    font-size: 18px;
    font-weight: 700;
}

.rating-table .license,
.rating-mob .license{
    font-size: 12px;
    font-weight: 400;
    color: #959595;
}

.rating-top .btn{
    padding: 4px 7px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    width: auto;
    font-weight: 500;
}

.rating-top .btn.active{
    box-shadow: none;
}

.standard tr:last-child{
    border-bottom: 1px solid #f2f2f2;
}

/*Страница рейтинга по типу*/
.rating-table.type{
    max-width: 760px;
}

.rating-table.type tr td:first-child,
.rating-table.type tr th:first-child{
    width: 90px;
}

.fw-300{
    font-weight: 300;
}

.rating-mob .fw-300 {
    font-size: 12px!important;
}

.rating-date{
    display: inline-block;
}

.rating-table.type tr td:nth-child(5) {
    min-width: 140px;
}

.rating-table.type tr td:nth-child(3),
.rating-table.type tr td:nth-child(4){
    width: 200px;
}

.pagination > li.disabled > span{
    background-color: #ffffff;
}

.pagination > .active > span{
    border-color: #41a1db;
    background-color: #41a1db;
}

@media (max-width: 991px){
    .rating-table.common tr td:nth-child(2){
        width: 280px;
        min-width: calc(100% - 50px);
    }
    .rating-table.common tr td:nth-child(4),
    .rating-table.common tr td:nth-child(5){
        min-width: 125px;
    }
    .rating-table.common tr td:last-child{
        min-width: 145px;
    }
    .rating-table .bank-name{
        font-size: 16px;
    }
    .rating-table .web-site{
        display: none;
    }
}

/*Мобильная таблица рейтингов общих*/
/*
.rating-mob{
    padding: 20px 0 0 0;
}*/

.rating-mob .bank-position{
    width: 45px;
    min-height: 1px;
    padding-left: 20px;
    float: left;
}

.rating-mob .bank-indicators{
    width: calc(100% - 45px);
    padding-right: 20px;
    padding-left: 10px;
    float: left;
}

.rating-mob .cr-table .bank-position{
    font-weight: 700;
}

.bank_data{
    padding: 10px 0;
}

.d_iblock{
    display: inline-block;
}

.bank-links > div{
    padding-right: 15px;
    padding-bottom: 3px;
}

.bank-links > div:first-child{
    padding-top: 5px;
}

.cr-table .cr-row:last-child {
    border-bottom: 1px solid #d7d7d7;
}

.fs-14{
    font-size: 14px;
}

.rating-mob .rating-date{
    font-size: 14px!important;
}

.rating-mob sup,
.rating-table sup{
    padding-left: 0;
}

.shadow{
    position: relative;
}

.shadow::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 32px;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#ffffff 55%,#ffffff 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,#ffffff 55%,#ffffff 100%);
}

.full{
    width: 100%!important;
}

td.m-number-rating {
    padding: 20px 0px 20px 10px !important;
}

th.m-number-rating {
    padding: 10px 0px 10px 10px !important;
}

.standard tr.selected {
    background: #f2f2f2;
}

.wide-search.bank .search-input{
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.bank-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px;
    cursor: pointer;
}

.bank-header + .toggle-text {
    display: none;
}

.bank-header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc((100% - 275px) / 3);
}
.bank-header__item a {
    margin: 0;
}
.bank-header__item span {
    font-size: 16px;
}
.bank-header__item--logo {
    width: 125px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.bank-header__item--show {
    width: 150px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.bank-header__item--show a {
    font-size: 16px;
    white-space: nowrap;
}
.bank-header__item--show i.fa {
    margin-left: 5px;
    font-size: 16px;
    color: #2396dc;
}
.bank-header.open .fa-angle-down {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.bank-header.bank-header--credits .bank-header__item{
    width: 20%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 5px;
    padding-right: 5px;
}
.bank-header.bank-header--credits .bank-header__item:nth-child(3){
    width: 40%;
}
.bank-header.bank-header--credits .bank-header__item--credit{
    width: 13%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bank-header.bank-header--credits .bank-header__item.bank-header__item--logo{
    padding-left: 0;
    width: auto;
}
.bank-header.bank-header--credits .bank-header__item.bank-header__item--show{
    width: 150px;
    padding-right: 0;
}
.bank-header.bank-header--credits .bk-logo{
    height: 30px;
    width: 120px;
}
.bank-header.bank-header--credits .bk-logo img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 767px) {
    .bank-header {
        position: relative;
        display: block;
        padding-bottom: 48px;
    }
    .bank-header__item {
        display: block;
        margin: 0 auto 5px;
        text-align: center;
    }
    .bank-header__item:not(.bank-header__item--logo) {
        width: inherit;
    }
    .bank-header__item--credit span {
        font-size: 12px;
        color: #959595;
    }
    .bank-header__item--show {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 48px;
        width: 100%;
        margin: 0;
    }
    .bank-header__item--show a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 48px;
        text-align: center;
    }

    .bank-header__item.bank-header__item--psk > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .show-all {
        position: relative;
        z-index: 20;
        background-color: #fff;
    }

    .bank-header.open {
        position: static;
        padding-bottom: 15px;
    }

    .bank-header.open + .toggle-text {
        padding-bottom: 35px;
    }

    .creds .bank-header.bank-header--credits div.bank-header__item{
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.cats {
    position: relative;
    padding: 0 !important;
    margin: 0 -20px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.cats__item a {
    padding: 12px;
    margin: 0 !important;
    font-size: 14px;
    color: #999;
}
.cats__item a:hover {
    color: #7bc057;
}
.cats__item.selected a {
    color: #333;
    border-bottom: 3px solid #2396dc;
}
.cats__item.selected a:hover {
    color: #7bc057;
}
.cats .lSSlideWrapper {
    padding: 0 20px;
}
.cats .lSSlideWrapper:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    height: 42px;
    width: 25px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(#fff));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
}
.cats .lSAction>a {
    top: 0;
    height: 100%;
    width: 20px;
    margin: 0;
    background-color: #fff;
    border: none;
}

.creds .links-block__header {
    border-top: none;
}
.creds.highlighted {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}
@media (max-width: 767px) {
    .creds {
        position: relative;
    }
    .creds .list-view {
        padding-bottom: 15px !important;
    }
}
.cr-row .creditBank {
    padding: 15px 5px 20px;
}
.cr-row .creditBank:after {
    content: "";
    display: table;
    clear: both;
}
.cr-row .creditBank:hover {
    cursor: auto;
}
.cr-row .creditBank .name {
    padding-left: 0;
}
.cr-row .creditBank .value {
    margin-top: 10px;
}
.cr-row .creditBank .btn-primary {
    margin-top: 10px;
}

.pjax-sort-links:after {
    content: "";
    display: table;
    clear: both;
}

.border-top {
    border-top: 1px solid #d7d7d7;
}

.border-top-light-gray {
    border-top: 1px solid #e8ecef;
}

.border-bottom-light-gray {
    border-bottom: 1px solid #e8ecef;
}

.mt-minus-1 {
    margin-top: -1px;
}

.bk-logo {
    height: 39px;
}

.bk-logo img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.cr-thead-grey {
    padding-left: 5px;
    color: #959595;
    background-color: #f2f2f2;
}

.grid__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e7e7e7;
}
.grid__row:last-child {
    border-bottom: 1px solid #e7e7e7;
}
.grid__item {
	display: block;
	width: 50%;
	padding: 20px 10px;
	text-decoration: none;
	overflow: hidden;
}
.grid__item:nth-child(2) {
    border-left: 1px solid #e7e7e7;
}
.grid__title {
    font-size: 16px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
    color: #2396dc;
    white-space: nowrap;
}
.grid__subtitle {
    margin-top: 2px;
    font-size: 14px;
    color: #959595;
}
.courses {
    padding: 20px;
}
.courses__title {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
    color: #2396dc;
    text-decoration: none;
}
.courses__table {
    width: 100%;
}
.courses__table td,
.courses__table th {
    padding: 10px;
    text-align: right;
    vertical-align: middle;
}
.courses__table td:first-child,
.courses__table th:first-child {
    color: #959595;
    text-align: left;
}
.courses__table th:first-child {
    font-size: 14px;
}
.courses__table td {
    font-size: 16px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
}
.courses__table td:first-child {
    font-size: 14px;
    font-weight: 400;
}
.courses__table tr {
    border-bottom: 1px solid #f2f2f2;
}
.courses__table tbody tr:last-child {
    border-bottom: none;
}
.courses__link {
    font-size: 16px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
    color: #2396dc;
    text-decoration: none;
}
.icon-list {
    display: block;
    margin-bottom: 20px;
    padding-left: 0;
}
.icon-list__item {
    position: relative;
    display: block;
    padding: 5px 0 5px 25px;
    font-size: 16px;
}
.icon-list__item a {
    white-space: nowrap;
}
.icon-list__item:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.icon-list__item .fa {
    color: #cccccc;
    position: absolute;
    left: 0;
    top: 5px;
}

.no-padding-bottom {
    padding-bottom: 0;
}
.credit_cart-padding-bottom {
    padding-bottom: 10px;
}

.info p a {
    display: inline-block;
    margin: 0;
}
.grey {
    color: #959595;
}
.fs-14 {
    font-size: 14px;
    line-height: 24px;
}
.cr-thead-grey {
    padding-left: 5px;
    color: #959595;
    background-color: #f2f2f2;
}
.w-180 {
    width: 180px;
}
.cr-row .btn-default {
    margin-top: 20px;
}
.font-sm {
    font-size: 14px;
}
.search-res {
    float: right;
    font-size: 14px;
    line-height: 26px;
}
@media (max-width: 767px) {
    .search-res {
        float: none;
        margin-bottom: -15px;
        font-size: 12px;
    }
}
.calc-table .border-b{
    border-bottom: 1px solid #d7d7d7;
}

.calc-table .cr-thead{
    padding-left: 5px;
    color: #959595;
    background-color: #f2f2f2;
}

.calc-table i{
    color: #959595;
}

.calc-table {
    margin-top: 0;
}
/*Страницы криптовалют*/
.crypto_container {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.crypto_main_container .row{
    margin-right: 0;
    margin-left: 0;
}

.crypto_table.table {
    min-width: 822px;
    margin-bottom: 0;
}

.crypto_table.table th{
    background: #2396dc;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
}

.crypto_table.table caption{
    padding: 20px;
}

.crypto_table.table th a{
    color:#fff;
}

.crypto_table.table td{
    padding: 15px 20px;
}

.of_auto .grid-view{
    overflow: auto;
}

.td_crypto_name.with_logo img {
    max-width: 30px;
    margin-right: 10px;
    float: left
}

.td_crypto_name.with_logo img {
    max-width: 40px;
    margin-right: 10px;
    float: left
}

.td_crypto_name.with_logo .names {
    float: left;
    width: calc(100% - 50px)
}

.crypto_table td,
.crypto_table th{
    padding: 10px!important;
    text-align: left;
}

.crypto_refine h2 {
    padding-bottom: 10px;
    padding-top: 0;
    margin-bottom: 0;
}

.crypto_refine h2.p {
    padding-left: 15px;
    padding-right: 15px;
}

.crypto_refine h1 {
    padding: 10px 15px 10px 15px;
}

.crypto_refine p {
    padding: 0 15px;
}

.crypto_refine > div {
    padding: 20px 25px;
    min-height: 240px
}

.crypto_refine .time {
    padding-top: 5px;
    font-size: 14px;
    text-align: right
}

.crypto_refine .crypto_curr_val {
    font-size: 45px;
    font-weight: 400;
    text-align: left;
    font-weight: 300;
    line-height: 1
}

.crypto_refine .crypto_chng_val {
    font-size: 36px;
    padding-top: 21px;
    line-height: 1;
    padding-bottom: 3px
}

.crypto_refine .crypto_main_val {
    margin-bottom: 9px
}

.crypto_table_chr,
.crypto_curr_link_block,
.crypto_chart_container{
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.crypto_refine{
    background: #fff;
    margin-bottom: 30px;
}

.crypto_refine .crypto_chng_val {
    padding-top: 2px
}

.crypto_refine .with_bg {
    position: relative;
    overflow: hidden
}

.crypto_refine .with_bg img {
    position: absolute;
    opacity: .12;
    right: -20px;
    -moz-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    -webkit-transform: rotate(330deg);
    -o-transform: rotate(330deg);
    transform: rotate(330deg)
}

.crypto_refine > div {
    min-height: 200px
}

.crypto_basic_val > div:first-child {
    padding: 0 10px 0 0
}

.crypto_basic_val > div:last-child {
    padding: 0 0 0 10px
}

.crypto_basic_val .val {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 3px
}

.crypto_basic_val .sub-ttl, .crypto_chng_block .sub-ttl {
    font-size: 14px
}

.crypto_basic_val.crypto .val {
    font-size: 20px
}

.crypto_chng_block > div:nth-child(-n+2) {
    margin-bottom: 18px
}

.crypto_chng_block .val {
    padding-bottom: 3px;
    font-size: 24px;
    line-height: 1
}

.crypto_table_chr h2 ,
.crypto_table_chr h3 {
    padding: 20px 25px 25px 25px;
    margin-bottom: 0;
}

.crypto_table_chr table {
    font-size: 16px;
    margin-bottom: 0;
}

.crypto_table_chr table tr th:first-child ,
.crypto_table_chr table tr td:first-child {
    padding-left: 25px
}

.crypto_table_chr table tr:first-child td {
    border-top: 1px solid #e7e7e7
}

.crypto_curr_link_block {
    padding: 20px 20px
}

.crypto_curr_link_block sup {
    font-size: 12px
}

.crypto_curr_link_block a {
    font-weight: 500;
    font-size: 18px
}

.crypto_curr_link_block:not(.rus) > div:first-child a {
    font-size: 16px;
    line-height: 18px
}

.wrapper.with_bg{
    background: #fff;
}

.crypto_refine .crypto_main_block_bg_color{
    background: rgba(35, 150, 220, 0.11);
}

.crypto_basic_val > div:nth-child(2) {
    text-align: right
}

@media only screen and (max-width: 1100px) {
    .crypto_refine > div {
        width: 100%
    }

    .crypto_basic_val > div:nth-child(2) {
        text-align: right
    }

    .crypto_chng_block > div:nth-child(even) {
        text-align: right
    }

    .crypto_basic_val.crypto > div:nth-child(2) {
        text-align: right
    }

    .crypto_basic_val.crypto .ttl{
        margin-bottom: 2px;
    }
}

@media only screen and (max-width: 991px) {
    .crypto_refine .ttl {
        font-size: 20px !important
    }

    .crypto_refine .val {
        font-size: 28px !important
    }

    .crypto_refine .sub-ttl {
        font-size: 16px !important
    }

    .crypto_refine .crypto_chng_val {
        font-weight: 300;
        font-size: 60px;
        padding-top: 0
    }
}


@media only screen and (max-width: 550px){
    .crypto_refine .crypto_chng_val {
        font-weight: 400;
        font-size: 36px;
        padding-top: 20px;
    }
    .crypto_main_val>div {
        width: 100%;
        text-align: left !important;
    }
    .crypto_chng_block>div {
        text-align: left !important;
        width: 100%;
    }
}

@media only screen and (max-width: 500px){
    .crypto_basic_val > div {
        width: 100%;
        text-align: left !important;
        padding: 10px 0 !important;
    }
}

.chart-cr-block {
    width: 100%;
    height: 400px;
}

.btn-chart-tab {
    color: #7bc057;
    line-height: 1;
}

.btn-chart-tab.active,
.btn-chart.active{
    box-shadow:none;
    border: 1px solid #7bc057;
    line-height: 1;
    border-radius: 0;
    font-weight: 500;
}

.chart-tabs{
    margin-bottom: 0;
}

.crypto_today{
    display: none;
}

/*Мобильная версия*/
.crypto_table.mob{
    min-width: initial;
}

.crypto_table.mob tr th{
    display: none;
}

/*Страница конвертера на криптовалютах*/
.crypto_converter_inp{
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.crypto_converter_inp:focus{
    outline: none;
    border-bottom: 2px solid #e7b17c;
}

.crypto_converter_sign{
    position: absolute;
    top: 4px;
    right: 5px;
    width: 100px;
    font-weight: 400;
}

.crypto_converter_sign img{
    width: 32px;
    float: right;
}

.crypto_converter_iname{
    float: right;
    line-height: 32px;
    padding-right: 8px;
    font-weight: 500;
}

.crypto_converter_flag{
    float: left;
    top: 9px;
    right: 10px;
    width: 60px;
}

.crypto_converter_flag .flag{
    margin-right: 0;
    margin-left: 10px;
    display: inline-block;
    float: none;
    position: absolute;
    top: -1px;
}

.crypto_flag_iname span{
    line-height: 16px;
}

.st_shadow{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.white_bg{
    background-color: #fff;
}

.crypto_linked_block_iname{
    margin-right: 5px;
}
/*Страница конвертера на криптовалютах конец*/

.crypto_main_container i.fa-rub{
    font-size: 80%;
    color: #3d3c3c;
}

/*Страницы криптовалют конец*/

/*Биржи криптовалют*/
.crypto_bg{
    background-color: #fff;
}

.crypto_markets_linked_block{
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.crypto_markets_linked_block a{
    display: inline-block;
    padding-right: 18px;
    margin-bottom: 5px;
}

.crypto_exchange_table_wrapper{
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.17);
    overflow: auto;

}

.crypto_market_refline > div{
    min-height: initial;
}

.crypto_market_refline .crypto_chng_val{
    padding-top: 10px;
}
/*Биржи криптовалют*/

/*Модификаторы криптовалют*/
.crypto_bb-1{
    border-bottom:1px solid #ddd;
}

.normal-row-bootstrap{
    margin: 0 -10px!important;
}

.fs-20{
    font-size: 20px
}

.pb-10{
    padding-bottom: 10px;
}

/*Модификаторы криптовалют*/

/* Bank curr links menu */
.bankCurrMenu {
    margin-left: 20px;
}
.bankCurrMenu li{
    float: left;
    padding-right: 20px;
}

/* Bank curr links menu */

.cont-h1 h1{
    margin-bottom: 0;
}
.cont-h1 h2{
    margin-bottom: 0;
}

.standard.rating-table sup {
    font-size: 12px !important;
}

.currency-ul-no-list {
    list-style: none;
    margin-left: -20px;
}
.currency-ul-no-list  li.pull-right{
    padding-left: 10px;
    padding-right: 10px;
}
/* debet styles */
.no-margin-bottom {
    margin-bottom: 0;
}
.no-padding-top {
    padding-top: 0;
}
.no-border-top {
    border-top: none !important;
}
.text-bold {
    font-weight: 700;
}
.btn-calc {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 27px;
}
@media (max-width: 767px) {
    .btn-calc {
        margin-top: 10px;
    }
}
.fix-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
}
.fix-1 .btn {
    min-width: 160px;
    width: auto;
    margin-top: 0;
}
.fix-1 .productBank .value {
    font-weight: 400;
    margin-top: 15px;
}
@media (max-width: 767px) {
    .fix-1 {
        display: block;
    }
    .fix-1 .productBank {
        padding-left: 15px;
        padding-right: 15px;
    }
    .fix-1 .btn {
        margin-bottom: 20px;
    }
}
.debet__other-banks h3 {
    margin: 10px 0 15px;
}
.cr-row> .bank a {
    display: block;
}
@media (min-width: 768px) {
    .cr-row> .bank a {
        border-bottom: none;
        width: auto;
        text-align: left;
        height: auto;
    }
}
.cr-row> .bank a img.debet__card {
    max-width: 100%;
    height: auto;
    max-height: 120px;
    margin-right: 0;
}
@media (max-width: 767px) {
    .cr-row> .bank a img.debet__card {
        max-height: inherit;
    }
}
.debet__other-banks.deb-solo .btn {
    margin-top: 25px;
}
@media (max-width: 767px) {
    .debet__other-banks.deb-solo .btn {
        margin-top: 0;
    }
}
.calculator-deb .cs-select {
    margin-bottom: 0;
}
.calculator-deb .form-group {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .calculator-deb .form-group {
        margin-bottom: 10px;
    }
}
.calculator-deb label {
    white-space: nowrap;
}
@media (max-width: 767px) {
    .calculator-deb .btn {
        float: none !important;
    }
}
.best-debit {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 5px;
}
.best-debit .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.best-debit .card {
    width: 80px;
    min-width: 80px;
}
.best-debit .card img {
    display: block;
    width: 100%;
    height: auto;
}
.best-debit .vert {
    position: absolute;
    top: 50%;
    left: -9px;
    margin-top: -5px;
    font-size: 10px;
    color: #bcbcbc;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.best-debit .text {
    padding-left: 15px;
}
.best-debit .subscr {
    font-size: 12px;
    font-weight: 400;
    color: #959595;
    display: inline-block;
    white-space: nowrap;
}
.best-debit .value:before {
    top: 2px;
}
.best-debit .btn {
    margin-top: 0;
    margin-left: auto;
    display: block;
}
@media (max-width: 767px) {
    .best-debit {
        display: block;
    }
    .best-debit .card {
        margin-top: 5px;
    }
    .best-debit .subs {
        display: none;
    }
    .best-debit .vert {
        display: none;
    }
    .best-debit .btn {
        width: 100%;
    }
    .best-debit .value {
        margin: 10px 0 15px;
        text-align: left;
    }
    .best-debit .subscr {
        display: inline-block;
    }
}
div.cs-select {
    max-width: 100%;
}
div.cs-skin-elastic {
    background: #fff;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    margin-bottom: 10px;
}
.cs-skin-elastic .cs-options {
    padding-bottom: 0;
}
.cs-skin-elastic > span {
    background-color: transparent;
    border-bottom: none;
    z-index: 100;
    height: 40px;
}
.cs-skin-elastic > span::after {
    font-size: 14px;
}
.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
    color: #373737;
    background: #f2f2f2;
}
.cs-skin-elastic .cs-options span {
    padding: 10px;
}
.cs-select span {
    padding: 8px 10px 8px;
}
.cs-select > span::after {
    right: 10px;
    color: #d9d9d9;
}
.cs-skin-elastic.cs-active .cs-options {
    pointer-events: auto;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.15);
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
}
.cs-skin-elastic > span::after {
    font-family: "Glyphicons Halflings";
    content: "\e259";
}
.cs-skin-elastic .cs-options > ul::before,
.cs-skin-elastic .cs-options ul li {
    -webkit-transition: none;
    transition: none;
}
.cs-skin-elastic.cs-active .cs-options > ul::before,
.cs-skin-elastic.cs-active .cs-options ul li {
    -webkit-animation: none;
    animation: none;
}
.label-input {
    font-weight: 400;
    font-family: "lato black", sans-serif;
    margin-bottom: 10px;
}
.new_style .btn-primary{
    margin-top: 24px;
}
.new_style label{
    white-space: nowrap;
    font-weight: 700;
    margin-bottom: 5px;
}
.debet__other-banks .cr-row .productBank:hover {
    background-color: #ffffff;
}
.credits_row.debet__other-banks:hover img.debet__card{
    box-shadow: 5px 7px 12px rgba(0, 0, 0, 0.3);
    transition: 0.3s
}

/* _____________________________ */
/*ÐŸÐ¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ðµ ÑÐ²Ð¾ÐµÐ³Ð¾ Ð¸ÐºÐ¾Ð½Ð¾Ñ‡Ð½Ð¾Ð³Ð¾ ÑˆÑ€Ð¸Ñ„Ñ‚Ð°*/


[data-icon]:before {
    font-family: "own-ico-font" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-own"]:before,
[class*=" icon-own"]:before {
    font-family: "own-ico-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    color: #e4e4e4;
    position: relative;
    top: 1px;
}

.icon-own-cashback:before {
    content: "\61";
}
.icon-own-coins:before {
    content: "\62";
}
.icon-own-plus:before {
    content: "\63";
}
/*ÐŸÐ¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ðµ ÑÐ²Ð¾ÐµÐ³Ð¾ Ð¸ÐºÐ¾Ð½Ð¾Ñ‡Ð½Ð¾Ð³Ð¾ ÑˆÑ€Ð¸Ñ„Ñ‚Ð°*/

.productBank [class^="icon-own"]:before,
.productBank [class*=" icon-own"]:before {
    position: absolute;
    top: 4px;
    left: -26px;
}

.productBank [class^="icon-own"],
.productBank [class*=" icon-own"] {
    transform: translateX(30px);
}

.productBank .icon-own-cashback {
    transform: translateX(10px);
}

.pr-30 {
    padding-right: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pb-0 {
    padding-bottom: 0 !important;
}
.toggle-btn-wrapper {
    padding: 20px 20px 0 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.toggle-text-wrapper {
    cursor: auto;
    padding: 0 20px 20px 20px;
}

.toggle-text {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;

}

.desc\:toggle-text--hidden{
    display: none;
}

@media screen and (max-width: 767px) {

    .toggle-text--mob-hidden {
        height: 0;
    }
}

#sliderWithThumbs img{
    width: 100%;
}

.debet__top-slider .lSPager.lSGallery li:not(.active) {
    opacity: 0.6;
}

.debet__top-slider .lSPager {
    display: block !important;
}

.debet__top-slider [data-thumb] {
    text-align: center;
    padding-bottom: 10px;
}

.debet__top-slider [data-thumb] span{
    font-size: 14px;
}

.debet__top-slider .lSSlideWrapper {
    position: static;
}

.debet__top-slider #sliderWithThumbs {
    position: relative;
    z-index: 99;
}

.debet__top-slider .lSSlideOuter {
    position: relative;
}

.debet__top-slider .lSAction {
    position: absolute;
    bottom: 65px;
    width: 100%;
}

.debet__top-slider .lSPrev, .debet__top-slider .lSNext {
    background-color: #ffffff;
    opacity: 1;
    border: none;
    height: 80px;
    width: 85px;
}

.debet__top-slider .lSNext {
	right: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 82%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 82%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );

}

.debet__top-slider .lSPrev {
    left: -1%;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 18%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 18%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 18%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}

.debet__top-slider .lSPrev::before {
    content: "\e919";
    font-family: "bankiros";
    font-size: 16px;
    left: 13%;
    top: 39%;
    position: relative;
    color: #959595;
    opacity: 0.6;
}

.debet__top-slider .lSNext::before {
    content: "\e91a";
    font-family: "bankiros";
    font-size: 16px;
    left: 72%;
    position: relative;
    color: #959595;
    top: 39%;
    opacity: 0.6;
}

.fl-row {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.bank.fl-row {
    padding-top: 5px;
}

.debet__pay-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.debet__pay-icons .tooltip {
    width: 150px;
    opacity: 1;
}

.debet__pay-icons .tooltip-inner{
    background-color: #666666;
}

.debet__pay-icons .tooltip.top .tooltip-arrow {
    border-top-color: #666666;
}

.debet__pay-icon {
    padding-right: 30px;
    position: relative;
    opacity: 0.4;
    transition: all .3s;
    max-width: 85px;
}

.debet__pay-icon:hover {
    opacity: 1;
    transition: all .3s;
    cursor: pointer;
}

.debet__pay-icon img {
    height: 55px;
}

.debet__pay-icon-default img {
    height: auto;
}

.debet__pay-icon img.small-height {
    height: 40px;
}

.debet__pay-info{
    margin-bottom: 30px;
}

.debet__pay-info ul li {
    margin-bottom: 10px;
}

.debet__pay-info ul li span {
    font-weight: 400;
    font-family: "lato black", sans-serif;
}

.debet__params-info {
    width: 100%;
    border: 0;
    cellspacing: 0;
}

.bordered-bott {
    border-bottom: 1px solid #ebebeb;
}

.xxx-border-bottom {
    border-bottom: 1px solid #f1f4f7;
}

.debet__params-info td {
    padding: 20px 0;
}

.debet__params-info tr td:first-child {
    font-weight: 400;
    font-family: "lato black", sans-serif;
    padding-right: 10px;
}
.debet__params-info tr{
    border-bottom: 1px solid #ebebeb;
}

.debet__params-info tr:last-child{
    border-bottom: 0;
}

.debet__border_right {
    border-right: 1px solid #ebebeb;
}

.debet__border_left {
    border-left: 1px solid #ebebeb;
}

.toggle-btn .fa-angle-down {
    font-size: 35px;
    color: #959595;
    transition: 0.3s;
}

.toggle-btn.active .fa-angle-down {
    transform: rotate(180deg);
    transition: 0.3s;
}

[data-toggle-text]:hover {
    cursor: pointer;
}

.debet__descr-header {
    font-weight: 400;
    font-family: "lato black", sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
}

.debet__order {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

ul.green-marker {
    margin: 10px 0;
    padding: 0;
}

ul.green-marker li{
    list-style-type: none;
    margin: 5px 0;
}

ul.green-marker li:before {
    color: rgb(123, 192, 87);
    content: "â€¢ ";
    padding-right: 10px;
}

.debet__percents {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #fcfcfc;
    border-top: 1px solid #ebebeb;
    padding: 20px 5px;
}

.debet__card-thumb {
    max-width: 80px;
    margin-right: 15px;
    margin-left: 5px;
}

.debet__params-list li {
    margin-bottom: 15px;
}

.debet__params-list li.debet__params-item_non-existent {
    color: #AFAFAF;
}

.marked-list.marked-list_green li.debet__params-item_non-existent:before {
    font-family: "Glyphicons Halflings";
    content: "\e014";
    font-size: 16px;
    position: relative;
    color:  #AFAFAF;
    padding-right: 5px;
    top: 2px;
}

.marked-list.marked-list_green li:before{
    color: #7bc057;
}

.pb-30 {
    padding-bottom: 30px;
}

.cr-row > .bank a img.debet__card {
    margin-right: 5px;
    height: 120px;
    transition: 0.3s;
    border-radius: 8px;
}

.debet__other-banks.cr-row .productBank:hover {
    background-color: #fff;
}

.credits_row.debet__other-banks:hover img.debet__card {
    box-shadow: 5px 7px 12px rgba(0, 0, 0, 0.3);
    transition: 0.3s
}

.credits_row.credits_row--for-mortgage .xxx-tab__item:first-of-type {
    padding-left: 0;
}

.credits_row.credits_row--for-mortgage .xxx-tab__item {
    margin-bottom: 0;
}

.credits_row.credits_row--for-mortgage .xxx-tab__item::before {
    content: none;
}

.credits_row.credits_row--for-mortgage .productBank-hidden .description {
    background: white;
    border-top: 0;
    padding-right: 0;
    padding-top: 0;
}

.credits_row.credits_row--for-mortgage .xxx-text-font-400 {
    font-weight: 400;
}

.credits_row.credits_row--for-mortgage a {
    margin-top: unset;
}

.credits_row.credits_row--for-mortgage.cr-row .productBank:hover {
    background-color: white;
}

.credits_row.credits_row--for-mortgage.cr-row .productBank {
    padding-left: 0;
}

.credits_row.credits_row--for-mortgage .productBank .name {
    padding-left: 0;
}

.credits_row.credits_row--for-mortgage .bank {
    padding-top: 20px;
}

.credits_row.credits_row--for-mortgage [data-parent-card] .credits_row__close {
    opacity: 0;
    position: absolute;
}

.bank.bank--hidden {
    display: none;
}

@media (max-width: 767px) {
    .credits_row.credits_row--for-mortgage .link-more {
        display: none;
    }
    .credits_row.credits_row--for-mortgage [data-parent-card].fixed {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 300;
        background: white;
        overflow: auto;
    }

    /*.credits_row.credits_row--for-mortgage [data-parent-card].fixed .bank.bank--hidden{*/
    /*    display: block;*/
    /*}*/
    .credits_row.credits_row--for-mortgage [data-parent-card].fixed .bank {
        display: block;
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 303;
        background: white;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 30px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    }

    .credits_row.credits_row--for-mortgage [data-parent-card].fixed .credits_row__bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        flex-direction: column;
        z-index: 303;
        padding-top: 20px;
        padding-bottom: 20px;
        background: white;
        margin-top: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    }

    .credits_row.credits_row--for-mortgage [data-parent-card].fixed .description {
        padding-bottom: 120px;
    }

    .credits_row.credits_row--for-mortgage [data-parent-card].fixed .subscr {
        margin-right: 0;
    }

    .credits_row.credits_row--for-mortgage [data-parent-card].fixed .js-our-counter,
    .credits_row.credits_row--for-mortgage [data-parent-card].fixed .btn-primary {
        width: 100%;
    }

    .credits_row.credits_row--for-mortgage [data-parent-card].fixed .credits_row__close {
        position: fixed;
        top: 10px;
        right: 15px;
        opacity: 1;
        z-index: 304;
        color: #adb4bf;
    }

    .credits_row.credits_row--for-mortgage [data-parent-card].fixed .productBank-hidden .description {
        padding-right: 15px;
    }

    .credits_row.credits_row--for-mortgage [data-parent-card].fixed .productBank {
        border-top: none;
    }


    .mob\:fix-bootstrap-p{
        padding-left: 5px!important;
        padding-right: 5px!important;
    }

    .mob\:fix-bootstrap-p-l{
        padding-left: 5px!important;
    }
    .mob\:fix-bootstrap-p-r{
        padding-right: 5px!important;
    }
}

.debet__tabs {
    margin: 0;
    padding: 1px 0 20px 0;
    font-size: 0;
}

.debet__tabs > li {
    display: inline-block;
    vertical-align: top;
    color: #7bc057;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #7bc057;
    border-radius: 0;
    margin: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    list-style-type: none;
}

.debet__tabs>li>a {
    color: #7bc057;
    padding: 6px 18px;
    display: block;
}

.debet__tabs>li:hover {
    background-color: #2396dc !important;
    border-color: #2396dc;
}

.debet__tabs>li:hover>a {
    color: #fff;
}

.debet__tabs>.active {
    color: #fff !important;
    background-color: #7bc057;
    border-color: #7bc057;
}

.debet__tabs>.active a{
    color: #ffffff;
}

.debet__slide-img {
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    height: 80px;
}

.debet__slide-link {
    width: 100%;
    margin-bottom: 10px;
}

.debet__slide-img img {
    width: 90%;
    position: relative;
    top: 25px;
    transition: 0.3s;
}

.debet__slide-link:hover .debet__slide-img  img {
    top: 5px;
    transition: 0.3s;
}

.debet__subscr {
    font-size: 12px;
    color: #959595;
}

.debet__footer-slide .debet__pay-info li span{
    font-weight: 300;
}

.slider-container .lSSlideWrapper {
    position: static;
    margin: 0 55px;
}

.slider-container .lSSlideOuter {
    position: relative;
}

.slider-container .lSPrev, .slider-container .lSNext {
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 1;
}

.slider-container .lSPrev {
    background-position: 45% 50%;
}

.slider-container .lSNext {
    background-position: 55% 50%;
}

.productBank [class^="icon-own"]:before, [class*=" icon-own"]:before {
    margin-right: 7px;
}

.debet__block-link {
    text-align: center;
    background-color: #fcfcfc;
    padding: 15px 0;
}

.debet__block-link a{
    width: 100%;
}


.debet__mobileinfo {
    display: none;
    padding-top: 20px;
    border-top: 1px solid #f2f2f2;
    margin-top: 20px;
}

@media(max-width: 995px) {
    .debet__top-slider .lSNext::before {
        top: 45%;
    }
    .debet__top-slider .lSPrev::before {
        top: 45%;
    }
}

/*ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ*/

.debet__slider-img_wrapper img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.lSSlideOuter .lSPager.lSGallery img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.debet__feature {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #95CE5A;
    padding: 10px 15px;
    width: initial;
}

.debet__feature-img-wrap img {
    max-height: 30px;
    max-width: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}


@media(max-width: 768px) {

    .productBank .icon-own-cashback {
        transform: translateX(30px);
    }
    .debet__pay-icons {
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: visible;
        padding-top: 50px;
        margin-top: -50px;
    }

    .debet__slider-img_wrapper {
        border-bottom: 1px solid #d7d7d7;
        overflow: hidden;
        height: 90px;
    }

    .debet__slider-img_wrapper img {
        padding: 10px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .debet__percents, .debet__order {
        display: block;

    }

    .debet__order span {
        width: 100%;
    }

    .debet__percents>div {
        padding-bottom: 20px
    }

    .debet__border_right+.pl-30 {
        padding-left: 15px;
    }

    .tab-content .pr-30 {
        padding-right: 15px;
    }

    .debet__params-info .pl-0 span:last-child {
        border-bottom: none;
    }

    .debet__params-info span:last-child {
        border-bottom: 1px solid #ebebeb;
    }

    .debet__params-info span:first-child {
        padding-top: 20px;
    }

    .credits_row.debet__other-banks:hover img.debet__card{
        box-shadow: none;
    }

    .debet__other-banks>div>a{
        border-bottom: 1px solid #d7d7d7;
        overflow: hidden;
        width: 100%;
        text-align: center;
        height: 75px;
    }

    .cr-row > .bank a img.debet__card {
        width: 90%;
        height: auto;
    }

    .debet__top-slider {
        margin-bottom: 20px;
    }

    .debet__top-slider .debet__slider-img_wrapper {
        margin-bottom: 10px;
    }

    .debet__top-slider .debet__subscr {
        font-size: 18px;

    }

    .debet__top-slider .lSAction {
        width: 100%;
        bottom: 36%;
    }

    .cr-row .productBank .value[class*=" icon-"] {
        margin-top: 10px;
        display: inline-block;
        margin-bottom: 0;
    }

    .debet__top-slider .lSPrev, .debet__top-slider .lSNext {
        height: 145px;
        top: -30px;
    }

    .debet__top-slider .lSNext {
        left: auto;
        right: 0;
    }

    .debet__descr-header {
        margin-bottom: 20px;
    }

    .debet__border_right {
        margin-bottom: 30px;
        padding-right: 15px;
    }

    .debet__border_left {
        margin-top: 30px;
        border-left: none;
        padding-left: 15px;
    }

    .slider-container h3 {
        width: 80%;
    }

    .slider-container .lSSlideWrapper {
        margin: 0;
    }

    .slider-container .lSSlideOuter {
        position: relative;
        overflow: visible;
    }

    .slider-container .lSAction {
        position: absolute;
        top: 0;
        right: 52px;
    }

    .slider-container .lSPrev {
        left: -15px;
        top: -20px;
    }

    .slider-container .lSNext {
        left: 25px;
        top: -20px;
    }

    .mt-20_m {
        margin-top: 20px;
    }
    .debet__top-slider .lSPrev::before {
        content: "\e919";
        font-family: "bankiros";
        font-size: 20px;
        left: 19%;
        top: 43%;
        position: relative;
        color: #959595;
    }

    .debet__top-slider .lSNext::before {
        content: "\e91a";
        font-family: "bankiros";
        font-size: 20px;
        left: 59%;
        position: relative;
        color: #959595;
        top: 43%;
    }

    .debet__other-banks.cr-row .subscr {
        display: inline-block;
    }

    .debet__order-link a {
        font-size: 16px !important;
    }
}

@media(max-width: 417px) {
    .slider-container .lSAction {
        position: absolute;
        top: -8%;
        right: 52px;
    }

	.debet__top-slider .lSPrev, .debet__top-slider .lSNext {
		height: 80px;
		top: 10px;
	}
}
/* debet styles */

/*tooltip*/
.content ul {
    padding: 0;
    list-style-type: circle;
    margin-bottom: 10px;
}

.content ul li {
    list-style-type: none;
}

.content ul li:before {
    color: #7bc057;
    content: "• ";
    padding-right: 10px;
}

.nord_fx{
    padding: 0 !important;
    min-height: 0 !important;
}

form.mapobject-search .find-bank .dropdown-menu span {
    cursor: pointer;
}

.top-5-bank{
    margin: 0px;
    margin: 0px;
}
.top-5-bank a, .top-5-bank span{
    display: inline-block;
    padding:2px 4px;
    margin: 1px 2px 1px 2px;
    cursor: pointer;
    color: #2396dc;
    transition: color .3s;
}

.top-5-bank a:hover,.top-5-bank span:hover{
    color: #7bc057;
    text-decoration: none;
}
.top-5-active{
    color: #fff!important;
    background-color: #2396dc;
}
.top-5-bank .non-active{
    color: #959595;
    cursor: default;
}

.rating-limit-menu {
    float: right;
}

[class^="bi-"], [class*=" bi-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "bankirosicons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "bankirosicons";
    font-display: swap;
    src:  url("/fonts/bankirosicons/bankirosicons.eot?hmx9cw");
    src:  url("/fonts/bankirosicons/bankirosicons.eot?hmx9cw#iefix") format("embedded-opentype"),
    url("/fonts/bankirosicons/bankirosicons.ttf?hmx9cw") format("truetype"),
    url("/fonts/bankirosicons/bankirosicons.woff?hmx9cw") format("woff"),
    url("/fonts/bankirosicons/bankirosicons.svg?hmx9cw#bankirosicons") format("svg");
    font-weight: normal;
    font-style: normal;
}
.bi-rating-place:before {
    content: "\e100";
}

/*datepicker*/
.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color:#373737!important;
}
.datepicker table tr td span.old.disabled,
.datepicker table tr td span.new.disabled {
    color:#999!important;
}

.calculator .row.checkboxes div label {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

.calculator .row.checkboxes--mb-5 div label {
    margin-bottom: 5px;
}

.calculator .row.checkboxes .xxx-g-checkbox-wrapp{
    margin-bottom: 10px;
}

.calculator .row.checkboxes .xxx-g-checkbox-wrapp label + i{
    margin-bottom: 2px;
}

.actual-currency{
    text-align: center;
}
.td-center{
    text-align: center;
    vertical-align: middle;
}

/*data picker*/
.data-picker-currency-cbr {
    padding: 0;
    text-align: center;
}

.data-picker-currency-cbr span:nth-child(2) {
    font-size: 24px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
}

.data-picker-currency-cbr .form-control {
    max-width: 75px;
    display: block;
    padding: 0;
    padding-bottom: 20px;
    color: #959595;
    border-bottom: 1px dotted #959595;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
}

@media (max-width: 345px) {
    .data-picker-currency-cbr .form-control {
        display: inline-block;
        margin-right: 10px!important;
    }
}

/*drop_curr*/
.currency-cbr .drop_curr {
    z-index: 101;
    max-height: 255px;
    overflow: hidden;
    padding-right: 0;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    left: 0;
    right: auto;
}

.currency-cbr .drop_curr__content ul {
    margin-bottom: 0;
}

.currency-cbr .drop_curr__content li {
    margin-bottom: 10px;
}

.currency-cbr .drop_curr__content li:last-child {
    margin-bottom: 0;
}

.currency-cbr .drop_curr__content::-webkit-scrollbar {
    width: 5px;
}

.currency-cbr .drop_curr__content::-webkit-scrollbar-track {
    background: #eee;
}

.currency-cbr .drop_curr__content::-webkit-scrollbar-thumb {
    background: #a1a1a1;
    border-radius: 20px;
}

.currency-cbr .drop_curr__content {
    height: 205px;
    overflow-y: auto;
    padding-right: 10px;
}

.currency-cbr .drop_curr__title {
    display: block;
    padding-bottom: 10px;
}

.currency-cbr .drop_curr__close {
    position: absolute;
    right: 0;
    top: 5px;
    background-color: transparent;
    border: none;
    color: #ccc;
    outline: none;
}

/*сurrency cbr__picker*/
.сurrency-cbr__picker {
    position: relative;
    padding: 15px 0;
    margin-right: 15px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.currency-cbr #drop_curr::after {
    content: "\e973";
    font-family: "bankiros";
    padding-left: 5px;
}

.сurrency-cbr__wrapp-picker {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.сurrency-cbr__data {
    text-align: center;
}

.сurrency-cbr__data span:first-child,
.сurrency-cbr__data span:last-child,
.data-picker-currency-cbr span:last-child{
    display: block;
    color: #959595;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 2px;
}

.сurrency-cbr__data span:nth-child(2){
    font-size: 24px;
    font-weight: 400;
    font-family: "lato black", sans-serif;
}

/*curreency-cbr converter*/
.currency-cbr__converter-wrapp {
    float: right;
}

.currency-cbr__converter {
    margin-left: 15px;
    padding: 20px;
    background-color: #f2f2f2;
}

.currency-cbr__converter-title {
    font-weight: 400;
    font-family: "lato black", sans-serif;
    padding-bottom: 20px;
    display: block;
}

.currency-cbr__converter-input-wrapp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.currency-cbr__converter-input {
    height: 40px;
    border: 1px solid #d9d9d9;
    flex-grow: 1;
    outline: none;
}

.currency-cbr__converter-input-btn-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.currency-cbr__converter-input-btn-item {
    flex-grow: 1;
}

.currency-cbr__converter-input-btn-item {
    margin-left: -1px;
}

.currency-cbr__converter-input-btn-list .currency-cbr__converter-input-btn-item > a {
    border-radius: 0;
    margin: 0;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    color: #000;
    outline: none;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
}

.currency-cbr__converter-input-btn-list .currency-cbr__converter-input-btn-item > a:hover {
    border-color: #d9d9d9;
}

.currency-cbr__converter-input-btn-list .currency-cbr__converter-input-btn-item.active > a,
.currency-cbr__converter-input-btn-list .currency-cbr__converter-input-btn-item.active > a:hover {
    background-color: #7bc057;
    border-color: #7bc057;
    color: #fff;
}

@media (min-width: 740px) {
    .currency-cbr__converter-input-btn-list .currency-cbr__converter-input-btn-item > a:hover {
        background-color: #2396dc;
        border-color: #2396dc;
        color: #fff;
    }

    .currency-cbr__converter-input-btn-list .currency-cbr__converter-input-btn-item.active > a:hover {
        background-color: #7bc057;
        border-color: #7bc057;
        color: #fff;
    }
}

.currency-cbr__converter-btn-swap-wrapp {
    text-align: center;
}

.currency-cbr__converter-btn-swap {
    outline: none;
    border: none;
    background-color: transparent;
    color: #d0d0d0;
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*currency cbr__profitable*/
.currency-cbr__profitable {
    margin-top: 25px;
    margin-right: 15px;
}

.currency-cbr__profitable-title {
    font-weight: 400;
    font-family: "lato black", sans-serif;
    padding-bottom: 15px;
    display: block;
}

.currency-cbr__profitable-table {
    min-width: 100%;
}

.currency-cbr__profitable-table td {
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
    font-size: 15px;
    border-top: 1px solid #f2f2f2;
}

@media screen and (max-width: 740px) {

	.currency-cbr__profitable-table td:last-child {
		padding-right: 20px;
	}
}

.currency-cbr__profitable-table tr:last-child td {
    border-bottom: 1px solid #f2f2f2;
}

.currency-cbr__profitable-table td:nth-child(2) {
    width: 100%;
    text-align: center;
}

.currency-cbr__profitable-table td:first-child {
    color: #999;
    text-transform: uppercase;
}

.currency-cbr__profitable-table td:last-child {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .currency-cbr__profitable-table td:last-child {
        white-space: normal;
    }
}

/*currency cbr dynamics*/
.currency-cbr__dynamics {
    margin-top: 25px;
    display: flex;
}

.currency-cbr__dynamics-title {
    font-weight: 400;
    font-family: "lato black", sans-serif;
    margin-right: 40px;
    padding-bottom: 15px;
}

.position-dynamyc-title {
    padding-top: 15px;
}

/*cs select*/
div.cs-select {
    max-width: 280px;
}

div.cs-skin-elastic {
    background: #fff;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    margin-bottom: 0;
}

.cs-skin-elastic .cs-options {
    padding-bottom: 0;
}

.cs-skin-elastic > span {
    background-color: transparent;
    border-bottom: none;
    z-index: 100;
    height: 40px;
}

.cs-skin-elastic > span::after {
    font-size: 14px;
}

.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
    color: #373737;
    background: #f2f2f2;
}

.cs-skin-elastic .cs-options span {
    padding: 10px;
}

.cs-select span {
    padding: 8px 10px 8px;
}

.cs-select > span::after {
    right: 10px;
    color: #d9d9d9;
}

.cs-skin-elastic.cs-active .cs-options {
    pointer-events: auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.cs-skin-elastic > span::after {
    font-family: "Glyphicons Halflings";
    content: "\e259";
}

.cs-skin-elastic .cs-options > ul::before,
.cs-skin-elastic .cs-options ul li {
    -webkit-transition: none;
    transition: none;
}

.cs-skin-elastic.cs-active .cs-options > ul::before,
.cs-skin-elastic.cs-active .cs-options ul li {
    -webkit-animation: none;
    animation: none;
}

.selectric-width-select {
    width: 50% !important;
}

.label-input {
    font-weight: 400;
    font-family: "lato black", sans-serif;
    margin-bottom: 10px;
}

/*graph*/
.currency-cbr__graph {
    margin-bottom: 10px;
}

/*slider*/
.currency-cbr__slider {
    list-style: none;
    margin: 0;
    padding: 0;
}

.currency-cbr__slider a {
    color: #999;
}

.currency-cbr__slider a:hover {
    color: #7bc057;
}

.currency-cbr__slider-wrapp {
    position: relative;
}

.currency-cbr__slider-wrapp .lSSlideWrapper {
    position: static;
}

.currency-cbr__slider-wrapp .lSPrev,
.currency-cbr__slider-wrapp .lSNext {
    position: absolute;
    width: 15px;
    border: none;
    background-color: transparent;
    opacity: 1;
    color: #ccc;
    font-size: 20px;
}

.currency-cbr__slider-wrapp .lSPrev {
    -webkit-box-shadow: 10px 0 20px 5px #fff;
    box-shadow: 10px 0 20px 5px #fff;
    left: 0;
}

.currency-cbr__slider-wrapp .lSNext {
    -webkit-box-shadow: -10px 0 20px 5px #fff;
    box-shadow: -10px 0 20px 5px #fff;
    right: 0;
    text-align: right;
}

@media (max-width: 1000px) {
    .product-row .col-md-3 label {
        width: 165px;
    }

    .product-row .col-md-3 .cs-select {
        margin: 5px 0;
    }
}

/* for bank currency */
.dropdown-converter .label-input{
    margin-bottom: 5px;
}
.dropdown-converter{
    min-width: 350px;
    left: -90px;
    z-index: 9999;
}

.dropdown-converter .row {
	margin-right: -10px;
	margin-left: -10px;
}

.dropdown-converter a{
    margin-bottom: 10px;
    display: block;
}

input ~ .placeholder-label{
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #cccccc;
    font-size: 16px;
    font-weight: 700;
    background-color: #ffffff;
}

.relative{
    position: relative;
}

.calc-btn{
    border: none;
    background-color: transparent;
    color: #cccccc;
    font-size: 16px;
    padding: 0;
    margin-left: 5px;
}

.calc-btn[aria-expanded="true"]{
    color: #2396dc;
}

@media (max-width: 767px){
    .dropdown-converter{
        min-width: 200px;
    }
    .dropdown-converter.last,
    .dropdown-converter:last-child {
        left: -163px;
    }
    .dropdown-converter.second{
        left: -100px;
    }
    .dropdown-converter.last:before,
    .dropdown-converter:last-child:before {
        left: 165px;
    }
    .dropdown-converter.second:before{
        left: 100px;
    }
    .dropdown-converter.last:after,
    .dropdown-converter:last-child:after {
        left: 166px;
    }
    .dropdown-converter.second:after {
        left: 101px;
    }
    .new_curr .fa-calculator {
        padding: 0;
    }
}
/* end for bank currency */


/* AD popup tinkoff */
.popup-reklam__mobile-img {
    display: none;
}

.popup-reklam__desctop-img {
    display: block;
}

@media (max-width: 768px) {
    .popup-reklam__desctop-img {
        display: none;
    }

    .popup-reklam__mobile-img {
        display: block;
    }

}
span.popup_tinkoff_btn {
    padding-top: 10px;
}

.cr_calc_bt span.popup_tinkoff_btn {
    padding-top: 6px;
}

.tinkoff-reklam-buttons {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    width: 100%;
}
.tinkoff-reklam-buttons__button {
    border-radius: 5px;
    background-color: #ffdd00;
    width: 180px;
    display: inline-block;
    text-align: center;
    padding-bottom: 8px;
    padding-top: 6px;
    color: #000000;
    font-size: 36px;
    font-family: "Lato";
    position: relative;
    z-index: 0;
    transition: color 0.3s cubic-bezier(0, 0.25, 0.5, 1);
    overflow: hidden;
    font-weight: 100;
}
.tinkoff-reklam-buttons__button:first-child {
    margin-left: 50px;
}
.tinkoff-reklam-buttons__button:last-child {
    margin-right: 50px;
}
.tinkoff-reklam-buttons__button--white {
    background-color: #fff;
}
.tinkoff-reklam-buttons.tinkoff-reklam-buttons--white {
    bottom: 23px;
}
.tinkoff-reklam-buttons.tinkoff-reklam-buttons--white .tinkoff-reklam-buttons__button {
    background-color: #ffffff;
}
.tinkoff-reklam-buttons.tinkoff-reklam-buttons--white .tinkoff-reklam-buttons__button:first-child {
    margin-left: 88px;
}
.tinkoff-reklam-buttons.tinkoff-reklam-buttons--white .tinkoff-reklam-buttons__button:last-child {
    margin-right: 88px;
}

@media (max-width: 768px) {
    .popup-reklam__desctop-img {
        display: none;
    }

    .popup-reklam__mobile-img {
        display: block;
    }

    .tinkoff-reklam-buttons__button {
        width: 125px;
        padding-top: 9px;
        padding-bottom: 10px;
        font-size: 24px;
    }
    .tinkoff-reklam-buttons__button:first-child {
        margin-left: 12px;
    }
    .tinkoff-reklam-buttons__button:last-child {
        margin-right: 12px;
    }
    .tinkoff-reklam-buttons__button--shadowed {
        width: 240px;
        height: 52px;
        box-shadow: 1.928px 2.298px 13px 0px rgba(0, 0, 0, 0.17);
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 0;
        position: absolute;
        bottom: 9px;
        right: 32px;
    }
    .tinkoff-reklam-buttons__button--shadowed .tinkoff-reklam-buttons__button-text {
        font-size: 22px;
        display: block;
        line-height: 1;
    }
    .tinkoff-reklam-buttons__button--shadowed .tinkoff-reklam-buttons__button-text--small {
        font-size: 17px;
        line-height: 1;
        display: block;
    }
    .tinkoff-reklam-buttons__button--shadowed:first-child, .tinkoff-reklam-buttons__button--shadowed:last-child {
        margin: 0;
    }
    .tinkoff-reklam-buttons__button--shadowed.tinkoff-reklam-buttons__button--1 {
        bottom: 341px;
    }
    .tinkoff-reklam-buttons.tinkoff-reklam-buttons--white {
        bottom: 23px;
    }
    .tinkoff-reklam-buttons.tinkoff-reklam-buttons--white .tinkoff-reklam-buttons__button {
        background-color: #ffffff;
    }
    .tinkoff-reklam-buttons.tinkoff-reklam-buttons--white .tinkoff-reklam-buttons__button:first-child {
        margin-left: 12px;
    }
    .tinkoff-reklam-buttons.tinkoff-reklam-buttons--white .tinkoff-reklam-buttons__button:last-child {
        margin-right: 12px;
    }
}
.tinkoff-reklam-buttons__button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    transform: skewX(-35deg) translateX(-115%);
    transition: all 0.3s cubic-bezier(0, 0.25, 0.5, 1);
    background-color: #fff;
}

.tinkoff-reklam-buttons__button--2:before {
    background-color: #e3e3e3;
}

.tinkoff-reklam-buttons__button--shadowed.tinkoff-reklam-buttons__button--2:before {
    background-color: #fff;
}

.tinkoff-reklam-buttons__button:hover::before,
.tinkoff-reklam-buttons__button:active::before {
    transform: skewX(-15deg) translateX(0) scaleX(1.35);
}

.tinkoff-reklam-buttons__button:hover,
.tinkoff-reklam-buttons__button:active {
    color: #000;
}

.tinkoff-reklam-buttons--white .tinkoff-reklam-buttons__button:before {
    background-color: #FFDD00;
}
.tinkoff-reklam-buttons--white .tinkoff-reklam-buttons__button--2:before {
    background-color: #e3e3e3;
}


.tinkoff-reklam-buttons__button--shadowed {
    width: 220px;
    height: 65px;
    -webkit-box-shadow: 1.928px 2.298px 13px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 1.928px 2.298px 13px 0px rgba(0, 0, 0, 0.17);
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    position: absolute;
    bottom: 23px;
    right: 89px;
}
.tinkoff-reklam-buttons__button--shadowed .tinkoff-reklam-buttons__button-text {
    font-size: 26px;
    display: block;
    line-height: 1;
}
.tinkoff-reklam-buttons__button--shadowed .tinkoff-reklam-buttons__button-text--small {
    font-size: 20px;
    line-height: 1;
    display: block;
}
.tinkoff-reklam-buttons__button--shadowed:first-child, .tinkoff-reklam-buttons__button--shadowed:last-child {
    margin: 0;
}
.tinkoff-reklam-buttons__button--shadowed.tinkoff-reklam-buttons__button--1 {
    bottom: 234px;
}

.tinkoff-reklam-buttons__button--shadowed.tinkoff-reklam-buttons__button--2:before {
    background-color: #fff;
}

@media (max-width: 768px) {
    .tinkoff-reklam-buttons__button--shadowed {
        width: 240px;
        height: 52px;
        -webkit-box-shadow: 1.928px 2.298px 13px 0px rgba(0, 0, 0, 0.17);
        box-shadow: 1.928px 2.298px 13px 0px rgba(0, 0, 0, 0.17);
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0;
        position: absolute;
        bottom: 9px;
        right: 32px;
    }
    .tinkoff-reklam-buttons__button--shadowed .tinkoff-reklam-buttons__button-text {
        font-size: 22px;
        display: block;
        line-height: 1;
    }
    .tinkoff-reklam-buttons__button--shadowed .tinkoff-reklam-buttons__button-text--small {
        font-size: 17px;
        line-height: 1;
        display: block;
    }
    .tinkoff-reklam-buttons__button--shadowed:first-child, .tinkoff-reklam-buttons__button--shadowed:last-child {
        margin: 0;
    }
    .tinkoff-reklam-buttons__button--shadowed.tinkoff-reklam-buttons__button--1 {
        bottom: 341px;
    }

    .xxx-modal {
        top: 2%;
    }
}
/* end AD popup tinkoff */

.last-update {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}

.last-update p {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.last-update p:last-child {
    color: #999;
}

.ref-calc-link {
    text-align: right;
}

.last-update a, .ref-calc-link a {
    color: #7bc057;
    border-bottom: 1px dashed #7bc057;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

@media (max-width: 700px){
    .ref-calc-link {
        text-align: center;
    }
}

/*popup*/
.reklam-modal {
    display: none;
}

.currency-vip-row {
    background-color: rgb(255, 250, 222);
}
.currency-vip-row:hover {
    background-color: rgb(255, 250, 222) !important;
}

.cbrfArchive small {
    color: #777;
}

._cbrf_archive_link {
    float: right;
}

._cbrf_archive_link_mob {
    margin-left: 15px;
}

.calculator .row.checkboxes div.radio-buttons label {
    margin: 0;
    width: auto;
    min-width: 60px;
    padding-left: 5px!important;
    padding-right: 5px!important;
}

/* BR-722 AD */
.product_row_ad_title {
    font-size: 18px;
}
.product_row_ad_name {
    cursor: pointer;
    color: #388ec3;
}

.offer .bank-logo .rostov_ipoteka {
    width: 30px;
}
a.application {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
}
/* BR-722 AD End*/

.row-rating:before,
.row-rating:after {
    content: none;
}

.main_news .news h2,
.main_news .news p.h2 {
    font-family: "lato black";
    font-size: 24px;
}

.relink-block {
    padding: 20px;
}

.relink-block.relink-block-border-radius {
    border-radius: 5px;
}

.relink-block .links-container,
.relink-block .links-container .row {
    padding-left: 0;
    padding-right: 0;
}

.relink-block .links-block__header {
    padding-left: 0;
}

.relink-block span.title {
    padding-bottom: 10px;
    font-family: "lato black";
    font-size: 24px;
    margin: 0;
    display: inline-block;
}

.xxx-other__item .xxx-other__link {
    font-size: 14px;
}

.breadcrumb {
    background-color: transparent;
}

@media (max-width: 700px){
    .last-update a {
        border-bottom: none;
        text-decoration: underline dotted;
    }

    .last_update-text-right {
        text-align: right;
    }
}


@media (max-width: 480px){
    .last-update{
        flex-direction: column;
    }
    .last-update .last_update-text-left{
       padding-bottom: 0;
    }
    .last-update .last_update-text-right{
         text-align: left;
         padding-top: 0;
        font-size: 13px;
     }
}

.product-row .tooltip,
.basic-cr-calc .tooltip {
    display: none;
}

/* BR-1018 */
.reviews-block {
    margin-top: 25px;
    margin-bottom: 15px;
}

.reviews-block .xxx-reviews__list {
    margin-top: 0;
}
/* end BR-10018 */

/* фикс для BR-991 */
.abs-arr {
    position: relative;
    padding-right: 15px;
}
.asc.abs-arr:after,
.desc.abs-arr:after {
    position: absolute;
    right: 0;
    top: 3px;
}
/* end */

/* amCharts */
[title="JavaScript charts"] {
    display: none!important;
}
/* amCharts //end*/

.bank-info-window-block .close.info-window-close {
    top: 0;
    right: 5px;
}

.link-mobile-for-info {
    display: inline-block;
}

.bank-info-window-block .info-window {
    z-index: 100;
    white-space: normal;
}

.links-for-scroll-block {
    list-style: none;
    margin-top: 10px;
}

.links-for-scroll-block li {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .currency-block {
        margin: 0;
    }

    .col-without-pad {
        padding: 0;
    }

    .links-for-scroll-block {
        text-align: center;
    }
}

.vertical-align {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .vertical-align {
        display: block;
    }
}

.multiplier-bank-currency:after {
    content: attr(data-currency);
    font-size: 13px;
    line-height: 1;
    position: absolute;
}

.bank-menu .dropdown-menu{
    z-index: 100;
}
div.external-link{
    cursor: pointer
}

#pjaxlinks.cr-thead-grey a {
    color: #D8D8D8;
}

#pjaxlinks .listview.arrows,
.pjax-link {
    padding: 5px;
    cursor: pointer;
}

.listview-title + .listview.arrows,
.listview-title + .listview.arrows .pjax-link{
    padding-left: 0;
}

.listview-title{
    margin-right: 5px;
}

.pjax-sort-links .listview.arrows{
    white-space: nowrap;
}

.popup-3_in_1 a  {
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 226px;
}

.popup-3_in_1 .popup-link__1 {
    left: 0;
}

.popup-3_in_1 .popup-link__2 {
    left: 227px;
}

.popup-3_in_1 .popup-link__3 {
    left: 453px;
    width: 227px;
}

.popup-2_in_1 a  {
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 340px;
}

.popup-2_in_1 .popup-link__1 {
    left: 0;
}

.popup-2_in_1 .popup-link__2 {
    left: 340px;
}


.popup-1_in_1 a {
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
}

.encoded-link {
    cursor: pointer;
}

.reklam-modal .modal-content-zaymy {
    -webkit-box-shadow: none;
    box-shadow:none;
    background: none;
}

.modal-content-zaymy .reklam-modal__close-btn {
    top: 30px;
    right: 70px;
}

@media (max-width: 767px) {
    .modal-content-zaymy .reklam-modal__close-btn {
        top: 30px;
        right: 10px;
    }
}

/* for currency/convert-sitemap */
.list-unstyled--col-5 {
    column-count: 5;
}

@media screen and (max-width: 740px) {
    .list-unstyled--mob-col-1 {
        display: flex;
        flex-direction: column;
    }
}

.js-our-counter {
    display: inline-block;
}

.js-our-counter .product_credit, .js-our-counter .product_deposit, .full-width-link {
    width: 100%;
}

.bank-vtb-btn {
    width: 200px;
}

.banki-listing-rating {
    display: flex;
    flex-direction: column;
    font-size: 15px;
}
.banki-listing-rating .xxx-rating-site {
    flex-grow: 0;
    padding-right: 0;
}
.banki-listing-rating .xxx-count-review-span {
    font-size: 12px!important;
    margin-left: 5px;
}
@media screen and (max-width: 740px) {
    .banki-listing-rating .xxx-rating-site__stars-item {
        font-size: 11px!important;
    }

    .banki-listing-rating {
        font-size: 12px!important;
    }
}

.section > .xxx-faq-widget{
    background: transparent;
}

.xxx-faq-widget{
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.sitemap-label {
    max-width: 85%;
    display: inline-block;
}
