/*!
Theme Name: KIM
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: kim
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.

KIM 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=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
	--main-color: #1A75D0;
	--text-color: #1E1917;
}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

body {
	margin: 0; 
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.28;
	color: var(--text-color);
}
img {
	width: auto;
	height: inherit;
	max-width: 100%;
	max-height: 100%;
}
a, a:hover {
	color: var(--text-color);
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.28;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	margin-bottom: 15px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
	margin-bottom: 0;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	width: 100%;
  border: 1px solid #EBE5DC;
  border-radius: 25px;
  padding: 15px 30px;
  outline: none;
  transition: .25s;
}
select {
	width: auto;
	cursor: pointer;
	max-width: 100%;
}
textarea {
	height: 80px;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #ccc;
}
.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 15px;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 15px 0 0;
}
.wpcf7 .ajax-loader {
	position: relative;
}


.wrapper {
	position: relative;
	overflow: hidden;
}

.top-bar {
	position: relative;
	background: #575353;
	padding: 5px 0;
}
.top-bar__inner {
	position: relative;
	display: flex;
	align-items: center;
}
.top-bar__contacts {
	flex: 0 0 15%;
	max-width: 15%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	list-style: none;
	height: 100%;
}
.top-bar__contacts > li {
	position: relative;
	margin-right: 15px;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 1;
}
.top-bar__contacts > li:last-child {
	margin-right: 0;
}
.top-bar__contacts > li > a {
	position: relative;
	width: 18px;
	height: 18px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
li.top-bar__phone > a {
	background-image: url(images/phone.svg);
}
li.top-bar__instagram > a {
	background-image: url(images/instagram.svg);
}
li.top-bar__facebook > a {
	background-image: url(images/facebook.svg);
}
li.top-bar__telegram > a {
	background-image: url(images/telegram.svg);
}
.top-bar__contacts > li:hover > a:before {
	content: '';
  background: var(--main-color);
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  left: calc(50% - 14px);
  top: calc(50% - 14px);
  z-index: -1;
}
.top-bar__contacts > li.top-bar__phone:hover > a:before {
  border-radius: 50px 50px 0 0;
  height: 35px;
}
.top-bar__contacts > li > ul.sub-menu {
	display: none;
  position: absolute;
  background-color: var(--main-color);
  border-radius: 0 25px 25px;
  padding: 10px 15px;
  margin: 0;
  list-style: none;
  text-align: center;
  left: -5px;
  top: 100%;
  z-index: 2;
  min-width: 136px;
}
.top-bar__contacts > li:hover > ul.sub-menu {
	display: block;
}
.top-bar__contacts > li > ul.sub-menu li a {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.1;
	transition: .25s;
}
.top-bar__contacts > li > ul.sub-menu li a:hover {
	opacity: .8;
}
.top-bar__contacts > li > ul.sub-menu li a.top-bar__orderCall {
	font-weight: 500;
	font-size: 11px;
}



.top-bar__maintype {
	flex: 0 0 28%;
	max-width: 28%;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.top-bar__maintype li {
	margin-right: 10px;
}
.top-bar__maintype li:last-child {
	margin-right: 0;
}
.top-bar__maintype a {
	border: 1px solid #fff;
	border-radius: 55px;
	padding: 6px 10px;
	position: relative;
	font-size: 14px;
	padding-left: 30px;
	color: #fff;
	display: block;
  transition: .25s;
}
.top-bar__maintype a:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 10px;
	width: 14px;
	height: 14px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  transition: .25s;
}
li.top-bar__maintype-home a:before {
	-webkit-mask-image: url(images/home.svg);
  mask-image: url(images/home.svg);
}
li.top-bar__maintype-business a:before {
	-webkit-mask-image: url(images/suitcase.svg);
  mask-image: url(images/suitcase.svg);
}
.top-bar__maintype li a:hover,
.top-bar__maintype li.active a {
	background: #ECE6E6;
	color: var(--text-color);
	opacity: 1;
}
.top-bar__maintype li a:hover:before,
.top-bar__maintype li.active a:before {
	background-color: var(--text-color);
}

.top-bar__payment {
	flex: 0 0 19%;
	max-width: 19%;
	margin-bottom: 0;
}
.top-bar__payment a {
  position: relative;
  font-size: 14px;
  color: #fff;
  transition: .25s;
  border: 1px solid #d6261d;
  display: inline-block;
  background: #d6261d;
  padding: 6px 15px;
  border-radius: 23px;
}
.top-bar__payment a:hover {
	background: #fff;
	color: var(--text-color);
	border-color: #fff;
}


.top-bar__account {
	flex: 0 0 21%;
	max-width: 21%;
	margin-bottom: 0;
}
.top-bar__account a {
	border: 1px solid #fff;
	border-radius: 55px;
	padding: 6px 10px;
	position: relative;
	font-size: 14px;
	padding-left: 30px;
	color: #fff;
	display: inline-block;
  transition: .25s;
}
.top-bar__account a:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 10px;
	width: 14px;
	height: 14px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  -webkit-mask-image: url(images/user.svg);
  mask-image: url(images/user.svg);
  transition: .25s;
}
.top-bar__account a:hover,
.top-bar__account.active a {
	background: #ECE6E6;
	color: var(--text-color);
	opacity: 1;
}
.top-bar__account a:hover:before,
.top-bar__account.active a:before {
	background-color: var(--text-color);
}


.top-bar__region {
	position: relative;
	flex: 0 0 17%;
	max-width: 17%;
	text-align: right;
}
.top-bar__region > button {
  position: relative;
  font-size: 14px;
  color: #fff;
  transition: .25s;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 55px;
  padding: 6px 10px;
  outline: none;
}
.top-bar__region > button:hover {
	background: #fff;
	color: var(--main-color);
}
.top-bar__region-message {
  position: absolute;
  width: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0 7px 14px #00000026;
  border-radius: 15px;
  padding: 15px;
  z-index: 2;
}
.top-bar__region-message p {
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}
.top-bar__region-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-bar__region-btn a {
	margin-right: 15px;
  background: #1a75cf;
  color: #fff;
  flex: 0 0 48px;
  max-width: 48px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  transition: .25s;
}
.top-bar__region-btn a:last-child {
	margin-right: 0;
}
.top-bar__region-btn a:hover {
	opacity: .8;
}
.top-bar__region p {
	color: #fff;
	font-weight: bold;
}
.top-bar__region p a {
	font-size: 12px;
	text-decoration: underline;
	font-weight: 400;
	display: inline-block;
	margin-top: 3px;
	color: #fff;
}








.top-menu {
	flex: 0 0 calc(100% - 160px);
	max-width: calc(100% - 160px);
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.top-menu > li {
	display: flex;
	align-items: center;
	height: 100%;
}
.top-menu > li > a {
	position: relative;
	font-size: 14px;
	color: #fff;
  transition: .25s;
}
.top-menu > li > a:hover {
	opacity: .8;
}
.top-menu li.top-menu__line a {
	border: 1px solid #fff;
	border-radius: 55px;
	padding: 6px 10px;
}
.top-menu li.top-menu__line a:hover,
.top-menu li.top-menu__line.current-menu-item a {
	background: #ECE6E6;
	color: var(--text-color);
	opacity: 1;
}
.top-menu li.top-menu__icon a {
	padding-left: 30px;
}
.top-menu li.top-menu__icon a:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 10px;
	width: 14px;
	height: 14px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  transition: .25s;
}
.top-menu li.top-menu__icon a:hover:before,
.top-menu li.top-menu__icon.current-menu-item a:before {
	background-color: var(--text-color);
}
.top-menu li.top-menu__icon.icon-home a:before {
	-webkit-mask-image: url(images/home.svg);
  mask-image: url(images/home.svg);
}
.top-menu li.top-menu__icon.icon-suitcase a:before {
	-webkit-mask-image: url(images/suitcase.svg);
  mask-image: url(images/suitcase.svg);
}
.top-menu li.top-menu__icon.icon-user a:before {
	-webkit-mask-image: url(images/user.svg);
  mask-image: url(images/user.svg);
}
.top-menu li.top-menu__city > a {
	background-color: var(--main-color);
	border-radius: 55px;
	padding: 6px 10px;
}


.header {
	position: relative;
	padding: 15px 0;
}
.header-inner {
	display: flex;
	align-items: center;
}
.header-logo {
	flex: 0 0 190px;
	max-width: 190px;
	padding-right: 30px;
}
.main-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
	flex: calc(100% - 190px);
	max-width: calc(100% - 190px);
}
.main-menu li {
	margin-right: 40px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	transition: .25s;
	background: #FFFFFF;
	border: 1px solid #D7D0D1;
  	border-radius: 59px;
  	display: inline-block;
  	padding: 5px 15px;
}
.main-menu li a:hover,
.main-menu li.current-menu-item > a  {
	color: var(--main-color);
}
.main-menu li.main-menu__btn a {
  color: var(--main-color);
}
.main-menu li.main-menu__btn a:hover {
	border-color: var(--main-color);
}
.main-menu li.main-menu__promo a {
  color: #D6261D;
}
.main-menu li.main-menu__promo a:hover {
	border-color: #D6261D;
}



.main-slider {
	position: relative;
}
.main-slider__item {
	position: relative;
	display: flex;
	align-items: center;
	height: 620px;
	z-index: 1;
}
.main-slider__item-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.main-slider__item-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main-slider__item-inner {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.main-slider__item-info {
	flex: 0 0 480px;
	max-width: 480px;
}
.main-slider__item-image {
	flex: 0 0 calc(100% - 480px);
	max-width: calc(100% - 480px);
	padding-left: 30px;
	text-align: center;
}
.main-slider__item-image img {
	width: auto !important;
	display: inline-block !important;
}
.main-slider__item-heading {
	position: relative;
	margin-bottom: 30px;
	letter-spacing: .025em;
}
.main-slider__item-heading h1,
.main-slider__item-heading h2,
.main-slider__item-heading h3,
.main-slider__item-heading h4,
.main-slider__item-heading h5,
.main-slider__item-heading h6 {
	color: #1E1917;
	line-height: 1.2;
	margin-bottom: 0;
}
.main-slider__item-heading h1 {
	font-size: 64px;
}
.main-slider__item-heading h2 {
	font-size: 56px;
}
.main-slider__item-heading h3 {
	font-size: 48px;
}
.main-slider__item-heading h4 {
	font-size: 42px
}
.main-slider__item-heading h5 {
	font-size: 36px;
}
.main-slider__item-heading h6 {
	font-size: 32px;
}
.main-slider__item-content {
	position: relative;
	color: #585353;
	font-size: 21px;
	letter-spacing: .025em;
}
.main-slider__item-btn {
	margin-top: 40px;
}
.main-slider__item-btn a {
	display: inline-block;
  background-color: #D6261D;
  border: 1px solid #D6261D;
  color: #fff;
  outline: none;
  font-weight: 500;
  letter-spacing: .03em;
  font-size: 21px;
  padding: 15px 50px;
  text-align: center;
  transition: .25s;
  border-radius: 50px;
}
.main-slider__item-btn a:hover {
	background-color: #fff;
	color: var(--text-color);
}
.owl-mainSlider .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 25px;
	z-index: 3;
	width: 100%;
}
.owl-mainSlider .owl-dots button {
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--main-color);
	margin-right: 15px;
	opacity: .25;
}
.owl-mainSlider .owl-dots button:last-child {
	margin-right: 0;
}
.owl-mainSlider .owl-dots button.active {
	opacity: 1;
}



.heading {
	position: relative;
	margin-bottom: 40px;
	z-index: 1;
}
/*.heading:after {
	content: '';
  width: 100%;
  height: 3px;
  background: var(--main-color);
  position: absolute;
  z-index: -1;
  top: 17px;
  left: 0;
}*/
.heading h1,
.heading h2 {
	/*text-transform: uppercase;
	background-color: #fff;
	padding-right: 40px;
	display: inline;
	font-size: 28px;*/
	text-transform: uppercase;
    background-color: #fff;
    font-size: 28px;
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 8px;
}
.heading-right {
	text-align: right;
}/*
.heading-right h1,
.heading-right h2 {
	padding-right: 0;
	padding-left: 40px;
}
*/


.tariffs {
	position: relative;
	padding: 100px 0;
}

.tariffs #internet-tb {
	margin-bottom: 100px;
}
.tariffs #internet-tb:last-child {
	margin-bottom: 0;
}



.tariffs__items {
	margin-bottom: 20px;
}

.tariffs__container {
 	perspective: 1000;
 	margin-bottom: 30px;
 	position: relative;
 	z-index: 2;
}
.tariffs__container, .tariffs__front, .tariffs__back {
 /*width: 320px;*/
	width:100%;
 height: 480px;
}
.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;
}
.tariffs__front {
 z-index: 2;
}
.tariffs__container.hover .tariffs__front {
	z-index: -1;
}
.tariffs__back {
 transform: rotateY(180deg);
 z-index: 1;
}
.tariffs__container.hover .tariffs__back {
	z-index: 3;
}

.tariffs__container .tariffs__back,
.tariffs__container.hover .tariffs__front {
	display: none;
}
.tariffs__container.hover .tariffs__back {
	display: block;
}

.tariffs__item {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.22);
	border-radius: 18px;
	overflow: hidden;
	padding: 30px;
	height: 100%;
}
.tariffs__item-badge {
	position: absolute;
  left: 0;
  top: 0;
  color: #F7C216;
  font-size: 12px;
  font-weight: bold;
  background: #d6261d;
  padding: 8px 26px;
  letter-spacing: 0.025em;
  border-radius: 0 0 18px 0;
  z-index: 9;
}
.tariffs__item-img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	height: 150px;
}
.tariffs__item-img img {
	max-height: 150px;
}
.tariffs__item-name {
	position: relative;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}
.tariffs__item-name h2 {
	font-size: 26px;
	letter-spacing: 0em;
	margin-bottom: 0;
	padding-right: 8px;
}
.tariffs__item-price {
	position: relative;
	display: flex;
	align-items: center;
}
.tariffs__item-price-number {
	font-size: 26px;
	font-weight: 800;
	color: #D6261D;
	margin-bottom: 0;
}
.tariffs__item-price-number del {
  font-size: 18px;
  color: #1a75d0;
  font-weight: 600;
  margin-right: 5px;
}
.tariffs__item-price-number ins {
	text-decoration: none;
}
.tariffs__item-period {
	padding-left: 3px;
}
.tariffs__item-period span {
	display: block;
	color: #D6261D;
	font-weight: 800;
	font-size: 8px;
	padding: 2px;
	text-align: center;
}
.tariffs__item-period span:first-child {
	border-bottom: 1px solid #D6261D;
}
.tariffs__advantages {
	position: relative;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}
.tariffs__advantages li {
	flex: 0 0 90px;
	max-width: 90px;
	padding: 0 10px;
}
.tariffs__advantages li.tariffs__advantages-speed div {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 76px;
}
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-10 div,
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-20 div,
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-25 div,
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-30 div {
	background-image: url(images/speed/25-30.svg);
}
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-40 div,
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-50 div,
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-60 div,
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-70 div {
	background-image: url(images/speed/50-70.svg);
}
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-80 div,
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-90 div,
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-100 div {
	background-image: url(images/speed/100.svg);
}
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-120 div {
	background-image: url(images/speed/120.png);
}
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-150 div,
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-200 div {
	background-image: url(images/speed/150-200.svg);
}
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-300 div {
	background-image: url(images/speed/300.svg);
}
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-400 div,
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-500 div,
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-1000 div,
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-2000 div,
.tariffs__advantages li.tariffs__advantages-speed.tariffs__advantages-speed-2500 div {
	background-image: url(images/speed/300.svg);
}
.tariffs__advantages li.tariffs__advantages-channels div {
	position: relative;
	background: url(images/tv-monitor.svg) no-repeat 50% calc(50% + 10px);
	background-size: contain;
	width: 100%;
	height: 76px;
}
.tariffs__advantages li.tariffs__advantages-speed div span,
.tariffs__advantages li.tariffs__advantages-channels div span {
	font-size: 14px;
  font-weight: 500;
  color: #d6261d;
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  top: 33px;
  left: 0;
}
.tariffs__advantages li.tariffs__advantages-speed p,
.tariffs__advantages li.tariffs__advantages-channels p {
	color: #C5C6C6;
	text-align: center;
	font-size: 12px;
}
/*.tariffs__advantages li div {
	width: 53px;
	height: 53px;
	border-radius: 50%;
	background: #C4C4C4;
	padding: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 8px;
}
.tariffs__advantages li div span {
	background: #fff;
  color: #1A75D0;
  border-radius: 50%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tariffs__advantages li p {
	text-align: center;
	letter-spacing: 0.025em;
	color: rgba(30, 25, 23, 0.56);
}*/


.tariffs__aditional-advantages {
	font-size: 12px;
	text-align: center;
	color: #1E1917;
	margin-bottom: 15px;
}
.tariffs__order {
	text-align: center;
	margin-bottom: 15px;
}
.tariffs__order button {
	background-color: #D6261D;
  border: 1px solid #D6261D;
  color: #fff;
  outline: none !important;
  font-weight: 500;
  letter-spacing: .03em;
  font-size: 16px;
  padding: 15px 50px;
  text-align: center;
  outline: none !important;
  transition: .25s;
  border-radius: 50px;
}
.tariffs__order button:hover {
	background-color: #fff;
  color: var(--text-color);
}
.tariffs__more {
	text-align: center;
}
.tariffs__more a {
	letter-spacing: 0.025em;
	color: rgba(30, 25, 23, 0.56);
	transition: .25s;
}
.tariffs__more a:hover {
	color: var(--text-color);
}

.tariffs__tabs {
	position: relative;
	margin-bottom: 15px;
}
.tariffs__tabs-nav {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.tariffs__tabs-nav li {
	background: rgba(229, 229, 229, 0.69);
  border-radius: 7px;
  color: var(--text-color);
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin-right: 20px;
  text-align: center;
  padding: 10px 15px;
  font-size: 15px;
  cursor: pointer;
}
.tariffs__tabs-nav li:last-child {
	margin-right: 0;
}
.tariffs__tabs-nav li.active {
	background: #1A75D0;
	color: #fff;
}
.tariffs__tabs-content {
	position: relative;
  height: 265px;
  overflow: auto;
	overflow-x: hidden;
}
.tariffs__tabs-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.tariffs__tabs-content::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
.tariffs__tabs-content::-webkit-scrollbar-thumb {
	background-color: #1A75D0;
}
.tariffs__tabs-content > div {
	display: none;
}
.tariffs__tabs-content > div.show {
	display: block;
}

.tariffs__options-item {
	position: relative;
	padding: 0 15px;
	margin-bottom: 15px;
}
.tariffs__options-item:last-child {
	margin-bottom: 0;
}
.tariffs__options-item h6 {
	position: relative;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.025em;
	padding-left: 30px;
	margin-bottom: 5px;
}
.tariffs__options-item h6:before {
	content: '';
	background: #1A75D0;
	width: 18px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 8px;
}
.tariffs__options-item div {
	padding-left: 30px;
}
.tariffs__options-item div ul {
	padding-left: 15px;
	margin-bottom: 0;
}
.tariffs__options-item div ul li,
.tariffs__options-item div p {
	margin-bottom: 2px;
} 
.tariffs__options-item div ul li::marker {
	color: #1A75D0;
}
.tariffs__channels-items {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: -15px;
	padding: 0 5px 0 0;
}
.tariffs__channels-item {
	position: relative;
	flex: 0 0 calc((100% / 3) - (2 * 15px / 3));
	max-width: calc((100% / 3) - (2 * 15px / 3));
	margin-right: 15px;
	margin-bottom: 15px;
}
.tariffs__channels-item:nth-child(3n) {
	margin-right: 0;
}
.tariffs__channels-item-img {
	height: 50px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}
.tariffs__channels-item-img img {
	max-height: 50px;
	height: auto;
}
.tariffs__channels-item p {
	font-size: 12px;
	text-align: center;
}


.edit-tariff {
	position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 9;
}






.advantages {
	position: relative;
	padding: 80px 0;
	z-index: 3;
}
.advantages__items {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: -30px;
}
.advantages__item {
	position: relative;
	flex: 0 0 calc((100% / 5) - (4 * 25px / 5));
  max-width: calc((100% / 5) - (4 * 25px / 5));
  margin-right: 25px;
  min-height: 165px;
  margin-top: 67px;
  margin-bottom: 30px;

  background: #E7E6E6;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.22);
	border-radius: 30px;
}
.advantages__item:nth-child(5) {
	margin-right: 0;
}
.advantages__item-icon {
	background: rgba(251, 233, 232, 0.89);
	border: 0.3px solid rgba(255, 255, 255, 0.69);
	border-radius: 50%;
	width: 135px;
	height: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -67px auto 15px;
}
.advantages__item-icon span {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
	flex: 0 0 100px;
	max-width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advantages__item-icon span img {
	flex: 0 0 64px;
	max-width: 64px;
	max-height: 64px;
}
.advantages__item p {
	padding: 0 20px 15px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}


.coverage {
	position: relative;
	padding: 80px 0;
	background: #f5f5f5;
	z-index: 5;
}
.coverage .heading h2 {
	background: #f5f5f5;
}
.coverage-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 200px 0 50px;
}
.coverage-form {
	background: #FFFFFF;
	box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
	border-radius: 14px;
	padding: 25px 50px 40px;
}
.coverage-form h3 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: 600;
}
.coverage-form input[type="submit"] {
	background-color: #D6261D;
  border: 1px solid #D6261D;
  color: #fff;
  font-weight: 500;
  letter-spacing: .03em;
  padding: 15px;
  text-align: center;
  outline: none !important;
  transition: .25s;
  border-radius: 50px;
  width: 100%;
}
.coverage-form input[type="submit"]:hover {
	background-color: #fff;
	color: var(--text-color);
}



.footer {
	position: relative;
	background: #575353;
	padding: 50px 0 40px;
	color: #fff;
}
.footer-logo {
	position: relative;
	margin-bottom: 40px;
}
.footer-logo img {
	margin-bottom: 15px;
}
.footer-logo p {
	font-weight: 500;
}
.footer-soc {
	margin: 0 0 45px;
	padding: 0;
	display: flex;
	align-items: center;
	list-style: none;
}
.footer-soc > li {
	position: relative;
	margin-right: 25px;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 1;
}
.footer-soc > li:last-child {
	margin-right: 0;
}
.footer-soc > li > a {
	position: relative;
	width: 22px;
	height: 22px;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
li.footer-soc__instagram > a {
	background-image: url(images/instagram.svg);
}
li.footer-soc__facebook > a {
	background-image: url(images/facebook.svg);
}
li.footer-soc__telegram > a {
	background-image: url(images/telegram.svg);
}
.footer-soc > li:hover > a:before {
	content: '';
  background: var(--main-color);
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  z-index: -1;
}
.copyright {
	border-top: 1px solid #fff;
	padding-top: 15px;
	font-size: 12px;
}
.copyright a {
	color: #fff;
}


.footer .widget {
	margin-bottom: 20px;
}
.footer .widget-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
.footer .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .widget ul li {
	margin-bottom: 12px;
}
.footer .widget ul li:last-child {
	margin-bottom: 0
}
.footer .widget ul li a {
	color: #fff;
	transition: .25s;
}
.footer .widget ul li a:hover {
	opacity: .8;
}
.footer-phone {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}
.footer-phone a,
.footer-email a {
	color: #fff;
}
.widget-content p,
.footer-email p {
	margin-bottom: 10px;
}
.widget-content p:last-child,
.footer-email p:last-child {
	margin-bottom: 0;
}


#orderTariffs input[type="submit"],
#orderService input[type="submit"],
#orderCall input[type="submit"] {
	background-color: #D6261D;
  border: 1px solid #D6261D;
  color: #fff;
  outline: none !important;
  font-weight: 500;
  letter-spacing: .03em;
  font-size: 16px;
  padding: 15px 50px;
  text-align: center;
  outline: none !important;
  transition: .25s;
  border-radius: 50px;
}
#orderTariffs input[type="submit"]:hover,
#orderService input[type="submit"]:hover,
#orderCall input[type="submit"]:hover {
  background-color: #fff;
  color: var(--text-color);
}


.list-city {
	position: relative;
	padding: 0;
}
.list-city-heading {
	padding: 0;
	list-style: none;
	display: flex;
  flex-wrap: wrap;
  background: linear-gradient(180deg, #F9F9F9 0%, #FEE7E7 100%);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.22);
	border-radius: 5px;
	margin-bottom: 16px;
}
@media (prefers-color-scheme: dark) {
	.list-city-heading {
		background: #282828;
	}
}
.list-city-heading li {
	position: relative;
	flex: 0 0 20%;
	max-width: 20%;
}
.list-city-heading li:after {
	content: '';
	background: #fff;
	width: 1px;
	height: 28px;
	position: absolute;
	right: 0;
	top: calc(50% - 14px);
}
.list-city-heading li:last-child:after {
	display: none;
}
.list-city-heading li a {
	display: block;
	text-align: center;
	padding: 20px 15px;
	font-weight: 500;
}
@media (prefers-color-scheme: dark) {
	.list-city-heading li a {
		color:#fff;
	}
}
.list-city-heading li.active a:after {
  content: '';
  /*position: absolute;
  left: calc(50% - 8px);
  bottom: -16px;
  border: 8px solid transparent;
  border-top: 8px solid #FEE7E7;*/
  background: url(images/city-arrow.svg) no-repeat center;
  background-size: contain;
  width: 28px;
  height: 19px;
  position: absolute;
  bottom: -18px;
  left: calc(50% - 14px);
}

.list-city-content {
	position: relative;
}
.list-city-item {
	display: none;
}
.list-city-item.show {
	display: block;
}
.list-city-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.list-city-item ul li {
	position: relative;
	flex: 0 0 20%;
	max-width: 20%;
}
.list-city-item ul li a {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	display: block;
	text-align: center;
	padding: 30px;
	transition: .25s;
}
.list-city-item ul li:before {
	content: '';
	background: #E7E6E6;
	width: 1px;
	height: 42px;
	position: absolute;
	top: calc(50% - 21px);
}
.list-city-item ul li:before {
	left: 0;
}
.list-city-item ul li a:before {
	content: '';
	background: #E7E6E6;
	width: 68px;
	height: 1px;
	position: absolute;
	left: calc(50% - 34px);
}
.list-city-item ul li a:before {
	bottom: 0;
}
.list-city-item ul li a:hover {
	/*color: var(--main-color);*/

	background: var(--main-color);
  color: #fff;
  border-radius: 10px;
}

#modalCity .close {
  width: 42px;
  height: 42px;
  margin-left: auto;
  font-size: 40px;
  font-weight: 300;
  opacity: 1;
  color: var(--main-color);
  outline: none !important;
}



.clients {
	position: relative;
	padding: 85px 0;
	background: #F8F8F8;
}
.clients .heading h2 {
	background: #f8f8f8;
}
.clients__items {
	display: flex;
	align-items: center;
	margin-bottom: -30px;
}
.clients__item {
	flex: 0 0 calc(20% - (4 * 30px / 5));
	max-width: calc(20% - (4 * 30px / 5));
	margin-right: 30px;
	margin-bottom: 30px;
}



article.page {
	position: relative;
}
.page-header {
  position: relative;
  border-top: 5px solid #f5f5f5;
  padding-top: 40px;
}
.page-header h1 {
	position: relative;
	text-transform: uppercase;
}
.page-header h1:before {
	content: '';
}
.page-header-img {
	padding-top: 0;
	border-top: 0;
	text-align: center;
}
.page-header-content {
	position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: left;
}
.page-header-content__inner {
	max-width: 50%;
}
.page-header-content .entry-title {
	margin-bottom: 30px;
}
.page-header-content p {
	font-size: 18px;
}
.page-content {
	font-size: 16px;
	padding: 40px 0 60px;
}
.page-content ul,
.page-content ol {
  padding-left: 20px;
}
.page-content ul li::marker,
.page-content ol li::marker {
	color: var(--main-color);
}




.documents-items {
	position: relative;
	margin-bottom: -30px;
}
.documents-item a {
	position: relative;
	margin-bottom: 30px;
}
.documents-item a {
	position: relative;
	display: block;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgb(0 0 0 / 22%);
  border-radius: 18px;
  font-size: 18px;
  font-weight: 600;
  padding: 30px 30px 30px 80px;
  transition: .25s;
}
.documents-item a:before {
	content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/pdf-file.svg);
  mask-image: url(images/pdf-file.svg);
  background-color: var(--main-color);
  width: 32px;
  height: 32px;
  position: absolute;
  top: calc(50% - 16px);
  left: 30px;
}
.documents-item a:hover {
	transform: scale(1.02);
}





.news-item {
	background: #FFFFFF;
  box-shadow: 0px 4px 12px rgb(0 0 0 / 22%);
  border-radius: 18px;
  padding: 30px;
  margin-bottom: 30px;
}
.news-item .entry-title {
	font-size: 21px;
	text-transform: uppercase;
}
.news-item__img {
	position: relative;
}
.news-item__img img {
	border-radius: 15px;
	max-height: 200px;
}
.news-item__content {
	margin-bottom: 15px;
}
.news-item__btn a {
  background-color: #D6261D;
  border: 1px solid #D6261D;
  color: #fff;
  outline: none !important;
  font-weight: 500;
  letter-spacing: .03em;
  font-size: 16px;
  padding: 10px 30px;
  text-align: center;
  outline: none !important;
  display: inline-block;
  transition: .25s;
  border-radius: 50px;
}
.news-item__btn a:hover {
	background-color: #fff;
  color: var(--text-color);
}
.news-item__date {
	position: absolute;
  top: 0;
  left: 0;
  background: #1a75d0;
  color: #fff;
  font-size: 14px;
  padding: 5px 8px;
  display: inline-block;
  border-radius: 0 0 7px 0;
}



.single-news-item__content {
	position: relative;
	overflow: hidden;
}
.single-news-item__img {
	position: relative;
	max-width: 450px;
	float: left;
	margin: 0 30px 30px 0;
}
.single-news-item__img img {
	max-height: 450px;
	border-radius: 10px;
}
.single-news-item__date {
	position: absolute;
  top: 0;
  left: 0;
  background: #1a75d0;
  color: #fff;
  font-size: 14px;
  padding: 5px 8px;
  display: inline-block;
  border-radius: 0 0 7px 0;
}
.post-navigation {
	position: relative;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 2px solid #f5f5f5;
}
.post-navigation > h2 {
	display: none;
}
.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.post-navigation .nav-links a {
	position: relative;
	display: inline-block;
	color: #666;
}
.post-navigation .nav-links a .nav-subtitle {
	display: none;
}
.post-navigation .nav-links .nav-previous a {
	padding-left: 24px;
}
.post-navigation .nav-links .nav-next a {
	padding-right: 24px;
}
.post-navigation .nav-links a:before {
	content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/chevron.svg);
  mask-image: url(images/chevron.svg);
  background-color: var(--main-color);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
	transition: .25s;
}
.post-navigation .nav-links .nav-previous a:before {
	left: 0;
	transform: rotate(180deg);
}
.post-navigation .nav-links .nav-previous a:hover:before {
	left: -5px;
}
.post-navigation .nav-links .nav-next a:before {
	right: 0;
}
.post-navigation .nav-links .nav-next a:hover:before {
	right: -5px;
}







.promo-item {
	background: #FFFFFF;
  box-shadow: 0px 4px 12px rgb(0 0 0 / 22%);
  border-radius: 18px;
  padding: 30px;
  margin-bottom: 30px;
	text-align: center;
}
.promo-item__img {
	position: relative;
	margin-bottom: 15px;
}
.promo-item__img a {
	height: 168px;
	display: block;
}
.promo-item__img img {
	border-radius: 15px;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.promo-item .entry-title {
	font-size: 18px;
	text-transform: uppercase;
	min-height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.promo-item__btn a {
  background-color: #D6261D;
  border: 1px solid #D6261D;
  color: #fff;
  outline: none !important;
  font-weight: 500;
  letter-spacing: .03em;
  font-size: 16px;
  padding: 10px 30px;
  text-align: center;
  outline: none !important;
  display: inline-block;
  transition: .25s;
  border-radius: 50px;
}
.promo-item__btn a:hover {
	background-color: #fff;
  color: var(--text-color);
}


.single-promo-item__img {
	max-width: 680px;
	margin: 0 auto 30px;
}
.single-promo-item__img img {
	border-radius: 15px;
}
.single-promo-item__content {
	position: relative;
}




.accordions {
	position: relative;
}
.accordions-item {
	position: relative;
	margin-bottom: 30px;
	background: #FFFFFF;
	overflow: hidden;
  box-shadow: 0px 4px 12px rgb(0 0 0 / 22%);
  border-radius: 18px;
	transition: .25s;
}
.accordions-item:last-child {
	margin-bottom: 0;
}
.accordions-item__heading {
	position: relative;
}
.accordions-item__heading h5 {
	position: relative;
  padding: 20px 30px 20px 54px;
	cursor: pointer;
}
.accordions-item:nth-child(2n) .accordions-item__heading h5 {
	background: #eee;
}
.accordions-item__heading h5:before {
	content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/chevron.svg);
  mask-image: url(images/chevron.svg);
  background-color: var(--main-color);
  position: absolute;
  width: 16px;
  height: 16px;
  left: 30px;
  top: 23px;
  transform: rotate(90deg);
  transition: .25s;
}
.accordions-item.active .accordions-item__heading h5:before {
	transform: rotate(-90deg);
}
.accordions-item__content {
	display: none;
  padding: 30px;
  border-top: 2px solid #eee;
	transition: .25s;
}
.accordions-item.active .accordions-item__content {
	display: block;
}
.accordions-item__content img {
	max-width: 800px;
	border: 2px solid #f5f5f5;
}
.accordions-item__content a {
	color: var(--main-color);
	text-decoration: underline;
}



.accordions-faq__items {
	position: relative;
}
.accordions-faq__item {
	position: relative;
	margin-bottom: 80px;
}
.accordions-faq__item:last-child {
	margin-bottom: 0;
}
.heading-faq {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #d6261d;
}



a.pay-btn {
	background-color: #D6261D;
  border: 1px solid #D6261D;
  color: #fff;
  outline: none !important;
  font-weight: 500;
  letter-spacing: .03em;
  font-size: 16px;
  padding: 10px 30px;
  text-decoration: none;
  text-align: center;
  outline: none !important;
  display: inline-block;
  transition: .25s;
  border-radius: 50px;
}
a.pay-btn:hover {
	background-color: #fff;
  color: var(--text-color);
}


.page-content-additionall {
	margin-top: 50px;
}




.page-products {
	padding: 0 0 80px;
}

.product-cat {
	position: relative;
	padding: 40px 0;
}
.product-cat-list {
	margin-bottom: -30px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.product-cat-list li {
	flex: 0 0 calc((100% / 4) - (3 * 30px / 4));
	max-width: calc((100% / 4) - (3 * 30px / 4));
	margin-right: 30px;
	margin-bottom: 30px;
}
.product-cat-list li:last-child {
	margin-right: 0;
}
.product-cat-list li a {
	background: #FFFFFF;
	border: 1px solid #D7D0D1;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 15px;
	height: 100%;
	color: #8A8787;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	transition: .25s;
}
.product-cat-list li.active a,
.product-cat-list li a:hover {
	color: var(--main-color);
}

















/**----------SERVICES---------------*/
.services {
	position: relative;
	padding: 100px 0;
}
.service__items {
	margin-bottom: 80px;
}

.service__container {
 	perspective: 1000;
 	margin-bottom: 50px;
 	position: relative;
 	z-index: 2;
}
.service__container, .service__front, .service__back {
 /*width: 320px;*/
	width:100%;
 height: 480px;
}
.service__flipper {
 transition: 0.6s;
 transform-style: preserve-3d;
 -webkit-transform-style: preserve-3d;
 position: relative;
}
.service__container.hover .service__flipper {
 transform: rotateY(180deg);
 z-index: 1;
 }
.service__front, .service__back {
 position: absolute;
 top: 0;
 left: 0;
}
.service__front {
 z-index: 2;
}
.service__container.hover .service__front {
	z-index: -1;
}
.service__back {
 transform: rotateY(180deg);
 z-index: 1;
}
.service__container.hover .service__back {
	z-index: 3;
}

.service__container .service__back,
.service__container.hover .service__front {
	display: none;
}
.service__container.hover .service__back {
	display: block;
}

.service__item {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.22);
	border-radius: 18px;
	overflow: hidden;
	height: 100%;
	padding: 30px;
}
.service__item-img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	height: 165px;
}
.service__item-img img {
	max-height: 165px;
}
.service__item-name {
	position: relative;
	margin-bottom: 15px;
	text-align: center;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.service__item-name h2 {
	font-size: 26px;
	letter-spacing: 0em;
	margin-bottom: 0;
	flex: 0 0 100%;
	max-width: 100%;
}
.service__item-name p {
	font-size: 18px;
	font-weight: 700;
	margin-top: 5px;
	flex: 0 0 100%;
	max-width: 100%;
}
.service__item-price {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.service__item-price-prefix {
	color: #D6261D;
	font-weight: 800;
	font-size: 10px;
	margin-bottom: 0;
	padding-right: 8px;
}
.service__item-price-number {
	font-size: 28px;
	font-weight: 800;
	color: #D6261D;
	margin-bottom: 0;
}
.service__item-period {
	padding-left: 3px;
}
.service__item-period span {
	display: block;
	color: #D6261D;
	font-weight: 800;
	font-size: 10px;
	padding: 2px;
	text-align: center;
}
.service__item-period span:first-child {
	border-bottom: 1px solid #D6261D;
}


.service__order {
	text-align: center;
	margin-bottom: 15px;
}
.service__order button {
	background-color: #D6261D;
  border: 1px solid #D6261D;
  color: #fff;
  outline: none !important;
  font-weight: 500;
  letter-spacing: .03em;
  font-size: 16px;
  padding: 15px 50px;
  text-align: center;
  outline: none !important;
  transition: .25s;
  border-radius: 50px;
}
.service__order button:hover {
	background-color: #fff;
  color: var(--text-color);
}
.service__more {
	text-align: center;
}
.service__more a {
	letter-spacing: 0.025em;
	color: rgba(30, 25, 23, 0.56);
	transition: .25s;
}
.service__more a:hover {
	color: var(--text-color);
}

.service__desc {
	position: relative;
	margin-bottom: 30px;
	overflow: auto;
	max-height: 215px;
}


.edit-tariff {
	position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 9;
}




.top-bar-products {
	position: relative;
	margin-bottom: 30px;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 0;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: none;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	text-align: right;
}



.woocommerce .products ul, .woocommerce ul.products {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: none;
	width: inherit;
	margin: 0 30px 40px 0;
}
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
	flex: 0 0 calc((100% / 4) - (3 * 30px / 4));
	max-width: calc((100% / 4) - (3 * 30px / 4));
}
.woocommerce ul.products.columns-4 li.product:nth-child(4n), .woocommerce-page ul.products.columns-4 li.product:nth-child(4n) {
	margin-right: 0;
}


.product__container {
 	perspective: 1000;
}
.product__container.hover .product__flipper {
 transform: rotateY(180deg);
 }
.product__container, .product__front, .product__back {
 /*width: 320px;*/
	width:100%;
 height: 480px;
}
.product__flipper {
 transition: 0.6s;
 transform-style: preserve-3d;
 -webkit-transform-style: preserve-3d;
 position: relative;
 z-index: 1;
}
.product__front, .product__back {
 position: absolute;
 top: 0;
 left: 0;
}
.product__front {
 z-index: 2;
}
.product__container.hover .product__front {
	z-index: -1;
}
.product__back {
 transform: rotateY(180deg);
 z-index: 1;
}
.product__container.hover .product__back {
	z-index: 3;
}

.product__container .product__back,
.product__container.hover .product__front {
	display: none;
}
.product__container.hover .product__back {
	display: block;
}

.product__item {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.22);
	border-radius: 18px;
	overflow: hidden;
	height: 100%;
	padding: 30px;
}
.product__item-badge {
	position: absolute;
  left: 0;
  top: 0;
  color: #F7C216;
  font-size: 12px;
  font-weight: bold;
  background: #d6261d;
  padding: 8px 26px;
  letter-spacing: 0.025em;
  border-radius: 0 0 18px 0;
  z-index: 9;
}
.product__item-img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	height: 165px;
	padding: 0 15px;
}
.productImages__item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 165px;
}
.productImages__item img {
	max-height: 165px;
	width: auto !important;
}
.owl-productImages .owl-nav {
	position: absolute;
  width: 100%;
  top: calc(50% - 9px);
  z-index: 99;
}
.owl-productImages .owl-nav button {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/chevron.svg);
  mask-image: url(images/chevron.svg);
  background-color: var(--main-color) !important;
  width: 18px;
  height: 18px;
  position: absolute;
  transition: .25s;
}
.owl-productImages .owl-nav button.owl-prev {
	left: -25px;
	transform: rotate(180deg);
}
.owl-productImages .owl-nav button.owl-next {
	right: -25px;
}
.product__item-name {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	min-height: 104px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.product__item-name h2 {
	font-size: 21px;
	letter-spacing: 0em;
	margin-bottom: 0;
	flex: 0 0 100%;
	max-width: 100%;
}
.product__item-name p {
	font-size: 18px;
	font-weight: 700;
	margin-top: 5px;
	flex: 0 0 100%;
	max-width: 100%;
}
.woocommerce ul.products li.product .price {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
	color: #D6261D;
}
.woocommerce ul.products li.product .price del {
	order: 2;
	font-size: 18px;
	color: #000;
}
.woocommerce ul.products li.product .price ins {
	order: 1;
	margin-right: 10px;
	text-decoration: none;
}


.product__order {
	text-align: center;
	margin-bottom: 15px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #D6261D;
  border: 1px solid #D6261D;
  color: #fff;
  outline: none !important;
  font-weight: 500;
  letter-spacing: .03em;
  font-size: 16px;
  padding: 15px 30px;
  text-align: center;
  outline: none !important;
  transition: .25s;
  border-radius: 50px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #fff;
  color: var(--text-color);
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
	top: 0.9em;
}
.woocommerce a.added_to_cart {
	display: none !important;
}
.woocommerce ul.products li.product .button {
	margin-top: 0;
}
.product__more {
	text-align: center;
}
.product__more a {
	letter-spacing: 0.025em;
	color: rgba(30, 25, 23, 0.56);
	transition: .25s;
}
.product__more a:hover {
	color: var(--text-color);
}

.product__desc {
	position: relative;
	margin-bottom: 30px;
	overflow: auto;
	max-height: 195px;
	padding-right: 5px;
}
.product__desc::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.product__desc::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
.product__desc::-webkit-scrollbar-thumb {
	background-color: #1A75D0;
}


.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce-page .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::before {
	display: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	float: none;
	margin: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	padding: 0;
	min-width: inherit;
	font-size: 21px;
	font-weight: bold;
	display: inline-block;
	padding: 1px 2px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: none;
	color: var(--main-color);
}





.woo-cart {
	position: fixed;
	right: 0;
	top: calc(50% - 30px);
	z-index: 99;
}
.woo-cart a {
	position: relative;
	display: flex;
	background: var(--main-color);
	border-radius: 10px 0 0 10px;
	width: 60px;
	height: 60px;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.woo-cart a:hover {
	background: #D6261D;
}
.woo-cart a i {
	display: block;
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/cart.svg);
  mask-image: url(images/cart.svg);
  background-color: #fff !important;
  flex: 0 0 36px;
  max-width: 36px;
  height: 36px;
}
.woo-cart a span {
	position: absolute;
  background: #fff;
  color: var(--main-color);
  flex: 0 0 12px;
  max-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  right: 5px;
  top: 5px;
  line-height: 1;
  z-index: 2;
}


.woocommerce table.shop_table {
	border: none;
	box-shadow: 0px 4px 12px rgb(0 0 0 / 22%);
	margin: 0 0 30px;
	border-radius: 10px;
	overflow: hidden;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr:last-child {
	display: none;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th {
	color: var(--main-color);
	font-weight: 500;
}

.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
	font-weight: bold;
}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	float: none;
}
.woocommerce .cart-collaterals .cart_totals > h2, .woocommerce-page .cart-collaterals .cart_totals > h2,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading,
.woocommerce-order-details h2,
.woocommerce-column__title,
.woocommerce-Address-title h3,
.woocommerce form.login h2, 
.woocommerce form.register h2 {
	font-size: 21px;
}

.woocommerce-cart .cart-collaterals .cart_totals table .order-total th {
	vertical-align: middle;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td {
	font-weight: bold;
	font-size: 24px;
}


#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
	padding: 0;
}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
	margin-bottom: 30px;
}


.woocommerce-billing-fields {
	margin-bottom: 30px;
}
.woocommerce form .form-row {
	margin: 0 0 15px;
	padding: 0;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: calc(50% - 15px);
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	width: 100%;
	line-height: 1.35;
	margin-bottom: 2px;
}
.woocommerce-input-wrapper {
	width: 100%;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f5f5f5;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding-left: 60px;
}


.woocommerce ul.order_details {
	margin: 20px 0 40px;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	background: #f5f5f5;
	margin-bottom: 0;
	padding: 30px;
	list-style: none;
	border-radius: 18px;
	box-shadow: 0px 4px 12px rgb(0 0 0 / 22%);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	font-size: 18px;
	transition: .25s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: #1a75d0;
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: calc(75% - 30px);
}


.woocommerce table.my_account_orders {
	font-size: 1em;
}
.woocommerce-orders-table__cell-order-total {
	font-weight: bold;
}

.woocommerce-Address-title {
	margin-bottom: 10px;
}
a.edit {
	color: red;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
	width: 100%;
}



.woocommerce form.login, .woocommerce form.register,
.woocommerce form.woocommerce-ResetPassword {
	background: #fff;
	box-shadow: 0px 4px 12px rgb(0 0 0 / 22%);
	border-radius: 18px;
	padding: 30px;
	margin: 0 0 30px;
}
.woocommerce form.login .woocommerce-form-login__rememberme, .woocommerce form.register .woocommerce-privacy-policy-text {
	margin-bottom: 15px;
}






.video-block {
	position: relative;
}
.video-block video {
	width: 100%;
	height: 100%;
}



.icon-blocks {
	position: relative;
	background: #D6261D;
	padding: 40px 0;
	margin-top: -5px;
}
.icon-blocks__items {
	position: relative;
  margin-bottom: -30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.icon-blocks__item {
	position: relative;
	margin-bottom: 30px;
	max-width: 120px;
	flex: 0 0 120px;
}
.icon-blocks__item-image {
	height: 60px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 20px;
}
.icon-blocks__item-image img {
	max-height: 60px;
}
.icon-blocks__item-content {
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 18px;
}



.smart-services {
	position: relative;
	background: #F8F8F8;
	padding: 40px 0;
}
.smart-services__items {
	position: relative;
}
.smart-services__item {
	position: relative;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	padding: 30px;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.22);
	border-radius: 18px;
}
.smart-services__item:last-child {
	margin-bottom: 0;
}
.smart-services__item-image {
	flex: 0 0 320px;
	max-width: 320px;
}
.smart-services__item-info {
	flex: 0 0 calc(100% - 320px);
	max-width: calc(100% - 320px);
	padding-left: 50px;
}
.smart-services__item-info > h2 {
	font-size: 28px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
.smart-services__item-content {
	font-size: 18px;
	line-height: 1.5;
}
.smart-services__item-content ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}
.smart-services__item-content ul li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 28px;
}
.smart-services__item-content ul li:last-child {
	margin-bottom: 0;
}
.smart-services__item-content ul li > img {
	position: absolute;
	left: 0;
	top: 3px;
}


.smart-advantages {
	position: relative;
}
.smart-advantages:before,
.smart-advantages:after {
	content: '';
	position: absolute;
	left: 0;
	z-index: 1;
	width: 50%;
	height: 3px;
	background: var(--main-color);
}
.smart-advantages:before {
	top: 0;
}
.smart-advantages:after {
	bottom: 0;
}
.smart-advantages__items {
	position: relative;
}
.smart-advantages__item {
	position: relative;
	padding: 40px 0;
}
.smart-advantages__item:nth-child(2n) {
	background: #F8F8F8;
}
.smart-advantages__item-media {
	position: relative;
	padding: 0 35px;
}
.smart-advantages__item-images {
	position: relative;
}
.smart-advantages__item-image img {
	max-height: 360px;
	width: auto !important;
	margin: auto;
	border-radius: 20px;
}
.owl-smartAdv .owl-nav {
	position: absolute;
  width: 100%;
  top: calc(50% - 9px);
  z-index: 99;
}
.owl-smartAdv .owl-nav button {
  background-color: var(--main-color) !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: .65;
  transition: .25s;
}
.owl-smartAdv .owl-nav button:hover {
	opacity: 1;
}
.owl-smartAdv .owl-nav button:before {
	content: '';
	-webkit-mask-size: 10px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/chevron.svg);
  mask-image: url(images/chevron.svg);
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.owl-smartAdv .owl-nav button.owl-prev {
	left: -35px;
	transform: rotate(180deg);
}
.owl-smartAdv .owl-nav button.owl-next {
	right: -35px;
}
.smart-advantages__item-video {
	position: relative;
	text-align: center;
}
.smart-advantages__item-video video {
	max-height: 360px;
	max-width: 100%;
	border-radius: 25px;
}
.smart-advantages__item-info > h2 {
	font-size: 28px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
.smart-advantages__item-content {
	font-size: 18px;
	line-height: 1.5;
}
.smart-advantages__item-button {
	margin-top: 30px;
}
.smart-advantages__item-button a {
	display: inline-block;
	background-color: #D6261D;
  border: 1px solid #D6261D;
  color: #fff;
  outline: none !important;
  font-weight: 500;
  letter-spacing: .03em;
  font-size: 16px;
  padding: 15px 50px;
  text-align: center;
  outline: none !important;
  transition: .25s;
  border-radius: 50px;
}
.smart-advantages__item-button a:hover {
	background-color: #fff;
    color: var(--text-color);
}





.smart-info {
	position: relative;
	padding: 50px 0;
}
.smart-info-inner {
	position: relative;
}
.smart-info-inner > h2 {
	font-size: 28px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
.smart-info-content {
	font-size: 18px;
	line-height: 1.5;
}
.smart-info-button {
	margin-top: 30px;
}
.smart-info-button a {
	display: inline-block;
	background-color: #D6261D;
  border: 1px solid #D6261D;
  color: #fff;
  outline: none !important;
  font-weight: 500;
  letter-spacing: .03em;
  font-size: 16px;
  padding: 15px 50px;
  text-align: center;
  outline: none !important;
  transition: .25s;
  border-radius: 50px;
}
.smart-info-button a:hover {
	background-color: #fff;
    color: var(--text-color);
}



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

body.overflow {
	overflow: hidden;
}

.mobileModal {
	position: fixed;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
}
.mobileModal.active {
	opacity: 1;
	z-index: 999;
}
.mobileModal-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 85%);
	z-index: -1;
}
.mobileModal-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 420px;
	height: 100%;
	background: #f5f5f5;
	transform: translateX(100%);
	transition: .75s;
	z-index: 2;
}
.mobileModal.active .mobileModal-wrapper {
	transform: translateX(0);
}
.mobileModal-inner {
	position: relative;
	padding: 60px 20px 20px;
	height: 100%;
	overflow: auto;
}
.mobileModal-close {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 999;
	width: 24px;
	height: 24px;
	background: url(images/close.svg) no-repeat center;
	background-size: contain;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none !important;
	transition: .25s;
}
.mobileModal-close:hover {
	opacity: .8;
}




.home-news {
	position: relative;
	padding: 80px 0;
	background: #f5f5f5;
}
.home-news .heading h2 {
	background: #f5f5f5;
}
.home-news__items {
	position: relative;
	margin-bottom: -30px;
}
.home-news__item {
	position: relative;
	margin-bottom: 30px;
}
.home-news__item-inner {
	display: block;
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 14px;
	overflow: hidden;
}
.home-news__item-image {
	position: relative;
	height: 230px;
	overflow: hidden;
}
.home-news__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.home-news__item-inner:hover .home-news__item-image img {
	transform: scale(1.05);
}
.home-news__item-info {
	position: relative;
	padding: 15px 25px 25px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-news__item-info h3 {
  font-size: 18px;
  text-align: center;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
}
.home-news__item-info span {
  color: #d6261d;
  font-weight: bold;
  transition: .25s;
  font-size: 16px;
}
.home-news__item-info span:hover {
	color: #222;
}
.home-news__item-info p {
	position: relative;
  color: #818181;
  padding-left: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
.home-news__item-info p:before {
  content: '';
  background: url(images/calendar.svg) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}




.recommended_products {
	position: relative;
	padding: 80px 0;
}





@media (max-width: 1399px) {
	.top-bar__maintype {
		flex: 0 0 27%;
		max-width: 27%;
	}
	.top-bar__region {
		flex: 0 0 19%;
		max-width: 19%;
	}
	.top-bar__account {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.main-menu li {
		margin-right: 30px;
	}
	.main-slider__item {
		height: 520px;
	}
	.advantages__item {
		min-height: 145px;
	}
	.advantages__item-icon {
		width: 110px;
		height: 110px;
	}
	.advantages__item-icon span {
		flex: 0 0 80px;
		max-width: 80px;
		height: 80px;
	}
	.advantages__item-icon span img {
    flex: 0 0 48px;
    max-width: 48px;
    max-height: 47px;
	}
	.promo-item,
	.service__item,
	.product__item,
	.news-item,
	.tariffs__item {
		padding: 15px;
	}
	.service__container, .service__front, .service__back,
	.product__container, .product__front, .product__back {
		height: 450px;
	}
	.woocommerce ul.products li.product .price {
		margin-bottom: 10px;
	}
	.tariffs__items {
		margin-bottom: 0;
	}
	.tariffs__advantages li.tariffs__advantages-speed div,
	.tariffs__advantages li.tariffs__advantages-channels div {
		height: 64px;
	}
	.tariffs__advantages li.tariffs__advantages-speed div span, .tariffs__advantages li.tariffs__advantages-channels div span {
		top: 28px;
	}
	.tariffs__tabs-nav {
		margin-bottom: 20px;
	}
	.documents-item a {
		padding: 20px 20px 20px 70px;
	}
	.documents-item a:before {
		left: 20px;
	}
	.accordions-item__heading h5 {
    padding: 20px 20px 20px 44px;
	}
	.accordions-item__heading h5:before {
		left: 20px;
	}
	.accordions-item__content {
		padding: 20px;
	}

	.icon-blocks__item-image {
		height: 54px;
		margin-bottom: 15px;
	}
	.icon-blocks__item-image img {
		max-height: 54px;
	}

	.home-news__item-image {
		height: 200px;
	}
	.home-news__item-info h3 {
		font-size: 16px;
	}
	.home-news__item-info {
		padding: 15px 25px;
	}
	.home-news__item-info span,
	.home-news__item-info p {
		font-size: 15px;
	}
}



@media (max-width: 1199px) {
	.top-bar__payment {
    flex: 0 0 18%;
    max-width: 18%;
	}
	.top-bar__region {
    flex: 0 0 20%;
    max-width: 20%;
	}
	.header-logo {
    flex: 0 0 180px;
    max-width: 180px;
    padding-right: 20px;
	}
	.top-bar__maintype li {
    margin-right: 5px;
	}
	.top-bar__maintype a,
	.top-bar__payment a,
	.top-bar__account a,
	.top-bar__region > button {
		font-size: 12px;
	}
	.main-menu {
    flex: calc(100% - 180px);
    max-width: calc(100% - 180px);
	}
	.main-menu li {
		margin-right: 15px;
	}
	.main-menu li a {
		padding: 5px 8px;
	}
	.main-slider__item {
    height: 480px;
	}
	.main-slider__item-heading {
		margin-bottom: 20px;
	}
	.main-slider__item-heading h1 {
    font-size: 54px;
	}
	.main-slider__item-heading h2 {
    font-size: 48px;
	}
	.main-slider__item-btn {
    margin-top: 30px;
	}
	.main-slider__item-info {
    flex: 0 0 420px;
    max-width: 420px;
	}
	.main-slider__item-image {
    flex: 0 0 calc(100% - 420px);
    max-width: calc(100% - 420px);
    padding-left: 20px;
	}
	.tariffs__item-name h2,
	.service__item-name h2,
	.tariffs__item-price-number {
		font-size: 21px;
	}
	.tariffs__item-price-number {
		margin-top: -3px;
	}
	.tariffs__item-price-number del {
		font-size: 14px;
	}
	.tariffs__tabs-content {
		height: 260px;
	}
	.advantages__item p {
		padding: 0 10px 15px;
	}
	.promo-item__img a {
		height: 146px;
	}
	.service__item-name {
		min-height: 52px;
	}
	.service__item-price {
		margin-bottom: 20px;
	}
	.service__item-price-number {
		font-size: 24px;
	}

	.service__container, .service__front, .service__back {
		margin-bottom: 30px;
		height: 420px;
	}

	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
    flex: 0 0 calc((100% / 3) - (2 * 30px / 3));
    max-width: calc((100% / 3) - (2 * 30px / 3));
	}
	.woocommerce ul.products.columns-4 li.product:nth-child(4n), .woocommerce-page ul.products.columns-4 li.product:nth-child(4n) {
		margin-right: 30px;
	}
	.woocommerce ul.products.columns-4 li.product:nth-child(3n), .woocommerce-page ul.products.columns-4 li.product:nth-child(3n) {
		margin-right: 0px;
	}
	.product__item-name {
		min-height: 78px;
	}
	.product__container, .product__front, .product__back {
		height: 430px;
	}

	.smart-services__item-image {
    flex: 0 0 280px;
    max-width: 280px;
	}
	.smart-services__item-info {
    flex: 0 0 calc(100% - 280px);
    max-width: calc(100% - 280px);
    padding-left: 30px;
	}
	.smart-services__item-info > h2,
	.smart-advantages__item-info > h2,
	.smart-info-inner > h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.smart-info-button,
	.smart-advantages__item-button {
    margin-top: 20px;
	}
	#modalCity .modal-dialog {
		max-width: 100%;
	}
	.tariffs__tabs-content {
    height: 260px;
	}
	.tariffs__container, .tariffs__front, .tariffs__back {
		height: 450px;
	}
	.tariffs,
	.services {
		padding: 80px 0;
	}
}



@media (max-width: 991px) {
	input[type="text"],
	input[type="number"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	select,
	textarea {
		padding: 12px 25px;
	}
	.wrapper {
		overflow: inherit;
	}
	.top-bar__region {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.top-bar__maintype a, .top-bar__payment a, .top-bar__account a, .top-bar__region > button {
		font-size: 14px;
	}
	.header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
	}
	.header__phone,
	.header__account {
		position: relative;
		display: flex;
		align-items: center;
		margin-right: 25px;
		z-index: 1;
	}
	.header__phone > a,
	.header__account > a {
		position: relative;
		width: 48px;
		height: 48px;
		background: #FFFFFF;
		box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.22);
		border-radius: 50%;
		display: block;
	}
	.header__phone > a:before,
	.header__account > a:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-webkit-mask-size: 21px;
	  -webkit-mask-repeat: no-repeat;
	  -webkit-mask-position: center;
	  background-color: #D6261D;
	  z-index: 1;
	}
	.header__phone > a:before {
		-webkit-mask-image: url(images/phone.svg);
	  mask-image: url(images/phone.svg);
	}
	.header__account > a:before {
		-webkit-mask-image: url(images/user.svg);
	  mask-image: url(images/user.svg);
	}
	.header__phone > a:hover:before,
	.header__account > a:hover:before {
	  background-color: var(--main-color);
	}

	.menu-toggle {
		position: relative;
		display: flex;
		align-items: center;
		flex: 0 0 48px;
		height: 48px;
		max-width: 48px;
	}
	.menu-toggle button {
		flex: 0 0 100%;
		max-width: 100%;
		height: 100%;
		background: #fff;
		box-shadow: 0px 4px 12px rgb(0 0 0 / 22%);
		border-radius: 50%;
		border: none;
		outline: none !important;
		padding: 0 10px;
		transition: .25s;
	}
	.menu-toggle button:before,
	.menu-toggle button span,
	.menu-toggle button:after {
		content: '';
		width: 100%;
		height: 2px;
		background: #D6261D;
		display: block;
		margin: 7px 0;
		transition: .25s;
	}
	.menu-toggle button:after {
		content: '';
		width: 65%;
	}
	.menu-toggle button:hover:before,
	.menu-toggle button:hover span,
	.menu-toggle button:hover:after {
		background-color: var(--main-color);
	}
	.menu-toggle button:hover:after {
		width: 100%;
	}

	.header-logo {
    flex: 0 0 calc(100% - 194px);
    max-width: calc(100% - 194px);
	}
	.header-logo img {
		max-height: 64px;
	}


	.list-city-item ul li a {
		padding: 20px 15px;
		font-size: 14px;
	}

	.main-slider__item-info {
    flex: 0 0 320px;
    max-width: 320px;
	}
	.main-slider__item-image {
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
    padding-left: 10px;
	}
	.main-slider__item-heading h1 {
    font-size: 38px;
	}
	.main-slider__item-heading h2 {
    font-size: 32px;
	}
	.main-slider__item-content {
		font-size: 16px;
	}
	.main-slider__item {
    height: 360px;
	}
	.main-slider__item-btn {
    margin-top: 20px;
	}


	.main-slider__item-btn a {
		font-size: 18px;
		padding: 12px 35px;
	}

	.advantages__items {
		flex-wrap: wrap;
		justify-content: center;
	}
	.advantages__item {
    flex: 0 0 calc((100% / 3) - (2 * 25px / 3));
    max-width: calc((100% / 3) - (2 * 25px / 3));
	}
	.advantages__item:nth-child(3n) {
		margin-right: 0;
	}

	.footer {
		padding: 40px 0 15px;
	}

	.footer-logo {
    margin-bottom: 20px;
    text-align: center;
	}
	.footer-soc {
		justify-content: center;
		margin-bottom: 25px;
	}
	.footer-contacts {
		text-align: center;
	}
	.copyright {
		margin-top: 30px;
		text-align: center;
	}


	.top-bar__payment {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.top-bar__maintype {
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: center;
		margin-bottom: 15px;
	}
	.top-bar__maintype a {
		border-color: var(--main-color);
		color: var(--main-color);
		font-size: 16px;
		padding-left: 35px;
	}
	.top-bar__maintype a:before {
		background: var(--main-color);
		width: 18px;
		height: 18px;
	}
	.top-bar__maintype li a:hover, .top-bar__maintype li.active a {
		background: var(--main-color);
		color: #fff;
	}
	.top-bar__maintype li a:hover:before, .top-bar__maintype li.active a:before {
		background: #fff;
	}
	.top-bar__payment a {
		font-size: 16px;
	}

	.main-menu {
		display: block;
		max-width: 100%;
		flex: 0 0 100%;
		margin-top: 45px;
		margin-bottom: 40px;
	}
	.main-menu li {
		margin-right: 0;
		border-bottom: 1px solid #e1e1e1;
	}
	.main-menu li:first-child {
		border-top: 1px solid #e1e1e1;
	}
	.main-menu li a {
    background: no-repeat;
    border: none;
    padding: 10px 0;
    font-size: 18px;
	}

	.mobileModal .widget {
		margin-bottom: 25px;
	}
	.mobileModal .widget:last-child {
		margin-bottom: 0;
	}
	.mobileModal .widget-title {
		text-transform: uppercase;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.mobileModal .widget ul {
		margin-bottom: 0;
		padding: 0 0 0 20px;
	}
	.mobileModal .widget ul li a {
		display: inline-block;
		padding: 3px 0;
		font-size: 16px;
	}


	.promo-item__img a {
    height: 170px;
	}
	.smart-info-button a,
	.smart-advantages__item-button a,
	.service__order button,
	.tariffs__order button,
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
		padding: 12px 35px;
	}

	/*.tariffs__container, .tariffs__front, .tariffs__back {
    height: 420px;
	}*/
	/*.tariffs__tabs-content {
    height: 230px;
	}*/

	.product-cat-list {
		margin-bottom: -20px;
	}
	.product-cat-list li {
    flex: 0 0 calc((100% / 2) - (1 * 30px / 2));
    max-width: calc((100% / 2) - (1 * 30px / 2));
    margin-right: 30px;
    margin-bottom: 15px;
	}
	.product-cat-list li:nth-child(2n) {
		margin-right: 0;
	}
	.product-cat-list li a {
		font-size: 16px;
	}
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
    flex: 0 0 calc((100% / 2) - (1 * 30px / 2));
    max-width: calc((100% / 2) - (1 * 30px / 2));
    margin: 0 30px 30px 0;
	}
	.woocommerce ul.products.columns-4 li.product:nth-child(3n), .woocommerce-page ul.products.columns-4 li.product:nth-child(3n) {
		margin-right: 30px;
	}
	.woocommerce ul.products.columns-4 li.product:nth-child(2n), .woocommerce-page ul.products.columns-4 li.product:nth-child(2n) {
		margin-right: 0;
	}

	.woocommerce-additional-fields {
		margin-bottom: 30px;
	}

	.icon-blocks__item-content {
		font-size: 16px;
	}

	.smart-services__item {
		flex-wrap: wrap;
	}
	.smart-services__item-image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
	}
	.smart-info-image {
		margin-bottom: 20px;
		text-align: center;
	}
	.smart-services__item-image img,
	.smart-info-image img {
		max-height: 220px;
	}
	.smart-services__item-info {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
		font-size: 16px;
	}
	.smart-services__item-content,
	.smart-advantages__item-content {
		font-size: 16px;
	}
	.smart-advantages__item-media {
		margin-bottom: 20px;
	}
	.smart-advantages__item-video video,
	.smart-advantages__item-image img {
		max-height: 320px;
	}

	.page-header-content .entry-title {
    margin-bottom: 20px;
	}
	.page-header-content p {
		font-size: 16px;
		display: none;
	}

	.page-header-img {
		position: relative;
    border-top: 5px solid #f5f5f5;
    padding-top: 40px;
	}
	.page-header-img > img {
		display: none;
	}
	.page-header-content {
		position: relative;
	}
	.page-header-content__inner {
		max-width: 100%;
	}
	.page-header-content .entry-title {
		text-transform: uppercase;
    background-color: #fff;
    font-size: 28px;
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 8px;
    margin-bottom: 0;
	}

	.single-news-item__img {
		max-width: 320px;
	}
	.nav-links {
		justify-content: space-between;
	}
	.nav-links > div {
		flex: 0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
	.nav-next {
		text-align: right;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
	}
	.woocommerce table.my_account_orders {
		font-size: 14px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
		font-size: 16px;
	}

	.accordions-item__content img {
		max-width: 100%;
	}
	.error-404-number {
		font-size: 160px;
	}
}




@media (max-width: 767px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
    font-size: 21px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 14px;
	}
	.main-slider__item {
    height: 320px;
	}
	.main-slider__item-info {
    flex: 0 0 220px;
    max-width: 220px;
	}
	.main-slider__item-heading {
    margin-bottom: 10px;
	}
	.main-slider__item-heading h1 {
    font-size: 30px;
	}
	.main-slider__item-heading h2 {
    font-size: 24px;
	}
	.main-slider__item-content {
    font-size: 14px;
	}
	.main-slider__item-image {
    flex: 0 0 calc(100% - 220px);
    max-width: calc(100% - 220px);
	}
	.main-slider__item-btn {
    margin-top: 15px;
	}
	.news-item__btn a,
	.main-slider__item-btn a,
	.smart-info-button a, .smart-advantages__item-button a, .service__order button, .tariffs__order button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
		font-size: 14px;
	}
	.tariffs,
	.services {
    padding: 60px 0;
	}
	.heading {
		margin-bottom: 30px;
	}
	.heading h1, .heading h2 {
		font-size: 24px;
	}

	.tariffs__item-badge {
		padding: 7px 20px;
	}
	.tariffs__item-img,
	.service__item-img,
	.product__item-img,
	.productImages__item {
		height: 120px;
	}
	.tariffs__item-img img,
	.service__item-img img,
	.productImages__item img {
		max-height: 120px;
	}
	.tariffs__advantages li.tariffs__advantages-speed div, .tariffs__advantages li.tariffs__advantages-channels div {
    height: 56px;
	}
	.tariffs__advantages li.tariffs__advantages-speed div span, .tariffs__advantages li.tariffs__advantages-channels div span {
		top: 25px;
	}
	.tariffs__item-name h2, .service__item-name h2, .tariffs__item-price-number, .product__item-name h2 {
    font-size: 18px;
	}
	.tariffs__item-period span {
		padding: 1px 2px;
	}
	.promo-item, .service__item, .product__item, .news-item, .tariffs__item {
		padding: 15px 10px;
	}

	.tariffs__container, .tariffs__front, .tariffs__back {
    height: 400px;
	}
	.tariffs__tabs-content {
    height: 220px;
	}
	.tariffs__tabs-nav li {
		font-size: 14px;
	}
	.advantages__item {
    flex: 0 0 calc((100% / 2) - (1 * 25px / 2));
    max-width: calc((100% / 2) - (1 * 25px / 2));
    min-height: 130px;
	}
	.advantages__item:nth-child(3n) {
		margin-right: 25px;
	}
	.advantages__item:nth-child(2n) {
		margin-right: 0;
	}
	.advantages__item p {
		font-size: 14px;
	}
	.coverage-form {
		padding: 30px;
	}
	.promo-item__img a {
    height: 125px;
	}
	.promo-item .entry-title {
		font-size: 14px;
		min-height: 36px;
	}
	.page-header {
		padding-top: 30px;
	}
	.page-content {
		font-size: 14px;
		padding: 30px 0 60px;
	}

	.service__container, .service__front, .service__back {
		height: 360px;
	}

	.woocommerce-result-count {
		text-align: center;
		margin-bottom: 15px !important;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		text-align: center;
	}
	.product__item-name {
    min-height: 69px;
	}
	.woocommerce ul.products li.product .price {
		font-size: 21px;
	}
	.product__container, .product__front, .product__back {
    height: 360px;
	}
	.product__desc {
		margin-bottom: 15px;
		max-height: 155px;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table .order-total td {
		font-size: 18px;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
	}

	.woocommerce .cart-collaterals .cart_totals > h2, .woocommerce-page .cart-collaterals .cart_totals > h2, .woocommerce-billing-fields h3, .woocommerce-additional-fields h3, .woocommerce-shipping-fields h3, #order_review_heading, .woocommerce-order-details h2, .woocommerce-column__title, .woocommerce-Address-title h3, .woocommerce form.login h2, .woocommerce form.register h2 {
    font-size: 18px;
	}

	.icon-blocks__items {
		justify-content: center;
	}
	.icon-blocks__item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}

	.news-item__img {
		margin-bottom: 15px;
	}

	.news-item .entry-title {
		font-size: 18px;
	}
	.single-news-item__img {
    max-width: 100%;
    margin: 0 0 20px;
	}

	.page-header-content .entry-title {
		font-size: 24px;
	}

	.documents-item a {
    padding: 15px 15px 15px 50px;
    font-size: 16px;
	}
	.documents-item a:before {
    left: 15px;
	}
	.documents-item a:before {
		width: 28px;
		height: 28px;
		top: calc(50% - 14px);
	}

	.accordions-item__heading h5 {
    padding: 15px 15px 15px 40px;
	}
	.accordions-item__heading h5:before {
    left: 15px;
    top: 16px;
	}
	.error-404-number {
    font-size: 120px;
	}



	.list-city {
		display: flex;
	}
	.list-city-heading {
		flex: 0 0 150px;
		max-width: 150px;
		display: block;
		margin-bottom: 0;
	}
	.list-city-heading li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.list-city-heading li:after {
		display: none;
	}
	.list-city-heading li a {
		text-align: left;
		padding: 15px;
	}
	.list-city-heading li.active a:after {
    transform: rotate(-90deg);
    left: inherit;
    right: -22px;
    bottom: calc(50% - 9px);
	}
	.list-city-content {
		flex: 0 0 calc(100% - 150px);
		max-width: calc(100% - 150px);
		padding-left: 10px;
	}
	.list-city-item ul {
		display: block;
	}
	.list-city-item ul li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.list-city-item ul li:before {
		display: none;
	}
	.list-city-item ul li a {
    padding: 15px 20px;
    text-align: left;
    display: inline-block;
	}
	.list-city-item ul li a:before {
		left: 20px;
	}


	.home-news__item-image {
    height: 180px;
	}
	.home-news__item-info {
    padding: 10px 15px;
	}
	.home-news__item-info h3 {
    font-size: 15px;
	}
	.home-news__item-info span, .home-news__item-info p {
    font-size: 14px;
	}
	.home-news__item-info p {
		padding-left: 20px;
	}
	.home-news__item-info p:before {
		width: 14px;
		height: 14px;
	}
}



@media (max-width: 575px) {
	.header {
		padding: 10px 0;
	}
	.header-logo img {
    max-height: 56px;
	}
	.header__phone, .header__account {
		margin-right: 20px;
	}
	.header__phone > a, .header__account > a {
		width: 42px;
		height: 42px;
	}
	.header__phone > a:before, .header__account > a:before {
		-webkit-mask-size: 18px;
	}
	.menu-toggle {
		flex: 0 0 42px;
		max-width: 42px;
		height: 42px;
	}
	.menu-toggle button:before, .menu-toggle button span, .menu-toggle button:after {
		margin: 8px 0;
	}

	.tariffs__container, .tariffs__front, .tariffs__back,
	.service__container, .service__front, .service__back,
	.promo-item {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
	}
	.promo-item__img a {
    height: inherit;
	}
	.product-cat-list li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
	}

	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
    flex: 0 0 320px;
    max-width: 320px;
    margin: 0 auto 30px !important;
	}

	.icon-blocks__item {
    flex: 0 0 50%;
    max-width: 50%;
	}
	.icon-blocks__item-content {
    font-size: 14px;
	}
	.smart-services__item-info > h2, .smart-advantages__item-info > h2, .smart-info-inner > h2 {
		font-size: 21px;
	}
	.smart-services__item-content, .smart-advantages__item-content {
    font-size: 14px;
	}
	.smart-services__item-content ul li > img {
		top: 0;
	}
	.smart-info-content {
		font-size: 14px;
	}
	.header-logo {
    flex: 0 0 calc(100% - 167px);
    max-width: calc(100% - 167px);
	}



	.tariffs__flipper, .product__flipper, .service__flipper {
	  transform-style: inherit;
	  -webkit-transform-style: inherit;
	}


	.home-news__item-inner {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}



@media (max-width: 480px) {
	.main-slider__item-info {
    flex: 0 0 190px;
    max-width: 190px;
	}
	.main-slider__item-heading h1 {
    font-size: 26px;
	}
	.main-slider__item-heading h2 {
    font-size: 21px;
	}
	.main-slider__item-image {
    flex: 0 0 calc(100% - 190px);
    max-width: calc(100% - 190px);
	}

	.mobileModal-wrapper {
		max-width: 320px;
	}

	.heading h1, .heading h2 {
    font-size: 21px;
	}

	.accordions-item__heading h5 {
		font-size: 14px;
	}
}


@media (max-width: 420px) {
	.main-slider__item-info {
    flex: 0 0 170px;
    max-width: 170px;
	}
	.main-slider__item-image {
    flex: 0 0 calc(100% - 170px);
    max-width: calc(100% - 170px);
    padding-left: 0;
	}
	.main-slider__item-btn a,
	.smart-info-button a, .smart-advantages__item-button a, .service__order button, .tariffs__order button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
		padding: 12px 20px;
	}
}