﻿@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-MediumItalic.eot');
	src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-MediumItalic.woff') format('woff'), url('fonts/Roboto-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Italic.eot');
	src: local('Roboto Italic'), local('Roboto-Italic'), url('fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Italic.woff') format('woff'), url('fonts/Roboto-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Bold.eot');
	src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Bold.woff') format('woff'), url('fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Regular.eot');
	src: local('Roboto'), local('Roboto-Regular'), url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Medium.eot');
	src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Medium.woff') format('woff'), url('fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-BoldItalic.eot');
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-BoldItalic.woff') format('woff'), url('fonts/Roboto-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-ThinItalic.eot');
	src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('fonts/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-ThinItalic.woff') format('woff'), url('fonts/Roboto-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Black.eot');
	src: local('Roboto Black'), local('Roboto-Black'), url('fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Black.woff') format('woff'), url('fonts/Roboto-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Light.eot');
	src: local('Roboto Light'), local('Roboto-Light'), url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Light.woff') format('woff'), url('fonts/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-LightItalic.eot');
	src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-LightItalic.woff') format('woff'), url('fonts/Roboto-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-BlackItalic.eot');
	src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-BlackItalic.woff') format('woff'), url('fonts/Roboto-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Thin.eot');
	src: local('Roboto Thin'), local('Roboto-Thin'), url('fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Thin.woff') format('woff'), url('fonts/Roboto-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

.bg-yellow-grey {
	background: linear-gradient(to bottom, #FFCC48, #FFCC48 50%, #F8F8F8 50%);
}

.bg-yellow-white {
	background: linear-gradient(to bottom, #FFCC48, #FFCC48 50%, #ffffff 50%);
}

* {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

a {
	text-decoration: underline;
	color: #1A7CC8;
	font-weight: 300;
}

.btn,
.btn:focus {
	box-shadow: none;
	border-radius: 0px;
	text-decoration: none;
}

	.btn.btn--orange {
		background-color: #ed9814;
		color: #ffffff;
		font-weight: 300;
	}

		.btn.btn--orange.hovered {
			background-color: #f87818;
		}

	.btn.btn--orange-eval {
		background-color: #ed9814;
		color: #ffffff;
		font-weight: 300;
		margin: 5px;
	}

		.btn.btn--orange-eval.hovered {
			background-color: #f87818;
		}

p {
	font-weight: 300;
	line-height: 25px;
	color: #414141;
}

ol,
ul {
	padding-left: 18px;
}

	ul.no-dots.no--padding {
		padding-left: 0px;
	}

	ul.no-dots li::before {
		content: '';
	}

li {
	font-weight: 300;
	position: relative;
	list-style: none;
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 24px;
}

	li::before {
		content: "•";
		font-size: 20px;
		color: #0083cb;
		position: absolute;
		left: -16px;
		top: -1px;
	}

.content p {
	text-align: justify;
}

.content a {
	font-weight: 300;
	text-decoration: underline;
}

h1 {
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: 600;
}

h2,
.h2 {
	font-size: 38px;
	font-weight: 300;
	color: #414141;
}

	h2.version {
		font-size: 18px;
		font-weight: 600;
	}

	h2.example {
		font-size: 18px;
		font-weight: 600;
	}

	h2.faq {
		font-size: 18px;
		font-weight: 600;
	}

h3.download {
	font-size: 18px;
	font-weight: 500;
}

@media (max-width: 991px) {
	h2,
	.h2 {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	h2,
	.h2 {
		font-size: 30px;
	}
}

@media (max-width: 479px) {
	h2,
	.h2 {
		font-size: 24px;
	}
}

h4,
.h4 {
	font-weight: 300;
	color: #414141;
}

.grey {
	background: #F8F8F8;
}

.header {
	background: #FFCC48;
	width: 100%;
	display: block;
}

	.header .header_mobile-controls {
		margin-top: 30px;
		display: flex;
		width: 80px;
		justify-content: space-between;
		align-items: center;
	}

	.header .header_mobile-menu-btn {
		width: 42px;
		height: 42px;
		border-radius: 50%;
		background-color: #dd1a1a;
		background-image: url('../i/hamburger_menu.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 20px;
	}

	.header .header_mobile-search-btn {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background-color: #ed9814;
		background-image: url('../i/search_icon.svg');
		background-repeat: no-repeat;
		background-position: 7px 7px;
		background-size: 15px;
	}

	.header .header_logo {
		margin-top: 25px;
		display: block;
	}

		.header .header_logo img {
			width: 100%;
			max-width: 126px;
		}

	.header .header_search-form {
		float: right;
		margin: 17px 0 13px;
		position: relative;
	}

		.header .header_search-form .header_search {
			background: #f9ba3e;
			border: 1px solid #ffe6a5;
			width: 260px;
			height: 34px;
			padding: 0px 15px;
			color: #FFFFFF;
			font-size: 14px;
			font-weight: 300;
		}

			.header .header_search-form .header_search::placeholder {
				color: #FFFFFF;
			}

	.header .site-versions {
		float: right;
		margin: 10px 0px 0 0;
		font-size: 0;
		height: 40px;
	}

		.header .site-versions .site-versions_link {
			display: inline-block;
			width: 31px;
			height: 31px;
			border-radius: 50%;
			font-size: 14px;
			font-weight: 400;
			line-height: 31px;
			text-align: center;
			color: #FFFFFF;
			text-decoration: none;
			vertical-align: middle;
			background: #f9ba3e;
			margin-left: 10px;
			font-weight: 600;
		}

			.header .site-versions .site-versions_link.active {
				background: #ed9814;
			}

			.header .site-versions .site-versions_link:hover {
				color: #FFFFFF;
				text-decoration: none;
			}

.mobile-menu-close {
	display: none;
}

.our-clients_group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px;
}

	.our-clients_group:nth-child(2n) {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	.our-clients_group img {
		flex-shrink: 1;
		max-width: 80px;
		max-height: 60px;
	}

.menu {
	width: 100%;
	padding: 0px;
	clear: both;
}

	.menu.menu--footer {
		padding-bottom: 24px;
	}

		.menu.menu--footer .navbar-nav {
			margin-top: -25px;
		}

		.menu.menu--footer li a {
			height: 49px;
		}

	.menu .navbar-nav {
		border-top: 1px solid #dc8c11;
		display: flex;
		justify-content: stretch;
		width: 100%;
	}

		.menu .navbar-nav > li {
			border-right: 1px solid #f6bf69;
			flex: 1 auto;
			margin-bottom: 0;
		}

			.menu .navbar-nav > li::before {
				content: '';
			}

			.menu .navbar-nav > li:last-child {
				border-right-color: #ed9814;
			}

			.menu .navbar-nav > li > a {
				background: linear-gradient(to bottom, #f8a018 0%, #eb940e 100%);
				background-color: #ed9814;
				width: 100%;
				height: 43px;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				text-transform: uppercase;
				font-size: 15px;
				font-weight: 300;
				color: #FFF;
				text-decoration: none;
			}

				.menu .navbar-nav > li > a.mb {
					display: none;
				}

					.menu .navbar-nav > li > a.mb.opened .accordion_arrow {
						background-image: url(../i/accordion_arrow_up_white.png);
					}

					.menu .navbar-nav > li > a.mb .accordion_arrow {
						width: 17px;
						height: 6px;
						background-image: url(../i/accordion_arrow_down_white.png);
						background-repeat: no-repeat;
						background-position: right;
						color: #1A7CC8;
						margin-left: 5px;
						margin-top: 7px;
					}

				.menu .navbar-nav > li > a.ub {
					display: inline-flex;
				}

				.menu .navbar-nav > li > a.hovered {
					background: linear-gradient(to bottom, #f87818 0%, #eb6e0e 100%);
					background-color: #DE2D33;
				}

			.menu .navbar-nav > li .inner-menu {
				position: absolute;
				display: flex;
				flex-direction: column;
				align-items: stretch;
				display: none;
				top: 43px;
				z-index: 1;
				background: #ffcc48;
				padding: 0px;
			}

				.menu .navbar-nav > li .inner-menu li {
					display: block;
					white-space: nowrap;
					margin: 0;
				}

					.menu .navbar-nav > li .inner-menu li::before {
						display: none;
					}

					.menu .navbar-nav > li .inner-menu li a {
						text-decoration: none;
						padding: 10px 15px;
						color: #414141;
						display: block;
						border-bottom: 1px solid #ffe6a5;
						font-size: 14px;
					}

						.menu .navbar-nav > li .inner-menu li a:hover {
							background: #f9ba3e;
						}

			.menu .navbar-nav > li:hover .inner-menu {
				display: flex;
			}

			.menu .navbar-nav > li .mbinner-menu {
				display: none;
			}

				.menu .navbar-nav > li .mbinner-menu a {
					display: none;
					margin-left: 25px;
				}

					.menu .navbar-nav > li .mbinner-menu a.hovered {
						background: linear-gradient(to bottom, #f87818 0%, #eb6e0e 100%);
						background-color: #DE2D33;
					}


.custom-radio input[type=radio] {
	display: none;
}

	.custom-radio input[type=radio]:checked ~ .radio-mark {
		background: #ed9814;
		background: radial-gradient(#ed9814 41%, #ffffff 42%);
	}

.custom-radio .radio-mark {
	border: 1px solid #bebebe;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

.prodaction-catalog {
	padding: 30px 0 60px;
}

	.prodaction-catalog li {
		border-bottom: 1px dotted #cdcdcd;
		margin: 0;
	}

		.prodaction-catalog li:first-of-type {
			border-top: 1px dotted #cdcdcd;
		}

		.prodaction-catalog li::before {
			display: none;
		}

		.prodaction-catalog li a {
			color: #414141;
			font-size: 18px;
			text-transform: none;
			font-weight: 300;
			width: 100%;
			text-decoration: none;
			display: inline-block;
			padding: 21px 0px 10px;
			min-height: 67px;
		}

.top-slider {
	background: linear-gradient(to bottom, #FFCC48, #FFCC48 50%, #F8F8F8 50%);
}

	.top-slider .top-slider_wrapper {
		position: relative;
	}

	.top-slider .top-slider_item-fp {
		display: block;
		position: absolute;
		width: 360px;
		height: 277px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
		right: 97px;
		bottom: 0;
	}

	.top-slider .slick-track {
		display: flex;
		align-items: stretch;
	}

	.top-slider .slider {
		overflow-x: hidden;
		position: relative;
		margin-bottom: 0;
		max-height: 310px;
		overflow: hidden;
		background: #1A7CC8;
	}

		.top-slider .slider.slick-initialized {
			max-height: inherit;
		}

		.top-slider .slider .slick-dotted.slick-slider {
			margin-bottom: 0;
		}

		.top-slider .slider .item {
			background-color: #1A7CC8;
			min-height: 310px;
			padding: 33px 97px;
			display: inline-block;
			vertical-align: middle;
			position: relative;
			background-position: left center;
		}

			.top-slider .slider .item .title {
				font-size: 38px;
				color: #FFFFFF;
				display: inline-block;
				margin-top: 15px;
			}

			.top-slider .slider .item .text {
				width: 555px;
				color: #FFFFFF;
				margin-top: 10px;
				font-weight: 300;
				line-height: 25px;
			}

	.top-slider .slick-dots {
		bottom: 35px;
		left: 92px;
		display: inline-block;
		width: auto;
	}

		.top-slider .slick-dots li {
			margin: 0 7px;
			width: 10px;
			height: 0px;
		}

			.top-slider .slick-dots li::before {
				content: '';
			}

			.top-slider .slick-dots li button {
				padding: 0;
				width: 10px;
				height: 10px;
			}

				.top-slider .slick-dots li button:before {
					content: '';
					opacity: 0.3;
					width: 10px;
					height: 10px;
					background: #f1f5fa;
				}

			.top-slider .slick-dots li.slick-active button:before {
				content: '';
				opacity: 0.9;
				background: #f1f5fa;
			}

	.top-slider .top-slider_arrow-wrapper {
		position: absolute;
		top: 0px;
		width: 70px;
		height: 100%;
	}

		.top-slider .top-slider_arrow-wrapper .top-slider_arrow {
			width: 40px;
			height: 40px;
			background-color: rgba(255, 255, 255, 0.45);
			background-image: url('../i/slider_arrow.png');
			background-position: center;
			background-repeat: no-repeat;
			position: absolute;
			top: 43.5%;
			opacity: 0;
			transition: opacity 0.3s;
			cursor: pointer;
		}

		.top-slider .top-slider_arrow-wrapper:hover .top-slider_arrow {
			opacity: 1;
		}

		.top-slider .top-slider_arrow-wrapper.prev {
			left: 0px;
		}

			.top-slider .top-slider_arrow-wrapper.prev .top-slider_arrow {
				left: 0px;
				transform: rotate(180deg);
			}

		.top-slider .top-slider_arrow-wrapper.next {
			right: 0px;
		}

			.top-slider .top-slider_arrow-wrapper.next .top-slider_arrow {
				right: 0px;
			}

.main-products {
	padding: 45px 0 55px;
	background: #F8F8F8;
}

	.main-products .row {
		display: flex;
		align-items: stretch;
	}

	.main-products .item {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		width: 100%;
		height: 100%;
		background: #FFFFFF;
		border: 1px solid #dddddd;
		color: #414141;
		text-decoration: none;
		position: relative;
	}

		.main-products .item:hover,
		.main-products .item:focus {
			text-decoration: none;
			color: #414141;
		}

		.main-products .item .main-products_item-title {
			min-height: 45px;
			font-size: 18px;
			font-weight: 600;
			display: flex;
			align-items: center;
			padding: 10px 0px 30px 0px;
			position: relative;
		}

			.main-products .item .main-products_item-title::before {
				content: '';
				width: 43px;
				height: 43px;
				display: inline-block;
				vertical-align: middle;
				margin-right: 15px;
				flex-shrink: 0;
			}

			.main-products .item .main-products_item-title.img::before {
				background: url('../i/img_icon.png') no-repeat;
			}

			.main-products .item .main-products_item-title.qr::before {
				background: url('../i/qr_icon.png') no-repeat;
			}

			.main-products .item .main-products_item-title.scan::before {
				background: url('../i/scan_icon.png') no-repeat;
			}

		.main-products .item .description {
			padding: 30px;
			font-size: 14px;
		}

		.main-products .item .more {
			width: 100%;
			background: #ed9814;
			text-align: center;
			font-size: 14px;
			font-weight: 600;
			color: #FFFFFF;
			text-transform: uppercase;
			padding: 13px 0;
			margin-top: auto;
		}

			.main-products .item .more.hovered {
				background-color: #f87818;
			}

.our-clients {
	padding: 30px 0px 62px;
	background: #ffffff;
}

	.our-clients .our-clients_list {
		overflow: hidden;
	}

	.our-clients .our-clients_heading {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 0 35px;
	}

		.our-clients .our-clients_heading h2 {
			margin: 0;
		}

	.our-clients .our-clients_controls {
		display: block;
		vertical-align: middle;
		font-size: 0;
		margin-left: 20px;
		display: none;
	}

	.our-clients .our-clients_slider-arrow {
		width: 35px;
		height: 35px;
		background: #ed9814;
		display: inline-block;
		position: relative;
		cursor: pointer;
	}

		.our-clients .our-clients_slider-arrow.next {
			margin-left: 7px;
		}

		.our-clients .our-clients_slider-arrow::after {
			content: '';
			display: block;
			position: absolute;
			width: 10px;
			height: 17px;
			background: url(../i/slider_arrow_white.png);
			background-size: cover;
			left: 12px;
			top: 9px;
			opacity: 0.6;
			transform: rotate(90deg);
		}

		.our-clients .our-clients_slider-arrow.next::after {
			left: 14px;
			transform: rotate(-90deg);
		}

		.our-clients .our-clients_slider-arrow:hover::after {
			opacity: 1;
		}

.news-list {
	padding: 30px 0px 90px;
	background: #F8F8F8;
}

	.news-list .news-list_slider {
		overflow: hidden;
	}

		.news-list .news-list_slider .slick-track {
			display: flex;
			align-items: stretch;
		}

	.news-list .news-list_heading {
		display: flex;
		justify-content: center;
		padding: 20px 0 35px;
	}

		.news-list .news-list_heading h2 {
			display: inline-block;
			vertical-align: middle;
			margin: 0;
		}

	.news-list .news-list_slider-controls {
		display: inline-block;
		vertical-align: middle;
		font-size: 0;
		margin-left: 20px;
	}

	.news-list .news-list_slider-arrow {
		width: 35px;
		height: 35px;
		background: #ed9814;
		display: inline-block;
		position: relative;
		cursor: pointer;
	}

		.news-list .news-list_slider-arrow::after {
			content: '';
			display: block;
			position: absolute;
			width: 10px;
			height: 17px;
			background: url(../i/slider_arrow_white.png);
			background-size: cover;
			left: 12px;
			top: 9px;
			opacity: 0.6;
		}

		.news-list .news-list_slider-arrow:hover::after {
			opacity: 1;
		}

		.news-list .news-list_slider-arrow.next {
			margin-left: 7px;
		}

			.news-list .news-list_slider-arrow.next::after {
				left: 14px;
				transform: scale(-1, 1);
			}

	.news-list .news-list_item {
		width: 100%;
		height: 100%;
		border: 1px solid #dddddd;
		background: #ffffff;
		padding: 25px 25px 20px;
	}

		.news-list .news-list_item::before {
			content: '';
			display: block;
			width: 34px;
			height: 26px;
			background: url('../i/news_icon.png') no-repeat;
			position: absolute;
			top: 22px;
		}

		.news-list .news-list_item .date {
			font-size: 14px;
			padding-left: 45px;
			padding-bottom: 20px;
			color: #595959;
			display: block;
			width: 100%;
		}

		.news-list .news-list_item .title {
			display: block;
			font-size: 17px;
			margin-bottom: 16px;
			text-decoration: none;
			font-weight: 600;
		}

		.news-list .news-list_item p {
			line-height: 22px;
			font-weight: 400;
		}

			.news-list .news-list_item p::after {
				content: '';
				background: url('../i/more.png') no-repeat;
				width: 5px;
				height: 7px;
				display: inline-block;
			}

.footer {
	min-height: 112px;
}

	.footer .copyright {
		font-size: 14px;
		text-align: center
	}

		.footer .copyright span {
			display: block;
			font-size: 12px;
			color: #9d9d9d;
		}

	.footer .footer_links {
		width: 100%;
		display: flex;
		justify-content: space-between;
		max-width: 245px;
		float: right;
		padding-right: 13px;
		padding-top: 13px;
	}

		.footer .footer_links a {
			color: #454545;
			font-size: 14px;
			text-decoration: none;
			font-weight: 600;
		}

		.footer .footer_links .sitemap {
			padding-left: 18px;
			padding-right: 29px;
		}
/*end index, continum base*/
.page-info {
	background: linear-gradient(to bottom, #FFCC48, #FFCC48 50%, #ffffff 50%);
}

	.page-info.grey {
		background: linear-gradient(to bottom, #FFCC48, #FFCC48 50%, #F8F8F8 50%);
	}

	.page-info .page-info_banner {
		width: 100%;
		height: 310px;
		background-color: #1A7CC8;
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		align-items: center;
	}

		.page-info .page-info_banner .text {
			padding-left: 68px;
			width: 480px;
		}

			.page-info .page-info_banner .text p {
				font-size: 16px;
				color: #ffffff;
				width: 100%;
				line-height: 25px;
			}

		.page-info .page-info_banner h1 {
			margin-top: 10px;
			margin-bottom: 18px;
			color: #ffffff;
		}

.default-block {
	padding: 60px 0 55px;
	font-size: 15px;
}

	.default-block.grey {
		background: #F8F8F8;
	}

	.default-block.top-line {
		padding: 0px;
	}

		.default-block.top-line .content {
			border-top: 1px solid #e6e6e6;
			padding-top: 30px;
			padding-bottom: 40px;
		}

	.default-block h2 {
		display: inline-block;
		line-height: 45px;
		vertical-align: middle;
		padding: 0px;
		margin: 0;
	}

	.default-block .heading {
		display: flex;
		align-items: center;
		margin-top: 20px;
		margin-bottom: 30px;
	}

		.default-block .heading .default-block_heading-btn {
			vertical-align: middle;
			margin-left: 15px;
			padding: 4px 27px;
			text-decoration: none;
		}

	.default-block .content {
		font-weight: 300;
	}

.accordion .panel {
	margin-bottom: 0px;
	border: 0;
	border-bottom: 1px dotted #cdcdcd;
	box-shadow: none;
}

	.accordion .panel:first-of-type {
		border-top: 1px dotted #cdcdcd;
	}

	.accordion .panel .panel-heading {
		padding: 0px;
		border: 0px;
	}

		.accordion .panel .panel-heading .panel-title a {
			color: #414141;
			font-size: 18px;
			text-transform: none;
			font-weight: 300;
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: flex-start;
			padding: 21px 0px 10px;
			min-height: 67px;
			text-decoration: none;
			position: relative;
		}

			.accordion .panel .panel-heading .panel-title a.collapsed .accordion_arrow {
				background-image: url(../i/accordion_arrow.png);
			}

			.accordion .panel .panel-heading .panel-title a:hover {
				text-decoration: none;
			}

			.accordion .panel .panel-heading .panel-title a .badge {
				background: #ed9814;
				border-radius: 0px;
				font-size: 12px;
				font-weight: 600;
				margin-left: 15px;
			}

	.accordion .panel .panel-body {
		padding: 0px;
		padding-bottom: 16px;
		font-weight: 300;
	}

.accordion .accordion_arrow {
	width: 11px;
	height: 6px;
	display: block;
	margin-right: 30px;
	margin-left: auto;
	background-image: url(../i/accordion_arrow_up.png);
	background-repeat: no-repeat;
	background-position: right;
	flex-shrink: 0;
}

.pagination {
	width: 100%;
	margin: 0px;
	padding: 0px 0px;
}

	.pagination .pagination_pages {
		float: left;
	}

		.pagination .pagination_pages a {
			color: #414141;
			margin: 0 3px;
			text-decoration: none;
		}

			.pagination .pagination_pages a:first-child {
				margin-left: 0;
			}

			.pagination .pagination_pages a:last-child {
				margin-right: 0;
			}

			.pagination .pagination_pages a.current,
			.pagination .pagination_pages a:hover {
				color: #1A7CC8;
			}

	.pagination .pagination_options {
		float: right;
		color: #414141;
	}

		.pagination .pagination_options a {
			color: #414141;
			text-decoration: none;
			margin: 0px 4px;
		}

			.pagination .pagination_options a:last-child {
				margin-right: 0px;
			}

			.pagination .pagination_options a.active,
			.pagination .pagination_options a:hover {
				color: #1A7CC8;
			}

.contacts {
	font-size: 15px;
	width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

	.contacts .contacts_info {
		padding: 50px 50px 90px 15px;
		font-weight: 300;
		font-size: 15px;
		line-height: 29px;
	}

		.contacts .contacts_info .caption {
			font-weight: 600;
			font-size: 18px;
			margin-bottom: 7px;
		}

		.contacts .contacts_info li {
			margin-bottom: 4px;
		}

		.contacts .contacts_info a {
			text-decoration: underline;
		}

	.contacts .contacts_map {
		width: 55%;
	}

.product-description {
	padding: 80px 0 70px;
	font-size: 15px;
	text-align: justify;
}

.sdk-features {
	padding-bottom: 70px;
}

	.sdk-features .heading {
		margin-bottom: 33px;
		margin-top: 70px;
	}

		.sdk-features .heading:first-of-type {
			margin-top: 0;
		}

		.sdk-features .heading h2 {
			display: inline;
			vertical-align: middle;
		}

		.sdk-features .heading .detail-info-btn {
			display: inline-block;
			vertical-align: middle;
			width: 227px;
			height: 31px;
			text-align: center;
			margin-left: 10px;
		}

.extensions-features {
	padding: 0px 0px 55px 0;
	font-size: 15px;
	text-align: justify;
}

	.extensions-features h2 {
		margin-bottom: 23px;
	}

	.extensions-features li {
		margin-bottom: 8px;
	}

.requirements {
	padding: 53px 0 70px;
	background: #F8F8F8;
}

	.requirements .row {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		padding-top: 22px;
	}

	.requirements .requirements_info {
		width: 100%;
		min-height: 240px;
		height: 100%;
		background: #FFFFFF;
		box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
		padding: 30px 30px 10px;
	}

		.requirements .requirements_info .caption {
			font-size: 18px;
			color: #f19912;
			display: inline-block;
			margin-bottom: 13px;
		}

		.requirements .requirements_info ul li {
			margin-bottom: 7px;
			line-height: 22px;
		}

.demo {
	background-color: #1A7CC8;
	position: relative;
	padding: 39px 0 49px;
	background-size: cover;
}

	.demo h2 {
		text-align: center;
		color: #FFFFFF;
	}

	.demo .demo_text {
		padding-top: 15px;
		text-align: center;
	}

		.demo .demo_text p {
			font-size: 15px;
			line-height: 20px;
			color: #FFFFFF;
			font-weight: 300;
		}

			.demo .demo_text p a {
				color: #f9a626;
				text-decoration: underline;
			}

	.demo .demo_download-btn {
		font-size: 15px;
		padding: 10px 30px;
		margin-top: 25px;
	}

.app-examples {
	padding: 67px 0px;
}

	.app-examples .btn-container {
		text-align: center;
	}

	.app-examples .demo_examples-btn {
		font-size: 15px;
		padding: 10px 30px;
		margin-top: 25px;
	}

	.app-examples h2 {
		display: inline-block;
	}

	.app-examples .app-examples_slider-controls {
		float: right;
		margin-top: 22px;
	}

	.app-examples .app-examples_slider-arrow {
		width: 35px;
		height: 35px;
		background: #ed9814;
		display: inline-block;
		position: relative;
		cursor: pointer;
	}

		.app-examples .app-examples_slider-arrow::after {
			content: '';
			display: block;
			position: absolute;
			width: 10px;
			height: 17px;
			background: url('../i/slider_arrow_white.png');
			background-size: cover;
			left: 12px;
			top: 9px;
			opacity: 0.6;
		}

		.app-examples .app-examples_slider-arrow.next {
			margin-left: 3px;
		}

			.app-examples .app-examples_slider-arrow.next::after {
				left: 14px;
				transform: scale(-1, 1);
			}

		.app-examples .app-examples_slider-arrow:hover::after {
			opacity: 1;
		}

	.app-examples .app-examples_slider {
		margin: 60px 0 17px;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

		.app-examples .app-examples_slider .item {
			display: inline-block;
			margin: 0 10px;
			vertical-align: top;
		}

			.app-examples .app-examples_slider .item img {
				max-width: 260px;
			}

	.app-examples .app-examples_text {
		text-align: justify;
		font-size: 15px;
	}

.app-exapmles_container {
	text-align: center;
}

	.app-exapmles_container a {
		padding-top: 5px;
		display: inline-block;
	}

.online-examples {
	padding: 8px 0px 52px;
	background: #F8F8F8;
}

	.online-examples .row {
		display: flex;
		align-items: stretch;
	}

	.online-examples h2 {
		text-align: center;
		margin-bottom: 38px;
	}

	.online-examples .online-examples_img {
		width: 100%;
		min-height: 333px;
		height: 100%;
		background: #FFFFFF;
		box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
		background: url('../i/online_examples_sample.jpg') center;
		background-size: cover;
	}

		.online-examples .online-examples_img img {
			width: 100%;
			height: 100%;
		}

	.online-examples .online-examples_text {
		width: 100%;
		height: 100%;
		background: #FFFFFF;
		box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
		padding: 55px 55px 0px;
		text-align: justify;
	}

		.online-examples .online-examples_text .online-examples_list {
			display: inline-block;
			width: 180px;
			padding-top: 25px;
			margin-right: 30px;
		}

			.online-examples .online-examples_text .online-examples_list:last-child {
				margin-right: 0;
			}

			.online-examples .online-examples_text .online-examples_list .caption {
				font-weight: 600;
				font-size: 15px;
				margin-bottom: 12px;
			}

			.online-examples .online-examples_text .online-examples_list span {
				color: #ed820b;
			}

			.online-examples .online-examples_text .online-examples_list a {
				display: block;
				width: 100%;
				margin-bottom: 12.5px;
			}

.documentation {
	background-color: #1A7CC8;
	position: relative;
	padding: 60px 0 49px;
	background-size: cover;
}

	.documentation h2 {
		text-align: center;
		color: #FFFFFF;
	}

	.documentation .documentation_text {
		padding-top: 15px;
		text-align: center;
	}

		.documentation .documentation_text p {
			font-size: 15px;
			line-height: 20px;
			color: #FFFFFF;
			font-weight: 300;
		}

			.documentation .documentation_text p a {
				color: #ed9814;
			}

	.documentation .demo_onlinedoc-btn {
		font-size: 15px;
		padding: 10px 30px;
		margin-top: 25px;
	}

.reviews {
	padding: 81px 0px;
	background: #F8F8F8;
}

	.reviews .row {
		padding-top: 40px;
	}

	.reviews .reviews_heading {
		display: flex;
		align-items: center;
	}

	.reviews h2 {
		margin: 0;
		display: inline-block;
		vertical-align: middle;
	}

	.reviews .reviews_all-btn {
		display: inline-block;
		vertical-align: middle;
		margin-left: 15px;
		width: 118px;
	}

	.reviews .reviews_item {
		width: 100%;
		height: 100%;
		background: #FFFFFF;
		box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
		padding: 30px;
		text-align: justify;
		font-style: italic;
		color: #5f5f5f;
		display: none;
	}

		.reviews .reviews_item.active {
			display: block;
		}

		.reviews .reviews_item .reviews_author {
			display: block;
			text-align: right;
			font-style: normal;
			color: #414141;
			line-height: 28px;
		}

	.reviews.reviews--page {
		padding: 47px 0px;
	}

		.reviews.reviews--page .pagination {
			display: block;
		}

			.reviews.reviews--page .pagination.pagination--bottom {
				padding-bottom: 25px;
			}

			.reviews.reviews--page .pagination::after {
				content: '';
				display: block;
				clear: both;
			}

			.reviews.reviews--page .pagination.pagination--bottom {
				padding-top: 25px;
			}

		.reviews.reviews--page .reviews_item {
			padding: 25px 30px;
			font-size: 15px;
			margin-top: 20px;
			height: auto;
		}

	.reviews .reviews--product_slider {
		overflow: hidden;
	}

	.reviews .slick-track {
		display: flex;
		align-items: stretch;
		padding-bottom: 5px;
	}

.pages-links {
	display: inline-block;
}

	.pages-links a.current,
	.pages-links a:hover {
		color: #1A7CC8;
	}

.vacancy-list {
	background: #F8F8F8;
}

	.vacancy-list .vacancy {
		background: #FFFFFF;
		box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
		padding: 32px 40px;
		margin-bottom: 30px;
	}

		.vacancy-list .vacancy .vacancy_heading {
			font-weight: 500;
			font-size: 24px;
		}

		.vacancy-list .vacancy .vacancy_description .caption {
			font-size: 18px;
			font-weight: 500;
			color: #ed9814;
			padding: 25px 0px 15px;
		}

	.vacancy-list .vacancy-list_note {
		padding: 20px 40px;
		color: #ffffff;
		font-size: 15px;
		font-weight: 300;
		background-color: #1A7CC8;
		background-image: url('../i/vacancy_note_bg.jpg');
		background-position: top right;
		background-size: cover;
		margin-bottom: 84px;
	}

		.vacancy-list .vacancy-list_note a {
			color: #FFFFFF;
			font-weight: 600;
			text-decoration: none;
		}

.buy-page-information {
	padding: 20px 24px 24px;
	width: 100%;
	font-weight: 300;
	background: #F8F8F8;
	margin-bottom: 23px;
}

	.buy-page-information.buy-page-information--dealer p:first-of-type {
		float: left;
	}

	.buy-page-information span {
		font-weight: 600;
		display: inline-block;
		margin-bottom: 5px;
	}

	.buy-page-information .shareit-img {
		float: right;
		margin-left: 15px;
	}

.spoiler-more {
	margin-bottom: 7px;
}

	.spoiler-more .spoiler-more_btn {
		font-weight: 400;
		color: #1A7CC8;
		text-decoration: underline;
		cursor: pointer;
	}

	.spoiler-more .spoiler-more_spoiler {
		display: none;
		padding: 15px 0px;
		font-weight: 300;
	}

.buy-info-features-caption {
	font-weight: 600;
	margin-bottom: 5px;
	display: inline-block;
}

.buy-page-content {
	display: flex;
	justify-content: space-between;
}

.mobile-show-cart-btn {
	width: 56px;
	height: 56px;
	background-color: #ed9814;
	background: url('../i/cart.svg') no-repeat, #ed9814;
	background-size: 23px auto;
	background-position: 15px center;
	border-radius: 50%;
	position: fixed;
	right: 3%;
	top: 100px;
	z-index: 10;
}

	.mobile-show-cart-btn .mobile-show-cart-btn_counter {
		background: #de343a;
		color: #ffffff;
		width: 28px;
		height: 28px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 400;
		border-radius: 50%;
		position: absolute;
		top: 0px;
		left: -8px;
	}

.cart-form {
	width: 100%;
	display: block !important;
}

	.cart-form .cart-form_body {
		background: #F8F8F8;
	}

	.cart-form .cart-form_heading {
		background-color: #ed9814;
		background-image: url('../i/cart.svg');
		background-repeat: no-repeat;
		background-position: right 15px top 22px;
		background-size: 25px auto;
		color: #FFFFFF;
		font-weight: 300;
		padding: 24px 17px;
		font-size: 18px;
	}

	.cart-form .cart-form_delete-item {
		color: #dd1a1a;
		margin-left: 10px;
		cursor: pointer;
	}

	.cart-form .cart-form_item {
		padding: 15px 15px 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		.cart-form .cart-form_item .cart-form_item-text {
			width: 190px;
			display: inline-block;
			vertical-align: middle;
			flex-shrink: 1;
		}

			.cart-form .cart-form_item .cart-form_item-text .name {
				font-size: 12px;
			}

			.cart-form .cart-form_item .cart-form_item-text .license {
				font-size: 11px;
				color: #b2b2b2;
			}

		.cart-form .cart-form_item .price {
			display: inline-block;
			vertical-align: middle;
			font-size: 14px;
			margin-left: 13px;
			flex-shrink: 0;
		}

	.cart-form .cart-form_bottom {
		padding: 15px 15px 20px;
	}

		.cart-form .cart-form_bottom .cart-form_total {
			font-size: 13px;
			border-top: 2px solid #ed9814;
			padding: 15px 0 20px;
			display: flex;
			justify-content: space-between;
		}

			.cart-form .cart-form_bottom .cart-form_total .cart-form_total-sum {
				font-size: 14px;
				display: inline-block;
				margin-left: 22px;
				flex-shrink: 0;
				margin-right: 47px;
			}

		.cart-form .cart-form_bottom button {
			display: block;
			margin: auto;
			width: 210px;
			height: 45px;
		}

.license-buy-list {
	padding-bottom: 210px;
}

.license-note {
	background: #F8F8F8;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	padding: 20px;
}

.accordion.accordion--license-list .panel .panel-heading .panel-title a .accordion_arrow {
	width: auto;
	font-size: 13px;
	height: auto;
	padding-right: 19px;
	font-weight: 600;
	margin-right: 0;
	color: #b2b2b2;
	background-image: url(../i/accordion_arrow_up_grey.png);
}

.accordion.accordion--license-list .panel .panel-heading .panel-title a.collapsed .accordion_arrow {
	color: #1A7CC8;
	background-image: url(../i/accordion_arrow.png);
}

.accordion.accordion--license-list .panel .panel-heading .panel-title a:hover {
	text-decoration: none;
}

.license-choice {
	padding: 15px 0px;
}

	.license-choice h4,
	.license-choice .h4 {
		margin-top: 40px;
	}

	.license-choice .license-choice_tabs {
		display: flex;
		justify-content: start;
		font-size: 14px;
		font-weight: 300;
		align-items: center;
		padding-left: 15px;
	}

		.license-choice .license-choice_tabs .tab {
			width: 195px;
			text-align: center;
			padding: 13px 0px;
			background: #F8F8F8;
			cursor: pointer;
			position: relative;
		}

			.license-choice .license-choice_tabs .tab.active {
				color: #1A7CC8;
				border: 1px solid #e6e6e6;
				border-bottom: none;
				background: #ffffff;
				cursor: default;
				bottom: -1px;
			}

			.license-choice .license-choice_tabs .tab:first-child {
				margin-left: 38px;
			}

	.license-choice .license-choice_license-list {
		border: 1px solid #e6e6e6;
	}

		.license-choice .license-choice_license-list .license {
			width: 100%;
			padding: 13px 15px;
			position: relative;
			border-bottom: 1px solid transparent;
			display: flex;
			justify-content: space-between;
		}

			.license-choice .license-choice_license-list .license:nth-child(2n) {
				background: #F8F8F8;
			}

			.license-choice .license-choice_license-list .license.added {
				background: #e7f6fe;
				border-bottom: 1px solid #ffffff;
				color: #1A7CC8;
			}

				.license-choice .license-choice_license-list .license.added .btn.btn--to-cart {
					background: url('../i/checkmark.svg');
					background-size: 16px auto;
					background-repeat: no-repeat;
					background-position: left 3px center;
					box-shadow: none;
				}

			.license-choice .license-choice_license-list .license .name {
				display: inline-block;
				font-weight: 300;
			}

			.license-choice .license-choice_license-list .license .price {
				margin-left: auto;
				margin-right: 50px;
				font-weight: 600;
			}

			.license-choice .license-choice_license-list .license .btn.btn--to-cart {
				background: #ed9814;
				background: url('../i/cart.svg') #ed9814;
				background-size: 16px auto;
				background-repeat: no-repeat;
				background-position: left 3px center;
				width: 24px;
				height: 24px;
				border-radius: 2px;
				right: 30px;
			}

			.license-choice .license-choice_license-list .license.added .btn.btn--to-cart.hovered {
				background-color: #e7f6fe;
			}

			.license-choice .license-choice_license-list .license .btn.btn--to-cart.hovered {
				background-color: #f87818;
			}

	.license-choice.license-choice--extensions {
		padding: 5px 0;
	}

		.license-choice.license-choice--extensions .license-choice_license-list {
			border: none;
		}

			.license-choice.license-choice--extensions .license-choice_license-list .license:nth-child(n) {
				background: #F8F8F8;
			}

			.license-choice.license-choice--extensions .license-choice_license-list .license:nth-child(2n) {
				background: #ffffff;
			}

			.license-choice.license-choice--extensions .license-choice_license-list .license .name {
				font-size: 12px;
			}

.extensions-choice {
	padding: 10px 0px;
	display: flex;
	justify-content: stretch;
}

	.extensions-choice .extensions-choice_tabs {
		width: 278px;
		background: #F8F8F8;
		border-right: 1px solid #e6e6e6;
	}

		.extensions-choice .extensions-choice_tabs .tab {
			width: calc(100% + 1px);
			padding: 12px;
			font-size: 14px;
			color: #414141;
			text-decoration: underline;
			text-align: center;
			cursor: pointer;
			border: 1px solid #F8F8F8;
			border-right-color: #e6e6e6;
		}

			.extensions-choice .extensions-choice_tabs .tab.active {
				border: 1px solid #e6e6e6;
				border-right-color: #ffffff;
				background: #ffffff;
				cursor: default;
			}

	.extensions-choice .extensions-choice_container {
		background: #f8f8f8;
		flex: 1;
		border: 1px solid #e6e6e6;
		border-left: 0px;
	}

		.extensions-choice .extensions-choice_container .mtab {
			width: calc(100% + 1px);
			padding: 12px;
			font-size: 14px;
			color: #414141;
			text-decoration: underline;
			text-align: center;
			cursor: pointer;
		}

		.extensions-choice .extensions-choice_container .mtab {
			display: none;
		}

			.extensions-choice .extensions-choice_container .mtab.active {
				background-color: #f3f2f2;
				border: 1px solid #e6e6e6;
				border-left-color: #f3f2f2;
			}

				.extensions-choice .extensions-choice_container .mtab.active:first-child {
					border-top-color: #f3f2f2;
				}

		.extensions-choice .extensions-choice_container .extension {
			font-weight: 300;
			padding: 15px;
			background: #ffffff;
		}

			.extensions-choice .extensions-choice_container .extension .caption {
				font-size: 18px;
				font-weight: 300;
				margin: 10px 0px 5px;
			}

			.extensions-choice .extensions-choice_container .extension .editions {
				font-size: 14px;
				color: #414141;
				padding: 3px 0px;
				border-bottom: 1px solid #e6e6e6;
				display: flex;
				justify-content: flex-start;
				flex-wrap: wrap;
			}

				.extensions-choice .extensions-choice_container .extension .editions label {
					font-weight: 500;
					flex-grow: 1;
				}

				.extensions-choice .extensions-choice_container .extension .editions .radio-mark {
					margin-right: 10px;
				}

.example-choice {
}

	.example-choice .example-choice_tabs {
		display: flex;
		justify-content: start;
		font-size: 14px;
		font-weight: 300;
		align-items: center;
	}

		.example-choice .example-choice_tabs .tab {
			width: 195px;
			text-align: center;
			padding: 13px 0px;
			background: #F8F8F8;
			cursor: pointer;
			position: relative;
			font-size: 20px;
			font-weight: bold;
		}

			.example-choice .example-choice_tabs .tab.active {
				color: #1A7CC8;
				border: 1px solid #e6e6e6;
				border-bottom: none;
				background: #ffffff;
				cursor: default;
				bottom: -1px;
			}


.note-recom {
	background: #e7f6fe;
	color: #367293;
	font-size: 12px;
	font-weight: 300;
	padding: 10px;
	margin-top: 10px;
}

.note-req {
	background: #f9dea9;
	padding: 10px;
	margin-top: 10px;
}

.extensions-choice .extensions-choice_close {
	color: #ed9814;
	float: right;
	font-size: 22px;
	cursor: pointer;
}

.demo-programs_list {
	padding-bottom: 105px;
}

.demo-program {
	border-bottom: 1px solid #dadada;
	padding: 25px 0;
}

	.demo-program:first-child {
		border-top: 1px solid #dadada;
	}

	.demo-program .demo-program_info-wrapper {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}

	.demo-program h2,
	.demo-program .h2 {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.demo-program .demo-program_info {
		font-weight: 300;
		font-size: 18px;
		flex-shrink: 1;
	}

		.demo-program .demo-program_info a {
			font-weight: 300;
		}

	.demo-program .download-block {
		width: 260px;
		margin-left: 30px;
		flex-shrink: 0;
		min-height: 192px;
		background: #F8F8F8;
		padding: 25px 30px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

		.demo-program .download-block .info {
			font-weight: 300;
			padding-left: 0px;
		}

			.demo-program .download-block .info span {
				font-weight: 500;
			}

			.demo-program .download-block .info li::before {
				content: '';
			}

		.demo-program .download-block .btn {
			width: 100%;
			height: 43px;
			display: flex;
			justify-content: center;
			align-items: center;
			font-size: 15px;
		}

			.demo-program .download-block .btn::before {
				content: '';
				display: inline-block;
				vertical-align: middle;
				width: 15px;
				height: 23px;
				margin-right: 13px;
				background: url('../i/paper-clip.svg');
				background-size: 11px auto;
				flex-shrink: 0;
				background-size: auto 100%;
				background-position: center;
			}

.articles_heading {
	text-align: center;
	color: #ffffff;
	margin-bottom: 30px;
}

.articles {
	padding: 40px 0px 60px;
	text-align: center;
	background-position: center;
	background-size: cover;
}

	.articles p {
		color: #ffffff;
		font-size: 18px;
	}

	.articles a {
		color: #ed9814;
		font-weight: 600;
	}


.stat-table_head-caption {
	text-align: center;
	padding: 15px;
	font-size: 15px;
	font-weight: 600;
	border-left: 1px solid #e6e6e6;
	background: #f7f7f7;
	flex-grow: 1;
}

.stat-table {
	border: 1px solid #e6e6e6;
	display: flex;
	flex-wrap: wrap;
}

.stat-table_cell {
	border-left: 1px solid #e6e6e6;
	font-size: 15px;
	color: #414141;
	font-weight: 300;
	text-align: center;
	padding: 15px;
	flex-grow: 1;
}

	.stat-table_head-caption:first-of-type,
	.stat-table_cell:first-of-type {
		width: 255px;
		flex-grow: 0;
	}

	.stat-table_cell:nth-of-type(2) {
		width: 132px;
		flex-grow: 0;
	}

	.stat-table_cell:nth-of-type(3) {
		width: 137px;
		flex-grow: 0;
	}

	.stat-table_cell:nth-of-type(4) {
		width: 131px;
		flex-grow: 0;
	}

	.stat-table_cell:nth-of-type(5) {
		width: 112px;
		flex-grow: 0;
	}

	.stat-table_cell:last-of-type {
		width: 176px;
		flex-grow: 0;
	}

.note-important {
	background: #F8F8F8;
	padding: 25px 25px 10px;
	font-weight: 400;
	font-size: 14px;
}

	.note-important .caption {
		text-transform: uppercase;
		font-weight: 900;
		font-size: 15px;
		color: #414141;
	}

a.no-underline {
	text-decoration: none;
}

.support-products {
	display: flex;
	flex-direction: row;
	padding-bottom: 55px;
}

	.support-products .product {
		border-right: 1px solid #e6e6e6;
		width: 293px;
		padding: 0px 15px;
	}

		.support-products .product:first-child {
			padding-left: 0px;
		}

		.support-products .product:last-child {
			padding-right: 0px;
			border-right: 0px;
		}

		.support-products .product .title {
			min-height: 45px;
			font-size: 16px;
			font-weight: 600;
			display: flex;
			align-items: center;
			padding: 10px 0px 30px 0px;
			position: relative;
		}

			.support-products .product .title::before {
				content: '';
				width: 43px;
				height: 43px;
				display: inline-block;
				vertical-align: middle;
				margin-right: 15px;
				flex-shrink: 0;
			}

			.support-products .product .title.img::before {
				background: url('../i/img_icon.png') no-repeat;
			}

			.support-products .product .title.qr::before {
				background: url('../i/qr_icon.png') no-repeat;
			}

			.support-products .product .title.scan::before {
				background: url('../i/scan_icon.png') no-repeat;
			}

			.support-products .product .title.scan-2::before {
				background: url('../i/scan_icon_2.png') no-repeat;
			}

		.support-products .product a {
			display: block;
			font-weight: 300;
			font-size: 15px;
			margin-bottom: 8px;
		}

div:focus {
	outline: 0;
}

@media (max-width: 1199px) {
	.stat-table_head-caption:first-of-type,
	.stat-table_cell:first-of-type {
		width: 135px;
		flex-grow: 0;
	}

	.stat-table_head-caption:nth-of-type(6) {
		width: 150px;
		flex-grow: 0;
	}

	.stat-table_cell:nth-of-type(6) {
		width: 150px;
		flex-grow: 0;
	}

	.stat-table_cell:last-of-type {
		width: 152px;
		flex-grow: 0;
	}

	.stat-table_head-caption:last-of-type {
		width: 152px;
		flex-grow: 0;
	}

	.top-slider .top-slider_item-fp {
		right: 50px;
	}

	.main-products .item .description {
		padding: 30px 15px 20px;
	}

	.online-examples .online-examples_img-wrapper {
		min-height: 275px;
	}

	.online-examples .online-examples_text {
		padding: 30px 30px 0px;
	}

		.online-examples .online-examples_text p {
			font-size: 13px;
			line-height: 22px;
		}

		.online-examples .online-examples_text .online-examples_list {
			padding-top: 20px;
		}

			.online-examples .online-examples_text .online-examples_list .caption {
				font-size: 14px;
			}

	.vacancy-list .vacancy .vacancy_heading {
		font-size: 22px;
	}

	.demo-program .demo-program_info {
		font-size: 15px;
	}

	.contacts .contacts_info {
		width: 500px;
	}

	.contacts .contacts_map {
		width: 47%;
	}

	.buy-page-information-wrapper {
		padding-right: 65px;
	}

	.license-buy-list {
		padding-right: 65px;
	}

	.cart-form {
		width: calc(100% + 30px);
		float: right;
	}

	.extensions-choice {
		display: block;
	}

		.extensions-choice .extensions-choice_container .extension {
			padding: 15px;
			border-bottom: 1px solid #e6e6e6;
		}

		.extensions-choice .extensions-choice_tabs {
			width: 100%;
		}

			.extensions-choice .extensions-choice_tabs .tab {
				display: none;
			}

				.extensions-choice .extensions-choice_tabs .tab.active {
					border: 1px solid #e6e6e6;
					background-color: white;
				}

		.extensions-choice .extensions-choice_container {
			border-left: 1px solid #e6e6e6;
		}

			.extensions-choice .extensions-choice_container .mtab {
				display: block;
			}

	.top-slider .slider .item .title {
		font-size: 34px;
		width: 420px;
	}

	.top-slider .slider .item .text {
		width: 420px;
	}
}

@media (max-width: 991px) {
	.stat-table_head-caption,
	.stat-table_cell {
		width: 100% !important;
	}

		.stat-table_head-caption:nth-of-type(1),
		.stat-table_cell:nth-last-of-type(1) {
			order: 1;
		}

		.stat-table_head-caption:nth-of-type(2),
		.stat-table_cell:nth-last-of-type(2) {
			order: 2;
		}

		.stat-table_head-caption:nth-of-type(3),
		.stat-table_cell:nth-last-of-type(3) {
			order: 3;
		}

		.stat-table_head-caption:nth-of-type(4),
		.stat-table_cell:nth-last-of-type(4) {
			order: 4;
		}

		.stat-table_head-caption:nth-of-type(5),
		.stat-table_cell:nth-last-of-type(5) {
			order: 5;
		}

		.stat-table_head-caption:nth-of-type(6),
		.stat-table_cell:nth-last-of-type(6) {
			order: 6;
		}

		.stat-table_head-caption:nth-of-type(7),
		.stat-table_cell:nth-last-of-type(7) {
			order: 7;
		}

	.top-slider .top-slider_item-fp {
		right: 30px;
		width: 288px;
	}

	.support-products {
		flex-wrap: wrap;
	}

		.support-products .product {
			width: 50%;
			border: none;
			margin-bottom: 25px;
		}

			.support-products .product:nth-child(2n+1) {
				padding-left: 0;
			}

	.our-clients .our-clients_heading {
		justify-content: space-between;
	}

	.our-clients .our-clients_controls {
		display: block;
	}

	.our-clients_group {
		flex-wrap: wrap;
		min-height: 160px;
		justify-content: space-evenly;
	}

		.our-clients_group:nth-child(2n) {
			justify-content: space-evenly;
		}

		.our-clients_group img {
			max-width: 110px;
			margin: 5px 15px;
		}

	.top-slider .slider .item {
		padding: 33px;
	}

		.top-slider .slider .item .title {
			margin-top: 0;
			font-size: 28px;
		}

		.top-slider .slider .item .text {
			width: 340px;
		}

	.top-slider .slick-dots {
		left: 26px;
	}

	.news-list .news-list_heading {
		justify-content: space-between;
	}

	.main-products .item .main-products_item-title {
		font-size: 15px;
	}

	.main-products .item .more {
		font-size: 13px;
	}

	.cart-form_body {
		background: #F8F8F8;
		margin: auto;
		max-width: 360px;
		max-height: 520px;
	}

	.cart-form_item-list {
		max-height: 290px;
		overflow: auto;
	}

	.cart-form {
		float: none;
		width: 90%;
		max-width: 360px;
		margin: auto;
	}

	.buy-page-information-wrapper {
		padding-right: 15px;
	}

	.license-buy-list {
		padding-right: 15px;
		padding-bottom: 70px;
	}

	.header .header_logo img {
		width: 120%;
	}

	.page-info .page-info_banner {
		background-position: right -325px top;
	}

		.page-info .page-info_banner .text {
			width: 330px;
			padding-left: 30px;
		}

			.page-info .page-info_banner .text h1 {
				font-size: 30px;
			}

	.sdk-features .heading .detail-info-btn {
		float: right;
		margin-top: 6px;
	}

	.menu .navbar-nav > li {
		max-width: 85px;
		border: 0;
	}

		.menu .navbar-nav > li a {
			font-size: 12px;
		}

	.online-examples .online-examples_text {
		padding: 15px 30px;
	}

		.online-examples .online-examples_text .online-examples_list {
			width: 100%;
			margin: 0;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			padding-top: 10px;
		}

			.online-examples .online-examples_text .online-examples_list .caption {
				width: 100%;
				margin-bottom: 7px;
			}

			.online-examples .online-examples_text .online-examples_list a {
				width: auto;
				margin: 0;
				margin-bottom: 5px;
			}

	.default-block {
		padding: 35px 0px;
	}

		.default-block .heading {
			justify-content: space-between;
		}

	.reviews .reviews_heading {
		justify-content: space-between;
	}

	.menu.menu--footer .navbar-nav li {
		max-width: 100%;
	}

	.footer .footer_links {
		padding: 10px 25px 0px 0px;
	}

		.footer .footer_links .sitemap {
			padding-left: 0px;
			padding-right: 25px;
		}

	.vacancy-list .vacancy .vacancy_heading {
		font-size: 18px;
	}

	.contacts .contacts_info {
		width: 375px;
		padding: 30px 15px 90px;
	}

	.contacts .contacts_map {
		width: 50%;
	}

	.buy-page-information .shareit-img {
		float: none;
		clear: both;
		margin: 10px 0px;
		display: block;
	}

	.accordion .accordion_arrow {
		margin-right: 0px;
	}
}

@media (max-width: 767px) {
	.top-slider .top-slider_item-fp {
		display: none;
	}

	.vacancy-list .vacancy-list_note {
		margin-bottom: 40px;
	}

	.our-clients_group {
		min-height: 250px;
	}

	.mobile-menu-close {
		display: inline-block;
		position: absolute;
		right: 15px;
		font-size: 24px;
		color: #dd1a1a;
		cursor: pointer;
	}

	.menu--header {
		display: block;
		position: fixed;
		left: -320px;
		top: 52px;
		height: calc(100% - 52px);
		width: 320px;
		z-index: 2;
		transition: left 0.3s;
		overflow: hidden;
	}

		.menu--header.menu-open {
			left: 0px;
			box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.6);
		}

	body.menu-open {
		overflow: hidden;
	}

	.mobile-menu-fader {
		width: 100%;
		height: 100%;
		top: 0px;
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		z-index: 1;
	}

	.header .header_search-wrappper {
		position: fixed;
		left: -320px;
		z-index: 3;
		padding: 10px 15px;
		background: #FFCC48;
		width: 320px;
		transition: left 0.3s;
	}

		.header .header_search-wrappper.menu-open {
			left: 0px;
		}

	.header .header_search-form {
		margin: 0;
		float: left;
	}

	.menu .navbar-nav {
		flex-direction: column;
		margin: 0;
		height: 100%;
		justify-content: flex-start;
		background: rgba(235, 148, 14, 0.95);
		overflow: auto;
	}

		.menu .navbar-nav li {
			max-width: inherit;
			flex-grow: 0;
		}

		.menu .navbar-nav > li > a {
			align-items: normal;
			justify-content: left;
		}

		.menu .navbar-nav > li:hover .inner-menu {
			display: none !important;
		}

		.menu .navbar-nav li a {
			font-size: 16px;
			font-weight: 600;
			background: none;
		}

			.menu .navbar-nav li a.ub {
				display: none;
			}

			.menu .navbar-nav li a.mb {
				display: inline-flex;
			}

		.menu .navbar-nav > li .mbinner-menu a {
			text-decoration: none;
			padding: 10px 25px;
			color: #f3eeee;
			display: block;
			border-bottom: none;
			font-size: 14px;
		}

	.top-slider .slider .item {
		background-position: left top;
		background-size: cover;
	}

		.top-slider .slider .item .title {
			width: 100%;
			text-align: center;
		}

		.top-slider .slider .item .text {
			width: 100%;
			text-align: center;
		}

	.top-slider .slick-dots {
		left: 0;
		right: 0;
		bottom: 17px;
	}

	.main-products {
		padding-bottom: 20px;
	}

		.main-products .row {
			flex-wrap: wrap;
			align-items: center;
		}

		.main-products .item {
			margin-bottom: 30px;
		}

			.main-products .item .main-products_item-title {
				font-size: 18px;
			}

	.license-buy-list {
		padding-bottom: 40px;
	}

	.xs-center {
		text-align: center;
	}

	.default-block {
		padding: 40px 0px;
	}

		.default-block .heading.xs-center {
			display: block;
		}

			.default-block .heading.xs-center h2 {
				width: 100%;
			}

			.default-block .heading.xs-center .default-block_heading-btn {
				margin: 20px 0px 0px;
			}

	.product-description {
		padding: 40px 0px;
	}

	.header .header_logo {
		margin-top: 20px;
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}

		.header .header_logo img {
			max-width: 130px;
		}

		.header .header_logo img {
			width: 100%;
		}

	.header .site-versions {
		margin-right: 0px;
		margin-top: 35px;
	}

	.page-info .page-info_banner {
		min-height: 280px;
		height: auto;
		background-position: right -315px top;
	}

		.page-info .page-info_banner .text {
			padding-left: 30px;
			width: 70%;
		}

		.page-info .page-info_banner h1 {
			font-size: 30px;
		}

	.sdk-features .heading {
		text-align: center;
	}

		.sdk-features .heading h2 {
			display: inline-block;
			width: 100%;
			margin: 0;
		}

		.sdk-features .heading .detail-info-btn {
			float: none;
			margin: 20px 0px 0px;
		}

	.accordion .panel .panel-heading .panel-title a {
		font-size: 15px;
		height: auto;
		min-height: 55px;
	}

	.requirements {
		padding-bottom: 25px;
	}

		.requirements h2 {
			text-align: center;
		}

		.requirements .row {
			align-items: flex-start;
		}

		.requirements .requirements_info {
			min-height: inherit;
			margin-bottom: 25px;
		}

			.requirements .requirements_info .caption {
				width: 100%;
				text-align: center;
			}

	.online-examples .online-examples_img-wrapper {
		margin-bottom: 25px;
		min-height: inherit;
	}

	.online-examples .row {
		flex-wrap: wrap;
		align-items: center;
	}

	.online-examples .online-examples_text {
		padding: 30px 30px;
	}

		.online-examples .online-examples_text .online-examples_list {
			width: 48%;
			display: inline-block;
		}

	.documentation {
		padding: 45px 0;
	}

	.reviews.reviews--product {
		padding: 40px 0;
	}

		.reviews.reviews--product .reviews_heading {
			text-align: center;
			display: block;
		}

			.reviews.reviews--product .reviews_heading h2 {
				width: 100%;
			}

		.reviews.reviews--product .reviews_all-btn {
			margin: 20px 0px 0px;
		}

	.footer {
		min-height: inherit;
	}

		.footer .copyright {
			padding: 10px 0px;
			text-align: center;
		}

	.demo-program .download-block {
		width: 210px;
		padding: 25px 25px;
	}

		.demo-program .download-block li {
			font-size: 14px;
		}

	.contacts {
		flex-wrap: wrap;
	}

		.contacts .contacts_info {
			flex-basis: 100%;
			padding: 30px 15px 60px;
			font-size: 14px;
		}

		.contacts .contacts_map {
			width: 100%;
			height: 460px;
		}

	.license-choice .license-choice_license-list .license .btn {
		right: 15px;
	}

	.accordion.accordion--license-list .panel .panel-heading .panel-title a .accordion_arrow {
		width: 160px;
	}

	.accordion.accordion--license-list .panel .panel-heading .panel-title a.badged {
		flex-wrap: wrap;
	}

		.accordion.accordion--license-list .panel .panel-heading .panel-title a.badged .accordion_arrow {
			width: 100%;
			padding: 10px 0px;
		}

	.license-choice .license-choice_license-list .license .price {
		margin-right: 15px;
		padding-left: 15px;
		flex-shrink: 0;
	}

	.license-choice .license-choice_tabs .tab {
		width: 160px;
	}
}

@media (max-width: 479px) {
	.support-products .product {
		width: 100%;
		padding-left: 0;
	}

	.accordion.accordion--license-list .panel .panel-heading .panel-title a .accordion_arrow {
		width: 130px;
		padding-left: 23px;
	}

	.our-clients_group img {
		max-width: 65px;
	}

	.top-slider .slider .item {
		padding: 30px 15px 45px;
	}

	.accordion.accordion--license-list .panel .panel-heading .panel-title a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		.accordion.accordion--license-list .panel .panel-heading .panel-title a.badged {
			flex-wrap: wrap;
		}

	.header .header_logo-wrapper {
		padding: 0;
	}

	.header .header_logo {
		width: 100px;
		margin: 20px auto;
	}

	.header .header_mobile-menu-btn {
		width: 30px;
		height: 30px;
		background-size: 14px;
	}

	.header .header_mobile-controls {
		width: 70px;
	}

	.header .site-versions {
		width: 55px;
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}

		.header .site-versions .site-versions_link {
			margin: 0;
		}

	.page-info .page-info_banner {
		background-position: right -488px top;
		position: relative;
	}

		.page-info .page-info_banner::after {
			content: '';
			background: rgba(42, 133, 203, 0.5);
			position: absolute;
			display: block;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			z-index: 0;
		}

		.page-info .page-info_banner .text {
			width: 100%;
			padding: 0 30px;
			text-align: center;
			max-width: none;
			height: 100%;
			display: flex;
			flex-wrap: wrap;
			//align-items: center;
			flex-direction: column;
			justify-content: center;
			z-index: 1;
		}

	.extensions-features {
		padding: 35px 0px 45px;
	}

		.extensions-features h2 {
			margin-bottom: 23px;
			text-align: center;
		}

	.requirements .requirements_info {
		padding: 20px;
	}

		.requirements .requirements_info .caption {
			font-size: 16px;
		}

		.requirements .requirements_info ul {
			padding: 0px;
		}

		.requirements .requirements_info li {
			font-size: 14px;
		}

			.requirements .requirements_info li::before {
				display: none;
			}

	.demo {
		padding: 15px 0px 45px;
	}

	.app-examples {
		padding: 45px 0px;
	}

		.app-examples h2 {
			margin: 0;
		}

		.app-examples .app-examples_heading {
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

			.app-examples .app-examples_heading .app-examples_slider-controls {
				width: 77px;
				flex-shrink: 0;
				margin-left: 15px;
				margin-top: 0;
			}

		.app-examples .app-examples_slider {
			margin-top: 25px;
		}

	.online-examples .online-examples_text {
		padding: 30px 30px;
	}

		.online-examples .online-examples_text .online-examples_list {
			width: 100%;
			text-align: center;
		}

	.demo-program .demo-program_info-wrapper {
		flex-wrap: wrap;
	}

	.demo-program h2,
	.demo-program .h2 {
		font-size: 20px;
	}

	.demo-program .download-block {
		margin: 0;
		width: 100%;
		margin-top: 5px;
	}

	.license-choice .license-choice_tabs {
		padding-left: 0;
	}

		.license-choice .license-choice_tabs .tab:first-child {
			margin-left: 0px;
		}

	.license-choice .license-choice_license-list .license {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		.license-choice .license-choice_license-list .license .name {
			max-width: 160px;
		}

		.license-choice .license-choice_license-list .license .btn {
			position: static;
		}

	.menu .navbar-nav > li:hover .inner-menu {
		display: none !important;
	}
}

.scrollup {
	background: url(../i/btn_top.png) no-repeat;
	bottom: 10px;
	display: none;
	height: 40px;
	opacity: 0.8;
	position: fixed;
	z-index: 1;
	right: 23px;
	text-indent: -9999px;
	width: 40px;
}

.follow-us {
	text-align: center;
	padding: 10px 0px;
}


.ticketpostdate {
	color: #838d93;
}

.ticketpostdetails {
	color: #838d93;
}

.hidden-content {
	display: none !important;
}

.tickets-table-first-cell {
	padding: 10px;
}

.ticket-view {
	padding: 10px;
	overflow-wrap: anywhere;
}

.ticket-subject {
	width: 85%;
}

.ticket-to {
	width: 85%;
}

.ticket-cc {
	width: 85%;
}

.ticket-textarea {
	width: 100%;
	height: 350px;
}

.ticket-commentarea {
	width: 100%;
	height: 50px;
}

.ticket-button {
	width: 250px;
}

.tickets-table-title-row {
	color: #838d94;
	text-align: center;
}

.tickets-table-title-row-left {
	color: #838d94;
	text-align: left;
}

.tickets-table-centered-row {
	text-align: center;
}

.tickets-table-left-row {
	text-align: left;
}

.ticket-header-info {
	width: 200px;
}

.text-red {
	color: red;
}

.text-orange {
	color: orange;
}

.text-blue {
	color: #5c83b4;
}

.text-lightgray {
	color: #838d93;
}

.priority-low {
	color: #8A8A8A;
}

.priority-medium {
	color: #000000;
}

.priority-high {
	color: #F07D18;
}

.priority-urgent {
	color: #E826C6;
}

.priority-emergency {
	color: #E06161;
}

.priority-critical {
	color: #FF0000;
}

.success-operation-message {
	font-size: 30px;
	font-weight: 800;
	color: green;
}

.find_tickets_field {
	width: 80%;
}











.info-table {
	width: 100%;
	margin-bottom: 15px;
}

	.info-table td {
		padding: 8px;
		vertical-align: top;
		border: 3px solid #f1e2c7;
	}

		.info-table td.tableHeader {
			text-align: center;
			font-size: large;
			background: #f1e2c7;
		}

		.info-table td.tableFooter {
			text-align: center;
			background: #f1e2c7;
		}

		.info-table td.rowHeader {
			background: #f1e2c7;
		}

		.info-table td .btn {
			margin: 5px;
		}

.grid-table {
	font-size: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	border-collapse: collapse;
	text-align: left;
}

	.grid-table span {
		padding-left: 4px;
	}

	.grid-table th {
		font-size: 14px;
		font-weight: normal;
		padding: 10px;
		border-bottom: 2px solid white;
	}

	.grid-table tr {
		height: 45px !important;
		border-bottom: 1px solid #f1e2c7 !important;
	}

	.grid-table td {
		background-color: #f1e2c7;
		border: 1px solid white;
		padding: 8px 25px 5px 30px;
	}

		.grid-table td input {
			font-size: 1em !important;
			width: 125px !important;
		}

		.grid-table td select {
			width: auto !important;
		}

	.grid-table .dateColumn {
		min-width: 130px;
	}


.field-validation-error {
	color: red;
	font-weight: bold;
}

.validation-summary-errors, .field-validation-error {
	color: red;
}

	.validation-summary-errors h2 {
		color: red;
	}

	.validation-summary-errors span {
		font-weight: bold;
	}

	.validation-summary-errors ul {
		padding-left: 0px;
	}

		.validation-summary-errors ul li {
			font-weight: bold;
		}

			.validation-summary-errors ul li::before {
				content: '';
			}
