.page-descr {
    line-height: 1.5;
    margin-bottom: 110px;
}

.page-descr p {
    margin: 15px 0;
}

.header {
    position: relative;
}

.nav {
    position: absolute;
    top: 10px;
    right: 0;
}

.nav__item {
    display: inline-block;    
}

.nav__item + .nav__item {
    margin-left: 20px;
}

.footer {
    position: relative;
}

.footer__link {
    position: absolute;
    right: 44px;
    bottom: 40px;
    font-size: 14px;
}

.articles {
    display: grid;
    grid-template: auto / repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.articles__title {
    grid-column: 1/-1;
    margin-bottom: 0;
}

.article__title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.article__date {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 20px;
}


/**************************/
/* Overlay floating block */
/**************************/

.overbar_right_center {
 position: fixed;
 top: 150px;
 left: 50%;
 margin: 0px;
 margin-left: 240px;
 padding: 5px 0px 0px 0px;
 width: 150px;
 height: 290px;
 font-family: Arial;
 font-size: 22px;
 color: #0B65FF;
 border: 3px solid #E1E1E1;
 background-color: #F5F5F5;
 text-align:center;
 -moz-border-radius: 10px 10px 10px 10px;
 -webkit-border-radius: 10px 10px 10px 10px;
 -khtml-border-radius: 10px 10px 10px 10px;
 border-radius: 10px 10px 10px 10px;
 -webkit-box-shadow:0 0 10px 1px #4F82CB;
 -moz-box-shadow:0 0 10px 1px #4F82CB;
 box-shadow:0 0 10px 1px #4F82CB;
 -webkit-box-shadow:0 0 10px 1px red;
 -moz-box-shadow:0 0 10px 1px red;
 box-shadow:0 0 10px 1px red;
 z-index: 20;
}

.overbar_right_center_bot {
 position: fixed;
 top: 220px;
 left: 50%;
 margin: 0px;
 margin-left: 395px;
 padding: 0px;
 font-family: Arial;
 font-size: 11px;
 border: 3px solid #E1E1E1;
 background-color: white;
 text-align:left;
 -webkit-box-shadow:0 0 10px 1px #4F82CB;
 -moz-box-shadow:0 0 10px 1px #4F82CB;
 box-shadow:0 0 10px 1px #4F82CB;
}

.rightadstyle img {
 border: none;
}

.ozonlink {
 width: 120px;
}

.ozonhref {
 color: #0B65FF;
}
