* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    margin: 0;
    font-family: Arial;
    display: flex;
    flex-direction: column;
}

.header {
    width: 100%;
    height: 45px;
    background-color: rgba(23, 23, 23, 0.8);
    color: #ffffff;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    position: fixed;
    flex-direction: row;
    z-index: 3;
    justify-content: center;
    display: flex;
    margin-top: 0;
    margin-left: 0;
}

.logo {
    margin-top: 3px;
}

.logo_img {
    width: 41px;
    height: 41px;
    opacity: 1;
}

.menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 16px;
    margin-left: 20px;
    font-size: 12px;
    color: #ffffff;
}

.par_list {
    display: flex;
    flex-direction: row;
    list-style-type: none;
}

.list {
    margin-right: 20px;
}

.menu_link {
    text-decoration: none;
    color: white;
}

.search {
    width: 16px;
    height: 16px;
}

.start_img {
    width: 100%;
    height: 600px;
    background: url(../assets/images/main_img.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.news {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    align-items: center;
}

.news_header {
    color: #000000;
    font-size: 24px;
    margin-top: 35px;
    display: flex;
}

.events {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #000000;
}

.events_header {
    color: #ffffff;
    font-size: 24px;
    margin-top: 35px;
}

.events_content {
    color: #ffffff;
    font-size: 16px;
    margin-top: 200px;
}

.docs {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #000000;
}

.docs_header {
    color: #ffffff;
    font-size: 24px;
    margin-top: 35px;
}

.docs_content {
    color: #ffffff;
    font-size: 16px;
    margin-top: 200px;
}

.docspage_linkborder {
    width: 100px;
    height: 30px;
    border-radius: 30px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0071E3;
}

.docspage_link {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}

.info {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #ffffff;
}

.info_header {
    color: #000000;
    font-size: 24px;
    margin-top: 35px;
}

.info_content {
    color: #000000;
    font-size: 16px;
    margin-top: 30px;
}

.contacts {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #ffffff;
}

.contacts_header {
    color: #000000;
    font-size: 24px;
    margin-top: 35px;
}

.footer_par {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.footer_txt {
    color: #000000;
    font-size: 10px;
    margin-top: 10px;
}

.logolink {
    cursor: pointer;
}

.carousel {
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 1920px;
}

.carousel_item {
    width: 500px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 42px;
    margin-right: 42px;
}

.carousel_img1 {
    width: 500px;
    height: 400px;
    background: url(../assets/images/carousel_img1.jpg);
    background-size: cover;
    border-radius: 20px;
}

.carousel_img2 {
    width: 500px;
    height: 400px;
    background: url(../assets/images/carousel_img2.jpg);
    background-size: cover;
    border-radius: 20px;
}

.carousel_img3 {
    width: 500px;
    height: 400px;
    background: url(../assets/images/carousel_img3.jpg);
    background-size: cover;
    border-radius: 20px;
}

.carousel_info {
    margin-top: 15px;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.crs_linkborder {
    width: 100px;
    height: 30px;
    border-radius: 30px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0071E3;
}

.carousel_link {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}