/*.top-bar{display:none;}
header{margin-top:0px!important;}*/
body{
    font-family: Ubuntu;
	color: #494949
}
img{
    max-width: 100%;
}
/*p{
    margin: 0;
    padding: 0;
}*/
a {
    color: #009439;
    text-decoration: none;
}
a:hover{
    color: #21885b;
}
.parent-color{
	color: inherit;
}
.clb{
	clear: both;
}
.header-small-menu {
	list-style: none;
    padding-left: 0px;
}
.header-small-menu li {
	display: inline-block;
	padding: 0px 7px;
}
.header-small-menu li a, .header-small-menu li span {
	color: #9D9D9D;
	font-size: 14px;
	cursor: pointer;
}
.header-small-menu li a:hover, .header-small-menu li span:hover {
    color: #009439;
}
.btn.btn-tab{
    background: #F5F5F5;
    border-radius: 0px;
    border: none;
    color: #434A50;
    margin-right: 30px;
    font-size: 14px;
    font-weight: bold;
}
.btn.btn-tab.btn-tab-active{
    background: #E2F3C3;
}
.light-gray-bg{
    background-color: #F5F5F5;
}
.light-blue-bg{
    background-color: #E4EFF2;
}
.light-turq-bg{
    background-color: #E4F2ED;
}
.light-green-bg{
    background-color: #E6F2E4;
    transition: all 0.3s linear;
}
.light-green-bg:hover{
    box-shadow: 0px 0px 16px 1px rgba(121, 117, 117, 0.5);
}
.light-red-bg{
    background-color: #F2E4EA;
}
.white-bg{
	background-color: #fff;
}
.white-color{
	color: white
}
.section-title{
    text-align: center;
    position: relative;
}
.section-title hr{
    margin: 0;
}
.section-title .section-title-text{
	display: inline-block;
    padding: 0 40px;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    top: -9px;
    width: auto;
    text-transform: uppercase;
    color: #006338;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 2px;
    font-weight: 100;
}

.btn.btn-large{
    width: 100%;
    padding: 20px 30px;
    text-align: left;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    border-radius: 0;
	font-size: 20px;
    line-height: 24px;
}
.btn.btn-large:hover{
	border: 1px solid #006338;
}
input{
    border: 1px solid #d8d8d8;
    padding: 5px 0px 5px 15px;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 0;
}
.form-field label{
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: 300;
}
.form-field input{
	width: 100%;
	display: block;
	font-weight: 300;
	font-size: 16px;
    border-radius: 4px;
    border: 1px solid #B1C1BA;
	background: #F9F9F9;
	padding: 5px 0px 5px 15px;
}
.form-field textarea{
	width: 100%;
	display: block;
	font-weight: 300;
	font-size: 16px;
    border-radius: 4px;
    border: 1px solid #B1C1BA;
	background: #F9F9F9;
	padding: 5px 0px 5px 15px;
}
.form-field input.error{
    border: 1px solid #e72323;
}
.form-field input::-webkit-input-placeholder{
	font-weight: 300;
	color: #21885b;
}
.form-field select{
    border: 1px solid #B1C1BA;
    padding: 5px 0px 5px 10px;
	font-size: 16px;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    font-weight: 300;
	background: #F9F9F9
}
.form-field select option{
	font-weight: 300;
}
.panel-primary>.panel-heading{
	background-color: #009439;
	border-color: #009439;
}
.panel-primary {
    border-color: #009439;
}
.btn-primary {
    color: #fff;
    background-color: #00643b;
    border-color: #00643b;
}
.btn.no-wrap{
	white-space: normal;
    min-height: 122px;;
}
.btn.no-wrap.active{
	background: #21885b;
	color: #fff;
	font-weight: bold;
}
#popup-block hr{
	margin-left: -20px;
    margin-right: -20px;
    border-top: 2px solid #009e43;
}

.text-right .recaptcha>div{
	float: right;
}
.text-right .recaptcha:after{
	content: '';
	display: block;
	clear: both;
}

.bx-calendar::after{
	content: attr(data-error);
	display: block;
}
.height_img_80 {height: 80px;width: auto;}
.banner {color: #fff}
.banner h3, .banner h1 {
    font-size: 38px;
    font-weight: 400;
}
.banner .first-text {font-size: 24px;font-weight: 100;opacity: 0.85;}
.banner .second-text {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.2;
    opacity: 0.85;
}
.btn-opacity {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: 1px solid #fff;
    letter-spacing: 1px;
    font-weight: lighter;
    padding: 8px 18px;
}
.banner-form {
    background: rgba(255, 255, 255, 0.16);
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.2)
}
.banner-form h2 {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0.4px;
    text-align: center;
}
.banner-form input {
    width: 100%;
    color: #fff;
    border: 1px solid rgba(246, 246, 246, 0.44);
    border-radius: 4px;
    background: rgba(246, 246, 246, 0.44);
    font-weight: 100;
    font-size: 16px;
}
.banner-form input::placeholder{
    color: #fff;
}
.banner-form input::-webkit-input-placeholder {color:#fff;}
.banner-form input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.banner-form input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.banner-form input:-ms-input-placeholder      {color:#fff;}
.banner-form label {
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 0.5px;
}
.banner-form input[type="button"] {
    padding: 10px;
    margin: auto;
    display: inherit;
    border-radius: 4px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.5px;
}
.banner .phone-form {
    color: #fff;
    font-size: 26px;
    font-weight: 100;
    text-align: center;
    display: block;
}
.because_we ul {padding-left: 25px;}
.because_we ul li {
    padding-bottom: 10px;
    position: relative;
    list-style: none;
    font-size: 16px;
    font-weight: 300;
}
.because_we ul li:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #009439;
    left: -20px;
    top: 5px;
}
.form_expert h2 {
    font-size: 20px;
}

.form_expert input {
    width: 100%;
    color: #fff;
    border: 1px solid #DEE8E7;
    border-radius: 4px;
    background: #DEE8E7;
    font-weight: 100;
    font-size: 16px;
    padding: 10px 15px;
    color: #000;
}
.form_expert label {
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 0.5px;
}
.round-block .round {
    color: #526452;
    font-size: 39px;
    border: 3px solid #009439;
    border-radius: 50%;
    width: 89px;
    height: 89px;
    text-align: center;
    padding-top: 13px;
    display: inline-block;
    background: #fff;
	outline: 20px solid #fff;
}
.round-block {overflow-x: hidden;}
.dotter-line {
    width: 100%;
    height: 0px;
    border: none;
}
.dotter-line:after {
    position: absolute;
    content: ".....................................................................";
    letter-spacing: 7px;
    font-size: 42px;
    color: #009439;
    bottom: 46%;
    left: 16.666%;
    right: 16.666%;
    overflow: hidden;
}
.experts .info-expert h3 {
    font-size: 20px;
    margin-top: 20px;
}
.experts .info-expert a {
    font-size: 16px;
    margin-top: 3px;
    display: block;
    margin-bottom: 10px;
}
.experts .info-expert p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.experts .info-expert span {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

.experts .info-expert ul {padding-left: 25px;}
.experts .info-expert ul li {
    padding-bottom: 10px;
    position: relative;
    list-style: none;
    font-size: 16px;
}
.experts .info-expert ul li:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #009439;
    left: -20px;
    top: 5px;
}
.projects h4 {
    color: #009439;
    font-size: 22px;
    min-height: 70px;
    line-height: 1.3;
}
.projects span {
    font-size: 27px;
}
.projects p {
    font-size: 14px;
    font-weight: 500;
}
.many-block {
    padding: 30px 20px;
}
.many-block p {
    font-size: 13px;
    text-transform: lowercase;
}
.top-text {
    font-size: 19px;
    font-weight: 500;
}
.bottom-text {
    font-size: 14px;
    font-weight: 500;
}
.exp_block {height: 120px;}
h2.title-form {
    color: #009439;
    font-size: 24px;
    font-weight: 400;
}
.form_expert input[type="checkbox"], .form_expert input[type="radio"]{
    display: none;
    position: relative;
}
.form_expert.second-bl label span {
    font-size: 15px;
}
.form_expert.second-bl p {
    font-weight: 500;
    font-size: 17px;
}
.form_expert.second-bl .checkmark {
    position: absolute;
    content: '';
    width: 42px;
    height: 42px;
    background: #F6F6F6;
    border-radius: 4px;
    border: 1px solid #B1C1BA;
    top: 0px;
    transition: all 0.3s linear;
}

.container input:checked + .checkmark:after {
    content: '\f17b';
    position: absolute;
    font: normal normal normal 40px/1 LineAwesome;
    color: #006338;
}
.form_expert.second-bl label span.lab_sp {
    margin-left: 70px;
    padding-top: 10px;
    display: inline-block;
}
.clearfix {clear: both;}
.yes-AO {display: none;}

@media (max-width: 992px){
    p.tile-description {padding: 5px 20px !important;}
    .experts .info-expert ul li {font-size: 13px;}
    .experts .info-expert h3 {font-size: 18px;}
    .experts .info-expert span {font-size: 14px;margin-bottom: 10px;}
    .experts .info-expert p {margin-bottom: 5px;}
    .experts .info-expert a {margin-bottom: 5px;}
}
@media (max-width: 767px){
    p.tile-description {
        height: auto !important;
        margin-bottom: 30px !important;
    }
    .dotter-line {display: none;}
    .round-block .round {
        outline: none;
    }
    .round_usl {margin-bottom: 20px;}
    .projects p {margin-bottom: 30px;}
    .header-small-menu .has-sub-menu .sub-menu {
        width: auto!important;
        left: 15px;
        right: 15px
    }
}

.steps-form{
	display: none;
}
.steps-form[data-level="1"]{
	display: block;
}

.steps-form p{
	padding-bottom: 10px;
}
.steps-form h3{
	padding-top: 15px;
	padding-bottom: 10px;
}

label.visual-input{
	position: relative;
    font-weight: normal;
	margin-bottom: 10px;
}
label.visual-input input[type='radio']{
	display: none;
}
label.visual-input input[type='radio'] + .visual-checker{
	display: inline-block;
	height: 25px;
	width: 40px;
	border-radius: 13px;
	background: #B1C1BA;
	position: relative;
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
	vertical-align: top;
    margin-right: 10px;
	float: left;
}
label.visual-input input[type='radio'] + .visual-checker:after{
	content: "";
	display: block;
	position: absolute;
	height: 23px;
	width: 23px;
	border-radius: 12px;
	background: #eee;
	top: 1px;
	left: 1px;
	transition: all 0.3s
}
label.visual-input input[type='radio']:checked + .visual-checker{
	background: #009439;
}
label.visual-input input[type='radio']:checked + .visual-checker:after{
	left: 16px;
}
.btn.btn-green{
	background: #006338;
	color: #fff;
}
.popover1{
	font-weight: bold;
	color: #006338;
	cursor: pointer;
}

.steps-form ul{
	padding-left: 15px;
}
.main-menu{
	position: relative
}
.header-small-menu .has-sub-menu .sub-menu,
.main-menu .has-sub-menu .sub-menu{
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    position: absolute;
    z-index: 10;
    padding-left: 0;
    background: #fff;
    border: 1px solid #aaa;
    margin-top: 10px;
    padding: 8px 5px;
    width: 315px;
    border-radius: 2px;
}
.main-menu .has-sub-menu .sub-menu{
	right: 0;
}
.header-small-menu .has-sub-menu .sub-menu:before,
.main-menu .has-sub-menu .sub-menu:before{
    content: "";
    border: 1px solid #aaa;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: -6px;
    left: 27px;
    background: #fff;
    z-index: 101;
    border-radius: 2px;
}
.header-small-menu .has-sub-menu .sub-menu li,
.main-menu .has-sub-menu .sub-menu li{
	display: block
}
.header-small-menu .has-sub-menu:hover .sub-menu,
.main-menu .has-sub-menu:hover .sub-menu{
	opacity: 1;
	visibility: visible;
}
.header-small-menu .has-sub-menu .la-angle-down,
.main-menu .has-sub-menu .la-angle-down{
	transition: all .4s;
}
.header-small-menu .has-sub-menu:hover .la-angle-down,
.main-menu .has-sub-menu:hover .la-angle-down{
    -webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.pravila-reestra p {
    font-size: 14px!important;
    margin-bottom: 6px;
}
.pravila-reestra ul {
    margin-left: 20px;
    margin-top: 10px;
}
.pravila-reestra ul li {
    font-size: 14px!important;
}
.news-item .fa.fa-link {
    font-size: 22px;
    vertical-align: middle;
    padding-right: 10px;
    position: absolute;
    left: 0;
}
.p-l-30 {position: relative;padding-left: 30px;}
.we-inf p a {
    color: #009439;
}
.block-bacgr {
    background: #F9FCF3;
    position: relative;
    overflow: auto;
    padding: 30px 20px;
    margin-bottom: 15px;
}
.line-slick .slick-slide {margin: 15px;}

.bx-pagination-container ul li:before{
	display: none!important;
}
.bx_vertical_menu_advanced li.current {
    font-weight: bold;
}
ul.ok-ul {padding-left: 0!important;}
ul.ok-ul li:before  {
    display: none!important;
}
ul.ok-ul li i {
    color: #009439;
    font-size: 23px;
    vertical-align: bottom;
    margin-right: 10px;
}


table {
	width: 100%;
	border-collapse: collapse;
}
td, th {
	padding: 3px;
	border: 1px solid #d4d4d4;
}
.main-menu {
	list-style: none;
    padding-left: 0px;
}
.main-menu li {
	display: inline-block;
	padding: 10px 0px;
	margin-right: 33px;
}
.main-menu li:last-child {
	margin-right: 0px;
}
.main-menu li a,
.main-menu li span {
	color: #354546;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}
.main-menu li a.la-search{
	font-size: 24px;
	top: 4px;
    position: relative;
}
.main-menu li a.button{
    border: 1px solid #009439;
    color: #009439;
    text-transform: none;
    border-radius: 6px;
    padding: 6px 10px;
}
.main-menu li a:hover {
    color: #8abd24;
}
@media (max-width: 1299px) and (min-width: 1200px){
.main-menu li {
	margin-right: 21px;
}
}
@media (max-width: 1199px) and (min-width: 992px){
.main-menu li {
	margin-right: 8px;
}
.main-menu li:last-child {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: right;
    padding-right: 17px;
}
}
@media (max-width: 991px) and (min-width: 768px){
	
}
.absolute-present-mobile {display: none;}

.abort-padding{
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 30px;
}
.why-tile.radius{
	border-radius: 10px;
}
.why-tile.radius .abort-padding img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
/* Стили для Новогоднего оформления *//*
#footer {position: relative;}
#footer:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    background: url(images/elka.png) no-repeat center;
    background-size: contain;
    width: 350px;
    max-width: 100%;
    height: 193px;
}
.tab-content {position: relative;}
.absolute-bant {
    position: absolute;
    width: 265px;
    height: auto;
    bottom: -46px;
    left: 0;
    z-index: 1;
}
.absolute-shar {
    position: absolute;
    left: -120px;
    bottom: 0;
}
.absolute-stars {
    position: absolute;
    top: -10px;
    right: 0;
}
.absolute-present {
    position: absolute;
    right: -20px;
    bottom: 0px;
    width: 130px;
}
.absolute-elk {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.absolute-shar-foot {
    position: absolute;
    right: 0;
    bottom: 10px;
}*/
.faq-container, .file-container {background: none}
@media (max-width: 767px){
    .btn.btn-more {background: #fff}
    /*.present-img:after {
        content: '';
        position: absolute;
        width: 400px;
        height: 210px;
        background: url(images/shar.png) no-repeat center;
        bottom: 0;
        background-size: cover;
        z-index: -0;
        right: -120px;
    }
    .absolute-shar-foot {display: none;}
    .absolute-elk {z-index: 0;}
    .absolute-shar-foot {
        right: -180px;
    }
    .absolute-present-mobile {    
        right: 0;
        z-index: 11;
        top: -60px;
        position: absolute;
        display: block;
    }
    .absolute-present {display: none;}*/
    .main-menu{
	position: absolute;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10000;
    left: 100%;
    top: 0;
    /* height: 100%; */
    padding-top: 22px;
    padding-bottom: 25px;
    width: 0%;
    transition: all 0.3s;
    overflow: hidden;
}
.main-menu.open-state{
    left: 0;
    width: 100%;
}
.main-menu li {
    display: block;
    padding: 7px 15px;
    padding-left: 20px;
    text-align: right;
    margin-right: 0px;
}/*
.absolute-elk {
    top: 70px;
}*/
}
/* END Стили для Новогоднего оформления */


/* Начало 'Уведомления о новой записи в новостях' */

.n-container-new {
    width: 403px;
    height: 80px;
    background: #fff;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 9999;
    display: none;
    transition: .5s ease-in-out;
    box-shadow: -2px 2px 5px -2px rgba(214,214,214,1);
    border-radius: 5px;
}
.n-container-new__photo {
	background-color: #ffffff00;
    float: right;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 15px;
    margin-right: 40px;
    background-position-x: 100%;
    border-radius: 5px;
}
.n-container-new__photo-left{
	margin: 10px;
    width: 60px;
    height: 60px;
    background-color: #ffffff00;
    background-image: url(/images/logo-ico.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    float: left;
}
.n-container-new__text {
    padding: 10px;
}
.n-container-new__title {
    font-size: 15px;
    line-height: 22px;
    color: #354546;
    display: block;
}
.n-container-new__button {
	font-size: 14px;
    color: #91c42c;
    font-weight: 300;
    display: block;
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/images/n-container-new-arrow.svg);
    background-position: 120px 8px;
}
.n-container-new-close {
	background-image: url(/local/templates/main/images/n-container-new-close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
    width: 13px;
    height: 13px;
    margin-bottom: -10px;
    margin-right: 13px;
    top: -70px;
    float: right;
}
@media(max-width: 500px) {
    .n-container-new {
        top: calc(100vh - 90px);
        right: calc((100vw - 300px) / 2);
        width: 300px;
    }
    .n-container-new__title {
        font-size: 11px;
    }
    .n-container-new__photo {
        margin-right: 10px;
    }
    .n-container-new__button {
        background-position: 114px 13px;
    padding-top: 8px;
    font-size: 11px;
    }
}

/* Конец 'Уведомления о новой записи в новостях' */
.blog-item {
    transition: .3s ease-in-out;
}
.blog-item:hover {
    transform: scale(1.05);
}
.blog-item:Hover .blog-item-gray-layer{
	background: rgba(0,0,0,0.4)!important;
}
.lh-btn-color-main {
   
    text-align: center!important;
  color: #4950A8!important;
  border-color: #4950A8!important;
  margin-left: 10px;
}
  .lh-btn-color-main:hover {
      color: #fff!important;
      background: #4950A8!important;
  }

