/* @import url('<a href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900">https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900</a>'); */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
/* @import url('<a href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900">https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900</a>'); */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900');

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body{
	overflow-x: hidden;
    position: relative;
} 
*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-decoration: none;
    outline: 0!important;    
	font-family: 'Roboto', sans-serif;
}

a{
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;	
}

.container{
	max-width: 1174px;
	width: 100%;
	margin: auto;
	padding: 0 15px;
	font-size: 0;
	position: relative;
}


.antibot-field {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    border: none !important;
    font-size: 0 !important;
}


.toggle-menu  {
	position: absolute;
	height: 24px;
	width: 40px;
	top: 0;
	right: 20px;
	margin: auto;
	cursor: pointer;
	display: none;
	bottom: 0;
	z-index: 1000;

}

.toggle-menu .bar {
	height: 4px;
	background-color: #0052FF;
	width: 40px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.toggle-menu .bar2{
	top: 10px;
	width: 36px;
}
.toggle-menu .bar3{
	top: 20px;
}
.toggle-menu.active .bar1{
	transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
	top: 7px;
}
.toggle-menu.active .bar2{
	opacity: 0;
}
.toggle-menu.active .bar3{
	transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	top: 7px;
}	

.site-header {
	padding: 16px 0;
	background-color: #FFFFFF;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.53);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
.site-header .container {
	font-size: 0;
}
 
.site-header .logo {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	padding-right: 15px;
}
.site-header .logo img {
	max-width: 100%;
}
.site-header .mob {
	display: none;
}
.site-header .center {
	display: inline-block;
	vertical-align: middle;	
	width: 46%;
}
.site-header .center ul {
	font-size: 0;
	text-align: center;
}
.site-header .center li {
	display: inline-block;
	vertical-align: middle;		
	margin: 0 13px;
}
.site-header .center a {
	display: block;
	text-transform: uppercase;
	color: #3F3F3F;
	font-size: 14px;	
	font-weight: bold;	
	letter-spacing: 1px;	
	line-height: 16px;	
	position: relative;
}
.site-header .center a:after,
.mob-header ul a:after{
	content: "";
	position: absolute;
	height: 1px;
	top: 50%;
	left: 0;
	width: 0%;
	background: #3F3F3F;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;	
	margin-top: -1px;
}
.site-header .center a.active:after,
.site-header .center a:hover:after,
.mob-header ul a.active:after,
.mob-header ul a:hover:after{
	width: 100%;
	background: #0052FF;
}
.site-header .center a:hover,
.mob-header ul a:hover{
	color: #0052FF;
}
.site-header .right {
	display: inline-block;
	vertical-align: middle;	
	width: 24%;
	text-align: right;
}
.site-header .callback {
	height: 46px;
	max-width: 239px;
	border: 2px solid #0052FF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 42px;
	text-transform: uppercase;
	color: #0052FF;	
	font-size: 14px;
	font-weight: 700;
}
.site-header .callback:hover {
	background: #0052FF;
	color: #fff;
}
.site-header .mob-header {
	display: none;
}
.wrap-modal {
	background: rgba(255, 255, 255, 0.85);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1001;
	display: none;
}
.wrap-modal .modal {	
	max-width: 474px;	
	background-color: #0052FF;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.wrap-modal .close{
	position: absolute;
	right: 12px;
	top: 10px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
.wrap-modal form {
	padding: 50px 68px 55px;
}
.wrap-modal h3 {
	color: #fff	;	
	font-size: 28px;	
	font-weight: bold;	
	letter-spacing: 1px;	
	line-height: 33px;	
	margin: 0 0 28px;
}
.wrap-modal .form-control {
	height: 44px;	
	width: 100%;	
	border: 1px solid rgba(255, 255, 255, 0.5);	
	background-color: #ffffff;
	resize: none;
	padding: 0 18px;
	font-size: 18px;
	/* color: #fff; */
	margin: 0 0 22px;
}
.wrap-modal textarea.form-control {
	height: 115px;
	padding:12px 18px;
}
.wrap-modal .form-group {
	font-size: 0;
}
.wrap-modal .col {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.wrap-modal .col:nth-child(2) {
	padding-left: 25px;
}
.wrap-modal .col input {
	height: 46px;	
	width: 100%;	
	border: 2px solid #FFFFFF;	
	border-radius: 2px;	
	background-color: #FFFFFF;	
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.29);
	font-size: 14px;	
	font-weight: bold;	
	text-align: center;	
	text-transform: uppercase;
}
.wrap-modal p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;	
	line-height: 14px;	
}
.wrap-modal a {
	color: #fff;
	display: inline-block;
	margin-top: 4px;
} 


.main-block {
	padding: 208px 0 292px;
	background-size: cover;
	background-position: center;
}
.main-block h3 {
	color: #FFFFFF;	
	font-size: 22px;	
	letter-spacing: 1px;	
	line-height: 25px;	
	margin: 0 0 11px;
}
.main-block h1 {
	max-width: 534px;
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 50px;
	text-shadow: 0 2px 0 rgba(0,0,0,0.3);
}
.service-item {
	margin-top: -40px;
	margin-bottom: 140px;
}
.service-item .wrap {
	font-size: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;	
}
.service-item .item {
	background-color: #FFFFFF;
	box-shadow: 0 2px 26px 0 rgba(0,0,0,0.15);
	display: inline-block;
	width: 31.5%;
	margin-right:2.75%;
	padding: 30px 15px 40px;
}
.service-item.main-page .item {
	width: 23.5%;
	margin-right: 2%;
}
/* .service-item .item:nth-child(3n) { */
.service-item .item:last-child {
	margin-right: 0;
} 
.service-item .icon {
	display: block;
	text-align: center;
	height: 180px;;
	line-height: 180px;
}
.service-item img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 90%;
}
.service-item h4   {
	color: #151414;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 25px;
	text-align: center;
	margin: 0 0 20px;
}
@media(max-width: 960px) {
	.service-item h4 {
		font-size: 17.5px;
	}
}
.service-item p  {
	opacity: 0.8;
	color: #151414;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	text-align: center;
}

.service-item .list-wrapper {
	color: #151414;
	opacity: 0.8;
	display: flex;
	justify-content: center;
}
.service-item .list-wrapper li {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}
.service-item .list-wrapper li::before {
    content: '\2022';
    color: #0052FF;
    padding-right: 5px;
}

.dop-block {
	margin: 0 0 145px;
}

.dop-block.new-about-dev {
	margin: 50px 0 90px;
}
.new-about-dev .right div {
	color: #4A4A4A;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.87px;
    line-height: 26px;
    margin-bottom: 25px;
}
.new-about-dev ul,
.new-about-dev li {
	list-style: square;
	font-size: 18px;
}
.new-about-dev ul {
	padding-left: 20px;
}

.dop-block .container {
	font-size: 0;
	position: relative;
}
.dop-block .left {
	display: inline-block;
	vertical-align: top;
	width: 35%;
}
.dop-block .left img  {
position: absolute;
    left: 105%;
    top: -27px;	
}
.dop-block .left h3  {
    color: #0052FF;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    display: table;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
.dop-block .right {
	display: inline-block;
	vertical-align: top;
	width: 65%;
}
.dop-block p {
	color: #4A4A4A;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.87px;
	line-height: 26px;
	margin-bottom: 25px;
}
 
.projecs .container:after{
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	height: 2px;
	bottom: 0;
	background: #151414;
}
 
.dop-block ul:nth-child(1) {
	padding-right: 20px;
}
 
.project {
	margin: 0 0 154px;
}
.project h4  {
	color: #3F3F3F;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 28px;
	margin: 0 0 25px;
}
.project .wrap {
	font-size: 0;
}
.project .col {
	width: 47%;
	display: inline-block;
	vertical-align: top;
	margin-right: 6%;
}
.project .col:nth-child(2n) {
	margin-right: 0;
}
.project .item {
	position: relative;
	margin: 0 0 70px;
}
.project .item a  {
	color: #3F3F3F;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 30px;
	max-width: 450px;
	display: inline-block;
}
.project .item a:hover{
	color: #0052FF;
}
.project .image {
	font-size: 0;
	margin: 0 0 20px;
}
.project .image img{
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.project .image img:hover{
	transform: scale(1.03);
} 
.project .tag {
	font-size: 0;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 20;
}
.project .tag li {
	height: 24px;
	padding: 0 20px;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.21);	
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	color: #3F3F3F;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	margin-bottom: 10px;
}
.project img {
	min-width: 75%;
}
.project .more {
	height: 54px;
	border-radius: 2px;
	background-color: #0052FF;
	display: table;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	padding: 0 60px 0 74px;
	border: 2px solid #0052FF;
	margin: auto;
}
.project .more:hover {
	background: #fff;
	color: #0052FF;
}
.project .more span {
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
	text-transform: uppercase;
}
.project .more .fa {
	vertical-align: middle;
	display: inline-block;	
}



.block-number  {
	background-color: #FAFAFA;
	padding: 50px 0 30px;
}
.block-number .container {
	font-size: 0;
}
.block-number .item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: center;
	padding: 0 20px;
	margin: 0 0 20px;
}
.block-number .number  {
	color: #0052FF;
	font-size: 62px;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 73px;
	text-align: center;
	margin: 0 0 8px;
}
.block-number p   {
	color: #333333;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 21px;
	text-align: center;
	max-width: 230px;
	margin: auto;
}


.wrap-pr {
	padding-top: 140px;
	margin: 0 0 140px;
}
.wrap-pr .container {
	font-size: 0;
	padding-bottom: 80px;
	position: relative;
}
.wrap-pr .container:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    height: 2px;
    bottom: 0;
    background: #151414;
}
.wrap-pr .col-pr {
	display: inline-block;
	vertical-align: top;
	width: 66.66%;
}
.wrap-pr  h3  {
	color: #3F3F3F;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 28px;
	margin: 0 0 40px;
}
.wrap-pr .wrap-item {
	font-size: 0;
}
.wrap-pr .item {
	margin: 0 0 50px;
	vertical-align: top;
	display: inline-block;
	width: 48%;
	margin-right: 4%;
}
.wrap-pr .item:nth-child(2n) {
	margin-right: 0;
}
.wrap-pr .item p  {
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	max-width: 300px;
}
.wrap-pr h4   {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 18px;
}
.wrap-pr .col-review {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;	
	padding-left: 60px;
}
.review-slider  .slide p   {
	color: #0052FF;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	margin: 0 0 40px;
}
.review-slider  .info {
	display: table;
	width: 100%;
	margin: 0 0 30px;
}
.review-slider  .slide .photo {
	display: table-cell;
	width: 65px;
	vertical-align: middle;
}
.review-slider  .slide .image {
	display: block;
	width: 60p;
	height: 60px;
	background-color: #eee;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.review-slider .slide .right {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
}
.review-slider .slide .name   {
	color: #333333;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
	position: relative;
	margin: 0 0 2px;
}
.review-slider .slide .fa   {
	color: #0052FF;
	font-size: 18px;
	line-height: 18px;
	position: absolute;
	right: -22px;
	top: -2px;
}
.review-slider .slide .position {
	color: #9B9B9B;
	font-size: 14px;
	line-height: 16px;	
}
.review-slider   .slick-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0;
}
.review-slider  .slick-dots li{
	height: 10px;	
	width: 10px;	
	background-color: #DDDEDF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	margin-right: 6px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.review-slider  .slick-dots li.slick-active{
	background-color: #0052FF;
}
.review-slider  .slick-dots button{
	font-size: 0;
	border: 0;
}
 

.about-main {
	padding-bottom: 145px;
}
.about-main .container {
	font-size: 0;
}
.about-main .left {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
}
.about-main h3 {
	color: #0052FF;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 28px;
}
.about-main .right {
	display: inline-block;
	vertical-align: top;
	width: 66.66%;	
}
.about-main p  {
	color: #000000;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 34px;
}


.site-footer {
	background-color: #1E1D1D;
	padding-top: 50px;
	position: relative;
}
.site-footer .container {
	font-size: 0;
}
.site-footer .left {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
}
.site-footer img {
	max-width: 100%;
}
.site-footer .center {
	display: inline-block;
	vertical-align: top;
	width: 41.66%;	
	font-size: 0;
}
.site-footer ul {
	display: inline-block;
	vertical-align: top;
	/* width: 50%; */
	column-count: 2;
    column-gap: 30px;
}
.site-footer .center a  {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	line-height: 26px;
}
.site-footer .center a:hover{
	color: #fff;
}
.site-footer .right {
	display: inline-block;
	vertical-align: top;
	width: 25%;	
	padding-left: 30px;
}
.site-footer .right p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;	
	max-width: 205px;
	margin: 0 0 15px;
}
.site-footer .copy {
	padding:30px 0; 
	position: relative;
}
.site-footer .copy p   {
	color: rgba(255, 255, 255, 0.4);
	font-size: 12px;
	line-height: 14px;
	background: #1E1D1D;
	display: inline-block;
	padding-right: 20px;
	position: relative;
	z-index: 20;
}
.site-footer .copy:after {
		content: "";
		position: absolute;
	left: 20px;
	right: 0px;
	top: 50%;
	margin-top: -1px;
	border-bottom: 1px solid #333;
	z-index: 10;
}

.inner-title {
	padding: 113px 0 115px;
	margin: 0 0 100px;
}
.inner-title h3 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 15px;
}
.inner-title h1 {
	max-width: 720px;
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 50px;
	text-shadow: 0 2px 0 rgba(0,0,0,0.3);
}

.info-table {
	padding-left: 98px;
}
.info-table td {
	padding-bottom: 40px;
	vertical-align: top;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	text-transform: uppercase;	
	color: #3F3F3F;
}
.info-table td:first-child {
	color: #3F3F3F;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	text-transform: uppercase;
	width: 98px;
	padding-right: 10px;
	padding-top: 5px;
}
.info-table .name {
	color: #0052FF;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	text-transform: uppercase;
	margin-top: 3px;
}
.info-table p {
	color: #3F3F3F;
	font-size: 18px;
	line-height: 28px;	
	text-transform: none;
	font-weight: 400;
}
.info-table .tag{
	font-size: 0;
}
.info-table .tag li{
	text-align: center;	
	display: inline-block;
	border: 1px solid #9B9B9B;	
	opacity: 0.6;	
	border-radius: 2px;	
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.21);	
	margin-right: 8px;
	vertical-align: top;
	margin-bottom: 8px;
}
.info-table .tag a{
	padding: 8px 20px;
	display: block;
	color: #9B9B9B;
	font-size: 14px;
}
.info-table .tag span{
	display: block; 
}
.info-project img{
	margin: 40px 0 80px;
	max-width: 100%;
}

.projecs {
	padding-bottom: 110px;
}
.projecs h3{
	color: #3F3F3F;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 28px;	
	margin: -40px 0 45px;
}
.projecs .container {
	padding-top: 144px;
	position: relative;
}
.projecs .container:after{
	bottom: auto;
	top: 0;
}
.projecs .more {
	font-size: 0;
	display: table;
	margin: 0 auto 60px;
}
.projecs .more span {
	color: #0052FF;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;	
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.projecs .more .fa {
	color: #0052FF;
	font-size: 16px;
	line-height: 16px;	
	display: inline-block;
	vertical-align: middle;	
}
.projecs  .wrap {
	font-size: 0;
}
.projecs .item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-bottom: 30px;
}
.projecs .item a {
	color: #3F3F3F;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;	
	padding-right: 10px;
	display: inline-block;
}
.projecs .image {
	display: block;
	background-size: cover;
	background-position: center;
	margin: 0 0 17px;
}
.projecs .image:after {
	content: "";
	display: block;
	padding-top: 90%;
}

.inner-title.width h1{
	max-width: 1000px;
}

.filters {
	font-size: 0;
	padding-bottom: 110px;
}
.filters .left {
	display: inline-block;
	vertical-align: top;
	width: 190px;
}
.filters h4 {
	color: #3F3F3F;
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;	
}
.filters .right {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 200px);	
}
.filters ul {
	font-size: 0;
}
.filters li {
	font-size: 0;
	display: inline-block;
	margin-right: 5%;
	margin-bottom: 15px;
}
.filters li a {
	color: #3F3F3F;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;	
}
.filters .active ,
.filters a:hover {
	color: #0052FF;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;	
	text-decoration: line-through;
}


 
.page-blog .container {
	font-size: 0;
}
.page-blog .left {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 360px);
	padding-right: 44px;
	margin: 0 0 30px;
}
.page-blog .title  {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 21px;
	background-color: #1E1D1D;
	padding: 15px 34px ;
	margin: 0 0 15px;
	display: block;
}
.page-blog .left .item {
	margin:0 0 200px;
}
.page-blog .image {
	height: 392px;
	background-color: #F9F9F9;	
	margin: 0 0 31px;
}
.page-blog .title-i  {
	max-width: 638px;
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 36px;
	display: inline-block;
}
.page-blog .article {
	display: inline-block;
	vertical-align: top;
	width: 360px;
	margin: 0 0 140px;
}
.page-blog .wrap {
	background-color: #FAFAFA;
	padding: 35px 36px 20px;
}
.page-blog .wrap .item {
	padding-bottom: 20px;
	border-bottom: 2px solid #1E1D1D;
	margin: 0 0 40px;
	padding-right: 20px;
}
.page-blog .article .item a  {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	display: inline-block;
	position: relative;
}
.page-blog .article .item a:after  {
	content: "/";
	position: absolute;
	left: -15px;
	top: 4px;
	color: #0052FF;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.blog-p {
	margin-top: -200px;	
}
.blog-p h4{
	margin-bottom: 45px;
}
.blog-p .col:nth-child(2){
	margin-top: 140px;	
}


.contact-title{
	margin: 0;
}
.contacts-block {
	margin: -62px 0 140px;
}
.contacts-block .container {
	font-size: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;	
}
.contacts-block .left {
	width: 360px;
	display: inline-block;
	vertical-align: top;
	background-color: #FFFFFF;
	box-shadow: 0 2px 13px 0 rgba(0,0,0,0.13);
	padding: 66px 34px 5px;
	position: relative;
}
.contacts-block .item {
	margin: 0 0 35px;
}
.contacts-block h5  {
	opacity: 0.5;
	color: #1E1D1D;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 6px;
}
.contacts-block p {
	color: #1E1D1D;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	max-width: 230px;
}
.contacts-block td  {
	color: #1E1D1D;
	font-size: 16px;
	line-height: 24px;
}
.contacts-block td:nth-child(2)  {
	color: #1E1D1D;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 15px;
}
.contacts-block #map {
	width: calc(100% - 360px);
	display: inline-block;
	vertical-align: top;	
	background-color: #fff;
}
.contacts-block .item:last-child{
	padding-top: 45px;
}

.white.site-footer{
	background: #fff;
	position: relative;
}
.white.site-footer:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    height: 2px;
    top: 0;
	background: #151414;
	max-width: 1144px;
	margin: auto;
}
.white.site-footer .center a,
.white.site-footer .right p,
.white.site-footer .copy p{
	color: #1E1D1D;
}
.white.site-footer .copy p{
	background: #fff;
	color: rgba(30, 29, 29, 0.6);
}
.white.site-footer .copy:after {
	border-bottom: 1px solid rgba(30, 29, 29, 0.4);	
}


/********NEW STYLE************************/

.dev-main {
    padding: 145px 0;
}

.prod-logo-bg {
	position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
	max-width: 600px;
}

.dev-main h1 {
	max-width: 835px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	letter-spacing: normal;
	font-size: 44px;
	line-height: 54px;
	text-shadow: 0 2px 0 rgba(0,0,0,0.3);
	position: relative;
	z-index: 1;
}
.main-block.dev-main p {
	max-width: 638px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;	
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
}
.cost-develop {
	padding-top: 45px;
    padding-bottom: 200px;
	overflow: hidden;
}
.cost-develop .container > h3 {
	color: #0052FF;	
	font-size: 24px;	
	font-weight: bold;	
	line-height: 34px;	
	max-width: 588px;
	margin-bottom: 70px;
	font-family: 'Montserrat', sans-serif;
}
.cost-develop h3 {
	color: #0052FF;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 22px;
}
.cost-develop .wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	font-size: 0;
}
.cost-develop .item {
	display: inline-block;
	width: 32%;
	background-color: #FFFFFF;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);	
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);	
	margin-right: 2%;
	margin-bottom: 80px;
	padding: 28px;
	position: relative;
}
.cost-develop .item:nth-child(3n) {
	margin-right: 0;
}
.cost-develop .icon {
	margin: 46px 0 44px;
}
.cost-develop .icon img{
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.cost-develop .title {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.86px;
	line-height: 28px;	
	min-height: 56px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;	
}
.cost-develop .item:hover .title {
	transform: translateY(-55px);
	-webkit-transform: translateY(-55px);	
}
.cost-develop .hover {
	position: absolute;
	top: calc(100% - 75px);
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);	
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);	
	z-index: 10;
	padding: 0px 28px 28px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	visibility: hidden;
	opacity: 0;
	transform: translateY(45px);
	-webkit-transform: translateY(45px);
}
.cost-develop .item:hover .hover{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);	
} 
.cost-develop .item:hover .icon img{
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
}
.cost-develop .hover:after {
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	content: "";
	background: #fff;
	height: 10px;
}
.cost-develop .hover p {
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;	
	margin-bottom: 16px;
}
.cost-develop .hover .cost {
	font-size: 0;
	padding-bottom: 30px;
}
.cost-develop .hover .left {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: #9B9B9B;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.69px;
	line-height: 28px;	
	text-transform: uppercase;
}
.cost-develop .hover .right {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: right;
	color: #0052FF;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.86px;
	line-height: 28px;	
}
.cost-develop .hover .buy {
	height: 46px;
	width: 100%;
	border: 2px solid #0052FF;
	border-radius: 2px;
	background-color: #ffffff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.29);	
	display: block;
	text-align: center;
	line-height: 42px;
	color: #0052FF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.6px;	
	text-transform: uppercase;
}
.cost-develop .hover .buy:hover {
    background: #0052FF;
    color: #fff;
}
.cost-develop .info {
	background: #d69fd9;
	background: -moz-linear-gradient(top, #d69fd9 0%, #0052ff 100%);
	background: -webkit-linear-gradient(top, #d69fd9 0%,#0052ff 100%);
	background: linear-gradient(to bottom, #d69fd9 0%,#0052ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d69fd9', endColorstr='#0052ff',GradientType=0 );
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);	
	padding-top: 30px;
}
.cost-develop .info  h3 {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 0.25px;
	line-height: 55px;	
	margin-bottom: 8px;
	font-family: 'Montserrat', sans-serif;	
}
.cost-develop .info  h4 {
	color: #FFFFFF;
	font-size: 29px;
	font-weight: 300;
	letter-spacing: 0.26px;
	line-height: 38px;	
	max-width: 180px;
	font-family: 'Montserrat', sans-serif;	
}
.cost-develop .callback {
	height: 46px;
	left: 28px;
	right: 28px;
	position: absolute;
	bottom: 28px;
	border: 2px solid #FFFFFF;
	border-radius: 2px;
	background-color: #ffffff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.29);
	text-align: center;
	line-height: 42px;
	/* color: #FFFFFF; */
	color: #0052FF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.cost-develop .callback:hover {
    background: #0052FF;
    color: #fff;
}

.callback-block {
	background-color: #F6F6F6;
	padding: 59px 0 80px;
}
.callback-block h3 {
	margin-bottom: 24px;
	color: #000000;
	font-size: 34px;
	font-weight: 300;
	letter-spacing: 1.06px;
	line-height: 46px;
	text-align: center;	
}
.callback-block h2 {
	margin:0 auto 46px;
	max-width: 549px;
	color: #0052FF;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 42px;
	text-align: center;	
	font-family: 'Montserrat', sans-serif;	
}
.callback-block form {
	max-width: 459px;
	margin: auto;
}
.callback-block .form-control {
	height: 44px;
	width: 100%;
	border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.16);
	border: 0;
	padding: 0 22px;
	margin-bottom: 22px;
	color: #0052FF;
	font-size: 16px;
	letter-spacing: 0.69px;	
}
.callback-block ::-webkit-input-placeholder {color: #0052FF;}
.callback-block ::-moz-placeholder {color: #0052FF;}
.callback-block :-ms-input-placeholder { color: #0052FF;}
.callback-block :-moz-placeholder { color: #0052FF;}

.callback-block textarea.form-control {
	height: 92px;
	resize: none;
	padding: 12px 22px;
}
.callback-block input[type=submit] {
	height: 46px;
	width: 171px;
	border: 2px solid #0052FF;
	opacity: 0.5;
	border-radius: 2px;
	background-color: #ffffff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.29);	
	margin:14px auto 0;
	display: block;
	color: #0052ff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.6px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.callback-block input[type=submit]:hover {
	background: #0052FF;
	color: #fff;
}
.about-dev {
	/* padding: 170px 0 60px; */
	padding: 40px 0 60px;
	position: relative;
}
.about-dev .right-bg {
	position: absolute;
	right: 0;
	height: 280px;
	width: 100%;
	bottom: 0;
	background: #d69fd9;
	background: -moz-linear-gradient(left, #d69fd9 0%, #0052ff 100%);
	background: -webkit-linear-gradient(left, #d69fd9 0%,#0052ff 100%);
	background: linear-gradient(to right, #d69fd9 0%,#0052ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d69fd9', endColorstr='#0052ff',GradientType=1 );
}
.about-dev .container {
	font-size: 0;
}
.about-dev .left {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 60px;
}
.about-dev .left p {
	color: #000000;
	font-size: 14px;
	letter-spacing: 0.24px;
	line-height: 24px;	
	margin-bottom: 15px;
}
.about-dev h3 {
	color: #0052FF;
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;	
	display: table;
	position: relative;
	margin-bottom: 20px;
font-family: 'Montserrat', sans-serif;	
}
.about-dev h3 img {
	position: absolute;
	left: 105%;
	top: -27px;
}
.about-dev .wr p {
	color: #151414;
	font-size: 14px;
	line-height: 16px;	
	margin-bottom: 5px;
}
.about-dev ul {
	padding-left: 20px;
}
.about-dev li {
	color: #000000;
	font-size: 14px;
	line-height: 22px;	
	list-style: disc;
}
.about-dev .right {
	display: inline-block;
	vertical-align: top;
	width: 50%;		
	padding-left: 15px;
}
.about-dev .wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;	
}
.about-dev .item {
	background-color: #FFFFFF;
	box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);	
	width: 48%;
	display: inline-block;
	padding: 30px 14px 18px;
}
.about-dev .item p {
	text-align: center;
	color: #151414;
	font-size: 14px;
	line-height: 22px;	
}
.about-dev .icon {
	margin-bottom: 20px;
	text-align: center;
	height: 75px;
}
.about-dev .icon img {
	max-height: 100%;
	max-width: 100%;
}
 
.support {
	padding-top: 120px;
}
.support h2 {
	font-family: 'Montserrat', sans-serif;
	color: #0052FF;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	max-width: 360px;
	margin: 0 0 60px;
}
.support ul {
	font-size: 0;
}
.support li {
	display: inline-block;
	width: 25%;
	color: #333333;
	font-size: 18px;
	letter-spacing: 0.77px;
	line-height: 28px;
	margin-bottom: 26px;
	position: relative;
	vertical-align: top;
}
.support li:after{
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	background-color: #E9E9E9;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	left: -15px;
	top: 10px;
}
.support .line {
	margin-top: 10px;
	height: 8px;
	background: linear-gradient(240.14deg, #D69FD9 0%, #0052FF 100%);
}

.form2 {
	background-color: #F6F6F6;
}
.form2 .container {
	font-size: 0;
}
.form2 .left {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 95px 0;
}
.form2 h2 {
	color: #0052FF;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.74px;
	line-height: 34px;	
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 25px;
}
.form2 p {
	color: #000000;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 0.6px;
	line-height: 34px;	
}
.form2 .right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.form2 form {
	max-width: 458px;
	background: linear-gradient(237.29deg, #8EB1FB 0%, #0052FF 100%);	
	padding: 42px 45px;
	display: table;
	margin: -35px 0 -35px auto;
}
.form2 h3 {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1.2px;
	line-height: 33px;
	text-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);	
	margin-bottom: 22px;
}
.form2 input[type=submit] {
	height: 46px;
	width: 100%;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	background-color: #ffffff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.29);
	margin: 20px 0 0;
	/* color: rgba(255, 255, 255, 0.5); */
	color: #0052FF;
	font-size: 14px;
	font-weight: bold;	
	text-transform: uppercase;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.form2 input[type=submit]:hover{
	/* color: #fff; */
	border-color: #fff;
	background: #0052FF;
    color: #fff;
}
.form2 .form-control {
	height: 44px;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid rgba(255,255,255,0.33);
	border-radius: 2px;
	background-color: rgba(255,255,255,0.22);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.07);	
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.07);
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0.69px;
	line-height: 19px;	
	padding: 0 18px;
}

.form2 textarea.form-control {
	padding-top: 12px;
	min-height: 115px;
}

.form2 ::-webkit-input-placeholder {color: #fff;}
.form2 ::-moz-placeholder {color: #fff;}
.form2 :-ms-input-placeholder { color: #fff;}
.form2 :-moz-placeholder { color: #fff;}

.process {
	padding-bottom: 140px;
}
.process .container {
	font-size: 0;
}
.process .left {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 15px;
}
.process h2 {
	max-width: 367px;
	color: #0052FF;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;	
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 40px;
}
.process .right {
	display: inline-block;
	vertical-align: top;
	width: 50%;	
}
.process .item {
	margin-bottom: 28px;
}
.process .title {
	position: relative;
	width: 100%;
	border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);	
	padding: 18px 100px;
	cursor: pointer;
}

.process .title  .fa {
	color: #0052FF;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 20px;
	position: absolute;
	font-size: 18px;
}
.process .title-number {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #E9E9E9;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 0.57px;
	line-height: 40px;
	text-align: center;	
}
.process .title-text {
	text-transform: uppercase;
	color: #000000;
	font-size: 18px;
	letter-spacing: 0.3px;
	line-height: 21px;	
}
.process .title.active {
	background: #0052FF;
}
.process .title.active .title-number,
.process .title.active .title-text,
.process .title.active .fa{
	color: #fff;
} 
.process .item-content {
	display: none;
	padding: 24px 15px 10px 40px;
}
.process .item-content ul {
	padding: 0;
}
.process .item-content li:after {
	content: "/";
	position: absolute;
	left: -15px;
	top: 6px;
	height: 16px;
	width: 10px;
	color: #0052FF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.6px;
	line-height: 16px;	
}
.process .item-content li {
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.3px;
	line-height: 26px;
	margin: 6px 0;
	position: relative;
}

.principles {
	padding: 110px 0 150px;
}
.principles h2 {
	max-width: 436px;
	color: #0052FF;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 115px;
}
.principles .wrap {
	font-size: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;	
}
.principles .item {
	width: 30%;
	margin-bottom: 50px;
}
.principles .icon {
	margin-bottom: 35px;
}
.principles .title {
	color: #000000;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 25px;
}
.principles p {
	max-width: 312px;
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;	
}

.portfolio {
	padding: 42px 0 60px;
	background-color: #EFEFEF;	
}
.portfolio .container {
	position: relative;
}
.portfolio h2 {
	color: #4A4A4A;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;	
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 20;
}
.portfolio-slider .slick-dots{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
}
.portfolio-slider .slick-dots li{
	box-sizing: border-box;
	width: 11px;
	border: 1px solid #0052FF;	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	height: 11px;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.portfolio-slider .slick-dots .slick-active{
	background: #0052FF;
}
.portfolio-slider .slick-dots button{
	display: none;
}
.portfolio .slide {
	text-align: center;
	position: relative;
}
.portfolio .logo {
	position: absolute;
	left: 0;
	top: 60px;
	max-width: 10%;
	width: auto;
}
.portfolio .big {
	max-width: 65%;
	display: inline-block;
}

/*----------------------------------------------*/

.support-main h1{
	max-width: 830px;
	margin-bottom: 20px;
}
.support-main h3{
	color: #FFFFFF;
	max-width: 549px;	
	font-size: 22px;
	font-weight: 300;
	line-height: 34px;	
}


.support-2 h2{
	max-width: 399px;	
}
.support-2 .title{
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.86px;	
	line-height: 28px;
	color: #333333;	
}
.support-2 p{
	font-size: 18px;
}

.support-3 h3{
	max-width: 458px;
	color: #000000;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 1.41px;
	line-height: 70px;	
}
.support-3 .title{
	padding: 20px 100px 20px 50px;
}

.support-3{
	padding-bottom: 50px;
}

.support-4{
	padding-bottom: 80px;
}
.support-5{
	padding-bottom: 120px;
}
.support-5 .item {
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 18px 0 rgba(0,0,0,0.15);		
	-webkit-box-shadow: 0 2px 18px 0 rgba(0,0,0,0.15);	
	margin-right: 3%;
	padding-bottom: 90px;
	position: relative;
	margin-bottom: 30px;
}
.support-5 .item:nth-child(2) {
	margin-right: 0;
}
.support-5 .item .title {
	padding: 44px 24px 24px;
	color: #000000;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 24px;	
	text-transform: uppercase;
}
.support-5 .item .bg {
	min-height: 140px;
	padding: 29px 24px 10px;
	background: #0052FF;	
}
.support-5 .item.depozit .bg {
	background: linear-gradient(#CC9CDB, #8B61D6);
}
.support-5 .item p {
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 0.34px;
	line-height: 20px;
	margin-bottom: 16px;
}
.support-5 .item table {
	width: 100%;
}
.support-5 .item table td {
	color: #151414;
	font-size: 16px;
	line-height: 22px;	
	padding: 21px 24px;
	border-bottom: 1px solid #E9E9E9;
	padding-right: 10px;
}
.support-5 .item table td:nth-child(2) {
	padding-right: 24px;
	padding-left: 10px;
	text-align: right;
	color: #151414;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.support-5 .item table:last-child td {
	border: 0;
}
.support-5 .item .send-mail {
	height: 46px;
	border: 2px solid #0052FF;
	border-radius: 2px;
	background-color: #ffffff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.29);	
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	color: #0052FF;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;	
	line-height: 42px;
	text-transform: uppercase;
}

@media (min-width: 993px) {
	.support-5 .container {
		display: flex;
	}
}

.support-6 h2 {
	max-width: 347px;
	color: #0052FF;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 100px;
	font-family: 'Montserrat', sans-serif;	
}
.support-6 .wrap {
	font-size: 0;
	padding-bottom: 40px;
}
.support-6 .item {
	display: inline-block;
	vertical-align: top;
	width: 21%;
	margin-right: 5.33%;
	margin-bottom: 30px;
}
.support-6 .item:nth-child(4n) {
	margin-right: 0;
}
.support-6 .icon {
	height: 60px;
	line-height: 60px;
	margin-bottom: 15px;
}
.support-6 img {
	max-width: 100%;
	max-height: 95%;
	vertical-align: middle;
}
.support-6 h4 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.86px;
	line-height: 28px;	
	margin-bottom: 13px;
}
.support-6 p {
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;	
}

.support-7 {
	background-color: #F6F6F6;
	padding: 66px 0 15px;
}
.support-7 h2 {
	max-width: 399px;
	color: #9B9B9B;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;	
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 70px;
}
.support-7 .wrap {
	font-size: 0;
}
.support-7 li {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 40px;
}
.support-7 span {
	display: block;
	padding: 0 15px;
	text-align: center;
}
.support-7 img {
	filter:grayscale(100%) brightness(0.94);
	max-width: 95%;
}
.support-7 img:hover {
	filter: none;
}
.support-form {
	background-color: transparent;
	padding: 210px 0;
}
.contacts-page.support-form {
	padding: 40px 0 210px;
}
.support-form .container {
	background-color: #FAFAFA;	
}
.support-form .left {
	padding-left: 80px;
}
.support-form h2 {
	color: #000000;
	font-size: 34px;
	font-weight: 300;
	letter-spacing: 1.06px;
	line-height: 40px;	
	margin-bottom: 12px;
}
.support-form p {
	max-width: 549px;
	color: #0052FF;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.81px;
	font-family: 'Montserrat', sans-serif;	
}
.support-form form {
    margin: -75px 0 -70px auto;	
}
.support-form form input[type=submit] {
	width: auto;
	padding: 0 40px;
}
.support-form h3 {
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);	
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.5);	
}
.support-form textarea.form-control {
	height: 115px;
	padding: 15px 18px;
}

.main-6 .icon {
    line-height: 100px;
    height: 100px;
}
.main-6 .icon img{
    display: block;
    width: inherit;
}
.main-block.main{
    padding: 208px 0 240px;	
}
.main-block.main h1 {
	font-family: 'Montserrat', sans-serif;	
	max-width: 822px;
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 64px;
	text-shadow: 0 2px 0 rgba(0,0,0,0.3);
	margin-bottom: 17px;
}
.main-block.main p {
	max-width: 638px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 300;
	line-height: 34px;	
}


.main-5 {
	padding: 210px 0 170px;
}
.main-5 .container {
	font-size: 0;
}
.main-5 .left {
	display: inline-block;
	vertical-align: top;
	width: 41.66%;
}
.main-5 h3 {
	max-width: 284px;
	color: #0052FF;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;	
	margin-bottom: 45px;
}
.main-5 img {
	max-width: 90%;
}
.main-5 .right {
	display: inline-block;
	vertical-align: top;
	width: 58.33%;	
}
.main-5 ul {
	padding-left: 25px;
}
.main-5 li {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 24px;	
	margin-bottom: 14px;
	position: relative;
}
.main-5 li:after {
	content: "/";
	position: absolute;
	left: -20px;
	top: 5px;
	color: #0052FF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.6px;
	line-height: 16px;	
}


.main-6 {
	padding-bottom: 140px;
}
.main-6 .title {
	padding: 12px 0;
	border-right: 0;
	border-left: 0;
	margin-bottom: 110px;
}
.main-6 .title h2 {
	color: #0052FF;
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;	
	font-family: 'Montserrat', sans-serif;
}
.main-6 ul {
	font-size: 0;
}
.main-6 li {
	display: inline-block;
	vertical-align: top;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.main-6 li:nth-child(4n) {
	margin-right: 0;
}
.main-6 .icon {
	margin-bottom: 40px;
}
.main-6 img {
	max-width: 95%;
	max-height: 95%;
}
.main-6 h5 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.77px;
	line-height: 24px;	
}

.number-count{
    color: #0052FF;
    font-size: 62px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 73px;
}
.main-7 {
	padding-bottom: 120px;
}
.main-7 h2 {
	color: #0052FF;
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;	
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 60px;
}
.main-7 .wrap {
	font-size: 0;
}
.main-7 .item {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-right: 10%;
	margin-bottom: 30px;
}
.main-7 .item:nth-child(2n) {
	margin-right: 0;
}
.main-7 h4 {
	max-width: 309px;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.86px;
	line-height: 24px;	
	margin-bottom: 18px;
}
.main-7 p {
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.3px;
	line-height: 32px;	
}

.reviews {
	position: relative;
	margin: 130px 0 0;
	padding: 40px 0 115px;
}
.reviews h2 {
	max-width: 259px;
	color: #0052FF;
	font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	z-index: 1;
}

.reviews .bg {
    background: #d69fd9;
    background: -moz-linear-gradient(left, #d69fd9 0%, #0052ff 100%);
    background: -webkit-linear-gradient(left, #d69fd9 0%,#0052ff 100%);
    background: linear-gradient(to right, #d69fd9 0%,#0052ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d69fd9', endColorstr='#0052ff',GradientType=1 );

	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: auto;
	margin-left: calc((100% - 1174px) / 2 + 15px + 400px);
}

.reviews .reviews-slider {
	max-width: 100%;
	margin: 0 0 0 auto;
	padding: 20px 0 20px 20px;
	overflow: hidden;
	margin-left: calc((100% - 1174px) / 2 - 15px + 100px);
	/* 1174 - ширина контейнера */
	/* 15  - марджин слайда*/
	/* 100 - нужный оступ по макету */
}
.reviews .reviews-slider .slick-list{
	/* padding-right: 250px; */
	overflow: visible;
} 
.reviews .slide {
	padding: 50px 90px;
	background-color: #FFFFFF;
	box-shadow: 0 4px 16px 0 rgba(0,0,0,0.23);	
	margin: 10px 15px;
	opacity: 0.5;
	width: 570px;
	display: flex;
	flex-direction: column-reverse;
	transition: opacity .3s;
}
.reviews .slide.slick-active{
	opacity: 1;
}
.reviews p {
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	line-height: 21px;	
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.reviews .photo {
	display: inline-block;
	vertical-align: middle;
	width: 68px;
	height: 68px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
}
.reviews .photo img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
}
.reviews .info {
	font-size: 0;
	margin-bottom: 30px;
}
.reviews .info img {
	display: none;
}

.reviews .photo img {
	display: block;
}

.reviews .info .right {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 68px);
	padding-left: 15px;
}
.reviews .info a {
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
}
.reviews .info a img {
	position: absolute;
	right: -22px;
	top: -2px;
}
.reviews .info span {
	display: block;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;	
	margin-bottom: 11px;
}
.reviews .info .position {
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;	
}

.cases-main {
	padding: 78px 0 110px;
	background-color: #FAFAFA;
	box-shadow: 0 2px 11px 0 rgba(0,0,0,0.15);	
}

.cases-main h2 {
	color: #0052FF;
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;	
	font-family: 'Montserrat', sans-serif;
	margin-bottom: -24px;
}

.cases-main .slide {
	font-size: 0;
}
.cases-main .left {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	padding-top: 53px;
}

.cases-main .item {
	margin-bottom: 20px;
}
.cases-main h4 {
	color: #4A4A4A;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.78px;
	line-height: 26px;
	margin-bottom: 6px;
}

.cases-main p {
	color: #4A4A4A;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.78px;
	line-height: 26px;	
}
.cases-main ul {
	padding-left: 25px;
	padding-top: 5px;
}
.cases-main ul li {
	color: #4A4A4A;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.78px;
	line-height: 26px;		
	position: relative;
	margin-bottom: 5px;
}
.cases-main ul li:after {
    content: "/";
    position: absolute;
    left: -20px;
    top: 5px;
    color: #0052FF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 16px;
}
.cases-main .right {
	width: 66.66%;
	display: inline-block;
	vertical-align: top;	
	padding-left: 15px;
	text-align: center;
}
.cases-main .right img {
	max-width: 95%;
	display: inline-block;
}

.cases-main .slick-arrow{
	position: absolute;
	/* bottom: -40px; */
	/* left: 0; */
	top: 170px;
	font-size: 0;
	height: 40px;
	width: 40px;
	border: 1px solid #DDDCDE;
	border-radius: 2px;	
	/* background: #fff url(../img/arrow-left.png) center no-repeat; */
	z-index: 20;
}
.cases-main .slick-prev{
	background: #fff url(../img/arrow-left.png) center no-repeat;
	left: -60px;
}
.cases-main .slick-next{
	background: #fff url(../img/arrow-right.png) center no-repeat;
	right: -60px;
}


.main-9 {
	position: relative;
	padding: 155px 0 270px;
}
.main-9 .img-geo {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 60vw;
}
.main-9 .info {
	max-width: 40%;
}
.main-9 .info img {
	max-width: 100%;
}
.main-9 h2 {
	color: #0052FF;
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	margin-bottom: 22px;
}
.main-9 p {
	margin-bottom: 35px;
	color: #333333;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.86px;
	line-height: 27px;	
}
.main-9 li::before {
	content: '\2022';
	color: #0052FF;
	padding-right: 5px;
}


/********NEW STYLE END************************/



@media (max-width:1265px ){
	.cases-main .slick-arrow{
		left: 50%;
		bottom: -65px;
		top: unset;
		margin-left: -22px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.cases-main .slick-prev {
		left: 49%;
	}
	.cases-main .slick-next {
		left: unset;
		right: 45%;
	}
}
@media (max-width:1200px ){
	.reviews .reviews-slider {
		margin-left: 0;
	}

	.reviews .slide {
		width: 450px;
		padding: 50px;
	}

	.reviews .bg{
		margin-left: 415px;
	}
	
	.reviews p{
		font-size: 16px;
		line-height: 20px;
	}

	.reviews .info span {
		margin-bottom: 10px;
	}

	.reviews .info .position {
		font-size: 12px;
		line-height: 16px;
	}
	 
	.reviews .photo{
		width: 55px;
		height: 55px;
	}
	.reviews .info .right{
		width: calc(100% - 55px);
	}	
	.site-header .logo{
		width: 25%;
	}
	.site-header .right{
		width: 27%;
	}
	.site-header .center{
		width: 48%;
		text-align: center;
	}
	.site-header .center li {
		margin: 0 8px;
	}
	.wrap-pr .col-review{
		padding-left: 40px;
	}
	.dev-main h1{
		font-size: 30px;
		line-height: 46px;
		max-width: 580px;
	}
	.main-block.dev-main p {
		max-width: 430px;
	}
	.main-block.dev-main {
		padding: 100px 0 120px;
	}
	.prod-logo-bg {
		max-width: 380px;
	}
}
@media (max-width:992px ){
	.dop-block {
		margin: 0 0 75px;
	}
	.cases-main .right img{
		max-width: 100%;
	}
	.cases-main .slick-arrow{
		left: 50%;
		bottom: -65px;
		top: unset;
		margin-left: -22px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.cases-main .slick-next{
		margin-left: 22px
	}
	.cases-main .left{
		width: 100%;
		margin-bottom: 30px;
	}
	.cases-main .right{
		width: 100%;
		padding: 0;
	}
	.reviews .reviews-slider .slick-list{
		padding-right: 0px;
	}
	.main-6 li,
	.main-6 li:nth-child(4n){
		width:48%;
		margin-right: 4%;
	}
	.main-6 li:nth-child(2n) {
		margin-right: 0;
	}	
	.main-6 .title{
		margin-bottom: 70px;
	}
	.main-6 {
		padding-bottom: 80px;
	}	
	.support-form .left {
		padding-left: 0;
	}	
	.support-5 .item{
		width: 100%;
		margin-right: 0;
	}
	.support li{
		width: 50%;
		padding-right: 15px;
	}
	.support ul{
		padding-left: 15px;
	}
	.about-dev {
		padding: 100px 0 140px;
	}	
	.about-dev .right-bg{
		top: 70px;
	}
	.about-dev .left {
		padding-bottom: 25px;
	}
	.cost-develop .item,
	.cost-develop .item:nth-child(3n){
		width: 48%;
		margin-right: 4%;
		margin-bottom: 50px;
	}
	.cost-develop .item:nth-child(2n) {
		margin-right: 0;
	}	
	.contacts-block .left {
		width: 280px;
		padding: 46px 20px 5px;
	}	
	.contacts-block #map {
		width: calc(100% - 280px);
	}	
	.page-blog .article{
		margin: 0 0 70px;
	}
	.blog-p,
	.blog-p .col:nth-child(2){
		margin-top: 0px;
	}	
	.page-blog .left {
		width: 100% ;
		padding-right: 0px;
		margin: 0 0 30px;
	}	
	.page-blog .article{
		width: 100%;
	}
	.page-blog .left .item {
		margin: 0 0 20px;
	}
	.site-header .center li{
		margin: 0 3px; 
	}
	.site-header .center a {
		font-size: 11px;
	}
	.wrap-pr .col-review,
	.wrap-pr .col-pr{
		width: 100%;
		padding-left: 0;
	}
	.wrap-pr .wrap-item{
		padding-bottom: 30px;
	}
	.site-footer .center{
		width: 36%;
	}
	.site-footer .right{
		width: 30.66%;
	}
	.site-footer .logo{
		display: inline-block;
	}
	.info-table {
		padding-left:0;
	}
	.projecs .item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin-bottom: 30px;
	}	
	.portfolio h2 {
		position: static;
		margin-bottom: 25px;
	}
	.portfolio .logo{
		top: 0;
		max-width: 15%;
	}
	.support-form h2 {
		font-size: 30px;
		line-height: 50px;
	}	
	
}

.form_text{
	padding-top: 20px;
}

#rescommerce{
	margin-bottom: 55px;
}

@media (max-width:768px ){
	.number-count{
		text-align: left;
		font-size: 52px;
		font-weight: 300;
		letter-spacing: 2px;
		line-height: 61px;
	}
	.main-9 {
		position: relative;
		padding: 65px 0 70px;
	}
	.main-9 .img-geo {
		position: static;
		right: 0;
		bottom: 0;
		max-width: 100%;
	}
	.main-9 .info {
		max-width: 100%;
		margin-bottom: 30px;
	}	
	.reviews .reviews-slider{
		max-width: 100%;
		padding:15px 0;
	}
	.reviews {
		margin: 80px 0 0;
		padding: 40px 0 60px;
	}	
	.main-7 {
		padding-bottom: 60px;
	}
	.main-7 h4{
		font-size: 18px;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.main-7 p{
		font-size: 16px;
		line-height: 28px;
	}
	.main-7 .item {
		width: 100%;
		margin-right: 0%;
	}	
	.main-5 .left {
		width: 100%;
	}
	.main-5 h3 {
		max-width: 100%;
		margin-bottom: 35px;
	}
	.main-5 img {
		display: none;
	}
	.main-5 .right {
		width: 100%;	
	}	
	.main-5 {
		padding: 110px 0px 70px;
	}	
	.support-7 li {
		width: 33.33%;
	}	
	.support-form {
		background-color: transparent;
		padding: 0px 0 50px;
	}	
	.support-3 h3 {
		max-width: 100%;
		font-size: 35px;
		line-height: 50px;
		margin-bottom: 35px;
	}	
	.support-3.process  .title {
		padding: 14px 80px 14px 20px;
	}	
	.principles {
		padding: 60px 0px 50px;
	}	
	.principles h2{
		max-width: 100%;
		margin-bottom: 60px;
	}
	.principles p{
		max-width: 100%;
	}
	.principles .title{
		margin-bottom: 10px;
	}
	.principles .icon{
		margin-bottom: 20px;
	}
	.process {
		padding-bottom: 60px;
	}	
	.principles .item {
		width: 100%;
		margin-bottom: 50px;
	}
	.process .left ,
	.process .right {
		width: 100%;
	}	
	.process .item-content li {
		font-size: 15px;
		line-height: 23px;
	}	
	.process .item-content {
		padding: 15px 15px 5px 30px;
	}	
	.process .title{
		padding: 15px 50px;
	}
	.process .title .fa {
		right: 15px;
		font-size: 16px;
	}	
	.process .title-number{
		font-size: 25px;
		left: 15px;
	}
	.process .title-text{
		font-size: 14px;
		padding-left: 15px;
	}
	.process h2{
		max-width: 100%;
	}
	.process .left img{
		display: none;
	}
	.form2 .left {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding: 60px 0 50px;
	}
	.form2 h2 {
		font-size: 28px;
		line-height: 30px;	
		margin-bottom: 20px;
	}
	.form2 p {
		font-size: 22px;
		line-height: 30px;	
	}
	.form2 .right {
		width: 100%;
	}
	.form2 form {
		padding: 32px 25px;
		margin: 0 auto 50px;
	}	
	.about-dev .left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 40px;
	}	
	.about-dev .right {
		width: 100%;		
		padding-left: 0;
	}	
	.about-dev .right-bg{
		display: none;
	}
	.support {
		padding-top: 60px;
	}	
	.callback-block h3 {
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 40px;	
	}
	.callback-block h2 {
		margin:0 auto 36px;
		font-size: 26px;
		line-height: 34px;	
	}	
	.cost-develop {
		padding: 60px 0;
	}
	.cost-develop .container > h3 {	
		font-size: 20px;		
		line-height: 30px;	
		margin-bottom: 50px;
	}	
	.cost-develop .hover .right,
	.cost-develop .title{
		font-size: 17px;
	}
	.cost-develop .title{
		line-height: 23px;
	}
	.cost-develop .info h3{
		line-height: 40px;
	}
	.cost-develop .hover .left,
	.cost-develop .hover p{
		font-size: 14px;
	}
	.contacts-block {
		margin: -62px 0 100px;
	}	
	.contacts-block .item {
		margin: 0 0 30px;
	}	
	.contacts-block .item:last-child{
		padding-top: 0;
	}	
	.contacts-block p{
		max-width: 100%;
	}
	.contacts-block .left {
		width: 100%;
	}	
	.contacts-block #map {
		width: 100%;
		height: 320px;
	}	
	.inner-title h3 {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 12px;
	}
	.inner-title h1 {
		font-size: 28px;
		line-height: 36px;
	}	
	.site-footer .container{
		padding: 0;
	}
	.site-footer .center{
		display: none;
	}
	.site-footer .left{
		padding: 40px 25px 60px;
		width: 100%;
	}
	.site-footer .right{
		width: 100%;
		padding-left: 0;
		padding: 0 25px;
	}	
	.site-footer .copy{
		padding-left: 26px;
	}
	.site-footer .copy:after{
		left: 28px;
	}
	.wrap-pr .item{
		width: 100%;
	}
	.wrap-pr .item p{
		max-width: 100%;
	}
	.site-header .right,
	.site-header .center,
	.site-header .desc{
		display: none;
	}	
	.site-header .mob,
	.toggle-menu{
		display: block;
	}
	.site-header{
		padding: 18px 0;
	}
	.mob-header{
		padding: 70px 18px 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100vh;
		background: #fff;
		z-index: 999;
	}
	.mob-header ul {
		display: table;
	}
	.mob-header ul a {
		color: #3F3F3F;		
		font-size: 14px;	
		font-weight: 500;	
		line-height: 16px;
		text-transform: uppercase;
		position: relative;
		display: table;
	}
	.mob-header li {
		margin: 0 0 25px;
	}
	.mob-header .callback {
		display: block;
		max-width: 100%;
		margin-top: 25px;
		margin-bottom: 10vh;
	}
	.mob-header p,
	.mob-header p a{
		color: #333333;	
		font-size: 14px;	
		line-height: 18px;	
		display: table;
	}
	.mob-header p{
		margin: 0 0 15px;
	}
	.footer-h {
		position: absolute;
		left: 0;
		right: 0;
		padding: 19px;
		bottom: 5vh;
	}
	.footer-h:after {
		content: "";
		position: absolute;
		left: 20px;
		right: 0px;
		top: 50%;
		margin-top: -1px;
		border-bottom: 1px solid #333;
	}
	.footer-h p {
		color: #333333;
		font-size: 12px;	
		line-height: 14px;	
		background: #fff;
		margin: 0;
		position: relative;
		z-index: 10;
		padding-right: 15px;
	}	
	.prod-logo img {
		max-width: 120px;
	}
	.prod-logo-bg {
		position: relative;
		max-width: 400px;
		width: 100%;
		left: auto;
		right: auto;
		top: auto;
		margin-left: auto;
		margin-right: auto;
		transform: none;
	}
	.main-block {
		padding: 108px 0 384px;
	}
	.main-block.dev-main {
		padding: 100px 0 30px;
	}
	.main-block h3 {
		font-size: 16px;		
		line-height: 19px;	
		margin: 0 0 8px;
	}
	.main-block h1 {
		font-size: 28px;
		line-height:38px;
	}	
	.service-item{
		overflow: hidden;
		padding-bottom: 40px;
		margin-bottom: 50px;
	}
	.service-item .container{
		overflow: auto;
	}
	.service-item .wrap{
		width: 870px;
		padding-right: 20px;
	}
	.dop-block .left,
	.dop-block .right{
		width: 100%;
	}
	.dop-block .wrap {
		font-size: 0;
		padding-bottom: 70px;
	}	
	.dop-block ul{
		width: 100%;
		margin-bottom: 20px;
	}
	.dop-block .right{
		padding-left: 20px;
	}
	.dop-block ul li{
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	.dop-block p{
		font-size: 16px;
		line-height: 26px;
	}
	.dop-block p:after{
		top: 5px;
	}
	.dop-block ul li:after{
		top: 3px;
	}
	.project .col{
		width: 100%;
		padding: 0;
	}
	.project img{
		min-width: 0;
		max-width: 100%;
	}
	.project .item{
		display: table;
		margin:0 auto 45px;
	}
	.project .image{
		position: relative;
		margin:0 auto 20px;
		display: table;
	}
	.project .item a{
		font-size: 18px;
		line-height: 24px;
	}
	.project {
		margin: 0 0 124px;
	}	
	.block-number {
		padding-bottom: 60px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.block-number .item{
		width: 50%;
		padding: 0;
	}
	.block-number .item:nth-child(2n){
		margin: 100px 0 0;
		padding-left: 20px;
	}
	.block-number .number{
		text-align: left;
		font-size: 52px;	
		font-weight: 300;	
		letter-spacing: 2px;	
		line-height: 61px;		
	}
	.block-number p{
		text-align: left;
		margin: 0;
		font-size: 16px;
		line-height: 19px;
	}
	.wrap-pr{
		margin-bottom: 83px;
	}
	.projecs .container {
		padding-top: 84px;
	}
	.support-5 {
		padding-bottom: 70px;
	}
	.support-6 .item,
	.support-6 .item:nth-child(4n){
		display: inline-block;
		vertical-align: top;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
	}
	.support-6 .item:nth-child(2n) {
		margin-right: 0;
	}	
	.nem_2.about-dev .item {
		width: calc(50% - 15px);
		margin-bottom: 15px;
	}
}

@media (max-width: 991px) {
	.reviews .reviews-slider {
		padding: 0 15px;
	}
}

@media (max-width:600px ){

	.site-header .logo{
		width: 40%;
	}
	.main-9 .img-geo {
		display: none;
	}
	.block-number p{
		font-size: 14px;
	}
	.dop-block .right{
		padding-left: 0;
	}
	.main-6 {
		padding-bottom: 60px;
	}	
	.main-6 h5{
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.main-6 .icon{
		margin-bottom: 25px;
	}
	.support-7 li {
		width: 50%;
		margin-bottom: 30px;
	}	
	.support-6 h4 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 10px;
	}	
	.support-6 p{
		font-size: 15px;
		line-height: 24px;
	}
	.cost-develop .item,
	.cost-develop .item:nth-child(3n){
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		padding: 15px;
	}
	.cost-develop .item:nth-child(2n) {
		margin-right: 0;
	}	
	.cost-develop .hover{
		padding: 0 15px 15px;
	}
	.cost-develop .item.info{
		padding-bottom: 80px;
	}
	.cost-develop .callback {
		height: 42px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		line-height: 38px;
	}	
	.cost-develop .info h4{
		max-width: 100%;
	}
	.support-5 .item table td {
		font-size: 14px;
		line-height: 20px;
		padding: 15px;
		padding-right: 10px;
	}	
	.support-5 .item table td:nth-child(2) {
		padding-right: 15px;
		padding-left: 10px;
		font-size: 14px;
		line-height: 20px;
	}	
	.support-5 .item .send-mail{
		left: 15px;right: 15px;
		font-size: 14px;
		text-transform: inherit;
		height: auto;
		padding: 10px 15px;
		line-height: 18px;
	}
	.support-5 .item{
		padding-bottom: 100px;
	}
	.support-5 .item p{
		font-size: 16px;
	}
	.support-5 .item .bg {
		padding: 25px 15px 10px;
	}	
	.support-5 .item .title {
		padding: 30px 15px 24px;
		font-size: 24px;
	}	
}

@media (max-width:480px ){
	.portfolio .logo{
		display: none;
	}
	.portfolio .big{
		max-width: 100%;
	}
	.cost-develop .info h4{
		margin: 20px 0;
	}
	.form2 form {
		display: block;
	}
	.form2 input[type=submit]{
		font-size: 11px;
	}
	.form2 form {
		padding: 22px 15px;
		margin: 0 auto 50px;
	}	
	.support li{
		width: 100%;
		margin-bottom: 15px;
	}	
	.about-dev .item{
		width: 100%;
		margin-bottom: 25px;
	}
	.about-dev {
		padding: 80px 0 60px;
	}	
	.dev-main h1{
		font-size: 22px;
		line-height: 36px;
	}	
	.page-blog .title-i{
		font-size: 24px;
		line-height: 30px;
	}
	.page-blog .wrap {
		padding: 30px 25px 20px;
	}
	.page-blog .wrap .item {
		padding-bottom: 15px;
		margin: 0 0 30px;
		padding-right: 20px;
	}
	.page-blog .article .item a  {
		font-size: 16px;
		line-height: 24px;
	}	
	
	
	.projecs .item{
		width: 100%;
	}
	.about-main h3{
		margin: 0 0 24px;
	}
	.about-main p{
		font-size: 18px;
	}
	.about-main .left,
	.about-main .right{
		width: 100%;
	}
	.project .more{
		padding: 0;
		text-align: center;
		width: 100%;
		max-width: 320px;
	}
	.wrap-modal form {
		padding: 30px 25px 25px;
	}	
	.wrap-modal .col {
		width: 100%;
		padding-left: 0!important;
		margin-bottom: 20px;
	}	
	.info-table td:first-child {
		font-size: 13px;
		width: 80px;
	}	
	.info-table p {
		font-size: 16px;
		line-height: 24px;
	}	
	.projecs h3{	
		margin: 0px 0 45px;
	}
	.filters .left {
		width: 100%;
	}
	.filters h4 {
		color: #3F3F3F;
		font-size: 16px;
		font-weight: 300;
		line-height: 19px;	
	}
	.filters .right {
		width: 100%;	
	}	
	.inner-title {
		padding: 80px 0 90px;
		margin: 0 0 80px;
	}
	.filters{
		padding-bottom: 70px;
	}
}
.cases-main h2 {
width:33%;
min-width:345px;
}




.breadcrumbs {
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 2;
    left: 0;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}
.breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    padding-right:5px;
    font-size: 12px;
    position: relative;
}
.breadcrumbs .container {
    font-size: 12px;
}
.breadcrumb-item {
    font-weight: bold;
    padding-left:5px;
    font-size: 12px;
}
.tabs-links ul {
    width: 100%;
    position: relative;
    display: flex;
    max-width: 389px;
    align-items: center;
    justify-content: space-between;
    margin:20px 0;

}
.tabs-links li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px;
}
.tabs-links a {
    font-size: 20px;
    font-weight: bold;
    display: block;
    position: relative;
    color: rgba(0, 0, 0, 0.4);
	font-family: 'Montserrat', sans-serif;
}
.tabs-links a:hover,
.tabs-links a.active {
    color: #0052FF;
}
.portfolio-wrap {
    display: none;
    width: 100%;
    position: relative;
	padding-top: 65px;
}

.portfolio-wrap.page-active {
    display: inline-block;
}
.portfolio-item {
    background-color: #FFFFFF;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 25%);
    padding: 28px;
    width: 100%;
    position: relative;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 316px;
    margin-right: 14px;
    margin-bottom: 14px;
    display: inline-block;
    float: left;
    vertical-align: top;
}
.portfolio-item:nth-child(odd) {
    max-width: 641px;
}
.portfolio-item:nth-child(even) {
    max-width: 489px;
    margin-right: 0;
}
.portfolio-item:nth-child(3),
.portfolio-item:nth-child(3n+8) {
    max-width: 489px;
    padding-top: 30px;
}
.portfolio-item:nth-child(3) + .portfolio-item,
.portfolio-item:nth-child(3n+8) + .portfolio-item:not(.full-width) {
    max-width: 641px;
}
.portfolio-item.full-width {
    margin-right: 0;
    max-width: 100%;
}

.portfolio-item.vertical {
    float: right;
    max-width: 489px;
    height: 648px;
    margin-right: 0;
}

.portfolio-item.vertical + .portfolio-item,
.portfolio-item.vertical + .portfolio-item + .portfolio-item {
    max-width: 641px;
}

.portfolio-item:hover .portfolio-title {
    font-size: 26px;
    line-height: normal;
    color: #FFFFFF;
    font-weight: 900;
    letter-spacing: 0.25px;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    position: relative;

}
.portfolio-item a {
    z-index: 8;
    display: inline-block;
    position: absolute;
    bottom:32px;
    left:33px;
    transition: unset;
    -webkit-transition: unset;
}
.portfolio-item:hover a {
    position: absolute;
    padding: 28px;
    top:0;
    left:0;
    right: 0;
    bottom:0;
}
.portfolio-item .info {
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom:0;
    display: none;
    z-index: 0;
}
.portfolio-item .portfolio-info {
    display: none;
    margin-top: 30px;
}
.portfolio-item:hover .portfolio-info,
.portfolio-item:hover .info {
    display: block;
}
.portfolio-info p {
    color:#ffffff;
    font-size: 18px;
}
.portfolio-info p.subtitle {
    font-size: 14px;
    margin-top: 14px;
}

.portfolio-title {
    color:#0051FF;
    font-size: 26px;
    font-weight: bold;
    max-width: 420px;
    display: inline-block;
}
.portfolio-item:nth-child(5) .portfolio-title {
    max-width: 520px;
}
.tabs-links a:after,
.site-header .center a:after,
.mob-header ul a:after{
    content: "";
    position: absolute;
    height: 1px;
    top: 50%;
    left: 0;
    width: 0%;
    background: #3F3F3F;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    margin-top: -1px;
}
.tabs-links a:hover:after,
.tabs-links a.active:after,
.site-header .center a.active:after,
.site-header .center a:hover:after,
.mob-header ul a.active:after,
.mob-header ul a:hover:after{
    width: 100%;
    background: #0052FF;
}

/** PRODUCT PAGE **/

.prod-logo img {
	max-width: 200px;
	position: relative;
	z-index: 1;
}

.product-page-header {
    background: #000;
    padding: 79px 0 134px;
}
.product-page-section {
    padding: 45px 0;
}
.product-page-section .tabs-links ul {
    max-width: 56%;
    margin: 21px 0 49px;
}

.product-page-inner {
    width: 100%;
}
.product-page-info,
.product-page-preview {
    display: inline-block;
    vertical-align: top;
}

.product-page-info {
    width: 41%;
}
.product-page-preview {
    width: 58%;
}
.product-page-preview img {
    max-width: 100%;
}
.product-page-info {
    padding-left: 25px;
}
.product-page-info p {
    font-size: 16px;
}
.product-info-header a,
.product-info-header p {
    font-size: 18px;
    color:#000;
    text-decoration: none;
}
.product-info-header span {
    padding-right: 9px;
    font-size: 18px;
    color: #0051FF;
    font-weight: bold;
}
.product-page-info .info-title {
    color: #0051FF;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 11px;
    letter-spacing: 1px;
}

.product-page-task {
    padding-top: 22px;
    padding-bottom: 55px;
}
.product-page-solution p {
    padding-bottom: 36px;
}
.product-page-solution {
    border-bottom: 2px solid #C4C4C4;
}
.product-page-technology {
    padding-top: 11px;
    padding-bottom: 55px;
}
.technology-tags {
    padding-top: 5px;
    margin-bottom: 56px;
}
.tech-tag {
    border: 1px solid #0051FF;
	padding: 4px 12px 3px;
    margin-bottom: 3px;
    background: linear-gradient(91.56deg, rgba(211, 158, 217, 0.2) 1.22%, rgba(25, 91, 251, 0.2) 98.94%);
    color: #0051FF;
    font-size: 14px;
	font-family: 'Montserrat', sans-serif;
    display: inline-block;
}
.tech-title {
    font-size: 30px;
    font-weight: bold;
    color: #0051FF;
    margin-bottom: 15px;
}
.product-page-technology .callback {
    height: 51px;
    max-width: 355px;
    border: 2px solid #0052FF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 49px;
    text-transform: uppercase;
    color: #0052FF;
    font-size: 18px;
}
 
.client-feedback .feedback-title {
    font-size: 26px;
    color: #0051FF;
    font-weight: bold;
    max-width: 250px;
    padding-top: 62px;
}
.client-feedback .right,
.client-feedback .left {
    display: inline-block;
}
.client-feedback .left {
    width: 300px;
}
.client-feedback {
    background: linear-gradient(90deg,#ffffff 32%, #D39ED9 1.22%, #195BFB 98.94%);
}
.feedback-text {
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    padding: 29px 68px 0 38px;
    margin-bottom: 83px;
    margin-left: 19%;
}
.feedback-text p {
    padding-bottom: 15px;
    font-size: 16px;
}
.feedback-autor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 278px;
}
.autor-icon img {
    max-width: 100%;
}
.autor-icon {
    width: 75px;
    height: 105px;
}
.autor-info .name {
    font-weight: bold;
    padding-bottom: 18px;
}
.autor-info .prof {
    color:rgba(0, 0, 0, 0.5);
}

.main-block-paralax {
	background-repeat: no-repeat !important;
}

#main-block-paralax,
#main-block-paralax-2 {
	background-size: 110% 110% !important;
}



.p-portfolio__list {
	display: flex;
	margin: 0 -15px -60px;
	flex-wrap: wrap;
}

.p-portfolio__item {
	flex: 0 0 auto;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 60px;
}

.portfolio-card {
	display: block;
	font-family: 'Montserrat', sans-serif;
}

.portfolio-card:hover .portfolio-card__img-container:before {
	width: 100%;
}

.portfolio-card__img-container {
	position: relative;
	height: 468px;
	margin-bottom: 40px;
	overflow: hidden;
}

.portfolio-card__img-container:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	width: 30%;
	background: currentColor;
	transition: all .3s;

}

.portfolio-card__title {
	font-size: 26px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	line-height: 32px;
	color: #1E2126;
	margin-bottom: 20px;
	max-width: 390px;
}

.portfolio-card__desc {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 17px;
	color: #1E2126;
	opacity: 0.6;
}

.portfolio-card__img-container-in {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.portfolio-card__template-bg {
	z-index: 2;
    position: absolute;
	overflow: hidden;
}

.portfolio-card__img-wrap {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.portfolio-card__template-bg:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.portfolio-card-template-1__bg-1 {
	right: 50%;
    transform: translateX(2%);
	bottom: 0;
	width: 248px;
	height: 302px;
}

.portfolio-card-template-1__bg-1:before {
	background: url('../img/portfolio/template-1-bg-1.png') no-repeat top center / cover;
}

.portfolio-card-template-1__bg-2 {
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 258px;
	height: 326px;
	z-index: 3;
}

.portfolio-card-template-1__bg-2:before {
	background: url('../img/portfolio/template-1-bg-2.png') no-repeat top center / cover;
}

.portfolio-card-template-1__bg-3 {
	bottom: 0;
	width: 248px;
	height: 302px;
	left: 50%;
	transform: translateX(-2%);
}

.portfolio-card-template-1__bg-3:before {
	background: url('../img/portfolio/template-1-bg-3.png') no-repeat top center / cover;
}

.portfolio-card-template-1__bg-1-img {
    width: 100%;
    height: auto;
    padding: 11px 13px 0;
}

.portfolio-card-template-1__bg-2-img {
    width: 100%;
    height: auto;
    padding: 11px 14px 0;
}

.portfolio-card-template-1__bg-3-img {
	width: 100%;
	height: auto;
    padding: 11px 13px 0;
}

.portfolio-card-template-2__bg-1 {
	right: 0;
	top: 50%;
    transform: translateY(-50%);
	width: 398px;
	height: 348px;
}

.portfolio-card-template-2__bg-1:before {
	background: url('../img/portfolio/template-2-bg-1.png') no-repeat top center / cover;
}

.portfolio-card-template-2__bg-1-img {
    width: 100%;
    height: auto;
    padding: 22px 0 15px 40px;
}

.portfolio-card-template-3__bg-1 {
    left: 50%;
    top: 50%;
    transform: translate(-45%, -50%);
    width: 454px;
    height: 298px;
}

.portfolio-card-template-3__bg-1:before {
	background: url('../img/portfolio/template-3-bg-1.png') no-repeat top center / cover;
}

.portfolio-card-template-3__bg-1-img {
    width: 100%;
    height: auto;
    padding: 19px 33px 30px 34px;
}

.portfolio-card-template-3__bg-2 {
    left: 50%;
    top: 50%;
    transform: translate(-215%, -15%);
	width: 109px;
	height: 223px;
}

.portfolio-card-template-3__bg-2:before {
	background: url('../img/portfolio/template-3-bg-2.png') no-repeat top center / cover;
}

.portfolio-card-template-3__bg-2-img-wrap {
	padding: 2px 4px 4px 5px;
	border-radius: 20px;
	bottom: 1px;
}

.portfolio-card-template-3__bg-2-img {
    width: 100%;
    height: auto;
}

.portfolio-card-template-4__bg-1 {
    left: 50%;
    top: 50%;
    transform: translate(-53%, -53%);
    width: 459px;
    height: 276px;
}

.portfolio-card-template-4__bg-1:before {
	background: url('../img/portfolio/template-4-bg-1.png') no-repeat top center / cover;
}

.portfolio-card-template-4__bg-1-img-wrap {
	padding: 9px 7px 4px;
}

.portfolio-card-template-4__bg-1-img {
    width: 100%;
    height: auto;
}

.portfolio-card-template-4__bg-2 {
    left: 50%;
    top: 50%;
    transform: translate(110%, -27%);
    width: 123px;
    height: 251px;
}

.portfolio-card-template-4__bg-2:before {
	background: url('../img/portfolio/template-4-bg-2.png') no-repeat top center / cover;
}

.portfolio-card-template-4__bg-2-img-wrap {
	padding: 5px 6px 6px 5px;
    border-radius: 25px;
}

.portfolio-card-template-4__bg-2-img {
    width: 100%;
    height: auto;
}

.portfolio-card-template-5__bg-1 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 216px;
    height: 440px;
}

.portfolio-card-template-5__bg-1:before {
	background: url('../img/portfolio/template-5-bg-1.png') no-repeat top center / cover;
}

.portfolio-card-template-5__bg-1-img-wrap {
	padding: 8px 12px 8px 10px;
    border-radius: 50px;
}

.portfolio-card-template-5__bg-1-img {
    width: 100%;
    height: auto;
}

.portfolio-card-template-6__bg-1 {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 447px;
    height: 327px;
}

.portfolio-card-template-6__bg-1:before {
	background: url('../img/portfolio/template-6-bg-1.png') no-repeat top center / cover;
}

.portfolio-card-template-6__bg-1-img-wrap {
	padding: 8px 8px 5px 0;
    border-radius: 0 28px 28px 0;
}

.portfolio-card-template-6__bg-1-img {
    width: 100%;
    height: auto;
}

.portfolio-card-template-7__bg-1 {
    right: 0;
    top: 50%;
    transform: translate(0, -53%);
    width: 478px;
    height: 324px;
}

.portfolio-card-template-7__bg-1:before {
	background: url('../img/portfolio/template-7-bg-1.png') no-repeat top center / cover;
}

.portfolio-card-template-7__bg-1-img-wrap {
	padding: 8px 0 5px 8px; 
	border-radius: 35px 0 0 35px;
}

.portfolio-card-template-7__bg-1-img {
    width: 100%;
    height: auto;
}

.portfolio-card-template-7__bg-2 {
    right: 0;
    top: 50%;
    transform: translate(-308%, -26%);
    width: 119px;
    height: 241px;
}

.portfolio-card-template-7__bg-2:before {
	background: url('../img/portfolio/template-7-bg-2.png') no-repeat top center / cover;
}

.portfolio-card-template-7__bg-2-img-wrap {
    padding: 4px 5px 4px 5px;
    border-radius: 29px;
    bottom: 1px;
}

.portfolio-card-template-7__bg-2-img {
    width: 100%;
    height: auto;
}

@media (max-width: 1170px) {
    .portfolio-item {
        width: calc(50% - 7px);
    }
    .portfolio-item.full-width {
        width: 100%;
    }
    .portfolio-item:nth-child(3) + .portfolio-item,
    .portfolio-item:nth-child(3n+8) + .portfolio-item:not(.full-width),
    .portfolio-item.vertical + .portfolio-item,
    .portfolio-item.vertical + .portfolio-item + .portfolio-item,
    .portfolio-item:nth-child(even),
    .portfolio-item:nth-child(odd) {
        max-width: 100%;
    }
    .product-page-section .tabs-links ul {
        max-width: 100%;
    }



	.portfolio-card__img-container {
		height: 360px;
	}

	.portfolio-card__img-container-in {
		transform: scale(0.8);
	}

	.portfolio-card-template-1 .portfolio-card__img-container-in {
		transform-origin: bottom;
	}
	
	.portfolio-card-template-2 .portfolio-card__img-container-in {
		transform-origin: right;
	}

	.portfolio-card-template-3 .portfolio-card__img-container-in {
		transform-origin: center;
	}

	.portfolio-card-template-4 .portfolio-card__img-container-in {
		transform-origin: center;
	}

	.portfolio-card-template-5 .portfolio-card__img-container-in {
		transform-origin: center;
	}

	.portfolio-card-template-6 .portfolio-card__img-container-in {
		transform-origin: left;
	}

	.portfolio-card-template-7 .portfolio-card__img-container-in {
		transform-origin: right;
	}
}

@media (max-width: 991px) {
	.p-portfolio__item {
		width: 100%;
	}
}

@media (max-width: 768px) {
    .portfolio-item.vertical {
        float: left;
    }
    .portfolio-item:nth-child(3) + .portfolio-item,
    .portfolio-item:nth-child(3n+8) + .portfolio-item:not(.full-width),
    .portfolio-item.vertical + .portfolio-item,
    .portfolio-item.vertical + .portfolio-item + .portfolio-item,
    .portfolio-item:nth-child(even),
    .portfolio-item:nth-child(odd),
    .portfolio-item {
        width: 100%;
        max-width: 100%;
    }
    .tech-title {
        font-size: 18px;
    }
    .client-feedback {
        background: linear-gradient(90deg,#ffffff 0%, #D39ED9 1.22%, #195BFB 98.94%);
    }

    .feedback-text {
        margin-left: 0;
    }
}

@media (max-width: 646px) {
    .product-page-section .tabs-links ul {
        flex-direction: column;
    }
    .product-page-section .tabs-links,
    .product-page-preview {
        display: none;
    }
    .product-page-info {
        width: 100%;
        padding-left: 0;
    }
    .client-feedback .left {
        width: 100%;
    }
    .client-feedback .feedback-title {
        color: #ffffff;
    }
    .client-feedback .feedback-title {
        max-width: none;
        text-align: center;
    }
    .tech-title {
        text-align: center;
    }
    .product-page-technology .callback {
        display: block;
        margin: 0 auto;
    }

}

@media (max-width: 375px) {
    .feedback-text{
        padding: 15px;
    }
}



@media (max-width: 767px) {
	.tabs-links {
		overflow: hidden;
		margin-left: -15px;
		margin-right: -15px;
	}

	.tabs-links ul {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
		overflow: auto;
		max-width: initial;
	}

	.tabs-links ul::-webkit-scrollbar {
		display: none;
	}

	.tabs-links li {
		margin: 0 20px;
	}

	.tabs-links li:first-child {
		margin-left: 0;
	}

	.tabs-links a {
		font-size: 18px;
	}

	.portfolio-wrap {
		padding-top: 30px;
	}

	.cost-develop {
		padding-bottom: 150px;
	}



	.main-block.dev-main {
		padding: 100px 0 120px;
	}

	.main-block.dev-main p {
		margin-bottom: 0;
	}

	.dev-main h1 {
		margin-bottom: 30px;
		max-width: 270px;
		font-size: 24px;
		line-height: 29px;
	}

	.dev-main > .container {
		display: flex;
    	flex-direction: column-reverse;
	}

	#main-block-paralax { 
		background-size: cover !important;
		background-position: initial !important;
	}

	#main-block-paralax-2 {
		background-size: cover !important;
    	background-position: left top 140px !important;
	}



	.p-portfolio__list {
		margin-bottom: -50px;
	}

	.p-portfolio__item {
		margin-bottom: 50px;
	}

	.portfolio-card__img-container {
		height: 240px;
		margin-bottom: 20px;
	}

	.portfolio-card__img-container-in {
		transform: scale(0.5);
	}

	.portfolio-card__title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 14px;
	}

	.portfolio-card__desc {
		font-size: 10px;
		line-height: 12px;
		opacity: 0.8;
		max-width: 75%;
	}

	.portfolio-card-template-7__bg-2 {
		transform: translate(-328%, -26%);
	}

	.portfolio-item {
		display: none !important;
	}	

	.p-portfolio__list {
		display: flex !important;
	}


	.reviews {
		overflow: hidden;
	}

	.reviews .reviews-slider {
		overflow: visible;
	}

	.reviews .reviews-slider .slick-list {
		overflow: hidden;
		margin-left: -15px;
		margin-right: -15px;
	}

	.reviews h2 {
		margin-bottom: 55px;
		font-size: 20px;
		line-height: 24px;
	}

	.reviews .bg {
		z-index: -1;
		width: 100%;
		left: 0;
		right: 0;
		background: #0051FF;
		top: 105px;
		height: 64%;
		margin-left: 0;
	}

	.reviews .slide {
		margin: 0 15px 15px;
		opacity: 1;
		padding: 17px 13px 35px;
	}

	.reviews p {
		padding: 0 15px;
	}
}



.p-detail-head {
	position: relative;
}

.p-detail__head-info {
	position: relative;
	min-height: 490px;
	padding-top: 70px;
	padding-bottom: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 240px;
}

.p-detail__head-info h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 44px;
	font-weight: 900;
	line-height: 54px;
	color: #fff;
	margin-bottom: 42px;
}

.p-detail__head-info p {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
}

.p-detail__head-info-logo {
	display: block;
	position: absolute;
	top: 43%;
	right: 0;
	transform: translateY(-50%);
	max-width: 205px;
	width: auto;
	height: auto;
}

.p-detail-main-slider-section {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-top: -30px;
	padding-top: 30px;
	margin-bottom: 30px;
}

.p-detail-main-slider-c {
	position: relative;
}

.p-detail-main-slider {
	position: relative;
	box-shadow: 0px 36px 40px rgba(0, 81, 255, 0.1);
}

.p-detail-main-slider:before {
	position: absolute;
	display: block;
	content: "";
	top: -15px;
	right: -15px;
	bottom: -15px;
	left: -15px;
	border: 20px solid #1E2126;
	z-index: 1;
	border-radius: 35px;
	pointer-events: none;
}

.p-detail-main-slider__item-img-container {
	height: 606px;
	overflow: hidden;
	position: relative;
}

.p-detail-main-slider__item-img-container:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1E2126;
}

.p-detail-main-slider__item-img {
	width: 100%;
	height: auto;
	z-index: 2;
	position: relative;
}

.p-detail-long-slider-section .slick-arrow,
.p-detail-main-slider-section .slick-arrow {
	position: absolute;
	width: 50px;
	height: 160px;
	font-size: 0;
	color: transparent;
	border: none;
	outline: none;
	background: #0051FF;
	top: 50%;
	margin-top: -15px;
	transform: translateY(-50%);
	opacity: 1;
	transition: all .3s;
	z-index: 1;
}

.p-detail-long-slider-section .slick-arrow:hover,
.p-detail-main-slider-section .slick-arrow:hover {
	opacity: .7;
}

.p-detail-long-slider-section .slick-arrow:before,
.p-detail-main-slider-section .slick-arrow:before {
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	top: 50%;
	left: 50%;
}

.p-detail-long-slider-section .slick-prev,
.p-detail-main-slider-section .slick-prev {
	left: 0;
}

.p-detail-long-slider-section .slick-prev:before,
.p-detail-main-slider-section .slick-prev:before {
	transform: translate(-50%, -50%) rotate(45deg);
	margin-left: 2px;
}

.p-detail-long-slider-section .slick-next,
.p-detail-main-slider-section .slick-next {
	right: 0;
}

.p-detail-long-slider-section .slick-next:before,
.p-detail-main-slider-section .slick-next:before {
    transform: translate(-50%, -50%) rotate(225deg);
    margin-left: -4px;
}

.p-detail-main-slider-section .slick-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
}

.p-detail-main-slider-section .slick-dots li {
	margin: 0 11px;
	flex: 0 0 auto;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #0051FF;
	opacity: 0.3;
	transition: all .3s;
}

.p-detail-main-slider-section .slick-dots li.slick-active {
	opacity: 1;
}

.p-detail-main-slider-section .slick-dots li button {
	opacity: 0;
	font-size: 0;
	border: none;
	color: transparent;
	width: 100%;
	height: 100%;
	display: block;
}

.p-detail-texts {
	margin-bottom: 70px;
}

.p-detail-texts_pt-60 {
	padding-top: 60px;
}

.p-detail-texts__items-cols {
	display: flex;
    justify-content: space-between;
	margin-bottom: 80px;
}

.p-detail-texts__item {
	margin-bottom: 40px;
}

.p-detail-texts__item:last-child {
	margin-bottom: 0;
}

.p-detail-texts__item_mb-0 {
	margin-bottom: 0;
}

.p-detail-texts__item_inline {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}

.p-detail-texts__item_inline .p-detail-texts__item-title {
	margin-bottom: 0;
	margin-right: 5px;
}

.p-detail-texts__item-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	line-height: 32px;
	color: #0051FF;
	margin-bottom: 40px;
	font-weight: bold;
}

.p-detail-texts__item-title_mb-15 {
	margin-bottom: 15px;
}

.p-detail-texts__item-desc,
.p-detail-texts__item-desc p,
.p-detail-texts__item-desc a,
.p-detail-texts__item-desc strong,
.p-detail-texts__item-desc b {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}

.p-detail-texts__item-desc a {
	text-decoration: underline;
}

.p-detail-texts__item-desc a:hover {
	text-decoration: none;
}

.p-detail-texts__item-desc p {
	margin-bottom: 20px;
}

.p-detail-texts__item-desc p:last-child {
	margin-bottom: 0;
}

.p-detail-texts hr {
	margin-top: 30px;
	margin-bottom: 30px;
	background: #466CF3;
	border: none;
	height: 1px;
}

.p-detail-more {
	margin-top: 130px;
	margin-bottom: 160px;
}

.p-detail-more__title {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 50px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	color: #0051FF;
}




.p-detail-long-slider-section {
	position: relative;
	margin-bottom: 80px;
	overflow: hidden;
}

.p-detail-long-slider-section-bg {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	pointer-events: none;
}

.p-detail-long-slider-section > .container {
	position: relative;
	z-index: 1;
}

.p-detail-long-slider-section-in {
	height: 995px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-detail-long-slider__template-bg {
	position: relative;
}

.p-detail-long-slider__template-bg.scrolled:before {
	opacity: 0;
}

.p-detail-long-slider__template-bg-1 {
	margin-top: -30px;
}

.p-detail-long-slider__template-bg-1:before {
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	height: 80px;
	top: 50px;
	right: 43px;
	pointer-events: none;
	background: url('../img/detail/scroll-info-ico.svg') no-repeat center / contain;
	z-index: 2;
	opacity: 1;
	transition: all .3s;
}

.p-detail-long-slider__template-bg-1-outer-bg {
	position: absolute;
	display: block;
	z-index: 2;
	width: 1252px;
	height: auto;
	top: -48px;
	left: -128px;
	pointer-events: none;
}

.p-detail-long-slider__template-bg-1-img-wrap {
    width: 996px;
    height: 640px;
	overflow: auto;
	background: #1E2126;
	position: relative;
}

.p-detail-long-slider__template-bg-1-img-wrap .simplebar-track.simplebar-vertical {
	width: 7px;
	top: 3px;
	bottom: 3px;
	right: 2px;
}

.p-detail-long-slider__template-bg-1-img {
	width: 100%;
	height: auto;
	display: block;
}

.p-detail-long-slider__template-bg-2:before {
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	height: 80px;
	top: 20px;
	right: 23px;
	pointer-events: none;
	background: url('../img/detail/scroll-info-ico.svg') no-repeat center / contain;
	z-index: 2;
	opacity: 1;
	transition: all .3s;
}

.p-detail-long-slider__template-bg-2-outer-bg {
	position: absolute;
	display: block;
	z-index: 2;
	width: 433px;
	height: auto;
	top: -21px;
    left: -23px;
	pointer-events: none;
}

.p-detail-long-slider__template-bg-2-img-wrap {
	width: 387px;
    height: 842px;
	overflow: auto;
	background: #1E2126;
	border-radius: 25px;
}

.p-detail-long-slider__template-bg-2-img {
	width: 100%;
	height: auto;
	display: block;
}

.p-detail-long-slider__template-bg-2-img-wrap .simplebar-track.simplebar-vertical {
	width: 6px;
	top: 45px;
	bottom: 45px;
	right: 4px;
}

.simplebar-track.simplebar-vertical:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 1px;
	right: 1px;
	background: #0051FF;
	opacity: 0.3;
	pointer-events: none;
}

.simplebar-scrollbar {
	background: #0051FF;
}

.simplebar-scrollbar:before {
	display: none;
}

@media (max-width:1300px){
	.p-detail-main-slider-c {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.p-detail-main-slider:before {
		top: -5px;
		right: -5px;
		bottom: -5px;
		left: -5px;
		border: 15px solid #1E2126;
	}

	.p-detail-main-slider__item-img-container {
		height: 322px;
	}

	.p-detail-main-slider .slick-list {
		border-radius: 32px;
	}
}

@media (max-width:1200px){
	.p-detail-long-slider-section-in-1 {
		height: 605px;
	}

	.p-detail-long-slider__template-bg-1-outer-bg {
		width: 834px;
		left: -85px;
		top: -31px;
	}

	.p-detail-long-slider__template-bg-1-img-wrap {
    	width: 664px;
    	height: 428px;
	}
}

@media (max-width:991px){
	.p-detail__head-info {
		min-height: 335px;
		padding-top: 80px;
		padding-bottom: 60px;
	}

	.p-detail__head-info h1 {
		font-size: 30px;
		line-height: 42px;
		margin-bottom: 30px;
	}

	.p-detail__head-info p {
		font-size: 16px;
		line-height: 20px;
	}

	.p-detail-texts__items-cols {
		flex-direction: column;
		justify-content: flex-start;
		margin-bottom: 50px;
	}

	.p-detail-texts_pt-60 {
		padding-top: 50px;
	}
}

@media (max-width:767px){
	.p-detail-head .breadcrumbs {
		display: none;
	}

	.p-detail__head-info {
		padding-top: 40px;
		padding-bottom: 75px;
		padding-right: 0;
		min-height: 1px;
	}

	.p-detail__head-info-logo {
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		margin-bottom: 30px;
	}
	
	.p-detail__head-info h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.p-detail-texts_pt-60 {
		padding-top: 30px;
		margin-bottom: 40px;
	}

	.p-detail-texts__items-cols {
		margin-bottom: 30px;
	}

	.p-detail-main-slider-c {
		width: 234px;
	}

	.p-detail-main-slider__item-img-container {
		height: 125px;
	}

	.p-detail-main-slider:before {
		top: -2px;
		right: -2px;
		bottom: -2px;
		left: -2px;
		border: 4px solid #1E2126;
		border-radius: 15px;
	}

	.p-detail-main-slider .slick-list {
		border-radius: 15px;
	}

	.p-detail-long-slider-section {
		margin-bottom: 30px;
	}

	.p-detail-main-slider-section {
		margin-top: -15px;
		padding-top: 15px;
		margin-bottom: 30px;
		overflow: visible;
	}

	.p-detail-main-slider {
		box-shadow: 0px 36px 40px rgb(0 81 255 / 5%);
	}

	.p-detail-main-slider-section .slick-dots {
		margin-top: 10px;
	}

	.p-detail-main-slider-section .slick-dots li {
		margin: 0 5px;
		width: 8px;
		height: 8px;
	}

	.p-detail-long-slider-section .slick-arrow,
	.p-detail-main-slider-section .slick-arrow  {
		width: 25px;
		height: 70px;
		margin-top: 0;
	}

	.p-detail-long-slider-section .slick-prev,
	.p-detail-main-slider-section .slick-prev {
		left: 4px;
	}

	.p-detail-long-slider-section .slick-next,
	.p-detail-main-slider-section .slick-next {
		right: 4px;
	}

	.p-detail-long-slider-section .slick-arrow:before,
	.p-detail-main-slider-section .slick-arrow:before {
		width: 13px;
		height: 13px;
	}

	.p-detail-texts__item-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.p-detail-texts__item-desc, 
	.p-detail-texts__item-desc p, 
	.p-detail-texts__item-desc a, 
	.p-detail-texts__item-desc strong, 
	.p-detail-texts__item-desc b {
		font-size: 16px;
		line-height: 20px;
	}

	.p-detail-more__title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 40px;
	}

	.p-detail-long-slider-section-in-1 {
		height: 240px;
	}

	.p-detail-long-slider__template-bg-1 {
		margin-top: 0;
	}

	.p-detail-long-slider__template-bg-1:before,
	.p-detail-long-slider__template-bg-2:before {
		display: none;
	}

	.p-detail-long-slider__template-bg-1-outer-bg {
		width: 325px;
		left: -33px;
		top: -11px;
	}

	.p-detail-long-slider__template-bg-1-img-wrap {
		width: 259px;
		height: 169px;
	}

	.p-detail-long-slider__template-bg-1-img-wrap .simplebar-track.simplebar-vertical {
		width: 2px;
		top: 5px;
		bottom: 5px;
		right: 1px;
	}

	.p-detail-long-slider-section-in-2 {
		height: 535px;
	}

	.p-detail-long-slider__template-bg-2-outer-bg {
		width: 235px;
		top: -11px;
		left: -10px;
	}

	.p-detail-long-slider__template-bg-2-img-wrap {
		width: 215px;
		height: 460px;
	}

	.p-detail-long-slider__template-bg-2-img-wrap .simplebar-track.simplebar-vertical {
		width: 3px;
		top: 25px;
		bottom: 25px;
		right: 5px;
	}
}