*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input {
	/*-webkit-appearance: none;*/
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #000;
	background-color: #fff;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
p,
dl,
table {
	margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: bold;
	line-height: 26px;
	color: inherit;
	margin: 0 0 26px;
}

h1,
.h1,
.page-title {
	font-family: 'PFDinTextPro', Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 22px;
}

h2,
.h2 {
	font-family: 'PFDinTextPro', Verdana, Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 12px;
}

.border-title {
	padding-bottom: 27px;
	margin-bottom: 22px;
	position: relative;
}

.border-title_space_large {
	padding-bottom: 37px;
	margin-bottom: 33px;
}

.border-title:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	background: #52bbb1;
	left: 0;
	bottom: 0;
}

h3,
.h3 {
	font-size: 14px;
}

h4,
.h4 {
	font-size: 14px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 14px;
}

a {
	color: #52bbb1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.underline-link {
	text-decoration: underline;
}

.underline-link:hover {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	outline: none;
}

a img {
	border: none;
}

img {
	vertical-align: middle;
}

b,
strong {
	font-weight: bold;
}

ul {
	list-style-type: disc;
	padding-left: 17px;
	margin: 10px 0 26px;
}

ol {
	list-style-type: decimal;
	padding-left: 24px;
	margin: 10px 0 26px;
}

li {
	margin-bottom: 10px;
}

hr {
	border: 0 #e6e6e6 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 32px 0;
}

.hr_large {
	margin: 42px 0;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

.uppercase {
	text-transform: uppercase;
}

.nowrap {
	white-space: nowrap;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.color-light {
	color: #b2b2b2;
}

.color-highlight {
	color: #52bbb1;
}

.color-alert {
	color: #871c6a;
}

.color-red {
	color: #ed145b;
}

.video-link {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

.video-link_large {
	font-size: 14px;
}

.video-link:hover {
	color: #871c6a;
	text-decoration: none;
}

.video-img-link {
	display: inline-block;
	position: relative;
}

.video-img-link:before {
	content: '';
	width: 44px;
	height: 44px;
	background: url('../images/play.png');
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -22px 0 0 -22px;
}

.video-img-link__image {
	vertical-align: middle;
}

.owl-prev,
.owl-next,
.lSAction > a {
	display: inline-block;
	width: 47px;
	height: 47px;
	background: url('../images/slider_nav.png');
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	z-index: 100;
	text-indent: -9999px;
	opacity: 1;
}

.lSAction > a {
	top: auto;
	margin-top: 0;
	bottom: 405px;
}

.owl-prev.disabled,
.owl-next.disabled {
	cursor: default !important;
	opacity: 0.5;
}

.owl-prev,
.lSAction > .lSPrev {
	background-position: 0px 0px;
	left: 0;
}

.lSAction > .lSPrev {
	left: 50%;
	margin-left: -643px;
}

.owl-next,
.lSAction > .lSNext {
	background-position: -47px 0px;
	right: 0;
}

.lSAction > .lSNext {
	right: 50%;
	margin-right: -643px;
}

.lSSlideOuter {
	position: relative;
}

.lSSlideOuter .lSPager.lSpg {
	position: absolute;
	right: 53px;
	bottom: 200px;
}

.lSSlideOuter .lSPager.lSpg > li {
	margin: 0 5px;
	padding: 0;
}

.lSSlideOuter .lSPager.lSpg > li a {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 0;
	background: url('../images/pagination.png') 0px 0px no-repeat;
	-webkit-transition: none;
	transition: none;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: transparent !important;
	background-position: 0px -20px;
}

.file-list {
	font-size: 13px;
	line-height: 22px;
}

.file-list__item {
	position: relative;
	padding-left: 25px;
	margin-bottom: 14px;
}

.file-list__link {
	color: #000;
	text-decoration: none;
}

.file-list__link:hover {
	text-decoration: none;
	color: #871c6a;
}

.file-list__icon {
	display: inline-block;
	width: 16px;
	height: 20px;
	background: url('../images/file_icon.png');
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.dropzone-block {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.dz-default {
	border: 2px dashed #cdcdcd;
	background: transparent;
	height: 100%;
	cursor: pointer;
	padding: 30px;
}

.dz-default:hover,
.dz-drag-hover .dz-default {
	border-color: #333333;
}

.dz-default:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.dz-default-message {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 26px;
}

.dz-size,
.dz-details img,
.dz-success-mark,
.dz-error-mark {
	display: none !important;
}

.dz-preview {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}

.dz-preview:after {
	content: '';
	display: table;
	clear: both;
}

.dz-details {
	float: left;
	margin-right: 10px;
}

.dz-remove {
	float: right;
}

.dz-error-message {
	display: inline-block;
	color: #ed145b;
}

.tabs {

}

.tabs-menu {
	margin-bottom: 32px;
}

.tabs-menu__item {
	display: inline-block;
	margin-right: 34px;
}

.tabs-menu__link {
	color: #4aa69e;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	padding-bottom: 23px;
	border-bottom: 3px solid transparent;
}

.tabs-menu__link:hover {
	color: #000;
	text-decoration: none;
}

.tabs-menu__link_active {
	color: #000;
	border-bottom-color: #000;
}

.tabs-menu__link-inner {
	border-bottom: 1px dotted;
}

.tabs-menu__link:hover .tabs-menu__link-inner,
.tabs-menu__link_active .tabs-menu__link-inner {
	border-bottom-color: transparent;
}

.tabs-content {

}

.tabs-content__item {
	display: none;
}

.required-star {
	color: #ed145b;
	position: relative;
	top: -6px;
	margin-right: -8px;
}

.ui-datepicker {
	font-size: 12px;
}

.ui-datepicker th {
	padding: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
	padding: 0;
	text-align: center;
}

@media screen and (max-width: 1365px) {
	.lSSlideOuter .lSPager.lSpg {
		display: none;
	}
	.lSAction > .lSPrev {
		left: 75px;
		margin: 0;
		bottom: 75px;
	}
	.lSAction > .lSNext {
		right: auto;
		left: 140px;
		margin: 0;
		bottom: 75px;
	}
	.hr_large {
		margin: 50px auto 60px;
		width: 90%;
	}
	.history-slider-block .owl-prev{
		left: 5%;
		top: 140px;
	}
	.history-slider-block .owl-next {
		left: 12%;
		top: 140px;
	}
}

@media screen and (max-width: 799px) {
	.lSAction > .lSPrev {
		left: 5%;
		margin: 0;
		bottom: 30px;
	}
	.lSAction > .lSNext {
		right: auto;
		left: calc(5% + 65px);
		margin: 0;
		bottom: 30px;
	}
	.history-slider-block .owl-prev {
			left: calc(5% + 175px);
			top: 50px;
	}
	.history-slider-block .owl-next {
			left: calc(5% + 240px);
			top: 50px;
	}
}

p.flex-about-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 545px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}