/****************************************
	COMMON STYLES
****************************************/


/*BUTTONS*/
.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 11px 50px 11px 22px;
	background-color: #808080;
	text-decoration: none;
    transition: all .2s ease;
	z-index: 1;
}
.btn:hover {
	text-decoration: none;
    background-color: #656565;
}
.btn:active {
    background-color: #3c3c3c;
}
.btn.blue {
	background-color: #138c97;
}
.btn.blue:hover {
    background-color: #10737c;    
}
.btn.blue:active {
    background-color: #0c5258;
}
.btn.rnd {
	padding: 17px 47px 17px 25px;
	border: 2px solid #808080;
	color: #808080;
	border-radius: 100px;
	background-color: transparent;
}
.btn.rnd:before {
	position: absolute;
	content: "";
	top: 27px;
	right: 26px;
	transform: rotate(45deg);
	height: 10px;
	width: 2px;
	background-color: #808080;
    transition: all .2s ease;
	z-index: 1;
}
.btn.rnd:after {
	position: absolute;
	content: "";
	top: 21px;
	right: 26px;
	transform: rotate(-45deg);
	height: 10px;
	width: 2px;
	background-color: #808080;
    transition: all .2s ease;
	z-index: 1;
}
.btn.rnd.blue {
	border: 2px solid #138c97;
	color: #14676e;
	background-color: transparent;
}
.btn.rnd.blue:before {
	background-color: #186369;
}
.btn.rnd.blue:after {
	background-color: #186369;
}
.btn.rnd.blue:hover {
    color: #fff;
    background-color: #138c97;
}
.btn.rnd.blue:hover:before {
	background-color: #fff;
}
.btn.rnd.blue:hover:after {
	background-color: #fff;
}
.btn.rnd.blue:active {
    color: #fff;
    border: 2px solid #105d64;
    background-color: #105d64;
}
.btn.rnd.blue:active:before {
	background-color: #fff;
}
.btn.rnd.blue:active:after {
	background-color: #fff;
}

/*BADGE*/
.badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: #fff;
	background-color: #808080;
	padding: 2px 6px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;
}
.badge.green {
	color: #fff;
	background-color: #3ab92d;
}




/****************************************
	FRONT PAGE
****************************************/

/*FRONT PAGE TOP BLOCK*/
.fp_topblock {
	position: relative;
	z-index: 1;
}
.overlay {
    display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.overlay img {
	width: 150px;
	height: auto;
    border: none;
}
.fp_topblock:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(/images/landing-page/cshtml5-intro-image-2120x1414pxblur.jpg);
	background-size: 80% auto;
	background-position: bottom right;
	background-repeat: no-repeat;
	opacity: 0.4;
	z-index: -1;
}
.fp_topblock_in {
	display: flex;
	justify-content: space-between;
	padding: 68px 0 68px 0;
	margin: 0 auto;
	width: 1484px;
}
.fp_topblock-txt {
	width: 48%;
	flex-shrink: 0;
	margin-bottom: 65px;
}
.front_page .fp_topblock-txt h1 {
	font-size: 45px;
	font-weight: 600;
	color: #2f2f2f;
	margin: 0;
	margin-bottom: 24px;
}
.front_page .fp_topblock-txt h3 {
	font-size: 24px;
	letter-spacing: 0.1px;
	font-weight: 400;
	color: #3b3b3b;
	margin: 0;
	margin-bottom: 39px;
}
.front_page .fp_topblock-txt h3 strong {
	font-weight: 600;
}
.front_page .fp_topblock-txt ul {
	padding: 0;
	margin: 0;
	margin-left: 64px;
}
.front_page .fp_topblock-txt ul li {
	position: relative;
	list-style: none;
	font-size: 18px;
	letter-spacing: 0.3px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 21px;
	z-index: 1;
}
.front_page .fp_topblock-txt ul li:before {
	position: absolute;
	content: "";
	top: 2px;
	left: -38px;
	width: 23px;
	height: 22px;
	background-image: url(/images/landing-page/check-mark.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
.front_page .fp_topblock-txt ul li strong {
	font-weight: 400;
}
.fp_topblock-btns {
	padding-top: 25px;
}
.fp_topblock-btns .btn:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	width: 34px;
	background-color: rgba(0, 0, 0, 0.22);
	z-index: -1;
}
.fp_topblock-btns .btn {
	margin-right: 56px;
}
.fp_topblock-btns .btn.blue:before {
	background-color:  rgba(0, 0, 0, 0.22);
}
.fp_topblock-btns .btn.download:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 7px;
	width: 19px;
	font-size: 16px;
	background-image: url(/images/landing-page/download-button.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
.fp_topblock-btns .btn.migrate:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 7px;
	width: 19px;
	font-size: 16px;
	background-image: url(/images/landing-page/angle-arrow-pointing-to-right.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
.fp_topblock-video {
	display: flex;
	width: 52%;
	align-items: flex-end;
	justify-content: center;
}
.fp_topblock-video-elem {
	height: 280px;
	width: 464px;
	padding: 16px 18px;
	background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}
.fp_topblock-video iframe {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

/*FRONT PAGE TRUST LOGOS BLOCK*/
.trust {
	padding: 20px 0;
	background-image: url(/images/landing-page/turquoise-background.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.trust h1 {
	text-align: center;
	font-weight: 300;
	font-size: 32px;
	letter-spacing: 0.4px;
	color: #fff;
	margin: 0;
	/*margin-bottom: 20px;*/
}
.trust h1 strong {
	font-weight: 600;
}
.trust_logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 1128px;
	margin: 0 auto;
}
.trust_logos-img {
	flex: 0 0 138px;
    max-width: 138px;
	height: auto;
	margin: 0 25px 20px 25px;
}

/*FONT PAGE TESTIMONIALS*/
.testimonials {
	background-image: radial-gradient(circle, #fefefe, #e2e2e2);
	padding: 30px 0 28px 0;
	text-align: center;
}
.testimonials h1 {
	text-align: center;
	color: #636363;
	font-weight: 300;
	font-size: 35px;
	letter-spacing: 0.4px;
	margin: 0;
	margin-bottom: 42px;
}
.testimonials h1 strong {
	font-weight: 600;
}
.testimonials_elems {
	display: flex;
	flex-wrap: wrap;
	width: 1416px;
	margin: 0 auto;
	margin-bottom: -20px;
    overflow: hidden;
}
.testimonials_elem {
	position: relative;
	flex: 0 0 594px;
    width: 594px;
    max-width: 594px;
	padding-left: 48px;
	text-align: left;
	margin: 0 57px;
	margin-bottom: 24px;
	z-index: 1;
}
.testimonials_elem:before {
	position: absolute;
	content: "\201C";
	display: block;
	font-size: 80px;
	left: -12px;
	top: 20px;
	color: #7a7a7a;
	z-index: -1;
}
.testimonials_elem,
.testimonials_elem p {
	font-style: italic;
	font-size: 18px;
	color: #383838;
	font-family: Georgia, serif;
	letter-spacing: 0.1px;
	line-height: 26px;
}
.testimonials_elem p {
	margin: 0;
}
.testimonials_elem small {
	position: relative;
	color: #999;
	font-size: 14px;
	font-family: Georgia, serif;
	z-index: 1;
}
.testimonials_elem small:before {
	content: "\2014 \2009";
}

/*FRONT PAGE WORKFLOW BLOCK*/
.workflow {
	background-image: radial-gradient(circle, #484848, #262626);
	padding: 24px 0 28px 0;
	text-align: center;
}
.workflow h1 {
	font-size: 45px;
	color: #e0e0e0;
	font-weight: 300;
	margin: 0;
	margin-bottom: 62px;
}
.workflow h1 strong {
	font-weight: 600;
}
.workflow_cols {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 1600px;
	margin: 0 auto;
}
.workflow_col {
	padding-left: 80px;
	width: 48%;
}
.workflow_stage {
	position: relative;
	margin-bottom: 42px;
	z-index: 1;
}
.workflow_stage.download_stage {
	margin-bottom: 88px;
}
.workflow_stage-content.flex_content {
	display: flex;
	align-items: flex-start;
}
.workflow_stage-nr {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -15px;
	left: -80px;
	width: 59px;
	height: 59px;
	color: #c0c0c0;
	font-size: 44px;
	font-weight: 600;
	border: 3px solid #c0c0c0;
	border-radius: 50%;
	padding: 15px;
	z-index: 1;
}
.workflow_stage-content.flex_content .workflow_stage-txt {
	width: 290px;
	flex-shrink: 0;
}
.workflow_stage-txt {
	text-align: left;
	padding-right: 15px;
}
.workflow_stage-txt h3 {
	font-weight: 300;
	font-size: 21px;
	letter-spacing: 0.2px;
	color: #f9f9f9;
	margin: 0;
	margin-bottom: 15px;
}
.workflow_stage-txt h3 strong,
.workflow_stage-txt h3 a {
	font-weight: 600;
	color: #f9f9f9;
}
.workflow_stage-txt small {
	display: block;
	color: #cdcdcd;
	line-height: 17px;
	font-weight: 400;
}
.workflow_stage-txt small a {
	color: #cdcdcd;
	line-height: 17px;
	font-weight: 400;
}
.workflow_stage-tip {
	position: relative;
	background-color: #138c97;
	padding: 11px 30px 16px 33px;
	border-radius: 12px;
	color: #fff;
	font-size: 14px;
	margin-top: 36px;
	line-height: 18px;
	z-index: 1;
}
.workflow_stage-tip:before {
	position: absolute;
	content: "TIP";
	top: -8px;
	left: -12px;
	transform: rotate(-18deg);
	padding: 4px 6px;
	background: #808080;
	color: #000;
	font-size: 12px;
	letter-spacing: 0.6px;
	font-weight: 900;
	z-index: 1;
}
.workflow_stage-tip h4 {
	color: #000;
	font-weight: 600;
	margin: 0;
	line-height: 20px;
	margin-bottom: 8px;
	font-size: 16px;
	letter-spacing: 0.1px;
}
.workflow_stage-tip a {
	color: #fff;
	font-size: 14px;
}
.workflow_stage-ex {
    width: 398px;
}
.workflow_stage-content .workflow_stage-ex img {
	width: 100%;
	height: auto;
}
.workflow_stage-content.project_stage .workflow_stage-ex img {
	width: 364px;
	height: auto;
}
.workflow_stage-content.project_stage .workflow_stage-tip {
	margin-right: 44px;
}
.workflow_stage-content.build_stage .workflow_stage-ex img {
	width: 292px;
	height: auto;
}
.workflow_stage-content.launch_stage .workflow_stage-tip {
	padding: 11px 15px 16px 22px;
}
.workflow_stage-content.launch_stage .workflow_stage-ex img {
	width: 337px;
	height: auto;
}

/*FRONT PAGE FEATURES BLOCK*/
.features {
	background-image: radial-gradient(circle, #fefefe, #e2e2e2);
	padding: 60px 0 35px 0;
}
.features_in {
	text-align: center;
}
.features_cols {
	display: flex;
	align-items: flex-start;
	text-align: left;
	width: 1362px;
	margin: 0 auto;
}
.features_col {
	width: 466px;
	flex-shrink: 0;
	margin-right: 144px;
}
.features_col.feature_title {
	width: 286px;
	flex-shrink: 0;
	margin: 0;
}
.feature_title h1 {
	font-weight: 400;
	font-size: 45px;
	color: #404040;
	margin: 0;
}
.features_col:last-of-type {
	margin-right: 0;
}
.features_stage {
	margin-bottom: 40px;
}
.features_stage h3 {
	font-weight: 300;
	font-size: 21px;
	color: #333333;
	margin: 0;
	margin-top: 24px;
	margin-bottom: 17px;
}
.features_stage h3 strong {
	font-weight: 600;
}
.features_stage small {
	display: block;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0px;
	color: #636363;
	font-weight: 600;
	margin-bottom: 14px;
}
.features_stage small a {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0px;
	color: #636363;
	font-weight: 600;
}
.features_stage-ex img {
	max-width: 100%;
	height: auto;
}

/*FRONT PAGE CTAs BLOCK*/
.ctas {
	background-image: url(/images/landing-page/turquoise-background.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.ctas_in {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ctas_in .btn {
	margin: 12px 16px;
	background-color: #116971;
	color: #fff;
	padding: 16px 18px;
	text-transform: none;
	font-size: 18px;
	letter-spacing: 0.4px;
}
.ctas_in .btn:hover {
    background-color: #0f585f;
}
.ctas_in .btn:active {
    background-color: #0c494e;
}




/****************************************
	RESPONSIVE CLASSES
****************************************/
.show_sm {
    display: none;
}




/****************************************
	RESPONSIVE STYLES
****************************************/
@media only screen and (max-width: 1699px) {
	.wrapper {
		width: 1500px;
	}
	.fp_topblock_in {
		width: 1350px;
	}
	.fp_topblock-txt {
		width: 52%;
	}
	.fp_topblock-video {
		width: 46%;
	}
	.workflow_cols {
		width: 1500px;
	}
	.workflow_col {
		width: 49%;
	}
    .workflow_stage-ex {
        width: 365px;
    } 
}
@media only screen and (max-width: 1529px) {
    .wrapper {
        width: 1300px;
    }
    .fp_topblock_in {
        width: 100%;
        padding-left: 60px;
    }
    .fp_topblock-txt {
        width: 58%;
    }
    .fp_topblock-video {
        width: 38%;
    }
    .testimonials_elems {
        width: 100%;
    }
    .testimonials_elem {
        flex: 0 0 536px;
        width: 536px;
        max-width: 536px;
    }
    .workflow_stage-content.flex_content {
        display: block;
    }
    .workflow_cols {
        width: 100%;
    }
    .workflow_col {
        width: 48%;
    }
    .workflow_stage-content.flex_content .workflow_stage-txt {
        width: 57%;
        margin-bottom: 30px;
        padding-right: 0;
    }
    .workflow_stage-ex {
        text-align: left;    
    }
    .workflow_stage-content .workflow_stage-ex img {
        width: auto;
        max-width: 90%;
        min-width: 350px;
    } 
    .workflow_stage-content.project_stage .workflow_stage-ex img {
        width: 390px;
    }
    .workflow_stage-content.build_stage .workflow_stage-ex img {
        width: 350px;
    }
    .workflow_stage-content.project_stage .workflow_stage-tip {
        margin-right: 0;
    }
    .workflow_stage-content.launch_stage .workflow_stage-ex img {
        width: 380px;
    }
    .features_cols {
        width: 100%;
        flex-wrap: wrap;
    }
    .features_col {
        width: 578px;
        flex: 0 0 578px;
    }
    .features_col.feature_title {
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .feature_title h1 {
        margin-bottom: 60px;
    }
    .workflow_stage-ex {
        width: 398px;
    } 
}
@media only screen and (max-width: 1329px) {
    .wrapper {
        width: 994px;
    }
    .overlay img {
        width: 120px;
    }
    .fp_topblock_in {
        padding: 49px 0 62px 60px;
    }
    .front_page .fp_topblock-txt h1 {
        font-size: 40px;
        margin-bottom: 32px;
    }
    .fp_topblock-txt {
        width: 67%;
        margin-bottom: 0;
    }
    .front_page .fp_topblock-txt ul {
        margin-left: 40px;
    }
    .fp_topblock-btns {
        padding-top: 15px;
    }
    .fp_topblock-btns .btn {
        margin-right: 24px;
    }
    .fp_topblock-video {
        width: 33%;
    }
    .fp_topblock-video-elem {
        width: 310px;
        height: 184px;
        padding: 11px 13px;
    }
    .trust h1 {
        font-size: 28px;
        letter-spacing: 0;
    }
    .trust_logos {
        width: 792px;
    }
    .trust_logos-img {
        flex: 0 0 92px;
        max-width: 92px;
        margin: 0 20px 20px 20px;
    }
    .testimonials h1 {
        font-size: 30px;
        letter-spacing: 0;
        margin-bottom: 23px;
    }
    .testimonials_elem {
        flex: 0 0 468px;
        width: 468px;
        max-width: 468px;
        margin: 0 14px;
        margin-bottom: 16px;
    }
    .testimonials_elem, .testimonials_elem p {
        font-size: 16px;
        line-height: 22px;
    }
    .testimonials_elem::before {
        left: -3px;
        top: 18px;
        font-size: 68px;
    }
    .testimonials_elem small {
        font-size: 12px;
    }
    .btn.rnd {
        padding: 11px 40px 13px 19px;
    }
    .btn.rnd::after {
        right: 20px;
        top: 15px;
    }
    .btn.rnd::before {
        right: 20px;
        top: 21px;
    }
    .workflow_col {
        padding-left: 65px;
    }
    .workflow h1 {
        font-size: 37px;
    }
    .workflow_stage-nr {
        left: -65px;
        width: 51px;
        height: 51px;
        font-size: 38px;
    }
    .workflow_stage-content.flex_content .workflow_stage-txt {
        width: 100%;
    }
    .workflow_stage-tip {
        margin-top: 23px;
    }
    .workflow_stage-tip h4 {
        font-size: 14px;
    }
    .workflow_stage-content.project_stage .workflow_stage-ex img {
        width: 290px;
    }
    .workflow_stage-content.build_stage .workflow_stage-ex img {
        width: 290px;
    }
    .workflow_stage-txt h3 {
        font-size: 19px;
    }
    .workflow_stage-content .workflow_stage-ex img {
        min-width: 270px;
        max-width: 398px;
    }
    .workflow_stage-content.launch_stage .workflow_stage-ex img {
        width: 272px;
    }
    .features {
        padding: 19px 0 35px 0;
    }
    .feature_title h1 {
        font-size: 37px;
    }
    .features_stage h3 {
        font-size: 19px;
    }
    .features_col {
        flex: 0 0 464px;
        width: 464px;
        margin-right: 66px;
    }
    .ctas_in .btn {
        font-size: 17px;
        padding: 16px 14px;
        margin: 12px 5px;
    }
}
@media only screen and (max-width: 1023px) {
    .wrapper {
        width: 830px;
    }
    .front_page .fp_topblock-txt h1 {
        font-size: 35px;
    }
    .testimonials_elem {
        flex: 0 0 387px;
        width: 387px;
        max-width: 387px;
    }
    .workflow_stage-content .workflow_stage-ex img {
        max-width: 100%;
    }
    .features_col {
        flex: 0 0 395px;
        width: 395px;
        margin-right: 40px;
    }
    .feature_title h1 {
        margin-bottom: 30px;
    }
    .ctas_in {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .ctas_in .btn {
        padding: 16px 8px;
    }
    .fp_topblock_in {
        padding-left: 0;    
    }
    .workflow_stage-ex {
        width: 333px;
    } 
}
@media only screen and (max-width: 861px) {
    .wrapper {
        width: 100%;
        padding: 0 15px;
    }
    .show_sm {
        display: block;
    } 
    .hide_sm {
        display: none;
    }
    body.scroll_off,
    html.scroll_off {
        height: 100vh;
        overflow-y:hidden;
        overflow: hidden;
    }
    .fp_topblock_in {
        display: block;
    }
    .fp_topblock-txt {
        width: 100%;
    }
    .fp_topblock-video {
        width: 100%;
        display: block;
    }
    .fp_topblock-btns .btn {
        margin-right: 24px;
        margin-bottom: 10px;
    }
    .front_page .fp_topblock-txt h1 {
        font-size: 27px;
        text-align: center;
        margin-bottom: 15px;
    }
    .overlay img {
        width: 74px;
    }
    .front_page .fp_topblock-txt h3 {
        text-align: center;
        font-size: 18px;
        padding: 0 30px;
    }
    .front_page .fp_topblock-txt ul li {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 19px;
        margin-bottom: 16px;
    }
    .btn {
        font-size: 13px;
    }
    .fp_topblock::before {
        background-size: 150% auto;
        background-position: 0 100%;
    }
    .trust h1 {
        font-size: 21px;
        padding: 0 30px;
    }
    .trust_logos {
        width: 100%;
    }
    .trust_logos-img {
        flex: 0 0 74px;
        max-width: 74px;
        margin: 0 15px 15px 15px;
    }
    .testimonials {
        padding: 20px 0;
    }
    .testimonials_elems {
        margin-bottom: 0;
    }
    .testimonials_elem {
        margin: 0;
        margin-bottom: 16px;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .testimonials h1 {
        font-size: 21px;
    }
    .btn.rnd {
        padding: 9px 38px 9px 14px; 
    }
    .btn.rnd::before {
        width: 1px;
        height: 8px;
        top: 16px;
    }
    .btn.rnd::after {
        width: 1px;
        height: 8px;
        top: 11px;
    }
    .workflow {
        padding: 16px 0;
    }
    .workflow h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .workflow_stage-tip h4 {
        font-size: 13px;
    }
    .workflow_stage-txt h3 {
        font-size: 17px;
        letter-spacing: 0;
    }
    .workflow_stage-nr {
        height: 41px;
        width: 41px;
        font-size: 24px;
        top: -9px;
        left: -56px;
    }
    .workflow_cols {
        display: block;
    }
    .workflow_col {
        width: 100%;
        padding-left: 60px;
        padding-right: 22px;
    }
    .workflow_stage.download_stage,
    .workflow_stage {
        margin-bottom: 40px;
    }
    .workflow_stage-tip {
        padding: 11px 27px 16px 30px;
    }
    .workflow_stage-tip {
        font-size: 11px;
        max-width: 450px;
    }
    .workflow_stage-content.launch_stage .workflow_stage-tip {
        font-size: 13px;
    }
    .workflow_stage-content.flex_content .workflow_stage-txt {
        margin-bottom: 15px;
    }
    .workflow_stage-content .workflow_stage-ex img {
        max-width: 380px;
    }
    .features {
        padding: 24px 0 35px 0;
    }
    .features_cols {
        display: block;
    }
    .features_col {
        width: 100%;
        margin-right: 0;
        padding: 0 10px;
    }
    .feature_title h1 {
        font-size: 24px;
    }
    .ctas_in {
        padding-top: 12px;
    }
    .ctas_in .btn {
        margin: 0;
        margin-bottom: 12px;
        margin-right: 15px;
    }
    .workflow_stage-ex {
        width: 398px;
    } 
}
@media only screen and (max-width: 479px) {
    .front_page .fp_topblock-txt h1 {
        line-height: 30px;
    }
    .front_page .fp_topblock-txt h3 {
        padding: 0;
    }
    .fp_topblock::before {
        background-size: 210% auto;
        background-position: 40% 100%;
    }
    .trust h1 {
        padding: 0;
    }
    .testimonials_elem {
        padding-left: 40px;
    }
    .testimonials_elem::before {
        font-size: 58px;
    }
    .workflow_stage-nr {
        font-size: 18px;
        height: 36px;
        width: 36px;
        left: -50px;
    }
    .workflow_stage-content .workflow_stage-ex img {
        max-width: 100%;
    }
    .workflow_col {
        padding-left: 50px;
        ;padding-right: 0;
    }
    .workflow_stage-tip {
        padding-right: 20px;
        max-width: 100%;
    }
    .features_col {
        padding: 0;
    }
    .workflow_stage-ex {
        width: 100%;
    } 
}
@media only screen and (max-width: 359px) {
    .fp_topblock-video-elem {
        width: 100%;
    }
    .workflow_stage-content .workflow_stage-ex img {
        min-width: 0;
        width: 100%;
    }
}