* {
    scroll-behavior: initial;
}
html, body {
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	margin: 0px;
	background: #1B1E24;
	overflow: hidden;
	font-family: 'Helvetica Neue', sans-serif;
	-webkit-font-smoothing: antialiased;
	position: fixed;
}
h1 {
	font-size: 26px;
	font-weight: 600;
	margin:0px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
p {
	margin: 0px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
a {
	color: white;
	font-weight: 700;
	text-decoration: none;
	display: block;
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}
p {
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.6);
}
p strong, p strong span, p b {
	color: rgba(255, 255, 255, 1);
	font-weight: 500;
}
a.btn {
	display: inline-block;
	padding: 17px 40px;
	border-radius: 8px;
	background-color: #007aff;
	font-size: 16px;
	font-weight: 700;
	margin-top: 34px;
	margin-bottom: 32px;
}
a.btn.white {
	background-color: #ffffff;
	color: #000000;
}
.switches {
    position: fixed;
    width: 100%;
    height: 27px;
    top: 0px;
    z-index: 2000;
    text-align: center;
    background: #1B1E24;
    transition: all 0.3s ease;
}
.switches div {
	position: relative;
    display: inline-block;
    width: 16%;
    height: 2px;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 1px;
    background-color: #ffffff;
    opacity: 0.3;
    transition: all 0.3s ease;
}
.switches.white {
	background: white;
}
.switches.white div {
	background-color: #000000;
	opacity: 0.3;
}
.switches div.active {
	opacity: 1;
}
.slide {
	position: relative;
	color: white;
	min-height: 100%;
	background: #1B1E24;
	box-sizing: border-box;
	padding-top: 65px;
	text-align: center;
	max-height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
}
.info {
	float: left;
	background: #1B1E24;
	width: 100%;
	padding-top: 30px;
	box-sizing: border-box;
	padding-left: 22px;
	padding-right: 22px;
    position: relative;
	padding-bottom: 30px;
}
.info .text {
	text-align: left;
}
.info .text p:nth-child(1) {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 7px;
	margin-top: 24px;
	color: white;
	padding-left: 0px;
	padding-right: 0px;
}
.info .text p:nth-child(2) {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.info img {
	max-width: 325px;
	margin-top: 32px;
	margin-bottom: 24px;
}
.info p {
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}
.info p span:nth-child(1) {
	color: rgba(255, 255, 255, 1);
	font-weight: 500;
}
.logo {
	width: 69px;
	margin-bottom: 88px;
	margin-right: 1px;
}
.learn_more {
    position: absolute;
    width: 100%;
    z-index: 999;
    left: 0px;
    bottom: 0px;
    font-weight: 500;
    white-space: pre-line;
    padding-bottom: 20px;
    padding-top: 40px;
    cursor: pointer;
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
    transition: all 0.3s ease;
}
.learn_more img {
	margin-bottom: 3px;
}
.learn_more:before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1b1e24 100%);
	z-index: -1;
}
.info .btn {
	margin-bottom: 32px;
}
.price {
	display: inline-block;
	width: 300px;
	box-sizing: border-box;
	padding: 24px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	margin-bottom: 16px;
	text-align: left;
}
.price:first-of-type {
	margin-top: 24px;
}
.price p {
	margin: 0px;
}
.price ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.price ul li {
	margin-top: 8px;
	opacity: 0.6;
}
.price .title {
	font-size: 26px;
	font-weight: 400;
	color: white;
	padding-left: 0px;
}
.price .title span {
	opacity: 0.6;
	font-size: 16px;
	font-weight: 400;
}
.price .subtitle {
	font-size: 16px;
	font-weight: 400;
	color: white;
	margin-top: 15px;
}
.pricing .btn {
	margin-top: 8px;
}
.slide.pricing {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.contact .logo {
	margin-bottom: 45px;
}
.inbox .messengers div {
	display: inline-block;
	position: relative;
    margin-right: 6%;
    margin-left: 6%;
}
.inbox .messengers div:after {
	content: "";
    position: absolute;
    border: 1px solid #1b1e24;
    border-radius: 30px;
    background-color: #f24641;
    min-width: 18px;
    padding-top: 2px;
    padding-bottom: 3px;
    text-align: center;
    color: #f24641;
    font-size: 9px;
    font-weight: 500;
    right: -6px;
    top: -6px;
    box-sizing: border-box;
    letter-spacing: -1px;
  	opacity: 0;
  	transform: scale(0);
    transition: all 0.3s ease;
}

.inbox .messengers div.show:after {
  	opacity: 1;
	transform: scale(1);
	color: white;
}

.inbox .messengers div:nth-child(1):after {
	content: "1";	
}
.inbox .messengers div:nth-child(2):after {
	content: "1";
}
.inbox .messengers div:nth-child(3):after {
	content: "1";
}
.inbox .messengers div:nth-child(4):after {
	content: "1";
}
.inbox .lines {
	position: relative;
}
.inbox .lines svg {
	margin-right: 1.5%;
    margin-left: 3%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.inbox .lines svg:nth-child(2) {
	left: -13px;
}
.inbox .lines svg:nth-child(3) {
	left: 20px;
}
.inbox .btn {
	margin-bottom: 36px;
}
.inbox .inbox_logo {
    margin-top: -85px;
    display: inline-block;
    position: relative;
}
.inbox .inbox_logo .counter {
    border: 3px solid #484b4f;
    background-color: #f24641;
    border-radius: 33px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 18px;
    padding: 5px 6px 6px 5px;
    right: 30px;
    top: 32px;
    min-width: 34.8px;
    text-align: center;
    box-sizing: border-box;
}
.inbox h1 {
	position: relative;
	display: inline-block;
}
.inbox h1 img {
	position: absolute;
	right: -44px;
    top: -8px;
}
.video {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 46px;
}
.video img {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    position: relative;
}
.container{
    height: calc(100vh - 65px);
    overflow: hidden;
    margin-bottom: 30px;
    padding-top: 10px;
    margin-top: -10px;
    max-width: 420px;
    margin: 0 auto;
    min-height: 500px;
}
.translate {
	width: 100%;
	height: 22px;
	bottom: 37px;
	left: 0px;
	z-index: 1000;
	margin-top: 100px;
	margin-bottom: 30px;
}
.translate img {
	display: inline-block;
	vertical-align: middle;
	top:-1px;
	margin-right: 8px;
}
.translate select {
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	font-weight: 700;
	color: white;
	background: transparent;
	border: 0px;
	width: 68px;
}

.mpage .container > img {
	width: 100%;
}

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease;
}
.popup.show {
	opacity: 1;
	z-index: 9999;
}
.popup iframe {
	width: 90%;
	height: 30%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
#close_popup {
    position: absolute;
    width: 22px;
    height: 22px;
    overflow: auto;
    margin: auto;
    top: -40%;
    left: 0;
    bottom: 0;
    right: -80%;
    cursor: pointer;
}

@media (max-width: 320px) {
	.slide {
		max-width: 320px;
	}
	.logo {
		margin-bottom: 28px;
	}
	.inbox .messengers div {
		margin-right: 5%;
		margin-left: 5%;
	}
	.inbox .lines svg {
		margin-right: 0%;
		margin-left: 0%;
	}
	.inbox_logo img {
		width: 115px;
	}
	.inbox .inbox_logo .counter {
		right: 18px;
	    top: 20px;
	}
	.info img {
		width: 100%;
	}
}

@media (max-width: 375px) {
	.logo {
		margin-bottom: 28px;
	}
	.anim {
	    transform: scale(0.8);
	    transform-origin: top center;
	}
}