*::-webkit-input-placeholder {
	color: #2f2f2f;
	opacity: .5;
}
*:-moz-placeholder {
	color: #2f2f2f;
	opacity: .5;
}
*::-moz-placeholder {
	color: #2f2f2f;
	opacity: .5;
}
*:-ms-input-placeholder {
	color: #2f2f2f;
	opacity: .5;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a {color: #d20145;}

body {
	position: relative;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	background: #161616;
}

input:focus {outline: none;}

body:after {
	content: '';
	position: absolute;
	right: 0;
	top: 200px;
	width: 687px;
	height: 1494px;
	background: url("../images/bg-right.webp") no-repeat;
}

body:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 852px;
	height: 935px;
	background: url("../images/bg-left.webp") no-repeat;
}

header {
	position: relative;
	z-index: 200;
	overflow: hidden;
	padding-bottom: 130px;
	margin-bottom: 100px;
}

.article{
	padding-bottom: 0px !important;
	margin-bottom: 40px !important;
}

header .down-header {
	display: block;
	width: 25px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
	z-index: 200;
	overflow: hidden;
}

.down-header a {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
}

section {
	position: relative;
	z-index: 200;
}

.logo {
	display: block;
	width: 40px;
	height: 40px;
	margin: 5px 0;
	background: url("../images/logo.png") no-repeat;
	background-size: 100%;
}

.topline {
	margin: 10px 0;
}

.top-contacts {
	font-weight: 300;
	text-align: center;
}

.top-contacts span {
	display: inline-block;
	position: relative;
	padding: 10px 25px;
	color: rgba(255, 255, 255, 0.5);
}

.top-contacts span a {color: rgba(255, 255, 255, 0.5);}
.social span:last-child:after {content: none;}
.social a:hover {text-decoration: underline;}

.social span:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}

.social span object {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 10px;
}

.language ul {
	display: none;
	position: absolute;
	z-index: 300;
}

.language ul li {display: block;}

.language {
	float: right;
	font-size: 16px;
	margin: 5px 0;
}

.language span {
	position: relative;
	display: inline-block;
	padding: 8px 50px 8px 25px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 30px;
	cursor: pointer;
}

.language span:after {
	content: '';
	position: absolute;
	width: 13px;
	height: 8px;
	top: 50%;
	right: 25px;
	margin-top: -4px;
	background: url("../images/lang-arrow.png") no-repeat;
}

.language span:hover, .language span.active {
	background-color: #db0045;
	border-color: #db0045;
}

.language ul li a {
	display: block;
	color: rgba(255, 255, 255, 0.5);
	padding: 10px 25px;
}

.language ul li a:hover {text-decoration: underline;}

.header-text {
	margin: 100px 0 70px;
	text-align: center;
}

.header-text h1 {
	font-size: 42px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 60px;
}

.header-text p {
	font-size: 24px;
	font-weight: 300;
	color: #d2d2d2;
}

#top-carousel .owl-item {text-align: center;}
.owl-stage-outer {z-index: 200;}

#top-carousel .owl-nav {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#top-carousel .owl-prev {
	left: -80px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background: url("../images/carousel-arrow.svg") no-repeat;;
}

#top-carousel .owl-next {
	right: -80px;
	background: url("../images/carousel-arrow.svg") no-repeat;;
}

#top-carousel .owl-nav > div {
	position: absolute;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 30px;
	text-indent: -9999px;
	top: 50%;
	margin-top: -20px;
	background-position: 9px;
}

.owl-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -40px;
}

.owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	margin: 0 12px;
}

.owl-dot.active {
	background-color: #db0045;
	border-color: #db0045;
}

h2 {
	font-size: 32px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.8;
}

.articleh2 h2{
	font-size: 32px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-align: center;
	margin-top: 40px !important;
	margin-bottom: 20px !important;
	line-height: 1.8;
}

.partner-header img {
	display: inline-block;
	margin-bottom: 40px;
}

.achivment {
	float: right;
	margin-bottom: 40px;
}

em {
	font-style: normal;
}

.partner-header {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #262626;
	font-size: 16px;
}

.achivment em {
	font-size: 14px;
	display: block;
}

.achivment span {
	display: block;
	font-size: 36px;
	color: #db0045;
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
}

.partner-header a {
	color: #fff;
	text-decoration: underline;
}

.patner-desc {
	position: relative;
	padding-top: 60px;
	font-size: 20px;
	color: #b9b9b9;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
}

.patner-desc:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 103px;
	height: 23px;
	background: url("../images/quote-ico.png") no-repeat;
}

.partner-author {
	display: table;
	width: 100%;
	margin-top: 40px;
}

.avatar {
	float: left;
	display: block;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 25px;
}

.avatar img {
	display: block;
	width: 100%;
}

.pa-name {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	text-transform: uppercase;
	font-weight: 500;
	vertical-align: middle;
}

.pa-name em {
	display: block;
	color: #f8f8f8;
}

.pa-name span {
	display: block;
	margin-top: 15px;
	color: #b9b9b9;
	font-size: 14px;
}

.partner-content {
	position: relative;
	min-height: 520px;
}

#partners-carousel .item {
	overflow: hidden;
}

.carousel-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.partner-screen {
	width: 50%;
}

.main-partner {
	overflow: hidden;
	margin-bottom: 130px;
	padding-bottom: 70px;
}

.adv-item {
	background-color: #212121;
	padding: 20px 30px;
	min-height: 400px;
}

.ai-ico {
	display: inline-block;
	background-color: #1b1b1b;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	text-align: center;
	padding: 12px 0;
}

.adv-item ul {
	margin-top: 50px;
	line-height: 1.5;
}

.adv-item ul li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 15px;
	display:block
}

.adv-item ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	height: 5px;
	width: 5px;
	background-color: #c30543;
	border-radius: 50%;
}

.advantage {
	padding-bottom: 130px;
}

.schel-service {
	background-color: #fcfcfc;
	padding: 100px 0 0;
	color: #161616;
}

.schel-service2 {
	background-color: #fcfcfc;
	padding: 40px 0 0;
	color: #161616;
}

.schel-item {
	text-align: center;
	padding: 0 40px;
	margin-bottom: 110px;
	line-height: 1.5;
}

.schel-item p {
	margin-top: 15px;
}

.service {
	background-color: #f6f6f6;
	padding: 70px 0 100px;
	color: #161616;
}

.service h2 {
	margin-bottom: 20px;
}

.service-desc {
	text-align: center;
	font-weight: 300;
	margin-bottom: 70px;
}

.st-item {
	background-color: #fff;
	border-bottom: 2px solid #f7f7f7;
}

.st-icon {
	float: left;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: rgb(153,25,68);
	background: linear-gradient(135deg, rgba(153,25,68,1) 0%,rgba(210,1,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#991944', endColorstr='#d20145',GradientType=1 );
	border-radius: 30px;
	padding: 13px 0;
	text-align: center;
}

.st-header {
	cursor: pointer;
	position: relative;
	padding: 15px 10px;
}

.st-header:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 25px;
	width: 18px;
	height: 18px;
	background-size: 100%;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.st-header.active:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.st-title {
	display: table-cell;
	padding: 18px 0 18px 20px;
	vertical-align: middle;
}

.st-data {
	padding-top: 18px;
}

.st-data em {
	display: block;
	font-size: 13px;
}

.st-data span {
	display: block;
	color: #d31150;
}

.st-more {
	display: none;
	background-color: #eee;
	padding: 23px 0;
}

.st-more p {
	font-size: 16px;
	line-height: 2.2;
}

.st-more p span {
	color: #d31150;
	font-weight: 700;
}

.service-table {
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 3em;
}
.service-table > div:last-child {border: 0;}

.contact-form {
	padding: 70px 0 80px;
}

.contact-form h2 {
	line-height: 1.5;
}

.main-form {
	background-color: #fff;
	color: #161616;
	padding: 40px 30px;
	min-height: 590px;
}

h3 {
	font-size: 22px;
	margin-bottom: 50px;
}

.radio-box label {
	display: inline-block;
	margin-right: 50px;
}

.input-submit input[type="text"] {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #dadada;
	padding: 10px;
	margin-right: 25px;
	outline: 0;
}

.input-submit input[type="submit"] {
	background-color: #d20145;
	border: 0;
	color: #fff;
	padding: 8px 20px;
	border-radius: 30px;
	font-size: 16px;
}

.input-submit input[type="submit"]:hover {
	background-color: #ea0c54;
}

.form-desc {
	margin-top: 70px;
	font-size: 22px;
}

.fd-contacts {
	margin-top: 70px;
	font-size: 18px;
}

.fd-contacts a {
	color: rgba(33, 33, 33, 0.75);
}

.fd-contacts span {
	margin-right: 40px;
}

.fd-contacts span:last-child {
	margin: 0;
}

.radio-box {
	margin-bottom: 40px;
}

.form-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 5em;
}

.fbox-item {display: none;}
.fbox-item.visible {display: block;}

.form-box:before {
	display: block;
	content: '';
	position: absolute;
	left: 15px;
	top: 0;
	width: 50%;
	height: 100%;
	background: url("../images/form-bg.webp") no-repeat center;
	background-size: cover;
}

footer {
	background-color: #0f0f0f;
	padding: 25px 0;
	font-size: 14px;
}

footer img.logo {
	width: 41px;
}

.foot-social {
	float: right;
}

.foot-social span {
	display: inline-block;
	position: relative;
	padding: 12px 20px;
	color: rgba(255, 255, 255, 0.5);
}

.foot-desc {float: left;}
.foot-social span:last-child {padding: 12px 0 12px 20px;}
.foot-social span:first-child {padding: 12px 20px 12px 0;}

.foot-social span a {
	display: inline-block;
	vertical-align: middle;
	color: rgba(255, 255, 255, 0.5);
}

.seo-text p {margin-bottom: 1.5em;}

.seo-text ul li strong {
	display: block;
}

.seo-text ul li {
	position: relative;
	padding-bottom: 1em;
}

.seo-text ul {
	padding-left: 35px;
}

ul.list-arrow, ul.list-check {
	list-style: none;
}

ul.list-arrow li:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -35px;
	width: 25px;
	height: 18px;
	background: url('../images/list-arrow.png') no-repeat;
}

ul.list-check li:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -35px;
	width: 28px;
	height: 29px;
	background: url('../images/list-check.png') no-repeat;
}

.seo-text h2 {margin-bottom: 1.0em;}
.advantage-text {margin-top: 3em;}