html{
font-family: TT Norms Pro, Arial, Helvetica, sans-serif;

}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container{
    width:1140px;
    margin: 0 auto;

}





.Elements{
    height: 1200px;
    /*background: url(/img/skynet.png) center center/ cover no-repeat;*/
    padding: 39px 0 62px 0;

}

.logo .logo_img{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: auto;
    

}
.logo .logo_text{
    color: #003AEE;
    text-align: center;
    font-family: TT Norms Pro;
    font-size: 18px;
    
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 14px;


}

.checkbox{
    margin-left: 10px;
}

hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
h4{
    font-size: 18px;
}
.technologies{
    margin-top: 20px;
    color:#3B3B3B;
    font-size: 17px;
    
}

.blocks{
margin-top: 40px;
margin-left: 10px;


}
.studia{
    margin-top: 20px;
    color:#3B3B3B;
    font-size: 17px;
    
}
.red{
margin-right: 10px;
font-size: 17px;
}
.links{
    display: block;
    margin: 10px 0 10px 0;
    text-decoration: none;
    color:#003AEE;
    font-size: 17px;
}
.calendar{
    width: 25%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}
table {
    font-family: "TT Norms Pro", "Lucida Grande", Sans-Serif;
    font-size: 14px;
    border-radius: 10px;
    border-spacing: 0;
    text-align: center;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    }
    th {
    background: #003AEE;
    color: #ffffff;
    
    padding: 10px 20px;
    }
    th, td {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgb(216, 214, 214);
    }
    th:first-child, td:first-child {
    text-align: left;
    }
    th:first-child {
    border-top-left-radius: 10px;
    }
    th:last-child {
    border-top-right-radius: 10px;
    border-right: none;
    }
    td {
    padding: 10px 20px;
    background: #FFFFFF;
    }
    tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
    }
    tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
    }
    tr td:last-child {
    border-right: none;
    }


    form {
        border: 1px solid #c3c3c3;
        padding: 15px;
        width: 320px;
    }

    form input {
        width: 100%;
        height: 50px;
        border: 1px solid #c3c3c3;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 0 15px;
        display: flex;
        align-items: center;
    }
    
    form input.error{
        border-color:red;
    }

    form textarea {
        width: 100%;
        border: 1px solid #c3c3c3;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 15px;
        display: flex;
        align-items: center;
        line-height: 18px;
    }

    form button {
        height: 50px;
        width: 100%;
        cursor: pointer;
    }
