@media(max-width:767px) {}

@media(min-width:768px) and (max-width:991px) {}

@media(min-width:992px) and (max-width:1199px) {}

@media(min-width:1200px) {}

html {
    font-size: 14px;
}

body {
    font: 14px/18px Arial, Helvetica, sans-serif;
    /* min-width: 1230px; */
}

a {
    color: #222626;
}

a:focus {
    outline: none;
}

.wrapper {
    width: 1170px;
    margin: 0 auto;
}

.header {
    position: relative;
    height: 170px;
}

.logo img {
    max-width: 100%;
}

.navigation__top {
    /* background: url("../images.tpl/navigation_bg.png") repeat-x; */
    background: rgb(35, 79, 135);
    background: linear-gradient(180deg, rgba(35, 79, 135, 1) 0%, rgba(38, 96, 171, 1) 100%);
    /* height: 60px;
  padding-top: 10px; */
    /* min-height: 50px; */
    margin-top: 20px;
}

@media (max-width:767px) {
    .menu__top {
        padding-right: 50px;
    }

    .menu__top>li>a {
        color: white;
    }

    .menu__top>li {}

    .dropdown-menu>li>a {
        color: white;
        white-space: normal;
        font-size: 1rem;
    }

    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: rgba(38, 96, 171, 1);
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: rgba(38, 96, 171, 1);
        border-color: none;
    }

    .menu__top .down-arrow {
        position: absolute;
        z-index: 1000000;
        right: -50px;
        top: 0;
        background: url("/images.tpl/down-arrow.svg") no-repeat center center;
        width: 50px;
        height: 50px;
        background-size: 10px;
    }

    .menu__top ul .down-arrow {
        right: -40px;
        top: 0;
        width: 30px;
        height: 30px;
    }

    .dropdown-submenu {
        position: relative;
    }

    .footer__copy {
        text-align: center;
        display: block;
    }

    .navigation__searchform {
        padding: 1rem 0;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        margin: 1rem -15px;
    }

    .menu__top li[class*="lvl"] {
        margin-left: .5rem;
    }
}

@media(min-width:768px) {
    .navigation__top {
        padding-top: 5px;
    }

    .menu__top {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        max-width: 850px;
    }

    .menu__top>li {
        display: block;
        float: left;
    }

    .menu__top>li>a {
        color: white;
        text-transform: uppercase;
        display: block;
        /* height: 50px; */
        line-height: 40px;
        padding: 0 10px 5px;
        font-size: 1.1rem;
        text-decoration: none;
    }

    .menu__top>li:hover>a {
        background: rgba(16, 50, 93, 0.5);
        border-radius: 5px 5px 0 0;
    }

    .menu__top>li.current a {
        background: white;
        color: #222626;
        border-radius: 5px 5px 0 0;
    }

    .menu__top>li:hover>ul {
        display: block;
    }

    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        background: #eeeeee;
        color: #222626;
    }

    .dropdown-menu {
        margin-top: 0;
        width: 300px;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-menu>li>a {
        max-width: 300px;
        white-space: normal;
        padding: 5px 20px;
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    /*.dropdown-submenu.lvl2>.dropdown-menu {
  right: 100%;left:auto;
}*/
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    /*.dropdown-submenu.lvl2>a:after {
  display: block;
  content: " ";
  float: left;
    border-width: 5px 5px 5px 0;
    border-right-color: #ccc;
    margin-left: -12px;
    margin-right:0px;
}*/
    .dropdown-submenu:hover>a:after {
        border-left-color: #fff;
    }

    /*.dropdown-submenu.lvl2:hover>a:after {
  border-right-color: #fff;
}*/
}

@media(min-width:768px) and (max-width:991px) {
    .menu__top>li>a {
        padding: 0 5px 5px;
    }

}

@media(min-width:992px) and (max-width:1199px) {}

.navigation__searchform {}

.navigation__searchform .input-group-addon {
    background: rgba(16, 50, 93, 0.5) !important;
    border: none;
}

.navigation__searchform .form-control {
    background: rgba(16, 50, 93, 0.5) !important;
    border: none;
    color: white;
    height: 40px;
    box-shadow: none;
}

.navigation__searchform button {
    border: 0;
    background: transparent;
    color: white;
    font-size: 16px;
}

.navigation__searchform-wrap {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.h30 {
    height: 30px;
}

.header__topnav {
    padding: 5px 5px 5px 0;
    list-style: none;
    display: inline-block;
}

.header__topnav>li {
    display: inline-block;
}

.header__topnav-time {
    border-right: 1px solid #d7d9d9;
    padding-right: 15px;
    margin-right: 10px;
}

.header__topnav-time time {
    color: #2c62a6;
}

.header__topnav-social {
    padding: 0 0 0 0px;
}

@media (max-width:767px) {
    .header__topnav {
        float: right;
        border-bottom: none;
        border-right: none;
    }
}

.slider__top {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.slider__top-wrap {
    border: 1px solid #dddddd;
    position: absolute;
    top: 41px;
    left: 0;
    overflow: hidden;
    height: 128px;
    width: 100%;
}

.slider__top-header {
    height: 42px;
}

.slider__top-list {
    list-style: none;
    margin: 0;
    height: 110px;
    padding: 0;
    width: 20000em;
    position: relative;
}

.slider__top-list>li {
    padding: 0 10px;
    margin: 10px 0;
    display: block;
    float: left;
    width: 240px;
    border-right: 1px solid #e0ddcf;
    height: 88px;
}

@media(max-width:767px) {}

@media(min-width:768px) and (max-width:991px) {}

@media(min-width:992px) and (max-width:1199px) {
    .slider__top-list>li {
        width: 245px;
    }
}

@media(min-width:1200px) {
    .slider__top-list>li {
        width: 225px;
    }
}

.headline {
    font-size: 1.1rem;
    min-height: 42px;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #222626;
    padding: 0 0 0 15px;
    position: relative;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.headline:before {
    content: "";
    width: 4px;
    min-height: 42px;
    background: #f4b838;
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
}

.headline__top {
    background-color: #fef8e8;
}

.headline__button {
    color: #a4abab;
    height: 42px;
    width: 42px;
    border: 1px solid #dddddd;
    vertical-align: top;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin: -2px -1px 0 0;
}

.headline__button:hover {
    color: #a4abab;
    text-decoration: none;
}

.headline__link {
    color: #222626;
    line-height: 42px;
    text-transform: none;
    margin-right: 10px;
    letter-spacing: 1px;
}

.headline__link:hover {
    color: #222626;
    text-decoration: none;
}

.headline__link.current {
    color: #e9a412;
}

.headline__link.current:hover {
    color: #e9a412;
}

.slider__top-photo {
    float: left;
    display: block;
    margin: 0 10px 0 0;
}

.slider__top-photo img {
    max-width: 63px;
    max-height: 84px;
}

.slider__top-title {
    font-size: 1rem;
    color: #222626;
    display: block;
}

.slider__top-title:hover {
    text-decoration: none;
    color: #222626;
}

.slider__top-annotation {
    font-size: 11px;
    color: #a4abab;
    line-height: 12px;
    display: block;
}

.slider__top-annotation:hover {
    text-decoration: none;
    color: #535353;
}

.col-static-3,
.col-static-9,
.row__static-370,
.row__static-770 {
    float: left;
    display: block;
    min-height: 10px;
}

.col-static-3 {
    width: 285px;
}

.col-static-9 {
    width: 855px;
}

.row__static-770 {
    width: 770px;
}

.margin-r-30 {
    margin-right: 30px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.row__static-370 {
    width: 370px;
}

.news__title-left {
    width: 370px;
    float: left;
    margin-right: 30px;
    padding: 0 0 50px;
}

.news__title-right {
    width: 370px;
    float: left;
}

.newslent__vertical {
    list-style: none;
    padding: 0;
}

.newslent__vertical-item {
    overflow: hidden;
    margin: 0 0 20px 0;
}

.newslent__vertical-image {
    float: none;
    margin: 0 0px 20px 0;
    display: block;
}

.newslent__vertical-image-title {
    float: left;
    margin: 0 20px 0 0;
}

.newslent__vertical-title,
.newslent__vertical-title:hover {
    display: block;
    color: #222626;
    font-size: 1rem;
    text-decoration: none;
    line-height: 16px;
}

.newslent__vertical-bigtitle,
.newslent__vertical-bigtitle:hover {
    display: block;
    color: #222626;
    font-size: 20px;
    text-decoration: none;
    line-height: 27px;
}

.newslent__vertical-annotation,
.newslent__vertical-annotation:hover {
    display: block;
    font-size: 1rem;
    text-decoration: none;
    color: #a4abab;
    margin: 10px 0 0;
}

.newslent__vertical-time {
    display: block;
    color: #a4abab;
    font-size: 15px;
    font-style: italic;
    margin-top: 10px;
}

.newslent__vertical-text {
    overflow: hidden;
}

.newslent__slider-link {
    display: block;
}

.newsimage-middle {
    width: 100%;
}


@media(min-width:768px) {
    .newslent__vertical-image {
        float: left;
        margin: 0 20px 0 0;
    }

    .newsimage-middle {
        width: 270px;
    }
}



.news__detail-title,
.news__detail-title:hover {
    display: block;
    color: #222626;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    margin: 20px 0 0;
}

.news__detail-time {
    display: block;
    color: #a4abab;
    line-height: 35px;
}

.news__detail-annotation,
.news__detail-annotation:hover {
    display: block;
    color: #5f6565;
    text-decoration: none;
    margin: 10px 0;
    line-height: 17px;
}

.news__detail-image img {
    width: 100%;
}

.news__title-left {
    position: relative;
    min-height: 660px;
}

.news__title-right {
    position: relative;
    min-height: 660px;
}

.footerline {
    height: 36px;
    border-right: 1px solid #dadbdb;
    border-bottom: 1px solid #dadbdb;
    display: block;
    margin-top: 20px;
}

.bottomline {
    margin-top: 1rem;
    clear: both;
    height: 36px;
    border-right: 1px solid #dadbdb;
    border-bottom: 1px solid #dadbdb;
}

.bottomline::after {
    content: "";
    display: table;
    clear: both;
}

.link__button:hover,
.link__button {
    display: inline-block;
    background: #fef8e8;
    font-size: 1rem;
    line-height: 22px;
    height: 22px;
    color: #8d8d8d;
    border: 1px solid #c9c9c9;
    padding: 0 20px;
    text-decoration: none;
    position: relative;
}

.link__button:before {
    position: absolute;
    content: "";
    left: -1px;
    top: -1px;
    width: 3px;
    height: 20px;
    background-color: #f4b838;
}

.banner__priemnaya {
    border: 1px solid #e8e9e9;
}

.banner__priemnaya dt {
    background-color: #e0e0e0;
    height: 46px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.6px;
    color: #222626;
    padding: 0 20px;
}

.banner__priemnaya dd {
    background-color: #fef8e8;
    min-height: 100px;
    padding: 0 20px;
    position: relative;
}

.banner__priemnaya dd:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: url("../images.tpl/banner__priemnaya-bg.png") no-repeat;
    width: 130px;
    height: 138px;
}

.banner__priemnaya-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner__priemnaya-list li {
    display: inline-block;
    width: 215px;
    border-bottom: 1px solid #aeaea8;
    padding: 10px 0;
}

.banner__priemnaya-list li:last-child {
    border-bottom: none;
}

.banner__priemnaya-list li a {
    color: #7d8181;
    text-decoration: none;
    font-size: 15px;
    line-height: 30px;
}

.banner__priemnaya-circle {
    border: 1px solid #9d9e9a;
    border-radius: 20px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.newslent__slider {
    position: relative;
    padding: 0 0 20px;
}

.newslent__opros-list {
    list-style: none;
    padding: 0;
    margin: 20px 20px 0;
}

.newslent__slider-list {
    list-style: none;
    padding: 0;
    position: relative;
    width: 20000em;
}

.newslent__slider-wrap {
    overflow: hidden;
    margin: 20px 0px;
}

.newslent__photo-wrap {
    overflow: hidden;
}

.newslent__photo-list {
    list-style: none;
    padding: 0;
    margin: 20px 0px;
    position: relative;
    width: 20000em;
}

.newslent__photo-pic {
    /* min-width: 370px;
  min-height: 220px; */
    width: 100%;
}

.newslent__slider-item {
    overflow: hidden;
    margin: 0 0 20px 0;
    float: left;
    width: 390px;
}

.newslent__photo-item {
    overflow: hidden;
    margin: 0 0 0px 0;
    float: left;
    position: relative;
    /* height: 220px; */
}

.newslent__slider-title,
.newslent__slider-title:hover {
    display: block;
    color: #222626;
    font-size: 1rem;
    text-decoration: none;
    line-height: 16px;
}

.newslent__slider-time {
    display: block;
    color: #a4abab;
    font-size: 15px;
    font-style: italic;
    margin-top: 10px;
}

/*  Calendar START */

.calendar_table {
    width: 100%;
    font-size: 14px;
}

.calendar_table a {}

.calendar_table td {
    text-align: center;
}

.calendar_table_day td {
    color: #8b8c90;
    padding: 15px 5px;
}

.calendar_table_day td.weekend {
    color: #e72c2c;
}

.calendar_table_mounth {}

.calendar_table_mounth td {
    padding: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.calendar_table_number td a {
    display: block;
    line-height: 22px;
    border: 1px solid #dadde0;

    background: #eeeeee;
    color: #222626;
}

.calendar_table_number td.curday a {
    background: white;
}

.calendar_table_item {
    display: block;
    line-height: 22px;
    border: 1px solid #dadde0;
    background: #eeeeee;
    color: #222626;
    text-decoration: underline;
}

.calendar_table_item-disable {
    color: #a4abab;
    text-decoration: none;
}

/* Calendar END */

.slider__photorep-wrap {
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.15);
    padding: 30px;
}

.slider__photorep {
    margin: 0 auto;
    overflow: hidden;
}

.slider__photorep-list {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    position: relative;
    width: 20000px;
}

.slider__photorep-list>li {
    float: left;
    display: block;
    width: 285px;
    height: 220px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}

.slider__photorep-list>li img {
    width: 100%;
}

.slider__photorep-wrap {
    overflow: hidden;
}

.slider__photorep-pagination {
    text-align: center;
}

.slider__photorep-pagination a {
    display: inline-block;
    background-color: #222626;
    text-indent: -3000px;
    width: 8px;
    height: 8px;
    margin: 33px 10px 0;
    vertical-align: top;
}

.slider__photorep-pagination a.active {
    width: 15px;
    height: 15px;
    margin: 30px 10px 0;
    background: white;
    border: 2px solid black;
}

.slider__photorep-txt,
.slider__photorep-txt:hover {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-decoration: none;
}

.slider__photorep-title,
.slider__photorep-title:hover {
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    font-size: 16px;
    display: block;
    text-decoration: none;
    line-height: 20px;
    background: rgba(165, 163, 163, 0.71);
    padding: 10px 10px 10px;
    text-align: center;
}

.slider__photorep-theme {
    text-transform: uppercase;
    color: white;
    background-color: #224e86;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
    padding: 0 15px;
    height: 20px;
    margin-left: 20px;
}

.slider__photorep-theme:before {
    content: "";
    width: 3px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 0;
    background-color: #f4b838;
}

.banner__middle {
    padding: 25px;
    border: 1px solid #d3d4d4;
    display: block;
}

.banner__middle img {
    max-width: 100%;
    max-height: 113px;
}

.form__opros-radio {
    display: block;
}

.form__opros-radio input[type="radio"] {
    line-height: 20px;
    border: 1px solid #c9c9c9;
}

.form__opros-radio span {
    height: 20px;
    border: 1px solid #c9c9c9;
    display: block;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
}

.form__opros-radio:hover span {
    background-color: #efefef;
}

.form__opros-ch {
    float: left;
    margin: 0 5px 0 0;
    padding: 0 2px;
}

.form__opros-tx {
    color: #222626;
    font-weight: 400;
    padding: 0 10px;
}

.slider__banner-list {
    list-style: none;
    padding: 0;
    width: 20000em;
    position: relative;
}

.slider__banner-list li {
    display: block;
    float: left;
    width: 390px;
    border-right: 1px solid #dedede;
    margin-right: 20px;
}

.slider__banner-list img {
    float: left;
    max-width: 120px;
}

.slider__banner-wrap {
    overflow: hidden;
    position: relative;
    height: 60px;
    margin: 30px 0;
}

.slider__banner-title {
    color: #222626;
    font-size: 12px;
    text-decoration: underline;
    vertical-align: top;
    padding: 0px 0 0 18px;
    display: block;
    width: 149px;
    line-height: 1rem;
    float: left;
}

.footer {
    background-color: #224e86;
}

.footer__copy {
    line-height: 60px;
    color: white;
    font-size: 1rem;
}

.footer__menu {
    list-style: none;
    padding: 0;
}

.footer__menu li {
    float: left;
    line-height: 60px;
    margin-left: 20px;
}

.footer__menu a {
    color: #b6bcbc;
}

.pagination>li>a,
.pagination>li>span {
    color: #222626;
    border: none;
    border-radius: 50px !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f4b838;
    border-color: #f4b838;
}

.article__image {
    margin: 0 20px 0px 0;
    float: left;
}

.personlist__vertical {
    list-style: none;
    padding: 0;
}

.personlist__vertical-item {
    overflow: hidden;
    margin: 0 0 20px 0;
}

.personlist__vertical-image {
    float: left;
    margin: 0 15px 0 0;
}

.personlist__vertical-title,
.personlist__vertical-title:hover {
    display: block;
    color: #222626;
    font-size: 1rem;
    text-decoration: none;
    line-height: 15px;
    font-weight: 600;
}

.personlist__vertical-annotation,
.personlist__vertical-annotation:hover {
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #a4abab;
    margin: 10px 0 0;
}

.personlist__vertical-text {
    overflow: hidden;
}

.article__detail-time {
    color: #a4abab;
    display: block;
    margin: 10px 0 20px;
}

.article__detail-preview {
    max-width: 200px;
    float: left;
    margin: 0 20px 10px 0;
}

.newsimage-min {
    width: 100px;
}

.newsimage-small {
    object-fit: cover;
    width: 150px;
    display: inline-block;
    height: auto;
    min-height: 200px;
    background-color: #f0f0f0;
    border: 1px solid #dddddd;
}


.editpage-time {
    font-size: 11px;
    text-align: right;
    display: block;
}

.content table th,
.content table td {
    padding: 10px;
    font: 14px/18px "Arial, Helvetica, sans-serif" ;
}

.content table th > p,
.content table td > p {
    margin: 0;
    padding: 0;
    font: 14px/18px "Arial, Helvetica, sans-serif" ;
}

.content table th > p,
.content table th {
    font: 14px/18px "Arial, Helvetica, sans-serif" ;
    font-weight: bold;
}

.content img {
    max-width: 100%;
}

.content p {
    margin: 1rem 0;
    font-size: 1.1rem;
    line-height: 1.4;
}

.content table {
    max-width: 100%;
}

.photogallery__image {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.photogallery__list {
    margin: 10px 0 0;
    padding: 0;
}

.photogallery__list-item {
    width: 200px;
    min-height: 50px;
    float: left;
    display: block;
    margin: 0 8px 0 0;
    text-align: center;
}

.photogallery__list-item:nth-child(3n+3) {
    margin: 0 0 0 0;
}

.photogallery__list-item:nth-child(3n+1) {
    clear: both;
}

.photogallery__list-img {
    display: inline-block;
    margin: 0 0 10px;
    max-width: 200px;
}

.photogallery__list-time {
    display: block;
    color: #6a6a6a;
    font-size: 11px;
    margin: 1px 0 7px;
}

.photogallery__list-title {
    display: block;
    font-weight: bold;
    margin: 0 0 17px;
    text-decoration: none;
    line-height: 17px;
    font-size: 1rem;
    color: black;
}

.photogallery__list-title:hover {
    text-decoration: underline;
}

.photogallery__list-allmaterial {
    font-size: 1rem;
}

.photogallery__detail-header {
    border-bottom: 1px solid black;
    display: block;
    overflow: hidden;
    height: 24px;
}

.photogallery__detail-title {
    font-size: 20px;
    margin: 20px 0 20px;
}

.newslent_pic {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}

.newslent_pic>li {
    float: left;
    margin: 0 10px 10px 0;
}

.newslent_pic img {
    height: 100px;
}

.newslent__photogallery {
    border-top: 1px solid #8b8c90;
    padding-top: 20px;
    margin: 20px 0 0;
}

.newslent__photogallery_item {
    margin: 0 3px 6px 0;
    display: inline-block;
}

.newslent__photogallery img {
    height: 95px;
}

.form__main {
    font-family: arial;
    font-size: 13px;
    background: #ededed;
    padding: 10px 20px;
    box-shadow: 0px 0px 3px 3px rgba(125, 125, 125, 0.43);
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:hover {
    background-color: rgba(255, 255, 255, 0.226);
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    border-color: #fff;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: 1.2rem !important;
}

.bn-fluid>img {
    width: 100%;
}

.search-link {
    color: white;
    padding: 0 10px 5px;
    font-size: 1.1rem;
    line-height: 40px;
}

.search-link:hover {
    color: white;
}

.onlinevideo iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    max-height: 500px;
}

.surveys-list-col {
    padding: 1rem !important;
}
.surveys-list-col a {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    padding-right: 10rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    min-height: 100px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    border-left: 2px solid #ffbb00 !important;
    background-color: #fff8e8;
    border: 1px solid #efefef;
    transition: all .4s;
}

.surveys-list-col a:active,
.surveys-list-col a:hover {
    background-color: #fff;
    text-decoration: none;
}

main a {
    text-decoration:underline;
}

.newslist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.newslist__item {
    margin-bottom: 1rem;
    padding: 1rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    border: 1px solid #efefef;
}
.newslist__image {
    flex: 0 0 auto;
    max-width: 200px;
}
.newslist__image img {
    width: 100%;
}
.newslist__preview .title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.newslist__preview .annotation {
    margin-bottom: 1rem;
}
.newslist__preview a {
    display: inline-block;
    text-decoration: none;
}
.newslist__preview time {
    color: #efefef;
}