body {
	font-family: 'Roboto', 'Arial', sans-serif;
	background-color: #F8F8F8;
	color: #4A4949;
	width: 100vw;
	position: relative;
	font-size: 15px;
	line-height: 22px;
	margin: auto;
}

.body {
	margin: 0 auto;
	max-width: 480px;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

h2,
h3 {
	line-height: 900;
	line-height: 30px;
	color: #000000;
	margin: 0;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 20px;
}

.hidden {
	display: none;
}

.btn {
	background: #00ACDC;
	border-radius: 12px;
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 20px;
	padding: 15px 30px;
	text-align: center;
}

.btn:hover {
	background: #33BDE3;
}

.block-container:hover .btn {
	background-color: #33BDE3;
}

.opacity,
.opacity a svg {
	transition: opacity 0.5s ease;
	opacity: 1;
}

.opacity:hover img,
.opacity a:hover svg {
	opacity: 0.8;
}

.header {
	padding: 25px 20px;
}

.header__social {
	display: none;
	margin: 0 auto;
	justify-content: center;
}

.header__social a {
	margin: 0 15px;
}

.opera,
.edge,
.firefox,
.back {
	display: none;
}

.shadow {
	filter: drop-shadow(0px 9px 25px rgba(0, 0, 0, 0.07)) drop-shadow(0px 2.71324px 7px rgba(0, 0, 0, 0.0520181)) drop-shadow(0px 1.12694px 2px rgba(0, 0, 0, 0.0472037)) drop-shadow(0px 0.407592px 2px rgba(0, 0, 0, 0.0391998));
	-webkit-filter: drop-shadow(0px 9px 25px rgba(0, 0, 0, 0.07)) drop-shadow(0px 2.71324px 7px rgba(0, 0, 0, 0.0520181)) drop-shadow(0px 1.12694px 2px rgba(0, 0, 0, 0.0472037)) drop-shadow(0px 0.407592px 2px rgba(0, 0, 0, 0.0391998));
	-moz-filter: drop-shadow(0px 9px 25px rgba(0, 0, 0, 0.07)) drop-shadow(0px 2.71324px 7px rgba(0, 0, 0, 0.0520181)) drop-shadow(0px 1.12694px 2px rgba(0, 0, 0, 0.0472037)) drop-shadow(0px 0.407592px 2px rgba(0, 0, 0, 0.0391998));
	-ms-filter: drop-shadow(0px 9px 25px rgba(0, 0, 0, 0.07)) drop-shadow(0px 2.71324px 7px rgba(0, 0, 0, 0.0520181)) drop-shadow(0px 1.12694px 2px rgba(0, 0, 0, 0.0472037)) drop-shadow(0px 0.407592px 2px rgba(0, 0, 0, 0.0391998));
	-o-filter: drop-shadow(0px 9px 25px rgba(0, 0, 0, 0.07)) drop-shadow(0px 2.71324px 7px rgba(0, 0, 0, 0.0520181)) drop-shadow(0px 1.12694px 2px rgba(0, 0, 0, 0.0472037)) drop-shadow(0px 0.407592px 2px rgba(0, 0, 0, 0.0391998));
}

.shadow:hover {
	cursor: pointer;
	filter: drop-shadow(0px 9px 31px rgba(0, 0, 0, 0.04)) drop-shadow(0px 2.71324px 9.34559px rgba(0, 0, 0, 0.03)) drop-shadow(0px 1.12694px 3.88168px rgba(0, 0, 0, 0.025)) drop-shadow(0px 0.407592px 1.40393px rgba(0, 0, 0, 0.03));
	-webkit-filter: drop-shadow(0px 9px 31px rgba(0, 0, 0, 0.04)) drop-shadow(0px 2.71324px 9.34559px rgba(0, 0, 0, 0.03)) drop-shadow(0px 1.12694px 3.88168px rgba(0, 0, 0, 0.025)) drop-shadow(0px 0.407592px 1.40393px rgba(0, 0, 0, 0.03));
	-moz-filter: drop-shadow(0px 9px 31px rgba(0, 0, 0, 0.04)) drop-shadow(0px 2.71324px 9.34559px rgba(0, 0, 0, 0.03)) drop-shadow(0px 1.12694px 3.88168px rgba(0, 0, 0, 0.025)) drop-shadow(0px 0.407592px 1.40393px rgba(0, 0, 0, 0.03));
	-ms-filter: drop-shadow(0px 9px 31px rgba(0, 0, 0, 0.04)) drop-shadow(0px 2.71324px 9.34559px rgba(0, 0, 0, 0.03)) drop-shadow(0px 1.12694px 3.88168px rgba(0, 0, 0, 0.025)) drop-shadow(0px 0.407592px 1.40393px rgba(0, 0, 0, 0.03));
	-o-filter: drop-shadow(0px 9px 31px rgba(0, 0, 0, 0.04)) drop-shadow(0px 2.71324px 9.34559px rgba(0, 0, 0, 0.03)) drop-shadow(0px 1.12694px 3.88168px rgba(0, 0, 0, 0.025)) drop-shadow(0px 0.407592px 1.40393px rgba(0, 0, 0, 0.03));
}

.block-container {
	background: #FFFFFF;
	border-radius: 30px;
	position: relative;
}

.block-dwnl {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.block-dwnl span {
	font-size: 13px;
	line-height: 15px;
	color: rgba(24, 24, 24, 0.5);
	margin-left: 15px;
}

.block-dwnl.block-dwnl-browser {
	flex-wrap: wrap;
}
.block-dwnl-browser>.btn{
	margin-right: 15px;
	margin-bottom: 15px;
}
.block-dwnl-browser>span{
	margin-left: 0
}


.social_popup {
	height: 100vh;
	width: calc(100% - 40px);
	max-width: calc(480px - 40px);
	background-color: #F8F8F8;
	padding: 20px;
}

.social_popup__header {
	margin-top: 45px;
	margin-bottom: 40px;
	font-weight: 900;
	font-size: 27px;
	line-height: 30px;
	text-align: center;
	color: #000000;
}

.navigator {
	display: flex;
	align-items: center;
}

.navigator__href {
	padding: 10px 0;
}

.navigator__href img {
	padding-right: 15px;
	padding-left: 15px;
	border-left: 1px solid #D3E1F5;
}

.navigator__href:first-child img {
	padding-left: 0;
	border: 0;
}

.navigator__href:last-child img {
	padding-right: 0;
}

.navigator__logo.openrunet {
	width: 88px;
	height: 17px;
}

.navigator__menu {
	margin-left: auto;
}

.navigator__menu rect {
	fill: #00ACDC;
}

.navigator__menu-close {
	display: block;
	text-align: right;
	padding-top: 12px;
}

.content {
	padding: 20px 0;
	margin: 20px;
}

.description {
	display: flex;
	flex-direction: column;
	margin-bottom: 90px;
}

.description-extension,
.description-browser,
.description-vpn {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 70px;
}

.description-extension {
	padding-bottom: 35px;
	margin-bottom: 30px;
}

.description__img {
	margin: 0 auto 40px;
	display: block;
	min-width: 273px;
	min-height: 180px;
}

.description__img-extension {
	min-width: 177px;
	min-height: 180px;
}

.description__header {
	margin-bottom: 25px;
	font-weight: 900;
}

.description__text {
	margin-bottom: 45px;
}

.description__text-vpn {
	margin-bottom: 20px;
}

.description__icon {
	margin: 0 auto;
	display: block;
}

.description__icon-desc {
	display: none;
}

.alternative__header {
	text-align: center;
	padding-top: 90px;
	margin-bottom: 60px;
}

.buy-vpn__header,
.create-vpn__header {
	margin-bottom: 20px;
}

.buy-vpn__content,
.create__content {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.buy-vpn__option,
.create__option,
.get__option {
	padding: 40px 30px;
	margin: 30px 0;
}

.buy-vpn__option__img {
	margin-bottom: 30px;
}

.buy-vpn__option__header {
	margin-bottom: 20px;
}

.buy-vpn__option__content {
	display: flex;
	flex-direction: column;
	height: calc(100% - 124px);
}

.buy-vpn__option__descr {
	font-size: 16px;
	line-height: 24px;
	flex-grow: 1;
}

.buy-vpn__option__cost {
	font-size: 25px;
	line-height: 37px;
	color: #00ACDC;
}

.create__option__header {
	margin-bottom: 10px;
}

.create__option__descr,
.get__option__descr {
	color: #00ACDC;
}

.create__option-amnezia .create__option__descr {
	margin-top: 30px;
}

.create__option-amnezia {
	padding: 40px 30px;
	margin: 30px 0 50px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.create__option-amnezia__header {
	display: flex;
	flex-direction: column;
}

.create__option-amnezia__header .recommends {
	width: 120px;
	margin-left: auto;
	margin-bottom: 30px;
}

.create__option-amnezia__header .logo_amnezia {
	margin-bottom: 20px;
}
.get-vpn__option__descr {
	font-size: 16px;
	line-height: 24px;
	flex-grow: 1;
	margin-bottom: 10px;
}
.get__option {
	display: flex;
	flex-direction: column;
}
.get__option__descr {
	margin-top: auto;
	padding-top: 10px;
}
.browser-container {
	margin-right: 15px;
	position: relative;
	padding-left: 5px;
}

.browser-container:last-child {
	margin-right: 0;
}

.browser-container:first-child .choose-browser__content {
	padding: 17px 30px;
}

.choose-browser__container {
	overflow-x: auto;
}

.choose-browser {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	margin: 40px 0;
}

.choose-browser__content {
	display: flex;
	flex-direction: row;
	align-items: center;
	white-space: nowrap;
	line-height: 18px;
	padding: 20px 30px;
	margin: 0;
}

.choose-browser__header {
	margin-left: 15px;
	display: flex;
	flex-direction: column;
	color: rgba(0, 0, 0, 0.7);
}

.choose-browser__header p {
	margin: 0;
	padding-right: 30px;
}

.choose-browser__descr {
	color: rgba(24, 24, 24, 0.5);
}

.choose-vpn {
	margin-bottom: 50px;
}

.choose-vpn__content {
	margin: 0;
}

.choose-vpn__content {
	padding: 40px 30px;
}

.choose-vpn__header {
	margin-bottom: 15px;
	color: rgba(0, 0, 0, 0.7);
	font-size: 15px;
	line-height: 18px;
}

.choose-vpn__descr {
	color: #4A4949;
}

.browser-container:last-child .choose-browser__content {
	margin-right: 10px;
}

.choose-vpn input[type=radio],
.choose-browser input[type=radio] {
	display: none;
}

.choose-vpn input[type=radio]:checked+.choose-vpn__content,
.choose-browser input[type=radio]:checked+.choose-browser__content {
	border: 3px solid #00ACDC;
	box-sizing: border-box;
}

.choose-vpn input[type=radio]:checked+.choose-vpn__content>.choose-vpn__header,
.choose-browser input[type=radio]:checked+.choose-browser__content>.choose-browser__header {
	color: rgba(0, 0, 0, 1);
}

.vpn-container {
	padding-bottom: 10px;
	position: relative;
}


.vpn-container>.choose-vpn__content,
.browser-container>.choose-browser__content {
	border: 3px solid transparent;
}

.vpn-container:hover>.choose-vpn__content,
.browser-container:hover>.choose-browser__content {
	border: 3px solid #33BDE3;
	box-sizing: border-box;
}

.vpn-container label:hover,
.browser-container label:hover {
	cursor: pointer;
}

.all-browsers {
	margin-top: 60px;
	padding-bottom: 70px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.all-browsers__mobile {
	text-align: center;
	padding: 30px;
	margin-bottom: 10px;
}

.all-browsers__mobile__header {
	margin-bottom: 20px;
}

.extension {
	padding: 40px 20px;
	margin: 30px 0;
}

.extension__img {
	margin: 0 auto 30px;
	display: block;
	width: 120px;
	height: 120px;
}

.extension__descr {
	margin-bottom: 30px;
}

.browser-info-container,
.browser-info__content-firefox {
	padding: 40px 20px;
	margin: 30px 0;
	flex-direction: row;
	position: relative;
	word-break: break-word;
}

.browser-info-container.firefox {
	padding: 0;
}

.browser-info__header {
	margin-bottom: 20px;
	text-align: center;
}

.setting_edge {
	display: none;
	margin-top: 20px;
	width: 100%;
	height: auto;
}

.setting_firefox {
	margin: 20px 0;
	width: 100%;
	height: auto;
}

.unlock_option,
.unlock_browser {
	padding: 40px 20px;
	margin: 30px 0;
}

.unlock_option__img {
	margin: 0 auto 30px;
	display: block;
}

.unlock_option__img-one {
	width: 120px;
	height: 120px;
}

.unlock_option__img-two {
	width: 132px;
	height: 130px;
}

.unlock_option__img-three {
	width: 117px;
	height: 119px;
}

.unlock_option__about {
	line-height: 900;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}

.unlock_option__about-one {
	color: #E19F00;
}

.unlock_option__about-two {
	color: #00ACDC;
}

.unlock_option__about-three {
	color: #F04E23;
}

.unlock_option__header,
.extension__header,
.unlock_browser__header {
	margin-bottom: 20px;
}

.unlock_browsers {
	margin-top: 60px;
	padding-bottom: 70px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.unlock_browser__img {
	margin-left: 0;
	margin-right: 50px;
	margin-bottom: 50px;
	width: 120px;
	height: 120px;
}

.unlock_browser__img-tor {
	width: 180px;
	height: 110px;
}
.unlock_browser__img-ceno {
	width: 120px;
	height: 120px;
}

.unlock_browser__descr {
	margin-bottom: 30px;
}

.href-block {
	color: #00ACDC;
	font-size: 15px;
	line-height: 17px;
	text-decoration: none;
	position: relative;
}

.href-block:hover {
	text-decoration: underline;
	cursor: pointer;
}

.href-absolute {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.donate {
	padding: 90px 0 60px;
	text-align: center;
}

.donate__header {
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 20px;
}

.donate__content {
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}

.donate__btn {
	width: 166px;
	margin: 40px auto 95px;
}

.donate__share {
	color: #000000;
	font-size: 18px;
	line-height: 27px;
}

.donate__social {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.donate__social a {
	margin-right: 20px;
}

.donate__social a:hover {
	cursor: pointer;
}

.donate__social a:last-child {
	margin-right: 0;
}

.footer {
	border-top: 1px solid rgba(0, 0, 0, .2);
	text-align: center;
	padding: 40px 0 20px;
}

@media (min-width: 768px) {
	.body {
		font-size: 18px;
		line-height: 27px;
		max-width: 1200px;
		margin: 0 auto;
	}
	h2 {
		font-size: 41px;
		line-height: 45px
	}
	.all-browsers {
		padding-bottom: 90px;
	}
	.all-browsers__mobile {
		display: none;
	}
	.content {
		margin: 60px 70px;
		padding-top: 0
	}
	.header {
		margin: 50px 70px;
		padding: 0;
	}
	.href-block {
		font-size: 18px;
		line-height: 25px;
	}
	.navigator__menu {
		display: none;
	}
	.navigator__logo.openrunet {
		width: 125px;
		height: 25px;
	}
	.create__options {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 40px;
	}
	.create__option,
	.get__option {
		width: 340px;
		margin: 0 10px;
		margin-bottom: 20px;
		box-sizing: border-box;
	}

	.create__option-amnezia {
		padding: 60px;
	}
	.create__option-amnezia .create__option__descr {
		margin-top: 80px;
	}
	.create__option-amnezia__header {
		flex-direction: row;
	}
	.create__option-amnezia__header .logo_amnezia,
	.create__option-amnezia__descr {
		max-width: 330px;
		margin-bottom: 30px;
	}

	.create__option-amnezia__header .recommends {
		order: 2;
	}

.vpn-container input {
	height: 100%;
}
	.buy-vpn__content,
	.choose-vpn__content {
		font-size: 18px;
		line-height: 27px;
		height: 100%;
		box-sizing: border-box;
	}
	.choose-vpn {
		display: flex;
		flex-direction: row;
	}
	.header__social {
		justify-content: flex-end;
		display: flex;
		flex-direction: row;
		margin: 0;
		margin-left: auto;
	}
	.header__social>a {
		margin: 0;
		margin-left: 20px;
	}
	.description {
		flex-direction: row;
	}
	.description__img {
		order: 2;
		margin-left: 30px;
	}
	.description__img-extension {
		min-width: 364px;
		min-height: 369px;
		width: 364px;
		height: 369px;
	}
	.description__img-browser {
		min-width: 360px;
		min-height: 370px;
		width: 360px;
		height: 370px;
	}
	.description__img-vpn {
		min-width: 443px;
		min-height: 431px;
		width: 443px;
		height: 431px;
	}
	.description__img-main {
		min-width: 410px;
		min-height: 270px;
		width: 410px;
		height: 270px;
	}
	.description__content {
		order: 1;
	}
	.description__text {
		margin-bottom: 135px;
	}
	.description__text-vpn {
		margin-bottom: 40px;
	}
	.description__icon {
		margin-left: 0;
	}
	.description__icon-mob {
		display: none;
	}
	.description__icon-desc {
		display: block;
	}
	.back {
		margin-bottom: 40px;
		display: flex;
		align-items: center;
	}
	.back span {
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		color: #000000;
		margin-left: 10px;
	}
	.back:hover path,
	.back:hover span,
	.back:active path,
	.back:active span,
	.back:focus path,
	.back:focus span {
		color: #00ACDC;
		fill: #00ACDC;
	}
	.buy-vpn__options {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-left: -10px;
		margin-right: -10px;
	}
	.buy-vpn__option {
		margin-right: 10px;
		margin-left: 10px;
		width: 340px;
		padding: 40px 60px;
		box-sizing: border-box;
	}
	.buy-vpn__option__header {
		font-size: 25px;
		line-height: 35px;
	}
	.buy-vpn__option__descr {
		font-size: 18px;
		line-height: 27px;
	}
	.buy-vpn__option__cost {
		font-size: 28px;
		line-height: 42px;
	}
	.extension,
	.unlock_option,
	.unlock_browser {
		margin-bottom: 40px;
		padding: 40px 50px;
		display: flex;
		flex-direction: row;
		position: relative;
	}
	.extension__img,
	.unlock_option__img {
		margin-bottom: 0;
		margin-right: 70px;
	}
	.unlock_option__img-one {
		width: 180px;
		height: 180px;
	}
	.unlock_option__img-two {
		width: 203px;
		height: 200px;
		margin-right: 50px;
	}
	.unlock_option__img-three {
		width: 176px;
		height: 180px;
	}
	.unlock_option__about {
		font-size: 18px;
		line-height: 20px
	}
	.unlock_option__header,
	.extension__header,
	.unlock_browser__header {
		font-size: 25px;
		line-height: 35px
	}
	.choose-browser {
		margin: 60px 0;
	}
	.choose-browser__header {
		font-size: 15px;
		line-height: 18px;
	}
	.browser-info-container,
	.browser-info__content-firefox {
		margin-bottom: 40px;
		padding: 40px 50px;
	}
	.browser-info__header {
		font-size: 25px;
		line-height: 35px;
		text-align: left;
	}
	.browser-info__content:hover {
		cursor: default;
	}
	.unlock_browser__img {
		width: 180px;
		height: 180px;
	}
	.unlock_browser__img-tor {
		width: 180px;
		height: 110px;
	}
	.unlock_browser__img-ceno {
		width: 180px;
		height: 180px;
	}
	.setting_edge {
		width: 609px;
	}
	.setting_firefox {
		width: 919px;
	}
	.vpn-container{
		margin-left: 15px;
		margin-right: 15px;
		max-width: 445px;
		width: 50%;
	}
	.vpn-container:first-child{
		margin-left: 0;
	}
	.vpn-container:last-child{
		margin-right: 0;
	}
}

@media (min-width: 1200px) {
	.donate {
		padding-top: 130px;
		padding-left: 200px;
		padding-right: 200px;
	}
	.donate__header {
		font-size: 35px;
		line-height: 50px
	}
	.donate__content {
		font-size: 18px;
		line-height: 27px
	}
	.choose-browser__container {
		margin-left: -35px;
		padding-left: 35px;
	}
	.choose-browser__header p {
		padding-right: 0;
	}
}