/* === иконки === */
/* === шрифт fontawesome === */
@import url('font-awesome.css');
/* ==== для бутстрапа ==== */
@import url('overwrite.css');
@import url('animate.css');
/*==========================================================================
  ОСНОВНЫЕ
  ========================================================================== */
body {
	color:#777;
	background: #f7f7f7;
	line-height: 1.6em;
	max-height: 100vh;
}

.clear {
	clear: both;
}
p{
	color:rgb(31, 31, 31);
	/*transition: color rgb(88, 88, 88) 0.8s;*/
	font-size: 18px;
	padding-left: 5px;
	padding-right: 5px; 
}
h3{
	padding-left: 5px;
	padding-right: 5px; 
}
p:hover{
	color: #000;
	transition: 0.8s;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, sans-serif, Arial;
}
h1, h2, h3, h5, h6 {
	color:#000;
}
h4{
	color:#fff;
}
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	padding: 0 0 20px 0;
}
h1 { font-size: 32px; line-height: 30px;}
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 18px; }
.txt-light { font-weight: 300; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }

blockquote.bigquote {
	border: none;
	font-size: 48px;
	letter-spacing: -1px;
	font-weight: 700;
	line-height: 1em;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}


small {
	font-size: 70%;
	font-weight: 100;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: none;
}

.color-white.txt-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
	text-transform: uppercase;
}

/*==========================================================================
  Настройки и мелочи
 ========================================================================== */
.row {
	z-index: 9999;
}

.big {
	font-size: 20pt;
	font-weight: 300;
}


.blink:hover {
	opacity: 0.9;
}

.half-offset {
	margin-bottom: 75px !important;
}

.no-offset {
	margin: 0 !important;
	padding: 0;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.content,.container {
	overflow: hidden;
}
.trans {
	border: 0 !important;
	background: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.nobg {
	background: 0;
	border: 0;
}

.noborder {
	border: 0 !important;
}

.color-white {
	color: #fff;
}

.normalize-font-top {
	padding-top: 25px;
}



/* --- float --- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

/* ---- ПАДДИНГИ ---- */
/* top */
.pad-top0 {
	padding-top: 0;
}
.pad-top5 {
	padding-top: 5px;
}

.pad-top10 {
	padding-top: 10px;
}

.pad-top15 {
	padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
.pad-top25 {
	padding-top: 25px;
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top35 {
	padding-top: 35px;
}
.pad-top40 {
	padding-top: 40px;
}
.pad-top50 {
	padding-top: 50px;
}
.pad-top100 {
	padding-top: 100px;
}
/* bottom */
.pad-bot0 {
	padding-bottom: 0;
}
.pad-bot5 {
	padding-bottom: 5px;
}

.pad-bot10 {
	padding-bottom: 10px;
}

.pad-bot15 {
	padding-bottom: 15px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot25 {
	padding-bottom: 25px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.pad-bot35 {
	padding-bottom: 35px;
}
.pad-bot40 {
	padding-bottom: 40px;
}
.pad-bot55 {
	padding-bottom: 55px;
}
.pad-bot100 {
	padding-bottom: 100px;
}
.pad-bot150 {
	padding-bottom: 150px;
}

/* ---- margin --- */
.mar-left5 { margin-left: 5px; }
.mar-left10 { margin-left: 10px; }
.mar-left15 { margin-left: 15px; }
.mar-left20 { margin-left: 20px; }
.mar-left25 { margin-left: 25px; }
.mar-left30 { margin-left: 30px; }

.mar-right5 { margin-right: 5px; }
.mar-right10 { margin-right: 10px; }
.mar-right15 { margin-right: 15px; }
.mar-right20 { margin-right: 20px; }
.mar-right25 { margin-right: 25px; }
.mar-right30 { margin-right: 30px; }

/* top */
.mar-top0 {
	margin-top: 0;
}
.mar-top5 {
	margin-top: 5px;
}

.mar-top10 {
	margin-top: 10px;
}

.mar-top15 {
	margin-top: 15px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top25 {
	margin-top: 25px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top35 {
	margin-top: 35px;
}
.mar-top40 {
	margin-top: 40px;
}
.mar-top60 {
	margin-top: 60px;
}

/* bottom */
.mar-bot0 {
	margin-bottom: 0;
}
.mar-bot5 {
	margin-bottom: 5px;
}

.mar-bot10 {
	margin-bottom: 10px;
}

.mar-bot15 {
	margin-bottom: 15px;
}
.mar-bot20 {
	margin-bottom: 20px;
}
.mar-bot25 {
	margin-bottom: 25px;
}
.mar-bot30 {
	margin-bottom: 30px;
}
.mar-bot35 {
	margin-bottom: 35px;
}
.mar-bot40 {
	margin-bottom: 40px;
}
.mar-bot60 {
	margin-bottom: 60px;
}
.mar-bot700 {
	margin-bottom: 700px;
}
/*===========================
  --- секции ----
=========================== */


section.section {
	margin:0;
	padding: 20px 0 20px 0;
}
.bg-white {
	background-color: #fff;
}

/* --- секция меню --- */
.section-header {
	text-align: center;
}
h1 {
	text-transform: uppercase;
	font-weight: 400;
}
h2 {
	text-transform: uppercase;
	font-weight: 400;
}
/*===========================
  ГЛАВНОЕ МЕНЮ
=========================== */
.navbar {
	line-height: 60px;
	height: 60px;
	background-color: rgba(0,0,0);
	display: block;
	text-align: center;
	margin-bottom: 0;
	padding-bottom:0;
}
.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
}

.nav li {
	height: 100%;
	line-height: 100%;
	margin-top: 8px;
	margin-bottom: 0;
	padding-bottom:0;
}

.nav>li>a {
	display: table-cell;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.nav>li>a:hover {
	color: #fff;
	background: none;
}
a.navbar-phone{
	color: #fff;
	font-size: 16px;
	letter-spacing: .1em;
	text-transform: uppercase;
	float: right;
	text-decoration: none;
}


.navbar-phone-mob{
	color: #fff;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
	display: none;
}
.navbar-phone i{
	color: #fff;
	font-size: 20px;
}

.navbar-nav {
	float: center;
	margin-bottom: 0;
	padding-bottom:0;
}

.navbar .navbar-nav > .active > a {
	color: #fff;
}
.navbar .navbar-nav > .active > a {
	padding-bottom: 22px;
}
.nav-active{
	color: #f7a63a !important;
	font-weight:bold;
}
.navbar-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.img-logo{
	max-width: 80%;
	transition: 0.1s;
}
.img-logo:hover{
	max-width: 85%;
	transition: 0.1s;
}
/*Заливка цветом логотипа*/
.img-logo:hover .l1{
	fill: #f7a63a;
	transition: 0.15s
}
.img-logo:hover .l2{
	fill: #f1e144;
	transition: 0.30s
}
.img-logo:hover .l3{
	fill: rgb(247, 166, 58);
	transition: 0.45s
}
.img-logo:hover .l4{
	fill: rgb(241, 225, 68);
	transition: 0.60s
}
.img-logo:hover .l5{
	fill: #ae325f;
	transition: 0.75s
}
.img-logo:hover .l6{
	fill: #421672;
	transition: 0.90s
}
.img-logo:hover .l7{
	fill: rgb(241, 225, 68);
	transition: 1s
}
.img-logo:hover .l8{
	fill: rgb(247, 166, 58);
	transition: 1.1s
}
/*-----------------------*/
/*.big-logo{
	fill: #fff;
	
	transition: 1.2s;
	z-index: 99999;
}
.big-logo:hover .part-one{
	fill: rgb(85, 38, 134);
	transition: 1.2s;
}*/
/*-----*/
.navbar-toggle {
	padding: 0;
	margin: 0;
	width: 80px;
}

.navbar-collapse.in {
	margin-top: -5px !important;
}

/*===========================
  ШАПКА
=========================== */
.skew_border_grey{
    position: relative;
}
.skew_border_grey:after{
    position: absolute;
    left:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid rgb(248, 248, 248);
	border-right: 50vw solid transparent;

}
.skew_border_grey:before{
    position: absolute;
    right:0;
    bottom:0;
    content: "";
    width: 0;
	height: 0;
    border-bottom: 50px solid rgb(248, 248, 248);
    border-left: 50vw solid transparent;
}
.skew_border_black{
    position: relative;
}
.skew_border_black:after{
    position: absolute;
    left:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #1b1b1b;
    border-right: 50vw solid transparent;

}
.skew_border_black:before{
    position: absolute;
    right:0;
    bottom:0;
    content: "";
    width: 0;
	height: 0;
    border-bottom: 50px solid #1b1b1b;
    border-left: 50vw solid transparent;
}

#intro {
	max-width: 100%;
	min-height: 300px;
	height: 55vh;
	position: relative;
	background-image: url(../img/backgrounds/main-bg.png);
	background-position: center;
	background-repeat: no-repeat;
}
.e-pass #intro {
	background-image: url(../img/backgrounds/epass-bg.png);
}
.contacts #intro {
	background-image: url(../img/backgrounds/contacts-bg.png);
}
.products #intro {
	background-image: url(../img/backgrounds/prods-bg.png);
}
.works #intro {
	background-image: url(../img/backgrounds/portfolio-bg.png);
}
.about #intro {
	background-image: url(../img/backgrounds/about-bg.png);
}
.colibri-finance #intro {
	background-image: url(../img/backgrounds/col-fin-bg.png);
}
.colibri-budget #intro {
	background-image: url(../img/backgrounds/cb-bg.png);
}
.colibri-mz #intro {
	background-image: url(../img/backgrounds/mz-bg.png);
}
.colibri-pfhd #intro {
	background-image: url(../img/backgrounds/pfhd-bg.png);
}
.colibri-mp #intro {
	background-image: url(../img/backgrounds/mp-bg.png);
}
.colibri-ufk #intro {
	background-image: url(../img/backgrounds/ufk-bg.png);
}
.colibri-ufns #intro {
	background-image: url(../img/backgrounds/ufns-bg.png);
}
.colibri-rid #intro, .colibri-rid #intro {
	background-image: url(../img/backgrounds/analytics-bg.png);
}
.colibri-dev #intro {
	background-image: url(../img/backgrounds/col-dev-bg.png);
}
.sapfir #intro {
	background-image: url(../img/backgrounds/sapfir-bg.png);
}
.gkh-bonus #intro {
	background-image: url(../img/backgrounds/bonus-bg.png);
}
.develop #intro {
	background-image: url(../img/backgrounds/develop-bg.png);
}
.fullscreen-bg-video {
    position: fixed;
	bottom: 200px;
    width: 100%;
	height: 100%;
	z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
	.fullscreen-bg-video {
	  width: 100%;
	  height: auto;
	}
  }
  
  @media (max-aspect-ratio: 16/9) {
	.fullscreen-bg-video {
	  width: auto;
	  height: 100%;
	}
  }


.intro-content {
	position: absolute;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 0 15px;
}

.intro-content  h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}



.intro-content  h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 767px) {
	.intro-content  h2 {
		font-size: 34px;
	}
}

section.featured {
	background: #eee;
}

section.featured.inner {
	background: #eee;
	padding: 150px 0 50px;
}


/* --- слайдер меню --- */
.flexslider {
	margin: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
}

.flex-control-paging li a.flex-active {
	background: #fff;
}

.flex-control-nav {
	bottom: -25px;
}

.flexslider .slides img {
	display: inline;
}

.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 98px;
	margin: -29px -20px 0;
	position: absolute;
	top: 30%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	right: -70px;
	background: url(../img/arrow_large_right.png) no-repeat top left;
}

.flex-direction-nav .flex-prev {
	left: -70px;
	background: url(../img/arrow_large_left.png) no-repeat top left;
}

.flex-direction-nav a.flex-next:before {
	content: none !important;
}

/* удалить стандартные стрелки */
.flex-direction-nav a:before {
	content: none !important;
}

/* ========================================
--------------НАШИ ПРЕДЛОЖЕНИЯ-------------
========================================= */
.skew_border_white{
    position: relative;
}
.skew_border_white:after{
    position: absolute;
    left:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid rgb(254, 254, 254);
    border-right: 50vw solid transparent;

}
.skew_border_white:before{
    position: absolute;
    right:0;
    bottom:0;
    content: "";
    width: 0;
	height: 0;
    border-bottom: 50px solid rgb(254, 254, 254);
    border-left: 50vw solid transparent;
}

.offers{
	display: table;
	float: center;
	margin: 0 auto;
	max-width: 100%;
}
@media screen and (max-width: 1560px) {
	.offers {
		max-width: 100%;
		margin-left: 10%;
	}
}
@media screen and (max-width: 1400px) {
	.offers {
		max-width: 60%;
		float: center;
		margin-left: 25%;
	}
}
@media screen and (max-width: 1290px) {
	.offers {
		max-width: 60%;
		float: center;
		margin-left: 25%;
	}
}
@media screen and (max-width: 1030px) {
	.offers {
		max-width: 80%;
		float: center;
		margin-left: 17%;
	}
}
.offers li {
	-webkit-perspective: 400px;
	perspective: 400px;
}

.info {
	-webkit-transform: rotate3d(1, 0, 0, 90deg);
	transform: rotate3d(1, 0, 0, 90deg);
	width: 100%;
	height: 100%;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	pointer-events: none;
}
.info.orange{
	background-color: rgb(247, 166, 58);
}
.info.sphere-blue{
	background-color: rgb(5, 25, 55);
}
.info.purple{
	background-color: rgb(174, 50, 95);
}
.info.magenta{
	background-color: rgb(66, 22, 114);
}
.info.blue{
	background-color: #6495ed;
}
.info.gray{
	background-color: rgb(168, 168, 168);
}
.in-top .info {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: in-top 300ms ease 0ms 1 forwards;
	animation: in-top 300ms ease 0ms 1 forwards;
}

.in-right .info {
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	-webkit-animation: in-right 300ms ease 0ms 1 forwards;
	animation: in-right 300ms ease 0ms 1 forwards;
}

.in-bottom .info {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
	animation: in-bottom 300ms ease 0ms 1 forwards;
}

.in-left .info {
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-animation: in-left 300ms ease 0ms 1 forwards;
	animation: in-left 300ms ease 0ms 1 forwards;
}

.out-top .info {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: out-top 300ms ease 0ms 1 forwards;
	animation: out-top 300ms ease 0ms 1 forwards;
}

.out-right .info {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: out-right 300ms ease 0ms 1 forwards;
	animation: out-right 300ms ease 0ms 1 forwards;
}

.out-bottom .info {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
	animation: out-bottom 300ms ease 0ms 1 forwards;
}

.out-left .info {
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-animation: out-left 300ms ease 0ms 1 forwards;
	animation: out-left 300ms ease 0ms 1 forwards;
}

@-webkit-keyframes in-top {
	from {
		-webkit-transform: rotate3d(-1, 0, 0, 90deg);
		transform: rotate3d(-1, 0, 0, 90deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
}

@keyframes in-top {
	from {
		-webkit-transform: rotate3d(-1, 0, 0, 90deg);
		transform: rotate3d(-1, 0, 0, 90deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
}
@-webkit-keyframes in-right {
	from {
		-webkit-transform: rotate3d(0, -1, 0, 90deg);
		transform: rotate3d(0, -1, 0, 90deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
}
@keyframes in-right {
	from {
		-webkit-transform: rotate3d(0, -1, 0, 90deg);
		transform: rotate3d(0, -1, 0, 90deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
}
@-webkit-keyframes in-bottom {
	from {
		-webkit-transform: rotate3d(1, 0, 0, 90deg);
		transform: rotate3d(1, 0, 0, 90deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
}
@keyframes in-bottom {
	from {
		-webkit-transform: rotate3d(1, 0, 0, 90deg);
		transform: rotate3d(1, 0, 0, 90deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
}
@-webkit-keyframes in-left {
	from {
		-webkit-transform: rotate3d(0, 1, 0, 90deg);
		transform: rotate3d(0, 1, 0, 90deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
}
@keyframes in-left {
	from {
		-webkit-transform: rotate3d(0, 1, 0, 90deg);
		transform: rotate3d(0, 1, 0, 90deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
}
@-webkit-keyframes out-top {
	from {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
		-webkit-transform: rotate3d(-1, 0, 0, 104deg);
		transform: rotate3d(-1, 0, 0, 104deg);
	}
}
@keyframes out-top {
	from {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
		-webkit-transform: rotate3d(-1, 0, 0, 104deg);
		transform: rotate3d(-1, 0, 0, 104deg);
	}
}
@-webkit-keyframes out-right {
	from {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
		-webkit-transform: rotate3d(0, -1, 0, 104deg);
		transform: rotate3d(0, -1, 0, 104deg);
	}
}
@keyframes out-right {
	from {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
		-webkit-transform: rotate3d(0, -1, 0, 104deg);
		transform: rotate3d(0, -1, 0, 104deg);
	}
}
@-webkit-keyframes out-bottom {
	from {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
		-webkit-transform: rotate3d(1, 0, 0, 104deg);
		transform: rotate3d(1, 0, 0, 104deg);
	}
}
@keyframes out-bottom {
	from {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
		-webkit-transform: rotate3d(1, 0, 0, 104deg);
		transform: rotate3d(1, 0, 0, 104deg);
	}
}
@-webkit-keyframes out-left {
	from {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
		-webkit-transform: rotate3d(0, 1, 0, 104deg);
		transform: rotate3d(0, 1, 0, 104deg);
	}
}
@keyframes out-left {
	from {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
		-webkit-transform: rotate3d(0, 1, 0, 104deg);
		transform: rotate3d(0, 1, 0, 104deg);
	}
}

#particles-js{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index:1;
}
/* ---*/
.offers ul {
	padding: 0;
	margin: 0 0 50px;
}
.offers ul:after {
	content: "";
	display: table;
	clear: both;
}
.tab-pane li{
	margin: 7px;
}
.offers li {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	margin: 5px;
	padding: 0;
	list-style: none;
}
.offers li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border-radius: 10px;
	opacity: 0.8;
}
.offers li h3 {
	margin: 0;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.9);
}
.offers li p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
}
.offers li .normal {
	width: 100%;
	height: 100%;
	color: rgba(52, 73, 94, 0.6);
	text-align: center;
	font-size: 50px;
	line-height: 200px;
}
.offers li .normal svg {
	pointer-events: none;
	width: 50px;
	display:none;
}
.offers li .normal svg path {
	fill: rgb(136, 123, 83);
}
/*===========================
  --- НАМ ДОВЕРЯЮТ ----
=========================== */
#whyOctonicaSection{
	background-color: rgb(254, 254, 254);
}
#whyOctonicaSection .card{
	width: 100%;
	min-height: 390px;
	padding: 10px 30px;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	margin-top: 30px;
	text-align: center;
	opacity: 0.8;
}
#whyOctonicaSection .card .icon i{
	font-size: 80px;
	color: #9a9a9a;
	width: 85px;
	height: 85px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 25px;
}

#whyOctonicaSection .card.card-purple{ 
  border-color: rgb(144, 114, 175);
  transition: 0.5s;
}
#whyOctonicaSection .card.card-purple .icon i{
  color:rgb(66, 22, 114);
  transition: 0.5s;
}
#whyOctonicaSection .card.card-purple:hover{ 
	opacity: 1;
	border-color: rgb(66, 22, 114);
	background-color: rgb(66, 22, 114);
	box-shadow: 0 0 15px rgba(5, 5, 5, 0.5);
	transition: 0.5s;
}
#whyOctonicaSection .card.card-purple:hover.card p{ 
	color: rgb(255, 255, 255);
	transition: 0.5s;
}
#whyOctonicaSection .card.card-purple:hover.card h3{ 
	color: rgb(248, 248, 248);
	transition: 0.5s;
}
#whyOctonicaSection .card.card-purple:hover.card.card-purple .icon i{ 
	background-color: rgb(255, 255, 255);
	border-radius: 25px;
	transition: 0.5s;
}

#whyOctonicaSection .card.card-magenta{
  border-color: rgb(216, 130, 162);
  transition: 0.5s;
}
#whyOctonicaSection .card.card-magenta .icon i{
  color:rgb(174, 50, 95);
  transition: 0.5s;
}
#whyOctonicaSection .card.card-magenta:hover{
	opacity: 1;
	border-color: rgb(174, 50, 95);
	background-color: rgb(174, 50, 95);
	box-shadow: 0 0 15px rgba(5, 5, 5, 0.5);
	transition: 0.5s;
}
#whyOctonicaSection .card.card-magenta:hover.card p{ 
	color: rgb(255, 255, 255);
	transition: 0.5s;
}
#whyOctonicaSection .card.card-magenta:hover.card h3{ 
	color: rgb(248, 248, 248);
	transition: 0.5s;
}
#whyOctonicaSection .card.card-magenta:hover.card.card-magenta .icon i{ 
	background-color: rgb(255, 255, 255);
	border-radius: 25px;
	transition: 0.5s;
}

#whyOctonicaSection .card.card-orange{ 
  border-color: rgb(245, 209, 162);
  transition: 0.51s;
}
#whyOctonicaSection .card.card-orange .icon i{
  color:rgb(247, 166, 58);
  transition: 0.5s;
}
#whyOctonicaSection .card.card-orange:hover{
	opacity: 1;
	border-color: rgb(247, 166, 58);
	background-color: rgb(247, 166, 58);
	box-shadow: 0 0 15px rgba(5, 5, 5, 0.5);
	transition: 0.5s;
}
#whyOctonicaSection .card.card-orange:hover.card p{ 
	color: rgb(255, 255, 255);
	transition: 0.5s;
}
#whyOctonicaSection .card.card-orange:hover.card h3{ 
	color: rgb(248, 248, 248);
	transition: 0.5s;
}
#whyOctonicaSection .card.card-orange:hover.card.card-orange .icon i{ 
	background-color: rgb(255, 255, 255);
	border-radius: 25px;
	transition: 0.5s;
}

#whyOctonicaSection .card  h3{
	font-weight: 400;
	font-size: 20px;
	margin: 30px 0 -1px;
	transition: 0.5s;
}

#whyOctonicaSection .card  p{
	font-size: 16px;
	font-weight: 100;
	line-height: 22px;
	color: rgb(88, 88, 88);
	transition: 0.5s;
}
hr.style{
	border-top: 1px solid #d6d6d6;
}
/*===========================
  --- ПРОДУКТЫ И УСЛУГИ ----
=========================== */

#section-offers{
	background-color: rgb(248, 248, 248);
}
.bg-back{
	background-color: rgba(255, 255, 255);
}
nav#filter a {
	background-color: rgb(214, 212, 212);
	color:#555;
	border-radius: 100px;
}
nav#filter a:hover, nav#filter a.current {
	background-color: rgb(66, 22, 114);
	color:#fff;
}

/*-----*/


#solution img  {
	width:100%;
}

nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 0 0 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
}

/*===========================
  --- КОНТАКТЫ ----
=========================== */
/*====================
  КЛИЕНТЫ
==================== */
#clients{
	background-color: rgb(250, 250, 250);
}
#clients img {
	opacity: 0.7;
	transition: 1s;
	cursor: pointer;
}

#clients img:hover {
	opacity: 1;
	transition: 1.2s;
}

.clients-modal .title {
	color: #000;
	font-size: 30px;
	margin-bottom: 18px;
}

.clients-modal .body {
	color: #000000;
	line-height: 24px;
}
.clients-modal .footer {
	margin-top: 23px;
	color: #000000;
	text-align: left;
}
/*=========================
  ПОДВАЛ
 ================= */
 footer .icon i{
	font-size: 35px;
}
 .site-footer {
    background: #1b1b1b;    
    color: #ffffff;
    font-size: 0.9em;
    text-align: center;
    position: relative;
	overflow: hidden;
	flex: 0 0 auto;
	/*height: 150px;*/
	bottom: 0;
}

.copyright {
	background: rgb(14, 14, 14);
	text-align: center;
}
.copyright a, .copyright p {
	color: rgb(209, 209, 209);
	font-size: 14px;
}
.site-footer .contact-info {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;    
}
.contact-info p{
	color: #fff;
	font-size: 16px;
}

.site-footer .contact-info .contact-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 10px;
	height: 28px;    
}

.site-footer a:link,.site-footer a:visited {
    color: #ffffff;
    text-decoration: none;
}
.site-footer .footer-prods {
	text-align: right;
}
.site-footer .footer-contacts {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	text-align: left;
}
.site-footer a:hover{
	color: #f7a63a;
}
@media only screen and (max-width: 990px) {
	.site-footer .footer-prods {
		text-align: center;
		border-top: 1px solid #2e2e2e;
	}
	.site-footer .footer-contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;    
	}
	.contact-info .icon{
		display: none;
	}
	.site-footer .footer-address{
		border-top: 1px solid #2e2e2e;
	}
}
 /*==============*/
a.scrollup{
	height:32px;
	width:32px;
	color:#fff;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.5;
}


/*===========================
  --- ОСТАЛЬНОЕ ----
=========================== */

/* кнопки */
.btn {
	border: 0;
}

.btn.bold {
	font-weight: 600;
}

.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}

.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}



/* ========================================
Зависимости от разрешения экрана
========================================= */
h3.info_header{
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {/*iPad и планшеты*/
	.navbar-phone{/*Номер телефона*/
		float: center;
	}
	footer .footer-items{
		text-align: left;
		float: center;
	}
	footer .footer-pos{
		margin: 10px
	}
	footer span{
		font-size:14px;
	}
}
@media (max-width: 767px) {/*Мобилки*/

	h3.info_header{
		display: block;
	}
	.clients-modal{
		text-align: center;
	}
	.clients-modal .title {
		color: #000;
		font-size: 20px;
	}
	.clients-modal .title img{
		max-height: 40px;
	}
	.navbar.navbar-fixed-top {
		background-color:rgba(0,0,0,1);
	}
	.navbar .navbar-collapse ul.nav {
		background-color: #444;
		width: 100%;
		float: none;
		margin:0;
		padding:0;
	}
	.navbar-logo{/*Логотип*/
		float: left;
		padding-left: 3%;
	}
	.img-logo{
		max-width: 60%;
		margin-top:5px;
	}
	.img-logo .l1{
		fill: rgb(247, 166, 58);
		transition: 0.15s
	}
	.img-logo .l2{
		fill: rgb(241, 225, 68);
		transition: 0.30s
	}
	.img-logo .l3{
		fill: rgb(247, 166, 58);
		transition: 0.45s
	}
	.img-logo .l4{
		fill: rgb(241, 225, 68);
		transition: 0.60s
	}
	.img-logo .l5{
		fill: rgb(174, 50, 95);
		transition: 0.75s
	}
	.img-logo .l6{
		fill: rgb(66, 22, 114);
		transition: 0.90s
	}
	.img-logo .l7{
		fill: rgb(241, 225, 68);
		transition: 1s
	}
	.img-logo .l8{
		fill: rgb(247, 166, 58);
		transition: 1.1s
	}

	/*-------*/

	.navbar-phone{/*Номер телефона*/
		display: none;
	}
	.navbar-phone-mob{/*Номер телефона*/
		display: block;
		background-color: #391661
	}
	.navbar{
		color:#421672;
	}
	.navbar .navbar-collapse ul.nav li {
		border-bottom: 1px solid #666;
	}
	#intro {
		background-position: relative;
		background-color: #421672 !important;
		background-image: none !important;
		height: 80vh;
	}
	h1 { font-size: 24px; line-height: 26px !important;}
	h2 { font-size: 20px; }
	h3 { font-size: 16px; }
	.prods-nav li{
		padding-bottom: 10px;
	}
	#intro video {
		display: none;
	}
	#intro .big-logo {
		width: 300px; 
		height: 65px;
		margin-top: 100px;
	}
	#filter {/*Скрыть блок с фильтрами готовых решений*/
        display: none;
	}
}
/*-----------------------------------------------*/
a:hover {
	color:  rgb(247, 166, 58);
}

/* меню */
.nav>li>a:hover {
	color: rgb(247, 166, 58);
}

.navbar .navbar-nav > .active > a {
	color:  rgb(247, 166, 58);
}

/* Подвал */
a.scrollup{
	background: rgba(117, 60, 177, 0.644);
}

/*---------------------*/
#epassFirstSection{
	background-color: rgb(248, 248, 248);
}
#epassFirstSection p{
	text-align: left;
}
.description ul{
	color: rgb(121, 121, 121);
	transition: 0.8s;
}
.description li{
	margin-bottom: 3px;
}
.description ul:hover, .tab-pane ul:hover, .tab-pane ol:hover{
	color: #000;
	transition: 0.8s;
}

.description img{
	opacity: 0.8;
	transition: 0.8s;
}
.description img:hover{
	opacity: 1;
	transition: 0.8s;
}

.description ul, .description ol, .tab-pane ul, .tab-pane ol{
	font-size: 18px;
}
.e-pass img {
    max-width: 100%;
    height: auto;
}

.prods-nav > li.active > a, .prods-nav > li.active > a:focus, .prods-nav > li.active > a:hover { 
	border-width: 0; 
}
.prods-nav > li > a { 
	color: #555;
	padding: 7px 15px;
	border-radius: 20px;
	text-decoration: none;
}
.prods-nav > li.active > a { 
	background-color: rgb(66, 22, 114);
	color:#fff;
}
.prods-nav > li > a:hover { 
	color: #fff !important; 
	background-color: rgb(88, 41, 139);
}
.tab-pane { 
	padding: 15px 0; 
}
.tab-content{
	padding:20px;
}

.thumbnail img{
	max-width: 100%;
}

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
.carousel-control {
	left: -12px;
    height: 32px;
	width: 32px;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
    background-color: rgb(28, 22, 114);
    margin-top: 55px;
}
.carousel-control.right {
	right: -12px;
}
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}

.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: rgb(66, 22, 114);
}

button[data-toggle]:hover{
	color:rgb(247, 166, 58);
}

.law-col, .docs-col{
	padding: 10px 15px;
	border-radius: 10px;
}
.law-col h5, .docs-col h5{
	text-align: center;
}
.downloads-files{
	display: inline;
	font-size: 16px;
}
.doc-file{
	display: inline;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 5px;
	background: rgb(91, 110, 214);
	color: #fff;
	border-radius: 3px;
}
.pdf-file{
	display: inline;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 7px;
	background: rgb(226, 80, 80);
	color: #fff;
	border-radius: 3px;
}
.web-link{
	display: inline;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 6px;
	background: rgb(3, 131, 25);
	color: #fff;
	border-radius: 3px;
}

.products img{
	opacity: 0.8;
	transition: 0.5s;
}
.products img:hover{
	opacity: 1;
	transition: 0.5s;
}

.card-prods a.btn {
	/*background: rgb(88, 41, 139);*/
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	padding: 6px 30px 8px;
	position: relative;
	text-decoration: none;
	transition: all 0.1s 0s ease-out;
}
.card-prods .no-touch a.btn:hover {
	background: rgb(66, 22, 114);
	box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	transition: all 0.25s 0s ease-out;
}
.card-prods .no-touch a.btn:active,
.card-prods a.btn:active {
	background: rgb(88, 41, 139);
	box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.25);
	-webkit-transform: translate3d(0, 1px, 0);
	transform: translate3d(0, 1px, 0);
	transition: all 0.025s 0s ease-out;
  }

.card-prods img{
	max-width: 100%;
}
.card-prods {
	background: transparent;
	display: inline-block;
	margin: 8px;
	max-width: 300px;
	-webkit-perspective: 1000;
	perspective: 1000;
	position: relative;
	text-align: left;
	transition: all 0.3s 0s ease-in;
	box-shadow: 0 0 15px rgba(5, 5, 5, 0.2);
	z-index: 1;
}
.card-prods .card-prods-title {
	background: #ffffff;
	height: 62px;
	position: relative;
	z-index: 0;
}
.card-prods .card-prods-title a.toggle-info {
	border-radius: 7px;
	height: 32px;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 32px;
}
.card-prods .card-prods-title a.toggle-info span {
	background: #ffffff;
	display: block;
	height: 2px;
	position: absolute;
	top: 16px;
	transition: all 0.15s 0s ease-out;
	width: 12px;
}
.card-prods .card-prods-title a.toggle-info span.left {
	right: 14px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.card-prods .card-prods-title a.toggle-info span.right {
	left: 14px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.card-prods .card-prods-title h2 {
	font-size: 24px;
	position: absolute;
	top: 30%;
	padding-left: 20px;
	font-weight: 700;
	letter-spacing: -0.05em;
	margin: 0;
}
.card-prods .card-prods-title h2 small {
	display: block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.025em;
}
.card-prods .card-prods-description {
	padding: 0 15px 10px;
	box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	font-size: 14px;
	z-index: 99999;
}
.card-prods .card-prods-actions {
	box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.2);
	padding: 10px 15px 20px;
	text-align: center;
	z-index: 99999;
}
.card-prods .card-prods-flap {
	background: #d9d9d9;
	position: absolute;
	width: 100%;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.card-prods .flap1 {
	transition: all 0.3s 0.3s ease-out;
	z-index: -1;
}
.card-prods .flap2 {
	transition: all 0.3s 0s ease-out;
	z-index: -2;
}
.cards.showing .card-prods {
	cursor: pointer;
	opacity: 0.6;
	-webkit-transform: scale(0.88);
	transform: scale(0.88);
}
.no-touch .cards.showing .card-prods:hover {
	opacity: 0.94;
	-webkit-transform: scale(0.92);
	transform: scale(0.92);
}
.card-prods.show {
	opacity: 1 !important;
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
}
.card-prods.show img{
	opacity: 1 !important;
}
.card-prods.show .card-prods-title a.toggle-info {
	background: rgb(226, 80, 80) !important;
}
.card-prods.show .card-prods-title a.toggle-info span {
	top: 15px;
}
.card-prods.show .card-prods-title a.toggle-info span.left {
	right: 10px;
}
.card-prods.show .card-prods-title a.toggle-info span.right {
	left: 10px;
}
.card-prods.show .card-prods-flap {
	background: #ffffff;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.card-prods.show .flap1 {
	transition: all 0.3s 0s ease-out;
}
.card-prods.show .flap2 {
	transition: all 0.3s 0.2s ease-out;
}


.prods-nav > li.active > a, .prods-nav > li.active > a:focus, .prods-nav > li.active > a:hover { 
	border-width: 0; 
}
.prods-nav > li > a { 
	color: #555;
	font-size: 16px;
	padding: 7px 15px;
	border-radius: 20px;
	text-decoration: none;
}
.prods-nav > li.active > a { 
	background-color: rgb(66, 22, 114);
	color:#fff;
}
.prods-nav > li > a:hover { 
	color: #fff !important; 
	background-color: rgb(88, 41, 139);
}

.sphere-blue {
	background: rgba(5, 25, 55, 0.333);
}

.purple {
	background: rgba(174, 50, 95, 0.233);
}
.magenta {
	background: rgba(107, 26, 194, 0.199);
}
.orange{
	background: rgba(247, 165, 58, 0.205);
}
.blue{
	background: rgba(69, 196, 235, 0.205);
}
.dark-blue{
	background: rgba(57, 103, 168, 0.26);
}
.magenta-light{
	background: rgba(92, 56, 150, 0.253);
}

.look.sphere-blue {
	background: rgba(5, 25, 55);
}
.look.purple {
	background: rgba(174, 50, 95);
}
.look.magenta {
	background: rgb(88, 41, 139);
}
.look.orange{
	background: rgb(247, 165, 58);
}
.look.blue{
	background: #6495ed;
}
.look.dark-blue{
	background: rgb(57, 103, 168);
}
.look.magenta-light{
	background: rgb(92, 56, 150);
}
.look.green{
	background: rgb(14, 119, 28);
}
.look.red{
	background: rgb(196, 18, 18);
}
.look.yellow{
	background: rgb(247, 195, 24);
}

.card-prods a.btn.magenta:hover {
	background: rgb(66, 22, 114);
	box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
	-webkit-transform: translateY(-2px);
	transform: translateY(-1px);
	transition: all 0.25s 0s ease-out;
}
.card-prods a.btn.sphere-blue:hover {
	background: rgba(5, 25, 55);
	box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
	-webkit-transform: translateY(-2px);
	transform: translateY(-1px);
	transition: all 0.25s 0s ease-out;
}
.card-prods a.btn.purple:hover {
	background: #ae325f;
	box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
	-webkit-transform: translateY(-2px);
	transform: translateY(-1px);
	transition: all 0.25s 0s ease-out;
}
.card-prods a.btn.orange:hover {
	background: rgb(247, 166, 58);
	box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
	-webkit-transform: translateY(-2px);
	transform: translateY(-1px);
	transition: all 0.25s 0s ease-out;
}
.card-prods a.btn.blue:hover {
	background: #6495ed;
	box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
	-webkit-transform: translateY(-2px);
	transform: translateY(-1px);
	transition: all 0.25s 0s ease-out;
}
.card-prods a.btn.dark-blue:hover {
	background: #3967A8;
	box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
	-webkit-transform: translateY(-2px);
	transform: translateY(-1px);
	transition: all 0.25s 0s ease-out;
}
.card-prods a.btn.magenta-light:hover {
	background: #5C3896;
	box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
	-webkit-transform: translateY(-2px);
	transform: translateY(-1px);
	transition: all 0.25s 0s ease-out;
}

#contactsSection a{
	text-decoration: none;
	font-size: 16px;
	color: #2e2e2e;
}
#contactsSection a:hover{
	color: #f7a63a;
}
#contactsSection li{
	list-style-type: none;
	margin-bottom: 5px;
}
#contactsSection .phones{
	margin-right: -35px;
	padding-bottom: 55px;
	border-right: 1px solid rgb(221, 221, 221);
	border-left: 1px solid rgb(221, 221, 221);
}
@media only screen and (max-width: 990px) {
	#contactsSection .phones{
		border: none;
		padding-bottom: 0;
	}
	#contactsSection ul{
		margin-left: -30px;
	}
}
#achivmentSection{
	background: rgb(255, 255, 255);
}

.even{
	background: #fff;
}
.odd{
	background: rgb(248, 248, 248);
}


.page-section .section-block .block-item {
	display: flex;
	width: 100%;    
}

.page-section .section-block .block-item.block-item_horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;    
}

.page-section .section-block .block-item.block-item_horizontal .item-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;    
}

.page-section .section-block .block-item.block-item_vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: center;
	text-align: center;    
}

#forWhoSection .block-item .item-icon {
    height: 120px;
    position: relative;    
}

#forWhoSection .block-item .item-icon .icon {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: static;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 20px auto;    
}

#forWhoSection .block-item .item-icon .icon svg {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: white;    
}

#forWhoSection .block-item:hover .item-icon .icon {
    width: 100px;
    height: 100px;
    margin: 10px auto;    
}
#solutionsSection a:not(.button) {
    text-decoration: none;
    color: #464646;    
}

#solutionsSection .block-item .item-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	padding: 20px 20px 10px 0;
	position: relative;
	padding-left: 10px;    
}

#solutionsSection .block-item .item-icon .icon {
    position: absolute;    
}
#solutionsSection .block-item .item-icon .icon svg {
    width: 50px;
    height: 45px;
    fill: #6495ed;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;    
}

#solutionsSection .block-item:hover .item-icon .icon svg {
	-webkit-transform: translate(0, 5%) scale(1.1);
	transform: translate(0, 5%) scale(1.1);    
}
#solutionsSection .button-gkh {
	text-align: center;
	padding: 10px 20px;
	color: #fff !important;
	background: #6495ed;
	transition: 0.5s;
	border-radius: 8px;
}
#solutionsSection .button-gkh:hover {
	background: #4f7cd1;
	transition: 0.5s;
}
.videoWrapper{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom: 15px;
  }
   
  .videoWrapper iframe,.videoWrapper object, .videoWrapper embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
  }
  #whyUsSection .block-item .item-icon {
    height: 120px;
    position: relative;    
}

#whyUsSection .block-item .item-icon .icon {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #81acfc;
    background-image: transparent;    
}

#whyUsSection .block-item .item-icon .icon:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: linear-gradient(135deg, #6495ed, #6495ed 50%, #507dd3 50%,#507dd3);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

#whyUsSection .block-item .item-icon .icon svg {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    fill: #6495ed;   
}

#whyUsSection .block-item .item-icon .icon svg path {
    -webkit-transition: inherit;
    transition: inherit;    
}

#whyUsSection .block-item:hover .item-icon .icon:before {
    opacity: 1;    
}

#whyUsSection .block-item:hover .item-icon .icon path {
    fill: white !important;    
}
.price-box{
	opacity: 0.8;
	transition: 0.5s;
	color: #fff !important;
	border-radius: 10px;
}
.price-box:hover{
	opacity: 1;
	transition: 0.5s;
}
.price-box h1{
	color: #fff !important;
}
.price-box p{
	color: #fff !important;
}
.price-box h1{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
/*.stepper {
	position: relative;
	margin-bottom: 24px;
}
  
.step-progress {
	padding: 16px;
	margin: 0 auto;
  }
  
.step-progress .step-slider {
width: 100%;
}

.step-progress .step-slider .step-slider-item {
width: 25%;
height: 1px;
position: relative;
float: left;
background-color: #E0E0E0;
}

.step-progress .step-slider .step-slider-item:after {
content: "";
width: 20px;
height: 20px;
position: absolute;
top: -10px;
right: 0;
background-color: #FAFAFA;
border: 1px solid #E0E0E0;
border-radius: 50%;
z-index: 2;
transition: all 0.3s ease-out 0.5s;
-webkit-transition: all 0.3s ease-out 0.5s;
}

.step-progress .step-slider .step-slider-item:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0%;
height: 1px;
background-color: #B0BEC5;
z-index: 1;
-webkit-transition: all 0.5s ease-out;
}

.step-progress .step-slider .step-slider-item.active:before {
width: 100%;
background-color: #421672;
}

.step-progress .step-slider .step-slider-item.active:after {
border-color: #421672;
}

.step-content {
padding: 16px 0;
}

.step-content .step-content-foot {
text-align: right;
}

.step-content .step-content-foot button {
border: 0;
padding: 8px 16px;
background-color: #CFD8DC;
font-size: 14px;
border-radius: 3px;
outline: 0;
}

.step-content .step-content-foot button:active {
background-color: rgba(255, 255, 255, 0.2);
}

.step-content .step-content-foot button.out {
display: none;
}

.step-content .step-content-foot button.disable {
background-color: #ECEFF1;
}

.step-content .step-content-foot button.active {
background-color: #421672;
color: white;
}

.step-content .step-content-body {
min-height: 160px;
padding: 16px 0;
text-align: center;
font-size: 18px;
}

.step-content .step-content-body.out {
display: none;
}*/

.wizard-v {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 20px;
}
.wizard-v__step h3{
	margin-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: bold;
}
.wizard-v__step {
    border-bottom: 2px solid #391661;
    margin-bottom: 2px;
    position: relative;
}
.wizard-v__step::after, .wizard-v__step::before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.wizard-v__step::before {
    border-top-color: #391661;
    border-width: 20px;
    left: 50%;
    margin-left: -20px;
}
.wizard-v__step::after {
    border-top-color: #fff;
    border-width: 17px;
    left: 50%;
    margin-left: -17px;
}

#colibriFeatures .icon i, 
#productsAdvantages .icon i, 
.devSteps .icon i, 
.ourTrends .icon i{
	font-size: 50px;
	padding-top: 14px;
	color: #ffffff;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 50%;
	opacity: 0.8;
    -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#colibriFeatures .features:hover .icon i, 
#productsAdvantages .features:hover .icon i, 
.devSteps:hover .icon i,
.ourTrends:hover .icon i{
	opacity: 1;
	transition: all 0.3s;
}

.devSteps p{
	font-size: 20px;
}
.features p.text{
	font-size: 16px;
}
.devTech {
	margin-bottom: 50px; 
}
.devTech img {
	opacity: 0.5;
	transition: 0.7s;
	cursor: pointer;
}

h3.big-button{
	color: white !important;
	background: #421672;
	padding: 15px 30px;
	border-radius: 10px;
	text-decoration: none;
	transition: 0.6s;
}

h3.big-button:hover{
	background: #391661;
	transition: 0.6s;
}
.clientsButton{
	max-width: 200px;
	margin: 0 auto;
}
.clientsButton a{
	text-decoration: none;
}
.honor-text{
	margin-top: 5px;
}
.honor-text a{
	color: white !important;
	text-decoration: none;
	padding: 8px 15px;
	border-radius: 5px;
	transition: 0.5s;
}
.honor-text a:hover{
	opacity: 0.8;
	transition: 0.5s;
}
.certificates img{
	opacity: 0.7;
	box-shadow: 0 0 15px rgba(5, 5, 5, 0.5);
	transition: 0.5s;
}
.certificates img:hover{
	opacity: 1;
	transition: 0.5s;
}
.ourCerf img{
	opacity: 0.6;
	transition: 0.5s;
	cursor: pointer;
}
.ourCerf img:hover{
	opacity: 1;
	transition: 0.5s;
}

.panel-heading {
	cursor: pointer;
}

/*-----*/
.company-card {
	background: #fff;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
	border-left: 4px solid #ae325f;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .company-card:hover {
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
  }

  .company-card__header {
	margin-bottom: 16px;
  }

  .company-card__title {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
  }

  .company-card__subtitle {
	font-size: 14px;
	color: #666;
	margin-top: 6px;
  }

  .company-card__list {
	list-style: none;
	padding: 0;
	margin: 0;
  }

  .company-card__row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	border-bottom: 1px solid #eee;
  }

  .company-card__row:last-child {
	border-bottom: none;
	padding-bottom: 0;
  }

  .company-card__label {
	font-weight: 600;
	color: #333;
	min-width: 160px;
  }

  .company-card__value a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }

  .company-card__value a:hover {
	color: #f7a63a;
	border-bottom-color: #f7a63a;
  }

  @media (max-width: 767px) {
	.company-card {
	  padding: 18px;
	}

	.company-card__row {
	  flex-direction: column;
	  align-items: flex-start;
	  padding-inline: 24px;
	  gap: 4px;
	}

	.company-card__label {
	  min-width: auto;
	}
  }

.common-buttons {
	padding: 10px 15px 20px;
	text-align: center;
}

.common-buttons a.btn {
	/*background: rgb(88, 41, 139);*/
	border-radius: 4px;
	color: #ffffff !important;
	display: inline-block;
	padding: 6px 30px 8px;
	position: relative;
	text-decoration: none;
	transition: all 0.1s 0s ease-out;
}
.common-buttons .no-touch a.btn:hover {
	background: rgb(66, 22, 114);
	box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	transition: all 0.25s 0s ease-out;
}
.common-buttons .no-touch a.btn:active,
.common-buttons a.btn:active {
	box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.25);
	-webkit-transform: translate3d(0, 1px, 0);
	transform: translate3d(0, 1px, 0);
	transition: all 0.025s 0s ease-out;
  }