/**
* @section fonts
*/

@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&subset=cyrillic-ext");
@font-face {
	font-family: "MuseoSansRegular";
	src: url("/css/fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.eot");
	src: url("/css/fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.eot?#iefix") format("embedded-opentype"), url("/css/fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.woff") format("woff"), url("/css/fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

/**
* @section helpers
*/

/* MARGINS & PADDINGS */

.p-none {
	padding: 0;
}

.p-xxs {
	padding: 5px;
}

.p-xs {
	padding: 10px;
}

.p-sm {
	padding: 15px;
}

.p-m {
	padding: 20px;
}

.p-md {
	padding: 25px;
}

.p-lg {
	padding: 30px;
}

.p-xl {
	padding: 40px;
}

.p-w-xs {
	padding: 0 10px;
}

.p-w-sm {
	padding: 0 15px;
}

.p-w-m {
	padding: 0 20px;
}

.p-w-md {
	padding: 0 25px;
}

.p-w-lg {
	padding: 0 30px;
}

.p-w-xl {
	padding: 0 40px;
}

.m-xxs {
	margin: 2px 4px;
}

.m-xs {
	margin: 5px;
}

.m-sm {
	margin: 10px;
}

.m {
	margin: 15px;
}

.m-md {
	margin: 20px;
}

.m-lg {
	margin: 30px;
}

.m-xl {
	margin: 50px;
}

.m-none {
	margin: 0;
}

.m-l-none {
	margin-left: 0;
}

.m-l-xs {
	margin-left: 5px;
}

.m-l-sm {
	margin-left: 10px;
}

.m-l {
	margin-left: 15px;
}

.m-l-md {
	margin-left: 20px;
}

.m-l-lg {
	margin-left: 30px;
}

.m-l-xl {
	margin-left: 40px;
}

.m-l-n-xxs {
	margin-left: -1px;
}

.m-l-n-xs {
	margin-left: -5px;
}

.m-l-n-sm {
	margin-left: -10px;
}

.m-l-n {
	margin-left: -15px;
}

.m-l-n-md {
	margin-left: -20px;
}

.m-l-n-lg {
	margin-left: -30px;
}

.m-l-n-xl {
	margin-left: -40px;
}

.m-t-none {
	margin-top: 0;
}

.m-t-xxs {
	margin-top: 1px;
}

.m-t-xs {
	margin-top: 5px;
}

.m-t-sm {
	margin-top: 10px;
}

.m-t {
	margin-top: 15px;
}

.m-t-md {
	margin-top: 20px;
}

.m-t-lg {
	margin-top: 30px;
}

.m-t-xl {
	margin-top: 40px;
}

.m-t-xxl {
	margin-top: 60px;
}

.m-t-n-xxs {
	margin-top: -1px;
}

.m-t-n-xs {
	margin-top: -5px;
}

.m-t-n-sm {
	margin-top: -10px;
}

.m-t-n {
	margin-top: -15px;
}

.m-t-n-md {
	margin-top: -20px;
}

.m-t-n-lg {
	margin-top: -30px;
}

.m-t-n-xl {
	margin-top: -40px;
}

.m-r-none {
	margin-right: 0;
}

.m-r-xxs {
	margin-right: 1px;
}

.m-r-xs {
	margin-right: 5px;
}

.m-r-sm {
	margin-right: 10px;
}

.m-r {
	margin-right: 15px;
}

.m-r-md {
	margin-right: 20px;
}

.m-r-lg {
	margin-right: 30px;
}

.m-r-xl {
	margin-right: 40px;
}

.m-r-n-xxs {
	margin-right: -1px;
}

.m-r-n-xs {
	margin-right: -5px;
}

.m-r-n-sm {
	margin-right: -10px;
}

.m-r-n {
	margin-right: -15px;
}

.m-r-n-md {
	margin-right: -20px;
}

.m-r-n-lg {
	margin-right: -30px;
}

.m-r-n-xl {
	margin-right: -40px;
}

.m-b-none {
	margin-bottom: 0;
}

.m-b-xxs {
	margin-bottom: 1px;
}

.m-b-xs {
	margin-bottom: 5px;
}

.m-b-sm {
	margin-bottom: 10px;
}

.m-b {
	margin-bottom: 15px;
}

.m-b-md {
	margin-bottom: 20px;
}

.m-b-lg {
	margin-bottom: 30px;
}

.m-b-xl {
	margin-bottom: 40px;
}

.m-b-n-xxs {
	margin-bottom: -1px;
}

.m-b-n-xs {
	margin-bottom: -5px;
}

.m-b-n-sm {
	margin-bottom: -10px;
}

.m-b-n {
	margin-bottom: -15px;
}

.m-b-n-md {
	margin-bottom: -20px;
}

.m-b-n-lg {
	margin-bottom: -30px;
}

.m-b-n-xl {
	margin-bottom: -40px;
}

.space-15 {
	margin: 15px 0;
}

.space-20 {
	margin: 20px 0;
}

.space-25 {
	margin: 25px 0;
}

.space-30 {
	margin: 30px 0;
}


/**
* @section common
*/

body {
	font-family: "MuseoSansRegular", sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 1.1;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	background-color: #010101;
}

.section {
	width: calc(100% - 30px);
	padding: 0px 15px;
}

.section-inner {
	padding: 20px 0px;
	max-width: 1000px;
	margin: 0px auto;
}

.section-inner-lg {
	max-width: 1220px;
}

.section-inner-md {
	max-width: 1070px;
}

.section-inner-mmd {
	max-width: 1055px;
}

.section-inner-sm {
	max-width: 900px;
}

.section-inner-xs {
	max-width: 600px;
}

.section-page-inner {
	padding-bottom: 25px !important;
}

.section-page-inner h1 {
	font-size: 32px;
	padding: 15px 20px;
}

.section-content {
	background-color: #010101;
}

.section-content p {
	margin: 1em 0;
	line-height: 1.2;
}

.section-content li {
	list-style-position: outside;
	line-height: 1.2;
}

.t-a-right {
	text-align: right;
}

.t-a-center {
	text-align: center;
}

.t-a-left {
	text-align: left;
}

h1 {
	font-size: 36px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 2px;
}

h2 {
	font-size: 36px;
	color: #CC0021;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 2px;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	color: #4E4E4E;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.p-b-none,
h1.p-b-none {
	padding-bottom: 0px;
}

a {
	color: #0857A6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style-position: inside;
}

.text_bold {
	font-weight: bold;
}

.text_uppercase {
	text-transform: uppercase;
}

.text_lowercase {
	text-transform: lowercase;
}

.text_bigger {
	font-size: 24px;
}

.small_font_button {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	font-weight: 100;
}

.button,
input[type="submit"] {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 12px 19px 12px;
	line-height: 1;
	background: #adcd3a;
	background: -moz-linear-gradient(top, #adcd3a 0%, #80ae24 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #adcd3a), color-stop(100%, #80ae24));
	background: -webkit-linear-gradient(top, #adcd3a 0%, #80ae24 100%);
	background: -o-linear-gradient(top, #adcd3a 0%, #80ae24 100%);
	background: -ms-linear-gradient(top, #adcd3a 0%, #80ae24 100%);
	background: linear-gradient(to bottom, #adcd3a 0%, #80ae24 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adcd3a', endColorstr='#80ae24', GradientType=0);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: background-color 0.5;
	-o-transition: background-color 0.5;
	-webkit-transition: background-color 0.5;
	transition: background-color 0.5;
	box-shadow: none;
	border: 1px solid #83a425;
}

.button:hover,
input[type="submit"]:hover {
	text-decoration: none;
	background: #80ae24;
	background: -moz-linear-gradient(top, #80ae24 0%, #adcd3a 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #80ae24), color-stop(100%, #adcd3a));
	background: -webkit-linear-gradient(top, #80ae24 0%, #adcd3a 100%);
	background: -o-linear-gradient(top, #80ae24 0%, #adcd3a 100%);
	background: -ms-linear-gradient(top, #80ae24 0%, #adcd3a 100%);
	background: linear-gradient(to bottom, #80ae24 0%, #adcd3a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ae24', endColorstr='#adcd3a', GradientType=0);
}

.button_icon i {
	display: inline-block;
	margin-right: 10px;
}

.button-red,
input[type="submit"].button-red {
	background: #f05d5d;
	background: -moz-linear-gradient(top, #f05d5d 0%, #d90505 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f05d5d), color-stop(100%, #d90505));
	background: -webkit-linear-gradient(top, #f05d5d 0%, #d90505 100%);
	background: -o-linear-gradient(top, #f05d5d 0%, #d90505 100%);
	background: -ms-linear-gradient(top, #f05d5d 0%, #d90505 100%);
	background: linear-gradient(to bottom, #f05d5d 0%, #d90505 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05d5d', endColorstr='#d90505', GradientType=0);
	border: 1px solid #9d1e1e;
	cursor: pointer;
}

.button-red:hover,
input[type="submit"].button-red:hover {
	background: #d90505;
	background: -moz-linear-gradient(top, #d90505 0%, #f05d5d 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #d90505), color-stop(100%, #f05d5d));
	background: -webkit-linear-gradient(top, #d90505 0%, #f05d5d 100%);
	background: -o-linear-gradient(top, #d90505 0%, #f05d5d 100%);
	background: -ms-linear-gradient(top, #d90505 0%, #f05d5d 100%);
	background: linear-gradient(to bottom, #d90505 0%, #f05d5d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90505', endColorstr='#f05d5d', GradientType=0);
}

input[type="text"],
input[type="password"],
textarea,
select {
	border: 1px solid #cccccc;
	background: #FFFFFF;
	height: 18px;
	font: normal 14px Verdana;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

textarea {
	height: auto;
}

select {
	height: 22px;
}

select.language-switcher {
	border: none;
	background-color: transparent;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	margin: 8px 0px;
}

.file-input-box {
	position: relative;
	width: 300px;
	height: 24px;
	background: url(../images/button-select-file.png) no-repeat right top;
	cursor: pointer;
}

.file-input-box,
.file-input-box input {
	overflow: hidden;
}

.file-input-text {
	border: 1px solid #cccccc;
	background: #FFFFFF;
	float: left;
	height: 18px;
	line-height: 20px;
	width: 215px;
	border-radius: 3px;
}

.file-input {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 81px;
	height: 22px;
	font-size: 99px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

.clear {
	clear: both;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5 {
	color: #ffffff;
}

.text-green {
	color: #d1ff9b;
}

.m-t-custom {
	margin-top: 44px;
}

.color_zagol_red {
	color: #FF0000;
}

p {
	margin: 0 0 10px;
}

.doubleScroll-scroll-wrapper::-webkit-scrollbar,
.table-wrapper::-webkit-scrollbar {
	width: 12px;
}

.doubleScroll-scroll-wrapper::-webkit-scrollbar-track,
.table-wrapper::-webkit-scrollbar-track {
	background-color: #ebeef6;
}

.doubleScroll-scroll-wrapper::-webkit-scrollbar-thumb,
.table-wrapper::-webkit-scrollbar-thumb {
	border-radius: 15px;
	background-color: #aeb3c5;
	border: 3px solid #ebeef6;
}


/**
* @section section-top
*/

.section-top {
	background-color: #010101;
}

.section-top .section-inner {
	padding: 6px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.language-switcher {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.top-image {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.section-top .socails {
	display: inline-block;
	vertical-align: middle;
}

.section-top .socails img {
	height: 20px;
}

.top-menu {
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 13px;
	display: inline-block;
	vertical-align: middle;
}

.top-menu li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 13px;
}

.top-menu li a {
	color: #ffffff;
	text-transform: uppercase;
}

.top-menu li:last-child {
	margin-right: 0;
}

.selecter {
	top: 1px;
	margin: 8px 0;
}

.selecter-selected {
	padding: 5px;
	background-color: transparent;
	border: none;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 0px;
	width: auto;
	min-width: 60px;
	padding-right: 10px;
}

.selecter-selected:after {
	content: "\f107";
	position: absolute;
	top: 5px;
	right: 2px;
	bottom: 0;
	display: block;
	margin: auto 0;
	font-family: FontAwesome;
	width: auto;
	height: auto;
}

.selecter.open .selecter-selected:after {
	content: "\f106";
	transform: none;
}

.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
	background-color: transparent;
}

.selecter-item.selected {
	background: #ffffff;
}

.selecter.open .selecter-selected {
	color: #000000;
	background-color: #ffffff;
	border-radius: 3px 3px 0px 0px;
}

.selecter-options {
	border: 1px solid #f1f1f1;
	border-width: 1px;
	font-size: 13px;
	border-radius: 0px 0px 3px 3px;
}

.selecter-item {
	font-size: 13px;
	padding: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #f1f1f1;
}

.selecter-item:hover {
	text-decoration: none;
}

.languages .selecter-options .selecter-item:first-child {
	position: relative;
	padding-right: 26px;
}

.languages .selecter-options .selecter-item:first-child::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/lang_en.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 4px;
}

.languages .selecter-options .selecter-item:last-child {
	position: relative;
	padding-right: 26px;
}

.languages .selecter-options .selecter-item:last-child::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/lang_ru.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 4px;
}


/**
* @section section-header
*/

.section-header .section-inner {
	padding: 24px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-link {
	display: none;
}

.main-menu {
	display: block;
	margin: 0;
	padding: 0;
	font-family: 'Lora', serif;
	margin-right: 220px;
}

.main-menu .fa {
	padding-left: 10px;
}

.main-menu li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	padding: 10px 19px;
}

.main-menu li a {
	color: #695753;
	font-size: 18px;
	outline: none;
}

.main-menu li:last-child {
	margin-right: 0;
}

.main-menu li:hover .sub-menu {
	display: block;
}

.main-menu li:hover .fa {
	transform: rotate(180deg);
	padding-right: 10px;
	padding-left: 0;
}

.sub-menu {
	display: none;
	background-color: #92CE48;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	white-space: nowrap;
	width: auto;
	z-index: 10;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	margin: 0;
	padding: 0;
}

.sub-menu li {
	display: block;
	margin-right: 0;
	padding: 0;
}

.sub-menu li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	padding: 10px 15px;
	display: block;
}

.sub-menu li a:hover {
	text-decoration: none;
	background-color: #92CE48;
}

.sub-menu li:last-child a {
	border-bottom: none;
}


/**
* @section section-green
*/

.section-green {
	background-color: #010101;
}

.section-green .section-inner {
	padding: 1px 0px 15px 0px;
	max-width: 1200px;
}


/**
* @section section-1
*/

.section-1 {
	overflow: hidden;
}

.column-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.column-wrapper-multicolumn {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.column-35 {
	width: 35%;
}

.column-60 {
	width: 60%;
}

.column-49 {
	width: 49%;
}


/**
* @section section-2
*/

.section-2 {
	background-color: #f7f7f7;
}

.section-2 h2 {
	font-size: 24px;
}

.white-box {
	background-color: #ffffff;
	margin-bottom: 20px;
	padding: 10px 15px;
	color: #4E4E4E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	width: calc(49% - 30px);
}

.white-box h3 {
	color: #4E4E4E;
	line-height: 26px;
	margin-top: 10px;
}

.white-box-33 {
	background-color: #ffffff;
	margin-bottom: 20px;
	padding: 10px 15px;
	color: #4E4E4E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	width: calc(32% - 30px);
}

.section-3 h2 {
	font-size: 24px;
}

.section-3 .section-inner {
	padding: 10px 0px 10px 0px;
}

.contact-form input[type="submit"] {
	font: bold 12px Verdana;
	padding: 5px;
}

.section-5 {
	background-color: #f7f7f7;
}

.subscribe-form {
	text-align: center;
}

.subscribe-form h3 {
	margin-bottom: 20px;
}

.subscribe-form input[type="text"] {
	width: calc(50% - 38px);
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	padding: 9px 19px 9px;
	font-size: 18px;
	font-weight: normal;
	height: auto;
}

.subscribe-form input[type="password"] {
	width: calc(50% - 38px);
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	padding: 9px 19px 9px;
	font-size: 18px;
	font-weight: normal;
	height: auto;
}

.subscribe-form input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}

.subscribe-form p {
	font-size: 15px;
	margin-top: 20px;
}

.subscribe-form_normal {
	text-align: center;
}

.subscribe-form_normal h3 {
	margin-bottom: 20px;
}

.subscribe-form_normal input[type="text"] {
	width: calc(50% - 38px);
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	padding: 9px 19px 9px;
	font-size: 18px;
	font-weight: normal;
	height: auto;
}

.subscribe-form_normal input[type="password"] {
	width: calc(50% - 38px);
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	padding: 9px 19px 9px;
	font-size: 18px;
	font-weight: normal;
	height: auto;
}

.subscribe-form_normal input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}

.subscribe-form_normal p {
	font-size: 15px;
	margin-top: 20px;
}

.login-wrapper {
	max-width: 400px;
	margin: 30px auto 0px auto;
}

.login-wrapper input[type="text"] {
	width: calc(100% - 38px);
	display: block;
	margin-bottom: 10px;
}

.login-wrapper input[type="password"] {
	width: calc(100% - 38px);
	display: block;
	margin-bottom: 10px;
}

.login-wrapper input[type="submit"] {
	width: 100%;
}

.green-link {
	font-size: 13px;
	color: #d1ff9b;
	text-decoration: underline;
}

.green-link:hover {
	text-decoration: none;
}

.button-orange,
input[type="submit"].button-orange {
	background: #f2a600;
	cursor: pointer;
}

.needsfilled {
	border-color: #ff3346 !important;
}

.success,
.error,
.email-error {
	font-size: 18px;
	display: inline-block;
	text-align: center;
	line-height: 1.2;
	color: #3a1a0e;
	padding: 30px;
	max-width: 300px;
}

.regular-checkbox_label {
	display: inline;
}

input[type="checkbox"].regular-checkbox {
	display: none;
}

input[type="checkbox"].regular-checkbox+label {
	background-color: transparent;
	border: 1px solid #d1ff9b;
	padding: 5.5px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 2px 0 0;
	left: -1px;
	top: -2px;
}

input[type="checkbox"].regular-checkbox:checked+label:after {
	content: '\2714';
	font-size: 12.5px;
	position: absolute;
	top: -1px;
	left: 1px;
	color: #d1ff9b;
}

.regular-checkbox_text {
	display: inline-block;
	vertical-align: middle;
	color: #d1ff9b;
	font-size: 13px;
}

.checkbox-wrapper {
	text-align: left;
	margin-top: 20px;
	display: inline-block;
}

.checkbox-wrapper:hover {
	color: #ffffff;
	cursor: pointer;
}

.checkbox-wrapper:hover .regular-checkbox_text,
.checkbox-wrapper:hover input[type="checkbox"].regular-checkbox:checked+label:after {
	color: #ffffff;
}

.checkbox-wrapper:hover input[type="checkbox"].regular-checkbox+label {
	border: 1px solid #ffffff;
}

.icon-lock-wrapper {
	text-align: left;
	margin-top: 8px;
}

.icon-lock {
	color: #d1ff9b;
	position: relative;
	padding-left: 20px;
	font-size: 13px;
}

.icon-lock:before {
	content: '\f023';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: -2.5px;
	font-size: 17px;
}

.icon-lock:hover,
.icon-lock:hover::before {
	color: #ffffff;
	text-decoration: none;
}


/**
* @section section-brown
*/

.section-brown {
	/*background: url(../images/replies/bg-broun.jpg) repeat scroll center top transparent;*/
	overflow: hidden;
}

.section-brown .section-inner {
	padding: 0;
}

.section-brown h2 {
	font-weight: 700;
	padding-left: 26px;
}

.flexslider-custom {
	background: transparent;
	border: none;
	padding: 0px 40px;
	margin-bottom: 30px;
}

.flexslider-custom .flex-direction-nav .flex-prev {
	left: 0;
	opacity: 0.7;
}

.flexslider-custom .flex-direction-nav .flex-next {
	right: 0;
	opacity: 0.7;
}

.flexslider-custom .flex-direction-nav a:before {
	color: #fff;
}

.flexslider-custom.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 0px;
}

.flexslider-custom.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 0px;
}

.rel {
	position: relative;
}

.zmin {
	z-index: 1;
}

.block-text {
	background-color: #FCFCFD;
	border-radius: 5px;
	box-shadow: 0 3px 0 #2c2222;
	color: #626262;
	font-size: 14px;
	margin-top: 27px;
	padding: 15px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.block-text a {
	color: #75b42c;
	font-size: 25px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 21px;
	text-decoration: none;
	/*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);*/
}

.block-text-not-a {
	color: #75b42c;
	font-size: 25px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 21px;
	text-decoration: none;
	/*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);*/
}

.mark {
	padding: 12px 0;
	background: none;
}

.block-text p {
	color: #585858;
	font-family: Georgia;
	font-style: italic;
	line-height: 20px;
	font-size: 16px;
}

.block-text ins {
	bottom: -44px;
	left: 50%;
	margin-left: -52px;
}

.ab {
	position: absolute;
}

block {
	display: block;
}

.person-text {
	padding: 10px 0 0;
	text-align: center;
	z-index: 2;
}

.person-text img {
	width: auto !important;
	margin: 0px auto;
}

.person-text a {
	color: #ffcc00;
	display: block;
	font-size: 14px;
	margin-top: 3px;
	text-decoration: underline;
}

.person-text i {
	color: #fff;
	font-family: Georgia;
	font-size: 13px;
}

ins {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 44px 44px 0;
	border-color: transparent #FCFCFD transparent transparent;
	position: absolute;
}

/**
* @section section-4
*/

.section-4 h3 {
	margin-top: 18px;
}

.section-4 .section-inner {
	padding-bottom: 0px;
}

.images-grid {
	margin: 30px 0px 0px 0px;
}

.images-grid img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5%;
	margin-bottom: 28px;
}

.images-grid img:last-child {
	margin-right: 0;
}

.images-grid.thin img {
	margin-right: 2%;
}

/**
* @section section-footer-1
*/

.footer-menu-title {
	font-weight: 700;
}

.footer-menu-wrapper {
	width: 20%;
	line-height: 1.65;
}

.footer-menu {
	margin: 0;
	padding: 0;
}

.footer-menu li {
	list-style: none;
	display: block;
}

.footer-menu li a {
	color: #A5A5A5;
}

.footer-logo {
	width: 16%;
}

.section-footer-1 {
	background-color: #010101;
	font-size: 16px;
	line-height: 1.2;
}

.section-footer-1 .section-inner {
	color: #ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 45px;
}

/**
* @section section-footer-2
*/

.section-footer-2 {
	background-color: #010101;
	color: #CC0020;
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight:bold;
}

.section-footer-2 a {
	color: #A5A5A5;
}

.section-footer-2 .footer-text {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 700px;
	margin: 20px auto 0px auto;
}

.section-footer-2 .socails {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/**
* @section responsive
*/

img,
iframe,
table {
	max-width: 100%;
}

@media all and (max-width: 1200px) {
	.main-menu {
		margin-right: 0;
	}
}

@media all and (max-width: 940px) {
	.white-table {
		width: auto;
	}
}

@media all and (max-width: 870px) {
	.main-menu li {
		margin-right: 0;
	}
}

@media all and (max-width: 860px) {
	.footer-logo {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
}

@media all and (max-width: 830px) {
	.main-menu li {
		padding: 10px 10px;
	}
}

@media all and (max-width: 790px) {
	.main-menu li a {
		font-size: 14px;
	}
}

@media all and (max-width: 767px) {
	.main-menu {
		display: none;
		position: absolute;
		right: 0;
		width: 100%;
		background-color: #f1f1f1;
	}
	.main-menu li {
		display: block;
		text-align: right;
	}
	.main-menu li a {
		font-size: 16px;
		text-transform: uppercase;
	}
	.main-menu .fa {
		display: none;
	}
	.menu-link {
		display: block;
		width: 34px;
		height: 29px;
		background: url(../images/menu.png) 0 0 no-repeat;
		margin-bottom: 20px;
		position: relative;
		top: 10px;
	}
	.sub-menu {
		display: block;
		position: relative;
		background-color: transparent;
	}
	.sub-menu li {
		padding: 0;
	}
	.sub-menu li a {
		color: #695753;
		text-transform: none;
		border-bottom: none;
	}
	.sub-menu li a:hover {
		background-color: transparent;
	}
	.column-wrapper {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.column-35,
	.column-47,
	.column-60 {
		width: 100%;
	}
	.white-box {
		width: calc(100% - 30px);
	}
	.white-box-33 {
		width: calc(50% - 30px);
	}
	.white-table,
	.green-table {
		width: 100%;
		margin: 0;
	}
	.images-grid {
		text-align: center;
	}
}

@media all and (max-width: 730px) {
	.footer-menu-wrapper {
		width: 50%;
		margin-bottom: 10px;
	}
	.subscribe-form input[type="text"] {
		width: calc(100% - 220px);
	}
	.login-wrapper input[type="text"] {
		width: calc(100% - 38px);
	}
}

@media all and (max-width: 550px) {
	.contact-form textarea,
	.contact-form input[type="text"],
	.contact-form select {
		width: 100%;
	}
}

@media all and (max-width: 500px) {
	.white-table tr td:first-child,
	.white-table tr th:first-child {
		padding-left: 12px;
	}
}

@media all and (max-width: 480px) {
	.white-table .button,
	.green-table .button {
		font-size: 14px;
		padding: 10px 15px;
	}
}

@media all and (max-width: 460px) {
	.top-menu li,
	.selecter-selected,
	.selecter-options,
	.selecter-item {
		font-size: 11px;
	}
	.selecter-selected {
		min-width: 56px;
	}
}

@media all and (max-width: 450px) {
	.break-header {
		word-wrap: break-word;
	}
	.top-image {
		margin-right: 0;
	}
	.section-top .socails img {
		width: 18px;
	}
	.white-box-33 {
		width: 100%;
	}
}

@media all and (max-width: 430px) {
	.white-table,
	.green-table,
	.green-table tr th {
		font-size: 14px;
	}
	.white-table tr td,
	.white-table tr th,
	.green-table tr th,
	.green-table tr td {
		padding: 12px 7px;
	}
	.white-table tr th {
		font-size: 16px;
	}
	.white-table tr td:first-child,
	.white-table tr th:first-child {
		padding-left: 7px;
	}
	.section-footer-2 .footer-text {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.section-footer-2 .socails {
		width: 100%;
		margin-bottom: 10px;
	}
	.copyright {
		width: 100%;
		text-align: center;
	}
	.subscribe-form input[type="text"] {
		margin-right: 0;
		width: calc(100% - 38px);
		margin-bottom: 10px;
	}
	.subscribe-form input[type="submit"] {
		width: 100%;
	}
}

@media all and (max-width: 410px) {
	.top-menu {
		margin: 0px;
	}
	.top-menu li {
		margin-right: 5px;
	}
}

@media all and (max-width: 390px) {
	.section-top .socails {
		display: none;
	}
}

@media all and (max-width: 370px) {
	.section-3 {
		width: 100%;
		padding: 0px;
	}
	.footer-menu-wrapper {
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}
}

.zagol_bottom_line {
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	text-align: left;
	font-size: 20px !important;
}

.lang-switcher {
	/*display: flex;*/
	align-items: center;
	justify-content: flex-end;
	padding: 10px 0;
	font-size: 16px;
}

.lang-switcher a {
	/*display: flex;*/
	align-items: center;
	justify-content: flex-end;
	margin-left: 15px;
	color: #ffffff;
}

.lang-switcher a:hover {
	text-decoration: none;
	color: #CC0020;
}

.lang-switcher span {
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 2px;
}

.href_underline a:link {
	text-decoration: underline;
}

.href_underline a:hover {
	text-decoration: none;
}

.st_breadcrumbs {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 12px;
}

.dotted_line {border-bottom: dotted 1px #CCCCCC}

.posts-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}

.posts-grid__item {
	width: calc(33.33% - 20px);
	margin: 0 30px 30px 0;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(23, 42, 58, .06), 0 4px 6px 0 rgba(23, 42, 58, .08);
	position: relative;
	overflow: hidden;
	transition: all 0.4s;
	display: flex;
	flex-direction: column;
}

.posts-grid__item:hover {
	box-shadow: 0 5px 15px 0 rgba(23, 42, 58, .06), 0 10px 8px 0 rgba(23, 42, 58, .08);
}

.posts-grid__item:nth-child(3n) {
	margin-right: 0;
}

.posts-grid__link {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.posts-grid__image {
	width: 100%;
	height: 205px;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.posts-grid__image img {
	max-width: 110%;
	min-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.posts-grid__tag {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
	color: #ffffff;
	background-color: #75b42c;
	text-decoration: none;
	display: inline-block;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 1.43;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(23, 42, 58, .14), 0 1px 3px 0 rgba(23, 42, 58, .06);
	transition: all 0.3s;
}

.posts-grid__tag:hover {
	box-shadow: 0 2px 4px 0 rgba(23, 42, 58, .08), 0 4px 12px 0 rgba(23, 42, 58, .16);
	transform: translateY(-1px);
	text-decoration: none;
}

.posts-grid__content {
	padding: 15px 15px 45px 15px;
	position: relative;
	flex-grow: 1;
	background-color:#fff;
}

.posts-grid__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.posts-grid__author-img {
	border-radius: 50%;
	flex-shrink: 0;
	width: 70px;
	height: auto;
	margin-right: 15px;
}

.posts-grid__content-text {
	font-size: 15px;
}

p.posts-grid__author {
	margin: 0;
}

p.posts-grid__date {
	margin: 0;
	color: #6f7c88;
}

.posts-grid__title {
	font-weight: 700;
	position: relative;
	z-index: 10;
	color: #000000;
	display: block;
	margin: 20px 0;
}

.posts-grid__title:hover {
	color: #CC0020;
	text-decoration: none;
}

.posts-grid__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	color: #6f7c88;
	position: absolute;
	padding: 15px 15px 0 15px;
	left: 0;
	bottom: 15px;
	width: 100%;
	box-sizing: border-box;
}

.posts-grid__actions:before {
	content: "";
	display: block;
	width: calc(100% + 30px);
	height: 1px;
	background-color: #e8ebec;
	position: absolute;
	top: 0;
	left: -15px;
}

.posts-grid__actions p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 25px 0 0;
	font-size: 14px;
}

.posts-grid__actions i {
	margin-right: 5px;
}

.votes-wrapper{
	display: flex;
	align-items: center;
	font-size: 16px;
}

.rateit{
	padding: 0 15px;
	cursor: pointer;
}

.rateit .rateit-range,
div.rateit-font .rateit-range > div,
div.rateit-font .rateit-range > div:hover{
	cursor: pointer;
}

.votes-wrapper .fa{
	margin: 0 8px 0 15px;
	font-size: 15px;
	color: #6f7c88;
}

.votes-wrapper__result{
	color: #6f7c88;
}

.votes-wrapper__value span{
	min-width: 22px;
	display: inline-block;
	vertical-align: center;
	text-align: right;
}

@media all and (max-width: 768px) {
	.posts-grid__item {
		width: calc(50% - 15px);
	}
	.posts-grid__item:nth-child(3n) {
		margin-right: 30px;
	}
	.posts-grid__item:nth-child(2n) {
		margin-right: 0;
	}
}

@media all and (max-width: 480px) {
	.posts-grid__item {
		width: 100%;
		margin-right: 0;
	}
	.posts-grid__item:nth-child(3n) {
		margin-right: 0;
	}
	.votes-wrapper{
		flex-wrap: wrap;
		justify-content: center;
	}
}

.section-inner-wnutr {
	padding: 0px;
	max-width: 100%;
	margin: 0px auto;
	border-bottom: 1px solid #E6E6E6;
}

.header-full-img {
	background-position: center center;
	background-size: cover;
	background-image: url(/images/header-full-img.jpg);
}

.header-full-img .container {
	display: flex;
	align-items: center;
	margin: 0 auto;
	max-width: 950px;
}

.header-full-img_content {
	padding: 128px 16px;
	text-align: right;
	flex: 1.25;
}

.header-full-img_content h1 {
	display: flex;
	flex-direction: column;
	color: #333333;
	margin-bottom: 16px;
	font-size: 32px;
	text-align: left;
	line-height: 1.5em;
	margin-top: 0px;
}

.server-success {
    background-color: #EAFEF1;
    border: 1px solid #30b661;
    color: #1ba84e;
	border-radius: 3.01px;
	padding: 2px 6px;
}
.server-error {
    background-color: #fef1f1;
    border: 1px solid #e2a8a8;
    color: #d46d6d;
	border-radius: 3.01px;
	padding: 2px 6px;
}
.server-warning {
    background-color: #fffae4;
    border: 1px solid #f4cd33;
    color: #c39d02;
	border-radius: 3.01px;
	padding: 2px 6px;
}
.server-info {
    border: 1px solid #bdc4c9;
    color: #aaa;
	border-radius: 3.01px;
	padding: 2px 6px;
}