.sidebar .body  .for-nav .tab .tab-body ul {
    padding: 0px 0px 0px 0px;
    width: 100%;
}
.sidebar .body  .for-nav .tab .tab-body li {
    
    padding: 0px 30px 0px 30px;
    margin: 0;
    list-style: none;
    background: none;
    
    text-align: left;
}

.sidebar .body  .for-nav .tab .tab-body ul a {
    display: block;

    cursor: pointer;
    margin-bottom: 2px;
    text-align: left;
    font-size: 13px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    position: relative;
    width: 100%;
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
    padding: 0px 15px 0px 48px;
}
.sidebar .body  .for-nav .tab .tab-body ul a:hover,
.sidebar .body  .for-nav .tab .tab-body ul a.active {
    
    background: #e51546;
    
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
       
}

.sidebar .body  .for-nav .tab .tab-body ul a i {
    position: absolute;
    left: 10px;
    top: 10px;
    display: none;
}
.sidebar .body  .for-nav .tab .tab-body ul a.active i {
    display: block;
}

.sidebar .body .inside .footer {
    height: 290px;
}

.sidebar .body .inside .footer .login-button {
    line-height: 28px;
    color: white;
    font-size: 12px;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    font-weight: 500;
    background-color: #50ae34;
    padding-left: 10px;
    padding-right: 10px;
    width: 85px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    position: relative;

    cursor: default;
}
.sidebar .body .inside .footer .login-button:hover .login-info{
    display: block;
}

.footer .logo {
    top: 10px;
    height: 100%;
    position: relative;
    margin-bottom: 28px;
    min-width: 324px;
    max-width: 324px;
    text-align: left;
}

.footer .logo svg {
    fill: #1db7f1;
    position: absolute;
    /*top: 24px;*/
    top: 70px;
    bottom: 0px;
    margin: auto;
    left: 20px;
    width: 42px;
}

.footer .logo .first {
    float: left;
    padding-left: 85px;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 24px;
    width: 100%;
    margin-top: 0px;
    margin: 0px auto;
    line-height: 1;
    opacity: 1;
}

.footer .logo .sec {
    float: left;
    padding-left: 85px;
    color: #1db7f1;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px auto;
    line-height: 1;
    opacity: 1;
}

.footer .logo .subtext {
    float: left;
    padding-left: 85px;
    padding-top: 2px;
    color: #808284;
    font-family: cambria;
    font-weight: 500;
    width: 100%;
    font-size: 10px;
}

.showhide-content{
    padding-top: 30px;
}
.content.list-detail .article{
    margin-top: 75px;
}
select.form-control:not([size]):not([multiple]){
    height: 44px;
}
.sidebar .header .search:before{
    display: none;
}
.search-icon{
    position: absolute;
    left: 22px;
    top: 0px;
    bottom: 0px;
    width: 14px;
    z-index: 100;
    height: 17px;
    margin: auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.search-icon svg{
    width: 100%;
    height: 100%;
}
.sidebar .body .inside .tab.open .tab-header .icon{
    color: #e51546;
}
.more-info .list-detail .article .pic-wrap img{
    max-width: none;
}

/* vyber jazyka */
.sidebar .language-wrapper{
    position: relative;
    height: 48px;
}
.sidebar .selected {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 6;
    padding-left: 2px;
    text-transform: uppercase;
    background-color: #464d55;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.sidebar .selected:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 48px;
    height: 48px;
    margin: auto;
    /*background: #5f6871 url(/images/arr-lang.png) 50% 50% no-repeat;*/
}
.sidebar .selected span {
    float: left;
    width: calc(100% - 70px);
    text-align: left;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}
.sidebar .lang-nav {
    position: absolute;
    height: auto;
    top: 100%;
    left: 0px;
    background: #222222;
    display: none;
    transition: 0s;
    z-index: 999;
    width: 100%;
}
.sidebar .lang {
    float: left;
    width: 100%;
    height: 35px;
    position: relative;
    cursor: pointer;
    background-color: #464d55;
}
.sidebar .lang:hover span{
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #e51546;
}
.sidebar .lang-nav span {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 100%;
    text-align: left;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
    color: white;
}
.sidebar .language-wrapper.dark .selected{
    background-color: #222222;
}
.sidebar .language-wrapper.dark .selected:after{
    background: #464d55;
    color: #ffffff;
    transform: rotate(90deg);
    line-height: 48px;
    font-size: 13px;
}
.sidebar .language-wrapper.dark .lang{
    background-color: #222222;
}
.sidebar .body .inside .tab .tab-header .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    height: 32px;
}
.sidebar .body .inside .tab .tab-header .icon svg{
    fill: #00B9FF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sidebar .body .inside .tab.open .tab-header .icon svg,
.sidebar .body .inside .tab .tab-header:hover .icon svg{
    fill: #e51546;
}
.more-info .list-detail{
    text-align: left;
}
.more-info .list-detail .wrap{
    width: 100%;
    max-width: 100%;
}
.more-info .list-detail .structure-site h2{
    margin-top: 0;
}
.more-info .list-detail .structure-include-block form{
    margin-top: 30px;
}

.more-info .list-detail .nav > li {
    position: relative;
    display: block;
}
.more-info .list-detail .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.more-info .list-detail .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.more-info .list-detail .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.more-info .list-detail .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}
.more-info .list-detail .nav-tabs > li.active > a,
.more-info .list-detail .nav-tabs > li.active > a:focus,
.more-info .list-detail .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.more-info .list-detail .mycustom-nav .nav li a {
    color: #1a2226;
    border-radius: 0px;
}
.more-info .list-detail .mycustom-nav .nav li.active a {
    color: #5d6061;
}
.more-info .list-detail .mycustom-nav .tab-content .tab-pane a.faq-item{
    font-size: 14px;
}
.more-info .list-detail .mycustom-nav .tab-content .structure-content-block{
    margin-top: 10px;
}
.more-info .list-detail .detail-right ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.more-info .list-detail .detail-right ul li{
    padding-left: 15px;
}
.more-info .list-detail .detail-right ul li:before{
    content: '';
    background-image: url(/images/arrow-text.jpg);
    width: 5px;
    height: 8px;
    position: absolute;
    margin-left: -15px;
    margin-top: 5px;
}

.sidebar .header .submit {
    z-index: 1;
    position: relative;
}
.sidebar .header .submit:hover{
    opacity: 1;
    background: rgba(229,21,70,0.8);
}
.sidebar .header .search {
    z-index: 0;
}

.sidebar .header .submit:hover .login-info {
    display: block;
    z-index: 1000;
    right: 20px;
}

.sidebar-search-form{
    position: relative;
}

.search-info{
    position: absolute;
    top: calc(100% + 5px);
    right: 50px;
    padding: 5px 15px;
    color: #ffffff;
    background: rgba(229,21,70,1);
    white-space: nowrap;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: 100;
}
.search-info:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(229,21,70,1);;
}

.width-full {
    width: 100%;
}

.form-clear {
    display: block; 
    
}
.form-clear i {
    color: #e51546;
    font-size: 20px;
    line-height: 47px;
}

@media (max-width: 768px) {
    .nomobile{
        display: block;
    }
    .mobile{
        display: none;
    }
}
@media (max-width: 560px) {
    .more-info .list-detail .article .pic-wrap{
        height: auto;
    }
    .more-info .list-detail .article .pic-wrap img{
        min-width: 100%;
        max-width: 100%;
        min-height: 0;
    }
}

@media (max-width: 459px) {
    .content.list-detail .list-box .send-question{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}