/**
* @section fonts
*/

@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&subset=cyrillic-ext&display=swap");
@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;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.section {
	width: calc(100% - 30px);
	padding: 0px 15px;
}

.section-inner {
	padding: 20px 0px;
	max-width: 1250px;
	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 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: #4E4E4E;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	/*letter-spacing: 2px;*/
}

h2 {
	font-size: 30px;
	font-weight: normal;
	color: #4E4E4E;
	letter-spacing: 2px;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	color: #4E4E4E;
}

.section-inner-sm h3,
.section-inner-sm h2,
.section-inner-xs h3,
.section-inner-xs h2 {
	font-size: 18px;
	font-weight: bold;
}

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: #4E62BF; /*#55AEAB*/
	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: #55AEAB;
	background: -moz-linear-gradient(top, #55AEAB 0%, #08C3BD 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #55AEAB), color-stop(100%, #08C3BD));
	background: -webkit-linear-gradient(top, #55AEAB 0%, #08C3BD 100%);
	background: -o-linear-gradient(top, #55AEAB 0%, #08C3BD 100%);
	background: -ms-linear-gradient(top, #55AEAB 0%, #08C3BD 100%);
	background: linear-gradient(to bottom, #55AEAB 0%, #08C3BD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55AEAB', endColorstr='#08C3BD', 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 #55AEAB;
	cursor: pointer;
}

.button:hover,
input[type="submit"]:hover {
	text-decoration: none;
	background: #07AADF;
	background: -moz-linear-gradient(top, #08C3BD 0%, #55AEAB 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #08C3BD), color-stop(100%, #55AEAB));
	background: -webkit-linear-gradient(top, #08C3BD 0%, #55AEAB 100%);
	background: -o-linear-gradient(top, #08C3BD 0%, #55AEAB 100%);
	background: -ms-linear-gradient(top, #08C3BD 0%, #55AEAB 100%);
	background: linear-gradient(to bottom, #08C3BD 0%, #55AEAB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08C3BD', endColorstr='#55AEAB', GradientType=0);
}

.button_green_btn,
input[type="submit"].button_green_btn {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 12px 19px 12px;
	line-height: 1;
	background: #55AEAB;
	background: -moz-linear-gradient(top, #55AEAB 0%, #55AEAB 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #55AEAB), color-stop(100%, #55AEAB));
	background: -webkit-linear-gradient(top, #55AEAB 0%, #55AEAB 100%);
	background: -o-linear-gradient(top, #55AEAB 0%, #55AEAB 100%);
	background: -ms-linear-gradient(top, #55AEAB 0%, #55AEAB 100%);
	background: linear-gradient(to bottom, #55AEAB 0%, #55AEAB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55AEAB', endColorstr='#55AEAB', GradientType=0);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	-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;
}

.button_green_btn:hover,
input[type="submit"]:hover {
	text-decoration: none;
	background: #69BFBC;
	background: -moz-linear-gradient(top, #69BFBC 0%, #69BFBC 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #69BFBC), color-stop(100%, #69BFBC));
	background: -webkit-linear-gradient(top, #69BFBC 0%, #69BFBC 100%);
	background: -o-linear-gradient(top, #69BFBC 0%, #69BFBC 100%);
	background: -ms-linear-gradient(top, #69BFBC 0%, #69BFBC 100%);
	background: linear-gradient(to bottom, #69BFBC 0%, #69BFBC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69BFBC', endColorstr='#69BFBC', GradientType=0);
}

.button_gray_btn,
input[type="submit"].button_green_btn {
	display: inline-block;
	color: #737373;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 9px 14px 9px;
	line-height: 1;
	background: #cccccc;
	background: -moz-linear-gradient(top, #cccccc 0%, #cccccc 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #cccccc 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #cccccc 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #cccccc 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #cccccc 0%, #cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	-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;
}

.button_icon i {
	display: inline-block;
	margin-right: 10px;
}

.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;
    text-shadow: 1px 1px 1px #921D1D;
}

.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);
}

.button-blue,
input[type="submit"].button-blue {
	background: #209fde;
	background: -moz-linear-gradient(top, #209fde 0%, #397cbf 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #209fde), color-stop(100%, #397cbf));
	background: -webkit-linear-gradient(top, #209fde 0%, #397cbf 100%);
	background: -o-linear-gradient(top, #209fde 0%, #397cbf 100%);
	background: -ms-linear-gradient(top, #209fde 0%, #397cbf 100%);
	background: linear-gradient(to bottom, #209fde 0%, #397cbf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209fde', endColorstr='#397cbf', GradientType=0);
	border: 1px solid #3d81c4;
}

.button-blue:hover,
input[type="submit"].button-blue:hover {
	background: #397cbf;
	background: -moz-linear-gradient(top, #397cbf 0%, #209fde 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #397cbf), color-stop(100%, #209fde));
	background: -webkit-linear-gradient(top, #397cbf 0%, #209fde 100%);
	background: -o-linear-gradient(top, #397cbf 0%, #209fde 100%);
	background: -ms-linear-gradient(top, #397cbf 0%, #209fde 100%);
	background: linear-gradient(to bottom, #397cbf 0%, #209fde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#397cbf', endColorstr='#209fde', GradientType=0);
}

.button-blue_btn,
input[type="submit"].button-blue_btn {
	background: #6573AF;
	background: -moz-linear-gradient(top, #6573AF 0%, #6573AF 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #6573AF), color-stop(100%, #6573AF));
	background: -webkit-linear-gradient(top, #6573AF 0%, #6573AF 100%);
	background: -o-linear-gradient(top, #6573AF 0%, #6573AF 100%);
	background: -ms-linear-gradient(top, #6573AF 0%, #6573AF 100%);
	background: linear-gradient(to bottom, #6573AF 0%, #6573AF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6573AF', endColorstr='#6573AF', GradientType=0);
}

.button-blue_btn:hover,
input[type="submit"].button-blue_btn:hover {
	background: #397cbf;
	background: -moz-linear-gradient(top, #397cbf 0%, #397cbf 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #397cbf), color-stop(100%, #397cbf));
	background: -webkit-linear-gradient(top, #397cbf 0%, #397cbf 100%);
	background: -o-linear-gradient(top, #397cbf 0%, #397cbf 100%);
	background: -ms-linear-gradient(top, #397cbf 0%, #397cbf 100%);
	background: linear-gradient(to bottom, #397cbf 0%, #397cbf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#397cbf', endColorstr='#397cbf', 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;
}

.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: #fff;
}

.section-top .section-inner {
	padding: 0px;
	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: #000000;
	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: #000000;
	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: 120px;*/
}

.main-menu .fa {
	padding-left: 10px;
}

.main-menu li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	/* margin-right: 10px; */
	position: relative;
	padding: 10px 4px;
	/* 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: #55AEAB;
	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: #55AEAB;
}

.sub-menu li:last-child a {
	border-bottom: none;
}


/**
* @section section-green
*/

.section-green {
	background-color:#69BFBC;
}

.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);
}

.white-table {
	border-collapse: collapse;
	color: #4E4E4E;
	margin: 30px auto;
	width: 900px;
}

.white-table tr {
	background-color: #fff;
}

.white-table tr td {
	border-bottom: 1px solid #E8E8E8;
	padding: 12px;
}

.white-table tr th {
	border-bottom: 1px solid #E8E8E8;
	padding: 12px;
	text-align: left;
	font-size: 20px;
}

.white-table tr td:first-child,
.white-table tr th:first-child {
	/*padding-left: 42px;*/
}

.green-table {
	border-collapse: collapse;
	margin: 40px auto;
	width: 554px;
	color: #315A00;
}

.green-table tr {
	background-color: #D5F6AC;
}

.green-table tr td {
	padding: 8px 12px;
	font-weight: bold;
}

.green-table tr th {
	background-color: #76B628;
	color: #fff;
	font-size: 18px;
	padding: 5px 12px;
}

.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: #55AEAB;
	text-decoration: underline;
}

.green-link:hover {
	text-decoration: none;
}

.button-orange,
input[type="submit"].button-orange {
	background: #FAAC01;
	cursor: pointer;
	border: 1px solid #FAAC01;
}

.button-orange:hover,
input[type="submit"].button-orange:hover {
	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 #000;
	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: #4E62BF;
}

.regular-checkbox_text {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 13px;
}

.checkbox-wrapper {
	text-align: left;
	margin-top: 20px;
	display: inline-block;
}

.checkbox-wrapper:hover {
	color: #4E62BF;
	cursor: pointer;
}

.checkbox-wrapper:hover .regular-checkbox_text,
.checkbox-wrapper:hover input[type="checkbox"].regular-checkbox:checked+label:after {
	color: #4E62BF;
}

.checkbox-wrapper:hover input[type="checkbox"].regular-checkbox+label {
	border: 1px solid #4E62BF;
}

.icon-lock-wrapper {
	text-align: left;
	margin-top: 8px;
}

.icon-lock {
	color: #000;
	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: #4E62BF;
	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: #55AEAB;
	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: #CE6664;
	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: #000;
	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
*/

.section-footer-1 {
	background: #41433F url("/images/footer_background.png") repeat scroll 0 0;
	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;
}

.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: 36%;
}

/**
* @section section-footer-2
*/

.section-footer-2 {
	background: #41433F url("/images/footer_background.png") repeat scroll 0 0;
	color: #ffffff;
	font-size: 13px;
}

.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 content-account
*/

.section-top-account {
	background-color: #6665CC;
}

.section-top-account .section-inner-account {
	padding: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-menu-account {
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 13px;
	display: inline-block;
	vertical-align: middle;
}

.top-menu-account li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	/*margin-right: 10px;*/
	font-size: 13px;
}

.top-menu-account li a {
	color: #ffffff;
	text-transform: uppercase;
}

.top-menu-account li:last-child {
	margin-right: 0;
}

.section-content-account {
	/*margin-top:18px;
	margin-bottom:18px;*/
}

.section-content-account .section-inner-account {
	padding: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: top;
}

.section-inner-account {
	padding: 20px 0px;
	/*max-width: 1250px;*/
	margin: 0px auto;
}

.left-part-new-account {
	background-color:#323353;
	padding:20px 0px 20px 0px;
	width:250px;
}

.right-part-new-account {
	margin-left:15px;
}

.account-left-menu {
	margin: 0;
	padding: 0;
}

.account-left-menu li {
	list-style: none;
	display: block;
	padding: 0px 20px;
	line-height: 1.3em;
	font-size: 14px;
}

.account-left-menu ul {
	margin-left: -47px;
}

.account-left-menu li a {
	color: #E0E0E0;
}

.account-left-menu li a:hover {
	background-color:#00CCFF;
	/*border-radius: 3.01px;
	margin: 2px 6px;*/
}

.account-left-menu li a:hover {
	text-decoration:none;
	color: #fff;
}

.li_sel {
	background-color:#00CCFF;
	color: #fff;
	/*border-radius: 3.01px;
	margin: 2px 6px;*/
}

/**
* @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;
}


/* table pricing */

@import url(http://fonts.googleapis.com/css?family=Monda:400,700);
#scripts {
	display: none;
	/* <script> shall not break the grid */
}

table.pricing .price {
	font: 15px/2.0 'Monda', sans-serif;
	text-decoration: none;
}

table.pricing .price a {
	text-decoration: none !important;
}

table.pricing td,
table.pricing th {
	border: 2px solid #fcfcfb;
	border-width: 0 2px 2px 0;
	background: #eff3ea;
	padding: 6px 1em;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.priceterm {
	font-size: 12px;
}

table.pricing {
	width: 32%;
	background: #fcfcfb;
	margin-top: 10px;
	border: 0;
	text-align: left;
}

table.pricing {
	width: 100%;
	font-family: 'Monda', sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
}

table.pricing td {
	padding: 6px 5px;
	line-height: 1.4;
	text-align: center;
	width: 17%;
	border-bottom-width: 1px;
}

table.pricing th {
	padding: 0;
}

table.pricing td.topic {
	padding-right: 0.5em;
}

table.pricing p {
	background: #f7fbf1;
	margin: 5px 0 !important;
	font-size: 13px !important;
	line-height: 1.7;
	text-align: left;
	color: #444;
}

table.pricing p span {
	font-size: 18px
}

table.pricing strong {
	white-space: nowrap;
	text-align: right;
	display: block;
}

table.pricing strong a {
	float: right;
	line-height: 1;
	font-size: 14px;
	padding: 3px 20px 3px 0px;
	margin: -1px 1px 0 5px;
	background-image: url(../images/arrdown.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #4c820d;
}

table.pricing.pricing strong a.open {
	float: right;
	background-image: url(../images/arrup.png);
	background-repeat: no-repeat;
	background-position: right;
}

table.pricing.pricing th {
	background: #fcfcfb;
	vertical-align: bottom;
	border: 2px solid #fcfcfb;
	border-width: 0 2px 2px 0;
}

table.pricingtable.pricing tr:hover td {
	background: #f8f3e7;
}

table.pricing tr.dropped:hover td {
	background: #f7fbf1;
}

table.pricing tr.dropped div {
	text-align: left;
	background: #f7fbf1;
	font-size: 13px;
	line-height: 1.7;
	margin-left: 20%;
	padding: 0 0;
	display: none;
	height: auto !important;
	overflow: hidden;
	-webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
}

table.pricing tr.dropped {
	height: auto;
	-webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
}

table.pricing tr.dropped td {
	vertical-align: left;
	background: #f7fbf1;
	padding: 0px;
	height: 0;
	overflow: hidden;
	display: table-cell;
}

table.details {
	width: 600px;
	border-collapse: inherit;
	/* fix for FF - hides the TD border */
}

.details th {
	font-family: 'Cuprum', sans-serif;
	background-color: #f7fbf1;
	font-size: 16px;
}

.details td,
.details th {
	text-align: center;
	border-width: 0 2px 2px 0;
	padding: 6px 1em;
	line-height: 1.4;
	position: relative;
}

table.details tr:hover td {
	background: #F9F9F9;
}

table.pricing a,
a:active,
a:visited {
	text-decoration: underline;
}

table.pricing .button_text {
	font: 700 14px 'Monda', arial, sans-serif;
	border: medium none;
	padding: 1px 12px 3px 12px;
	margin: 0px;
	text-decoration: none !important;
	color: #fff !important;
	background-color: #e32c2c;
	background: #e32c2c;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	transition-delay: 0s;
	transition-duration: 0.5s;
	transition-property: background;
	transition-timing-function: ease;
}

table.pricing .button_text a {
	text-decoration: none !important;
}

table.pricing input.button_text:hover {
	background: #ca2323 0 0;
	background-clip: border-box !important;
	background-origin: padding-box !important;
	background-size: auto auto !important;
}

table.pricing input:focus {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

table.pricing input.button_text:a {
	text-decoration: none !important
}

table.pricing input[type=submit] {
	cursor: pointer;
	text-decoration: none;
}

table.pricing form input.button_text {
	cursor: pointer;
	text-decoration: none;
}

table.pricing tr:hover td {
	background: #e5f3d4;
}

table.pricing tr .th-special {
	background-color: #fff;
	color: #444;
	font-size: 16px;
	text-align: right;
	padding: 12px 8px 8px 8px;
	text-align: center;
}

table.pricing tr .th-common {
	background-color: #CE6664;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
}

table.pricing tr .th-common__1 {
	background-color: #07AADF;
}

table.pricing tr .th-common__2 {
	background-color: #0591BE;
}

table.pricing tr .th-common__3 {
	background-color: #0480A8;
}

table.pricing tr .th-common__4 {
	background-color: #036D90;
}

.twitter_div {
	background-color: #F0F9FF;
	border: 1px solid #DBEEFD;
	margin: 0px;
	padding: 3px 12px;
	border-radius: 0px;
}

.new-review {
	display: block;
	border: 3px solid #ffffff;
	border-radius: 4px;
	height: 100%;
	min-height: 205px;
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	box-shadow: 0 3px 0 #2c2222;
	font-style: italic;
	transition: all 0.5s;
	font-family: Georgia;
}

.new-review:hover {
	background-color: #ffffff;
	text-decoration: none;
	color: #7d4702;
}

.top-menu-new {
	display: flex;
	align-items: center;
	/*justify-content: flex-end;*/
	padding: 10px 0;
}

.top-menu-new a {
	display: flex;
	align-items: center;
	/*justify-content: flex-end;*/
	margin-left: 15px;
	color: #000000;
	font-size: 13px;
}

.top-menu-new a:hover {
	text-decoration: none;
	color: #4E62BF;
}

.top-menu-new span {
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 2px;
}

.top-menu-new-account {
	display: flex;
	align-items: center;
	/*justify-content: flex-end;*/
	padding: 10px 0;
}

.top-menu-new-account a {
	display: flex;
	align-items: center;
	/*justify-content: flex-end;*/
	margin-left: 15px;
	color: #fff;
	font-size: 13px;
}

.top-menu-new-account a:hover {
	text-decoration: underline;
	color: #fff;
}

.top-menu-new-account span {
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 2px;
}

.lang-switcher{display: flex;align-items: center;justify-content: flex-end;padding: 10px 0;position: relative;}
.lang-switcher__link{display: flex;align-items: center;justify-content: flex-end;margin-left: 15px;color: #55AEAB}
.lang-switcher__link:hover{text-decoration: none;}
.lang-switcher__link span{text-transform: uppercase;font-size: 12px;margin-right: 2px;border-bottom: 1px dotted #55AEAB;}
.lang-switcher__link:hover span{border-color: transparent;}
.lang-switcher__modal{display: none;position: absolute; top: 100%; right: 0; background-color: #ffffff; width: 100px; padding: 20px 20px 5px 20px; z-index: 50; box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.17);}
.lang-switcher__modal:before{content: "";width: 0;height: 0;border-style: solid;border-width: 0 5px 8px 5px;border-color: transparent transparent #ffffff transparent;display: block;position: absolute;top: -8px;right: 40px;}
.lang-switcher__close{display: none;}
.lang-switcher__items{display: flex; flex-wrap: wrap; align-items: center;}
.lang-switcher__items-link{width: 99.33%;padding: 0 15px 15px 0;display: flex;align-items: center;box-sizing: border-box; text-transform: uppercase; font-size: 12px; margin-left: 0px !important}
.lang-switcher__items-link:hover{text-decoration: none;}
.lang-switcher__items-link:hover span{border-color: #0857A6;}
.lang-switcher__items-link img{order: 1;flex-shrink: 0;margin-right: 8px;}
.lang-switcher__items-link span{order: 2;border-bottom: 1px dotted transparent;}
.lang-switcher__items-link:nth-child(3n){padding-right: 0;}
.lang-switcher__label{font-size: 14px; margin-bottom: 15px;}
@media all and (max-width: 767px) {
	.lang-switcher__label{display: none;}
	.lang-switcher__modal{display: block;position: fixed;top: 0;right: -250px;width: 240px;height: 100%;overflow-y: auto;box-sizing: border-box;transition: all 0.8s;padding: 10px 20px 20px 20px;}
	.lang-switcher__modal.active{right: 0;}
	.lang-switcher__close{display: block;position: relative;width: 24px;height: 24px;margin-bottom: 20px;background-size: contain;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDM1NyAzNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NyAzNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2xvc2UiPgoJCTxwb2x5Z29uIHBvaW50cz0iMzU3LDM1LjcgMzIxLjMsMCAxNzguNSwxNDIuOCAzNS43LDAgMCwzNS43IDE0Mi44LDE3OC41IDAsMzIxLjMgMzUuNywzNTcgMTc4LjUsMjE0LjIgMzIxLjMsMzU3IDM1NywzMjEuMyAgICAgMjE0LjIsMTc4LjUgICAiIGZpbGw9IiM3NWI0MmMiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);}
	.lang-switcher__items-link{width: 100%;padding-right: 0;}
	.lang-switcher__modal:before{display: none;}
}

.green_text_bg {
	background-color: #E0F7FE;
	margin: -2px 0 5px;
	padding: 2px 6px;
	white-space: nowrap;
}

.green_text_bgnw {
	background-color: #E0F7FE;
	margin: -2px 0 5px;
	padding: 2px 6px;
}

.blue_text_bg {
	background-color: #EFF7FF;
	margin: -2px 0 5px;
	padding: 2px 6px;
	white-space: nowrap;
}

.blue_text_bgnw {
	background-color: #EFF7FF;
	margin: -2px 0 5px;
	padding: 2px 6px;
}

.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: #55AEAB;
	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;
}

.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: #55AEAB;
	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;
	}
}

pre {border: 1px solid #ddd; background-color: #fff; padding: 1em 1em 1em 1em; width: 100%; font-family: monospace; white-space: pre-wrap}

.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;
}

.text-success {
    background-color: #EAFEF1;
    color: #1ba84e;
	border-radius: 3.01px;
	padding: 2px 6px;
}
.text-error {
    background-color: #fef1f1;
    color: #d46d6d;
	border-radius: 3.01px;
	padding: 2px 6px;
}
.text-warning {
    background-color: #fffae4;
    color: #c39d02;
	border-radius: 3.01px;
	padding: 2px 6px;
}
.text-info {
    border: 1px solid #bdc4c9;
    color: #aaa;
	border-radius: 3.01px;
	padding: 2px 6px;
}

.section-inner-wnutr {
	padding: 0px;
	max-width: 100%;
	margin: 0px auto;
	border-bottom: 1px solid #E6E6E6;
	flex: 1 1 auto;
}

.green_sel_text {
	color: #6E7DC2; /*#8593D3;*/
}

.cherry_sel_text {
	color: #CE6664;
}

.header-full-img {
	background-position: center center;
	background-size: cover;
	background-image: url(/images/header-full-img.png);
}

.header-full-img .container {
	display: flex;
	align-items: center;
	margin: 0 auto;
	max-width: 1340px;
}

.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: right;
	line-height: 1.5em;
	margin-top: 0px;
}

.citate {
	border-style: solid;
	padding-left: 25px;
	border-left-width: 4px;
	border-color: #fff #fff #fff #ccc;
	font-style: italic;
	font-size: 22px;
}

.picture {border: 1px solid #cccccc}
.td_cell2 {background: #F4FBFF}

.price_class {
    background: none repeat scroll 0 0 #3D81C4;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 12px;
    margin: -2px 0 5px;
    padding: 2px 6px;
    white-space: nowrap;
}

.p_line_height {
	line-height: 1.2;
}