body {
	background: #ececec;
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: 'PCTL9600RgRegular';
	font-weight: normal;
	src: url('../font/PCTL9600Rg-Regular.ttf');
}

@font-face {
	font-family: 'PCTL9600RgBold';
	font-weight: normal;
	src: url('../font/PCTL9600Rg-Bold.ttf');
}
/*
.container {
	max-width: 400px !important;
	width: calc(100% - 48px);
	display: block;
}
*/

.logo {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 40px;
}

.logo_img {
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

.range {
	margin-bottom: 15px;
}

.range_url {
	text-decoration: none;
	display: block;
	max-width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 10px;
}

.direcrion_url {
	text-decoration: none;
	display: block;
	max-width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 10px;
	padding-top: 70px;
}

.range_text, .direction_text {
	font-family: 'Arial', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}

.range_text {
	font-family: 'PCTL9600RgRegular';
	font-weight: normal;
	display: block;
	padding-bottom: 25px;
}

.range_img {
	max-width: 100%;
	height: auto;
}

.stock {
	text-align: center;
	position: relative;
	z-index: 1;
}

.group {
	text-align: center;
	position: relative;
	z-index: 1;
}

.stock_text {
	font-family: 'Arial', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	position: absolute;
	top: calc(50% - 24px);
	/* right: 110px; */
	left: 0;
	right: 0;
	width: 100%;
}

.ico-soc {
	background: url(../images/icons_sprite.webp) no-repeat 0 0;
	max-width: unset;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: 0.3s all;
	margin-bottom: 25px;
}

.ico-soc-youtube {
	background-position: -2px -46px;
}

.ico-soc-telegram {
	background-position: -2px -134px;
}

.social-item {
	text-align: center;
}

.social-ico-wrap {
	margin-top: 85px;
	text-align: center;
}

.social-url {
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}

.social-title {
	padding-bottom: 35px;
}

.group_text {
	font-family: 'Arial', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	position: absolute;
	top: calc(50% - 24px);
	/* right: 110px; */
	left: 0;
	right: 0;
	width: 100%;
}

.stock_img, .group_img {
	max-width: 100%;
	height: auto;
}

.form {
	background-color: #ffffff;
}

.form_logo {
	text-align: center;
	padding-bottom: 55px;
}

.form-area {
	text-align: center;
	margin: 0 20px;
}

.form-input {
	width: 100%;
	max-width: 285px;
	height: 45px;
	background: #ECECEC;
	margin-bottom: 10px;
	border: none;
	padding: 15px 15px;
	box-sizing: border-box;
	text-align: center;
	font-family: 'PCTL9600RgRegular', 'Arial', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	color: #000000;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.form-input::placeholder {
	color: #000;
	opacity: 0.8;
}

.form-input:focus {
	outline: 2px solid #cda5a5;
}

.oferta-label {
	width: 100%;
	max-width: 285px;
	height: 45px;
	cursor: default;
	position: relative;
	padding-left: 0;
	display: inline-flex;
	margin-top: 5px;
}

.oferta-text {
	text-align: left;
	font-family: 'PCTL9600RgRegular', 'Arial', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.05em;
	color: #000000;
}

.oferta-checkbox {
	display: none;
}

.custom-checkbox {
	width: 45px;
	height: 29px;
	margin-right: 15px;
	background: #ECECEC;
	display: inline-block;
	position: relative;
}

.oferta-checkbox:checked + .custom-checkbox::before {
	content: '';
	background: url("../images/okey.png") no-repeat center center;
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 6px;
}

.form-btn-submit {
	width: 100%;
	max-width: 285px;
	height: 45px;
	background: #000;
	color: #fff;
	cursor: pointer;
	border: none;
	box-sizing: border-box;
	transition: all 0.3s;
	margin-bottom: 25px;
	font-family: 'PCTL9600RgRegular', 'Arial', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.form-btn-submit:hover {
	background-color: #cda5a5;
	border-color: #cda5a5;
}

.poiner_bg {
	background-color: #ffffff;
}

.pointer_logo {
	padding-top: 35px;
	padding-bottom: 40px;
	text-align: center;
}

.pointer_img {
	max-width: 100%;
	height: auto;
}

.pointer_url {
	text-decoration: none;
}

.pointer_text {
	margin-left: 15px;
	font-family: 'PCTL9600RgRegular', 'Arial', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 45px;
	max-width: 55%;
}

.pointer_row, .direction_row {
	display: flex;
}
/*
.pointer_column, .direction_column {
	width: 50%;
}*/

.pointer_stock {
	text-align: left;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin-bottom: 3px;
}

/* .pointer_stock:last-child {
	padding-bottom: 100px;
} */

.poiner_url {
	text-decoration: none;
}

.direction_img {
	max-width: 100%;
	height: 100%;
}

.pointer_title, .network_title {
	font-family: 'PCTL9600RgRegular', 'Arial', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	position: absolute;
	top: 15px;
	left: 15px;
}

.network_title {
	max-width: 55%;
}

.direction_row {
	margin-bottom: 7px;
}

.direction_bg {
	background-color: #ffffff;
}

.direction_color {
	height: 100%;
	margin-bottom: 7px;
}

.pink {
	background-color: #D4B7AF;
}

.blue {
	background-color: #D3E1E8;
}

.grey {
	background-color: #D8D8D8;
}

.heavenly {
	background-color: #CCD5DE;
}

.bg_grey {
	background-color: #ECECEC;
}

.navy {
	background-color: #CCD5DE;
}

.pointer_picture {
	width: 100%;
	height: 250px;
}

.network_fcolumn {
	width: 50%;
	padding-right: 3px;
}

.network_scolumn {
	width: 50%;
	padding-left: 3px;
}

.hidden {
	display: none;
}

.lang-switch {
	position: absolute;
	right: 10px;
	top: 10px;
}

.lang-switch a, .lang-switch span {
	font-family: 'PCTL9600RgRegular', 'Arial', sans-serif;
	color: #000;
}

.wrap-top {
	position: relative;
}

@media (max-width: 340px) {
	.custom-checkbox {
		width: 55px;
	}
	.pointer_text {
		max-width: 68%;
	}
}