@import 'font.css';

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #7581a1;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 80px;
	font-weight: 600;
	letter-spacing: -2.5px;
	color: #192b59;
	line-height: 1.1;	
	max-width: 600px;	
	margin-bottom: 65px;	
}
.title-h2 {
	font-size: 50px;	
	font-weight: 600;	
	color: #192b59;	
	line-height: 1.2;
	letter-spacing: -1.5px;
}
.title-h2 span {
	display: block;	
	font-size: 16px;
	font-weight: 800;
	color: #1085e4;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 14px;
}
.title-40  {	
	font-weight: 600;	
	color: #192b59;	
	line-height: 1.2;
	font-size: 40px;
	letter-spacing: -1.1px;
}
.title-40 span {
	display: block;	
	font-size: 18px;
	margin-bottom: 20px;
	letter-spacing: 3.5px;
	font-weight: 800;
	color: #1085e4;
	text-transform: uppercase;
}
.page-stat .title-h2, .page-screen .title-h2 {
	text-align: center;
	margin: 0 auto;
}
.page-stat .title-h2, {
	max-width: 500px;
}
.wrap {
	max-width: 1110px;	
	margin: 0 auto;
	padding: 0 15px;	
}
.box-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 305px;
}
.logo {
	display: block;
	width: 218px;
	height: 49px;
	background-image: url(../img/logo.png);
}
.nav {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
}
.nav>li {
	padding: 0 20px;	
}
.nav-item {
	color: #6e7ea9;
	letter-spacing: 2px;
}
.nav>li:last-child {
	padding-right: 0;
}
.nav-item:hover {
	color: #1085e4;	
	border-bottom: 2px solid #1085e4;
	padding-bottom: 3px;
}
.nav-modal {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.nav-modal>li {
	margin-bottom: 12px;
}
ul.nav-modal>li:last-child {
	margin-top: 35px;
}
.screen-img {
	display: block;
	background-image: url(../img/header-screen.png);
	background-repeat: no-repeat;
	width: 895px;
	height: 740px;
	position: absolute;
	right: 0;
	top: 189px;
}
.btn-menu {
	border: none;
	display: none;
}
.btn-menu:focus {
	outline: none;
}
.btn-menu svg {
	width: 35px;
	height: 35px;
	fill: #192b59;
	background-color: transparent;
}
.btn-primary {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2.5px;
	font-weight: 700;
	background-color: #1085e4;
	border: 1px solid #1085e4;
	padding: 20px 40px;
	border-radius: 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-primary:hover {
	color: #1085e4;
	background-color: transparent;	
}
.btn-secondary {
	color: #7e8bae;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2.5px;
	font-weight: 700;
	background-color: #cbdbe8;
	border: 1px solid #cbdbe8;
	padding: 20px 40px;
	border-radius: 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-secondary:hover {
	background-color: #fff;
}
.btn-free {
	font-weight: 400;
	padding: 21px 56px;
	letter-spacing: 1.7px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-info {
	color: #8085b1;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2.5px;
	font-weight: 700;	
	background-color: transparent;	
	border: 1px solid #dce1e5;
	padding: 20px 40px;
	border-radius: 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-info:hover {
	color: #fff;
	background-color: #94b4cc;
	border: 1px solid #94b4cc;	
}
.btn-group a + a {
	margin-left: 15px;
}
.btn-close {
	border: none;
	background-color: transparent;
	position: absolute;
	right: 21px;
	top: 15px;
	font-size: 35px;
	color: #6e7ea9;
	opacity: 0.2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-close:hover {
	opacity: 1;
}	
.btn-close:focus {
	outline: none;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 30px;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 30px 15px 45px 15px;
	-webkit-box-shadow: 0 5px 6px #f4f4f4;
	        box-shadow: 0 5px 6px #f4f4f4;
	border-radius: 10px;
}
.list-company {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 15px;
}
.company-one {
	-ms-flex-preferred-size: 198px;
	    flex-basis: 198px;
}
.company-two {
	-ms-flex-preferred-size: 200px;
	    flex-basis: 200px;
}
.company-three {
	-ms-flex-preferred-size: 201px;
	    flex-basis: 201px;
}
.company-four {
	-ms-flex-preferred-size: 200px;
	    flex-basis: 200px;
}
.list-company-item {
	-ms-flex-preferred-size: 25%;
	    flex-basis: 25%;
}
.list-company-item span {
	display: block;
}
.company-one span {
	background-image: url(../img/company1.png);
	width: 198px;
	height: 58px;
}
.company-two span {
	background-image: url(../img/company2.png);
	width: 200px;
	height: 69px;
}
.company-three span {
	background-image: url(../img/company3.png);
	width: 201px;
	height: 47px;
}
.company-four span {
	background-image: url(../img/company4.png);
	width: 200px;
	height: 69px;
}
.grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 35px auto 35px auto 35px auto 35px auto;
	    grid-template-areas: 	"a b c"
							"d b c"
							"d f g"
							"e f g"
							"e h h";
	grid-gap: 35px;
	-ms-grid-columns: 1fr 35px 1fr 35px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 15px;
}
.grid-title {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: a;
}
.grid-item-1 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 3;
	grid-area: b;
}
.grid-item-2 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 5;
	grid-area: c;
}
.grid-item-3 {
	-ms-grid-row: 3;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
	grid-area: d;
}
.grid-item-4 {
	-ms-grid-row: 7;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
	grid-area: e;
}
.grid-item-5 {
	-ms-grid-row: 5;
	-ms-grid-row-span: 3;
	-ms-grid-column: 3;
	grid-area: f;
}
.grid-item-6 {
	-ms-grid-row: 5;
	-ms-grid-row-span: 3;
	-ms-grid-column: 5;
	grid-area: g;
}
.grid-text {
	-ms-grid-row: 9;
	-ms-grid-column: 3;
	-ms-grid-column-span: 3;
	grid-area: h;
}
.grid-item {
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: 0 9px 20px #f4f4f4;
	        box-shadow: 0 9px 20px #f4f4f4;
	padding: 40px 29px 64px;	
}
.grid h2 {
	margin-top: 0;
	font-size: 40px;
	color: #192b59;
	font-weight: 700;
}
.grid h2 span {
	font-size: 14px;
	color: #1085e4;
	display: block;
	margin-bottom: 30px;
}
.grid-item h3 {
	font-size: 20px;
	font-weight: 600;
	color: #192b59;
	margin-bottom: 18px;
}
.grid-item a {
	font-size: 14px;
	font-weight: 600;
	color: #1085e4;	
}

.grid-text span {
	font-size: 16px;
	font-weight: 600;
	color: #192b59;
}
.grid-text span:last-child {
	font-size: 14px;	
	color: #1085e4;	
}
.grid-icon {
	background-repeat: no-repeat;
	display: block;
	height: 71px;
	margin: 0 auto 21px;
	background-position: center;
}
.grid-icon-1 {
	background-image: url(../img/icon1.png);
	background-size: 55px 70px;
}
.grid-icon-2 {
	background-image: url(../img/icon2.png);
	background-size: 73px 70px;
}
.grid-icon-3 {
	background-image: url(../img/icon3.png);
	background-size: 54px 71px;
}
.grid-icon-4 {
	background-image: url(../img/icon4.png);
	background-size: 70px 70px;
}
.grid-icon-5 {
	background-image: url(../img/icon5.png);
	background-size: 70px 70px;
}
.grid-icon-6 {
	background-image: url(../img/icon6.png);
	background-size: 74px 70px;
}
.box-subscribe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.box-subscribe-text {
	font-size: 18px;
	max-width: 437px;
}
.page-subscribe .title-h2 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 35px;
}
.page-subscribe .title-h2 span {
	font-size: 14px;
	font-weight: 8
	00;
	color: #00bffe;
	display: block;
}
.page-subscribe p {
	font-size: 18px;
	font-weight: 400;
	color: #dfe8ff;
}
.page-subscribe input {
	font-size: 14px;
	font-weight: 400;
	color: #b1c3ee;
}
.box-subscribe-user {
	position: relative;
}
.box-subscribe-child {
	-ms-flex-preferred-size: 49%;
	    flex-basis: 49%;
}
.box-subscribe-user input {
	border: 2px solid #3f5cb1;
	color: #fff;
	font-size: 14px;
	border-radius: 45px;
	background-color: transparent; 
	padding: 25px 230px 25px 37px;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.box-subscribe-user .btn-primary {
	position: absolute;
	top: 9px;
	right: 8px;
	padding: 17px 50px;
}
.box-subscribe-user input:focus, .box-subscribe-user .btn-primary:focus {
	outline: none;
}
.box-subscribe-user input::-webkit-input-placeholder {color: #b1c3ee;}
.box-subscribe-user input::-moz-placeholder {color: #b1c3ee;}
.box-subscribe-user input:-moz-placeholder {color: #b1c3ee;}
.box-subscribe-user input:-ms-input-placeholder {color: #b1c3ee;}

.software-img {
	display: block;
	width: 48%;
	height: 956px;
	background-image: url(../img/software-img.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	left: -2%;
	bottom: -39px;
	z-index: -1;
}
.settings-icon {
	display: block;
	background-image: url(../img/settings-icon.png);
	background-repeat: no-repeat;
	background-position: -28px 0;
	width: 115px;
	height: 97px;
}
.page-software-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.page-software-flex>div {
	-ms-flex-preferred-size: 55%;
	    flex-basis: 55%;
}
.page-software .title-h2, .page-analytics .title-h2, .page-control .title-h2 {
	max-width: 766px;
	margin-top: 12px;
	margin-bottom: 26px;
}
.page-software-list {
	margin-top: 30px;
	height: 340px;
	overflow: hidden;
	overflow-y: scroll;
}

.page-software-list::-webkit-scrollbar { width: 4px; height: 20px;}
.page-software-list::-webkit-scrollbar-track-piece { background-color: #f3f6ff;}
.page-software-list::-webkit-scrollbar-thumb { background-color: #1085e4; border-radius: 5px;}

/*::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}
*/

.page-software-list dt {
	font-weight: 700;
	color: #5a6789;
	margin-bottom: 10px;
}
.page-software-list dd {
	margin-left: 0;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 1.8;
}

.list-stat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	list-style-type: none;	
	-ms-flex-pack: distribute;	
	    justify-content: space-around;
	margin-top: 76px;
	padding: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;	
}
.list-stat>li {
	font-size: 12px;	
	font-weight: 700;	
	color: #1085e4;
	text-align: center;	
	text-transform: uppercase;	
	letter-spacing: 2.7px;
}
.list-stat>li>span {
	display: block;	
	font-size: 60px;	
	color: #bacbdc;	
	margin-bottom: 23px;	
	letter-spacing: 0;
}

.page-app .title-h2 {
	margin-bottom: 20px;
}
.page-app-text {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #c4d2dd;
	margin-top: 27px;
	margin-bottom: 20px;
	letter-spacing: 3.5px;	
}
.intro {
	color: rgba(0,0,0, 0.04);
	font-size: 300px;
	font-weight: 900;
	line-height: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	text-align: center;
	margin: 0;
}
.page-app-list {
	padding: 0;
	list-style-type: none;
	margin-left: -7px;
}
.page-app-list>li {
	display: inline-block;
}
.page-app-list>li>a {
	background-image: url(../img/app-img.png);
	display: inline-block;
	display: block;
	width: 185px;
	height: 78px;
}
.page-app-list>li>a.page-app-android {
	background-position: 0 0;
}
.page-app-list>li>a.page-app-ios {
	background-position: -191px 0;
}
.content-app {
	width: 55%;
}
.video-app {
	position: absolute;
	top: -61px;
	right: -172px;
}

.flex-analytics {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.flex-analytics>div {
	-ms-flex-preferred-size: 53%;
	    flex-basis: 53%;
}
.page-analytics-text, .control-text	 {
	margin-bottom: 54px;
}
.control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
.flex-control {
	-ms-flex-preferred-size: 53%;
	    flex-basis: 53%;
}
.control_img {
	position: absolute;
	top: 40px;
    right: -20px;	
}
.screen {
	margin-top: 36px;
	margin-bottom: -7px;
	width: 100%;
	max-width: 1288px;
}

.page-clients .title-40, .page-team .title-40 {
	color: #fff;
}
.page-clients .title-40 span,.page-team .title-40 span {
	color: #85c8ff;		
}
.box-clients {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 63px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.box-clients-item {
	background: #fff;
	padding: 21px 42px;
	border-radius: 10px;
	-ms-flex-preferred-size: 31.5%;
	    flex-basis: 31.5%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 14px;
    -webkit-box-shadow: 0 5px 6px #f4f4f4;
            box-shadow: 0 5px 6px #f4f4f4;
}
.box-clients-item>p {
	margin-bottom: 4px;
}
.box-clients-item .name {
	font-size: 22px;
	font-weight: 600;
	color: #000958;
	margin-bottom: 0;
	line-height: 1.1;
	letter-spacing: -0.6px;
}
.box-clients-item .positon {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #1085e4;
	margin-top: 0;
	letter-spacing: 3px;
}
.box-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.box-info>div {
	padding-left: 17px;
}
.box-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 83px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.box-price .btn-primary, .box-price .btn-info {
	padding: 20px 60px;
}
.box-price-item {
	background-color: #f5faff;
	-ms-flex-preferred-size: 32%;
	    flex-basis: 32%;
	position: relative;
	padding: 90px 0 96px 0;
}
.box-price-item h3 {
	margin: 0;	
	padding: 0;	
	color: #000958;
	font-size: 70px;	
	letter-spacing: -1px;
	margin-top: 0;	
	margin-bottom: 17px;	
}
.box-price-item h3 span {
	font-size: 20px;	
}
.box-price-item:first-child h3 {
	margin-bottom: 35px;	
}
.box-price-item h3 span:first-child {
	color: #000958;	
}
.box-price-item h3 span:last-child {
	color: #7b8ab2;	
}
.box-price-item.active {
	background-color: #192b59;
	color: #fff;	
}
.box-price-item.active h3 {
	color: #fff;	

}
.box-price-item.active h3 span:first-child {
	color: #fff;	
}
.box-price-item ul {
	list-style-type: none;
	padding-left: 0;
	padding-top: 36px;	
	margin-bottom: 63px;	
	font-size: 14px;	
}
.box-price-item ul>li {
	margin-bottom: 14px;	
}
.box-price-item::after {
	content: "";
	width: 58px;
	height: 100%;
	background-image: url(../img/triangle.svg);
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;	
}
.box-price-item.active::after {
	display: none;
}

.box-team {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 140px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.box-team-item {
	background-color: #fff;
	-ms-flex-preferred-size: 31.5%;
	    flex-basis: 31.5%;
    -webkit-box-shadow: 0 5px 6px #f4f4f4;
            box-shadow: 0 5px 6px #f4f4f4;
    position: relative;
    padding: 193px 31px 42px 31px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.box-team-item .avatar {
	position: absolute;
	top: -86px;
	left: 0;
	right: 0;
	margin: 0 auto;

}
.box-team-item .position {
	font-size: 14px;
	text-transform: uppercase;
	color: #1a88e1;
	font-weight: 900;
	margin-bottom: 0;
	letter-spacing: 2.1px;
}
.box-team-item .name {
	font-size: 26px;
	color: #192b59;
	font-weight: 600;
	margin-top: 8px;
	letter-spacing: -0.9px;
}
.box-team-item .btn-team {
	background-color: #f3f3f3;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border: none;	
	padding: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s; 
}
.box-team-item .btn-team:hover {
	background-color: #1a88e1;
}
.box-team-item .btn-team span {
	background-image: url(../img/btn-team.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;	
}
.box-team-item .btn-more span {
    background-position: -2px -5px;
    width: 20px;
    height: 20px;
   	border: none;
}
.box-team-item .btn-more:hover span {
    background-position: -1px -30px;
}
.box-team-item .btn-more:focus {
	outline: none;
}
.social-team {
	list-style-type: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: justify;	
	    -ms-flex-pack: justify;	
	        justify-content: space-between;
	margin: 0;
} 
.box-team-item .btn-fb span {
    background-position: -26px -4px;
    width: 20px;
    height: 20px;
}
.box-team-item .btn-fb:hover span {
    background-position: -25px -30px;
    width: 20px;
    height: 20px;
}
.box-team-item .btn-tw span {
    background-position: -49px -4px;
    width: 20px;
    height: 20px;
}
.box-team-item .btn-tw:hover span {
    background-position: -48px -30px;
    width: 20px;
    height: 20px;
}
.box-team-item .btn-be span {
    background-position: -73px -4px;
    width: 20px;
    height: 20px;
}
.box-team-item .btn-be:hover span {
    background-position: -72px -30px;
    width: 20px;
    height: 20px;
}
.box-team-item .btn-web span {
    background-position: -98px -4px;
    width: 20px;
    height: 20px;
}
.box-team-item .btn-web:hover span {
    background-position: -97px -30px;
    width: 20px;
    height: 20px;
}
button {
	outline: none;
}

.contact-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 51px;
}
.contact-form input, .contact-form textarea {
	font-size: 14px;
	border: 2px solid #dce4ec;
	padding: 25px 80px 25px 37px;
	border-radius: 35px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contact-form textarea { 
	min-height: 161px;
	resize: none;
}	
.contact-form input:focus, .contact-form textarea:focus {
	outline: none;
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {color: #8995b3;}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {color: #8995b3;}
.contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder {color: #8995b3;}
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {color: #8995b3;}

.contact-form .btn-primary {
	position: relative;
	padding: 22px 40px 22px 65px;
	max-width: 232px;
	letter-spacing: 2px;
}
.contact-form .btn-primary::before {
	content: '';
	background-image: url(../img/tel.png);	
	display: block;
	width: 16px;
	height: 13px;
	position: absolute;
	left: 51px;
	top: calc(50% - 6px);
}
.contact-form-item {
	margin-bottom: 15px;
	position: relative;
}
.contact-form-text {
	margin-bottom: 34px;
}
.contact-form-item::after {
	content: '';
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: 42px;
}
.contact-form-name::after {
	background-image: url(../img/user.png);
	width: 13px;
	height: 15px;
	top: calc(50% - 7px);
}
.contact-form-mail::after {
	background-image: url(../img/mail.png);
	width: 14px;
	height: 11px;
	top: calc(50% - 7px);
}
.contact-form-text::after {
	background-image: url(../img/pen.png);
	width: 14px;
	height: 15px;
	top: 29px;
}
.flex-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 15px;
}
.flex-form img {
	margin-right: 60px;
}
.flex-form>div {
	-ms-flex-preferred-size: 47%;
	    flex-basis: 47%;
}

.social {
	list-style-type: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	margin: 0;
}
.footer .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: justify;	
	    -ms-flex-pack: justify;	
	        justify-content: space-between;	
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer p>a {
	font-size: 16px;
	text-transform: uppercase;
	color: #1085e4;
}
.footer li {
	margin-right: 10px;
}


.social span {
	background-image: url(../img/footer_icons.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;	
}

.social .btn-fb span {
    background-position: 0px -10px;
    width: 20px;
    height: 20px;
}
.social .btn-fb:hover span {
    background-position: 0px -42px;
    width: 20px;
    height: 20px;
}
.social .btn-tw span {
    background-position: -40px -10px;
    width: 20px;
    height: 20px;
}
.social .btn-tw:hover span {
    background-position: -40px -42px;
    width: 20px;
    height: 20px;
}
.social .btn-be span {
    background-position: -80px -10px;
    width: 20px;
    height: 20px;
}
.social .btn-be:hover span {
    background-position: -80px -42px;
    width: 20px;
    height: 20px;
}.social .btn-pin span {
    background-position: -122px -10px;
    width: 20px;
    height: 20px;
}
.social .btn-pin:hover span {
    background-position: -122px -42px;
    width: 20px;
    height: 20px;
}.social .btn-fff span {
    background-position: -162px -10px;
    width: 20px;
    height: 20px;
}
.social .btn-fff:hover span {
    background-position: -162px -42px;
    width: 20px;
    height: 20px;
}

/* PAGE */

.page-header {
	background-image: url(../img/header-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 53px 0 330px 0;
	position: relative;
}
.page-company {
	background-image: url(../img/logo-bg.png);
	background-repeat: no-repeat;
	background-size: cover;	
	padding: 106px 15px 99px 15px;
}
.page-stat, .page-screen {
	background-color: #edf6ff;
}
.page-stat {
	padding: 116px 0 96px 0;
}
.page-screen, .page-plan {
	text-align: center;
}
.page-screen {
	padding: 116px 15px 0 15px;	
}
.page-subscribe {
	padding: 25px 0 28px 0;
	color: #fff;
	background: rgba(10,32,144,1);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,32,144,1)), color-stop(100%, rgba(35,120,205,1)));
	background: -o-linear-gradient(-45deg, rgba(10,32,144,1) 0%, rgba(35,120,205,1) 100%);
	background: -o-linear-gradient(315deg, rgba(10,32,144,1) 0%, rgba(35,120,205,1) 100%);
	background: linear-gradient(135deg, rgba(10,32,144,1) 0%, rgba(35,120,205,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2090', endColorstr='#2378cd', GradientType=1 );
}
.page-grid {
	margin: 120px 0;
}
.page-software {
	position: relative;	
	padding: 109px 0 156px 0;
	overflow: hidden; /*подгон картинки чтобы не вылвзила*/
}
.page-app {
	padding: 69px 0 82px 0;
}
.page-app .wrap {
	position: relative;	
}
.page-analytics {
	background-image: url(../img/bg-analytics.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 117px 0 137px 0;
}
.page-control {
	background-image: url(../img/bg-control.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 117px 30px 137px 30px;
}
.page-clients {
	position: relative;
	margin-top: 120px;
	padding: 43px 0 0 0;
}
.page-clients::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg-clients.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.page-plan {
	padding: 81px 0 0px 0;
}
.page-team {
	text-align: center;
	background-image: url(../img/team_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 202px 0 121px 0;
}
.page-form {
	background-image: url(../img/form_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0 121px 0;
}
.footer {
	background-color: #192b59;
}