@import "roboto.css";

*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	background: #fff;
	font-family: 'Roboto';
    font-weight: 400;
	letter-spacing: 0.05em;
	height: 1000px;
}

.wrapper {
	max-width: 1250px;
	padding: 0 15px;
	margin: 0 auto;
}

header {
	min-height: 64px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 36px;
}

.logo {
	font-size: 14px;
	text-transform: uppercase;
	color: #2E3192;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.logo img {
	vertical-align: middle;
}

.search {
	width: 100%;
	max-width: 534px;
	height: 38px;
	position: relative;
	margin-top: 10px;
}

.search input {
	border: 1px solid rgba(46, 49, 146, 0.3);
	border-radius: 30px;
	width: 100%;
	height: 38px;
	padding: 0 47px 0 29px;
	outline: none;
	font-size: 14px;
	font-family: 'Roboto';
	line-height: 16px;
	color: #2E3192;
}

.search input::placeholder {
	color: #2E3192;
}

.search button {
	position: absolute;
	width: 32px;
	height: 32px;
	right: 3px;
	top: 3px;
	background: #2E3192 url(../img/search-mini-icon.png) center center no-repeat;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	outline: none;
}

.search-close,
.menu-close,
.white-logo {
	display: none;
}

.top-menu {
	width: 100%;
	min-height: 40px;
	background: #EC7F20;
	margin-top: 36px;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	min-height: 40px;
}

.menu>li {
	position: relative;
}

.parent1>.tr {
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	top: 14px;
	right: 1px;
	cursor: pointer;
}

.parent1:hover>.tr {
	border-top-color: #2E3192;
}

.parent2>.tr {
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 8px solid #2E3192;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.parent2:hover>.tr {
	border-left-color: #fff;
}

.menu>li>a {
	padding: 0 15px;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	font-family: 'Roboto';
}

.menu li:hover {
	background: #F5F5FA;
}

.menu li:hover a {
	color: #2E3192;
}

.podmenu {
	position: absolute;
	width: 100%;
	width: 452px;
	top: 40px;
	left: 0;
	background: #F5F5FA;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 28px 0;
	display: none;
	z-index: 10;
}

.podmenu>li {
	position: relative;
	padding: 0 28px;
}

.podmenu>li>a {
	font-size: 14px;
	text-transform: uppercase;
	color: #2E3192;
	font-family: 'Roboto';
	text-decoration: none;
	line-height: 33px;
}

.menu>li:hover .podmenu,
.podmenu>li:hover .podmenu-horizontal {
	display: block;
}

.podmenu>li:hover,
.podmenu-horizontal>li:hover {
	background: #EC7F20;
}

.podmenu>li:hover>a,
.podmenu-horizontal>li:hover>a {
	color: #fff;
}

.podmenu-horizontal {
	position: absolute;
	top: 0;
	left: 100%;
	background: #F5F5FA;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: 100%;
	width: 300px;
	display: none;
}

.podmenu-horizontal>li {
	padding: 0 28px;
}

.podmenu-horizontal>li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #2E3192;
	font-family: 'Roboto';
	text-decoration: none;
	line-height: 33px;
}

.mini-menu {
	display: none;
}

.mini-search {
	display: none;
}

.breadcrumbs {
	list-style-type: none;
	margin: 0;
	padding: 20px 0 15px 18px;
	display: flex;
	border-bottom: 2px solid rgba(196, 196, 196, 0.3);
}

.breadcrumbs li {
	margin-right: 5px;
	color: rgba(0, 0, 0, 0.5);
}

.breadcrumbs li:not(:last-child):after {
	content: "/";
	margin-left: 3px;
}

.breadcrumbs li:last-child a {
	color: #000;
}

.breadcrumbs a {
	text-decoration: none;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
}

.main-block {
	padding: 85px 0 140px;
}

.main-block h1 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 32px;
	color: #2E3192;
	margin: 0 0 70px;
}

.textpage-main-block {
	padding-top: 0;
	display: flex;
}

.product-main-block {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1100px;
	margin:0 auto;
}
.product-main-block h1 {
	width: 100%;
}
.right-sidebar {
	width: 230px;
	margin-top: 50px;
    padding: 10px;
    background: #2E3192;
	color: white;
}
.right-sidebar p {
	line-height: 22px;
	font-size: 16px;
	margin: 0 0 45px;
}
.right-sidebar a {
	color: white;
}
.right-sidebar p a {
	display: block;
	margin-top: 10px;
	font-family: 'Roboto';
}
.product-content {
	width: 100%;
	max-width: 725px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
}
.platform {
	font-size: 16px;
	margin-bottom: 40px;
	line-height: 27px;
}
.platform strong {
	font-size: 16px;
}
.product-main-block .product-content .windows {
	max-width: 250px;
	line-height: 27px;
	font-size: 16px;
}

.product-main-block .product-content .windows a {
	text-decoration: none;
	color: #2E3192;
	font-family: 'Roboto';
}
.product-content p {
	line-height: 27px;
	color: rgba(0, 0, 0, 0.8);
}
.product-content .images {
	margin:20px;
	display: flex;
	justify-content: space-between;
}
.hide-more-info {
	display: none;
}
.hide-more-info .tags {
	padding-left: 20px;
	margin:40px 0;
}
.prod-more-info {
	text-align: right;
	font-style:italic;
}
.prod-more-info a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.8);
}
.prod-more-info a:after {
	content:url(../img/prod-more.png);
	margin-left: 12px;
	display: inline-block;
}
.prod-more-info a.open-hide-more:after {
	transform: rotate(180deg);
}
.prices {
	width: 100%;
	margin:70px 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.price-item {
	width: 100%;
	background: #2E3192;
	border-radius: 3px;
	padding:40px 45px 30px;
	color:#fff;
	max-width: 350px;
	position: relative;
	margin:0 5px 10px;
}
.price-item h5 {
	line-height: 41px;
	font-size: 24px;
	margin: 0;
}
.price-item a {
	color:#fff;
}
.cenas {
	margin:60px 0 38px;
}
.cena {
	line-height: 25px;
	font-size: 18px;
	display:flex;
	margin-bottom: 33px;
}
.cena strong {
	margin-left: 6px;
	font-size: 22px;
	font-family: 'Roboto';
}
.cena i {
	display: block;
	width: 60px;
	margin:0 5px;
	border-bottom: 1px dashed rgba(229, 229, 229, 0.3);
}
.trial {
	text-align: right;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 110px;
}
.cena-center {
	justify-content: center;
	margin-top: 110px;
	margin-bottom: 0;
}
.trial-center {
	margin-top: 21px;
	text-align: center;
}
.file-update {
	margin:84px 0 50px;
}
.file-update p {
	margin: 0 0 10px;
	line-height: 25px;
}
.file-update strong {
	font-size: 22px;
}
.need {
	color: rgba(255, 255, 255, 0.8);
}
.need p {
	margin: 0 0 5px;
}
.purchase {
	position: absolute;
	bottom:30px;
	width: 100%;
	max-width: 253px;
	height: 44px;
	border-radius: 3px;
	line-height: 25px;
	font-size: 18px;
	border: 2px solid #FFFFFF;
	text-transform: uppercase;
	display: block;
	text-align: center;
	text-decoration: none;
	color:#fff;
	line-height: 44px;
	left:50%;
	transform: translateX(-50%);
}
.purchase:hover {
	background: #fff;
	color: #2E3192;
}
.textpage-main-block aside {
	width: 35%;
	max-width: 310px;
	padding-top: 75px;
	border-right: 2px solid rgba(196, 196, 196, 0.3);
	padding-left: 14px;
}

.textpage-main-block aside h4 {
	margin: 0 0 20px;
	line-height: 30px;
	font-size: 22px;
	color: #2E3192;
	font-family: 'Roboto';
}

.textpage-main-block aside h6 {
	line-height: 29px;
	font-size: 14px;
	text-transform: uppercase;
	color: #2E3192;
	margin: 0;
	font-family: 'Roboto';
}

.textpage-main-block aside ul {
	list-style-type: none;
	padding-left: 8px;
	margin: 20px 0;
	text-transform: uppercase;
}

.textpage-main-block aside ul a {
	text-decoration: none;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 35px;
	font-family: 'Roboto';
}

.textpage-content {
	padding: 60px 0 0 100px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
}

.textpage-content-inner {
	max-width: 685px;
}

.textpage-content .windows,
.product-content .windows {
	line-height: 30px;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.8);
	font-family: 'Roboto';
	border-left: 2px solid #2E3192;
	padding-left: 25px;
	margin-bottom: 45px;
}

.textpage-content p {
	line-height: 27px;
}

.textpage-content a {
	text-decoration: none;
	font-family: 'Roboto';
	color: #2E3192;
}

.textpage-content strong {
	font-family: 'Roboto';
}

.textpage-content .tags {
	padding-left: 20px;
	line-height: 27px;
	color: rgba(0, 0, 0, 0.8);
}

.textpage-content h3 {
	margin: 50px 0 30px;
	color: #2E3192;
	line-height: 36px;
	font-size: 22px;
}

.textpage-content ol {
	line-height: 38px;
	color: rgba(0, 0, 0, 0.8);
}

.textpage-content .ol-com {
	list-style-type: none;
	line-height: 27px;
	padding-left: 0;
	margin: 15px 0;
}

.textpage-see-also {
	margin-top: 80px;
}

.textpage-see-also h5 {
	line-height: 30px;
	font-size: 24px;
	color: #2E3192;
	margin: 0;
}

.textpage-see-also h6 {
	margin: 30px 0 25px;
	line-height: 27px;
	font-size: 18px;
	color: #2E3192;
}

.textpage-see-also-links {
	display: flex;
}

.textpage-see-also-links>div {
	padding: 0 12px;
}

.textpage-see-also a {
	display: block;
	line-height: 27px;
	font-size: 18px;
	color: #2E3192;
	margin-bottom: 10px;
	font-family: 'Roboto';
    font-weight: 500;
}

.about-main-block h1,
.product-main-block h1,
.textpage-main-block h1 {
	text-align: left;
	margin-bottom: 45px;
}

.about-content p {
	line-height: 27px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
	margin: 30px 0;
	max-width: 806px;
}

.about-content {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.about-content ul {
	list-style-type: none;
	line-height: 37px;
	font-size: 18px;
}

.about-content ul a {
	font-weight: bold;
	text-decoration: none;
	color: #2E3192;
}

.see-also h6 {
	font-size: 24px;
	color: #2E3192;
	margin: 90px 0 30px;
	padding-left: 10px;
}

.see-also ul {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
	column-count: 2;
	column-gap: 60px;
}

.see-also li {
	margin-bottom: 20px;
}

.see-also ul a {
	text-decoration: none;
	line-height: 27px;
	font-size: 18px;
	color: #2E3192;
}

.tabs-block {
	width: 100%;
}
.tabs-block h5 {
	font-size: 28px;
	color: #2E3192;
	margin: 0 0 45px;
}
.tabs {
	display: flex;
}
.tabs>div {
	padding:0 20px;
	height: 43px;
	line-height: 43px;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.6);
	font-family: 'Roboto';
	cursor: pointer;
	border-top: 2px solid transparent;
}
.tabs>div:hover,
.tabs>div.active {
	background: #F5F5FA;
	color: #2E3192;
	border-top: 2px solid #2E3192;
}
.tab-block-content>div {
	background: rgba(46, 49, 146, 0.05);
	padding:50px 18px;
}
.tab-block-content>div:not(.open-tab-block) {
	display: none;
}
.tab-block-content>div ol,
.tab-block-content>div p {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	line-height: 27px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
}
.tab-block-content>div li {
	margin-bottom: 25px;
}
.award-support h6 {
	margin: 65px 0 0;
	font-size: 24px;
	color: #2E3192;
}
.award-support p {
	line-height: 27px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
}
.online-doc {
	margin-top: 65px;
}
.online-doc h5 {
	font-size: 24px;
	color: #2E3192;
	margin: 0;
}
.online-doc h6 {
	font-size: 18px;
	color: #2E3192;
	margin: 25px 0 0;
}
.online-doc ul {
	list-style-type: none;
	padding-left: 10px;
	column-count: 4;
	column-gap: 50px;
	margin-top: 25px;
}
.online-doc li {
	margin-bottom: 24px;
}
.online-doc ul a {
	text-decoration: none;
	font-size: 16px;
	color: #2E3192;
}

.block-with-img {
	background: rgba(46, 49, 146, 0.05);
	border-radius: 3px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.block-wi-text {
	padding: 35px 30px;
	max-width: 555px;
}

.block-wi-text h4 {
	margin: 0 0 25px;
	font-size: 26px;
	color: #2E3192;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.block-wi-text p {
	line-height: 27px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
	margin: 0 0 17px;
}

.read-more {
	text-align: right;
}

.read-more a {
	font-style: italic;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	text-decoration: none;
}

.bwi-img {
	margin-left: 50px;
	display: flex;
}

.news-block h2 {
	text-align: center;
	font-size: 30px;
	color: #2E3192;
	margin: 90px 0 80px;
}

.container-news {
	display: flex;
	justify-content: space-between;
}

.block-hot {
	max-width: 415px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.block-hot h3 {
	color: #2E3192;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	font-size: 20px;
	margin: 0 0 22px;
	border-bottom: 2px solid #EC7F20;
	padding-bottom: 5px;
}

.block-hot p {
	margin: 10px 0;
	font-size: 16px;
	padding-bottom: 3px;
	line-height: 25px;
}

.block-hot p a {
	color: rgba(0, 0, 0, 0.8);
	opacity: 0.8;
	text-decoration: none;
	background-image: linear-gradient(rgba(46, 49, 146, 0.2), rgba(46, 49, 146, 0.2));
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 2px;
	transition: background-size .3s;
}

.block-hot p a:hover {
	color: #2E3192;
	background-size: 100% 2px;
}

.block-hot .read-more {
	align-self: flex-end;
	margin-top: 5px;
}

.related-services h3 {
	font-size: 24px;
	color: #2E3192;
	margin: 50px 0 70px;
	text-align: center;
}

.rel-item {
	max-width: 290px;
	height: 180px;
	background: rgba(46, 49, 146, 0.05);
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
	position: relative;
	border-bottom: 1px solid rgba(46, 49, 146, 0.4);
}

.rel-item:hover {
	color: #fff;
	background: #2E3192;
}

.rel-item:hover a {
	color: #fff;
}

.rel-item .rel-icon {
	max-width: 210px;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.8);
	font-family: 'Roboto';
}

.rel-item .rel-icon h6 {
	margin: 0 0 0 11px;
	line-height: 25px;
	font-size: 18px;
}

.rel-item .rel-more {
	width: 9px;
	height: 11px;
	position: absolute;
	right: 29px;
	bottom: 20px;
	background: url(../img/more.png);
}

.rel-item:hover .rel-more {
	background: url(../img/more-white.png);
}

.soft-icon-block {
	width: 74px;
	height: 49px;
	background: url(../img/soft-icon.png) left center/contain no-repeat;
}

.download-icon-block {
	width: 35px;
	height: 35px;
	background: url(../img/download-icon.png) left center/contain no-repeat;
}

.store-icon-block {
	width: 72px;
	height: 42px;
	background: url(../img/store-icon.png) left center/contain no-repeat;
}

.bin-icon-block {
	width: 41px;
	height: 43px;
	background: url(../img/bin-icon.png) left center/contain no-repeat;
}

.rel-item:hover .soft-icon-block {
	background-image: url(../img/soft-icon-white.png);
}

.rel-item:hover .download-icon-block {
	background-image: url(../img/download-icon-white.png);
}

.rel-item:hover .store-icon-block {
	background-image: url(../img/store-icon-white.png);
}

.rel-item:hover .bin-icon-block {
	background-image: url(../img/bin-icon-white.png);
}

.owl-dots {
	margin-top: 20px;
	text-align: center;
}

.owl-carousel button.owl-dot {
	width: 8px;
	height: 8px;
	border: 1px solid #2E3192;
	border-radius: 50%;
	margin: 0 5px;
}

.owl-carousel button.owl-dot.active,
.owl-carousel button.owl-dot:hover {
	background: #2E3192;
}

.reseller {
	padding: 55px 21px 65px;
	background: rgba(46, 49, 146, 0.05);
	margin: 120px 0 0;
	text-align: center;
}

.reseller h3 {
	font-size: 24px;
	color: #2E3192;
	margin: 0 0 28px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.reseller-text {
	max-width: 450px;
	margin: 0 auto;
	color: rgba(0, 0, 0, 0.8);
	opacity: 0.8;
	line-height: 41px;
}

.reseller h6 {
	font-size: 24px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.8);
	opacity: 0.8;
	margin: 0;
}

.reseller-text p {
	margin: 12px 0 0;
}

.reseller-text strong {
	font-size: 24px;
}

footer {
	background: #2E3192;
	padding: 45px 20px 35px;
}

.container-footer {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
}

.footer-block {
	color: #fff;
	opacity: 0.8;
	width: 190px;
}

.footer-block a {
	text-decoration: none;
	color: #fff;
	font-family: 'Roboto';
	display: block;
	line-height: 29px;
	font-size: 16px;
	padding-left: 10px;
}

.footer-block .logo-footer {
	padding-left: 0;
}

.footer-block h6 {
	margin: 11px 0 27px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.copy {
	line-height: 19px;
	font-size: 14px;
	margin-top: 4px;
}

.copyright {
	max-width: 1200px;
	margin: 25px auto 0;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.8;
}

.copyright p {
	margin: 0;
}

.copyright a {
	color: #FFFFFF;
}

.copyright .volkov {
	text-decoration: none;
}

.comment {
    font-size: 10px;
}

table {
    width:100%;
    padding:2em 0 0 0;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 2px;
}
table.tabcell{
    border-spacing: 0;
}
table .title{
    background-color:#ed8220;
    color:#FFF;
    text-align:center;
    font-weight:bold;
    height:2em;
}
table .title-blue{
    background-color:#19416b;
    color:#FFF;
    text-align:center;
    font-weight:bold;
    height:2em;
}
table td.big{
    font-size:1.2em;
}
tr.odd{
    height:3em;
    text-align:center;
    background-color:#f6f6f6;
}
tr.even{
    height:3em;
    text-align:center;
    background-color:#e8e3e2;
}
.align-lf{
    text-align:left;
    padding-left:1em;
}
table .fh{
    background-color:#ed8220;
    color:#FFF;
    text-align:center;
    font-weight:bold;
    height:2em;
}
table .fb2{
    height:3em;
    text-align:left;
    background-color:#e8e3e2;
    padding-left:1em;
}
table .fb{
    height:3em;
    text-align:left;
    padding-left:1em;
    background-color:#f6f6f6;
}
