/*!
Theme Name: Megacom
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: http://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: megacom
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.

Megacom 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=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #002450;
	line-height: 1.5;
}
img {
	width: auto;
	height: inherit;
	max-width: 100%;
	max-height: 100%;
}
a, a:hover {
	text-decoration: none;
	color: #002450;
	transition: .25s;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.35;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
p, ul, ol, blockquote {
	margin-bottom: 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 {
	margin-bottom: 0;
}
table {
	max-width: 100%;
}

.form-field {
	position: relative;
	margin-bottom: 20px;
}
.form-field label {
	font-size: 13px;
	margin-bottom: 2px;
}
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="email"] {
	width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #ffffff;
    outline: none;
    padding: 12.5px 20px;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
}

.btn {
    --bs-btn-padding-x: 20px;
    --bs-btn-padding-y: 14px;
    --bs-btn-font-size: 18px;
    --bs-btn-font-weight: 600;
    --bs-btn-border-width: 0px;
    --bs-btn-border-radius: 20px;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-box-shadow: none;
    background: var(--bs-btn-bg);
    min-width: 208px;
    transition: color .25s ease-in-out,background .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out;
}
.btn-group-sm>.btn, .btn-sm {
    --bs-btn-padding-y: 12px;
    --bs-btn-padding-x: 20px;
    --bs-btn-font-size: 16px;
    --bs-btn-border-radius: 20px;
}
.btn:first-child:hover, :not(.btn-check)+.btn:hover {
    background: var(--bs-btn-hover-bg);
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: linear-gradient(90deg, #00C0FF 0%, #0258C2 100%);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7C7C7C;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7C7C7C;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: linear-gradient(90deg, #00C0FF 0%, #0258C2 100%);
}



.modal-content {
	border-radius: 0;
	background: #002450;
	border: 2px solid #FFFFFF;
}
.modal-header {
	border-bottom: none;
	padding: 30px 30px 0;
}
.modal-title {
	width: max-content;
	max-width: 100%;
	color: #fff;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	font-size: 22px;
	text-align: center;
	padding-bottom: 5px;
	font-weight: 600;
}
.modal-body {
	padding: 30px;
}
.modal-header .btn-close {
	position: absolute;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/cancel.svg);
    mask-image: url(images/cancel.svg);
    background: none;
    background-color: #fff;
    opacity: 1;
    padding: 0;
    outline: none !important;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    z-index: 9;
}
.modal-header .btn-close:hover {
	opacity: .75;
}



.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	margin-right: 15px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a svg {
	width: 24px;
	height: 24px;
}
.soc-links li a svg path {
	color: #ffffff;
}
.soc-links li a:hover svg path {
	fill: #00C0FF;
}


.contactsInfo {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.contactsInfo li {
	position: relative;
	margin-bottom: 7px;
}
.contactsInfo li:last-child {
	margin-bottom: 0;
}
.contactsInfo li a,
.contactsInfo li span {
	position: relative;
	display: block;
	color: #fff;
	padding-left: 22px;
}
.contactsInfo li a:hover {
	color: #00C0FF;
}
.contactsInfo li a:before,
.contactsInfo li span:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: calc(50% - 7px);
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
	background-color: #fff;
	transition: .25s;
	z-index: 1;
}
.contactsInfo li.address span:before {
	-webkit-mask-image: url(images/location.svg);
    mask-image: url(images/location.svg);
}
.contactsInfo li.phone a:before {
	-webkit-mask-image: url(images/phone.svg);
    mask-image: url(images/phone.svg);
}
.contactsInfo li.email a:before {
	-webkit-mask-image: url(images/email.svg);
    mask-image: url(images/email.svg);
}
.contactsInfo li a:hover:before {
	background-color: #00C0FF;
}






.section {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 1;
}
.section-md {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	z-index: 1;
}
.section-sm {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 1;
}

.heading {
	position: relative;
	margin-bottom: 40px;
	margin-top: 16px;
}
.heading h1,
.heading h2 {
	position: relative;
	display: inline;
	font-size: 36px;
	color: #127FFF;
	padding-left: 90px;
	padding-bottom: 5px;
}
.heading h1:before,
.heading h2:before {
	content: '';
	background: url(images/heading-dots.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 69px;
	height: 56px;
	left: 0;
	top: -15px;
	z-index: 1;
}
.heading h1:after,
.heading h2:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #127FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.heading h2 span {
	color: #00C0FF;
}







.wrapper {
	position: relative;
}

.top-bar {
	position: relative;
	background: #002450;
	color: #fff;
	padding: 10px 0;
	font-weight: 600;
	z-index: 1;
}
.top-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-bar-contacts {
	display: flex;
	align-items: center;
}
.top-bar-soc {
	margin-right: 15px;
}
.top-bar-soc li a svg {
	width: 16px;
	height: 16px;
}
.top-bar-phone,
.top-bar-email {
	position: relative;
	margin-right: 15px;
	margin-bottom: 0;
}
.top-bar-email {
	margin-right: 0;
}
.top-bar-phone a,
.top-bar-email a {
	position: relative;
	display: inline-block;
	color: #fff;
	padding-left: 20px;
}
.top-bar-phone a:hover,
.top-bar-email a:hover {
	color: #00C0FF;
}
.top-bar-phone a:before,
.top-bar-email a:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: calc(50% - 7px);
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
	background-color: #fff;
	transition: .25s;
	z-index: 1;
}
.top-bar-phone a:before {
	-webkit-mask-image: url(images/phone.svg);
    mask-image: url(images/phone.svg);
}
.top-bar-email a:before {
	-webkit-mask-image: url(images/email.svg);
    mask-image: url(images/email.svg);
}
.top-bar-phone a:hover:before,
.top-bar-email a:hover:before {
	background-color: #00C0FF;
}
.top-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.top-menu li {
	margin-right: 50px;
}
.top-menu li:last-child {
	margin-right: 0;
}
.top-menu li a {
	color: #fff;
}
.top-menu li a:hover {
	color: #00C0FF;
}
.top-menu li.icon a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.top-menu li.icon a:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: calc(50% - 7px);
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/enter.svg);
    mask-image: url(images/enter.svg);
	background-color: #fff;
	transition: .25s;
	z-index: 1;
}
.top-menu li.icon a:hover:before {
	background-color: #00C0FF;
}


.header {
	position: relative;
	padding: 15px 0;
	z-index: 98;
}
.header-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo {
	flex: auto;
	max-width: 100%;
}
.header-logo img {
	width: 100%;
	max-width: 185px;
}

.header-city {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 600;
}
.header-city > li {
	position: relative;
}
.header-city > li > a {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #00C0FF;
    color: #fff;
    padding: 13px 40px 13px 25px;
    border-radius: 10px;
    font-size: 14px;
    height: 45px;
    max-width: 240px;
    line-height: 1.1;
}
.header-city > li > a:hover {
	background-color: #002450;
}
.header-city > li > a:after {
	content: '';
    background: url(images/arrow.svg) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 25px;
    top: calc(50% - 3px);
    transition: .25s;
    z-index: 1;
}
.header-city > li.active > a:after {
	transform: rotate(180deg);
}
.header-city ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	min-width: 270px;
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    margin: 0;
    padding: 5px 0px;
    list-style: none;
}
.header-city li.active > ul {
	display: block;
}
.header-city ul li {
	margin-bottom: 0px;
}
.header-city ul li:last-child {
	margin-bottom: 0;
}
.header-city ul li a {
	padding: 8px 15px;
	display: block;
}
.header-city ul li a:hover {
	background: rgba(0, 192, 255, 0.26);
}


.main-menu {
	margin: 0 35px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.main-menu li {
	position: relative;
	margin-right: 35px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	font-weight: 600;
	font-size: 16px;
}
.main-menu li a:hover,
.main-menu li.current-menu-item a {
	color: #00C0FF;
}
.main-menu li.menu-btn a {
	background-color: #002450;
    color: #fff;
    padding: 13px 25px;
    border-radius: 10px;
    font-size: 14px;
}
.main-menu li.menu-btn a:hover {
	background-color: #00C0FF;
}



.mainSlider-item {
	position: relative;
	height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
	background-color: #F5F9FF;
	z-index: 1;
}
.mainSlider-item:before {
	content: '';
    background: url(images/network.png) no-repeat top right;
    background-size: contain;
    width: 945px;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.mainSlider-item__image {
	position: relative;
	padding-left: 80px;
	text-align: center;
	z-index: 1;
}
.mainSlider-item__image:before {
	content: '';
    border: 14px solid #0092ff;
    background: #fff;
    width: 1600px;
    height: 1600px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 800px + 100px);
    left: 0;
    z-index: -1;
}
.mainSlider-item__image img {
	width: auto !important;
	display: inline-block !important;
}
.mainSlider-item__info {
	position: relative;
}
.mainSlider-item__content {
	position: relative;
	font-size: 24px;
	font-weight: 600;
}
.mainSlider-item__content h1,
.mainSlider-item__content h2,
.mainSlider-item__content h3,
.mainSlider-item__content h4,
.mainSlider-item__content h5,
.mainSlider-item__content h6 {
	font-weight: 700;
}
.mainSlider-item__content h1 {
	font-size: 2.6em;
}
.mainSlider-item__content h2 {
	font-size: 2.3em;
}
.mainSlider-item__content h3 {
	font-size: 2em;
}
.mainSlider-item__content h4 {
	font-size: 1.7em;
}
.mainSlider-item__content h5 {
	font-size: 1.4;
}
.mainSlider-item__content h6 {
	font-size: 1.2;
}
.mainSlider-item__button {
	position: relative;
	margin-top: 50px;
}



.advantages-wrap {
	overflow: hidden;
	background: linear-gradient(270deg, #127FFF 0%, #00C5FF 100%);
}
.advantages-wrap:before {
	content: '';
    background: url(images/network.png) no-repeat top right;
    background-size: contain;
    width: 945px;
    height: 501px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scale(-1, 1);
    z-index: -1;
}
.advantages-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -30px;
}
.advantages-item {
	position: relative;
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
	padding: 0 12px;
	margin-bottom: 30px;
	text-align: center;
}
.advantages-item__image {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.advantages-item__image img {
	max-height: 60px;
}
.advantages-item p {
	color: #fff;
	font-size: 18px;
}






.tariffs-container {
	perspective: 1000;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}
.tariffs-container, .tariffs-front, .tariffs-back {
	width: 100%;
 	height: 450px;
 	transition: 0.25s;
}
.tariffs-flipper {
 	transition: 0.6s;
 	transform-style: preserve-3d;
 	-webkit-transform-style: preserve-3d;
 	position: relative;
}
.tariffs-container.hover .tariffs-flipper {
	transform: rotateY(180deg);
	z-index: 1;
}
.tariffs-front, .tariffs-back {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}
.tariffs-front {
	opacity: 1;
	z-index: 2;
}
.tariffs-container.hover .tariffs-front {
	opacity: 0;
	z-index: -1;
	pointer-events: none;
}
.tariffs-container.hover .tariffs-back {
	opacity: 1;
	z-index: 2;
	transform: rotateY(180deg);
}


.tariffs-item {
	position: relative;
	background: #F5F8FF;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.22);
	border-radius: 20px;
	overflow: hidden;
	padding: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.tariffs-item__badge {
	position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #EE0E04;
    width: 120px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    transform-origin: bottom;
    top: -14px;
    left: -18px;
    padding-top: 16px;
    z-index: 9;
}
.tariffs-item__name {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 15px;
	color: #00C0FF;
	font-size: 24px;
	line-height: 1.05;
	flex: auto;
	max-height: 100%;
}
.tariffs-item__img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	flex: 0 0 130px;
	max-height: 130px;
}
.tariffs-item__img img {
	max-height: 130px;
}
.tariffs-item__advantages {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	padding: 0;
	list-style: none;
}
.tariffs-item__advantages li {
	margin-right: 20px;
	font-size: 24px;
	line-height: 1;
	color: #1A75D0;
	font-weight: bold;
	text-align: center;
}
.tariffs-item__advantages li:last-child {
	margin-right: 0;
}
.tariffs-item__advantages li span {
	font-size: 16px;
}
.tariffs-item__price {
	position: relative;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #002450;
	text-align: center;
}
.tariffs-item__price span {
	font-size: 16px;
}
.tariffs-item__price p {
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.tariffs-item__price del {
	color: #5D5E5F;
	font-size: 16px;
}
.tariffs-item__price ins {
	text-decoration: none;
	margin-left: 10px;
}
.tariffs-item__aditional-advantages {
    position: absolute;
    right: 10px;
    top: calc(50% - 100px);
	color: #00C0FF;
    font-weight: 300;
    transform: rotate(-90deg) translateX(calc(50% - 50px));
    transform-origin: right bottom;
    margin: 0;
    z-index: 2;
}
.tariffs-item__order {
	position: relative;
	margin-bottom: 15px;
}
.tariffs-item__more {
	text-align: center;
	font-size: 16px;
}
.tariffs-item__more a:hover {
	color: #00C0FF;
}


.tariffs-item__tabs {
	position: relative;
	margin-bottom: 15px;
	flex: auto;
    max-height: 100%;
    display: flex;
    flex-direction: column;
}
.tariffs-item__tabs-nav {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.tariffs-item__tabs-nav li {
	background: #FFFFFF;
    border: 1px solid #C1C3C4;
    border-radius: 10px;
    color: var(--text-color);
    margin-right: 20px;
    text-align: center;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.tariffs-item__tabs-nav li:last-child {
	margin-right: 0;
}
.tariffs-item__tabs-nav li.active {
	background: #1A75D0;
	color: #fff;
}
.tariffs-item__tabs-content {
	position: relative;
  	flex: auto;
  	max-height: 220px;
  	overflow: auto;
	overflow-x: hidden;
}
.tariffs-item__tabs-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.tariffs-item__tabs-content::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
.tariffs-item__tabs-content::-webkit-scrollbar-thumb {
	background-color: #1A75D0;
}
.tariffs-item__tabs-content > div {
	display: none;
}
.tariffs-item__tabs-content > div.show {
	display: block;
}

.tariffs-item__tabs-options-item {
	position: relative;
	padding: 0 15px;
	margin-bottom: 15px;
	font-weight: 300;
}
.tariffs-item__tabs-options-item:last-child {
	margin-bottom: 0;
}
.tariffs-item__tabs-options-item h6 {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
}
.tariffs-item__tabs-options-item div ul {
	padding-left: 15px;
	margin-bottom: 0;
}
.tariffs-item__tabs-options-item div ul li,
.tariffs-item__tabs-options-item div p {
	margin-bottom: 2px;
} 
.tariffs-item__tabs-options-item div ul li::marker {
	color: #00C0FF;
}
.tariffs-item__tabs-channels-items {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: -15px;
	padding: 0 5px 0 0;
}
.tariffs-item__tabs-channels-item {
	position: relative;
	flex: 0 0 calc((100% / 2) - (1 * 15px / 2));
	max-width: calc((100% / 2) - (1 * 15px / 2));
	margin-right: 15px;
	margin-bottom: 15px;
}
.tariffs-item__tabs-channels-item:nth-child(2n) {
	margin-right: 0;
}
.tariffs-item__tabs-channels-item-img {
	height: 50px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}
.tariffs-item__tabs-channels-item-img img {
	max-height: 50px;
	height: auto;
}
.tariffs-item__tabs-channels-item p {
	font-size: 12px;
	text-align: center;
}


.edit-tariff {
	display: none;
}







.coating-map {
	position: relative;
	text-align: center;
	z-index: 2;
}
.coating-map iframe {
	width: 100%;
	max-width: 1140px;
	height: 350px;
	border: 10px solid #00C5FF;
	margin: 0 auto;
}
.coating-bottom {
	position: relative;
	background: linear-gradient(180deg, #0085FE 0%, #00B4FF 100%);
	padding-top: 225px !important;
	margin-top: -175px;
	overflow: hidden;
	z-index: 1;
}
.coating-bottom:before {
	content: '';
    background: url(images/network.png) no-repeat top right;
    background-size: contain;
    width: 945px;
    height: 501px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scale(-1, 1);
    z-index: -1;
}
.coating-form {
	position: relative;
}
.coating-form .form-title {
	text-align: center;
	margin-bottom: 20px;
}
.coating-form .form-title h4 {
	display: inline;
	font-weight: 600;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;

}
.coating-form .wpcf7-not-valid-tip,
.coating-form .wpcf7 form .wpcf7-response-output,
.modal .wpcf7-not-valid-tip,
.modal .wpcf7 form .wpcf7-response-output {
	color: #fff;
}



.news-section {
	background: rgba(132, 247, 255, 0.08);
}
.news-items {
	position: relative;
	margin-bottom: -40px;
}
.news-item {
	position: relative;
	margin-bottom: 40px;
}
.news-item__image {
	position: relative;
	height: 290px;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.22);
}
.news-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.news-item:hover .news-item__image img {
	transform: scale(1.05);
}
.news-item__date {
	position: absolute;
	left: 0;
	bottom: 20px;
	background: #fff;
    padding: 7px 15px 7px 36px;
	z-index: 2;
}
.news-item__date:before {
	content: '';
    background: url(images/clarity_date-line.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: calc(50% - 8px);
    z-index: 1;
}
.news-item__title {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 15px;
}
.news-item__title a {
	color: #00C0FF;
}
.news-item__title a:hover {
	color: #002450;
}
.news-item__content {
	position: relative;
	margin-bottom: 10px;
}
.news-item__btn {
	position: relative;
}
.news-item__btn a {
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	border-bottom: 1px solid;
}
.news-item__btn a:hover {
	color: #00C0FF;
}



.footer {
	background: #002450;
	padding-bottom: 10px !important;
	color: #fff;
}
.footer-widget {
	position: relative;
}
.footer-widget-title {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	margin-bottom: 17px;
}
.footer-content {
	margin-bottom: 30px;
}
.footer-content img {
	width: 100%;
	max-width: 185px;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	margin-bottom: 6px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	display: block;
	color: #fff;
}
.footer-menu li a:hover {
	color: #00c0ff;
}

.footer-bottom {
	position: relative;
	padding-top: 10px;
	margin-top: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #00C0FF;
	font-size: 12px;
}
.footer-bottom p {
	margin-bottom: 0;
}
.footer-bottom p a {
	color: #fff;
}
.footer-bottom p a:hover {
	color: #00C0FF;
}


.page-header {
	padding-top: 30px;
}

.error-404-number {
	font-size: 220px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}



.navigation.pagination {
	position: relative;
	display: block;
	margin-top: 50px;
	z-index: 9;
}
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-links .page-numbers {
	position: relative;
    display: block;
    font-size: 16px;
    margin-right: 5px;
    padding: 6px 12px;
    border-radius: 8px;
}
.nav-links .page-numbers:last-child {
	margin-right: 0;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	background: #00c0ff;
    color: #fff;
}



.singleNews-wrap {
	overflow: hidden;
}
.newsSingle-image {
	position: relative;
	margin-right: 40px;
	margin-bottom: 20px;
	max-width: 480px;
	float: left;
	border-radius: 20px;
	overflow: hidden;
}
.newsSingle-image img {
	max-height: 360px;
}





.promotions-items {
	position: relative;
	margin-bottom: -40px;
}
.promotions-item {
	position: relative;
	margin-bottom: 40px;
}
.promotions-item__image {
	position: relative;
	height: 290px;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.22);
}
.promotions-item__badge {
	position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #EE0E04;
    width: 120px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    transform-origin: bottom;
    top: -14px;
    left: -18px;
    padding-top: 16px;
    z-index: 9;
}
.promotions-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.promotions-item:hover .promotions-item__image img {
	transform: scale(1.05);
}
.promotions-item__title {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 15px;
}
.promotions-item__title a {
	color: #00C0FF;
}
.promotions-item__title a:hover {
	color: #002450;
}
.promotions-item__btn {
	position: relative;
}
.promotions-item__btn a {
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	border-bottom: 1px solid;
}
.promotions-item__btn a:hover {
	color: #00C0FF;
}








.services-container {
	perspective: 1000;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}
.services-container, .services-front, .services-back {
	width: 100%;
 	height: 450px;
 	transition: 0.25s;
}
.services-flipper {
 	transition: 0.6s;
 	transform-style: preserve-3d;
 	-webkit-transform-style: preserve-3d;
 	position: relative;
}
.services-container.hover .services-flipper {
	transform: rotateY(180deg);
	z-index: 1;
}
.services-front, .services-back {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}
.services-front {
	opacity: 1;
	z-index: 2;
}
.services-container.hover .services-front {
	opacity: 0;
	z-index: -1;
	pointer-events: none;
}
.services-container.hover .services-back {
	opacity: 1;
	z-index: 2;
	transform: rotateY(180deg);
}


.services-item {
	position: relative;
	background: #F5F8FF;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.22);
	border-radius: 20px;
	overflow: hidden;
	padding: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.services-item__name {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 15px;
	color: #00C0FF;
	font-size: 21px;
	line-height: 1.05;
	flex: auto;
	max-height: 82px;
}
.services-item__img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	flex: 0 0 140px;
	max-height: 140px;
}
.services-item__img img {
	max-height: 140px;
}
.services-item__price {
	position: relative;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #002450;
	text-align: center;
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.services-item__price p {
	margin-bottom: 0;
}
.services-item__price-prefix,
.services-item__price-period {
	font-size: 16px;
}
.services-item__price-prefix {
	margin-right: 5px;
}
.services-item__order {
	position: relative;
	margin-bottom: 15px;
}
.services-item__more {
	text-align: center;
	font-size: 16px;
}
.services-item__more a:hover {
	color: #00C0FF;
}
.services-item__desc {
	flex: auto;
	max-height: 220px;
}




.equipments-items {
	position: relative;
	margin-bottom: -35px;
}
.equipments-item {
	position: relative;
	margin-bottom: 35px;
}
.equipments-item__inner {
	position: relative;
	background: #F5F8FF;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.22);
	border-radius: 20px;
	padding: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.equipments-item__title {
	font-size: 21px;
	color: #00C0FF;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	flex: auto;
	max-height: 100%;
}
.equipments-item__image {
	flex: 0 0 140px;
	max-height: 140px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.equipments-item__image img {
	max-height: 140px;
}



.page-info-contacts {
	margin: 0 auto 30px;
}
.page-info-contacts li {
	font-size: 18px;
	font-weight: 600;
	width: max-content;
	max-width: 100%;
	margin: auto;
	margin-bottom: 10px;
}
.page-info-contacts li a,
.page-info-contacts li span {
	color: #002450;
	padding-left: 26px;
}
.page-info-contacts li a:hover {
	color: #00C0FF;
}
.page-info-contacts li a:before, .page-info-contacts li span:before {
	background-color: #002450;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
}
.page-info-contacts li a:hover:before {
	background-color: #00C0FF;
}
.page-contacts-soc {
	justify-content: center;
}
.page-contacts-soc li a svg {
	width: 32px;
	height: 32px;
}
.page-contacts-soc li a svg path {
	fill: #002450;
}
.page-contacts-soc li a:hover svg path {
	fill: #00c0ff;
}






.header-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 66px;
	max-width: 66px;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	height: 36px;
	-webkit-mask-image: url(images/menu.svg);
 	mask-image: url(images/menu.svg);
  	-webkit-mask-size: contain;
  	-webkit-mask-repeat: no-repeat;
  	-webkit-mask-position: center;
  	background-color: #002450;
  	border-radius: 0;
  	border: none;
  	padding: 0;
  	outline: none !important;
  	transition: .25s;
}
.header-toggle button:hover {
	background-color: #00c0ff;
}


.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  	transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
  	position: relative;
  	background: #fff;
  	border-radius: 4px 0 0 4px;
  	height: 100%;
  	width: 100%;
  	max-width: 360px;
  	margin-left: auto;
  	transform: translateX(100%);
  	padding: 55px 30px 30px;
  	transition: .25s;
  	overflow: auto;
  	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
  	position: absolute;
  	top: 15px;
  	right: 15px;
  	-webkit-mask-image: url(images/cancel.svg);
  	mask-image: url(images/cancel.svg);
  	-webkit-mask-size: contain;
  	-webkit-mask-repeat: no-repeat;
  	-webkit-mask-position: center;
  	background-color: #002450;
  	width: 21px;
  	height: 21px;
  	border: none;
  	padding: 0;
  	outline: none !important;
  	transition: .25s;
}
.modal-mobile-close:hover {
	background-color: #00c0ff;
}







/*----- Other HTML Pages START -----*/
.page-login {
	position: relative;
	padding: 120px 0;
	background: #07ABE1;
	z-index: 1;
}
.form-login {
	position: relative;
	margin: 0 auto;
	max-width: 520px;
	background: #002450;
	color: #ffffff;
	border-radius: 10px;
	padding: 40px 70px 60px;
}
.form-login-title {
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}

.headerAccount {
	position: relative;
	background: #F5F8FF;
	padding: 30px 0;
}
.headerAccount-list {
	position: relative;
	margin-bottom: -5px;
}
.headerAccount-list p {
	position: relative;
	margin-bottom: 5px;
	color: #5D5E5F;
	font-size: 16px;
}
.headerAccount-list p strong {
	display: inline-block;
	font-weight: 600;
	color: #002450;
	width: 160px;
	padding-right: 10px;
}
.navAccount {
	position: relative;
	background: #FFFFFF;
	box-shadow: -1px 4px 8px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	z-index: 1;
}
.navAccount ul {
	margin: 0;
	padding: 25px;
	list-style: none;
}
.navAccount ul li {
	position: relative;
}
.navAccount ul li a {
	position: relative;
	display: block;
	color: #002450;
	font-size: 16px;
	font-weight: 600;
	padding-left: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D2D2D3;
}
.navAccount ul li:last-child a {
	margin-bottom: 0;
}
.navAccount ul li a:hover,
.navAccount ul li.active a {
	color: #00C0FF;
	border-color: #00C0FF;
}
.navAccount ul li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: #002450;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    transition: .25s;
}
.navAccount ul li a:hover:before,
.navAccount ul li.active a:before {
	background: #00C0FF;
}
.navAccount ul li.account a:before {
    -webkit-mask-image: url(images/account/avatar.svg);
    mask-image: url(images/account/avatar.svg);
}
.navAccount ul li.list-payments a:before {
    -webkit-mask-image: url(images/account/bill.svg);
    mask-image: url(images/account/bill.svg);
}
.navAccount ul li.list-accrual a:before {
    -webkit-mask-image: url(images/account/invoice.svg);
    mask-image: url(images/account/invoice.svg);
}
.navAccount ul li.replenishment a:before {
    -webkit-mask-image: url(images/account/money.svg);
    mask-image: url(images/account/money.svg);
}
.navAccount ul li.stop-service a:before {
    -webkit-mask-image: url(images/account/task.svg);
    mask-image: url(images/account/task.svg);
}

.pageAccount-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.tableAccount {
	width: 100%;
}
.tableAccount-4 {
	width: 100%;
}
.tableAccount-3 {
	width: 75%;
}
.tableAccount-2 {
	width: 50%;
}
.tableAccount th,
.tableAccount td {
	text-align: center;
}
.tableAccount-4 td {
	width: 25%;
}
.tableAccount-3 td {
	width: calc(100% / 3);
}
.tableAccount-2 td {
	width: 50%;
}
.tableAccount th span {
	display: block;
	padding: 8px 15px;
	background: #00C0FF;
	color: #fff;
	font-weight: 600;
	border-radius: 10px 10px 0 0;
}
.tableAccount td {
	padding: 8px 15px;
	color: #002450;
	background: #F5F8FF;
}
.tableAccount tbody tr:nth-child(2n) td {
	background: #D3F2FC;
}


.stopServiceForm {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #00C0FF;
	border-radius: 10px;
	margin-bottom: 50px;
	padding: 20px 40px;
}
.stopServiceForm-title {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: #002450;
}
.stopServiceForm-title:before {
	content: '';
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	width: 20px;
	height: 20px;
	background: #002450;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/account/stop.svg);
    mask-image: url(images/account/stop.svg);
}
.stopServiceForm-field {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.stopServiceForm-field .form-field {
	margin-bottom: 0;
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
	display: flex;
	align-items: center;
}
.stopServiceForm-field .form-field span {
	font-size: 14px;
	margin-right: 10px;
}
.stopServiceForm-field .form-field input {
	border-color: #D9D9D9;
}
.stopServiceForm .form-field button.btn {
	width: 100%;
	min-width: inherit;
}
.stopServiceForm-link {
	position: relative;
	text-align: center;
	margin-top: 10px;
}
.stopServiceForm-link a {
	color: #00C0FF;
}
.stopServiceForm-link a:hover {
	color: #002450;
}


.dataAccount {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dataAccount-col {
	position: relative;
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.dataAccount-item {
	position: relative;
	margin-bottom: 20px;
}
.dataAccount-item label {
	font-size: 13px;
	color: #002450;
	margin-bottom: 2px;
}
.dataAccount-item p {
	font-size: 16px;
	color: #29383E;
}

.editAccount {
	position: relative;
	padding-left: 25px;
}
.editAccount:before {
	content: '';
	border-left: 1px solid #D9D9D9;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
}
.editAccount p {
	font-size: 13px;
	color: #29383E;
}
.editAccount input {
	border-color: #D9D9D9;
}

/*----- Other HTML Pages END -----*/






@media (max-width: 1399px) {
	input[type="text"], input[type="tel"], input[type="password"], input[type="date"], input[type="email"] {
		padding: 15.5px 20px;
	}

	.btn {
		font-size: 16px;
	}
	.heading {
		margin-top: 10px;
	}
	.heading h1, .heading h2 {
		font-size: 32px;
		padding-left: 76px;
	}
	.heading h1:before, .heading h2:before {
		width: 56px;
		height: 46px;
		top: -10px;
	}

	.main-menu {
		margin-right: 22px;
	}
	.main-menu li {
		margin-right: 22px;
	}
	.main-menu li.menu-btn a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.header-city > li > a {
		max-width: 225px;
	}
	.header-city > li > a:after {
		right: 20px;
	}
	.header-city > li > a {
		padding: 13px 35px 13px 20px;
	}
	.mainSlider-item {
		height: 450px;
	}
	.mainSlider-item__content {
		font-size: 21px;
	}
	.mainSlider-item__button {
		margin-top: 40px;
	}

	.advantages-item {
		padding: 0 5px;
	}
	.advantages-item__image {
		margin-bottom: 15px;
	}
	.advantages-item p {
		font-size: 16px;
	}

	.tariffs-container, .tariffs-front, .tariffs-back {
		height: 435px;
	}
	.services-container, .services-front, .services-back {
		height: 400px;
	}
	.tariffs-item,
	.services-item,
	.equipments-item__inner {
		padding: 20px;
	}
	.tariffs-item__badge,
	.tariffs-item__more,
	.services-item__more,
	.promotions-item__badge {
		font-size: 14px;
	}
	.tariffs-item__name {
		font-size: 21px;
	}
	.tariffs-item__advantages li,
	.tariffs-item__price,
	.services-item__price {
		font-size: 21px;
	}
	.tariffs-item__advantages li span,
	.tariffs-item__price span,
	.services-item__price-prefix,
	.services-item__price-period {
	    font-size: 14px;
	}

	.news-item__image,
	.promotions-item__image {
		height: 250px;
	}
	.news-item__title,
	.equipments-item__title,
	.promotions-item__title {
	    font-size: 18px;
	}

	.services-item__name {
		font-size: 18px;
		max-height: 68px;
	}

	.equipments-item__title {
		margin-bottom: 15px;
	}




	/*----- Other HTML Pages START -----*/
	.stopServiceForm {
		padding: 20px;
	}
	/*----- Other HTML Pages END -----*/
}




@media (max-width:1199px) {
	input[type="text"], input[type="tel"], input[type="password"], input[type="date"], input[type="email"] {
		padding: 13.5px 20px;
	}
	.btn {
		min-width: 176px;
		--bs-btn-padding-x: 15px;
    	--bs-btn-padding-y: 12px;
	}
	.heading {
		margin-bottom: 30px;
	}
	.heading h1, .heading h2 {
		font-size: 28px;
		padding-left: 60px;
	}
	.heading h1:before, .heading h2:before {
	    width: 48px;
	    height: 40px;
	    top: -8px;
	}
	.header-logo img,
	.footer-content img {
		max-width: 140px;
	}
	.main-menu {
	    margin-right: 18px;
	}
	.main-menu li {
	    margin-right: 18px;
	}
	.main-menu li a {
		font-size: 14px;
	}
	.main-menu li.menu-btn a {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.header-city > li > a {
	    padding: 13px 30px 13px 15px;
	    max-width: 215px;
	}
	.header-city > li > a:after {
	    right: 15px;
	}
	.mainSlider-item__content {
	    font-size: 18px;
	}
	.mainSlider-item__content h1 {
		font-size: 2.2em;
	}
	.mainSlider-item__content h2 {
		font-size: 2em;
	}
	.mainSlider-item__content h3 {
		font-size: 1.8em;
	}
	.mainSlider-item__content h4 {
		font-size: 1.6em;
	}
	.mainSlider-item__button {
	    margin-top: 30px;
	}
	.tariffs-item__aditional-advantages {
		font-size: 12px;
		top: calc(50% - 120px);
	}
	.tariffs-item__aditional-advantages {
		right: 5px;
	}
	.tariffs-item__advantages li, .tariffs-item__price, .services-item__price {
	    font-size: 18px;
	}
	.tariffs-item__price ins {
		margin-left: 5px;
	}
	.tariffs-item__advantages li span, .tariffs-item__price span, .services-item__price-prefix, .services-item__price-period {
	    font-size: 12px;
	}
	.tariffs-item__name {
	    font-size: 18px;
	}
	.tariffs-container, .tariffs-front, .tariffs-back {
	    height: 412px;
	}
	.tariffs-item__tabs-nav li {
		padding: 6px 15px;
	}

	.news-item__image, .promotions-item__image {
	    height: 200px;
	    margin-bottom: 15px;
	}

	.newsSingle-image {
		max-width: 360px;
	}
	.newsSingle-image img {
	    max-height: 320px;
	}

	.page-info-contacts li {
	    font-size: 16px;
	}
	.page-contacts-soc li a svg {
	    width: 28px;
	    height: 28px;
	}
	.error-404-number {
	    font-size: 180px;
	}
	.modal-title {
		font-size: 20px;
	}



	/*----- Other HTML Pages START -----*/
	.navAccount ul {
		padding: 20px;
	}
	.navAccount ul li a {
		font-size: 14px;
	}
	.pageAccount-title {
		font-size: 21px;
	}
	.headerAccount-list p {
		font-size: 14px;
	}
	.headerAccount-list p strong {
		width: 140px;
	}
	.dataAccount-item p,
	.stopServiceForm-title {
	    font-size: 14px;
	}
	.stopServiceForm {
		margin-bottom: 30px;
	}
	/*----- Other HTML Pages END -----*/
}





@media (max-width:991px) {
	h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote, .form-field {
		margin-bottom: 15px;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 21px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}


	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-md {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-sm {
		padding-top: 40px;
		padding-bottom: 40px;
	}


	.top-bar {
		padding: 0;
		z-index: 99;
	}
	.top-bar-inner {
		justify-content: center;
	}
	.header {
		position: sticky;
		top: 0;
		padding: 10px 0;
		background: #ffffff;
		box-shadow: 4px 4px 12px rgb(0 0 0 / 22%);
	}
	.header-city > li > a {
		max-width: 100%;
		padding: 10px 15px 10px 0;
		background: none;
		height: inherit;
	}
	.header-city > li > a:after {
		right: 0;
	}
	.header-city ul {
		min-width: 260px;
		right: calc(50% - 130px);
		text-align: center;
	}
	.header-city ul li a {
	    padding: 5px 10px;
	}
	.header-phone {
		position: relative;
		font-weight: 600;
		font-size: 16px;
		margin-bottom: 0;
	}
	.header-phone a {
		position: relative;
		display: inline-block;
		color: #00C0FF;
		padding-left: 26px;
	}
	.header-phone a:hover {
		color: #002450;
	}
	.header-phone a:before {
		content: '';
		width: 20px;
		height: 20px;
		position: absolute;
		left: 0;
		top: calc(50% - 9px);
		-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: #00C0FF;
		transition: .25s;
		z-index: 1;
	}
	.header-phone a:hover:before {
		background-color: #002450;
	}

	.mainSlider-item {
	    height: 540px;
	}
	.mainSlider-item__image {
		padding-left: 0;
		margin-bottom: 30px;
	}
	.mainSlider-item__image:before {
		display: none;
	}
	.mainSlider-item__image img {
		max-height: 200px;
	}
	.mainSlider-item__info {
		text-align: center;
	}
	.mainSlider-item__content {
	    font-size: 16px;
	}
	.mainSlider-item__button {
	    margin-top: 20px;
	}

	.advantages-item {
	    flex: 0 0 calc(100% / 3);
	    max-width: calc(100% / 3);
	}
	.advantages-item p {
	    font-size: 14px;
	}

	.coating-image {
		text-align: center;
		margin-bottom: 30px;
	}
	.coating-image img {
		max-height: 320px;
	}
	.coating-form {
		max-width: 420px;
		margin: 0 auto;
	}

	.top-menu,
	.main-menu {
		display: block;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.mobile-menu {
		margin: 0;
		padding: 0 0 0 20px;
	}
	.top-menu li,
	.main-menu li,
	.mobile-menu li {
		margin-right: 0;
		margin-bottom: 8px;
	}
	.top-menu li:last-child,
	.main-menu li:last-child,
	.mobile-menu li:last-child {
		margin-bottom: 0;
	}
	.top-menu li a,
	.main-menu li a,
	.mobile-menu li a {
		color: #002450;
		font-weight: 600;
		display: block;
	}
	.mobile-menu li a:hover {
		color:#00C0ff;
	}
	.top-menu li.icon a:before {
		background-color: #002450;
	}
	.main-menu li.menu-btn a {
		display: inline-block;
		padding: 8px 15px;
	}

	.mobile-widget {
		position: relative;
		margin-bottom: 30px;
	}
	.mobile-widget:last-child {
		margin-bottom: 0;
	}
	.mobile-widget-title {
		font-size: 16px;
		color:#00C0FF;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.error-404-number {
	    font-size: 160px;
	}



	/*----- Other HTML Pages START -----*/
	.navAccount {
		border-radius: 0;
		box-shadow: none;
		margin-bottom: 40px;
	}
	.navAccount ul {
		padding: 0px;
	}
	.dataAccount {
		margin-bottom: 20px;
	}
	.dataAccount-item {
		margin-bottom: 12px;
	}
	.editAccount {
		padding-left: 0;
		padding-top: 25px;
	}
	.editAccount:before {
		border-left: none;
		border-top: 1px solid #D9D9D9;
		height: inherit;
		width: 100%;
	}
	/*----- Other HTML Pages END -----*/
}





@media (max-width:767px) {
	input[type="text"], input[type="tel"], input[type="password"], input[type="date"], input[type="email"] {
	    padding: 12px 17px;
	}
	.btn {
	    font-size: 14px;
	    min-width: 150px;
	}
	.mainSlider-item {
	    height: 480px;
	}
	.mainSlider-item__content {
	    font-size: 14px;
	}
	.mainSlider-item__image img {
	    max-height: 160px;
	}
	.heading h1, .heading h2 {
	    font-size: 24px;
	    padding-left: 54px;
	}
	.heading h1:before, .heading h2:before {
	    width: 42px;
	    height: 36px;
	}
	.coating-top .container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.coating-map iframe {
		height: 240px;
		border-width: 5px;
	}
	.coating-bottom {
		margin-top: -10px;
		padding-top: 50px !important;
	}
	.coating-image img {
	    max-height: 200px;
	}

	.news-item__title, .equipments-item__title, .promotions-item__title {
	    font-size: 16px;
	}
	.news-item__btn a, .promotions-item__btn a {
		font-size: 14px;
	}

	.services-container, .services-front, .services-back {
	    height: 380px;
	}
	.services-item__name {
		max-height: 54px;
		font-size: 16px;
	}
	.services-item__desc {
		max-height: 190px;
	}

	.modal-title {
	    font-size: 18px;
	}

	.newsSingle-image {
	    max-width: 100%;
	    margin-right: 0;
	    float: none;
	    margin-bottom: 30px;
	    border-radius: 0;
	}
	.newsSingle-image img {
	    max-height: 280px;
	    border-radius: 20px;
	}

	.alignleft,
	.alignright,
	.aligncenter {
		float: none;
		margin-right: 0;
		margin-bottom: 0px;
	}

	.error-404-number {
	    font-size: 120px;
	}


	.page-login {
		padding: 80px 0;
	}
	.form-login {
		padding: 30px 50px 40px;
	}
	.form-login-title {
		font-size: 21px;
	}




	/*----- Other HTML Pages START -----*/
	.tableAccount {
		display: block;
	}
	.tableAccount-3,
	.tableAccount-2 {
		width: 100%;
	}
	.tableAccount thead {
		display: none;
	}
	.tableAccount tbody {
		display: block;
	}
	.tableAccount tbody tr {
		display: flex;
		flex-wrap: wrap;
		padding: 10px 0;
		background: #F5F8FF;
	}
	.tableAccount tbody tr:nth-child(2n) {
		background: #D3F2FC;
	}
	.tableAccount tbody td {
		text-align: left;
		padding: 0px 15px;
		background: none !important;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.tableAccount tbody td:before {
		content: attr(data-title);
		margin-right: 5px;
		font-weight: 600;
		width: 120px;
		display: inline-block;
	}
	.page-stopService .tableAccount tbody td:before {
		width: 190px;
	}
	/*----- Other HTML Pages END -----*/
}




@media (max-width: 575px) {
	.advantages-item {
	    flex: 0 0 calc(100% / 2);
	    max-width: calc(100% / 2);
	}
	.heading h1, .heading h2 {
	    font-size: 21px;
	}
	.heading h1:before, .heading h2:before {
		top: -10px;
	}
	.tariffs-container,
	.services-container,
	.equipments-items {
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	.tariffs-item__name {
	    font-size: 21px;
	}
	.tariffs-item__advantages li, .tariffs-item__price, .services-item__price {
	    font-size: 21px;
	}
	.tariffs-item__advantages li span, .tariffs-item__price span, .services-item__price-prefix, .services-item__price-period {
	    font-size: 14px;
	}
	.tariffs-item__price ins {
	    margin-left: 10px;
	}
	.news-items,
	.promotions-items {
		max-width: 310px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -30px;
	}
	.news-item,
	.promotions-item {
		margin-bottom: 30px;
	}
	.footer-content {
		text-align: center;
	}
	.footer-widget {
	    max-width: 220px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.footer-soc {
		justify-content: center;
	}
	.footer-bottom {
		display: block;
		text-align: center;
	}
	.footer-bottom p {
		margin-bottom: 8px;
	}
	.footer-bottom p:last-child {
		margin-bottom: 0;
	}
	.header-logo img {
		max-width: 110px;
	}
}




@media (max-width:479px) {
	.header-phone {
		font-size: 14px;
	}
	.header-phone a {
		padding-left: 20px;
	}
	.header-toggle {
	    flex: 0 0 52px;
	    max-width: 52px;
	}
	.header-toggle button {
	    flex: 0 0 32px;
	    max-width: 32px;
	    height: 32px;
	}
	.header-phone a:before {
	    width: 16px;
	    height: 16px;
	}
	.header-logo img {
	    max-width: 100px;
	}

	.page-login {
		padding: 40px 0;
	}
	.form-login {
		padding: 20px 30px 30px;
	}
	.form-login-title {
		font-size: 18px;
	}
}