/*
Theme Name: GNICPM
Theme URI: https://www.gnicpm.ru/
Author: BiZON
Author URI:
Description: gnicpm.ru
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:
*/
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #2f3a47;
}

img {
    border: none;
}

ul {
    list-style: none;
}
*{
    box-sizing: border-box;
}
html, body {
    color: #2f3a47;
    width: 100%;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.wr {
    max-width: 1140px;
    margin: 0 auto;
}

.header_top {
    background-color: #eaeeef;
    height: 50px;
}

.wr_left {
    float: left;
}

.wr_right {
    float: right;
}

.wr.float {
    overflow: hidden;
}

.header_top .wr, .header_top .wr > div {
    height: 100%;
}

header .search {
    width: 310px;
    position: relative;
    border-left: 1px solid #d9e0e2;
    border-right: 1px solid #d9e0e2;
    height: 100%;
}

header .search form {
    height: 100%;
    display: block;
    background: transparent;
    width: 100%;
}

header .search input.text {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    outline: none;
    padding: 0 60px 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #495463;
    font-size: 15px;
    font-weight: 300;
    -webkit-appearance: none;
}

.form-control{
    font-family: 'Roboto', sans-serif;
}
.form-control::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
}
.form-control::-moz-placeholder    {
    font-family: 'Roboto', sans-serif;
}
.form-control:-moz-placeholder      {
    font-family: 'Roboto', sans-serif;
}
.form-control:-ms-input-placeholder   {
    font-family: 'Roboto', sans-serif;
}
.form-control:focus::-webkit-input-placeholder {color: transparent}
.form-control:focus::-moz-placeholder          {color: transparent}
.form-control:focus:-moz-placeholder           {color: transparent}
.form-control:focus:-ms-input-placeholder      {color: transparent}

header .search .push {
    outline: none;
    background: url(img/search.png) center no-repeat;
    position: absolute;
    right: 0;
    height: 100%;
    width: 50px;
    top: 0;
    border: none;
    cursor: pointer;
}

header .search .push:hover {
    opacity: 0.75;
}

.header_top .icon_ss {
    display: inline-block;
    vertical-align: top;
}

.header_top .icon_ss ul li {
    display: inline-block;
    vertical-align: top;
}

.header_top .icon_ss ul li a {
    display: block;
    width: 50px;
    height: 50px;
    border-left: 1px solid #d9e0e2;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header_top .icon_ss ul li a:hover {
    opacity: 0.8;
}

.header_top .icon_ss ul li a.vk {
    background-image: url(img/vk.png);
}

.header_top .icon_ss ul li a.fb {
    background-image: url(img/fb.png);
}

.header_top .icon_ss ul li a.in {
    background-image: url(img/in.png);
}

.header_top .icon_ss ul li a.you {
    background-image: url(img/you.png);
}

.header_top .select_lang {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #d9e0e2;
    height: 50px;
}

.header_top .select_lang li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #d9e0e2;
    height: 100%;
}
.text-center{
    text-align:center !important;
}
.header_top .select_lang .glass {
    display: block;
    padding: 0 16px;
    height: 100%;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header_top .select_lang .lang {
    display: block;
    padding: 0 9px;
    height: 100%;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header_top .select_lang a:hover {
    opacity: 0.8;
}

.header_top .select_lang a img {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.logo {
    width: 460px;
    padding-left: 95px;
    text-align: left;
    color: #253746;
    font-size: 13px;
    font-weight: 400;
    display: block;
    background: url(img/logo_2.png) left center no-repeat;
    background-size: auto 85px;
    height: 85px;
}

.logo .name {
    color: #2f3a47;
    font-size: 15px;
    font-weight: 700;
    position:relative;
    top:50%;
    transform: translateY(-50%);
}
.logo .name small{
    opacity:0.8;
    font-weight:400;
}
.header_middle {
    padding: 20px 0;
}

.header_middle .block_tel {
    background: url(img/tel.png) left center no-repeat;
    padding-left: 70px;
    min-height: 54px;
    position: relative;
    top: 15px;
    display: flex;
    align-items: center;
}

.header_middle .block_tel li {
    overflow: hidden;
    padding: 5px 0;
}

.header_middle .block_tel li:first-child {
    padding-top: 0;
}

.header_middle .block_tel li:last-child {
    padding-bottom: 0;
}

.header_middle .block_tel li span.name {
    /*float: left;*/
    color: #2f3a47;
    font-size: 17px;
    font-weight: 700;
    /*margin-right: 16px;*/
    display: block;
    margin-bottom: 5px;
}

.header_middle .block_tel li span.tel {
    float: right;
    color: #2f3a47;
    font-size: 17px;
    font-weight: 400;
    text-align: right;
}
.header_middle .block_tel li span.tel a{
    color: #2f3a47;
}
.header_middle .block_tel li span.tel a:hover{
    color:#82a95f;
}

nav {
    position: relative;
}

nav .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: url(img/close_2.png) no-repeat;
    cursor: pointer;
    display: none;
}

nav .close:hover {
    opacity: 0.8;
}

.nav_cont {
    background-color: #eaeeef;
    border-radius: 5px;
    height: 50px;
}

.nav_cont .menu ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.nav_cont .menu ul li {
    display: block;
    height: 50px;
    box-sizing: border-box;
    flex-grow: 1;
    position: relative;
}
.nav_cont .menu li.height_block{
    position:static;
}
.nav_cont .menu li.height_block > .sub-menu{
    top:0 !important;
    bottom:-1px;
    overflow:auto;
}
.nav_cont .menu ul li a {
    display: block;
    text-align: center;
    color: #2f3a47;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 26px;
    border-left: 1px solid #d9e0e2;
    height: 100%;
    box-sizing: border-box;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
}

.nav_cont .menu ul li a:before {
    content: "";
    display: block;
    width: 1px;
    height: 0px;
    left: -1px;
    bottom: 0;
    position: absolute;
    background: #6ba53a;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav_cont .menu ul li a span {
    display: inline-block;
    position: relative;
    top:50%;
    transform: translateY(-50%);
}

.nav_cont .menu ul li:hover > a, .nav_cont .menu ul li.current-menu-item > a {
    color: #82a95f;
}

.nav_cont .menu ul li:hover > a:before, .menu ul li.current-menu-item > a:before{
    height: 100%;
}
.nav_cont .menu > ul > li li.menu-item-has-children > a:after{
    content:'';
    display: block;
    width:8px;
    height:11px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left:10px;
    top:0;
    bottom:0;
    margin:auto;
    background-image: url(img/sline_g.png);
}

.nav_cont .menu ul li a span.account {
    background: url(img/tip.png) left center no-repeat;
    padding-left: 35px;
    min-height: 30px;
}

.nav_cont .menu ul li:first-child a {
    border-color: transparent;
}

.nav_cont .menu ul li.active > a {
    border-color: #6ba53a;
}
.nav_cont .menu ul.sub-menu, .nav_cont .menu ul.children{
    position:absolute;
    left:0;
    top:100%;
    z-index:999;
    background-color: #ebedef;
    border-left:1px solid #d3d7dc;
    border-right:1px solid #d3d7dc;
    border-bottom: 1px solid #d3d7dc;
    display:none;
    min-width:100%;
    border-radius: 0 0 3px 3px;
    margin-left: 0px;
}
.nav_cont .menu ul.sub-menu ul.sub-menu{
    left:100%;
    top:-1px;
}
.nav_cont .menu ul.sub-menu li, .nav_cont .menu ul.children li{
    border-top: 1px solid #d3d7dc;
    height: 45px;
}
.nav_cont .menu ul.sub-menu a, .nav_cont .menu ul.children a{
    text-align:left;
    white-space:nowrap;
    font-size: 12px;
    border-left:none;
}
@media screen and (min-width: 950px) {
    .nav_cont .menu ul li:hover > ul{
        display:block;
    }
}
.nav_cont .menu ul.sub-menu a:before{
    display:none;
}

.main {
    padding-top: 40px;
    padding-bottom: 60px;
    position:relative;
}

.main_slider .slide_block{
    position: relative;
    height:450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #d9e0e2;
}

.main_slider .slide_block img {
    width: 100%;
    height: auto;
    display: block;
}
.main_slider .slide_block .content{
    position: relative;
    top:50%;
    transform: translateY(-50%);
    padding:0 50px;
}
.main_slider .slide_block .content .slide-block_name{
    color:#fff;
    font-size:38px;
    font-weight:500;
    display: inline-block;
    background-color: #82a95f;
    padding:15px 20px 12px 20px;
}
.main_slider .slide_block .content .text{
    color:#2f3a47;
    font-size:18px;
    line-height:1.4;
    margin-top:30px;
}
.main_slider {
    position: relative;
}

.main_slider .slide_block .more {
    width: 190px;
    height: 48px;
    display: block;
    border: 2px solid #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 25px;
    background-image: url(img/sline.png);
    background-position: 165px center;
    background-repeat: no-repeat;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.main_slider .slide_block .more:hover {
    background-color: #6ba53a;
}

.main_slider .upr {
    position: absolute;
    left: 25px;
    bottom: 20px;
}

.main_slider .upr li {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    border: 2px solid #dadfe1;
    margin-right: 6px;
    cursor: pointer;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.main_slider .upr li button {
    display: none;
}

.main_slider .upr li:hover, .main_slider .upr li.slick-active {
    background-color: #dadfe1;
}

.main h2 {
    text-align: center;
    color: #2f3a47;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}

.main_news {
    margin-top: 50px;
}
.data-news{
    margin-top: 20px;
    border-top: 4px solid #82a85d;
}
.data-news ul {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
    margin-left:-14px;
    margin-right:-14px;
    margin-top:26px;
}

.data-news ul li {
    width: 33.33%;
    display: flex;
    padding:14px;
    text-align: left;
}
.data-news_block{
    border:1px solid #aabac2;
    position:relative;
    min-height:380px;
    width:100%;
}
.data-news_block p{
    color:#2f3a47;
    font-weight: 500;
    font-size:17px;
    padding:0 12px;
    margin-top:12px;
    line-height:1.3;
    margin-bottom:12px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.data-news_block .img{
    height:250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/news-1.jpg);
    position:relative;
    display: block;
}
.data-news_block .img:before{
    display:block;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: rgba(135,166,68,0.5);
    content:'';
    position:absolute;
    z-index:9;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.data-news_block .img:after{
    content:'Читать подробнее';
    background-image: url(img/news_more_line.png);
    background-repeat: no-repeat;
    background-position: right 6px;
    padding-right:22px;
    font-weight:500;
    color:#fff;
    font-size:17px;
    position:absolute;
    z-index:10;
    top:50%;
    left:50%;
    transform: translateY(-50%) translateX(-50%);
    opacity:0;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.data-news_block .date{
    padding:0 10px;
    background-color: #87a644;
    color:#ffffff;
    font-size:15px;
    font-weight:500;
    line-height:38px;
    position:absolute;
    right:0;
    bottom:0;
    z-index:11;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.data-news_block:hover .date, .data-news_block:hover p{
    color:#009b94;
}
.data-news_block:hover .date{
    background-color: #fff;
    color:#87a644;
}
.data-news_block:hover .img:before, .data-news_block:hover .img:after{
    opacity:1;
}
.data-news_block .content{
    padding:15px 20px;
}
.data-news_block .content .name{
    color:#2f3a47;
    font-size:17px;
    font-weight:500;
}
.data-news_block .content .tags{
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin-left:-3px;
    margin-right:-3px;
    margin-top:15px;
}
.data-news_block .content .tags li{
    padding:3px;
    text-align:center;
    width:auto;
}
.data-news_block .content .tags li a{
    color:#2f3a47;
    font-size:13px;
    font-weight:300;
    background-color: #f2f4f5;
    padding:3px 8px;
    border-radius: 2px;
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.data-news_block:hover .content .name{
    color:#87a644;
}
.data-news_block .content .tags li:hover a{
    background-color: #9aa3ad;
    color:#fff;
}

.buttonall {
    display: inline-flex;
	align-items:center;
    height: 60px;
    padding:0 50px;
    border-radius: 2px;
    border: 1px solid #aabac2;
    text-align: center;
    line-height: 1.3;
    color: #7a8591;
    font-size: 17px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: transparent;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: 'Roboto', sans-serif;
}

.buttonall:hover {
    background-color: #87a644;
    color: #fff;
}

.main_news .buttonall {
    margin-top: 18px;
}

.main_contact {
    overflow: hidden;
    margin-top: 40px;
}

.main_contact > div {
    width: 48%;
}

.main_contact > div.contact {
    float: left;
}

.main_contact > div.form_question {
    float: right;
}

.main_contact > div .block, .form_question .block {
    border-top: 5px solid #6ba53a;
    margin-top: 32px;
    color: #253746;
    font-size: 17px;
    font-weight: 500;
    padding-top: 34px;
}

.main_contact > div .block p.name {
    font-weight: 400;
    margin-top: 4px;
}

.main_contact > div .block ul li {
    color: #415464;
    padding-left: 35px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 12px;
}

.main_contact > div .block ul li a {
    color: #415464;
}

.main_contact > div .block ul li.tel {
    background-image: url(img/tel2.png);
}

.main_contact > div .block ul li.email {
    background-image: url(img/email.png);
}

.main_contact > div .block ul {
    margin-bottom: 25px;
}

.form_question {
    position: relative;
}

.form_question .form_add {
    margin-top: 27px;
}

.form_question .form_add .text {
    display: block;
    height: 48px;
    background: none;
    border: 1px solid #98a4af;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    padding: 0 15px;
    font-size: 17px;
    color: #98a4af;
    font-weight: 400;
    margin-bottom: 15px;
}

.form_question .form_add textarea.text {
    resize: none;
    height: 110px;
    padding-top: 11px;
}

.form_question p {
    text-align: center;
}

.form_question .form_add .check {
    margin: 20px 0;
    font-size: 14px;
    text-align: left;
    position: relative;
}

.form_question .form_add .check input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form_question .form_add .check span {
    position: relative;
    padding: 0 0 0 32px;
    color: #253746;
    font-size: 15px;
    cursor: pointer;
    display: block;
}

.form_question .form_add .check span:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 23px;
    height: 23px;
    border-radius: 3px;
    border: 1px solid #98a4af;
    box-sizing: border-box;
    background: #fff;
    transition: .2s;
}

.form_question .form_add .check span.red:before {
    border-color: red;
}

.form_question .form_add .check span:hover:before {
    border: 1px solid #000;
}

.form_question .form_add .check span:after {
    content: '\2714';
    position: absolute;
    top: 0px;
    left: 6px;
    display: none;
    transition: .2s;
}

.form_question .form_add .check input:checked + span:after {
    display: block;
}

.form_question .form_add .check label span a {
    color: #6ba53a
}

.form_question .form_add .check label span a:hover {
    text-decoration: underline;
}

.form_question .form_add .buttonall {
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    height: 52px;
    line-height: 50px;
    padding: 0;
    outline: none;
}

.footer .link_ss {
    text-align: right;
    margin-bottom:18px;
}

.footer .link_ss li{
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 10px;
    margin-top: 0;
}

.footer .link_ss li a{
    display: block;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.footer .link_ss li a.vk{
    background-image: url(img/vk-big.png);
}
.footer .link_ss li a.fb{
    background-image: url(img/fb-big.png);
}
.footer .link_ss li a.in{
    background-image: url(img/in-big.png);
}
.footer .link_ss li a.you{
    background-image: url(img/you-big.png);
}

.footer .link_ss li a:hover{
    opacity: 0.8;
}

nav .link_ss {
    display: none;
    margin-left: 20px;
}

nav .link_ss li {
    margin: 0 5px;
}

footer {
    clear: both;
}

.footer{
    border-top: 1px solid #7a8591;
    color: #2f3a47;
    font-size: 14px;
    font-weight: 400;
    padding: 45px 0;
    overflow: hidden;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer > div {
    width:50%;
}
.footer .link-map{
    color: #2f3a47;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    margin-top:20px;
    display: inline-block;
}
.footer .link-map:hover{
    text-decoration: none;
}
/*.footer .desc {*/
/*    float: left;*/
/*    width: calc(100% - 230px);*/
/*    width: -webkit-calc(100% - 230px);*/
/*    width: -moz-calc(100% - 230px);*/
/*}*/

.footer .development {
    text-align: right;
}

.footer .development a {
    color: #87a644;
}

.footer .development a:hover {
    text-decoration: underline;
}

.footer .desc span {
    font-weight: 500;
    margin-bottom: 3px;
    display: block;
}

#wrap_win {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 444;
    background-color: #fff;
    opacity: 0.55;
    display: none;
}

.modal_win {
    position: fixed;
    width: 380px;
    box-sizing: border-box;
    padding: 20px 30px 30px 30px;
    color: #253746;
    font-size: 15px;
    font-weight: 400;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25%;
    z-index: 999;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 20px 2px rgba(65, 84, 100, 0.25);
    -moz-box-shadow: 0px 2px 20px 2px rgba(65, 84, 100, 0.25);
    box-shadow: 0px 2px 20px 2px rgba(65, 84, 100, 0.25);
    display: none;
}

.modal_win .title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
}

.modal_win input.text {
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #98a4af;
    border-radius: 3px;
    padding: 0 15px;
    color: #98a4af;
    font-size: 17px;
    outline: none;
    margin-bottom: 20px;
}

.modal_win .buttonall {
    width: 100%;
    cursor: pointer;
    padding: 0;
    height: 48px;
    border: none;
    background-color: #6ba53a;
    line-height: 48px;
    color: #fff;
    margin-bottom: 18px;
}

.modal_win .buttonall:before {
    display: none;
}

.modal_win .buttonall:hover {
    opacity: 0.8;
}

.modal_win a {
    color: #768693;
    font-size: 15px;
}

.modal_win a:hover {
    text-decoration: underline;
}

.modal_win .close {
    position: absolute;
    display: block;
    width: 21px;
    height: 20px;
    background: url(img/close.png) no-repeat;
    cursor: pointer;
    right: 14px;
    top: 14px;
}

.modal_win .close:hover {
    opacity: 0.8;
}

.modal_win .remember {
    position: relative;
    height: 23px;
    margin-bottom: 25px;
}

.modal_win .remember input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.modal_win .remember input + label {
    position: relative;
    padding: 0 0 0 32px;
    color: #253746;
    font-size: 15px;
    cursor: pointer;
}

.modal_win .remember input + label:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 23px;
    height: 23px;
    border-radius: 3px;
    border: 1px solid #98a4af;
    box-sizing: border-box;
    background: #fff;
    transition: .2s;
}

.modal_win .remember input + label:hover:before {
    border: 1px solid #000;
}

.modal_win .remember input + label:after {
    content: '\2714';
    position: absolute;
    top: -3px;
    left: 6px;
    display: none;
    transition: .2s;
}

.modal_win .remember input:checked + label:after {
    display: block;
}

.main.noindex {
    padding-top: 15px;
}

.breadcrumbs li{
    display:inline;
    vertical-align: middle;
    color:#2f3a47;
    font-size:15px;
    margin-right:5px;
}
.breadcrumbs li a{
    color:#83a857;
}
.breadcrumbs li a:hover{
    text-decoration: underline;
}
.breadcrumbs li:after{
    content:'';
    display:inline-block;
    width:4px;
    height:9px;
    background: url(img/br_r.png) no-repeat;
    vertical-align: middle;
    background-size: contain;
    margin-left:6px;
}
.breadcrumbs li:last-child{
    margin-right:0;
}
.breadcrumbs li:last-child:after{
    display:none;
}
.content-block_header{
    border-bottom:3px solid #82a95f;
    padding:10px 0;
}
.content-block_header h2, .content-block_header h1{
    color:#2f3a47;
    font-weight:400;
    font-size:30px;
    text-align:left;
    text-transform: inherit;
}
.content-block_header.big h2{
    text-align:left;
    font-size:30px;
}
.content-block{
    margin-top:10px;
}
.content-block_content{
    padding-top:25px;
    color:#000000;
    font-size:16px;
    font-weight:400;
    line-height:1.7;
}
.content-block_content p{
    padding-bottom:20px;
}
.content-block_content ul{
    list-style-type: disc;
    list-style-position: inside;
}
.content-block_content ol{
    list-style-position: inside;
}
.content-block_content h2{
    font-weight:500;
    font-size:22px;
    color:#2f3a47;
    text-align: left;
    text-transform: none;
}
.content-block_content h3{
    font-weight:700;
    font-size:18px;
    color:#2f3a47;
}
.content-block_content table{
    width:100%;
    border-collapse: collapse;
    text-align:left;
    color:#000;
    font-size:15px;
    margin-top:15px;
    max-width: 100%;
}
.content-block_content table td, .content-block_content table th{
    border:1px solid #9aa3ad;
    padding:10px 15px;
}
.content-block_documents{
    padding-top:30px;
    position:relative;
}
.content-block_documents .sidebar{
    float:left;
    width:270px;
    padding-right:20px;
    box-sizing: border-box;
}
.content-block_documents .general-block{
    padding-left:30px;
    margin-left:270px;
}
.content-block_documents:before{
    content:'';
    width:1px;
    top:30px;
    bottom:0;
    left:270px;
    background-color: #d3d7dc;
    position:absolute;
}
.content-block_documents .list-items li{
    display:block;
}
.content-block_documents .list-items li a{
    display:block;
    font-size: 17px;
    padding-left:35px;
    background-position: left 9px;
    background-repeat: no-repeat;
    background-image: url(img/doc-item.png);
    padding-top:7px;
    padding-bottom:7px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content-block_documents .list-items li.active > a{
    color:#83a857;
}
.content-block_documents .list-items li:hover > a{
    color:#83a857;
}
.content-block_documents .list-items.structure > li{
    margin-top:7px;
}
.content-block_documents .list-items.structure > li > a, .content-block_documents .list-items.structure > li > .name_group{
    background-image: url(img/struct-1.png);
    padding-left:33px;
    padding-bottom:5px;
}
.content-block_documents .list-items.structure li ul{
    margin-left:33px;
}
.content-block_documents .list-items.structure li ul li a{
    background-image: url(img/struct-2.png);
    padding-left:30px;
    background-position: left 5px;
    padding-top:4px;
    padding-bottom:4px;
    font-size:15px;
}
.content-block_documents .list-items.structure li:hover > a.no-click{
    color:inherit;
}
.content-block_documents .list-items.structure a.no-click{
    cursor: default;
}
.content-block_documents .list-items.structure > li:first-child{
    margin-top:0;
}
.list-documents li{
    display:block;
    margin-top:12px;
}
.list-documents li a{
    font-size:15px;
    background-repeat: no-repeat;
    background-position: left 2px;
    background-image: url(img/doc-download.png);
    padding-left:24px;
    padding-top:4px;
    padding-bottom:4px;
}
.list-documents li a span{
    margin-right:5px;
    font-size:13px;
}
.list-documents li a:hover{
    color:#83a857;
    text-decoration: underline;
}
.list-people ul{
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-left:-20px;
    margin-right:-20px;
}
.list-people ul li{
    width:33.33%;
    padding:25px 20px;
    text-align: center;
    color:#000000;
}
.list-people .list-people_element .image{
    width:100%;
    height:100%;
    border-radius: 5px;
    max-width:210px;
    max-height:210px;
    min-height:210px;
    margin-left:auto;
    margin-right:auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(img/woomen.png);
    border:1px solid #d9e0e2;
}
.list-people .list-people_element .name{
    font-size:15px;
    font-weight:700;
    margin-top:23px;
}
.list-people .list-people_element .job{
    font-size:13px;
    margin-top:6px;
}

.main h1.title {
    color: #415464;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 17px;
}

.main_article {
    overflow: hidden;
    margin-top: 23px;
    position: relative;
}

.main_article_content {
    margin-left: 305px;
    border-top: 5px solid #6ba53a;
    color: #253746;
    font-size: 15px;
    padding-top: 26px;
}

.main_article_content h3 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 19px;
}

.main_article_content p {
    line-height: 1.4;
    margin-bottom: 19px;
}

.main a.download {
    color: #48773c;
    font-size: 15px;
    font-weight: 500;
    background: url(img/download.png) left center no-repeat;
    padding-left: 35px;
    display: inline-block;
    min-height: 24px;
    margin-top: 10px;
}

.main a.download:hover {
    text-decoration: underline;
}

.main_fullnews {
    border-top: 5px solid #6ba53a;
    margin-top: 22px;
    padding-top: 18px;
    overflow: hidden;
}

.main_fullnews_cont {
    margin-right: 310px;
    color: #253746;
    font-size: 15px;
}

.main_fullnews_cont p {
    line-height: 1.4;
    margin-top: 19px;
}

.main_fullnews_cont img.gen {
    width: 100%;
    height: auto;
}

.main_fullnews_cont .date {
    color: #48773c;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 25px;
}

.main_fullnews_cont a, .main_article_content a {
    color: #48773c;
}

.main_fullnews_cont a:hover, .main_article_content a:hover {
    text-decoration: underline;
}

.main_fullnews_cont p img {
    width: 223px;
    height: auto;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

.main_fullnews_cont .lgimg {
    cursor: pointer;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.main_fullnews_cont .lgimg:hover {
    opacity: 0.8;
}

.main_fullnews_cont p.images {
    text-align: justify;
}

.main_fullnews_cont p.images:after {
    display: inline-block;
    vertical-align: top;
    content: "";
    width: 100%;
    height: 0;
    visibility: hidden;
}

.main_rightbar {
    float: right;
    width: 270px;
    padding-top: 37px;
}

.main_rightbar .title {
    text-align: center;
    color: #415464;
    font-size: 24px;
    font-weight: 500;
}

.news_block {
    width: 270px;
    margin-top: 25px;
}

.news_block .img {
    display: block;
    width: 100%;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news_block .date {
    color: #415464;
    font-size: 13px;
    margin-top: 11px;
}

.news_block .name {
    color: #48773c;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 6px;
    display: block;
}

.news_block a {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.news_block a:hover {
    opacity: 0.8;
}

.list_education > h2 {
    color: #253746;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
}

.list_education .hidelist {
    margin-top: 25px;
}

.list_education .hidelist li {
    border: 1px solid #a4bcc4;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 15px;
}

.list_education .hidelist li .name {
    padding: 14px 60px 14px 18px;
    cursor: pointer;
    position: relative;
}

.list_education .hidelist li .name:after {
    content: "";
    display: block;
    width: 24px;
    height: 26px;
    background: url(img/plus.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.list_education .hidelist li .content {
    padding: 5px 60px 40px 18px;
    display: none;
    line-height: 1.5;
    color: #253746;
    font-size: 15px;
}

.list_education .hidelist li .content p {
    margin-bottom: 15px;
}

.list_education .hidelist li .content p a {
    color: #48773c;
}

.list_education .hidelist li .content p a:hover {
    text-decoration: underline;
}

.list_education .hidelist li .name h3 {
    color: #768693;
    font-size: 15px;
    font-weight: 500;
}

.list_education .hidelist li:not(.active):hover .name h3, .list_education .hidelist li.active .name h3 {
    color: #48773c;
}

.list_education .hidelist li:not(.active):hover {
    border-color: #6ba53a;
}

.list_education .hidelist li:not(.active):hover .name:after, .list_education .hidelist li.active .name:after {
    background-image: url(img/plus_h.png);
}

.list_education .hidelist li.active .name:after {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.list_education .hidelist li.active .content {
    display: block;
}

.main_article.dopeducation {
    margin-top: 0;
}

.list_education .form_question {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.list_education .form_question .block {
    margin-top: 27px;
}

.main_article_icourse .block_course a {
    display: block;
    height: 120px;
    border-radius: 5px;
    border: 1px solid #a4bcc4;
    padding-left: 220px;
    color: #768693;
    font-size: 27px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.4;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}

.main_article_icourse .block_course a span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.main_article_icourse .block_course a:hover {
    text-decoration: none;
    color: #48773c;
    border-color: #6ba53a;
}

.main_advantage {
    margin-top: 18px;
}

.main_advantage ul {
    border-top: 5px solid #6ba53a;
    text-align: justify;
    padding-top: 30px;
    margin-top: 23px;
}

.main_advantage ul li {
    display: block;
    width: 30%;
    float: left;
    color: #253746;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    padding-top: 134px;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-right: 5%;
}

.main_advantage ul li:nth-child(3n) {
    margin-right: 0;
}

.sel_committee li {
    display: block;
    overflow: hidden;
    margin-bottom: 27px;
}

.sel_committee li .photo {
    float: left;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    border: 1px solid rgba(164, 188, 196, 0.55);
}

.sel_committee li .photo img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
}

.sel_committee li .descript {
    margin-left: 195px;
    height: 170px;
}

.sel_committee li .descript > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sel_committee li .descript .name {
    color: #48773c;
    font-size: 18px;
    font-weight: 700;
}

.sel_committee li .descript .job {
    color: #415464;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}

#menumobile {
    background: none;
    display: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    width: 35px;
    height: 27px;
    position: relative;
}

#menumobile span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#menumobile span:after, #menumobile span:before, #menumobile span {
    width: 100%;
    height: 2px;
    background-color: #98a4af;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#menumobile:hover span, #menumobile:hover span:after, #menumobile:hover span:before, #menumobile.active span, #menumobile.active span:after, #menumobile.active span:before {
    background-color: #bababa;
}

#menumobile span:after, #menumobile span:before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menumobile span:before, #menumobile span:after {
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}

#menumobile.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#menumobile span:after {
    top: 12px;
}

#menumobile span:before {
    top: -12px;
}

#menumobile.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

#menumobile.active span:before, #menumobile.active span:after {
    top: 0;
    width: 25px;
}

#menumobile.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

.mobile_button {
    float: right;
    text-align: right;
    position: relative;
}

.search_big {
    width: 31px;
    height: 32px;
    background: url(img/search.svg) no-repeat;
    cursor: pointer;
    background-size: contain;
}

.header_middle .lang img {
    vertical-align: middle;
}

.search_big:hover, .header_middle .lang:hover {
    opacity: 0.8;
}

.mobile_button > div {
    display: none;
    vertical-align: middle;
    /*margin-left: 28px;*/
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mobile_button > div:first-child {
    margin-left: 0;
}

.mobile_button .lang img {
    width: 30px;
    height: 30px;
}

.search_mobile {
    display: none;
    box-sizing: border-box;
    border-top: 1px solid #d9e0e2;
}

.search_mobile.active {
    display: block;
}

.search_mobile .wr {
    background-color: #eaeeef;
    padding: 15px 20px;
    box-sizing: border-box;
}

.search_mobile .search {
    width: 100%;
    height: 50px;
    border: 1px solid #d9e0e2;
}

#cont_menu {
    background: none;
    display: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: relative;
    top: 0;
    left: 0;
    margin-top:10px;
}

#cont_menu span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#cont_menu span:after, #cont_menu span:before, #cont_menu span {
    width: 28px;
    height: 4px;
    background-color: #98a4af;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cont_menu:hover span, #cont_menu:hover span:after, #cont_menu:hover span:before, #cont_menu.active span, #cont_menu.active span:after, #cont_menu.active span:before {
    background-color: #bababa;
}

#cont_menu span:after, #cont_menu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#cont_menu span:before, #cont_menu span:after {
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}

#cont_menu.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#cont_menu span:after {
    top: 8px;
}

#cont_menu.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

#cont_menu.active span:before, #cont_menu.active span:after {
    top: 0;
    width: 17px;
}

#cont_menu.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

.cssload-thecube {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    margin-top: 19px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(107, 165, 58);
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}


@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(52px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(52px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(52px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(52px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -o-transform: perspective(52px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -o-transform: perspective(52px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(52px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -ms-transform: perspective(52px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -ms-transform: perspective(52px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(52px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(52px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(52px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(52px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(52px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(52px) rotateY(180deg);
        opacity: 0;
    }
}

.form_question .cssload-thecube {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.form_question:before {
    content: "";
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 5;
    background-color: #fff;
    opacity: 0.75;
}

.form_question .sendok {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 20px 30px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #98a4af;
    background-position: 15px 15px;
    background-size: 35px auto;
    background-repeat: no-repeat;
    width: 90%;
}

.form_question .sendok.ok {
    background-image: url(img/ok.png);
}

.form_question .sendok.no {
    background-image: url(img/no.png);
}

.form_question .sendok > div {
    color: #323e48;
    font-size: 17px;
    font-weight: 700;
}

.form_question .sendok p {
    color: #323e48;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 36px;
}

.form_question.active:before {
    display: block;
}

.form_question.active .cssload-thecube {
    display: block;
}

.main_fullnews_listnews {
    overflow: hidden;
}

.main_fullnews_listnews .news_block {
    width: 100%;
    overflow: hidden;
}

.main_fullnews_listnews .news_block .img {
    display: block;
    float: left;
    width: 244px;
    height: 162px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.main_fullnews_listnews .news_block .descr {
    margin-left: 265px;
    max-height: 155px;
    overflow: hidden;
}

.main_fullnews_listnews .news_block .descr p {
    font-size: 15px;
    font-weight: 400;
    margin-top: 7px;
}
.pagination {
    display: block;
    margin: 25px 0;
}
.pagination ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}
.pagination li {
    display: block;
    margin-bottom: 15px;
    padding-left:10px;
    padding-right:10px;
}
.pagination li a, .pagination span{
    color: #9aa3ad;
    font-size:18px;
    font-weight:500;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #82a85d;
    display: block;
    height:50px;
    width:50px;
    line-height:50px;
    text-align:center;
}
.pagination span, .pagination li:hover a {
    background-color: #82a95f;
    color:#ffffff;
}
.pagination span.extend{
    background-color: transparent;
    border:none;
    border-radius: 0;
    position: relative;
    width:20px;
}
.pagination span.extend:before{
    position: absolute;
    content:'...';
    bottom:0;
    left:0;
    right:0;
    text-align: center;
    color:#9aa3ad;
}
.pagination li.upr a{
    background-repeat: no-repeat;
    background-position: center;
    border:none;
    background-color: transparent;
    width:30px;
    height:30px;
    background-image: url(img/next-pagi.png);
}
.pagination li.upr.prev a{
    transform: rotate(-180deg);
}
.pagination li.upr:hover a{
    opacity: 0.8;
}
.main_article_icourse {
    overflow: hidden;
}
.main-navigation{
    margin-top:20px;
}
.main-navigation ul{
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin-left:-3px;
    margin-right:-3px;
}
.main-navigation ul li{
    padding:3px;
    width:33.33%;
}
.main-navigation_link{
    display:block;
    height:142px;
    border: 1px solid #9aa3ad;
    border-radius: 3px;
    border-bottom-width: 4px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align:center;
    color:#495463;
}
.main-navigation_link:hover{
    border-color:#82a85d;
    color:#82a85d;
}
.main-navigation_link .name-item{
    position:relative;
    top:50%;
    transform: translateY(-50%);
}
.main-navigation_link .name-item .name{
    display:block;
    font-size:15px;
    font-weight:500;
    text-transform: uppercase;
    margin-top:8px;
}
.main-banners{
    border-top:4px solid #9aa3ad;
    margin-top:50px;
    padding-top:57px;
}
.main-banners ul{
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin-left:-3px;
    margin-right:-3px;
}
.main-banners ul li{
    width:33.33%;
    padding:3px;
}
.main-banners ul li a{
    border:1px solid #aabac2;
    border-radius: 2px;
    padding:0 30px;
    height:105px;
    display:block;
    color:#2f3a47;
    font-size:14px;
    font-weight:500;
}
.main-banners ul li a .content{
    position:relative;
    top:50%;
    transform: translateY(-50%);
    overflow:hidden;
    display: flex;
    justify-content: flex-start;
    align-content:center;
    align-items: center;
}
.main-banners ul li a .content img{
    max-width:64px;
    height:auto;
    margin-right:15px;
}
.main-banners ul li a .content p{
    line-height:1.3;
}
.main-banners ul li:hover a{
    border-color:#7ea345;
    color:#87a644;
}
.clear:after {
    display: block;
    content: '';
    width: 100%;
    clear: both;
    height: 0;
}
.vacancy-list_block{
    border-bottom:1px solid #c7c7c7;
    position:relative;
    padding-bottom:40px;
    padding-top:40px;
}
.vacancy-list .vacancy-list_block:first-child{
    padding-top:10px;
}
.vacancy-list_block .content{
    padding-right:250px;
}
.vacancy-list_block .buttonall{
    position:absolute;
    right:0;
    top:55px;
    max-width:210px;
}
.vacancy-list .vacancy-list_block:first-child .buttonall{
    top:25px;
}
.vacancy-list_block .name{
    color:#2f3a47;
    font-size:20px;
    font-weight:700;
    margin-top:0;
}
.vacancy-list_block .description{
    margin-top:12px;
}
.popup-window_content_title{
    text-align:center;
    color:#000;
    font-size:30px;
}
.popup{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:888;
    background-color: rgba(0,0,0, 0.4);
    overflow-y:auto;
    overflow-x: hidden;
    display:none;
    padding-left: 20px;
    padding-right: 20px;
}
.popup-window{
    max-width:770px;
    width:100%;
    margin: 100px auto;
    padding:35px 95px 35px 95px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 3px;
    position:relative;
}
.popup-close{
    display:block;
    position:absolute;
    width:36px;
    height:36px;
    background: url(img/close.png) no-repeat;
    cursor:pointer;
    top:20px;
    right:20px;
}
.popup-close:hover{
    opacity:0.8;
}
.form-control{
    display:block;
    border-radius: 2px;
    border:1px solid rgba(141,142,143,0.55);
    padding:0 10px;
    font-size:18px;
    font-weight:400;
    color:#000000;
    text-align:left;
    width:100%;
    height:42px;
    outline: none;
}
.form-group{
    margin-top:20px;
}
textarea.form-control{
    padding-top:10px;
    padding-bottom:10px;
    height:90px;
    resize: none;
}
.body-blocked{
    overflow:hidden;
}
.reviews-list_block{
    border-bottom:1px solid #c7c7c7;
    position:relative;
    padding-bottom:40px;
    padding-top:40px;
}
.reviews-list .reviews-list_block:first-child{
    padding-top:30px;
}
.reviews-list_block .name{
    color:#2f3a47;
    font-size:20px;
    font-weight:700;
    margin-top:0;
}
.reviews-list_block .date{
    color:#000000;
    font-size:14px;
    font-weight:400;
    margin-top:0;
}
.reviews-list_block .description{
    margin-top:30px;
    padding-left:100px;
    background-image: url(img/reviews-bg.png);
    background-repeat: no-repeat;
    background-position: left 6px;
}
.thanks-list{
    overflow: hidden;
}
.thanks-list ul{
    display: flex;
    justify-content: flex-start;
    margin-left:-50px;
    margin-right:-50px;
    list-style: none;
    flex-flow: row wrap;
}
.thanks-list ul li{
    padding:25px 50px;
    width:33.33%;
}
.thanks-list_block{
    height:430px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #9aa3ad;
}
.thanks-list_block:hover{
    opacity: 0.8;
}
.ads-security_block{
    border-bottom:1px solid #c7c7c7;
    padding-bottom:30px;
    margin-left:30px;
    position: relative;
    padding-top:10px;
}
.ads-security_block:before{
    content:'';
    position: absolute;
    left:-28px;
    top:10px;
    background-image: url(img/doc-download.png);
    background-repeat: no-repeat;
    width:18px;
    height:19px;
}
.ads-security_block .description{
    color:#2f3a47;
    font-size:13px;
    line-height:1.5;
}
.ads-security_block .description p{
    margin-bottom:10px;
}
.ads-security_block .buttonall{
    margin-top:13px;
}
.popular-cats{
    margin-top:24px;
}
.popular-cats .popular-cats_title{
    color:#000000;
    font-size:20px;
    font-weight:500;
    margin-bottom:26px;
}
.popular-cats .tags{
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin-left:-3px;
    margin-right:-3px;
}
.popular-cats .tags li{
    padding:3px;
    text-align:center;
    width:auto;
}
.popular-cats .tags li a{
    color:#2f3a47;
    font-size:13px;
    font-weight:300;
    background-color: #f2f4f5;
    padding:3px 8px;
    border-radius: 2px;
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.popular-cats .tags li:hover a{
    background-color: #9aa3ad;
    color:#fff;
}
.single-page_top-bar .date{
    color:#fff;
    font-size:15px;
    font-weight:500;
    padding:10px 13px;
    background-color: #87a644;
    display: inline-block;
    float:left;
    margin-right:27px;
}
.single-page_top-bar .popular-cats .tags li a{
    font-size:20px;
    padding:7px 13px;
}
.single-page_top-bar .popular-cats .tags{
    margin-left:-5px;
    margin-right:-5px;
}
.single-page_top-bar .popular-cats .tags li{
    padding:0 5px;
}
.single-page_right-bar{
    /*float:right;*/
    /*width:335px;*/
    /*margin-left:40px;*/
    margin-bottom:40px;
    /*border-top: 1px solid #c7c7c7;*/
    margin-top: 40px;
}
.single-page_content{
    margin-top:30px;
}
.single-page_content .content-block_content{
    padding-top:0;
}
.single-page_content .content-block_content .image-top{
    max-width:100%;
    height:auto;
    margin-bottom:30px;
}
/*.single-page_right-bar .popular-cats{*/
/*    margin-top:0;*/
/*}*/
.single-page_right-bar .popular-cats .popular-cats_title{
    color:#2f3a47;
}
.single-page_right-bar .popular-cats .tags li a{
    font-size: 16px;
    padding: 7px 13px;
}
.single-page_right-bar .popular-cats .tags li{
    padding: 5px;
}
.single-page_right-bar .popular-cats .tags {
    margin-left: -5px;
    margin-right: -5px;
}
.single-page .data-news{
    border-top:none;
    margin-top:0;
}
.single-page .main_news{
    border-top:1px solid #c7c7c7;
    margin-top:30px;
}
.single-page .main_news h2{
    text-align:left;
    font-size:24px;
    font-weight:500;
    color:#2f3a47;
    text-transform: inherit;
    margin-top:34px;
}
.single-page .main_news ul{
    margin-top:15px;
}
.general-block.w-100{
    margin-left:0;
    padding-left:0;
}
.w-100{
    width:100% !important;
}
.content-block_documents.empty:before{
    display: none;
}
.pt-0{
    padding-top:0 !important;
}
.dissertation-block{
    border-bottom:1px solid #c7c7c7;
    padding-bottom:30px;
    margin-bottom:18px;
}
.dissertation-block .description{
    color:#2f3a47;
    font-size:13px;
    margin-top:12px;
}
.dissertation-block .description p{
    padding-bottom:10px;
}
.block-files a{
    color:#83a857;
    font-size:15px;
    font-weight:500;
    padding-left:35px;
    background-image: url(img/doc-download.png);
    background-repeat: no-repeat;
    background-position: left top;
    line-height:1.5;
    padding-bottom:2px;
    padding-top:2px;
}
.block-files ul{
    list-style: none;
}
.block-files a:hover{
    text-decoration: underline;
}
.block-files ul li{
    padding-top:5px;
    padding-bottom:5px;
}
.dissertation-block .block-files{
    margin-top:20px;
}
.comment-block{
    max-width:580px;
    margin-left:auto;
    margin-right:auto;
}
.dissertation-block .comment-block{
    margin-top:40px;
}
.border-none{
    border:none !important;
}
.page-contacts .maps{
    height:520px;
    border-bottom:1px solid #c7c7c7;
    padding-bottom:40px;
}
.page-contacts_blocks{
    margin-left:-20px;
    margin-right:-20px;
    overflow: hidden;
}
.page-contacts_blocks .block{
    width:50%;
    float:left;
    padding:20px;
}
.page-contacts_blocks .contact-form{
    max-width:550px;
    margin-left:auto;
    margin-right:auto;
}
.contacts-data{
    font-size:15px;
    font-weight:500;
    color:#2f3a47;
    margin-top:8px;
}
.contacts-data li{
    list-style: none;
    padding:3px 0;
}
.contacts-data li img{
    margin-right:12px;
}
.page-contacts_blocks .block-item{
    margin-bottom:20px;
}
.page-contacts .maps .maps-content{
    height:100%;
}
.page-contacts .maps .maps-content > iframe{
    width:100%;
    height:100%;
}
.list-style-none{
    list-style: none !important;
}
.search-page{
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    justify-content: flex-start;
    padding-top: 30px;
    flex-flow: row wrap;
}
.search-page li {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 20%;
    display: block;
    margin-bottom: 20px;
}
.search-page li a {
    font-weight: 300;
}
.search-page li:hover a{
    text-decoration: underline;
}
#wrap_win{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:888;
    background-color: rgba(0,0,0, 0.6);
    overflow-y:auto;
    overflow-x: hidden;
    display:none;
}
.sidebar .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: url(img/close_2.png) no-repeat;
    cursor: pointer;
    display: none;
}
.description-category{
    border-bottom: 2px solid #82a95f;
    margin-bottom:20px;
}
.description-category_content{
    overflow: hidden;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content-block_content a{
    color:#83a857;
}
.d-none{
    display:none;
}
.content-block_content a:hover{
    text-decoration: underline;
}
.content-block_content .alignright{
    float:right;
    margin-bottom:10px;
    margin-left:10px;
}
.content-block_content .alignleft{
    float:left;
    margin-right:10px;
    margin-left:10px;
}
.content-block_content .alignright:after{
    display: block;
    content: '';
    width: 100%;
    clear: both;
    height: 0;
}
.spoiler-wrap {
    border: 1px solid #d9e0e2;
}
.spoiler-head {
    padding: 10px;
    line-height: 1.5;
    cursor: pointer;
}
.folded:before {
    content: "+";
    margin-right: 5px;
}
.unfolded:before {
    content: "–";
    margin-right: 5px;
}
.spoiler-body {
    padding: 10px;
    border-top: 1px solid #d9e0e2;
}
.content-block_content .gallery{
    margin:20px -15px 0 -15px !important;
}
.content-block_content .gallery .gallery-item{
    padding:0 15px;
    box-sizing: border-box;
    margin-top:0 !important;
    margin-bottom:15px;
}
.content-block_content .gallery .gallery-item a{
    display:flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.content-block_content .gallery .gallery-item a:before{
    content:'';
    left:0;
    right:0;
    top:0;
    bottom:0;
    position: absolute;
    z-index:1;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: url(img/zoom.png);
    background-position: center;
    background-repeat: no-repeat;
}
.content-block_content .gallery .gallery-item a:hover:before{
    opacity: 1;
}
.content-block_content .gallery .gallery-item a img{
    max-width:100%;
    height:auto;
}
.content-block_content img{
    max-width:100%;
    height:auto;
}
.sitemap-menu ul.sub-menu{
    margin-left:24px;
}
body.noscroll{
    overflow:hidden;
}
.color-green{
    color:#83a857;
}
.text-decoration__hover__underline:hover{
    text-decoration: underline;
}