* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    font-family: 'Roboto', sans-serif;
   /* background-image: url(images/bg_body.png);
    background-repeat: no-repeat;
    background-position: fixed;*/
    background-image: url(images/500.jpg);
    background-repeat: repeat;
    background-color: aqua;
    background-size: 40%;
}

.bg_color {
    background-color: #fff;
    width: 1340px;
    margin: 0 auto;
    box-shadow: 0px 0px 38px 10px rgba(0, 59, 105, 0.55);
}

/*.mourning_content {
    position: sticky;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    z-index: 10;
    text-transform: uppercase;
    font-size: 24px;
}

.mourning_content a {
    color: #fff;
    text-decoration: none;
}

.mourning_content a:hover {
    color: #fff;
}*/


.site-content {
    width: 1140px;
    margin: 0 auto;
    
}

.site-content-2 {
    width: 1340px;
    margin: 0 auto;
    
    z-index: 7;
}

/*.main_menu {
    margin-top: 25px;
}*/

.site_header {
    height: 133px;
}

.header-top {
    display: flex;
}

.header-top-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: -moz-linear-gradient(top,  #a9e4f7 0%, #0fb4e7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a9e4f7 0%,#0fb4e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); /* IE6-9 */


    padding: 10px 80px;
    
}

.header-top-logo a {
    text-decoration: none;
}

.winner_day_box img {
    width: 130px;
    border-radius: 20px;
    border: 3px solid #fff;
    box-shadow: 20px 20px 40px 20px rgba(255, 255, 255, 0.2);

}

.header-top h3 {
    font-family: 'Lobster', cursive;
    /*font-family:Monotype Corsiva, serif;*/
    display: inline;
    font-size: 50px;
    color:#ff7b00; 
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    text-shadow: 1px 0px 3px rgb(50, 50, 50); /*243, 255, 178*/
    
}

.social_container a {
    margin-right: 10px;
}

.language_container {
    display: flex;
}

.language_container img {
    width: 30px;
}

.language_link {
    display: block;
    border-radius: 15px;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-weight: 600;
    margin-right: 20px;
}


.carousel_content {
    position: relative;
    margin: 0 0;
    background-color: #0fb4e7; 
    background: linear-gradient(to bottom,  #0fb4e7 0%,#076380 100%);
    padding-bottom: 20px;
}


.carousel-control-next {
    right: 160px;
}

.carousel-caption h5 {
    color: #ddefff;
    font-size: 24px;
   
}

.site_navigation {
    background-color: #D4EBFF;
}

.navigation-list {
    display: flex;
    justify-content: center;
    z-index: 7;
}

.navigation-list li {
    display: flex;
    align-items: center;
    list-style-type: none;
    max-width: 170px;
    padding: 5px 10px;
    margin-right: 20px;
    text-align: center;
}

.navigation-list a {
    text-decoration: none;
    text-transform: uppercase;
    color: #0e4779;
}

.quick_access {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
    z-index: 5;
}

.quick_access_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    height: 200px;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */

    margin-bottom: 20px;
    border-radius: 20px;
    padding-top: 25px;
}

.quick_access_card_link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-align: center;
    width: 250px;
    height: 50px;
    border-radius: 0px 0px 20px 20px;
}

.quick_access_card_link a {
    font-size: 14px;
    display: block;
    width: 250px;
    height: 55px;
    border-radius: 0px 0px 20px 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #0e4779;
    padding-top: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
background: #ffaf4b; /* Old browsers */
background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */

}

.quick_access_card_link a:hover {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
-moz-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
    color: #fff;
}

.video_youtube {
    padding-bottom: 25px;
}

.video_youtube div {
    text-align: center;
}

.news_container{
    /*padding: 20px 0;*/
    margin: 50px 0;
}

.news_title {
    text-align: center;
    color: #0e4779;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
}

.news_container_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.news_container_card div:nth-child(odd) {
    background-color: #fdfbde;
}

.news_container_card div:nth-child(even) {
    background-color: #f0f0f0;
}

.news_card {
    /*width: 550px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 40px;*/
    padding: 20px;
    padding-left: 100px;
    padding-right: 100px;
}

.news_card img {
    width: 300px;
    margin-right: 50px;
    margin-bottom: 30px;
    border-radius: 30px;
}

.news_card p {
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    color: #0e4779;
}

.archive_link_container {
    display: flex;
    justify-content: center;
    margin-top: 20px;    
}

.archive_link {
    padding-top: 7px;
    display: block;
    width: 200px;
    height: 40px;
    background-color: #2C6291;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}

.archive_link:hover {
    background-color: #5c9bd1;
    box-shadow:0px 0px 15px 3px rgb(20 121 210 / 40%);
    color: #fff;
}

.order_MON_link_container {
    display: flex;
    justify-content: flex-end;
    
}

.order_link {
    margin-bottom: 30px;
    padding-top: 7px;
    display: block;
    height: 60px;
    background-color: #2C6291;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}

.order_link:hover {
    background-color: #5c9bd1;
    box-shadow:0px 0px 15px 3px rgb(20 121 210 / 40%);
    color: #fff;
}

.order_MON_container {
    min-height: 1000px;
}

.order_rigth_container {
    display: flex;
    justify-content: end;
    
}

.order_rigth_container p {
    width: 300px;

}

.contacts_container {
    margin-bottom: 50px;
}

.contacts_card {
    display: flex;
    width: 550px;
    margin-bottom: 30px;
}

.contacts_container_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
}

.contacts_container_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contacts_container_card_img {
    margin-right: 20px;
    border-radius: 65px;
    box-shadow:0px 0px 15px 3px rgb(20 121 210 / 40%);
}

.contacts_card_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #0e4779;
}

.partner_container {
    margin-bottom: 50px;
}

.partner_link_container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.map_container {
    box-shadow:0px 0px 15px 3px rgb(20 121 210 / 40%);
}

.partner_link {
    width: 225px;
    max-height: 150px;
    margin-right: 20px;
    margin-bottom: 30px;
    padding: 10px 20px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: 4px 4px 10px 7px rgba(34, 60, 80, 0.2);
    text-decoration: none;
    text-align: center;
    font-size: 10px;
}

.partner_link:hover {
    box-shadow: 4px 4px 10px 7px rgba(10, 35, 54, 0.3);
}

/* Футер*/
footer {
    
    display: flex;
    background-color: #2C6291;
    height: 100px;
    justify-content: space-between;
    align-items: center;
    padding: 15px 100px;
    color: ivory;
}

.footer_text {
    width: 500px;
    text-align: center;
}

.video_youtube {
    display: flex;
    justify-content: space-around;
    padding: 0 40px;
}

.video_youtube h3 {
    font-size: 30px;
    color: #008031;
    margin-bottom: 30px;
}

.language_container {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    width: 200px;
}

.main_amanat_container {
    margin: 50px auto;
    padding: 30px 50px;
    background-color: #2C6291;
    color: #fff;
    
}

.main_amanat_container h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #D4EBFF;
}

.amanat_container {
    display: flex;
    justify-content: center;
}

.amanat_container_text {
    font-size: 18px;
    width: 750px;
    margin-left: 50px;
    text-align: justify;
}

.amanat_container_text ul {
    list-style-type: none;
}

