.salemenu {
    margin-left: 2px;
	padding: 2px 5px;
}
#menu li {
    padding: 0 20px;
}
#menu li.last {
	padding-right: 0;
    background: none;
}
.text-uppercase {
	text-transform: uppercase;
}
#breadcrumb {
	margin: 10px 0 20px 0;
	display: inline-block;
    width: 100%;
}
#breadcrumb li {
	display: inline-block;
    float: left;
	line-height: 20px;
}
#breadcrumb li:not(last-child) {
	padding-right: 10px;
}
#breadcrumb li.razd {
	font-size: 10px;
}
.content {
	line-height: 1.5;
	min-height: 400px;
}
header {
	background: none;
	background: #FFF;
}
footer {
	margin-top: 0;
}
main {
	padding-bottom: 20px;
}
.topBlock {
	padding: 60px;
	height: auto;
}
.publ {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.publ #breadcrumb {
	margin-top: 10px;
    margin-bottom: 0;
}
#breadcrumb i {
	opacity: 0.30;
}
.publ .categories {
	padding-left: 0;
	margin-top: 0;
	flex-wrap: wrap;
	border-right: 1px solid #eee;
}
.div-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
}
.publ .categories span {
	line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #eee;
	width: 100%;
}
.publ .categories li a {
	text-decoration: none;
	line-height: 16px;
	padding: 12px 12px 12px 0;
    font-size: 13px;
	display: block;
	border-bottom: 1px solid #eee;
	color: #000;
	text-transform: uppercase;
	position: relative;
	
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	
	letter-spacing: -0.05rem;
}
.publ .categories li a.active:before {
	content: '';
    position: absolute;
    right: -16px;
    top: -1px;
    height: calc(100% + 2px);
    width: 16px;
    border-style: solid;
    border-color: #eee;
    border-width: 1px 0;
    background: #FFF;
    z-index: 1;
}
/*.publ .categories li:last-child a.active:before {
	border-width: 1px 0 0 0;
}
.publ .categories li:last-child a {
	border-bottom: none;
}*/
.publ .categories li a i {
	position: absolute;
    right: 0;
    opacity: 0.10;
    font-size: 10px;
    top: calc(50% - 5px);
}
.publ .categories li a:hover i {
	opacity: 1;
	right: -5px;
}
.publ .categories li a:hover {
	padding-left: 5px;
	font-weight: bold;
	padding-right: 0;
	margin-right: -5px;
}
.publ .categories li a.active i {
	opacity: 1;
	display: none;
}
.publ .categories li a.active {
	padding-left: 12px;
	font-weight: bold;
	color: #008e22;
	border-left: 2px solid #008e22;
}
.publ hr {
	margin: 10px 0 0 0;
}
.content.publ {
	padding-bottom: 0;
	padding-top: 10px;
}
.content.publ ul {
	margin-left: 0;
}
.publ .publ-container {
	position: relative;
	
	flex-wrap: wrap;
    padding: 0 0 20px 0;
	align-content: flex-start;
}
.publ .publ-container .col-md-6 {
	padding-left: 20px;
    padding-right: 0;
}
.publ .box {
	background: #fafafa;
	padding: 20px;
	width: 100%;
	border: 1px solid #eee;
    border-radius: 3px;
	font-size: 14px;
	margin-top: 20px;
}
/*.publ .col-md-6:nth-last-of-type(1) .box, .publ .col-md-6:nth-last-of-type(2) .box {
	margin-bottom: 0;
}*/
.publ .box .title {
	text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    max-height: 60px;
	margin: 0;
    margin-bottom: 10px;
}
.button_big_free {
	background: #008e22;
    font-size: 14px;
    color: #FFF!important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.30);
    box-shadow: 0 3px 0 #256325;
    margin: 0;
	margin-top: auto;
	text-align: center;
	outline: none;
	padding: 12px 20px 9px;
	transition: 0.28s ease;
	text-transform: uppercase;
}
.button_big_free:hover {
	background: #00bf2e;
    box-shadow: 0 3px 0 #228a22;
}
.pagination {
	margin: 0;
	margin-top: 20px;
}
.pagination li {
    margin: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #008e22;
    border-color: #008e22;
}
.content a, .pagination>li>a, .pagination>li>span {
	color: #008e22;
}





#documentImage {
	max-height: 600px;
	background: #FFF;
	text-align: center;
}
#documentImage img {
	max-height: 100%;
}
.formCol {
	display: flex;
}
.formCol .formBox {
	padding: 20px;
	background: #f7f8fa;
}
.formCol .imageBox {
	text-align: center;
	padding: 20px;
}
.formCol input, .formCol select {
	border-radius: 0;
	outline: none!important;
	box-shadow: none!important;	
}
.formCol .form-control:focus {
	border: 1px solid #008e22;
}
.formCol label {
	text-transform: uppercase;
	margin-bottom: 2px;
	color: #000;
}
.formCol span.error {
	color: red;
    display: block;
    font-size: 85%;
    padding-top: 5px;
    font-weight: bold;
}
.formCol .text-muted {
	font-style: italic;
	display: block;
	text-align: right;
	color: rgba(119, 119, 119, 0.70);
	font-size: 75%;
}
.formCol .btn {
	margin-top: 10px;
	font-weight: bold;
    text-transform: uppercase;
}
.loadingImg {
	position: relative;
}
.loadingImg canvas {
	-webkit-filter: blur(8px);
	filter: blur(8px);
}
.loadingImg::before {
	position: absolute;
	content: attr(data-text-loading);
	background: rgba(255, 255, 255, 0.50);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #ee3131;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	padding-top: calc(50%);
	z-index: 1;
}
.input-group .form-control[disabled] {
	background: #FFF;
	cursor: default;
	border-right: 0;
}
.formCol label.btn {
	color: #333;
	margin-bottom: 0;
	border-radius: 0;
	outline: none;
	box-shadow: none;
}
.input-group {
	padding-bottom: 15px;
}
.custom-file input[type="file"] {
	width: 0;
    height: 0;
    position: absolute;
    left: -10000px;
}
.custom-file .custom-file-box {
	display: flex;
}
.custom-file button {
	background: #008e22;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    border: 0;
    padding: 0 15px;
	outline: none;
	transition: all 0.1s linear;
	white-space: nowrap;
}
.custom-file button:hover {
	background: #00bf2e;
}
.custom-file button img {
	max-height: 15px;
    margin-right: 10px;
}
.custom-file .file_name {
    width: 100%;
    border-left: 0;
    border-bottom: 2px solid #ccc;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
	line-height: 30px;
    font-weight: 600;
	transition: all 0.1s linear;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.custom-file .file_name.active {
	border-bottom-color: #66bd50;
	color: #66bd50;
}
.custom-file .file_name.error {
	border-bottom-color: #ee3131;
	color: #ee3131;
}

.formBox .lang:not(.selected) {
	display: none!important;
}
.formBox .form-group {
    margin-bottom: 18px;
}
.SelectLang-container {
    margin-bottom: 40px;
}
.newStyle-SelectLang {
    padding: 0 0 7px 0;
    border: 1px solid #008e22;
	border-radius: 3px;
}
.newStyle-SelectLang .form-group label[for="input_lang"] {
	text-align: center;
    display: block;
	margin-bottom: 10px;
	background: #008e22;
    padding: 5px 5px 3px 5px;
    color: #FFF;
	border-bottom: 2px solid #256325;
}

.newStyle-SelectLang [type="radio"]:not(:checked), .newStyle-SelectLang [type="radio"]:checked {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label+label, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label+label, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label+label, .newStyle-SelectLang label.btn input[type="radio"]:checked+label, .newStyle-SelectLang label.btn input[type="radio"]:checked+label+label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.28s ease;
    transition: 0.28s ease;
}

.newStyle-SelectLang .form-check-input[type="radio"]:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label:before, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:after, .newStyle-SelectLang label.btn input[type="radio"]:checked+label:after, .newStyle-SelectLang label.btn input[type="radio"]:checked+label+label:after, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label:before, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label+label:before, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label+label:after {
    border: 2px solid #256325;
}
.newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label:before, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label:before, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label:after, label.btn input[type="radio"]:checked+label:before, .newStyle-SelectLang label.btn input[type="radio"]:checked+label:after, label.btn input[type="radio"].with-gap:checked+label:before, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:after, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label+label:before, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label+label:after, label.btn input[type="radio"]:checked+label+label:before, .newStyle-SelectLang label.btn input[type="radio"]:checked+label+label:after, label.btn input[type="radio"].with-gap:checked+label+label:before, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label+label:after {
    border-radius: 50%;
}
.newStyle-SelectLang .form-check-input[type="radio"]:checked+label:before, .newStyle-SelectLang label.btn input[type="radio"]:checked+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label+label:before, .newStyle-SelectLang label.btn input[type="radio"]:checked+label+label:before {
    border: 2px solid transparent;
}
.newStyle-SelectLang .form-check-input[type="radio"]+label:before, .newStyle-SelectLang .form-check-input[type="radio"]+label:after, .newStyle-SelectLang label.btn input[type="radio"]+label:before, .newStyle-SelectLang label.btn input[type="radio"]+label:after, .newStyle-SelectLang .form-check-input[type="radio"]+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"]+label+label:after, .newStyle-SelectLang label.btn input[type="radio"]+label+label:before, .newStyle-SelectLang label.btn input[type="radio"]+label+label:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 16px;
    margin: 2px;
    content: "";
    -webkit-transition: 0.28s ease;
    transition: 0.28s ease;
}
.newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:after, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label+label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.newStyle-SelectLang .form-check-input[type="radio"]:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang label.btn input[type="radio"]:checked+label:after, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:after, .newStyle-SelectLang label.btn input[type="radio"]:checked+label+label:after, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label+label:after {
    background-color: #256325;
}
.newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label:before, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label:before, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label:after, .newStyle-SelectLang label.btn input[type="radio"]:checked+label:before, .newStyle-SelectLang label.btn input[type="radio"]:checked+label:after, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label:before, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:after, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label+label:before, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label+label:after, .newStyle-SelectLang label.btn input[type="radio"]:checked+label+label:before, .newStyle-SelectLang label.btn input[type="radio"]:checked+label+label:after, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label+label:before, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label+label:after {
    border-radius: 50%;
}
.newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label:after, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label:before, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label+label:after, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label+label:before, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label+label:after {
    border: 2px solid #5a5a5a;
}
.newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label:after, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label+label:after, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label+label:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}


.publ.publ-form .categories li a:not(.active):not(.step-ok):hover {
	padding-left: 0;
    font-weight: normal;
}
.publ.publ-form .categories li a:not(.step-ok) {
	cursor: default;
	color: rgba(200, 200, 200, 1);
}
.publ.publ-form .categories li a.active {
	color: #008e22;
}
.publ.publ-form .publ-container {
	padding: 10px 0 20px 20px;
}

.step {
	display: none;
}
.step.active {
	display: block;
}
.step a.button_big_free {
	cursor: pointer;
	min-width: 150px;
	margin-top: 20px;
}
.step-ok:not(.active) {
	border-bottom-color: #eee!important;
    color: #000!important;
	cursor: pointer!important;
}
.step .warning {
	font-size: 12px;
	opacity: 0.60;
}
.step table thead th {
	border-color: #256325;
	background: #008e22;
	color: #FFF;
}
.step table {
	border-color: #256325;
}

.content {
	overflow: hidden;
}

.diplom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    width: 100%;
	padding: 20px 0;
    border-top: 1px solid #eee;
}
.diplom h2 {
	margin: 0;
	text-transform: uppercase;
}
.diplom p {
	opacity: 0.70;
	line-height: 20px;
}
.diplom .cover {
	min-height: 200px;
}
.diplom .context {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.diplom .context .bottom-box {
	margin-top: auto;
	width: 100%;
}
.diplom .context p,  .diplom .context h2 {
	width: 100%;
}

.not-text-decoration {
	text-decoration-color: rgba(0, 0, 0, 0)!important;
}

.anim-01 {
	position: relative;
	display: inline-block;
	height: 60px;
}
.anim-01 .chevron {
	position: absolute;
	width: 28px;
	height: 8px;
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
	animation: move 3s ease-out infinite;
	margin: 0 auto;
}
.anim-01 .chevron:first-child {
	animation: move 3s ease-out 1s infinite;
}
.anim-01 .chevron:nth-child(2) {
	animation: move 3s ease-out 2s infinite;
}
.anim-01 .chevron:before, .anim-01 .chevron:after {
	content: ' ';
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #f9481e;
}
.anim-01 .chevron:before {
	left: 0;
	transform: skew(0deg, 30deg);
}
.anim-01 .chevron:after {
	right: 0;
	width: 50%;
	transform: skew(0deg, -30deg);
}

@keyframes move {
	25% {
		opacity: 1;
	}
	33% {
		opacity: 1;
		transform: translateY(30px);
	}
	67% {
		opacity: 1;
		transform: translateY(40px);
	}
	100% {
		opacity: 0;
		transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
}

@keyframes pulse {
	to {
		opacity: 1;
	}
}
  
footer {
	background: #0072ab;
}
footer a {
	text-decoration: underline;
	color: #FFF!important;
}

.form-control {
	font-size: 17px;
}