@font-face {
    font-family: 'neosanspro_regular';
    src: url('../fonts/NeoSansProCyr-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neosanspro_bold';
    src: url('../fonts/NeoSansProCyr-Bold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neosanspro_medium';
    src: url('../fonts/NeoSansProCyr-Medium.otf');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
} 

html, body {margin:0; padding:0; height: 100%; width:100%;}

body {
    font: 18px/24px  "neosanspro_regular", arial, verdana, sans-serif;
    color: #000;
    /*overflow: hidden;*/
}

a {
    text-decoration: none;  
    color: #f3b200;
}
a:hover{
    color: #fddc03; 
    text-decoration: none;
}
a:focus {
    text-decoration: none;
    border: none;
    color: #f3b200;
}

img {
    border:none;
    max-width: 100%;
    height: auto;
}

ul {list-style: none;}  

h1 {
    padding: 20px 0;
    font: 60px/64px  "neosanspro_regular", arial, verdana, sans-serif;
    color: #000;
}

/* Header */
.mobile-header-wrap {
    background: url('../img/mobile-header-background.png') no-repeat center center;
    background-size: cover;
}
.mobile-pages-wrap {
    background-color: #235e86;
    background: url('../img/mobile-bg.png') no-repeat 0 0;
    background-size: cover;
}


#mobile-header {
    max-height: 140px;
    padding: 30px 5%;
}
#mobile-header .logo img {
    float: left;
}
#mobile-header .lang {
    
}

.lang {
    float: right;
    width: 50px;
    position: relative;
    margin: -15px 0 0 0;
    z-index: 10;
    padding: 5px 10px 0;
}
.lang:after {
    top: 7px;
    left: 10px;
    content: ' ';
    display: block;
    position: absolute;
    width: 9px;
    height: 6px;
    background: url("../img/arrow.png") right 0 no-repeat;
    z-index: 5;
}
.lang  ul{
    margin: 0;
}
.lang.active-lang{
    background: #15547F;
    border-radius: 5px;
}
.lang  ul li{
    font-size: 14px;
    padding: 0 0 8px;
    display: none;
}
.lang  ul li.active{
    display: block;
}
.lang  ul li a{
    display: block;
    color: #fff;
    width: 35px;
    height: 10px;
    text-indent: -9999px;
    outline: none;
    z-index: 10;
    position: relative;
    padding: 0px 0 0 20px;
}
.lang  ul li a.en{
    background: url("../img/gb.png") 20px 0 no-repeat;
    background-size: auto 10px;
}
.lang  ul li a.de{
    background: url("../img/de.png") 20px 0 no-repeat;
    background-size: auto 10px;
}
.lang  ul li a.lt{
    background: url("../img/lt.png") 20px 0 no-repeat;
    background-size: auto 10px;
}
.lang  ul li a.ru{
    background: url("../img/ru.png") 20px 0 no-repeat;
    background-size: auto 10px;
}
.lang  ul li a.cz{
    background: url("../img/cz.png") 20px 0 no-repeat;
    background-size: auto 10px;
}
.lang  ul li a.es{
    background: url("../img/es.png") 20px 0 no-repeat;
    background-size: auto 10px;
}
.lang  ul li a.pl{
    background: url("../img/pl.png") 20px 0 no-repeat;
    background-size: auto 10px;
}
.lang  ul li a.fr{
    background: url("../img/fr.png") 20px 0 no-repeat;
    background-size: auto 10px; 
}

#mobile-header a.menu {
    display: block;
    background: url('../img/mobile-menu-button.png') no-repeat 0 0;
    float: right;
    width: 61px;
    height: 48px;
    z-index: 1000000000000;
    cursor: pointer;
    display: none;
}

/* Content styling */
#mobile-pages {
    position: relative;
    display: none;
}
#mobile-content {
    min-height: 200px;
    color: white;
    padding: 50px 5% 0;
}
#mobile-content .panel .panel-heading h4 {
    font: 36px/1 'neosanspro_bold';
    color: #fff;
    padding: 0 0 30px;
    margin: 0;
    text-transform: uppercase;
}
#mobile-content h4 a {
    color: #fff;
}
#mobile-content h4 a.active {
    color: #fddc03;
}
#mobile-content #links .nav-tabs {
    margin-bottom: 20px;
}
#mobile-content .menu-button a {
    display: block;
    height: 45px;
    background: #fad602;
    padding: 16px;
    text-align: center;
    border-radius: 15px;
    vertical-align: middle;
    color: #bb8c40;
    font: 14px/1 'neosanspro_bold';
    text-transform: uppercase;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(192,138,0,1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(192,138,0,1);
    box-shadow: 0px 4px 0px 0px rgba(192,138,0,1);
    background: rgba(253,220,3,1);
    background: -moz-linear-gradient(top, rgba(253,220,3,1) 0%, rgba(243,200,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,220,3,1)), color-stop(100%, rgba(243,200,0,1)));
    background: -webkit-linear-gradient(top, rgba(253,220,3,1) 0%, rgba(243,200,0,1) 100%);
    background: -o-linear-gradient(top, rgba(253,220,3,1) 0%, rgba(243,200,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,220,3,1) 0%, rgba(243,200,0,1) 100%);
    background: linear-gradient(to bottom, rgba(253,220,3,1) 0%, rgba(243,200,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddc03', endColorstr='#f3c800', GradientType=0 );
}
#mobile-content .menu-button a.active {
    height: 45px;
    background: #34344a;
    border-radius: 15px;
    color: #fddc03;
    font: 14px/1 'neosanspro_bold';
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#mobile-content .buttons .menu-button:last-child {
    padding-left: 5px;
}
#mobile-content .buttons .menu-button:nth-child(2) {
    padding-right: 2.5px;
    padding-left: 2.5px;
}
#mobile-content .buttons .menu-button:first-child {
    padding-right: 5px;
}
#mobile-content .content .video {
    margin-bottom: 50px;
}
#mobile-content .content .eks {
    margin-bottom: 50px;
}
#mobile-content .content .eks iframe  {
    min-height: 270px;
    margin-bottom: 15px;
}
#mobile-content .content .gallery {
    margin-bottom: 50px;
}

#mobile-content #links .panel,
#mobile-content #links .panel .panel-heading,
#mobile-content #links .panel .panel-body,
#mobile-content #links .nav-tabs {
    background: none;
    border-radius: none;
    border: none;
    padding: 0;
    box-shadow: none;
}

#mobile-content #links .nav-tabs>li>a {
    display: block;
    height: 45px;
    background: #fad602;
    padding: 16px 12px;
    text-align: center;
    border-radius: 15px;
    vertical-align: middle;
    color: #bb8c40;
    font: 14px/1 'neosanspro_bold';
    text-transform: uppercase;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(192,138,0,1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(192,138,0,1);
    box-shadow: 0px 4px 0px 0px rgba(192,138,0,1);
    background: rgba(253,220,3,1);
    background: -moz-linear-gradient(top, rgba(253,220,3,1) 0%, rgba(243,200,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,220,3,1)), color-stop(100%, rgba(243,200,0,1)));
    background: -webkit-linear-gradient(top, rgba(253,220,3,1) 0%, rgba(243,200,0,1) 100%);
    background: -o-linear-gradient(top, rgba(253,220,3,1) 0%, rgba(243,200,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,220,3,1) 0%, rgba(243,200,0,1) 100%);
    background: linear-gradient(to bottom, rgba(253,220,3,1) 0%, rgba(243,200,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddc03', endColorstr='#f3c800', GradientType=0 );
}
#mobile-content #links .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    height: 45px;
    border: none;
    background: #34344a;
    border-radius: 15px;
    color: #fddc03;
    font: 14px/1 'neosanspro_bold';
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#mobile-content #links .nav-tabs > li > a,
#mobile-content #links .nav-tabs > li > a:hover {
    border: none;
}
#mobile-content #links .nav-tabs li {
    margin-right: 10px;
    margin-bottom: 10px;
}
#mobile-content #links .nav-tabs li:last-child {
    margin-right: 0px;
}

#mobile-menu-overlay {
    background: green;
    border: 1px solid green;
    width: 100%;
}
#menu-container {
    padding: 10px 5% 5px;
}
#menu-container ul li {
    display: inline;
    margin-right:10px;
}
#mobile-pages .page-content {
    margin-bottom: 15px;
}
#mobile-pages .page-content .close-button {
    position: absolute;
    top: -10px;
    right: 10px;
    width: 40px;
    height: 40px;
    float: right;
    background: url('../img/page-close.png') no-repeat 0 0;
}
.bx-wrapper .bx-viewport {
    border: none;
}


#mobile-content .catalog-content .number.act {
    border-color: #fddc03;
    color: #fddc03;
}
#mobile-content .catalog-content .number {
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    font-weight: bold;
    padding: 5px 0 0 12px;
    float: left;
    margin-left: 10px;
    color: #fff;
}

#toDesktop i {
    display: block;
    margin: 0 auto 3px;
    height: 26px;
    width: 29px;
    background: url("../img/phone-icons.png") no-repeat 0 0;
}
#toDesktop {
    display: inline-block;
    float: right;
    margin-right: 20px;
    width: 90px;
    color: #fff;
    font: 13px/1 'neosanspro_bold';
    text-align: center;
}
@media (max-width:360px) {
    #toDesktop {
        display: none;
    }
}
.content-block {
    padding: 0 0px 20px 0;
}
iframe.map{
    width: 100%;
    height: 430px;
    margin: 0 0 20px;
}

.content-block ul {
    list-style-type: disc;
    margin: 0 0 20px 20px;
}

.content-block p b ,
.content-block p strong {
    /*font-size: 24px*/
}

.content-block h2{
     padding: 15px 0 0 0;
 }

@media (max-width: 479px) {
    #mobile-content .panel .panel-heading h4 {
        font-size: 34px;
    }

    #mobile-content .panel .panel-heading h4 span {
        font-size: 20px;
    }
}

@media (max-width: 410px) {
    #mobile-content .panel .panel-heading h4 {
        padding: 0 0 23px;
    }
}