html {
    background-color: #E9E4EA;
    height: 100%;
}

body {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  

header{
    height: auto;
    background: rgba(0, 0, 0, 0.179);
    border-bottom: 7px solid #223542;
}

.header{
    margin: 0;
}

.logoSGSPU {
    /* margin-top: 8px;
    margin-bottom: 8px; */
    width: auto;
    height: 75px;
}

nav a {
    color: #223542;
    font-weight: 600;
    border-right: 2px solid #223542;
}

.one{
    color: #223542;
    font-weight: 600;
    border-left: 2px solid #223542;
}

.btn-reg{
    background-color:#22354200;
    border-radius: 15px;
    border: 3px solid #223542;
    width: 100pt;
    height: 50%;
    color: #223542;
    font-weight: 600;
}

.btn-login{
    background-color:#22354200;
    border-radius: 15px;
    border: 3px solid #223542;
    width: 100pt;
    height: 50%;
    color: #223542;
    font-weight: 600;
}

.btn-reg:hover{
    background-color:#223542;
    border: 3px solid #223542;
    border-radius: 15px;
    /* width: 40%;
    height: 50%; */
    color: #E9E4EA;
    font-weight: 600;
}

.btn-login:hover{
    background-color:#223542;
    border-radius: 15px;
    border: 3px solid #223542;
    /* width: 40%;
    height: 50%; */
    color: #E9E4EA;
    font-weight: 600;
}

main {
    flex-grow:1;
    background-image:url(../img/fon.png);
    margin: 0;
    padding-top: 15px;

}

.imgTitle {
    padding: 2%;
}

.imgTitle a{
    display: grid;
    color: #223542;
    font-weight: 500;
}
.ssylka_a {
    padding-left: 10%;
}

.imgTitle a:hover{
    display: grid;
    color: #096aaa;
    font-weight: 500;
}

.docImg {
    width: 35%;
}

.titleText h5{
    font-style: normal;
    font-weight: 400;
    font-size: 24pt;
    line-height: 46px;
    color: #223542;
}

.titleText h1{
    font-style: normal;
    font-weight: 700;
    font-size: 48pt;
    line-height: 78px;
    color: #223542;
    margin-top: -2%;
}

.titleText p{
    font-style: normal;
    font-weight: 400;
    font-size: 14pt;
    line-height: 29px;
    color: #223542;

}

.content{
    margin-top: 3%;
}

.content h1 {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 20pt;
    line-height: 46px;
    text-transform: uppercase;
    color: #223542;
}

.content p {
    margin-top: 20px;
    text-align: center;
    text-align: justify;
    /* padding: 0px 40px 10px 0px; */
    font-style: normal;
    font-weight: 400;
    font-size: 14pt;
    line-height: 29px;
    
}

.criteria {
    margin-top: 3%;
    font-style: normal;
    font-weight: 400;
    font-size: 14pt;
    line-height: 29px;
}

.criteria h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 20pt;
    line-height: 46px;
    text-transform: uppercase;
    color: #223542;
}

.criteria ul {
    margin-top: 20px;
    padding-right: 10%;
}

.rewarding {
    margin-top: 3%;
    padding-left: 10%;
    padding-right: 10%;
    font-style: normal;
    font-weight: 400;
    font-size: 14pt;
    line-height: 29px;
}

.rewarding h1 {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 20pt;
    line-height: 46px;
    text-transform: uppercase;
    color: #223542;
}

.rewarding p {
    font-style: normal;
    font-weight: 400;
    font-size: 14pt;
    line-height: 29px;
}
.property {
    margin-top: 3%;
    padding-left: 10%;
    padding-right: 10%;
    font-style: normal;
    font-weight: 400;
    font-size: 14pt;
    line-height: 29px;
}

.property h1 {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 20pt;
    line-height: 46px;
    text-transform: uppercase;
    color: #223542;
}

.property p {
    font-style: normal;
    font-weight: 400;
    font-size: 14pt;
    line-height: 29px;
}

.contact{
    margin-top: 3%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/fon-contact.png);
    padding: 15px 25px 25px 15px;
    text-align: center;
}

.contact h1{
    text-align: center;
    font-weight: 700;
    font-size: 20pt;
    line-height: 44px;
    text-transform: uppercase;
    color: #E9E4EA;
}

.contact b{
    text-align: center;
    font-weight: 700;
    font-size: 14pt;
    line-height: 39px;
    color: #FFFFFF;
}

.contact p{
    font-weight: 400;
    font-size: 14pt;
    line-height: 39px;
    color: #FFFFFF;
    margin: 0;
}

footer{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url(../img/footer_mini.png);
}

.logo-textFooter{
    display: flex;
}

.logo-textFooter a{
    margin-left: 5%;
    margin-top: 8%;
    color:#E9E4EA;
}

.logoSGSPU_footer {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 30%;
}

.img {
    align-items: center;
}

footer p {
    color:#E9E4EA;
}

footer b{
    color:#E9E4EA;
}

