body,
html {
	height: 100%;
}
body {
    margin: 0;
    font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #555555;
}
* {
    box-sizing: border-box;
}
div {
    max-width: 100%;
}
.font-bold {
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-style: normal;	
}
a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}
h1, h2, h3, h4, p, ul {
	margin: 0;
}
.text_center {
	text-align: center;
}
.container {
	width: 1090px;
	margin: auto;
}
.wrap_hero_section {
	overflow: hidden;
}
.wrap_logo {
    text-align: center;
    padding: 15px 15px 20px 15px;
}
.logo {
	font-size: 34px;
	letter-spacing: 0.6px;
	line-height: 1.3125;
	margin: auto;
}
.logo img {
	width: 29px;
	height: 29px;
}
.hero_section {
	padding: 40px 15px 120px;
	display: flex;
}
.title {
	font-size: 54px;
    letter-spacing: 1px;
	line-height: 1.2;
	max-width: 620px;
	margin-right: -10px;
}
.hero_text {
	color: #707070;
	font-size: 28px;
	line-height: 1.2;
	max-width: 470px;
	padding-top: 15px;
}

.hero_left {
	flex: 0 0 auto;
	margin-right: -50px;
}
.hero_list {
	list-style: none;
	font-size: 22px;
	line-height: 1.35;
	color: #00A295;
	padding: 0;
	padding-top: 25px;
}
.hero_list li {
	padding-top: 16px;
}
.hero_list img {
	width: 24px;
	height: 26px;
	display: inline-block;
	margin-right: 7px;
	vertical-align: sub;
}
.btn {
	background-color: #FA585D;
	width: 537px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2.14;
	padding: 8px 0 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	max-width: 100%;
}
.btn_hero {
	margin-top: 78px;
}
.hero_right {
	position: relative;
	z-index: -1;
	padding-top: 120px;
}
.hero_bg_img {
    margin-left: -110px;
    max-width: calc(100% + 120px);
	z-index: 1;
	position: relative;
}
.hero_gif {
	position: absolute;
	width: 62%;
	top: 20.7%;
	left: 20.8%;
	z-index: -1;
}
.monitor_elem {
	position: absolute;
	background-color: #535461;
    top: 16%;
    left: 19%;
    width: 61%;
    height: 5%;
    z-index: 1;
}
.monitor_elem:after{
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	content: "";
	top: calc(50% - 6px);
	left: calc(50% - 8px);
}

.second_section {
	background-color: #F5F5F5;
	padding: 35px 0 130px;
	overflow: hidden;
}
.title_section {
	font-size: 42px;
	letter-spacing: .6px;
	padding: 0 15px;
	line-height: 1.116;
	padding-bottom: 60px;
}
.second_section .container {
	display: flex;
	align-items: self-start;
}
.wrap_mobile_screen {
	display: flex;
}
.second_section .col-5 {
	flex: 0 1 50%;
	max-width: 50%;
}
.mobile_screen {
	width: 230px;
	opacity: 0;
	height: 100%;
	max-width: 100%;
}
[class*="bounceIn"] {
	opacity: 1;
}
.screen2 {
	margin: 35px -110px -35px -110px;
}
.screen2 {
	z-index: 2;
}
.subtitle_section {
	font-size: 26px;
	line-height: 1.5;
	max-width: 450px;
	letter-spacing: 1px;
}
.second_section .text {
	font-size: 24px;
	letter-spacing: .4px;
	line-height: 1.3;
	margin: 30px 0;
}


.screen-container {
	height: 50%;
	z-index: 0;
	position: absolute;
	top: 17%;
	margin-left: auto;
	margin-right: auto;
	right: 0;
	left: 15px;
	overflow: hidden;
	width: 70%;
}
.screen-container img {
	width: 100%;
}
.screen-container .screen-image {
    transition: all 0.8s linear;
    -webkit-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.screen-container .translate-screen {
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
	transition: all 8s linear 0.5s;
    -webkit-transition: all 8s linear 0.5s;
    -o-transition: all 8s linear 0.5s;
    -moz-transition: all 8s linear 0.5s;
}
.d-none {
	display: none !important;
}

@media(min-width: 561px) {
	.screen-container {
		height: 50%;
		top: 67px;
		width: 53vw;
		right: 15px;
	}
}
@media(min-width: 767px) {
	.hero_gif {
		width: 52%;
	}
}
@media(min-width: 769px) {
	.monitor_elem {
		top: 16%;
		left: 20%;
		width: 53.5%;
		height: 4%;
	}
	.monitor_elem:after {
		width: 5px;
		height: 5px;
		top: calc(50% - 3px);
		left: calc(50% - 5px);
	}
	.screen-container {
		height: 49%;
	    top: 67px;
	    right: 35px;
	    left: 0;
	    width: 290px;
	}
}
@media(min-width: 992px) {
	.hero_gif {
		width: 66%;
	    top: 33.7%;
	    left: 2.4%;
		z-index: -1;
	}
	.second_section {
		margin-top: -50px;
	}
	.monitor_elem {
		top: 31%;
		left: 3%;
		width: 66%;
		height: 4%;
	}
	.monitor_elem:after{
		width: 8px;
		height: 8px;
		top: calc(50% - 6px);
		left: calc(50% - 8px);
	}
	.screen-container {
		height: 35%;
	    top: 185px;
	    right: 147px;
	 	left: auto;
	    width: calc( 100% - 150px );
	}
}
@media(min-width: 1300px) {
	.hero_right {
		padding-top: 50px;
	}
	.hero_bg_img {
	    max-width: calc(100% + 322px);
	}
	.hero_gif {
		width: 86%;
		top: 25.7%;
		left: 11.4%;
	}
	.monitor_elem {
		top: 21%;
		left: 11%;
		width: 88%;
		height: 5%;
	}
	.screen-container {
		height: 44%;
	    top: 138px;
	    right: 0;
		left: auto;
	    width: calc( 100% - 50px );
	}
}




@media(max-width: 1300px) {
	.second_section .col-5 {
	    padding: 0 15px;
	}
}
@media(max-width: 992px) {
	.container {
		max-width: 100%;
	}
	.hero_section {
		flex-wrap: wrap;
		padding-bottom: 0;
	}
	.title {
		text-align: center;
		max-width: 100%;
		margin-right: 0;
	}
	.hero_text {
		text-align: center;
		max-width: 100%;
	}
	.hero_left {
		margin-right: 0;
		width: 550px;
		margin: auto;
	}
	.hero_right {
		padding-top: 15px;
		max-width: 550px;
		margin: auto;
		margin-bottom: -55px;
	}
	.hero_bg_img {
		max-width: 100%;
		margin-left: 0;
	}
	.second_section {
		text-align: center;
	}
	.title_section {
		padding-bottom: 20px;
	}
	.second_section .container {
		flex-wrap: wrap;
	}
	.second_section .col-5 {
		flex: 0 1 550px;
		max-width: 100%;
		margin: auto;
	}
	.second_section .wrap_mobile_screen {
		flex: 0 1 500px;
		margin: auto;
		padding-bottom: 20px;
	}
	.subtitle_section {
		max-width: 550px;
		margin: auto;
		padding-bottom: 20px;
	}
}
@media(max-width: 768px) {
	.wrap_logo {
		padding: 7px 15px 20px 15px;
	}
	.logo {
    	font-size: 26px;
	}
	.logo img {
    	margin-bottom: -3px;
	}
	.hero_section {
		padding-top: 22px;
	}
	.title {
		font-size: 28px;
	}
	.hero_text {
		font-size: 24px;
		padding-top: 20px;
	}
	.hero_list {
		font-size: 16px;
		padding-top: 20px;
	}
	.hero_list li {
		position: relative;
	}
	.hero_list img {
		width: 15px;
		height: 15px;
		position: absolute;
		left: 0;
		top: 19px;
	}
	.hero_list li span {
		padding-left: 18px;
		display: inline-block;
	}
	.btn {
		font-size: 12px;
	}
	.btn_hero {
		margin-top: 35px;
	}
	.hero_bg_img {
		max-width: calc(100% + 70px);
		margin-left: -15px;
	}
	.title_section {
		font-size: 28px;
	}
	.subtitle_section {
		font-size: 22px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.second_section .wrap_mobile_screen {
		flex: 0 1 375px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.mobile_screen {
		width: 180px;
		height: 100%;
		max-width: 100%;
	}
	.screen2 {
		margin: 20px -87px -20px -87px;
	}
	.second_section {
		padding-bottom: 30px;
	}
	.second_section .text {
		font-size: 18px;
		margin: 20px 0;
	}
}
@media(max-width: 560px) {
	.monitor_elem {
		display: none;
	}
}

@media(max-width: 370px) {
	.hero_section,
	.subtitle_section {
		padding-left: 5px;
		padding-right: 5px;
	}
	.second_section .col-5 {
		padding: 0 5px;
	}
	.second_section .wrap_mobile_screen {
		flex: 0 1 320px;
	}
	.mobile_screen {
		width: 160px;
	}
}