
/*Главная страница*/

.body .c .container {
    border: 6px solid #59a8fb;
    -webkit-box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.29);
    border-radius: 8px;
    margin-right: 15px;
}

.promoblock .header .text:after, .promoblock .header .text:before {
    background: #59a8fb;
    border-radius: 8px;
}

.promoblock .header .text {
    color: #1d88a7;
}

.promoblock a.more {
    background: #59a8fb;
    font-size: 17px;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.29);
    margin-right: 16px;
}

.promoblock .promo_sliderWrapper {
    padding-bottom: 80px;
}

.promoblock .promo_sliderWrapper .promo_slider .itemRow {
    display: inline-flex;
    float: none;
    white-space: unset;
    margin-right: 26px;
    margin-left: 15px;
    margin-top: 30px;
}



/*Статьи*/

.news-content .row .head {
    padding: 15px;
    position: relative;
    background: #ffffff;
    border: 5px solid #59a8fb;
    border-radius: 8px 8px 0px 0px;
    border-bottom-width: 1px;
    -webkit-box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.29);
    margin-right: 15px;
}

.news-content .row .content {
    -webkit-box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.29);
    margin-right: 15px;
    border: 5px solid #59a8fb;
    border-radius: 0px 0px 8px 8px;
    border-top-width: 0px;
}

.news-content .row .head h2 {
    color: #1d88a7;
}

.news-content .row .head .date {
    color: #1d88a7;
    margin-bottom: 28px;
}

.news-content .row .content .more {
    border: 3px solid #59a8fb;
    border-radius: 8px;
    height: 40px;
}

.content img.center {
    border: 1px solid #59a8fb;
    border-radius: 8px;
}

.content img, .textcontent img {
    border: 1px solid #59a8fb;
    border-radius: 8px;
}

.content ol li, .textcontent ol li {
    color: #1d88a7;
}

.container-bottom {
    border: 1px solid #59a8fb;
    background: #ffffff;
    border-radius: 8px;
}
.container-bottom a {
    font-size: 15px;
    color: #1d88a7;
}

.container-bottom .larr {
    background: #59a8fb;
}





