/*webfont*/
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700,800,900&subset=latin-ext');

/*@font-face {
    font-family: 'RobotoBlackItalic';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('/css/font/Robotoblackitalic.woff2') format('woff2'), url('/css/font/Robotoblackitalic.woff') format('woff'), url('/css/font/Robotoblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}*/

body {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    margin: 0px;
    line-height: 21px;
}
* {
    box-sizing: border-box;
    outline: none;
}

/*-------------------MAIN----------------------------------*/

     
.checkbox-text {
    cursor: pointer
}

.window {
    position: absolute;
    z-index: 20;
    max-width: 100%;
}

.window .tit {
    font-size: 24px;
    margin: 0 0 20px 0;
    line-height: 28px;
}
.window button {
    height: 38px;
    line-height: 37px;
}
.window .close {
    float:right;
    cursor: pointer;
    padding: 15px;
    margin: -15px -15px 0 0
}
.window .win2.shad{
    -webkit-box-shadow: 0px 0px 32px 7px rgba(112,112,112,0.59);
    -moz-box-shadow: 0px 0px 32px 7px rgba(112,112,112,0.59);
    box-shadow: 0px 0px 32px 7px rgba(112,112,112,0.59);
}
.window .win2 {
    background: #FFF;
    border:3px solid #BBB;
    border-radius:3px;
    margin-bottom: 40px;
    padding: 32px 32px 34px 32px;
    -webkit-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.3);
}
.window-t {
    font-size:21px;
    color: #111;
    margin: 0 0 20px 0;
}
.load {
    height: 40px;
    background: url(/i/load.gif) no-repeat center;
}
.bg-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(20,20,20,0.5);
    z-index: 10;
}
.wait-img {
    margin: 0 10px -7px 0
}

.no-data {
    border: 1px solid #CCC;
    text-align: center;
    padding: 20px;
    margin: 0 0 30px 0
}
.dnone {
    display: none
}
.green {
    color: green
}
.red {
    color: red
}


/*-------------------END MAIN----------------------------------*/




a, .a {
    text-decoration: none;
    color: #23538a;
    cursor: pointer
}
.c {
    clear:both
}
.wa {
    width: auto!important;
}
p {
    margin: 0 0 20px 0
}
h1 {
    margin: -5px 0 20px 0;
    font-size: 35px;
    color: #333;
    line-height: 45px;
    font-weight:normal
}
h2 {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight:normal
}
h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight:normal
}

.r-table{
    overflow-x: auto;    
}
table {
    border-spacing: 0;
    width: 100%;
    margin: 0 0 20px 0;
}
thead {
    background: #F9F9F9;
}
th {
    padding: 8px 12px;
    color: #777;
    font-weight: normal;
    border-bottom: 2px solid #4a7eaf;
}

td {
    padding: 8px 12px;
    border-bottom: 1px solid #EEE;
}
.tbl2 thead {
    background: #F9F9F9;
}
.tbl2 th {
    padding: 8px 12px;
    color: #777;
    font-weight: normal;
    border-bottom: 1px solid #CCC;
}
.tbl2 tr:hover{
    background: #F9F9F9;    
}
.tbl2 td {
    padding: 8px 12px;
    border-bottom: 1px solid #EEE;
}



.botText table {
    min-width: 500px;
    width: 100%;
    border-collapse:collapse;
    margin: 0 0 20px 0
}
.botText table th {
    background: #f5f5f5;
    color: #333;
    padding: 12px 7px
}

.botText table,
.botText table th,
.botText table td {
    border: 1px solid #CCC
} 
.botText table th,.botText table td {
    padding: 7px;
}
.botText table th.lft {
    text-align: left;
}
.botText table th p:last-child,
.botText table td p:last-child {
    margin: 0 0 0 0    
}




.tbl3 tr:hover{
    background: #F9F9F9;    
}

.tbl3 tbody tr.hov:hover {
    background: #ffffcf;
}
.for-width-conv .fw1-conv{
    display: none;
    background: #ebeef7
}
.for-width-conv .owl-carousel{
    background: #ebeef7
}
.for-width-conv .owl-carousel .blk{
    display: table;
    width: 100%;   
}
.for-width-conv .owl-carousel .blk > div{
    padding: 0 35px;
    height: 100px;
    width: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.for-width-conv .owl-carousel .owl-nav div {
    margin-top: -25%;
}
.for-width-conv .owl-carousel .owl-dots {
    display: none;
}

.for-width-conv .farr {
    display: table;
    width: 100%;
}
.for-width-conv .farr >div {
    display: table-cell;
    vertical-align: top;
}
.for-width-conv .farr .fa2 {
    float: right;
}
.for-width-conv .larr img,
.for-width-conv .rarr img{
    width: 15px;
    display: block;
    margin: 0px auto;    
}
.for-width-conv .larr {
    cursor: pointer
}
.for-width-conv .rarr {
    cursor: pointer
}

.for-width-conv .fo {
    display: table;
}
.for-width-conv .fo > div{
    display: table-cell;
    vertical-align: middle;
}
.for-width-conv .fo > div:first-child{
    width: 35px;
}
.for-width-conv .fo > div:last-child{
    width: 35px;
}



.google-auto-placed {
    margin: 0 0 20px 0
}

.cR {
    color: #F00
} 
button {
    padding: 0 24px;
    border: 0px;
    color: #FFF;
    height: 35px;
    line-height: 34px;
    border-radius: 1px;
    min-width: 100px;
    cursor: pointer;
    background: #2a9cd2;
    font-size: 14px
}

textarea {
    padding: 5px
}

textarea,
input[type="text"],
input[type="password"],
select{
/*    font-family: "Fira Sans";*/
    -webkit-appearance: none;
    border: 1px solid #BBB;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 15px;
    width: 100%;    
}
select {
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background: url(/i/select2.png) no-repeat right center #FFF;
    border-radius:3px;
    word-wrap: break-word;        
}

select.arrow2 {
    background: url(/i/arrow_down_round.svg) no-repeat right 13px center #FFF;
    background-size: 20px auto;
}
input[type="text"],
input[type="password"],select {
/*  border: 1px solid #ceceb3;*/
   
    padding:0 30px 0 5px;
    height: 38px;
}
input[type="text"] {
    padding-right: 5px;
}

iframe {
    border: 0px;
    overflow: hidden;
}
.head1 {
    background: #FFF;
}
header .hdr{
    margin: 0px auto;
    max-width: 1240px;
}
header .header {
    margin: 0 20px    
}
header .header > div{
    display: table;
    width: 100%;
}
header .header > div > div{
    display: table-cell;
    vertical-align: middle;
}
header .logo{
    width: 240px;
    height: 95px;
}
header .logo img{
    max-width: 100%
}
header .blx{
    padding: 0 0 0 20px
}
header .logo a{
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #656566
}
header .logo img {
    display: block
}
header .top-line {
    background:#DDD;
    padding: 5px 0 5px 0
}
header .top-line .tl {
    display: flex;
    max-width: 1240px;
    margin: 0px auto;
    padding: 0 20px;
    box-sizing: border-box
}
header .top-line .tl > div{
    display: flex;
    flex: 0 0 50%;
    
}
header .top-line .tl .t1-2{
    justify-content: flex-end
}

header .top-line .change-lang .ch {
    display: flex;
    cursor: pointer;
    align-items: center;
}
header .top-line .change-lang .ch > div{
    display: flex    
}
header .top-line .change-lang .ch .flag img {
    height: 20px;
    margin: 0px
}

header .top-line .change-lang .select-area {
    background:#777;
    color: #DDD;
    padding: 15px;
    position: absolute;
    z-index:1;
    width: 120px;
    margin: 0 0 0 -100px;
    display: none;
    -webkit-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.3);    
}
header .top-line .change-lang .select-area a {
    color: #FFF    
}
header .top-line .change-lang .select-area .txt {
    margin: 0 0 10px 0    
}
header .top-line .change-lang .select-area .lng-sel {
    display: flex;
    margin: 0 0 5px 0    
}
header .top-line .change-lang .select-area .lng-sel.last {
    margin: 0 0 0 0    
}
header .top-line .change-lang .select-area .lng-sel .fl img {
    height: 20px;
    margin: 0px
}
header .top-line .change-lang .select-area .lng-sel .ttl {
    height: 20px;
    padding: 0 0 0 5px
}

.main {
    margin: 0px auto 35px auto;
    max-width: 1240px;
}
.main .main1 {
    display: table;
    width: 100%;    
}
.main .main-in {
    margin: 0 20px;
}
.main .main-in .middle{
    padding: 0 30px 0 0;
}
.main .main1 > div {
    display: table-cell;
    vertical-align: top;
}
.main .main1 .right{
    width: 240px;
}

footer {
    margin: 0px auto;
    max-width: 1240px;
}
footer .f1 {
    background: #535353;
    padding: 20px;
    margin: 0 20px;
}
footer .f1 a{
    color: #FFF;
    margin: 0 18px 0 0;
}
footer .f2 {
    padding: 20px;
    margin: 0 20px 20px 20px;
}
footer .f2 .f2-1 {
    display: table;
    width: 100%;
}
footer .f2 .f2-1 > div {
    display: table-cell;
    vertical-align: top;
}
footer .f2 .f2-1 > div:first-child {
    width: 135px
}
footer .f2 .f2-1 > div:last-child {
    text-align: right;
}
.banner-top-right {
    margin:0 0 20px 0    
}
.banner-top-right iframe{
    width: 240px;
    height: 400px    
}
.banner-top-right .btr-link{
    width: 240px;
    height: 400px;
    position: absolute;
    display: block   
}
.main-news .nb1 .nb11 {
    margin: 0 0 5px 0    
}
.main-news .news-block {
    margin: 0 0 25px 0    
}
.main-news .news-block .date{
    color: #777;
    margin: 0 5px 0 0    
}
.main-news .nb1 .nb11 a{
    font-size: 16px        
}
.main-news-view .date{
    color: #777        
}
.main-news-view img{
    max-width: 100%        
}
.bread {
    margin: 0 0 20px 0
}
.bread .sep{
    margin: 0 8px
}
.main-info .nb1 .nb11 a{
    font-size: 16px        
}
.main-info .info-block {
    margin: 0 0 13px 0    
}
.main-info-view img{
    max-width: 100%        
}
.pager {
    font-size:15px;
    margin:0px auto 0 auto;
    width: auto
}
.pager a {border-radius:2px;color:#444;text-decoration:none;display: block;background:#EBEBEB;float:left;padding:8px 12px 8px 12px;margin: 0 5px 0 0}
.pager a:hover {background:#888;color:#FFF}
.pager .active {background:#777;color:#FFF;cursor:default}
.pager .active:hover {background:#777}
.pager .dots {display: block;float:left;padding:5px 10px 5px 0}
.pager td {border: 0px}
.main-banks .banks-tbl tr th:first-child{
    text-align: left;
}
.main-kredit-view .mkv{
    display: table;
    margin: 0 0 20px 0;
    width: 100%    
}
.main-kredit-view h1{
    margin: 0 0 0 0
}
.main-kredit-view .btn-cont{
    margin: 0 0 20px 0
}
.main-kredit-view .mkv > div{
    display: table-cell;
    vertical-align: middle;   
}
.main-kredit-view .mkv > div:first-child{
    padding: 0 20px 0 0    
}
.main-kredit-view .mkv > div:last-child{
    text-align: right;
    width: 210px;  
}
.main-kredit-view table th{
    text-align: left   
}
.main-kredit-view .params-table{
    margin: 0 0 30px 0    
}
.main-kredit-view .params-table tr td:first-child{
    vertical-align: top;
}
.main-kredit-view .dop-info-block{
    margin: 0 0 30px 0
}
.main-kredit-view .r-table{
    margin: 0 0 30px 0
}
.main-kredit-view .main-info th{
    width: 25%
}
.main-kredit-main .tab-a{
    margin: 0 0 20px 0
}
.main-kredit-main .s-for{
    margin: 0 0 10px 0
}
.main-banks-view .sub-tit.mb0{
    margin-bottom: 0px;
    padding: 0 0 10px 0;   
}
.sub-tit{
    border-bottom: 2px solid #CCC;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}
.sub-tit a{
    font-size: 20px
}
.sub-tit-more{
    margin: 0 0 30px 0
}
.main-banks-view .s-for{
    margin: 0 0 12px 0
}

.main-banks-view .menu{
    background: #f4f4f4;
    border-bottom: 2px solid #4a7eaf;
    margin: 0 0 20px 0      
}
.main-banks-view .tab-a{
    margin: 0 0 20px 0    
}
.main-banks-view .menu2{
    margin: -20px 0 20px 0;
    background: #4a7eaf      
}
.main-banks-view .menu2 a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #FFF      
}
.main-banks-view .menu2 a.active{
    font-weight: bold
}
.main-banks-view .menu a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;   
}
.main-banks-view .menu span.curr,
.main-banks-view .menu a.curr{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #FFF;
    background: #6493bd   
}
.main-banks-view .bv-content img{
    max-width: 100%;
}
.main-banks-view .bank-logo{
    max-width: 210px;
    max-height: 70px;    
}
.main-banks-view .cont{
    display: table;
    margin: 0 0 20px 0;
    width: 100%;
}
.main-banks-view .cont > div{
    vertical-align: top;
    display: table-cell
}
.main-banks-view .cont .c2{
    width: 300px;
}
.order-btn-kredit {
    display: inline-block;
    border: 1px solid #406d97;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    color: #406d97    
}
.btn-more {
    display: inline-block;
    border: 1px solid #AAA;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    color: #777    
}

.bottom-link-block {
    margin: 0 0 35px 0    
}
.bottom-link-block .tit {
    font-size: 20px;
    margin: 0 0 20px 0    
}
.bottom-link-block .pgs {
    display: table;
    width: 100%    
}
.bottom-link-block .pgs >div:first-child {
    padding: 0 20px 0 0    
}
.bottom-link-block .pgs >div {
    display: table-cell;
    vertical-align: top;
    width: 50%    
}

.deregistered-block { 
    display: table;
    background-color: #FFFBCC;
    padding: 14px 25px 16px 20px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box; 
}
.deregistered-block > div{
    display: table-cell;
    vertical-align: middle;   
}
.deregistered-block .db1{
    width: 80px;
}
.deregistered-block .db1 svg{
    width: 100%;
    display: block
}
.deregistered-block .db1 svg path{
    fill: #F4E267
}
.deregistered-block .db2{
    padding: 0 0 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5
}

.order-btn-kredit:hover {
    background: #406d97;    
    color: #FFF    
}
.main-kredit-view .order-btn-kredit {
    width: 240px;    
}
.main-cards .tab-a {
    margin: 0 0 30px 0
}
.main-cards .tab-a {
    margin: 0 0 30px 0
}
.main-cards-main .tab-a {
    margin: 0 0 30px 0
}

.main-brand-view .header-brand-2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 20px
}
.main-brand-view .header-brand-2 h1{ 
    margin: 0   
}
.main-brand-view .header-brand-2 .hb-1{
    flex: 1;
    padding: 0 10px 0 0    
}
.main-brand-view .header-brand-2 .hb-1.f-auto{
    flex: 0 1 auto;
    max-width: 270px;
}
.main-brand-view .header-brand-2 .hb-2{
    flex: 1;
    padding: 0 10px
}
.main-brand-view .header-brand-2 .hb-3{
    padding: 0 0 0 10px
}
.main-brand-view .header-brand-2 .hb-3 img{
    width: 100%;
    max-width: 230px;
}

.main-brand-view .section{
    border: 1px solid #DDD;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);    
}
.main-brand-view .section1 .s2-1 {
    margin-left: 290px;
    line-height: 22px;    
}
.main-brand-view .section1 .s2-1 img{
    float: left;
    width: 270px;
    margin-left: -290px
}
.main-brand-view .section1 .send-order-s2{
    text-align: right
}
.main-brand-view .section1 .text3{
    margin: 0 0 10px 0
}

.main-brand-view .but-orange{
    background-color: #F57C00;
    color: #FFF;
    height: 40px;
    line-height: 36px;
    padding: 0 40px;
    font-size: 20px;
    font-weight: normal;
    white-space: nowrap;
    display: inline-block;
}
.main-brand-view .s1-shad{
    margin: 0 0 30px 0;
}
.main-brand-view .section2 {
    font-size: 0px    
}
.main-brand-view .section2 .s2{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    width: 50%;
    margin: 0 0 35px 0;
}
.main-brand-view .section2 .s21{
    display: table;
    width: 100%;
}
.main-brand-view .section2 .s21 > div{
    display: table-cell;
    vertical-align: top;
}
.main-brand-view .section2 .s22 {
    width: 140px;    
}
.main-brand-view .section2 .s23 {
    padding: 0 20px 0 20px;
    line-height: 22px;  
}
.main-brand-view .section2 .s22 .sq sup{
    font-size: 26px   
}
.main-brand-view .section2 .s22 .sq{
    background: #F8F8F8;
    border: 1px solid #DDD;
    border-radius: 40px;
    width: 140px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.main-brand-view .section2 .s22 .sq span{
    border-bottom: 2px solid #FF9800;
    font-size: 57px;
    line-height: 110px
}
.main-brand-view .section2 .s23 .tl{
    text-transform: uppercase;
    font-size: 21px;
    margin: 0 0 8px 0;
    line-height: 27px;
}
.main-brand-view .section3{
    padding: 40px 80px;
    text-align: center;
    border-radius: 10px;
    background-size: cover;
}
.main-brand-view .section3 .s3-1{
    font-size: 36px;
    line-height: 40px;
    color: #FFF;
    font-weight: bold;
    margin: 0 0 40px 0;
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 1);
}
.main-brand-view .section3 .s3-1 h2{
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
}
.main-brand-view .section3 .s3-2{
    border-radius: 10px;
    font-size: 20px;
    line-height: 25px;
    color: #FFF;
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.6);
    
    margin: 0 0 40px 0;
    padding: 20px;
    
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.75);
}
.main-brand-view .section3 .s3-2.no-order{ 
    margin-bottom: 20px;    
}
.main-brand-view .section3 .s3-3 button,
.main-brand-view .section3 .s3-3 a
{
    height: 40px;
    line-height: 40px;
    color: #FFF;
    padding: 0 40px;
    font-size: 20px;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.5);
    display: inline-block;
    background: #2a9cd2
}
.main-brand-view .section4 td{
    padding: 10px;        
}
.main-brand-view .section4 table{
    margin: 0 0 0 0;
    border-spacing: 1px;
    border-collapse: separate;        
}
.main-brand-view .section4 table tr td:nth-child(2){
/*    font-family: "MyriadProSemiBold";*/
    width: 50%
}
.main-brand-view .section4 .tl1{
    font-size: 27px;
    line-height: 30px;
    margin: 0 0 5px 0;        
}
.main-brand-view .section4 .tl1 h2{
    font-size: 27px;
    line-height: 30px;
}
.main-brand-view .section4 .tl2{
    width: 50px;
    height: 2px;
    background: #FF9800;
    margin: 0 0 20px 0        
}
.main-brand-view .section5 .tl1{
    font-size: 27px;
    line-height: 30px;
    margin: 0 0 5px 0;        
}
.main-brand-view .section5 .tl1 h3{
    font-size: 27px;
    line-height: 30px;
}
.main-brand-view .section5 .tl2{
    width: 50px;
    height: 2px;
    background: #FF9800;
    margin: 0 0 18px 0        
}
.main-brand-view .section5 .tx{
    line-height: 22px;        
}
.main-brand-view .section5 .s6-2{
    text-align: right
}
.main-brand-view .section6 .tx{
    line-height: 22px;        
}
.main-brand-view .section6 .tx p:last-child{
    margin: 0 0 5px 0;       
}
.main-brand-view .section6 .s6{
    display: table;
    width: 100%      
}
.main-brand-view .section6 .s6 > div{
    display: table-cell;
    vertical-align: middle;
}
.main-brand-view .section6 .s6 > div:nth-child(2){
    width: 120px;
    padding: 0 0 0 30px;
}
.main-brand-view .cn{
    display: table;
    width: 100%;
    margin: 0 0 20px 0;
}
.main-brand-view .cn h1{
    margin: 0 0 0 0;
    font-size: 37px;
    line-height: 40px;
}
.main-brand-view .cn > div{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.main-brand-view .cn > div:nth-child(2) img{
    max-width: 100%;    
    min-width: 200px;    
}
.main-brand-view .cn > div:nth-child(2){
    width: 210px;
    padding: 0 0 0 20px;
}


.main-currency .diff > span{
    font-size: 12px;
}
.main-currency .diff .green{
    color: #11C011;
}
.main-currency .diff .red{
    color: #F00;
}
.main-currency .txt1 {
    margin: 0 0 25px 0;
}
.main-currency .txt2 {
    margin: 15px 0 45px 0;
}
.main-currency .mc {
    display: table;
    width: 100%;
}
.main-currency .mc > div:first-child {
    width: 240px;
}
.main-currency .mc > div:last-child {
    padding-left: 20px;
}
.main-currency .mc > div {
    display: table-cell;
    vertical-align: top;
}



.s-for {
    margin: 0 0 25px 0    
}
.s-for h3 {
    margin: 0 0 2px 0;
}
.s-for .sf-head {
    font-size: 13px;
    vertical-align: middle;
}
.s-for .cntr {
    text-align: center!important;    
}
.s-for .sf{
    display: table;
    width: 100%;
    border-bottom: 1px solid #CCC;    
}
.s-for .comp{
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 2px 0
}
.s-for .sf:hover{
    background: #F9F9F9;    
/*    background: #ffffcf;    */
}
.s-for .sf-header{
    background: #EEE;    
}
.s-for .sf-header:hover{
    background: #EEE;    
}
.s-for .sf0{
    display: table-cell;
    width: 20px;
    padding: 10px;
    vertical-align: middle;
}
.s-for .sf1{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;    
}
.s-for .sf2 span{
    white-space: nowrap    
}
.s-for .sf2{
    display: table-cell;
    width: 55px;
    text-align: right;
    padding: 10px;
    vertical-align: middle;    
}
.s-for .sf1-1 {
    display: table;
    width: 100%;
}
.s-for .sf1-2 {
    display: table-cell;
    width: 30%;
    padding: 0 10px 0 0;
    vertical-align: middle;
}
.s-for .sf1-3 {
    display: table-cell;
    vertical-align: middle;
}
.s-for .sf1-4 {
    display: table-cell;
    vertical-align: middle;
    width: 180px;
    padding: 0 0 0 20px;
}
.s-for .opt-tbl {
    display: table;
    width: 100%;
}
.s-for .opt-tbl .ot0 a{
    width: 100%;
}
.s-for .opt-tbl .ot1{
    display: table-cell;
    width: 30%;
}
.s-for .opt-tbl .ot2{
    display: table-cell;
    width: 25%;
    text-align: center;
    vertical-align: middle;
}
.s-for .opt-tbl .ot3{
    display: table-cell;
    width: 23%;
    text-align: center;
    vertical-align: middle;
}
.s-for .opt-tbl .ot3 .maxRate{
    font-size: 16px;
    font-weight: bold;    
}
.s-for .opt-tbl .ot0{
    display: table-cell;
    width: 22%;
    vertical-align: middle;
}




.graph {
    
}
.graph .g1 {
    padding: 20px;
    background: #ebeef5    
}
.graph .g1 input,
.graph .g1 select
 {
    height: 30px;
    border: 1px solid #BBB;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: border-box;     
}
.graph .g1 > div {
    display: inline-block;
    vertical-align: top;
}
.graph .g1 > div:first-child select {
    width: 250px;
}
.graph-area {
    width: 100%;
    height: 500px
}
.calendar td {
    padding: 0px;
    height: 32px;    
}
.calendar td a{
    width: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
}
.calendar .mon {
    background: #92A3AD;
    text-align: center;
}
.calendar .t1 td{
    padding: 5px    
}
.calendar .t1 {
    background: #EEE;
    margin: 0 0 5px 0
}
.calendar .t1 select{
    width: 100%
}
.calend .onm:hover > b a{
    background: #3A6A90;
    color: #FFF!important;
}

.converter
{
    padding: 8px;
    font-size: 14px;
    font-family: Arial;
    background: #ebeef5;
}
.converter .c00 {
    color: #2C4D80;
    font-weight: normal;
    font-size: 15px;
    margin: 0px;
    font-weight: bold;
}
.converter .ca{
    margin: 10px 0 10px 10px
}
.converter input, .converter select {
    font-size: 15px;
    font-family: Arial;
    height: 30px;
}
.converter .c0 {
    display: table;
    width: 100%;
}
.converter .c3 span{
    float: left;    
}
.converter .c3 ins{
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}
.converter .c3 {
    text-align: right;       
}
.converter select {
    width: 100%;
}
.converter .c1 input {
    width: 100%;
    text-align: right;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    margin-right: 10px
}
.converter .c3 {
    width: 100px;
}
.converter .c1 {
    width: 120px;    
}
.converter .c00 {
    width: 180px;    
}
.converter .c00, .converter .c1, .converter .c2, .converter .c3,.converter .c4 {
    display: table-cell;
    padding-right: 10px;
}
.converter .c1, .converter .c2, .converter .c4 {
    vertical-align: top;
}
.converter .c3,.converter .c00 {
    vertical-align: middle;
}
.converter .c000{
    display: table-cell;
    vertical-align: top;
}
.converter .c0000{
    display: table-cell;
    vertical-align: top;
}
.conv-shad{
    margin: 0 0 22px 0   
}

.converter-tabs.sf-tabs .tbs {
    overflow: hidden;
    height: 38px
}
.converter-tabs.sf-tabs .tbs .tab {
    height: 38px;
    line-height: 37px;
}
.converter-tabs.sf-tabs .tbs span.wl span{
    margin-top: 5px;    
}
.converter-tabs.sf-tabs .tbs .tab span{
    font-size: 14px
}
.main-converter .green h2{
    color: #0b7800;
    margin: 0 0 30px 0    
}
.main-converter table th {
    text-align: left;
}
.main-converter table {
    margin: 0 0 35px 0;
}
.main-converter .graph {
    margin: 0 0 20px 0;
}
.conv-other-vals {
    background: #ebeef5;
    padding: 20px 0 20px 0;
}
.conv-other-vals .ov1 {
    font-size: 0px; 
    display: table;   
}
.conv-other-vals .ov1 .vl{
    font-size: 18px;    
}
.conv-other-vals .ov1 .bt{
    font-size: 22px;
    color: #0c4c65;
    line-height: 24px;
    margin: 0 0 10px 0    
}
.conv-other-vals .ov1 > div {
    font-size: 15px;
    display: table-cell;
    width: 33.33%;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px;
    height: 100px;
}
.conv-other-vals-shad {
    margin: 0 0 25px 0
}

.topText {
    margin: 0 0 20px 0;
}

.win-line {
    background: #ebeef5;
    padding: 20px 0;
    text-align: left;
    margin: 0 0 0 0;
    border-top: 3px solid #FE9900    
}
.win-line .ttl{
    display:table;
    width: 100%;
    margin: 0 0 20px 0    
}
.win-line .ttl > div{
    display:table-cell;
    vertical-align: middle   
}
.win-line .ttl > div:first-child{
    /*font-family: "RobotoBlackItalic";*/
    min-height: 38px;
    font-style: italic;
    font-weight: bold;
    height: 38px;
    font-size: 18px    
}
.win-line .ttl > div:last-child{
    width: 58px;
    background: url(/i/fast-order.png) no-repeat center right;
    background-size: 100%;
}
.win-line .ttl > div:last-child.no-label{
    width: 85px;
    padding: 0 15px 0 0;
    background: none;
}
.win-line .ttl > div:last-child.no-label img{
    max-width: 100%
}
.win-line .ttl .sugg-title{
    color: #198cc2;
    font-size: 15px;
    margin: 5px 0 0 0
}
.win-line .ex{
    margin: -4px 0 0 0;
    font-size: 13px;
    color: #777;
}
.win-line .inner{
    margin: 0 20px;    
}
.win-line .tit{
    font-size: 18px;
    margin: -3px 0 15px 0;    
}
.win-line .inp{
    margin: 0 0 18px 0;    
}
.win-line .inp input{
    width: 100%;
    height: 31px;
    padding: 0 9px;
    border: 1px solid #a9c2da;
    color: #555
}
.win-line .inp input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555;
}
.win-line .inp input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #555;
   opacity:  1;
}
.win-line .inp input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #555;
   opacity:  1;
}
.win-line .inp input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #555;
}
.win-line .inp input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #555;
}

.win-line .inp input::placeholder { /* Most modern browsers support this now. */
   color:    #555;
}

.win-line .inp select{
    width: 100%;
    height: 31px;
    padding: 0 5px;
    border: 1px solid #a9c2da;
    color: #555
}




.win-line table{
    margin: -4px 0 16px 0;
}
.win-line td{
    cursor: pointer;
    vertical-align: middle;
    padding: 7px 0 7px 0;
}
.win-line td .chk{
    margin: 8px 0 0 0;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/img/checkbox.png) 0 -12px;
    border: 1px solid #CCC;    
}
.win-line td .chk.active{
    background: url(/img/checkbox.png)
}
.win-line tr td:first-child {
    width: 20px;
    padding-top: 1px;
}
.win-line tr td:nth-child(2) {
    width: 22px;
}
.win-line td .lg {
    background-image: url("/img/logo-bank.png");
    display: block;
    width: 16px;
    height: 16px;
}
.win-line .cR{
    color: #F00    
}
.win-line .info{
    margin: 10px 0 0 0;
    font-size: 12px;
    text-align: center;
    color: #777;
}
.win-line .btns {
    text-align: center    
}
.win-line .btns button{
/*    background: #fabd3b;*/
    max-width: 230px;
    background: #f78f1e;
    height: 38px;
    width: 100%;
    color: #FFF;
    font-size: 18px;
    border-radius:1px;
    cursor: pointer
}
.order-form-shad {
    margin: 0 0 20px 0;
}


.exchange_tbl th{
    text-align: left    
}
.exchange_tbl .arr{
    width: 1px;
    vertical-align: top;
    padding: 0 0 0 0;  
}
.exchange_tbl .company{
    width: 190px;
    white-space: nowrap    
}
.exchange_tbl .ico{
    width: 16px;
    padding: 7px 0 8px 9px;
}
.exchange_tbl .val-cell{
    width: 80px    
}
.exchange_tbl th .val{
    font-size: 18px;
    color: #333;   
}

.exchange_tbl .more-sort{
    display: none    
}
.exchange_tbl .arr a{
    background:url(/i/kurs-more.png) 9px -10px no-repeat;
    width: 23px;
    height: 38px;
    display: block
}
.exchange_tbl .adr {
    width: 237px    
}
.exchange_tbl .adr span {
    font-size: 12px !important;
    color: #777;
}


.main-exchange-rates .lastmdash{
    margin: 0 0 0 13px    
}
.main-exchange-rates .legend-red{
    text-align: right;
    font-size: 13px;
    color: #444;
    margin: 0 0 15px 0    
}
.main-exchange-rates .h2-cent h2,
.main-exchang-rates-best .h2-cent h2
{
    text-align: center;
    margin: 0 0 5px 0
}
.main-exchange-rates .main-graph-nbrk h2{
    text-align: left;
    margin: 0 0 20px 0
}
.main-exchang-rates-best .sm-text,
.main-exchange-rates .sm-text{
    text-align: center;
    font-size: 11px;
    margin: 0 0 10px 0;
    color: #777
}
.main-banks .log,.exchange_tbl .ico a
{
/*    background-image: url(/i/bank_logo.png?u1);*/
    width: 16px;
    height: 16px;
    display: block;
} 
.bank-logo-1{
    background-position: 0 -176px;    
}
.bank-logo-2{
    background-position: 0 -208px;    
}
.bank-logo-3{
    background-position: 0 -16px;    
}
.bank-logo-4{
    background-position: 0 0;    
}
.bank-logo-5{
    background-position: 0 -64px;    
}
.bank-logo-6{
    background-position: 0 -144px;    
}
.bank-logo-7{
    background-position: 0 -32px;    
}
.bank-logo-8{
    background-position: 0 -48px;    
}
.bank-logo-9{
    background-position: 0 -256px;    
}
.bank-logo-10{
    background-position: 0 -160px;    
}
.bank-logo-11{
    background-position: 0 -192px;    
}
.bank-logo-12{
    background-position: 0 -96px;    
}
.bank-logo-13{
    background-position: 0 -112px;    
}
.bank-logo-14{
    background-position: 0 -240px;    
}
.bank-logo-15{
    background-position: 0 -224px;    
}
.bank-logo-16{
    background-position: 0 -128px;    
}
.bank-logo-17{
    background-position: 0 -80px;    
}
.main-banks tr td:nth-child(1){
    width: 16px;
    padding-top: 7px;
    padding-right: 0px;
}
.main-banks-view-exchange-rates th{
    text-align: left    
}

.main-banks-view-exchange-rates .tbl2 th:nth-child(1){
    width: 200px 
}
.main-exchang-rates-best th{
    text-align: left;        
}
.best-kurs-block {
    margin: 0 0 5px 0    
}
.best-kurs-block img {
    display: block
} 
.best-kurs-block td,
.best-kurs-block th {
    padding: 10px 5px;
    text-align: center    
}

.best-kurs-block tr > td:first-child { 
    padding-left: 0px;
    padding-right: 0px;    
    width: 27px;    
}
.best-kurs-block tr>td:nth-child(2) { 
    padding-left: 2px;
    width: 34px;
}
.block {
    margin: 0 0 25px 0    
}
.block .bl-tit {
    margin: 0 0 5px 0
}
.block .bl-tit a,
.block .bl-tit{
    font-size: 17px;
}
.best-kurs-block-links {
    display: table;
    width: 100%;    
}
.best-kurs-block-links > div{
    display: table-cell;    
}
.best-kurs-block-links > div:last-child{
    width: 50%;
    text-align: right
}
.head-blocks {
    display: table;
    width: 100%;
}
.head-blocks > div {
    display: table-cell;
    vertical-align: top;
}
.head-blocks .hb1 {
    width: 300px    
}
.head-blocks .hb1 a {
    display: block;
    height: 95px;
    width: 100%;
    background-image: url(/i/probanki_banner_1_ru.png);
    background-position: center;
}
.head-blocks .hb1 a.ua {
    background-image: url(/i/probanki_banner_1_ua.png)
}
.head-blocks .hb2 {
    padding: 0 7px;
    overflow: hidden; 
    background: #f0f0e6    
}
.head-blocks .hb3 {
    width: 300px;   
}
.head-blocks .hb4 {
    display: none;
    text-align: right; 
}
.head-blocks .hb4-1 {
    float: right;
}
.head-blocks .hb3 a {
    display: block;
    height: 95px;
    width: 100%;
    background-image: url(/i/probanki_banner_2_ru.png);
    background-position: center
}
.head-blocks .hb3 a.ua {
    background-image: url(/i/probanki_banner_2_ua.png);
}
.search-mob {
    display: none;
    width: 21px;
    height: 21px;    
    background: url(/i/search_mobile.png) no-repeat;
    margin: -1px 18px 0 0;
    display: none
}
.mobile-menu {
    display: block;
    margin: 0 15px 0 0;
    cursor: pointer
}
.top-exch {
    margin: 0 0 0 0;
}
.top-exch th{
    text-align: left;
    border-bottom: 1px solid #4a7eaf    
}
.top-exch tr:last-child td{
    border-bottom: 0px;
}
.top-exch td a {
    color: #000
}
.top-exch td,
.top-exch th
{
    padding: 1px 10px;
    font-size: 13px    
}
.top-exch tr:hover {
    background: transparent;    
}
.top-exch thead {
    background: transparent
}
.top-exch th
{
    padding-top: 0px
}
.block .bl-tit a {
    color: #333
}

.main-rko-view .mh {
    margin: 0 0 30px 0    
}
.main-rko-view .mh .order-button{
    white-space: nowrap;
    text-align: center;
    border: 1px solid #55b81e;
    color: #55b81e;
    border-radius: 3px;
    display:inline-block;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background: #FFF;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: border-box;
}
.main-rko-view .mh .order-button:hover{
    background: #55b81e;
    color: #FFF;
}

.main-rko-view .mh .contacts{
    margin: 0 0 0 15px;
    display: inline-block;
    border: 0px;
    padding: 0px;
    line-height: 40px;
    font-weight:normal;
    color: #004c77;
    height: 40px;
    white-space: nowrap;
}
.main-rko-view .mh .contacts:hover{
    background: none; 
    color:#004c77    
}


.menu-main .rko-menu {
    padding-right: 29px!important;    
}
.menu-main ul{
    padding: 0px
}
.menu-main .new-label {
    height: 15px;
    line-height: 16px;
    padding: 0px 3px;
    border-radius: 3px;
    background: #FFF;
    color: #2b9cd1;
    font-size: 10px;
    position: absolute;
    margin: -10px 0 0 0;
    display: inline-block
}

.menu-main {
    margin: 15px 0 0 0;
    font-size: 15px;
    background: #2B9CD1;
    height: 53px;
/*    background: #4a7eaf;*/
/*    background: #f3f3f1;*/
/*    border-top: 1px solid #dbdbdb;*/
/*    border-bottom: 1px solid #E9E9E9;*/
}
.menu-main ol{
    padding: 0px;    
}
.menu-main ol li{
    list-style-type: none;
    background: #888!important;
    
}
.menu-main ol li a{
    border: 0px!important;
    margin: 0px!important;
}
.menu-main ol li:hover{
    background: #777!important;       
}
.menu-main .first-layer-out{
    background: #888!important    
}
.menu-main .first-layer-out:hover{
    background: #888!important    
}
.menu-main .first-layer{
    display: table        
}
.menu-main .first-layer .fl1{
    display: table-cell;
}
.menu-main .first-layer .fl1 a{
    width: 100px;
}
.menu-main .first-layer .fl2{
    display: table-cell        
}
.menu-main.adapt {
    margin: 0 0 25px 0;
}
.menu-main li{
    margin: 0px;    
}
.menu-main a{
    text-decoration: none;
}
.menu-main .nav {
    list-style: none;
     *zoom: 1;
     position: relative;
     margin:0px auto;
    max-width: 1200px;
    vertical-align: top;
    display: inline-block;
}
.menu-main .top-search {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.menu-main .top-search .ts1{
    display: table;
    height: 53px;
    width: 100%
}
.menu-main .top-search .ts1 > div{
    display: table-cell
}
.menu-main .top-search .ts1 > div:nth-child(1){
    background: #F5F5F5;
    padding: 0 20px;
    vertical-align: middle;
}


.menu-main .nc1 {
    margin:0px auto;
    max-width: 1200px;
    
}
.menu-main .nc10 {
    display: table;
    width: 100%;    
}
.menu-main .nc11 {
    display: table-cell;
    vertical-align: middle;
}
.menu-main .nc12 {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
}
.select-lang{
    display: flex;
    font-size: 16px
}
.select-lang a{
    color: #FFF;
}
.select-lang > div{
    display: flex;
    align-items: center;
    line-height: 1;
}
.select-lang img{
    height: 20px;
    display: block
}
.select-lang .sl1{
    padding: 0 10px 0 0
}
.menu-main .nav:before,
.menu-main .nav:after {
    content: " ";
    display: table;
}
.menu-main .nav:after {
    clear: both;
}
.menu-main .nav ul {
    list-style: none;
    width: auto;
    min-width: 140px;
    white-space: nowrap;
}
.menu-main .nav a, .menu-main .arr-right{
    padding: 15px 20px;
    color:#535353;
    *zoom: 1;
}
.menu-main .nav .ul:hover {
    background: #666;
}
.menu-main .nav .lv {
    padding: 16px 12px 16px 12px;
    font-size: 18px;
    color: #FFF;
/*    font-weight: bold;*/
    border-right: 1px solid #575757;
/*    width:100px;*/
/*    color: #1b3d63;*/
/*    color: #24548c;*/
/*    color: #333;*/
}
.menu-main .nav li {
    /*-webkit-transition: background-color 0.6s ease;*/    
}
/*.menu-main .nav li:hover:not(.menu-pop2) >ul{
    left: 0px!important;
}*/
.menu-main .nav li:hover {
    background-color: #939191;
}
.menu-main .nav li:hover > a{
    color: #FFF;
}
.menu-main .nav > li {
    float: left;
    /*z-index: 200;*/
/*    border-right: 1px solid #DDD;*/
/*    width: 170px;*/
    
}
.menu-main .nav .first  {
/*    border-left: 1px solid #DDD;    */
}
.menu-main .nav > li > a {
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.menu-main .nav .lv {
    border-right: 0px;    
}
.menu-main .nav .menu-pop li a
,.menu-main .nav .menu-pop2 li a
{
    margin-right: 45px;    
}
.menu-main .nav .arr-right {
    display: none;
    cursor: pointer;    
}
.menu-main .nav .menu-pop .arr-right ins,
.menu-main .nav .menu-pop2 .arr-right ins{
    visibility: hidden;
}
.menu-main .nav .menu-pop .arr-right,
.menu-main .nav .menu-pop2 .arr-right {
    background: url(/i/main-menu-arr.png) no-repeat center;
    width: 45px;
    padding-left: 0px;
    padding-right:0px;
    display:block;
    float:right    
}
.menu-main .nav .menu-pop li ul,
.menu-main .nav .menu-pop2 li ul {
    position:static;
    left:auto;
    display:none;    
}
.menu-main .nav li ul {
    position: absolute;
    
    z-index: 100;
}
.menu-main .left9999 {
    left: -9999px;
    top: -9999px
}
.menu-main .left0 {
    left: 0px!important;    
}
.menu-main .nav li li a {
    display: block;
    position: relative;
    /*-webkit-transition: background 0.6s ease;*/
    z-index:100;
    color: #FFF;
/*    border-top: 1px solid #747474;*/
    border-top: 1px solid #888;
}
.menu-main .nav li li a:hover {
/*    background: #666;    */
}
.menu-main .nav li li {
    background: #888;
    /*-webkit-transition: background 0.6s ease;*/    
}
.menu-main .nav li li:hover {
    background: #777;
}
.menu-main .nav .menu-pop  .lv3,
.menu-main .nav .menu-pop2  .lv3 {
    padding-left: 40px;    
}
.menu-main .nav .menu-pop  .lv2 ,
.menu-main .nav .menu-pop2  .lv2 {
    padding-left: 35px;    
}
.menu-main .nav .menu-pop  .lv1 ,
.menu-main .nav .menu-pop2  .lv1 {
    padding-left: 30px;    
}
.menu-main .nav li li li a {
    z-index: 200;
    border-top: 1px solid #777;
}
.menu-main .nav li li li {
    background: #777;
    /*-webkit-transition: background 0.6s ease;*/
}
.menu-main .nav li li li:hover {
    background: #888;    
}
.menu-main span a {
    display: inline!important;
    padding: 0px!important;
    background: none!important;    
}
.menu-main .nav li li li li a {
    z-index: 300;
    border-top: 1px solid #949494;
}
.menu-main .nav li li li li {
    background: #888;
    /*-webkit-transition: background 0.6s ease;*/
}
.menu-main .nav li li li li:hover {
    background: #999;
}
.menu-main .nav li {
    position: relative;
}
.menu-main .nav > li.hover > ul {
    left: 0;
    top: auto;
}
.menu-main .nav li li.hover > ul {
    left: 100%;
    top: 0;
}
.menu-main .menu-pop1{
    margin: 0 0 0 -205px;
    width: 250px;
    background: #666;
    position: absolute;
    z-index: 100;
    display: none;    
}
.menu-main .arr-up{
    background:url(/i/main-menu-arr-up.png) no-repeat center center #666!important;
}
.menu-main .arr-down{
   background:url(/i/main-menu-arr.png) no-repeat center center;
}
.menu-main .arr {
    width: 45px!important;
    display: none    
}
.menu-main .arr ins {
    visibility: hidden;
}
.menu-main .arr span{
    display: block;
    border: 0px solid #CCC;
    padding: 17px 20px;
    cursor: pointer;
}
/*Пользовательские стили меню*/
.bank-list-ul {
    margin-left:-491px;
}
.menu-main .bank-list {
    overflow: hidden;
    display: block;
    width: 430px;
    background: #777;
    padding-bottom: 14px
}
.menu-main .bank-list .bl1a{
    width:190px;
    float:left;    
}
.menu-main .bank-list .bl1b{
    overflow:hidden;
}
.menu-main .bank-list .bl0{
    margin: 10px 13px 0 13px;
    overflow: hidden    
}
.menu-main .bank-list a span{
    display: block;
    margin:8px 5px 8px 5px;
}
.menu-main .bank-list a:hover{
    color: #CCC!important;    
}
.menu-main .bank-list a{
    display: block;
    overflow: hidden;
    padding:0px;
    border: 0px!important;    
}
 
.mob-menu {
    z-index: 9999;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow:hidden;
    display: none;
}
.mob-menu .menu-close{
    
    z-index: 10000;
    display: none;
    right: 11px;
    top: 14px;
    position: fixed;
    width: 23px;
    height: 23px;
    cursor: pointer;
    background-image: url(/i/mob-menu-close.png?1);
    background-repeat: no-repeat;
}
.mob-menu .back{
    background: url(/i/mob-menu-arr-left.png?1) no-repeat 16px 16px;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    color: #CCC;
    padding: 0 0 0 37px;
    border-bottom: 3px solid #454545;
/*    margin: 0 0 3px 0;*/
        
}

.mob-menu .user-icon img{
    width: 17px;    
}
.mob-menu .user-icon{
    display: inline-block;
    margin: 14px -5px 0 15px;
    vertical-align: top;
    opacity: 0.4;    
}
.mob-menu .select-lang a,
.mob-menu .select-lang span
{
    padding: 0 15px 0 0    
}
.mob-menu .select-lang .sl1
{
    padding: 0    
}
.mob-menu .tp{
    height: 45px;
    line-height: 45px;
    color: #FFF;
    width: 50px;
    padding: 0 0 0 15px
        
}
.mob-menu .menu-list a{
    border-bottom: 1px solid #454545    
}
.mob-menu .menu-list{
    overflow: auto;
    height: 100%;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: border-box;     
}
.mob-menu .lay{
    background: #595959;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 280px; 
    margin: 0 -280px 0 0;
    height: 100%;
}
.mob-menu a{
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 15px;
    color: #CCC;
    font-size: 16px;
    overflow: hidden;
}
.mob-menu a.more{
    background: url(/i/mob-menu-arr-right.png?1) right 20px center no-repeat;
}
.html_menu{
    overflow: hidden;
    width:100%;
}
.body_menu{
    height:100%;
    width:100%;
    position:fixed; /* prevent overscroll bounce*/
    overflow:hidden;
    -webkit-overflow-scrolling: touch; /* iOS velocity scrolling */
}

.item-block {
/*    border: 1px solid #EEE;*/
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.15);
    margin: 0 0 28px 0;
    padding: 20px;   
}
.item-block.f0 {
    border-left: 15px solid #CCC;
}
.item-block.f1 {
    border-left: 15px solid #ffc600;
}
.item-block.f2 {
    border-left: 15px solid #29c195;
}
.item-block.f3 {
    border-left: 15px solid #55b81e;
}
.item-block.f4 {
    border-left: 15px solid #ac30ad;
}
.item-block.f5 {
    border-left: 15px solid #a97df8;
}
.item-block .r1{
    display: table;
    width: 100%;
    height: 1px;
}
.item-block .r1 > div{
    display: table-cell;
    vertical-align: top;
    height: 100%;
}
.item-block .r1 .r1-1{
    border-right: 1px solid #EEE;
    width: 27%;
    padding: 0 20px 0 0;
    text-align: center;
}
.item-block.cards-block .r1 .r1-1{
    width: 270px;
}
.item-block .r1 .r1-2{
    border-right: 1px solid #EEE;
    padding: 0 20px
}
.item-block .r1 .r1-3{
    padding: 0 0 0 20px;
    width: 27%;
}
.item-block .r1 .r1-1 .lg{
    margin: 0 0 10px 0;
}
.item-block .r1 .r1-1 .card-img {
    text-align: center    
}
.item-block .r1 .r1-1 .card-img img{
    max-width: 100%;
    display: block;
}
.item-block .r1 .r1-1 .lg img{
    max-width: 220px;
    max-height: 100px;
}
.item-block .r1 .r1-1 .tit{
    margin: 0 0 20px 0;
}
.item-block .r1 .r1-1 .tit a{
    font-size: 27px;
    font-weight: normal;
}
.item-block .r1 .r1-1 .cons a,
.button-transp,
.main-zaym-view .order-b
{
    white-space: nowrap;
    border: 1px solid #356094;
    color: #356094;
    border-radius: 2px;
    display:inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 220px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: border-box;
    cursor: pointer     
}

.item-block .r1 .r1-1 .cons a:hover,
.button-transp:hover,
.main-zaym-view .order-b:hover 
{
    color: #FFF;
    background: #356094    
}


.main-zaym-view .order-b {
    text-align: center;
}

.main-zaym-view .ord {
    margin: 0 0 20px 0
}

.item-block .r1 .r1-3 .price-text{
    font-size: 18px;
    color: #555;
    margin: 0 0 20px 0;
    text-align: center;
    
}
.item-block .r1 .r1-3 .price,
.item-block .r1 .r1-3 .price-free
{
    font-size: 38px;
    font-weight: normal;
    color: #555;
    margin: 0 0 25px 0;
    text-align: center
}
.item-block .r1 .r1-3 .price-free {
    font-size: 27px
}
.item-block .r1 .r1-3 .ord{
        
}
.item-block .r1 .r1-3 .ord a{
    white-space: nowrap;
    text-align: center;
    border: 1px solid #55b81e;
    color: #55b81e;
    border-radius: 3px;
    display:inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: border-box;
    cursor: pointer     
}
.item-block .r1 .r1-3 .ord a:hover{
    color: #FFF;
    background: #55b81e    
}
.item-block .r1 .r1-3 .free{
    text-align: center;
    margin: -10px 0 15px 0;
    color: #dc592a 
}
.item-block .r1 .r1-2-1 {
    height: 100%;
    display: table;
    width: 100%
}
.item-block .r1 .r1-2-r {
    display: table-row
}
.item-block .r1 .r1-2-3 {
    display: table-cell
}
.item-block .r1 .r1-2-4 {
    padding: 6px 0 0 0;
    display: table-cell;
    vertical-align: bottom;
}
.item-block .r1 .r1-2 .mid-company{
    margin: 0 0 6px 0;
}
.item-block .r1 .r1-2 .mid-company a{
    color: #1577ae;
}
.item-block .r1 .r1-2 .mid-tit{
    margin: 0 0 5px 0    
}
.item-block .r1 .r1-2 .mid-tit a{
    font-size: 27px;        
}
.item-block .r1 .r1-2 .par{
    display: table;
}
.item-block .r1 .r1-2 .info-block{
    display: block
}
.item-block .r1 .r1-2 .par > div{
    display: inline-block;
    vertical-align: middle;
}
.item-block .r1 .r1-2 .par > div:first-child{
    color: #555;
    padding: 0 3px 0 0
}
.item-block .r1 .r1-2 .par > div:last-child{
    
    font-weight: bold;
    color: #555;
}
.item-block .r1 .r1-2 .bon{
    overflow: hidden;
    background: #f4fdff;
/*    position: absolute;*/
    bottom: 0px;
    width: 100%;
    margin: 0 20px 0 0;
    padding: 8px 10px 0 12px;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: border-box;
    
}
.item-block .r1 .r1-2 .bon .b1,
.view-bonus{
    height: 25px     
}
.item-block .r1 .r1-2 .bon > div{
    display: inline;
    float: left;
    margin: 0 15px 8px 0
}
.item-block .r1 .r1-2 .bon > div:last-child{
    margin-right: 0px;
}

.item-block .r1 .r1-2 .bon i.custom,
.view-bonus i.custom{
    background:url(/i/zaym-icon.png);
    background-repeat: no-repeat;
    display: block;    
}
.item-block .r1 .r1-2 .bon i.custom-1,
.view-bonus i.custom-1{
    width: 19px;
    height: 22px;
    background-position: -30px -3px;
}
.item-block .r1 .r1-2 .bon i.custom-2,
.view-bonus i.custom-2{
    width: 22px;
    height: 22px;
    background-position: -70px -4px;
}
.item-block .r1 .r1-2 .bon i.custom-3,
.view-bonus i.custom-3{
    width: 23px;
    height: 22px;
    background-position: -4px -3px;
    
}
.item-block .r1 .r1-2 .bon .fa-money-bill-alt,
.view-bonus .fa-money-bill-alt{
    padding: 1px 0 0 0
}

.item-block .r1 .r1-2 .bon i,
.view-bonus i
{
    color: #ffc62f;
    font-size: 18px
}
.item-block.cards-block .r1 .r1-2 .bon .sales i{
    font-size: 16px;
}
.item-block.cards-block .r1 .r1-2 .bon .sales .tx{
    padding-top: 2px
}
.view-bonus {
    display: inline-block;
    margin: 0 12px 0 0
}
.item-block .r1 .r1-2 .bon .t,
.view-bonus .t,
{
    display: table;
}
.item-block .r1 .r1-2 .bon .t > div:first-child,
.view-bonus .t > div:first-child
{
    padding: 4px 5px 0 0    
}
.item-block .r1 .r1-2 .bon .qw,
.view-bonus .t .qw
{
    padding-right: 3px!important    
}
.item-block .r1 .r1-2 .bon .t > div,
.view-bonus .t > div{
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    color: #555
}
.item-block.cards-block .r1 .r1-2 .bon .t > div,
.view-bonus .t > div{
    font-size:12px;
}

    
.item-block .tb{
    display: table;
    width: 100%;
    height: 100%;
}
.item-block .tbr{
    display: table-row;
}
.item-block .tbc{
    display: table-cell;
}
.item-block .tbc.vm{
    vertical-align: middle;
}
.item-block .tbc.vm .feature {
    margin: 0px auto;
    display: inline-block;
    min-width: 150px;    
}
.item-block .tbc.vm .feature .feat {
    
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 18px;
    white-space: nowrap;
}
.item-block .f1{
    background: #ffc600;
    text-shadow: 1px 1px 0 #FFF;
}
.item-block .f2{
    background: #29c195;
    color: #FFF;
    text-shadow: 1px 1px 0 #1D8968
}

.item-block .f3{
    background: #55b81e;
    color: #FFF;
    text-shadow: 1px 1px 0 #3C8215
    
}
.item-block .f4{
    background: #ac30ad;
    color: #FFF;
    text-shadow: 1px 1px 0 #732073
}
.item-block .f5{
    background: #a97df8;
    color: #FFF;
    text-shadow: 1px 1px 0 #6315F2;
}
.item-block .tbcb{
    height: 40px
}
.item-block .bon-tit{
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #444
}
.item-block .bon.first-bon{
    margin-bottom: 10px!important;
}


 

.search-form {
   padding: 22px 0 0 16px;
   background: #f3f5eb;
   overflow: hidden;
}
.search-form .bl {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px 0 0;
    box-sizing: border-box;
    margin: 0 0 16px 0
}
.search-form .bl.w50 {
    width: 50%
}
.search-form .bl.w33 {
    width: 33.33%
}
.search-form .bl.w25 {
    width: 25%
}
.search-form .block-in{
    margin: 0 20px 0 4px;
}

.search-form input[type="text"],
.search-form select {
    border: 1px solid #9ab8d3;
    border-radius: 2px;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    font-size: 16px;
    line-height: 24px;    
}
.search-form .bl .blt {
    margin: 0 0 10px 0;
    font-size: 16px;        
}
.search-form .ch {
    display: table;
    width: 100%
}
.search-form .ch >div {
    display: table-cell
}
.search-form .ch >div:first-child {
    width: 25px
}
.search-form button{
    border-radius: 1px;
    background: #2B9CD1; 
    font-size: 14px;
}
.search-form .button {
    float: right;
    text-align: right;
    margin: -35px 0 20px 0;
}

.search-form .button.ntop{
    margin: 0 0 20px 0;
}

.search-form .all-params a{
    margin: 4px 0 12px;
    float: left;
    font-size: 16px
}
.search-form .clear-form {
    color: #999;
    margin: 0 15px 0 0;
    font-size: 16px;
    cursor: pointer;
}
.tabs-nc {
    font-size: 0px;    
}
.tabs-nc a,
.tabs-nc span
{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
    padding: 0 18px;
    cursor: pointer;   
}
.tabs-nc span{
    background: #f3f5eb;
    color: #777;
    cursor: default; 
}
.main-zaym-view h1{
    margin: 0px;    
}
.main-zaym-view .zv{
    display: table;
    width: 100%;
    margin: 0 0 25px 0    
}
.main-zaym-view .zv > div{
    display: table-cell;
    vertical-align: middle!important;
}
.main-zaym-view .zv .zv1{
    padding: 0 10px 0 0    
}
.main-zaym-view .zv .zv2{
    width: 210px;
}
.main-zaym-view .zv .zv2 > img{
    width: 100%;
    display: block
}
.main-zaym-view .tbl2 th {
    text-align: left;
}
.main-zaym-view tr td {
    width: 50%;
}
.form-block {
    margin: 0 0 20px 0;
}
.form-block p {
    margin: 0 0 5px 0;
}

.win-orders .tit-block {
    margin: 0 0 25px 0    
}
.win-orders .tit2 {
    font-size: 18px;
    margin: 0 0 7px 0;
    color: #23538a
}
.win-orders .tit3 {
    font-size: 16px;
    color: #555
}
.win-orders input[type="text"] {
    width: 100%
}
.win-orders .more-info {
    margin: 0 0 20px 0;
    color: #777
}
.win-orders .btns {
    text-align: center
}


.region-block {
    margin: 0 0 20px 0
}
.region-block .rgn{
    color: #777
}
.main-city-win .mc{
    display: table;
    width: 100%;
}
.main-city-win .mc > div{
    display: table-cell;
    width: 25%;
    vertical-align: top;
    padding: 0 10px 0 0;
    line-height: 25px;
}
.main-city-win .mc a{
    float: left;
    clear: left
}
.main-city-win .all{
    margin: 0 0 20px 0
}

.sf-tabs .sf1 {
    height: 41px;
    background: #F6F6F6;
    line-height: 41px;
    position: relative    
}
.sf-tabs .sf1 .st{
    font-family: "MyriadProSemiBold";
    font-size: 18px;
    margin: 0 0 0 20px  
}
.shad {
    height: 8px;
    z-index:8;
    background: -webkit-radial-gradient(50% 0%, 50% 8px, #CCC 0%, transparent 100%);
    background: -ms-radial-gradient(50% 0%, 50% 8px, #CCC  0%, transparent 100%);
    width: 100%;    
}
.shad-mb {
    margin-bottom: 20px 
}
.shad-mb25 {
    margin-bottom: 25px 
}
.shad-mb30 {
    margin-bottom: 30px 
}
.shad-bot {
    margin: 0 0 20px 0
}
.sf-tabs .shad {
    position: absolute;
    bottom: -8px;
}
.sf-tabs .tbs {
    font-size: 0px;
}
.sf-tabs .tbs a{
    font-size: 16px;
    vertical-align: bottom;
    height: 41px;
    line-height: 45px;
    padding: 0 20px;
    display: inline-block;
    color: #000;
    text-decoration: underline;
}
.sf-tabs .tbs .arr{
    background: url(/img/search-form-tabs-arr.png) no-repeat center #FFF;
    height: 41px;
    width: 41px;
    display: none;
    vertical-align: middle;
    cursor: pointer    
}
.sf-tabs .tbs .active{
    color: #316399;
    text-decoration: none;
    background: #F9F9F9
}

.sf-tabs .tbs .tab{
    display: inline-block;
    line-height: 40px;
    height: 41px;
    padding: 0 0 0 50px;
    color: #000;
    background: url(/img/sf-icons.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 16px;
    border-left: 1px solid #efefef;
}
.sf-tabs .tbs .tab:first-child{
    border-left: 0px    
}
.sf-tabs .tbs .tab.tab0{
    display: none   
}
.sf-tabs .tbs .tab.wl{
    background: none;
    padding: 0 0 0 20px;
}
.sf-tabs .tbs .tab span{
    display: inline-block;
    text-decoration: underline;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    padding: 0 18px 0 0;
    font-size: 16px;
}
.sf-tabs .tbs span.tab span{
    padding-right: 0px;
    text-decoration: none;    
}
.sf-tabs .tbs span.tab{
    background-color:#EBEEF5;
    padding-right: 20px
}
.sf-tabs .tbs span.wl{
    background-color:#FFF;
    padding-right: 0px;
}
.sf-tabs .tbs span.wl.active{
    background-color:#EBEEF5;
}
.sf-tabs .tbs span.wl.active span,
.sf-tabs .tbs span.wl.active a {
    border-right: 1px solid #EBEEF5
}
.sf-tabs .tbs span.wl.pre-active span,
.sf-tabs .tbs span.wl.pre-active a
{
    border-right: 1px solid #FFF
}


.sf-tabs .tbs span.wl span{
    margin: 7px 0 0 0;
    padding: 0 18px 0 0;
    vertical-align: top;
    text-decoration: underline;   
}
.sf-tabs .tbs #sf-tabs-popup  span.wl span{
    text-decoration: none!important;    
}
.sf-tabs .tbs .wl.active span{
    text-decoration: none;   
}
.sf-tabs .tbs span.wl{
    cursor: pointer
}
.sf-tabs .tbs a.active span{
    border-right:0px
}
.sf-tabs .tbs a.pre-active span{
    border-right:0px
}
.sf-tabs .tbs .tab1, .sf-tabs .tbs .tab1x {
    background-position: 18px 7px
}
.sf-tabs .tbs .tab2, .sf-tabs .tbs .tab2x {
    background-position: 18px -27px
}
.sf-tabs .tbs .tab3, .sf-tabs .tbs .tab3x {
    background-position: 18px -60px
}
.sf-tabs .tbs .tab4, .sf-tabs .tbs .tab4x{
    background-position: 18px -95px
}

.main-zaym-landing-block .tb {
    margin: 0 0 20px 0    
}
.main-zaym-landing-block .tb .tl{
    margin: 0 0 10px 0;
    font-size: 16px;
}
.main-zaym-landing-block .tb .pgs{
    display: table;
    width: 100%;    
}
.main-zaym-landing-block .tb .pgs > div{
    display: table-cell;
}
.main-zaym-landing-block .tb .pgs > div:first-child{
    width: 50%
}
.main-zaym-landing-block .tb .pgs > div:last-child{
    text-align: right
}
.main-zaym-landing-block .show-all-cities{
    margin:-10px 0 0 0;
}
.main-zaym-landing-block .show-all-cities a{
    color: #555
}
.main-zaym-landing-block .show-all-cities .t2{
    display: none
}
.main-informer .mi{
    display: table;
    width: 100%;    
}
.main-informer .mi > div{
    display: table-cell;
    vertical-align: top;
}
.main-informer .mi > div:first-child{
    width: 240px;
    padding: 0 20px 0 0;
}
.main-informer .mi > div .tl{
    margin: 0 0 10px 0;
}
.main-informer textarea{
    width: 100%;
    height: 90px;
    color: #555;
}


.zaym-p {
    position: fixed;
    display: none;
    width: 420px;
    right: 0px;
    bottom: 0px;
    
}
.zaym-p > a{
    display: block;
    margin: 20px;
    background: #FFF;
    padding: 20px 20px 23px 20px;
    -webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.3);   
}
.zaym-p .cls{
    float:right;
    padding: 10px;
    margin: -15px -15px -20px 0    
}
.zaym-p .zp{
    display: table;
    width: 100%;
    font-size: 16px;
    color: #000;
}
.zaym-p .zp > div{
    display: table-cell;
    vertical-align: middle;   
}
.zaym-p .zp > div:first-child {
    width: 120px;    
}

.zaym-p .zp > div:first-child img{
    width: 100%    
}
.zaym-p .zp > div:last-child {
    padding: 0 0 0 0    
}
.zaym-p .zp > div:last-child > div {
    margin: 0 0 0 20px;    
}
.zaym-p .zp > div:last-child > div:first-child{
    font-weight: bold;
    margin: 0 30px 10px 20px;    
}
.banner-content-2 {
    margin: 0 0 20px 0
}

.tab-a {
    font-size: 0px;
    min-height: 37px;
/*    border-bottom: 2px solid #DDD;*/
    border-bottom: 2px solid #4A7EAE;
    background: #F9F9F9
}
.tab-a > a.active{
    background: #77A0C6;
/*    background: #EEE;*/
    color: #FFF;
    /*font-weight: bold;*/
    border-radius: 3px 3px 0 0;
    padding: 0 18px;
/*    color: #000;*/
    text-decoration: none
}

.tab-a > a{
    display: none;
    color: #23538a;
    vertical-align: middle;
    height: 37px;
    line-height: 37px;
/*    border-right: 1px solid #EEE;*/
    padding: 0 15px;
    text-decoration: none;
    font-size: 15px;
}
.tab-a > a.last{
    border-right: 0px;    
}

.tab-a .arr{
    display:inline-block;
    vertical-align: middle;
    height: 38px;
    width: 38px;
    background: url(/i/bankmarrow.png) no-repeat center 16px;
    margin: 0 0 0 5px;
    cursor: pointer;
    display: none    
}
.tab-a .p-menu{
    padding: 20px;
    z-index: 22;
    width: 200px;
    margin: 38px 0 0 -200px;
    position: absolute;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    cursor: default;
    display: none   
}
.tab-a .current{
    display: none;
    font-size: 14px;
    vertical-align: middle;
    min-height: 18px;
    line-height: 18px;
    padding: 10px 15px 10px 15px;
    font-weight: bold;
    background: #EEE;
    min-width: 185px;
    text-align: center;
    max-width: 150px;
}
.tab-a .p-menu a{
    display: inline-block!important;
    margin: 0 0 15px 0;
    width: 100%;
    font-size: 15px   
}
.tab-a .p-menu a:last-child{
    margin: 0 0 0 0    
}

.order-open-form {
    color: #FFF;
    padding: 25px 25px 25px 30px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009acf+0,0071c5+100 */
    background: #009acf; /* Old browsers */
    background: -moz-linear-gradient(top,  #009acf 0%, #0071c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #009acf 0%,#0071c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #009acf 0%,#0071c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009acf', endColorstr='#0071c5',GradientType=0 ); /* IE6-9 */
} 

.order-open-form .cR {
    color: #FFF    
}
.order-open-form .tit2 {
    margin: 0 0 20px 0;
    font-size: 19px;
}
.order-open-form .title {
    font-size: 27px;
    line-height: 27px;
    margin: 0 0 30px 0
}
.order-open-form-shad {
    margin: 0 0 30px 0    
}
.order-open-form-shad2 {
    margin: 0 0 0 0    
}
.order-open-form .field .tit{
    margin-bottom: 5px;
}
.order-open-form .field {
    margin: 0 0 20px 0
}
.order-open-form .field input {
    width: 100%;
    height: 40px;
}
.order-open-form .inf {
    opacity: 0.6;
    margin: 0 0 20px 0
}
.order-open-form .rf {
    display: table;
    width: 100%;
}
.order-open-form .rf > div {
    display: table-cell;
    vertical-align: top;
}
.order-open-form .rf > div:first-child {
    padding: 10px 30px 0 0;    
}
.order-open-form .rf > div:last-child {
    width: 450px;
}
.order-open-form .btns {
    text-align: center;    
}
.order-open-form .frm {
    padding: 25px 25px 25px 25px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006798+0,005693+100 */
    background: #006798; /* Old browsers */
    background: -moz-linear-gradient(top,  #006798 0%, #005693 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #006798 0%,#005693 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #006798 0%,#005693 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006798', endColorstr='#005693',GradientType=0 ); /* IE6-9 */
}
.order-open-form .btns a {
    display: inline-block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    background: #ff8e00;
    color: #FFF;
    text-align: center;
    font-size: 16px;
}
.order-open-form .left-info,
.order-open-form .left-info p{
    font-size: 16px;
}
.order-open-form textarea{
    width: 100%;
}
.lang-item {
    color: #0AFC28!important
}


.body-full {
    background-color: #F4F4F4;    
}
.main-full {
    margin: -25px 0 0 0;
}
.main-full .mid {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px;
}
.main-full .content {
    padding: 35px 0;
}
.block-x {
    display: flex;
    flex-direction: column;
    width: 100%;   
}
.block-x .bod {
    background: #FFF;
    padding: 29px 24px;
    flex: 1
}
.block-x.tab .tabs {
    display: flex;
    overflow-x: auto;
    height: 45px;
}
.block-x.tab .tabs > div{
    padding: 0 30px;
    display: none;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}
.block-x.tab .tabs > div.active{
    background-color: #FFF;
/*    padding: 0 25px;*/
/*    margin: 0 15px;*/
    cursor: default;
    font-weight: 500;
}
/*.block-x.tab .tabs > div:first-child.active{
    margin-left: 0;
}
.block-x.tab .tabs > div:last-child.active{
    margin-right: 0;
}*/
.block-x .tit{
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    padding: 0 0 0 25px;
    font-size: 19px;    
}
.block-x .tit-big{
    padding: 0 25px 25px 25px;
    font-size: 20px;    
}

.best-curr th{
    border-bottom: 1px solid #03A3EF;
}

.feature .f1{
    background: #ffc600;
    text-shadow: 1px 1px 0 #FFF;
}
.feature .f2{
    background: #29c195;
    color: #FFF;
    text-shadow: 1px 1px 0 #1D8968
}

.feature .f3{
    background: #55b81e;
    color: #FFF;
    text-shadow: 1px 1px 0 #3C8215
    
}
.feature .f4{
    background: #ac30ad;
    color: #FFF;
    text-shadow: 1px 1px 0 #732073
}
.feature .f5{
    background: #a97df8;
    color: #FFF;
    text-shadow: 1px 1px 0 #6315F2;
}
.feature .f6{
    background: #FF4500;
    color: #FFF;
    text-shadow: 1px 1px 0 #B73200;
}
video {
    max-width: 100%;
}

@media (max-width: 1240px) {
    .menu-main .nc12 .select-lang .sl2{
        padding: 0 20px 0 0
    }
}
@media (max-width: 1200px)
{
    .main-brand-view .header-brand-2 .hb-1.f-auto {
        max-width: none
    }
    .main-brand-view .header-brand-2 .hb-2 {
        order: 1;
        margin: 0 0 20px; 3
        flex: 0 0 100%;
        padding: 0
    }
    .main-brand-view .header-brand-2 .hb-1 {
        padding: 0;
        order: 2;
        flex: 1
    }
    .main-brand-view .header-brand-2 .hb-1.f-auto{
        flex: 1
    }
    .main-brand-view .header-brand-2 .hb-3 {
        order: 3;
        padding: 0 0 0 20px
    }
    
    .head-blocks .hb3 {
        display: none
    }
    
}
@media (max-width: 1180px) {
    .menu-main .nc12 {
        width: 58px;
    }
}

@media (max-width: 1100px)
{
    .main-currency .mc {
        display: block;    
    }
    .main-currency .mc > div {
        display: block;
    }
    .main-currency .mc > div:last-child {
        padding: 0px;    
    }
    .main-currency .mc > div:first-child {
        margin-bottom: 25px;
    }
    
    .main-menu .menu-in .mm1{
        margin: 0px
    }
    .main .main1  {
        display: block    
    }
    .main .main1 > div {
        display: block;
    }
    .main .main-in .middle {
        margin: 0 0 20px 0;
        padding: 0px
    }
    .main .main1 .right {
        width: 100%
    }
    .main {
        margin: 0 0 15px 0
    }
    .banner-top-right {
        width: 240px;
        margin: 0px auto 20px auto
    }
    
       
}
@media (max-width: 1030px) {
    
    .item-block .r1 .r1-1 .card-img img {
        display: inline-block
    }
    
    .item-block .tb {
        height: auto
    }
    .item-block .r1 .r1-2-1 {
        height: auto
    }
    .item-block .r1 {
        height: auto
    }
    
    .item-block .r1 > div {
        display: block;
        width: 100%!important;
    }
    
    .item-block .r1 .r1-1 {
        margin: 0 0 20px 0;
        border: 0px;
    }
    .item-block .r1 .r1-2 {
        margin: 0px auto 20px auto;
        max-width: 400px;
        border: 0px;
        padding: 0px
    }
    .item-block .r1 .r1-3 {
        padding-left: 0px    
    }
    .item-block .r1 .r1-3 .ord {
        text-align: center    
    }
    .item-block .r1 .r1-3 .ord a {
        width: auto;
    }
    
    .item-block .r1 .r1-1 .cons a {
        width: 220px;
    }
    .item-block .r1 .r1-3 .ord a {
        width: 220px;
    }
    .item-block .r1 .r1-2 .bon {
        display: table;
        margin: 0px auto;
        width: auto
    }
    .item-block .r1 .r1-2 .first-bon {
        margin: 0px auto 20px auto;    
    }
    .item-block .r1 .r1-2-3 {
        display: table;
        margin: 0px auto
    }
    .item-block .bon-tit {
        text-align: center
    }
    .item-block .r1 .r1-1 .cons a {
        width: auto;
    }    
}

@media (max-width: 950px) {
    .menu-main .tbv3
    {
        display: none
    }    
}
@media (max-width: 900px)
{
    .head-blocks .hb1 {
        display: none
    }
    
}
@media (max-width: 870px) {
    
    
    .order-open-form .rf > div {
        display: block;    
    }
    .order-open-form .rf > div:first-child {
        margin: 0 0 30px 0;
        padding: 0px;
    }
    .order-open-form .rf > div:last-child {
        width: 100%;
    }
    .order-open-form .frm {
        margin: 0px auto;
        max-width: 450px;
    }
    .menu-main .tbv4{
        display: none
    }    
}


@media (max-width: 800px)
{
    
    .main-brand-view .section6 .s6 > div {
        display: block;
    }
    .main-brand-view .section6 .s6 > div:nth-child(1) {
        margin: 0 0 20px 0
    }
    .main-brand-view .section6 .s6 > div:nth-child(2) {
        text-align: right;
        width: 100%;
        padding: 0px;
    }
    .section-blocks .section6 .s6 > div {
        display: block;
    }
    .section-blocks .section6 .s6 > div:nth-child(1) {
        margin: 0 0 20px 0
    }
    .section-blocks .section6 .s6 > div:nth-child(2) {
        text-align: right;
        width: 100%;
        padding: 0px;
    }
    
    .main-brand-view .section1 .s2-1 img {
        width: 180px;
        margin-left: -200px;
    }
    
    .main-brand-view .section1 .s2-1 {
        margin-left: 200px;
    }
    
    .main-brand-view .section2 .s2 {
        width: 100%;
    }
    .main-brand-view .section3 .s3-1 {
        margin: 0 0 30px 0
    }
    .main-brand-view .section3 {
        padding: 30px 20px;
    }
    .section-blocks .section3 .s3-1 {
        margin: 0 0 30px 0
    }
    .section-blocks .section3 {
        padding: 30px 20px;
    }
    
    .main-brand-view .section1 .s2-1 img {
        width: 150px;
        margin-left: 0px;
        margin-right: 15px;
    }
    
    .main-brand-view .section1 .s2-1 {
        float: none;
        margin-left: 0px;
    }
    
    
    #city-win {
        left: auto!important;
        margin-left: 0px!important;
        width: 100%!important;
    }
    
    .converter .c00 {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .converter .c000 {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .converter .c0000 {
        display: block;
        width: 100%;
    }
    .converter .c3 {
        width: 120px;
    }    
}
@media (max-width: 780px) {
    .menu-main .tbv5
    {
        display: none
    }    
}
@media (max-width: 700px)
{
    h1 {
        font-size: 27px;
        line-height: 30px
    }
    .s-for .sf1-2 {
        display: block;
        width: 100%;
        padding: 0 0 10px 0;
    }
    .s-for .sf1-3 {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .s-for .sf1-4 {
        display: block;
        width: 100%;
        padding: 0px;
    }
    .conv-other-vals .ov1 {
        display: block;
        width: 100%;
    }
    .conv-other-vals .ov1 > div {
        display: block;
        width: auto;
        margin: 0 0 10px 0;
        height: auto;
    }
    .conv-other-vals .ov1 .bt {
        font-size: 15px;
        margin: 0 0 5px 0
    }
    .conv-other-vals .ov1 .vl {
        font-size: 16px
    }
    
    .main-currency .graph .g1 > div {
        display: block;
        margin: 0 0 10px 0
    }
    .main-currency .graph .g1 > div:last-child {
        margin: 0 0 0 0
    }
    
}
@media (max-width: 699px) {
    header .top-line .tl .t1-2 .change-lang{
        margin: 0 8px 0 0        
    }
    
/*    .menu-main .nav{*/
    .menu-main {
        display: none
    }
    .menu-main {
        height: 40px;
        line-height: 40px
    } 
    .menu-main .nc12{
        height: 40px;
    }
    .menu-main.without-langs {
        height: 5px;
        line-height: 5px
    }
    header {
        margin: 0 0 20px;
        border-bottom: 1px solid #CCC   
    }
    header .logo img {
        width: 170px;
    }
    header .logo {
        height: 73px
    }
    .head-blocks .hb4 {
        display: table-cell
    }
    .head-blocks .hb2 {
        display: none
    }

}
@media (max-width: 650px)
{
    .main-informer .mi > div {
        display: block;
        width: auto!important;
        padding: 0px!important;
        margin: 0 0 20px 0
    }
}
@media (max-width: 600px)
{
    .main-brand-view .header-brand-2 .hb-1 {
        flex: 0 0 100%;
        margin: 0 0 20px
    }
    .main-brand-view .header-brand-2 .hb-1.f-auto{
        flex: 0 0 100%
    }
    
    .main-brand-view .header-brand-2 .hb-3 {
        padding: 0
    }
    .search-form .bl.w50 {
        width: 100%;
    }
    .search-form .bl.w25 {
        width: 50%;
    }
    
    .tab-a .current {
        display: inline-block;    
    }
    .s-for .opt-tbl .ot0 {
        width: 100%;
        display: block;
        margin: 10px 0 0 0;
    }
    .s-for .sf-head .ot0 {
        display: none;    
    }
    .s-for .opt-tbl .no-order {
        display: none;
    }
    .s-for .opt-tbl .ot1 {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
    }
    .s-for .opt-tbl .ot2 {
        width: 100%;
        display: block;
        text-align: left!important;
        margin: 0 0 10px 0;
    }
    .s-for .opt-tbl .ot3 {
        width: 100%;
        display: block;
        text-align: left!important;
    }
    .s-for .opt-tbl .ot3 {
        width: 100%;
        display: block;
        text-align: left!important;
    }
    footer .f2 .f2-1 > div {
        display: block;
    }
    footer .f2 .f2-1 > div:first-child{
        margin: 0 0 10px 0
    }
    footer .f2 .f2-1 > div:last-child{
        text-align: left;
    }
    
    
    .search-form .bl.w33 {
        width: 100%;
        padding-left: 0px;
    }
    
    
    .menu-main .tbv6
    {
        display: none
    }    
    
    .head-blocks .hb2 {
        display: none
    }
    
    
    .main-banks-view .cont {
        display: block;    
    }
    .main-banks-view .cont .c1{
        margin: 0 0 20px 0    
    }
    
    .main-banks-view .cont .c2 {
        width: auto;
    }
    .main-banks-view .cont > div {
        display: block
    }
}

@media (max-width: 550px) {
    
    .main-kredit-view .mkv {
        display: block;
    }
    .main-kredit-view .mkv > div {
        display: block;
    }
    .main-kredit-view .mkv > div:first-child {
        margin: 0 0 20px 0
    }
    
    .main-brand-view .cnA > div:last-child {
        padding-right: 0px;
    }
    .main-brand-view .cn > div {
        display: block;
        width: auto;
    }
    .main-brand-view .cn > div:nth-child(1)
    {
        margin-bottom: 20px;
    }    
}

@media (max-width: 500px) {

    .main-brand-view .section1 .send-order-s2 {
        text-align: center;
    }

    .main-brand-view .section5 .s6-2 {
        text-align: center
    }

    .main-city-win .mc > div {
        width: 100%;
        display: block;
    }
    .main-city-win .mc > div a{
        font-size: 16px
    }
    
    h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .main-zaym-view .zv .zv2{
        width: 40%
    }
    .item-block .r1 .r1-2 .bon > div {
        display: block;
        float: none
    }
    
    .item-block .r1 .r1-2 .bon {
        background: none
    }
    
    #zaym-order-win {
        width: 100%;
        margin-left: 0px!important;
        left: auto!important;
    }   
    #kredit-order-win {
        width: 100%;
        margin-left: 0px!important;
        left: auto!important;
    }
    #rko-order-win {
        width: 100%;
        margin-left: 0px!important;
        left: auto!important;
    }
    #card-order-win {
        width: 100%;
        margin-left: 0px!important;
        left: auto!important;
    }

}
@media (max-width: 460px) {
    .menu-main .tbv7
    {
        display: none
    }
    .converter-tabs.sf-tabs .tbs .tab span{
        font-size: 13px
    }
    .sf-tabs .tbs span.wl span {
        padding-right: 10px
    } 
    .sf-tabs .tbs .tab.wl {
        padding-left: 10px
    }
    .sf-tabs .tbs .tab span {
        padding-right: 10px
    }   
}
@media (max-width: 450px)
{
    .main-brand-view button{
        font-size: 16px!important;
        padding: 0 28px!important;
    }
    .main-brand-view .cv .cv2 {
        width: 130px;    
    }
    .order-open-form .frm {
        padding: 0px;
        background: transparent;
    }
    .order-open-form {
        padding: 20px
    }
}
@media (max-width: 445px)
{
    .zaym-p {
        width: 100%;
    }
    .zaym-p .zp {
        font-size: 14px;
    }
    .zaym-p > a {
        margin: 13px;
        padding: 13px 13px 16px 13px;
    }
    .zaym-p .zp > div:first-child {
        width: 80px
    }    
    
}
@media (max-width: 400px)
{
    
    .main-brand-view .section2 .s22 .sq span {
        font-size: 30px;
        line-height: 80px;
    }
    .main-brand-view .section2 .s22 {
        width: 90px;
    }
    .main-brand-view .section2 .s22 .sq sup{
        font-size: 15px
    }
    .main-brand-view .section2 .s22 .sq {
        width: 90px;
        height: 80px;
        line-height: 80px;
        border-radius: 30px;
       
    }
    .main-brand-view .section2 .s23 {
        padding-left: 15px;
    }
    .main-brand-view .section2 .s23 .tl {
        min-height: 80px;
        margin: 0 0 15px 0
    }
    .main-brand-view .section2 .s23 .tx {
        margin-left: -110px;
    }
    .main-brand-view .section2 .s2 {
        margin-bottom: 27px;
    }
    
    .main-brand-view .section3 .s3-1 {
        font-size: 25px
    }
    .main-brand-view .section3 .s3-2 {
        font-size: 16px
    }
    .section-blocks .section3 .s3-1 {
        font-size: 25px
    }
    .section-blocks .section3 .s3-2 {
        font-size: 16px
    }
    .main-brand-view .section {
        padding: 15px
    }
    .main-brand-view .s1-shad {
        margin-bottom: 25px
    }
    
    .main-brand-view .section1 .s2-1 img {
        width: 100%;
        display: block;
        margin: 0 0 20px 0;
        float: none;
    }
    
    .main-brand-view .cv1-1 button
    {
        width: 100%;
    }
    

    
    .search-form .bl.w25 {
        width: 100%;
    }
    .main-currency #select-data1 {
        width: 100%
    }
    .window .win2 {
        padding: 20px 20px 28px 20px!important
    }
}
@media (max-width: 350px)
{
    
    .main-brand-view button{
        width: 100%
    }
    
    .search-form .button {
        float: none;
        overflow: hidden;
        margin: 0 0 20px 0
    }
    .search-form .button .block-in{
        margin: 0 16px 0 0
    }
    .search-form .clear-form {
        font-size: 15px;
        margin: 5px 0 0 0;
        float: left;
        display: inline-block;
    }
    .search-form button {
        float: right;
    }
    
    .item-block .r1 .r1-1 .cons a {
        padding: 0 10px;
    }
    .menu-main .nav .lv {
        font-size: 16px;
        padding: 17px 7px 17px 12px;
    }
    
}
