@font-face {
    font-family: 'PFDinDisplayPro-Regular';
    src: url('../fonts/pfdindisplaypro/PFDinDisplayPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/pfdindisplaypro/PFDinDisplayPro-Regular.woff') format('woff'), url('../fonts/pfdindisplaypro/PFDinDisplayPro-Regular.ttf')  format('truetype'), url('../fonts/pfdindisplaypro/PFDinDisplayPro-Regular.svg#PFDinDisplayPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PFDinDisplayPro-Light';
    src: url('../fonts/pfdindisplaypro/PFDinDisplayPro-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/pfdindisplaypro/PFDinDisplayPro-Light.woff') format('woff'), url('../fonts/pfdindisplaypro/PFDinDisplayPro-Light.ttf')  format('truetype'), url('../fonts/pfdindisplaypro/PFDinDisplayPro-Light.svg#PFDinDisplayPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PFDinDisplayPro-Medium';
    src: url('../fonts/pfdindisplaypro/PFDinDisplayPro-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/pfdindisplaypro/PFDinDisplayPro-Medium.woff') format('woff'), url('../fonts/pfdindisplaypro/PFDinDisplayPro-Medium.ttf')  format('truetype'), url('../fonts/pfdindisplaypro/PFDinDisplayPro-Medium.svg#PFDinDisplayPro-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PFDinDisplayPro-Bold';
    src: url('../fonts/pfdindisplaypro/PFDinDisplayPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/pfdindisplaypro/PFDinDisplayPro-Bold.woff') format('woff'), url('../fonts/pfdindisplaypro/PFDinDisplayPro-Bold.ttf')  format('truetype'), url('../fonts/pfdindisplaypro/PFDinDisplayPro-Bold.svg#PFDinDisplayPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fa-viber';
    src:url('../fonts/viber/fa-viber.eot?-3dwksg');
    src:url('../fonts/viber/fa-viber.eot?#iefix-3dwksg') format('embedded-opentype'),
    url('../fonts/viber/fa-viber.ttf?-3dwksg') format('truetype'),
    url('../fonts/viber/fa-viber.woff?-3dwksg') format('woff'),
    url('../fonts/viber/fa-viber.svg?-3dwksg#fa-viber') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa-viber:before {
    font-family: 'fa-viber';
    content: "\e666";
}
::selection {background:#ff8000; color:#fff;}
b,strong{
    font-family: 'PFDinDisplayPro-Bold', sans-serif;
}

body{
    font-family: 'PFDinDisplayPro-Regular', sans-serif;
    font-size: 16px;
    color: #000;
    background:#eee;
    overflow-x:hidden;
}

a{
    outline:none;
    border:none;
}
a:focus {
    outline: none;
    outline-offset: none;
    border:none;
}

/* header */
header{
    padding:35px 0;
    background:#fff;
}
header #logo{
    float:left;
    display:block;
    margin:0 80px 0 0;
}
header #top-menu{
    float:left;
    display:block;
    margin:16px 12px 0;
    padding:0;
}
header #top-menu li{
    position:relative;
    display:inline-block;
    margin:0 30px 0 0;
    width: 112px;
    height:44px;
    vertical-align: top;
}
header #top-menu li a{
    color:#000;
    font-size:20px;
    padding-bottom:2px;
    line-height: 20px;
}
header #top-menu li a:hover{
    color:#ff8000;
    text-decoration:none;
    /*border-bottom:2px solid #ff8000;*/
}
header #top-menu li a:focus{
    outline: none;
    outline-offset: none;
    border:none;
}
header #top-menu i.element-arrow{
    z-index:21;
    position:absolute;
    bottom:-60px;
    left:0;
    color:#ff8000;
    font-size:30px;
    display:block;
    text-align:center;
}
header .headBlk{
    position:relative;
}
header .headBlk .menuChildBlk{
    position:absolute;
    top:110px;
    left:0;
    background:rgba(255,255,255,0.93);
    width:100%;
    z-index:20;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding:40px 100px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .5);
}
header .headBlk .menuChildBlk .subBlk{
    padding:0 30px 0 0;
}
header .headBlk .menuChildBlk h2{
    font-size:16px;
    color:#323232;
    margin:0 0 30px 0;
    padding:0;
    display:block;
    line-height: 17px;
}
header .headBlk .menuChildBlk h2 a{
    font-family: 'PFDinDisplayPro-Bold', sans-serif;
}
header .headBlk .menuChildBlk a{
    font-size:16px;
    font-family: 'PFDinDisplayPro-Regular', sans-serif;
    color:#323232;
    margin:0 0 18px 0;
    padding:0;
    display:block;
    line-height: 17px;
}
header .headBlk .menuChildBlk a:hover{
    color:#ff8000;
}
header .headBlk .menuChildBlk .subMenuBtns{
    margin-top:40px;
}
header .headBlk .menuChildBlk .subMenuBtns a{
    font-size:13px;
    color:#000;
    font-family: 'PFDinDisplayPro-Medium', sans-serif;
    padding:10px;
    border:2px solid #fd8004;
    border-radius:50px;
    text-transform:uppercase;
    display:inline-block;
}
header .headBlk .menuChildBlk .subMenuBtns a:hover{
    text-decoration:none;
    background-color:#fd8004;
    color:#fff;
}
header .phone{
    margin:16px 40px 0 0;
    padding:0;
    color:#000;
    font-size:20px;
    float:left;
    display:block;
}
header .btn-ib{
    margin:5px 22px 0 0;
    padding:12px 22px;
    color:#fff;
    font-size:20px;
    float:left;
    display:block;
    background:#ff8000;
    border-radius: 50px;
    transition: background .5s;
}
header .btn-ib:hover{
    text-decoration:none;
    background:#ffb600;
}
header .lang{
    margin:0;
    padding:0;
    color:#fff;
    float:left;
    display:block;
    width:20px;
}
header .lang a{
    font-size:15px;
    color:#000;
    text-transform:uppercase;
    margin:0;
    padding:0;
}
header .lang a:hover{
    color:#ff8000;
    text-decoration:none;
}
header .lang a.active{
    color:#ff8000;
}

/* slideshow */
.slideshow {
    position:relative;
    margin:0;
    padding:0;
}


.slideshow .item{
    min-height: 600px;
}
.slideshow .bgslide{
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.carousel.fade{
    opacity: 1;
}
.carousel.fade .item{
    opacity: 0;
    transition: opacity .5s;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.carousel.fade .item.active{
    opacity: 1;
    position: relative;
    z-index: 2;
}

.slideshow .carousel-caption{
    left: 0;
    top: 170px;
}
.slideshow .carousel-caption h1{
    font-weight: 700;
    font-size: 48px;
}
.slideshow .carousel-caption h3{
    font-size: 30px;
    margin-bottom: 40px;
}
.slideshow .carousel-caption .btn-red{
    padding: 20px 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 24px;
}
.slideshow .carousel-caption .btn-red{
    text-decoration: none;
}
.slideshow .container{
    position: relative;
}
.slideshow .carousel-control{
    z-index: 10;
}
.slideshow .sbb{
    margin-right: -15px;
    width: 19px;
    height: 32px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.slideshow .bleft{
    transition: background .5s;
    left: 50%;
    background:url(../images/left.png) no-repeat 0 0;
}
.slideshow .bright{
    transition: background .5s;
    right: 50%;
    background:url(../images/right.png) no-repeat 0 0;
}
.slideshow .bleft:hover{
    background:url(../images/left_h.png) no-repeat 0 0;
}
.slideshow .bright:hover{
    background:url(../images/right_h.png) no-repeat 0 0;
}

/* information blocks */
.information-blocks{
    padding:60px 0 30px;
    margin:0;
}
.information-blocks .kursBlock{
}
.information-blocks .kursBlock .kursBlockHead{
    padding:0;
    margin:0;
    border-radius: 10px;
    position:relative;
}
.information-blocks .kursBlock .kursBlockHead img{
    width:100%;
    height:auto;
}
.information-blocks .kursBlock .kursBlockHead .nav-tabs{
    border:none;
    position:absolute;
    bottom:0;
    left:35px;
}
.information-blocks .kursBlock .kursBlockHead .nav-tabs ul>li{
    padding:0;
    margin:0 20px 0 0;
}
.information-blocks .kursBlock .kursBlockHead .nav-tabs>li>a{
    position: relative;
    display: block;
    margin:0 18px 0 0;
    line-height: normal;
    border:none;
    border-radius: 0;
    outline: 0;
    font-family: 'PFDinDisplayPro-Regular', sans-serif;
    color:#fff;
    border-bottom:2px dashed #fff;
    text-transform:none;
    font-size:26px;
    padding:10px 0 0 0;
}
.information-blocks .kursBlock .kursBlockHead .nav-tabs>li.active>a{
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background: #fff;
    padding:10px 18px;
    color: #494949;
    border-bottom:none;
}
.information-blocks .kursBlock .kursBlockHead .nav-tabs>li>a:hover{
    background:none;
    border:none;
}
.information-blocks .kursBlock .kursBlockHead .nav-tabs>li.active>a:hover{
    background: #fff;
    border:none;
}
.information-blocks .kursBlock .section-tabs .tab-content{
    background:#fff;
    border-left:3px solid #ff8000;
    border-right:3px solid #ff8000;
    border-bottom:3px solid #ff8000;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding:34px;
}
.information-blocks .kursBlock .kursBlockBody{
    min-height:215px;
}
.information-blocks .kursBlock .kursBlockBody h2{
    text-transform:uppercase;
    color:#ff8000;
    font-size:30px;
    margin:0 0 18px 0;
}
.information-blocks .kursBlock .kursBlockBody .kursHead{
    border-bottom:1px solid #f9cca3;
    padding:0 0 10px 0;
    margin:0 0 10px 0;
    min-height:50px;
}
.kursNBT .kursHead{
    padding:10px 0 0;
}
.information-blocks .kursBlock .kursBlockBody .kursHead div{
    min-width:102px;
    display:inline-block;
    font-family: 'PFDinDisplayPro-Light', sans-serif;
    font-size:19px;
}
.information-blocks .kursBlock .kursBlockBody .kursHead div span{
    display:block;
    font-size:13px;
}
.information-blocks .kursBlock .kursBlockBody .kursBody{
    margin:0 0 10px 0;
}
.information-blocks .kursBlock .kursBlockBody .kursBody:last-child{
    margin:0;
}
.information-blocks .kursBlock .kursBlockBody .kursBody div{
    min-width:102px;
    display:inline-block;
    font-size:19px;
    font-family: 'PFDinDisplayPro-Light', sans-serif;
}
.information-blocks .kursBlock .kursBlockBody .kursBody div span{
    font-family: 'PFDinDisplayPro-Regular', sans-serif;
    color:#ff8000;
}
.information-blocks .kursBlock .kursBlockBody .kursNbt div{
    min-width:80px;
}

/* converter */
.acctoNBT{
    margin:0 0 20px 0;
    display:block;
    font-family: 'PFDinDisplayPro-Light', sans-serif;
    font-size:19px;
}
#converValut{
    width:100%;
}
#converValut .form-control{
    width:150px;
}
#converValut td{
    border:none;
}
.chgCurrency{
    padding:0 20px;
    width:15%;
    display:block;
}
.chgCurrency i{
    font-size:18px;
    color:#ff8000;
    text-align:center;
}

/* news block */
.newsBlock{
    background:#b83970;
    padding:5px 3px 4px 3px;
    border-radius:10px;
    display:inline-block;
    width:100%;
}
.newsBlockHead{
    padding:15px 25px;
}
.newsBlockHead h2{
    display:block;
    float:left;
    font-size:30px;
    color:#fff;
    margin:0;
}
.newsBlockHead a{
    display:block;
    float:right;
    font-size:18px;
    color:#fff;
    margin:5px 0 0 0;
    font-family:'PFDinDisplayPro-Light', sans-serif;
}
.newsBlockBody{
    margin:30px 0 0 0;
    padding:0;
    background:#fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.newsBlockBody .newsBlk{
    min-height:125px;
    margin:0;
    border-bottom:3px solid #b83970;
}
.newsBlockBody .newsBlk:last-child{
    border-bottom:none;
}
.newsBlockBody .newsBlk .col-md-5,
.newsBlockBody .newsBlk .col-md-7
{
    padding:0;
}
.newsBlockBody .newsTitle{
    font-size:16px;
    color:#010101;
    padding:20px 20px 15px 20px;
    display:inline-block;
    line-height: 19px;
}
.newsBlockBody .newsBlk .newsBlockInfo span{
    color:#979797;
    font-size:14px;
    display:block;
    float:left;
    margin-left:20px;
}
.newsBlockBody .newsBlk .newsBlockInfo a{
    color:#b83970;
    font-size:16px;
    display:block;
    float:right;
    margin-right:20px;
}
.newsBlockBody .newsBlk img{
    width:100%;
}
.newsBlockBody .newsBlk:last-child img{
    border-bottom-left-radius: 15px;
}

/* small blocks */
.smallBlks{
    margin-top:30px;
}
.smallBlks .orange{
    padding:4px;
    background-color:#fd8004;
    border-radius:15px;
    min-height:355px;
    position:relative;
    margin-bottom:30px;
}
.smallBlks .pink{
    padding:4px;
    background-color:#b83970;
    border-radius:15px;
    min-height:355px;
    position:relative;
    margin-bottom:30px;
}
.smallBlks .orange:hover,
.smallBlks .pink:hover
{
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}
.smallBlks .pink a,
.smallBlks .orange a{
    display:inline-block;
    width:100%;
    /*height:100%;*/
}
.smallBlks .pink a:hover,
.smallBlks .orange a:hover{
    text-decoration:none;
}
.smallBlks .blkinfo{
    padding:30px 20px;
    color:#fff;
    display:inline-block;
}
.smallBlks .blkinfo h4{
    padding:0;
    margin:0 0 18px 0;
    font-size:26px;
}
.smallBlks .blkinfo p{
    padding:0;
    margin:0;
    font-size:16px;
    line-height:22px;
}
.smallBlks .sbImg{
    position:absolute;
    bottom:4px;
    left:4px;
    width:calc(100% - 8px);
}
.smallBlks .sbImg img{
    width:100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.smallBlks .calcBlks{
    padding:0;
    min-height: 355px;
    max-height: 355px;
    position:relative;
    margin-bottom:30px;
}
.creditCalcLink{
    padding:22px 35px;
    display:inline-block;
    width:100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    line-height:22px;
    position:relative;
    background: #b83970;
}
.creditCalcLink:hover{
    text-decoration:none;
    background: linear-gradient(to top, #7b2048, #b83970);
}
.creditCalcLink span{
    font-size:22px;
    color:#fff;
    width: 140px;
    display: block;
}
.creditCalcLink i{
    font-size:36px;
    color:#fff;
    position:absolute;
    top:26px;
    right:35px;
}
.depozitCalcLink{
    padding:22px 35px;
    background: #ff8000;
    display:inline-block;
    width:100%;
    line-height:22px;
    position:relative;
}
.depozitCalcLink:hover{
    text-decoration:none;
    background: linear-gradient(to top, #d26b03, #ff8000);
}
.depozitCalcLink span{
    font-size:22px;
    color:#fff;
    width: 140px;
    display: block;
}
.depozitCalcLink i{
    font-size:36px;
    color:#fff;
    position:absolute;
    top:26px;
    right:35px;
}
.zaymLink{
    padding:22px 35px;
    background: #b83970;
    display:inline-block;
    width:100%;
    line-height:22px;
    position:relative;
}
.zaymLink:hover{
    text-decoration:none;
    background: linear-gradient(to top, #7b2048, #b83970);
}
.zaymLink span{
    font-size:22px;
    color:#fff;
    width: 140px;
    display: block;
}
.zaymLink i{
    font-size:36px;
    color:#fff;
    position:absolute;
    top:26px;
    right:35px;
}
.feedbackLink{
    padding:22px 35px 20px;
    background: #ff8000;
    display:inline-block;
    width:100%;
    line-height:22px;
    position:relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.feedbackLink:hover{
    text-decoration:none;
    background: linear-gradient(to top, #d26b03, #ff8000);
}
.feedbackLink span{
    font-size:22px;
    color:#fff;
    width: 140px;
    display: block;
}
.feedbackLink i{
    font-size:36px;
    color:#fff;
    position:absolute;
    top:26px;
    right:35px;
}
.successBlk{
    position:relative;
}
#carousel-success{
    position:absolute;
    bottom:40px;
    left:0;
    z-index:1;
}
.carousel.fade{
    opacity: 1;
}
.carousel.fade .item{
    opacity: 0;
    transition: opacity .5s;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.carousel.fade .item.active{
    opacity: 1;
    position: relative;
    z-index: 2;
}
.success-carousel-caption{
    padding:0 30px;
    text-align:center;
}
.success-carousel-caption .succHtitle{
    color:#fff;
    font-size:15px;
    line-height:16px;
}
.success-carousel-caption .succHtitle:hover{
    text-decoration:underline;
}
.success-carousel-caption .succHmore{
    text-transform:uppercase;
    color:#fff;
    font-size:12px;
    text-decoration:underline;
}
.success-carousel-caption .succHmore:hover{
    text-decoration:none;
}
.success-carousel-control{
    z-index: 2;
    position:absolute;
    bottom:35px;
    display:block;
    width:inherit !important;
    height:inherit !important;
}
.success-carousel-control .fa{
    color:#fff;
    font-size:22px;
}
#carousel-success .leftSucc{
    left:7px;
}
#carousel-success .rightSucc{
    right:7px;
}

/* partners */
#partners{
    padding:40px 0;
    margin:0;
    list-style:none;
}
#partners .thumbnailP{
    display:inline-block;
    margin:0;
}
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 5px;
}
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #ff8000;
}


footer{
    /*min-height:600px;*/
    background:#eee url(../images/footer-bg.jpg) no-repeat top center;
    background-size:cover;
}
footer h2{
    margin:0;
    padding:0;
    position:relative;
    /*border-bottom:1px solid #ef7f1a;*/
    width:100%;
}
footer h2 span{
    position:absolute;
    top:-16px;
    left:calc(50% - 110px);
    color:#000;
    padding:0 15px;
    /*background:#eee;*/
    font-size:30px;
    line-height:28px;
    text-align:center;
}
.foo-content{
    padding:50px 0;
    background: rgba(0,0,0,0.6);
    width:100%;
}
.foo-logo{
    margin-bottom:35px;
}
.stores a{
    margin:0 5px 0 0;
}
.stores p{
    font-family: 'PFDinDisplayPro-Light', sans-serif;
    font-size:15px;
    color:#fff;
    margin:20px 0 0 0;
}
#foo-search form{
    margin:0;
    padding:0;
}
#foo-search .input-group{
    width:35%;
    position:relative;
    margin:20px 0 40px 0;
    float:right;
}
#foo-search .form-control{
    background:#323232;
    border:1px solid #1f1f1f;
    color:#fff;
    font-size:13px;
    font-family: 'PFDinDisplayPro-Regular', sans-serif;
    border-radius: 15px;
    height:30px;
    padding-right:40px;
    padding-left:15px;
}
#foo-search .form-control:focus{
    outline:none;
    box-shadow:none;
    transition: all .5s;
}
#foo-search .input-group-btn{
    position:absolute;
    z-index:2;
    top:-2px;
    right:3px;
}
#foo-search .foo-search-btn{
    background:none;
    border:none;
    outline:none;
}
#foo-search .foo-search-btn i{
    color:#ff8000;
    outline:none;
}
.foo-content .address{
    font-size:16px;
    font-family:'PFDinDisplayPro-Light', sans-serif;
    color:#fff;
    padding:0 0 0 10px;
}
.foo-content .links a{
    font-size:18px;
    font-family:'PFDinDisplayPro-Light', sans-serif;
    color:#fff;
    margin:0 0 2px 0;
    display:table;
    line-height:24px;
}
.foo-content .links a:hover{
    text-decoration:underline;
    color:#ff8000;
}
.foo-contacts span{
    color:#fff;
    font-size:20px;
    font-family:'PFDinDisplayPro-Light', sans-serif;
    margin:0 0 2px 0;
    display:block;
    line-height:28px;
}
.foo-contacts span i{
    margin: 0 15px 0 0;
}
.foo-social{
    margin:20px 0 0 0;
}
.foo-social a{
    margin:0 15px 0 0;
}
.foo-social a i{
    color:#fff;
    font-size:20px;
}
.foo-social a:hover i{
    color:#ff8000;
}
.developer{
    width:220px;
    margin:40px 0 20px 0;
}
.developer span{
    display:block;
    margin:8px 10px 0 0;
    float:left;
    font-family:'PFDinDisplayPro-Light', sans-serif;
    color:#fff;
}
.developer a{
    display:block;
    margin:0 10px 0 0;
    float:left;
}

.fooBotBlks{
    margin-bottom:20px;
}

.flexslider{
    position:relative;
}
.flex-caption{
    left: 50%;
    transform: translateX(-50%);
    bottom:50px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
    position:absolute;
    font-family: 'PFDinDisplayPro-Medium', sans-serif;
    padding: 13px 25px;
    background:#fd8004;
    border-radius: 50px;
    text-transform: uppercase;
    display:block;
    border: 2px solid #fff;
    transition: background .5s;
}
.flex-caption:hover{
    color: #fff;
    text-decoration:none;
    background: #ffb600;
}

header .topMobBlk{
    display:none;
}
.col-mb-20{
    margin-bottom: 20px;
}

/* the tasty burger */
.burger-menu {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display:none;
    right:15px;
    top:12px;
    z-index:21;
}
.burger {
    position: absolute;
    background: rgba(255,128,0,1);
    width: 30px;
    height: 5px;
    top: 50%;
    right: 0px;
    margin-top: -5px;
    opacity: 1;
}
.burger::before {
    position: absolute;
    background: rgba(255,128,0,1);
    width: 30px;
    height: 5px;
    top: 10px;
    content: "";
    display: block;
}
.burger::after {
    position: absolute;
    background: rgba(255,128,0,1);
    width: 30px;
    height: 5px;
    bottom: 10px;
    content: "";
    display: block;
}
.burger::after, .burger::before, .burger {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.burger-menu.menu-on .burger::after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0px;
}
.burger-menu.menu-on .burger::before{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0px;
}
.burger-menu.menu-on .burger{
    background: rgba(111,111,111,.0);
}
.burger-menu-blk{
    display:none;
    position:absolute;
    top:42px;
    left:0;
    padding:25px;
    background: rgba(255,255,255,0.93);
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .5);
    z-index:20;
    width:100%;
}
.table-responsive2{
    display:none;
}

/* mob menu*/
.mobMLink{
    display:block;
    float:left;
    margin: 0 10px 20px 0;
    font-size: 20px;
    color: #222;
    border-bottom:1px solid rgba(0,0,0,0);
    line-height: 18px;
    font-family:'PFDinDisplayPro-Medium', sans-serif;
}
.mobMLink:hover{
    border-bottom:1px solid #222;
    text-decoration:none;
    color: #222;
}
.mobMenui{
    cursor:pointer;
    margin:0;
    display:block;
    float:left;
}
.mobMenui:hover{
    color:rgba(255,128,0,1);
}
.mobMenui i{
    font-size:18px;
    font-weight:bold;
}
.mMCh{
    display:none;
    padding: 0 0 0 20px;
    list-style: none;
}
.mMCh h4{
    font-size:16px;
    font-family:'PFDinDisplayPro-Bold', sans-serif;
    margin:0 0 5px 0;
    display:block;
    color:#222;
}
.mMCh h4 a{
    color:#ff8000;
}
.mMCh ul{
    display:block;
    padding: 0 0 0 20px;
    list-style: none;
    margin:0 0 20px 0;
}
.mMCh ul a{
    color:#222;
    font-family: 'PFDinDisplayPro-Regular', sans-serif;
}
.mMCh ul a:hover{
    color:rgba(255,128,0,1);
}

.contentImage{
    position:relative;
}
.contentImage img{
    width:100%;
}
.contentImage .contentImageTitle{
    width:100%;
    height:100%;
    position:absolute;
    z-index:10;
    top:0;
    left:0;
}
.contentImage h1{
    font-family: 'PFDinDisplayPro-Bold', sans-serif;
    font-size:60px;
    text-transform:uppercase;
    line-height:64px;
    color:#fff;
    width:570px;
    margin:120px 0 0 0;
    text-shadow: 1px 1px #000000;
}
.mainBody{
    padding:40px;
    background:#fff;
    border-radius:10px;
    min-height:600px;
    font-size:16px;
    margin:30px 0 0;
}
.mtMinus{
    margin-top:-50px;
}
.mainBody .breads{
    margin:0 0 40px 0;
    font-size:16px;
    color:#b83970;
}
.mainBody .breads a{
    margin:0 10px 0 0;
    color:#b83970;
    text-decoration:none;
    border-bottom:1px solid rgba(0,0,0,0);
}
.mainBody .breads a:hover{
    color:#b83970;
    text-decoration:none;
    border-bottom:1px solid rgba(184,57,112,0.5);
}
.mainBody .breads span{
    margin:0 10px 0 0;
    color:#000;
}
.mainBody .breads span i{
    font-size:16px;
    color:#000;
}
.mainBody p{
    margin:10px 0;
    font-family: 'PFDinDisplayPro-Regular', sans-serif;
    font-size:16px;
    color:#000;
}
.mainBody h1{
    margin:0 0 20px 0;
    font-family: 'PFDinDisplayPro-Bold', sans-serif;
    font-size:33px;
    color:#000;
}
.mainBody h2,
.mainBody h3
{
    margin:15px 0;
    font-family: 'PFDinDisplayPro-Regular', sans-serif;
    font-size:20px;
    color:#000;
}
.mainBody a{
    font-family: 'PFDinDisplayPro-Regular', sans-serif;
    font-size:16px;
    color:#ff8000;
    text-decoration:none;
    border-bottom:1px solid rgba(0,0,0,0);
}
.mainBody a:hover{
    color:#ff8000;
    text-decoration:none;
    border-bottom:1px solid rgba(255,128,0,0.5);
}
.mainBody ul,
.mainBody ol{
    padding: 0 0 0 20px;
    margin:10px 0;
}
.mainBody ul li,
.mainBody ol li{
    font-family: 'PFDinDisplayPro-Regular', sans-serif;
    font-size:16px;
    list-style-type: none;
    padding-left: 25px;
    padding-bottom: 10px;
    position: relative;
}
.mainBody ul li:before,
.mainBody ol li:before {
    content: "\2014\0020";
    padding-right: 5px;
    position: absolute;
    top: 0;
    left: 0;
    color:#ff8000;
}

.mainBody ul.pagination{
    padding:0;
    margin:0;
}
.mainBody ul.pagination li{
    padding:0;
}
.mainBody ul.pagination li:before{
    content:"";
    padding:0;
}

.pr-40{
    padding-right:40px;
}

#sub-element-1,
#sub-element-2,
#sub-element-3{
    display:none;
}

/* someList list */
#someList .column div {
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
}
#someList .column div span {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
    display: block;
    width: 290px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 36px;
    line-height:40px;
    font-family: 'PFDinDisplayPro-Medium', sans-serif;
    transition: .3s ease-in-out;
    text-shadow: 1px 1px #000000;
}
#someList figure a{
    width:100%;
}
#someList figure a:hover{
    border:none;
}

/* Zoom In */
#someList .hover10 figure {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#someList .hover10 figure img {
    transform: scale(1);
    transition: .3s ease-in-out;
    width:100%;
}
#someList .hover10 figure:hover img {
    transform: scale(1.3);
}

/* Opacity #1 */
#someList .hover11 figure {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius:15px;
}
#someList .hover11 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width:100%;
}
#someList .hover11 figure:hover img {
    opacity: .5;
}

/* Opacity #2 */
#someList .hover12 figure {
    background: #ffb162;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius:15px;
}
#someList .hover12 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width:100%;
}
#someList .hover12 figure:hover img {
    opacity: .5;
}

/* Shine */
#someList .hover13 figure {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius:15px;
}
#someList .hover13 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, .3) 100%
    );
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, .3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
#someList .hover13 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
#someList .hover13 figure img {
    width:100%;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Flashing */
#someList .hover14 figure {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius:15px;
}
#someList .hover14 figure img {
    width:100%;
}
#someList .hover14 figure:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

.newsListBlk .column{
    min-height: 350px;
}
.newsListBlk .newsListTitle{
    border: none;
    font-size: 20px;
    line-height:22px;
    display:block;
    margin:10px 0 0 0;
}
.newsListBlk .newsListTitle:hover{
    text-decoration:underline;
    border:none;
}
.newsListBlk p{
    font-size: 15px;
    color:#7d7d7d;
    margin: 5px 0 35px 0;
    display: block;
}

.newsListBlk ul ,
.newsListBlk ol,
.newsListBlk ul li,
.newsListBlk ol li
{
    margin:0;
    padding:0;
}
.newsListBlk ul li:before, .newsListBlk ol li:before {
    content: "";
}

.pagination>li>a, .pagination>li>span {
    color: #3a3a3a;
    font-size: 14px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #ff8000;
    border-color: #ff8000;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #3a3a3a;
}
/* end someList list */

.vacancyLinkList{ margin:0 0 15px 0;}
.vacancyLinkList span{ margin:0 10px 0 0; font-size:15px; color:#4e4e4e;}
.vacancyLinkList a{ font-size:17px;}

.ns_pos{
    font-size: 22px;
    line-height: 24px;
    display: block;
    margin: 0 0 15px 0;
    font-family: 'PFDinDisplayPro-Bold', sans-serif;
    color: #292929;
}

.detailImage{
    display:block;
    margin:0 0 15px 0;
}

.reviewModalTitle{
    font-size:20px;
    text-align:center;
    margin-bottom:15px;
}
.modal-body p{
    margin:5px 0;
    font-size:16px;
    font-family:'PFDinDisplayPro-Light', sans-serif;
}
.humoForm label{
    font-weight: normal;
    font-family:'PFDinDisplayPro-Regular', sans-serif;
    font-size:15px;
}
.humoForm .help-block {
    font-size:13px;
    margin-top: 0px;
}
.humoForm .form-control:focus {
    border-color: #ff8000;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.humoForm .btn-primary {
    color: #fff;
    background-color: #ff8000;
    border-color: #fb850e;
}
.humoForm .btn-primary:hover {
    background-color: #ffb600;
}
.modal-header {
    border-bottom: none;
}
.humo-modal .close {
    color: #000;
    opacity: 1;
}
.humo-modal .close:focus, .close:hover {
    color: #000;
    opacity: 1;
}
.humo-modal .modal-body{
    padding: 0 30px 30px 30px;
}
.humo-modal .contact-us-links a{
    border-radius: 20px;
    padding: 10px 30px;
    height: 40px;
    font-size: 18px;
    outline: none;
    color: #ff8000;
    text-align:center;
    display:block;
}
.humo-modal .contact-us-links a:hover{
    text-decoration: none;
    color: #838D8F;
}
.humo-modal .contact-us-links span{
    color: #838D8F;
    padding-top: 15px;
    text-align: center;
    display: block;
    font-size: 18px;
}

.humoDocs .hrefimages {
    display: block;
    min-height: 45px;
    padding-left: 50px;
    position: relative;
    border-bottom: none !important;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    padding-top: 0;
}
.humoDocs .hrefimages > span { font-size:13px;}
.humoDocs .hrefimages:after {
    display:block;
    content:"";
    position:absolute;
    top: 0; left: 0;
    width: 40px;
    height: 47px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.humoDocs .hrefimages[href$="doc"]:after,
.humoDocs .hrefimages[href$="docx"]:after {background-image:url('../images/icon_doc.png');}
.humoDocs .hrefimages[href$="pdf"]:after {background-image:url('../images/icon_pdf.png');}
.humoDocs .hrefimages[href$="xls"]:after,
.humoDocs .hrefimages[href$="xlsx"]:after {background-image:url('../images/icon_xls.png');}
/*
.humoDocs .hrefimages[href$="zip"]:after {background-image:url('../images/icon_zip.png');}
.humoDocs .hrefimages[href$="rar"]:after {background-image:url('../images/icon_rar.png');}
*/
.humoDocs .hrefimages[href$="ppt"]:after,
.humoDocs .hrefimages[href$="pps"]:after,
.humoDocs .hrefimages[href$="pptx"]:after {background-image:url('../images/icon_ppt.png');}
/*
.humoDocs .hrefimages[href$="tif"]:after,
.humoDocs .hrefimages[href$="tiff"]:after {background-image:url('../images/icon_tif.png');}
.humoDocs .hrefimages[href$="rtf"]:after {background-image:url('../images/icon_rtf.png');}
*/

.docSection .panel-primary:last-child{ margin-bottom:40px;}
.panel-primary { border-color: #b83970;}

#some-btn .btn-hm{
    font-size: 15px;
    color: #000;
    font-family: 'PFDinDisplayPro-Medium', sans-serif;
    padding: 10px 15px;
    border: 2px solid #fd8004;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    margin:0 20px 0 0;
}
#some-btn .btn-hm:hover{
    text-decoration: none;
    background-color: #fd8004;
    color: #fff;
}

#map_canvas{
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 4;
    display:inline-block;
}

.maptable{
    margin:50px 0 0 0;
    display:inline-block;
}

.bankOperTd{
    text-align:center;
    vertical-align:middle !important;
}
.bankOperTd i{
    font-size:14px;
}
.map-responsive {
    width: 100%;
    overflow: hidden;
    padding:50px 0 0 0;
    position: relative;
}

#bstr{
    margin:15px 0;
}
#bstr .mask{
    position: relative;
    left: 0;
    top: 0;
    width:100%;
    overflow: hidden;
}
#bstr ul {
    position: relative;
    right: -1000px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#bstr ul li {
    float: left;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size:14px;
}
#bstr ul a {
    white-space: nowrap;
    padding: 0;
    color: #000;
    margin: 0 50px 0 0;
    text-decoration: none;
}
#bstr ul span {
    margin: 0 10px 0 0;
    color: #ff8000;
    font-size:12px;
}

.sRes h3{
    color: #b83970;
    font-size: 22px;
}
.sRes p a{
    font-size: 17px;
}
.searchResTitle span{
    color: #b83970;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    header {
        padding:0 0 15px 0;
    }
    header .phone,
    header .btn-ib,
    header .lang{
        display:none;
    }
    header .topMobBlk{
        display:block;
        padding:5px 30px;
        background:#b83970;
        color:#fff;
        margin:0 0 25px 0;
    }
    header #top-menu li:last-child{
        margin: 0;
    }
    header .headBlk .menuChildBlk {
        position: absolute;
        top: 87px;
    }
    header #top-menu i.element-arrow {
        bottom: -34px;
    }
    header .headBlk .menuChildBlk {
        left: 0px;
    }
    header .headBlk .menuChildBlk {
        padding: 20px 20px 10px;
    }
    .tmb_phone{
        display:block;
        float:left;
        margin:0 20px 0 0;
        color:#fff;
        font-size:14px;
        font-family:'PFDinDisplayPro-Light', sans-serif;
    }
    .tmb_ib{
        display:block;
        float:left;
        color:#fff;
        font-size:14px;
        font-family:'PFDinDisplayPro-Light', sans-serif;
    }
    .tmb_ib:hover{
        color:#fff;
    }
    .tmb_lang{
        display:block;
        float:right;
        margin:0;
    }
    .tmb_lang a{
        color:#fff;
        font-size:14px;
        font-family:'PFDinDisplayPro-Light', sans-serif;
        margin:0 2px;
    }
    .tmb_lang a:hover{
        color:#fff;
    }
    header #top-menu {
        float: right;
    }
    header .container{
        margin:0 15px;
        width:calc(100% - 30px);
    }
    .creditCalcLink i,
    .depozitCalcLink i,
    .zaymLink i,
    .feedbackLink i
    {
        font-size: 28px;
        top: 32px;
    }
    .creditCalcLink span,
    .depozitCalcLink span,
    .zaymLink span,
    .feedbackLink span
    {
        font-size: 18px;
        max-width:95px;
    }
    .contentImage h1{
        font-size:50px;
        line-height:60px;
        margin:70px 0 0 0;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {
    .newsBlockBody .newsBlk img{
        margin:23px 0 0 0;
    }
    .newsBlockBody .newsBlk .newsTitle{
        font-size:14px;
        line-height: 18px;
    }
    .newsBlockBody .newsBlk .newsBlockInfo span,
    .newsBlockBody .newsBlk .newsBlockInfo a{
        font-size:14px;
    }
    .creditCalcLink i ,
    .depozitCalcLink i,
    .zaymLink i,
    .feedbackLink i{
        font-size: 26px;
    }
    .creditCalcLink span,
    .depozitCalcLink span,
    .zaymLink span,
    .feedbackLink span{
        font-size: 18px;
        width:110px;
        display:block;
    }
    .stores a img{
        width:90px;
    }
    .information-blocks .kursBlock .section-tabs .tab-content {
        padding: 25px;
    }
    .information-blocks .kursBlock .kursBlockBody .kursHead div ,
    .information-blocks .kursBlock .kursBlockBody .kursBody div {
        min-width: 85px;
        font-size: 16px;
    }
    .contentImage h1{
        font-size:40px;
        line-height:50px;
        width:570px;
        margin:60px 0 0 0;
    }
    #someList .column div span {
        font-size: 30px;
        line-height:36px;
    }
    .flex-caption{
        bottom:20px;
        font-size: 12px;
        line-height: 16px;
        padding: 10px 16px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .information-blocks .kursBlock{
        margin-bottom:40px;
    }
    .information-blocks .kursBlock .kursBlockBody .kursHead div{
        font-size:14px;
        min-width:80px;
    }
    .information-blocks .kursBlock .kursBlockBody .kursBody div span{
        font-size:14px;
    }
    .information-blocks .kursBlock .kursBlockBody .kursBody div{
        font-size:14px;
        min-width:80px;
    }
    .newsBlockBody .newsBlk img {
        margin: 10px 0 0 0;
    }
    .newsBlockBody .newsTitle{
        padding: 10px 20px 5px 20px;
    }
    header .headBlk .menuChildBlk a {
        margin: 0 0 12px 0;
        line-height: 14px;
    }
    #partners .thumbnailP {
        display: table;
        margin: 0 auto;
    }
    #someList .column div span {
        font-size: 28px;
        line-height:32px;
    }
    .prtblks{
        display:none;
    }
    .flex-caption{
        bottom:20px;
        font-size: 12px;
        line-height: 16px;
        padding: 10px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .kursBlock{
        margin:0 0 20px 0;
    }
    .kursHUMO{
        margin:0 0 30px 0;
    }
    .information-blocks .kursBlock .kursBlockBody h2{
        font-size:26px;
        margin:0 0 10px;
    }
    .information-blocks .kursBlock .kursBlockBody .kursHead{
        min-height: 36px;
    }
    .newsBlockBody .newsTitle{
        padding: 45px 20px 5px 20px;
    }
    .newsBlockBody .newsBlk img {
        margin: 23px 0 20px 0;
    }
    .smallBlks .sbImg img {
        width: 100%;
    }
    header #top-menu{
        display:none;
    }
    .information-blocks {
        padding: 40px 0 30px;
    }
    .burger-menu {
        display:block;
    }
    #foo-search .input-group-btn {
        right: 30px;
    }
    .smallBlks .orange,
    .calcBlks,
    .smallBlks .pink{
        min-height:380px;
    }
    .burger-menu-blk{
        display:none;
    }
    .information-blocks .kursBlock .kursBlockBody .kursHead {
        border-bottom: none;
    }
    .pr-40{
        padding-right:0px;
    }
    .contentImage {
        display: none;
    }
    .mainBody{
        margin-top:0px;
    }
    .smallBlks .orange,
    .calcBlks,
    .smallBlks .pink{
        min-height:390px;
    }
    .mainBody .breads{
        margin: 0 0 20px 0;
    }
    .mainBody .breads,
    .mainBody .breads span i
    {
        font-size: 14px;
    }
    .mainBody h1{
        font-size: 28px;
    }
    #someList  figure img {
        width:100%;
    }
    #someList .column div span {
        font-size: 32px;
        line-height:34px;
    }
    .detailImage img{
        width:100%;
        height:auto;
    }
    .flex-caption{
        bottom:10px;
        font-size: 12px;
        line-height: 14px;
        padding: 10px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #foo-search .input-group{
        width:100%;
        margin: 20px 0 0px 0;
    }
    #foo-search .input-group-btn {
        right: 30px;
    }
    .stores a img {
        width: 120px;
    }
    #foo-search form{
        border:none;
    }
    .foo-content .address {
        padding: 0;
    }
    .smallBlks .sbImg img {
        width: 100%;
    }
    #partners .thumbnailP {
        display: inline-block;
        margin: 0;
    }
    .smallBlks .col-xs-6 {
        width: 100%;
        clear:both;
    }
    .smallBlks .orange,
    .smallBlks .pink{
        min-height:420px;
    }
    .table-responsive1{
        display:none;
    }
    .table-responsive2{
        display:block;
    }
    #converValut .form-control {
        width: 100%;
        margin: 0 0 5px 0;
    }
    .chgCurrency {
        padding: 0;
        width: 15%;
        display: table;
        margin: 0 auto;
    }
    .acctoNBT {
        margin: 0 0 10px 0;
        font-size: 16px;
    }
    .information-blocks .kursBlock .kursBlockBody .kursHead {
        border-bottom: 1px solid #f9cca3;
    }
    .mainBody h1{
        font-size: 25px;
    }
    #someList .column div span {
        font-size: 22px;
    }
    .newsListBlk .column{
        min-height:inherit;
    }
   
}

/* Extra Small Devices, Phones 2 */
@media only screen and (max-width : 320px) {
    .smallBlks .orange,
    .smallBlks .pink{
        min-height:330px;
    }
    .stores a img {
        width: 115px;
    }
    #partners .thumbnailP img{
        width:125px;
    }
    .smallBlks .blkinfo h4 {
        font-size: 22px;
        margin: 0 0 5px 0;
    }
    .smallBlks .blkinfo p {
        font-size: 14px;
    }
    .newsBlockBody .newsBlk .newsTitle {
        font-size: 12px;
        line-height: 16px;
    }
    .newsBlockBody .newsTitle {
        padding: 10px 20px 5px 20px;
    }
    .newsBlockBody .newsBlk .newsBlockInfo span, .newsBlockBody .newsBlk .newsBlockInfo a {
        font-size: 12px;
    }
    .newsBlockHead h2 {
        font-size: 24px;
    }
    .newsBlockHead a {
        font-size: 14px;
    }
    .newsBlockBody .newsBlk:last-child img {
        border-bottom-left-radius: 0;
    }
  
    .newsBlockBody .newsBlk img {
        margin: 23px 0 20px 8px;
    }
    .information-blocks .kursBlock .section-tabs .tab-content {
        padding: 20px;
    }
    .information-blocks .kursBlock .kursBlockHead .nav-tabs {
        left: 20px;
    }
    .information-blocks .kursBlock .kursBlockHead .nav-tabs>li.active>a {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        padding: 5px;
    }
    .information-blocks .kursBlock .kursBlockHead .nav-tabs>li>a {
        margin: 0 13px 0 0;
        font-size: 16px;
        padding: 5px 0 0 0;
    }
    .information-blocks .kursBlock .kursBlockBody h2 {
        font-size: 18px;
        margin: 0 0 5px;
    }
    .information-blocks .kursBlock .kursBlockBody .kursHead div span {
        font-size: 12px;
    }
    .information-blocks .kursBlock .kursBlockBody .kursHead div {
        font-size: 12px;
        min-width: 65px;
    }
    .information-blocks .kursBlock .kursBlockBody .kursBody div {
        font-size: 12px;
        min-width: 65px;
    }
    .kursHUMO {
        margin: 0 0 20px 0;
    }
    header .topMobBlk {
        padding: 10px 15px;
    }
    .tmb_ib,
    .tmb_lang {
        float:right;
    }
    header #logo img{
        width:130px;
    }
    .burger-menu {
        top: 6px;
    }
    .burger-menu-blk {
        top: 60px;
        padding: 25px;
    }
    #someList .column div span {
        font-size: 20px;
    }
}