body {
	background: #f0f0f0;
	color: #454b57
}

* {
	font-family: 'PT Sans', sans-serif;
}

a{
	text-decoration: none;
	color: #454b57;
}

.sticky th{
	position:-webkit-sticky; 
	position: sticky;
	top: 45px;
	z-index: 999999;
	border-color: #0080ff;
	background-color: #0080ff;
	color: #fff !important;
}

.dwld-kps{
	padding: 5px;
    text-align: center;
    background: #0080ff;
    border-radius: 4px;
    color: #fff;
}

.kps-table{
	width: 100%;
}

.kps-table > tbody > tr > td,
.kps-table > thead > tr > th{
	text-align: center;
	padding: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	height: auto !important;
}

.kps-table > tbody > tr > td > .fa-check-circle{
	color: #0080ff;
}
.kps-table > tbody > tr > td > .fa-minus-circle{
	color: #797979;
}

.kps-color{
	border-color: #0080ff;
	background-color: #0080ff;
	color: #fff !important;
}

.kps-table > tbody > .kps-color > td > i{
	color: #fff !important;
}

.kps-table{
	color: #444;
	font-size: 14px;
	background: #fff;
	margin: 5px auto;
	border: 1px solid #ccc;
	border-collapse: separate;
	width: 100% !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

.h300{
	min-height: 300px !important;
}

.h350{
	min-height: 350px !important;
}

.whatsapp{
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #1EBEA5;
	padding: 10px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
}

.-fixed-nav{
    padding: 5px 15px !important;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 555;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    transition: 0.3s;
}

.go-top {
	width: 50px;
	height: 50px;
	background: #ff4b68;
	position: fixed;
	bottom: 20px;
	left: 20px;
	border-radius: 50%;
	display: none;
	cursor: pointer;
	transition: 0.3s;
}

.go-top:hover {
	background: #da4b62;
}

.go-top > i {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
}

a {
	text-decoration: none;
	transition: all 0.3s;
}

.devcop {
	text-align: center;
	display: block;
	color: #333;
	margin: 10px 0;
}

.wrap {
	max-width: 1260px;
	margin: 10px auto;
}

.go-text-bottom {
	position: sticky;
	top: 0;
	margin: 0 auto;
	float: right;
	background: #454b57;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
}

.go-text-bottom:hover{
	background: #9a9494;
}

.item-spoiler {
	display: none;
}

.reviews-image-box > .row > .reviews-image-link {
	flex-basis: 23%;
	margin: 20px;
	box-shadow: 0px 25px 35px 0px rgba(27, 89, 206, 0.10);
}

.reviews-image-box > .row > .reviews-image-link:hover {
	box-shadow: 0px 25px 35px 0px rgba(255, 75, 104, 0.09);
}

.reviews-image-box > .row > .reviews-image-link > img {
	width: 100%;
}

.read-more {
	border-bottom: 1px dashed #dedede;
	color: #454b57;
}

.-bg-none {
	background: #fff !important;
}

.-open {
	display: block !important;
	opacity: 1 !important;
}

.-main-title-left {
	text-align: left !important;
}

.-padding-none {
	padding: 0 !important;
}

.page-text-content {
	background: #fff;
	padding: 20px 75px 75px 75px;
}

h1, h2, h3, h4, h5, h6, strong {
	font-family: neris, sans-serif;
}

.main-title {
	font-family: neris, sans-serif;
	text-align: center;
	margin: 30px 0;
}

.-industry-title {
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

.button {
	box-sizing: border-box;
	outline: none;
	text-align: center;
}

.-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.navigation-box {
	background: #fff;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 3px 3px 0 0;
}

.navigation-box > .logo-box {
	font-size: 30px;
	font-weight: bold;
	color: #3a4660;
	font-family: neris, sans-serif;
	outline: none;
	text-decoration: none;
}

.navigation-box > .menu-box {
	flex-grow: 2;
}

.navigation-box > .menu-box > .menu {
	list-style: none;
	margin: 8px 0;
}

.navigation-box > .menu-box > .menu > li {
	display: inline-block;
}

.navigation-box > .menu-box > .menu > li > a {
	color: #333;
	font-size: 13px;
	padding: 2px 8px;
	cursor: pointer;
}

.navigation-box > .menu-box > .menu > li > a:hover {
	color: #888;
}

.navigation-box > .menu-box > .menu > li.menu-item-has-children {
	position: relative
}

.navigation-box > .menu-box > .menu > li.menu-item-has-children ul {
	display: none;
	opacity: 0;
	position: absolute;
	top: 100%;
	border-radius: 0 0 3px 3px;
	left: 0;
	background: #fff;
	min-width: 240px;
	list-style: none;
	padding: 10px 0 0 0;
	box-shadow: 0px 25px 35px 0px rgba(0, 0, 0, 0.25);
	z-index: 1000;
}

.navigation-box > .menu-box > .menu > li.menu-item-has-children ul li {
	border-bottom: 1px solid #dedede
}

.navigation-box > .menu-box > .menu > li.menu-item-has-children ul li:last-child {
	border: none
}

.navigation-box > .menu-box > .menu > li.menu-item-has-children ul li a {
	display: block;
	color: #444;
	font-size: 14px;
	text-decoration: none;
	padding: 12px 20px
}

.navigation-box > .menu-box > .menu > li.menu-item-has-children ul li a:hover {
	text-decoration: none;
	background: rgba(0, 128, 254, 0.15);
	color: #444
}

/*.navigation-box > .menu-box > .menu > li.menu-item-has-children:hover ul {
    display: inline-block;
    opacity: 1
}*/

/*
	@media screen and (min-width: 1400px) {
  .navigation-box > .menu-box > .menu > li.menu-item-has-children:hover ul {
    display: inline-block;
    opacity: 1
}
	}
	@media screen and (min-width: 1600px) {
	  .navigation-box > .menu-box > .menu > li.menu-item-has-children:hover ul {
    display: inline-block;
    opacity: 1
}
	}
	@media screen and (min-width: 1900px) {
	  .navigation-box > .menu-box > .menu > li.menu-item-has-children:hover ul {
    display: inline-block;
    opacity: 1
}
}*/

.menu-item-has-children:after {
	content: '';
	border-top: 3px solid #ababab;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}

.navigation-box > .callback-box > .callback-button {
	border: 1px solid #cacdd4;
	color: #333;
	padding: 5px 10px;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 5px;
}

.navigation-box > .callback-box > .callback-button:hover {
	background: #cacdd4;
}

.header-box {
	background: #0080ff;
	box-sizing: border-box;
	/*padding: 20px;*/
}

.-header-programms {
	height: auto !important;
}

.header-box > .container:first-child {
	flex: 3;
	justify-content: center;
}

.header-box > .container:last-child {
	flex: 2;
}

.header-box > .container > .logo-box {
	text-align: center;
}

.header-box > .container > .logo-box > .title {
	color: #fff;
	font-size: 43px;
	margin: 0;
	font-family: neris, sans-serif;
}

.header-box > .container > .description-box {
	text-align: center;
}

.header-box > .container > .description-box > .title {
	color: #fff;
	font-size: 33px;
	font-weight: normal;
	margin-top: 5px;
}

.header-box > .container > .button-box {
	text-align: center;
}

.header-box > .container > .button-box .buy-button {
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
	padding: 10px 20px;
	display: inline-block;
	background: #FF4B68;
	border: 1px solid #FF4868;
	border-radius: 3px;
	color: #fff;
	margin: 5px;
	cursor: pointer;
}

.header-box > .container > .button-box .buy-button:hover {
	background: #da4b62;
	border: 1px solid #da4b62;
}

.header-box > .container > .button-box .callback-button {
	display: inline-block;
	border: 1px solid #eee;
	border-radius: 3px;
	color: #fff;
	padding: 10px 15px;
	margin: 5px;
	cursor: pointer;
	transition: all 0.3s;
}

.header-box > .container > .button-box .callback-button:hover {
	background: #fff;
	color: #333;
}

.header-box > .container > .advantages-box {
	justify-content: center;
}

.header-box > .container > .advantages-box > .row > .item {
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
	margin: 10px;
	text-align: center;
	flex-basis: 34%;
}

.header-box > .container > .advantages-box > .row > .item:last-child{
	margin-left: 0;
}

.header-box > .container > .advantages-box > .row:last-child > .item{
	margin-top: 0;
}

.header-box > .container > .advantages-box > .row > .item > .icon {
	width: 50px;
	height: 50px;
	background: #f0f0f0;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	font-size: 30px;
    color: #006dd8;
    border: 1px solid #dedede;
}

.header-box > .container > .advantages-box > .row > .item > .icon > i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.category-block-box {
	background: #fff;
	box-sizing: border-box;
	padding: 20px 50px 50px 50px;
}

.category-block-box > .row > .item {
	max-width: 280px !important;
	box-sizing: border-box;
	padding: 20px 20px 40px 20px !important;
	min-height: 272px;
	margin: 20px;
	padding: 25px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 25px 35px 0px rgba(27, 89, 206, 0.10);
	transition: 0.3s;	/*cursor: pointer;*/
	flex-basis: 22%;
	text-align: center;
}

.category-block-box > .row > .-single-item {
	max-width: 280px !important;
	box-sizing: border-box;
	padding: 20px 20px 40px 20px !important;
	min-height: 272px;
	margin: 20px;
	padding: 25px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 25px 35px 0px rgba(27, 89, 206, 0.10);
	transition: 0.3s;	/*cursor: pointer;*/
}

.category-block-box > .row > .item > .image-box > .image {
	width: 100%;
}

.category-block-box > .row > .-industry-item {
	flex-basis: 22%;
	min-height: 140px;
}

/*.category-block-box > .row > .item:hover .icon{
	background: #fff;
}

.category-block-box > .row > .item:hover{
  background: rgba(0, 128, 254, 0.15);
}*/
.category-block-box > .row > .item > .icon {
	width: 80px;
	height: 80px;
	background: #f0f0f0;
	border-radius: 50%;
	position: relative;
	transition: 0.3s;
	box-shadow: 10px 12px 28px -9px rgba(0, 0, 0, 0.1);
	margin:  0 auto;
}

.category-block-box > .row > .item > .icon > i {
	font-size: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.category-block-box > .row > .item > .icon > img {
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.category-block-box > .row > .item > .icon > a > img {
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.category-block-box > .row > .item > .title {
	font-size: 16px;
	margin: 25px 0 10px 0;
}

.category-block-box > .row > .item > .text {
	color: #737276;
}

.category-block-box > .row > .item > .price {
	font-size: 16px;    /* font-weight: 400; */
	color: #313131;
	background: #f0f0f0;
	display: table;
	padding: 5px;
	border-radius: 3px;
	margin: 0 auto;
}

.category-block-box > .row > .item > .go-button {
	margin-top: 10px;
	color: #fff;
	padding: 5px 20px;
	border-radius: 3px;
	background: #0080ff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
}

.category-block-box > .row > .item > .go-button:hover {
	background: #306498;
}

.companies-box {
	box-sizing: border-box;
	padding: 20px;
	background: rgba(0, 128, 255, 0.2784313725490196)
}

.companies-box > .row > .item > .image {
	width: 100px;
	margin: 20px;
}

.companies-box > .title {
	color: #607f9e;
	font-size: 20px;
	text-align: center;
	margin: 30px 0 0 0;
}

.about-box {
	height: 400px;
	background: #0080ff;
	box-sizing: border-box;
	padding: 50px 10px 50px 50px;
	overflow: hidden;
}

.about-box > .container > .text-box > .title {
	color: #fff;
	font-size: 42px;
	font-weight: 900;
	font-family: neris, sans-serif;
}

.about-box > .container > .text-box > .text {
	color: #fff;
	line-height: 20px;
}

.about-box > .container > .image > img {
	width: 100%;
}

.about-box > .container:first-child {
	flex: 2;
	justify-content: center;
}

.about-box > .container:last-child {
	flex: 3;
}

.count-box {
	height: 100px;
	background: #0080ff;
	box-sizing: border-box;
	padding: 50px;
	overflow: hidden;
}

.count-box > .text {
	color: #fff;
	font-size: 25px;
	flex: 1;
	font-family: neris, sans-serif;
	font-weight: 900
}

.count-box > .button-box {
	text-align: center;
	color: #fff;
}

.count-box > .button-box .buy-button {
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
	padding: 10px 20px;
	display: inline-block;
	background: #FF4B68;
	border: 1px solid #FF4868;
	border-radius: 3px;
	color: #fff;
	margin: 5px;
	cursor: pointer;
}

.count-box > .button-box .buy-button:hover {
	background: #da4b62;
	border: 1px solid #da4b62;
}

.count-box > .button-box .callback-button {
	display: inline-block;
	border: 1px solid #eee;
	border-radius: 3px;
	color: #fff;
	padding: 10px 15px;
	margin: 5px;
	cursor: pointer;
	transition: all 0.3s;
}

.count-box > .button-box .callback-button:hover {
	background: #fff;
	color: #333;
}

.footer-box {
	background: #555;
	box-sizing: border-box;
	padding: 20px 50px;
	border-radius: 0 0 3px 3px;
	align-items: baseline;
}

.footer-box > .menu-group {
	flex: 1;
	margin: 10px;
}

.footer-box > .menu-group > .title {
	font-family: neris, sans-serif;
	color: #fff;
	margin: 0;
	font-size: 20px;
}

.footer-box > .menu-group > .menu {
	list-style: none;
	padding: 0;
}

.footer-box > .menu-group > .menu > .item, .footer-box > .menu-group > .menu > .item > .link {
	color: #fff !important;
	margin: 5px 0;
	font-size: 14px;
}

.industry-box {
	background: #fff;
	padding: 50px;
}

.industry-box > .container {
	flex-grow: 1;
	margin: 0 30px;
}

.industry-box > .container > .item {
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
	transition: 0.3s;
	border-radius: 3px;
	cursor: pointer;
	color: #454b57;
}

.industry-box > .container > .item:hover {
	background: rgba(0, 128, 254, 0.15);
}

.industry-box > .container > .item > .icon {
	width: 25px;
	margin: 0 20px;
}

.industry-box > .container > .item > .price:last-child{
	margin-left: 0;
}

.industry-box > .container > .item > .price {
	margin: 0 10px;
	background: #fff;
	border: 1px solid #efefef;
	padding: 5px;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 13px;
}

.industry-box > .container > .item > .title {
	flex: 1;
	font-size: 14px;
}

.trade-automation-box {
	background: #fff;
	padding: 50px;
}

.trade-automation-box > .text-box {
	height: 400px;
	background: #f0f0f0;
	box-sizing: border-box;
	padding: 50px;
	overflow: hidden;
	border-radius: 3px;
}

.trade-automation-box > .text-box > .container > .text > .title {
	font-size: 25px;
	line-height: 25px;
	font-weight: 900;
	font-family: neris, sans-serif;
}

.trade-automation-box > .text-box > .container > .text {

	/*color: #fff;*/	
	line-height: 20px;
}

.trade-automation-box > .text-box > .container > .image {
	text-align: center;
}

.trade-automation-box > .text-box > .container > .image > img {
	width: 100%;
}

.trade-automation-box > .text-box > .container:first-child {
	flex: 3;
	justify-content: center;
}

.trade-automation-box > .text-box > .container:last-child {
	flex: 2;
}

.trade-automation-box > .scheme-box {
	text-align: center;
	padding: 50px;
	position: relative;
	margin-top: 100px;
}

.trade-automation-box > .scheme-box > .image {
	width: 800px;
}

.trade-automation-box > .scheme-box > .item-text1, .trade-automation-box > .scheme-box > .item-text2, .trade-automation-box > .scheme-box > .item-text3, .trade-automation-box > .scheme-box > .item-text4, .trade-automation-box > .scheme-box > .item-text5, .trade-automation-box > .scheme-box > .item-text6, .trade-automation-box > .scheme-box > .item-text7 {
	position: absolute;
	font-size: 14px;
	padding: 15px;
	width: 200px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 25px 35px 0px rgba(27, 89, 206, 0.10);
}

.trade-automation-box > .scheme-box > .item-text1 {
	top: 135px;
	left: 10px;
}

.trade-automation-box > .scheme-box > .item-text2 {
	top: 0px;
	left: 465px;
}

.trade-automation-box > .scheme-box > .item-text3 {
	top: 140px;
	right: 10px;
}

.trade-automation-box > .scheme-box > .item-text4 {
	bottom: 400px;
	right: 24px;
}

.trade-automation-box > .scheme-box > .item-text5 {
	top: 620px;
	left: 100px;
}

.trade-automation-box > .scheme-box > .item-text6 {
	top: 450px;
	left: 478px;
	width: 170px;
}

.trade-automation-box > .scheme-box > .item-text7 {
	bottom: 0px;
	left: 465px;
}

.category-block-box > .row > .item > .list-box > .list-item {
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
	transition: 0.3s;
	border-radius: 3px;
	cursor: pointer;
	font-size: 13px;
	padding: 5px 0;
}

.category-block-box > .row > .item > .list-box > .list-item > .link {
	color: #454b57;
}

.category-block-box > .-pockets {
	background: #6b7f94;
	border-radius: 3px;
}

.main-text-box {
	background: #fff;
	box-sizing: border-box;
	padding: 0 50px;
	overflow: hidden;
	border-radius: 3px;
	border-bottom: 1px solid #f0f0f0;
}

.main-text-box > .container > .text > .title {
	font-size: 25px;
	line-height: 25px;
	font-weight: 900;
	font-family: neris, sans-serif;
}

.main-text-box > .container > .text {

	/*color: #fff;*/
	line-height: 20px;
}

.main-text-box > .container > .image {
	text-align: center;
}

.main-text-box > .container > .image > img {
	width: 300px;
}

.main-text-box > .container:first-child {
	flex: 2;
	box-sizing: border-box;
	padding: 25px;
}

.main-text-box > .container:last-child {
	flex: 1;
}

/*BURGER*/
.hamburger {
	display: none;
}

.hamburger {
	width: 30px;
	height: 25px;
	position: relative;
	margin-left: 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.hamburger span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #2196F3;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) {
	top: 0px;
}

.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
	top: 10px;
}

.hamburger span:nth-child(4) {
	top: 20px;
}

.hamburger.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.hamburger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}