@media screen and (min-width: 768px) {
    .map--oe .map-div {
        width: 510px;
        padding: 30px 40px;
        background: rgba(50, 148, 41, 0.8);
    }
    .map--oe .map-div .map-div__title {
        font-weight: 700;
        font-size: 27px;
    }
    .map--oe .map-div .map-div__text {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
    }    
}
.map--oe .map-div .map-div__text a {
    color: #fff;
    text-decoration: underline;
}
.map--oe .map-div .map-div__text a:hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .map--oe .map-div {
        background: rgba(50, 148, 41, 1);
    }
    .map--oe .map-div .map-div__text {
        font-size: 14px;
    }    
}

/* новости */
.left-nav__list--oe  .left-nav-icon {
    display: inline-block;
    vertical-align: middle;
    background: url(/assets/css/img/left-nav-icons.png) no-repeat;
}

.left-nav__list--oe  .left-nav-icon.icon-1 {
    width: 36px;
    height: 36px;
    background: url(/assets/css/img/news_icon.svg) no-repeat;
}
.left-nav__list--oe  .left-menu > li.open .left-nav-icon.icon-1 {
    background-position: 0px 0px;
}

.left-nav__list--oe  .left-nav-icon.icon-2 {
    width: 36px;
    height: 36px;
    background-position: 0px 0px;
}
.left-nav__list--oe  .left-menu > li.open .left-nav-icon.icon-2 {
    background-position: -40px 0px;
}
.left-nav__list--oe  .left-nav-icon.icon-3 {
    width: 27px;
    height: 32px;
    background-position: -5px -78px;
}
.left-nav__list--oe  .left-menu > li.open .left-nav-icon.icon-3 {
    background-position: -45px -78px;
}
.left-nav__list--oe  .left-nav-icon.icon-4 {
    width: 36px;
    height: 36px;
    background-position: 0px 0px;
}
.left-nav__list--oe  .left-menu > li.open .left-nav-icon.icon-4 {
    background-position: -40px 0px;
}
.left-nav__list--oe  .left-nav-icon.icon-5 {
    width: 27px;
    height: 32px;
    background-position: -5px -78px;
}
.left-nav__list--oe  .left-menu > li.open .left-nav-icon.icon-5 {
    background-position: -45px -78px;
}
.left-nav__list--oe  .left-nav-icon.icon-6 {
    width: 36px;
    height: 36px;
    background-position: 0px 0px;
}
.left-nav__list--oe  .left-menu > li.open .left-nav-icon.icon-6 {
    background-position: -40px 0px;
}
.left-nav__list--oe  .left-nav-icon.icon-7 {
    width: 27px;
    height: 32px;
    background-position: -5px -78px;
}
.left-nav__list--oe  .left-menu > li.open .left-nav-icon.icon-7 {
    background-position: -45px -78px;
}
.left-nav__list--oe  .left-nav-icon.icon-8 {
    width: 38px;
    height: 39px;
    background-position: 0px -156px;
}
.left-nav__list--oe  .left-menu > li.open .left-nav-icon.icon-8 {
    background-position: -40px -156px;
}


.newsPage {
    padding-bottom: 40px;
}
.newsPage__top {
    font-size: 24px;
    margin-bottom: 40px;
}
.newsPage-tableBlock {
    overflow-x: auto;
    width: 100%;
}
table.newsPage__table{
	width: 100%;
	border-collapse:separate;
	border-spacing:1px 1px;
	height: auto;
    margin-top: -40px;
}
table.newsPage__table:first-child {
    margin-top: 0;
}
table.newsPage__table td,
table.newsPage__table th {
	padding: 14px 24px;
    white-space: nowrap;
}
table.newsPage__table th {
	background: #54C2C0;
	color: #fff; 
	font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
table.newsPage__table td {
    font-size: 16px;
    background: #EDEDED;
}
table.newsPage__table td:nth-child(4) {
    font-weight: 600;
}
table.newsPage__table tr:nth-child(2n) td {
    background: #F3F3F3;
}
table.newsPage__table tr.newsPage__table__total td {
    background: #EBF4F4;
}
table.newsPage__table .newsPage__table__bold {
    font-weight: 600;
}
.newsPage__table__hidden td {
    background: #fff !important;
}

.newsPage-tableScroll {
    width: 100%;
    position: relative;
}
.newsPage-tableBlock__buttonScroll {
    display: none;
    position: fixed;
    right: 10px;
    top: calc(50% + 60px);
    cursor: pointer;
    width: 47px;
    height: 47px;
    background: #54C2C0;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .newsPage__top {
        font-size: 16px;
        margin-bottom: 20px;
    }
    table.newsPage__table th,
    table.newsPage__table td {
        font-size: 14px;
    }
    .newsPage-tableBlock {
        padding-bottom: 10px;
        margin-bottom: -10px;        
    }
    .newsPage-tableBlock__buttonScroll {
        display: flex;
        align-items: center;
        justify-content: center;       
    }
}
