.section-home-banners{
	position: relative;
	min-height: 150px;
	background-color: #59514f;
}
.section-home-banners .switcher{
	position: absolute;
	bottom: 25px;
	text-align: center;
	z-index: 10;
	display: inline-block;
	left: 50%;
	transform: translate(-50%);
	border-radius: 5px;
	background-color: rgba(255,255,255,0.2);
	padding: 5px 10px;
	line-height: 0;
}
.section-home-banners .switcher a{
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid rgba(255,255,255,0.5);
	background-color: black;
	opacity: 0.5;
}
.section-home-banners .switcher button{
	background: none;
	border: none;
	padding: 0;
	color: black;
	width: 20px;
	height: 16px;
	margin-left: 10px;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	outline: none;
	min-height: 14px;
}
.section-home-banners .navigators{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 5;
	pointer-events: none;
}
.section-home-banners .navigators .content{
	position: relative;
	max-width: 1350px;
}
.section-home-banners .navigate{
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: solid #D5D9DD;
	border-width: 0 2px 2px 0;
	background-color: transparent;
	outline: none;	
	pointer-events: all;
	/* left */
	left: 30px;
	transform: rotate(135deg);
}
.section-home-banners .navigate.foward{
	right: 30px;
	left: auto;
	transform: rotate(-45deg);
	
}
/*.section-home-banners .navigate:before{
	position: absolute;
	content: '';
	width: 52px;
	height: 52px;
	border: solid white;
	border-width: 0 1px 1px 0;
	margin: -24px 0 0 -24px;
}*/
.section-home-banners .switcher button.stop{
	position: relative;
}
.section-home-banners .switcher button.stop:before{
	position:absolute;
	content: '';
	background-color: black;
	top: 0;
	bottom: 0;
	left: 3px;
	width: 4px;
}
.section-home-banners .switcher button.stop:after{
	position:absolute;
	content: '';
	background-color: black;
	top: 0;
	bottom: 0;
	left: 12px;
	width: 4px;
}
.section-home-banners .switcher button.play:after{
	content: '\25ba';
	margin-left: 3px;
}
.section-home-banners .switcher a.active {
	border: 1px solid black;
	background-color: white;
	opacity: 1;
}
@media screen and (max-width: 1300px){
	.section-home-banners .navigators{
		display: none;
	}
}
@media screen and (max-width: 1100px){
	.section-home-banners .switcher{
		bottom: 10px;
	}
}
@media screen and (max-width: 1000px){
	.section-home-banners{
		/*display: none;*/
	}
}

/* -------------------- section-home-banner -------------------- */

.section-home-banner{
	min-height: 655px;
	background-color: #20293b;
	text-align: left;
	font-size: 24px;
	line-height: 1.2;
	align-items: flex-end;
}
.section-home-banner.cb{ background-image: url('../../images/pages/home/banner-cb-v2.jpg?v2'); background-color: #20293b; }
.section-home-banner.cpm{ background-image: url('../../images/pages/home/banner-cpm-v2.jpg'); background-color: #0a1d55; }
.section-home-banner.cwt{ background-image: url('../../images/pages/home/banner-cwt-v2.jpg'); background-color: #173652; }
.section-home-banner.csc{ background-image: url('../../images/pages/home/banner-csc-v2.jpg'); background-color: #293c43; }
.section-home-banner .content{
	position: relative;
	padding-bottom: 50px;
}
.section-home-banner .text{
	max-width: 760px;
}
.section-home-banner .logo{
	height: 80px;
	max-width: 220px;
}
.section-home-banner h2{
	font-size: 35px;
	margin: 20px 0;
	max-width: none;
	font-weight: bold;
}
.section-home-banner h2.small{
	font-size: 30px;
	line-height: 1.1;
	margin: 12px 0;
}
.section-home-banner p{
	font-size: 24px;
	max-width: none;
}
.section-home-banner p.small{
	font-size: 20px;
}
.section-home-banner .more{
	color: #2090FA;
	text-decoration: none;
}
.section-home-banner p.small{
	font-size: 18px;
	line-height: 1.1;
}
.section-home-banner .module-download {
	margin-top: 25px;
	margin-bottom: 12px;
}
.section-home-banner .flex-container{
	margin: 0 -10px 0 -10px;
}
.section-home-banner .item{
	margin: 10px;
}
.section-home-banner .item.buttons{
	 width: 400px;
 }
.fr .section-home-banner .module-download .button{
	font-size: 85%;
}
.section-home-banner .video{
	position: absolute;
	right: 15%;
	bottom: 230px;
	font-size: 32px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	display: inline-block;
	background: url(../../images/main/icons/play-big.svg) no-repeat center 10px;
	background-size: 96px 96px;
	padding: 110px 5px 5px 5px;
	cursor: pointer;
	min-height: 54px;
	z-index: 1;
	min-width: 116px;
}
.section-home-banner .video .video-title{
	cursor: pointer;
	font-size: 20px;
	font-weight: normal;
	white-space: nowrap;
	padding-top: 105px;
	text-align: center;
}
.section-home-banner .text_below_button{
	color: white;
	min-height: 40px;
}
@media screen and (max-width: 1000px){
	.section-home-banner .video{
		display: none;
	}
}
@media screen and (max-width: 850px){
	.section-home-banners{
		display: none;
	}
}

/* -------------------- section-home-features -------------------- */

.section-home-features h2{
	font-size: 40px;
	color: #3672d4;
	text-align: center;
	max-width: 942px;
	margin-left: auto;
	margin-right: auto;
}
.section-home-features p{
	text-align: center;
	font-size: 21px;
	max-width: 942px;
	margin: 40px auto;
}
.section-home-features .item{
	position: relative;
	padding: 220px 20px 0 20px;
	width: 250px;
}
.section-home-features .item:before{
	position: absolute;
	content: '';
	left:0;
	top:0;
	right:0;
	height: 220px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.section-home-features .item.reliable:before{ background-image: url('../../images/pages/home/icons/reliable.svg'); }
.section-home-features .item.useful:before{ background-image: url('../../images/pages/home/icons/useful.svg'); }
.section-home-features .item.easy:before{ background-image: url('../../images/pages/home/icons/easy.svg'); }

.section-home-features .item:not(:last-child):after{
	position: absolute;
	content: '';
	top: 0;
	right: -20px;
	bottom: 0;
	width: 0px;
	border-right: 1px solid #eee;
}

.section-home-features .item h3{
	text-align: center;
	font-weight: bold;
	margin: 50px 0 10px 0;
}
.section-home-features .item p{
	text-align: center;
	font-size: 21px;
	max-width: 942px;
	margin: 10px 0;
}
.section-home-features .item img{
	/*height: 115px;*/
	margin: 10px auto;
	display: block;
}
@media screen and (max-width: 600px){
	.section-home-features h2{
		font-size: 35px;
	}
	.section-home-features p{
		font-size: 20px;
	}
}

/* -------------------- section-home-stats -------------------- */

.section-home-stats{
	background-color: #f2f2f2;
	background-image: url('../../images/pages/home/stats.jpg');
	min-height: 700px;
	text-align: left;	
	color: black;
}
.section-home-stats .content{
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-home-stats .text{
	width: 65%;
}
.section-home-stats h2{
	color: #d00f14;
}
.section-home-stats .source{
	margin-top: 0;
	color: #8e8b8b;
	font-size: 24px;
}
.section-home-stats .source a{
	color: #8e8b8b;
	font-size: 30px;
	text-decoration: underline;
}
@media screen and (max-width: 900px){
	.section-home-stats .text{
		width: 80%;
	}
}
@media screen and (max-width: 500px){
	.section-home-stats.banner{
		background-image: none;
	}
	.section-home-stats .text{
		width: auto;
	}
}
/* -------------------- section-home-posts -------------------- */

.section-home-posts h2{
	font-size: 48px;
	color: #3672d4;
	margin: 50px 10% 30px 10%;
	text-align: center;
}
.section-home-posts .description{
	margin: 50px 0 70px 0;
	font-size: 28px;
}

/* -------------------- section-home-subscribe -------------------- */

.section-home-subscribe{
	background-color: #2d57a0;
	color: white;
	text-align: center;
}
.section-home-subscribe h2{
	margin: 25px 0;
	font-size: 38px;
}
.section-home-subscribe h3{
	margin: 25px 0;
	font-size: 29px;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}
.section-home-subscribe p{
	font-size: 20px;
	margin: 10px 10%;
}
.section-home-subscribe form input[type="text"]{
	font-size: 23px;
	padding: 28px 30px;
	width: 600px;
	max-width: 100%;
	border-radius: 3px;
	border: none;
	margin: 5px 5px;
}
.section-home-subscribe form input[type="submit"]{
	cursor: pointer;
	background-color: #0098ff;
	color: #ffffff;
	padding: 28px 55px;
	border: none;
	border-radius: 3px;
	font-size: 23px;
	margin: 5px 5px;
}
.section-home-subscribe .error, .section-home-subscribe .success{
	display: inline-block;
	font-size: 120%;
}