﻿@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;
}

@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;
}

.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;
}

.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;
			}

.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;
			}

.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;
	}

.pages-links {
	display: inline-block;
}

	.pages-links a.current,
	.pages-links a:hover {
		color: #1A7CC8;
	}

.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;
	}

.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;
}

.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;
				}

.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;
}

.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;
}

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;
	}

	.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;
	}

	.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;
	}

	.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;
			}

	.menu .navbar-nav > li {
		max-width: 85px;
		border: 0;
	}

		.menu .navbar-nav > li a {
			font-size: 12px;
		}

	.default-block {
		padding: 35px 0px;
	}

		.default-block .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;
		}

	.accordion .accordion_arrow {
		margin-right: 0px;
	}
}

@media (max-width: 767px) {
	.top-slider .top-slider_item-fp {
		display: none;
	}

	.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;
	}

	.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;
		}

	.accordion .panel .panel-heading .panel-title a {
		font-size: 15px;
		height: auto;
		min-height: 55px;
	}

	.footer {
		min-height: inherit;
	}

		.footer .copyright {
			padding: 10px 0px;
			text-align: center;
		}
}

@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: '';
			}
