@font-face {
  font-family: "ProximaNova";
  font-display: swap;
  font-weight: 400;
  src: url(/fonts/ProximaNova-Regular.woff2) format("woff2");
}

@font-face {
  font-family: "ProximaNova";
  font-display: swap;
  font-weight: 600;
  src: url(/fonts/ProximaNova-Semibold.woff2) format("woff2");
}

@font-face {
  font-family: "ProximaNova";
  font-display: swap;
  font-weight: 700;
  src: url(/fonts/ProximaNova-Bold.woff2) format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 400;
  src: url(/fonts/Montserrat-Regular.ttf) format("ttf");
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 600;
  src: url(/fonts/Montserrat-SemiBold.ttf) format("ttf");
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 700;
  src: url(/fonts/Montserrat-Bold.woff2) format("ttf");
}




.phone-btn {
  text-decoration: none;
  transition: color 0.5s ease;
}

.phone-btn:hover {
  color: rgba(237, 28, 36, 1) !important;
}

.comm-skidka {
  background: linear-gradient(90deg, #df3232, #ff5252);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
}

#myInput,
#myInput1,
#Input-street,
#Input-house {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
}

.areasList,
.citiesList,
.streetsList,
.housesList {
  z-index: 200;
  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(241, 242, 243, 1);
}

.areas-item,
.list-item {
  margin: 5px 0 5px 20px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.areas-item:hover,
.list-item:hover {
  color: #fda828;
}

.forzind10 {
  z-index: 10 !important;
}

.forzind5 {
  z-index: 5 !important;
}

.animateNav {
  position: relative;
  transform-style: preserve-3d;
}

.animateNav:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 45px;
  transition: all 0.4s ease;
  background-color: rgba(233, 0, 41, 0.47) !important;
}

.animateNav-right:before {
  left: -100%;
}

.animateNav-left:before {
  left: 100%;
}

.animateNav:hover:before {
  left: 0;
  transform: translateZ(-1px);
}

a.s_txt {
  text-decoration: none;
  border-bottom: 1px dashed #ff312c;
  color: #ff0000 !important;
  font-weight: 600;
  transition: color 0.4s ease;
}

a.s_txt:hover {
  color: rgb(90, 93, 210) !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;
}

@media (max-width: 639px) {
  .nav-tarifs {
    background-color: inherit !important;
  }

  .nav-tarifs nav {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  #b12762 {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  #b12766 {
    padding: 20px 10px 0 20px;
  }
}

.all-tarifs {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}

/* .tarifscard {
  flex: 0 1 352px;
  color: #181b21;
  font-size: 16px;
  border-radius: 32px;
  background-color: #ffffff;
  transition: all 0.5s ease;
  padding: 16px;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1;
}

.tarifscard:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.tarifs-name {
  display: flex;
  align-items: center;
  background: linear-gradient(94deg, #def2f6 0.9%, #86b7c1 98.39%);
  min-height: 90px;
  padding: 0 20px;
  border-radius: 24px;
  margin-bottom: 20px;
}

.tarifs-name h3 {
  font-size: 24px;
  font-weight: 700;
}

.tarifs-body {
  flex-grow: 1;
}

.tarifs-attr {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
}

.tarifs-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #f5f8fb;
  margin-right: 10px;
}

a.tv-link {
  font-weight: 600;
  color: rgba(30, 129, 214, 1);
  text-decoration: none;
}

.short-desc {
  font-size: 14px;
  padding: 16px;
  margin: 20px 0;
  border-radius: 24px;
  background-color: #f2f7fc;
  min-height: 104px;
}

.short-desc>p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tarifscard-footer {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.tarifs-commap {
  text-align: center;
  font-weight: 500;
}

.tarifs-apnext {
  color: #74767a;
  margin-left: 14px;
}

.tarifs-ap {
  font-weight: 700;
  font-size: 22px;
}

.tarifs-btn {
  display: inline-block;
  text-decoration: none;
  padding: 20px 80px;
  border-radius: 30px;
  color: #fff;
  background-color: #e61f1a;
  transition: all 0.5s ease;
  margin: 14px auto;
}

.tarifs-btn:hover {
  background-color: rgba(199, 20, 16, 1);
}

.tarifs-cost {
  text-align: center;
}

a.tarifs-podr {
  font-size: 14px;
  color: #007cff;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  margin: 10px auto;
}

a.tarifs-podr:hover {
  color: #0d3d70;
} */

.active .plashka {
  border: 5px solid #ff2822 !important;
}

.plashka:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 13px rgba(0, 0, 0, 0.25);
}

.plashka {
  transition: transform 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
}

.plus-tarif {
  flex: 1 0 100%;
  text-align: center;
}

.plus-tarif .plus-btn {
  display: inline-block;
  cursor: pointer;
  padding: 10px 30px;
  border: 1px solid #888888;
  border-radius: 20px;
  transition: all 0.4s ease;
}

.plus-tarif .plus-btn:hover {
  box-shadow: inset 0 0 30px #e61f1a;
}

.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 0.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 0.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 0.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 #ffffff;
  border-radius: 10px;
  font: 10px/1.3 sans-serif;
  color: #ffffff;
  background: #191919;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
}

.plashkatooltip:hover {
  position: fixed;
  padding: 8px 10px;
  border: 1px solid #181b21;
  border-radius: 10px;
  font: 10px/1.3;
  color: #181b21;
  background: #ffffff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
}

.plashka:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 13px rgba(0, 0, 0, 0.25);
}

.plashka {
  transition: transform 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
}
/* карточки */

    .tarcard{
        flex: 0 1 356px;
        color: #2A2A2A;
        font-size: 1rem;
        border-radius: 32px;
        background-color: #ACD5EA;
        transition: all 0.5s ease;
        padding: 8px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        line-height: 1.25rem;
        font-family: 'Montserrat';
    }
    .tarcard-name{
        color: #fff;
        margin-bottom: 8px;
        padding: 16px;
    }
    .tarcard-name > h3{
        font-size: 1.25rem;
        line-height: 1.625rem;
        font-weight: 700;
        margin-bottom: 8px;
    }
    .tarcard-body{
        padding: 8px;
        background: #fff;
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex-grow: 1;
    }
    .tarcard-tvblock{
        display: flex;
        gap: 8px;
        align-items: stretch;
    }
    .tarcard-attr{
        background: #F2F7FC;
        padding: 12px 8px 12px 12px;
        font-size: 12px;
        line-height: 16px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .tarcard-attr.subs>div{
        display: flex;
        gap: 4px;
    }
    .tarcard a{
        color: inherit;
    }
    .tarcard-attr-title{
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: 600;
        color: #2A2A2A;
        display: flex;
        align-items: center;
    }
    .tarcard-attr.speed>.tarcard-attr-title:before{
        content: "";
        background: url(/files/storage/netwrok-icon.svg) center / 24px no-repeat;
        margin-right: 8px;
        width: 24px;
        height: 24px;
    }
    .tarcard-footer{
        padding-top: 24px;
        gap: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: auto;
    }
    .tarcard-commap{
        font-size: 12px;
        line-height: 1rem;
        color: #D73737;
    }
    .tarcard-footer-price{
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .tarcard-ap{
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 700;
    }
    .tarcard-apnext{
        font-size: 1rem;
        line-height: 1.25rem;
        color: #B7B7B7;
        text-decoration: line-through;
        font-weight: 700;
    }
    .tarcard-cost{
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 500;
    }
    .tarcard-btn{
        padding: 14px 20px;
        background: #ACD5EA;
        text-align: center;
        border-radius: 48px;
        font-weight: 600;
        width: 100%;
        box-sizing: border-box;
        text-decoration: none;
        color: #2A2A2A;
        transition: opacity .3s ease-in;
        margin-top: 8px;
    }
    .tarcard-btn:hover, .tarcard-btn.active{
        opacity: 0.85;
    }