a.arrow {
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #303439;
	font-weight: 600;
	display: inline-block;
	padding-right: 50px;
	background: url(files/arrow-right-black.svg) right center no-repeat;
}
a.arrow-white {
	color: #FFF;
	background-image: url(files/arrow-right-white.svg);
}
.carousel-fp .slick-prev {
	top: inherit;
	bottom: 0px;
	margin: 0 0 0 0px;
	right: 60px;
	left: inherit;
	z-index: 5;
	width: 37px;
	height: 37px;
}

.carousel-fp .slick-next {
	top: inherit;
	bottom: 0px;
	margin: 0 0 0 0;
	right: 10px;
	z-index: 5;
	width: 37px;
	height: 37px;
}

.carousel-fp .slick-prev:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 0;
	width: 100%;
	height: 100%;
	background: url(files/ArrowLeft4.svg);
	position: absolute;
	top: 0;
	left: 0;
}

.carousel-fp .slick-prev:hover:before {
	background: url(files/ArrowLeft5.svg);
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	border-radius: 50%;
}

.carousel-fp .slick-next:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 0;
	width: 100%;
	height: 100%;
	background: url(files/ArrowRight4.svg);
	position: absolute;
	top: 0;
	left: 0;
}
.carousel-fp .slick-next:hover:before {
	background: url(files/ArrowRight5.svg);
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	border-radius: 50%;
}
.page.page-intro {
	background: #D6E7F0;
	padding-top: 85px;
	padding-bottom: 25px;
}
.page.page-intro h1 {
	text-align: left;
	font-family: "PT Sans", sans-serif;;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	text-transform: inherit;
	position: relative;
	color: #303439;
	padding-left: 28px;
	padding-right: 28px;
	margin-left: 0;
	margin-right: 0;
	letter-spacing: 0.05em;
}
.page.page-intro h1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: #E7C7B1;
	display: block;
}
.page.page-intro p {
	line-height: 160%;
	letter-spacing: 0.05em;
}
.page.page-adv {
	overflow: hidden;
	margin-bottom: 40px;
}
.page.page-adv>.page2 {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #d0e3ec;
}
.page.page-adv .advent1 .title {
	font-size: 22px;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 25px;
	letter-spacing: 0.05em;
}
.page.page-adv .advent1 .descr {
	color: #818181;
	line-height: 180%;
	letter-spacing: 0.05em;
}
.page.page-adv .advent2 {
	font-size: 27px;
	font-weight: 700;
	color: #E7C7B1;
	padding-top: 40px;
	letter-spacing: 0.05em;
}
.page.page-adv .advent2 .img {
	margin-bottom: 20px;
}
.page.page-adv .advent2 .descr {
	padding-left: 20px;
	position: relative;
}
.page.page-adv .advent2 .descr:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	top: 0;
	left: 0;
	background: #E7C7B1;
}
.page.page-adv div.arrow {
	margin-top: 25px;
}
.page.page-customers {
	background: #D6E7F0;
	padding-top: 40px;
	padding-bottom: 0px;
	overflow: hidden;
}

.page.page-customers h2 {
	text-align: left;
	font-family: "PT Sans", sans-serif;;
	font-style: normal;
	font-weight: 600;
	font-size: 35px;
	text-transform: inherit;
	position: relative;
	color: #303439;
	padding-left: 28px;
	margin-left: 0;
	margin-right: 0;
	letter-spacing: 0.05em;
}
.page.page-customers h2:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 30px;
	background: #E7C7B1;
	display: block;
}
.page.page-customers .descr {
	padding-left: 0px;
}
.page.page-customers p {
	color: #818181;
	line-height: 140%;
	letter-spacing: 0.05em;
}
.page.page-youtube {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #50555C url(files/youtube-bg.jpg) left center no-repeat;
}
.page.page-youtube>.page2 {
	max-width: 100%;
	width: calc((100% - 1170px)/2 + 1170px);
	margin-right: 0;
	overflow: hidden;
}
.page.page-youtube .youtube-title .title {
	
}
.page.page-youtube .youtube-title .title {
	text-align: left;
	font-family: "PT Sans", sans-serif;;
	font-style: normal;
	font-weight: 600;
	font-size: 35px;
	text-transform: inherit;
	position: relative;
	color: #ffffff;
	padding-left: 28px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 80px;
	letter-spacing: 0.05em;
}
.page.page-youtube .youtube-title .title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: #E7C7B1;
	display: block;
}
.page.page-youtube .youtube-title .img {
	padding-left: 28px;
}
.page.page-youtube .youtube-title .arrow {
	padding-left: 15px;
	margin-top: 15px;
}
.page.page-youtube #videocarousel {
	margin-right: -15px;
	padding-bottom: 50px;
}
.page.page-youtube #videocarousel .slick-prev {
	top: inherit;
	bottom: 0px;
	margin: 0;
	left: 20px;
	z-index: 5;
	width: 70px;
	height: 28px;
}
.page.page-youtube #videocarousel .slick-next {
	top: inherit;
	bottom: 0px;
	margin: 0;
	right: 35%;
	z-index: 5;
	width: 70px;
	height: 28px;
}
.page.page-youtube #videocarousel .slick-prev:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 0;
	width: 100%;
	height: 100%;
	background: url(files/ArrowLeft2.svg);
	position: absolute;
	top: 0;
	left: 0;
}
.page.page-youtube #videocarousel .slick-next:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 0;
	width: 100%;
	height: 100%;
	background: url(files/ArrowRight2.svg);
	position: absolute;
	top: 0;
	left: 0;
}
.page.page-youtube #videocarousel.carousel-fp .slick-prev:hover:before {
	box-shadow: 0 0px 0px rgba(0,0,0,0.5);
	border-radius: 0%;
}
.page.page-youtube #videocarousel.carousel-fp .slick-next:hover:before {
	box-shadow: 0 0px 0px rgba(0,0,0,0.5);
	border-radius: 0%;
}
.page.page-youtube #videocarousel .item {
	margin: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	position: relative;
}
.page.page-youtube #videocarousel .item>a {
	cursor: pointer;
}
.page.page-youtube #videocarousel .item>a>.img {
	
}
.page.page-youtube #videocarousel .item>a>.title {
	position: absolute;
	width: 245px;
	height: 85px;
	background: url(files/youtube-title-bg.svg) top left no-repeat;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
		
}
.page.page-youtube #videocarousel .item>a>.title>div {
	color: #fff;
	padding: 0 10px 0 40px;
	letter-spacing: 0.1em;
	font-size: 17px;
	position: relative;
}
.page.page-youtube #videocarousel .item>a>.title>div:before {
	content: '';
	width: 6px;
	height: 100%;
	background: #E7C7B1;
	position: absolute;
	top: 0;
	left: 20px;
}
.page.page-youtube #videocarousel .item>a>.title.pps_hide {
	display: none;
}
.page.page-youtube #videocarousel .item>a>.num {
	position: absolute;
	width: 45px;
	height: 37px;
	background: url(files/youtube-num-bg.svg) top left no-repeat;
	top: 0;
	right: 15px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 5px;
	letter-spacing: 0.05em;
}
.page.page-youtube #videocarousel .item>a>.num.pps_hide {
	display: none;
}
.page.page-blog {
	
}
.page.page-blog>.page2 {
	padding: 30px 0;
}
.page.page-blog>.page2 h4 {
	
}
.page.page-blog>.page2 h4 {
	text-align: left;
	font-family: "PT Sans", sans-serif;;
	font-style: normal;
	font-weight: 600;
	font-size: 35px;
	text-transform: inherit;
	position: relative;
	color: #303439;
	padding-left: 28px;
	margin-left: 0;
	margin-right: 0;
	letter-spacing: 0.05em;
}
.page.page-blog>.page2 h4:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 28px;
	background: #E7C7B1;
	display: block;
}
.page.page-blog>.page2 .container {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}
.page.page-blog>.page2 .container>.items {
	margin: 0 -50px;
	position: relative;
}
.page.page-blog>.page2 .container>.items .item {
	margin: 0 50px;
}
.page.page-blog>.page2 .container>.items.carousel-fp .slick-prev {
	right: 110px;
}
.page.page-blog>.page2 .container>.items.carousel-fp .slick-next {
	right: 60px;
}
.page.page-blog>.page2 .container>.items>.item2 a {
	display: block;
	text-decoration: none;
}
.page.page-blog>.page2 .container>.items .item2 a:hover {
	text-decoration: none;
}

.page.page-blog>.page2 .container>.items .item2 .descr {
	letter-spacing: 0.05em;
}
.page.page-blog>.page2 .container>.items .item2 .descr .date {
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0 0 0;
	color: #DADADA;
}
.page.page-blog>.page2 .container>.items .item2 .descr .title {
	font-size: 25px;
	font-weight: 600;
	margin: 15px 0 0 0;
	color: #303439;
}
.page.page-blog>.page2 .container>.items .item2 .descr .anno {
	margin: 15px 0 0 0;
	color: #33373C;
}
.page.page-blog>.page2 div.arrow {
	margin-top: 20px;
}
.projects-demo h2 {
	text-align: left;
	font-family: "PT Sans", sans-serif;;
	font-style: normal;
	font-weight: 600;
	font-size: 35px;
	text-transform: inherit;
	position: relative;
	color: #303439;
	padding-left: 28px;
	margin-left: 0;
	margin-right: 0;
	letter-spacing: 0.05em;
}
.projects-demo h2:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 28px;
	background: #E7C7B1;
	display: block;
}
@media screen and (max-width: 1440px) {
	.page:not(.logonav)>.page2 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page.page-youtube #videocarousel .slick-next {
		right: 15px;
	}
}
@media screen and (max-width: 768px) {
	.page.page-blog>.page2 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page.page-blog>.page2 .container>.items .item2 .descr .anno {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.page.page-intro h1 {
		font-size: 30px;
	}
	.page.page-intro p {
		font-size: 15px;
	}
	.page.page-blog>.page2 .container {
		padding-bottom: 50px;
	}
	.page.page-blog > .page2 div.arrow {
	    margin-top: 40px;
	}
	#blogcarousel.carousel-fp .slick-prev {
		bottom: -30px;
	}
	
	#blogcarousel.carousel-fp .slick-next {
		bottom: -30px;
	}
}
