a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline
}

body {
	line-height: 1;
	color: #222;
	background: #fff
}

ol,
ul {
	list-style: none
}

table {
	border-collapse: separate;
	border-spacing: 0
}

caption,
table,
td,
th {
	vertical-align: middle
}

caption,
td,
th {
	text-align: left;
	font-weight: 400
}

a img {
	border: none
}

@font-face {
	font-family: Roboto Condensed;
	src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(../fonts/hinted-RobotoCondensed-Regular.woff2) format("woff2"), url(../fonts/hinted-RobotoCondensed-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Roboto Condensed;
	src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(../fonts/hinted-RobotoCondensed-Bold.woff2) format("woff2"), url(../fonts/hinted-RobotoCondensed-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Open Sans;
	src: local("Open Sans Bold"), local("OpenSans-Bold"), url(../fonts/OpenSans-Bold.woff2) format("woff2"), url(../fonts/OpenSans-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Open Sans;
	src: local("Open Sans"), local("OpenSans"), url(../fonts/OpenSans.woff2) format("woff2"), url(../fonts/OpenSans.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Roboto;
	src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Roboto;
	src: local("Roboto"), local("Roboto-Regular"), url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

html {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

input,
select,
textarea {
	font-size: inherit
}

a,
input,
select,
textarea {
	font-family: inherit;
	color: inherit
}

a {
	text-decoration: none
}

img {
	max-width: 100%;
	height: auto
}

img:after {
	content: attr(alt);
	font-family: inherit;
	display: inline-block;
	font-size: 12px
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	background: #0e1213 url(../img/bg.jpg) 50% no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;

	font-family: Roboto Condensed
}

.wrap_all {
	overflow-x: hidden;
	width: 100%
}

.content {
	max-width: 1026px;
	width: 1024px;
	margin: auto;
	padding: 0 10px
}

.first_section {
	min-height: 100vh;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
	position: relative
}

.first_section .logo {
	margin-bottom: 70px;
	position: relative
}

.first_section .logo .link {
	display: inline-block
}

.first_section .logo img {
	max-width: 175px
}

.first_section .hidden_input {
	visibility: hidden;
	height: 0;
	padding: 0;
	width: 0;
	margin: 0
}

.first_section .text_info .h1 {
	font-size: 36px;
	margin-bottom: 6px
}

.first_section .text_info .h2 {
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 25px
}

.first_section .text_info_text {
	width: 590px;
	font-size: 18px;
	margin-bottom: 30px
}

.first_section .buttons_block {
	background: #2db155;
	height: 100px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 10px;
	position: relative;
	margin-bottom: 100px
}

.first_section .buttons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1
}

.first_section .btn_downl {
	background: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 200px;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	margin-left: 31px;
	height: 50px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Open Sans;
	font-weight: 700
}

.first_section .btn_downl span {
	padding-left: 20px;
	font-family: Open Sans
}

.first_section .phone {
	position: absolute;
	right: 15%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
	pointer-events: none
}

.first_section .phone:before {
	width: 350px;
	height: 350px;
	background: #000;
	z-index: 2
}

.first_section .phone:after,
.first_section .phone:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: auto;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%)
}

.first_section .phone:after {
	width: 500px;
	height: 500px;
	background: rgba(0, 0, 0, .3);
	z-index: 3
}

.first_section .phone img {
	position: relative;
	z-index: 4
}

.first_section .icons_block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 550px;
	margin-bottom: 50px;
	margin-left: -39px
}

.first_section .icons_block .item {
	width: 25%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space btween;
	-moz-box-pack: space btween;
	-ms-flex-pack: space btween;
	justify-content: space btween
}

.first_section .icons_block .item .wrp {
	display: block;
	margin: 0 auto 20px;
	width: 40px;
	height: 60px
}

.first_section .icons_block .item p {
	text-align: center;
	font-family: Open Sans;
	font-weight: 400
}

.active_ios .ios_section {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.active_ios .first_section {
	display: none
}

.ios_section {
	padding-top: 75px;
	z-index: 10;
	/*position: absolute;*/
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	display: flex;
	left: 0;
	min-height: 100vh;
	width: 100%;
	color: #000;
	background-color: #fff;
	overflow: hidden
}

.ios_section .content {
	max-width: 1300px;
	margin: auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ios_section .close {
	z-index: 8;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 10px;
	position: fixed;
	right: 15px;
	top: 0;
	font-size: 56px;
	color: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	font-family: Open Sans;
	display: none;
}

.ios_section .close:hover {
	color: #03737e
}

.ios_section .inner_content_section {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.ios_section .logo {
	width: 180px;
	margin-bottom: 70px
}

.ios_section .text_info .h2 {
	font-family: Roboto Condensed;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 10px;
	color: #313135
}

.ios_section .text_info .h3 {
	font-weight: 400;
	font-size: 36px;
	margin-bottom: 35px;
	color: #313135
}

.ios_section .text_info_text {
	width: 590px;
	font-size: 18px;
	margin-bottom: 40px
}

.qr_block {
	margin-bottom: 20px
}

.arrows,
.instruction_block,
.qr_block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.arrows {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 10px
}

.arrows .qr_arr {
	height: 51px
}

.arrows .qr_arr1 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.arrows .qr_arr2 {
	-webkit-transform: rotate(-1turn);
	-moz-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

.instruction_buttons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
	font-size: 25px
}

.instruction_buttons a {
	color: #0c8f9a;
	text-decoration: underline
}

.instruction_buttons .scan {
	position: relative;
	padding-right: 50px
}

.instruction_buttons .scan:after {
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../img/camera.svg) 50%/30px no-repeat
}

.qr_plase {
	width: 150px;
	margin-right: 15px
}

.qr_plase img {
	width: 100%
}

.content_item_name {
	color: #525259;
	font-size: 18px;
	font-family: Roboto;
	font-weight: 700;
	margin-bottom: 35px
}

.list {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 15px
}

.list_item {
	font-family: Roboto;
	font-weight: 400;
	color: #525259;
	line-height: 20px;
	font-size: 14px
}

.list_item span {
	font-weight: 700;
	color: #000
}

.content_item2 {
	position: relative;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 32%
}

.content_item2 .wrap_video {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: auto
}

.content_item2 .wrap_video .wrp {
	overflow: hidden;
	display: inline-block;
	position: relative
}

.content_item2 .wrap_video .last_wrap {
	top: 4.3%;
	left: 2%;
	right: 2%;
	bottom: 4%;
	position: absolute;
	z-index: 5;
	overflow: hidden;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.content_item2 .wrap_video .last_wrap.realy_ios {
	top: 2.3%;
	left: 1%;
	right: 1%;
	bottom: 4%;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.content_item2 .wrap_video .video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute
}

.content_item2 .wrap_video:before {
	width: 360px;
	height: 360px;
	background: #ededed;
	z-index: 3
}

.content_item2 .wrap_video:after,
.content_item2 .wrap_video:before {
	content: "";
	display: block;
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: auto;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	z-index: -2
}

.content_item2 .wrap_video:after {
	width: 550px;
	height: 550px;
	background: #f9f9f9;
	z-index: 2
}

.content_item2 .wrap_video .video2 {
	position: absolute;
	z-index: 3
}

.content_item2 .phone {
	position: relative;
	z-index: 5;
	pointer-events: none
}

.content_item2 .phone_andr {
	z-index: 6
}

.coppy {
	font-family: Open Sans
}

.dekctop_ios {
	display: block;
	margin-right: 100px
}

.dekctop_ios .last_wrap,
.mobile_ios {
	display: none
}

:-webkit-full-screen #myvideo {
	width: 100%;
	height: 100%
}

.lang {
	position: absolute;
	top: -30px;
	right: -60px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	z-index: 7
}

.dropbtn {
	background-color: transparent;
	color: #fff;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.dropdown.active .arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.arrow,
.flag {
	width: 15px
}

.dropdown {
	position: relative;
	display: inline-block
}

.dropdown-content {
	display: none;
	position: absolute;
	border: 1px solid #ccc;
	border-top: 0 solid transparent;
	min-width: 46px;
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.dropdown-content a {
	color: #222;
	padding: 5px 9px;
	text-decoration: none;
	display: block
}

.dropdown.active .dropdown-content {
	display: block
}

.active_android .lang,
.ios_section .lang {
	top: 68px;
	right: -70px;
	display: none !important;
}
.inner_content_section .lang {
	display: none !important;
}

.active_android .lang .dropdown-content,
.ios_section .lang .dropdown-content {
	background: #fff
}

.active_android .andoid_section {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	pointer-events: auto
}

.active_android .first_section {
	display: none
}

.andoid_section {
	padding-top: 75px;
	z-index: 10;
	/*position: absolute;*/
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	display: flex;
	left: 0;
	min-height: 100vh;
	width: 100%;
	color: #000;
	background-color: #fff;
	overflow: hidden;
	opacity: 1;
/*	pointer-events: none;*/
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.andoid_section .content {
	max-width: 1300px;
	margin: auto
}

.andoid_section .close {
	z-index: 8;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 10px;
	position: fixed;
	right: 15px;
	top: 0;
	font-size: 56px;
	color: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	font-family: Open Sans;
	display: none;
}

.andoid_section .close:hover {
	color: #03737e
}

.andoid_section .inner_content_section {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.andoid_section .logo {
	width: 180px;
	margin-bottom: 70px
}

.andoid_section .text_info .h2 {
	font-family: Roboto Condensed;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 10px;
	color: #313135
}

.andoid_section .text_info .h3 {
	font-weight: 400;
	font-size: 36px;
	margin-bottom: 35px;
	color: #313135
}

.andoid_section .text_info_text {
	width: 590px;
	font-size: 18px;
	margin-bottom: 40px
}

@media (min-width:2000px) {
	.first_section .phone {
		right: 24%
	}
	.lang {
		position: absolute;
		top: 0;
		right: -260px;
		margin-bottom: 20px;
		padding-bottom: 20px
	}
}

@media (min-width:1600px) {
	.lang {
		position: absolute;
		top: 0;
		right: -200px;
		margin-bottom: 20px;
		padding-bottom: 20px
	}
}

@media (max-width:1200px) {
	.lang {
		position: absolute;
		top: 0;
		right: 0;
		margin-bottom: 20px;
		padding-bottom: 20px
	}
}

@media (max-width:1024px) {
	.ios_section, .androin_section {
		padding-top: 0;
		height: auto;
	}
	.wrap_all {
		padding-bottom: 140px;
	}
	.first_section .phone {
		width: 280px;
		padding-top: 736px;
		width: 300px;
		margin: 0 auto -641px
	}
	.first_section .phone:after,
	.first_section .phone:before {
		top: 50%
	}
	.first_section .text_info_text {
		width: 100%
	}
	.first_section .icons_block {
		width: 100%;
		max-width: 100%
	}
	.first_section .phone {
		position: relative;
		right: 0
	}
	.first_section .logo {
		margin-bottom: 40px
	}
	.first_section .logo .logoimg {
		max-width: 180px;
		margin-top: 18px
	}
	.first_section .text_info .h1 {
		font-size: 40px
	}
	.first_section .text_info .h2 {
		font-size: 38px
	}
	.first_section .text_info_text {
		max-width: 480px;
		margin: 0 auto;
		font-size: 24px;
		line-height: 34px
	}
	.first_section .icons_block {
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		width: 80%;
		margin: 10px auto
	}
	.first_section .icons_block .item {
		width: 50%;
		margin-bottom: 80px
	}
	.first_section .icons_block .item .wrp {
		display: block;
		margin: 0 auto 2px;
		height: 155px;
		width: auto
	}
	.first_section .icons_block .item .wrp img {
		max-width: 500px;
		width: 100px
	}
	.first_section .icons_block .item p {
		font-size: 27px
	}
	.first_section .buttons_block {
		position: fixed;
		bottom: 0;
		width: 100%;
		margin-bottom: 0;
		padding: 15px;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-left: 0;
		height: auto;
		z-index: 9
	}
	.first_section .buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		height: auto
	}
	.first_section .buttons .btn_downl {
		width: 500px;
		line-height: 30px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		padding-left: 30px;
		text-align: left;
		margin-left: 0;
		font-size: 16px;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 15px;
		height: 30px
	}
	.first_section .buttons .btn_downl:not(:last-child) {
		margin-bottom: 15px
	}
	.first_section .buttons .btn_downl span {
		font-size: 17px
	}
	.content {
		text-align: center;
		margin-bottom: 100px;
		width: 100%;
		padding: 0
	}
	.andoid_section .inner_content_section,
	.ios_section .inner_content_section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.andoid_section .inner_content_section .content_item1,
	.ios_section .inner_content_section .content_item1 {
		width: 100%
	}
	.andoid_section .logo,
	.ios_section .logo {
		margin: 20px auto
	}
	.andoid_section .text_info_text,
	.ios_section .text_info_text {
		margin: 0 auto 20px
	}
	.andoid_section .instruction_block,
	.andoid_section .qr_block,
	.ios_section .instruction_block,
	.ios_section .qr_block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.andoid_section .arrows,
	.ios_section .arrows {
		display: none
	}
	.andoid_section .instruction_buttons .scan,
	.ios_section .instruction_buttons .scan {
		margin-bottom: 20px
	}
	.list {
		text-align: left;
		width: 60%;
		margin: 0 auto 20px
	}
	.content_item2 {
		max-width: 100%
	}
	.ios_section .text_info_text {
		width: 100%
	}
	.list {
		width: 90%
	}
	.ios_section .text_info .h2 {
		font-size: 22px
	}
	.ios_section .text_info .h3 {
		font-size: 25px
	}
	.andoid_section .lang,
	.ios_section .lang {
		top: 120px;
		right: 20px
	}
}

@media (max-width:1023px) {
	.ios_section .text_info .h2.text_info__title {
		font-size: 33px !important;
		text-align: center;
	}
	.ios_section .text_info .h3.text_info__subtitle {
		font-size: 33px !important;
		margin-bottom: 17px !important;
		text-align: center;
	}
	.ios_section .text_info__text {
		font-size: 11px !important;
		text-align: center;
	}
	.ios_section.changed::before,
	.ios_section.changed::after {
		display: none;
	}

	.ios_section.changed .dekctop_ios {
		margin-right: 0;
	}

	.ios-link {
		margin-left: auto;
		margin-right: auto;
	}
 .slick-dots {
 	left: 0 !important;
 }
	.ios_section.changed .dekctop_ios {
		margin-top: 35px !important;
		width: 100%;
	}


/*	.dekctop_ios {
		display: none
	}*/
	.andoid_section,
	.ios_section {
		overflow: visible
	}
	.content_item2-text {
		width: auto !important;
		position: relative !important;
		left: auto !important;
		top: -35px !important;
		text-align: center;
	}
	.andoid_section .inner_content_section .content_item2,
	.ios_section .inner_content_section .content_item2 {
		/*display: none*/
		margin-top: 70px;
	}
	.andoid_section .inner_content_section .mobile_ios,
	.ios_section .inner_content_section .mobile_ios {
		/*display: block;*/
		background: #fff
	}
	.andoid_section .close,
	.ios_section .close {
		font-size: 100px;
		color: #ccc
	}
	.mobile_header {
		font-family: Roboto Condensed;
		font-weight: 700;
		font-style: normal;
		padding-top: 70px;
		font-size: 46px;
		max-width: 60%;
		margin: 0 auto;
		color: #313135
	}
	.ios_mobile_video {
		/*height: 200px;*/
		/*max-height: 200px;*/
		width: 300px;
		position: relative;
		cursor: pointer;
		margin: 0 auto 20px
	}
	.ios_mobile_video video {
		/*position: absolute;*/
		width: 100%;
		/*height: 200px;*/
		top: 0;
		left: 0
	}
	.how_mob_list {
		text-align: left;
		list-style-type: decimal;
		margin-right: 0;
		width: 90%;
		margin: 0 auto
	}
	.how_mob_list .name {
		color: #525259;
		font-size: 28px;
		margin-bottom: 20px
	}
	.how_mob_list li {
		margin: 15px 0;
		font-size: 22px
	}
	.lang {
		position: absolute;
		top: 11px;
		right: 29px;
		height: auto
	}
	.andoid_section .lang,
	.ios_section .lang {
		display: none
	}
}

@media (max-width:580px) {
	.first_section .logo {
		margin-bottom: 28px
	}
	.first_section .logo .logoimg {
		max-width: 152px
	}
	.first_section .text_info .h1 {
		font-size: 32px
	}
	.first_section .text_info .h2 {
		font-size: 30px
	}
	.first_section .text_info_text {
		max-width: 480px;
		margin: 0 auto;
		font-size: 21px;
		line-height: 27px
	}
	.first_section .phone {
		width: 280px;
		padding-top: 496px;
		width: 188px;
		margin: 0 auto -446px;
		right: 0
	}
	.first_section .phone:after {
		width: 400px;
		height: 400px
	}
	.first_section .phone:before {
		width: 300px;
		height: 300px
	}
	.first_section .icons_block .item .wrp {
		height: 76px
	}
	.first_section .icons_block .item .wrp img {
		width: 65px
	}
	.first_section .icons_block .item p {
		font-size: 20px
	}
	.first_section .buttons_block {
		padding: 13px 0
	}
	.first_section .buttons {
		width: 300px;
		margin: 0 auto
	}
	.first_section .buttons .btn_downl {
		width: 230px;
		padding: 20px
	}
	.first_section .buttons .btn_downl span {
		font-size: 12px;
		line-height: 16px
	}
	.content_item2 .wrap_video .video {
		top: -10px;
		width: 182px
	}
	.content_item2 .phone {
		width: 253px
	}
	.content {
		margin-bottom: 70px
	}
	.mobile_header {
		font-family: Roboto Condensed;
		font-weight: 700;
		font-style: normal;
		padding-top: 30px;
		font-size: 37px
	}
	.how_mob_list li {
		font-size: 18px
	}
	.andoid_section .close,
	.ios_section .close {
		font-size: 74px
	}
}

.dropdown-content {
	background: rgba(0, 0, 0, .7)
}

@media (max-width:470px) {
	.first_section {
		padding: 5px
	}
	.first_section .logo {
		margin-bottom: 41px
	}
	.first_section .logo .logoimg {
		max-width: 122px
	}
	.first_section .text_info .h1 {
		font-size: 20px
	}
	.first_section .text_info .h2 {
		font-size: 18px;
		margin-bottom: 10px
	}
	.first_section .text_info_text {
		max-width: 480px;
		margin: 0 auto;
		font-size: 16px;
		line-height: 22px
	}
	.first_section .phone {
		padding-top: 406px;
		width: 158px;
		margin: 0 auto -345px
	}
	.first_section .phone:after {
		width: 300px;
		height: 300px
	}
	.first_section .phone:before {
		width: 200px;
		height: 200px
	}
	.first_section .icons_block {
		width: 100%
	}
	.first_section .icons_block .item {
		margin-bottom: 30px
	}
	.first_section .icons_block .item .wrp {
		height: 65px
	}
	.first_section .icons_block .item .wrp img {
		width: 40px
	}
	.first_section .icons_block .item p {
		font-size: 15px;
		line-height: 22px
	}
	.first_section .buttons_block {
		margin-left: -5px
	}
	.first_section .buttons .btn_downl {
		width: 86%
	}
	.list {
		width: 80%
	}
	.how_mob_list {
		padding-left: 20px
	}
	.mobile_header {
		padding-top: 30px;
		font-size: 26px;
		margin-bottom: 20px
	}
	.lang {
		top: 5px;
		right: 5px
	}
}

.slide-title {
	text-transform: uppercase;
	color: #313135;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.slide-text {
	color: #313135;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.slide__img {
	text-align: center;
	padding-left: 21px;
	height: 491px;
}



.slide-title {
	margin-bottom: 10px;
}

.slider_block {
	position: relative;
	top: -20px;
}

.slick-dots li {
	width: 12px !important;
	height: 12px !important;
	background-color: #cccccc;
	border-radius: 50%;
}
.slick-dots li.slick-active {
	background-color: #037afe;
}
.slick-dots li button:before {
	display: none !important;
}

.slick-dots {
	top: -25px;
	left: -13px;
}

.slick-list {
	z-index: 1;
}

.content_item2-text {
	position: absolute;
	top: -50px;
	left: -74px;
	width: 450px;
	color: #313135;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
}
.dekctop_ios__logo {
	display: none;
}

.ios_section .text_info .h2.text_info__title {
	color: #313135;
	font-family: Roboto;
	font-size: 55px;
	font-weight: 700;
	margin-bottom: 15px;
}
.ios_section .text_info .h3.text_info__subtitle {
	color: #313135;
	font-family: "Roboto Condensed";
	font-size: 37px;
	font-weight: 400;
	margin-bottom: 38px;
}

.ios_section .text_info__text {
	color: #313135;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
}

.ios-link {
	display: block;
	width: 280px;
	height: 92px;
	border-radius: 10px;
	background: #000 url('../img/ios-link-img.png') 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.ios-link:hover {
 opacity: 0.7;
}

.ios_section.changed .content {

	-ms-align-items: flex-start;
	align-items: flex-start;
}

.ios_section.changed .dekctop_ios {
	margin-top: 100px;
}

.ios_section.changed {
	position: relative;
	background-color: #e8e8e8;
}

.ios_section.changed::before {
	position: absolute;
	content: '';
	width: 120vw;
	height: 120vw;
	border-radius: 50%;
	background-color: #f8f8f8;
	z-index: -1;
	left: -50vw;
}
.ios_section.changed::after {
	position: absolute;
	content: '';
	width: 93vw;
	height: 93vw;
	border-radius: 50%;
	background-color: #fff;
	z-index: -1;
	left: -39vw;
}

.slide-text a {
	color: #3182cb;
	text-decoration: underline;
}
.slide-text {
	color: #323232;
	line-height: 18px;
}
.slide-text  b {
	font-weight: 400;
	color: #000;
}
.slide-text  span {
	border-bottom: 1px dashed #6f6f6f;
}
.myButton {
	box-shadow:inset 0px 0px 0px 0px #cf866c;
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color:#d0451b;
	border-radius:37px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 76px;
	text-decoration:none;
	text-shadow:0px 0px 0px #854629;
}
.myButton:hover {
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	background-color:#bc3315;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButton {
	box-shadow:inset 0px 0px 0px 0px #cf866c;
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color:#d0451b;
	border-radius:37px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:15px 126px;
	text-decoration:none;
	text-shadow:0px 0px 0px #854629;
}
.myButton:hover {
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	background-color:#bc3315;
}
.myButton:active {
	position:relative;
	top:1px;
}

.ios_section .text_info .h2.text_info__title {
	font-family: Roboto Condensed;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 10px;
	color: #313135
}

.dekctop_ios__logo {
	display: block;
}

.ios_section.changed .dekctop_ios {
	margin-top: 25px;
}
