body {
    background: #e2e5ea;
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    min-width: 100%;
    overflow-x: hidden;
    height: auto;
    margin: 0;
    padding: 0;
    
}

.navbar {
    width: 100%;
    height: 60px;
    background-color: rgb(0, 170, 200);
    box-shadow: 0 4px 10px rgb(0, 0, 73, 1);
    top: 0;
    z-index: 1000;
    position: fixed;
}

.navbar .container {
    height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-menu {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.navbar-menu li {
    display: inline-block;

}

.navbar-menu li a {
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);;
    opacity: 0.6;
    padding: 20px;
    margin-bottom: 12px;
    transition: all .09s ease-in-out; 
}

.navbar li a:hover {
    opacity: 1;
}

.navbar-wrap {
    display: flex;
    flex-flow: nowrap;
}

.navbar-brand {
    margin-top: 8px;
    margin-left: 10px;
}

.container li {
    list-style-type: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.photo_1 {
    border-radius: 10px;
    width: 480px;
    height: 240px;
    box-shadow: 0 4px 10px rgb(0, 0, 0, 1);
    margin-left: 90px;
    margin-top: 20px;
    display: flex;
    align-items: center;

}

.photo_1 img {
    border-radius: 10px;
    width: 480px;
    height: 240px;
}

.text_1 {
    margin-left: 20px;
    margin-bottom: 180px;
    word-wrap: break-word;
}

.languge {
    list-style-type: none;
    padding-right: 40px;
    margin-top: 35px;
}

.languge li {
    display: inline-block;

}


.languge li a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    opacity: 0.6;
    transition: all .09s ease-in-out; 
    padding: 0px;
}

.finish {
    border-top: 1px solid;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 90px;
    padding-top: 10px;
    width: inherit;
}

.titlefinish {
    display: flex;
    text-decoration: none;
    list-style-type: none; 
    width: 100%;
    justify-content: space-between;
    grid-template-columns: auto 1fr; 
    align-items: center;   
    background-color: rgb(0, 170, 200);
}

.imgpodval1 {
    margin-top: 20px;
    margin-bottom: 35px;
    float: left;
}

.rsavia {
    width: 246px;
    height: 60px;
    float: left;
    margin-left: 35px;
    margin-top: 4.5px;
}

.imgpodval2 {  
    margin-top: 9px;
    margin-bottom: 35px;
    margin-right: 35px;
}

.titlefinish img {
    float: right;
    display: flex;
}

.zagolovok {
    margin-top: 90px;
    margin-left: 90px;
    font-size: 20px;
}

.portal {
    border-radius: 100px;
    background-color: rgb(0, 125, 200);
    padding: 5px;
    text-decoration: none;
    list-style-type: none;
    color: black;
    transition: transform 0.3s ease;
}

.portal:hover {
    transform: scale(1.2);
}

.titlefinish p {
    color: rgba(0, 0, 0, 0.8);
}
