:root {
    --green-job-title-height: 27%;
  }

body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
ul {
    margin: 0;
    padding: 0
}

body {
    font-family: Segoe UI
}

img {
    max-width: 100%
}

* {
    box-sizing: border-box;
    word-break: keep-all!important
}

.page-ebl li,
li {
    list-style: none
}

.header ul li a,
a {
    text-decoration: none
}

.page {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative
}

.header ul li a {
    font-family: Segoe UI;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px
}

.page:not(.page-home) .menu-slider__item-holder ul li {
    margin: 0 0 3px;
    border-radius: 14px 0 13px;
    -webkit-box-shadow: 0 0 11px 0 #000;
    transition: transform .2s ease;
    box-shadow: 10px 4px 12px 0 rgba(0, 0, 0, .24)
}

.page:not(.page-home) .menu-slider__item-holder ul li a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    transition: all .3s ease;
    padding: 13px 0 13px 29px;
    font-weight: 700;
    width: 207px;
    text-transform: uppercase;
}

.page:not(.page-home) header ul li a {
    font-family: Segoe UI;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px
}

.page:not(.page-home) .menu-slider__item-holder ul li:first-child {
    transform: translateX(-46px)
}

.page:not(.page-home) .menu-slider__item-holder ul li:nth-child(2) {
    transform: translateX(-79px)
}

.page:not(.page-home) .menu-slider__item-holder ul li:nth-child(3) {
    transform: translateX(-118px)
}

.page:not(.page-home) .menu-slider__item-holder ul li:nth-child(4) {
    transform: translateX(-153px)
}

.page:not(.page-home) .menu-slider__item-holder ul li:nth-child(5) {
    transform: translateX(-187px)
}

.page:not(.page-home) .menu-slider__item-holder ul li:nth-child(6) {
    transform: translateX(-221px)
}

.page:not(.page-home) .menu-slider__item-holder ul li:nth-child(7) {
    transform: translateX(-254px)
}

.contacts__img-holder {
    display: flex;
		top: 50%; 
	flex-shrink: 0;
}

.contacts__img-holder a {
    margin-left: 40px
}

.contacts__img-holder a img {
    width: 75px
}

.contacts {
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.page-home .contacts {
    align-items: flex-end;
    justify-content: flex-end
}

.contacts__img-holder {
    align-items: flex-end;
    margin-left: 47px;
    margin-right: 22px
}

@media screen and (max-width:1919px) {
    .page:not(.page-home) .menu-slider__item-holder ul li a {
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        width: 202px
    }
    .page:not(.page-home) .menu-slider__item-holder ul li {
        transform: none!important
    }
}

@media screen and (max-width:1500px) {
    .page:not(.page-home) .menu-slider__item-holder ul li a {
        width: 180px
    }
    .page-agenda:not(.page-home) .menu-slider__item-holder ul li a {
        width: 155px
    }
    .contacts__img-holder {
        margin-right: 0;
        margin-left: 26px
    }
    .contacts__item {
        font-size: 13px
    }
    .page-home .contacts {
        justify-content: center
    }
    .contacts__img-holder a {
        margin-left: 20px
    }
}

@media screen and (max-width:1463px) {
    .page-kontakt:not(.page-home) .menu-slider__item-holder ul li a {
        font-size: 10px;
        width: 156px
    }
}

@media screen and (max-width:1340px) {
    .page-kontakt:not(.page-home) .menu-slider__item-holder ul li a {
        width: 146px
    }
}

@media screen and (max-width:1300px) {
    .page:not(.page-home) .menu-slider__item-holder ul li a {
        width: 144px
    }
    .page-ebl:not(.page-home) .menu-slider__item-holder ul li a {
        width: 163px
    }
    .agenda-content:not(.page-home) .menu-slider__item-holder ul li a {
        width: 168px
    }
}

@media screen and (max-width:992px) {
    .mobile-menu-holder {
        overflow: auto!important
    }
}

.page__bg_home {
    background: linear-gradient(45deg, #71b055, #c39b46);
    z-index: -11
}

.page-home .page__bg_over-bg {
    z-index: -7;
    background: url(../img/fond-blanc.png)
}

.page-home .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1559px
}

.agenda-content header,
.common header,
.page-agenda header,
.page-ebl header,
.page-green-job header,
.page-home header,
.page-kontakt header,
.page-links header {
    position: fixed;
    width: 100%;
    z-index: 1000
}

.page-home .header__top-line {
    position: relative;
    padding: 26px;
    width: 100%;
    height: 100%
}

.page-home .header__top-line_bg {
    opacity: .8;
    background: #4d4d4d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.page-home .header__nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 9px
}

.page-home .header__menu-item {
    margin-left: 25px;
    position: relative
}

.page-ebl .header__menu-item:hover:after,
.page-home .header__menu-item:hover:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -3px;
    height: 2px;
    width: 91%;
    margin-left: -46%;
    transition: all .2s ease
}

.page-home .header__logo-link,
.page-home .header__menu-item {
    display: inline-block
}

.header__logo-link:active,
.header__logo-link:focus {
    outline: 0
}

.page-home .header__menu-link {
    font-family: Segoe UI;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px
}

.page-home .header__logo-holder {
    background: #26a3be;
    height: 131px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 618px;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 0 38px 0;
    padding: 15px 55px 10px 0;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .548)
}

.page-home .header__logo-img {
    width: 278px
}

.page-home .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-home .header__row {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-home .header__search-form {
    margin-left: 52px;
    position: relative
}

.page-home .search-form__input {
    border: 0;
    width: 301px;
    padding: 8px 27px 6px 15px;
    border-radius: 11px 0 0 0
}

.page-home .search-form__find-button {
    width: 20px;
    position: absolute;
    right: 8px;
    top: 4px
}

.page-home .main__inner {
    position: relative
}

.page-home .main__img-bg {
    position: absolute;
    transition: all .8s ease
}

.page-home .menu-slider__item-holder a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 14px 10px 14px 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 285px;
    text-transform: uppercase;
}

.page-home .menu-slider__link_material {
    padding: 13px 10px 13px 29px
}

.page-home .menu-slider__link_publ {
    padding: 16px 10px 16px 29px
}

.page-home .menu-slider__link_news {
    padding: 12px 10px 12px 32px
}

.page-home .menu-slider__link_agenda,
.page-home .menu-slider__link_prot {
    padding: 13px 10px 9px 32px
}

.page-home .menu-slider__link_ebl {
    padding: 13px 10px 10px 27px
}

.page-home .menu-slider__item-holder img {
    width: 24px;
    margin-right: 24px;
    height: 34px
}

.page-home .menu-slider__link-icon_agenda {
    width: 26px
}

.page-home .menu-slider__link-icon_projeten {
    width: 23px
}

.page-home .menu-slider__link-icon_news {
    width: 25px
}

.page-home .menu-slider__link-icon_publ {
    width: 29px
}

.page-home .menu-slider__link-icon_material {
    width: 34px
}

.page-home .menu-slider__link-icon_green-job {
    width: 31px
}

.page-home .menu-slider__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0
}

.page-home .menu-slider__item-holder li {
    margin-bottom: 3px;
    border-radius: 19px 0 19px;
    box-shadow: 14px 5px 19px 0 rgba(0, 0, 0, .548);
    transition: transform .2s ease;
    position: relative
}

.page-home .menu-slider__item-holder li:hover {
    transform: translateX(-35px)
}

.page-home .menu-slider__item-holder li:last-child {
    margin: 0
}

.page-home .menu-slider__item_color_blue {
    background: #829296;
    z-index: 2
}

.page-home .menu-slider__item_color_purple {
    background: #9f9388;
    z-index: 3
}

.page-home .menu-slider__item_color_orange {
    background: #ceab77;
    z-index: 4
}

.page-home .menu-slider__item_color_yellow {
    background: #ceba6d;
    z-index: 5
}

.page-home .menu-slider__item_color_green {
    background: #a9ae65;
    z-index: 6
}

.page-home .menu-slider__item_color_strong-green {
    background: #9e8c3f;
    z-index: 7
}

.page-home .menu-slider__item_color_ligh-red {
    background: #a97f4c;
    z-index: 8
}

.page-home .album {
    width: 100%;
    max-width: 1067px;
    background: #ededdb;
    border-radius: 0 0 48px 0;
    z-index: 1
}

.page-home .album__inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-home .album__slider {
    width: 100%;
    max-width: 615px
}

.page-home .album__img_bg {
    position: absolute;
    z-index: 0;
    width: 116px;
    top: -80px;
    left: 66%
}

.page-home .album__header {
    background: #9a6951;
    border-radius: 56px 0 44px;
    color: #fff;
    font-weight: 700;
    padding: 6px 59px 6px 71px;
    font-size: 23px;
    max-width: 736px;
    width: 100%;
    box-shadow: 0 1px 5px 0 #000;
    z-index: 1;
    line-height: 32px
}

.page-home .album__text {
    letter-spacing: 0;
    font-size: 17px;
    line-height: 24px;
    color: #9a6951;
    text-align: left;
    background: #ededdb;
    text-indent: 41px;
    word-break: break-all
}

.page-home .album__text_low {
    color: #9a6951;
    font-style: italic;
    padding-right: 22px
}

.page-home .swiper-container {
    margin-left: 0;
    margin-right: 0
}

.page-home .menu-slider__item-holder {
    margin-right: 31px;
    z-index: 10;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.page-home .contacts__item-holder {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase
}

.page-home .contacts__item {
    display: inline-block;
    margin-right: 1px;
    margin-left: 7px
}

.page-home .contacts__item,
.page-home .contacts__item a,
.page-home .mobile-menu a {
    text-decoration: none;
    color: #fff
}

.page-home .slider_text-slider {
    padding-top: 4px;
    width: 100%;
    max-width: 316px
}

.page-home .album__header-slider {
    width: 100%
}

.page-home .text-header-slider {
    background: #9a6951;
    text-transform: uppercase
}

.page-home .album__slider-pagination {
    text-align: right;
    position: relative;
    padding-right: 10px

}

.page-home .album__slider-pagination .swiper-pagination-bullet {
    background: #ededdb;
    border: 1px solid #9a6951;
    width: 10px;
    height: 10px;
    opacity: 1
}

.page-home .album__slider-pagination .swiper-pagination-bullet-active {
    background: #9a6951
}

.page-home .mobile-menu {
    background: #26a3be;
    top: 96px;
    right: 0;
    padding: 40px 0 1px 41px;
    width: 219px;
    position: fixed;
    border-radius: 0 0 0 18px;
    transition: opacity .2s ease;
    z-index: 12
}

.page-home .mobile-menu_showed {
    opacity: 1;
    z-index: 1001;
    display: block
}

.page-home .mobile-menu li {
    margin-bottom: 18px
}

.page-home .mobile-menu li a,
.page-home .mobile-menu li a img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.page-home .mobile-menu li a img {
    margin-left: 30px
}

.page-home .hamburger {
    display: none;
    cursor: pointer;
    top: 21px!important
}

.page-home .hamburger__line {
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin: 9px 0
}

.page-home .exit__holder {
    text-align: right;
    right: 10px;
    position: absolute;
    top: 10px
}

.page-home .exit__img,
.page-home .swiper-pagination-bullet {
    cursor: pointer
}

.page-home .hamburger,
.page-home .hamburger:focus {
    border: 0;
    outline: 0;
    background: 0
}

.page-home .hamburger {
    -webkit-tap-highlight-color: transparent
}

.page-home .arrow-left,
.page-home .arrow-right {
    color: #fff
}

.page-home .swiper-button-next:after,
.page-home .swiper-button-prev:after {
    content: "";
    font-family: initial
}

.page-home .menu-slider__item-holder a {
    font-size: 17px
}

.page-home .main__img-bg_trees {
    width: 506px;
    top: -116px;
    left: 4%
}

.page-home .main__img-bg_map {
    left: 2%;
    top: -172px
}

.page-home .page__footer {
    margin-top: auto;
    padding-bottom: 20px
}

.page-home .main__img-bg_map {
    width: 521px
}

.page-home .main {
    margin-top: auto;
    margin-bottom: 50px
}

.page-home .main__inner {
    padding-top: 200px
}

.page-home .album__slide-img {
    transition: transform 30s ease
}

.page-home .slide-transition {
    transform: scale(1.3)
}

.page-home .swiper-slide {
    overflow: hidden
}

.page-home .draggble-image-holder {
    position: relative;
    top: 32px
}

.page-home .draggble-image-holder:hover .main__img-bg_trees {
    transform: translate(80px, -11px) scale(.94)
}

.page-home .draggble-image-holder:hover .main__img-bg_map {
    transform: translate(64px, 27px) scale(.88)
}

.page-home .page-home {
    overflow: hidden
}

.page-home .page {
    min-height: 100vh
}

.page-home .page__bg_over-bg {
    opacity: .2
}

.page-home .album__text_low {
    margin-top: 36px;
    text-align: right;
    font-weight: 700
}

.page-home .album-low-link {
    text-decoration: none;
    color: #9a6951
}

.page .header__nav-menu ul li:hover:after,
.page-home .swiper-button-next.swiper-button-disabled,
.page-home .swiper-button-prev.swiper-button-disabled {
    opacity: 1
}

.page-home .swiper-button-next img,
.page-home .swiper-button-prev img {
    width: 22px;
    height: 22px;
    max-width: inherit
}

.page-home .album-text-date {
    text-align: right;
    font-weight: 600
}

.page-home .mobile-menu-holder {
    position: fixed;
    width: 100%;
    height: 100%
}

.page-home .mobile-menu {
    display: block;
    opacity: 1
}

.page-home .img-holder {
    width: 100%
}

.page-home .image-bg {
    position: relative;
    padding-top: 62%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.page-home .swiper-wrapper {
    -ms-flex-align: center;
    align-items: center
}

.page-home .album__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start
}

.page-home .album__header {
    position: relative;
    top: -45px;
    left: -72px;
    min-height: 75px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.page-home .album__slider-pagination {
    top: -2px
}

.page-home .img-holder {
    transition: all 15s linear
}

.page-home .mobile-menu-holder {
    display: block;
    z-index: -100;
    opacity: 0;
    transition: all .4s ease
}

.page-home .mobile-menu-holder.active {
    z-index: 3000;
    opacity: 1
}

.page-home .album__slider {
    -ms-flex-item-align: center;
    align-self: center
}

.page-home .album__inner {
    padding: 0 48px 20px
}

.page-home .swiper-button-next,
.page-home .swiper-button-prev {
    padding: 20px
}

.page-home .slide-no-transition {
    transition: none
}

@media screen and (max-width:1837px) {
    .page-home .draggble-image-holder {
        display: none
    }
    .page-home .container {
        max-width: 1420px
    }
}

@media screen and (max-width:1500px) {
    .page-home .page-home {
        min-height: 100vh;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .page-home .main {
        margin-bottom: 61px
    }
    .page-home .container {
        max-width: 1220px
    }
    .page-home .header__logo-holder {
        width: 435px
    }
    .page-home .menu-slider__item-holder a {
        font-size: 16px
    }
    .page-home .album__inner {
        padding: 0 29px 15px
    }
    .page-home .album__slider {
        margin-right: 30px
    }
    .page-home .menu-slider__inner {
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 0
    }
    .page-home .album__img_bg {
        left: 79%
    }
    .page-home .album__slider {
        max-width: 468px
    }
    .page-home .album {
        max-width: 850px
    }
    .page-home .slider_text-slider {
        max-width: 294px
    }
}

@media screen and (max-width:1300px) {
    .page-home .container {
        max-width: 1140px
    }
    .page-home .search-form__input {
        width: 252px
    }
    .page-home .header__logo-img {
        width: 144px
    }
    .page-home .album__img_bg {
        left: 82%
    }
    .page-home .header__logo-holder {
        height: 82px;
        width: 367px
    }
    .page-home .slider_text-slider {
        max-width: 290px
    }
    .page-home .menu-slider__item-holder a {
        font-size: 11px;
        width: 225px
    }
    .page-home .main__img-bg_map,
    .page-home .main__img-bg_trees {
        display: none
    }
    .page-home .header__logo-holder {
        padding: 15px 21px 10px 0
    }
    .page-home .album__header {
        left: -53px
    }
   
}

@media screen and (max-width:1180px) {
    .contacts__img-holder {
        margin: 0;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0
    }
    .contacts__item-holder {
        order: 1
    }
    .contacts__img-holder a:first-child {
        order: 1;
        margin-top: 20px
    }
    .contacts__img-holder a {
        margin-left: 0
    }
    .page-home .contacts {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center
    }
    .page-home .container {
        max-width: 990px
    }
    .page-home .album__img_bg {
        left: 95%
    }
    .page-home .slider_text-slider {
        max-width: 258px
    }
    .page-home .album__text {
        font-size: 14px
    }
    .page-home .album {
        max-width: 755px
    }
    .page-home .menu-slider__inner,
    .page-home .menu-slider__item-holder ul {
        -ms-flex-align: center;
        align-items: center
    }
    .page-home .menu-slider__inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .page-home .menu-slider__item-holder ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-home .menu-slider__item-holder {
        margin-bottom: 53px
    }
    .page-home .menu-slider__item-holder li {
        width: 201px
    }
    .page-home .main__inner {
        padding-top: 187px
    }
    .page-home .menu-slider__item-holder img {
        margin-right: 6px
    }
    .page-home .header__search-form {
        margin-left: 27px
    }
    .page-home .header__logo-holder {
        width: 250px
    }
    .page-home .search-form__input {
        width: 200px
    }
    .page-home .album__slider {
        max-width: 391px
    }
    .page-home .menu-slider__item-holder a {
        padding: 10px 10px 10px 32px
    }
}

@media screen and (max-width:990px) {
    .page-home .album__img_bg {
        display: none
    }
    .page-home .container {
        max-width: 780px
    }
    .page-home .menu-slider__item-holder a {
        padding: 13px 10px 9px 21px
    }
    .page-home .header__nav-menu,
    .page-home .header__search-form {
        display: none
    }
    .page-home .hamburger {
        display: inline-block
    }
    .page-home .menu-slider__item-holder {
        display: none
    }
    .page-home .contacts__item {
        margin-left: 0
    }

    .page-home .album__slider {
        max-width: inherit;
        margin-right: 0
    }
    .page-home .slider_text-slider {
        max-width: 100%
    }
    .page-home .mobile-menu-holder {
        overflow: scroll
    }
    .page-home .mobile-menu {
        position: absolute
    }
    .page-home .album__header {
        left: -37px
    }
}

@media screen and (max-width:780px) {
    .page-home .container {
        max-width: 576px
    }
    .page-home .text-header-slider {
        line-height: 21px
    }
    .page-home .album__inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .page-home .album__slider,
    .page-home .slider_text-slider {
        margin: 0 auto
    }
    .page-home .slider_text-slider {
        max-width: 404px
    }
    .page-home .album__header {
        padding: 13px 59px 16px 48px;
        font-size: 14px;
        left: -38px
    }
}

.common .page-research .nav-button-page_research {
    display: none;
    margin-left: 20px;
    min-width: 96px;
    margin-bottom: 30px
}

@media screen and (max-width:567px) {
    .common .page-research .nav-button-page_research {
        display: inline-flex;
        justify-content: flex-start
    }
    .page-home .container {
        max-width: 100%
    }
    .page-home .page__bg_over-bg {
        display: none
    }
    .page-home .album {
        background: 0;
        max-width: none
    }
    .page-home .album__slider {
        max-width: inherit
    }
    .page-home .container {
        padding: 0
    }
    .page-home .album__text {
        background: 0;
        color: #fff
    }
    .page-home .album__inner {
        padding: 0
    }
    .page-home .slider_text-slider {
        padding: 0 20px;
        max-width: 100%
    }
    .page-home .text-header-slider {
        text-align: center
    }
    .page-home .album__header {
        border-radius: 36px 0 16px;
        z-index: 5;
        max-width: 308px;
        line-height: 58px;
        top: 0;
        font-size: 12px;
        font-weight: 400;
        margin-left: 25px;
        margin-bottom: -13px;
        padding: 10px 10px 8px;
        position: static
    }
    .page-home .text-header-slider {
        line-height: 18px
    }
    .page-home .main__inner {
        padding-top: 153px
    }
    .page-home .album-low-link {
        color: #fff
    }
    .page-home .footer {
        font-size: 9px
    }
    .contacts__item-holder {
        opacity: .3
    }
    .wrap-pagination{
        justify-content:center!important;
    }
    /* .page-home .album__slider-pagination {
        top: -34px
    } */
    .page-home .album__slider-pagination .swiper-pagination-bullet {
        background: 0;
        border-color: #fff;
        border-width: 1px
    }
    .page-home .album__slider-pagination .swiper-pagination-bullet-active {
        background: #fff
    }
}

@media screen and (max-width:400px) {
    .page-home .header__logo-holder {
        width: 201px
    }
    .page-home .album__header {
        margin-left: 5px
    }
}

.agenda-content textarea:hover,
.common input,
.common input:focus,
.page-agenda input:focus,
.page-agenda textarea:hover,
.page-ebl input,
.page-ebl input:focus,
.page-ebl textarea:hover,
.page-green-job input:focus,
.page-green-job textarea:hover,
.page-kontakt input:focus,
.page-links input,
.page-links input:focus {
    border: 0;
    outline: 0
}

.page-ebl {
    background: #8c999d;
    min-height: 100vh;
    z-index: 0;
    position: relative;
    font-family: Segoe UI;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-ebl .overflow_hidden,
.page-green-job body.overflow_hidden,
.page-green-job html.modal-open,
.page-links body.overflow_hidden {
    overflow: hidden
}

.page-ebl .page__bg_over-bg {
    z-index: -7;
    background: url(../img/fond-blanc.png);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0
}

.page-ebl .container {
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden
}

.page-ebl .main__container {
    min-height: 500px
}

.page-ebl .header__top-line {
    position: relative;
    padding: 15px;
    width: 100%;
    height: 100%
}

.page-ebl .header__top-line_bg {
    opacity: .8;
    background: #4d4d4d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.page-ebl .header__nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px
}

.page-ebl .header__menu-item {
    position: relative;
    margin-left: 15px
}

.page-ebl .header__logo-link,
.page-ebl .header__menu-item {
    display: inline-block
}

.page-ebl .header__menu-link {
    font-family: Segoe UI;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px
}

.page-ebl .header__logo-holder {
    background: #26a3be;
    height: 128px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 484px;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 0 38px 0;
    padding: 28px 28px 10px 0;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .548)
}

.page-ebl .header__logo-img {
    width: 195px
}

.page-ebl .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-ebl .header__row {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-ebl .header__search-form {
    margin-left: 27px;
    position: relative
}

.page-ebl .search-form__input {
    border: 0;
    width: 301px;
    padding: 8px 27px 6px 15px;
    border-radius: 11px 0 0 0
}

.page-ebl .search-form__find-button {
    width: 20px;
    position: absolute;
    right: 8px;
    top: 4px
}

.page-ebl .menu-slider__link {
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 198px;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    transition: all .3s ease;
    font-weight: 700;
    padding: 10px 0 13px 29px
}

.page-ebl .menu-slider__link.active,
.page-ebl .menu-slider__link:hover {
    padding-top: 34px
}

.page-ebl .menu-slider__link_material {
    padding-left: 29px
}

.page-ebl .menu-slider__link_publ {
    padding-left: 20px;
    letter-spacing: 1px
}

.page-ebl .menu-slider__link_news {
    padding-left: 32px
}

.page-ebl .menu-slider__link_prot {
    padding-left: 31px
}

.page-ebl .menu-slider__link_agenda {
    padding-left: 29px
}

.page-ebl .menu-slider__link_ebl {
    width: 257px;
    padding-left: 46px
}

.page-ebl .menu-slider__link-icon {
    width: 33px;
    margin-right: 24px
}

.page-ebl .menu-slider__link-icon_agenda {
    width: 26px
}

.page-ebl .menu-slider__link-icon_projeten {
    width: 23px
}

.page-ebl .menu-slider__link-icon_news {
    width: 25px
}

.page-ebl .menu-slider__link-icon_publ {
    width: 29px
}

.page-ebl .menu-slider__link-icon_material {
    width: 34px
}

.page-ebl .menu-slider__link-icon_green-job {
    width: 31px
}

.page-ebl .menu-slider__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-ebl .menu-slider__item {
    margin-bottom: 3px;
    border-radius: 14px 0 13px;
    transition: transform .2s ease
}

.page-ebl .menu-slider__item:last-child {
    margin: 0
}

.page-ebl .menu-slider__item_color_blue {
    background: #829296;
    z-index: 7;
    transform: translateX(-46px)
}

.page-ebl .menu-slider__item_color_purple {
    background: #9f9388;
    transform: translateX(-79px);
    z-index: 6
}

.page-ebl .menu-slider__item_color_orange {
    background: #ceab77;
    transform: translateX(-118px);
    z-index: 5
}

.page-ebl .menu-slider__item_color_yellow {
    background: #ceba6d;
    transform: translateX(-153px);
    z-index: 4
}

.page-ebl .menu-slider__item_color_green {
    background: #a9ae65;
    transform: translateX(-187px);
    z-index: 3
}

.page-ebl .menu-slider__item_color_strong-green {
    background: #9e8c3f;
    transform: translateX(-221px);
    z-index: 2
}

.page-ebl .menu-slider__item_color_ligh-red {
    background: #a97f4c;
    transform: translateX(-254px);
    z-index: 1
}

.page-ebl .menu-slider__item-holder {
    -ms-flex-item-align: end;
    align-self: flex-end;
    z-index: 0
}

.page-ebl .menu-slider__item-holder ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.page-ebl .hamburger {
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.page-ebl .hamburger,
.page-ebl .hamburger:focus {
    border: 0;
    outline: 0;
    background: 0
}

.page-ebl .hamburger__line {
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin: 9px 0
}

.page-ebl .scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 43px;
    background: #26a3be;
    z-index: 100;
    border-radius: 50%;
    text-align: center;
    display: none
}

.page-ebl .scrollup__arrow {
    width: 26px;
    transform: translateY(7px)
}

.page-ebl .mobile-menu {
    background: #26a3be;
    top: 74px;
    right: 0;
    padding: 40px 0 1px 41px;
    z-index: 200;
    width: 219px;
    position: absolute;
    border-radius: 0 0 0 18px;
    transition: opacity .2s ease
}

.page-ebl .mobile-menu_showed {
    opacity: 1;
    z-index: 1001;
    display: block
}

.page-ebl .mobile-menu li {
    margin-bottom: 18px
}

.page-ebl .mobile-menu li a,
.page-ebl .mobile-menu li a img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.page-ebl .mobile-menu li a img {
    margin-left: 30px
}

.page-ebl .contacts__item a,
.page-ebl .mobile-menu a {
    text-decoration: none;
    color: #fff
}

.page-ebl .exit__holder {
    text-align: right;
    right: 10px;
    position: absolute;
    top: 10px
}

.page-ebl .page__footer {
    padding-bottom: 15px
}

.page-ebl .contacts__item-holder {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px
}

.page-ebl .contacts__item {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-left: 7px
}

.page-ebl .main {
    padding-top: 201px;
    margin-bottom: 72px
}

.page-ebl .nav-button-page {
    color: #fff;
    background: #8c999d;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .336);
    border-radius: 56px 0 41px 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 101;
    padding: 11px 0 12px 35px
}

.page-ebl .nav-button-page__icon {
    width: 28px;
    margin-right: 16px
}

.page-ebl .nav-button-page__text {
    font-size: 28px;
    font-weight: 600
}

.page-ebl .filters-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 64px;
    padding-left: 99px;
    padding-top: 4px
}

.page-ebl .filters-block__menu {
    padding-top: 17px;
    transform: translate(-13px, -23px)
}

.page-ebl .filters-block__menu ul,
.page-ebl .filters-block__menu ul li a {
    box-sizing: content-box
}

.page-ebl .filters-block__menu ul {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 0 0 19px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 13px 6px 36px;
    height: 17px
}

.page-ebl .filters-block__menu ul li,
.page-ebl .filters-block__menu ul li a {
    color: #8c999d;
    cursor: pointer;
    background: #fff;
    transition: outline .2s ease, transform .2s ease, padding .2s ease
}

.page-ebl .filters-block__menu ul li {
    font-size: 13px;
    margin-right: 3px;
    z-index: 10
}

.page-ebl .filters-block__menu ul li a {
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 0 7px
}

.page-ebl .filters-block__menu ul li.text-filters {
    margin-right: 14px
}

.page-ebl .row_news {
    -ms-flex-pack: center;
    justify-content: center
}

.page-ebl .col {
    width: 681px;
    margin-right: 38px;
    margin-bottom: 41px
}

.page-ebl .card {
    background: #f1eee2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative
}

.page-ebl .card__filter-value {
    position: absolute;
    background: gray;
    color: #fff;
    top: -19px;
    right: 0;
    font-size: 11px;
    padding: 3px 22px 1px;
    border-radius: 15px 0 0 0
}

.page-ebl .card__title {
    background: gray;
    color: #fff;
    padding: 10px 0 10px 25px;
    border-radius: 0 0 30px;
    margin-bottom: 11px;
    font-weight: 500;
    text-transform: uppercase
}

.page-ebl .card__text {
    color: gray;
    padding-left: 24px;
    font-weight: 400;
    line-height: 20px;
    word-break: break-all;
    margin-bottom: 3px
}

.page-ebl .card__bottom-line,
.page-ebl .card__link {
    color: gray;
    font-size: 12px;
    font-weight: 700;
    font-style: italic
}

.page-ebl .card__bottom-line {
    text-align: right;
    padding-right: 3px
}

.page-ebl .card__link {
    text-decoration: none
}

.page-ebl .card__image {
    display: block
}

.page-ebl .card__content-holder {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 8px
}

.page-ebl .card__image_fourth,
.page-ebl .card__image_second,
.page-ebl .card__image_third {
    display: none
}

.page-ebl .filters-block__menu {
    position: relative
}

.page-ebl .filters-block__pointer {
    width: 20px;
    background: 0;
    position: relative;
    z-index: 11;
    outline: 3px solid #8c999d;
    top: 32px;
    height: 35px;
    left: -50px
}

.page-ebl .filters-block__pointer:after,
.page-ebl .filters-block__pointer:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    height: 3px;
    width: 100%
}

.page-ebl .filters-block__pointer:before {
    top: 0
}

.page-ebl .filters-block__pointer:after {
    bottom: 0
}

.page-ebl .filters-block__menu_mobile {
    transition: all .2s ease;
    z-index: 2;
    left: -6px
}

.page-ebl .presentation__image2 {
    display: none
}

.page-ebl .swiper-slide {
    text-align: center
}

.page-ebl .filters-block__menu_mobile ul {
    background: 0;
    width: 176px;
    z-index: -100;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    position: absolute;
    top: 0
}

.page-ebl .filters-block__menu_mobile {
    display: none;
    cursor: pointer
}

.page-ebl .filters-block__menu_mobile .filters-block__item {
    opacity: 0
}

.page-ebl .text-filters_mobile {
    font-weight: 500;
    height: 17px;
    box-sizing: content-box;
    background: #fff;
    border-radius: 0 0 12px 0;
    padding: 9px 26px 12px 57px;
    color: #3aa1b7;
    left: -26px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    box-shadow: 7px 7px 12px 0 rgba(0, 0, 0, .24)
}

.page-ebl .filters-block__menu_mobile ul li a {
    color: #ceba6d;
    cursor: pointer;
    text-decoration: none;
    z-index: -100
}

.page-ebl .filters-block__menu_mobile.active {
    z-index: 100;
    background: #fff
}

.page-ebl .filters-block__menu_mobile.active ul {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    padding: 51px 20px 20px 42px;
    background: #fff
}

.page-ebl .filters-block__menu_mobile.active ul li a {
    z-index: 100
}

.page-ebl .filters-block__menu_mobile.active ul li {
    opacity: 1;
    margin-bottom: 14px
}

.page-ebl .filters-block__menu_mobile {
    position: relative
}

.page-ebl .text-filters_mobile {
    z-index: 100;
    position: relative;
    bottom: -5px
}

.page-ebl .form-holder {
    width: 100%;
    max-width: 743px;
    margin: 0 auto
}

.page-ebl .form {
    background: #e8eaeb;
    border-radius: 49px 0 47px 0;
    padding: 52px 61px 59px 48px
}

.page-ebl .input {
    background: #3aa1b7;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 4px 0
}

.page-ebl .input_radio {
    width: auto;
    height: auto;
    display: none
}

.page-ebl .input_radio+label:before {
    content: "";
    border-radius: 50%;
    display: inline-block;
    color: #000;
    line-height: 20px;
    margin: -5px 19px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    transition: font-size .3s ease;
    background: #3aa1b7
}

.page-ebl .input_radio:checked+label:before {
    font-size: 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-ebl .input_radio:checked+label:after,
.page-green-job .input_radio:checked+label:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    transition: font-size .3s ease;
    transform: translate(-50%, -50%);
    background: #000;
    opacity: 1
}

.page-ebl .form__title {
    color: #3aa1b7;
    font-size: 37px;
    margin-bottom: 39px;
    text-transform: uppercase
}

.page-ebl .input-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px
}

.page-ebl .input-row label {
    color: #000;
    width: 49%;
    position: relative;
    cursor: pointer
}

.page-ebl .input-holder {
    width: 51.2%
}

.page-ebl .radio-holder {
    margin-bottom: 11px
}

.page-ebl .button-holder {
    text-align: center;
    margin-top: 3px;
    padding-left: 84px;
    padding-top: 20px
}

.page-ebl .button {
    background: #3aa1b7;
    padding: 13px 9px;
    color: #fff;
    font-weight: 600;
    border-radius: 7px;
    font-size: 17px
}

.page-ebl .left-part-hodler {
    width: 772px;
    margin-right: 76px
}

.page-ebl .left-part {
    border-radius: 50px 0 0 0;
    padding: 20px 58px 58px 60px
}

.page-ebl .left-part-top {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-ebl .left-part {
    background: #e8ebeb
}

.page-ebl .left-part-top {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px
}

.page-ebl .left-part__title {
    font-weight: 700;
    font-size: 66px;
    line-height: 58px;
    padding-top: 85px;
    color: #4c4c4c
}

.page-ebl .ebl-read-link {
    display: none
}

.page-ebl .right-part-holder {
    width: 543px;
    transform: translateY(-52px)
}

.page-ebl .right-part__title {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-left: 11px
}

.page-ebl .right-part__worker-bottom {
    text-align: center;
    background: #3aa1b7;
    padding: 3px 10px 4px 5px;
    font-size: 14px;
    color: #fff;
    border-radius: 0 0 16px 0
}

.page-ebl .right-part__worker-bottom a {
    color: #fff;
    font-style: italic
}

.page-ebl .right-part__worker-image {
    display: block
}

.page-ebl .right-part__item {
    width: 155px;
    margin-right: 39px
}

.page-ebl .right-part__item a {
    text-decoration: underline
}

.page-ebl .right-part__workers {
    display: -ms-flexbox;
    display: flex
}

.page-ebl .right-part__item_center {
    padding-top: 39px
}

.page-ebl .right-part-text {
    background: #3aa1b7;
    color: #fff;
    font-size: 14px;
    padding: 47px 42px
}

.page-ebl .workers-holder {
    margin-bottom: 77px
}

.page-ebl .left-part__main {
    font-weight: 500;
    color: #4d4d4d;
    font-size: 17px;
    word-break: break-all
}

.page-ebl .left-part__main img {
    max-width: 100%;
    height: auto;
}

.page-ebl .text-filters_second {
    left: -45px;
    z-index: 99;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.page-ebl .message-input,
.page-ebl .text-filters.active {
    background: #3aa1b7;
    color: #fff
}

.page-ebl .message-input {
    resize: none;
    height: 115px;
    width: 100%;
    padding-left: 5px;
    border: 0
}

.page-ebl .members__main-line {
    letter-spacing: 1px;
    color: #3aa1b7;
    text-align: left;
    padding: 28px 68px;
    font-weight: 700;
    font-size: 32px;
    position: relative
}

.page-ebl .members__main-image {
    position: absolute;
    top: 32%;
    right: 5px;
    transition: transform .3s ease
}

.page-ebl .members__main-image.active {
    transform: rotate(180deg)
}

.page-ebl .members-holder {
    cursor: pointer;
    background: #e8eaeb;
    width: 549px;
    border-radius: 20px 0 0 0;
    margin-bottom: 50px
}

.page-ebl .members-list {
    display: none;
    padding-left: 86px;
    padding-bottom: 39px
}

.page-ebl .members-item {
    color: #4d4d4d;
    font-size: 17px;
    margin-bottom: 4px
}

.page-ebl .members__titel {
    color: #fff;
    padding-left: 80px;
    font-size: 42px;
    margin-bottom: 50px
}

.page-ebl .row__members {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-ebl .map-link {
    transform: translateY(-92px)
}

.page-ebl .ginne__left-part-title {
    color: #3aa1b7;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 50px;
    width: 100%
}

.page-ebl .ginne__left-part_text {
    color: #4d4d4d;
    font-size: 18px;
    word-break: break-all
}

.ginne__left-part_text a {
    color: #3aa1b7
}

.page-ebl .ginne__left-part {
    background: #e8eaeb;
    border-radius: 45px 0 0 0;
    padding: 44px 42px 50px 67px
}

.page-ebl .ginne__left-part-image {
    float: right
}

.page-ebl .clear {
    clear: both
}

.page-ebl .ginne__left-part {
    width: 764px
}

.page-ebl .ginne__left-part-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 33px
}

.page-ebl .ginne-top-text {
    width: 232px;
    text-align: justify;
    font-size: 18px;
    color: #4d4d4d;
    word-break: break-all;
    text-indent: 27px
}

.page-ebl .ginne__right-part {
    background: #3aa1b7;
    padding: 45px 25px
}

.page-ebl .ginne-right-item {
    color: #fff;
    list-style: initial;
    margin-bottom: 10px
}

.page-ebl .ginne {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-ebl .ginne__right-part {
    width: 542px
}

.page-ebl .right-part-title {
    color: #fff;
    padding-left: 23px;
    font-size: 18px
}

.page-ebl .ginne-right-list {
    padding-left: 21px;
    margin-top: 13px;
    margin-bottom: 56px
}

.page-ebl .ginne-table {
    width: 100%;
    margin-top: 21px;
    margin-bottom: 25px
}

.page-ebl .ginne-table td {
    border: 1px solid #fff;
    width: 50%;
    padding: 8px 18px;
    color: #fff
}

.page-ebl .ginne-line {
    color: #fff
}

.page-ebl table {
    border-collapse: collapse
}

.page-ebl .ginne__right-top {
    padding: 0 23px
}

.page-ebl .page__bg_over-bg {
    opacity: .2
}

.page-ebl .mobile-menu-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 200
}

.page-ebl .nav-button-link {
    z-index: 101;
    text-decoration: none
}

.page-ebl .popup-scroll-button {
    display: none
}

.page-ebl .menu-slider__inner {
    padding-right: 0
}

.page-ebl .menu-slider__item-holder ul {
    transform: translateX(198px);
    min-height: 100px
}

.page-ebl .menu-slider__item-holder {
    margin-right: 0
}

.page-ebl .input {
    padding-left: 5px
}

.page-ebl .button:hover {
    box-shadow: 0 0 10px 0 #3aa1b7
}

.page-ebl .button {
    border: 0;
    cursor: pointer;
    transition: all .2s ease
}

.page-ebl .menu-slider__item {
    box-shadow: 10px 4px 12px 0 rgba(0, 0, 0, .24)
}

.page-ebl .popup__inner {
    position: absolute;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: auto;
    width: 100%
}

.page-ebl .nav-button-page {
    width: 194px
}

.page-ebl .presentation__inner {
    background: #f1eee2;
    border-radius: 0 43px 0 39px;
    display: -ms-flexbox;
    display: flex;
    color: #666;
    padding: 31px 68px 58px 29px
}

.page-ebl .gallery {
    margin-right: 21px
}

.page-ebl .gallery__main-slider {
    margin-bottom: 14px
}

.page-ebl .presentation {
    max-width: 1402px;
    margin: 0 auto 40px
}

.page-ebl .left-part__main a {
    color: #26a3be;
    text-decoration: none
}

.page-ebl .presentation_title {
    color: #26a3be;
    margin-top: 68px;
    margin-bottom: 18px;
    font-size: 29px
}

.page-ebl .presentation__content {
    font-weight: 500;
    padding-top: 5px
}

.page-ebl .presentation__text {
    word-spacing: 3px
}

.page-ebl .gallery__mini-slider .swiper-slide {
    cursor: pointer
}

.page-ebl .presentation__content li {
    font-weight: 700;
    margin-top: 23px
}

.page-ebl .presentation__line-before-last {
    margin-top: 39px;
    font-size: 20px
}

.page-ebl .presentation__line-before-last a {
    margin-left: 20px
}

.page-ebl .presentation__bottom-line {
    margin-top: 56px
}

.page-ebl .popup-title {
    font-size: 43px;
    margin-bottom: 18px;
    color: #fff
}

.page-ebl .pop-up-page {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: hidden;
    min-height: 0;
    position: fixed
}

.page-ebl .transforma-bg {
    position: fixed
}

.page-ebl .gallery__mini-slider-holder_mobile {
    display: none
}

.page-ebl .pop-up-page {
    opacity: 0;
    z-index: -10
}

.page-ebl .pop-up-page.active {
    opacity: 1;
    z-index: 102
}

.page-ebl .popup-scroll-button {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 43px;
    background: #26a3be;
    z-index: 101;
    border-radius: 50%;
    text-align: center
}

.page-ebl .swiper-slide-thumb-active {
    opacity: .6
}

.page-ebl .gallery {
    width: 100%;
    max-width: 672px
}

.page-ebl .members-list a {
    color: #4d4d4d;
    text-decoration: none
}

.page-ebl .menu-slider__inner {
    display: block
}

.page-ebl .header__row {
    padding-right: 0
}

.page-ebl .right-part-text a {
    text-decoration: none;
    color: #fff
}

.page-ebl .container {
    max-width: 1421px
}

.page-ebl .form-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 819px;
    margin: 0 auto 73px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-ebl .abonnent-tab {
    margin-right: 61px
}

.page-ebl .abonnent-tab,
.page-ebl .privat-tab {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -ms-flex-align: center;
    align-items: center
}

.page-ebl .circle,
.page-ebl .circle.active:before {
    border-radius: 50%
}

.page-ebl .circle {
    background: #e8ebeb;
    margin-right: 20px;
    width: 28px;
    position: relative;
    height: 28px
}

.page-ebl .circle.active:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 9px;
    width: 10px;
    height: 10px;
    background: #000
}

.page-ebl .tab-text {
    color: #fff;
    font-size: 34px;
    font-weight: 600
}

.page-ebl .privat-form {
    display: none
}

.page-ebl .forms-holder {
    margin: 177px auto 44px
}

.page-ebl .img-holder {
    width: 100%
}

.page-ebl .img-holder-tree {
    width: 318px
}

.page-ebl .image-bg {
    position: relative;
    padding-top: 73.25%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.page-ebl .image-bg-map {
    padding-top: 122.25%;
    background-position: 100%
}

.page-ebl .map-link {
    width: 54%
}

.page-ebl .members {
    width: 40%
}

.page-ebl .ginne-top-right {
    width: 55%
}

.page-ebl .image-bg-people {
    padding-top: 109%
}

.page-ebl .abonnent-tab,
.page-ebl .privat-tab {
    cursor: pointer
}

@media screen and (max-width:1919px) {
    .page-ebl .menu-slider__item-holder {
        margin: 0
    }
    .page-ebl .header__logo-holder {
        height: 59px;
        padding: 3px 45px 10px 0;
        width: 343px
    }
    .page-ebl .header__logo-img {
        width: 139px
    }
    .page-ebl .menu-slider__item-holder ul {
        transform: none
    }
    .page-ebl .menu-slider__inner {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }
    .page-ebl .menu-slider__link_ebl {
        width: 178px;
        padding-left: 4px
    }
    .page-ebl .menu-slider__item_color_blue,
    .page-ebl .menu-slider__item_color_green,
    .page-ebl .menu-slider__item_color_ligh-red,
    .page-ebl .menu-slider__item_color_orange,
    .page-ebl .menu-slider__item_color_purple,
    .page-ebl .menu-slider__item_color_strong-green,
    .page-ebl .menu-slider__item_color_yellow {
        transform: none
    }
    .page-ebl .menu-slider__link {
        padding-left: 0
    }
    .page-ebl .page__footer {
        margin-top: auto
    }
    .page-ebl .menu-slider__inner {
        display: block
    }
    .page-ebl .menu-slider__item-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .page-ebl .footer,
    .page-ebl .main {
        margin-top: auto
    }
}

@media screen and (max-width:1463px) {
    .page-ebl .col {
        width: 595px
    }
    .page-ebl .card__image-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .page-ebl .card__title {
        font-size: 15px
    }
    .page-ebl .map-link {
        transform: none
    }
}

@media screen and (max-width:1466px) {
    .page-ebl .menu-slider__link {
        width: 166px
    }
}

@media screen and (max-width:1434px) {
    .page-ebl .container {
        max-width: 1300px
    }
    .page-ebl .left-part-hodler {
        margin-right: 0
    }
    .page-ebl .right-part-holder {
        transform: none
    }
    .page-ebl .right-part__title {
        padding-left: 0;
        text-align: center
    }
    .page-ebl .right-part-holder {
        margin-top: 50px
    }
    .page-ebl .ginne {
        -ms-flex-pack: center;
        justify-content: center
    }
    .page-ebl .members__titel {
        text-align: center;
        padding-left: 0
    }
    .page-ebl .ginne__left-part {
        margin-bottom: 66px
    }
    .page-ebl .filters-block {
        padding-left: 0;
        -ms-flex-pack: center;
        justify-content: center
    }
    .page-ebl .ginne__right-part {
        width: 764px
    }
    .page-ebl .map-link {
        width: 49%
    }
}

@media screen and (max-width:1307px) {
    .page-ebl .presentation_title {
        margin-top: 20px
    }
}

@media screen and (max-width:1260px) {
    .page-ebl .card__text,
    .page-ebl .card__title {
        font-size: 13px
    }
    .page-ebl .card__content-holder {
        padding-bottom: 12px
    }
    .page-ebl .card {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .page-ebl .col {
        max-width: 373px
    }
    .page-ebl .card__image-holder {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:1235px) {
    .page-ebl .presentation__bottom-line {
        margin-top: 56px
    }
    .page-ebl .presentation__line-before-last {
        margin-top: 26px
    }
}

@media screen and (max-width:1231px) {
    .page-ebl .presentation__inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .page-ebl .gallery {
        margin: 0 auto 26px
    }
}

@media screen and (max-width:1179px) {
    .page-ebl .menu-slider {
        display: none
    }
    .page-ebl .hamburger {
        display: inline-block
    }
    .page-ebl .header__nav-menu,
    .page-ebl .search-form {
        display: none
    }
   
}

@media screen and (max-width:1102px) {
    .page-ebl .members {
        width: 100%;
        margin-bottom: 60px
    }
    .page-ebl .members-holder {
        margin-left: auto;
        margin-right: auto
    }
    .page-ebl .map-link {
        transform: none;
        margin: 0 auto
    }
    .page-ebl .image-bg-map {
        background-position: 50%
    }
}

@media screen and (max-width:1095px) {
    .page-ebl .filters-block {
        padding-left: 0;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:992px) {
    .page-ebl .header__row {
        padding-right: 10px
    }
    .page-ebl .mobile-menu-holder {
        overflow: scroll
    }
}

@media screen and (max-width:813px) {
    .page-ebl .col {
        max-width: 492px
    }
    .page-ebl .card__image {
        display: none
    }
    .page-ebl .card__image_second {
        display: block
    }
    .page-ebl .nav-button-page__text {
        font-size: 21px
    }
}

@media screen and (max-width:765px) {
    .page-ebl .gallery__main-slider .presentation__image {
        display: none
    }
    .page-ebl .presentation__image2 {
        display: block;
        margin: 0 auto
    }
    .page-ebl .presentation__inner {
        padding: 31px 18px 58px 29px
    }
    .page-ebl .header__logo-holder {
        width: 268px
    }
}

@media screen and (max-width:727px) {
    .page-ebl .ginne-top-text {
        width: 100%
    }
    .page-ebl .ginne__left-part-title {
        text-align: center
    }
    .page-ebl .ginne__left-part-top {
        -ms-flex-pack: center;
        justify-content: center
    }
    .page-ebl .nav-button-page__text {
        font-size: 24px
    }
    .page-ebl .filters-block__menu ul {
        padding: 10px 13px 9px 36px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .411)
    }
    .page-ebl .filters-block__pointer {
        display: none
    }
    .page-ebl .filters-block__menu {
        transform: translate(-13px, -7px)
    }
    .page-ebl .main {
        padding-top: 114px
    }
    .page-ebl .filters-block__menu {
        display: none
    }
    .page-ebl .filters-block__menu_mobile {
        display: block
    }
}

@media screen and (max-width:660px) {
    .page-ebl .left-part-top {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    .page-ebl .left-part__title {
        margin-bottom: 32px;
        padding-top: 39px
    }
    .page-ebl .left-part__title br {
        display: none
    }
}

@media screen and (max-width:567px) {
    .page-ebl .col {
        width: 100%
    }
    .page-ebl .container {
        padding: 0
    }
    .page-ebl .main {
        padding-top: 90px
    }
    .page-ebl .nav-button-page__text {
        font-size: 17px
    }
    .page-ebl .nav-button-page__icon {
        margin-right: 7px
    }
    .page-ebl .filters-block__menu ul li {
        font-size: 10px
    }
    .page-ebl .filters-block__menu ul {
        padding: 4px 13px 13px 33px;
        height: 6px;
        border-radius: 0 0 10px 0
    }
    .page-ebl .filters-block__menu {
        padding-top: 11px
    }
    .page-ebl .filters-block {
        margin-bottom: 60px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 11px;
    }
    .page-ebl .card__content-holder {
        position: relative;
        padding-top: 51px
    }
    .page-ebl .card__title {
        position: absolute;
        width: 86%;
        top: -23px
    }
    .page-ebl .contacts__item-holder {
        font-weight: 400;
        font-size: 11px;
        opacity: .7
    }
    .page-ebl .page__footer {
        margin-top: 47px;
        padding-bottom: 25px
    }
    .page-ebl .contacts__item {
        margin-right: 0
    }
    .page-ebl .header__logo-holder {
        width: 200px
    }
    .page-ebl .page__bg_over-bg {
        display: none
    }
    .page-ebl .left-part {
        background: 0;
        border-radius: none
    }
    .page-ebl .mobile-hidden {
        display: none
    }
    .page-ebl .ebl-read-link {
        display: inline
    }
    .page-ebl .link-holder {
        text-align: right
    }
    .page-ebl .left-part__title {
        color: #fff
    }
    .page-ebl .left-part-top {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .page-ebl .left-part__main {
        color: #fff;
        font-weight: 400;
        font-size: 16px
    }
    .page-ebl .ebl-read-link {
        text-decoration: none;
        color: #fff;
        font-style: italic
    }
    .page-ebl .left-part__main a {
        color: #a4ccd8;
        font-style: italic
    }
    .page-ebl .link-holder {
        margin-top: 20px
    }
    .page-ebl .right-part__workers {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .page-ebl .right-part__title {
        text-align: left;
        padding-left: 15px
    }
    .page-ebl .left-part__title {
        width: 50%;
        font-size: 44px
    }
    .page-ebl .img-holder-tree {
        width: 50%
    }
    .page-ebl .left-part {
        padding: 20px
    }
    .page-ebl .right-part__title {
        font-size: 37px;
        font-weight: 600
    }
    .page-ebl .right-part__item_center {
        padding-top: 0
    }
    .page-ebl .right-part__item {
        margin-top: 23px;
        margin-right: 0
    }
    .page-ebl .right-part__title {
        margin-bottom: 14px
    }
    .page-ebl .right-part-text {
        padding: 47px 20px
    }
    .page-ebl .scrollup {
        display: none!important
    }
    .page-ebl .right-part-holder {
        width: 100%
    }
    .page-ebl .abonnent-tab,
    .page-ebl .privat-tab {
        display: inline-block
    }
    .page-ebl .circle.active+.tab-button {
        background: #26a3be;
        color: #fff
    }
    .page-ebl .circle {
        display: none
    }
    .page-ebl .tab-buttons {
        text-align: center
    }
    .page-ebl .tab-button {
        background: #fff;
        padding: 13px 20px;
        color: #26a3be;
        text-decoration: none;
        display: inline-block;
        font-size: 21px;
        font-weight: 500;
        border-radius: 26px 0;
        position: relative;
        z-index: 11
    }
    .page-ebl .tab-button_second {
        left: -18px;
        z-index: 10;
        position: relative
    }
    .page-ebl .ginne__right-part {
        padding: 20px
    }
    .page-ebl .img-holder-people {
        display: none
    }
    .page-ebl .abonnent-tab {
        margin-right: 0
    }
    .page-ebl .form {
        background: 0
    }
    .page-ebl .popup-scroll-button {
        display: none!important
    }
    .page-ebl .nav-button-page__icon {
        width: 24px
    }
    .page-ebl .nav-button-page {
        border-radius: 35px 0 25px 0;
        height: 52px
    }
    .page-ebl .ginne-table td:first-child {
        border-left: 0
    }
    .page-ebl .ginne-table td:nth-child(2) {
        border-right: 0
    }
    .page-ebl .row-negative {
        margin: 0 -20px
    }
    .page-ebl .members__main-line {
        color: #fff;
        background: #26a3be;
        padding: 18px 23px;
        font-weight: 500;
        border-radius: 20px 0 20px 0;
        text-align: center;
        margin: 0 auto 34px;
        cursor: pointer
    }
    .page-ebl .members-holder {
        cursor: pointer;
        background: 0;
        border-radius: 20px 0 0 0;
        margin-bottom: 50px
    }
    .page-ebl .members-list {
        padding-left: 20px
    }
    .page-ebl .mobile-hide-title {
        display: none
    }
    .page-ebl .members {
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }
    .page-ebl .img-holder-map {
        max-width: 100%;
        /* width: auto */
    }
    .page-ebl .map-link {
        margin-bottom: 60px
    }
    .page-ebl .members-item a {
        color: #fff;
        font-size: 23px;
        margin-bottom: 7px;
        text-decoration: none
    }
    .page-ebl .members__main-line {
        font-size: 25px;
        text-transform: uppercase;
        max-width: 295px;
    }
    .page-ebl .ginne__left-part {
        background: 0;
        padding: 20px
    }
    .page-ebl .ginne__right-top,
    .page-ebl .right-part-title {
        padding: 0
    }
    .page-ebl .ginne__left-part-title {
        text-align: start;
        color: #fff
    }
    .page-ebl .members__titel {
        text-align: start
    }
    .page-ebl .nav-button-page {
        width: 145px
    }
    .page-ebl .header__logo-holder {
        border-radius: 0 0 13px 0;
        box-shadow: none
    }
    .page-ebl .text-filters_mobile {
        box-sizing: content-box;
        background: #fff;
        border-radius: 0 0 10px 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .411);
        font-size: 10px;
        padding: 8px 13px 4px 33px;
        left: -28px
    }
    .page-ebl .text-filters_second {
        left: -44px;
        z-index: 99;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-left: 23px
    }
    .page-ebl .ginne-top-text,
    .page-ebl .ginne__left-part,
    .page-ebl .ginne__left-part-top,
    .page-ebl .ginne__left-part_text {
        color: #fff
    }
    .page-ebl .input-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-ebl .input-holder {
        width: 100%
    }
    .page-ebl .form {
        padding: 0 20px
    }
    .page-ebl .form__title {
        color: #fff
    }
    .page-ebl .input-row label {
        margin-bottom: 5px;
        color: #fff;
        width: 35%
    }
    .page-ebl .members__titel {
        padding-left: 20px;
        font-size: 34px;
        margin-bottom: 28px
    }
    .page-ebl .ginne__left-part-title {
        font-size: 29px
    }
    .page-ebl .input-holder-message {
        width: 63%
    }
    .page-ebl .form__title {
        font-size: 33px
    }
    .page-ebl .members-holder {
        width: 100%
    }
    .page-ebl .radio-inputs-holder {
        width: 50%
    }
    .page-ebl .form-tabs {
        padding-left: 20px
    }
    .page-ebl .button-holder {
        padding-left: 0
    }
}

@media screen and (max-width:496px) {
    .page-ebl .tab-button {
        font-size: 12px
    }
}

@media screen and (max-width:410px) {
    .page-ebl .card__image_second {
        display: none
    }
    .page-ebl .card__image_third {
        display: block
    }
    .page-ebl .card__image_fourth {
        display: none
    }
}

.page-green-job * {
    box-sizing: border-box
}

.page-green-job body,
.page-green-job h1,
.page-green-job h2,
.page-green-job h3,
.page-green-job h4,
.page-green-job h5,
.page-green-job h6,
.page-green-job html,
.page-green-job li,
.page-green-job ul {
    margin: 0;
    padding: 0
}

.page-green-job li {
    list-style: none
}

.page-green-job {
    background: #b08a5b;
    min-height: 100vh;
    z-index: 0;
    position: relative;
    font-family: Segoe UI;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-green-job .page__bg_over-bg {
    z-index: -7;
    background: url(../img/fond-blanc.png);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0
}

.page-green-job .container {
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden
}

.page-green-job .main__container {
    min-height: 500px
}

.page-green-job .header__top-line {
    position: relative;
    padding: 15px;
    width: 100%;
    height: 100%
}

.page-green-job .header__top-line_bg {
    opacity: .8;
    background: #4d4d4d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.page-green-job .header__nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px
}

.page-green-job .header__menu-item {
    position: relative;
    margin-left: 15px
}

.page-green-job .header__menu-item:hover:after,
.page-kontakt .header__menu-item:hover:after,
.page-links .header__menu-item:hover:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -3px;
    height: 2px;
    width: 91%;
    margin-left: -46%;
    transition: all .2s ease
}

.page-green-job .header__logo-link,
.page-green-job .header__menu-item {
    display: inline-block
}

.page-green-job .header__menu-link {
    font-family: Segoe UI;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px
}

.page-green-job .header__logo-holder {
    background: #26a3be;
    height: 128px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 484px;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 0 38px 0;
    padding: 28px 28px 10px 0;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .548)
}

.page-green-job .header__logo-img {
    width: 195px
}

.page-green-job .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-green-job .row_cards {
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0;
}

.page-green-job .test-image__holder{
    margin-left: auto;
    width: 28%;
}

.page-green-job .header__row {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-green-job .header__search-form {
    margin-left: 27px;
    position: relative
}

.page-green-job .search-form__input {
    border: 0;
    width: 301px;
    padding: 8px 27px 6px 15px;
    border-radius: 11px 0 0 0
}

.page-green-job .search-form__find-button {
    width: 20px;
    position: absolute;
    right: 8px;
    top: 4px
}

.page-green-job .menu-slider__link {
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 198px;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    transition: all .3s ease;
    padding: 10px 0 13px 29px;
    font-weight: 700
}

.page-green-job .menu-slider__link:hover {
    padding-top: 36px
}

.page-green-job .menu-slider__link_material {
    padding-left: 29px
}

.page-green-job .menu-slider__link_publ {
    padding-left: 20px;
    letter-spacing: 1px
}

.page-green-job .menu-slider__link_news {
    padding-left: 32px
}

.page-green-job .menu-slider__link_prot {
    padding-left: 31px
}

.page-green-job .menu-slider__link_agenda {
    padding-left: 29px
}

.page-green-job .menu-slider__link_ebl {
    width: 257px;
    padding-left: 46px
}

.page-green-job .menu-slider__link-icon {
    width: 33px;
    margin-right: 24px
}

.page-green-job .menu-slider__link-icon_agenda {
    width: 26px
}

.page-green-job .menu-slider__link-icon_projeten {
    width: 23px
}

.page-green-job .menu-slider__link-icon_news {
    width: 25px
}

.page-green-job .menu-slider__link-icon_publ {
    width: 29px
}

.page-green-job .menu-slider__link-icon_material {
    width: 34px
}

.page-green-job .menu-slider__link-icon_green-job {
    width: 31px
}

.page-green-job .menu-slider__inner {
    display: block
}

.page-green-job .menu-slider__item {
    margin-bottom: 3px;
    border-radius: 14px 0 13px;
    -webkit-box-shadow: 0 0 11px 0 #000;
    transition: transform .2s ease
}

.page-green-job .menu-slider__item:last-child {
    margin: 0
}

.page-green-job .menu-slider__item_color_blue {
    background: #829296;
    z-index: 7;
    transform: translateX(-46px)
}

.page-green-job .menu-slider__item_color_purple {
    background: #9f9388;
    transform: translateX(-79px);
    z-index: 6
}

.page-green-job .menu-slider__item_color_orange {
    background: #ceab77;
    transform: translateX(-118px);
    z-index: 5
}

.page-green-job .menu-slider__item_color_yellow {
    background: #ceba6d;
    transform: translateX(-153px);
    z-index: 4
}

.page-green-job .menu-slider__item_color_green {
    background: #a9ae65;
    transform: translateX(-187px);
    z-index: 3
}

.page-green-job .menu-slider__item_color_strong-green {
    background: #9e8c3f;
    transform: translateX(-221px);
    z-index: 2
}

.page-green-job .menu-slider__item_color_ligh-red {
    background: #a97f4c;
    transform: translateX(-254px);
    z-index: 1
}

.page-green-job .menu-slider__item-holder {
    -ms-flex-item-align: end;
    align-self: flex-end;
    z-index: 0
}

.page-green-job .menu-slider__item-holder ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.page-green-job .hamburger {
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.page-green-job .hamburger,
.page-green-job .hamburger:focus {
    border: 0;
    outline: 0;
    background: 0
}

.page-green-job .hamburger__line {
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin: 9px 0
}

.page-green-job .mobile-menu {
    background: #26a3be;
    top: 74px;
    right: 0;
    padding: 40px 0 1px 41px;
    z-index: 200;
    width: 219px;
    border-radius: 0 0 0 18px;
    transition: opacity .2s ease
}

.page-green-job .mobile-menu_showed {
    opacity: 1;
    z-index: 1001;
    display: block
}

.page-green-job .mobile-menu li {
    margin-bottom: 18px
}

.page-green-job .mobile-menu li a,
.page-green-job .mobile-menu li a img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.page-green-job .mobile-menu li a img {
    margin-left: 30px
}

.page-green-job .contacts__item a,
.page-green-job .mobile-menu a {
    text-decoration: none;
    color: #fff
}

.page-green-job .exit__holder {
    text-align: right;
    right: 10px;
    position: absolute;
    top: 10px
}

.page-green-job .page__footer {
    padding-bottom: 15px
}

.page-green-job .contacts__item-holder {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px
}

.page-green-job .contacts__item {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-left: 7px
}

.page-green-job .main {
    padding-top: 201px
}

.page-green-job .nav-button-page {
    color: #fff;
    background: #b08a5b;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .336);
    border-radius: 56px 0 41px 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 101;
    padding: 11px 0 12px 31px;
    position: relative;
    width: 271px
}

.page-green-job .nav-button-page__icon {
    width: 25px;
    margin-right: 20px
}

.page-green-job .nav-button-page__text {
    font-size: 28px;
    font-weight: 600
}

.page-green-job .filters-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 99px
}

.page-green-job .filters-block__menu {
    padding-top: 17px;
    transform: translate(-13px, -23px)
}

.page-green-job .filters-block__menu ul {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 0 0 19px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 13px 6px 36px;
    height: 17px;
    box-sizing: content-box
}

.page-green-job .filters-block__menu ul li,
.page-green-job .filters-block__menu ul li a {
    color: #b08a5b;
    cursor: pointer;
    background: #fff;
    transition: outline .2s ease, transform .2s ease, padding .2s ease
}

.page-green-job .filters-block__menu ul li {
    font-size: 13px;
    margin-right: 3px;
    z-index: 10
}

.page-green-job .filters-block__menu ul li a {
    text-decoration: none;
    display: block;
    height: 100%;
    box-sizing: content-box;
    padding: 0 7px
}

.page-green-job .filters-block__menu ul li.text-filters,
.page-links .filters-block__menu ul li.text-filters {
    margin-right: 14px
}

.page-green-job .row_news {
    margin-right: -38px
}

.page-green-job .card-holder__title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 31px;
    width: 100%;
    margin-left: 0;
}

.page-green-job .cards-holder {
    width: 54%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -27px */
}

.page-green-job .cards-holder:first-child{
margin-bottom: 50px;
}

.page-green-job .first-cards-holder {
    margin-right: 8px
}

.page-green-job .card-holder {
    margin-bottom: 21px;
    margin-right: 25px;
    width: 100%;
}

.page-green-job .card {
    background: #fff;
    width: 100%;
    border-radius: 0 0 23px 0;
    display: flex;
    flex-direction: column
}

.page-green-job .card__main {
    flex-grow: 1;
    display: flex;
    padding: 8px 24px 16px 15px;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 0 18px 0;
    background-color: #fff;
}
.button-holder__fill + .button:nth-child(2) {

}

.page-green-job .card-title {
    background: #26a3be;
    font-size: 18px;
    padding: 13px 15px 15px;
    color: #fff
}

.page-green-job .card__top-text {
    padding-top: 5px;
    font-size: 12px;
    word-spacing: 5px;
    color: #9e9b9b;
    margin-bottom: 0;
}

.page-green-job .card__text {
    color: #666;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 65px;
    margin-bottom: auto;
}

.page-green-job .col {
    width: 681px;
    margin-right: 38px;
    margin-bottom: 41px
}

.page-green-job .nav-button-page__plate {
    color: #a97f4c;
    text-align: left;
    background: #fff;
    position: absolute;
    left: 183px;
    z-index: 100;
    bottom: 12px;
    width: 459px;
    padding: 11px 13px 10px 104px;
    border-radius: 0 0 13px 0
}

.page-green-job .form-holder {
    width: 100%;
    margin: 74px auto 0;
    max-width: 700px
}

.page-green-job .form,
.page-green-job .hide {
    transition: all .3s ease
}

.page-green-job .form {
    background: #fcfbfa;
    border-radius: 49px 0 47px 0;
    padding: 52px 78px 59px 71px
}

.page-green-job .hide {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    z-index: -10;
    margin: 0;
    padding: 0
}

.page-green-job .input {
    background: #26a3be;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 4px
}

.page-green-job .input_radio {
    width: auto;
    height: auto;
    display: none
}

.page-green-job .input_radio+label:before,
.page-green-job .row.space-beetwen {
    -ms-flex-align: center;
    align-items: center
}

.page-green-job .input_radio+label:before {
    content: "";
    border-radius: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000;
    margin: -5px 5px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    transition: font-size .3s ease;
    background: #4eb2c5;
    background: #4eb1c4;
    -ms-flex-pack: center;
    justify-content: center
}

.page-green-job .input_radiochecked {
    font-size: 20px
}

.page-green-job .form__title {
    color: #4eb1c4;
    font-size: 37px;
    margin-bottom: 39px;
    text-transform: uppercase
}

.page-green-job .input-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 21px
}

.page-green-job .input-row label {
    width: 38%;
    color: #6c6c6a;
    position: relative;
    cursor: pointer
}

.page-green-job .input-holder {
    width: 59%
}

.page-green-job .radio-holder {
    margin-bottom: 11px
}

.page-green-job .button-holder {
    text-align: center;
    margin-top: 3px
}

.page-green-job .message-input {
    background: #4eb1c4;
    resize: none;
    height: 75px;
    width: 100%
}

.page-green-job .input {
    background: #4eb1c4
}

.page-green-job .button,
.page-green-job .title {
    color: #fff;
    font-weight: 500
}

.page-green-job .button {
    background: #4eb1c4;
    padding: 15px 11px;
    border-radius: 7px
}

.page-green-job .title {
    font-size: 43px;
    margin-bottom: 46px;
    padding-left: 62px
}

.page-green-job .input {
    border: 0
}

.page-green-job .button_card {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    padding: 9px 18px;
    border-radius: 16px 0;
}

.page-green-job .button-holder_card {
    text-align: end
}

.page-green-job .button_green,
.page-green-job .card-title_green {
    background: #63a34b
}

.page-green-job .card-title {
    /* min-height: 76px;
    min-height: 27%;
    min-height: var(--green-job-title-height); */
}

.page-green-job .button-holder_green {
    display: -ms-flexbox;
    display: flex;

    margin-top: 0
}

.page-green-job .card__publ-date {
    font-size: 12px;
    color: #63a34b;
    /* margin-top: 20px;
    margin-top: auto; */
    /* margin-bottom: 10px; */
    /* margin-right: auto; */
}
.page-green-job .button:nth-child(2){
    /* margin-right: 10px; */
}
.page-green-job .button-holder .button:nth-child(3){
    margin-left: 18px;
}

.page-green-job .card__text_green {

}

.page-green-job .card__text{
    margin: 20px 0 6px;
}

.button-holder__fill{
    margin-right: auto;
    display: flex;
    align-items: flex-end;
}

.page-green-job .nav-button-holder {
    position: relative;
    margin-bottom: 40px;
    padding-top: 3px
}

.page-green-job .button_announce {
    background: #fff;
    color: #26a3be;
    text-decoration: none;
    display: inline-block;
    z-index: 60;
    position: relative;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .288);
    font-weight: 700;
    font-size: 20px;
    padding: 21px 41px;
    border-radius: 40px 0 47px 0;
    text-transform: uppercase
}

.page-green-job .row.space-beetwen {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 43px
}

.page-green-job .button_small-text {
    font-size: 14px;
    text-align: center;
    padding: 16px 41px
}

.page-green-job .scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 43px;
    background: #26a3be;
    z-index: 100;
    border-radius: 50%;
    text-align: center;
    display: none
}

.page-green-job .scrollup__arrow {
    width: 26px;
    transform: translateY(7px)
}

.page-green-job .buttons-holder-2 {
    padding-top: 20px
}

.page-green-job .button_announce_second {
    z-index: 59;
    transform: translate(-19px, 5px);
    padding: 16px 53px
}

.page-green-job .input-holder_length_max {
    width: 100%
}

.page-green-job .thanks-block {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    z-index: -10;
    transition: all .3s ease
}

.page-green-job .thanks-block.showed {
    max-height: inherit;
    opacity: 1;
    z-index: 10;
    padding-top: 55px
}

.page-green-job .download-link,
.page-green-job .upload-link {
    width: 100%;
    color: #26a3be;
    border: 1px solid #26a3be;
    padding: 3px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    text-align: center;
    background: #fff
}

.page-green-job .message-input,
.play-icon svg {
    color: #fff
}

.page-green-job .small-text {
    font-size: 13px;
    margin-top: 6px;
    display: inline-block
}

.page-green-job .thanks-block {
    background: #efe7de;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 50px 0;
    padding-bottom: 30px
}

.page-green-job .thanks-block__title {
    color: #26a3be;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 11px
}

.page-green-job .thanks-block__text {
    color: #6c6b69;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 33px
}

.page-green-job .main-popup {
    padding-top: 138px
}

.page-green-job .presentation__inner {
    background: #f1eee2;
    border-radius: 0 43px 0 39px;
    display: -ms-flexbox;
    display: flex;
    color: #666;
    padding: 31px 68px 58px 29px
}

.page-green-job .gallery {
    margin-right: 21px
}

.page-green-job .gallery__main-slider {
    margin-bottom: 14px
}

.page-green-job .presentation {
    max-width: 1402px;
    margin: 0 auto 40px
}

.page-green-job .presentation__link {
    color: #26a3be;
    text-decoration: none
}

.page-green-job .presentation_title {
    color: #26a3be;
    margin-top: 68px;
    margin-bottom: 18px;
    font-size: 29px
}

.page-green-job .presentation__content {
    font-weight: 500;
    padding-top: 5px
}

.page-green-job .presentation__text {
    word-spacing: 3px;
    font-size: 17px
}

.page-green-job .gallery__mini-slider .swiper-slide {
    cursor: pointer
}

.page-green-job .presentation__content li {
    font-weight: 700;
    margin-top: 23px
}

.page-green-job .presentation__line-before-last {
    margin-top: 39px;
    font-size: 20px
}

.page-green-job .presentation__line-before-last a {
    margin-left: 20px
}

.page-green-job .presentation__bottom-line {
    margin-top: 56px
}

.page-green-job .popup-title {
    font-size: 43px;
    margin-bottom: 18px;
    color: #fff;
    padding-left: 62px
}

.page-green-job .pop-up-page {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
    min-height: 0;
    position: fixed
}

.page-green-job .transforma-bg {
    position: fixed
}

.page-green-job .gallery__mini-slider-holder_mobile {
    display: none
}

.page-green-job .pop-up-page {
    opacity: 0;
    z-index: -1000
}

.page-green-job .pop-up-page.active {
    opacity: 1;
    z-index: 102
}

.page-green-job .popup-scroll-button {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 43px;
    background: #26a3be;
    z-index: 101;
    border-radius: 50%;
    text-align: center
}

.page-green-job .swiper-slide-thumb-active {
    opacity: .6
}

.page-green-job .gallery {
    width: 100%;
    max-width: 672px
}

.page-green-job html {
    overflow: auto
}

.page-green-job .header__row {
    padding-right: 0
}

.page-green-job .container {
    max-width: 1439px
}

.page-green-job .menu-slider__inner {
    padding-right: 0
}

.page-green-job .row_news {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-green-job .menu-slider__item-holder {
    margin-right: 0
}

.page-green-job .menu-slider__item-holder ul {
    transform: translateX(216px);
    min-height: 100px
}

.page-green-job .page {
    min-height: 100vh
}

.page-green-job .page__footer {
    margin-top: auto
}

.page-green-job .filters-block__menu ul li a.active {
    font-weight: 600
}

.page-green-job .main {
    margin-bottom: 99px
}

.page-green-job .mobile-menu-holder {
    overflow-y: scroll
}

.page-green-job .mobile-menu {
    display: block
}

.page-green-job .exit__img {
    cursor: pointer
}

.page-green-job .mobile-menu {
    position: absolute
}

.page-green-job #message-input,
.page-green-job .input {
    padding-left: 5px
}

.page-green-job #message-input {
    color: #fff;
    border: 0
}

.page-green-job .filters-block {
    margin-bottom: 62px
}

.page-green-job .button {
    border: 0;
    cursor: pointer;
    transition: all .2s ease
}

.page-green-job .button:hover {
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .4)
}

.page-green-job .card-holder .button:hover {
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .3)
}

.page-green-job .footer {
    opacity: .8
}

.page-green-job .page__bg_over-bg {
    opacity: .2
}

.page-green-job .nav-button-link {
    z-index: 101;
    text-decoration: none
}

.page-green-job .popup-scroll-button {
    display: none
}

.page-green-job .mobile-menu-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 123;
    overflow: initial;
    transition: opacity .2s ease
}

.page-green-job .mobile-menu-holder.showed {
    opacity: 1;
    z-index: 200
}

.page-green-job .menu-slider__item {
    box-shadow: 10px 4px 12px 0 rgba(0, 0, 0, .24)
}

.page-green-job .page__bg-popup {
    position: fixed
}

.page-green-job .popup__inner {
    position: relative;
    overflow: initial;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.page-green-job .popup__inner.full-height {
    min-height: 100%
}

.page-green-job .footer {
    margin-top: auto
}

.page-green-job .menu-slider__link.active {
    padding-top: 36px
}

.page-green-job .cont-test-img {
    width: 200px;
    height: 200px
}

.page-green-job .test-img {
    position: relative;
    padding-top: 56.25%;
    background: url(../img/eco-robber.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.page-green-job .nav-button-page__plate-mobile {
    display: none
}

.page-green-job .main-popup {
    margin-top: auto
}

.page-green-job .hamburger {
    position: absolute;
    right: 10px;
    top: 10px
}

@media screen and (max-width:1919px) {
    .page-green-job .menu-slider__item-holder {
        margin: 0
    }
    .page-green-job .header__logo-holder {
        height: 59px;
        padding: 3px 45px 10px 0;
        width: 343px
    }
    .page-green-job .header__logo-img {
        width: 139px
    }
    .page-green-job .menu-slider__item-holder ul {
        transform: none
    }
    .page-green-job .menu-slider__inner {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }
    .page-green-job .menu-slider__link_ebl {
        width: 178px;
        padding-left: 4px
    }
    .page-green-job .menu-slider__item_color_blue,
    .page-green-job .menu-slider__item_color_green,
    .page-green-job .menu-slider__item_color_ligh-red,
    .page-green-job .menu-slider__item_color_orange,
    .page-green-job .menu-slider__item_color_purple,
    .page-green-job .menu-slider__item_color_strong-green,
    .page-green-job .menu-slider__item_color_yellow {
        transform: none
    }
    .page-green-job .menu-slider__link {
        padding-left: 0
    }
    .page-green-job .page__footer {
        margin-top: auto
    }
    .page-green-job .menu-slider__inner {
        display: block
    }
    .page-green-job .menu-slider__item-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (max-width:1500px) {
    .page-green-job .container {
        max-width: 1300px
    }
    .page-green-job .table__button {
        left: 10px
    }
    .page-green-job .buttons-holder-2 {
        /* width: 100%; */
        margin-right: 0;
        text-align: start
    }
    .page-green-job .cards-holder {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .page-green-job .card-holder__title {
        text-align: center;
        margin-left: 0
    }
    .page-green-job .card {
        /* width: 189px */
    }
    .page-green-job .menu-slider__link {
        width: 183px
    }
    .page-green-job .card-holder__title{
        text-align: left;
    }
}

@media screen and (max-width:1463px) {
    .page-green-job .col {
        width: 595px
    }
}

@media screen and (max-width:1466px) {
    .page-green-job .menu-slider__link {
        width: 181px
    }
}

@media screen and (max-width:1307px) {
    .page-green-job .presentation_title {
        margin-top: 20px
    }
}

@media screen and (max-width:1300px) {
    .page-green-job .container {
        max-width: 1020px
    }

    .page-green-job .td {
        font-size: 12px;
        padding: 15px 5px
    }
    .page-green-job .ebl-article__inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .page-green-job .ebl-article__images-holder {
        display: block
    }
    .page-green-job .menu-slider__link {
        width: 141px;
        font-size: 12px
    }
    
    .page-green-job .cards-holder{
        width: 63%;
    }
}

@media screen and (max-width:1260px) {
    .page-green-job .col {
        max-width: 545px
    }
}

@media screen and (max-width:1235px) {
    .page-green-job .presentation__bottom-line {
        margin-top: 56px
    }
    .page-green-job .presentation__line-before-last {
        margin-top: 26px
    }
}

@media screen and (max-width:1231px) {
    .page-green-job .presentation__inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .page-green-job .gallery {
        margin: 0 auto 26px
    }
}

@media screen and (max-width:1179px) {
    .page-green-job .menu-slider {
        display: none
    }
    .page-green-job .hamburger {
        display: inline-block
    }
    .page-green-job .header__nav-menu,
    .page-green-job .search-form {
        display: none
    }

    .page-green-job .main {
        padding-top: 115px
    }
}

@media screen and (max-width:1095px) {
    .page-green-job .filters-block {
        padding-left: 0;
        -ms-flex-pack: center;
        justify-content: center
    }
    .page-green-job .card-holder {
        margin-right: 15px
    }
    .page-green-job .row_cards {
        margin-right: 0
    }
   
}

@media screen and (max-width:992px) {
    .page-green-job .header__row {
        padding-right: 10px
    }
    .page-green-job .container {
        max-width: 768px
    }
    .page-green-job .tr {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    .page-green-job .tr_heade {
        display: none
    }
    .page-green-job .td {
        border-bottom: 1px solid #c9c2a4;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 16px;
        width: 93%;
        padding: 15px
    }
    .page-green-job .td_date:before {
        content: "DATE";
        display: block;
        font-weight: 700
    }
    .page-green-job .td_nom:before {
        display: block;
        font-weight: 700;
        content: "NOM"
    }
    .page-green-job .td_description:before {
        display: block;
        font-weight: 700
    }
    .page-green-job .td_lieu:before {
        content: "ADRESS";
        display: block;
        font-weight: 700
    }
    .page-green-job .td_description:before {
        content: "DESCRIPTION"
    }
    .page-green-job .td_categorie:before {
        display: block;
        font-weight: 700
    }
    .page-green-job .td_wou:before {
        content: "WOU";
        display: block;
        font-weight: 700
    }
    .page-green-job .td_categorie:before {
        content: "CATEGORIE"
    }
    .page-green-job .td-text_bold,
    .page-green-job .td_categorie {
        font-weight: 400
    }
    .page-green-job .td_projet:before {
        content: "PROJET";
        display: block;
        font-weight: 700
    }
    .page-green-job .td_theme:before {
        display: block;
        font-weight: 700;
        content: "THEME"
    }
    .page-green-job .button_announce {
        padding: 17px 33px
    }
    .page-green-job .button_announce_second {
        padding: 13px 42px
    }
    .page-green-job .cards-holder {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .page-green-job .card-holder__title {
        text-align: start
    }
    .page-green-job .card-holder {
        margin-right: 23px
    }
    .page-green-job .row_cards {
        /* margin-right: -23px */
    }
 
    .page-green-job .cards-holder {
        width: 100%
    }
    .page-green-job .first-cards-holder {
        margin-right: 0;
        margin-bottom: 50px
    }
    .page-green-job .mobile-menu-holder {
        overflow: scroll
    }
}

@media screen and (max-width:813px) {
    .page-green-job .col {
        max-width: 492px
    }
    .page-green-job .nav-button-page {
        height: 60px;
        border-radius: 43px 0 30px 0;
        width: 228px;
        padding: 11px 0 12px 36px
    }
    .page-green-job .nav-button-page__text {
        font-size: 22px
    }
    .page-green-job .nav-button-page__icon {
        margin-right: 12px
    }
    .page-green-job .nav-button-page__plate {
        padding: 11px 13px 10px 63px
    }
}

@media screen and (max-width:768px) {
    .page-green-job .container {
        max-width: 567px
    }
    .page-green-job .nav-button-page__plate {
        left: 6px;
        padding: 11px 13px 10px
    }
    .page-green-job .buttons-holder-2 {
        padding-top: 0
    }
    .page-green-job .cards-holder {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .page-green-job .nav-button-page__plate {
        position: relative;
        width: 100%;
        bottom: 8px
    }
    .page-green-job .input-holder {
        width: 100%
    }
    .page-green-job .input-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-green-job .input-holder-radio {
        width: 50%
    }
    .page-green-job .input-row label {
        width: 100%;
        margin-bottom: 7px
    }
    .page-green-job .form {
        padding: 52px 40px 59px
    }
    .page-green-job .cards-holder{
        justify-content: flex-start;
    }
  
}

@media screen and (max-width:765px) {
    .page-green-job .gallery__main-slider .presentation__image {
        display: none
    }
    .page-green-job .presentation__image2 {
        display: block;
        margin: 0 auto
    }
    .page-green-job .presentation__inner {
        padding: 31px 18px 58px 29px
    }
    .page-green-job .header__logo-holder {
        width: 268px
    }
}

@media screen and (max-width:727px) {
    .page-green-job .filters-block__menu li:not(.text-filters) {
        display: none
    }
    .page-green-job .text-filters {
        color: #9f9388!important;
        font-weight: 600
    }
    .page-green-job .filters-block__menu ul {
        padding: 10px 13px 9px 36px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .411)
    }
    .page-green-job .filters-block__pointer {
        display: none
    }
    .page-green-job .filters-block__menu {
        transform: translate(-13px, -7px)
    }
    .page-green-job .main {
        padding-top: 114px
    }
    .page-green-job .filters-block__menu {
        display: none
    }
    .page-green-job .filters-block__menu_mobile {
        display: block
    }
    .page-green-job .nav-button-page__text {
        font-size: 22px
    }
    .page-green-job .nav-button-page__icon {
        margin-right: 12px
    }
    .page-green-job .nav-button-page {
        padding: 11px 0 12px 29px
    }
}

@media screen and (max-width:666px) {
    .page-green-job .buttons-holder-2 {
        /* padding-top: 50px */
    }
    .page-green-job .nav-button-holder{
        /* margin-bottom: 10px; */
    }
}

@media screen and (max-width:567px) {
    .button-holder__fill{
        width: 100%;
        margin-bottom: 10px;
    }
    .page-green-job .card__text{
        margin: 10px 0 10px;
    }
    .button-holder_card{
        flex-wrap: wrap;
    }
    .page-green-job .form {
        padding: 0
    }
    .page-green-job .col {
        width: 100%
    }
    .page-green-job .form__title,
    .page-green-job .input-row label {
        color: #fff
    }
    .page-green-job .page__bg_over-bg {
        display: none
    }
    .page-green-job .main {
        padding-top: 90px
    }
    .page-green-job .nav-button-page__text {
        font-size: 17px
    }
    .page-green-job .nav-button-page__icon {
        width: 28px;
        margin-right: 8px
    }
    .page-green-job .filters-block__menu ul li {
        font-size: 10px
    }
    .page-green-job .filters-block__menu ul {
        padding: 4px 13px 13px 33px;
        height: 6px;
        border-radius: 0 0 10px 0
    }
    .page-green-job .filters-block__menu {
        padding-top: 11px
    }
    .page-green-job .filters-block {
        margin-bottom: 36px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 22px
    }
    .page-green-job .contacts__item-holder {
        font-weight: 400;
        font-size: 11px;
        opacity: .7
    }
    .page-green-job .page__footer {
        padding-bottom: 25px
    }
    .page-green-job .contacts__item {
        margin-right: 0
    }
    .page-green-job .header__logo-holder {
        width: 200px;
        border-radius: 0 0 23px 0
    }
    .page-green-job .nav-button-page__plate {
        display: none
    }
    .page-green-job .nav-button-page__plate-mobile {
        display: block;
        color: #a97f4c;
        text-align: left;
        background: #ebe2d6;
        padding: 23px 17px 32px;
        z-index: 100;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 57px;
        margin-left: -18px;
        margin-right: -18px;
        width: auto
    }
    .page-green-job .row.space-beetwen {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .page-green-job .button_announce {
        background: #fff;
        color: #4eb2c5;
        text-decoration: none;
        display: inline-block;
        z-index: 60;
        position: relative;
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .288);
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        padding: 17px 19px;
        border-radius: 40px 0 33px 0
    }
    .page-green-job .button_announce_second {
        font-size: 11px;
        text-align: center;
        padding: 11px 29px;
        z-index: 59;
        transform: translate(-19px, 5px)
    }
    .page-green-job .buttons-holder-2 {
        transform: translateX(-12px);
        margin-bottom: 50px;
        padding-top: 0;
        width: auto
    }
    .page-green-job .container {
        overflow: hidden
    }
    .page-green-job .nav-button-page {
        color: #fff;
        background: #b08a5b;
        box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .336);
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        z-index: 101;
        position: relative;
        width: 183px;
        height: 57px;
        border-radius: 48px 0 33px 0;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 11px 0 12px 29px
    }
    .page-green-job .scrollup {
        display: none!important
    }
    .page-green-job .input-holder {
        width: 100%
    }
    .page-green-job .input-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-green-job .input-holder-radio {
        width: 50%
    }
    .page-green-job .form {
        background: 0
    }
    .page-green-job .popup-scroll-button {
        display: none!important
    }
    .page-green-job .nav-button-page__plate {
        position: static
    }
    .page-green-job .main {
        margin-bottom: 53px
    }
    .page-green-job .nav-button-page__plate {
        border-radius: 0
    }
    .page-green-job .card-holder__title{
        font-size: 32px;
    }
}

@media screen and (max-width:508px) {
    .page-green-job .cards-holder {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    .page-green-job .row_cards {
        margin: 0
    }
    .page-green-job .card-holder__title {
        text-align: center
    }
    .page-green-job .card-holder {
        margin-right: 0
    }
}

.page-links * {
    box-sizing: border-box
}

.page-links body,
.page-links h1,
.page-links h2,
.page-links h3,
.page-links h4,
.page-links h5,
.page-links h6,
.page-links html,
.page-links li,
.page-links ul {
    margin: 0;
    padding: 0
}

.page-links li {
    list-style: none
}

.page-links {
    background: #87a8ad;
    min-height: 100vh;
    z-index: 0;
    position: relative;
    font-family: Segoe UI;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-links .page__bg_over-bg {
    z-index: -7;
    background: url(../img/fond-blanc.png);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0
}

.page-links .container {
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden
}

.page-links .main__container {
    min-height: 500px
}

.page-links .header__top-line {
    position: relative;
    padding: 15px;
    width: 100%;
    height: 100%
}

.page-links .header__top-line_bg {
    opacity: .8;
    background: #4d4d4d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.page-links .header__nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px
}

.page-links .header__menu-item {
    position: relative;
    margin-left: 15px
}

.page-links .header__logo-link,
.page-links .header__menu-item {
    display: inline-block
}

.page-links .header__menu-link {
    font-family: Segoe UI;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px
}

.page-links .header__logo-holder {
    background: #26a3be;
    height: 128px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 484px;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 0 38px 0;
    padding: 28px 28px 10px 0;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .548)
}

.page-links .header__logo-img {
    width: 195px
}

.page-links .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-links .header__row {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-links .header__search-form {
    margin-left: 27px;
    position: relative
}

.page-links .search-form__input {
    border: 0;
    width: 301px;
    padding: 8px 27px 6px 15px;
    border-radius: 11px 0 0 0
}

.page-links .search-form__find-button {
    width: 20px;
    position: absolute;
    right: 8px;
    top: 4px
}

.page-links .menu-slider__link {
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 198px;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    transition: all .3s ease;
    font-weight: 500;
    padding: 10px 0 13px 29px
}

.page-links .menu-slider__link:hover {
    padding-top: 36px
}

.page-links .menu-slider__link_material {
    padding-left: 29px
}

.page-links .menu-slider__link_publ {
    padding-left: 20px;
    letter-spacing: 1px
}

.page-links .menu-slider__link_news {
    padding-left: 32px
}

.page-links .menu-slider__link_prot {
    padding-left: 31px
}

.page-links .menu-slider__link_agenda {
    padding-left: 29px
}

.page-links .menu-slider__link_ebl {
    width: 257px;
    padding-left: 46px
}

.page-links .menu-slider__link-icon {
    width: 33px;
    margin-right: 24px
}

.page-links .menu-slider__link-icon_agenda {
    width: 26px
}

.page-links .menu-slider__link-icon_projeten {
    width: 23px
}

.page-links .menu-slider__link-icon_news {
    width: 25px
}

.page-links .menu-slider__link-icon_publ {
    width: 29px
}

.page-links .menu-slider__link-icon_material {
    width: 34px
}

.page-links .menu-slider__link-icon_green-job {
    width: 31px
}

.page-links .menu-slider__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-links .menu-slider__item {
    margin-bottom: 3px;
    border-radius: 14px 0 13px;
    -webkit-box-shadow: 0 0 11px 0 #000;
    transition: transform .2s ease;
    box-shadow: 10px 4px 12px 0 rgba(0, 0, 0, .24)
}

.page-links .menu-slider__item:last-child {
    margin: 0
}

.page-links .menu-slider__item_color_blue {
    background: #829296;
    z-index: 7;
    transform: translateX(-46px)
}

.page-links .menu-slider__item_color_purple {
    background: #9f9388;
    transform: translateX(-79px);
    z-index: 6
}

.page-links .menu-slider__item_color_orange {
    background: #ceab77;
    transform: translateX(-118px);
    z-index: 5
}

.page-links .menu-slider__item_color_yellow {
    background: #ceba6d;
    transform: translateX(-153px);
    z-index: 4
}

.page-links .menu-slider__item_color_green {
    background: #a9ae65;
    transform: translateX(-187px);
    z-index: 3
}

.page-links .menu-slider__item_color_strong-green {
    background: #9e8c3f;
    transform: translateX(-221px);
    z-index: 2
}

.page-links .menu-slider__item_color_ligh-red {
    background: #a97f4c;
    transform: translateX(-254px);
    z-index: 1
}

.page-links .menu-slider__item-holder {
    -ms-flex-item-align: end;
    align-self: flex-end;
    z-index: 0
}

.page-links .menu-slider__item-holder ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.page-links .hamburger {
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 9px;
    top: 9px
}

.page-links .hamburger,
.page-links .hamburger:focus {
    border: 0;
    outline: 0;
    background: 0
}

.page-links .hamburger__line {
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin: 9px 0
}

.page-links .scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 43px;
    background: #26a3be;
    z-index: 100;
    border-radius: 50%;
    text-align: center;
    display: none
}

.page-links .scrollup__arrow {
    width: 26px;
    transform: translateY(7px)
}

.page-links .mobile-menu {
    background: #26a3be;
    top: 74px;
    right: 0;
    padding: 40px 0 1px 41px;
    z-index: 200;
    width: 219px;
    position: absolute;
    border-radius: 0 0 0 18px;
    transition: opacity .2s ease;
    display: block
}

.page-links .mobile-menu_showed {
    opacity: 1;
    z-index: 1001;
    display: block
}

.page-links .mobile-menu li {
    margin-bottom: 18px
}

.page-links .mobile-menu li a,
.page-links .mobile-menu li a img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.page-links .mobile-menu li a img {
    margin-left: 30px
}

.page-links .contacts__item a,
.page-links .mobile-menu a {
    text-decoration: none;
    color: #fff
}

.page-links .exit__holder {
    text-align: right;
    right: 10px;
    position: absolute;
    top: 10px
}

.page-links .page__footer {
    padding-bottom: 15px
}

.page-links .contacts__item-holder {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px
}

.page-links .contacts__item {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-left: 7px
}

.page-links .main {
    padding-top: 201px
}

.page-links .nav-button-page {
    color: #fff;
    background: #87a8ad;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .336);
    border-radius: 56px 0 41px 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: 211px;
    height: 70px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 101;
    padding: 11px 0 12px 68px
}

.page-links .nav-button-page__icon {
    width: 25px;
    margin-right: 6px
}

.page-links .nav-button-page__text {
    font-size: 28px;
    font-weight: 600
}

.page-links .filters-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 3px
}

.page-links .filters-block__menu {
    padding-top: 17px;
    transform: translate(-13px, -23px)
}

.page-links .filters-block__menu ul,
.page-links .filters-block__menu ul li a {
    box-sizing: content-box
}

.page-links .filters-block__menu ul {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 0 0 19px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 13px 6px 36px;
    height: 17px
}

.page-links .filters-block__menu ul li,
.page-links .filters-block__menu ul li a {
    color: #87a8ad;
    cursor: pointer;
    background: #fff;
    transition: outline .2s ease, transform .2s ease, padding .2s ease
}

.page-links .filters-block__menu ul li {
    font-size: 13px;
    margin-right: 3px;
    z-index: 10
}

.page-links .filters-block__menu ul li a {
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 0 7px
}

.page-links .row_news {
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -38px
}

.page-links .col {
    width: 681px;
    margin-right: 38px;
    margin-bottom: 41px
}

.page-links .link {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    padding: 15px 21px;
    text-decoration: none;
    margin-bottom: 30px;
    color: #666;
    border-radius: 0 0 21px 0
}

.page-links .link-holder {
    padding: 0 0 0 35px;
    border-radius: 0 0 20px 0
}

.page-links .catigorie-title {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 23px
}

.page-links .left-part {
    width: 54.7%;
    margin-right: 7%
}

.page-links .card__filter-value {
    position: absolute;
    background: gray;
    color: #fff;
    top: -19px;
    right: 0;
    font-size: 11px;
    padding: 3px 22px 1px;
    border-radius: 15px 0 0 0
}

.page-links .card__title {
    background: gray;
    color: #fff;
    padding: 10px 0 10px 25px;
    border-radius: 0 0 30px;
    margin-bottom: 11px;
    font-weight: 500;
    text-transform: uppercase
}

.page-links .card__text {
    color: gray;
    padding-left: 24px;
    font-weight: 400;
    line-height: 20px;
    word-break: break-all;
    margin-bottom: 3px
}

.page-links .card__bottom-line,
.page-links .card__link {
    color: gray;
    font-size: 12px;
    font-weight: 700;
    font-style: italic
}

.page-links .card__bottom-line {
    text-align: right;
    padding-right: 3px
}

.page-links .card__link {
    text-decoration: none
}

.page-links .card__image {
    display: block
}

.page-links .card__content-holder {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 8px
}

.page-links .card__image_fourth,
.page-links .card__image_second,
.page-links .card__image_third {
    display: none
}

.page-links .filters-block__menu {
    position: relative
}

.page-links .filters-block__pointer {
    width: 20px;
    background: 0;
    position: relative;
    z-index: 11;
    outline: 3px solid #87a8ad;
    top: 32px;
    height: 35px;
    left: -50px
}

.page-links .filters-block__pointer:after,
.page-links .filters-block__pointer:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    height: 3px;
    width: 100%
}

.page-links .filters-block__pointer:before {
    top: 0
}

.page-links .filters-block__pointer:after {
    bottom: 0
}

.page-links .filters-block__menu_mobile {
    transition: all .2s ease;
    z-index: 2;
    left: -6px;
    visibility: hidden;
    display: block!important
}

.page-links .presentation__image2 {
    display: none
}

.page-links .swiper-slide {
    text-align: center
}

.page-links .filters-block__menu_mobile ul {
    background: 0;
    width: 176px;
    z-index: -100;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    position: absolute;
    top: 0
}

.page-links .filters-block__menu_mobile {
    display: none;
    cursor: pointer
}

.page-links .filters-block__menu_mobile .filters-block__item {
    opacity: 0
}

.page-links .text-filters_mobile {
    height: 17px;
    box-sizing: content-box;
    background: #fff;
    border-radius: 0 0 9px 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .411);
    padding: 7px 26px 10px 42px;
    display: inline-block
}

.page-links .filters-block__menu_mobile ul li a {
    color: #ceba6d;
    cursor: pointer;
    text-decoration: none;
    z-index: -100
}

.page-links .filters-block__menu_mobile.active {
    z-index: 100;
    background: #fff
}

.page-links .filters-block__menu_mobile.active ul {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    padding: 51px 20px 20px 29px;
    background: #fff
}

.page-links .filters-block__menu_mobile.active ul li a {
    z-index: 100
}

.page-links .filters-block__menu_mobile.active ul li {
    opacity: 1;
    margin-bottom: 14px
}

.page-links .filters-block__menu_mobile {
    position: relative
}

.page-links .text-filters_mobile {
    z-index: 101;
    position: relative
}

.page-links .form-holder {
    width: 100%;
    margin: 74px auto 0;
    max-width: 700px
}

.page-links .form {
    background: #edeee1;
    border-radius: 49px 0 47px 0;
    padding: 52px 78px 59px 71px
}

.page-links .input {
    background: #4eb2c5;
    width: 100%;
    height: 100%;
    color: #fff
}

.page-links .input_radio {
    width: auto;
    height: auto;
    display: none
}

.common .input_radio+label:before,
.page-agenda .input_radio+label:before,
.page-links .input_radio+label:before {
    content: "";
    border-radius: 50%;
    display: inline-block;
    color: #000;
    line-height: 20px;
    margin: -5px 5px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    transition: font-size .3s ease;
    background: #4eb2c5
}

.page-links .input_radio:checked+label:before {
    font-size: 12px
}

.page-links .input_radiochecked {
    font-size: 20px
}

.page-links .form__title {
    color: #4eb2c5;
    font-size: 37px;
    margin-bottom: 39px
}

.page-links .input-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 21px
}

.page-agenda .input-row label,
.page-links .input-row label {
    color: #6c6c6a
}

.page-links .input-holder {
    width: 59%
}

.page-links .radio-holder {
    margin-bottom: 11px
}

.page-links .button-holder {
    text-align: center;
    margin-top: 3px
}

.page-links #message-input {
    background: #4eb2c5;
    resize: none;
    height: 115px;
    width: 100%
}

.page-links .button {
    background: #4eb2c5;
    padding: 15px 11px;
    color: #fff;
    font-weight: 500;
    border-radius: 7px
}

.page-links .page__footer {
    margin-top: auto
}

.page-links .right-part__image {
    width: 470px;
    max-width: 100%
}

.page-links .main__content,
.page-links .right-part {
    display: -ms-flexbox;
    display: flex
}

.page-links .main__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-links .right-part {
    width: 38.3%;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.page-links .page__bg_over-bg {
    opacity: .2
}

.page-links .mobile-menu-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -2000
}

.page-links .mobile-menu-holder.active {
    opacity: 1;
    z-index: 102
}

.page-links .menu-slider__inner {
    padding-right: 0
}

.page-links .menu-slider__item-holder ul {
    transform: translateX(216px);
    min-height: 100px
}

.page-links .menu-slider__item-holder {
    margin-right: 0
}

.page-links .filters-block__menu ul li a.active {
    font-weight: 700
}

.page-links .main {
    margin-bottom: 80px
}

.page-links .presentation__inner {
    background: #f1eee2;
    border-radius: 0 43px 0 39px;
    display: -ms-flexbox;
    display: flex;
    color: #666;
    padding: 31px 68px 58px 29px
}

.page-links .gallery {
    margin-right: 21px
}

.page-links .gallery__main-slider {
    margin-bottom: 14px
}

.page-links .presentation {
    max-width: 1402px;
    margin: 0 auto 40px
}

.page-links .presentation__link {
    color: #26a3be;
    text-decoration: none
}

.page-links .presentation_title {
    color: #26a3be;
    margin-top: 68px;
    margin-bottom: 18px;
    font-size: 29px
}

.page-links .presentation__content {
    font-weight: 500;
    padding-top: 5px
}

.page-links .presentation__text {
    word-spacing: 3px
}

.page-links .gallery__mini-slider .swiper-slide {
    cursor: pointer
}

.page-links .presentation__content li {
    font-weight: 700;
    margin-top: 23px
}

.page-links .presentation__line-before-last {
    margin-top: 39px;
    font-size: 20px
}

.page-links .presentation__line-before-last a {
    margin-left: 20px
}

.page-links .presentation__bottom-line {
    margin-top: 56px
}

.page-links .popup-title {
    font-size: 43px;
    margin-bottom: 18px;
    color: #fff
}

.page-links .pop-up-page {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
    min-height: 0;
    position: fixed
}

.page-links .transforma-bg {
    position: fixed
}

.page-links .gallery__mini-slider-holder_mobile {
    display: none
}

.page-links .pop-up-page {
    opacity: 0;
    z-index: -10
}

.page-links .pop-up-page.active {
    opacity: 1;
    z-index: 101
}

.page-links .popup-scroll-button {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 43px;
    background: #26a3be;
    z-index: 101;
    border-radius: 50%;
    text-align: center
}

.page-links .swiper-slide-thumb-active {
    opacity: .6
}

.page-links .gallery {
    width: 100%;
    max-width: 672px
}

.page-links .menu-slider__inner {
    display: block
}

.page-links .container {
    max-width: 1439px
}

.page-links .header__row {
    padding-right: 0
}

.page-links .main {
    margin-top: auto
}

@media screen and (max-width:1919px) {
    .page-links .menu-slider__item-holder {
        margin: 0
    }
    .page-links .header__logo-holder {
        height: 59px;
        padding: 3px 45px 10px 0;
        width: 343px
    }
    .page-links .header__logo-img {
        width: 139px
    }
    .page-links .menu-slider__item-holder ul {
        transform: none
    }
    .page-links .menu-slider__inner {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }
    .page-links .menu-slider__link_ebl {
        width: 178px;
        padding-left: 4px
    }
    .page-links .menu-slider__item_color_blue,
    .page-links .menu-slider__item_color_green,
    .page-links .menu-slider__item_color_ligh-red,
    .page-links .menu-slider__item_color_orange,
    .page-links .menu-slider__item_color_purple,
    .page-links .menu-slider__item_color_strong-green,
    .page-links .menu-slider__item_color_yellow {
        transform: none
    }
    .page-links .menu-slider__link {
        padding-left: 0
    }
    .page-links .page-news {
        min-height: 100vh
    }
    .page-links .page__footer {
        margin-top: auto
    }
    .page-links .menu-slider__inner {
        display: block
    }
    .page-links .menu-slider__item-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (max-width:1466px) {
    .page-links .menu-slider__link {
        width: 166px
    }
}

@media screen and (max-width:1463px) {
    .page-links .col {
        width: 595px
    }
    .page-links .card__image-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .page-links .card__title {
        font-size: 15px
    }
    .page-links .container {
        max-width: 1120px
    }
    .page-links .menu-slider__link {
        width: 157px
    }
    .page-links .menu-slider__item-holder ul li a {
        font-size: 10px!important;
        width: 158px!important
    }
}

@media screen and (max-width:1307px) {
    .page-links .presentation_title {
        margin-top: 20px
    }
}

@media screen and (max-width:1260px) {
    .page-links .card__text,
    .page-links .card__title {
        font-size: 13px
    }
    .page-links .card__content-holder {
        padding-bottom: 12px
    }
    .page-links .card {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .page-links .col {
        max-width: 373px
    }
    .page-links .card__image-holder {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:1235px) {
    .page-links .presentation__bottom-line {
        margin-top: 56px
    }
    .page-links .presentation__line-before-last {
        margin-top: 26px
    }
}

@media screen and (max-width:1231px) {
    .page-links .presentation__inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .page-links .gallery {
        margin: 0 auto 26px
    }
}

@media screen and (max-width:1179px) {
    .page-links .menu-slider {
        display: none
    }
    .page-links .hamburger {
        display: inline-block
    }
    .page-links .header__nav-menu,
    .page-links .search-form {
        display: none
    }
  
}

@media screen and (max-width:1141px) {
    .page-links .right-part {
        width: 100%
    }
    .page-links .main__content {
        -ms-flex-pack: center;
        justify-content: center
    }
    .page-links .left-part {
        margin-right: 0
    }
    .page-links .right-part {
        text-align: center
    }
    .page-links .right-part__image {
        margin: 0 auto
    }
    .page-links .filters-block {
        -ms-flex-pack: center;
        justify-content: center
    }
    .page-links .filters-block__menu {
        display: none
    }
    .page-links .filters-block__menu_mobile {
        display: block;
        opacity: 1;
        max-height: inherit;
        overflow: visible;
        visibility: visible
    }
    .page-links .filters-block {
        justify-content: flex-start
    }
    .page-links .left-part {
        width: 100%
    }
    .page-links .container {
        max-width: 810px
    }
}

@media screen and (max-width:1095px) {
    .page-links .filters-block {
        padding-left: 0;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:992px) {
    .page-links .header__row {
        padding-right: 10px
    }
    .page-links .mobile-menu-holder {
        overflow: scroll
    }
}

@media screen and (max-width:813px) {
    .page-links .col {
        max-width: 492px
    }
    .page-links .card__image {
        display: none
    }
    .page-links .card__image_second {
        display: block
    }
    .page-links .nav-button-page {
        height: 60px;
        border-radius: 43px 0 30px 0;
        width: 170px;
        padding: 11px 0 12px 46px
    }
    .page-links .nav-button-page__text {
        font-size: 21px
    }
}

@media screen and (max-width:784px) {
    .page-links .link {
        width: 100%
    }
    .page-links .link-holder {
        padding: 0
    }
}

@media screen and (max-width:765px) {
    .page-links .gallery__main-slider .presentation__image {
        display: none
    }
    .page-links .presentation__image2 {
        display: block;
        margin: 0 auto
    }
    .page-links .presentation__inner {
        padding: 31px 18px 58px 29px
    }
    .page-links .header__logo-holder {
        width: 200px
    }
}

@media screen and (max-width:727px) {
    .page-links .filters-block__menu li:not(.text-filters) {
        display: none
    }
    .page-links .text-filters {
        color: #9f9388!important;
        font-weight: 600
    }
    .page-links .nav-button-page__text {
        font-size: 24px
    }
    .page-links .filters-block__menu ul {
        padding: 10px 13px 9px 36px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .411)
    }
    .page-links .filters-block__pointer {
        display: none
    }
    .page-links .filters-block__menu {
        transform: translate(-13px, -7px)
    }
    .page-links .main {
        padding-top: 114px
    }
    .page-links .filters-block__menu {
        display: none
    }
    .page-links .filters-block__menu_mobile {
        display: block
    }
    .page-links .filters-block {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width:567px) {
    .page-links .page__bg_over-bg {
        display: none
    }
    .page-links .container {
        padding: 0
    }
    .page-links .link {
        border-radius: 0
    }
    .page-links .right-part {
        display: none
    }
    .page-links .scrollup {
        display: none!important
    }
    .page-links .footer {
        font-size: 12px;
        opacity: .4
    }
    .page-links .filters-block {
        padding-left: 25px
    }
    .page-links .catigorie-title {
        padding-left: 15px
    }
    .page-links .header__logo-holder {
        border-radius: 0 0 17px 0;
        box-shadow: none;
        height: 69px
    }

    .page-links .hamburger {
        top: 15px
    }
    .page-links .text-filters_mobile {
        font-size: 12px;
        font-weight: 700;
        padding: 8px 48px 6px 42px;
        border-radius: 0 0 10px 0
    }
    .page-links .link {
        font-size: 15px
    }
}

@media screen and (max-width:371px) {
    .page-links .filters-block {
        padding-left: 13px
    }
    .page-links .text-filters_mobile {
        padding: 8px 23px 6px 25px
    }
    .page-links .filters-block__menu_mobile.active ul {
        width: 174px
    }
    .page-links .nav-button-page__text {
        font-size: 17px
    }
    .page-links .nav-button-page {
        height: 42px;
        border-radius: 43px 0 30px 0;
        width: 134px;
        padding: 11px 0 12px 47px
    }
}

.page-kontakt * {
    box-sizing: border-box
}

.page-kontakt body,
.page-kontakt h1,
.page-kontakt h2,
.page-kontakt h3,
.page-kontakt h4,
.page-kontakt h5,
.page-kontakt h6,
.page-kontakt html,
.page-kontakt li,
.page-kontakt ul {
    margin: 0;
    padding: 0
}

.page-kontakt li {
    list-style: none
}

.page-kontakt {
    background: #83a3aa;
    min-height: 100vh;
    z-index: 0;
    position: relative;
    font-family: Segoe UI;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-kontakt .page__bg_over-bg {
    z-index: -7;
    background: url(../img/fond-blanc.png);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0
}

.page-kontakt .container {
    margin: 0 auto;
    padding: 0 15px
}

.page-kontakt .header__top-line {
    position: relative;
    padding: 15px;
    width: 100%;
    height: 100%
}

.page-kontakt .header__top-line_bg {
    opacity: .8;
    background: #4d4d4d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.page-kontakt .header__nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px
}

.page-kontakt .header__menu-item {
    position: relative;
    margin-left: 15px
}

.page-kontakt .header__logo-link,
.page-kontakt .header__menu-item {
    display: inline-block
}

.page-kontakt .header__menu-link {
    font-family: Segoe UI;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px
}

.page-kontakt .header__logo-holder {
    background: #26a3be;
    height: 128px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 484px;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 0 38px 0;
    padding: 28px 28px 10px 0;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .548)
}

.page-kontakt .header__logo-img {
    width: 195px
}

.page-kontakt .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-kontakt .header__row {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-kontakt .header__search-form {
    margin-left: 27px;
    position: relative
}

.page-kontakt .main {
    padding-top: 201px
}

.page-kontakt .search-form__input {
    border: 0;
    width: 301px;
    padding: 8px 27px 6px 15px;
    border-radius: 11px 0 0 0
}

.page-kontakt .search-form__find-button {
    width: 20px;
    position: absolute;
    right: 8px;
    top: 4px
}

.page-kontakt .menu-slider__link {
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 201px;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    transition: all .3s ease;
    font-weight: 700;
    padding: 11px 0 11px 29px
}

.page-kontakt .menu-slider__link_material {
    padding-left: 29px
}

.page-kontakt .menu-slider__link_publ {
    padding-left: 20px;
    letter-spacing: 1px
}

.page-kontakt .menu-slider__link_news {
    padding-left: 32px
}

.page-kontakt .menu-slider__link_prot {
    padding-left: 31px
}

.page-kontakt .menu-slider__link_agenda {
    padding-left: 29px
}

.page-kontakt .menu-slider__link_ebl {
    width: 257px;
    padding-left: 46px
}

.page-kontakt .menu-slider__link-icon {
    width: 33px;
    margin-right: 24px
}

.page-kontakt .menu-slider__link-icon_agenda {
    width: 26px
}

.page-kontakt .menu-slider__link-icon_projeten {
    width: 23px
}

.page-kontakt .menu-slider__link-icon_news {
    width: 25px
}

.page-kontakt .menu-slider__link-icon_publ {
    width: 29px
}

.page-kontakt .menu-slider__link-icon_material {
    width: 34px
}

.page-kontakt .menu-slider__link-icon_green-job {
    width: 31px
}

.page-kontakt .menu-slider__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-kontakt .menu-slider__item {
    margin-bottom: 3px;
    border-radius: 14px 0 13px;
    -webkit-box-shadow: 0 0 11px 0 #000;
    transition: transform .2s ease
}

.page-agenda .menu-slider__item-holder li:last-child,
.page-kontakt .menu-slider__item:last-child {
    margin: 0
}

.page-kontakt .menu-slider__item_color_blue {
    background: #829296;
    z-index: 7;
    transform: translateX(-46px)
}

.page-kontakt .menu-slider__item_color_purple {
    background: #9f9388;
    transform: translateX(-79px);
    z-index: 6
}

.page-kontakt .menu-slider__item_color_orange {
    background: #ceab77;
    transform: translateX(-118px);
    z-index: 5
}

.page-kontakt .menu-slider__item_color_yellow {
    background: #ceba6d;
    transform: translateX(-153px);
    z-index: 4
}

.page-kontakt .menu-slider__item_color_green {
    background: #a9ae65;
    transform: translateX(-187px);
    z-index: 3
}

.page-kontakt .menu-slider__item_color_strong-green {
    background: #9e8c3f;
    transform: translateX(-221px);
    z-index: 2
}

.page-kontakt .menu-slider__item_color_ligh-red {
    background: #a97f4c;
    transform: translateX(-254px);
    z-index: 1
}

.page-kontakt .menu-slider__item-holder {
    -ms-flex-item-align: end;
    align-self: flex-end;
    z-index: 0
}

.page-kontakt .menu-slider__item-holder ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    transform: translateX(257px);
    min-height: 100px
}

.page-kontakt .kontakt-col {
    width: 723.81px
}

.page-kontakt .kontakt-block {
    height: 100%;
    overflow: hidden
}

.page-kontakt .kontakt-block__title {
    color: #26a3be;
    font-size: 28px
}

.common section,
.page-kontakt .kontakt-block__top .kontakt-block__title {
    margin-bottom: 22px
}

.page-kontakt .kontakt-block__line {
    color: #666;
    margin-bottom: 23px
}

.page-agenda a,
.page-kontakt .kontakt-block__bottom .kontakt-block__mail {
    text-decoration: none
}

.page-kontakt .kontakt-block__mail,
.page-kontakt .kontakt-block__tel {
    font-weight: 700
}

.page-kontakt .kontakt-block__mail-link {
    color: #666;
    text-decoration: none
}

.page-kontakt .kontakt-block {
    background: #fff
}

.page-kontakt .kontakt-block__top {
    padding: 43px 39px 20px;
    position: relative
}

.page-kontakt .kontakt-block__image {
    position: absolute;
    right: 22px;
    top: 16px;
    width: 168px
}

.page-kontakt .kontakt-block__bottom {
    background: #39a3ba;
    padding: 49px 39px 61px;
    color: #fff
}

.page-kontakt .page-kontakt__row {
    -ms-flex-pack: center;
    justify-content: center
}

.page-kontakt .kontakt-block__bottom h2 {
    color: #fff;
    margin-bottom: 29px;
    letter-spacing: -1px
}

.page-kontakt .kontakt-block__bottom .kontakt-block__line,
.page-kontakt .kontakt-block__line_bottom {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 13px
}

.page-kontakt .kontakt-block__name {
    font-weight: 700
}

.page-kontakt .name-and-tel-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 63.8%
}

.page-kontakt .kontakt-block__bottom .kontakt-block__mail,
.page-kontakt .kontakt-block__phone {
    font-weight: 400;
    color: #fff
}

.page-kontakt .kontakt-block__phone {
    text-decoration: none;
    padding-right: 35px;
    letter-spacing: 1px
}

.page-kontakt .kontakt-block_first {
    border-radius: 37px 0 0 0;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
}

.page-kontakt .kontakt-block_second {
    padding: 32px 65px 1px 22px;
    border-radius: 0 0 45px 0
}

.page-kontakt .kontakt-block__title_padding-left_46px {
    padding-left: 26px;
    margin-bottom: 39px
}

.page-kontakt .kontakt-block__photos-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 17px
}

.page-kontakt .kontakt-block__photo-holder {
    background: 0;
    border: 1px solid #26a3be;
    padding: 12px;
    margin-bottom: 20px
}

.page-kontakt .kontakt-col_second {
    width: 700.45px;
    margin-left: 37px
}

.page-agenda .menu-slider__item-holder a.active,
.page-agenda .menu-slider__item-holder a:hover,
.page-kontakt .menu-slider__link:hover {
    padding-top: 36px
}

.page-kontakt .page__footer {
    padding-bottom: 15px;
    margin-top: auto
}

.page-kontakt .contacts__item-holder {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px
}

.page-kontakt .contacts__item {
    display: inline-block;
    margin-left: 7px
}

.page-kontakt .contacts__item,
.page-kontakt .contacts__item a,
.page-kontakt .mobile-menu a {
    text-decoration: none;
    color: #fff
}

.page-kontakt .map {
    height: 433px;
    margin: 50px auto 0
}

.page-kontakt .kontakt-block__photo {
    width: 165px
}

.page-kontakt .hamburger {
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.page-kontakt .hamburger,
.page-kontakt .hamburger:focus {
    border: 0;
    outline: 0;
    background: 0
}

.page-kontakt .hamburger__line {
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin: 9px 0
}

.page-kontakt .mobile-menu {
    background: #26a3be;
    top: 74px;
    right: 0;
    padding: 40px 0 1px 41px;
    z-index: 200;
    width: 219px;
    position: absolute;
    border-radius: 0 0 0 18px;
    transition: opacity .2s ease
}

.page-kontakt .mobile-menu_showed {
    opacity: 1;
    z-index: 1001;
    display: block
}

.page-kontakt .mobile-menu li {
    margin-bottom: 18px
}

.page-kontakt .mobile-menu li a,
.page-kontakt .mobile-menu li a img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.page-kontakt .mobile-menu li a img {
    margin-left: 30px
}

.page-kontakt .exit__holder {
    text-align: right;
    right: 10px;
    position: absolute;
    top: 10px
}

.page-kontakt .nav-button-page {
    color: #fff;
    background: #83a3aa;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .336);
    border-radius: 29px 0;
    padding: 11px 36px;
    display: none;
    font-weight: 700
}

.page-kontakt .main__tab {
    margin-bottom: 39px;
    margin-left: 18px
}

.page-kontakt .kontakt-block__img_mob_1,
.page-kontakt .kontakt-block__img_mob_2,
.page-kontakt .kontakt-block__img_mob_3,
.page-kontakt .scrollup {
    display: none
}

.page-kontakt .scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 43px;
    background: #26a3be;
    z-index: 100;
    border-radius: 50%;
    text-align: center
}

.page-kontakt .scrollup__arrow {
    width: 26px;
    transform: translateY(7px)
}

.page-kontakt .kontakt-block__title_mobile {
    display: none
}

.page-kontakt .footer {
    opacity: .8
}

.page-kontakt .page__bg_over-bg {
    opacity: .2
}

.page-kontakt .mobile-menu-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 200;
    overflow-y: scroll
}

.page-kontakt .mobile-menu-holder-wrapper {
    height: 100%;
    position: relative
}

.page-kontakt .mobile-menu-bg {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #0f0202;
    opacity: .2
}

.page-kontakt .map-img2 {
    display: none
}

.page-kontakt .map {
    text-align: center;
    overflow: hidden
}

.page-kontakt .menu-slider__inner {
    padding-right: 0
}

.page-kontakt .menu-slider__item-holder {
    margin-right: 0
}

.page-kontakt .menu-slider__item {
    box-shadow: 10px 4px 12px 0 rgba(0, 0, 0, .24)
}

.page-kontakt .menu-slider__inner {
    display: block
}

.page-kontakt .menu-slider__item-holder {
    display: -ms-flexbox;
    display: flex
}

.page-kontakt .container {
    max-width: 1500px
}

.page-kontakt .header__row {
    padding-right: 0
}

.page-kontakt .container_map {
    margin-bottom: 37px
}

.page-kontakt .img-holder {
    width: 100%
}

.page-kontakt .image-bg {
    position: relative;
    padding-top: 79%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%
}

.page-kontakt .image-bg-map {
    padding-top: 42%;
    max-width: 100%
}

.page-kontakt .container {
    width: 100%
}

.page-kontakt .img-holder-map {
    margin-bottom: 50px
}

.page-kontakt .mobile-menu {
    display: block
}

.page-kontakt .kontakt-block_second {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-kontakt .kontakt-block_second .img-holder {
    margin-top: auto;
    margin-bottom: auto
}

.page-kontakt .main {
    margin-bottom: 59px
}

.page-kontakt .kontakt-block_second .image-bg {
    background-size: cover;
    max-width: 700px
}

@media screen and (max-width:1919px) {
    .page-kontakt .menu-slider__item-holder {
        margin: 0
    }
    .page-kontakt .header__logo-holder {
        height: 62px;
        width: 230px;
        border-radius: 0 0 23px 0;
        padding: 3px 45px 10px 0
    }
    .page-kontakt .header__logo-img {
        width: 139px
    }
    .page-kontakt .menu-slider__item-holder ul {
        transform: none
    }
    .page-kontakt .menu-slider__inner {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }
    .page-kontakt .menu-slider__link_ebl {
        width: 178px;
        padding-left: 4px
    }
    .page-kontakt .menu-slider__item_color_blue,
    .page-kontakt .menu-slider__item_color_green,
    .page-kontakt .menu-slider__item_color_ligh-red,
    .page-kontakt .menu-slider__item_color_orange,
    .page-kontakt .menu-slider__item_color_purple,
    .page-kontakt .menu-slider__item_color_strong-green,
    .page-kontakt .menu-slider__item_color_yellow {
        transform: none
    }
    .page-kontakt .menu-slider__link {
        padding-left: 0
    }
    .page-kontakt .menu-slider__inner {
        display: block
    }
    .page-kontakt .menu-slider__item-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .page-kontakt .menu-slider__link {
        width: 203px
    }
}

@media screen and (max-width:1600px) {
    .page-kontakt .kontakt-block_second {
        padding: 32px 15px 1px
    }
    .page-kontakt .kontakt-block__bottom {
        padding: 49px 39px 70px
    }
}

@media screen and (max-width:1492px) {
    .page-kontakt .container {
        max-width: 1261px
    }
    .page-kontakt .kontakt-block__phone {
        padding-right: 0
    }
    .page-kontakt .kontakt-block__bottom .kontakt-block__line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-kontakt .name-and-tel-holder {
        width: 100%
    }
    .page-kontakt .kontakt-col {
        width: 45%
    }
    .page-kontakt .kontakt-col_second {
        width: 51%
    }
    .page-kontakt .image-bg {
        padding-top: 90%
    }
    .page-kontakt .kontakt-block__bottom {
        padding: 49px 39px 18px
    }
    .page-kontakt .image-bg-map {
        padding-top: 32%
    }
}

@media screen and (max-width:1466px) {
    .page-kontakt .menu-slider__link {
        width: 175px
    }
}

@media screen and (max-width:1426px) {
    .page-kontakt .kontakt-col_second {
        width: 696.45px
    }
    .page-kontakt .map {
        max-width: 708px
    }
    .page-kontakt .map-img {
        display: none
    }
    .page-kontakt .map-img2 {
        display: initial
    }
    .page-kontakt .kontakt-col {
        width: 588.81px
    }
}

@media screen and (max-width:1340px) {
    .page-kontakt .kontakt-col {
        width: 490.81px
    }
    .page-kontakt .container {
        max-width: 1071px
    }
    .page-kontakt .menu-slider__link {
        width: 147px;
        font-size: 12px
    }
}

@media screen and (max-width:1216px) {
    .page-kontakt .container {
        max-width: 1049px
    }
}

@media screen and (max-width:1179px) {
    .page-kontakt .menu-slider {
        display: none
    }
    .page-kontakt .hamburger {
        display: inline-block
    }
    .page-kontakt .header__nav-menu,
    .page-kontakt .search-form {
        display: none
    }

}

@media screen and (max-width:1048px) {
    .page-kontakt .kontakt-col_second {
        margin: 20px 0 0
    }
    .page-kontakt .kontakt-col {
        width: 100%
    }
    .page-kontakt .container {
        max-width: 769px
    }
}

@media screen and (max-width:992px) {
    .page-kontakt .header__row {
        padding-right: 10px
    }
    .page-kontakt .mobile-menu-holder {
        overflow-y: scroll
    }
    .page-kontakt .name-and-tel-holder {
        width: 63.8%
    }
}

@media screen and (max-width:745px) {
    .page-kontakt .container {
        width: 100%
    }
}

@media screen and (max-width:702px) {
    .page-kontakt .kontakt-col {
        width: 100%
    }
}

@media screen and (max-width:634px) {
    .page-kontakt .page__bg_over-bg {
        display: none
    }
    .page-kontakt .main .container {
        padding: 0
    }
    .page-kontakt .kontakt-block_first {
        border-radius: 0
    }
    .page-kontakt .kontakt-col_second {
        margin-top: 0
    }
    .page-kontakt .kontakt-block__bottom .kontakt-block__line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-kontakt .kontakt-block__name,
    .page-kontakt .map {
        width: 100%
    }
    .page-kontakt .map {
        margin-top: 0
    }
    .page-kontakt .kontakt-block_second {
        border-radius: 0
    }
    .page-kontakt .kontakt-block__image {
        display: none
    }
    .page-kontakt .name-and-tel-holder {
        width: 100%
    }
    .page-kontakt .header__logo-holder {
        height: 62px;
        width: 200px;
        border-radius: 0 0 23px 0
    }
    .page-kontakt .kontakt-block__top {
        padding: 22px 20px 20px
    }
    .page-kontakt .nav-button-page {
        display: inline-block
    }
    .page-kontakt .kontakt-block__line,
    .page-kontakt .kontakt-block__top .kontakt-block__title {
        margin-bottom: 23px
    }
    .page-kontakt .main {
        padding-top: 94px
    }
    .page-kontakt .kontakt-block__title,
    .page-kontakt .kontakt-block__title_bottom {
        text-transform: uppercase
    }
    .page-kontakt .kontakt-block__title_bottom {
        margin-bottom: 15px
    }
    .page-kontakt .kontakt-block__bottom {
        padding: 32px 20px 16px
    }
    .page-kontakt .kontakt-block__img {
        display: none
    }
    .page-kontakt .kontakt-block__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
    .page-kontakt .kontakt-block__img_mob_1 {
        display: block
    }
    .page-kontakt .map {
        height: 382px
    }
    .page-kontakt .contacts__item-holder {
        font-weight: 400;
        font-size: 11px;
        opacity: .7
    }
    .page-kontakt .page__footer {
        margin-top: 47px;
        padding-bottom: 25px
    }
    .page-kontakt .contacts__item {
        margin-right: 0
    }
    .page-kontakt .kontakt-block__title_desc {
        display: none
    }
    .page-kontakt .kontakt-block__title_mobile {
        display: block
    }
    .page-kontakt .container-map {
        padding: 0
    }
    .page-kontakt .main {
        margin-bottom: 0
    }
    .page-kontakt .scrollup {
        display: none!important
    }
    .page-kontakt .img-holder-map {
        margin-bottom: 16px
    }
    .page-kontakt .image-bg-map {
        padding-top: 39%
    }
}

@media screen and (max-width:404px) {
    .page-kontakt .kontakt-block__img_mob_1 {
        display: none
    }
    .page-kontakt .kontakt-block__img_mob_2 {
        display: block
    }
    .page-kontakt .kontakt-block__phone {
        padding-right: 0
    }
}

@media screen and (max-width:350px) {
    .page-kontakt .kontakt-block__img_mob_2 {
        display: none
    }
    .page-kontakt .kontakt-block__img_mob_3 {
        display: block
    }
    .page-kontakt .kontakt-block__bottom {
        font-size: 13px
    }
    .page-kontakt .header__row {
        padding-right: 0
    }
}

.common body.overflow_hidden,
.common html.modal-open,
.page-agenda,
.page-agenda body.overflow_hidden,
.page-agenda html.modal-open {
    overflow: hidden
}

.page-agenda * {
    box-sizing: border-box
}

.page-agenda .scroll-wrapper {
    height: 100vh;
    overflow: auto;
    width: 101%;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-agenda body,
.page-agenda h1,
.page-agenda h2,
.page-agenda h3,
.page-agenda h4,
.page-agenda h5,
.page-agenda h6,
.page-agenda html,
.page-agenda li,
.page-agenda ul {
    margin: 0;
    padding: 0
}

.page-agenda li {
    list-style: none
}

.page-agenda,
.page-agenda .page-agenda-sort {
    background: #a4998e;
    z-index: 0;
    position: relative;
    font-family: Segoe UI
}

.page-agenda .page-agenda-sort {
    min-height: 1430px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-agenda .page-agenda-sort .table__button {
    display: none
}

.page-agenda .page-agenda-sort .tbody {
    height: auto
}

.page-agenda .page-agenda-sort .main {
    margin-bottom: 60px
}

.page-agenda .page__bg_over-bg {
    z-index: -7;
    background: url(../img/fond-blanc.png);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0
}

.page-agenda .container {
    margin: 0 auto;
    padding: 0 15px;
    overflow: initial
}

.page-agenda .main__container {
    min-height: 500px;
    overflow: initial
}

.page-agenda .header__top-line {
    position: relative;
    padding: 15px;
    width: 100%;
    height: 100%
}

.page-agenda .header__top-line_bg {
    opacity: .8;
    background: #4d4d4d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.page-agenda .header__nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px
}

.page-agenda .header__menu-item {
    position: relative;
    margin-left: 15px
}

.page .header__nav-menu ul li:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    right: 5%;
    bottom: -3px;
    height: 2px;
    width: 91%;
    transition: all .2s ease;
    opacity: 0
}

.page-agenda .header__logo-link,
.page-agenda .header__menu-item {
    display: inline-block
}

.page-agenda .header__menu-link {
    font-family: Segoe UI;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px
}

.page-agenda .header__logo-holder {
    background: #26a3be;
    height: 128px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 484px;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 0 38px 0;
    padding: 28px 28px 10px 0;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .548)
}

.page-agenda .header__logo-img {
    width: 195px
}

.page-agenda .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-agenda .header__row {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-agenda .header__search-form {
    margin-left: 27px;
    position: relative
}

.page-agenda .search-form__input {
    border: 0;
    width: 301px;
    padding: 8px 27px 6px 15px;
    border-radius: 11px 0 0 0
}

.page-agenda .search-form__find-button {
    width: 20px;
    position: absolute;
    right: 8px;
    top: 4px
}

.page-agenda .menu-slider__item-holder a,
.page-agenda .menu-slider__item-holder ul {
    display: -ms-flexbox;
    display: flex
}

.page-agenda .menu-slider__item-holder a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    width: 202px;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    transition: all .3s ease;
    font-weight: 500;
    padding: 13px 0 13px 29px;
    -ms-flex-align: center;
    align-items: center
}

.page-agenda .menu-slider__link_material {
    padding-left: 29px
}

.page-agenda .menu-slider__link_publ {
    padding-left: 20px;
    letter-spacing: 1px
}

.page-agenda .menu-slider__link_news {
    padding-left: 32px
}

.page-agenda .menu-slider__link_prot {
    padding-left: 31px
}

.page-agenda .menu-slider__link_agenda {
    padding-left: 29px
}

.page-agenda .menu-slider__link_ebl {
    width: 257px;
    padding-left: 46px
}

.page-agenda .menu-slider__link-icon {
    width: 33px;
    margin-right: 24px
}

.page-agenda .menu-slider__link-icon_agenda {
    width: 26px
}

.page-agenda .menu-slider__link-icon_projeten {
    width: 23px
}

.page-agenda .menu-slider__link-icon_news {
    width: 25px
}

.page-agenda .menu-slider__link-icon_publ {
    width: 29px
}

.page-agenda .menu-slider__link-icon_material {
    width: 34px
}

.page-agenda .menu-slider__link-icon_green-job {
    width: 31px
}

.page-agenda .menu-slider__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: block
}

.page-agenda .menu-slider__item {
    margin-bottom: 3px;
    border-radius: 14px 0 13px;
    -webkit-box-shadow: 0 0 11px 0 #000;
    transition: transform .2s ease;
    box-shadow: 10px 4px 12px 0 rgba(0, 0, 0, .24)
}

.page-agenda .menu-slider__item_color_blue {
    background: #829296;
    z-index: 7;
    transform: translateX(-46px)
}

.page-agenda .menu-slider__item_color_purple {
    background: #9f9388;
    transform: translateX(-79px);
    z-index: 6
}

.page-agenda .menu-slider__item_color_orange {
    background: #ceab77;
    transform: translateX(-118px);
    z-index: 5
}

.page-agenda .menu-slider__item_color_yellow {
    background: #ceba6d;
    transform: translateX(-153px);
    z-index: 4
}

.page-agenda .menu-slider__item_color_green {
    background: #a9ae65;
    transform: translateX(-187px);
    z-index: 3
}

.page-agenda .menu-slider__item_color_strong-green {
    background: #9e8c3f;
    transform: translateX(-221px);
    z-index: 2
}

.page-agenda .menu-slider__item_color_ligh-red {
    background: #a97f4c;
    transform: translateX(-254px);
    z-index: 1
}

.page-agenda .menu-slider__item-holder {
    -ms-flex-item-align: end;
    align-self: flex-end;
    z-index: 0
}

.page-agenda .menu-slider__item-holder ul {
    -ms-flex-align: start;
    align-items: flex-start
}

.page-agenda .hamburger {
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.page-agenda .hamburger,
.page-agenda .hamburger:focus {
    border: 0;
    outline: 0;
    background: 0
}

.page-agenda .hamburger__line {
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin: 9px 0
}

.page-agenda .scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 43px;
    background: #26a3be;
    z-index: 100;
    border-radius: 50%;
    text-align: center;
    display: none
}

.page-agenda .scrollup__arrow {
    width: 26px;
    transform: translateY(7px)
}

.page-agenda .mobile-menu {
    background: #26a3be;
    top: 74px;
    right: 0;
    padding: 40px 0 1px 41px;
    z-index: 200;
    width: 219px;
    border-radius: 0 0 0 18px;
    transition: opacity .2s ease
}

.page-agenda .mobile-menu_showed {
    opacity: 1;
    z-index: 1001;
    display: block
}

.page-agenda .mobile-menu li {
    margin-bottom: 18px
}

.page-agenda .mobile-menu li a,
.page-agenda .mobile-menu li a img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.page-agenda .mobile-menu li a img {
    margin-left: 30px
}

.page-agenda .contacts__item a,
.page-agenda .mobile-menu a {
    text-decoration: none;
    color: #fff
}

.page-agenda .exit__holder {
    text-align: right;
    right: 10px;
    position: absolute;
    top: 10px
}

.page-agenda .page__footer {
    padding-bottom: 15px
}

.page-agenda .contacts__item-holder {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px
}

.page-agenda .contacts__item {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-left: 7px
}

.page-agenda .nav-button-page {
    color: #fff;
    background: #a4998e;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .336);
    border-radius: 56px 0 41px 0;
    padding: 11px 0 12px 50px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: 251px;
    height: 70px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 101
}

.page-agenda .nav-button-page__icon {
    width: 25px;
    margin-right: 20px
}

.page-agenda .nav-button-page__text {
    font-size: 28px;
    font-weight: 600
}

.page-agenda .filters-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 99px
}

.page-agenda .filters-block__menu {
    padding-top: 17px;
    transform: translate(-13px, -23px)
}

.page-agenda .filters-block__menu ul,
.page-agenda .filters-block__menu ul li a {
    box-sizing: content-box
}

.page-agenda .filters-block__menu ul {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 0 0 19px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 13px 6px 36px;
    height: 17px
}

.page-agenda .filters-block__menu ul li,
.page-agenda .filters-block__menu ul li a {
    color: #a4998e;
    cursor: pointer;
    background: #fff;
    transition: outline .2s ease, transform .2s ease, padding .2s ease
}

.page-agenda .filters-block__menu ul li {
    font-size: 13px;
    margin-right: 3px;
    z-index: 10
}

.page-agenda .filters-block__menu ul li a {
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 0 7px
}

.page-agenda .filters-block__menu ul li.text-filters {
    margin-right: 14px
}

.page-agenda .row_news {
    margin-right: -38px
}

.page-agenda .col {
    width: 681px;
    margin-right: 38px;
    margin-bottom: 41px
}

.page-agenda .card {
    background: #f1eee2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative
}

.page-agenda .card__filter-value {
    position: absolute;
    background: gray;
    color: #fff;
    top: -19px;
    right: 0;
    font-size: 11px;
    padding: 3px 22px 1px;
    border-radius: 15px 0 0 0
}

.page-agenda .card__title {
    background: gray;
    color: #fff;
    padding: 10px 0 10px 25px;
    border-radius: 0 0 30px;
    margin-bottom: 11px;
    font-weight: 500;
    text-transform: uppercase
}

.page-agenda .card__text {
    color: gray;
    padding-left: 24px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 3px
}

.page-agenda .card__bottom-line,
.page-agenda .card__link {
    color: gray;
    font-size: 12px;
    font-weight: 700;
    font-style: italic
}

.page-agenda .card__bottom-line {
    text-align: right;
    padding-right: 3px
}

.page-agenda .card__link {
    text-decoration: none
}

.page-agenda .card__image {
    display: block
}

.page-agenda .card__content-holder {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 8px
}

.page-agenda .card__image_fourth,
.page-agenda .card__image_second,
.page-agenda .card__image_third {
    display: none
}

.page-agenda .filters-block__menu {
    position: relative
}

.page-agenda .filters-block__pointer {
    width: 20px;
    background: 0;
    position: relative;
    z-index: 11;
    outline: 3px solid #ceba6d;
    top: 32px;
    height: 35px;
    left: -50px
}

.page-agenda .filters-block__pointer:after,
.page-agenda .filters-block__pointer:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    height: 3px;
    width: 100%
}

.page-agenda .filters-block__pointer:before {
    top: 0
}

.page-agenda .filters-block__pointer:after {
    bottom: 0
}

.page-agenda .filters-block__menu_mobile {
    transition: all .2s ease;
    z-index: 2;
    left: -30px;
    top: 0;
    color: #9f9388!important;
    font-weight: 600;
    background: 0
}

.page-agenda .presentation__image2 {
    display: none
}

.page-agenda .swiper-slide {
    text-align: center
}

.page-agenda .filters-block__menu_mobile ul {
    background: 0;
    width: 225px;
    z-index: -100;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    position: absolute;
    top: 0
}

.page-agenda .filters-block__menu_mobile {
    cursor: pointer;
    visibility: hidden
}

.page-agenda .filters-block__menu_mobile .filters-block__item {
    opacity: 0
}

.page-agenda .text-filters_mobile {
    height: 17px;
    box-sizing: content-box;
    background: #fff;
    border-radius: 0 0 19px 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .411);
    padding: 10px 25px 10px 42px;
    display: inline-block;
    font-size: 13px
}

.page-agenda .filters-block__menu_mobile ul li a {
    color: #9f9388;
    cursor: pointer;
    text-decoration: none;
    z-index: -100
}

.page-agenda .filters-block__menu_mobile.active {
    z-index: 100;
    background: #fff
}

.page-agenda .filters-block__menu_mobile.active ul {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    padding: 51px 20px 20px 42px;
    background: #fff
}

.page-agenda .filters-block__menu_mobile.active ul li a {
    z-index: 100
}

.page-agenda .filters-block ul a,
.page-agenda .filters-block ul li,
.page-agenda .filters-block__menu_mobile.active ul li {
    opacity: 1;
    margin-bottom: 14px
}

.page-agenda .filters-block__menu_mobile {
    position: relative
}

.page-agenda .text-filters_mobile {
    z-index: 101;
    position: relative
}

.page-agenda .form-holder {
    width: 100%;
    margin: 74px auto 0;
    max-width: 700px
}

.page-agenda .form {
    background: #edeee1;
    border-radius: 49px 0 47px 0;
    padding: 52px 78px 59px 71px
}

.page-agenda .input {
    background: #4eb2c5;
    width: 100%;
    height: 100%;
    color: #fff
}

.page-agenda .input_radio {
    width: auto;
    height: auto;
    display: none
}

.page-agenda .input_radio:checked+label:before {
    font-size: 7px
}

.page-agenda .input_radiochecked {
    font-size: 20px
}

.page-agenda .form__title {
    color: #4eb2c5;
    font-size: 37px;
    margin-bottom: 39px
}

.page-agenda .input-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 21px
}

.page-agenda .input-holder {
    width: 59%
}

.page-agenda .radio-holder {
    margin-bottom: 11px
}

.page-agenda .button-holder {
    text-align: center;
    margin-top: 3px
}

.page-agenda #message-input {
    background: #4eb2c5;
    resize: none;
    height: 115px;
    width: 100%;
    padding-left: 5px;
    color: #fff;
    border: 0
}

.page-agenda .button,
.page-agenda .title {
    color: #fff;
    font-weight: 500
}

.page-agenda .button {
    background: #4eb2c5;
    padding: 15px 11px;
    border-radius: 7px
}

.page-agenda .title {
    font-size: 43px;
    margin-bottom: 46px;
    padding-left: 62px
}

.page-agenda .input {
    border: 0
}

.page-agenda .ebl-title {
    text-transform: uppercase
}

.page-agenda .presentation__inner {
    background: #f1eee2;
    border-radius: 0 43px 0 39px;
    display: -ms-flexbox;
    display: flex;
    color: #666;
    padding: 31px 68px 58px 29px
}

.page-agenda .gallery {
    margin-right: 21px
}

.page-agenda .gallery__main-slider {
    margin-bottom: 14px
}

.page-agenda .presentation {
    max-width: 1402px;
    margin: 0 auto 40px
}

.page-agenda .presentation__link {
    color: #26a3be;
    text-decoration: none
}

.page-agenda .presentation_title {
    color: #26a3be;
    margin-top: 68px;
    margin-bottom: 18px;
    font-size: 29px
}

.page-agenda .presentation__content {
    font-weight: 500;
    padding-top: 5px
}

.page-agenda .presentation__text {
    word-spacing: 3px;
    font-size: 17px
}

.page-agenda .gallery__mini-slider .swiper-slide {
    cursor: pointer
}

.page-agenda .presentation__content li {
    font-weight: 700;
    margin-top: 23px
}

.page-agenda .presentation__line-before-last {
    margin-top: 39px;
    font-size: 20px
}

.page-agenda .presentation__line-before-last a {
    margin-left: 20px
}

.page-agenda .presentation__bottom-line {
    margin-top: 56px
}

.page-agenda .popup-title {
    font-size: 43px;
    margin-bottom: 18px;
    color: #fff;
    padding-left: 62px
}

.page-agenda .pop-up-page {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
    min-height: 0;
    position: fixed
}

.page-agenda .transforma-bg {
    position: fixed
}

.page-agenda .gallery__mini-slider-holder_mobile {
    display: none
}

.page-agenda .pop-up-page {
    opacity: 0;
    z-index: -10
}

.page-agenda .pop-up-page.active {
    opacity: 1;
    z-index: 101
}

.page-agenda .popup-scroll-button {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 43px;
    background: #26a3be;
    z-index: 101;
    border-radius: 50%;
    text-align: center
}

.page-agenda .swiper-slide-thumb-active {
    opacity: .6
}

.page-agenda .gallery {
    width: 100%;
    max-width: 672px
}

.page-agenda .page {
    min-height: 1500px;
    overflow: hidden
}

.page-agenda .main__container {
    overflow-x: initial
}

.page-agenda .th,
.page-agenda .tr {
    display: -ms-flexbox;
    display: flex
}

.page-agenda .tr {
    margin-bottom: 10px
}

.page-agenda .th {
    background: #665341;
    color: #fff;
    text-align: center;
    border-left: 1px solid hsla(0, 0%, 100%, .336);
    width: 0;
    font-size: 12px;
    font-weight: 700;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 23px 15px 18px;
    position: relative;
    cursor: pointer
}

.page-agenda .th_date {
    background: #fff;
    color: #665341;
    width: 11%;
    padding: 0
}

.page-agenda .th_lieu,
.page-agenda .th_nom {
    width: 13%
}

.page-agenda .th_lieu {
    padding: 0
}

.page-agenda .th_description {
    width: 23%
}

.page-agenda .th_wou {
    width: 13%;
    display: -ms-flexbox;
    display: flex
}

.page-agenda .th_categorie,
.page-agenda .th_theme,
.page-agenda .th_wou {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: initial;
    align-items: initial
}

.page-agenda .th_categorie,
.page-agenda .th_projet,
.page-agenda .th_theme {
    width: 9%;
    padding: 0
}

.page-agenda .td {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #d4cfca;
    padding: 15px;
    color: #4d4d4d;
    background: #f6f4f3;
    font-weight: 600
}

.page-agenda .td,
.page-agenda .td_categorie,
.page-agenda .td_description,
.page-agenda .td_projet,
.page-agenda .td_theme,
.page-agenda .td_wou {
    -ms-flex-align: center;
    align-items: center
}

.page-agenda .td_categorie,
.page-agenda .td_date,
.page-agenda .td_description,
.page-agenda .td_lieu,
.page-agenda .td_nom,
.page-agenda .td_projet,
.page-agenda .td_theme,
.page-agenda .td_wou {
    background: #fff;
    word-break: break-all;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #d4cfca;
    padding: 15px;
    font-size: 13px;
    color: #4d4d4d;
    background: #f6f4f3;
    font-weight: 600
}

.page-agenda .td_date,
.page-agenda .td_nom {
    -ms-flex-align: center;
    align-items: center
}

.page-agenda .td_date {
    background: #c9c2a4;
    color: #665341;
    width: 11%
}

.page-agenda .td_nom {
    width: 13%
}

.page-agenda .td_projet,
.page-agenda .td_theme {
    background: #b5d3e9
}

.page-agenda .table {
    max-width: 1400px;
    margin: 0 auto
}

.page-agenda .tbody {
    height: 50vh
}

.page-agenda .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 18px;
    border-radius: 0;
    opacity: 1;
    background: #ded9c7
}

.page-agenda .mCSB_scrollTools .mCSB_draggerRail {
    width: 18px;
    background: #95886e;
    border-radius: 0
}

.page-agenda .tr-month {
    margin-bottom: 30px
}

.page-agenda .tr-month:last-child {
    margin-bottom: 0
}

.page-agenda .table {
    position: relative
}

.page-agenda .table__button {
    font-weight: 500;
    font-size: 17px;
    background: #e7e5e0;
    color: #a59a90;
    position: absolute;
    left: 50%;
    bottom: auto;
    padding: 23px 0;
    border-radius: 15px 0 0 15px;
    cursor: pointer;
    display: none;
    z-index: 100;
    margin-left: -800px;
    width: 91px;
    text-align: center;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .411);
    top: 50%;
    transform: translateY(-50%);

    font-weight: 500;
    font-size: 17px;
    background: #e7e5e0;
    color: #a59a90;
    position: absolute;
    left: 50%;
    bottom: auto;
    padding: 23px 0;
    border-radius: 15px 0 0 15px;
    cursor: pointer;
    display: none;
    z-index: 100;
    margin-left: -800px;
    width: 91px;
    text-align: center;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .411);
    top: 50%;
    transform: translateY(-50%);

}

.page-agenda .table__button:after,
.page-agenda .table__button:before {
    opacity: 0;
    content: "";
    width: 2px;
    height: 16px;
    left: 50%;
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid #665341;
    transform: translateX(-50%)
}

.page-agenda .table__button:after {
    transform: translateX(-50%);
    top: -43px;
    border: 10px solid transparent;
    border-bottom: 10px solid #665341
}

.page-agenda .table__button:before {
    top: 77px
}

.page-agenda .table__button.show_bottom:before,
.page-agenda .table__button.show_top:after {
    opacity: 1
}

.page-agenda .th__first-line {
    border-bottom: 1px solid hsla(0, 0%, 100%, .336);
    margin-bottom: 13px;
    width: 100%
}

.page-agenda .arrow-bottom {
    width: 11px;
    position: absolute;
    right: 5px;
    top: calc(50% - 3px)
}

.page-agenda .dropdown-menu {
    position: absolute;
    background: #fff;
    z-index: -21;
    border-radius: 0 23px 0 0;
    opacity: 0;
    transition: opacity .2s ease;
    text-align: start;
    top: 44px;
    width: 241px;
    padding: 76px 0 1px;
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, .5);
    left: 0
}

.page-agenda .dropdown-menu__link {
    text-decoration: none;
    color: #4d4d4d;
    font-size: 14px
}

.page-agenda .th_nom,
.page-agenda .th_wou {
    padding: 0
}

.page-agenda .th-wrapper {
    padding: 15px 0 13px;
    background: #665341;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.page-agenda .th-wrapper.active {
    z-index: 30;
    background: #000
}

.page-agenda .th-wrapper.active+.dropdown-menu {
    z-index: 29;
    opacity: 1
}

.page-agenda .dropdown-menu>li,
.page-agenda .dropdown-menu__item {
    position: relative;
    margin-bottom: 17px
}

.page-agenda .dropdown-menu__item-arrow {
    position: absolute;
    right: 5px;
    width: 10px;
    top: 9px
}

.page-agenda .dropdown-submenu {
    position: absolute;
    min-width: 200px;
    background: #fff;
    opacity: 0;
    right: -198px;
    top: 0;
    border-radius: 0 23px 0 0;
    z-index: -123123123123
}

.page-agenda .dropdown-submenu:before {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    width: 0;
    height: 100%;
    z-index: -123123123123;
    top: 0
}

.page-agenda .september-month {
    background: #c6ddee
}

.page-agenda .october-month {
    background: #b5d3e9
}

.page-agenda .november-month {
    background: #b5cae9f1
}

.page-agenda .december-month {
    background: #9dadc4
}

.page-agenda .january-month {
    background: #7f8b9b
}

.page-agenda .february-month {
    background: #91a9c9
}

.page-agenda .march-month {
    background: #9ab7dd
}

.page-agenda .april-month {
    background: #a1b9d8
}

.page-agenda .august-month,
.page-agenda .jule-month,
.page-agenda .june-month,
.page-agenda .may-month {
    background: #a1b9d8e8
}

.page-agenda .main {
    padding-top: 179px
}

.page-agenda .td-text_bold {
    font-weight: 700
}

.page-agenda .th-wrapper_date {
    background: #fff
}

.page-agenda .td__link {
    text-decoration: none
}

.page-agenda .dropdown-menu_projet,
.page-agenda .dropdown-menu_theme {
    right: 0;
    left: auto;
    border-radius: 23px 0 0 0
}

.page-agenda .th__second-line {
    color: #c9c1a4
}

.page-agenda .th_date {
    border-radius: 21px 0 0
}

.page-agenda .th-wrapper_date {
    border-radius: 20px 0 0 0
}

.page-agenda .th_theme,
.page-agenda .th_theme .th-wrapper {
    border-radius: 0 20px 0 0
}

.page .td_date {
    flex-direction: column!important;
    text-align: center
}

.time {
    display: block;
    margin-top: 3px
}

.page-agenda .th__second-line {
    padding: 0 5px;
    height: 100%
}

.page-agenda .th__first-line {
    padding: 0 5px 10px
}

.page-agenda .two-lines {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-agenda html {
    overflow: auto
}

.page-agenda .header__row {
    padding-right: 0
}

.page-agenda .container {
    max-width: 1439px
}

.page-agenda .menu-slider__inner {
    padding-right: 0
}

.page-agenda .row_news {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-agenda .menu-slider__item-holder {
    margin-right: 0
}

.page-agenda .menu-slider__item-holder ul {
    transform: translateX(219px)
}

.page-agenda .page {
    min-height: 100vh
}

.page-agenda .page__footer {
    margin-top: auto
}

.page-agenda .filters-block__menu ul li a.active {
    font-weight: 600
}

.page-agenda .mobile-menu-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 200
}

.page-agenda .mobile-menu {
    display: block
}

.page-agenda .exit__img {
    cursor: pointer;
    max-width: none
}

.page-agenda .mobile-menu {
    position: absolute
}

.page-agenda .input {
    padding-left: 5px
}

.page-agenda .filters-block {
    margin-bottom: 62px
}

.page-agenda .button {
    border: 0;
    cursor: pointer;
    transition: all .2s ease
}

.page-agenda .button:hover {
    box-shadow: 0 0 10px 0 #4eb2c5
}

.page-agenda .container-header {
    overflow: initial
}

.page-agenda .footer {
    opacity: .8
}

.page-agenda .nav-button-link {
    z-index: 101;
    text-decoration: none
}

.page-agenda .popup-scroll-button {
    display: none
}

.page-agenda .page__bg_over-bg {
    opacity: .2
}

.page-agenda .main {
    margin-bottom: 43px
}

.page-agenda .th__second-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.page-agenda .october-month-date {
    background: #bbb296
}

.page-agenda .tr-mobile-hide {
    display: -ms-flexbox;
    display: flex;
    width: 76%
}

.page-agenda .td_lieu {
    width: 17%
}

.page-agenda .td_description {
    width: 30%
}

.page-agenda .td_wou {
    width: 18%
}

.page-agenda .td_categorie {
    width: 11%
}

.page-agenda .td_projet,
.page-agenda .td_theme {
    width: 12%
}

.page-agenda .mobile-adress-second,
.page-agenda .mobile-title,
.page-agenda .tr__button-holder {
    display: none
}

.page-agenda .td {
    font-size: 11px
}

.page-agenda .tr__button {
    background: #aea477;
    color: #fff;
    padding: 6px 47px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block
}

.page-agenda .tr__button-holder {
    padding: 0 22px 16px;
    text-align: end
}

.page-agenda .dropdown-menu a,
.page-agenda .dropdown-menu__link {
    display: inline-block;
    width: 100%
}

.page-agenda .dropdown-menu__item {
    padding: 0
}

.page-agenda .dropdown-menu__link {
    padding: 4px 15px
}

.page-agenda .dropdown-submenu {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
    padding: 0
}

.page-agenda .dropdown-menu>.dropdown-menu__item:hover .dropdown-submenu,
.page-agenda .dropdown-menu>li:hover ul {
    opacity: 1;
    max-height: inherit;
    padding: 20px 5px
}

.page-agenda .dropdown-menu a:hover,
.page-agenda .dropdown-menu__link:hover {
    background: #d9d5be
}

.page-agenda .choosed,
.page-agenda .choosed .th-wrapper {
    background: #000
}

.page-agenda .filters-block__menu_mobile.active {
    background: 0
}

.page-agenda .td_lieu {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.page-agenda .adress-second {
    color: #7f7f7f
}

.page-agenda .hamburger {
    position: absolute;
    right: 6px;
    top: 9px
}

.page-agenda .th-wrapper {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-agenda .dropdown-menu>li {
    padding: 0
}

.page-agenda .dropdown-menu a {
    padding: 4px 15px;
    font-weight: 400;
    text-decoration: none;
    color: #4d4d4d;
    font-size: 14px
}

.page-agenda .first-tint .td_date,
.page-agenda .td-light-brown {
    background: #c9c2a4
}

.page-agenda .tr_head {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex
}

.page-agenda .first-tint .td_categorie,
.page-agenda .first-tint .td_projet,
.page-agenda .first-tint .td_theme {
    background: #c6ddee
}

.page-agenda .second-tint .td_date {
    background: #bbb296
}

.page-agenda .second-tint,
.page-agenda .second-tint .td_projet,
.page-agenda .second-tint .td_theme,
.page-agenda .td_categorie {
    background: #b5d3e9
}

.page-agenda .menu-slider__item-holder li {
    margin-bottom: 3px;
    border-radius: 14px 0 13px;
    transition: transform .2s ease;
    box-shadow: 10px 4px 12px 0 rgba(0, 0, 0, .24)
}

.page-agenda .tr[data-day=current] .td_date {
    background: #665341;
    color: #fff
}

.row_cards--job{

}

@media screen and (max-width:1919px) {
    .page-agenda .menu-slider__item-holder {
        margin: 0
    }
    .page-agenda .header__logo-holder {
        height: 59px;
        padding: 3px 45px 10px 0;
        width: 343px
    }
    .page-agenda .header__logo-img {
        width: 139px
    }
    .page-agenda .menu-slider__item-holder ul {
        transform: none
    }
    .page-agenda .menu-slider__inner {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }
    .page-agenda .menu-slider__link_ebl {
        width: 178px;
        padding-left: 4px
    }
    .page-agenda .menu-slider__item_color_blue,
    .page-agenda .menu-slider__item_color_green,
    .page-agenda .menu-slider__item_color_ligh-red,
    .page-agenda .menu-slider__item_color_orange,
    .page-agenda .menu-slider__item_color_purple,
    .page-agenda .menu-slider__item_color_strong-green,
    .page-agenda .menu-slider__item_color_yellow {
        transform: none
    }
    .page-agenda .menu-slider__item-holder a {
        padding-left: 0
    }
    .page-agenda .page__footer {
        margin-top: auto
    }
    .page-agenda .menu-slider__inner {
        display: block
    }
    .page-agenda .menu-slider__item-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}


@media screen and (max-width:1624px) {
    .page-agenda .table__button {
        margin: 0;
        left: 15px
    }
}

@media screen and (max-width:1500px) {
    .page-agenda .container {
        max-width: 1249px
    }
    .page-agenda .menu-slider__item-holder ul li a {
        width: 173px!important;
        font-size: 12px!important
    }
    .page-green-job .card-holder{
        margin-right: 10px;
    }
    .page-green-job .cards-holder{
        margin-right: -10px;
    }
    .page-green-job .card{
 
    }
  
}

@media screen and (max-width:1463px) {
    .page-agenda .col {
        width: 595px
    }
    .page-agenda .card__image-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .page-agenda .card__title {
        font-size: 15px
    }
}

@media screen and (max-width:1466px) {
    .page-agenda .menu-slider__item-holder a {
        width: 154.5px
    }
}

@media screen and (max-width:1307px) {
    .page-agenda .presentation_title {
        margin-top: 20px
    }
}

@media screen and (max-width:1300px) {
    .page-agenda .container {
        max-width: 1020px
    }
    .page-agenda .td {
        padding: 15px 5px
    }
    .page-agenda .ebl-article__inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .page-agenda .ebl-article__images-holder {
        display: block
    }
    .page-agenda .menu-slider__item-holder ul li a {
        width: 142px!important;
        font-size: 12px!important
    }
    .page-green-job .card{
        /* width: 211px; */
    }
}

@media screen and (max-width:1260px) {
    .page-agenda .card__text,
    .page-agenda .card__title {
        font-size: 13px
    }
    .page-agenda .card__content-holder {
        padding-bottom: 12px
    }
    .page-agenda .card {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .page-agenda .col {
        max-width: 373px
    }
    .page-agenda .card__image-holder {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:1235px) {
    .page-agenda .presentation__bottom-line {
        margin-top: 56px
    }
    .page-agenda .presentation__line-before-last {
        margin-top: 26px
    }
}

@media screen and (max-width:1231px) {
    .page-agenda .presentation__inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .page-agenda .gallery {
        margin: 0 auto 26px
    }
}

@media screen and (max-width:1179px) {
    .page-agenda .menu-slider {
        display: none
    }
    .page-agenda .hamburger {
        display: inline-block
    }
    .page-agenda .header__nav-menu,
    .page-agenda .search-form {
        display: none
    }

}

@media screen and (max-width:992px) {
    .page-agenda .table__button {
        display: none!important
    }
    .page-agenda .header__row {
        padding-right: 10px
    }
    .page-agenda .container {
        max-width: 780px
    }
    .page-agenda .tr {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .page-agenda .tr_head {
        display: none
    }
    .page-agenda .td {
        border-bottom: 1px solid #c9c2a4;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 16px;
        width: 93%;
        padding: 15px
    }
    .page-agenda .mobile-title {
        display: block;
        font-weight: 700;
        text-transform: uppercase
    }
    .page-agenda .tr-mobile-hide {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -ms-flex-align: center;
        align-items: center
    }
    .page-agenda .tbody {
        height: auto;
        min-height: 50vh
    }
    .page-agenda .tr {
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media screen and (max-width:813px) {
    .page-agenda .col {
        max-width: 492px
    }
    .page-agenda .card__image {
        display: none
    }
    .page-agenda .card__image_second {
        display: block
    }
    .page-agenda .nav-button-page {
        height: 60px;
        border-radius: 43px 0 30px 0;
        width: 197px;
        padding: 11px 0 12px 36px
    }
    .page-agenda .nav-button-page__text {
        font-size: 22px
    }
    .page-agenda .nav-button-page__icon {
        margin-right: 12px
    }
}

@media screen and (max-width:765px) {
    .page-agenda .gallery__main-slider .presentation__image {
        display: none
    }
    .page-agenda .presentation__image2 {
        display: block;
        margin: 0 auto
    }
    .page-agenda .presentation__inner {
        padding: 31px 18px 58px 29px
    }
    .page-agenda .header__logo-holder {
        width: 268px
    }
}

@media screen and (max-width:727px) {
    .page-agenda .filters-block__menu li:not(.text-filters) {
        display: none
    }
    .page-agenda .text-filters {
        color: #9f9388!important;
        font-weight: 600
    }
    .page-agenda .filters-block__menu ul {
        padding: 10px 13px 9px 36px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .411)
    }
    .page-agenda .filters-block__pointer {
        display: none
    }
    .page-agenda .filters-block__menu {
        transform: translate(-13px, -7px)
    }
    .page-agenda .main {
        padding-top: 114px
    }
    .page-agenda .filters-block__menu {
        display: none
    }
    .page-agenda .filters-block__menu_mobile {
        display: block
    }
    .page-agenda .nav-button-page__text {
        font-size: 22px
    }
    .page-agenda .nav-button-page__icon {
        margin-right: 12px
    }
    .page-agenda .nav-button-page {
        padding: 11px 0 12px 29px
    }
}

@media screen and (max-width:567px) {
    .page-agenda .col {
        width: 100%
    }
    .page-agenda .container {
        padding: 0
    }
    .page-agenda .page__bg_over-bg,
    .page-agenda .td_date:before,
    .page-agenda .td_nom:before {
        display: none
    }
    .page-agenda .main {
        padding-top: 90px
    }
    .page-agenda .nav-button-page__text {
        font-size: 17px
    }
    .page-agenda .nav-button-page__icon {
        width: 16px
    }
    .page-agenda .nav-button-page {
        width: 147px;
        height: 41px;
        border-radius: 30px 0 23px 0;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 11px 0 12px 29px
    }
    .page-agenda .nav-button-page__icon {
        margin-right: 7px
    }
    .page-agenda .filters-block__menu ul li {
        font-size: 10px
    }
    .page-agenda .filters-block__menu ul {
        padding: 4px 13px 13px 33px;
        height: 6px;
        border-radius: 0 0 10px 0
    }
    .page-agenda .filters-block__menu {
        padding-top: 11px
    }
    .page-agenda .filters-block {
        margin-bottom: 36px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 10px
    }
    .page-agenda .card__content-holder {
        position: relative;
        padding-top: 51px
    }
    .page-agenda .card__title {
        position: absolute;
        width: 86%;
        top: -23px
    }
    .page-agenda .contacts__item-holder {
        font-weight: 400;
        font-size: 11px;
        opacity: .7
    }
    .page-agenda .page__footer {
        margin-top: 47px;
        padding-bottom: 25px
    }
    .page-agenda .contacts__item {
        margin-right: 0
    }
    .page-agenda .header__logo-holder {
        width: 200px;
        border-radius: 0 0 23px 0
    }
    .page-agenda .tr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch;
        background: #fff
    }
    .page-agenda .td {
        width: 100%
    }
    .page-agenda .td_date,
    .page-agenda .td_nom {
        width: 50%
    }
    .page-agenda .td:not(.td_date):not(.td_nom) {
        background: #fff
    }
    .page-agenda .tr-mobile-hide {
        display: none
    }
    .page-agenda .table__button {
        display: none!important
    }
    .page-agenda .table {
        padding: 0 10px
    }
    .page-agenda .tr__button-holder {
        padding: 0 22px 16px;
        text-align: end;
        background: #fff;
        display: block
    }
    .page-agenda .tr__button {
        display: inline-block;
        background: #aea477;
        color: #fff;
        padding: 6px 47px;
        text-decoration: none;
        font-weight: 500
    }
    .page-agenda .td_theme {
        border-bottom: 0
    }
    .page-agenda .filters-block__menu_mobile {
        left: -10px
    }
    .page-agenda .text-filters_mobile {
        font-size: 10px;
        left: 3px;
        padding: 8px 16px 3px
    }
}

@media screen and (max-width:500px) and (min-width:410px) {
    .page-agenda .card__image_fourth {
        display: block
    }
    .page-agenda .card__image_second {
        display: none
    }
}

@media screen and (max-width:410px) {
    .page-agenda .card__image_second {
        display: none
    }
    .page-agenda .card__image_third {
        display: block
    }
    .page-agenda .card__image_fourth {
        display: none
    }
}

@media screen and (max-width:1463px) {
    .page-agenda .td {
        padding: 15px 5px
    }
}

@media screen and (max-width:1227px) {
    .page-agenda .container {
        max-width: 1020px
    }
    .page-agenda .col {
        max-width: 100%;
        width: 30%;
        margin-right: 3.076923076923077%
    }
    .page-agenda .menu-slider__item-holder a {
        width: 143px;
        font-size: 12px
    }
    .page-agenda .dropdown-menu {
        width: 216px
    }
    .page-agenda .dropdown-submenu {
        right: -168px;
        min-width: 171px
    }
}

@media screen and (max-width:1019px) {
    .page-agenda .td {
        font-size: 11px
    }
}

@media screen and (max-width:992px) {
    .page-agenda .container {
        max-width: 768px
    }
    .page-agenda .td {
        font-size: 13px;
        padding: 15px
    }
    .page-agenda .mCSB_outside+.mCSB_scrollTools {
        right: -8px
    }
    .page-agenda .tr {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-agenda .td {
        width: 100%
    }
    .page-agenda .tr__button-holder {
        padding: 0 22px 16px;
        text-align: end;
        background: #fff;
        display: block;
        width: 100%
    }
    .page-agenda .td_date,
    .page-agenda .td_nom {
        width: 50%
    }
    .page-agenda .td:not(.td_date):not(.td_nom) {
        background: #fff
    }
    .page-agenda .td_theme {
        border-bottom: 0
    }
    .page-agenda .tr-mobile-hide {
        display: none
    }
}

@media screen and (max-width:1064px) {
    .page-agenda .container {
        max-width: 947px
    }
}

@media screen and (max-width:813px) {
    .page-agenda .container {
        max-width: 685px
    }
    .page-agenda .col {
        width: 100%;
        margin-right: 0
    }
    .page-agenda .row_news {
        margin-right: 0
    }
}

@media screen and (max-width:992px) {
    .page-agenda .container {
        max-width: 768px
    }
    .page-agenda .mCSB_draggerContainer {
        display: none
    }
    .page-agenda .filters-block__menu_mobile {
        display: block;
        visibility: visible
    }
    .page-agenda .mobile-menu-holder {
        overflow: scroll
    }
}

@media screen and (max-width:380px) {
    .page-agenda .filters-block__menu_mobile ul {
        width: 159px
    }
    .page .filters-block__menu_mobile.active ul li a {
        font-size: 11px
    }
}

.agenda-content table,
.common table {
    font-family: Lucida Sans Unicode, Lucida Grande, Sans-Serif;
    font-size: 14px;
    border-collapse: collapse;
    text-align: left;
    width: 100%
}

.common td:first-child,
.common th {
    background: #afcde7;
    color: #fff;
    padding: 10px 20px
}

.common td,
.common th {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #fff
}

.common td {
    background: #d8e6f3
}

.common td:first-child,
.common th:first-child {
    text-align: left
}

.agenda-content *,
.common * {
    box-sizing: border-box
}

.common body,
.common h1,
.common h2,
.common h3,
.common h4,
.common h5,
.common h6,
.common html,
.common li,
.common ul {
    margin: 0;
    padding: 0
}

.common .presentation__text ul {
    padding-left: 40px
}

.common .presentation__text img {
    max-width: 100%
}

.common .page {
    z-index: 0;
    position: relative;
    font-family: Segoe UI;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.common .page-projeten {
    background: #bf9c6d
}

.common .page-news {
    background: #baa86e
}

.common .page-material {
    background: #a09150
}

.common .page-publ {
    background: #a7a86a
}

.common .page-research {
    background: #83a3aa
}

.common .page-material .filters-block__menu ul li a,
.common .page-material .text-filters_mobile {
    color: #a09150
}

.common .page-material .filters-block__pointer {
    outline: 3px solid #a09150
}

.common .page-material .text-filters {
    color: #a09150
}

.common .page-material .card {
    background: #ece9dc
}

.common .text-filters {
    font-weight: 600
}

.common .page-publ .filters-block__menu ul li a,
.common .page-publ .text-filters,
.common .page-publ .text-filters_mobile {
    color: #a7a86a
}

.common .page-publ .filters-block__pointer {
    outline: 3px solid #a7a86a
}

.common .page-publ .card {
    background: #edede1
}

.common .page-news .filters-block__menu ul li a,
.common .page-news .text-filters_mobile {
    color: #baa86e
}

.common .page-news .filters-block__pointer {
    outline: 3px solid #baa86e
}

.common .page-news .text-filters {
    color: #baa86e
}

.common .page-news .card {
    background: #f1ede2
}

.common .page-projeten .filters-block__menu ul li a,
.common .page-projeten .text-filters_mobile {
    color: #bf9c6d
}

.common .page-projeten .filters-block__pointer {
    outline: 3px solid #bf9c6d
}

.common .page-projeten .text-filters {
    color: #bf9c6d
}

.common .page-projeten .card {
    background: #efe6da
}

.common .page-research.text-filters_mobile {
    color: #83a3aa
}

.common .page-research .card {
    background: #e8eeef
}

.common .page-publ.text-filters_mobile {
    color: #a7a86a
}

.common .page-news.text-filters_mobile {
    color: #baa86e
}

.common .page-material.text-filters_mobile {
    color: #a09150
}

.common .row_center {
    -ms-flex-pack: center;
    justify-content: center
}

.common .page__bg_over-bg {
    z-index: -7;
    background: url(../img/fond-blanc.png);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0
}

.common .container {
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden
}

.common .header__top-line {
    position: relative;
    padding: 15px;
    width: 100%;
    height: 100%
}

.common .header__top-line_bg {
    opacity: .8;
    background: #4d4d4d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.common .header__nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px
}

.common .header__menu-item {
    position: relative;
    margin-left: 15px
}

.agenda-content .header__menu-item:hover:after,
.common .header__menu-item:hover:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -3px;
    height: 2px;
    width: 91%;
    margin-left: -46%;
    transition: all .2s ease
}

.common .header__logo-link,
.common .header__menu-item {
    display: inline-block
}

.common .header__menu-link {
    font-family: Segoe UI;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px
}

.common .header__logo-holder {
    background: #26a3be;
    height: 128px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 484px;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 0 38px 0;
    padding: 28px 28px 10px 0;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .548)
}

.common .header__logo-img {
    width: 195px
}

.common .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.common .header__row {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.common .header__search-form {
    margin-left: 27px;
    position: relative
}

.common .search-form__input {
    border: 0;
    width: 301px;
    padding: 8px 27px 6px 15px;
    border-radius: 11px 0 0 0
}

.common .search-form__find-button {
    width: 20px;
    position: absolute;
    right: 8px;
    top: 4px
}

.common .menu-slider__link {
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 198px;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    transition: all .3s ease;
    padding: 10px 0 13px 29px;
    font-weight: 700
}

.common .menu-slider__link:hover {
    padding-top: 50px
}

.common .menu-slider__link_material {
    padding-left: 29px
}

.common .menu-slider__link_publ {
    padding-left: 20px;
    letter-spacing: 1px
}

.common .menu-slider__link_news {
    padding-left: 32px
}

.common .menu-slider__link_prot {
    padding-left: 31px
}

.common .menu-slider__link_agenda {
    padding-left: 29px
}

.common .menu-slider__link_ebl {
    width: 257px;
    padding-left: 46px
}

.common .menu-slider__link-icon {
    width: 33px;
    margin-right: 24px
}

.common .menu-slider__link-icon_agenda {
    width: 26px
}

.common .menu-slider__link-icon_projeten {
    width: 23px
}

.common .menu-slider__link-icon_news {
    width: 25px
}

.common .menu-slider__link-icon_publ {
    width: 29px
}

.common .menu-slider__link-icon_material {
    width: 34px
}

.common .menu-slider__link-icon_green-job {
    width: 31px
}

.common .menu-slider__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.common .menu-slider__item {
    margin-bottom: 3px;
    border-radius: 14px 0 13px;
    -webkit-box-shadow: 0 0 11px 0 #000;
    transition: transform .2s ease;
    box-shadow: 10px 4px 12px 0 rgba(0, 0, 0, .24)
}

.common .menu-slider__item:last-child {
    margin: 0
}

.common .menu-slider__item_color_blue {
    background: #829296;
    z-index: 7;
    transform: translateX(-46px)
}

.common .menu-slider__item_color_purple {
    background: #9f9388;
    transform: translateX(-79px);
    z-index: 6
}

.common .menu-slider__item_color_orange {
    background: #ceab77;
    transform: translateX(-118px);
    z-index: 5
}

.common .menu-slider__item_color_yellow {
    background: #ceba6d;
    transform: translateX(-153px);
    z-index: 4
}

.common .menu-slider__item_color_green {
    background: #a9ae65;
    transform: translateX(-187px);
    z-index: 3
}

.common .menu-slider__item_color_strong-green {
    background: #9e8c3f;
    transform: translateX(-221px);
    z-index: 2
}

.common .menu-slider__item_color_ligh-red {
    background: #a97f4c;
    transform: translateX(-254px);
    z-index: 1
}

.common .menu-slider__item-holder {
    -ms-flex-item-align: end;
    align-self: flex-end;
    z-index: 0
}

.common .menu-slider__item-holder ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.common .hamburger {
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 6px;
    top: 8px
}

.common .hamburger,
.common .hamburger:focus {
    border: 0;
    outline: 0;
    background: 0
}

.common .hamburger__line {
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin: 9px 0
}

.common .scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 43px;
    background: #26a3be;
    z-index: 100;
    border-radius: 50%;
    text-align: center;
    display: none
}

.common .scrollup__arrow {
    width: 26px;
    transform: translateY(7px)
}

.common .mobile-menu {
    background: #26a3be;
    top: 58px;
    right: 0;
    padding: 40px 0 1px 41px;
    z-index: 200;
    width: 219px;
    border-radius: 0 0 0 18px;
    transition: opacity .2s ease
}

.common .mobile-menu_showed {
    opacity: 1;
    z-index: 1001;
    display: block
}

.common .mobile-menu li {
    margin-bottom: 18px
}

.common .mobile-menu li a,
.common .mobile-menu li a img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.common .mobile-menu li a img {
    margin-left: 30px
}

.common .contacts__item a,
.common .mobile-menu a {
    text-decoration: none;
    color: #fff
}

.common .exit__holder {
    text-align: right;
    right: 10px;
    position: absolute;
    top: 10px
}

.common .page__footer {
    padding-bottom: 15px
}

.common .contacts__item-holder {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px
}

.common .contacts__item {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-left: 7px
}

.common .nav-button-page {
    color: #fff;
    background: #bf9c6d;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .336);
    border-radius: 56px 0 41px 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: 340px;
    height: 70px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 101;
    padding: 11px 0 12px 35px;
    margin-left: 0
}

.common .nav-button-page__icon {
    width: 25px;
    margin-right: 6px
}

.common .nav-button-page__text {
    font-size: 28px;
    font-weight: 600
}

.common .filters-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 99px;
    margin-bottom: 44px
}

.common .filters-block__menu {
    padding-top: 17px;
    transform: translate(-13px, -23px)
}

.common .filters-block__menu ul,
.common .filters-block__menu ul li a {
    box-sizing: content-box
}

.common .filters-block__menu ul {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 0 0 19px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 13px 6px 36px;
    height: 17px
}

.common .filters-block__menu ul li,
.common .filters-block__menu ul li a {
    cursor: pointer;
    background: #fff;
    transition: outline .2s ease, transform .2s ease, padding .2s ease
}

.common .filters-block__menu ul li {
    font-size: 13px;
    margin-right: 3px;
    z-index: 10
}

.common .filters-block__menu ul li a {
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 0 7px
}

.common .filters-block__menu ul li.text-filters {
    margin-right: 14px
}

.common .row_start {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -38px
}

.common .col {
    width: 681px;
    margin-right: 40px;
    margin-bottom: 45px;
    height: 237px
}

.common .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative
}
.common .card__filter-date,
.common .card__filter-value {
    position: absolute;
    background: gray;
    color: #fff;
    top: -19px;
    right: 0;
    font-size: 11px;
    padding: 3px 22px 1px;
    border-radius: 15px 0 0 0;
    min-height: 19px
}
.common .card__filter-date{
    right: unset;
    left: 0;
}
.common .card__title {
    background: gray;
    color: #fff;
    border-radius: 0 0 30px;
    margin-bottom: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 5px 15px 30px
}

.common .card__text {
    color: gray;
    padding-left: 24px;
    font-weight: 400;
    line-height: 20px;
    word-break: break-all;
    margin-bottom: 14px;
    font-size: 12px;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.common .card__bottom-line,
.common .read-next {
    color: gray;
    font-size: 12px;
    font-weight: 700;
    font-style: italic
}

.common .card__bottom-line {
    text-align: right;
    padding-right: 3px
}

.common .read-next {
    text-decoration: none
}

.common .card__image {
    display: block;
    margin: 0 auto
}

.common .card__content-holder {
    padding-top: 10px;
    padding-right: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.common .col_vertical>.card>.card__content-holder {
    padding-bottom: 18px
}

.common .card__image_fourth,
.common .card__image_second,
.common .card__image_third {
    display: none
}

.common .filters-block__menu {
    position: relative
}

.common .filters-block__pointer {
    width: 20px;
    background: 0;
    position: relative;
    z-index: 11;
    outline: 3px solid #bf9c6d;
    top: 32px;
    height: 35px;
    left: -50px
}

.common .filters-block__pointer:after,
.common .filters-block__pointer:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    height: 3px;
    width: 100%
}

.common .filters-block__pointer:before {
    top: 0
}

.common .filters-block__pointer:after {
    bottom: 0
}

.common .filters-block__menu_mobile {
    transition: all .2s ease;
    z-index: 2;
    left: -6px
}

.common .presentation__image2 {
    display: none
}

.common .swiper-slide {
    text-align: center
}

.common .filters-block__menu_mobile ul {
    background: 0;
    width: 176px;
    z-index: -100;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    position: absolute;
    top: 0
}

.common .filters-block__menu_mobile {
    cursor: pointer;
    visibility: hidden
}

.common .filters-block__menu_mobile .filters-block__item {
    opacity: 0
}

.common .text-filters_mobile {
    height: 17px;
    box-sizing: content-box;
    background: #fff;
    border-radius: 0 0 19px 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .411);
    padding: 7px 26px 10px 42px;
    display: inline-block
}

.common .filters-block__menu_mobile ul li a {
    color: #ceba6d;
    cursor: pointer;
    text-decoration: none;
    z-index: -100
}

.common .filters-block__menu_mobile.active {
    z-index: 100;
    background: #fff
}

.common .filters-block__menu_mobile.active ul {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    padding: 51px 20px 20px 21px;
    background: #fff
}

.common .filters-block__menu_mobile.active ul li a {
    z-index: 100
}

.common .filters-block__menu_mobile.active ul li {
    opacity: 1;
    margin-bottom: 14px
}

.common .filters-block__menu_mobile {
    position: relative
}

.common .text-filters_mobile {
    z-index: 101;
    position: relative
}

.common .form-holder {
    width: 100%;
    margin: 74px auto 0;
    max-width: 700px
}

.common .form {
    background: #edeee1;
    border-radius: 49px 0 47px 0;
    padding: 52px 78px 59px 71px
}

.common .input {
    background: #4eb2c5;
    width: 100%;
    height: 100%
}

.common .input_radio {
    width: auto;
    height: auto;
    display: none
}

.common .input_radio:checked+label:before {
    font-size: 12px
}

.common .input_radiochecked {
    font-size: 20px
}

.common .form__title {
    color: #4eb2c5;
    font-size: 37px;
    margin-bottom: 39px
}

.common .input-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 21px
}

.common .input-row label {
    color: #6c6c6a;
    width: 30%;
    position: relative;
    cursor: pointer
}

.common .input-holder {
    width: 59%
}

.common .radio-holder {
    margin-bottom: 11px
}

.common .button-holder {
    text-align: center;
    margin-top: 3px
}

.common #message-input {
    background: #4eb2c5;
    resize: none;
    height: 115px;
    width: 100%
}

.common .button {
    background: #4eb2c5;
    padding: 15px 11px;
    color: #fff;
    font-weight: 500;
    border-radius: 7px
}

.common .title {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 42px
}

.common .nav-button-page_agenda {
    background: #9f9388;
    width: 250px
}

.common .nav-button-page_pojeten {
    background: #ceab77;
    width: 244px
}

.common .nav-button-page_news {
    background: #ceba6d;
    width: 213px
}

.common .nav-button-page_publ {
    background: #a9ae65;
    width: 327px
}

.common .nav-button-page_material {
    background: #9e8c3f;
    width: 260px
}

.common .col_vertical>.card {
    -ms-flex-direction: column;
    flex-direction: column;
    background: #e0e8ea;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    background: #efe6da
}

.common .col_vertical>.card>.card__image-holder>.card__image {
    margin: 0 auto
}

.common .col_vertical>.card>.card__content-holder>.card__title {
    position: relative;
    left: -11px;
    top: -18px;
    width: 87%;
    border-radius: 0 0 23px
}

.common .col_vertical {
    width: 441px;
    margin-right: 40px
}

.common .card__image-holder {
    overflow: hidden
}

.common .row_negative {
    margin-right: -40px
}

.common .row_negative-projeten {
    margin-right: -53px;
    margin-bottom: 30px
}

.common .row_vertical {
    position: relative
}

.common .card__image2-2 {
    display: none
}

.common .card__image-holder {
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.common .col_vertical {
    transition: all .8s ease;
    opacity: 1
}

.common .row_vertical {
    overflow: visible!important
}

.common .presentation__inner {
    background: #f1eee2;
    border-radius: 0 43px 0 39px;
    display: -ms-flexbox;
    display: flex;
    color: #666;
    padding: 31px 68px 58px 29px
}

.common .gallery {
    margin-right: 21px
}

.common .gallery__main-slider {
    margin-bottom: 14px
}

.common .presentation {
    max-width: 1402px;
    margin: 0 auto 80px
}

.common .presentation__link {
    color: #26a3be;
    text-decoration: none
}

.common .presentation_title {
    color: #26a3be;
    margin-top: 68px;
    margin-bottom: 18px;
    font-size: 29px
}

.common .presentation__content {
    font-weight: 500;
    padding-top: 5px
}

.common .presentation__text {
    word-spacing: 3px
}

.common .gallery__mini-slider .swiper-slide {
    cursor: pointer
}

.common .presentation__content li {
  
    margin-top: 7px
}
.common .presentation__content li .font_8{
 
    margin: 7px 0;
}

.font_8{
    /* margin: 7px 0; */
}

.common .presentation__line-before-last {
    margin-top: 39px;
    font-size: 20px
}

.common .presentation__line-before-last a {
    margin-left: 20px
}

.common .presentation__bottom-line {
    margin-top: 56px
}

.common .popup-title {
    font-size: 43px;
    margin-bottom: 30px;
    color: #fff
}

.common .pop-up-page,
.common .transforma-bg {
    position: fixed
}

.common .pop-up-page {
    opacity: 0;
    z-index: -10
}

.common .pop-up-page.active {
    opacity: 1;
    z-index: 102
}

.common .popup-scroll-button {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 43px;
    background: #26a3be;
    z-index: 101;
    border-radius: 50%;
    text-align: center
}

.common .swiper-slide-thumb-active {
    opacity: .6
}

.common .gallery {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.common .main__container {
    overflow-x: hidden
}

.common .th,
.common .tr {
    display: -ms-flexbox;
    display: flex
}

.common .tr {
    margin-bottom: 10px
}

.common .th {
    background: #665341;
    color: #fff;
    text-align: center;
    border-left: 1px solid hsla(0, 0%, 100%, .336);
    width: 0;
    font-size: 12px;
    font-weight: 700;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 14px 15px 11px
}

.common .th_date {
    background: #fff;
    color: #665341;
    border-radius: 15px 0 0;
    width: 11%
}

.common .th_lieu,
.common .th_nom {
    width: 13%
}

.common .th_description {
    width: 23%
}

.common .th_wou {
    width: 13%;
    display: -ms-flexbox;
    display: flex
}

.common .th_categorie,
.common .th_theme,
.common .th_wou {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: initial;
    align-items: initial
}

.common .th_categorie,
.common .th_projet {
    width: 9%
}

.common .th_theme {
    width: 9%;
    border-radius: 0 15px 0 0
}

.common .td {
    background: #fff;
    word-break: break-all;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d4cfca;
    padding: 15px;
    font-size: 11px;
    color: #4d4d4d;
    background: #f6f4f3;
    font-weight: 600
}

.common .td_date {
    background: #c9c2a4;
    color: #665341;
    width: 11%;
    -ms-flex-pack: center;
    justify-content: center
}

.common .td_nom {
    width: 13%
}

.common .td_lieu {
    width: 17%
}

.common .td_description {
    width: 30%
}

.common .td_wou {
    width: 18%
}

.common .td_categorie {
    width: 11%
}

.common .td_projet,
.common .td_theme {
    width: 12%;
    background: #b5d3e9
}

.common .table {
    max-width: 1400px;
    margin: 0 auto
}

.common .mobile-title {
    display: none
}

.common .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 18px;
    border-radius: 0;
    opacity: 1;
    background: #ded9c7
}

.common .mCSB_scrollTools .mCSB_draggerRail {
    width: 18px;
    background: #95886e;
    border-radius: 0
}

.common .tr-month {
    margin-bottom: 30px
}

.common .tr-month:last-child {
    margin-bottom: 0
}

.common .table {
    position: relative;
    margin-bottom: 40px
}

.common .table__button {
    font-weight: 500;
    font-size: 17px;
    background: #e7e5e0;
    color: #9f9287;
    position: fixed;
    left: 76px;
    bottom: 141px;
    padding: 9px 23px 7px;
    border-radius: 12px 0 0 0;
    cursor: pointer;
    display: none;
    z-index: 100
}

.common .th__first-line {
    border-bottom: 1px solid hsla(0, 0%, 100%, .336);
    padding-bottom: 10px;
    margin-bottom: 13px;
    width: 100%
}

.common .arrow-bottom {
    width: 11px;
    position: absolute;
    right: 5px;
    top: calc(50% - 3px)
}

.common .dropdown-menu {
    position: absolute;
    background: #fff;
    z-index: -21;
    border-radius: 0 23px 0 0;
    opacity: 0;
    transition: opacity .2s ease;
    text-align: start;
    top: 44px;
    width: 241px;
    padding: 63px 0 20px;
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, .5);
    left: 0
}

.common .dropdown-menu__link {
    text-decoration: none;
    color: #4d4d4d;
    font-size: 14px
}

.common .th-wrapper {
    background: #665341;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.common .th-wrapper.active {
    z-index: 30;
    background: #000
}

.common .th-wrapper.active+.dropdown-menu {
    z-index: 29;
    opacity: 1
}

.common .dropdown-menu__item {
    position: relative;
    margin-bottom: 17px;
    padding: 4px 15px
}

.common .dropdown-menu__item:hover {
    background: #d9d5be
}

.common .dropdown-menu__item-arrow {
    position: absolute;
    right: 5px;
    width: 10px;
    top: 2px
}

.common .dropdown-submenu {
    position: absolute;
    min-width: 200px;
    background: #fff;
    opacity: 0;
    transition: .3s linear;
    right: -198px;
    padding: 20px 5px;
    top: 0;
    z-index: -1;
    border-radius: 0 23px 0 0
}

.common .dropdown-submenu:before {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    width: 0;
    height: 100%;
    z-index: -123123123123;
    top: 0
}

.common .dropdown-menu .dropdown-menu__item:hover .dropdown-submenu {
    opacity: 1
}

.common .september-month {
    background: #b5d3e9
}

.common .october-month {
    background: #bddaf5
}

.common .november-month {
    background: #b5cae9f1
}

.common .december-month {
    background: #9dadc4
}

.common .january-month {
    background: #7f8b9b
}

.common .february-month {
    background: #91a9c9
}

.common .march-month {
    background: #9ab7dd
}

.common .april-month {
    background: #a1b9d8
}

.common .august-month,
.common .jule-month,
.common .june-month,
.common .may-month {
    background: #a1b9d8e8
}

.common .main {
    padding-top: 179px;
    margin-top: 0
}

.common .filters-block__menu ul li a.active,
.common .td-text_bold {
    font-weight: 700
}

.common .th-wrapper_date {
    background: #fff;
    border-radius: 15px 0 0 0
}

.common .dropdown-menu_projet,
.common .dropdown-menu_theme {
    right: 0;
    left: auto;
    border-radius: 23px 0 0 0
}

.common html {
    overflow: auto
}

.common .header__row {
    padding-right: 0
}

.common .container {
    max-width: 1439px
}

.common .menu-slider__inner {
    padding-right: 0;
    display: block
}

.common .row_news {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.common .menu-slider__item-holder {
    margin-right: 0
}

.common .menu-slider__item-holder ul {
    transform: translateX(216px);
    min-height: 90px
}

.common .page {
    min-height: 100vh
}

.common .page__footer {
    margin-top: auto
}

.common .mobile-menu-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 200
}

.common .mobile-menu {
    display: block
}

.common .exit__img {
    cursor: pointer
}

.common .mobile-menu {
    position: absolute
}

.common .footer {
    opacity: .8
}

.common .nav-button-link {
    z-index: 101;
    text-decoration: none
}

.common .popup-scroll-button {
    display: none
}

.common .card {
    cursor: pointer
}

.common .page__bg_over-bg {
    opacity: .2
}

.common .pop-up-page {
    cursor: auto
}

.common .swiper-slide {
    overflow: hidden
}

.common .page__bg-popup {
    position: absolute
}

.common .popup__inner {
    position: relative
}

.common .menu-slider__link.active {
    padding-top: 50px
}

.common .modal-open {
    overflow: hidden
}

.common .card-link {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.common .col_vertical>.card>.card__content-holder,
.common .col_vertical>.card>.card__image-holder,
.common .img-holder {
    width: 100%
}

.common .image-bg {
    position: relative;
    padding-top: 75%;
    background-repeat: no-repeat;
    background-position: 50%
}

.common .presentation__text a {
    color: #26a3be;
    text-decoration: none
}

.common .col_vertical .image-bg,
.common .image-bg,
.common .swiper-slide .image-bg {
    background-size: cover
}

.common .gallery__mini-slider-holder_mobile {
    display: none
}

.common .card__content-holder {
    width: 62%;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.common .card__image-holder {
    width: 38%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.common .card,
.common .col-horizontal .card__image-holder {
    border-radius: 0 0 0 22px
}

.common .col_vertical>.card {
    border-radius: 0
}

.common .swiper-slide .img-holder {
    max-width: 672px
}

.common .col-horizontal .image-bg {
    padding-top: 95%;
    background-size: cover;
    border-radius: 0 0 0 22px
}

.common .card__image-holder {
    padding: 0
}

.common .presentation__text h2 {
    color: #26a3be
}

.common .presentation__text li {
    /* font-style: italic; */
    list-style: disc
}

.common .main {
    margin-bottom: 66px
}

.common .tr-mobile-hide {
    display: -ms-flexbox;
    display: flex;
    width: 76%
}

.common .tr__button {
    display: none
}

.common .td__link {
    text-decoration: none
}

.common .card__content-holder {
    padding-bottom: 18px
}

.common .col_vertical .card-link {
    -ms-flex-direction: column;
    flex-direction: column
}

.common .col_vertical .card__content-holder,
.common .col_vertical .card__image-holder {
    width: 100%
}

.common .page-projeten .col_vertical:nth-child(3n+3) {
    margin-top: -198px
}

.common .page-projeten .col_vertical:nth-child(3n+1) {
    margin-top: -93px
}

.common .page-projeten .col_vertical:first-child {
    margin-top: 0;
    padding-top: 97px
}

.common .page-projeten .col_vertical:nth-child(2) {
    padding-top: 205px
}

.common .page-projeten .col_vertical:nth-child(3) {
    margin-top: 0;
    padding-top: 0
}

.common .input_radio:checked+label:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 47%;
    transition: font-size .3s ease;
    transform: translatey(-55%);
    background: #000;
    opacity: 1
}

.nav-button-page_research .nav-button-page__text {
    letter-spacing: 2px
}

.common .input,
.common .message-input {
    color: #fff;
    padding: 5px 10px
}

.agenda-content input:focus,
.common .message-input,
.common .message-input:focus {
    border: 0;
    outline: 0
}

.common .button:hover {
    transition: all .3s ease;
    box-shadow: 0 0 10px 0 #4eb2c5
}

.common .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.common .col_vertical .card__title {
    width: 90%;
    position: relative;
    top: -18px;
    left: -13px
}

.common .mobile-search-holder {
    display: none
}

.common .nav-button-page_research {
    background: #83a3aa;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0
}

.common .col_vertical .card-link {
    display: -ms-flexbox;
    display: flex
}

.common .col_vertical>.card {
    display: block
}

.common .gallery {
    width: 50%;
    max-width: none
}

.common .col-horizontal .card-link,
.common .presentation__content,
.swiper-slide video {
    width: 100%
}

.common .col_vertical {
    height: 559px;
    box-sizing: content-box
}

.common .row {
    -ms-flex-align: start;
    align-items: flex-start
}

.common .col-horizontal {
    height: 239px
}

.agenda-content body.overflow_hidden,
.agenda-content html.modal-open,
.common .col-horizontal .card__image-holder {
    overflow: hidden
}

.common .adress-second,
.common .mobile-adress-second {
    color: #7f7f7f
}

.common .first-tint .td_date {
    background: #c9c2a4
}

.common .first-tint .td_categorie,
.common .first-tint .td_projet,
.common .first-tint .td_theme {
    background: #c6ddee
}

.common .second-tint .td_date {
    background: #bbb296
}

.common .second-tint,
.common .second-tint .td_projet,
.common .second-tint .td_theme,
.common .td_categorie {
    background: #b5d3e9
}

.common .td_lieu {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.common .image-bg col {
    padding-top: 93%
}

.common .nav-button-page_projeten {
    width: 228px
}

.common .col_vertical .card__image {
    border-radius: 0
}

@media screen and (max-width:1919px) {
    .common .menu-slider__item-holder {
        margin: 0
    }
    .common .header__logo-holder {
        height: 59px;
        padding: 3px 45px 10px 0;
        border-radius: 0 0 18px 0;
        width: 247px
    }
    .common .header__logo-img {
        width: 139px
    }
    .common .menu-slider__item-holder ul {
        transform: none
    }
    .common .menu-slider__inner {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }
    .common .menu-slider__link_ebl {
        width: 178px;
        padding-left: 4px
    }
    .common .menu-slider__item_color_blue,
    .common .menu-slider__item_color_green,
    .common .menu-slider__item_color_ligh-red,
    .common .menu-slider__item_color_orange,
    .common .menu-slider__item_color_purple,
    .common .menu-slider__item_color_strong-green,
    .common .menu-slider__item_color_yellow {
        transform: none
    }
    .common .menu-slider__link {
        padding-left: 0
    }
    .common .page-projeten {
        min-height: 100vh
    }
    .common .page__footer {
        margin-top: auto
    }
    .common .menu-slider__inner {
        display: block
    }
    .common .menu-slider__item-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (max-width:1463px) {
    .common .col {
        width: 382px
    }
    .common .card__image-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .common .card__title {
        font-size: 15px
    }
    .common .row_negative-projeten {
        margin-right: -53px
    }
    .common .container {
        max-width: 1260px
    }
    .common .col-horizontal .card-link,
    .common .header__row {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .common .col_vertical>.card>.card__image-holder>.card__image {
        display: none
    }
    .common .card__image2-2 {
        display: block
    }
    .common .col-horizontal .card-link {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .common .col-horizontal .card__content-holder,
    .common .col-horizontal .card__image-holder {
        width: 100%
    }
    .common .card,
    .common .col-horizontal .image-bg {
        border-radius: 0
    }
    .common .col-horizontal .card__title {
        width: 100%;
        position: relative;
        top: -18px;
        left: -13px
    }
    .common .col-horizontal .image-bg {
        padding-top: 88%
    }
    .common .col-horizontal .card__title {
        padding: 12px 5px 15px 10px
    }
    .common .col-horizontal {
        height: 595px
    }
}

@media screen and (max-width:1466px) {
    .common .menu-slider__link {
        width: 171px
    }
}

@media screen and (max-width:1307px) {
    .common .presentation_title {
        margin-top: 20px
    }
}

@media screen and (max-width:1260px) {
    .common .card__text,
    .common .card__title {
        font-size: 13px
    }
    .common .card__content-holder {
        padding-bottom: 12px
    }
    .common .card {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .common .col {
        max-width: 373px
    }
    .common .card__image-holder {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:1256px) {
    .common .row_vertical {
        margin-right: -36px
    }
}

@media screen and (max-width:1235px) {
    .common .presentation__bottom-line {
        margin-top: 56px
    }
    .common .presentation__line-before-last {
        margin-top: 26px
    }
}

@media screen and (max-width:1231px) {
    .common .presentation__inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .common .gallery {
        margin: 0 auto 26px
    }
    .common .presentation__content {
        width: 100%
    }
    .common .image-bg {
        max-width: 835px
    }
}

@media screen and (max-width:1179px) {
    .common .menu-slider {
        display: none
    }
    .common .hamburger {
        display: inline-block
    }
    .common .header__nav-menu,
    .common .search-form {
        display: none
    }
    .common .page-research .header__search-form {
        display: block;
        margin-right: 27px;
        margin-left: 0
    }
    .common .header__row {
        -ms-flex-align: center;
        align-items: center
    }

}

@media screen and (max-width:1095px) {
    .common .filters-block {
        padding-left: 47px
    }
}

@media screen and (max-width:992px) {
    .common .filters-block__menu {
        display: none
    }
    .common .filters-block__menu_mobile {
        display: block;
        visibility: visible
    }
    .common .header__row {
        padding-right: 10px
    }
    .common .tr {
        -ms-flex-direction: column;
        flex-direction: row;
        flex-wrap: wrap
    }
    .common .tr_heade {
        display: none
    }
    .td_date,
    .td_nom {
        width: 100%
    }
    .common .td {
        border-bottom: 1px solid #c9c2a4;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 16px;
        padding: 15px
    }
    .common .td_date:before {
        content: "DATE";
        display: block;
        font-weight: 700
    }
    .common .td_nom:before {
        content: "NOM"
    }
    .common .td_description:before,
    .common .td_lieu:before,
    .common .td_nom:before {
        display: block;
        font-weight: 700
    }
    .common .td_lieu:before {
        content: "ADRESS"
    }
    .common .td_description:before {
        content: "DESCRIPTION"
    }
    .common .td_categorie:before,
    .common .td_wou:before {
        display: block;
        font-weight: 700
    }
    .common .td_wou:before {
        content: "WOU"
    }
    .common .td_categorie:before {
        content: "CATEGORIE"
    }
    .common .td-text_bold,
    .common .td_categorie {
        font-weight: 400
    }
    .common .td_projet:before,
    .common .td_theme:before {
        content: "PROJET";
        display: block;
        font-weight: 700
    }
    .common .td_theme:before {
        content: "THEME"
    }
    .common .title {
        text-align: center
    }
    .common .row_vertical {
        height: auto!important
    }
    .common .col_vertical {
        position: static
    }
    .common .tr-mobile-hide {
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .common .td {
        width: 100%
    }
    .common .col_vertical {
        opacity: 1
    }
    .common .page-projeten .col_vertical:nth-child(2) {
        padding-top: 0
    }
    .common .page-projeten .col_vertical:first-child {
        margin-top: 0;
        padding-top: 0
    }
    .common .page-projeten .col_vertical:nth-child(3n+1),
    .common .page-projeten .col_vertical:nth-child(3n+3) {
        margin-top: 0
    }
    .common .presentation__inner {
        border-radius: 0
    }
}

@media screen and (max-width:813px) {
    .common .col {
        max-width: 492px
    }
    .common .card__image {
        display: none
    }
    .common .card__image_second {
        display: block
    }
    .common .nav-button-page {
        height: 60px;
        border-radius: 43px 0 30px 0;
        padding: 11px 0 12px 27px
    }
    .common .nav-button-page__text {
        font-size: 21px
    }
    .common .nav-button-page {
        width: 204px
    }
    .common .page-research .header__search-form,
    .common .row_negative {
        margin-right: 0
    }
    .common .filters-block__menu_mobile {
        display: block
    }
    .common .filters-block__menu {
        display: none
    }
    .common .nav-button-page_publ {
        width: 253px
    }
    .common .search-form__input {
        width: 254px
    }
    .common .header__logo-holder {
        width: 244px
    }
    .common .col-horizontal {
        height: 691px
    }
}

@media screen and (max-width:765px) {
    .common .gallery__main-slider .presentation__image {
        display: none
    }
    .common .presentation__image2 {
        display: block;
        margin: 0 auto
    }
    .common .presentation__inner {
        padding: 31px 18px 58px 29px
    }
    .common .header__logo-holder {
        width: 200px
    }
}

@media screen and (max-width:727px) {
    .common .filters-block__menu li:not(.text-filters) {
        display: none
    }
    .common .text-filters {
        color: #9f9388!important;
        font-weight: 600
    }
    .common .nav-button-page__text {
        font-size: 24px
    }
    .common .filters-block__menu ul {
        padding: 10px 13px 9px 36px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .411)
    }
    .common .filters-block__pointer {
        display: none
    }
    .common .filters-block__menu {
        transform: translate(-13px, -7px)
    }
    .common .main {
        padding-top: 114px
    }
}

@media screen and (max-width:567px) {
    .common .col {
        width: 100%
    }
    .common .container {
        padding: 0
    }
    .common .page__bg_over-bg {
        display: none
    }
    .common .main {
        padding-top: 90px
    }
    .common .nav-button-page__icon {
        width: 16px
    }
    .common .nav-button-page {
        width: auto!important;
        height: auto!important;
        border-radius: 30px 0 23px 0;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 11px 0 12px 29px!important;
        padding-right: 15px!important;
        min-width: 127px
    }
    .common .nav-button-page__text {
        font-size: 12px!important
    }
    .common .nav-button-page__icon {
        margin-right: 7px
    }
    .common .filters-block__menu ul li {
        font-size: 10px
    }
    .common .filters-block__menu ul {
        padding: 4px 13px 13px 33px;
        height: 6px;
        border-radius: 0 0 10px 0
    }
    .common .filters-block__menu {
        padding-top: 11px
    }
    .common .filters-block {
        margin-bottom: 36px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 22px
    }
    .common .card__content-holder {
        position: relative
    }
    .common .card__title {
        position: absolute;
        width: 86%;
        top: -23px
    }
    .common .contacts__item-holder {
        font-weight: 400;
        font-size: 11px;
        opacity: .7
    }
    .common .page__footer {
        margin-top: 47px;
        padding-bottom: 25px
    }
    .common .contacts__item {
        margin-right: 0
    }
    .common .header__logo-holder {
        width: 200px;
        border-radius: 0 0 23px 0
    }
    .common .scrollup {
        display: none!important
    }
    .common .nav-button-page_publ {
        width: 223px
    }
    .common .popup-title {
        padding-left: 22px;
        font-size: 25px
    }
    .common .tr-mobile-hide {
        display: none;
        background: #f6f4f3;
        width: 100%
    }
    .common .tr-mobile-hide.showed {
        opacity: 1;
        max-height: none
    }
    .common .input-row label,
    .common .td_date,
    .common .td_nom {
        width: 50%
    }
    .common .tr_main {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .common .td_date:before,
    .common .td_nom:before {
        content: ""
    }
    .common .tr-mobile-hide,
    .common .tr-mobile-hide .td {
        background: #fff
    }
    .common .tr__button-holder {
        padding: 0 22px 16px;
        text-align: end;
        display: block
    }
    .common .tr__button {
        display: inline-block;
        background: #aea477;
        color: #fff;
        padding: 6px 47px;
        text-decoration: none;
        font-weight: 500
    }
    .common .td_theme {
        border-bottom: 0
    }
    .common .gallery__mini-slider-holder {
        padding: 0 22px
    }
    .common .gallery__main-slider {
        margin-bottom: 24px
    }
    .common .form {
        background: 0;
        padding: 0 22px 20px
    }
    .common .input-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .common .input-holder {
        width: 100%
    }
    .common .input-holder-radio {
        width: 50%
    }
    .common .presentation__text {
        margin-bottom: 13px
    }
    .common .page-research .header__search-form {
        display: block
    }
    .common .form__title {
        color: #fff;
        font-size: 26px
    }
    .common .mobile-search-input {
        width: 100%;
        background: #e8eeef;
        padding: 8px
    }
    .common .mobile-search-loupe {
        position: absolute;
        width: 17px;
        right: 8px;
        top: 8px
    }
    .common .page-research .mobile-search-holder {
        display: block;
        width: 100%;
        padding: 20px;
        margin-bottom: 30px
    }
    .common .mobile-search {
        position: relative
    }
    .common .text-filters_mobile {
        border-radius: 0 0 11px 0
    }
    .common .nav-button-page_research {
        width: 151px;
        height: 50px;
        border-radius: 30px 0 23px 0;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 11px 0 12px 24px
    }
}

@media screen and (max-width:500px) and (min-width:410px) {
    .common .card__image_fourth {
        display: block
    }
    .common .card__image_second {
        display: none
    }
}

@media screen and (max-width:410px) {
    .common .card__image_second {
        display: none
    }
    .common .card__image_third {
        display: block
    }
    .common .card__image_fourth {
        display: none
    }
}

@media screen and (max-width:1463px) {
    .common .container {
        max-width: 1261px
    }
    .common .col-horizontal .card,
    .common .col-horizontal .card-link {
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:1227px) {
    .common .col {
        max-width: 100%;
        width: 30%;
        margin-right: 3.076923076923077%
    }
    .common .container {
        max-width: 1020px
    }
    .common .presentation__inner {
        padding: 31px 29px 58px
    }
    .common .swiper-slide .img-holder {
        width: 100%;
        max-width: 100%
    }
    .common .gallery {
        max-width: none;
        width: 100%
    }
    .common .menu-slider__link {
        width: 143px
    }
    .common .page:not(.page-home) .menu-slider__item-holder ul li a {
        font-size: 10px;
        width: 135px
    }
    .common .col-horizontal {
        height: 562px
    }
    .common .col_vertical {
        height: 485px
    }
    .common .filters-block {
        padding-left: 8px
    }
    .common .nav-button-page_publ {
        width: 297px
    }
    .common .page-publ .nav-button-page_publ .nav-button-page__text {
        font-size: 23px
    }
}

@media screen and (max-width:992px) {
    .common .col_vertical {
        height: 478px
    }
    .common .container {
        max-width: 768px
    }
    .common .col {
        width: 46%;
        margin-right: 3.076923076923077%
    }
    .common .mobile-menu-holder {
        overflow: scroll
    }
}

@media screen and (max-width:813px) {
    .common .col_vertical,
    .common .container {
        max-width: 576px
    }
    .common .col {
        width: 100%
    }
    .common .col,
    .common .row_news {
        margin-right: 0
    }
    .common .col-horizontal .card__title {
        left: 0
    }
    .common .col_vertical .card__image-holder {
        border-radius: 0
    }
}

@media screen and (max-width:567px) {
    .common .presentation__content {
        padding: 12px 29px 37px
    }
    .common .presentation__inner {
        padding: 0
    }
    .common .table {
        padding: 0 22px
    }
    .common .header__logo-holder {
        border-radius: 0 0 13px 0
    }
    .common .nav-button-page_research {
        width: 159px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        background: #83a3aa;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }
    .common .nav-button-link {
        padding-top: 3px
    }
    .common .mobile-search-holder {
        margin-top: 40px
    }

    .common .header__logo-holder {
        box-shadow: none
    }
    .common .text-filters_mobile {
        min-width: 36px;
        height: auto;
        padding: 5px 26px 4px 30px;
        font-size: 10px
    }
    .common .col-horizontal,
    .common .col_vertical {
        height: auto
    }
}

.agenda-content td:first-child,
.agenda-content th {
    background: #afcde7;
    color: #fff;
    padding: 10px 20px
}

.agenda-content td,
.agenda-content th {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #fff
}

.agenda-content td {
    background: #d8e6f3
}

.agenda-content td:first-child,
.agenda-content th:first-child {
    text-align: left
}

.agenda-content body,
.agenda-content h1,
.agenda-content h2,
.agenda-content h3,
.agenda-content h4,
.agenda-content h5,
.agenda-content h6,
.agenda-content html,
.agenda-content li,
.agenda-content ul {
    margin: 0;
    padding: 0
}

.agenda-content li {
    list-style: none
}

.agenda-content {
    background: #a4998e;
    z-index: 0;
    position: relative;
    font-family: Segoe UI;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.agenda-content .page__bg_over-bg {
    z-index: -7;
    background: url(../img/fond-blanc.png);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0
}

.agenda-content .ebl-article__text-holder ul {
    padding-left: 40px
}

.agenda-content .ebl-article__text-holder li {
    list-style: disc
}

.agenda-content .container {
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden
}

.agenda-content .header__top-line {
    position: relative;
    padding: 15px;
    width: 100%;
    height: 100%
}

.agenda-content .header__top-line_bg {
    opacity: .8;
    background: #4d4d4d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.agenda-content .header__nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px
}

.agenda-content .header__menu-item {
    position: relative;
    margin-left: 15px
}

.agenda-content .header__logo-link,
.agenda-content .header__menu-item {
    display: inline-block
}

.agenda-content .header__menu-link {
    font-family: Segoe UI;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px
}

.agenda-content .header__logo-holder {
    background: #26a3be;
    height: 128px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 484px;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 0 38px 0;
    padding: 28px 28px 10px 0;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .548)
}

.agenda-content .header__logo-img {
    width: 195px
}

.agenda-content .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.agenda-content .header__row {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.agenda-content .header__search-form {
    margin-left: 27px;
    position: relative
}

.agenda-content .search-form__input {
    border: 0;
    width: 301px;
    padding: 8px 27px 6px 15px;
    border-radius: 11px 0 0 0
}

.agenda-content .search-form__find-button {
    width: 20px;
    position: absolute;
    right: 8px;
    top: 4px
}

.agenda-content .menu-slider__item-holder a.active,
.agenda-content .menu-slider__item-holder a:hover {
    padding-top: 36px
}

.agenda-content .menu-slider__link_material {
    padding-left: 29px
}

.agenda-content .menu-slider__link_publ {
    padding-left: 20px;
    letter-spacing: 1px
}

.agenda-content .menu-slider__link_news {
    padding-left: 32px
}

.agenda-content .menu-slider__link_prot {
    padding-left: 31px
}

.agenda-content .menu-slider__link_agenda {
    padding-left: 29px
}

.agenda-content .menu-slider__link_ebl {
    width: 257px;
    padding-left: 46px
}

.agenda-content .menu-slider__link-icon {
    width: 33px;
    margin-right: 24px
}

.agenda-content .menu-slider__link-icon_agenda {
    width: 26px
}

.agenda-content .menu-slider__link-icon_projeten {
    width: 23px
}

.agenda-content .menu-slider__link-icon_news {
    width: 25px
}

.agenda-content .menu-slider__link-icon_publ {
    width: 29px
}

.agenda-content .menu-slider__link-icon_material {
    width: 34px
}

.agenda-content .menu-slider__link-icon_green-job {
    width: 31px
}

.agenda-content .menu-slider__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.agenda-content .menu-slider__item-holder li {
    -webkit-box-shadow: 0 0 11px 0 #000
}

.agenda-content .menu-slider__item-holder li:last-child {
    margin: 0
}

.agenda-content .menu-slider__item_color_blue {
    background: #829296;
    z-index: 7;
    transform: translateX(-46px)
}

.agenda-content .menu-slider__item_color_purple {
    background: #9f9388;
    transform: translateX(-79px);
    z-index: 6
}

.agenda-content .menu-slider__item_color_orange {
    background: #ceab77;
    transform: translateX(-118px);
    z-index: 5
}

.agenda-content .menu-slider__item_color_yellow {
    background: #ceba6d;
    transform: translateX(-153px);
    z-index: 4
}

.agenda-content .menu-slider__item_color_green {
    background: #a9ae65;
    transform: translateX(-187px);
    z-index: 3
}

.agenda-content .menu-slider__item_color_strong-green {
    background: #9e8c3f;
    transform: translateX(-221px);
    z-index: 2
}

.agenda-content .menu-slider__item_color_ligh-red {
    background: #a97f4c;
    transform: translateX(-254px);
    z-index: 1
}

.agenda-content .menu-slider__item-holder {
    -ms-flex-item-align: end;
    align-self: flex-end;
    z-index: 0
}

.agenda-content .menu-slider__item-holder ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.agenda-content .hamburger {
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.agenda-content .hamburger,
.agenda-content .hamburger:focus {
    border: 0;
    outline: 0;
    background: 0
}

.agenda-content .hamburger__line {
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin: 9px 0
}

.agenda-content .scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 43px;
    background: #26a3be;
    z-index: 100;
    border-radius: 50%;
    text-align: center;
    display: none
}

.agenda-content .scrollup__arrow {
    width: 26px;
    transform: translateY(7px)
}

.agenda-content .mobile-menu {
    background: #26a3be;
    top: 74px;
    right: 0;
    padding: 40px 0 1px 41px;
    z-index: 200;
    width: 219px;
    border-radius: 0 0 0 18px;
    transition: opacity .2s ease
}

.agenda-content .mobile-menu_showed {
    opacity: 1;
    z-index: 1001;
    display: block
}

.agenda-content .mobile-menu li {
    margin-bottom: 18px
}

.agenda-content .mobile-menu li a,
.agenda-content .mobile-menu li a img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.agenda-content .mobile-menu li a img {
    margin-left: 30px
}

.agenda-content .contacts__item a,
.agenda-content .mobile-menu a {
    text-decoration: none;
    color: #fff
}

.agenda-content .exit__holder {
    text-align: right;
    right: 10px;
    position: absolute;
    top: 10px
}

.agenda-content .page__footer {
    padding-bottom: 15px
}

.agenda-content .contacts__item-holder {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px
}

.agenda-content .contacts__item {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-left: 7px
}

.agenda-content .nav-button-page {
    color: #fff;
    background: #a4998e;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .336);
    border-radius: 56px 0 41px 0;
    padding: 11px 0 12px 50px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: 251px;
    height: 70px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 101;
    margin-bottom: 40px
}

.agenda-content .nav-button-page__icon {
    width: 25px;
    margin-right: 20px
}

.agenda-content .nav-button-page__text {
    font-size: 28px;
    font-weight: 600
}

.agenda-content .filters-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 99px
}

.agenda-content .filters-block__menu {
    padding-top: 17px;
    transform: translate(-13px, -23px)
}

.agenda-content .filters-block__menu ul {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 0 0 19px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 13px 6px 36px;
    height: 17px;
    box-sizing: content-box
}

.agenda-content .filters-block__menu ul li,
.agenda-content .filters-block__menu ul li a {
    color: #a4998e;
    cursor: pointer;
    background: #fff;
    transition: outline .2s ease, transform .2s ease, padding .2s ease
}

.agenda-content .filters-block__menu ul li {
    font-size: 13px;
    margin-right: 3px;
    z-index: 10
}

.agenda-content .filters-block__menu ul li a {
    text-decoration: none;
    display: block;
    height: 100%;
    box-sizing: content-box;
    padding: 0 7px
}

.agenda-content .filters-block__menu ul li.text-filters {
    margin-right: 14px
}

.agenda-content .row_news {
    margin-right: -38px
}

.agenda-content .col {
    width: 681px;
    margin-right: 38px;
    margin-bottom: 41px
}

.agenda-content .card {
    background: #f1eee2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative
}

.agenda-content .card__filter-value {
    position: absolute;
    background: gray;
    color: #fff;
    top: -19px;
    right: 0;
    font-size: 11px;
    padding: 3px 22px 1px;
    border-radius: 15px 0 0 0
}

.agenda-content .card__title {
    background: gray;
    color: #fff;
    padding: 10px 0 10px 25px;
    border-radius: 0 0 30px;
    margin-bottom: 11px;
    font-weight: 500;
    text-transform: uppercase
}

.agenda-content .card__text {
    color: gray;
    padding-left: 24px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 3px
}

.agenda-content .card__bottom-line,
.agenda-content .card__link {
    color: gray;
    font-size: 12px;
    font-weight: 700;
    font-style: italic
}

.agenda-content .card__bottom-line {
    text-align: right;
    padding-right: 3px
}

.agenda-content .card__link {
    text-decoration: none
}

.agenda-content .card__image {
    display: block
}

.agenda-content .card__content-holder {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 8px
}

.agenda-content .card__image_fourth,
.agenda-content .card__image_second,
.agenda-content .card__image_third {
    display: none
}

.agenda-content .filters-block__menu {
    position: relative
}

.agenda-content .filters-block__pointer {
    width: 20px;
    background: 0;
    position: relative;
    z-index: 11;
    outline: 3px solid #ceba6d;
    top: 32px;
    height: 35px;
    left: -50px
}

.agenda-content .filters-block__pointer:after,
.agenda-content .filters-block__pointer:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    height: 3px;
    width: 100%
}

.agenda-content .filters-block__pointer:before {
    top: 0
}

.agenda-content .filters-block__pointer:after {
    bottom: 0
}

.agenda-content .filters-block__menu_mobile {
    transition: all .2s ease;
    z-index: 2;
    left: -6px
}

.agenda-content .presentation__image2 {
    display: none
}

.agenda-content .swiper-slide {
    text-align: center
}

.agenda-content .filters-block__menu_mobile ul {
    background: 0;
    width: 176px;
    z-index: -100;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    position: absolute;
    top: 0
}

.agenda-content .filters-block__menu_mobile {
    display: none;
    cursor: pointer
}

.agenda-content .filters-block__menu_mobile .filters-block__item {
    opacity: 0
}

.agenda-content .text-filters_mobile {
    height: 17px;
    box-sizing: content-box;
    background: #fff;
    border-radius: 0 0 19px 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .411);
    padding: 7px 26px 10px 42px;
    display: inline-block
}

.agenda-content .filters-block__menu_mobile ul li a {
    color: #ceba6d;
    cursor: pointer;
    text-decoration: none;
    z-index: -100
}

.agenda-content .filters-block__menu_mobile.active {
    z-index: 100;
    background: #fff
}

.agenda-content .filters-block__menu_mobile.active ul {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    padding: 51px 20px 20px 42px;
    background: #fff
}

.agenda-content .filters-block__menu_mobile.active ul li a {
    z-index: 100
}

.agenda-content .filters-block__menu_mobile.active ul li {
    opacity: 1;
    margin-bottom: 14px
}

.agenda-content .filters-block__menu_mobile {
    position: relative
}

.agenda-content .text-filters_mobile {
    z-index: 101;
    position: relative
}

.agenda-content .form-holder {
    width: 100%;
    margin: 74px auto 0;
    max-width: 700px
}

.agenda-content .form {
    background: #edebe8;
    border-radius: 49px 0 47px 0;
    padding: 52px 78px 59px 71px
}

.agenda-content .input {
    background: #4eb2c5;
    width: 100%;
    height: 100%;
    color: #fff
}

.agenda-content .input_radio {
    width: auto;
    height: auto;
    display: none
}

.agenda-content .input_radio+label:before {
    content: "";
    border-radius: 50%;
    display: inline-block;
    color: #000;
    line-height: 20px;
    margin: -5px 5px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    transition: font-size .3s ease;
    background: #4eb2c5
}

.agenda-content .input_radio:checked+label:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 11px;
    transition: font-size .3s ease;
    transform: translate(-50%, -50%);
    background: #000;
    opacity: 1
}

.agenda-content .input_radio:checked+label:before {
    font-size: 7px
}

.agenda-content .input_radiochecked {
    font-size: 20px
}

.agenda-content .form__title {
    color: #4eb2c5;
    font-size: 37px;
    margin-bottom: 39px
}

.agenda-content .input-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 21px;
    -ms-flex-align: center;
    align-items: center
}

.agenda-content .input-row label {
    color: #6c6c6a;
    position: relative;
    cursor: pointer;
    width: 31%
}

.agenda-content .input-holder {
    width: 59%
}

.agenda-content .radio-holder {
    margin-bottom: 11px
}

.agenda-content .button-holder {
    text-align: center;
    margin-top: 3px
}

.agenda-content #message-input {
    background: #4eb2c5;
    resize: none;
    height: 115px;
    width: 100%;
    padding-left: 5px;
    border: 0;
    color: #fff
}

.agenda-content .button,
.agenda-content .title {
    color: #fff;
    font-weight: 500
}

.agenda-content .button {
    background: #4eb2c5;
    padding: 15px 11px;
    border-radius: 7px
}

.agenda-content .title {
    font-size: 43px;
    margin-bottom: 46px;
    padding-left: 62px
}

.agenda-content .input {
    border: 0
}

.agenda-content .ebl-title {
    text-transform: uppercase
}

.agenda-content .presentation__inner {
    background: #f1eee2;
    border-radius: 0 43px 0 39px;
    display: -ms-flexbox;
    display: flex;
    color: #666;
    padding: 31px 68px 58px 29px
}

.agenda-content .gallery {
    margin-right: 21px
}

.agenda-content .gallery__main-slider {
    margin-bottom: 14px
}

.agenda-content .presentation {
    max-width: 1402px;
    margin: 0 auto 40px
}

.agenda-content .ebl-article__text-holder a {
    color: #26a3be;
    text-decoration: none
}

.agenda-content .presentation_title {
    color: #26a3be;
    margin-top: 68px;
    margin-bottom: 18px;
    font-size: 29px
}

.agenda-content .presentation__content {
    font-weight: 500;
    padding-top: 5px
}

.agenda-content .presentation__text {
    word-spacing: 3px;
    font-size: 17px
}

.agenda-content .gallery__mini-slider .swiper-slide {
    cursor: pointer
}

.agenda-content .presentation__content li {
    font-weight: 700;
    margin-top: 23px
}

.agenda-content .presentation__line-before-last {
    margin-top: 39px;
    font-size: 20px
}

.agenda-content .presentation__line-before-last a {
    margin-left: 20px
}

.agenda-content .presentation__bottom-line {
    margin-top: 56px
}

.agenda-content .popup-title {
    font-size: 43px;
    margin-bottom: 18px;
    color: #fff;
    padding-left: 62px
}

.agenda-content .pop-up-page {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
    min-height: 0;
    position: fixed
}

.agenda-content .transforma-bg {
    position: fixed
}

.agenda-content .gallery__mini-slider-holder_mobile {
    display: none
}

.agenda-content .pop-up-page {
    opacity: 0;
    z-index: -10
}

.agenda-content .pop-up-page.active {
    opacity: 1;
    z-index: 101
}

.agenda-content .popup-scroll-button {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 43px;
    background: #26a3be;
    z-index: 101;
    border-radius: 50%;
    text-align: center
}

.agenda-content .swiper-slide-thumb-active {
    opacity: .6
}

.agenda-content .gallery {
    width: 100%;
    max-width: 672px
}

.agenda-content .page {
    min-height: 1500px
}

.agenda-content .main__container {
    overflow-x: hidden
}

.agenda-content .th,
.agenda-content .tr {
    display: -ms-flexbox;
    display: flex
}

.agenda-content .tr {
    margin-bottom: 10px
}

.agenda-content .th {
    background: #665341;
    color: #fff;
    text-align: center;
    border-left: 1px solid hsla(0, 0%, 100%, .336);
    width: 0;
    font-size: 12px;
    font-weight: 700;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 23px 15px 18px;
    position: relative;
    cursor: pointer
}

.agenda-content .th_date {
    background: #fff;
    color: #665341;
    width: 11%;
    padding: 0
}

.agenda-content .th_lieu,
.agenda-content .th_nom {
    width: 13%
}

.agenda-content .th_lieu {
    padding: 0
}

.agenda-content .th_description {
    width: 23%
}

.agenda-content .th_wou {
    width: 13%;
    display: -ms-flexbox;
    display: flex
}

.agenda-content .th_categorie,
.agenda-content .th_theme,
.agenda-content .th_wou {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: initial;
    align-items: initial
}

.agenda-content .th_categorie,
.agenda-content .th_projet,
.agenda-content .th_theme {
    width: 9%;
    padding: 0
}

.agenda-content .td {
    background: #fff;
    word-break: break-all;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d4cfca;
    padding: 15px;
    font-size: 13px;
    color: #4d4d4d;
    background: #f6f4f3;
    font-weight: 600
}

.agenda-content .td_date {
    background: #c9c2a4;
    color: #665341;
    width: 11%
}

.agenda-content .td_lieu,
.agenda-content .td_nom {
    width: 13%
}

.agenda-content .td_description {
    width: 23%
}

.agenda-content .td_wou {
    width: 13%
}

.agenda-content .td_categorie,
.agenda-content .td_projet,
.agenda-content .td_theme {
    width: 9%;
    background: #b5d3e9
}

.agenda-content .table {
    max-width: 1400px;
    margin: 0 auto
}

.agenda-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 18px;
    border-radius: 0;
    opacity: 1;
    background: #ded9c7
}

.agenda-content .mCSB_scrollTools .mCSB_draggerRail {
    width: 18px;
    background: #95886e;
    border-radius: 0
}

.agenda-content .tr-month {
    margin-bottom: 30px
}

.agenda-content .tr-month:last-child {
    margin-bottom: 0
}

.agenda-content .table {
    position: relative
}

.agenda-content .nav-button-page {
    margin-left: 176px
}

.agenda-content .table__button {
    font-weight: 500;
    font-size: 17px;
    background: #e7e5e0;
    color: #9f9287;
    position: fixed;
    left: 76px;
    bottom: 141px;
    padding: 9px 23px 7px;
    border-radius: 12px 0 0 0;
    cursor: pointer;
    display: none;
    z-index: 100
}

.agenda-content .th__first-line {
    border-bottom: 1px solid hsla(0, 0%, 100%, .336);
    margin-bottom: 13px;
    width: 100%
}

.agenda-content .arrow-bottom {
    width: 11px;
    position: absolute;
    right: 5px;
    top: calc(50% - 3px)
}

.agenda-content .dropdown-menu {
    position: absolute;
    background: #fff;
    z-index: -21;
    border-radius: 0 23px 0 0;
    opacity: 0;
    transition: opacity .2s ease;
    text-align: start;
    top: 44px;
    width: 241px;
    padding: 63px 0 20px;
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, .5);
    left: 0
}

.agenda-content .dropdown-menu__link {
    text-decoration: none;
    color: #4d4d4d;
    font-size: 14px
}

.agenda-content .th_nom,
.agenda-content .th_wou {
    padding: 0
}

.agenda-content .th-wrapper {
    padding: 15px 0 13px;
    background: #665341;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.agenda-content .th-wrapper.active {
    z-index: 30;
    background: #000
}

.agenda-content .th-wrapper.active+.dropdown-menu {
    z-index: 29;
    opacity: 1
}

.agenda-content .dropdown-menu__item {
    position: relative;
    margin-bottom: 17px;
    padding: 4px 15px
}

.agenda-content .dropdown-menu__item:hover {
    background: #d9d5be
}

.agenda-content .dropdown-menu__item-arrow {
    position: absolute;
    right: 5px;
    width: 10px;
    top: 9px
}

.agenda-content .dropdown-submenu {
    position: absolute;
    min-width: 200px;
    background: #fff;
    opacity: 0;
    transition: .3s linear;
    right: -198px;
    padding: 20px 5px;
    top: 0;
    z-index: -1;
    border-radius: 0 23px 0 0
}

.agenda-content .dropdown-submenu:before {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    width: 0;
    height: 100%;
    z-index: -123123123123;
    top: 0
}

.agenda-content .dropdown-menu .dropdown-menu__item:hover .dropdown-submenu {
    opacity: 1
}

.agenda-content .september-month {
    background: #b5d3e9
}

.agenda-content .october-month {
    background: #bddaf5
}

.agenda-content .november-month {
    background: #b5cae9f1
}

.agenda-content .december-month {
    background: #9dadc4
}

.agenda-content .january-month {
    background: #7f8b9b
}

.agenda-content .february-month {
    background: #91a9c9
}

.agenda-content .march-month {
    background: #9ab7dd
}

.agenda-content .april-month {
    background: #a1b9d8
}

.agenda-content .august-month,
.agenda-content .jule-month,
.agenda-content .june-month,
.agenda-content .may-month {
    background: #a1b9d8e8
}

.agenda-content .main {
    padding-top: 179px
}

.agenda-content .td-text_bold {
    font-weight: 700
}

.agenda-content .th-wrapper_date {
    background: #fff
}

.agenda-content .td__link {
    text-decoration: none
}

.agenda-content .dropdown-menu_projet,
.agenda-content .dropdown-menu_theme {
    right: 0;
    left: auto;
    border-radius: 23px 0 0 0
}

.agenda-content .th__second-line {
    color: #c9c1a4
}

.agenda-content .th_date {
    border-radius: 21px 0 0
}

.agenda-content .th-wrapper_date {
    border-radius: 20px 0 0 0
}

.agenda-content .th_theme,
.agenda-content .th_theme .th-wrapper {
    border-radius: 0 20px 0 0
}

.agenda-content .menu-slider__item-holder a,
.agenda-content .td_date {
    -ms-flex-pack: center;
    justify-content: center
}

.agenda-content .th__second-line {
    padding: 0 5px
}

.agenda-content .th__first-line {
    padding: 0 5px 10px
}

.agenda-content .two-lines {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.agenda-content html {
    overflow: auto
}

.agenda-content .header__row {
    padding-right: 0
}

.agenda-content .container {
    max-width: 1439px
}

.agenda-content .menu-slider__inner {
    padding-right: 0
}

.agenda-content .row_news {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.agenda-content .menu-slider__item-holder {
    margin-right: 0
}

.agenda-content .menu-slider__item-holder ul {
    transform: translateX(219px);
    min-height: 100px
}

.agenda-content .page__footer {
    margin-top: auto
}

.agenda-content .filters-block__menu ul li a.active {
    font-weight: 600
}

.agenda-content .mobile-menu-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 200
}

.agenda-content .mobile-menu {
    display: block
}

.agenda-content .exit__img {
    cursor: pointer
}

.agenda-content .mobile-menu {
    position: absolute
}

.agenda-content .input {
    padding: 6px 5px
}

.agenda-content .filters-block {
    margin-bottom: 62px
}

.agenda-content .button {
    transition: all .2s ease
}

.agenda-content .button:hover {
    box-shadow: 0 0 10px 0 #4eb2c5
}

.agenda-content .container-header {
    overflow: initial
}

.agenda-content .footer {
    opacity: .8
}

.agenda-content .nav-button-link {
    z-index: 101;
    text-decoration: none
}

.agenda-content .popup-scroll-button {
    display: none
}

.agenda-content .page__bg_over-bg {
    opacity: .2
}

.agenda-content .image-bg {
    position: relative;
    margin: 10px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.agenda-content .img-holder {
    margin-bottom: 23px
}

.agenda-content .page-agenda .img-holder {
    margin-right: -15px;
    margin-left: -15px
}

.agenda-content .second-img-holder-mobile {
    display: none
}

.agenda-content .nav-button-link {
    display: inline-block
}

.agenda-content .filters-block {
    display: none
}

.agenda-content .main {
    margin-bottom: 50px
}

.agenda-content .form-holder {
    margin-bottom: 58px
}

.agenda-content .ebl-article__inner {
    background: #edebe8;
    border-radius: 0 41px 0 0;
    padding: 21px 30px 20px 25px;
    display: -ms-flexbox;
    display: flex
}

.agenda-content .ebl-title {
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin-bottom: 36px;
    font-size: 40px
}

.agenda-content .hamburger {
    position: absolute;
    right: 6px;
    top: 9px
}

.agenda-content .menu-slider__item-holder li {
    margin-bottom: 3px;
    border-radius: 14px 0 13px;
    transition: transform .2s ease;
    box-shadow: 10px 4px 12px 0 rgba(0, 0, 0, .24)
}

.agenda-content .menu-slider__item-holder a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 202px;
    font-size: 14px;
    transition: all .3s ease;
    font-weight: 500;
    padding: 10px 0 13px 29px
}

@media screen and (max-width:1919px) {
    .agenda-content .menu-slider__item-holder {
        margin: 0
    }
    .agenda-content .header__logo-holder {
        height: 59px;
        padding: 3px 45px 10px 0;
        width: 343px
    }
    .agenda-content .header__logo-img {
        width: 139px
    }
    .agenda-content .menu-slider__item-holder ul {
        transform: none
    }
    .agenda-content .menu-slider__inner {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }
    .agenda-content .menu-slider__link_ebl {
        width: 178px;
        padding-left: 4px
    }
    .agenda-content .menu-slider__item_color_blue,
    .agenda-content .menu-slider__item_color_green,
    .agenda-content .menu-slider__item_color_ligh-red,
    .agenda-content .menu-slider__item_color_orange,
    .agenda-content .menu-slider__item_color_purple,
    .agenda-content .menu-slider__item_color_strong-green,
    .agenda-content .menu-slider__item_color_yellow {
        transform: none
    }
    .agenda-content .menu-slider__item-holder a {
        padding-left: 0
    }
    .agenda-content .page__footer {
        margin-top: auto
    }
    .agenda-content .menu-slider__inner {
        display: block
    }
    .agenda-content .menu-slider__item-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (max-width:1500px) {
    .agenda-content .container {
        max-width: 1300px
    }
    .agenda-content .table__button {
        left: 10px
    }
    .agenda-content .menu-slider__item-holder a {
        width: 174px
    }
}

@media screen and (max-width:1463px) {
    .agenda-content .col {
        width: 595px
    }
    .agenda-content .card__image-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .agenda-content .card__title {
        font-size: 15px
    }
}

@media screen and (max-width:1307px) {
    .agenda-content .presentation_title {
        margin-top: 20px
    }
}

@media screen and (max-width:1300px) {
    .agenda-content .container {
        max-width: 1020px
    }
    .agenda-content .td {
        font-size: 12px;
        padding: 15px 5px
    }
    .page-green-job .buttons-holder-2{
        width: 100%;
    }
}

@media screen and (max-width:1260px) {
    .agenda-content .card__text,
    .agenda-content .card__title {
        font-size: 13px
    }
    .agenda-content .card__content-holder {
        padding-bottom: 12px
    }
    .agenda-content .card {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .agenda-content .col {
        max-width: 373px
    }
    .agenda-content .card__image-holder {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:1235px) {
    .agenda-content .presentation__bottom-line {
        margin-top: 56px
    }
    .agenda-content .presentation__line-before-last {
        margin-top: 26px
    }
}

@media screen and (max-width:1231px) {
    .agenda-content .presentation__inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .agenda-content .gallery {
        margin: 0 auto 26px
    }
}

@media screen and (max-width:1179px) {
    .agenda-content .menu-slider {
        display: none
    }
    .agenda-content .hamburger {
        display: inline-block
    }
    .agenda-content .header__nav-menu,
    .agenda-content .search-form {
        display: none
    }
    .agenda-content .header__top-line {
        padding: 29px
    }
    .common .page-research .header__top-line {
        padding: 15px
    }
}

@media screen and (max-width:1095px) {
    .agenda-content .filters-block {
        padding-left: 0;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:992px) {
    .agenda-content .header__row {
        padding-right: 10px
    }
    .agenda-content .container {
        max-width: 780px
    }
    .agenda-content .tr {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    .agenda-content .mCSB_scrollTools .mCSB_draggerContainer,
    .agenda-content .tr_heade {
        display: none
    }
    .agenda-content .td {
        border-bottom: 1px solid #c9c2a4;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 16px;
        width: 93%;
        padding: 15px
    }
    .agenda-content .td_date:before {
        content: "DATE";
        display: block;
        font-weight: 700
    }
    .agenda-content .td_nom:before {
        display: block;
        font-weight: 700;
        content: "NOM"
    }
    .agenda-content .td_description:before {
        display: block;
        font-weight: 700
    }
    .agenda-content .td_lieu:before {
        content: "ADRESS";
        display: block;
        font-weight: 700
    }
    .agenda-content .td_description:before {
        content: "DESCRIPTION"
    }
    .agenda-content .td_categorie:before {
        display: block;
        font-weight: 700
    }
    .agenda-content .td_wou:before {
        content: "WOU";
        display: block;
        font-weight: 700
    }
    .agenda-content .td_categorie:before {
        content: "CATEGORIE"
    }
    .agenda-content .td-text_bold,
    .agenda-content .td_categorie {
        font-weight: 400
    }
    .agenda-content .td_projet:before {
        content: "PROJET";
        display: block;
        font-weight: 700
    }
    .agenda-content .td_theme:before {
        display: block;
        font-weight: 700;
        content: "THEME"
    }
    .agenda-content .mobile-menu-holder {
        overflow: scroll
    }
}

@media screen and (max-width:813px) {
    .agenda-content .col {
        max-width: 492px
    }
    .agenda-content .card__image {
        display: none
    }
    .agenda-content .card__image_second {
        display: block
    }
    .agenda-content .nav-button-page {
        height: 60px;
        border-radius: 43px 0 30px 0;
        width: 197px;
        padding: 11px 0 12px 36px
    }
    .agenda-content .nav-button-page__text {
        font-size: 22px
    }
    .agenda-content .nav-button-page__icon {
        margin-right: 12px
    }
    .page-green-job .nav-button-page__plate{
        bottom: 9px;
    }
}

@media screen and (max-width:765px) {
    .agenda-content .gallery__main-slider .presentation__image {
        display: none
    }
    .agenda-content .presentation__image2 {
        display: block;
        margin: 0 auto
    }
    .agenda-content .presentation__inner {
        padding: 31px 18px 58px 29px
    }
    .agenda-content .header__logo-holder {
        width: 268px
    }
}

@media screen and (max-width:727px) {
    .agenda-content .filters-block__menu li:not(.text-filters) {
        display: none
    }
    .agenda-content .text-filters {
        color: #9f9388!important;
        font-weight: 600
    }
    .agenda-content .filters-block__menu ul {
        padding: 10px 13px 9px 36px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .411)
    }
    .agenda-content .filters-block__pointer {
        display: none
    }
    .agenda-content .filters-block__menu {
        transform: translate(-13px, -7px)
    }
    .agenda-content .main {
        padding-top: 114px
    }
    .agenda-content .filters-block__menu {
        display: none
    }
    .agenda-content .filters-block__menu_mobile {
        display: block
    }
    .agenda-content .nav-button-page__text {
        font-size: 22px
    }
    .agenda-content .nav-button-page__icon {
        margin-right: 12px
    }
    .agenda-content .nav-button-page {
        padding: 11px 0 12px 29px
    }
}

@media screen and (max-width:567px) {
    .page-ebl .ginne__left-part_text {
        text-align: left!important
    }
    .page-ebl .ginne-top-text {
        word-spacing: inherit
    }
    .agenda-content .col {
        width: 100%
    }
    .agenda-content .container {
        padding: 0
    }
    .agenda-content .page__bg_over-bg {
        display: none
    }
    .agenda-content .main {
        padding-top: 90px
    }
    .agenda-content .nav-button-page__text {
        font-size: 17px
    }
    .agenda-content .nav-button-page__icon {
        width: 16px
    }
    .agenda-content .nav-button-page {
        width: 147px;
        height: 41px;
        border-radius: 30px 0 23px 0;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 11px 0 12px 29px
    }
    .agenda-content .nav-button-page__icon {
        margin-right: 7px
    }
    .agenda-content .filters-block__menu ul li {
        font-size: 10px
    }
    .agenda-content .filters-block__menu ul {
        padding: 4px 13px 13px 33px;
        height: 6px;
        border-radius: 0 0 10px 0
    }
    .agenda-content .filters-block__menu {
        padding-top: 11px
    }
    .agenda-content .filters-block {
        margin-bottom: 36px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 22px
    }
    .agenda-content .card__content-holder {
        position: relative;
        padding-top: 51px
    }
    .agenda-content .card__title {
        position: absolute;
        width: 86%;
        top: -23px
    }
    .agenda-content .contacts__item-holder {
        font-weight: 400;
        font-size: 11px;
        opacity: .7
    }
    .agenda-content .page__footer {
        margin-top: 47px;
        padding-bottom: 25px
    }
    .agenda-content .contacts__item {
        margin-right: 0
    }
    .agenda-content .header__logo-holder {
        width: 230px;
        border-radius: 0 0 23px 0
    }
    .agenda-content .form {
        background: 0;
        border-radius: 0;
        padding: 52px 15px
    }
    .agenda-content .input-holder {
        width: 100%
    }
    .agenda-content .input-holder-radio,
    .agenda-content .input-row label {
        width: 50%
    }
    .agenda-content .input-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .agenda-content .form__title {
        font-size: 23px;
        color: #fff
    }
    .agenda-content .form-holder {
        margin-bottom: 23px
    }
    .agenda-content .input-row label {
        margin-bottom: 4px
    }
    .agenda-content .ebl-article__inner {
        padding: 20px 15px 27px
    }
    .agenda-content .ebl-title {
        font-size: 28px;
        padding: 0 15px
    }
    .agenda-content .nav-button-page {
        margin-left: 15px
    }
    .agenda-content .ebl-article__inner {
        padding-left: 0;
        padding-right: 0
    }
    .agenda-content .ebl-article__text-holder {
        padding-left: 15px;
        padding-right: 15px
    }
    .common .nav-button-page_projeten {
        padding: 7px 10px 7px 22px!important
    }
    .common .nav-button-page_publ {
        padding: 11px 10px 12px 16px!important
    }
    .common .page-research .header__search-form {
        display: none
    }
   
}

@media screen and (max-width:500px) and (min-width:410px) {
    .agenda-content .card__image_fourth {
        display: block
    }
    .agenda-content .card__image_second {
        display: none
    }
}

@media screen and (max-width:410px) {
    .agenda-content .card__image_second {
        display: none
    }
    .agenda-content .card__image_third {
        display: block
    }
    .agenda-content .card__image_fourth {
        display: none
    }
}

@media screen and (max-width:1463px) {
    .agenda-content .container {
        max-width: 1261px
    }
}

@media screen and (max-width:1227px) {
    .agenda-content .container {
        max-width: 1201px
    }
    .agenda-content .menu-slider__item-holder a {
        width: 162.5px;
        font-size: 12px
    }
}

@media screen and (max-width:992px) {
    .agenda-content .container {
        max-width: 768px
    }
    .agenda-content .form-holder {
        max-width: none
    }
    .agenda-content .mobile-menu-holder {
        overflow: scroll
    }
}

@media screen and (max-width:813px) {
    .agenda-content .container {
        max-width: 685px
    }
    .agenda-content .col {
        width: 100%;
        margin-right: 0
    }
    .agenda-content .row_news {
        margin-right: 0
    }
}

.agenda-content .page {
    min-height: 100vh
}

.agenda-content .tbody {
    height: auto
}

.agenda-content .main {
    margin-top: 0
}

.agenda-content .main__container {
    min-height: 0;
    overflow: initial
}

.agenda-content .ebl-article {
    max-width: 1402px
}

.agenda-content .ebl-article__images-holder {
    text-align: center;
    margin-right: 47px;
    width: 49%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.agenda-content .ebl-article__text-holder {
    color: #666;
    text-align: left;
    padding-top: 28px;
    word-spacing: 6px;
    font-weight: 500;
    width: 100%;
    font-size: 18px
}

.agenda-content .ebl-article__image:first-child {
    margin-bottom: 20px
}

.agenda-content .button {
    border: 0;
    cursor: pointer
}

.agenda-content .ebl-article__image-1-2,
.agenda-content .ebl-article__image-2-2 {
    display: none
}

.agenda-content .ebl-article {
    margin: 0 auto
}

.agenda-content .table {
    overflow-y: hidden;
    overflow-x: hidden
}

.agenda-content .table.active {
    overflow-y: scroll
}

.agenda-content .table::-webkit-scrollbar {
    width: 20px;
    background: #cfc9b9
}

.agenda-content ::-webkit-scrollbar-thumb {
    background: #fff
}

@media screen and (max-width:1130px) {
    .agenda-content .second-img-holder {
        display: none
    }
    .agenda-content .second-img-holder-mobile {
        display: block
    }
    .agenda-content .ebl-article__images-holder {
        width: 100%
    }
    .agenda-content .ebl-article__inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .agenda-content .ebl-article__text-holder {
        width: 100%
    }
    .agenda-content .ebl-article__inner {
        border-radius: 0
    }
    .agenda-content .container {
        max-width: 920px
    }
    .agenda-content .image-bg {
        max-width: 100%
    }
}

@media screen and (max-width:785px) {
    .agenda-content .ebl-article__image {
        display: none
    }
    .agenda-content .ebl-article__image-1-2,
    .agenda-content .ebl-article__image-2-2 {
        display: inline
    }
}

@media screen and (max-width:992px) {
    .agenda-content .ebl-article__inner {
        border-radius: 0
    }
    .agenda-content .nav-button-page {
        margin-left: 78px
    }
    .page-agenda .tbody {
        height: auto!important
    }
}

.page .mobile-menu-holder {
    display: block;
    visibility: hidden;
    opacity: 0
}

.mobile-menu {
    transition: none!important
}

.page .visible {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s linear
}

.mobile-menu-holder.visible:after {
    content: "";
    width: 100%;
    height: 120%;
    position: fixed;
    background: rgba(0, 0, 0, .452)
}

.img-holder {
    display: inline-block
}

.page__bg_home,
.page__bg_over-bg,
.video-container iframe {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    left: 0
}

.menu-slider__item-holder ul li a.active {
    padding-top: 36px!important
}

.image-bg {
    display: inline-block;
    max-width: 660px;
    padding-top: 75%;
    width: 100%
}

.alignright {
    float: right
}

.aligncenter {
    display: block;
    margin: 20px auto
}

.alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.clear {
    clear: both
}

.p {
    display: block;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 20px auto 20px 0
}

.video-width {
    margin: 1em auto
}

.videocenter {
    margin-right: auto
}

.videocenter,
.videoright {
    margin-left: auto
}

.videoleft {
    margin-right: auto
}

.video-container iframe {
    position: absolute;
    border-width: 0;
    outline-width: 0;
    width: 100%!important
}

.card {
    height: 100%
}

.card .image-bg {
    background-size: cover
}

.modal-open,
.overflow_hidden {
    overflow: hidden
}

.page .mobile-menu-holder {
    z-index: 123
}

.page .hamburger {
    position: absolute;
    right: 10px;
    top: 10px
}

.download-link {
    width: 100%;
    color: #26a3be
}

.download-link,
.upload-link {
    border: 1px solid #26a3be;
    padding: 3px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    text-align: center;
    background: #fff;
    min-height: 25.97px
}

.message-input {
    background: #4eb1c4;
    resize: none;
    height: 75px;
    width: 100%;
    color: #fff;
    border: 0
}

.warning {
    box-shadow: 0 0 10px 0 rgba(300, 30, 0, .527);
}

.video-width {
    max-width: 658px
}

.video-container {
    background: #000
}

.thumbnail_small {
    width: 100%;
    background: #000;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 57px
}

.thumbnail__img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0
}

.video-container,
.video__button {
    cursor: pointer
}

.thumbnail_small .play-icon {
    position: relative
}

.thumbnail_small .play-icon svg {
    width: 20px
}

.video-container.loaded .video__button,
.video-container.loaded .video_img {
    display: none
}

.video_vimeo .video__button {
    position: absolute;
    background: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 0;
    transition: all .2s ease;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em
}

.video_vimeo .video__button-shape {
    fill: rgba(23, 35, 34, .75);
    fill-opacity: .8
}

.video_vimeo:hover .video__button-shape {
    fill: #00adef
}

.video_youtube:focus .video__button .video__button-shape,
.video_youtube:hover .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.video_youtube .video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: inline-block;
    padding: 0;
    width: 68px;
    height: 48px;
    border: 0;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.fill {
    fill: #fff
}

.video__button-shape {
    fill: #212121;
    fill-opacity: .8
}

.video__button-icon {
    fill: #fff
}

.video_img {
    width: 100%
}

.play-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.upload-link {
    width: 100%!important;
    position: relative;
    color: #26a3be!important
}

.upload-link input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.hidden {
    display: none
}

.nav-button-page {
    text-transform: uppercase
}

.nav-button-page__text {
    font-weight: 700!important
}

.header .menu-slider__inner .container {
    overflow: visible
}

.mobile-menu-holder {
    z-index: 11230!important
}

.page .header__top-line .container {
    overflow: visible
}

.page-agenda .filters-block {
    margin-bottom: 31px
}

.page.page-research .td.td_date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.ginne-top-text p,
.ginne__left-part_text {
    text-align: justify!important
}

@media screen and (max-width:800px) {
    .presentation__text p img {
        height: auto!important;
        width: 100%;
        object-fit: cover
    }
}

@media screen and (max-width:475px) {
    .name-and-tel-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .kontakt-block__line,
    .kontakt-block__title {
        text-align: center
    }
    .presentation__text p img {
        height: auto!important;
        width: auto!important
    }
    .presentation__text p {
        text-align: justify
    }
}

.sel_word {
    color: #26a3be
}

.main {
    margin-top: auto
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    body,
    html {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .header__logo-link {
        width: 278px
    }
    .header__logo-img {
        width: 100%
    }
    .page-agenda .td_lieu {
        display: block
    }
    .slide-transition {
        transform: rotate(.1deg) scale(1.3)
    }
    .page-home .draggble-image-holder {
        position: absolute;
        top: 200px;
        left: 100px;
        width: 521px;
        display: block
    }
    .page-home .main__img-bg_map,
    .page-home .main__img-bg_trees {
        display: block
    }
}

@media (-ms-high-contrast:none) and (max-width:1919px),
screen and (-ms-high-contrast:active) and (max-width:1919px) {
     :not(.page-home)>.header__logo-link {
        width: 139px
    }
}

@media (-ms-high-contrast:none) and (max-width:1300px),
screen and (-ms-high-contrast:active) and (max-width:1300px) {
    .page-home .header__logo-link {
        width: 144px
    }
}

.uppercase {
    text-transform: uppercase!important
}

@media print {
    body {
        margin: 0;
        color: #000;
        background-color: #fff;
        font-family: Serif;
        font-size: 15pt
    }
    #banner,
    #footer,
    .footer,
    .header,
    .mobile-menu {
        display: none
    }
    .filters-block,
    .form-holder,
    .mobile-menu-holder,
    .nav-button-link {
        display: none!important
    }
    .main {
        margin: 0!important;
        padding: 0!important
    }
    .card__filter-value,
    .link__text,
    h3 {
        color: #000!important
    }
    .menu-slider {
        display: none!important;
        border: 0
    }
    img {
        display: none
    }
}

@media screen and (max-height:950px) {
    .page-agenda .tbody {
        height: 80vh
    }
}

.agenda-content .ebl-article__inner img {
    height: auto
}

.test-image__holder {
    width: 33%;
    padding-top: 77px;
}

.test-image__holder img {
    width: 98%;
}




/* New styles */

@media (min-width:510px) {
    .page-green-job .button-holder_green {
        /* position: absolute;
        bottom: 9px;
        width: 189px; */
        /* margin-top: auto; */
    }
    .page-green-job .card__main {
        position: relative;
    }
    .page-green-job .card-holder {
        min-height: auto;
        position: relative;
    }
}

.page-ebl .input_radio:checked+label:after,
.page-green-job .input_radio:checked+label:after {
    top: 11px;
}

.policy {
    padding-left: 10.5em;
    padding-top: 20px;
    padding-top: 0px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.policy .contacts__img-holder {
    align-items: center;
}

.page-home .contacts{
    margin-top: 40px;
}

@media (max-width: 1835px) {
    .policy {
        padding-left: 29px;
    }
}

.policy a {
    color: #4d4d4d;
	text-transform:uppercase;
    font-weight: 700;
}

@media (max-width: 966px) {
    .policy {
        text-align: center;
        padding-left: 0;
    }
}

@media (max-width: 500px) {
    .contacts__item:last-child {
        width: 100%;
        display: block;
        text-align: center;
    }
}

p.parent-icon-p {
    display: flex;
    flex-wrap: wrap;
    max-width: 826px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

a.projeten-icon {
    margin-bottom: 6px!important;
}

.cards-holder--bottom.cards-holder--bottom{
    /* width: 66%; */
}

@media (max-width: 992px) {
    .test-image__holder {
        display: none;
    }
    .page-green-job .cards-holder{
        width: 100%;
    }
  
    .page-green-job .row_cards{
        margin-right: -10px;
    }
}

@media (max-width: 768px) {
  
}

@media (max-width: 567px) {
   
    .page-green-job .cards-holder{
        margin-right: 0;
    }
    .page-green-job .row_cards{
        margin-right: 0;
    }
    .page-green-job .cards-holder{
        justify-content: center;
    }
    .page-green-job .card-holder__title{
        text-align: center;
    }
    .page-green-job .nav-button-page__plate-mobile{
        width: calc(100% + 33px);
        margin-bottom: 0;

    }
    .page-green-job .card-holder{
        margin-right: 0;
   
    }
    .page-green-job .cards-holder{
        flex-direction: column;
        align-items: center;
    }   
    .page-green-job .card-title{
        min-height: auto;
    }
}
  
  
  
  
  
  
  
  

.header .soc-links{
	position: relative;
	display:flex;
	align-items:center;
	gap:20px;
	padding:0 20px;
}
.header .soc-links a{
	color:#fff;
}
.header .soc-links a:nth-child(1){
	font-size:18px;
}
.header .soc-links a:nth-child(2){
	font-size:20px;
}
  
  
@media screen and (max-width:576px){
  .header .soc-links{
	margin-right:10px
  }
}



#thanks-block{
    display: none;
    margin-top: 30px;
    color:#fff;
    padding: 40px 60px;
    background: #4eb1c4;
    border-radius: 49px 0 47px 0;
    width: fit-content;
}

@media screen and (max-width: 991px){
    .common .presentation{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 576px){

    #thanks-block{
        padding: 30px;
        margin: 0 20px;
    }
}


.wrap-pagination{
    display: flex;
    align-items:center;
    justify-content:flex-end;
    gap:20px;
}
.play-autoplay,
.pause-autoplay{
    font-size:10px;
    color:#9a6951;
    cursor:pointer;
}
.play-autoplay.active,
.pause-autoplay.active{
    filter:brightness(0.5); 
}

@media screen and (max-width: 480px){
    .qr-img{
        margin-left: auto!important;
    }
}