@font-face {
	font-display: swap;
	font-family: "RostelecomBasis";
	src: local("Basic-Regular"),
		url('/fonts/RostelecomBasis-Regular.woff2') format('woff2'),
		url('/fonts/RostelecomBasis-Regular.woff') format('woff');
	font-weight: 400;
}

@font-face {
	font-display: swap;
	font-family: "RostelecomBasis";
	src: local("Basic-Medium"),
		url('/fonts/RostelecomBasis-Medium.woff2') format('woff2'),
		url('/fonts/RostelecomBasis-Medium.woff') format('woff');
	font-weight: 500;
}

@font-face {
	font-display: swap;
	font-family: "RostelecomBasis";
	src: local("Basic-Bold"),
		url('/fonts/RostelecomBasis-Bold.woff2') format('woff2'),
		url('/fonts/RostelecomBasis-Bold.woff') format('woff');
	font-weight: 600;
}

@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-weight: 400;
	src: url('/fonts/OpenSans-Regular.woff2') format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-weight: 500;
	src: url('/fonts/OpenSans-Medium.woff2') format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-weight: 600;
	src: url('/fonts/OpenSans-SemiBold.woff2') format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-weight: 700;
	src: url('/fonts/OpenSans-Bold.woff2') format("woff2");
}

.clearEl div {
	opacity: 0;
	pointer-events: none;
}

.preload {
	opacity: 1 !important;
	display: flex;
	position: absolute;
	top: auto;
	left: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hide,
.hideblock,
.hideblockhideblock,
.hideblockhideblockhideblock,
.hideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblockhideblockhideblock {
	display: none !important;
	margin: 0px !important;
}

#myInputCity {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	border: none;
	outline: 0;
	background: #f3f3f3;
	color: #787878;
}

#myInputCity::placeholder {
	color: #787878;
}

.listFromDC {
	max-height: 85vh;
	overflow-y: auto;
}

.cities-item {
	margin: 5px 0 5px 30px;
}

.cities-item a {
	text-decoration: none;
	transition: color .3s linear;
}

.cities-item a:hover {
	color: #ff4f12 !important;
}

#cities-list,
#other-list,
#searchList {
	font-size: 16px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 50px;
	margin-bottom: 10px;
}

#cities-list,
#other-list {
	columns: 3 300px;
}

.vyborCity,
.chCity-close {
	cursor: pointer;
}

.forzind {
	z-index: 10 !important;
}

.forzind1 {
	z-index: 9 !important;
}

#street-inp,
#house-inp {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border: none;
}

#streets-list,
#houses-list {
	display: none;
	z-index: 50;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	max-height: 500px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	overflow-y: auto;
	height: auto;
	background: rgba(240, 240, 240, 1);
}

.adr-item {
	margin: 5px 0;
	cursor: pointer;
	transition: color 0.3s ease;
}

.adr-item:hover {
	color: #ff4f12 !important;
}

.tarif-f {
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-pagination-progressbar {
	position: relative !important;
	max-width: 90%;
	height: 8px !important;
	background-color: rgba(248, 248, 248, 0.5) !important;
	margin: 10px auto 0;
	border-radius: 2px;
}

.swiper-pagination-progressbar span {
	background-color: rgba(167, 97, 241) !important;
	border-radius: 2px;
}

.swiper-container {
	min-width: 0;
}

.dop-tarifs {
	position: absolute;
	top: 100%;
	left: 60px;
	z-index: 10;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 2px 16px 6px;
	color: #000;
	transition: color .3s ease;
	background-color: rgb(219 216 216);
	border-radius: 0 0 10px 10px;
	z-index: 4;
	box-shadow: 1px 1px 4px rgb(0 0 0 / 50%);
}

.dop-tarifs:hover {
	color: rgb(119, 0, 255);
}

.all-tarifs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.tarif-line {
	position: relative;
	flex: 0 0 340px;
	box-sizing: border-box;
	margin: 10px 10px 50px;
	text-align: center;
}

.tarifscard {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	padding: 20px;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	max-width: 340px;
	color: #101828;
	font-size: 16px;
	border-radius: 10px;
	overflow: hidden;
	background-color: white;
	line-height: 1;
	box-shadow: 0 0 5px rgb(0 0 0 / 50%);
	transition: box-shadow .5s ease;
	display: flex;
	flex-direction: column;
	z-index: 1;
	height: 100%;
}

.tarifscard.igrov {
	background-color: #0d162d;
	color: #fff;
	background-image: url(/files/storage/igrov_bg.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 160px 300px;
}

.tarifscard.kinoman {
	background-image: url(/files/storage/kinoman_bg.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 340px;
}

.tarif-line>.tarifscard:first-child {
	position: relative;
	z-index: 5;
}

.tarif-line>.tarifscard:nth-child(2) {
	top: -4px;
	left: 6px;
	z-index: 4;
}

.tarif-line>.tarifscard:nth-child(3) {
	top: -6px;
	left: 10px;
	z-index: 3;
}

.tarif-line>.tarifscard:nth-child(4) {
	top: -8px;
	left: 14px;
	z-index: 2;
}

.popup .tarifscard {
	position: static !important;
	pointer-events: auto !important;
	box-shadow: 0 0 5px #f8f8f8;
	width: 340px;
	margin: 0 auto;
}

span.tech-tarif {
	display: none;
}

.popup span.tech-tarif {
	display: inline;
}

.tarifscard:hover {
	box-shadow: 0 0 15px rgb(0 0 0 / 50%);
}

.tarifscard img {
	display: block;
	width: calc(100% + 40px);
	margin: -20px -20px 10px -20px;
}

.tarifs-name {
	margin: 0 0 10px;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	min-height: 44px;
	display: flex;
	align-items: center;
}

.advantage {
	padding: 10px;
	border-radius: 4px;
	line-height: 1.4;
	box-shadow: 0 0 6px;
	margin: 10px 0;
	background-color: #fff;
}

.tarif_details {
	text-decoration: none;
	color: #101828;
	transition: color .3s ease;
	display: inline-block;
	margin-top: 10px;
}

.tarifscard.igrov .tarif_details {
	color: #fff;
}

.tarifscard.igrov .advantage {
	background-color: rgb(10, 10, 10);
}

.tv-channels a {
	text-decoration: none;
	color: rgb(119, 0, 255);
	transition: color .3s ease;
	font-weight: 600;
}

.tv-channels a:hover,
.tarif_details:hover {
	color: #7700FF;
}

.tarifscard p {
	color: #101828;
	font-size: 14px;
	text-transform: uppercase;
	flex-basis: 100%;
	margin-bottom: 6px;
}

.tarifscard.igrov p {
	color: #fff;
}

.item-block {
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.item-block svg {
	margin-right: 10px;
}

.tarifs-btn {
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #ff5e2d;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	padding: 15px 0;
	position: relative;
	overflow: hidden;
}

.item-block.zero {
	opacity: 0.5;
}

.tarifs-btn:after {
	content: '';
	position: absolute;
	width: 0;
	transition: all .5s ease;
	height: 100%;
	left: 50%;
	top: 0;
	background-color: rgba(211, 55, 6, 1);
}

.tarifs-btn span {
	position: relative;
	z-index: 10;
}

.tarifs-btn:hover:after {
	left: 0;
	width: 100%;
}

.comment {
	text-transform: lowercase;
	font-size: 12px;
	margin-bottom: 6px;
}

.home-internet div.flex-speed {
	background-image: none !important;
	border-radius: 10px;
	padding: 4px 8px;
	text-align: left;
	margin-right: 10px;
	transition: all .3s ease;
	cursor: pointer;
	max-width: 120px;
	box-sizing: border-box;
	box-shadow: inset 0 0 2px #434856;
}

.home-internet div.flex-speed:not(.active):hover {
	background: #a1a5b1 !important;
}

.home-internet div.flex-speed.active {
	background: #434856;
	color: #fff;
}

.tooltip {
	position: fixed;
	padding: 8px 10px;
	border: 1px solid #191919;
	border-radius: 10px;
	font: 10px/1.3 sans-serif;
	color: #FFFFFF;
	background: #191919;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .0);
}

.btn-main {
	background: rgba(255, 79, 18, 1) !important;
	color: rgb(255, 255, 255) !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	padding: 15px 30px 15px 30px !important;
	border-radius: 10px;
	transition: all .4s ease;
}

.btn-main:hover {
	background: rgba(255, 79, 18, 0.62) !important;
}

.btn-main2 {
	background: rgb(255, 255, 255) !important;
	color: rgb(16, 24, 40) !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	padding: 15px 30px 15px 30px !important;
	border-radius: 10px;
	border: 1px solid rgb(16, 24, 40);
	transition: all .4s ease;
}

.btn-main2:hover {
	background: rgb(250, 250, 250) !important;
}

h1.h1b,
h2.h2b,
h3.h3b,
h4.h4b {
	color: rgb(16, 24, 40) !important;
}

@media(max-width: 1279px) {
	h1.h1b, h1.h1w {
        font-size: 28px !important;
        line-height: 32px!important;
    }
	h2.h2b, h2.h2w {
        font-size: 24px !important;
        line-height: 32px!important;
    }
	h3.h3b, h3.h3w {
        font-size: 22px !important;
        line-height: 28px!important;
    }
	h4.h4b, h4.h4w {
        font-size: 20px !important;
        line-height: 24px!important;
    }
}

h1.h1w,
h2.h2w,
h3.h3w,
h4.h4w {
	color: rgb(255, 255, 255) !important;
}

.text-main {
	color: rgb(16, 24, 40) !important;
}

.text-main a {
	text-decoration: none;
	transition: color .3s ease;
	color: rgb(255,79,18) !important;
}

.text-main a:hover {
	color: #D33706 !important;
}
