@font-face {
  font-display: swap;
  font-family: "MTSCompact-Regular";
  src: local("MTSCompact-Regular"),
    url("/fonts/MTSCompact-Regular.woff2") format("woff2"),
    url("/fonts/MTSCompact-Regular.ttf") format("ttf");
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: "MTSText-Regular";
  src: local("MTSText-Regular"),
    url("/fonts/MTSText-Regular.woff2") format("woff2"),
    url("/fonts/MTSText-Regular.ttf") format("ttf");
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: "MTSWide-Medium";
  src: local("MTSWide-Medium"),
    url("/fonts/MTSWide-Medium.woff2") format("woff2"),
    url("/fonts/MTSWide-Medium.ttf") format("ttf");
  font-weight: 500;
}

@font-face {
  font-display: swap;
  font-family: "MTSWide-Regular";
  src: local("MTSWide-Regular"),
    url("/fonts/MTSWide-Regular.woff2") format("woff2"),
    url("/fonts/MTSWide-Regular.ttf") format("ttf");
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: "MTSExtended-Medium";
  src: local("MTSExtended-Medium"),
    url("/fonts/MTSExtended-Medium.woff2") format("woff2"),
    url("/fonts/MTSExtended-Medium.ttf") format("ttf");
  font-weight: 500;
}

@font-face {
  font-display: swap;
  font-family: "MTSSans";
  font-weight: 700;
  src: url("/fonts/MTSSans-Bold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "MTSSans";
  font-weight: 500;
  src: url("/fonts/MTSSans-Medium.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "MTSSans";
  font-weight: 400;
  src: url("/fonts/MTSSans-Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "SourceSansPro";
  src: local("SourceSansPro"),
    url("/fonts/SourceSansPro-Bold.woff2") format("woff2"),
    url("/fonts/SourceSansPro-Bold.ttf") format("ttf");
  font-weight: 700;
}

@font-face {
  font-display: swap;
  font-family: "SourceSansPro";
  src: local("SourceSansPro"),
    url("/fonts/SourceSansPro-Regular.woff2") format("woff2"),
    url("/fonts/SourceSansPro-Regular.ttf") format("ttf");
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: "SourceSansPro";
  src: local("SourceSansPro"),
    url("/fonts/SourceSansPro-SemiBold.woff2") format("woff2"),
    url("/fonts/SourceSansPro-SemiBold.ttf") format("ttf");
  font-weight: 600;
}

.bs-services {
  display: flex;
  flex-wrap: wrap;
}

.bs-services > div {
  flex-basis: 30%;
}

@media (max-width: 549px) {
  .bs-services > div {
    flex-basis: 90%;
  }
}

.mobile-menu a:after {
  content: "";
  position: absolute;
  top: 19px;
  left: -1.12rem;
  width: 8px;
  height: 8px;
  border: 1px solid #626c77;
  border-radius: 50%;
}

.mob-filter:after {
  content: "1";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: rgb(255, 0, 50);
  color: #fff;
  border-radius: 50%;
  pointer-events: none;
  line-height: 1.2;
}

.mobile-menu a.active {
  color: rgb(255, 0, 50) !important;
}

.mobile-menu a.active:before {
  content: "";
  position: absolute;
  top: 21px;
  left: -1rem;
  width: 6px;
  height: 6px;
  background-color: rgb(255, 0, 50);
  border-radius: 50%;
}

.no-tarifs {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 0.62rem;
  padding: 0.62rem;
  min-width: 100%;
  box-sizing: border-box;
}

.triangle-menu:after {
  content: "";
  position: absolute;
  top: 0.62rem;
  right: 0.62rem;
  width: 1.87rem;
  height: 1.87rem;
  background: url(/files/storage/filter.svg) center / contain no-repeat;
  pointer-events: none;
}

.triangle-menu .pop2 {
  width: 100%;
  left: -0.31rem !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;
}

.hide {
  display: none !important;
}

.menu-item {
  padding-bottom: 0.31rem;
  position: relative;
}

.menu-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: rgba(255, 0, 50, 1);
  transition: all 0.5s linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.menu-item:hover:before {
  width: 100%;
}

.hideblock,
.hideblockhideblock,
.hideblockhideblockhideblock,
.hideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblockhideblockhideblock {
  display: none !important;
  margin: 0px !important;
}

.soglasie {
  text-align: center;
}

#cities-list li {
  margin: 0.31rem 0 0.31rem 1.87rem;
}

.city-list__item {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.city-list__item li {
  margin: 0.31rem 0 0.31rem 1.25rem;
}

.city-list__item li:last-child {
  margin: 0.31rem 0 1.25rem 1.25rem;
}

.cities-item {
  text-decoration: none;
  transition: color 0.3s linear;
}

.areas-item {
  cursor: pointer;
  transition: color 0.3s linear;
  margin: 0.31rem 0;
}

.areas-item:hover,
.cities-item:hover,
.areas-item.checked {
  color: #ff0032 !important;
}

.areas-item.checked .city-list__item {
  border-left: 1px solid;
}

#myInputCity {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 1.12rem;
  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;
}

.vyborCity {
  cursor: pointer;
}

.chCity-close {
  cursor: pointer;
}

@media (max-width: 767px) {
  #b18432 {
    border: none;
  }
}

.closeAdrBlock {
  cursor: pointer;
}

#streets-list,
#houses-list {
  padding-left: 0.62rem;
}

.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 0.62rem;
  list-style-type: none;
  overflow-y: auto;
  height: auto;
  background: #f2f3f7;
  box-sizing: border-box;
}

.searchadr-item {
  cursor: pointer;
  transition: color 0.3s ease;
  line-height: 1;
  margin: 0.62rem 0;
}

.searchadr-item:hover {
  color: rgb(255, 0, 50) !important;
}

#Input-street {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
  box-sizing: border-box;
}

#Input-house {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
  box-sizing: border-box;
}

.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: #f2f3f7;
}

.city1 {
  cursor: pointer;
  transition: color 0.3s ease;
}

.city1:hover {
  color: rgb(255, 0, 50) !important;
}

.list-item {
  cursor: pointer;
  transition: color 0.3s ease;
}

.list-item:hover {
  color: rgb(255, 0, 50) !important;
}

.tarif-metka {
  background-color: #fff;
  padding: 4px 2px 4px 0.62rem;
  display: inline-flex;
  align-items: flex-start;
  border-radius: 0.62rem 0 0.62rem 0;
  text-transform: uppercase;
  color: #ff0032;
  font-size: 0.87rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.tarif-metka:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 1.25rem;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 3px;
  border-radius: 0.62rem;
  -webkit-transform: rotate(24deg);
  -moz-transform: rotate(24deg);
  -o-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  transform: rotate(24deg);
  transform-origin: right bottom;
  z-index: -1;
}

.tarif-name {
  font-size: 1.62rem;
  color: #293235;
  font-weight: 600;
  margin-bottom: 0.87rem;
}

.tarif-atr {
  text-transform: uppercase;
  font-size: 0.87rem;
  color: #626c77;
  margin: 0.87rem 0;
}

.atr-item {
  font-weight: 600;
  display: flex;
  margin-bottom: 1rem;
  font-size: 1.12rem;
  align-items: flex-start;
  color: #293235 !important;
}

.atr-item img {
  padding-right: 0.87rem;
}

.apnext-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tarif-comap {
  padding: 2px 0.62rem 4px 1rem;
  background-color: red;
  margin-right: -1.5rem;
  font-size: 1.12rem;
  background-color: #ff0032;
  color: #fff;
  clip-path: polygon(6px 0, 100% 0%, 100% 100%, 6px 100%, 0% 50%);
  box-sizing: border-box;
}

.abon-p {
  font-size: 1rem;
  margin-bottom: 0.87rem;
  font-weight: 600;
  color: #293235 !important;
}

.abon-p span {
  font-size: 2rem;
  color: #293235 !important;
}

.tarif-ap a,
.tarif-podr {
  text-decoration: none;
  color: #ff0032;
  font-size: 17px;
  line-height: 1;
  transition: color 0.4s ease;
}

.footer-btn {
  font-size: 17px;
  display: flex;
  align-items: center;
  padding-top: 0.87rem;
}

.tarif-btn {
  padding: 0.62rem 0.87rem;
  border-radius: 0.31rem;
  background-color: #ff0032;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.4s ease;
}

.tarif-btn:hover {
  background-color: #a10523;
}

.tarif-podr {
  padding-left: 2rem;
}

.tv-ch {
  text-decoration: none;
  color: #293235;
  transition: color 0.4s ease;
}

.tarif-ap a:hover,
.tarif-podr:hover,
.tv-ch:hover {
  color: #a10523;
}

span.tarif-name-speed {
  font-size: 1.12rem;
}

.equip-attr {
  display: flex;
  margin: 6px 0;
  gap: 0.62rem;
}

.equip-attr > div.flex-speed {
  padding: 8px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 0.31rem;
  min-width: 50.31rem;
  border: 1px solid #a1a5b1;
}

.equip-attr > div.flex-speed:not(.active):hover {
  background: #a1a5b1 !important;
}

.equip-attr > div.flex-speed.active {
  background-color: #ff0032;
  color: #fff;
}

#b21255 {
  background: rgba(255, 255, 255, 0.71);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 1)
  );
}

h1.h1b,
h2.h2b,
h3.h3b,
h4.h4b,
h1.h1bgs,
h2.h2bgs,
h3.h3bgs,
h4.h4bgs {
  color: #1d2023 !important;
}

h1.h1w,
h2.h2w,
h3.h3w,
h4.h4w,
h1.h1wgs,
h2.h2wgs,
h3.h3wgs,
h4.h4wgs {
  color: rgb(255, 255, 255) !important;
}

@media (max-width: 1024px) {
  h1.h1bgs {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
  h2.h2bgs {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
  h3.h3bgs {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
  h4.h4bgs {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
  h1.h1wgs {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
  h2.h2wgs {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
  h3.h3wgs {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
  h4.h4wgs {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
}

@media (max-width: 1024px) {
  h1.h1b {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
  h2.h2b {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
  h3.h3b {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
  h4.h4b {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
  h1.h1w {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
  h2.h2w {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
  h3.h3w {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
  h4.h4w {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
}

@media (min-width: 1024px) {
  h1.h1b,
  h1.h1w,
  h2.h2b,
  h2.h2w {
    text-transform: uppercase;
  }
}

.text-main {
  color: #1d2023 !important;
}

.input-pad-left > input {
  padding-left: 1.25rem;
}

.text-main a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: #1d2023 !important;
  text-decoration: none;
}

.text-main a:hover {
  color: #1d2023 !important;
}

.text-main2 a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: #626c77 !important;
  text-decoration: none;
}

.text-main2 a:hover {
  color: #626c77 !important;
}

.text-main2 {
  color: #626c77 !important;
}

.text-main3 {
  color: #969fa8 !important;
}

.text-main3 a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: #969fa8 !important;
  text-decoration: none;
}

.text-main3 a:hover {
  color: #007cff !important;
}

.btn-main {
  background: #ff0032 !important;
  color: rgb(255, 255, 255) !important;
  padding: 1.12rem 1.62rem 1.12rem 1.62rem !important;
  border-radius: 1rem;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 700 !important;
  font-family: "MTSWide-Medium";
  transition: background-color 0.3s ease-in;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.btn-main:hover {
  background-color: #d6042b !important;
}

.btn-main2 {
  background: #f2f3f7 !important;
  color: #626c77 !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  padding: 9px 1.87rem 9px 1.87rem !important;
  border-radius: 8px !important;
  letter-spacing: 0.05em;
}

.btn-main3 {
  background: #1d2023 !important;
  color: rgb(255, 255, 255) !important;
  padding: 1.12rem 1.62rem 1.12rem 1.62rem !important;
  border-radius: 1rem !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 700 !important;
  font-family: "MTSWide-Medium";
  transition: background-color 0.3s ease-in;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.btn-gs {
  background: rgba(255, 0, 50, 1) !important;
  color: #ffffff !important;
  font-size: 0.87rem !important;
  line-height: 1.25rem !important;
  font-weight: 700 !important;
  font-family: "MTSWide-Medium";
  padding: 1.62rem 1.12rem 1.62rem 1.12rem !important;
  border-radius: 1.25rem !important;
  letter-spacing: 0.05em;
}

.btn-gs2 {
  background: rgba(255, 0, 50, 1) !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 700 !important;
  font-family: "MTSWide-Medium";
  padding: 0.87rem 1.12rem 0.87rem 1.12rem !important;
  border-radius: 1rem !important;
  letter-spacing: 0.05em;
}

.btn-card {
  background: rgba(255, 0, 50, 1) !important;
  color: #ffffff !important;
  font-size: 0.87rem !important;
  line-height: 1.25rem !important;
  font-weight: 700 !important;
  padding: 0.87rem 1.12rem 0.87rem 1.12rem !important;
  border-radius: 0.75rem !important;
  text-decoration: none;
  display: block;
  text-align: center;
}

.btn-card-gray {
  background: rgba(242, 243, 247, 1) !important;
  color: #1d2023 !important;
  font-size: 0.87rem !important;
  line-height: 1.25rem !important;
  font-weight: 700 !important;
  padding: 0.87rem 1.12rem 0.87rem 1.12rem !important;
  border-radius: 1rem !important;
  text-decoration: none;
  display: block;
  text-align: center;
}

.capslock {
  text-transform: uppercase;
}

.tooltip {
  position: fixed;
  padding: 8px 0.62rem;
  border: 1px solid #191919;
  border-radius: 0.62rem;
  font: 0.62rem/1.3 sans-serif;
  color: #ffffff;
  background: #191919;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
}

.tooltiptg {
  position: fixed;
  padding: 0.62rem 0.93rem;
  border: 2px solid #107ae2;
  border-radius: 1rem;
  text-align: center;
  font: 0.75rem/1.3 sans-serif;
  color: #107ae2;
  background: #ffffff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
}

/*Карточки слайдера Гольфстрим*/
.bes-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-shadow: 0px 8px 1rem 0px #00000014, 0px 4px 1.5rem 0px #0000001f;
  border-radius: 1.5rem;
}
.bes-card p {
  font-size: 0.75rem;
  padding-left: 2.25rem;
  position: relative;
  line-height: 1.4;
  padding-top: 2px;
}
.bes-card p.off {
  opacity: 0.5;
}
.bes-card p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /*transform: translateY(-0.75rem);*/
  width: 1.5rem;
  height: 1.5rem;
  background: url(/files/storage/Checkbox.svg) no-repeat;
}
@media (min-width: 770px) {
  .bes-card {
    padding: 1.25rem 1.5rem 1.25rem 1.5rem !important;
  }
}
/*Карточки слайдера Гольфстрим end*/

/*Отступ в поле форм*/
.input-pad-left > input {
  padding-left: 1.25rem !important;
}
/*Отступ в поле форм end*/

.uppercase {
  text-transform: uppercase;
}
