/* Fonts */
@font-face {
	font-family: Museo Sans Cyrl-100;
	src: url('../fonts/MuseoSansCyrl-100.eot');
	src: url('../fonts/MuseoSansCyrl-100.eot?') format('eot'),
		url('../fonts/MuseoSansCyrl-100.woff') format('woff'),
		url('../fonts/MuseoSansCyrl-100.ttf')  format('truetype');
}

@font-face {
	font-family: Museo Sans Cyrl-300;
	src: url('../fonts/MuseoSansCyrl-300.eot');
	src: url('../fonts/MuseoSansCyrl-300.eot?') format('eot'),
		url('../fonts/MuseoSansCyrl-300.woff') format('woff'),
		url('../fonts/MuseoSansCyrl-300.ttf')  format('truetype');
}

@font-face {
	font-family: Museo Sans Cyrl-500;
	src: url('../fonts/MuseoSansCyrl-500.eot');
	src: url('../fonts/MuseoSansCyrl-500.eot?') format('eot'),
		url('../fonts/MuseoSansCyrl-500.woff') format('woff'),
		url('../fonts/MuseoSansCyrl-500.ttf')  format('truetype');
}

@font-face {
	font-family: Museo Sans Cyrl-700;
	src: url('../fonts/MuseoSansCyrl-700.eot');
	src: url('../fonts/MuseoSansCyrl-700.eot?') format('eot'),
		url('../fonts/MuseoSansCyrl-700.woff') format('woff'),
		url('../fonts/MuseoSansCyrl-700.ttf')  format('truetype');
}

@font-face {
	font-family: Museo Sans Cyrl-900;
	src: url('../fonts/MuseoSansCyrl-900.eot');
	src: url('../fonts/MuseoSansCyrl-900.eot?') format('eot'),
		url('../fonts/MuseoSansCyrl-900.woff') format('woff'),
		url('../fonts/MuseoSansCyrl-900.ttf')  format('truetype');
}

@font-face {
	font-family: Noto Color Emoji;
	src: url('../fonts/NotoColorEmoji-Regular.ttf');
}

/* Main Styles */
html, body {
	background: url('../img/bg1.png');
	font-family: Museo Sans Cyrl-100;
	font-size: 16px;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	display: grid;
	grid-template-rows: auto 1fr auto;
}

@media screen and (max-width: 1100px) {
	html, body {
		width: 1100px;
	}
}

@media screen and (max-width: 500px) {
	html, body {
		width: 100%;
	}
}

/* POPUP */
.popup-background {
	background: rgba(22,24,29, 0.98);
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	overflow: auto;
	white-space: nowrap;
	text-align: center;
}

.popup-background:before {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	content: '';
}

.popup-window {
	z-index: 20;
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
	text-align: left;
	margin: 0% 0;
	max-width: 900px;
}


/* Reglog */
.reglog {
	background: url('../img/bg.png');
	border-radius: 10px;
	height: 400px;
	width: 400px;
	text-align: center;
}

.reglog > .title {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 20px 0;
	text-align: center;
}

.reglog > .title > .close-btn > .icon-close {
	background: url('../img/icon-close.png');
	background-size: cover;
	height: 20px;
	width: 20px;
	margin: 0px 0 0 365px;
	display: block;
	position: absolute;
	cursor: pointer;
}

.reglog > .title > .logo {
	background: url('../img/logo.jpg');
	background-size: cover;
	height: 150px;
	width: 150px;
	margin: 15px auto 0 auto;
	display: block;
}

.reglog > .title > b {
	color: #fff;
	font-family: Museo Sans Cyrl-700;
	font-size: 20px;
	display: block;
	margin: 0px 0;
	font-weight: normal;
}

.reglog > .title > span {
	color: #fff;
	font-family: Museo Sans Cyrl-500;
	font-size: 14px;
	display: block;
	margin: 10px 0 0 0;
}

.reglog > .form {
	width: 85%;
	margin: 0 auto;
	padding: 0px 0 20px 0;
	text-align: center;
}

.reglog > .form > input {
	background: #2d374d;
	border-radius: 5px;
	outline: none;
	border: 0px;
	width: 220px;
	height: 38px;
	color: #fff;
	font-size: 14x;
	font-family: Museo Sans Cyrl-500;
	padding: 0px 15px;
	box-sizing: border-box;
	display: block;
	vertical-align: top;
	margin: 5px auto 10px auto;
	text-align: left;
}

.reglog > .form > input::-webkit-input-placeholder {
	color: #bbb;
}

.reglog > .form > input:-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

.reglog > .form > input::-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

.reglog > .form > input:-ms-input-placeholder {
	color: #bbb;
}

.reglog > .form > input::-ms-input-placeholder {
	color: #bbb;
}

.reglog > .form > input::placeholder {
	color: #bbb;
}

.reglog > .form > .button {
	width: 220px;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	margin: 0 0 20px 0;
}

.reglog > .form > .button > span {
	color: #333;
	font-family: Museo Sans Cyrl-700;
	font-size: 14px;
	display: inline-block;
	margin: 10px 30px;
}

.reglog > .form > .icon-eye-close {
	background: url('../img/eye-close.png');
	background-size: cover;
	height: 17px;
	width: 17px;
	display: inline-block;
	position: absolute;
	margin: -36px 0 0 190px;
	cursor: pointer;
}

.reglog > .form > .icon-eye-open {
	background: url('../img/eye-open.png');
	background-size: cover;
	height: 17px;
	width: 17px;
	display: inline-block;
	position: absolute;
	margin: -36px 0 0 190px;
	cursor: pointer;
}


.mob-menu > .title {
	height: 50px;
	width: 100%;
	text-align: right;
	margin: 0 0 40px 0;
}

.mob-menu > .title > .close-btn {
	1background: #e15422;
	height: 50px;
	width: 50px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	cursor: pointer;
	transition: all 0.3s ease;
}

.mob-menu > .title > .close-btn > .icon-close {
	background: url('../img/icon-close.png');
	background-size: cover;
	height: 22px;
	width: 22px;
	display: inline-block;
	margin: 20px 20px 0 0;
	transition: all 0.3s ease;
}

@media(hover: hover) and (pointer: fine) {
	.mob-menu > .title > .close-btn:hover > .icon-close {
		transform: rotate(360deg);
	}
}

.mob-menu {
	background: url('../img/bg1.png');
	height: 100%;
	width: 100%;
}

.mob-menu > .button {
	background: url('../img/bg.png');
	border-radius: 5px;
	width: 80%;
	margin: 10px auto;
	text-align: center;
	display: block;
}

.mob-menu > .button-auth {
	background: #fff;
	width: 80%;
	margin-top: 30px;
}

.mob-menu > .button > span {
	color: #fff;
	font-family: Museo Sans Cyrl-700;
	font-size: 14px;
	margin: 15px 20px;
	display: inline-block;
}

.mob-menu > .button-auth > span {
	color: #333;
}

.mob-menu > .button-auth > span > .icon-login {
	background: url('../img/icon-login-black.png');
	background-size: cover;
	height: 10px;
	width: 10px;
	display: inline-block;
	margin-right: 4px;
}


/* Content */
.content {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 500px) {
	.content {
		width: 100%;
		margin: 0 auto;
	}
}

/* Header */
.header {
	height: 65px;
	width: 100%;
	z-index: 5;
}

.header > .box {
	height: 58px;
	width: 100%;
}

.header > .box > .content > .logo {
	width: 15%;
	display: inline-block;
	vertical-align: top;
}

.header > .box > .content > .logo > a {
	background: url('../img1/logo.png');
	background-size: cover;
	height: 30px;
	width: 119px;
	display: inline-block;
	margin-top: 17.5px;
}

.header > .box > .content > .menu {
	width: 70%;
	display: inline-block;
	vertical-align: top;
}

.header > .box > .content > .menu > .margin {
	margin-top: 22px;
	text-align: center;
}

.header > .box > .content > .menu > .margin > a {
	color: #fff;
	font-family: Museo Sans Cyrl-500;
	font-size: 16px;
	margin: 0 20px 0 20px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}

.header > .box > .content > .auth {
	width: 15%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

.header > .box > .content > .auth > .button {
	background: url('../img1/button-login.png');
	border-radius: 5px;
	height: 41px;
	width: 144px;
	display: inline-block;
	cursor: pointer;
	margin-top: 12px;
	text-align: center;
}

.header > .box > .content > .mobile-menu {
	display: none;
}

@media screen and (max-width: 500px) {
	.header {
		position: fixed;
		top: 0;
	}
	
	.header > .box > .content {
		width: 90%;
	}
	
	.header > .box > .content > .logo {
		width: 50%;
	}
	
	.header > .box > .content > .logo > a {
		background: url('../img1/logo-mobile.png');
		background-size: cover;
		height: 25px;
		width: 99px;
		margin-top: 22px;
	}
	
	.header > .box > .content > .menu {
		display: none;
	}
	
	.header > .box > .content > .auth {
		display: none;
	}
	
	.header > .box > .content > .mobile-menu {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		text-align: right;
	}
	
	.header > .box > .content > .mobile-menu > .icon-menu {
		background: url('../img1/icon-menu-white.png');
		background-size: cover;
		height: 25px;
		width: 25px;
		display: inline-block;
		margin-top: 22px;
	}
}

/* Block-1 */
.block-1 {
	background: url('../img1/bg-block-1.jpg');
	background-position: top center;
	height: 1120px;
	width: 100%;
	margin-top: -65px;
}

.block-1 > .content > .left {
	width: 43%;
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
}

.block-1 > .content > .left > .icon-phone {
	background: url('../img1/phone.png');
	background-size: cover;
	height: 671px;
	width: 332px;
	display: inline-block;
	margin-top: 111px;
}

.block-1 > .content > .right {
	width: 57%;
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
}

.block-1 > .content > .right > span {
	color: #fff;
	font-family: Museo Sans Cyrl-500;
	font-size: 36px;
	margin-top: 325px;
	display: inline-block;
}

.block-1 > .content > .right > span > b {
	font-weight: normal;
	font-family: Museo Sans Cyrl-900;
}

.block-1 > .content > .right > span > u {
	text-decoration: none;
	font-family: Museo Sans Cyrl-700;
}

.block-1 > .content > .right > .button {
	background: url('../img1/bg-button-green.jpg');
	border-radius: 7px;
	height: 65px;
	width: 398px;
	display: inline-block;
	margin-top: 54px;
	margin-left: 0;
	margin-right: 0;
	cursor: pointer;
	text-align: center;
}

.block-1 > .content > .right > .button > span {
	color: #fff;
	font-size: 24px;
	font-family: Museo Sans Cyrl-700;
	display: inline-block;
	margin-top: 15px;
}

.block-1 > .content > .right > .youtube {
	margin-top: 47px;
}

.block-1 > .content > .right > .youtube > .icon-youtube-red {
	background: url('../img1/icon-youtube-red.png');
	background-size: cover;
	height: 33px;
	width: 47px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
}

.block-1 > .content > .right > .youtube > span {
	color: #fff;
	font-size: 18px;
	font-family: Museo Sans Cyrl-700;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.block-1 > .content > .right > .icon-mouse-scroll {
	background: url('../img1/icon-mouse-scroll.png');
	background-size: cover;
	height: 20px;
	width: 20px;
	display: block;
	margin: 100px auto 0 auto;
}

.block-1 > .content > .box {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-top: 48px;
}

.block-1 > .content > .box-center {
	margin-left: 12.5%;
	margin-right: 12.5%;
}

.block-1 > .content > .box > .icon-circle-devices {
	background: url('../img1/icon-circle-devices.png');
	background-size: contain;
	height: 153px;
	width: 153px;
	display: inline-block;
}

.block-1 > .content > .box > .icon-circle-devices > .icon-devices {
	background: url('../img1/icon-devices.png');
	background-size: contain;
	height: 74px;
	width: 70px;
	display: inline-block;
	margin-top: 38px;
}

.block-1 > .content > .box > .icon-circle-green {
	background: url('../img1/icon-circle-green.png');
	background-size: contain;
	height: 153px;
	width: 153px;
	display: inline-block;
}

.block-1 > .content > .box > .icon-circle-green {
	background: url('../img1/icon-circle-green.png');
	background-size: contain;
	height: 153px;
	width: 153px;
	display: inline-block;
}

.block-1 > .content > .box > .icon-circle-green > span {
	color: #fff;
	font-size: 48px;
	font-family: Museo Sans Cyrl-700;
	display: inline-block;
	margin-top: 40px;
	margin-bottom: -10px;
	font-style: normal;
}

.block-1 > .content > .box > .icon-circle-green > b {
	color: #fff;
	font-size: 10px;
	font-family: Museo Sans Cyrl-700;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
}

.block-1 > .content > .box > .icon-circle-noads {
	background: url('../img1/icon-circle-noads.png');
	background-size: contain;
	height: 153px;
	width: 153px;
	display: inline-block;
}

.block-1 > .content > .box > .icon-circle-noads > .icon-noads {
	background: url('../img1/icon-noads.png');
	background-size: contain;
	height: 72px;
	width: 72px;
	display: inline-block;
	margin-top: 38px;
}

.block-1 > .content > .box > span {
	color: #fff;
	font-size: 18px;
	font-family: Museo Sans Cyrl-500;
	display: inline-block;
	margin-top: 10px;
}

@media screen and (max-width: 500px) {
	.block-1 {
		background: url('../img1/bg-block-1-mobile.jpg');
		background-position: top center;
		height: 1749px;
	}
	
	.block-1 {
		text-align: left;
	}
	
	.block-1 > .content {
		width: 90%;
	}
	
	.block-1 > .content > .left {
		width: 100%;
	}
	
	.block-1 > .content > .left > .icon-phone {
		display: none;
	}
	
	.block-1 > .content > .right {
		width: 100%;
		margin-bottom: 290px;
	}
	
	.block-1 > .content > .right > span {
		font-size: 22px;
		margin-top: 270px;
		display: block;
		width: 312px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.block-1 > .content > .right > .button {
		height: 55px;
		width: 300px;
		margin-top: 70px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.block-1 > .content > .right > .button > span {
		font-size: 16px;
		margin-top: 18px;
	}
	
	.block-1 > .content > .right > .youtube {
		text-align: center;
		margin-top: 60px;
	}
	
	.block-1 > .content > .right > .youtube > .icon-youtube-red {
		background: url('../img1/icon-youtube-red-mobile.png');
		background-size: cover;
		height: 27px;
		width: 39px;
		margin-left: 0px;
	}
	
	.block-1 > .content > .right > .youtube > span {
		font-size: 16px;
		margin-left: 10px;
	}
	
	.block-1 > .content > .box {
		width: 75%;
		margin-top: 65px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.block-1 > .content > .box > .icon-circle-noads > .icon-noads {
		background: url('../img1/icon-noads-mobile.png');
		background-size: cover;
		height: 72px;
		width: 72px;
		margin-top: 38px;
	}
	
	.block-1 > .content > .box > .icon-circle-devices > .icon-devices {
		background: url('../img1/icon-devices-mobile.png');
		background-size: cover;
		height: 72px;
		width: 72px;
		margin-top: 38px;
	}

	.block-1 > .content > .box-center {
		margin-left: auto;
		margin-right: auto;
	}
	
	.block-1 > .content > .box > span {
		font-size: 16px;
		margin-top: 10px;
	}
}


/* Block-2 */
.block-2 {
	background: url('../img1/bg-block-2.jpg');
	background-position: top center;
	height: 726px;
	width: 100%;
}

.block-2 > .content > span {
	color: #fff;
	font-family: Museo Sans Cyrl-700;
	font-size: 36px;
	display: block;
	margin-top: 54px;
}

.block-2 > .content > span > b {
	font-weight: normal;
	font-family: Museo Sans Cyrl-700;
	font-size: 24px;
	display: inline-block;
}

.block-2 > .content > .tariff {
	background: url('../img1/tariff-green.png');
	height: 437px;
	width: 301px;
	display: inline-block;
	vertical-align: top;
	border-radius: 10px;
	margin-top: 68px;
	margin-bottom: 66px;
	text-align: center;
}

.block-2 > .content > .tariff-center {
	background: url('../img1/tariff-dark.png');
	margin-left: 48.5px;
	margin-right: 48.5px;
}

.block-2 > .content > .tariff > .price {
	text-align: center;
	margin-top: 25px;
}

.block-2 > .content > .tariff > .price > span {
	color: #fff;
	font-size: 48px;
	font-family: Museo Sans Cyrl-700;
	display: block;
	margin-bottom: -8px;
}

.block-2 > .content > .tariff > .price > span > i {
	font-size: 38px;
}

.block-2 > .content > .tariff > .price > b {
	color: #fff;
	font-size: 18px;
	font-family: Museo Sans Cyrl-700;
	display: block;
	font-weight: normal;
}

.block-2 > .content > .tariff > .listing {
	text-align: left;
	margin-top: 22px;
}

.block-2 > .content > .tariff > .listing > span {
	color: #fff;
	font-size: 16px;
	font-family: Museo Sans Cyrl-500;
	display: block;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 7px;
}

.block-2 > .content > .tariff > .flags {
	margin-left: 30px;
	text-align: left;
}

.block-2 > .content > .tariff > .flags > i {
	font-family: Noto Color Emoji;
	font-style: normal;
	margin-top: 20px;
	margin-left: 10px;
	display: inline-block;
}

.block-2 > .content > .tariff > b {
	color: #fff;
	font-size: 16px;
	font-family: Museo Sans Cyrl-700;
	display: block;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 45px;
	z-index: 1;
}

.block-2 > .content > .tariff > .button {
	background: url('../img1/bg-button-white.jpg');
	border-radius: 7px;
	height: 50px;
	width: 200px;
	display: block;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.block-2 > .content > .tariff > .button-center {
	background: url('../img1/bg-button-green.jpg');
}

.block-2 > .content > .tariff > .button > span {
	color: #456a5d;
	font-size: 18px;
	font-family: Museo Sans Cyrl-900;
	display: inline-block;
	margin-top: 14px;
}

.block-2 > .content > .tariff > .button-center > span {
	color: #fff;
}

@media screen and (max-width: 500px) {
	.block-2 {
		background: url('../img1/bg-block-2-mobile.jpg');
		height: 1693px;
	}
	
	.block-2 > .content {
		width: 90%;
		text-align: center;
	}
	
	.block-2 > .content > span {
		font-size: 24px;
	}
	
	.block-2 > .content > span > b {
		font-size: 18px;
	}
	
	.block-2 > .content > .tariff {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.block-2 > .content > .tariff > .price {
		margin-top: 20px;
		padding-top: 30px;
	}
	
	.block-2 > .content > .tariff > .price > span {
		font-size: 40px;
	}
	
	.block-2 > .content > .tariff > .price > span > i {
		font-size: 30px;
	}
	
	.block-2 > .content > .tariff > .button > span {
		font-size: 16px;
		margin-top: 16px;
	}
}


/* Block-3 */
.block-3 {
	background: url('../img1/bg-block-3.jpg');
	background-position: top center;
	height: 750px;
	width: 100%;
}

.block-3 > .content {
	text-align: center;
}

.block-3 > .content > span {
	color: #fff;
	font-size: 24px;
	font-family: Museo Sans Cyrl-500;
	display: block;
	margin-top: 65px;
}

.block-3 > .content > span > b {
	font-weight: normal;
	font-family: Museo Sans Cyrl-700;
}

.block-3 > .content > .promo-video {
	border-radius: 10px;
	width: 90%;
	display: block;
	margin: 50px auto 0 auto;
}

@media screen and (max-width: 500px) {
	.block-3 {
		background: url('../img1/bg-block-3-mobile.jpg');
		height: 450px;
	}
	
	.block-3 > .content {
		width: 90%;
	}
	
	.block-3 > .content > span {
		font-size: 20px;
	}
	
	.block-3 > .content > .promo-video {
		width: 100%;
	}
}


/* Block-41 */
.block-41 {
	background: url('../img1/bg-block-4.jpg');
	background-position: top center;
	height: 458px;
	width: 100%;
}

.block-41 > .content {
	text-align: center;
}

.block-41 > .content > span {
	color: #fff;
	font-size: 24px;
	font-family: Museo Sans Cyrl-700;
	display: block;
	margin-top: 80px;
}

.block-41 > .content > .icons {
	margin-top: 25px;
}

.block-41 > .content > .icons > i > b {
	color: #809791;
	font-size: 18px;
	font-family: Museo Sans Cyrl-300;
	display: inline-block;
	position: absolute;
	margin-top: -3px;
	margin-left: 23px;
	font-style: normal;
	font-weight: normal;
}

.block-41 > .content > .icons > .icon-instagram {
	background: url('../img1/icon-instagram.png');
	background-size: cover;
	height: 46px;
	width: 46px;
	margin: 0 10px 0 10px;
	display: inline-block;
}

.block-41 > .content > .icons > .icon-netflix {
	background: url('../img1/icon-netflix.png');
	background-size: cover;
	height: 46px;
	width: 46px;
	margin: 0 10px 0 10px;
	display: inline-block;
}

.block-41 > .content > .icons > .icon-telegram {
	background: url('../img1/icon-telegram.png');
	background-size: cover;
	height: 46px;
	width: 46px;
	margin: 0 10px 0 10px;
	display: inline-block;
}

.block-41 > .content > .icons > .icon-whatsapp {
	background: url('../img1/icon-whatsapp.png');
	background-size: cover;
	height: 46px;
	width: 46px;
	margin: 0 10px 0 10px;
	display: inline-block;
}

.block-41 > .content > .icons > .icon-facebook {
	background: url('../img1/icon-facebook.png');
	background-size: cover;
	height: 46px;
	width: 46px;
	margin: 0 10px 0 10px;
	display: inline-block;
}

.block-41 > .content > .icons > .icon-chatgpt {
	background: url('../img1/icon-chatgpt.png');
	background-size: cover;
	height: 46px;
	width: 46px;
	margin: 0 10px 0 10px;
	display: inline-block;
}

.block-41 > .content > .icons > .icon-discord {
	background: url('../img1/icon-discord.png');
	background-size: cover;
	height: 46px;
	width: 46px;
	margin: 0 10px 0 10px;
	display: inline-block;
}

.block-41 > .content > .icons > .icon-x {
	background: url('../img1/icon-x.png');
	background-size: cover;
	height: 46px;
	width: 46px;
	margin: 0 10px 0 10px;
	display: inline-block;
}

.block-41 > .content > .icons > .icon-gemini {
	background: url('../img1/icon-gemini.png');
	background-size: cover;
	height: 46px;
	width: 46px;
	margin: 0 10px 0 10px;
	display: inline-block;
}

.block-41 > .content > .icons > .icon-pornhub {
	background: url('../img1/icon-pornhub.png');
	background-size: cover;
	height: 46px;
	width: 46px;
	margin: 0 10px 0 10px;
	display: inline-block;
}

.block-41 > .content > .youtube {
	width: 432px;
	margin: 20px auto 0 auto;
}

.block-41 > .content > .youtube > .left {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
}

.block-41 > .content > .youtube > .right {
	width: 80%;
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
}

.block-41 > .content > .youtube > .left > .icon-youtube-white {
	background: url('../img1/icon-youtube-white.png');
	background-size: cover;
	height: 56px;
	width: 79px;
	margin: 0 0px 0 0px;
	display: inline-block;
}

.block-41 > .content > .youtube > .right > span {
	color: #fff;
	font-size: 18px;
	font-family: Museo Sans Cyrl-700;
	display: block;
	margin-top: 6px;
}

.block-41 > .content > .button {
	background: url('../img1/bg-button-green.jpg');
	border-radius: 7px;
	height: 65px;
	width: 420px;
	display: inline-block;
	margin-top: 37px;
	margin-left: 0;
	margin-right: 0;
	cursor: pointer;
	text-align: center;
}

.block-41 > .content > .button > span {
	color: #fff;
	font-size: 24px;
	font-family: Museo Sans Cyrl-700;
	display: inline-block;
	margin-top: 15px;
}

.block-41 > .content > i {
	color: #809791;
	font-size: 12px;
	font-family: Museo Sans Cyrl-300;
	display: inline-block;
	margin-top: 40px;
	font-style: normal;
}

@media screen and (max-width: 500px) {
	.block-41 {
		background: url('../img1/bg-block-4-mobile.jpg');
		height: 520px;
	}
	
	.block-41 > .content {
		width: 90%;
	}
	
	.block-41 > .content > span {
		font-size: 20px;
	}
	
	.block-41 > .content > .icons {
		margin-top: 15px;
	}
	
	.block-41 > .content > .icons > .icon-instagram,
	.block-41 > .content > .icons > .icon-netflix,
	.block-41 > .content > .icons > .icon-telegram,
	.block-41 > .content > .icons > .icon-whatsapp, 
	.block-41 > .content > .icons > .icon-facebook,
	.block-41 > .content > .icons > .icon-chatgpt, 
	.block-41 > .content > .icons > .icon-discord, 
	.block-41 > .content > .icons > .icon-x, 
	.block-41 > .content > .icons > .icon-gemini,
	.block-41 > .content > .icons > .icon-pornhub {
		height: 35px;
		width: 35px;
		margin-top: 10px;
	}
	
	.block-41 > .content > .icons > i > b {
		font-size: 14px;
	}
	
	.block-41 > .content > .youtube {
		width: 320px;
		margin: 20px auto 0 auto;
	}
	
	.block-41 > .content > .youtube > .left {
		width: 20%;
		display: inline-block;
		vertical-align: top;
		margin-top: 0px;
	}
	
	.block-41 > .content > .youtube > .right {
		width: 80%;
		display: inline-block;
		vertical-align: top;
		margin-top: 0px;
	}
	
	.block-41 > .content > .youtube > .left > .icon-youtube-white {
		background: url('../img1/icon-youtube-white.png');
		background-size: cover;
		height: 30px;
		width: 42px;
		margin: 1px 0px 0 0px;
		display: inline-block;
	}
	
	.block-41 > .content > .youtube > .right > span {
		color: #fff;
		font-size: 14px;
		font-family: Museo Sans Cyrl-700;
		display: block;
		margin-top: 0px;
	}
	
	.block-41 > .content > .button {
		height: 55px;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.block-41 > .content > .button > span {
		font-size: 16px;
		margin-top: 18px;
	}
}


/* Block-5 */
.block-5 {
	background: url('../img1/bg-block-5.jpg');
	background-position: top center;
	height: 663px;
	width: 100%;
}

.block-5 > .content > .text {
	margin-top: 90px;
}

.block-5 > .content > .text > span {
	color: #fff;
	font-size: 24px;
	font-family: Museo Sans Cyrl-700;
	display: inline-block;
	margin-top: 0px;
}

.block-5 > .content > .text > b {
	color: #afc0be;
	font-size: 14px;
	font-family: Museo Sans Cyrl-500;
	display: inline-block;
	margin-bottom: 30px;
	margin-left: 18px;
	font-weight: normal;
}

@media screen and (max-width: 500px) {
	.block-5 {
		background: url('../img1/bg-block-5-mobile.jpg');
		height: 1050px;
	}
	
	.block-5 > .content {
		width: 90%;
	}
	
	.block-5 > .content > .text {
		width: 320px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 85px;
	}
	
	.block-5 > .content > .text > span {
		font-size: 18px;
	}
	
	.block-5 > .content > .text > b {
		margin-left: 13px;
		margin-top: 5px;
	}
}


/* Block-6 */
.block-6 {
	background: url('../img1/bg-block-6.jpg');
	background-position: top center;
	height: 532px;
	width: 100%;
}

.block-6 > .content > span {
	color: #fff;
	font-family: Museo Sans Cyrl-700;
	font-size: 36px;
	display: block;
	margin-top: 54px;
}

.block-6 > .content > span > b {
	font-weight: normal;
	font-family: Museo Sans Cyrl-700;
	font-size: 24px;
	display: inline-block;
}

.block-6 > .content > .rewievs {
	
}

.block-6 > .content > .rewievs > .box-margin {
	margin-left: 68px;
}

.block-6 > .content > .rewievs > .box {
	background: url('../img1/bg-reviews.png');
	background-position: top center;
	height: 120px;
	width: 466px;
	display: inline-block;
	vertical-align: top;
	margin-top: 45px;
}

.block-6 > .content > .rewievs > .box > .left {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.block-6 > .content > .rewievs > .box > .left > .icon-client-dark {
	background: url('../img1/icon-client-dark.png');
	background-position: top center;
	height: 70px;
	width: 70px;
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
}

.block-6 > .content > .rewievs > .box > .left > .icon-client-white {
	background: url('../img1/icon-client-white.png');
	background-position: top center;
	height: 70px;
	width: 70px;
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
}

.block-6 > .content > .rewievs > .box > .right {
	width: 75%;
	display: inline-block;
	vertical-align: top;
}

.block-6 > .content > .rewievs > .box > .right > span {
	color: #fff;
	font-size: 18px;
	font-family: Museo Sans Cyrl-700;
	display: inline-block;
	margin-top: 20px;
}

.block-6 > .content > .rewievs > .box > .right > b {
	color: #e1f6ef;
	font-size: 14px;
	font-family: Museo Sans Cyrl-500;
	display: inline-block;
	margin-top: 0px;
	font-weight: normal;
	padding-right: 20px;
}

.block-6 > .content > .rewievs > .box > .right > b > i {
	font-style: normal;
}

@media screen and (max-width: 500px) {
	.block-6 {
		background: url('../img1/bg-block-6-mobile.jpg');
		background-position: top center;
		height: 1550px;
	}
	
	.block-6 > .content {
		text-align: center;
	}
	
	.block-6 > .content > span {
		font-size: 24px;
	}

	.block-6 > .content > span > b {
		font-size: 18px;
	}
	
	.block-6 > .content > .rewievs {
		margin-top: 20px;
	}
	
	.block-6 > .content > .rewievs > .box-margin {
		margin-left: 0px;
	}
	
	.block-6 > .content > .rewievs > .box {
		background: url('../img1/bg-reviews-mobile.png');
		background-position: top center;
		height: 290px;
		width: 300px;
		display: inline-block;
		vertical-align: top;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.block-6 > .content > .rewievs > .box > .left {
		width: 100%;
	}
	
	.block-6 > .content > .rewievs > .box > .left > .icon-client-dark,
	.block-6 > .content > .rewievs > .box > .left > .icon-client-white {
		margin-top: 40px;
	}
	
	.block-6 > .content > .rewievs > .box > .right {
		width: 100%;
	}
	
	.block-6 > .content > .rewievs > .box > .right > span {
		color: #fff;
		font-size: 18px;
		font-family: Museo Sans Cyrl-700;
		display: inline-block;
		margin-top: 20px;
		text-align: left;
	}
	
	.block-6 > .content > .rewievs > .box > .right > b {
	color: #e1f6ef;
	font-size: 14px;
	font-family: Museo Sans Cyrl-500;
	display: inline-block;
	margin-top: 10px;
	font-weight: normal;
	padding-left: 30px;
	padding-right: 30px;
	}
}




.block-4 {
	width: 90%;
	margin: 30px auto 50px auto;
}

.block-4 > .content > .title {
	margin: 10px 0 20px 0;
}

.block-4 > .content > .title > span {
	color: #fff;
	font-family: Museo Sans Cyrl-900;
	font-size: 24px;
	display: block;
	margin-top: 40px;
}

.block-4 > .content > span {
	color: #fff;
	font-family: Museo Sans Cyrl-500;
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

.block-4 > .content > .button {
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	margin: 15px 0 10px 0;
}

.block-4 > .content > .button > span {
	color: #333;
	font-family: Museo Sans Cyrl-700;
	font-size: 14px;
	display: inline-block;
	margin: 10px 30px;
}

.block-4 > .content > b {
	color: #fff;
	font-family: Museo Sans Cyrl-700;
	font-size: 18px;
	display: block;
	margin: 30px 0 15px 0;
	font-weight: normal;
}

.block-4 > .content > .post {
	margin: 15px 0;
}

.block-4 > .content > .post > a {
	color: #fff;
	font-family: Museo Sans Cyrl-700;
	font-size: 18px;
	display: inline-block;
	margin: 0px 0 0px 0;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.block-4 > .content > video {
	width: 70%;
	border-radius: 10px;
	margin: 0 auto 15px auto;
	display: block;
}

.block-4 > .content > .persik {
	background: url('../img/persik1.png');
	background-size: cover;
	height: 250px;
	width: 250px;
	margin: 40px auto;
}

@media screen and (max-width: 1025px) {
	.block-4 {
		margin-top: 90px;
	}
	
	.block-4 > .content > .title {
		margin-top: 0px;
	}
	
	.block-4 > .content > .title > span {
		margin-top: 0px;
		font-size: 20px;
	}
	
	.block-4 > .content > .post > a {
		font-size: 16px;
	}

	.block-4 > .content > video {
		width: 100%;
		border-radius: 10px;
		margin: 0 auto 15px auto;
		display: block;
	}
	
	.block-4 > .content > .persik {
		height: 200px;
		width: 200px;
	}
}


/* Footer */
.footer {
	background: url('../img1/bg-footer.jpg');
	height: 83px;
	width: 100%;
}

.footer > .content > .column-left {
	width: 15%;
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
}

.footer > .content > .column-center {
	width: 75%;
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
}

.footer > .content > .column-center > a {
	color: #a4a7ae;
	display: inline-block;
	font-size: 14px;
	font-family: Museo Sans Cyrl-700;
	text-decoration: none;
	margin: 32px 25px 0 25px;
	border-bottom: 1px solid #a4a7ae;
}

.footer > .content > .column-center > a:hover {
	border-bottom: 0px;
}

.footer > .content > .column-right {
	text-align: right;
	width: 10%;
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
}

.footer > .content > .column-left > .logo-footer {
	background: url('../img1/logo-footer.png');
	background-size: cover;
	background-position: center;
	height: 30px;
	width: 119px;
	display: inline-block;
	margin-top: 25px;
}

.footer > .content > .column-right > .youtube {
	background: url('../img1/bg-circle-footer.jpg');
	height: 38px;
	width: 38px;
	display: inline-block;
	margin-top: 22.5px;
	border-radius: 90px;
	cursor: pointer;
	margin-right: 6px;
}

.footer > .content > .column-right > .youtube > .icon-youtube {
	background: url('../img1/icon-youtube-footer.png');
	background-size: cover;
	background-position: center;
	height: 18px;
	width: 18px;
	display: inline-block;
	margin-top: 9.5px;
	margin-right: 10px;
}

.footer > .content > .column-right > .telegram {
	background: url('../img1/bg-circle-footer.jpg');
	height: 38px;
	width: 38px;
	display: inline-block;
	margin-top: 22.5px;
	border-radius: 90px;
	cursor: pointer;
}

.footer > .content > .column-right > .telegram > .icon-telegram {
	background: url('../img1/icon-telegram-footer.png');
	background-size: cover;
	background-position: center;
	height: 18px;
	width: 18px;
	display: inline-block;
	margin-top: 9.5px;
	margin-right: 11px;
}

@media screen and (max-width: 500px) {
	.footer > .content {
		width: 90%;
	}
	
	.footer > .content > .column-left {
		width: 50%;
	}
	
	.footer > .content > .column-center {
		width: 0%;
		display: none;
	}
	
	.footer > .content > .column-right	{
		width: 50%;
	}
	
	.footer > .content > .column-right > .youtube,
	.footer > .content > .column-right > .telegram	{
		height: 35px;
		width: 35px;
		margin-top: 23.5px;
	}
	
	.footer > .content > .column-right > .youtube > .icon-youtube {
		height: 16px;
		width: 16px;
		margin-top: 9.5px;
		margin-right: 9px;
	}
	
	.footer > .content > .column-right > .telegram > .icon-telegram {
		height: 16px;
		width: 16px;
		margin-top: 9.5px;
		margin-right: 10px;
	}
	
	.footer > .content > .column-left > .logo-footer {
		background: url('../img1/logo-footer-mobile.png');
		background-size: cover;
		height: 25px;
		width: 99px;
		margin-top: 28px;
	}
}