body.h100{
    height: calc(100vh + 1px);
    overflow: hidden;
}
a{
    color: #4f9e6f;
    text-decoration: none;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
a:hover{
    color: #f64404; 
}
.wrap-320{
    width: 100%;
    min-width: 320px;
    overflow: hidden;
	position: relative;
}
.pc-menu{
    width: 100%;
    height: calc(100vh - 250px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.pc-menu .container{
    position: relative;
}
.menu-bg__decor{
    width: 1049px;
    height: 139px;
    background: url(../img/menu-bg-3.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 50px;
    right: 0px;
}
.pc-menu-before{
    width: 100%;
    height: 46px;
    background: url(../img/menu-bg.png) center no-repeat;
    display: block;
}
.pc-menu-bg{
    background: url(../img/menu-bg-2.png) center bottom no-repeat #fff;
}
.pc-menu__flex{
    width: 100%;
    padding: 48px 0 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    min-height: calc(100vh - 296px);
}
.pc-menu__col{
    width: 20%;
    box-sizing: border-box;
    padding-right: 35px;
    margin-bottom: 30px;
}
.pc-menu__head{
    font-size: 20px;
    color: #3c5f52;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Philosopher', sans-serif;
    font-weight: bold;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.pc-menu__head.active ,
.pc-menu__head:hover{
    color: #f84114;
}
.first-lvl{
    list-style: none;
    padding: 0;
    margin-top: 28px;
}
.first-lvl__li,
.second-lvl__li,
.third-lvl__li{
    margin-top: 11px;
}
.first-lvl__link,
.second-lvl__link,
.third-lvl__link{
    font: 16px 'Open Sans',sans-serif;
    color: #000;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.first-lvl__link.active,
.first-lvl__link:hover{
    color: #34955d;
}
.first-lvl__link-arrow,
.second-lvl__link-arrow{
    content: '';
    width: 11px;
    height: 6px;
    background: url(../img/menu-arrow.png);
    display: inline-block;
    position: relative;
    margin-left: 15px;
    top: -1px;
    cursor: pointer;
}
.first-lvl__link-arrow.active,
.second-lvl__link-arrow.active{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.second-lvl{
    list-style: none;
    padding: 0;
    margin: 0px 0 0 20px;
    display: none;
}
.second-lvl__link.active,
.second-lvl__link:hover{
    color: #34955d;
}
.third-lvl{
    list-style: none;
    padding: 0;
    margin: 0px 0 0 28px;
    display: none;
}
.third-lvl__link{
    color: #6d6e71;
}
.third-lvl__link.active,
.third-lvl__link:hover{
    color: #34955d;
}

.menu-btn{
    min-width: 37px;
    margin-left: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.menu-btn__ico{
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 37px;
    height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    background: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    position: relative;
}
.menu-btn__ico:focus{
    outline: none;
}
.menu-btn__ico span{
    display: block;
    position: absolute;
    top: 10px;
    width: 100%;
    height: 4px;
    background: #34955d;
    -webkit-transition: background 0 0.3s;
    transition: background 0 0.3s;
}
.menu-btn__ico span::before,
.menu-btn__ico span::after{
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #34955d;
    content: "";
    -webkit-transition: background 0 0.3s;
    transition: background 0 0.3s;
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0;
}
.menu-btn__ico span::before{
    top: -10px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.menu-btn__ico span::after{
    bottom: -10px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}
.menu-btn:hover .menu-btn__ico span,
.menu-btn:hover .menu-btn__ico span::before,
.menu-btn:hover .menu-btn__ico span::after{
    background-color: #f84114;
}
.active .menu-btn__ico span{
    background: none;
}
.menu-btn.active:hover .menu-btn__ico span{
    background: none;
}
.active .menu-btn__ico span::before{
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.active .menu-btn__ico span::after{
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.active .menu-btn__ico span::before,
.active .menu-btn__ico span::after{
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
}

.nicescroll-rails{
    width: 2px!important;
    background: #d6f2a7;
}
.nicescroll-rails div{
    width: 8px;
    background: #34955d!important;
}
.header .wrap_navigation{
    margin-left: -110px;
}
@media screen and (max-width: 1700px){
    .pc-menu{
        height: calc(100vh - 309px);
    }
    .pc-menu__flex{
        min-height: calc(100vh - 355px);
    }
    .pc-menu__col{
        padding-right: 28px;
    }
    .pc-menu__head{
        font-size: 18px;
    }
    .second-lvl{
        margin: 0px 0 0 15px;
    }
    .third-lvl{
        margin: 0px 0 0 20px;
    }
    .header{
        margin-bottom: 36px!important;
    }
    .header .wrap_navigation{
        margin-left: -485px;
    }
}
@media screen and (max-width: 1700px){
	.header .navigation__li {
		margin: 0 10px;
	}
}
@media screen and (max-width: 1280px){
    .header .navigation {
        display: none;
    }
    .header .wrap_navigation{
        margin-bottom: 26px;
    }
}
@media screen and (max-width: 1279px){
    .pc-menu__flex{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .pc-menu__col{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .pc-menu__col:last-child{
        margin-bottom: 0;
    }
    .first-lvl{
        display: none;
    }
    .menu-bg__decor{
        width: 700px;
        height: 93px;
        bottom: 20px;
    }
    .pc-menu{
        height: calc(100vh - 285px);
    }
    .pc-menu__flex{
        min-height: calc(100vh - 331px);
    }
}
@media screen and (max-width: 1024px){
    .header-inner {
        margin: 0 0 70px 0!important;
    }
}
@media screen and (max-width: 1000px){
    .menu-btn{
        width: 56px;
        height: 56px;
        background: #317f52;
        margin-left: 0;
        position: absolute;
        top: 38px;
        right: 5%;
    }
    .menu-btn__ico{
        width: 35px;
    }
    .menu-btn__ico span,
    .menu-btn__ico span::before,
    .menu-btn__ico span::after{
        background-color: #fff;
    }
    .header .wrap_navigation{
        margin-bottom: 26px;
    }
    .header .wrap_navigation{
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 750px){
    .menu-bg__decor{
        width: 500px;
        height: 66px;
    }
}
@media screen and (max-width: 650px){
    .pc-menu{
        height: calc(100vh - 185px);
    }
    .pc-menu__flex{
        min-height: calc(100vh - 231px);
    }
    .logo__title{
        font-size: 25px;
    }
}
@media screen and (max-width: 500px){
    .menu-btn{
        width: 34px;
        height: 34px;
        top: 28px;
        right: 20px;
        min-width: auto;
    }
    .menu-btn__ico{
        width: 20px;
    }
    .pc-menu{
        height: calc(100vh - 160px);
    }
    .pc-menu__flex{
        min-height: calc(100vh - 206px);
    }
    .menu-btn__ico span,
    .menu-btn__ico span::before,
    .menu-btn__ico span::after{
        height: 2px;
    }
    .menu-btn__ico span::before{
        top: -6px;
    }
    .menu-btn__ico span::after{
        bottom: -6px;
    }
    .header-inner {
        margin: 0 0 25px 0!important;
    }
    .logo__title {
        font-size: 12px;
        line-height: 14px;
    }
}

.logo__phone {
	display: none;
}
@media screen and (max-width: 1280px){
	.logo__phone {
		display: inline;
	}
}

/* News Page */
.news-filter{
    width: 100%;
    margin-top: 42px;
}
.filter-lbl{
    font-size: 16px;
    font-weight: 700;
    color: #0e733a;
    margin: 0!important;
}
.filter-input__flex{
    width: 100%;
    max-width: 1197px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0 28px;
}
.filter-input{
    width: calc(100% - 376px);
    position: relative;
    margin-right: 21px;
}
.filter-input input,
.filter-date input{
    width: 100%;
    height: 42px;
    padding: 0 50px 0 12px;
    font-size: 14px;
    border: 1px solid #9dafa8;
    box-sizing: border-box;
}
.search-btn{
    width: 44px;
    height: 42px;
    background: url(../img/search-ico-grey.png) center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 3;
}
.filter-date{
    width: 173px;
    margin-right: 9px;
    position: relative;
}
.filter-date:last-child{
    margin-right: 0;
}
.calendar-btn{
    width: 49px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/calendar-ico.png) center no-repeat;
}
.filter-check__flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 17px;
}
.filter-check{
    margin: 15px 10px 0 0;
}
.filter-check input{
    display: none;
}
.filter-check label{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #777d87;
    padding: 9px 10px 9px 34px;
    position: relative;
    background: #e9ffc5;
    border-radius: 8px;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
    cursor: pointer;
}
.filter-check label:before{
    width: 16px;
    height: 16px;
    display: block;
    content: '';
    border: 1px solid #8b909d;
    background: #fff;
    position: absolute;
    top: 9px;
    left: 10px;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
}
.filter-check input:checked + label{
    background: #34955d;
    color: #fff;
}
.filter-check input:checked + label:before{
    background: url(../img/check-ico.png) center no-repeat #fff;
    border-color: #fff;
}
.filter-btn__flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 38px;
}
.filter-btn{
    width: 152px;
    height: 52px;
    color: #676525;
    background: #fff155;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 11px;
    cursor: pointer;
    border-radius: 26px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    border: none;
}
.filter-btn:last-child{
    margin-right: 0;
}
.filter-btn:hover{
    color: #fff;
    background: #f84114;
}
.news-flex{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 80px;
}
.news-item{
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
}
.news-item .foto{
    width: 100%;
    max-width: 354px;
    height: auto;
}
.news-item .foto img{
    width: 100%;
    height: auto;
    display: block;
}
.news-desc{
    width: calc(100% - 354px);
    box-sizing: border-box;
    padding: 15px 60px 15px 40px;
}
.news-date{
    display: block;
    width: 123px;
    height: 29px;
    background: #fff155;
    border-radius: 13px;
    text-align: center;
    font: 14px 'Open Sans';
    color: #676525;
    font-weight: 700;
    line-height: 29px;
}
.news-tag{
    font-size: 16px;
    color: #34955d;
    font-weight: 500;
    display: block;
    margin-top: 27px;
}
.news-name{
    font: 24px 'Open Sans';
    line-height: 28px;
    font-weight: 700;
    color: #222222;
    text-decoration: none;
    margin-top: 14px;
    display: block;
}
.pagination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 17px;
}
.pagination a{
    width: 44px;
    height: 46px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #34955d;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 46px;
    color: #34955d;
    text-decoration: none;
    transition: all linear .2s;
    margin-right: -1px;
    cursor: pointer;
}
.pagination a:hover{
    background: #34955d;
    color: #fff;
}
.pagination a.prev{
    background: url(../img/pagination-prev.png) center no-repeat;
}
.pagination a.next{
    background: url(../img/pagination-next.png) center no-repeat;
}
@media screen and (max-width: 1700px){
    .news-flex{
        margin-top: 50px;
    }
    .news-item .foto{
        width: 250px;
    }
    .news-desc{
        width: calc(100% - 250px);
        padding: 15px 30px 15px 25px;
    }
    .news-tag{
        margin-top: 18px;
    }
    .news-name{
        font-size: 18px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 1280px){
    .news-item{
        width: 100%;
    }
}
@media screen and (max-width: 1024px){
    .pagination{
        margin-bottom: 30px;
    }
    .news-filter{
        margin-top: 0;
    }
}
@media screen and (max-width: 760px){
    .filter-lbl{
        margin: 0;
    }
    .i-news__tag{
        margin: 24px 0 0;
    }
    .i-news__date{
        margin: 13px 0 0;
    }
}
@media screen and (max-width: 700px){
    .filter-input__flex{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .filter-input{
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .filter-date{
        width: calc(50% - 5px);
        margin-left: 0px;
        margin-right: 10px;
    }
    .filter-date:last-child{
        margin-right: 0;
    }
    .filter-check label{
        font-size: 16px;
    }
    .filter-check label:before{
        top: 5px;
    }
}
@media screen and (max-width: 570px){
    .news-flex{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .news-item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news-desc{
        width: 100%;
        padding: 25px 0px 0;
    }
    .news-item .foto{
        width: 100%;
        max-width: none;
    }
}
@media screen and (max-width: 500px){
    .filter-lbl{
        font-size: 16px;
    }
    .filter-btn__flex{
        margin-top: 30px;
    }
    .news-filter{
        margin-top: -10px;
    }
}
@media screen and (max-width: 400px){
    .filter-date{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .filter-date:last-child{
        margin-bottom: 0;
    }
}
/* News Page */

/* Document Page */
.document-wrap{
    margin-top: 50px;
}
.document-item{
    padding: 27px 0 32px;
    border-top: 1px solid #34955d;
}
.document-item:first-child{
    border-top: none;
}
.document-name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font: 24px 'Open Sans';
    line-height: 26px;
    font-weight: 700;
    color: #16191e;
    text-decoration: none;
    margin-bottom: 11px;
}
.document-name:hover .document-name__txt{
    color: #0d4e9e;
}
.document-name__ico{
    width: 36px;
    height: 41px;
    display: block;
    margin: 5px 19px 0 0;
}
.document-name__ico.doc{
    background: url(../img/doc-ico.svg);
    background-size: 100% 100%;
}
.document-name__ico.pdf{
    background: url(../img/pdf-ico.svg);
    background-size: 100% 100%;
}
.document-name__ico.audio{
    background: url(../img/audio-ico.png);
    background-size: 100% 100%;
}
.document-name__ico.video{
    background: url(../img/video-ico.png);
    background-size: 100% 100%;
}
.document-name__ico.jpg{
    background: url(../img/jpg-ico.png);
    background-size: 100% 100%;
}
.document-name__txt{
    color: #000;
    width: calc(100% - 55px);
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.document-info{
    font: 16px 'Open Sans';
    line-height: 26px;
    display: block;
    color: #34955d;
}
.document-info b{
    font-weight: 700;
    color: #000;
}
.row{
    width: calc(100% + 10px);
    margin: 0 -5px;
}
.footer .address{
    max-width: 245px;
}
.breadcrumbs{
    margin-bottom: 50px;
}
@media screen and (max-width: 1280px){
    .row{
        width: 100%;
        margin: 0px;
    }
}
@media screen and (max-width: 700px){
    .document-name{
        font-size: 18px;
        line-height: 22px;
    }
    .document-name__ico{
        margin-top: 2px;
    }
    .document-info{
        font-size: 16px;
        line-height: 22px;
    }
}
@media screen and (max-width: 400px){
    .document-name{
        display: block;
    }
    .document-name__ico{
        margin: 0px 0 4px;
    }
}
/* Document Page */
.list-announcements .item__img{
    height: auto;
}
.list-announcements .item__img img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1700px){
    .useful-info{
        margin-bottom: 80px;
    }
    .banners .banner{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1000px){
    .useful-info .all-info{
        bottom: -20px;
    }
    .useful-info{
        margin-bottom: 50px;
    }
    .banners .banner{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 760px){
    .banners .banner {
        margin-bottom: 21px;
    }
}
@media screen and (max-width: 700px){
    .footer .address{
        text-align: center;
    }
}
@media screen and (max-width: 620px){
    .plashk__title{
        font-size: 22px;
        line-height: 27px;
    }
    .banner-zone .block-title{
        font-size: 24px;
        line-height: 26px;
    }
    .anons__right .plashk__icon{
        width: 180px;
        height: 167px;
    }
}
@media screen and (max-width: 500px){
    .useful-info .all-info{
        bottom: -10px;
    }
    .useful-info{
        margin-bottom: 30px;
    }
    .banners .banner{
        margin-bottom: 11px;
    }
    .banner-zone .banner-text .title {
        font-size: 16px;
        line-height: 18px;
    }
    .banner-zone .block-title{
        font-size: 21px;
        line-height: 26px;
    }
    .anons__right .plashk__icon{
        width: 200px;
        height: 185px;
    }
    .wrap-plashks .swiper-pagination{
        bottom: 0;
    }
}


.prevention-flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.prevention-link{
    width: calc(25% - 11.25px);
    height: 277px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 15px 20px 0;
    font: 22.34px 'Philosopher';
    line-height: 26.06px;
    color: #0e733a;
    text-decoration: none;
    background: #edffd1;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.prevention-link:hover{
    background: #d6f2a7;
}
.prevention-link:nth-child(4n){
    margin-right: 0;
}
@media screen and (max-width: 1700px){
    .prevention-link{
        width: calc(100% / 3 - 10px);
    }
    .prevention-link:nth-child(4n){
        margin-right: 15px;
    }
    .prevention-link:nth-child(3n){
        margin-right: 0;
    }
}
@media screen and (max-width: 700px){
    .prevention-link{
        width: calc(50% - 7.5px);
        font-size: 18px;
        line-height: 22px;
        height: 200px;
    }
    .prevention-link:nth-child(3n){
        margin-right: 15px;
    }
    .prevention-link:nth-child(2n){
        margin-right: 0;
    }
}
@media screen and (max-width: 450px){
    .prevention-link{
        width: 100%;
        margin-right: 0;
    }
    .prevention-link:nth-child(3n),
    .prevention-link:nth-child(4n){
        margin-right: 0px;
    }
}
.banner-zone .banner-text .bunner span{
    z-index: 20;
}

/* Structure */
.structure-wrap{
    margin-top: 69px;
}
.structure-wrap ul{
    list-style: none;
    padding: 0;
}
.s-first-lvl__link{
    width: 100%;
    padding: 21px 30px 25px;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 700;
    background: #34955d;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    margin: 0!important;
}
.s-first-lvl__link.arrow{
    padding-right: 60px;
}
.s-first-lvl__link:hover{
    color: #fff;
    background: #2e8151;
}
.s-first-lvl__link.arrow:after{
    content: '';
    display: block;
    width: 19px;
    height: 11px;
    background: url(../img/ackordeon-arrow-down-hover.png);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5.5px;
}
.s-first-lvl__li.show .s-first-lvl__link.arrow:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.s-second-lvl,
.s-third-lvl{
    margin-left: 50px;
    box-sizing: border-box;
}
.s-second-lvl__li,
.s-third-lvl__li{
    margin-top: 10px;
    position: relative;
}
.s-second-lvl__li:before,
.s-third-lvl__li:before{
    content: '';
    width: 25px;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: -25px;
}
.s-second-lvl__li.more:before{
    top: 35px;
}
.s-second-lvl__li:after,
.s-third-lvl__li:after{
    content: '';
    width: 1px;
    height: calc(100% + 10px);
    background: #000;
    display: block;
    position: absolute;
    top: -10px;
    left: -25px;
}
.s-second-lvl__li:last-child:after,
.s-third-lvl__li:last-child:after{
    height: calc(50% + 10px);
}
.s-second-lvl__li.more:last-child:after{
    max-height: 46px;
}
.s-second-lvl__link,
.s-third-lvl__link{
    width: 100%;
    padding: 21px 30px 25px;
    color: #000;
    display: block;
    font-size: 22px;
    background: #e9ffc5;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    margin: 0!important;
}
.s-second-lvl__link.arrow{
    padding-right: 60px;
}
.s-second-lvl__link:hover{
    color: #000;
    background: #e0ffad;
}
.s-second-lvl__link.arrow:after{
    content: '';
    display: block;
    width: 19px;
    height: 11px;
    background: url(../img/ackordeon-arrow-down.png);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5.5px;
	cursor: pointer;
}
.s-second-lvl__li.show .s-second-lvl__link.arrow:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.s-third-lvl{
    display: none;
}
.s-third-lvl__link{
    font-size: 20px;
    background: #fdffe1;
}
.s-third-lvl__link:hover{
    color: #000;
    background: #fbffbe;
}
@media screen and (max-width: 950px){
    .structure-wrap{
        margin-top: 30px;
    }
    .s-first-lvl__link,
    .s-second-lvl__link{
        font-size: 18px;
    }
    .s-third-lvl__link{
        font-size: 16px;
    }
}
@media screen and (max-width: 450px){
    .s-second-lvl,
    .s-third-lvl{
        margin-left: 0px;
    }
    .s-first-lvl__link,
    .s-second-lvl__link{
        font-size: 16px;
    }
    .s-third-lvl__link{
        font-size: 14px;
    }
    .s-second-lvl__li:before,
    .s-third-lvl__li:before,
    .s-second-lvl__li:after,
    .s-third-lvl__li:after{
        display: none;
    }
}
/* Structure */

.inner-article table th,
.inner-article table td{
    white-space: normal;
}
.logo__title{
    font-size: 20.88px;
    line-height: 25.7px;
}
@media screen and (max-width: 650px){
    .logo {
        padding: 0px 70px 0 60px;
    }
}
@media screen and (max-width: 500px){
    .logo__title {
        font-size: 12px;
        line-height: 14px;
    }
}

/* Form */
.form-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 68px;
}
.input-flex{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}
.inp-label{
    width: 165px;
    font-size: 14px;
    color: #777d87;
    font-weight: 500;
    margin: auto 0;
    line-height: 19px;
}
.inp-label span{
    color: #ed1c26;
}
.inp-wrap{
    width: calc(100% - 165px);
    position: relative;
}
.inp-style{
    font-size: 14px;
    color: #000;
    width: 100%;
    height: 42px;
    border: 1px solid #9dafa8;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    padding-left: 19px;
    box-sizing: border-box;
}
.inp-style:hover,
.inp-style:focus{
    border-color: #34955d;
}
.inp-style.error{
    border-color: #f68d92;
}
.form-col{
    width: calc(50% - 14px);
}
.area-style{
    font-size: 14px;
    color: #000;
    width: calc(100% - 165px);
    height: 337px;
    min-height: 200px;
    border: 1px solid #9dafa8;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    padding: 10px 0 0 19px;
    box-sizing: border-box;
    resize: vertical;
}
.area-style:hover,
.area-style:focus{
    border-color: #34955d;
    outline: none;
}
.area-style.error{
    border-color: #f68d92;
}
.inp-style.error::-webkit-input-placeholder,
.area-style.error::-webkit-input-placeholder{
    color: #ed1c26;
}
.inp-style.error::-moz-placeholder,
.area-style.error::-moz-placeholder{
    color: #ed1c26;
}
.inp-style.error:-moz-placeholder,
.area-style.error:-moz-placeholder{
    color: #ed1c26;
}
.inp-style.error:-ms-input-placeholder,
.area-style.error:-ms-input-placeholder{
    color: #ed1c26;
}
.area-label{
    margin: 11px 0 0;
}
.form-rule{
    width: 100%;
    font-size: 12px;
    color: #ed1c26;
    font-weight: 500;
    margin: -11px 0 0 auto;
    text-align: right;
}
.capcha-txt{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #777d87;
    padding-left: 165px;
    margin-top: -9px;
}
.capcha-bl{
    width: calc(100% - 165px);
    max-width: 229px;
    height: 42px;
    border: 1px solid #9dafa8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 0 165px;
    box-sizing: border-box;
}
.inp-capcha{
    max-width: 229px;
}
.reset-capcha{
    font-size: 12px;
    color: #34955d;
    font-weight: 500;
    margin: 7px 0 0 165px;
    text-decoration: none;
    display: block;
}
.form-btn__flex{
    margin: 30px 0 0 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-btn{
    width: 152px;
    height: 51px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.form-btn.submit{
    background: #f84114;
    color: #fff;
    margin-right: 11px;
}
.form-btn.submit:hover{
    background: #de370e;
}
.form-btn.reset{
    background: #fff155;
    color: #676525;
}
.form-btn.reset:hover{
    background: #fff58b;
}
.file-wrap{
    margin: -25px 0 -8px;
}
.file-form__label{
    width: 165px;
    font-size: 14px;
    color: #777d87;
    font-weight: 500;
    line-height: 19px;
    padding-right: 30px;
    box-sizing: border-box;
}
.file-col{
    width: calc(100% - 165px);
}
.file-rule{
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #777d87;
}
.file-rule b{
    font-weight: 700;
}
.form__file-upload{
    width: 100%;
    overflow: hidden;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    margin-bottom: 31px;
}
.form__file-upload input[type="file"]{
    display: none;
}
.form__file-upload_btn{
    width: 229px;
    height: 42px;
    display: block;
    background: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    margin-right: 29px;
    color: #777d87;
    font-weight: 700;
    border: 1px solid #9dafa8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.form__file-upload_btn:hover{
    border-color: #34955d;
    color: #34955d;
}
.form__file-upload_text{
    font-size: 14px;
    line-height: 42px;
    font-weight: 500;
    color: #777d87;
    width: calc(100% - 258px);
}
@media screen and (max-width: 800px){
    .form-col{
        width: 100%;
    }
    .area-style{
        height: 200px;
    }
}
@media screen and (max-width: 700px){
    .form-wrap{
        margin-top: 40px;
    }
    .file-wrap{
        margin: 0px 0 -8px;
    }
    .form__file-upload{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .form__file-upload label{
        width: 100%;
    }
    .form__file-upload_btn{
        width: 100%;
    }
    .form__file-upload_text{
        width: 100%;
        margin-top: 10px;
        padding-left: 6px;
    }
    .form-btn__flex{
        margin: 30px 0 0;
    }
}
@media screen and (max-width: 499px){
    .input-flex{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .inp-wrap,
    .area-style{
        width: 100%;
        margin-top: 8px;
    }
    .file-col,
    .file-form__label{
        width: 100%;
        padding-right: 0;
    }
    .capcha-txt{
        padding-left: 0;
    }
    .capcha-bl,
    .reset-capcha{
        margin-left: 0;
    }
}
/* Form */


.inner-article .col-aside__list a.active {
    color: #F84114;
}
a.btn, a.btn:hover {
    color: #fff;
}
.inner-article .news-detail {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.5;
}




div.news-detail img.detail_picture {
	float: right;
	width: 30%; 
	height: auto; 
	margin: 0px 0px 20px 20px;
}
@media screen and (max-width: 600px){
	div.news-detail img.detail_picture {
		float: none;
		width: 100%; 
		height: auto; 
		margin: 0px 0px 20px 0px;
	}
}
.contacts__line {
  margin: 8px 0;
}

.contacts__item {
  cursor: pointer;
  position: relative;
  height: 56px;
  padding: 0 48px 0 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}

.contacts__item._active {
  border-bottom: none;
}

.contacts__item._active .contacts__button::after {
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.contacts__item_top {
  background: #34955d;
}

.contacts__item_bottom {
  background: #55A4B4;
  border-bottom: 1px solid #c1c0ba;
}

.contacts__button {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contacts__button::before,
.contacts__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.contacts__button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.contacts__dropdown {
  display: none;
}

.contacts__dropdown table {
  margin: 0;
}

.contacts__dropdown .dragscroll > span {
  padding: 5px 24px;
  display: block;
}

.contacts__dropdown .dragscroll::-webkit-scrollbar {
  border-radius: 0;
}

.contacts__dropdown .dragscroll::-webkit-scrollbar-thumb {
  border-radius: 0;
}
