@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");
}

.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);
}

.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;
}

.phone-btn {
  text-decoration: none;
  transition: color 0.4s ease;
}

.phone-btn:hover {
  color: rgb(234, 67, 53) !important;
}

.vyborCity {
  cursor: pointer;
}

.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;
  margin-left: 14px;
}

.areas-item {
  cursor: pointer;
  transition: color 0.3s linear;
  margin: 5px 0;
}

.areas-item:hover,
.cities-item:hover {
  color: #ec1c24 !important;
}

#searchcity-inp {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  border: none;
  border-bottom: 2px solid #fff;
  outline: 0;
  background: transparent;
  color: white;
}

#searchcity-inp::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;
}

.all-tarifs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.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 {
  border: 1px solid #e0e1e4;
  border-radius: 10px;
  flex: 0 0 100%;
  background-color: #fff;
  border-radius: 13px;
  margin: 20px 0 2px;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1;
  position: relative;
  transition: all 1s ease;
}

.provider-name {
  border-bottom: 2px solid #fbbc05;
  transition: color 0.5s ease;
  text-decoration: none;
}

.tarif-kart:first-child {
  margin: 0 0 2px;
}

.tarif-podr-h {
  color: #888888;
  margin: 10px 0 5px;
}

.provider-logo {
  border-radius: 6px;
  object-fit: contain;
}

.tarif-name {
  color: #1c1d20;
  cursor: pointer;
  transition: all 0.5s ease;
}

.tarif-name svg {
  transition: transform 0.5s ease;
}

.sprotate {
  transform: rotate(90deg);
}

.tarif-name:hover,
.provider-name:hover {
  color: #ea4335;
}

.kart-header {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.prov-info {
  color: #1c1d20;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 40px;
}

.forhome,
.formob {
  min-width: 75px;
  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: #1c1d20;
}

.attr-inv {
  color: #fff;
}

.check-icon {
  position: absolute;
  left: 105%;
  top: 3px;
}

.t-tv {
  font-weight: 600;
}

.tarif-btn {
  border-radius: 4px;
  display: inline-block;
  min-width: auto;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 20px 14px 20px;
  transition: 0.5s;
  box-shadow: 0 0 5px #696c75;
  background-color: rgb(234, 67, 53);
  border: 1px solid rgb(255, 255, 255);
}

.tarif-btn:hover {
  color: rgb(28, 29, 32) !important;
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid rgb(145, 145, 145);
}

.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: #f1f1f1;
  border-radius: 20px;
  font-size: 24px;
  padding: 5px 5px 5px 10px;
  display: flex;
  align-items: center;
  margin: 5px;
}

.t-tv.tvmts {
  position: relative;
}

.t-tv.tvmts:before {
  content: "более";
  position: absolute;
  top: -28px;
  left: 32px;
  font-size: 12px;
}

@media (max-width: 749px) {
  .t-tv.tvmts:before {
    left: 16px;
  }

  .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%;
  }
}
