/*
O software dent21
MP 29.7.21
*/


.about{
    background-image: url('../img/about_bg.jpg');
    /*background-size: auto 100%;*/
    background-size: 100% auto;
    font-size: 12px;
    font-family: Roboto;
}

.about .btn_about{
    width: 150px;
    float: right;
    position: relative;
    left: -150px;
    top: -5px;
}

.help_about.about .btn_about{
    left: 0px;
    top: -10px;
}

.btn_about a{
    color:#fff;
}

.btn_about a:hover{
    text-decoration: none;
}

#popup_about{
    display: none;
}

#popup_about .bClose{

    background-color: #3299e3;
    border-radius: 3px;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    font: bold 131% sans-serif;
    padding: 3px 7px 2px;
    position: absolute;
    right: -12px;
    text-align: center;
    text-decoration: none;
    top: -12px;
    background-color: var(--color-primary);
    opacity: 1;
}

.about .content{
    /*width: 490px;*/
    width: 700px;
    height: 500px;
}

.about .content.about_resitel{
   height: 600px;
}

.about .about_basic{
    display:flex;
    margin-top: 25px;
}

.about .about_left{
    padding-right: 15px;
    height: 70px;
    width: calc(50% - 15px);
    text-align: center;
    margin-top: 3px;
}

.about .about_right{
    padding-left: 15px;
    /*height: 85px;*/
    height: 75px;
    width: calc(50% - 15px);
    margin-top: 14px;
}

.about .about_right.about_right_resitel{
    margin-top: 4px;
    height: 85px;
}

.about img.logo{
    width: 81%;
    margin-top: -1px;
    text-align: center;
}

.about .basic_title{
    display: inline-block;
    color: #757575;
}

.about .basic_value{
    display: inline-block;
    color: #000;
    font-weight: bold;
}

.about .basic_value .no-b {
    font-weight: normal;
}

.about .basic_value .history {
    margin-left: 16px;
    position: relative;
    top: -2px;
}

.about .licence_row{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    padding-top: 17px;
    padding-bottom: 17px;
    position: relative;
    left: -16px;
    width: calc(100% + 32px);
    background: rgb(46,170,220);
    background: linear-gradient(90deg, rgba(46,170,220,1) 0%, rgba(22,161,158,1) 100%);

}

.about .licence_row .basic_title{
    display: block;
    color: #FFF;
    font-size: 14px;

}
.about .licence_row .basic_value{
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    
}

.about .licence_row .basic_value a{
     color: #FFF !important;
     
}

.about .about_modules{
    width: 100%;
    font-size: 11px;
    text-align: center;
}

.about .modules_title_main{
    font-weight: bold;
    font-size: 12px;
    color:#000;
    margin-bottom: 3px;
}

.about .modules_col .modules_title{
    display: inline-block;
    margin-right: 2px;
    color: #7D7D7D;
}

.about .modules_col .modules_value{
    display: inline-block;
    color:#000;
    font-weight: bold;
}


.about .modules_content{
    /*text-align: center;*/
}

.about .modules_col{
    display: inline-block;
    margin-right: -1px;
    margin-bottom: 2px;
    background-color: #FFF;
    border-radius: 3px;
    padding: 2px 3px 0px;
    font-size: 12px;
}

.about .modules_col a{
    color: #000;
}

.about .modules_col div{
    display: inline-block;
}

.about .close_btn{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0);
}

.about .btn_close_about{
    width: 100px;
    margin: 0px auto;
    background-color: var(--color-primary);
}

.about .btn_close_about:hover{
    background-color: var(--color-primary);
}

.about .ne{
    color:#000;
}

.about .ano{
    color: #006400;
}




.about .btn_about .mobile-visible {
    display: none;
}

.about .btn_about .desktop-visible {
    display: inline-block;
}

@media (max-width: 767px) {
    
    .about .btn_about {
        /*left: -20px;
        top: 35px;*/
        width: auto;
    }
    
    .about .btn_about .mobile-visible {
        display: inline-block;
    }

    .about .btn_about .desktop-visible {
        display: none;
    }
    
}











