/*
Theme Name: RDP.RU
Author: RDP.RU (art@rdp.ru)
Version: 1.01
Text Domain: rdpru
*/

@charset "UTF-8";
@font-face {
	font-family: "ProximaNova-Bold";
	src: url("./webfonts/30DF58_2_0.eot");
	src: url("./webfonts/30DF58_2_0.eot?#iefix") format("embedded-opentype"),
		url("./webfonts/30DF58_2_0.woff2") format("woff2"), url("./webfonts/30DF58_2_0.woff") format("woff"),
		url("./webfonts/30DF58_2_0.ttf") format("truetype");
}

@font-face {
	font-family: "ProximaNova-Light";
	src: url("./webfonts/30DF58_5_0.eot");
	src: url("./webfonts/30DF58_5_0.eot?#iefix") format("embedded-opentype"),
		url("./webfonts/30DF58_5_0.woff2") format("woff2"), url("./webfonts/30DF58_5_0.woff") format("woff"),
		url("./webfonts/30DF58_5_0.ttf") format("truetype");
}

@font-face {
	font-family: "ProximaNova-Regular";
	src: url("./webfonts/30DF58_8_0.eot");
	src: url("./webfonts/30DF58_8_0.eot?#iefix") format("embedded-opentype"),
		url("./webfonts/30DF58_8_0.woff2") format("woff2"), url("./webfonts/30DF58_8_0.woff") format("woff"),
		url("./webfonts/30DF58_8_0.ttf") format("truetype");
}

@font-face {
	font-family: "ProximaNova-Semibold";
	src: url("./webfonts/30DF58_B_0.eot");
	src: url("./webfonts/30DF58_B_0.eot?#iefix") format("embedded-opentype"),
		url("./webfonts/30DF58_B_0.woff2") format("woff2"), url("./webfonts/30DF58_B_0.woff") format("woff"),
		url("./webfonts/30DF58_B_0.ttf") format("truetype");
}

@font-face {
	font-family: "ProximaNovaT-Thin";
	src: url("./webfonts/30DF58_E_0.eot");
	src: url("./webfonts/30DF58_E_0.eot?#iefix") format("embedded-opentype"),
		url("./webfonts/30DF58_E_0.woff2") format("woff2"), url("./webfonts/30DF58_E_0.woff") format("woff"),
		url("./webfonts/30DF58_E_0.ttf") format("truetype");
}

html {
	position: relative;
	min-height: 100%;
	font-size: 18px;
}

body {
	padding-top: 62px;
	min-width: 320px;
	background-color: #f5f6f7;
	background-image: url(./images/poly_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
	color: #496274;
}

a {
	color: #00abff;
}

a:hover,
a:active {
	color: #496274;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
}

section {
	position: relative;
	padding: 150px 0;
}

.section__header {
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 37px;
	margin: -8px 0 53px 0;
	line-height: 40px;
	letter-spacing: 1px;
}

small {
	text-transform: none;
	font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
	position: absolute;
	font-size: 23px;
	display: block;
	left: 15px;
	top: 30px;
}

.line-top {
	background: #00abff;
	height: 2px;
	margin: 0 15px;
}

.line-bottom {
	background: #c8cfd5;
	height: 2px;
	margin: 46px 15px 0 15px;
}

strong,
b {
	font-weight: normal;
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
}

.title-text {
	font-size: 21px;
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
	line-height: 30px;
}

.title-link {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.title-link:hover {
	color: #00abff;
	cursor: pointer;
	text-decoration: underline;
}

.subtitle-text {
	font-size: 19px;
	line-height: 25px;
}

.body-text {
	font-size: 18px;
	line-height: 27px;
}

.medium-text {
	font-size: 16px;
	line-height: 25px;
}

.small-text {
	font-size: 14px;
	line-height: 25px;
}

.white-text {
	color: #fff !important;
}

.black-text {
	color: #000 !important;
}

.main-text {
	color: #00abff !important;
}

.secondary-text {
	color: #496274 !important;
}

@media (max-width: 1199px) {
	html,
	body {
		font-size: 16px;
	}
	.title-text {
		font-size: 17px;
		line-height: 25px;
	}
	.subtitle-text {
		font-size: 16px;
		line-height: 20px;
	}
	.body-text {
		font-size: 15px;
		line-height: 20px;
	}
	.small-text {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 991px) {
	html,
	body {
		font-size: 15px;
	}
	.title-text {
		font-size: 20px;
		line-height: 25px;
	}
	.subtitle-text {
		font-size: 17px;
		line-height: 20px;
	}
	.body-text {
		font-size: 15px;
		line-height: 20px;
	}
	.small-text {
		font-size: 13px;
		line-height: 20px;
	}
}

@media (max-width: 767px) {
	html,
	body {
		font-size: 14px;
	}
	.title-text {
		font-size: 18px;
		line-height: 25px;
	}
	.subtitle-text {
		font-size: 16px;
		line-height: 20px;
	}
	.body-text {
		font-size: 14px;
		line-height: 20px;
	}
	.small-text {
		font-size: 12px;
		line-height: 20px;
	}
}

@media (max-width: 575px) {
	html,
	body {
		font-size: 14px;
	}
	.title-text {
		font-size: 18px;
		line-height: 25px;
	}
	.subtitle-text {
		font-size: 16px;
		line-height: 20px;
	}
	.body-text {
		font-size: 14px;
		line-height: 20px;
	}
	.small-text {
		font-size: 12px;
		line-height: 20px;
	}
}

.btn {
	border: 2px solid transparent;
	padding: 11px 30px;
	font-size: 15px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.btn-outline-secondary {
	display: inline-block;
	color: #496274;
	background-color: transparent;
	border-color: #496274;
	position: relative;
	z-index: 1;
}

.btn-outline-secondary::before {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	border: 2px solid #496274;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-outline-secondary::after {
	content: "";
	background-color: #fff;
	display: block;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.btn-outline-secondary:hover {
	color: #00abff;
	background-color: #f5f6f7;
	border-color: #00abff;
}

.btn-outline-secondary:hover::before {
	margin: 0.4375rem 0 0 0.4375rem;
}

.btn-primary {
	color: #fff;
	background-color: #00abff;
	border-color: #00abff;
}

.btn-primary:hover {
	color: #496274;
	background-color: transparent;
	border-color: #496274;
}

.btn-outline {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.btn-outline:hover {
	color: #00abff;
	border-color: #00abff;
}

.btn-sm {
	padding: 6px 15px;
	font-size: 15px;
	letter-spacing: 1px;
}

@media (max-width: 1199px) {
	.btn {
		padding: 8px 20px;
		font-size: 15px;
	}
}

@media (max-width: 991px) {
	.btn {
		padding: 7px 15px;
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.btn-outline-secondary:hover::before {
		margin: 6px 0 0 6px;
	}
}

@media (max-width: 575px) {
	.btn-outline-secondary:hover::before {
		margin: 5px 0 0 5px;
	}
}

.navbar {
	padding: 0 30px;
}

.navbar .dropdown-menu {
	top: calc(100% - 2px);
	left: 0;
	min-width: 10rem;
	padding: 0;
	margin: 0.125rem 0 0;
	font-size: 16px;
	color: #496274;
	background-color: #fff;
	border: 2px solid #dadfe3;
	border-radius: 0;
}

.navbar .dropdown-menu ul {
	top: -5px;
	left: 100%;
	min-width: 10rem;
	padding: 0;
	margin: 0.125rem 0 0;
	font-size: 16px;
	color: #496274;
	background-color: #fff;
	border: 2px solid #dadfe3;
	border-radius: 0;
}

.navbar .dropdown-menu ul li a::before {
	content: "· ";
	height: 100%;
	width: auto;
	color: #00abff;
}

.navbar .dropdown-item {
	padding: 10px 1.5rem;
	color: #496274;
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
}

.dropdown-menu {
	background-clip: border-box;
}

@media (min-width: 992px) {
	.navbar .dropdown:hover > .dropdown-menu {
		display: block;
	}
}

.navbar .dropdown-item:hover {
	background-color: #eceff1;
	color: #000;
}

.navbar .dropdown-toggle::after {
	display: none;
}

.bg-light {
	background-color: #fff !important;
	border-bottom: 2px solid #c8cfd5;
}

.navbar-brand {
	margin-right: 30px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: inherit;
	line-height: inherit;
}

.navbar-brand img {
	width: 110px;
	height: auto;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(73, 98, 116, 0.9) !important;
	font-size: 16px;
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
	letter-spacing: 0.3px;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	padding: 18px 25px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
	color: #000 !important;
	-webkit-box-shadow: 0 2px 0 #00abff;
	box-shadow: 0 2px 0 #00abff;
}

.navbar-light .navbar-nav .active > .dropdown-item {
	background-color: rgba(0, 171, 255, 0.2);
	color: #000;
}

.btn-search {
	background: none;
	padding: 10px 13px;
	color: rgba(73, 98, 116, 0.8);
	position: absolute;
	right: 110px;
	top: 8px;
}

.btn-search:hover {
	color: rgba(0, 0, 0, 1);
}

#search-collapse {
	display: none;
	position: absolute;
	top: 0;
	right: 160px;
	background-color: #fff;
	padding-left: 30px;
	height: 100%;
	border-left: 2px solid #c8cfd5;
}

.search-block {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin-top: -2px;
}

.search-block .search-field {
	overflow: hidden;
	width: 350px;
	height: 38px;
	margin-top: 13px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right-width: 0;
}

.search-block .btn-search-go {
	margin-top: 13px;
	padding: 5px 13px;
	color: #fff;
	background-color: #00abff;
	border-color: #00abff;
	height: 38px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.search-block .btn-search-go:hover {
	background-color: #496274;
	border-color: #496274;
}

.lang {
	position: fixed;
	top: 15px;
	right: 30px;
	z-index: 100000;
}

.lang img {
	margin-left: 16px;
}

.lang ul li {
	opacity: 0.5;
}

.lang ul li.active,
.lang ul li:hover {
	opacity: 1;
}

@media (max-width: 1199px) {
	.navbar {
		padding: 0 30px;
	}
	.navbar-brand img {
		width: 120px;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 13px;
		padding: 20px 15px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}

@media (max-width: 991px) {
	.navbar {
		padding: 4px 30px;
	}
	.navbar-nav:first-child {
		border-top: 1px solid #c8cfd5;
		padding-top: 5px;
		margin-top: 5px;
	}
	.navbar-brand {
		margin-right: 30px;
		padding: 9px 0;
	}
	.navbar-brand img {
		width: 110px;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 13px;
		padding: 15px 0;
	}
	.navbar-light .navbar-nav .open > .nav-link,
	.navbar-light .navbar-nav .active > .nav-link,
	.navbar-light .navbar-nav .nav-link.open,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.btn-search {
		display: none;
	}
	#search-collapse {
		display: block;
		position: static;
		padding-left: 0;
		height: 100%;
		border-left: 0;
	}
	.search-block {
		margin-top: 0;
	}
	.search-block .search-field {
		width: 100%;
		margin-bottom: 15px;
	}
	.lang {
		top: 14px;
		right: 120px;
	}
	.navbar-toggler {
		padding: 5px 7px;
		background: transparent;
		border-radius: 0;
	}
	.navbar-light .navbar-toggler {
		color: #496274;
		border: 2px solid #496274;
	}
	.navbar-light .navbar-toggler:hover {
		border: 2px solid #00abff;
		background: #00abff;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.navbar-toggler-right {
		right: 30px;
	}
	.navbar-light .navbar-toggler:focus,
	.navbar-light .navbar-toggler:active {
		outline: none;
	}
}

@media (max-width: 767px) {
	.lang {
		top: 20px;
	}
}

@media (max-width: 575px) {
	.navbar {
		padding: 4px 15px;
	}
	.lang {
		right: 90px;
	}
	.navbar-toggler-right {
		right: 15px;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 13px;
		padding: 12px 0;
	}
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: -40px;
	margin-bottom: 16px;
}

.hero-section {
	padding: 0;
}

.hero-section .hero-slider .item .absolute-item {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.hero-section .hero-slider .item .absolute-item .container {
	height: 100%;
}

.hero-section .hero-slider .item .absolute-item .slide-content {
	position: absolute;
	top: 50%;
	background-color: transparent;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 50%;
}

.hero-section .hero-slider .item .absolute-item .slide-content .hero-header {
	font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 30px;
}

.hero-section .hero-slider .item .absolute-item .slide-content .hero-subtitle {
	color: #fff;
	font-size: 18px;
	opacity: 0.9;
	margin-bottom: 30px;
}

.hero-section .slide-progress {
	position: absolute;
	bottom: -23px;
	left: 0;
	width: 0;
	max-width: 100%;
	height: 7px;
	background: rgba(73, 98, 116, 0.4);
}

.content-bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #004d7a;
	width: 120%;
	height: 150%;
	-webkit-transform: skew(-20deg) translateY(-18%) translateX(-13%);
	transform: skew(-20deg) translateY(-18%) translateX(-13%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		right top,
		from(#051937),
		color-stop(#004d7a),
		color-stop(#008793),
		color-stop(#00bf72),
		to(#a8eb12)
	);
	background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
	opacity: 0.9;
	z-index: -1;
	border-radius: 30px 15px;
}

.parallax-img {
	height: 112% !important;
	width: 112% !important;
	left: -5% !important;
	top: -5% !important;
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

@media (max-width: 1500px) {
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: -30px;
		margin-bottom: 6px;
	}
	.hero-section .hero-slider .item .absolute-item .slide-content {
		max-width: 70%;
	}
	.hero-section .hero-slider .item .absolute-item .slide-content .hero-header {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.hero-section .hero-slider .item .absolute-item .slide-content .hero-subtitle {
		font-size: 17px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1199px) {
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: -30px;
		margin-bottom: 6px;
	}
	.hero-section .hero-slider .item .absolute-item .slide-content {
		max-width: 70%;
	}
	.hero-section .hero-slider .item .absolute-item .slide-content .hero-header {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.hero-section .hero-slider .item .absolute-item .slide-content .hero-subtitle {
		font-size: 17px;
		margin-bottom: 15px;
	}
}

@media (max-width: 991px) {
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: -30px;
		margin-bottom: 6px;
	}
	.hero-section .hero-slider .item .absolute-item .slide-content {
		max-width: 80%;
	}
	.hero-section .hero-slider .item .absolute-item .slide-content .hero-header {
		font-size: 26px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.hero-section .hero-slider .item .absolute-item .slide-content .hero-subtitle {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: -25px;
		margin-bottom: 1px;
	}
	.hero-section .hero-slider .item .absolute-item .slide-content {
		max-width: 80%;
	}
	.hero-section .hero-slider .item .absolute-item .slide-content .hero-header {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.hero-section .hero-slider .item .absolute-item .slide-content .hero-subtitle {
		font-size: 15px;
		margin-bottom: 10px;
	}
}

@media (max-width: 575px) {
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: -25px;
		margin-bottom: 1px;
	}
	.hero-section .hero-slider .item .absolute-item .slide-content {
		max-width: 100%;
		text-align: center;
		margin-right: 15px;
		padding: 15px;
	}
	.hero-section .hero-slider .item .absolute-item .slide-content .hero-header {
		font-size: 21px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.hero-section .hero-slider .item .absolute-item .slide-content .hero-subtitle {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.content-bg {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		transform: none;
		border-radius: 0;
	}
}

.ecoCard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background-color: #fff;
	border: 2px solid #c8cfd5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ecoCard__head {
	border-bottom: 2px solid #c8cfd5;
	padding: 23px 30px;
	margin: 0;
}

.ecoCard__title {
	margin: -5px 0 5px;
	padding: 0;
}

.ecoCard__subtitle {
	margin: 5px 0 -5px;
	padding: 0;
}

.ecoCard__image {
	border-bottom: 2px solid #c8cfd5;
	padding: 15px 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.partners-logo {
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
}

.ecoCard__logo {
	display: block;
	position: absolute;
	top: 40px;
	height: 22%;
	width: 90%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.ecoCard__badge {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 20px;
	background-color: #c8cfd5;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
	z-index: 1000;
}

.ecoCard__image-wrapper {
	text-align: center;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.08, 0.06, 0.97);
	transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.08, 0.06, 0.97);
	transition: transform 0.6s cubic-bezier(0.55, 0.08, 0.06, 0.97);
	transition: transform 0.6s cubic-bezier(0.55, 0.08, 0.06, 0.97),
		-webkit-transform 0.6s cubic-bezier(0.55, 0.08, 0.06, 0.97);
}

.ecoCard__image img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	max-height: 100px;
}

.ecoCard__description {
	padding: 23px 30px;
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.ecoCard__description p {
	margin: 0 0 10px 0;
	padding: 0;
}

.ecoCard__description p:last-child {
	margin: 0;
}

.ecoCard__btn {
	padding: 0.8rem;
	background-color: #f2f2f2;
	border-top: 2px solid #c8cfd5;
	color: #496274;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.ecoCard:hover {
	text-decoration: none;
	cursor: pointer;
	border-color: #00abff;
}

.ecoCard:hover::after {
	margin: 7px 0 0 7px;
}

.ecoCard:hover .ecoCard__head {
	border-bottom-color: #00abff;
}

.ecoCard:hover .ecoCard__image {
	border-bottom-color: #00abff;
}

.ecoCard:hover .ecoCard__btn {
	border-top-color: #00abff;
}

.ecoCard:hover .ecoCard__image-wrapper {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.ecoCard::after {
	content: "";
	display: block;
	position: absolute;
	margin: 0;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	border: 2px solid #496274;
	z-index: -1;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.promo-freetest {
	padding: 50px 0;
	display: block;
	position: relative;
	background-color: rgba(18, 34, 45, 0.9);
}

.promo-freetest::after {
	content: "";
	background: url(./images/ecorouter_img.jpg);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.promo--subscribe {
	padding: 50px 0;
	display: block;
	position: relative;
	background-color: rgba(18, 34, 45, 0.9);
}

.promo--subscribe::after {
	content: "";
	background: url(./images/bg-subscription.jpg);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.promo__title p {
	margin: 0;
}

.promo__description p {
	margin: 0;
}

.promo__cta p {
	margin: 0;
	padding: 5px 0;
}

.mc4wp-form-fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
}

.mc4wp-form-fields .form-control {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.mc4wp-form-fields .form-control:focus,
.mc4wp-form-fields .form-control:hover {
	outline: 0;
	border-color: #00abff;
}

.mc4wp-form-fields .form-control::-webkit-input-placeholder {
	color: #bbb;
	opacity: 1;
}

.mc4wp-form-fields .form-control:-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

.mc4wp-form-fields .form-control::-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

.mc4wp-form-fields .form-control:-ms-input-placeholder {
	color: #bbb;
	opacity: 1;
}

.mc4wp-form-fields input[type="submit"]:hover {
	cursor: pointer;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
	margin-left: -2px;
}

@media (max-width: 1199px) {
	.mc4wp-form-fields .form-control {
		padding: 8px 20px;
		font-size: 15px;
		height: 42px;
	}
}

@media (max-width: 991px) {
	.mc4wp-form-fields .form-control {
		padding: 7px 15px;
		font-size: 13px;
		height: 37px;
	}
}

@media (max-width: 575px) {
	.promo-freetest {
		padding: 30px 0;
		text-align: center;
	}
}

.advantages {
	padding-bottom: 30px;
}

.advantage {
	margin: 60px 0;
}

.adv-icon img {
	max-width: 112px;
}

@media (max-width: 991px) {
	.advantages {
		padding-bottom: 0;
	}
}

.sertification {
	padding: 60px;
	background-image: url(./images/poly_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.sertification-img {
	width: auto;
	padding-bottom: 30px;
	height: 75px;
}

.sertification-img img {
	height: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.sertification-text {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	padding-top: 15px;
	margin-bottom: 0;
}

@media (max-width: 575px) {
	.sertification {
		padding: 30px;
	}
	.sertification-img {
		width: auto;
		padding-bottom: 15px;
		height: 55px;
	}
	.sertification-img img {
		height: 100%;
		max-width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.sertification-text {
		padding-top: 15px;
	}
}

.news .news-head {
	position: relative;
}

.news .news-head .news-data {
	float: left;
	opacity: 0.7;
	margin-top: 13px;
}

.news .news__image {
	position: relative;
	border: 2px solid #c8cfd5;
	padding: 0;
	margin: 10px 0 0;
	overflow: hidden;
}

.news .news__image .news__badge {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 20px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
	z-index: 100;
}

.news .news__image .news__image-wrapper {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.08, 0.06, 0.97);
	transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.08, 0.06, 0.97);
	transition: transform 0.6s cubic-bezier(0.55, 0.08, 0.06, 0.97);
	transition: transform 0.6s cubic-bezier(0.55, 0.08, 0.06, 0.97),
		-webkit-transform 0.6s cubic-bezier(0.55, 0.08, 0.06, 0.97);
}

.news .news__title {
	margin-top: 20px;
	display: block;
}

.news .news__title:hover {
	text-decoration: underline;
	color: #00abff;
}

.news:hover .news__image .news__image-wrapper {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.news:hover .news__title {
	color: #00abff;
}

.card-image {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
}

.card .card-image .image-wrapper {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.card:hover .image-wrapper {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.card:hover .title-text {
	color: #00abff;
}

@media (max-width: 1199px) {
	.news .news-head .news-share-block {
		opacity: 1;
		-webkit-transition: none;
		transition: none;
	}
	.news .news-head .news-share-block i {
		padding: 5px 0;
		width: 30px;
	}
}

@media (max-width: 767px) {
	.news .news-head .news-share-block {
		opacity: 1;
		-webkit-transition: none;
		transition: none;
	}
	.news .news-head .news-share-block i {
		padding: 5px 0;
		width: 30px;
	}
	.news .news__image {
		margin: 10px 0 0;
	}
	.news .news__image .news__badge {
		padding: 5px 20px;
		font-size: 10px;
		letter-spacing: 2px;
	}
	.news .news__title {
		margin-top: 15px;
	}
}

.clients {
	background-color: #fff;
}

.clients .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 60px;
}

.clients .owl-theme .owl-dots .owl-dot span {
	background: #c8cfd5;
}

.clients .owl-theme .owl-dots .owl-dot.active span {
	background: #00abff;
	border: 0;
}

.clients .owl-theme .owl-dots .owl-dot:hover span {
	border: 0;
	background: #00abff;
}

.clients .clients-slider {
	padding: 100px 0 10px;
	margin: 30px 0;
}

.clients .clients-slider .owl-item .client-logo {
	margin: 0 auto;
	width: 160px;
	height: 80px;
}

@media (max-width: 575px) {
	.clients .owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 60px;
	}
	.clients .clients-slider {
		padding: 50px 0 10px;
		margin: 15px 0;
	}
	.clients .clients-slider .owl-item .client-logo {
		margin: 0 auto;
		width: 120px;
		height: 60px;
	}
}

.main-footer {
	background-color: #272d30;
	padding: 60px 30px;
}

.main-footer .partner {
	padding-top: 15px;
	padding-bottom: 0;
}

.main-footer .partner:hover .partner-name {
	color: #00abff;
}

.main-footer .partner:hover .partner-site {
	color: #fff;
}

.main-footer .partner:hover a {
	text-decoration: none;
}

.main-footer .partner-name {
	margin: 0;
	padding: 0;
	line-height: 15px;
	color: #ccc;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.main-footer .partner-site {
	color: #777;
	line-height: 10px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.main-footer .company-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}

.main-footer .company-block .sk-block .sk-logo {
	width: 100%;
}

.main-footer .company-block .sk-block .sk-logo img {
	width: 100%;
	max-width: 120px;
}

.main-footer .company-block .sk-block p {
	opacity: 0.5;
	line-height: 20px;
	margin-top: 10px;
}

.main-footer .company-block .rdp-block .rdp-logo {
	max-width: 30%;
	opacity: 0.5;
	margin-bottom: 5px;
}

.main-footer .company-block .rdp-block .rdp-copyright {
	opacity: 0.5;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.main-footer .products-block {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-footer .footer-title {
	font-family: "ProximaNova-Semibold";
	text-transform: uppercase;
	color: #fff;
}

.main-footer .footer-title:hover {
	color: #00abff;
}

.main-footer .products-block .products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	margin-top: 15px;
}

.main-footer .products-block .products a {
	text-transform: none;
	color: #fff;
}

.main-footer .products-block ul {
	padding-left: 1.1rem;
}

.main-footer .products-block li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main-footer .products-block li:not(:last-child)::after {
	content: "/";
	padding: 0 0.2rem 0 0.5rem;
	color: #00abff;
}

.main-footer .products-block .products a:hover {
	color: #fff;
}

.main-footer .partners-block {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-footer .partners-block p {
	margin-bottom: -5px;
}

.main-footer .partners-block p a {
	color: #fff;
	text-decoration: underline;
}

.main-footer .partners-block p a:hover {
	color: #00abff;
}

.main-footer .partners-block .partners-logos {
	padding-top: 15px;
}

.main-footer .partners-block .partners-logos .partner-logo {
	float: left;
	width: calc(100% / 5 - 30px);
	height: 40px;
	margin: 0 15px;
	margin-bottom: 30px;
}

.main-footer .contacts-block {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-footer .contacts-block .footer-phone,
.main-footer .contacts-block .footer-mail {
	margin-bottom: 5px;
}

.main-footer .contacts-block .footer-phone a,
.main-footer .contacts-block .footer-mail a {
	font-size: 18px;
	font-size: 1.125rem;
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
	color: #fff;
	margin-bottom: 0;
	opacity: 0.5;
}

.main-footer .contacts-block .footer-phone a:hover,
.main-footer .contacts-block .footer-mail a:hover {
	opacity: 1;
}

.main-footer .contacts-block .footer-contacts-link {
	line-height: 15px;
}

.main-footer .contacts-block .footer-contacts-link a {
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
	opacity: 0.5;
}

.main-footer .contacts-block .footer-contacts-link a:hover {
	opacity: 1;
}

.main-footer .contacts-block .footer-social-block {
	margin: 15px 0;
}

.main-footer .contacts-block .footer-social-block p {
	font-size: 12px;
	line-height: 15px;
	opacity: 0.5;
	margin: 0;
}

.main-footer .contacts-block .footer-social-block .social-icons a {
	font-size: 30px;
	font-size: 2.2rem;
	margin-right: 15px;
	opacity: 1;
}

.main-footer .contacts-block .footer-social-block .social-icons a:hover {
	opacity: .5;
}

.main-footer .contacts-block .top-btn .btn-outline {
	border-color: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.4);
}

.main-footer .contacts-block .top-btn .btn-outline:hover {
	border-color: white;
	color: white;
}

@media (max-width: 991px) {
	.main-footer {
		padding: 30px 15px;
	}
	.main-footer .main-footer-blocks .footer-block:nth-child(3) {
		margin-bottom: 30px;
	}
	.main-footer .company-block {
		margin-top: 0;
		padding-top: 0;
		text-align: left;
	}
	.main-footer .products-block {
		padding-top: 0;
		padding-bottom: 0;
	}
	.main-footer .products-block .products a {
		padding: 0;
	}
	.main-footer .partners-block {
		padding: 0 0 20px 0;
	}
	.main-footer .contacts-block {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.main-footer {
		padding: 30px 0;
	}
}

@media (max-width: 575px) {
	.main-footer .main-footer-blocks .footer-block:nth-child(3) {
		border-bottom: 0;
	}

	.main-footer .contacts-block {
		padding-top: 30px;
	}

	.main-footer .products-block .products a {
		padding: 5px 0;
	}
}

.form-control {
	font-size: 16px;
	height: 48px;
	background-color: #f5f6f7;
	border-radius: 5px;
	border: 2px solid #c8cfd5;
	padding: 10px 15px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.form-control:focus,
.form-control:hover {
	outline: 0;
	border-color: #00abff;
}

.form-control:focus {
	-webkit-box-shadow: 0 0 6px rgba(0, 171, 255, 0.7);
	box-shadow: 0 0 6px rgba(0, 171, 255, 0.7);
}

.overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(18, 34, 45, 0.9);
}

*::-webkit-input-placeholder {
	color: #777;
	opacity: 1;
}

*:-moz-placeholder {
	color: #777;
	opacity: 1;
}

*::-moz-placeholder {
	color: #777;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #777;
	opacity: 1;
}

a,
button {
	cursor: pointer;
}

a:active,
a:focus,
button:active,
button:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:hover {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

th {
	font-weight: normal;
}

.btn:focus,
.btn.focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mb-30 {
	margin-bottom: 1.875rem;
}

.mt-30 {
	margin-top: 1.875rem;
}

.mr-15 {
	margin-right: 0.9375rem;
}

.pr-15 {
	padding-right: 0.9375rem;
}

.p-30 {
	padding: 1.875rem !important;
}

.p-15 {
	padding: 0.9375rem !important;
}

.opacity-5 {
	opacity: 0.5;
}

.text-muted {
	color: #a4b0b9 !important;
}

.FlexEmbed {
	display: block;
	overflow: hidden;
	position: relative;
}

.FlexEmbed:before {
	content: "";
	display: block;
	width: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.FlexEmbed--3by1:before {
	padding-bottom: 33.33333%;
}

.FlexEmbed--2by1:before {
	padding-bottom: 50%;
}

.FlexEmbed--16by9:before {
	padding-bottom: 56.25%;
}

.FlexEmbed--4by3:before {
	padding-bottom: 75%;
}

.CoverImage {
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
}

.HeroImage {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	max-height: 500px;
	min-height: 330px;
}

.owl-carousel .item {
	overflow: hidden;
}

.fa-facebook:hover {
	border-color: #3a5a9a !important;
}

.fa-facebook:hover:before {
	color: #3a5a9a;
}

.fa-twitter:hover {
	border-color: #40aeef !important;
}

.fa-twitter:hover:before {
	color: #40aeef;
}

.fa-vk:hover {
	border-color: #4a739a !important;
}

.fa-vk:hover:before {
	color: #4a739a;
}

@media (min-width: 1500px) {
	.container {
		width: 1400px;
		max-width: 100%;
	}
}

@media (max-width: 1199px) {
	section {
		padding: 110px 0;
	}
	.section__header {
		font-size: 34px;
		margin: -9px 0 53px 0;
	}
	section .line-top {
		margin: 0 15px;
	}
	section .line-bottom {
		margin: 36px 15px 0 15px;
	}
}

@media (max-width: 991px) {
	body {
		padding-top: 52px;
	}
	section {
		padding: 110px 0;
	}
	.section__header {
		font-size: 34px;
		margin: -9px 0 53px 0;
	}
	section .line-top {
		margin: 0 15px;
	}
	section .line-bottom {
		margin: 32px 15px 0 15px;
	}
}

@media (max-width: 767px) {
	.animated {
		-webkit-transition-property: none !important;
		transition-property: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		-webkit-animation: none !important;
		animation: none !important;
	}
	section {
		padding: 100px 0;
	}
	.section__header {
		font-size: 31px;
		margin: -10px 0 53px 0;
	}
	section .line-top {
		margin: 0 15px;
	}
	section .line-bottom {
		margin: 32px 15px 0 15px;
	}
}

@media (max-width: 575px) {
	section {
		padding: 61px 0;
	}
	.section__header {
		text-align: center;
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 33px 0;
	}
	section .line-top {
		display: none;
	}
	section small {
		position: relative;
		font-size: 15px;
		display: block;
		left: 0;
		top: -30px;
		margin: 0 auto;
	}
	section .line-bottom {
		display: none;
	}
	section .btn {
		margin: 0 auto;
		width: 100%;
	}
}

.wpm-language-switcher li {
	display: inline-block;
}

.inner-header {
	padding: 100px 0 30px;
	background-color: #000;
	position: relative;
}

.inner-header a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #fff;
}

.inner-header .breadcrumb {
	padding: 0;
	margin-bottom: 1rem;
	background: none;
	color: #fff;
}

.inner-header__title {
	font-size: 44px;
}

.inner-header .nav-link {
	padding-left: 0;
	padding-right: 0;
	margin-right: 15px;
	color: #fff;
}

.separator {
	color: #00abff;
	margin-right: 15px;
	padding: 0.3em 0;
}

.separator i {
	font-size: 4px;
}

@media (max-width: 767px) {
	.inner-header {
		padding: 50px 0 10px;
	}
	.inner-header a:hover {
		text-decoration: none;
	}
	.inner-header__title {
		font-size: 34px;
	}
	.inner-header .nav-link:before {
		content: "-";
		color: #00abff;
		padding-right: 5px;
	}
	.separator {
		display: none;
	}
}

.product-section {
	padding: 80px 0;
}

.product-block {
	padding: 0;
	position: relative;
	background-color: #fff;
	border: 2px solid #c8cfd5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product-block__image {
	padding: 15px;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.product-block__description {
	padding: 30px;
}

.product-block__description p:last-of-type {
	margin-bottom: 0;
}

.product-block__docs {
	padding: 30px;
	border-left: 2px solid #c8cfd5;
	height: 100%;
}

.product-block__docs ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.product-block__docs li {
	margin-bottom: 20px;
}

.product-block__docs li:last-of-type {
	margin-bottom: 0;
}

.product-block__docs a {
	color: #496274;
	padding: 3px 0 4px 30px;
}

.product-block__docs a[href$=".doc"] {
	background: transparent url(./images/icons/icon_doc.svg) no-repeat;
}

.product-block__docs a[href$=".docx"] {
	background: transparent url(./images/icons/icon_doc.svg) no-repeat;
}

.product-block__docs a[href$=".pdf"] {
	background: transparent url(./images/icons/icon_pdf.svg) no-repeat;
}

.product-block__docs a[href$=".zip"] {
	background: transparent url(./images/icons/icon_zip.svg) no-repeat;
}

.product-block__docs a[href$=".jpg"] {
	background: transparent url(./images/icons/icon_jpg.svg) no-repeat;
}

.product-block__docs a[href$=".png"] {
	background: transparent url(./images/icons/icon_png.svg) no-repeat;
}

.product-block .table {
	border-top: 2px solid #c8cfd5;
	margin-bottom: 0;
	width: 100%;
}

.product-block .table tbody tr:hover {
	cursor: pointer;
	background-color: #eceff1;
}

.product-block__info {
	padding: 0 30px;
	border-top: 2px solid #c8cfd5;
}

h2 {
	font-size: 2rem;
	line-height: 2.5rem;
	margin-top: 3.375rem;
	margin-bottom: 1.375rem;
	color: #343b3f;
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
}

h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-top: 1.375rem;
	margin-bottom: 1rem;
	color: #00abff;
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
}

h4 {
	display: inline-block;
	font-size: 1.125rem;
	line-height: 1.375rem;
	margin-top: 0.375rem;
	margin-bottom: 1rem;
	color: #000;
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
}

h5 {
	font-size: 1rem;
	line-height: 1.375rem;
	margin-top: 1.375rem;
	margin-bottom: 0rem;
	color: #000;
}

.product-block__info p {
	margin-top: 0rem;
	margin-bottom: 1.375rem;
}

.doc-title {
	font-size: 20px;
	color: #000;
}

.product-block .table thead th {
	vertical-align: middle;
	border-bottom: 2px solid #eceff1;
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
	color: #000;
}

.product-block .table th,
.product-block .table td {
	padding: 12px 0 12px 30px;
	vertical-align: middle;
	border-top: 1px solid #eceff1;
}

@media (max-width: 991px) {
	.product-block .table {
		overflow-x: auto;
		display: block;
	}

	.model__tables {
		border-left: none !important;
		border-top: 2px solid #c8cfd5;
	}
}

@media (max-width: 767px) {
	.product-block__docs {
		border-left: 0;
		border-top: 2px solid #c8cfd5;
	}
	.product-section {
		padding: 60px 0;
	}
}

@media (max-width: 575px) {
	.product-section {
		padding: 40px 0;
	}

	.border-sm-bottom {
		border-bottom: 2px solid #c8cfd5 !important;
		border-left: none !important;
		border-right: none !important;
		border-top: none !important;
	}

	.img-news {
		min-height: 32vh;
	}
}

.model-block {
	padding: 0;
	position: relative;
	background-color: #fff;
	border: 2px solid #c8cfd5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.model__image {
	padding: 30px;
	margin: 0;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.model__image img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.model__tables {
	padding: 30px;
	border-left: 2px solid #c8cfd5;
	height: 100%;
}

.bg-white {
	background-color: #fff;
}

.bg-gray {
	background-color: #f5f6f7;
}

.border-top {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 2px solid #c8cfd5 !important;
}

.border-top-1px {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #c8cfd5 !important;
	margin-top: -1px;
}

.border-bottom {
	border-bottom: 2px solid #c8cfd5 !important;
	border-left: none;
	border-right: none;
	border-top: none;
}

.border-right {
	border-right: 2px solid #c8cfd5 !important;
	border-left: none;
	border-bottom: none;
	border-top: none;
}

.border-all {
	border: 2px solid #c8cfd5 !important;
}

.model__tables table {
	width: 100%;
}

.model__tables td {
	padding: 6px 0;
	vertical-align: top;
	line-height: 1.135rem;
}

.model__tables tr td:nth-child(1) {
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
}

.model__tables tr td:nth-child(2) {
	text-align: right;
}

.model__info {
	padding: 30px;
	border-top: 2px solid #c8cfd5;
}

.model__info p:last-of-type {
	margin-bottom: 0;
}

.alignright {
	float: right;
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: 2rem;
}

.alignleft {
	float: left;
	max-width: 100%;
	height: auto;
	display: block;
	margin-right: 2rem;
}

.aligncenter {
	float: none;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.max-h64 {
	max-height: 64px;
}

.block {
	padding: 30px !important;
}

.block p:last-child {
	margin-bottom: 0;
}

.news-text {
	font-size: 20px;
	line-height: 1.9rem;
	color: #000;
}

tr td:first-of-type {
}

.news-text p {
	margin-bottom: 1.5rem;
}

.news-text li {
	margin-bottom: 0.5rem;
}

blockquote {
	background: #f5f6f7;
	border-left: 15px solid #c8cfd5;
	padding: 1rem;
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
	color: #c8cfd5;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	vertical-align: -0.4em;
}

blockquote:after {
	color: #c8cfd5;
	content: close-quote;
	font-size: 4em;
	line-height: 0.1em;
	vertical-align: -0.4em;
}

blockquote p {
	display: inline;
}

.tag-news,
.tag-cloud-link {
	display: inline-block;
	padding: 2px 8px;
	margin: 5px 2px;
	border: 2px solid #c8cfd5;
	background-color: #fff;
}

.btn-link {
	color: #000;
	padding: 0;
}

a.page-numbers,
span.page-numbers.current {
	padding: 0.69rem 1.13rem;
	border: 2px solid #c8cfd5;
	background-color: #fff;
	margin-right: -7px;
}

a.page-numbers:hover {
	text-decoration: none;
	background-color: #00abff;
	color: #fff;
	border-color: #00abff;
}

.img-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.elementor-tab-title:focus {
	outline: none;
}

th {
	/*    white-space: nowrap;*/
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
}

.table td,
.table th {
	vertical-align: middle;
}

.company-intro {
	padding-top: 80px;
}

#history li {
	margin-bottom: 20px;
}

#mission {
	background-image: url(./images/bg-mission.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

#clients {
	background-color: #fff;
}

#clients .company-client {
	margin: 30px 0;
}

#clients img {
	max-height: 70px;
	padding-bottom: 10px;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		color-stop(70%, rgba(0, 0, 0, 0.65)),
		to(rgba(0, 0, 0, 1))
	);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.card-badge {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 20px;
	background-color: #496274;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
	z-index: 100;
}

.card-badge a {
	color: #fff;
}

.card-img-overlay a:hover {
	color: #00abff !important;
}

.card {
	border-radius: 0;
	margin-top: -2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: calc(100% - 2px);
	border: 2px solid #c8cfd5;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 2px solid #c8cfd5;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0;
	margin-bottom: -2px;
}

.btn-link:hover {
	color: #00abff;
	text-decoration: none;
}

.cursor-zoom {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.bg-lightgray {
	background-color: #f5f6f7;
}

.fa-facebook-square,
.fa-youtube-square {
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.fa-facebook-square:hover {
	color: #4267b2;
}

.fa-youtube-square:hover {
	color: #ff0000;
}

.fa-telegram:hover {
	color: #0088cc;
}

.bg-main {
	background-color: #00abff;
}

.solution-block {
	position: relative;
}

.solution-block:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.front {
	position: relative;
	z-index: 1;
}

.solution-block h3 {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: "ProximaNova-Bold";
	font-size: 15px;
	color: #fff;
	line-height: 1.5rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.solution-block h3:hover {
	letter-spacing: 5px;
	text-decoration: none;
	color: #00abff;
}

.solution-block:hover a {
	text-decoration: none;
}

.solution-block:hover:after {
	background-color: rgba(0, 0, 0, 0.7);
}

.control-label {
	font-family: "ProximaNova-Bold";
	color: #000;
}

.form-group {
	margin-bottom: 2rem;
}

.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

.caldera-grid .form-group {
	padding: 0.9375rem 0;
	position: relative;
}

.checkbox label {
	cursor: pointer;
	color: #496274;
	padding: 0.25rem 0;
}

.checkbox label:hover {
	color: #000;
}

.parsley-required,
.caldera_ajax_error_block {
	color: red;
}

.control-label {
	margin-bottom: 0.9375rem;
}

/*
.fld_9743290_1 {
    position: relative;
    top: -.55rem;
    margin: 0 2rem 0 0;
    cursor: pointer;
}

.fld_9743290_1:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 1.875rem;
    height: 1.875rem;
    color: #00abff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-color: #f5f6f7;
    border: 2px solid #c8cfd5;
    padding-top: 2px;
}

.fld_9743290_1:hover:before {
    border-color: #91a0ab;
}

.fld_9743290_1:checked:before {
    font-family: "FontAwesome";
    content: "\f00c";
    border-color: #496274;
    background-color: #fff;
    text-align: center;
}
*/

input[type="checkbox"] {
	position: relative;
	top: -0.55rem;
	margin: 0 2rem 0 0;
	cursor: pointer;
}

input[type="checkbox"]:before {
	content: "";
	position: absolute;
	left: 0;
	z-index: 1;
	width: 1.875rem;
	height: 1.875rem;
	color: #00abff;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #f5f6f7;
	border: 2px solid #c8cfd5;
	padding-top: 2px;
}

input[type="checkbox"]:hover:before {
	border-color: #91a0ab;
}

input[type="checkbox"]:checked:before {
	font-family: "FontAwesome";
	content: "\f00c";
	border-color: #496274;
	background-color: #fff;
	text-align: center;
}

span.wpcf7-list-item {
	display: block;
	margin: 0 0 0.5rem 0;
}

.ecoIcon-maxheight {
	max-height: 100px;
}

.lastp p:last-child {
	margin-bottom: 0 !important;
}

.lastul ul:last-child {
	margin-bottom: 0 !important;
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: none;
}

.intl-tel-input {
	width: 100%;
}

.mc4wp-form {
	color: #fff;
}

.mc4wp-alert p {
	margin-bottom: 0;
}

.promo {
	padding: 50px 0;
	position: relative;
}

.card-header .btn {
	white-space: normal !important;
}

.page-numbers.dots {
	padding: 0 1.13rem;
}

::-moz-selection {
	background: #00abff;
	color: #fff;
}

::selection {
	background: #00abff;
	color: #fff;
}

img.mfp-img {
	padding: 80px 40px !important;
}
