@font-face {
  font-display: swap;
  font-family: "Beeline_Sans";
  src: local("Beeline_Sans-Regular"),
    url("/fonts/Beeline_Sans-Regular.woff2") format("woff2"),
    url("/fonts/BeelineSans-Regular.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: "Beeline_Sans";
  src: local("Beeline_Sans-Medium"),
    url("/fonts/Beeline_Sans-Medium.woff2") format("woff2"),
    url("/fonts/BeelineSans-Medium.otf") format("opentype");
  font-weight: 500;
}

.tooltip {
  position: fixed;
  padding: 8px 10px;
  border: 1px solid #191c22;
  border-radius: 10px;
  font: 10px/1.3 sans-serif;
  color: #ffffff;
  background: #222731;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
}

.btn-main {
  background: #ffc800 !important;
  color: #28303f !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  padding: 18px 20px 18px 20px !important;
  border-radius: 40px;
  transition: all 0.4s ease;
}

.btn-main:hover {
  background: #f4b807 !important;
}

.btn-main2 {
  background: #ffffff !important;
  color: #28303f !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 18px 20px 18px 20px !important;
  border-radius: 40px;
  transition: all 0.4s ease;
}

.btn-main2:hover {
  color: #6e788a !important;
}

.btn-main3 {
  background: #222731 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 18px 20px 18px 20px !important;
  border-radius: 40px;
  transition: all 0.4s ease;
}

.btn-main3:hover {
  color: #c8ced9 !important;
}
.btn-main-tight {
  padding: 12px 20px !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;
}

.header__help {
  transition: all 0.3s linear;
}

.phone-btn0 {
  text-decoration: none;
  transition: color 0.3s ease;
}

.phone-btn:hover {
  color: rgb(253, 170, 40) !important;
}

.hide,
.hideblock,
.hideblockhideblock,
.hideblockhideblockhideblock,
.hideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblockhideblockhideblock {
  display: none !important;
  margin: 0px !important;
}

#street-inp,
#house-inp {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
}

.form-inp {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
}

.searchadr-ul {
  display: none;
  z-index: 50;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  max-height: 500px;
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
  overflow-y: auto;
  height: auto;
  background: #f0f3f5;
  box-sizing: border-box;
}

.searchadr-item {
  cursor: pointer;
  transition: color 0.3s ease;
  line-height: 1;
  margin: 10px 0;
}

.searchadr-item:hover {
  color: #f4b807 !important;
}

.forzind {
  z-index: 20 !important;
}

.forzind1 {
  z-index: 19 !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 0.3s linear;
}

.areas-item {
  cursor: pointer;
  transition: color 0.3s linear;
  margin: 5px 0;
}

.areas-item:hover {
  color: #ffffff;
}

.cities-item:hover {
  color: #ffffff !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) {
  #b18432 {
    border: none;
  }
}

.all-tarifs,
.all-tarifs2,
.all-tarifs3 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 10px;
}

/* .swiper-container {
	min-width: 0;
	overflow: hidden;
}

.swiper-button-prev {
	background: url('/files/storage/yel_arr_prev.png') center / 100% 100% no-repeat;
}

.swiper-button-prev:after {
	display: none !important;
}

.swiper-button-next {
	background: url('/files/storage/yel_arr_next.png') center / 100% 100% no-repeat;
}

.swiper-button-next:after {
	display: none !important;
} */

.tarifscard {
  flex: 0 0 460px;
  color: #28303f;
  font-size: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e2e6ed;
  line-height: 1;
  transition: box-shadow 0.5s ease;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
}

.tarifscard:hover {
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}

.card-header {
  min-height: 220px;
  background: #e2e6ed;
  padding: 25px 15px;
  box-sizing: border-box;
  position: relative;
}

.card-header.push {
  background: url(/files/storage/push_ny.webp) right 18px bottom / 146px
      no-repeat,
    #fde6f5;
}

.card-header.ung {
  background: url(/files/storage/ung_ny.webp) right 6px bottom / 145px no-repeat,
    #e9e6f7;
}

.card-header.bazy {
  background: url(/files/storage/bazya_ny.webp) right 14px bottom / 100px
      no-repeat,
    #e5f3f1;
}

.card-header.doma {
  background: url(/files/storage/dom.webp) right 6px bottom / 50% no-repeat,
    #e1effa;
}

.card-header.igr {
  background: url(/files/storage/igr.webp) right 6px bottom / 50% no-repeat,
    #e1effa;
}

.s-desc {
  padding: 10px 0;
  border-top: 1px solid #e2e6ed;
  border-bottom: 1px solid #e2e6ed;
}

.family-sims-text {
  font-size: 16px;
}

.family-sims {
  display: inline-flex;
  position: absolute;
  bottom: 14px;
  left: 14px;
  align-items: center;
  border-radius: 18px;
  padding: 3px 10px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px #e7dddd;
}

.family-sims svg {
  margin-left: 5px;
}

.family-sims:before {
  content: attr(data-text);
  position: absolute;
  top: -180%;
  left: 0;
  width: 140px;
  height: auto;
  color: #fff;
  background-color: #191c22;
  border-radius: 10px;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  z-index: 1;
  display: none;
}

.family-sims:after {
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  z-index: 0;
  background-color: #191c22;
  position: absolute;
  top: -71%;
  left: 50px;
  display: none;
}

.family-sims:hover:before,
.family-sims:hover:after {
  display: inline-block;
}

.tarifs-name {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 24px;
}

.attr {
  display: flex;
}

.attr-item {
  margin-right: 23px;
}

.attr-item span {
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 10px;
}

.attr-item a {
  text-decoration: none;
  color: #f49f27;
  transition: color 0.3s ease;
}

.attr-item a:hover {
  color: #fbc22e;
}

.card-body {
  flex-grow: 1;
  padding: 15px 15px 25px;
}

.equip-attr {
  display: flex;
}

.equip-attr > div {
  background: #f0f3f5;
  border: 1px solid #e2e6ed;
  border-radius: 10px;
  font-size: 12px;
  padding: 10px 8px 10px 40px;
  flex-grow: 1;
  flex-basis: 50%;
}

.equip-attr > div:first-child {
  background: url("/files/storage/wifi_icon.svg") left 8px center / 24px
      no-repeat,
    #f9f9f9;
}

.equip-attr > div:nth-child(2) {
  margin-left: 8px;
  background: url("/files/storage/tvbox_icon.svg") left 8px center / 24px
      no-repeat,
    #f9f9f9;
}

.equip-attr .mob-item:first-child {
  max-width: 160px;
  box-sizing: border-box;
  background: url("/files/storage/mobinet1_icon.svg") left 10px center / 22px
      no-repeat,
    #f9f9f9;
  border: none;
  font-weight: 600;
}

.equip-attr .mob-item:last-child {
  max-width: 160px;
  border: none;
  font-weight: 600;
  box-sizing: border-box;
  background: url("/files/storage/phone_icon.svg") left 14px center / 13px
      no-repeat,
    #f9f9f9;
}

.tarifs-mob {
  margin: 20px 0 10px;
  font-weight: 500;
}

.tarifscard-footer {
  padding: 0 15px 25px;
}

.tarifs-btn {
  display: block;
  padding: 14px 34px;
  background-color: #ffc800;
  border-radius: 40px;
  text-align: center;
  text-decoration: none;
  color: #28303f;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  margin-top: 14px;
}

.tarifs-btn:hover {
  background-color: #f4b807;
}

.tarifs-podr {
  display: inline-block;
  margin: 0 18px;
  color: #1086f9;
  transition: border 0.3s ease;
  text-decoration: none;
  border-bottom: 1px solid #1086f9;
}

.tarifs-podr:hover {
  border-bottom: none;
}

.tarif-ap {
  color: #999999;
  margin-bottom: 10px;
  position: relative;
}

.tarif-ap span {
  font-size: 46px;
  font-weight: 700;
  color: #191c22;
}

.tarif-ap::after {
  content: attr(data-apnext);
  position: absolute;
  left: 200px;
  bottom: 0;
  text-decoration: line-through;
  color: #999999;
  font-size: 24px;
}

.tarif-apnext {
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 10px 4px 10px;
  border-radius: 50px;
  background: #1086f9;
  display: inline-block;
}

.equip-attr > div.flex-speed {
  background-image: none !important;
  padding: 10px 8px;
  text-align: left;
  margin-left: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 120px;
  box-sizing: border-box;
}

.equip-attr > div.flex-speed:not(.active):hover {
  background: #a1a5b1 !important;
}

.equip-attr > div.flex-speed:first-child {
  margin-left: 0;
}

.equip-attr > div.flex-speed.active {
  background: #434856;
  color: #fff;
}

.up-desc {
  min-height: 48px;
  margin-bottom: 10px;
}

@media (min-width: 1366px) {
  .check-DC-adr {
    background: url(/files/storage/bg-right.png) top 25px right 40px / auto
        440px no-repeat,
      url(/files/storage/bg-bottom.png) left 100px bottom / 290px auto no-repeat,
      #ffd93a;
  }
}

@media (max-width: 480px) {
  .tarifscard {
    flex: 0 0 100%;
  }

  .check-DC-adr {
    padding: 20px 0 !important;
  }

  .family-sims-text {
    display: none;
  }

  .family-sims:after {
    top: -71%;
    left: 30px;
  }
}

@media (max-width: 364px) {
  .tarifs-btn {
    padding: 14px 30px;
  }

  .tarifs-podr {
    margin: 0 10px;
  }
}

@media (max-width: 350.5px) {
  .equip-attr.wi-box {
    flex-wrap: wrap;
  }

  .equip-attr.wi-box > div:nth-child(2) {
    margin: 8px 0 0 0;
  }

  .tarifs-btn {
    padding: 14px 16px;
  }
}

h1.h1b,
h2.h2b,
h3.h3b,
h4.h4b {
  color: #28303f !important;
}

@media (max-width: 1279px) {
  h1.h1b {
    font-size: 32px !important;
    line-height: 38px !important;
  }

  h2.h2b {
    font-size: 32px !important;
    line-height: 36px !important;
  }

  h3.h3b {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  h4.h4b {
    font-size: 16px !important;
    line-height: 19px !important;
  }

  h1.h1w {
    font-size: 32px !important;
    line-height: 38px !important;
  }

  h2.h2w {
    font-size: 32px !important;
    line-height: 36px !important;
  }

  h3.h3w {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  h4.h4w {
    font-size: 16px !important;
    line-height: 19px !important;
  }
}

h1.h1w,
h2.h2w,
h3.h3w,
h4.h4w {
  color: rgb(255, 255, 255) !important;
}

.text-main {
  color: #28303f !important;
}

.text-main2 {
  color: #6e788a !important;
}

.text-main3 {
  color: #98a0b0 !important;
}

.text-main a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: rgb(16, 134, 249) !important;
}

.text-main2 a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: rgb(16, 134, 249) !important;
}

.text-main3 a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: rgb(16, 134, 249) !important;
}
