@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 #6e788a;
  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 !important;
  transition: all 0.4s ease;
}

.btn-main:hover {
  background: #f4b807 !important;
}

.btn-main2 {
  background: #ffffff !important;
  color: #28303f !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  padding: 12px 20px 12px 20px !important;
  border-radius: 40px !important;
  transition: all 0.4s ease;
}

.btn-main2:hover {
  color: #6e788a !important;
}

.btn-main3 {
  background: #222731 !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  padding: 12px 20px 12px 20px !important;
  border-radius: 40px !important;
  transition: all 0.4s ease;
}

.btn-main3:hover {
  color: #c8ced9 !important;
}

.btn-main4 {
  background: #ffc800 !important;
  color: #28303f !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  padding: 12px 20px 12px 20px !important;
  border-radius: 40px !important;
  transition: all 0.4s ease;
}

.btn-main4:hover {
  background: #f4b807 !important;
}

.no-tarifs {
  text-align: center;
  font-size: 1.25rem;
  color: #28303f !important;
  line-height: 1.6rem !important;
  margin-bottom: 10px;
  padding: 10px;
  min-width: 100%;
  box-sizing: border-box;
}

.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 {
  display: none !important;
  margin: 0px !important;
}

.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;
  box-sizing: border-box;
}

.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: 20px;
  margin: 10px 0;
}

.searchadr-item:hover {
  color: #6e788a !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 0.3s linear;
}

.areas-item {
  cursor: pointer;
  transition: color 0.3s linear;
  margin: 5px 0;
}

.areas-item:hover,
.cities-item:hover,
.areas-item.checked {
  color: #ffc800 !important;
}

.areas-item.checked .city-list__item {
  border-left: 1px solid;
}

#myInputCity {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 1.25rem;
  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;
}

/* tarifscard */
.all-tarifs-v {
  display: flex;
  flex-wrap: wrap;
}

.tarifs-mob-d {
  margin: 20px 0 10px;
  font-weight: 500;
}

.tarifs-btn-d {
  display: inline-block;
  padding: 18px 20px;
  background-color: #ffc800;
  border-radius: 40px;
  text-align: center;
  text-decoration: none;
  color: #28303f;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
  margin-top: 14px;
}

.tarifs-btn-d:hover {
  background-color: #f4b807;
}

.tarifs-podr-d {
  display: inline-block;
  margin: 0 18px;
  color: #1086f9;
  transition: border 0.3s ease;
  text-decoration: none;
  border-bottom: 1px solid #1086f9;
}

.tarifs-podr-d:hover {
  border-bottom: none;
}

.tarif-apnext-d {
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 16px;
  padding: 4px 10px 4px 10px;
  border-radius: 50px;
  background: #1086f9;
  display: inline-block;
}

@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,
      #ffd546;
  }
}

@media (max-width: 480px) {
  .tarifscard-d {
    flex: 0 0 100%;
  }

  .check-DC-adr {
    padding: 20px 0 !important;
  }
}

@media (max-width: 364px) {
  .tarifs-btn-d {
    padding: 14px 30px;
  }

  .tarifs-podr-d {
    margin: 0 10px;
  }
}

@media (max-width: 350.5px) {
  .equip-attr-d.wi-box {
    flex-wrap: wrap;
  }

  .equip-attr-d.wi-box > div:nth-child(2) {
    margin: 8px 0 0 0;
  }

  .tarifs-btn-d {
    padding: 14px 16px;
  }
}

h1.h1b,
h2.h2b,
h3.h3b,
h4.h4b {
  color: #28303f !important;
}

@media (max-width: 1024px) {
  h1.h1b {
    /* font-size: 2.5rem !important;
    line-height: 3.25rem !important; */
    font-size: 2rem !important;
    line-height: 2.25rem !important;
  }

  h2.h2b {
    /* font-size: 24px !important;
    line-height: 29px !important; */
    font-size: 2rem !important;
    line-height: 2.25rem !important;
  }

  h3.h3b {
    /* font-size: 1.25rem !important; */
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }

  h4.h4b {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
  }

  h1.h1w {
    /* font-size: 2.5rem !important;
    line-height: 3.25rem !important; */
    font-size: 2rem !important;
    line-height: 2.25rem !important;
  }

  h2.h2w {
    /* font-size: 1.5rem !important;
    line-height: 1.5rem !important; */
    font-size: 2rem !important;
    line-height: 2.25rem !important;
  }

  h3.h3w {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }

  h4.h4w {
    font-size: 1rem !important;
    line-height: 1.2rem !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: #28303f !important;
}

.text-main2 a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: #28303f !important;
}

.text-main3 a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: #28303f !important;
}

.triangle-menu::after {
  content: url(/files/storage/icon-26.svg);
  position: absolute;
  bottom: 2px;
  right: 8px;
  pointer-events: none;
}

.triangle-menu .pop2 {
  width: 100%;
  box-sizing: border-box;
}

/*НОВЫЕ КАРТОЧКИ 24.01.25*/
.tarif-card {
  width: 300px;
  background-color: #e2e6ed;
  border-radius: 24px;
  min-height: 474px;
  display: flex !important;
  flex-direction: column;
  height: auto !important;
}

.tarif-card-header {
  padding: 24px;
}

.tarif-card-header > p {
  font-size: 24px;
  line-height: 24px;
}

.tarif-card-promo {
  padding: 4px 10px;
  font-size: 0.75rem;
  color: white;
  background-color: #1086f9;
  border-radius: 50px;
  margin-bottom: 12px;
  display: inline-block;
}

.tarif-card-body {
  background-color: #f0f3f5;
  border-radius: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tarif-card-fix {
  padding: 24px;
  color: #6e788a;
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #6e788a;
  border-radius: 24px;
  padding: 12px 24px;
}

.tarif-card-fix a {
  text-decoration: none;
  color: #6e788a;
}

.tarif-card-content {
  background-color: #fff;
  border-radius: 24px;
  padding: 12px 24px;
  margin-top: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tarif-card .short-desc {
  font-size: 12px;
  color: #28303f;
}

.tarif-card-mob-label,
.tarif-card-speed-label {
  color: #6e788a;
  font-size: 0.75rem;
  line-height: 16px;
  margin-bottom: 4px;
  display: block;
}

.tarif-card-mob-options {
  display: flex;
  color: #28303f;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 500;
  gap: 24px;
}

.tarif-card-speed-options {
  display: flex;
  gap: 8px;
}

.speed-option {
  padding: 12px 25px;
  background-color: #e2e6ed;
  color: #28303f;
  font-size: 1rem;
  line-height: 1.6rem;
  transition: ease 0.3s;
  cursor: pointer;
  border-radius: 44px;
}

.speed-option.active {
  color: #fff;
  background-color: #222731;
  cursor: default;
}

.tarif-card-footer {
  margin-top: auto;
  text-align: center;
  padding-top: 30px;
}

.tarif-card-price {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
  align-items: flex-end;
}

.tarif-card-price-base {
  color: #28303f;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.tarif-card-price-next {
  color: #98a0b0;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-decoration: line-through;
}

.tarif-card-btn {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  background-color: #ffc800;
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 26px;
  color: #28303f;
  transition: ease 0.3s;
  text-decoration: none;
  border-radius: 40px;
  text-align: center;
}

.tarif-card-details {
  text-decoration: none;
  color: #28303f;
  font-weight: 500;
  margin: 16px 0 4px;
  display: inline-block;
}

.tarif-card .up-desc {
  border: none !important;
  color: #28303f;
  font-size: 0.75rem !important;
  margin-bottom: 16px;
}

.tarif-card .dop-desc {
  border: none !important;
  color: #6e788a;
  font-size: 0.75rem !important;
  margin-bottom: 12px;
}
