.above {
	margin-top: 100px;
	padding: 20px;
}
.above__left {
	display: none;
}
.above__left__img {
	display: none;
}
.above__left__img.active {
	display: block;
}
.above__right .slider__page {
	margin-bottom: 20px;
}
.above__img {
	width: 160px;
	height: 50px;
	margin-bottom: 10px;
}
.above__img.fwd {
	height: 70px;
}
.above__subtitle {
	font-size: 16px;
	font-family: OpenSans-Bold;
	margin-bottom: 10px;
}
.above__desc {
	margin-bottom: 20px;
}
.above__list {
	margin-left: 20px;
	margin-bottom: 30px;
}
.above__list li {
    list-style-image: url(../img/icons/arrow.svg);
    margin-bottom: 6px;
}
.above__picture__img {
	display: none;
}
.above__picture__img.active {
	display: block;
}
.download {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #363636;
	border-radius: 20px;
	padding: 20px 0;
	margin: 20px;
}
.download__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	font-size: 14px;
	color: #fff;
	padding: 8px 0;
	border-radius: 10px;
	background-color: var(--secondary-color);
	margin: auto;
	margin-bottom: 20px;
}
.download__btn img {
	width: 20px;
	margin-right: 3px;
}

.download__btn_download {
	display: flex;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	margin: auto;
}
.download__btn_download img {
	width: 20px;
	margin-right: 3px;
}

.apps {
	margin: 20px;
	margin-bottom: 60px;
}
.apps__title {
	display: none;
	text-align: center;
	margin-bottom: 30px;
}
.apps__tabs {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.apps__tab {
	cursor: pointer;
	background-color: #F5F5F5;
	width: 140px;
	text-align: center;
	padding: 16px 0;
}
.apps__tab.active {
	font-family: OpenSans-Bold;
	background-color: #D9D9D9;
}
.apps__menu {
	display: none;
	justify-content: center;
	margin-bottom: 20px;
}
.apps__menu.active {
	display: flex;
}
.apps__menu__item {
	padding: 0 12px;
	padding-bottom: 6px;
	cursor: pointer;
}
.apps__menu__item {
	border-bottom: 2px solid #B3B3B3;
}
.apps__menu__item.active {
	border-bottom: 3px solid var(--secondary-color);
}
.apps__box__picture {
	display: none;
}
.apps__box__picture.active {
	display: block;
}
.apps__box__desc {
	text-align: center;
	margin-bottom: 20px;
}
.apps__box__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	font-size: 14px;
	color: #fff;
	padding: 8px 0;
	border-radius: 10px;
	background-color: var(--secondary-color);
	margin: auto;
	margin-bottom: 20px;
}
.apps__box__btn img {
	width: 20px;
	margin-right: 3px;
}

.slider__page {
	display: flex;
	justify-content: center;
}
.slider__page a {
	display: flex;
	font-size: 14px;
}
.slider__page__arrow {
	width: 8px;
	vertical-align: middle;
}
.slider__page__arrow.left {
	margin-right: 4px;
}
.slider__page__arrow.right {
	margin-left: 4px;
}
.slider__page__bullets {
	display: flex;
	align-items: center;
	margin: 0 10px;
}
.slider__page__bullet {
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ccc;
}
.slider__page__bullet.active {
	background-color: #000;
}

@media screen and (min-width: 500px) {

	.above {
		width: 400px;
		margin: auto;
		margin-top: 100px;
	}
	.above__img.fwd {
		width: 240px;
    	height: 120px;
	}
	.download {
		width: 400px;
		margin: auto;
		margin-bottom: 40px;
	}
	.apps__title {
		display: block;
		font-size: 26px;
		margin-bottom: 40px;
	}
	.apps__tabs {
		margin-bottom: 30px;
	}
	.apps__box__picture {
		text-align: center;
	}
	.apps__box__picture img {
		width: 300px;
	}


}

@media screen and (min-width: 600px) {

	.above {
		margin-top: 50px;
	}


}

@media screen and (min-width: 768px) {

	.above {
		display: flex;
		align-items: center;
		width: 700px;
	}
	.above__left {
		display: block;
		margin: 30px;
	}
	.above__left__img {
		width: 380px;
	}
	.above__right .slider__page {
		display: none;
	}
	.above__subtitle {
		font-size: 18px;
	}	
	.above__picture {
		display: none;
	}
	.download {
		width: 600px;
		flex-direction: row-reverse;
	}
	.download__btn {
		margin-bottom: 0;
	}
	.download__btn img {
		width: 24px;
	}
	.apps__title {
		display: block;
	}
	.apps__menu__item {
    	padding-bottom: 6px;
	}
	.apps__box__picture img {
    	width: 400px;
	}
	.apps__box__btn {
		padding: 16px 0;
		width: 220px;
	}
	.apps__box__btn img {
		width: 24px;
	}

}

@media screen and (min-width: 1000px) {

	.above {
		width: 900px;
	}
	.above__img {
    	width: 200px;
    	height: 60px;
	}
	.above__img.fwd {
		width: 290px;
    	height: 150px;
	}
	.above__subtitle {
    	font-size: 22px;
	}
	.above__left__img {
		width: 500px;
	}
	.above__desc {
    	font-size: 18px;
	}
	.above__list li {
		margin-bottom: 12px;
	}
	.download__btn {
		font-size: 16px;
		padding: 12px 0;
	}
	.download__btn_download {
		font-size: 16px;
	}
	.download__btn img {
		width: 26px;
	}
	.apps__title {
    	font-size: 30px;
	}
	.apps__tab {
		font-size: 20px;
		padding: 20px 20px;
	}
	.apps__menu__item {
		font-size: 20px;
		padding: 0 16px;
		padding-bottom: 6px;
	}
	.apps__box__picture img {
    	width: 500px;
	}
	.apps__box__btn {
		margin-bottom: 50px;
	}
	.apps__box__btn img {
		width: 26px;
	}

}

@media screen and (min-width: 1200px) {

	.above {
		margin-top: 70px;
		width: 1100px;
	}
	.above__img {
		width: 260px;
		height: 80px;
	}
	.above__left__img {
		width: 600px;
	}
	.above__subtitle {
    	font-size: 26px;
	}
	.above__desc {
		font-size: 20px;
		margin-right: 20px;
	}
	.above__list li {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.download {
		width: 700px;
		margin-bottom: 60px;
	}
	.download__btn {
		width: 200px;
		padding: 15px 0;
		font-size: 18px;
	}
	.download__btn_download img {
		margin-right: 10px;
	}
	.download__btn_download {
		font-size: 18px;
	}
	.apps__title {
		font-size: 36px;
		margin-bottom: 60px;
	}
	.apps__tabs {
		margin-bottom: 50px;
	}
	.apps__tab {
		font-size: 24px;
		padding: 20px 30px;
	}
	.apps__menu__item {
		font-size: 24px;
		padding: 0 20px;
		padding-bottom: 10px;
	}
	.apps__box__picture img {
    	width: 600px;
	}
	.apps__box__desc {
		font-size: 18px;
	}
	.apps__box__btn {
		width: 245px;
		font-size: 18px;
		margin-bottom: 100px;
	}


}