
:root{
    --font-alltext: Verdana, Geneva, sans-serif;  /* основний текст */
    --font-HHtext: Tahoma, Geneva, sans-serif;  /* заголовки */
}


li {
    margin: 5px 0; /*расстояние между пунктами по высоте*/
  }


h1, h2{
    text-align: center;

}



.ma_header_all{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: #ffffff;

}

.header_global{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: #ffffff;
}


.header{
    margin-left: 2%;
   /* margin-right: auto; */
    width: 20%;
}


.ma_header_right{
    margin-right: 5%;
   /* margin-right: auto; */
    width: 10%;

}


.shapka{
    display: block;
    /* margin-left: 2%; */
   /* margin-right: auto; */
    width: 100%;
}

.main_title{
    width: 100%;
    background-color: rgb(237, 237, 237);
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: var(--font-HHtext);

}

.main_uslugi{
    width: 100%;
    background-color: rgb(237, 237, 237);
    padding-top: 10px;
    padding-bottom: 10px;

}


.op_3{
    display: flex;
    flex-direction: row;

}

.op_img_icon{
    width: 20%;
}



.op{
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    flex-direction: column;
    /* align-items: center; */
    align-content: space-between;
    border:rgb(207, 207, 207) solid 2px;
    border-radius : 8px;
    margin-right: 1%;
    width: 70%;
    margin-left: 15%;
    padding: 8px;
    background-color: white;
    overflow-x: hidden;
}

.free_text{
    width: 70%;
    margin-left: 15%;
}

.main_div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 94%;
    margin-left: 3%;

}

.main_left{
    width: 15%;
    font-family: var(--font-alltext);
    font-size: 14px;
    background-color: #e2e2e2;

}

.main_right{
    width: 82%;
    font-family: var(--font-alltext);
    font-size: 16px;

}



.op2{
    width: 80%;
    /* border:rgb(0, 117, 49) solid 2px; */

}
  
.txt{
    text-indent: 2%;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
  
.bt{
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    font-family: var(--font-alltext);
    /* border: 1px solid #001; */
    padding: 10px;
    width: 20%;
    margin-left: 75%;
    background-color: rgb(156, 206, 255);
    /* color:white; */
    margin-bottom: 4px; 
}

.bt_download{
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid rgb(0, 117, 49);
    padding: 10px;
    background-color: rgb(253, 252, 208);
    color:rgb(0, 117, 49);
    margin-bottom: 2px; 
}

.footer{

    text-align: center;
    padding: 1%;
    /* margin-left: 15%; */
    background-color:#888888;
    border-radius: 8px;
    width: 98%;
    
}

.footer_ma{
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
    color: white;
    background-color:#303030;
    border-radius: 8px;
    padding: 1%;
    width: 98%;
}

.footer_ma_left{
    width: 30%;
}

.footer_ma_right{
    width: 60%;
    display: flex;
    flex-direction: row; 
    justify-content: space-around;
}

.footer_ma_right a{
    color: white;
}


.txtf{
    color: white;
}

.txtf a{
    color: white;
}
 
.seti{
    margin-left: 2%;
    margin-right: 2%;
    width: 5%;
    height: auto;
}

.imgbase {
    width : 60%;
    height : auto;
    border : 0;
    display : block;
    margin-left : auto;
    margin-right : auto;
}

.img_icon {
    width : 80%;
    height : auto;
    border : 0;
    display : block;
    margin-left : auto;
    margin-right : auto;
}
  
.imgbasemini {
    width : 30%;
    height : auto;
    border : 0;
    display : block;
    margin-left : auto;
    margin-right : auto;
}

.imggoogle {
    width : auto;
    height : 70px;
    border : 0;
    display : block;
}



.youvideo {
      display: flex;
      align-items: center;
      justify-content: center;



}

@media (max-device-width:728px){

    .footer_ma{
        flex-direction: column; 
        justify-content: center;
    }
    
    .footer_ma_left{
        width: 90%;
    }
    
    .footer_ma_right{
        width: 90%;
    }
    




    .header{
        width: 45%;
    }


    .ma_header_right{
        width: 30%;
    
    }
    



    .main_div{
        flex-direction: column;
    
    }
    
    .main_left{
        width: 90%;
    
    }
    
    .main_right{
        width: 90%;
        margin-left: 5%;
    
    }
    




    .free_text{
        width: 90%;
        margin-left: 5%;
    }
    
    .footer{
        margin-left: 5%;
        width: 88%;
    }

    .op{
        width: 88%;
        margin-left: 5%;
    }
    
    .seti{
        width: 10%;
    }

    .imgbase {
        width : 100%;
    }
        
    .imgbasemini {
        width : 100%;
    }
    
    .bt{
        width: 40%;
        margin-left: 30%;
    }
    




}

