/* Стили дополнительных страниц (blog, pages, tools) */
/* Дата: 2025-10-16 07:25:47 */

/* ========== ОСНОВНЫЕ СТИЛИ ========== */

.page__title {
  text-align: center;
  line-height: 135%;
  font-weight: 500;
  color: #fff;
  font-size: 58px;
  font-family: "Geologica", sans-serif;
}

.page__text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Wix Madefor Text", sans-serif;
  margin: 0 auto;
  padding-bottom: 70px;
  margin-top: -25px;
}

.page__descr {
  background: #eff2ff;
  padding-top: 42px;
  padding-bottom: 62px;
}

.page__descr p {
  text-align: center;
  color: #081c62;
  font-family: "Wix Madefor Text", sans-serif;
  line-height: 135%;
  font-size: 16px;
  margin-bottom: 20px;
}

.page__descr h2 {
  text-align: center;
  line-height: 135%;
  font-weight: 500;
  color: #081c62;
  font-size: 48px;
  font-family: "Geologica", sans-serif;
}

.page__descr h3 {
  text-align: center;
  line-height: 135%;
  font-weight: 500;
  color: #081c62;
  font-size: 48px;
  font-family: "Geologica", sans-serif;
}

.article__content img {
  border-radius: 10px;
  max-width: 100%;
}

.article__top {
  display: flex;
  flex-direction: column;
  padding-left: 200px;
  position: relative;
  padding-top: 160px;
  z-index: 2;
}

.article__author {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
  font-family: "Geologica", sans-serif;
  margin-right: 30px;
  opacity: 0.85;
}

.article__year {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
  font-family: "Geologica", sans-serif;
  margin-right: 55px;
}

.article__time {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-right: 20px;
  line-height: 135%;
  font-family: "Geologica", sans-serif;
  position: relative;
}

.article__time::after {
  content: "";
  position: absolute;
  background: url("../img/time-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: -20px;
  top: 0px;
}

.article__tags a {
  font-size: 8px;
  color: #fff;
  font-weight: 600;
  line-height: 135%;
  font-family: "Wix Madefor Text", sans-serif;
  text-decoration: none;
  border-radius: 4px;
  padding: 2px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-left: 34px;
}

.article__title {
  text-align: Left;
  line-height: 135%;
  font-weight: 500;
  color: #fff;
  font-size: 48px;
  font-family: "Geologica", sans-serif;
  margin-bottom: 24px;
  margin-top: 12px;
  padding-bottom: 45px;
}

.article__title h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  max-width: 700px;
}

.article__detail {
  background: #eff2ff;
  padding-top: 27px;
  padding-bottom: 20px;
}

.article__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.article__content {
  width: 75%;
  padding-left: 200px;
  padding-bottom: 32px;
  position: relative;
}

.article__content::before {
  content: "";
  position: absolute;
  width: 780px;
  background: #081c62;
  height: 1px;
  left: 200px;
  bottom: 0px;
}

.article__content h2,
.article__content h3 {
  color: #081c62;
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
  font-family: "Geologica", sans-serif;
}

.article__content p {
  color: #081c62;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Wix Madefor Text", sans-serif;
  margin: 20px 0;
}

.article__content *:first-child {
  margin-top: 0;
}

.article__content ul li {
  color: #081c62;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Wix Madefor Text", sans-serif;
}

.article__content ol li {
  color: #081c62;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Wix Madefor Text", sans-serif;
}

.article__aside {
  width: 24%;
}

.article__menu {
  display: inline-table;
  background: #a5b4ff;
  padding: 16px 16px;
  border-radius: 12px;
  height: 144px;
}

.article__menu ul {
  padding-left: 0px;
  margin: 0;
}

.article__menu ul li {
  list-style: none;
  margin-bottom: 8px;
}

.article__menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 135%;
  font-family: "Wix Madefor Text", sans-serif;
  position: relative;
  transition: 0.3s;
}

.article__menu ul li .active-article {
  padding-left: 20px;
}

.article__menu ul li .active-article::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff;
  top: 8px;
  left: 0;
}

.email {
  background: #eff2ff;
  padding: 0px 0px 80px;
}

.email__form {
  max-width: 780px;
  width: 980px;
  margin: 0 auto;
  background: #210e8e;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 57px 100px;
  position: relative;
  overflow: hidden;
}

.email__form::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 220px;
  background: url("../img/emails.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0;
  top: 0;
}

.email__form-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  font-family: "Geologica", sans-serif;
  line-height: 135%;
  width: 30%;
  position: relative;
  z-index: 1;
}

.email-form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 70px;
}

.email-form input {
  background: #fff;
  border: none;
  border-radius: 8px;
  width: 240px;
  height: 40px;
  padding: 0px 20px;
  color: #210e8e;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  font-family: "Wix Madefor Text", sans-serif;
}

.email-form input::placeholder {
  color: #210e8e;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.email-form button {
  border-radius: 8px;
  padding: 10px 40px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background: #8566fe;
  border: none;
  margin-left: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 135%;
  cursor: pointer;
}

.blog-pages {
  border-radius: 0px 0px 12px 12px;
  position: relative;
  margin-top: -160px;
  height: 500px;
}

.blog-pages::before {
  position: absolute;
  content: "";
  background: url("../img/blog_bg.webp");
  background-color: #050366;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 700px;
  z-index: -1;
}

.blog-pages-container {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 200px;
  z-index: 2;
}

.blog-pages-container .blogs__sliders {
  margin-top: 100px;
}

.blog-pages-container .blogs__sliders {
  margin-top: 40px;
}

.blog-pages-container .blogs__sliders .blogs-slide__dark {
  height: auto;
  background: #4e6aff;
}

.blog-pages-container .blogs__sliders .blogs-slide__dark .blogs-slide__title a {
  color: #fff;
}

.blog-pages-container .blogs__sliders .blogs-slide__dark .blogs-slide__time {
  color: #fff;
  position: relative;
  margin-left: 20px;
}

.blog-pages-container
  .blogs__sliders
  .blogs-slide__dark
  .blogs-slide__time::after {
  content: "";
  position: absolute;
  background: url("../img/time-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: -20px;
  top: 0px;
}

.blog-pages-container .blogs__sliders .blogs-slide__dark .blogs-slide__year {
  color: #fff;
}

.blog-pages-container
  .blogs__sliders
  .blogs-slide__dark
  .blogs-slide__tags-fiolet
  a {
  background: #8566fe;
  color: #fff;
}

.blog-pages-container .blogs__sliders .blogs-slide__dark .blogs-slide__tags a {
  color: #fff;
}

.blog-page {
  background: #eff2ff;
  padding: 180px 0px 20px 0px;
  margin-top: 100px;
}

.blog-pages__title {
  text-align: center;
  color: #fff;
  font-size: 54px;
  font-weight: 500;
  line-height: 135%;
  font-family: "Geologica", sans-serif;
}

.blog__filter {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}

.blog__filter-dropdown {
  display: flex;
  flex-direction: row;
}

.services__filters .mixitup-control-active {
  background: #4e6aff;
  border-radius: 8px;
  padding: 10px 45px;
  border: none;
  color: #fff;
  margin-right: 8px;
}

.blog__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.blogs-item__image {
  padding: 32px 32px 12px 32px;
  height: 215px;
  overflow: hidden;
  transition: 0.3s;
}

.blogs-item__image img {
  max-width: 100%;
  width: 100%;
  height: 215px;
  overflow: hidden;
  border-radius: 12px;
  display: block;
  object-fit: cover;
  transform: scale(1);
}

.blogs-item-top {
  display: flex;
  flex-direction: row;
}

.blogs-item-top {
  padding: 0px 32px;
}

.blogs-item__year {
  color: #081c62;
  font-size: 12px;
  font-weight: 500;
  line-height: 135%;
  font-family: "Geologica", sans-serif;
  margin-right: 12px;
}

.blogs-item__time {
  color: #7896ff;
  font-size: 12px;
  font-weight: 500;
  line-height: 135%;
  font-family: "Geologica", sans-serif;
  position: relative;
  margin-left: 20px;
}

.blogs-item__time::after {
  content: "";
  position: absolute;
  background: url("../img/time-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: -20px;
  top: 0px;
}

.blogs-item__tags a {
  font-size: 8px;
  color: #fff;
  font-weight: 600;
  line-height: 135%;
  font-family: "Wix Madefor Text", sans-serif;
  text-decoration: none;
  border-radius: 4px;
  padding: 2px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-left: 12px;
}

.blogs-item__title {
  padding: 0px 32px 32px 32px;
  margin-top: 8px;
}

.blogs-item__title a {
  color: #081c62;
  font-size: 16px;
  font-family: "Geologica", sans-serif;
  line-height: 135%;
  font-weight: 500;
  text-decoration: none;
  width: 60%;
  display: block;
}

.part .page__title {
  z-index: 2;
  position: relative;
}

.part .page__title h1 {
  font-size: 58px;
}

.part .page__text {
  z-index: 2;
  position: relative;
}

.faq {
  position: relative;
}

.faq::after {
  content: "";
  position: absolute;
  background: url("../img/faq-a.webp");
  width: 100%;
  height: 993px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -250px;
  left: 0;
  right: 0;
  z-index: 1;
}

.faq .page__title {
  z-index: 2;
  position: relative;
}

.faq .questions__list {
  z-index: 2;
  position: relative;
}

.proxi .page__title {
  z-index: 2;
  position: relative;
}

.proxi .questions__list {
  z-index: 2;
  position: relative;
}

.questions__list {
  padding-left: 0px;
  max-width: 980px;
  margin: 0 auto 62px auto;
  display: block;
}

.questions-item {
  list-style: none;
  width: auto;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.05),
    -8px -8px 20px 0px rgba(0, 0, 0, 0.05);
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0px;
  border: 1px solid transparent;
  cursor: pointer;
}

.questions-item__title {
  color: #fff;
  font-size: 16px;
  font-family: "Geologica", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;

  position: relative;
}

.questions-item__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 16px 24px;
  width: 100%;
  background: 0 0;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}

.questions-item__control span {
  color: #fff;
  font-size: 16px;
  font-family: "Geologica", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.questions-item__icon {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 8px;
  transition: all 0.5s;
  background: url("../img/drop.svg") 0 0 / cover no-repeat;
  flex: none;
}

.open-accordeon {
  border-radius: 12px;
  background: #e9eeff;
  transition: 0.3s;
  transition: 0.5s ease-in-out;
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.05),
    -8px -8px 20px 0px rgba(0, 0, 0, 0.05);
}

.questions__list .open-accordeon .questions-item__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.5s;
}

.questions__list .open-accordeon .questions-item__control span {
  color: #081c62;
}

.questions-item__content {
  padding: 20px;
  display: none;
  opacity: 0;
  animation: ani 1s forwards;
}

.questions__list .open-accordeon .questions-item__content {
  display: block;
  color: #081c62;
  overflow: hidden;
  padding: 0;
  padding-right: 40px;
  will-change: max-height;
  cursor: text;
  opacity: 1;
}

.questions__list .open-accordeon .questions-item__content p:first-child {
  margin-top: 0;
}

.questions__list .open-accordeon .questions-item__content ul {
  padding-left: 40px;
}

.questions__list .open-accordeon .questions-item__content ul li {
  color: #081c62;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  list-style: none;
  position: relative;
}

.questions__list .open-accordeon .questions-item__content ul li::after {
  content: "";
  position: absolute;
  background: #212121;
  width: 4px;
  height: 4px;
  top: 12px;
  left: -12px;
  border-radius: 50%;
}

.questions__list .open-accordeon .questions-item__content p {
  color: #081c62;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 16px;
  padding-left: 0px;
}

.questions__list .open-accordeon .questions-item__content code {
  background: #ffffff;
  padding: 5px 5px;
  border-radius: 8px;
}

.questions__list .open-accordeon .questions-item__content span {
  color: #212121;
  font-family: "Commissioner-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
  padding-left: 30px;
}

.questions__list .open-accordeon .questions-item__content p b {
  font-family: "Commissioner-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.questions__list
  .open-accordeon
  .questions-item__content
  .block__content-jobs-t
  p {
  margin: 0;
}

.country-name {
  white-space: nowrap;
}

.select2-results__option--highlighted .country-flag {
  color: #142974 !important;
}

.article__content h2,
.article__content h3 {
  margin-top: 35px;
}

.privacy-index {
  background: #eff2ff;
  padding-top: 35px;
  padding-bottom: 62px;
}

.privacy-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}

.privacy-column {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.privacy-label {
  display: inline-block;
  padding: 0.2em 0.6em;
  font-size: 75%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.privacy-label-danger {
  background-color: #d9534f;
}

.privacy-label-success {
  background-color: #5cb85c;
}

.privacy {
  margin-bottom: 10px;
  padding: 15px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.privacy dl {
  position: relative;
  height: 1.2em;
  margin-bottom: 7px;
  margin-top: 7px;
  font-family: "Wix Madefor Text", sans-serif;
}

.privacy dl:after {
  content: "";
  position: absolute;
  height: 0;
  border-bottom: 1px dotted #e5e5e5;
  left: 0;
  right: 0;
  top: 82%;
}

.privacy dl dt {
  position: absolute;
  left: 0;
  background-color: #fff;
  padding-right: 5px;
  z-index: 1;
}

.privacy dl dd {
  position: absolute;
  right: 0;
  background-color: #fff;
  padding-left: 5px;
  z-index: 1;
}

.privacy dl.ua {
  height: auto;
  min-height: 1.2em;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.privacy dl.ua dt,
.privacy dl.ua dd {
  position: static;
}

.privacy dl.ua dd {
  text-align: right;
  word-break: break-all;
  max-width: 65%;
  font-size: 0.8rem;
}

.privacy dl.ua:after {
  display: none;
}

.privacy-index h1 {
  color: #081c62;
  font-family: "Geologica", sans-serif;
  margin-bottom: 30px;
}

.privacy h4 {
  font-family: "Geologica", sans-serif;
}

.form_blacklist {
  margin-bottom: 20px;
  text-align: left;
}

.label_blacklist {
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.input-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.privacy-index p {
  font-size: 15px;
  color: #333;
  margin: 5px 0 0;
  margin-bottom: 30px;
  font-family: "Wix Madefor Text", sans-serif;
}

.blacklistip-send {
  padding: 12px 50px;
  font-size: 16px;
  background-color: #4e6aff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 auto;
}

.blacklistip-send:hover {
  opacity: 0.9;
}

.result_success_blacklist {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 15px;
  border-radius: 6px;
  margin-top: 15px;
  word-break: break-word;
}

.result_error_blacklist {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 15px;
  border-radius: 6px;
  margin-top: 15px;
  word-break: break-word;
}

.result_info_blacklist {
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  color: #0c5460;
  padding: 15px;
  border-radius: 6px;
  margin-top: 15px;
  word-break: break-word;
}

table.blacklist {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

table.blacklist th,
table.blacklist td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}

table.blacklist th {
  font-weight: bold;
  background-color: #4e6aff;
  color: white;
}

table.blacklist td {
  font-size: 14px;
}

.stats-blacklist {
  text-align: left;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
  background-color: #e6e9ff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}

.stats-blacklist p {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 500;
}

.use-my-ip-link {
  font-size: 12px;
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
}

.use-my-ip-link:hover {
  text-decoration: underline;
}

.blacklist {
  max-width: 800px;
  margin: 30px auto;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
}

.scanports {
  max-width: 800px;
  margin: 30px auto;
  padding: 40px 50px;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
}

.form-scanports {
  display: block;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}

.label_scanports {
  font-weight: bold;
  margin: 0;
}

.scanports_ip_input {
  width: 35%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.scanports_port_input {
  width: 70px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
}

.scanports_port-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.scan_ports_port_item {
  position: relative;
  padding: 4px;
  background-color: #007bff;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.scan_ports_port_item:hover {
  background-color: #0056b3;
}

.scan_ports_port_item::after {
  content: attr(data-description);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10;
}

.scan_ports_port_item:hover::after {
  opacity: 1;
  visibility: visible;
}

.scanports_ip_link_container {
  margin-top: -8px;
  margin-bottom: 15px;
  text-align: center;
}

.table_proxychecker {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.proxychecker th {
  background-color: #4e6aff;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 16px;
}

.proxychecker td {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.proxychecker tr:hover {
  background-color: #d6e4ff;
  transition: background-color 0.3s ease;
}

.proxychecker td.status-working {
  color: green;
  font-weight: bold;
}

.proxychecker td.status-not-working {
  color: red;
  font-weight: bold;
}

.proxychecker td.anonymity-low {
  color: red;
  font-weight: bold;
}

#statistics-proxychecker {
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  background-color: #e6e9ff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

#statistics-proxychecker h2 {
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center;
  color: #333;
}

#statistics-proxychecker p {
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
  color: #333;
}

.filter-menu-proxychecker {
  width: 250px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  padding-top: 1px;
}

.filter-menu-proxychecker h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.filter-menu-proxychecker label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
  cursor: pointer;
}

.filter-menu-proxychecker input[type="checkbox"] {
  margin-right: 8px;
}

.loader-proxychecker {
  position: absolute;
  top: 50%;
  left: calc(80% + 1px);
  width: 20px;
  height: 20px;
  border: 3px solid #555;
  border-top: 3px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translateY(-50%);
}

.loader-proxychecker.hidden {
  display: none;
}

.button-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}

/* Блок скачивания результатов */
.download-results {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px 20px;
  background: #130b44;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.download-results__title {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.download-results__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-download {
  padding: 8px 16px;
  background: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-download:hover {
  background: #2563eb;
}

th.country-header {
  text-align: left;
  padding-left: 90px;
}

.contacts-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
  color: #2c3e50;
  font-weight: 700;
}

.contacts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  gap: 40px;
}

.contacts-info {
  flex: 1;
  min-width: 250px;
}

.contacts-info h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #444;
  font-weight: 600;
}

.contact-method {
  margin-bottom: 30px;
}

.contact-email {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.social-links-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.social-link {
  display: flex;
  align-items: center;
  padding: 8px 0;
  color: #3498db;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 16px;
}

.social-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #3498db;
}

.social-link:hover {
  color: #2980b9;
  text-decoration: underline;
}

.social-link:hover .social-icon {
  fill: #2980b9;
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 220px;
}

.checker-info {
  width: 100%;
  max-width: 1161px;
  box-sizing: border-box;
  background: #f8faff;
  border: 1px solid #d0e0ff;
  border-radius: 8px;
  padding: 20px;
  margin: 25px 0;
  box-shadow: 0 4px 12px rgba(74, 118, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.checker-info p {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.checker-info b {
  color: #2a5bd7;
  font-weight: 600;
}

.filter-menu-freeproxies {
  width: 280px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  flex-shrink: 0;
}

.filter-menu-freeproxies h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #333;
}

.filter-menu-freeproxies form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.filter-menu-freeproxies .filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filter-menu-freeproxies .filter-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.filter-menu-freeproxies .filter-group select.form-control {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.filter-menu-freeproxies .filter-group select.form-control:hover {
  border-color: #4e6aff;
}

.filter-menu-freeproxies .filter-group select.form-control:focus {
  outline: none;
  border-color: #4e6aff;
  box-shadow: 0 0 0 3px rgba(78, 106, 255, 0.1);
}

.filter-menu-freeproxies .btn {
  padding: 12px 24px;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.filter-menu-freeproxies .btn-primary {
  background: #4e6aff;
  color: #fff;
  margin-top: 10px;
  width: 100%;
}

.filter-menu-freeproxies .btn-primary:hover {
  background: #3d5aef;
  opacity: 0.9;
}

.filter-menu-freeproxies .btn-secondary {
  background: #f9f9f9;
  color: #555;
  border: 1px solid #ddd;
  margin-top: 8px;
  padding: 11px 16px;
  font-size: 13px;
  width: 100%;
}

.filter-menu-freeproxies .btn-secondary:hover {
  background: #e9e9e9;
  border-color: #ccc;
}

#statistics-freeproxies {
  margin: 20px auto;
  max-width: 1200px;
}

.freeproxies-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px auto;
  max-width: 1200px;
}

.freeproxies-container #results {
  flex: 1;
  min-width: 0;
}

.freeproxies-container #results .table_proxychecker {
  margin-top: 0;
}

.privacy-index .free-proxies-info {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 15px;
  margin: 20px 0;
}

.privacy-index #statistics-freeproxies.stats-container {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin: 15px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.privacy-index #statistics-freeproxies .stats-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.privacy-index #statistics-freeproxies .stat-item {
  text-align: center;
  margin: 5px;
}

.privacy-index #statistics-freeproxies .stat-label {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}

.privacy-index #statistics-freeproxies .stat-value {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.privacy-index .speed-fast {
  color: #28a745;
  font-weight: bold;
}

.privacy-index .last-checked {
  font-size: 12px;
  color: #666;
}

.privacy-index .relative-time {
  font-weight: 500;
}

.privacy-index .last-checked[data-timestamp] .relative-time {
  color: #28a745;
}

.privacy-index .last-checked[data-timestamp=""] .relative-time {
  color: #6c757d;
}

.privacy-index .proxy-cell {
  cursor: pointer;
  font-family: monospace;
}

.privacy-index .anonymity-low {
  color: #ff6b6b;
}

.privacy-index .pagination-container {
  margin: 20px 0;
  text-align: center;
}

.privacy-index .pagination-info {
  margin-bottom: 15px;
}

.privacy-index .pagination-info p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.privacy-index .pagination {
  display: inline-flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.privacy-index .page-item {
  margin: 0 2px;
}

.privacy-index .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.privacy-index .page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.privacy-index .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.privacy-index .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* ========== MEDIA QUERIES ========== */

@media screen and (max-width: 1280px) {
  .article__top {
    padding-left: 35px;
  }

  .article__aside {
    width: 24%;
    padding-right: 3%;
  }

  .article__content {
    width: 70%;
    padding-left: 35px;
    padding-bottom: 32px;
    position: relative;
  }

  .article__content::before {
    left: 24px;
  }

  .article__container {
    gap: 3%;
  }

  .privacy-column {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .privacy h4 {
    font-size: 1.2rem;
  }

  .privacy dl dt {
    font-size: 1rem;
  }

  .privacy dl dd {
    font-size: 1rem;
  }

  .privacy dl dd.js-user-agent {
    font-size: 0.65rem;
    word-wrap: break-word;
    white-space: normal;
  }
}

@media screen and (max-width: 1023px) {
  .proxi .questions__list {
    padding: 0 20px;
  }

  .page__descr h2 {
    font-size: 36px;
    margin-top: 0;
    line-height: 1.3;
  }

  .page__descr .container {
    margin: 0 20px;
  }

  .part .page__title h1 {
    font-size: 42px;
    margin: 15px 0 30px;
  }

  .section.faq .container,
  section.plit .container {
    margin: 0 20px;
  }

  .article__aside {
    display: none;
  }

  .article__title h1 {
    margin: 0;
    font-size: 38px;
    line-height: 1.4;
    font-weight: 500;
    max-width: 100%;
  }

  .article__content::before {
    left: 24px;
    width: 94%;
  }

  .article__top {
    padding-left: 25px;
  }

  .article__title {
    padding-bottom: 25px;
  }

  .article__container {
    gap: 0;
  }

  .article__content {
    width: 100%;
    padding-right: 35px;
    padding-left: 25px;
  }

  .article__detail .container,
  .article .container {
    margin: 0 20px;
  }

  .privacy-column {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .privacy h4 {
    font-size: 1.1rem;
  }

  .privacy dl dt {
    font-size: 0.95rem;
  }

  .privacy dl dd {
    font-size: 0.95rem;
  }
}

@media (max-width: 767px) {
  .email {
    padding: 0 20px 20px 20px;
  }

  .questions-item__title {
    text-align: left;
    padding-right: 15px;
    font-size: 14px !important;
  }

  .page__title {
    font-size: 32px;
  }

  .page__title h1 {
    font-size: 32px;
    margin-top: 0px;
  }

  .questions-item__control {
    position: relative;
  }

  .questions__list .open-accordeon .questions-item__content p,
  .questions__list .open-accordeon .questions-item__content ul li,
  .questions__list .open-accordeon .questions-item__content ol li {
    font-size: 12px;
  }

  .questions__list .open-accordeon .questions-item__content code {
    font-size: 12px;
    width: auto;
    display: inline-block;
    white-space: pre-wrap;
    word-break: break-all;
  }

  .faq::after {
    background: radial-gradient(ellipse 600px 400px at 50% 30%, rgba(108, 99, 255, 0.15) 0%, rgba(108, 99, 255, 0.05) 50%, transparent 70%),
                radial-gradient(ellipse 500px 350px at 20% 60%, rgba(64, 193, 254, 0.12) 0%, rgba(64, 193, 254, 0.05) 40%, transparent 65%);
    width: 100%;
    height: 600px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(40px);
  }

  .part .page__title h1 {
    font-size: 36px;
    margin: 0px 0 45px;
    line-height: 1.1;
    font-weight: 500;
  }

  .article__top {
    padding-left: 0px;
  }

  .article__detail {
    padding-bottom: 0px;
  }

  .article__title {
    padding-bottom: 0px;
  }

  .article__title h1 {
    font-size: 24px;
    line-height: 135%;
  }

  .article__content {
    width: 100%;
    padding-left: 0px;
    padding-right: 0;
    border-bottom: 1px solid #081c62;
    padding-bottom: 22px;
  }

  .article__author {
    margin-right: 20px;
  }

  .article__year {
    margin-right: 40px;
  }

  .article__time {
    margin-right: 0;
  }

  .article__content img {
    border-radius: 10px;
    max-width: 100%;
  }

  .article__aside {
    display: none;
  }

  .article__content::before {
    display: none;
  }

  .email__form {
    flex-direction: column;
    width: auto;
    height: 182px;
    padding: 24px 24px;
  }

  .email__form-title {
    width: 80%;
    text-align: center;
    margin-bottom: 22px;
  }

  .blog-pages-container {
    padding-top: 170px;
  }

  .blog-pages-container .blogs__sliders {
    margin-top: 20px;
  }

  .blog-pages__title {
    font-size: 32px;
  }

  .email-form {
    flex-direction: column;
    margin-left: 0px;
    width: 100%;
    position: relative;
    z-index: 9;
  }

  .email-form input {
    width: 86%;
  }

  .email__form::after {
    width: 720px;
    height: 320px;
  }

  .email-form button {
    width: 100%;
    margin-left: 0px;
    margin-top: 8px;
  }

  .blog-page {
    margin-top: 60px;
  }

  .part .page__text {
    width: 90%;
    font-size: 14px;
    padding-bottom: 55px;
  }

  .part .page__text br {
    display: none;
  }

  .article__content p {
    font-size: 12px;
  }

  .article__content h2,
  .article__content h3 {
    font-size: 16px;
  }

  .article__content ol li {
    font-size: 12px;
  }

  .article__content ul li {
    font-size: 12px;
  }

  .blog-pagination ul {
    padding-left: 0;
  }

  .page__descr {
    padding-bottom: 22px;
  }

  .page__descr h2 {
    font-size: 24px;
    margin-top: 0px;
  }

  .page__descr p {
    font-size: 14px;
  }

  .page__descr h3 {
    font-size: 24px;
  }

  .blog__filter-dropdown {
    flex-direction: column;
    width: 58%;
  }

  .blog__filter {
    align-items: flex-start;
  }

  .blog__filter .f-all {
    width: 38%;
  }

  .services__filters {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .services__filters .mixitup-control-active {
    background: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    border: none;
    color: #000;
    width: 100%;
    text-align: left;
  }

  .services__filters > button {
    border: 1px solid transparent;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
  }

  .blog__filter-menu {
    position: absolute;
    top: 100%;
    border: 0px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    list-style-type: none;
    width: 100%;
    z-index: 1;
  }

  .dd-input:checked + .blog__filter-menu {
    display: flex;
    z-index: 999;
    flex-direction: column;
    gap: 1px;
  }

  .dd-input:checked + .blog__filter-menu .filter-button.active {
    margin-right: 0px;
  }

  .dd-input:checked + .blog__filter-menu .filter-button {
    margin-right: 0px;
  }

  .privacy-column {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .privacy h4 {
    font-size: 1.1rem;
  }

  .privacy dl dt {
    font-size: 0.85rem;
  }

  .privacy dl dd {
    font-size: 0.85rem;
  }

  .privacy-index {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .privacy dl dd.js-user-agent {
    font-size: 0.75rem;
    word-wrap: break-word;
    white-space: normal;
  }

  .contacts-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .contact-buttons {
    width: 100%;
  }

  .contacts-info,
  .contact-buttons {
    min-width: auto;
  }

  .contacts-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .filter-menu-proxychecker {
    align-items: center;
    margin-bottom: 12px;
    white-space: nowrap;
  }

  .filter-menu-proxychecker h3 {
    margin: 0 8px 0 0;
    font-size: 14px;
    display: inline-block;
  }

  .filter-menu-proxychecker label {
    margin-bottom: 0;
    font-size: 13px;
    align-items: center;
    padding: 4px 0;
  }

  .table_proxychecker {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: none;
    border-radius: 0;
    margin-top: 15px;
  }

  .table_proxychecker thead,
  .table_proxychecker tbody,
  .table_proxychecker tr,
  .table_proxychecker th,
  .table_proxychecker td {
    display: block;
  }

  .table_proxychecker thead {
    display: none;
  }

  .table_proxychecker tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .table_proxychecker td {
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #eee;
  }

  .table_proxychecker td:before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #4e6aff;
    text-align: left;
  }

  .table_proxychecker td:last-child {
    border-bottom: none;
  }

  .table_proxychecker td[data-label] {
    padding-left: 120px;
  }

  .checker-info {
    padding: 15px;
    margin: 20px 0;
    border-radius: 10px;
  }

  .checker-info p {
    font-size: 14px;
  }

  .checker-info {
    padding: 15px;
    margin: 15px 0;
    border-radius: 6px;
  }

  .checker-info p {
    font-size: 14px;
    line-height: 1.5;
  }

  .checker-info::before {
    width: 3px;
  }

  .blacklist {
    max-width: 100%;
    margin: 20px auto;
    padding: 15px;
  }

  .scanports {
    max-width: 100%;
    margin: 20px auto;
    padding: 15px;
  }

  .input-group {
    flex-direction: column;
    gap: 10px;
  }

  .input-group input[type="text"] {
    width: 100%;
    box-sizing: border-box;
  }

  .blacklistip-send {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
  }

  .form-scanports {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .scanports_ip_input {
    width: 100%;
  }

  .scanports_port_input {
    width: 100%;
  }

  .privacy-index {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .privacy-row {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
  }

  .privacy-column {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 15px;
  }

  .privacy {
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 6px;
    overflow: hidden;
  }

  .privacy-index h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .privacy h4 {
    font-size: 18px;
  }

  .privacy dl {
    margin-bottom: 10px;
    margin-top: 10px;
    height: auto;
    min-height: 1.2em;
    padding-bottom: 5px;
  }

  .privacy dl:after {
    top: 100%;
  }

  .privacy dl dt,
  .privacy dl dd {
    position: static;
    display: block;
    padding: 0;
    margin-bottom: 2px;
  }

  .privacy dl dt {
    font-weight: bold;
    color: #081c62;
    margin-bottom: 5px;
  }

  .privacy dl dd {
    margin-bottom: 10px;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .privacy dl.ua {
    display: block;
  }

  .privacy dl.ua dd {
    max-width: 100%;
    text-align: left;
    font-size: 0.85rem;
    word-break: break-word;
  }

  .privacy-label {
    padding: 0.15em 0.4em;
    font-size: 85%;
  }
}

@media (max-width: 820px) {
  #statistics-freeproxies {
    margin: 15px 10px;
    padding: 12px;
  }

  #statistics-freeproxies .stats-row {
    flex-direction: column;
    gap: 12px;
  }

  #statistics-freeproxies .stat-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
  }

  #statistics-freeproxies .stat-item:last-child {
    border-bottom: none;
  }

  #statistics-freeproxies .stat-label {
    font-size: 14px;
  }

  #statistics-freeproxies .stat-value {
    font-size: 16px;
  }

  .freeproxies-container {
    flex-direction: column-reverse;
    margin: 10px;
  }

  .filter-menu-freeproxies {
    width: calc(100% - 20px);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 12px;
    box-sizing: border-box;
  }

  .filter-menu-freeproxies form {
    gap: 15px;
  }

  .filter-menu-freeproxies .filter-group {
    gap: 6px;
  }

  .filter-menu-freeproxies .filter-group label {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .filter-menu-freeproxies .filter-group select.form-control {
    padding: 8px 10px;
    font-size: 13px;
  }

  .filter-menu-freeproxies .btn {
    padding: 10px 20px;
    font-size: 13px;
  }

  .filter-menu-freeproxies .btn-primary,
  .filter-menu-freeproxies .btn-secondary {
    margin-top: 8px;
  }

  .freeproxies-container #results {
    width: 100%;
    overflow-x: auto;
  }

  .freeproxies-container #results .table_proxychecker {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .freeproxies-container #results .table_proxychecker thead {
    display: none;
  }

  .freeproxies-container #results .table_proxychecker tbody {
    display: block;
  }

  .freeproxies-container #results .table_proxychecker tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
  }

  .freeproxies-container #results .table_proxychecker td {
    display: flex;
    justify-content: space-between;
    padding: 8px 5px;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
  }

  .freeproxies-container #results .table_proxychecker td:last-child {
    border-bottom: none;
  }

  .freeproxies-container #results .table_proxychecker td:before {
    content: attr(data-label);
    font-weight: 600;
    color: #333;
    margin-right: 10px;
  }

  .freeproxies-container #results .table_proxychecker td.proxy-cell {
    font-family: monospace;
    font-size: 13px;
  }

  .freeproxies-container #results .table_proxychecker td.country-cell img {
    width: 16px;
    margin: -3px 5px 0 0;
  }

  .pagination-container {
    margin: 15px 0;
  }

  .pagination-container .pagination-info {
    margin-bottom: 10px;
  }

  .pagination-container .pagination-info p {
    font-size: 12px;
  }
}

@media (max-width: 1024px) and (min-width: 821px) {
  #statistics-freeproxies {
    max-width: 100%;
    margin: 15px;
  }

  .freeproxies-container {
    max-width: 100%;
    margin: 15px;
  }

  .filter-menu-freeproxies {
    width: 250px;
    padding: 15px;
  }

  .freeproxies-container #results .table_proxychecker {
    font-size: 14px;
  }

  .freeproxies-container #results .table_proxychecker th,
  .freeproxies-container #results .table_proxychecker td {
    padding: 8px 5px;
  }
}

@media (max-width: 768px) {
  .privacy-index #statistics-freeproxies .stats-row {
    flex-direction: column;
  }

  .privacy-index .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .privacy-index .page-item {
    margin: 2px;
  }

  .privacy-index .pagination-info p {
    font-size: 12px;
  }
}

/* ========== API DOCUMENTATION ========== */

.api-intro {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
  font-family: "Wix Madefor Text", sans-serif;
}

.api-intro p {
  margin-bottom: 8px;
}

.api-intro a {
  color: #7b8fff;
  text-decoration: underline;
}

.api-intro a:hover {
  color: #fff;
}

.api-params {
  list-style: none;
  padding: 0;
  margin: 10px 0 15px 0;
}

.api-params li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
}

.api-params li:last-child {
  border-bottom: none;
}

.api-params code {
  background: rgba(123, 143, 255, 0.2);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
}

.api-params em {
  color: #9ca3af;
  font-style: italic;
}

.block__content-jobs code.multiline {
  display: block;
  white-space: pre-wrap;
  padding: 12px 16px;
  margin: 10px 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
}

.block__content-jobs ul.api-params + p {
  margin-top: 15px;
}

/* ========== БАННЕР ТЕСТОВОГО ПРОКСИ ========== */

.test-proxy-banner {
  position: relative;
  z-index: 2;
  background: #eff2ff;
  padding: 15px 0 5px;
}
.test-proxy-banner__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
  border: 1px solid #c8e6c9;
  border-radius: 12px;
  padding: 20px 28px;
  max-width: 700px;
  margin: 0 auto;
}
.test-proxy-banner__icon {
  font-size: 36px;
  flex-shrink: 0;
}
.test-proxy-banner__title {
  font-size: 17px;
  font-weight: 600;
  color: #2e7d32;
  margin-bottom: 6px;
}
.test-proxy-banner__text {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.test-proxy-banner__text a {
  color: #3d65ff;
  text-decoration: underline;
  font-weight: 500;
}
.test-proxy-banner__text a:hover {
  text-decoration: none;
}

/* ========== UNSUBSCRIBE PAGE ========== */

.unsub-page {
  max-width: 600px;
  margin: 50px auto;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.unsub-page__title {
  text-align: center;
  color: #081c62;
  font-size: 28px;
  font-weight: 600;
  font-family: "Geologica", sans-serif;
  margin: 0 0 12px;
}

.unsub-page__desc {
  text-align: center;
  color: #555;
  font-size: 15px;
  font-family: "Wix Madefor Text", sans-serif;
  margin: 0 0 30px;
  line-height: 1.5;
}

.unsub-reasons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.unsub-reason {
  cursor: pointer;
  display: block;
}

.unsub-reason input[type="radio"] {
  display: none;
}

.unsub-reason__box {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border: 2px solid #e0e4ef;
  border-radius: 10px;
  transition: all 0.2s ease;
  background: #f8f9fd;
}

.unsub-reason input[type="radio"]:checked + .unsub-reason__box {
  border-color: #4e6aff;
  background: #eef1ff;
  box-shadow: 0 0 0 3px rgba(78, 106, 255, 0.12);
}

.unsub-reason__box:hover {
  border-color: #a5b4ff;
  background: #f0f3ff;
}

.unsub-reason__icon {
  font-size: 22px;
  flex-shrink: 0;
}

.unsub-reason__text {
  color: #081c62;
  font-size: 15px;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
}

.unsub-custom {
  margin-bottom: 20px;
}

.unsub-custom__textarea {
  width: 100%;
  min-height: 100px;
  padding: 14px 16px;
  border: 2px solid #e0e4ef;
  border-radius: 10px;
  font-size: 14px;
  font-family: "Wix Madefor Text", sans-serif;
  color: #081c62;
  resize: vertical;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.unsub-custom__textarea:focus {
  outline: none;
  border-color: #4e6aff;
}

.unsub-form__btn {
  display: block;
  width: 100%;
  padding: 14px;
  background: #ff4d4d;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Wix Madefor Text", sans-serif;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

.unsub-form__btn:hover {
  background: #e03e3e;
}

.unsub-done {
  text-align: center;
  padding: 20px 0;
}

.unsub-done__icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  background: #d4edda;
  color: #28a745;
  font-size: 32px;
  margin: 0 auto 20px;
}

.unsub-done--error .unsub-done__icon {
  background: #f8d7da;
  color: #dc3545;
}

.unsub-done h2 {
  color: #081c62;
  font-size: 24px;
  font-weight: 600;
  font-family: "Geologica", sans-serif;
  margin: 0 0 12px;
}

.unsub-done p {
  color: #555;
  font-size: 15px;
  font-family: "Wix Madefor Text", sans-serif;
  line-height: 1.5;
  margin: 0 0 24px;
}

.unsub-done__link {
  display: inline-block;
  padding: 12px 32px;
  background: #4e6aff;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: "Wix Madefor Text", sans-serif;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
}

.unsub-done__link:hover {
  background: #3d5aef;
}

@media (max-width: 767px) {
  .unsub-page {
    margin: 20px auto;
    padding: 24px 16px;
    border-radius: 0;
    box-shadow: none;
  }

  .unsub-page__title {
    font-size: 22px;
  }

  .unsub-reason__box {
    padding: 12px 14px;
    gap: 10px;
  }

  .unsub-reason__text {
    font-size: 14px;
  }
}

/* ── Страница временного MTProto прокси (/tg-proxy) ────────────────────── */
.tg-proxy-page { padding: 40px 0 60px; }
.tg-proxy__title { text-align: center; margin-bottom: 12px; color: #fff; }
.tg-proxy__intro { text-align: center; max-width: 640px; margin: 0 auto 28px; color: #b9c2da; }
.tg-proxy__empty {
  max-width: 560px; margin: 0 auto; text-align: center;
  background: #fff5f5; border: 1px solid #f3c9c9; color: #a23b3b;
  padding: 18px 20px; border-radius: 12px;
}
.tg-proxy__list {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px; max-width: 760px; margin: 0 auto;
}
.tg-proxy-card {
  background: #fff; border: 1px solid #e6e9f2; border-radius: 16px;
  padding: 20px; box-shadow: 0 6px 22px rgba(30, 41, 59, .05);
  display: flex; flex-direction: column; gap: 14px;
}
.tg-proxy-card__head { display: flex; align-items: center; gap: 10px; }
.tg-proxy-card__badge {
  background: #2aabee; color: #fff; font-size: 11px; font-weight: 700;
  letter-spacing: .3px; padding: 3px 9px; border-radius: 20px; text-transform: uppercase;
}
.tg-proxy-card__name { font-weight: 700; color: #1f2937; }
.tg-proxy-card__rows { display: flex; flex-direction: column; gap: 6px; }
.tg-proxy-card__row {
  display: flex; justify-content: space-between; gap: 12px;
  font-size: 13px; color: #5b6478;
}
.tg-proxy-card__row b { color: #1f2937; font-weight: 600; }
.tg-proxy-card__row--secret b {
  max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; direction: rtl;
}
.tg-proxy-card__actions { display: flex; gap: 10px; margin-top: 4px; }
.tg-proxy-card__connect {
  flex: 1; text-align: center; background: #2aabee; color: #fff !important;
  padding: 11px 14px; border-radius: 10px; font-weight: 600; text-decoration: none;
  transition: background .15s ease;
}
.tg-proxy-card__connect:hover { background: #1c93d1; }
.tg-proxy-card__copy {
  background: #eef1f8; color: #37415a; border: none; cursor: pointer;
  padding: 11px 14px; border-radius: 10px; font-weight: 600; transition: background .15s ease;
}
.tg-proxy-card__copy:hover { background: #e2e6f2; }
.tg-proxy__note {
  text-align: center; max-width: 620px; margin: 26px auto 0;
  font-size: 13px; color: #8a92a6;
}
@media (max-width: 560px) {
  .tg-proxy-card__actions { flex-direction: column; }
  .tg-proxy-card__row--secret b { max-width: 55vw; }
}

/* Гейт-состояния страницы /tg-proxy (не авторизован / нет действующего mtproto) */
.tg-proxy__gate {
  max-width: 520px; margin: 0 auto; text-align: center;
  background: #fff; border: 1px solid #e6e9f2; border-radius: 16px;
  padding: 34px 28px; box-shadow: 0 6px 22px rgba(30, 41, 59, .05);
}
.tg-proxy__gate-icon { font-size: 40px; line-height: 1; margin-bottom: 14px; }
.tg-proxy__gate-title { margin: 0 0 10px; font-size: 20px; color: #1f2937; }
.tg-proxy__gate-text { margin: 0 auto 22px; max-width: 420px; color: #5b6478; font-size: 14px; }
.tg-proxy__gate-btn {
  display: inline-block; background: #2aabee; color: #fff !important;
  padding: 12px 26px; border-radius: 10px; font-weight: 600; text-decoration: none;
  transition: background .15s ease;
}
.tg-proxy__gate-btn:hover { background: #1c93d1; }
