/* БАЗОВЫЕ НАСТРОЙКИ --------------------------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.8s linear 0.2s;
    /* font-size: 1.2rem; */
    font-family: Arial, Helvetica, sans-serif;
    /* background-color: #242936; */
}

/* https://d-10.su/d10_sqt/sqt_auth.php ------------ #1  ---*/

#body{
    /* border: 1px solid #999; */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#sqt_form{
    /* border: 1px solid #999; */
    width: 90%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.simvoly, .form, .img{
    /* border: 1px solid #d60a0a; */
    margin-top: 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    text-align: center;
}
form{ 
    width: 100%;
}
 input{
    width: 100%;
    margin: 10px 0px;
    padding: 5px 10px;
    color: #8a0202;
    border: 1px solid #777;
    border-radius: 5px;
}
#sqt_submit{
    width: 150px;
    border: 1px solid #777;
    border-radius: 8px;
    box-shadow: 0px 4px 10px 4px #662b2b;
    letter-spacing: 2px;
}

/* https://d-10.su/d10_sqt/sqt_acti.php ------------ #2  ---*/
#sqt_act_false, #sqt_act_true{
    border: 1px solid #999;
    width: 90%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    background-color: #111;
    color: red;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 25vh;
}
#sqt_act_true{
    color: green;
}


/* https://d-10.su/d10_sqt/pa_full4.php ------------ №3 */
#menu{
    /* border: 1px solid #999; */
    box-shadow: 0px 4px 10px 2px #666;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 5px 15px 0px 15px;
}
#menu:hover{
    box-shadow: 0px 4px 10px 2px #c06060;
}
#menuramka{
    position: absolute;
    z-index: 100;
}
#father{
    /* border: 1px solid red; */
    width: 100%;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
#mother{
    /* border: 1px solid orange; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.son{
    /* border: 1px solid green; */
    /* width: 90%; */
    margin-bottom: 20px;
}


.glava{
    text-align: center;
    font-weight: 700;
    color: #642121;
    letter-spacing: 1px;
    width: 90%;
    max-width: 800px;
    font-size: 1.2rem;
}
.glava img{
    width: 100px;
}
.glava img:hover{
    width: 350px;
}

/* первая диаграмма  */
.diag1{
    box-shadow: none;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.circle{
    width: 100px;
    height: 100px;
    background-color: tomato;
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 20% 20%; */
    transition: all 1s ease 0.1s;
    box-shadow: 0px 4px 10px 1px #333;
}    
.circle:hover{
    transform: rotate(360deg);
    background-color: rgb(8, 172, 109);
    border-radius: 50%;
    /* background: conic-gradient(red 50%, blue 50%); */
    background: conic-gradient(red 0% 10%, yellow 10% 20%, green 20% 30%, rgb(3, 199, 173) 30% 40%, orange 40% 50%, #458af2 50% 60%, rgb(149, 3, 234) 60% 70%,rgb(116, 4, 4) 70% 80%, rgb(155, 144, 2) 80% 90%,black 90% 100%);
    box-shadow: none;
}
.circle2{
    width: 100px;
    height: 100px;
    background-color: tomato;
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s ease 0.1s;
    cursor: pointer;
}
.circle2:hover{
    transform: rotate(-720deg);
    border-radius: 50%;
    background-color: #fff;
    width: 65px;
    height: 65px;
}

/* вторая дыаграмма ------------ */
.diag2{
    /* border: 1px solid #c50e0e; */
    width: 90%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    height: 200px;
    column-gap: 5px;
}
.diag2a{
    border: 1px solid #0380b5;
    width: 50px;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    align-items: end;
}
.diag2a1{
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 5px;

}
.diag2a1a{
    background-color: #fff;
    text-align: center;
    font-size: 0.7rem;
}
.diag2a1b{
    background-color: rgb(10, 203, 129);
    text-align: center;
    height: 50px;
}
.diag2a1c{
    /* background-color: black; */
    text-align: center;
}
.diag2a1b1 { height: 40px; background-color:  red;  text-align: center; }
.diag2a1b2 { height: 40px; background-color:  yellow;  text-align: center; border: 1px solid #e8d018;}
.diag2a1b3 { height: 40px; background-color:  green;  text-align: center; }
.diag2a1b4 { height: 40px; background-color:  rgb(3, 199, 173);  text-align: center; }
.diag2a1b5 { height: 40px; background-color:  orange;  text-align: center; }
.diag2a1b6 { height: 40px; background-color:  #458af2;  text-align: center; }
.diag2a1b7 { height: 40px; background-color:  rgb(149, 3, 234);  text-align: center; }
.diag2a1b8 { height: 40px; background-color:  rgb(116, 4, 4);  text-align: center; }
.diag2a1b9 { height: 40px; background-color:  rgb(155, 144, 2);  text-align: center; }
.diag2a1b10{ height: 40px; background: linear-gradient(to right, green 0% 25%, yellow 25% 50%, red 50% 75%, black 75% 100%); text-align: center; }


/* https://d-10.su/d10_sqt/sqt_aut.php ------------------- #4 ---*/
.sosseti{
    /* border: 1px solid #999; */
    height: 50px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sosseti img:hover{
    width: 40px;
    cursor: pointer;
}


/* https://d-10.su/d10_sqt/pa_full1.php  --------------- #5 ---*/
.tema{
    font-weight: 600;
    letter-spacing: 1px;
}

.fizpodgotovka{
    /* border: 1px solid #999; */
    box-shadow: 0px 3px 5px 1px #0380b5;
    border-radius: 5px;
    width: 90%;
    max-width: 500px;
    height: 30px;
    overflow: hidden;
}
.fizpodgotovka:hover{
    height: 800px;
}

.fpa{
    height: 30px;
    width: 100%;
    padding-left: 2px;
    padding-top: 5px;
    cursor: pointer;
    color: #0479ab;
    letter-spacing: 1px;
}

.fpb{
    /* border: 1px solid #7a3f3f; */
    width: 100%;
    height: 40px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #0380b5;
    padding: 1px;
}
.cccimg{
    height: 100%;
}
.cccimg img{
    height: 100%; 
}
.cccsel{
    color: #fff;

}
.ddd{
    /* border: 0.5px solid #7a3f3f; */
    width: 100%;
    height: 20px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.ddda{
    text-align: center;
    background-color: #0380b5;
    font-size: 0.8rem;
    width: 35px;
    color: #fff;
    padding: 2px;
}

.text {
    width: 90%;
    max-width: 800px;
    color: #666;
}
.text p{
     text-indent: 5px; 
     margin-bottom: 5px;
     text-align: justify;
     word-break: break-all;
    
}

/* https://d-10.su/d10_sqt/pa_full2.php ------------- №6*/
#aaptechki{
    /* border: 2px solid #aebd05; */
    width: 90%;
    max-width: 800px;
    text-decoration: none;
    color: #555;
    box-shadow: 0px 4px 10px 2px #999;
    padding: 3px ;
    border-radius: 5px;
    margin-bottom: 20px;
}
#aaptechki:hover{
    color: #111;
    box-shadow: 0px 5px 10px 3px #888;
    padding: 3px ;
    border-radius: 5px;
}
.aptechki{
    /* border: 2px solid #aebd05; */
    display: flex;
    column-gap: 10px;
}
.aptimg img{
    width: 50px;
}
.aptimg img:hover{
    width: 100px;
}

.apttext p{
    line-height: 20px;
}


/* https://d-10.su/d10_sqt/pa_full3.php ------------------№7 */
.grafik{
    width: 96%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* align-content: space-between; */
    /* align-items: center; */
    /* border: 1px solid #642121; */
    /* padding: 0px 2px; */
}
.vngrafik{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* flex-direction: column;   */
    box-shadow: none;
}
.vy{
    color: #bd1010;

}
.vngr{
    margin: 0;
    /* padding: 0; */
}
.vngra{
    border: 1px solid #999;
    width: 100%;
    text-align: center;
    padding: 3px;
}
.vngrb{
    border: 1px solid #999;
    width: 100%;
    text-align: center;
    padding: 3px;
}
.vngrb img{
    box-shadow: 0px 3px 5px 1px #444;
    padding: 2px;
    border-radius: 5px;
}
.st{
    color: #999;
}

/* https://d-10.su/d10_sqt/pa_full7.php ----------------------- #*/

.chat{
    /* border: 2px solid #9012bd; */
    width: 90%;
    max-width: 800px;
    display: flex;
    align-items: start;  
    column-gap: 5px;
}
#user{
    color: #555;
    font-size: 0.7rem;
    font-weight: 600;

}
#sms{
    padding: 2px 5px;
    box-shadow: 0px 3px 5px 1px #999 ;
    margin: 3px 0px;   
}

#data{
    color: #999;
    font-size: 0.5rem;
    text-align: right;
}
/* -------------- */
.textarea{
    width: 100%;
    position: relative;

}
.textarea:hover{
    position: absolute;

}
.chatform{
    /* border: 2px solid #aebd05; */
    width: 100%;
    position: fixed;
    bottom: 1px;
    display: flex;
    justify-content: center;
    background-color: #fff;
}


#formchat{
    border: 1px solid #0380b5;
    width: 100%;
    max-width: 800px;  
    padding: 2px 5px ;
    border-radius: 5px;
}
#formchat:hover{
    box-shadow: 0px 2px 4px 1px #999;
}
textarea{
    border: none;
    height: 45px;
}
textarea:focus { 
    outline: none; 
    height: 200px; 
    font-size: 1.2rem; 
}

#chattext{
    width: 90%;
    border: 1px solid #fff;

}
#chattext:active{
    border: 1px solid #fff;
}

.footer{
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
}



/* https://d-10.su/d10_sqt/pa_full2.php ------программа------*/

.programma {
    /* border: 1px solid #999; */
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    width: 90%;
    max-width: 800px;
    margin-bottom: 20px;
    height: 150px;
}

.progimgs {
    /* border: 1px solid #999; */
    position: relative;
}

.progimgs img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    z-index: 2;
    width: 100px;
    box-shadow: 0px 3px 5px 1px #666;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.progimgs img:hover {
    box-shadow: none;
    padding: none;
    border-radius: none;
    width: 300px;
    z-index: 10;
    background-color: #fff; 
}
.progtext {
    /* border: 1px solid #999; */
    display: flex;
    flex-direction: column;
    margin-left: 105px;
}
.progfname {
    /* border: 1px solid #999; */
    color:#181616;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.progsname {
    /* border: 1px solid #999; */
    color:#888;
    margin-bottom: 5px;
}
.proginfor {
    /* border: 1px solid #999; */
    display: flex;
    flex-direction: row;
}
.proginfotext {
    /* border: 1px solid #999; */
    color:#666;
    margin-right: 10px;
}
.proginfolink {
    /* border: 1px solid #999; */
    color:#999;
    width: 100px;

}
.proginfolink a{
    /* background-color: aqua; */
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    cursor: pointer;
}



















