/* ОБЩИЕ СТИЛИ */

h1, h2, h3, h4, h5, h6 {
    margin-top: 1em;
    margin-bottom: 1em;
}

h1 {
    font-size: 3rem;
}




/**/


 

body{
	min-width:320px;
	margin:0;
	/*font-family: 'Montserrat', sans-serif !important;*/
	height:100%;
    font-size: 16px;
}

.contactPage{
    min-height:calc(100vh - 269px);
}
.map-site{
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    margin-bottom: 5px;
    display: block;
}
#question{
    width: 100%;
    height: 120px;
    border: 1px solid #42424236;
    border-radius: 4px;
    padding: 10px 5px;
    margin-bottom: 15px;
    display:none;
}


.logo{
	float: left;
}
.search-form-top.inactive{
    display:none !important;
}
.header{
	padding-top: 5px;
	padding-bottom: 0;
}
.header+.container{
    margin-top: 20px;
}
.nameOrganisation{
	float: left;
	margin-left: 25px;
	margin-top: -5px;
}
.nameOrganisation h5{
	font-size: 25px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: normal;
    margin-top: 20px !important;
}
.complete{
    width: 300px;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    z-index:999;
    text-align: center;
    display:none;
}
.complete .closeComplete{
    cursor:pointer;
    text-align: right;
    display: block;
}
.nameOrganisation h1 span{
	font-weight: bold;
}
.nameOrganisation p{
	font-size: 10px;
}
.navigation ul{
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	min-height: 52px;
	margin-left: 0;
}
.slider .owl-nav{
    position: absolute;
    top: calc(50% - 100px/2);
    font-size: 70px;
    opacity: 1;
    width: 100%;
}

.slider .owl-nav button span {
    color: #0c87cb;
}

.slider .owl-prev{
    margin-left: 10px;
}
.slider .owl-next{
    float:right;
    margin-right: 15px;
}
.slider .owl-prev:focus,.slider .owl-prev:active,.slider .owl-prev:hover{
    outline: none;
}
.slider .owl-next:focus,.slider .owl-next:active,.slider .owl-next:hover{
    outline: none;
}
.navigation ul>li{
	display:inline-block;
	padding-right: 26px;
	line-height: 58px;
}
.navigation{
	border-top: 1px solid rgba(66, 66, 66, 0.14901960784313725);
    border-bottom: 1px solid rgba(66, 66, 66, 0.14901960784313725);
    margin-top: 5px;
    margin-bottom: -1px;
    background: #015482;
    position: relative;
}

.navigation a{
	/*color:#454545;*/
	color:#fff;
	font-size: 16px;
	display:block;
	border-bottom:2px solid transparent;
	transition:all .5s;
}
.navigation a:hover{
	text-decoration: none;
	border-bottom:2px solid #0C87CB;
}
.timeWork{
	margin-top: 5px;
	width:170px;
}
.timeWork p{
	margin-bottom: 0;
	font-size: 14px;
	line-height: normal;
	color: #fff;
}
.timeWork p>span{
	font-weight: bold;
	width: 90px;
    display: inline-block;
    float: right;
}
.btnCall,.btnRCall{
    background: #0C87CB;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px !important;
    padding: 3px 0px;
    border-radius: 4px;
    border:1px solid #0C87CB;
    transition:all .5s;
    cursor: pointer;
    width:152px;
    text-align: center;
    display: block !important;
    margin-top: 10px !important;
}
.btnCall:hover,.btnRCall:hover{
	color:#0C87CB !important;
	background: #fff !important;
}
.btnLk{

    background: #fff;
    color: #0C87CB;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 0px;
    border-radius: 4px;
    border:1px solid #0C87CB;
    transition:all .5s;
    cursor: pointer;
    width: 152px;
    text-align: center;
    margin-top: 12px;
    display: block;
}
.btnLk:hover{
	background: #0C87CB;
    color: #fff;
}
.btnTop{
    float: right;
}
.btnTop a{
	font-size: 18px;
    color: #000;
    margin-top: 7px;
    display: block;
    margin-bottom: 3px;
}
.btnTop a:hover{
	text-decoration: none;
}
.search{
    display: flex;
    align-items: center;
	width: 50px;
    height: 58px;
    cursor: pointer;
}
.slider{
	position: relative;
	overflow: hidden;
}
.slider .itemSlider{
	background-size: cover !important;
}
.slider .textItem{
    max-width: 1170px;
    text-align: left;
    width: 100%;
    margin: auto;
    padding: 3em 0;
}

@media screen and (max-width: 1170px) {
    .slider .textItem {
        padding: 2em;
    }
}

.slider .utp{
	font-size: 36px;
    color: #fff;
    font-weight: 600;
}
.slider .textSlider{
	font-size: 18px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 33px;
    font-weight: 300;
}

.slider .textSlider ul {
    padding-left: 2em;
    list-style: none;
}

.slider .textSlider ul li {
    position: relative;
    z-index: 99;
    margin: 1.5em 0;
    padding-left: .5em;
}

.slider .textSlider ul li:before {
    content: '';
    position: absolute;
    left: -2em;
    z-index: 99;
    top: -.25em;
    width: 32px;
    height: 32px;
    background: url(/local/templates/sro/images/main-slider/checked.png) no-repeat;
    background-size: 100%;
}

.slider .btnSlider {

    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    width: 240px;
    display: inline-block;
    padding: 10px 0;
    border-radius: 4px;
    text-align: center;
    transition:all .3s;
    background: transparent;
    border:2px solid #0C87CB;
}

.slider .btnSlider:hover {
	background: #0C87CB;
}

#about h2{
	color: #000;
	font-weight: normal;
}
#about p{
	margin: 2em 0;
    line-height: 1.7;
}

#about p.custom-text::first-letter {
    padding-left: 1.25em;
}
.moreCompany{
	color: #0c87cb;
    display: inline-block;
    width: 270px;
    text-align: center;
    border: 1px solid #0c87cb;
    border-radius: 4px;
    padding: 12px 0;
    font-size: 16px;
    transition:all .5s;
    font-weight: normal;
    margin-top: 30px
}
.moreCompany:hover{
	background: #0c87cb;
	color:#fff;
	text-decoration: none;
}
.titleSection{
	color: #000;
    font-weight: normal;
    font-size: 30px;
    padding-bottom: 15px;
}
.newsAll{
	text-align: center;
    border: 1px solid #0c87cb;
    border-radius: 4px;
    padding: 6px;
    font-size: 12px;
    transition: all .5s;
    font-weight: normal;
    display: inline-block;
    color: #0c87cb;
    margin-top: 7px
}
.newsAll:hover{
	color:#fff;
	background: #0c87cb;
	text-decoration: none;
}
section#news,section#members{
	padding-top: 80px;
}
.formHome input{
	display: block;
    width: 100%;
    font-size: 14px;
    border: 1px solid #42424236;
    border-radius: 4px;
    padding: 7px 5px;
    margin-bottom: 20px;
}
.formHome{
	width: 280px;
    padding: 20px;
    box-shadow: 0px 1px 1px 1px #42424240;
    margin-top: 25px;
    display: inline-block;
}
.formHome.afterMenu{
    width: 100%;
    margin-bottom: 30px;

}
.formHome button{
	width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    background: #0c87cb;
    border-color: #0c87cb;
    border-style: solid;
    color: #fff;
    padding: 10px 0;
    border-radius: 4px;
    transition:all .5s;
}
.formHome button:hover{
	background: #fff;
	color:#0c87cb;
}
.razdel{
    position: relative;
}
.level-1,.level-2{
        border-left: 2px solid #0c87cb;
        list-style-type:none;
}
.level-2{
    padding-left: 10px;
}
.level-1 p{
    font-size: 12px;
}
.sitemap{
    list-style-type: none;
}
.sitemap p{
    font-weight: bold;
    color: #0c87cb;
    margin-left: -20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.level-1 p{
    font-size: 12px;
}

.modal-window .ttlForm {
    text-align: center;
    font-size: 2.5rem;
    margin: .75em 0;
}

.formHome .ttlForm{
	 font-size: 30px;
    text-align: left;
    line-height: normal;
    color:#000;
    margin-bottom: 15px;
}
.formHome .ttlForm span{
	font-weight: bold;
}
#partners .item{
	float: left;
    text-align: center;
    width: calc(100% / 7);
    color: #000;
    font-size: 10px;
}
#partners p{
    font-size: 14px;
}
#footer{
	background: #02113F;
	color:#fff;
	padding: 1em 0;
}
#footer .navFooter{
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
	margin-top: 30px;
}
#footer .navFooter li{
	display:inline-block;
	font-size: 14px;
	margin-right: 4px;
}
#footer .navFooter li>a{
	color:#fff;
}
#footer .navFooter li>a:hover{
	color:#fff;
	text-decoration: none;
}
#footer .copyright{
	font-weight: bold;
	font-size: 16px;
}

.main-footer__menu {
    position: relative;
    padding: 1em 0;
}

.main-footer__menu::after {
    content: '';
    position: absolute;
    bottom: -1em;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1170px;
    width: 45%;
    height: 3px;
    background: #fff;
}

.main-footer__menu-list {
    padding: 0;
    list-style: none;
}

.main-footer__menu-list h4 a {
    color: #fff;

}

.main-footer__menu-list a {
    color: #ccc;
}

.main-footer__contacts {
    margin: 3em 0 0;
}

.mailFooter{
	color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 3px;
    display: block;
}
.mailFooter:hover{
	text-decoration: none;
	color:#fff;
}
.adresFooter{
	font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}
.navFooter ul{
	padding-left: 0;
	text-align: center;
	margin-bottom: 5px;
}
.footerPhone{
	color:#fff;
	font-weight: bold;
	font-size: 18px;
}
.footerPhone:hover{
	text-decoration: none;
	color:#fff;

}
.question{
	cursor:pointer;
	font-size: 14px;
	margin-top: 0px;
}
.lider{
	display: block;
    text-align: center;
    color: #fff;
    font-size: 9px;
}
#news .preview{
    height: 120px;
    float: left;
    width: 154px;
    background-size: cover !important;
    background-position: center !important;
    margin-right: 7px;
    transition: all .5s;
}
#news .dateNews{
	font-size: 12px;
    display: inline-block;
    line-height: normal;
    background: #0c87cb;
    color: #fff;
    padding: 3px 3px;
}
#news .textNews{
	color: #000;
    line-height: normal;
}
#news a:hover{
	text-decoration: none;
}

#news a:hover .preview{
	opacity: 0.7;
}
.imgNews{
    height: 186px;
    background-size: cover !important;
    background-position: center !important;
}
.titleListNews{
    font-size: 16px;
    font-weight: bold;
    color:#0C87CB;
    line-height: 1.2;
    display: block;
    min-height: 38px;
}
.titleListNews:hover{
    text-decoration: none;
    color:#0C87CB;
}
.dateListNews{
    background: #0C87CB;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding: 3px 3px;
    font-weight: 200;
    margin-top: 5px;
}
.detailText{
    color: #000;
    margin-top: 5px;
    margin-bottom: 11px;
    padding-right: 0px;
}
.moreNews{
    border: 1px solid #0c87cb;
    color: #0c87cb;
    text-decoration: none;
    border-radius: 3px;
    padding: 5px 14px;
    transition: all .5s;
}
.moreNews:hover{
    color:#fff;
    background: #0c87cb;
    text-decoration: none;
}
.pageNewsTtl{
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    padding: 20px 0;
}
.newsElem{
    margin-bottom:30px;
}
.pageContent{
    height:calc(100vh - 257px);
}
.pictureDetail{
    width: 500px;
    height: 335px;
    background-size: cover !important;
    background-position: center !important;
    float: left;
    margin-right: 20px;

}
.datailNews h2{
    margin-top: 0;
    color: #000;
    font-size: 24px;
}
.datailNews{
    margin-top: 34px;
}
.kont a{
    font-size: 14px;
    color: #000;
    margin-top: 2px;
    display: block;
    margin-bottom: 0;
}
.kont p{
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}
.itemPartner{
    height:180px;
    background-position: center center !important;
}
#members{
    padding-bottom: 100px;
    position: relative;
}
#members .owl-nav button{
    font-size: 60px;
    color: #42424294;
    outline: none;
}
#members .owl-nav{
    position: absolute;
    left: -75px;
    top: 48px;
    width:100%;
}
#members .owl-next span{
    right: -155px;
    position: absolute;
    top: 0px;
}
#partners{
    padding-bottom: 25px;
}
.fa-facebook-f:before {
    content: "\f39e";
    color: #fff;
    padding: 4px 8px;
    border: 1px solid #fff;
    border-radius: 4px;
}
.fa-vk:before{
    color: #fff;
    padding: 4px 3px;
    border: 1px solid #fff;
    border-radius: 4px;
}
.soc{
    margin-top: 10px;
}

.soc a {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: .5em;
}

.modal-window {
    display: none;
    z-index: 999;
    width: 350px;
    padding: 20px;
    box-shadow: 0px 1px 1px 1px #42424240;
    margin-top: 25px;
    position: fixed;
    top: calc(50% - 320px/2);
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
}

.modalHome {
    z-index: 999;
    width: 350px;
    padding: 20px;
    box-shadow: 0px 1px 1px 1px #42424240;
    margin-top: 25px;
    position: fixed;
    top: calc(50% - 320px/2);
    left: 0;
    right: 0;
    margin: 0 auto;
    background:#fff;
    display:none;
}
.modalHome input,
.modal-window input {
    display: block;
    width: 100%;
    border: 1px solid #42424236;
    border-radius: 4px;
    padding: 10px 5px;
    margin-bottom: 20px;
}
.modalHome .titleForm,
.modal-window .titleForm {
    font-size: 23px;
    line-height: normal;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}
.modalHome button,
.modal-window button {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    background: #0c87cb;
    border-color: #0c87cb;
    border-style: solid;
    color: #fff;
    padding: 10px 0;
    border-radius: 4px;
    transition: all .5s;
}
.modalHome button:hover,
.modal-window button:hover {
    background: transparent;
    color: #0c87cb;
}
.modalHome .closeModal,
.modal-window .closeModal {
    top: 5px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    opacity: .7;
    transition: .5s;
}
.modalHome .closeModal:hover,
.modal-window .closeModal:hover {
    opacity: 1;
}
.wrp{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(66, 66, 66, 0.6509803921568628);
    top: 0;
    z-index: 998;
    display:none;
}
.navigation .homeIcon{
    float: left;
    color: #fff;
    margin-top: 15px;
    padding-right: 10px;
    display:none;
}
.navigation.fixed .homeIcon{
    display:block;
}
.navigation.fixed{
    position: fixed;
    top: 0;
    z-index: 997;
    left: 0;
    right: 0;
    margin-top: 0;
}
.search i{
    color: #fff;
    font-size: 20px;
    margin-top: 16px;
    cursor:pointer;
}
.search-form-top{
    background: #fff !important;
    width: 250px;
    padding: 10px;
    z-index: 995;
    position: absolute;
    bottom: -85px;
    right: 50px;
    display:none;
}
.search-form-top input{
    display: block;
    width: 230px;
    border: 1px solid #42424236;
    border-radius: 4px;
    padding: 10px 5px;
}
.search-form-top .closeSearch{
    position: ABSOLUTE;
    right: 7px;
    top: 4px;
    font-size: 18px;
    cursor: pointer;
}
#vertical-multilevel-menu{
    box-shadow: 0px 1px 1px 1px #42424240;
    margin-top: 10px !important;
}
ul#vertical-multilevel-menu > li.question-section--almost-active > a{
    color: #fff!important;
    background: #0c87cb!important;
}
ul#vertical-multilevel-menu > li > a:before{
    display:none !important;
}
ul#vertical-multilevel-menu > li > a{
    text-decoration: none;
}

#vertical-multilevel-menu > li{
    position:relative;
}
.question-name.question-name--active:after{
    color:#fff !important;
    text-decoration: none;
}
.imgGal{
    height: 210px;
    background-position: center !important;
    background-size: cover !important;
    width: 269px;
}
#fotogallery{
    padding-top: 70px;
}
.sliderPhoto{
    position:relative;
    padding: 0 30px;
}
.sliderPhoto .owl-stage-outer{
    z-index: 99;
}
.sliderPhoto button:hover,.sliderPhoto button:focus,.sliderPhoto button:hover{
    outline: none;
}
.sliderPhoto .owl-nav{
    position: absolute;
    top: 25%;
    font-size: 60px;
    color: rgba(66, 66, 66, 0.5803921568627451);
    width:100%;
    left: 0;
    right: 0;
    display: block !important;
}
.sliderPartner .owl-nav{
    display: block !important;
}
.sliderPhoto .owl-prev{
    /*margin-left: -30px;*/
}
.sliderPhoto .owl-next{
    float:right;
}
.search-page input[name=q]{
    border: 1px solid #42424236;
    border-radius: 4px;
    padding: 10px 5px;
    margin-bottom: 20px;
    margin-top: 35px;
}
.search-page input[name=q]:focus{
    outline:none;
}
.search-page input[type=submit]{
    background: #0C87CB;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 0px;
    border-radius: 4px;
    border: 1px solid #0C87CB;
    transition: all .5s;
    cursor: pointer;
    width: 82px;
    text-align: center;
    height: 41px;
}
.search-page{
    padding-bottom: 50px;
}
.newsBlock{
    padding-top: 0px;
    line-height: 1.5em;
    padding-bottom: 4em;
}

.newsBlock p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    margin: 1em 0;
}

.newsBlock p span {
    font-family: inherit !important;
}

ul#vertical-multilevel-menu > li > a {
    font-weight: 600;
    padding-left: 15px;
    padding-right: 25px !important;
}
.reestrPage .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
#Members_regNumber,#Members_name,#Members_opf,#Members_idNumber,#Members_deposit_VV,#Members_deposit_ODO{
    height:30px;
}
.reestrPage .caret {
    margin: 2px;
    vertical-align: middle;
}
#Members_regNumber{
    width:77px !important;
}
#Members_state{
    width:80px !important;
}
.returnLink{
    display: inline-block;
    background: #0c87cb;
    color: #fff;
    padding: 5px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 12px;
    display: none;
}
.returnLink:before{
    content: "\003C";
    margin-right: 8px;
}
.question-section a:hover{
    color: #fff!important;
    background: #0c87cb!important;
}
.question-section a:hover:after{
    color:#fff !important;
}
.savePdf .pdfIco{
    width: 20px;
    background: url(../images/pdfActive.png) no-repeat;
    float: left;
    height: 27px;
    background-size: contain;
    margin-right: 5px;
    transition: all .5s;
}
.savePdf:hover .pdfIco{
    width: 20px;
     background: url(../images/pdf.png) no-repeat;
     float: left;
    height: 27px;
    background-size: contain;
}
.savePdf:hover{
    text-decoration: none;
}
.savePdf{
    display: inline-block;
    padding-top: 0px;
    color: #000;
    font-size: 13px;
    padding-left: 0px;
    line-height: 39px;
}
.dataElem{
    display:inline-block;
}
.title-month{
    display: block;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
    margin-bottom: 5px;
}
.pageProtokol{
    padding-left: 50px;
    padding-top: 0px;
}
.pageProtokol h1{
    font-size: 24px;
    margin-top: 6px;
    display: inline-block;
}

/*.datailNews h1{
    font-size: 24px;
    margin-top: -4px;
}
*/
.tabYear{
    display:none;
}
.tabYear.active{
    display:block;
}
.yearProtokol{
    border: 1px solid #42424236;
    border-radius: 4px;
    padding: 5px 5px;
    width: 90px;
    float: right;
    margin-top: 0px;
    font-size: 19px;
}
.block-select{
    display: inline-block;
    float: right;
    font-weight: bold;
}
.select-year{
    margin-top: 5px;
    vertical-align: middle;
    display: inline-block;
    font-size: 17px;
    margin-right: 9px;
}
.yearProtokol:focus,.yearProtokol:active{
    outline: none;
}
.monthItem{
    vertical-align: top;
    width: 24%;
    float: none;
    display: inline-block;
}
.notProtokol{
    font-size: 11px;
}
.contactPage h1{
    font-size: 24px;
    margin-top: 6px;
}
.contact p>span{
    font-weight: 500;
}
.block2{
    float: left;
    width: 180px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-top: 20px;
}
.block1{
    float: left;
    width: 250px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 100px;
    margin-left: 200px;
    position: relative;
    margin-top: 20px;
}
.block1:after{
    content: '';
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #d2caca;
    position: absolute;
    right: -101px;
}
.block1:before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #d2caca;
    position: absolute;
    bottom: -30px;
    left: 50%;
}
.clearfix{
    clear: both;
}
.block3{
    float: left;
    width: 250px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 50px;
    margin-left: 45px;
    position: relative;
    margin-top: 28px;
}
.block4{
    float: left;
    width: 264px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 0;
    margin-left: -3px;
    position: relative;
    margin-top: 28px;
}
.block5{
    float: left;
    width: 290px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 50px;
    margin-left: 164px;
    position: relative;
    margin-top: 28px;
}
.block6{
    float: left;
    width: 290px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 0;
    margin-left: 0px;
    position: relative;
    margin-top: 28px;
    margin-bottom: 50px;
}
.line-1{
    width: 305px;
    background: #d2caca;
    height: 1px;
    margin-top: 29px;
    margin-left: 170px;
}
.line-2{
    width: 341px;
    background: #d2caca;
    height: 1px;
    margin-top: 29px;
    margin-left: 309px;
}
.block3:before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #d2caca;
    position: absolute;
    top: -30px;
    left: 50%;
}
.block4:before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #d2caca;
    position: absolute;
    top: -30px;
    left: 50%;
}
.block5:before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #d2caca;
    position: absolute;
    top: -30px;
    left: 50%;
}
.block6:before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #d2caca;
    position: absolute;
    top: -30px;
    left: 50%;

}
.block4:after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #d2caca;
    position: absolute;
    bottom: -30px;
    left: 50%;
}
.block1,.block2,.block3,.block4,.block5,.block6{
    transition:all .3s;
    color:#000;
}
.block1:hover,.block2:hover,.block3:hover,.block4:hover,.block5:hover,.block6:hover{
    text-decoration: none;
    color:#fff;
    background: #0c87cb;
}
.question-btn{
    background: #0C87CB;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px !important;
    padding: 8px 0px;
    border-radius: 2px;
    border: 1px solid #0C87CB;
    transition: all .5s;
    cursor: pointer;
    width: 170px;
    text-align: center;
    display: block !important;
    margin-bottom: 20px
}
.question-btn:hover{
    color:#0C87CB !important;
    background: #fff;
}
@media(max-width:1200px){
    .nameOrganisation h5 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: normal;
    margin-top: 20px !important;
}
.nameOrganisation p {
    font-size: 9px;
}
.kont p {
    margin-bottom: 0;
    font-size: 12px;
    color: #000;
    margin-top: 10px;
}
.navigation a{
    font-size: 13px;
}
.navigation ul>li {
    display: inline-block;
    padding-right: 15px;
    line-height: 51px;
}
.adresFooter {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
}
ul#vertical-multilevel-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.block1 {
    float: left;
    width: 250px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 100px;
    margin-left: 110px;
    position: relative;
    margin-top: 20px;
}
.block5 {
    float: left;
    width: 290px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 19px;
    margin-left: 45px;
    position: relative;
    margin-top: 28px;
}
.line-2 {
    width: 309px;
    background: #d2caca;
    height: 1px;
    margin-top: 29px;
    margin-left: 191px;
}
}
@media(max-width:992px){
    .contactPage{
        height:auto;
    }
}
@media(max-width:600px){
.phone{
        color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-top: 13px;
    display: block;
}
#news .textNews {
    font-size: 12px;
    min-height: 100px;
}
#partners p {
    font-size: 10px;
}
#fotogallery {
    padding-top: 0;
}
#news .preview {
    height: 97px;
    float: left;
    width: 129px;
    background-size: cover !important;
    background-position: center !important;
    margin-right: 7px;
    transition: all .5s;
}
    h1.single-mp {
    font-size: 20px;
    margin-top: 6px;
    color: #000;
    margin-bottom: 30px;
}
h2.single-mp {
    font-size: 23px;
    margin-top: 30px;
    color: #000;
    margin-bottom: 30px;
}
.btn-plan {
    background: #0c87cb;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 21px;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: all .3s;
    font-size: 15px;
    text-align: center;
}
.old-version{
    font-weight: bold;
    text-align: center !important;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.video-mp iframe{
    width: 100%;
    height: 250px;
}
    .r-block-mp{
        position: relative;
    }
    .tabYear.active {
    display: block;
    margin-top: 40px;
}
.content__left_menu__header {
    display: none;
    position: relative;
    line-height: 10px;
    border-bottom: 1px solid #dddddd;
}
.content__left_menu ul#vertical-multilevel-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display:block;
    margin-bottom: 25px;
}
.monthItem {
    vertical-align: top;
    width: 50%;
    float: left;
    display: inline-block;
}
.pageProtokol {
    padding-left: 15px;
    padding-top: 0px;
}
.modalHome .titleForm {
    font-size: 18px;
    line-height: normal;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}
    #horizontal-multilevel-menu li li>a {
    display: block;
    text-align: left;
    font-size: 12px;
    color: #000;
    padding-top: 7px;
    padding-bottom: 7px;
    border: none;
    font-weight: 600;
    transition: none;
}
    #horizontal-multilevel-menu li:hover ul, #horizontal-multilevel-menu li.jshover ul, #horizontal-multilevel-menu li li:hover ul, #horizontal-multilevel-menu li li.jshover ul, #horizontal-multilevel-menu li li li:hover ul, #horizontal-multilevel-menu li li li.jshover ul, #horizontal-multilevel-menu li li li li:hover ul, #horizontal-multilevel-menu li li li li.jshover ul, #horizontal-multilevel-menu li li li li li:hover ul, #horizontal-multilevel-menu li li li li li.jshover ul{
        display:none;
    }
    #horizontal-multilevel-menu ul li ul{
        display:none !important;
    }
    .navigation ul>li>ul.active{
        display:block !important;
        position: relative !important;
    }
    #horizontal-multilevel-menu ul li ul.active{
        display:block !important;
    }
.navigation ul>li:first-child{
    border-top:1px solid rgba(255, 255, 255, 0.43137254901960786);
}
    .block1 {
    float: left;
    width: 250px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 30px;
    margin-left: 0;
    position: relative;
    margin-top: 20px;
}
.block1:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #d2caca;
    position: absolute;
    right: -31px;
}
.block3 {
    float: left;
    width: 150px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 30px;
    margin-left: 0;
    position: relative;
    margin-top: 28px;
}
.block4 {
    float: left;
    width: 180px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 0;
    margin-left: -3px;
    position: relative;
    margin-top: 28px;
}
.line-1 {
    width: 193px;
    background: #d2caca;
    height: 1px;
    margin-top: 29px;
    margin-left: 75px;
}
.block5 {
    float: left;
    width: 218px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 19px;
    margin-left: 0;
    position: relative;
    margin-top: 28px;
}
.block6 {
    float: left;
    width: 193px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 0;
    margin-left: 0px;
    position: relative;
    margin-top: 28px;
    margin-bottom: 50px;
}
.line-2 {
    width: 224px;
    background: #d2caca;
    height: 1px;
    margin-top: 29px;
    margin-left: 110px;
}
    #members .owl-next span {
    right: 0;
    position: absolute;
    top: 0px;
}
#members .owl-nav {
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
}
.itemPartner {
    background-position: center !important;
}
.imgGal {
    height: 210px;
    background-position: center !important;
    background-size: cover !important;
    width: auto;
}
#members {
    padding-bottom: 10px;
    position: relative;
}
.pageContent {
    height: auto;
}
.newsBlock {
    padding-left: 15px;
    padding-top: 0px;
}
.newsBlock img{
    max-width:100%;
    height: auto;
}
h3{
    font-size: 18px;
}
#partners .item {

    float: left;
    text-align: center;
    width: calc(100% / 3);
    color: #000;
    font-size: 7px;
    margin-right: 0px;

}
#partners a:last-child .item{
    float:none;
    margin: 0 auto;
}
.moreCompany {
    color: #0c87cb;
    display: block;
    width: 270px;
    text-align: center;
    border: 1px solid #0c87cb;
    border-radius: 4px;
    padding: 12px 0;
    font-size: 16px;
    transition: all .5s;
    font-weight: normal;
    margin-top: 30px;
    margin: 0 auto;
}
.formHome {
    width: 267px;
    padding: 20px;
    box-shadow: 0px 1px 1px 1px #42424240;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}
.modalHome{
    width:100%;
}
#partners .item img{
    width: 60px;
    min-height: 69px;
}
    .adresFooter{
        text-align: center;
    }
    .pictureDetail{
        width:100%;
    }
    .timeWork{
        margin: 0 auto;
    }
#horizontal-multilevel-menu.active{
    display:block !important;
}
.burger{
    color: #fff;
    font-size: 25px;
    z-index: 999;
    position: relative;
    background: #0c87cb;
    padding: 5px 10px;
    overflow: hidden;
    text-align: right;    
    width: 42px;
    float: right;
}
.navigation .personal {
    font-size: 22px;
    width: 42px;
    float: right;
    padding: 5px 10px;
    margin: 0;
    background-color: transparent;
    color: #fff;
}


@media (max-width: 767px) {
    .mobily-only {
        display: flex;
        justify-content: flex-end;
    }
}


    .search {
    display: inline-block;
    float: left;
    position: absolute;
    z-index: 999;
    top: -48px;
    left: 9px;
}

    section#news, section#members {
    padding-top: 40px;
}
.titleSection {
    color: #000;
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 15px;
}
.newsAll {
    text-align: center;
    border: 1px solid #0c87cb;
    border-radius: 4px;
    padding: 6px;
    font-size: 12px;
    transition: all .5s;
    font-weight: normal;
    display: inline-block;
    color: #0c87cb;
    margin-top: 7px;
    margin-bottom: 15px;
}
    .slider .utp {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

#about h2 {
    color: #000;
    font-weight: normal;
    font-size: 25px;
}
#about p {
    margin-bottom: 15px;
    font-size: 14px;
}
    #horizontal-multilevel-menu li li>a{
        text-align: center;
    }
    #horizontal-multilevel-menu {
    margin-left: -15px;
    margin-right: -15px;
}
#horizontal-multilevel-menu li ul{
    width:100%;
    max-width:100%;
}
.homeIcon{
    display:none !important;
}
.navigation ul>li {
    display: block;
    padding-right: 0;
    line-height: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.43137254901960786);
}
    .btnTop {
    float: none;
    text-align: center;
}
.btnTop div{
    display:inline-block !important;
}
}
@media(max-width:500px){
    .block1 {
    float: left;
    width: 186px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 13px;
    margin-left: 0;
    position: relative;
    margin-top: 20px;
}
.block2 {
    float: left;
    width: 113px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-top: 20px;
}
.block1:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #d2caca;
    position: absolute;
    right: -15px;
    top: 36%;
}
.block3 {
    float: left;
    width: 145px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 16px;
    margin-left: 0;
    position: relative;
    margin-top: 28px;
}
.block4 {
    float: left;
    width: 159px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    margin-top: 28px;
}
.line-1 {
    width: 166px;
    background: #d2caca;
    height: 1px;
    margin-top: 29px;
    margin-left: 75px;
}
.block5 {
    float: left;
    width: 180px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 13px;
    margin-left: 0;
    position: relative;
    margin-top: 28px;
}
.block6 {
    float: left;
    width: 180px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 0;
    margin-left: 0px;
    position: relative;
    margin-top: 28px;
    margin-bottom: 50px;
}
.line-2 {
    width: 193px;
    background: #d2caca;
    height: 1px;
    margin-top: 29px;
    margin-left: 90px;
}
}
@media(max-width:470px){
    .logo{
        width:50px;
    }
    .logo img{
        width:100%;
    }
    .nameOrganisation p {
    font-size: 7px;
    width: 220px;
}
.nameOrganisation h5 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: normal;
    margin-top: 5px !important;
}
.nameOrganisation {
    float: left;
    margin-left: 5px;
    margin-top: -5px;
}
}
@media(max-width:405px){
    .block1,.block2,.block3,.block4,.block5,.block6{
        font-size: 12px;
    }
    .block1 {
    float: left;
    width: 161px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 0;
    position: relative;
    margin-top: 20px;
}
.block2 {
    float: left;
    width: 98px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-top: 20px;
}
.block1:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 1px;
    background: #d2caca;
    position: absolute;
    right: -6px;
    top: 36%;
}
.block3 {
    float: left;
    width: 126px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 0;
    position: relative;
    margin-top: 28px;
}
.line-1 {
    width: 149px;
    background: #d2caca;
    height: 1px;
    margin-top: 29px;
    margin-left: 63px;
}
.block5 {
    float: left;
    width: 156px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 0;
    position: relative;
    margin-top: 28px;
}
.block6 {
    float: left;
    width: 156px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 0;
    margin-left: 0px;
    position: relative;
    margin-top: 28px;
    margin-bottom: 50px;
}
.line-2 {
    width: 161px;
    background: #d2caca;
    height: 1px;
    margin-top: 29px;
    margin-left: 79px;
}
}
@media(max-width:350px){
     .block1,.block2,.block3,.block4,.block5,.block6{
         padding: 0;
         font-size: 11px;
     }
.block5 {
    float: left;
    width: 144px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 0;
    position: relative;
    margin-top: 28px;
}
.block6 {
    float: left;
    width: 141px;
    border: 1px solid #d2caca;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    margin-right: 0;
    margin-left: 0px;
    position: relative;
    margin-top: 28px;
    margin-bottom: 50px;
}
.line-2 {
    width: 148px;
    background: #d2caca;
    height: 1px;
    margin-top: 29px;
    margin-left: 73px;
}
}
@media(max-width:360px){
    .nameOrganisation h5 {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: normal;
    margin-top: 5px !important;
}
.btnLk{
    width:130px;
}

}

#members-grid {
    overflow: auto;
}


.question {
	display: block;
    margin: 1em auto;
    border: 1px solid #fff;
    max-width: 150px;
    padding: .2em 0;
    border-radius: 4px;
    transition: .2s all;
}

.question:hover {
    background: #fff;
    color: #02113F;
}

@media screen and (max-width: 960px) {
    .reestr-title {
        font-size: 1.5em;
    }

    .kont a,
    .adresFooter {
        text-align: center;
    }

    .kont  {
        text-align: center !important;
    }

    .btnRCall {
        margin: 10px auto;
    }

    .timeWork {
        margin: 5px auto;
    }
}

table td {
    padding: .5em;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.mtb-2 {
    margin: 2em 0;
}

.ml-2 {
    margin-left: 2em !important;
}

.align-center {
    align-items: center;
}

.bold {
    font-weight: bold;
}

.custom-title {
    font-size: 2em;
    text-align: center;
}

.custom-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    counter-reset: list-counter;
}

.custom-list li {
    flex-basis: 220px;
    position: relative;
    margin-bottom: 1em;
}

.custom-list li:before {
    content: counter(list-counter);
    counter-increment: list-counter;
    position: absolute;
    left: -1em;
    font-size: 2em;
    line-height: 1em;
    font-weight: bold;
    font-style: italic;
    color: #0c87cb;
}

.large-icon {
    width: 75px;
    height: 75px;
    margin-right: 1em;
}

.upload-icon {
    width: 50px;
    height: 50px;
    margin-right: 1em;
}

.small-icon {
    width: 1em;
    height: 1em;
    margin: 0 .5em;
}

.custom-table p {
    margin: .5em 0;
    font-size: 14px;
}

.custom-table td {
    vertical-align: top;
}

.btn-urod {
    display: block;
    background: linear-gradient(to bottom, #fff 20%, #0c87cb);
    border: 2px solid #0c87cb;
    border-radius: 1em;
    padding: 1em;
    font-weight: bold;
    line-height: 1.3em;
    text-decoration: none;
    color: #000;
    text-align: center;
    margin: 0 auto;
    max-width: 350px;
}

.btn-urod:hover,
.btn-urod:focus {
    text-decoration: none;
}

section.advantages {
    margin: 4em 0;
}

.advantages__item {
    flex-basis: calc((100% / 4) - 40px);
    text-align: center;
    margin: 1em;
    border: 1px solid #eee;
    padding: 1em;
    padding-bottom: 0;
    box-shadow: 2px 2px 20px 0 #ccc;
}

.advantages__item img {
    width: 72px;
    height: 72px;
}

.custom-title {
    text-align: center;
}

.work-stages {
    counter-reset: myCounter;
    font-size: 2rem;
    padding: 0;
    margin: 2em 0;
}

.work-stages li {
    list-style: none;
    position: relative;
    margin: .5em 0;
    margin: 1em;
    color: #000;
    padding: 1em .5em;
}

.work-stages li:before {
    counter-increment: myCounter;
    content:counter(myCounter);
    color: white;
    background: #2980B9;
    display: inline-block;
    text-align: center;
    margin: 5px 10px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }


  .custom-btn {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding: .75em 2em;
    border-radius: 4px;
    text-align: center;
    transition: all .3s;
    background: transparent;
    border: 2px solid #0C87CB;
  }

  .custom-btn:hover {
      background: #0C87CB;
      color: #fff;
  }

  section.functions {
    margin: 4em 0;
  }

  .functions__item {
      position: relative;
      display: flex;
      flex-basis: calc((100% / 3) - 60px);
      height: 250px;
      font-size: 1.8rem;
      margin: 1em;
      border: 1px solid #eee;
      padding: 1em;
      box-shadow: 2px 2px 20px 0 #ccc;
      color: #fff;
      transition: .2s all ease-in;
  }

  .functions__item:hover {
      box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, .5);
  }

  .functions__item a {
      color: inherit;
  }

  .functions__item img,
  .functions__item div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    object-fit: cover;
  }

  .functions__item div {
    background: rgba(0, 0, 0, .5);
    padding: 2em;
    z-index: 10;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .fz-2 {
      font-size: 2rem;
  }

  .mtb-4 {
      margin: 4em 0;
  }

  .bold {
      font-weight: bold;
  }

  #index__form {
      text-align: center;
  }

  #index__form input {
    margin: 0 1em;
    padding: .5em 1.5em;
  }

  #index__form button {
    margin: 0 1em;
  }


  #index__form .formHome {
      max-width: 870px;
      width: 100%;
      box-shadow: 2px 2px 20px 0 #ccc;
  }

  .workers-slider {
    width: 100%;
    height: 440px;
    position: relative;
  }

  .workers-slider .owl-stage-outer {
      position: relative;
      z-index: 99;
    height: 100%;
    overflow: hidden;
  }

  .workers-slider .owl-nav {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }

  .workers-slider button {
    background: #fff;
    border: none;
    font-size: 60px;
    color: rgba(0, 0, 0, .4);
    position: absolute;
    left: -.4em;
    z-index: 99;
    height: 76%;
  }

  .workers-slider button:last-of-type {
      left: initial;
      right: -.4em;
  }

  .workers-slider__item {
      height: 335px;
      margin: 0 .25em;
      text-align: center;
  }

  .workers-slider__item h4 {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: .3em;
  }

  .workers-slider__item p {
      font-size: 1.3rem;
      margin: 0 !important;
  }

  .workers-slider .owl-stage {
      display: flex;
  }

  .workers-slider__item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

.director-section p,
.director-section img {
    flex-basis: calc(100% / 2 - 80px);
}

  @media screen and (max-width: 870px) {
    #index__form input {
        margin: 1em;
    }

  }

  @media screen and (max-width: 600px) {

    #index__form form {
        flex-wrap: wrap;
    }

    .director-section p,
    .director-section img {
        flex-basis: 100%;
    }
  }

  #index__form .formHome p {
      margin: 0 0 1em;
  }


  @media screen and (max-width: 1024px) {
      .advantages__item,
      .functions__item {
          flex-basis: calc((100% / 2) - 40px);
      }
  }

  @media screen and (max-width: 600px) {
    .advantages__item,
    .functions__item,
    .work-stages li {
        flex-basis: 100%;
    }
}


/* стили из header */
.kc_mark_title{
    display: block;
    position: relative;
    margin-bottom: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #005888;
}


.protocol-doc-info {
    font-size: 10px;
    display: block;
}

.protocol-doc {
    line-height: 16px;
    margin-bottom: 15px;
    width: -webkit-fill-available;
}