.header__logo-content {
    font-size: 16px;
}
.header__title-data {
    color: #2569b8;
    font-size: 15px;
    padding-top: 20px;
    padding-left: 50px;
}
.Avtoimage {
padding: 50px 0px 0px 80px;
}
.Stroka {
padding: 0px 0px 0px 0px;
font-size: 17px;
font-family: "Georgia";
}

.covid {
    font-size: 1.1rem;
}

.admin-proced {
    font-size: .7rem;
}

.inden {
    margin-bottom: 20px;
}

.double-inden {
    margin-bottom: 40px;
}

.header__title-content {
    color: #ADD8E6;
    font-size: 32px;
    padding-top: 20px;
}

/*main*/

a {
    text-decoration: none !important;
}

.main {
    padding: 20px;
    font-weight: bold;
}

#main {
    display: flex;
    justify-content: space-between;
}

.main-header {
    display: flex;
    justify-content: space-between;
}

/*news*/

.history__head {
    width: 100%;
    height: 30px;
    background: #003b80;
    color: #fff;
    font-family: "Georgia";
    display: flex;
    align-items: center;
    padding-left: 0px;
    margin: 0px 0;
}

.news__link {
    margin-top: 30px;
}

.news__link a {
    font-size: 1.1rem;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #4c7caf;
    color: white !important;
    padding: 15px;
    width: 222px;
}

.news__link a:hover {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #003b80;
}

/*history*/

.history__text p {
    text-indent: 20px;
    text-align: justify;
}

.history__text {
    max-width: 80%;
    margin: 0 auto;
}

.history__img {
    margin-top: 20px;
    text-align: center;
}

/**/

.right-side {
    background: transparent url(../../assets/main-image/icaabg.gif) repeat-y right;
    width: 240px;
}

.dop-info {
    display: flex;
    flex-direction: column;
}

.dop-info a {
    width: 180px;
}
.footer{
margin-top: 300px;	
Position: relative;
height: 10%;
background: #003b80;
width: 100%;
margin-left: 0px;
padding: 20px 0;
}

.footer p{
color: #fff;
text-align:center;
margin: 10px 0;
font-size: 14px;
}

.copyright{
font-size: 14px;
text-align:center;
}