html {
	height: 100%;
}
body {
	height: 100%;
}
.button {
	background: linear-gradient(#00a8ff, #0096f5);
	border: none;
	border-radius: .263em;
	box-shadow: .044em .13em .13em rgba(0, 0, 0, .177);
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.32rem;
	font-weight: 500;
	height: 3em;
	line-height: 3em;
	margin-top: 3.1em;
	outline: none;
	text-decoration: none;
	width: 19.65em;
}
.g-footer {
	margin-top: auto;
}
.g-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}
.g-section {
	box-sizing: border-box;
	height: calc(100vh - 6.1rem - 2.5rem);
	margin-top: 6.1rem;
	padding: 6.3rem 0 0;
}
.g-section .g-wrapper {
	align-items: flex-start;
}
.g-text {
	font-size: 1.565rem;
	font-weight: 400;
	letter-spacing: unset;
	line-height: 1.35em;
	margin-top: .6em;
}
.g-title {
	font-size: 2.95rem;
	line-height: 1.2em;
}
.g-wrapper__content {
	margin: .75rem 0 0;
	width: 50%;
}
.g-wrapper__img-block {
	margin-right: 9.6%;
	width: 37.5%;
}
.lang_block {
	margin-right: -.833rem;
}
.lang_popup {
	background: #fff;
	border: 2px solid #0096f5;
	box-sizing: border-box;
	border-top: none;
	right: 0;
	top: 2.27em;
	width: 100%;
}
.lang_popup li:first-child {
	border-top: none;
}
.lang_switcher.lang_toggle {
	background-position: 0.5em center;
	background-size: 1.25em;
	border: 2px solid transparent;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	color: #000;
	font-size: .9rem;
	font-weight: 300;
	height: 2.3em;
	line-height: 2.3em;
	padding-left: 1.9rem;
	padding-right: .5em;
	text-align: left;
	width: 7.52em !important;
}
.lang_switcher.lang_toggle.list-active {
	background-color: #fff;
	border-color: #0096f5
}
.lang_variant {
	text-align: left;
}
@media (max-width: 1365px) {
	html {
		font-size: 13.65px;
	}
	.g-wrapper {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 2rem;
    width: 1065px;
	}
}
@media (max-width: 900px) {
	.g-apps__link:last-of-type {
		margin-right: 0;
	}
	.g-browsers__item_opera {
		margin-right: 0;
	}
	.button {
		font-size: .84rem;
	}
	.g-footer__apps {
		padding-right: 0;
	}
	.g-footer__browsers {
		margin-right: 2rem;
		width: auto;
	}
	.g-section {
		padding: 3.75rem 0;
	}
	.g-text {
		font-size: 1.05rem;
	}
	.g-title {
		font-size: 2rem;
	}
}
@media (max-width: 750px) {
	.g-footer {
		padding: 2rem 0;
	}
	.g-footer .g-wrapper {
		align-items: center;
		flex-direction: column;
	}
	.g-footer__left {
		margin-top: 2rem;
		order: 1;
	}
}
@media (max-width: 650px) {
	.button {
		margin: 1rem auto 0;
	}
	.g-section {
		padding: 1rem 0;
	}
	.g-section .g-wrapper {
		flex-direction: column;
	}
	.g-wrapper__content {
		margin-bottom: 2rem;
		text-align: center;
		width: 100%;
	}
	.g-wrapper__img-block {
		margin-right: 0;
		width: 100%;
	}
}
@media (max-width: 550px) {
	.g-header__control {
		margin: 0 .9rem;
	}
	.g-footer {
		text-align: center;
	}
	.g-footer__apps {
		margin-top: 2rem;
	}
	.g-footer__browsers {
		margin-right: 0;
	}
	.g-footer__right {
		align-items: center;
		flex-direction: column;
	}
}
