@font-face {
	font-display: swap;
	font-family: "Dom-DC";
	font-weight: 400;
	src: url('/fonts/Dom-DC-Sans-Regular.woff2') format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Dom-DC";
	font-weight: 500;
	src: url('/fonts/Dom-DC-Sans-Medium.woff2') format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Dom-DC";
	font-weight: 700;
	src: url('/fonts/Dom-DC-Sans-Bold.woff2') format("woff2");
}

.hide,
.hideblock,
.hideblockhideblock,
.hideblockhideblockhideblock,
.hideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblockhideblockhideblock {
	display: none !important;
	margin: 0px !important;
}

.phone-btn {
	text-decoration: none;
	transition: color .5s ease;
}

.phone-btn:hover {
	color: rgba(237, 28, 36, 1) !important;
}

.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;
}

.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: #EC1C24 !important;
}

#cities-list li {
	margin: 5px 0 5px 30px;
}

.city-list__item {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.city-list__item li {
	margin: 5px 0 5px 20px;
}

.cities-item {
	text-decoration: none;
	transition: color .3s linear;
}

.areas-item {
	cursor: pointer;
	transition: color .3s linear;
	margin: 5px 0;
}

.areas-item:hover {
	color: #EC1C24;
}

.cities-item:hover {
	color: #EC1C24 !important;
}

#myInputCity {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	border: none;
	outline: 0;
	background: transparent;
	color: white;
}

#myInputCity::placeholder {
	color: white;
}

#cities-list,
#areas-list,
#searchList {
	overflow-y: auto;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	max-height: 80vh;
	padding-bottom: 50px;
	margin-bottom: 100px;
}

.chCity-close {
	cursor: pointer;
}

@media(max-width: 767px) {
	#i13233 {
		min-width: 100% !important;
	}

	.cities_list {
		display: none !important;
	}

	#i13233>div {
		border: none !important;
	}
}

@media(max-width:639px) {
	.nav-tarifs {
		background-color: inherit !important;
		max-width: 320px !important;
	}

	.nav-tarifs a {
		border: 1px solid rgb(138, 138, 138) !important;
	}

	.nav-tarifs div {
		min-width: 100% !important;
	}
}

@media(max-width: 1023px) {
	#b5077 {
		background: none;
		background-color: rgb(255, 255, 255) !important;
	}
}

.all-tarifs {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.tarifscard {
	margin: 10px;
	flex: 0 0 320px;
	color: #1A1A1A;
	font-size: 16px;
	border-radius: 6px;
	background-color: #F7F7F7;
	transition: all .5s ease;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.tarifscard:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.tarifs-body {
	padding: 20px;
	flex-grow: 1;
}

.tarifs-name {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E3525B;
	min-height: 52px;
	padding: 10px 40px;
}

.tarifs-name h3 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}

.tarifs-attr {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-weight: 600;
}

.tarifs-attr span {
	font-size: 24px;
}

.tarifs-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: rgba(227, 82, 91, 0.2);
	margin-right: 10px;
}

a.tv-link {
	font-weight: 600;
	color: rgba(30, 129, 214, 1);
	text-decoration: none;
}

.tarifs-attr div:last-child {
	flex-grow: 1;
	text-align: right;
}

.tarifs-equip {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 5px;
}

.tarifs-equip-attr {
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 14px;
	margin-bottom: 10px;
}

.tarifs-equip-attr>img {
	margin-right: 10px;
}

.tarifs-commap {
	text-align: center;
	font-weight: 600;
}

.tarifs-apnext {
	text-decoration: line-through;
	text-align: center;
}

.tarifs-ap {
	font-weight: 700;
	text-align: center;
	font-size: 28px;
}

.tarifs-cost {
	text-align: center;
	margin-bottom: 20px;
}

.tarifs-btn {
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
	padding: 10px 40px;
	border-radius: 4px;
	color: #1A1A1A;
	background-color: rgba(255, 212, 0, 1);
	border: 1px solid rgba(255, 212, 0, 1);
	transition: all .5s ease;
	margin: 0 auto;
}

.tarifs-btn:hover {
	background-color: #ffffff;
	box-shadow: inset 0 0 10px rgba(255, 212, 0, 1);
}

.tarifs-podr {
	font-size: 14px;
	color: #1A1A1A;
	display: inline-block;
	text-decoration: underline;
	transition: text-decoration .5s ease;
	margin: 10px auto 0;
}

.tarifs-podr:hover {
	text-decoration: none;
}

.tarifscard-footer {
	padding: 0 20px 20px;
	display: flex;
	flex-direction: column;
}

.btn-main {
	background: rgb(255,57,52) !important;
	color: rgb(255, 255, 255) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	padding: 11px 30px 11px 30px !important;
	border-radius: 30px;
	transition: all .5s ease;
}

@media(max-width: 639px){
    .btn-main {
     font-size: 16px !important;
    }
}

.btn-main:hover {
	background-color: rgba(199,20,16,1) !important;
}

.btn-main2 {
	background: rgb(34,36,78) !important;
	color: rgb(255, 255, 255) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	padding: 11px 30px 11px 30px !important;
	border-radius: 30px;
	transition: all .5s ease;
}

.btn-main2:hover {
	background-color: rgba(50,53,103,1) !important;
}

@media(max-width: 639px){
    .btn-main2 {
     font-size: 16px !important;
    }
}

h1.h1b,
h2.h2b,
h3.h3b,
h4.h4b {
	color: rgb(24,27,33) !important;
}

@media(max-width: 1365px) {

	h1.h1b,
	h2.h2b,
	h3.h3b,
	h4.h4b,
	h1.h1w,
	h2.h2w,
	h3.h3w,
	h4.h4w {
		font-size: 85% !important;
	}
}

@media(max-width: 1023px) {

	h1.h1b,
	h2.h2b,
	h3.h3b,
	h4.h4b,
	h1.h1w,
	h2.h2w,
	h3.h3w,
	h4.h4w {
		font-size: 76% !important;
		line-height: 34px !important;
	}
}

h1.h1w,
h2.h2w,
h3.h3w,
h4.h4w {
	color: rgb(255, 255, 255) !important;
}

.text-main {
	color: rgb(24,27,33) !important;
}

.text-main a {
	text-decoration: none;
	transition: color .3s ease;
	color: rgb(0,124,255) !important;
}

.text-main a:hover {
	color: rgb(11,93,180) !important;
}

.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);
}
