/*!
Theme Name: Umi Smart
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: umismart
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Umi Smart is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');


:root {
	--container: 1296px;
	--sun: 340px;
	--planet: 175px;
	--distantion: 95px;
}

*, ::after, ::before {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	color: #ffffff;
	background: #262626;
	line-height: 1.21;
}
body.page-template-page-tariffs,
body.page-template-page-promotions,
body.page-template-page-info,
body.page-template-page-safety-comfort,
body.page-template-page-tv-tariffs {
	color: #1e1e1e;
	background: #FFFFFF;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
   opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}
.bg-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
a, a:hover {
	color: #FFFFFF;
	text-decoration: none;
	transition: .25s;
}
body.page-template-page-tariffs a,
body.page-template-page-tariffs a:hover,
body.page-template-page-promotions a,
body.page-template-page-promotions a:hover,
body.page-template-page-info a,
body.page-template-page-info a:hover,
body.page-template-page-safety-comfort a,
body.page-template-page-safety-comfort a:hover {
	color: #1e1e1e;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	font-weight: 700;
	line-height: 1.2;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 22px;
}
p, ul, ol, blockquote, .wp-caption, gallery {
	margin: 0 0 20px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child, .wp-caption:last-child, gallery:last-child {
	margin-bottom: 0;
}
/*.form-field {
	position: relative;
	margin-bottom: 27px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
	background: #F5F5F5;
	border-radius: 20px;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	padding: 5px 30px;
	height: 55px;
	color: #131543;
	outline: none;
	border: none;
}
textarea {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 294px;
}
input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #131543;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	outline: 0;
	padding: 0px;
	margin: -2px 15px 0 0;
	position: relative;
	cursor: pointer;
}
input[type=radio]:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid #131543;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	transform: rotate(45deg);
}
input[type=radio]:checked:after {
	background: #131543;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	font-size: 16px;
	text-align: center;
}*/
.screen-reader-text {
	display: none;
}


.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 12px;
	margin-bottom: 24px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
.form-field > label {
	display: block;
	line-height: 1.25;
	margin-bottom: 12px;
	color: #ffffff;
}
::-webkit-input-placeholder {
	color: #ffffff;
}
::-moz-placeholder {
	color: #ffffff;
}
:-ms-input-placeholder {
	color: #ffffff;
}
:-moz-placeholder {
	color: #ffffff;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
select,
textarea {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: none;
	border: 1px solid #ffffff;
	color: #ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 12px 30px;
	min-height: 60px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 200px;
	resize: vertical;
}
select {
	cursor: pointer;
}
.form-field-button.center {
	text-align: center;
}



.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	padding: 15px 30px;
	background: none;
	border: none;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
	outline: none;
	cursor: pointer;
	min-width: 212px;
	min-height: 60px;
	transition: .25s;
}
.btn-primary {
	color: #ffffff !important;
	background-color: #088CCF;
}
.btn-primary:hover {
	color: #ffffff !important;
	background-color: #1e1e1e;
}
.btn-secondary {
	color: #088CCF !important;
	background-color: #ffffff;
}
.btn-secondary:hover {
	color: #ffffff !important;
	background-color: #088CCF;
}


.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}


.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 520px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-md {
	max-width: 570px;
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background: url(images/bg-form.jpg) no-repeat center 60%;
	background-size: cover;
	color: #ffffff;
	outline: 0;
	padding: 40px 50px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #333131;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .7;
	z-index: 1049;
}
.modal-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: 25px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: #fff;
	width: 32px;
	height: 32px;
	top: 12px;
	right: 12px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .5s;
	z-index: 9;
}
.modal-close:hover {
	opacity: .7;
}


.wrapper {
	position: relative;
	z-index: 1;
}

.header {
	position: absolute;
	width: 100%;
	top: 20px;
	left: 0;
	z-index: 99;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo {
	display: flex;
	align-items: center;
}
.header-logo img {
	max-height: 80px;
}
.header-logo span {
	margin-left: 20px;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
}
.header-phone {
	margin-left: 30px;
}
.header-phone a {
	display: inline-flex;
	align-items: center;
	font-size: 36px;
	font-weight: 700;
}
body.page-template-page-about .header-phone a,
body.page-template-page-tv .header-phone a,
body.page-template-page-tv-tariffs .header-phone a {
	color: #EC482F;
}
body.page-template-page-tariffs .header-phone a,
body.page-template-page-promotions .header-phone a,
body.page-template-page-info .header-phone a,
body.page-template-page-safety-comfort .header-phone a {
	color: #DF0303;
}
.header-phone a:hover,
body.page-template-page-about .header-phone a:hover,
body.page-template-page-tariffs .header-phone a:hover,
body.page-template-page-promotions .header-phone a:hover,
body.page-template-page-info .header-phone a:hover,
body.page-template-page-safety-comfort .header-phone a:hover,
body.page-template-page-tv .header-phone a:hover,
body.page-template-page-tv-tariffs .header-phone a:hover {
	color: #FF8A00;
}
.header-phone a:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
	background-color: #FFFFFF;
	flex: 0 0 48px;
	max-width: 48px;
	width: 48px;
	height: 48px;
	margin-right: 20px;
	transition: .25s;
}
body.page-template-page-about .header-phone a:before,
body.page-template-page-tv .header-phone a:before,
body.page-template-page-tv-tariffs .header-phone a:before {
	background-color: #EC482F;
}
body.page-template-page-tariffs .header-phone a:before,
body.page-template-page-promotions .header-phone a:before,
body.page-template-page-info .header-phone a:before,
body.page-template-page-safety-comfort .header-phone a:before {
	background-color: #DF0303;
}
.header-phone a:hover:before,
body.page-template-page-about .header-phone a:hover:before,
body.page-template-page-tariffs .header-phone a:hover:before,
body.page-template-page-promotions .header-phone a:hover:before,
body.page-template-page-info .header-phone a:hover:before,
body.page-template-page-safety-comfort .header-phone a:hover:before,
body.page-template-page-tv .header-phone a:hover:before,
body.page-template-page-tv-tariffs .header-phone a:hover:before {
	background-color: #FF8A00;
}




.planets-section {
	position: relative;
	min-height: 1080px;
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	z-index: 1;
}
.planets-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.planets-wrap {
	position: relative;
	width: var(--sun);
	height: var(--sun);
	margin: auto;
	z-index: 1;
}
.planets-sun {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.planets-sun:before {
	content: '';
	background: radial-gradient(50% 50% at 50% 50%, #FFA800 0%, rgba(255, 199, 0, 0) 100%);
	border-radius: 50%;
	position: absolute;
	animation: pulse 5s infinite;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -2;
}
@keyframes pulse {
	0% {
		width: calc(var(--sun) * 2);
		height: calc(var(--sun) * 2);
	}
	50% {
		width: calc(var(--sun) * 2.5);
		height: calc(var(--sun) * 2.5);
	}
	100% {
		width: calc(var(--sun) * 2);
		height: calc(var(--sun) * 2);
	}
}
.planets-sun:after {
	content: '';
	background: radial-gradient(50% 50% at 50% 50%, #FF8A00 0%, #FFA800 100%);
	border-radius: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.planets-item {
	position: absolute;
	z-index: 1;
}
.planets-item-1 {
	top: calc((var(--distantion) + var(--planet)) * -1);
	left: calc(50% - var(--planet) / 2);
}
.planets-item-2 {
	top: calc((var(--distantion) + var(--planet)) * -1 + 105px);
	left: calc(50% - var(--planet) / 2 + 260px);
}
.planets-item-3 {
	right: calc((var(--distantion) + var(--planet)) * -1);
	top: calc(50% - var(--planet) / 2);
}
.planets-item-4 {
	right: calc((var(--distantion) + var(--planet)) * -1 + 105px);
	top: calc(50% - var(--planet) / 2 + 260px);
}
.planets-item-5 {
	bottom: calc((var(--distantion) + var(--planet)) * -1);
	left: calc(50% - var(--planet) / 2);
}
.planets-item-6 {
	bottom: calc((var(--distantion) + var(--planet)) * -1 + 105px);
	left: calc(50% - var(--planet) / 2 - 260px);
}
.planets-item-7 {
	left: calc((var(--distantion) + var(--planet)) * -1);
	top: calc(50% - var(--planet) / 2);
}
.planets-item-8 {
	left: calc((var(--distantion) + var(--planet)) * -1 + 105px);
	top: calc(50% - var(--planet) / 2 - 260px);
}
.planets-item__wrap {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 20px;
	width: var(--planet);
	height: var(--planet);
	z-index: 1;
}
.planets-item__wrap p {
	font-weight: 700;
}
.planets-item__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 1s;
}
.planets-item__wrap:hover .planets-item__image {
	transform: scale(1.05);
}



.page-wrapper {
	position: relative;
	min-height: 100vh;
	height: 100%;
	padding-top: 180px;
	z-index: 1;
}
.page-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-header {
	margin-bottom: 40px;
}
.page-title {
	text-align: center;
	text-transform: uppercase;
}
.page-content {
	padding-bottom: 50px;
}



.about-items {
	position: relative;
}
.about-item {
	position: relative;
	margin-bottom: 30px;
}
.about-item:last-child {
	margin-bottom: 0;
}
.about-item__wrap {
	position: relative;
	background: #FFFFFF;
	color: #1E1E1E;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	max-width: 83%;
	padding: 30px;
	z-index: 1;
}
.about-item:nth-child(2n) .about-item__wrap {
	margin-left: auto;
}
.about-item__head {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.about-item__head span {
	flex: 0 0 32px;
	max-width: 32px;
	margin-right: 15px;
}
.about-item__head h2 {
	margin-bottom: 0;
	font-size: 32px;
	font-weight: 700;
}
.about-item__content {
	font-size: 16px;
}


.contacts-section {
	position: relative;
	padding: 80px 0 50px;
	z-index: 1;
}
.contacts-heading {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 700;
}
.contacts-wrap {
	position: relative;
	background: #FFFFFF;
	color: #1E1E1E;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	padding: 30px;
	z-index: 1;
}
.contacts-wrap a {
	color: #1e1e1e;
}
.contacts-wrap a:hover {
	color: #EC482F;
}
.contacts-items {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.contacts-items p {
	position: relative;
	margin-right: 30px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.contacts-items p:last-child {
	margin-right: 0;
}
.contacts-items p:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #1e1e1e;
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	margin-right: 15px;
}
.contacts-items p.address:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.contacts-items p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.contacts-items p.e-mail:before {
	-webkit-mask-image: url(images/email.svg);
	mask-image: url(images/email.svg);
}






.tariffs-block {
	position: relative;
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #1e1e1e;
}
.tariffs-block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.tariffs-heading {
	margin-bottom: 40px;
}
.tariffs-heading h2 {
	font-size: 48px;
	font-weight: 400;
}
.tariffs-heading h2 strong {
	font-weight: 700;
}
.tariffs-items {
	position: relative;
	padding: 0 100px;
}
.tariffs-item {
	position: relative;
	margin-bottom: 30px;
	max-width: 854px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.tariffs-item:last-child {
	margin-bottom: 0;
}
.tariffs-item__count {
	position: absolute;
	width: 60px;
	text-align: right;
	left: -100px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 100px;
	line-height: 1;
	font-weight: 700;
	z-index: 1;
}
.tariffs-item__wrap {
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px 70px 10px 20px;
	z-index: 1;
}
.tariffs-item__wrap svg {
	position: absolute;
	width: calc(100% + 15px);
	height: calc(100% + 18px);
	top: -5px;
	left: -4px;
	z-index: -1;
}
.tariffs-item__wrap > span {
	flex: 0 0 200px;
	max-width: 200px;
	height: 168px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: 30px;
}
.tariffs-item__wrap > span img {
	max-height: 168px;
}
.tariffs-item__wrap p {
	font-size: 32px;
	font-weight: 400;
}
.tariffs-item__wrap p span {
	display: block;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.tariffs-additionalContent-section {
	padding: 80px 0 50px;
	font-size: 24px;
}
.tariffs-additionalContent-section h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 8px;
}






.promotions-heading {
	margin-bottom: 40px;
}
.promotions-heading h2 {
	font-size: 48px;
	font-weight: 400;
}
.promotions-heading h2 strong {
	font-weight: 700;
}
.promotions-items {
	position: relative;
	padding: 0 100px;
}
.promotions-item {
	position: relative;
	margin-bottom: 30px;
	max-width: 964px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.promotions-item:last-child {
	margin-bottom: 0;
}
.promotions-item__count {
	position: absolute;
	width: 60px;
	text-align: right;
	left: -100px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 100px;
	line-height: 1;
	font-weight: 700;
	z-index: 1;
}
.promotions-item__wrap {
	position: relative;
	display: flex;
	align-items: center;
	padding: 25px 70px 25px 30px;
	z-index: 1;
}
.promotions-item__wrap svg {
	position: absolute;
	width: calc(100% + 15px);
	height: calc(100% + 18px);
	top: -5px;
	left: -4px;
	z-index: -1;
}
.promotions-item__wrap > span {
	flex: 0 0 92px;
	max-width: 92px;
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: 30px;
}
.promotions-item__wrap > span img {
	max-height: 92px;
}
.promotions-item__wrap p {
	font-size: 32px;
	font-weight: 400;
}
.promotions-item__wrap p span {
	display: block;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.promotions-additionalContent-section {
	padding: 80px 0 50px;
	font-size: 32px;
}
.promotions-additionalContent-section p {
	margin-bottom: 8px;
}
.promotions-additionalContent-section h2 {
	font-size: 48px;
	font-weight: 700;
}
.promotions-additionalContent-section a:hover {
	color: #FF8A00 !important;
}



.info-heading,
.instruction-heading {
	margin-bottom: 40px;
}
.info-heading h2,
.instruction-heading h2 {
	font-size: 48px;
	font-weight: 400;
}
.info-heading h2 strong,
.instruction-heading h2 strong {
	font-weight: 700;
}
.info-items {
	position: relative;
}
.info-item {
	position: relative;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.info-item:last-child {
	margin-bottom: 0;
}
.info-item__wrap {
	position: relative;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	color: #1E1E1E;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	max-width: 83%;
	gap: 30px;
	padding: 30px;
	z-index: 1;
}
.info-item:nth-child(2n) .info-item__wrap {
	margin-left: auto;
}
.info-item__wrap > span {
	flex: 0 0 75px;
	max-width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.info-item__wrap > span img {
	max-height: 75px;
}
.info-item__wrap p {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0;
}
.info-item__button {
	flex: 0 0 auto;
	margin-left: auto;
}

.info-additionalContent-section {
	padding: 80px 0 50px;
	font-size: 32px;
}
.info-additionalContent-wrap {
	position: relative;
	padding: 40px;
	background: #FFFFFF;
	color: #1E1E1E;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	z-index: 1;
}
.info-additionalContent-section a:hover {
	color: #FF8A00 !important;
}


.instruction-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.instruction-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 30px;
	padding: 0 15px;
}
.instruction-item:last-child {
	flex: 0 0 100%;
	max-width: 100%;
}
.instruction-item__wrap {
	position: relative;
	background: #ffffff;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	height: 100%;
	padding: 30px;
	color: #1E1E1E;
	z-index: 1;
}
.instruction-item__title {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}
.instruction-item__text {
	margin-top: 15px;
}
.instruction-item__image {
	margin-top: 30px;
	text-align: center;
}





body.page-template-page-safety-comfort .page-wrapper {
	display: flex;
	flex-direction: column;
}
.safety-section {
	flex: auto;
	max-height: 100%;
}
.safety-heading {
	margin-bottom: 56px;
}
.safety-heading h1 {
	font-size: 48px;
	font-weight: 400;
}
.safety-heading h1 strong {
	font-weight: 700;
}
.safety-content {
	position: relative;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	background: #FFFFFF;
	padding: 30px;
	font-size: 24px;
	z-index: 1;
}
.safety-additionalContent-section {
	padding: 80px 0 50px;
	font-size: 32px;
}
.safety-additionalContent-wrap {
	position: relative;
	padding: 30px;
	background: #FFFFFF;
	color: #1E1E1E;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	z-index: 1;
}
.safety-additionalContent-wrap a {
	color: #1e1e1e;
}
.safety-additionalContent-section a:hover {
	color: #FF8A00 !important;
}




.page-template-page-tv .page-bg:after,
.page-template-page-tv-tariffs .page-bg:after {
	content: '';
	background: #2A2A2A;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .7;
	z-index: 1;
}
.page-template-page-tv .page-wrapper,
.page-template-page-tv-tariffs .page-wrapper {
	padding-top: 160px;
}
.pageTV-heading {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 50px;
}
.pageTV-heading-2 {
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.pageTV-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px 60px;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.pageTV-content {
	position: relative;
	padding: 30px;
	background: #FFFFFF;
	color: #1E1E1E;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	z-index: 1;
}
.pageTV-content h1,
.pageTV-content h2,
.pageTV-content h3,
.pageTV-content h4,
.pageTV-content h5,
.pageTV-content h6 {
	margin-bottom: 30px;
}
.pageTV-content ul,
.pageTV-content ol {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-left: 20px;
}



.pageTVTariffs-title {
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.3;
	margin-bottom: 56px;
	text-align: center;
}

.pageTVTariffs-items {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.pageTVTariffs-item {
	flex: 0 0 calc(50% - 6px);
	max-width: calc(50% - 6px);
}
.pageTVTariffs-item__wrap {
	position: relative;
	height: calc((var(--container) - 12px) / 2 / 1.9548);
	padding: 40px 90px 40px 40px;
	z-index: 1;
}
.pageTVTariffs-item__wrap svg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.pageTVTariffs-item__title {
	font-size: 36px;
	font-weight: 700;
	color: #3EB6E4;
	text-transform: uppercase;
	text-align: center;
}
.pageTVTariffs-item__content {
	font-size: 28px;
	text-align: center;
	line-height: 1.35;
}







@media (max-width: 1399px) {
	:root {
		--container: 1170px;
		--sun: 300px;
		--planet: 160px;
		--distantion: 70px;
	}
	body {
		font-size: 18px;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 22px;
	}
	h6 {
		font-size: 20px;
	}
	.header-logo img {
    	max-height: 66px;
	}
	.header-phone a {
		font-size: 24px;
	}
	.header-phone a:before {
		flex: 0 0 32px;
		max-width: 32px;
		width: 32px;
		height: 32px;
		margin-right: 15px;
	}
	.planets-section {
		padding: 90px 0;
		min-height: 940px;
	}
	.planets-item-1 {
		top: calc((var(--distantion) + var(--planet)) * -1);
		left: calc(50% - var(--planet) / 2);
	}
	.planets-item-2 {
		top: calc((var(--distantion) + var(--planet)) * -1 + 85px);
		left: calc(50% - var(--planet) / 2 + 230px);
	}
	.planets-item-3 {
		right: calc((var(--distantion) + var(--planet)) * -1);
		top: calc(50% - var(--planet) / 2);
	}
	.planets-item-4 {
		right: calc((var(--distantion) + var(--planet)) * -1 + 85px);
		top: calc(50% - var(--planet) / 2 + 230px);
	}
	.planets-item-5 {
		bottom: calc((var(--distantion) + var(--planet)) * -1);
		left: calc(50% - var(--planet) / 2);
	}
	.planets-item-6 {
		bottom: calc((var(--distantion) + var(--planet)) * -1 + 85px);
		left: calc(50% - var(--planet) / 2 - 230px);
	}
	.planets-item-7 {
		left: calc((var(--distantion) + var(--planet)) * -1);
		top: calc(50% - var(--planet) / 2);
	}
	.planets-item-8 {
		left: calc((var(--distantion) + var(--planet)) * -1 + 85px);
		top: calc(50% - var(--planet) / 2 - 230px);
	}
	.info-additionalContent-section br,
	.safety-additionalContent-section br {
		display: none;
	}

	.pageTVTariffs-item__title {
		font-size: 32px;
	}
	.pageTVTariffs-item__content {
		font-size: 25px;
	}


}






@media (max-width: 1199px) {
	:root {
		--container: 930px;
		--sun: 260px;
		--planet: 140px;
		--distantion: 40px;
	}
	body {
		font-size: 16px;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 18px;
	}
	.header-logo img {
    	max-height: 66px;
	}
	.header-phone a {
		font-size: 24px;
	}
	.header-phone a:before {
		flex: 0 0 32px;
		max-width: 32px;
		width: 32px;
		height: 32px;
		margin-right: 15px;
	}
	.planets-section {
		min-height: 100vh;
	}
	.planets-item-1 {
		top: calc((var(--distantion) + var(--planet)) * -1);
		left: calc(50% - var(--planet) / 2);
	}
	.planets-item-2 {
		top: calc((var(--distantion) + var(--planet)) * -1 + 65px);
		left: calc(50% - var(--planet) / 2 + 180px);
	}
	.planets-item-3 {
		right: calc((var(--distantion) + var(--planet)) * -1);
		top: calc(50% - var(--planet) / 2);
	}
	.planets-item-4 {
		right: calc((var(--distantion) + var(--planet)) * -1 + 65px);
		top: calc(50% - var(--planet) / 2 + 180px);
	}
	.planets-item-5 {
		bottom: calc((var(--distantion) + var(--planet)) * -1);
		left: calc(50% - var(--planet) / 2);
	}
	.planets-item-6 {
		bottom: calc((var(--distantion) + var(--planet)) * -1 + 65px);
		left: calc(50% - var(--planet) / 2 - 180px);
	}
	.planets-item-7 {
		left: calc((var(--distantion) + var(--planet)) * -1);
		top: calc(50% - var(--planet) / 2);
	}
	.planets-item-8 {
		left: calc((var(--distantion) + var(--planet)) * -1 + 65px);
		top: calc(50% - var(--planet) / 2 - 180px);
	}


	.tariffs-heading h2,
	.promotions-heading h2,
	.info-heading h2,
	.instruction-heading h2,
	.safety-heading h1,
	.pageTV-heading-2,
	.pageTVTariffs-title {
    	font-size: 42px;
 	}
	.tariffs-item__wrap > span {
		flex: 0 0 160px;
		max-width: 160px;
		height: 135px;
	}
	.tariffs-item__wrap > span img {
		max-height: 135px;
	}
	.tariffs-item__wrap p,
	.promotions-item__wrap p,
	.pageTV-heading {
		font-size: 28px;
	}
	.tariffs-item__wrap p span,
	.promotions-item__wrap p span {
		font-size: 32px;
	}

	.info-item__wrap p {
		font-size: 20px;
	}
	.safety-content {
		font-size: 20px;
	}


	.pageTV-heading,
	.pageTV-heading-2,
	.pageTVTariffs-title {
		margin-bottom: 30px;
	}
	.pageTV-buttons {
		gap: 20px 30px;
		margin-bottom: 60px;
	}


	.pageTVTariffs-item__wrap {
		padding: 30px 70px 30px 30px;
	}
	.pageTVTariffs-item__title {
		font-size: 26px;
	}
	.pageTVTariffs-item__content {
		font-size: 20px;
	}

}



@media (max-width: 991px) {
	:root {
		--container: calc(100vw - 30px);
		--sun: 260px;
		--planet: 140px;
		--distantion: 40px;
	}
	.header-logo span {
		font-size: 20px;
	}

	
	.tariffs-items,
	.promotions-items {
		padding: 0 90px;
	}
	.tariffs-item__count,
	.promotions-item__count {
		font-size: 80px;
		left: -80px;
	}
	.tariffs-heading h2,
	.promotions-heading h2,
	.info-heading h2,
	.instruction-heading h2,
	.safety-heading h1,
	.pageTV-heading-2,
	.pageTVTariffs-title {
    	font-size: 36px;
 	}
 	.tariffs-item__wrap > span {
    	flex: 0 0 140px;
    	max-width: 140px;
    	height: 140px;
 	}
 	.tariffs-item__wrap > span img {
 		max-height: 140px;
 	}
 	.tariffs-item__wrap p,
 	.promotions-item__wrap p,
 	.pageTV-heading {
    	font-size: 24px;
 	}
 	.tariffs-item__wrap p span,
 	.promotions-item__wrap p span {
 		font-size: 28px;
 	}
 	.promotions-item__wrap p br {
 		display: none;
 	}

 	.tariffs-additionalContent-section {
		font-size: 20px;
	}
	.tariffs-additionalContent-section h2 {
		font-size: 32px;
	}

	.promotions-additionalContent-section {
		font-size: 24px;
	}
	.promotions-additionalContent-section h2 {
		font-size: 36px;
	}

	.safety-heading {
		margin-bottom: 40px;
	}

	.info-additionalContent-section,
	.safety-additionalContent-section {
		font-size: 24px;
	}


	.instruction-item__title {
		font-size: 20px;
	}



	.pageTVTariffs-items {
		gap: 20px;
		flex-direction: column;
		align-items: center;
	}
	.pageTVTariffs-item {
		flex: auto;
		width: 100%;
		max-width: 460px;
	}
	.pageTVTariffs-item__wrap {
		height: calc(var(--container) / 1.9548);
		height: 240px;
	}
}




@media (max-width: 669px) {
	:root {
		--container: calc(100vw - 30px);
		--sun: 200px;
		--planet: 120px;
		--distantion: 10px;
	}
	body {
		font-size: 14px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], select, textarea {
		font-size: 18px;
		min-height: 50px;
		padding: 10px 24px;
	}
	.modal-content {
		padding: 40px 24px 30px;
	}
	.modal-dialog {
		max-width: calc(100% - 30px);
	}
	.modal-title {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.btn {
		font-size: 18px;
		min-height: 50px;
		min-width: 180px;
	}
	.header-wrap {
		flex-direction: column;
	}
	.header-logo {
		margin-bottom: 30px;
	}
	.header-logo img {
    	max-height: 80px;
	}
	.header-logo span {
    	font-size: 20px;
	}
	.header-phone {
		margin-left: 0;
	}
	.header-phone a {
    	font-size: 28px;
	}
	.header-phone a:before {
		flex: 0 0 36px;
		max-width: 36px;
		width: 36px;
		height: 36px;
		margin-right: 10px;
	}
	.planets-section {
		padding: 180px 0 40px;
	}
	.planets-sun h1 {
		font-size: 24px;
	}
	.planets-item-1 {
		top: calc((var(--distantion) + var(--planet)) * -1);
		left: calc(50% - var(--planet) / 2);
	}
	.planets-item-2 {
		top: calc((var(--distantion) + var(--planet)) * -1 + 50px);
		left: calc(50% - var(--planet) / 2 + 120px);
	}
	.planets-item-3 {
		right: calc((var(--distantion) + var(--planet)) * -1);
		top: calc(50% - var(--planet) / 2);
	}
	.planets-item-4 {
		right: calc((var(--distantion) + var(--planet)) * -1 + 50px);
		top: calc(50% - var(--planet) / 2 + 120px);
	}
	.planets-item-5 {
		bottom: calc((var(--distantion) + var(--planet)) * -1);
		left: calc(50% - var(--planet) / 2);
	}
	.planets-item-6 {
		bottom: calc((var(--distantion) + var(--planet)) * -1 + 50px);
		left: calc(50% - var(--planet) / 2 - 120px);
	}
	.planets-item-7 {
		left: calc((var(--distantion) + var(--planet)) * -1);
		top: calc(50% - var(--planet) / 2);
	}
	.planets-item-8 {
		left: calc((var(--distantion) + var(--planet)) * -1 + 50px);
		top: calc(50% - var(--planet) / 2 - 120px);
	}
	.planets-bg img {
		object-position: left center;
	}

	.page-wrapper,
	.page-template-page-tv .page-wrapper,
	.page-template-page-tv-tariffs .page-wrapper {
		padding-top: 220px;
	}

	.about-item,
	.info-item {
		margin-bottom: 20px;
	}
	.about-item__wrap,
	.info-item__wrap {
		max-width: 100%;
	}
	.about-item__head span {
    	flex: 0 0 28px;
    	max-width: 28px;
	}
	.about-item__head h2 {
		font-size: 28px;
	}

	.contacts-section {
		padding: 60px 0 40px;
	}
	.contacts-heading {
		font-size: 28px;
	}
	.contacts-items {
		flex-direction: column;
	}
	.contacts-items p {
		margin: 0 0 20px;
		font-size: 16px;
	}
	.contacts-items p:last-child {
		margin-bottom: 0;
	}
	.contacts-items p:before {
		flex: 0 0 24px;
		max-width: 24px;
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}


	.tariffs-items,
	.promotions-items {
		padding: 0;
	}
	.tariffs-item__count,
	.promotions-item__count {
		display: none;
	}
	.tariffs-item__wrap > span {
    	flex: 0 0 96px;
    	max-width: 96px;
    	height: 96px;
	}
	.tariffs-item__wrap > span,
	.promotions-item__wrap > span {
		margin-right: 20px;
	}
	.tariffs-item__wrap > span img {
		max-height: 96px;
	}
	.tariffs-item__wrap p,
	.promotions-item__wrap p {
    	font-size: 20px;
	}
	.tariffs-item__wrap p span,
	.promotions-item__wrap p span {
    	font-size: 24px;
	}

	.tariffs-additionalContent-section {
		font-size: 16px;
	}
	.tariffs-additionalContent-section,
	.promotions-additionalContent-section,
	.info-additionalContent-section,
	.safety-additionalContent-section {
		padding: 60px 0 40px;
	}

	.info-additionalContent-section,
	.safety-additionalContent-section {
		font-size: 20px;
	}

	.info-item__wrap p {
    	font-size: 18px;
	}	
	.safety-content {
		font-size: 18px;
	}

	.info-item__wrap {
		align-items: flex-start;
	}
	.info-item__wrap > span {
		flex: 0 0 32px;
		max-width: 32px;
		height: 32px;
		margin-right: 20px;
	}

	.instruction-item {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pageTV-buttons {
		flex-direction: column;
		align-items: normal;
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		gap: 10px;
	}

	.pageTV-content h1, .pageTV-content h2, .pageTV-content h3, .pageTV-content h4, .pageTV-content h5, .pageTV-content h6 {
		margin-bottom: 20px;
	}
}






@media (max-width: 479px) {
	:root {
		--container: calc(100vw - 30px);
		--sun: 160px;
		--planet: 96px;
		--distantion: 10px;
	}
	.btn {
		font-size: 16px;
	}
	.info-item__wrap {
		flex-direction: column;
		gap: 24px;
	}
	.info-item__button {
		margin-left: 0;
	}
	.planets-sun h1 {
		font-size: 20px;
	}
	.planets-item-1 {
		top: calc((var(--distantion) + var(--planet)) * -1);
		left: calc(50% - var(--planet) / 2);
	}
	.planets-item-2 {
		top: calc((var(--distantion) + var(--planet)) * -1 + 40px);
		left: calc(50% - var(--planet) / 2 + 100px);
	}
	.planets-item-3 {
		right: calc((var(--distantion) + var(--planet)) * -1);
		top: calc(50% - var(--planet) / 2);
	}
	.planets-item-4 {
		right: calc((var(--distantion) + var(--planet)) * -1 + 40px);
		top: calc(50% - var(--planet) / 2 + 100px);
	}
	.planets-item-5 {
		bottom: calc((var(--distantion) + var(--planet)) * -1);
		left: calc(50% - var(--planet) / 2);
	}
	.planets-item-6 {
		bottom: calc((var(--distantion) + var(--planet)) * -1 + 40px);
		left: calc(50% - var(--planet) / 2 - 100px);
	}
	.planets-item-7 {
		left: calc((var(--distantion) + var(--planet)) * -1);
		top: calc(50% - var(--planet) / 2);
	}
	.planets-item-8 {
		left: calc((var(--distantion) + var(--planet)) * -1 + 40px);
		top: calc(50% - var(--planet) / 2 - 100px);
	}
	.planets-item__wrap {
		padding: 10px;
	}
	.planets-item__wrap p {
		font-size: 12px;
	}

	.tariffs-block {
		margin-bottom: 56px;
		padding-bottom: 56px;
	}

	.tariffs-heading,
	.promotions-heading,
	.info-heading,
	.instruction-heading,
	.safety-heading {
    	margin-bottom: 30px;
	}
	.tariffs-heading h2,
	.promotions-heading h2 {
    	font-size: 32px;
    	max-width: 300px;
    	margin-left: auto;
    	margin-right: auto;
	}
	.info-heading h2,
	.safety-heading h1,
	.instruction-heading h2,
	.pageTV-heading-2,
	.pageTVTariffs-title {
		font-size: 32px;
	}

	.tariffs-item,
	.promotions-item {
		margin-bottom: 20px;
	}
	.tariffs-item__wrap {
		padding: 10px 35px 10px 20px;
	}
	.promotions-item__wrap {
		padding: 20px 35px 20px 20px;
	}
	.tariffs-item__wrap svg,
	.promotions-item__wrap svg {
		width: calc(100% + 10px);
		height: calc(100% + 12px);
		top: -4px;
		left: -3px;
	}

	.tariffs-item__wrap p,
	.promotions-item__wrap p {
    	font-size: 16px;
	}
	.tariffs-item__wrap p span,
	.promotions-item__wrap p span {
    	font-size: 20px;
	}

	.promotions-item__wrap > span {
		flex: 0 0 70px;
		max-width: 70px;
		height: 70px;
	}
	.promotions-item__wrap > span img {
		max-height: 70px;
	}
	.promotions-additionalContent-section {
    	font-size: 20px;
	}
	.promotions-additionalContent-section h2 {
    	font-size: 32px;
	}

	.info-item__wrap p {
    	font-size: 16px;
	}
	.safety-content {
		font-size: 16px;
	}


	.pageTVTariffs-item {
		max-width: 100%;
	}
	.pageTVTariffs-item__wrap {
		height: calc(var(--container) / 1.9548);
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 20px 50px 20px 20px;
	}
	.pageTVTariffs-item__title {
		font-size: 22px;
		margin-bottom: 16px;
	}
	.pageTVTariffs-item__content {
		font-size: 16px;
	}
}