.footCopy a {
    color: #fff;
}

.error {
    color: #800309;
}

.contestsItem .contestsItem__text a, .contestView__content a, .bottomBar__text a {
    color: #800309;
    text-decoration: underline;
    font-weight: 500;
    font-weight: normal;
    font-size: 16px;
}

.sorter {
    max-width: 80%;
}

.starPopover {
    z-index: 1000;
}

a.sidebarItem__text_link {
    color: #212529;
}

.field-case .search-submit {
    border: none;
    background: none;
    font-size: 20px;
    color: #272727;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-left: auto;
    height: 40px;
    order: -1;
}

main {
    padding-bottom: 80px;
}

a.link.link-primary.not-underline {
    text-decoration: none;
}

.toggleItem.contestsItem.newsControl .toggleItem__head {
    margin-bottom: 0px;
}

.blogsSm__img img {
    object-fit: cover;
    width: 100%;
}

.blogsSm__img {
    width: 300px;
    flex-shrink: 0;
}

.manBox__img {
    object-fit: cover;
}
/*
.logoBlock__text span:last-child {
    text-transform: uppercase;
}
*/
.breadCrumbs__inner a:after {
    content: "-";
}

.newsInfo__img {
    -webkit-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}

.subscribe__input {
    background: #7F8588;
}

.btns.btns-default.subscribe__btns {
    background-color: #BDBDBD;
}

.btns.btns-default.subscribe__btns:hover {
    background-color: #7F8588;
    color: #fff;
}

.sidebarList__list {
    margin-bottom: 30px;
}

.aboutBlogs .blogsLg__text a {
    color: #FFFFFF;
}

.aboutBlogs .blogsLg__text a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.monthListItem__title a {
    color: inherit;
    text-decoration: inherit;
}

.toggleItem__content.contestsItem__text {
    margin-top: 20px;
}

.link.link-primary.black {
    color: #000000;
}

.contestView__title {
    color: #212529;
}

.publicationsItem__text {
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.toggleItem.publicationsItem .toggleItem__content a:not(.btns) {
    color: #800309;
    text-decoration: underline;
    font-weight: normal;
    font-size: 16px;
}

.about-contacts.aboutBlock__text a, .newsView__text a {
    color: #800309;
    text-decoration: underline;
    font-weight: normal;
}

.newsInfo a {
    color: inherit;
}

.pageHead__subscribe {
     position: relative;
}

.pageHead__subscribe .error, .pageHead__subscribe .message {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.sliderLarge.owl-carousel a {
    text-decoration: none;
}

.newsImages a:hover {
    text-decoration: none;
}

.newsImageLarge__content:hover, .newsImageSmall.newsImages__small span:hover {
    color: #fff;
    background: #7F8588;
    text-decoration: none;
}

.file-upload {width: 100%;}
.file-upload input {display: none;}
.file-upload label {cursor: pointer;}

.projectServ__content .tab-pane a {
    text-decoration: none;
}

.hide {
    display: none;
}

.slide-content {
    min-height: 293px;
}

.contestView__control.newsControl, .newsView__control.newsControl {
    color: #800309;
}

.newsControl .icn-radio {
    font-size: 5px;
    margin: 0 10px;
}

.owl-item .dayEvn__item {
    width: auto;
}

.dayEvn.owl-carousel {
    width: auto;
}

.dayEvn.owl-carousel img {
    object-fit: cover;
    object-position: center center;
    /*height: 255px;*/
}

.dayEvn.owl-carousel .dayEvnItem__text {
    max-height: 98px;
    overflow: hidden;
}

.dayEvn .owl-nav button.owl-next,
.dayEvn .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #7F8588;
    color: #fff;
    position: absolute;
    top: 50%;
    font-size: 16px;
    margin-top: -25px;
}

.dayEvn .owl-nav button.owl-next:hover,
.dayEvn .owl-nav button.owl-prev:hover {
    background: #BDBDBD;
}

.dayEvn .owl-nav button.owl-next:focus,
.dayEvn .owl-nav button.owl-prev:focus {
    background: #606467;
}

.dayEvn .owl-nav button.owl-next {
    right: -60px;
}

.dayEvn .owl-nav button.owl-prev {
    left: -60px;
}

.dayEvn .owl-dots {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dayEvn .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 0 15px;
    border: 3px solid #800309;
}

.dayEvn .owl-dots .owl-dot.active {
    background: #800309;
}

.author_big_img {
    margin-right: 15px;
}
.author .author__link.author_big {
    flex: 1;
}

.author__link.author_big a {
    color: #800309;
}

.author__link.author_big {
    color: #212529;
}

.contestsItem__date {
    font-size: 16px;
}

.projectServ__content {width: calc(100% - 290px);}

@media (max-width: 767px) {
    .projectServ__content {width: 100%;}
}

.serviceView__list li span {
    flex-shrink: 0;
}

.contestsItem__title .contestsItem__date {
    margin-bottom: 0px;
}

.contestsItem__title {
    margin-bottom: 5px;
}

.contestView .img-block.contestView__img {
    width: 100%;
}

.projectServ__content .owl-carousel.owl-projectServ a{
    text-decoration: none;
}

.btns-primary.pageHead__btns.btns[disabled] {
    color: #fff;
}

pre {
    font-family: "Noto Sans SC", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.newsView .newsView__text img, .serviceView.newsControl img {
    width: 100%
}

@media (max-width: 767px) {
    .sitePager li {
        display: inherit;
    }
}

/*@media (max-width: 767px) {*/
    .author {
        display: block;
    }

    .author_big_img {
        float: left;
        margin-top: 5px;
        margin-right: 20px;
        margin-bottom: 15px;
    }
/*}*/

.w-100 {
    width: 100%;
}

.link-gen {
    text-align: center;
    margin-top: 40px;
}

.link-create .field-help {
    text-align: right;
    display: block;
}

.link-create .field-help a {
    color: #4F4F4F;
}

@media (max-width: 991px) {
    .col-lg-2.link-gen { display: none; }
}

.sub-image {
    height: 60px;
    background-color: #800309;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.mb-none {
    margin-bottom: 0;
}

.ml-auto {
    margin-left: auto;
}

.sub-image p {
    margin-bottom: 0;
}

.mb-40 {
    margin-bottom: 40px;
}

.redBlock__content a:not(.js-slideFigure-override) {
    color: #fff;
    text-decoration: underline;
}

.serviceView.newsControl a:not(.btns) {
    color: #800309;
    text-decoration: underline;
    font-weight: 500;
    font-weight: normal;
    font-size: 16px;
}

.newsView__text strong {
    font-size: inherit;
}

.tabBlock__nav .nav-item.w-50 {
    width: 50%;
}

.w-50 {
    width: 50%;
}

@media (max-width: 991px) {
    .sliderLarge .owl-stage, .sliderLarge .owl-item, .sliderLarge .owl-item a, .owl-projectServ .owl-stage, .owl-projectServ .owl-item, .owl-projectServ .owl-item div, .owl-projectServ .owl-item a {
        display: flex;
    }
}

.bookshelf {
    margin-top: 50px;
}

.photo-hz {
    margin-top: 50px;
}

.dorenko-about {
    font-size: 16px;
}

.counter.counter-red .share__icons {
    right: auto;
    z-index: 1000;
}

@media (max-width: 991px) {
    .aboutBlogs {
        margin: 20px 0;
    }
}

.socIcon-black {
    color: #000;
}

.socIcons.socIcons-vertical.share__icons {
    z-index: 1000;
}

.socIcon__svg:hover {opacity: 0.15;}

.footer-sots {margin-top: 90px;}
.footer-sots .footFeedback__title {text-transform: uppercase;}
.footer-sots a + a {margin-left: 10px;}

@media (max-width: 767px) {
    .pageHead__soc .socIcon__svg {
        margin: 0 10px;
    }
}

.newsView__text h5 {
    margin-bottom: 20px;
}

.modal-dialog .modal-close {width: 24px;height: 24px;position: absolute;top: 20px;right: 20px;z-index: 1; cursor: pointer; pointer-events: auto;}

.modal-success-header {
    width: 300px;
    text-align: center;
}

.btns-primary.preloader:hover {
    color: #fff;
    background-color: #800309;
}

.pageHead__subscribe.subscribeBlock____form {
    margin-right: 0;
}

.sliderLarge .owl-stage, .sliderLarge .owl-item {display: flex;}
.sliderLarge__item--present {flex-direction: column; justify-content: center; align-items: flex-start;}
.sliderLarge__item--present p, .sliderLarge__item--form p {max-width: 1000px;font-weight: 500;}
.sliderLarge__item--present .sliderLarge__text:not(.sliderLarge__text-sm), .sliderLarge__item--form .sliderLarge__text:not(.sliderLarge__text-sm) {text-transform: uppercase;max-width: 800px;}
.sliderLarge__text-sm {font-size: 20px; color: #fff;line-height: 1.4;}
.sliderLarge__btn {color: #fff;background: #800309;height: 40px;display: flex;align-items: center; justify-content: center; padding: 0 10px; transition: .3s; margin-top: 40px;}
.sliderLarge__btn:hover {color: #fff;text-decoration: none;}
.sliderLarge__form {background: #F2F2F2;box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.4); padding: 30px;width: 400px;flex-shrink: 0;margin-left: 15px;}
.sliderLarge__formHeader {line-height: 1.5;color: #800309;font-weight: 500;font-size: 16px; margin-bottom: 5px;}
.sliderLarge__form small {color: #333333; font-size: 11px;line-height: 1.18;display: block;}
.sliderLarge__form input {display: block;width: 100%;margin-top: 18px;}
.sliderLarge__form input:not(.sliderLarge__btn) {border-radius: 5px;border: 0.5px solid #E0E0E0;background: #FFFFFF;height: 40px; font-size: 16px;padding: 0 10px;}
.sliderLarge__form input::placeholder {color: #828282;opacity: 1;}
.sliderLarge__form .sliderLarge__btn {border: none; border-radius: 5px; outline: none !important;}
.sliderLarge .owl-item > * {width: 100%;}

@media (max-width: 1199px) {
    .sliderLarge__form {width: 300px;padding: 15px;}
    .sliderLarge__item {padding-left: 25px;padding-right: 25px;}
}
@media (max-width: 991px) {
    .sliderLarge__text-sm {font-size: 14px;}
}
@media (max-width: 767px) {
    .sliderLarge__item--form {display: block;}
    .sliderLarge__form {width: auto;margin: 0 15px 15px;}
}
@media (max-width: 400px) {
    .sliderLarge__form .sliderLarge__btn {font-size: 12px; padding: 5px;}
}

.publicationsList {
    margin-bottom: 48px;
}

.toggleItem__btns span {
    color: #800309;
}

.newsItem__content .newsItem__text {
    min-height: 0;
    margin-bottom: 10px;
}

.serviceView.newsControl {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .sliderLarge__text {
        line-height: inherit;
    }

    .sliderLarge__btn {
        margin-bottom: 20px;
    }
}

.socIcons-vertical {
    height: 120px;
}