#intro:before,
#intro:after {
	content: '';
	position: absolute;
	background-size: contain;
    background-repeat: no-repeat;
}
#intro:before {
	width: 100%;
	height: 100%;
	left: 0;
	top: -115px;
    background-image: url(../img/Blur.png);
	z-index: -1;
}
#intro:after {
	width: 330px;
	height: 330px;  
	left: -165px;
    bottom: -165px;
    background-image: url(../img/graphic.png);
	z-index: 1;
}
#intro .row {align-items: center;}
#intro .cont.two {text-align: right;}
#intro .cont.two:before {
	content: '';
    width: 95%;
    height: 100%;
    position: absolute;
    left: 25%;
    top: 0;
    background: url(../img/abst_back.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
#intro .cont.two img {width: 350px;}
#intro .text {margin: 50px 0 70px;}
#intro .btn {
    width: 210px;
    height: 55px;
    font-size: 21px;
	font-family: 'IsidoraSans';
}
#intro .btn:first-child {margin-right:  25px;}

#transf {position: relative;}
#transf:after {
	content: '';
	position: absolute;
	background-size: contain;
    background-repeat: no-repeat;
	width: 330px;
	height: 330px;  
	right: -165px;
    bottom: -166px;
    background: url(../img/graphic.png);
	z-index: 1;
}
#transf .photos {text-align: center;}
#transf .two {flex-direction: row-reverse;}
#transf .two .images {
    margin: 0 auto 30px;
}
#transf .one .images {
	display: inline-block;
	width: 500px;
	height: 500px;
	margin: 0 auto 40px;
	padding: 70px 0 0;
	overflow: hidden;
	position: relative;
}
#transf .one .images:before {
	content: '';
	border: 15px solid rgb(255, 255, 255);
	border-radius: 50%;
	width: 350px;
	height: 350px;
	position: absolute;
	top: 0;
	left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
#transf .one .images img {
	position: relative;
	width: 300px;
}
#transf .two .images {max-width: 500px;}

#news .ttl {
	margin-bottom: 50px;
}
#news .news-item .image {
    width: 100%;
    height: 370px;
    overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
#news .news-item .image:before,
#news .news-item .image:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
#news .news-item .image:before {
	background-image: -moz-linear-gradient( -90deg, rgb(0,0,1) 0%, rgb(79,79,79) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(0,0,1) 0%, rgb(79,79,79) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(0,0,1) 0%, rgb(79,79,79) 100%);
	opacity: 0.4;
}
#news .news-item .image::after {
	background-image: -moz-linear-gradient( 90deg, rgb(48,224,161) 0%, rgba(23,220,208,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(48,224,161) 0%, rgba(23,220,208,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(48,224,161) 0%, rgba(23,220,208,0) 100%);
	opacity: 0.251;
	top: 100%;
}
#news .news-item .image:hover:after {
	top: 0;
}
#news .news-item .image img {
    width: 50vw;
	max-width: inherit;
}
#news .news-item .name {
    position: absolute;
    left: 0;
    bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6;
	padding: 0 20px;
    width: 100%;
}
#news .news-item .name:after {
    content: '';
    width: 10px;
    height: 13px;
    background-image: url(../img/right-chevron.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-size: cover;
    margin-left: 0px;
	opacity: 0;
	transition: all 0.3s;
}
#news .news-item:hover .name:after {
	margin-left: 10px;
	opacity: 1;
}
#news .news-item .date {
	background-image: -moz-linear-gradient( -45deg, rgb(23,220,208) 0%, rgb(40,214,151) 100%);
	background-image: -webkit-linear-gradient( -45deg, rgb(23,220,208) 0%, rgb(40,214,151) 100%);
	background-image: -ms-linear-gradient( -45deg, rgb(23,220,208) 0%, rgb(40,214,151) 100%);
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	position: absolute;
    right: 0;
    top: 0;
	padding: 10px 15px;
	color: #fff;
}
.news-slide {margin-bottom: 40px;}
#news .more {
	font-size: 16px;
	line-height: 1.2;
	width: 190px;
	height: 50px;
}
#news .buttons {justify-content: space-between;}

#steps {padding-bottom: 0;}
#steps .ttl {
	margin-bottom: 50px;
	text-align:center;
}
.steps-items {
	justify-content: center;
	margin-bottom: 70px;
}
.step-item {
	background-color: rgb(30, 37, 41);
	width: 370px;
	height: 370px;
    margin: 0 15px 20px;
	position: relative;
	padding: 70px 25px 25px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.step-item .title {line-height: 1.5;}
.step-item .title span {color: var(--green);}
.step-item .icon {    
	width: 150px;
	height: 200px;    
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
}
.step-item .number {
	background-image: -moz-linear-gradient( -4deg, rgb(23,220,208) 0%, rgb(40,214,151) 100%);
	background-image: -webkit-linear-gradient( -4deg, rgb(23,220,208) 0%, rgb(40,214,151) 100%);
	background-image: -ms-linear-gradient( -4deg, rgb(23,220,208) 0%, rgb(40,214,151) 100%);
	width: 70px;
	height: 70px;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	font-family: "Isidora Sans";
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
    left: 0;
    top: 0;
}
.home .footer,
.st2 .footer {
    padding: 200px 0 50px;
}

@media (min-width: 992px) {
	#transf .one .images {
		border-radius: 50%;
		background-image: -moz-linear-gradient( -45deg, rgb(23,220,208) 0%, rgb(40,214,151) 100%);
		background-image: -webkit-linear-gradient( -45deg, rgb(23,220,208) 0%, rgb(40,214,151) 100%);
		background-image: -ms-linear-gradient( -45deg, rgb(23,220,208) 0%, rgb(40,214,151) 100%);
	}
}
@media (max-width: 991px) {
	#intro:after,
	#transf:after {
		width: 250px;
		height: 250px;
	}
	#intro:after {bottom: -125px;}
	#transf:after {bottom: -85px;}
	#intro .cont.two {display: none;}
	#transf .row:first-child {margin-bottom: 60px;}
	#transf .ttl, #transf .text {text-align: center;}
	#transf .one .images {
		width: auto;
		padding: 0;
		height: auto;
	}
	#transf .one .images img {width: 200px;}
	#transf .two .images {max-width: 400px;}
	#news .news-item .image img {
		width: 100vw;
	}
}
@media (max-width: 767px) {
	.steps-items {flex-wrap: wrap;}
	.dowlands {
		font-size: 18px;
		margin-bottom: 0;
	}
	.footer {padding-top: 50px;}
}
@media (max-width: 639px) {
	#intro .text {margin: 35px 0 55px;}
	#intro .cont.one {margin-right: 0;}
	.but_sw {
		width: 40px;
		height: 40px;
	}
	.but_sw:before {background-size: 18px}
	#news .news-item .image {height: 300px;}
	#news .more {
		font-size: 14px;
		width: 170px;
		height: 40px;
	}
}