@font-face {
	font-display: swap;
	font-family: "Montserrat";
	src: local("Montserrat-Regular"),
		url('/fonts/Montserrat-Regular.woff2') format('woff2'),
		url('/fonts/Montserrat-Regular.woff') format('woff');
	font-weight: 400;
}

@font-face {
	font-display: swap;
	font-family: "Montserrat";
	src: local("Montserrat-Medium"),
		url('/fonts/Montserrat-Medium.woff2') format('woff2'),
		url('/fonts/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	
}@font-face {
	font-display: swap;
	font-family: "Montserrat";
	src: local("Montserrat-bold"),
		url('/fonts/Montserrat-Bold.woff2') format('woff2'),
		url('/fonts/Montserrat-Bold.woff') format('woff');
	font-weight: 700;
}

@font-face {
	font-display: swap;
	font-family: "Basic";
	src: local("Basic-Regular"),
		url('/fonts/Basic-Regular.woff2') format('woff2'),
		url('/fonts/Basic-Regular.woff') format('woff');
	font-weight: 400;
}

@font-face {
	font-display: swap;
	font-family: "Basic";
	src: local("Basic-Medium"),
		url('/fonts/Basic-Medium.woff2') format('woff2'),
		url('/fonts/Basic-Medium.woff') format('woff');
	font-weight: 500;
}

.no-tarifs {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 10px;
	min-width: 100%;
	box-sizing: border-box;
}

.btn-green {
	background: rgba(255,180,38,1) !important;
	color: rgba(24,24,24,1) !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	padding: 10px;
	border-radius: 8px;
}

#myUL,
#myUL1 {
	padding-left: 10px;
}

.forzind {
	z-index: 10 !important;
}

.forzind1 {
	z-index: 9 !important;
}

#myInput {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border: none;
}

#myInput1 {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border: none;
}

.citys1 {
	display: block;
	z-index: 50;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	max-height: 500px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow-y: auto;
	height: auto;
	background: rgba(240, 240, 240, 1);
}

.city1 {
	cursor: pointer;
	transition: color 0.3s ease;
	padding-left: 10px;
}

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

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

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

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

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

.areas-item.checked .city-list__item {
	border-left: 1px solid;
}

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

.formR.notHome>div:not(.homeChoose) {
	opacity: 0;
	z-index: -1;
	pointer-events: none;
}

.base-menu_link>a {
	padding: 0 20px 0 10px;
}

.base-menu_link>a::after {
	content: '';
	position: absolute;
	top: 12px;
	right: 0;
	width: 0;
	height: 0;
	border-top: 10px solid rgb(72, 102, 85);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

.menu_link {
	padding: 5px 0;
	background-color: #fff;
	box-shadow: inset 0 -30px 20px -30px #43C401;
}

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

	.block_citiesList {
		display: none !important;
	}

	.block_areasList>div {
		border: none !important;
	}
}

/* стиль кнопок меню прова */
@media(max-width:1023px) {
	.prov-menu-item a {
		border-radius: 10px !important;
		margin: 0 5px 10px !important;
		display: inline-block !important;
	}
}

/* tarifscard */
.all-tarifs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tarif-kart[data-prov="prov-82"] {
	order: -7;
}

.tarif-kart[data-prov="prov-3"] {
	order: -6;
}

.tarif-kart[data-prov="prov-7"] {
	order: -5;
}

.tarif-kart[data-prov="prov-15"] {
	order: -4;
}

.tarif-kart[data-prov="prov-8"] {
	order: -3;
}

.tarif-kart[data-prov="prov-80"] {
	order: -2;
}

.tarif-kart[data-prov="prov-6"] {
	order: 100;
}

.tarif-kart {
	flex: 0 0 100%;
	background-color: #F5F8FB;
	border-radius: 24px;
	border: 1px solid #E8E7E7;
	margin: 20px 0 2px;
	padding: 20px;
	box-sizing: border-box;
	line-height: 1;
	position: relative;
	transition: all 1s ease;
}

.provider-name {
	text-decoration: none;
	transition: color .5s ease;
}

.tarif-kart:first-child {
	margin: 0 0 2px;
}

.tarif-podr-h {
	color: #030303;
	margin: 10px 0 5px;
}

.provider-logo {
	border-radius: 6px;
	object-fit: contain;
}

.tarif-name {
	color: #030303;
	cursor: pointer;
	transition: all .5s ease;
}

.tarif-name svg {
	transition: transform .5s ease;
}

.sprotate {
	transform: rotate(90deg);
}

.tarif-name:hover,
.provider-name:hover {
	color: #030303;
}

.kart-header {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.prov-info {
	font-size: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 40px;
}

.forhome,
.formob {
	min-width: 120px;
	text-align: center;
}

.kart-body,
.tarif-info,
.kart-footer,
.tarif-mob,
.mob-info {
	display: flex;
	align-items: center;
}

.tarif-mob {
	margin-top: 25px;
}

.kart-body {
	justify-content: space-between;
	flex-wrap: wrap;
}

.kart-footer {
	margin-top: 25px;
}

.tarif-info {
	margin-top: 25px;
	flex-grow: 1;
}

.info-item,
.mob-item {
	margin-left: 30px;
	text-align: center;
	line-height: 1.2;
	color: #999999;
	min-width: 110px;
}

.info-item-type {
	font-size: 16px;
	color: #999999;
	position: relative;
}

.t-speed {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.18;
}

.attr-on {
	color: #030303;
}

.attr-inv {
	color: #fff;
}

.check-icon {
	position: absolute;
	left: 105%;
	top: 3px;
}

.t-tv {
	font-weight: 600;
}

.tarif-btn {
	border-radius: 8px;
	display: inline-block;
	min-width: 260px;
	text-align: center;
	text-decoration: none;
	color: #030303;
	font-size: 16px;
	font-weight: 700;
	padding: 20px 0;
	transition: box-shadow .5s ease;
}

.tarif-btn:hover {
	box-shadow: 0 0 20px #999999;
}

.tarif-price {
	min-width: 180px;
	text-align: center;
	margin: 0 10px;
	position: relative;
}

.tarif-ap>span {
	font-size: 40px;
	font-weight: 600;
}

.tarif-apnext {
	color: #999999;
	font-size: 15px;
	text-decoration: line-through;
	text-decoration-color: #F05A24;
}

.tarif-comap {
	font-size: 15px;
	color: #ff0000;
}

.tarif-sale {
	position: absolute;
	bottom: 100%;
	font-size: 14px;
}

.tarif-podr {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 0 0 13px 13px;
	margin: 2px 0 10px;
	padding: 20px;
	box-sizing: border-box;
	line-height: 1;
	height: auto;
	border-top: 2px solid #F1F1F1;
}

.tarif-podr>div:last-child {
	padding-bottom: 20px;
}

.podr-hide {
	z-index: -1;
	opacity: 0;
	transition: all 1s ease;
	pointer-events: none;
}

.podr-show {
	z-index: 1;
	opacity: 1;
	bottom: -20px;
	transition: all 1s ease;
	pointer-events: auto;
}

.tarif-option {
	justify-content: flex-end;
	flex-grow: 1;
	display: flex;
	align-self: flex-start;
	flex-wrap: wrap;
}

.tarif-f {
	background-color: #FFD900;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 20px 8px 30px;
	display: flex;
	align-items: center;
	margin: 5px;
}

.t-tv.tvmts {
	position: relative;
}

.t-tv.tvmts:before {
	content: 'более';
	position: absolute;
	top: -28px;
	left: 36px;
	font-size: 12px;
}

@media(max-width:749px) {
	.t-tv.tvmts:before {
		left: 18px;

	}

	.forhome,
	.formob {
		display: none;
	}

	.prov-info {
		font-size: 17px;
		margin-left: 20px;
	}

	.provider-logo {
		width: 50px;
		height: 50px;
	}

	.tarif-name svg {
		height: 12px;
	}

	.info-item,
	.mob-item {
		font-size: 12px;
		min-width: 60px;
		margin-left: 10px;
	}

	.mob-item:first-child {
		margin-left: 0;
	}

	.info-item-type {
		font-size: 12px;
	}

	.kart-footer {
		flex-wrap: wrap;
	}

	.tarif-price {
		margin: 0 10px 20px;
	}

	.tarif-info {
		margin-left: -10px;
		flex-basis: 100%;
	}

	.tarif-btn {
		font-size: 16px;
	}

	.tarif-f {
		font-size: 17px;
	}
}

@media(max-width:1230px) {
	.kart-footer {
		order: 3;
		flex-basis: 100%;
	}
}

/* provcard */
.provcard.citylink {
	order: -7;
}

.provcard.beeline {
	order: -6;
}

.provcard.mts {
	order: -5;
}

.provcard.rostelecom {
	order: -4;
}

.provcard.domru {
	order: 100;
}

.provcard.ttk {
	order: -2;
}

.provcard.megafon {
	order: -1;
}

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

.provcard {
	flex: 0 0 360px;
	border-radius: 20px;
	overflow: hidden;
	margin: 10px;
}

.provcard-header {
	padding: 40px;
	background: linear-gradient(122.41deg, #DBFF00 -39.75%, #19B400 80.94%);
}

.provheader-logo {
	display: inline-block;
	border-radius: 4px;
	width: 90px;
	height: 90px;
	object-fit: contain;
	margin-bottom: 10px;
}

.prov_name {
	font-weight: 700;
	font-size: 24px;
	color: #363636;
	margin-bottom: 10px;
	text-decoration: none;
}

.provcard_podr,
.provcard_otzyv {
	color: #363636;
}

.provcard_podr {
	text-decoration: none;
}

.prov_stars {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.provcard-body,
.provcard-minmax>div {
	display: flex;
}

.provcard-body>a {
	text-decoration: none;
	flex: 0 0 50%;
	color: #222222;
	font-size: 18px;
	background-color: #E9E9E9;
	text-align: center;
	line-height: 4em;
	position: relative;
	font-weight: 600;
	transition: box-shadow .4s ease;
}

.provcard-body>a:last-child {
	background-color: #DDDDDD;
}

.provcard-body>a:hover {
	box-shadow: inset 0 0 10px #FF1717;
}

.provcard-body div::before {
	content: attr(data-count);
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background-color: #FF1717;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 2.3;
}

.provcard-minmax {
	background-color: #F4F4F4;
	padding: 40px;
}

.provcard-minmax span {
	font-weight: 700;
	font-size: 40px;
	color: #363636;
	line-height: 1;
	padding-left: 20px;
	position: relative;
}

.provcard-minmax span::before {
	content: attr(data-desc);
	position: absolute;
	top: 85%;
	left: 20px;
	color: #757575;
	font-size: 18px;
	font-weight: 700;
	width: max-content;
}

.provcard-minmax>div:first-child {
	margin-bottom: 40px;
}

.provcard-footer {
	background-color: #E9E9E9;
	display: flex;
	justify-content: space-between;
	padding: 20px 40px;
	line-height: 1;
}

.provcard-footer a:first-child {
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	color: #0493FB;
	border-radius: 20px;
	border: 2px solid #0493FB;
	padding: 10px 20px;
}

.provcard-footer a:last-child {
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	border-radius: 20px;
	background-color: #0493FB;
	/*  border: 2px solid #0493FB;*/
	padding: 10px 20px;
}

.rating__body {
	position: relative;
	color: #fff;
}

.rating {
	display: flex;
	font-size: 32px;
	line-height: 1;
}

.rating__active {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.rating__active::before {
	content: '★★★★★';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFE710;
}

.rating__value {
	font-size: 50%;
	padding: 10px 0 0 10px;
	color: #363636;
}

@media(max-width: 379.5px) {
	.provcard {
		flex: 0 0 340px;
	}

	.provcard-header,
	.provcard-minmax,
	.provcard-footer {
		padding: 20px;
	}
}

#b12881 {
	background: rgb(173, 209, 49);
	/* Для старых браузеров */
	background: linear-gradient(to right, rgba(217, 224, 33), rgb(141, 199, 63));
}

#b7566 {
	background: linear-gradient(to right, rgb(201, 247, 1), rgb(154, 229, 1), rgb(113, 214, 0), rgb(123, 217, 0), rgb(66, 196, 1));
}

.s_text p {
	text-indent: 30px;
}

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

.s_text a:hover {
	color: rgb(90, 205, 0) !important;
}