/*#popup-transactions-tasks .popup-text {
	max-width: 470px;
}
#popup-short-numbers .popup-text {
	max-width: 470px;
}
#popup-black-white-lists .popup-text {
	max-width: 470px;
}
#popup-open-api .popup-text {
	max-width: 470px;
}
#popup-recording-storage .popup-text {
	max-width: 470px;
}
#popup-voice-greeting .popup-text {
	max-width: 470px;
}
#popup-statistics .popup-text {
	max-width: 470px;
}
#popup-segmentation .popup-text {
	max-width: 470px;
}
#popup-сall-tracking .popup-text {
	max-width: 470px;
}
#popup-web-widgets .popup-text {
	max-width: 470px;
}
#popup-web-background .popup-text {
	max-width: 470px;
}
#popup-integration-service .popup-text {
	max-width: 470px;
}*/
/*#numbers-popup*/
/*
.favorites-count.double {
	padding: 4px 2px;
	text-align: center;
}
*/
:root {
  --first-column-width: 34%;
}
.d-inline-block {
  display: inline-block;
}
.alert-price {
  border-radius: 16px;
  background: rgba(66, 139, 249, 0.16);
  margin-top: 20px;
}
.alert-price .text {
  font-size: 17px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 10px;
}
.popup-content {
  font-family: 'NeueHaasUnicaW1G-Regular', Helvetica, Arial, sans-serif;
  background: #fff;
  padding: 40px;
  max-width: 800px;
  margin: 20px auto;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
#popup800 .popup-content {
  padding-bottom: 15px;
}
#popup800 .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: start;
}
#popup-scenarios .popup-content {
  padding-bottom: 180px;
}
#popup-scenarios .popup-text {
  max-width: 450px;
}
#popup-city-nums .popup-content,
#popup-transactions-tasks .popup-content,
#popup-short-numbers .popup-content,
#popup-black-white-lists .popup-content,
#popup-open-api .popup-content,
#popup-recording-storage .popup-content,
#popup-voice-greeting .popup-content,
#popup-statistics .popup-content,
#popup-segmentation .popup-content,
#popup-сall-tracking .popup-content,
#popup-web-widgets .popup-content,
#popup-web-background .popup-content,
#popup-integration-service .popup-content {
  padding-bottom: 180px;
}
#numbers-popup .popup-content {
  max-width: 960px;
}
#numbers-popup.white-popup {
  max-width: 960px;
}
#tariffs-popup .popup-content {
  max-width: 1069px;
}
.white-popup {
  max-width: 800px;
  margin: 20px auto;
  position: relative;
}
.global-close {
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none;
}
.close-circle {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
}
.close-icon {
  width: 10px;
  height: 10px;
  position: relative;
  background: url(../images/close.png) no-repeat center / cover;
  left: 11px;
  bottom: 21px;
}
.image-column {
  position: relative;
  height: 100%;
}
.popup-title {
  font-family: 'TinkoffSans-Medium', Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #333333;
  text-align: left;
  font-weight: 500;
  margin-bottom: 12px;
  padding-bottom: 0;
}
.popup-title .region-name {
  color: #336FEE;
  cursor: pointer;
}
.popup-text {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  margin-bottom: 25px;
  max-width: 470px;
}
.popup-list {
  padding-left: 0;
  margin: 20px 0 20px 20px;
  list-style-type: disc;
}
.popup-list li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 2px;
  color: #333333;
}
.image-800 {
  width: 300px;
  height: 198px;
  background: url(../images/num-pro.png) no-repeat center / cover;
  margin-top: 202px;
}
.image-scenarios {
  width: 300px;
  height: 198px;
  background: url(../images/scenarios.png) no-repeat center / cover;
  position: absolute;
  right: 43px;
  bottom: 0px;
}
.image-nums {
  width: 300px;
  height: 198px;
  background: url(../images/sim-infinity.png) no-repeat center / cover;
  position: absolute;
  right: 43px;
  bottom: 0px;
}
.open-popup {
  display: block;
  margin: 50px auto;
  padding: 15px 40px;
  background: #3498db;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s;
}
.open-popup:hover {
  background: #2980b9;
  transform: translateY(-2px);
}
.image-transactions-tasks {
  width: 300px;
  height: 198px;
  background: url(../images/transactions-tasks.png) no-repeat center / cover;
  position: absolute;
  right: 43px;
  bottom: 0px;
}
.image-short-numbers {
  width: 300px;
  height: 198px;
  background: url(../images/short-numbers.png) no-repeat center / cover;
  position: absolute;
  right: 43px;
  bottom: 0px;
}
.image-black-white-lists {
  width: 300px;
  height: 198px;
  background: url(../images/black-white-lists.png) no-repeat center / cover;
  position: absolute;
  right: 43px;
  bottom: 0px;
}
.image-open-api {
  width: 300px;
  height: 198px;
  background: url(../images/open-api.png) no-repeat center / cover;
  position: absolute;
  right: 43px;
  bottom: 0px;
}
.image-recording-storage {
  width: 300px;
  height: 198px;
  background: url(../images/recording-storage.png) no-repeat center / cover;
  position: absolute;
  right: 43px;
  bottom: 0px;
}
.image-voice-greeting {
  width: 300px;
  height: 198px;
  background: url(../images/voice-greeting.png) no-repeat center / cover;
  position: absolute;
  right: 43px;
  bottom: 0px;
}
.image-statistics {
  width: 300px;
  height: 198px;
  background: url(../images/statistics.png) no-repeat center / cover;
  position: absolute;
  right: 43px;
  bottom: 0px;
}
.image-segmentation {
  width: 300px;
  height: 198px;
  background: url(../images/segmentation.png) no-repeat center / cover;
  position: absolute;
  right: 43px;
  bottom: 0px;
}
.image-сall-tracking {
  width: 300px;
  height: 198px;
  background: url(../images/сall-tracking.png) no-repeat center / cover;
  position: absolute;
  right: 43px;
  bottom: 0px;
}
.image-web-widgets {
  width: 300px;
  height: 198px;
  background: url(../images/web-widgets.png) no-repeat center / cover;
  position: absolute;
  right: 43px;
  bottom: 0px;
}
.image-web-background {
  width: 300px;
  height: 198px;
  background: url(../images/web-background.png) no-repeat center / cover;
  position: absolute;
  right: 43px;
  bottom: 0px;
}
.image-integration-service {
  width: 300px;
  height: 198px;
  background: url(../images/integration-service.png) no-repeat center / cover;
  position: absolute;
  right: 43px;
  bottom: 0px;
}
.mfp-numbers {
  min-width: 900px;
}
.tabs-header {
  display: flex;
  border-bottom: 1px solid #e0e2e4;
  margin-bottom: 20px;
}
.tab-item {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.tab-item.active {
  border-color: #ffdd2d;
}
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  overflow-y: scroll;
  max-height: calc(100vh - 478px) !important;
}
.number-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  width: 200px;
  flex-direction: column;
}
.number-item .number {
  min-width: 124px;
}
.row-num {
  display: flex;
  align-items: center;
}
.row-price .price {
  position: relative;
  left: -5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #A0A0A0;
}
.radio-circle {
  width: 24px;
  height: 24px;
  background: url(../images/radio-gray.png) no-repeat center;
  cursor: pointer;
  margin-right: 10px;
}
.radio-circle-favorite {
  width: 24px;
  height: 24px;
  background: url(../images/radio-gray.png) no-repeat center;
  cursor: pointer;
  margin-right: 10px;
}
.radio-circle.selected {
  background-image: url(../images/radio-checked.png);
}
.radio-circle-favorite.selected {
  background-image: url(../images/radio-checked.png);
}
.favorite-heart {
  width: 16px;
  height: 16px;
  background: url(../images/heart-gray.svg) no-repeat center;
  cursor: pointer;
  margin-left: auto;
}
.favorite-heart.active {
  background-image: url(../images/heart-yellow.svg);
}
.price-filter {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.price-item {
  font-family: 'TinkoffSans-Medium', Helvetica, Arial, sans-serif;
  padding: 16px 24px;
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
.price-item .price-old {
	text-decoration: line-through;
	font-size: 16px;
	color: #A0A0A0;
}
.search-phone {
  font-family: 'NeueHaasUnicaW1G-Regular', Helvetica, Arial, sans-serif;
  flex-grow: 1;
  border: none;
  border-radius: 12px;
  background: #F5F5F6;
  font-weight: 400;
  font-size: 15px;
  padding: 17px 17px;
}
.search-phone:focus {
  border: none;
  outline: none;
}
.price-item.selected {
  border-color: #ffdd2d;
}
.load-more {
  margin-top: 20px;
}
.load-more .btn {
  background-color: #fedd2c;
}
.load-more a {
  margin-left: 50px;
}
.favorites-count {
  background-color: #e1e2e4;
  color: #000000;
  font-weight: 400;
  font-size: 13px;
  width: 24px;
  height: 24px;
  padding: 4px 0px;
  text-align: center;
}
.search-mobile {
  display: none;
}
.tariff-section {
  margin-bottom: 40px;
}
.tariff-table {
  margin: 20px 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 0;
}
.tariff-table th {
  padding: 15px;
  text-align: left;
  font-weight: 500;
}
.tariff-table td {
  padding: 12px 15px;
  vertical-align: top;
  padding: 15px;
  vertical-align: middle;
  background-color: #F5F5F6;
  border-left: 8px solid #fff;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  font-family: 'NeueHaasUnicaW1G-Regular', Helvetica, Arial, sans-serif;
}
.tariff-table td:first-child {
  width: var(--first-column-width);
  text-align: left;
}
.tariff-table td:not(:first-child) {
  width: 20%;
  text-align: center;
}
.tariff-table tr.feature-category td {
  padding-top: 30px;
  padding-bottom: 15px;
  font-family: 'TinkoffSans-Medium', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.tariff-table td.unavailable {
  color: #A0A0A0;
}
.tariff-table td.checkmark {
  text-align: center;
}
.tariff-table td.checkmark img {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.tariff-table tr:last-child td {
  border-bottom: none;
}
.tariff-header {
  font-size: 24px;
  color: #2c3e50;
  margin: 0 0 30px;
  font-weight: 600;
  font-family: 'TinkoffSans-Medium', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
}
.price-tag {
  color: #ffdd2d;
  font-weight: 700;
}
.feature-category {
  font-family: 'TinkoffSans-Medium', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.unavailable {
  color: #868e96;
}
.checkmark {
  color: #28a745;
  font-weight: 700;
}
.section-title {
  font-size: 18px;
  color: #495057;
  margin: 25px 0 15px;
  font-weight: 500;
}
.region-header {
  font-size: 36px;
  color: #2c3e50;
  font-weight: 500;
  padding-bottom: 20px;
  font-family: 'TinkoffSans-Medium', Helvetica, Arial, sans-serif;
  text-align: left;
}
.region-filter {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #e0e2e4;
  font-size: 16px;
  width: 100%;
  padding: 15px 15px 15px 35px;
  font-size: 15px;
  border-radius: 8px;
  border: none;
  background-color: #f5f5f5;
  background-image: url(../images/loupe.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 17px 17px;
  outline: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.region-filter:focus {
  border-color: #F5F5F6;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.region-filter::placeholder {
  color: #717171;
  font-size: 15px;
  font-family: 'NeueHaasUnicaW1G-Regular', Helvetica, Arial, sans-serif;
}
.regions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.region-item {
  transition: all 0.2s;
  font-family: 'NeueHaasUnicaW1G-Regular', Helvetica, Arial, sans-serif;
  font-size: 15px !important;
  transition: color 0.2s ease;
  cursor: pointer;
}
.region-item:hover {
  background: #f8f9fa;
  color: #626161;
}
.region-main {
  font-weight: bold;
  min-height: 48px;
}
.loader {
  text-align: center;
  padding: 50px;
  display: none;
}
.remove-num {
  width: 24px;
  height: 24px;
  background: url(../images/close_gray.svg) no-repeat center / cover;
  cursor: pointer;
  position: relative;
  top: 1px;
}
.tariff-wrapper {
  padding: 0;
  margin: 0;
}
.tariff-header-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
  table-layout: fixed;
}
.tariff-header-table th {
  padding: 15px;
  text-align: center;
  font-family: 'TinkoffSans-Medium', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  border-bottom: none;
}
.tariff-header-table th:not(.tariff-title) {
  width: 20%;
}
.tariff-header-table th.tariff-title {
  text-align: left;
  font-size: 28px;
  font-weight: 500;
  width: var(--first-column-width);
}
.br-bottom {
  border-bottom: 16px solid #ffffff;
}
.br-bottom td {
  border-radius: 0 0 16px 16px;
}
.br-top-first td {
  border-radius: 16px 16px 0 0;
}
.br-top td {
  border-radius: 16px 16px 0 0;
}
.regions-cont {
  display: flex;
  width: 100%;
  max-width: 900px;
  gap: 10px;
  margin: 0 auto;
  max-height: calc(100vh - 270px);
  overflow-y: auto;
}
.region-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}
@media (max-width: 991px) {
  #numbers-popup .popup-content {
    max-width: 100%;
    font-size: 15px;
    line-height: 15px;
    margin: 1px 0;
    padding: 17px 17px;
    max-height: none;
  }
  #numbers-popup .popup-title {
    font-size: 24px;
    line-height: 24px;
  }
  #numbers-popup .numbers-grid {
    position: relative;
    left: -12px;
    width: 345px;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    overflow-y: scroll;
    max-height: calc(100vh - 506px);
    max-height: calc(100vh - 557px) !important;
  }
  #numbers-popup.white-popup {
    max-width: 360px;
    font-size: 15px;
    line-height: 15px;
    margin: 1px auto;
  }
  .search-mobile {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
  .search-desktop {
    display: none;
  }
  .price-item {
    width: 72px;
    min-height: 40px;
    padding: 12px 8px;
    font-size: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  .number-item {
    width: 170px;
    padding: 0px;
  }
  .number-item .number {
    min-width: 110px;
    position: relative;
    top: -1px;
  }
  .number-item .price {
    position: relative;
    top: -4px;
    left: 0px;
  }
  .number-item .favorite-heart {
    position: relative;
    top: 0px;
  }
  .load-more .btn {
    width: 100%;
    font-size: 17px;
  }
  .load-more a {
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: #f1f4f8;
    height: 56px;
    margin-top: 12px;
    border-radius: 12px;
    padding-top: 18px;
    font-size: 17px;
    margin-left: 0;
  }
  .mfp-numbers {
    min-width: 360px;
  }
}
@media (max-width: 768px) {
  .popup-content {
    padding: 30px 20px;
  }
  #popup800 .popup-text {
    max-width: 100%;
  }
  #popup800 .content-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 190px;
  }
  #popup800 .image-column {
    position: static;
  }
  #popup800 .image-800 {
    position: absolute;
    bottom: 0;
    right: 43px;
    margin-top: 0;
  }
  #popup-scenarios .popup-text {
    max-width: 100%;
  }
  .tariff-header-table th {
    padding: 10px 5px;
    font-size: 16px;
  }
  .tariff-header-table th.tariff-title {
    font-size: 20px;
  }
  .tariff-table td {
    padding: 10px 5px;
    font-size: 13px;
  }
  .tariff-table tr.feature-category td {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 584px) {
  .tariff-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tariff-header-table {
    min-width: 584px;
  }
  .tariff-table {
    min-width: 584px;
  }
}
@media (max-width: 430px) {
  .regions-cont {
    flex-wrap: wrap;
  }
  .region-column {
    min-width: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}
@media (max-width: 380px) {
  .region-item {
    font-size: 14px !important;
  }
  .popup-title {
    margin-bottom: 9px;
  }
  .popup-title h2,
  .popup-title .h2 {
    padding-top: 7px;
  }
  .price-filter {
    gap: 6px 10px;
    margin-bottom: 12px;
  }
  #numbers-popup .numbers-grid {
    max-height: calc(100vh - 520px) !important;
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
  }
  #numbers-popup.white-popup {
    min-width: 100%;
  }
  .mfp-numbers {
    min-width: 100%;
  }
}
