@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

.body-lock {
  overflow: hidden;
}

li::marker {
  content: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.container-lg {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 20px;
}

@media screen and (max-width: 1280px) {
  .container {
    padding: 0px 60px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0px 40px;
  }
}

@media screen and (max-width: 425px) {
  .container {
    padding: 0px 20px;
  }
}

h3,
h4 {
  font-size: calc(24px + 6 * ((100vw - 375px) / 1545));
  line-height: 130%;
  font-weight: bold;
}

.text-18 {
  font-size: 18px;
  line-height: 130%;
}

body {
  min-height: 100vh;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #12121266;
  opacity: .22;
  z-index: 1002;
  display: none;
}

#overlay.visible {
  display: block;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
  margin-top: 85px;
}

.button {
  display: inline-block;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 130%;
  transition: 0.25s all;
  text-align: center;
  background: transparent;
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  border: 1px solid #121212;
  border-radius: 4px;
}

a.button {
  padding: 9px;
}

.button svg path {
  transition: 0.25s;
}

.button--type1 {
  background: #e3ff8e;
  font-size: 16px;
  font-weight: 500;
  color: #121212;
}

.button--type1:hover {
  background: #121212;
  color: #fff;
}

.button--type2 {
  font-weight: 500;
  font-size: 16px;
}

.button--type2:hover {
  background: #e3ff8e;
  color: #121212;
}

.button--type3 {
  font-size: 16px;
  font-weight: 500;
  color: #121212;
}

.button--type3:hover {
  background: #121212;
  color: #fff;
}

.button--type3:hover svg path {
  fill: #fff;
}

.button--type4 {
  font-size: 16px;
  font-weight: 500;
  color: rgba(18, 18, 18, 0.6);
  background: rgba(227, 255, 142, 0.5);
}

.button--type4:hover {
  background: #121212;
  color: #fff;
}


.d-f {
  display: flex;
}

.d-g {
  display: grid;
}

.jc-sb {
  justify-content: space-between;
}

.jc-c {
  justify-content: center;
}

.ai-c {
  align-items: center;
}

.gap-10 {
  gap: 10px;
}

.gap-14 {
  gap: 14px;
}

.gap-5 {
  gap: 5px;
}

.m-t-30 {
  margin-top: 30px;
}

.ai-e {
  align-items: end;
}

.fd-c {
  flex-direction: column;
}

.fw-w {
  flex-wrap: wrap;
}

.ta-c {
  text-align: center;
}

.ta-e {
  text-align: end;
}

.flex-50 {
  flex: 0 0 50%;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: white;
  padding: 20px 0;
}

.pagination a {
  border: 1px solid #121212;
  border-radius: 8px;
  width: auto;
  max-width: 32px;
  padding: 0 11px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #121212;
  line-height: 100%;
}

.pagination a:not(.disabled):hover,
.pagination a:not(.next):hover,
.pagination a:not(.prev):hover,
.pagination a:not(.current):hover {
  background: #e3ff8e;
}

.pagination a.disabled {
  border: 1px solid #12121266;
  color: #12121266;
}

.pagination a.current {
  background: #e3ff8e;
}

.pagination a.dots {
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #121212;
  line-height: 100%;
}

.form__button {
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: rgba(18, 18, 18, 0.6);
  background: rgba(227, 255, 142, 0.5);
  outline: 1px solid #121212;
  border-radius: 4px;
  transition: 0.25s all;
}

.form__button--can-click {
  outline-color: #121212;
  background: #e3ff8e;
  color: #121212;
}

.form__button--can-click:hover {
  background: #121212;
  color: #fff;
}

.form__button--can-click:focus {
  transition: none;
  outline-color: #121212;
  outline-width: 2px;
  background: #e3ff8e;
  color: #121212;
}

.ac.is-active .button {
  transform: rotate(180deg);
}

.ac-header .button {
  transition: 0.45s;
}

.title {
  font-weight: 600;
  font-size: calc(30px + 10 * ((100vw - 375px) / 1545));
  line-height: 130%;
}

.filters {
  overflow-x: auto;
  margin-bottom: 20px;
}

.filters::-webkit-scrollbar {
  height: 4px;
}

.filters::-webkit-scrollbar-track {
  background: rgba(18, 18, 18, 0.4);
  border-radius: 100px;
}

.filters::-webkit-scrollbar-thumb {
  background: #e3ff8e;
  border-radius: 100px;
}

.filters__wrapper {
  padding: 2px;
  border-radius: 4px;
  margin-bottom: 2px;
}

.filter-wrapper {
  display: flex;
  border-top: 1px solid rgba(18, 18, 18, 0.05);
  border-bottom: 1px solid rgba(18, 18, 18, 0.05);
  padding: 2px;
  border-right: none;
  flex: 0 0 206px;
}

@media screen and (max-width: 768px) {
  .filter-wrapper {
    flex: 1 1 auto;
  }
}

.filter-wrapper:first-child {
  border-left: 1px solid rgba(18, 18, 18, 0.05);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.filter-wrapper:last-child {
  border-right: 1px solid rgba(18, 18, 18, 0.05);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.filter {
  width: 100%;
  padding-top: calc(8px + 2 * ((100vw - 375px) / 1545));
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: calc(8px + 2 * ((100vw - 375px) / 1545));
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  color: #121212;
  transition: 0.25s;
  white-space: nowrap;
}

.filter:hover {
  background: #e3ff8e;
}

.filter--active {
  background: #e3ff8e;
}

@media screen and (max-width: 768px) {
  .filter {
    flex: 1 1 auto;
  }
}

.tabs-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 20px;
}

@media screen and (max-width: 1280px) {
  .tabs-container {
    padding: 0px 60px;
  }
}

@media screen and (max-width: 1024px) {
  .tabs-container {
    padding: 0px 40px;
  }
}

@media screen and (max-width: 575px) {
  .tabs-container {
    padding: 0px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 425px) {
  .tabs-container {
    padding-left: 20px;
  }
}

.tabs {
  position: relative;
  overflow-x: auto;
  margin-bottom: 20px;
}

.tabs::-webkit-scrollbar {
  height: 4px;
}

.tabs::-webkit-scrollbar-track {
  background: rgba(18, 18, 18, 0.4);
  border-radius: 100px;
}

.tabs::-webkit-scrollbar-thumb {
  background: #e3ff8e;
  border-radius: 100px;
}

.tabs__wrapper {
  border-radius: 4px;
  padding: 2px;
  margin-bottom: 2px;
}

.tab-wrapper {
  display: flex;
  border-top: 1px solid rgba(18, 18, 18, 0.05);
  border-bottom: 1px solid rgba(18, 18, 18, 0.05);
  padding: 2px;
  border-right: none;
  min-width: calc(130px + 30 * ((100vw - 375px) / 1545));
  flex-grow: 1;
  flex-shrink: 0;
}

.tab-wrapper:first-child {
  border-left: 1px solid rgba(18, 18, 18, 0.05);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tab-wrapper:last-child {
  border-right: 1px solid rgba(18, 18, 18, 0.05);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tab {
  width: 100%;
  padding-top: calc(8px + 2 * ((100vw - 375px) / 1545));
  padding-right: 16px;
  padding-left: 16px;
  border: none;
  padding-bottom: calc(8px + 2 * ((100vw - 375px) / 1545));
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  color: #121212;
}

.tab--active {
  background: #e3ff8e;
}

.input {
  position: relative;
  height: 36px;
  margin-bottom: 20px;
}

.input input {
  padding-left: 23px;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: "Inter Tight", sans-serif;
  border: 1px solid rgba(18, 18, 18, 0.05);
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #121212;
  outline: none;
}

.input input:focus {
  transition: none;
  border: 1px solid rgba(18, 18, 18, 0.4);
}

.input input::placeholder {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgba(18, 18, 18, 0.4);
}

.input svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.input svg:first-of-type {
  left: 3px;
}

.input svg:last-of-type {
  right: 7px;
}

.input button {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  cursor: pointer;
  background: none;
  border: none;
}

.input button:hover svg path {
  fill-opacity: 1;
}

.input button svg {
  left: auto !important;
  right: 0;
}

.input button svg path {
  transition: 0.15s;
}

.form {
  padding-top: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-right: calc(16px + 24 * ((100vw - 375px) / 1545));
  padding-bottom: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-left: calc(16px + 24 * ((100vw - 375px) / 1545));
  text-align: center;
  border-radius: 4px;
  background: #fafafc;
}

.form--type1 button {
  margin: 0 auto;
  width: 112px;
}

.form--type1 input,
.form--type1 textarea {
  padding: 17px 12px;
}

.form--type2 button {
  margin-left: auto !important;
  width: 188px !important;
}

.form--type2 input,
.form--type2 textarea {
  padding: 17px 12px;
}

.form h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

.form h4 {
  font-size: 13px;
  color: rgba(18, 18, 18, 0.6);
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

.form input {
  margin-bottom: 10px;
}

.form input,
.form textarea {
  display: block;
  width: 100%;
  background: transparent !important;
  outline: 1px solid rgba(18, 18, 18, 0.05);
  border: none;
  border-radius: 4px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: calc(14px + 2 * ((100vw - 375px) / 1545));
  line-height: 130%;
  overflow: hidden;
  resize: none;
  transition: 0.15s;
}

.form input:hover,
.form textarea:hover {
  outline: 1px solid #121212;
}

.form input:focus,
.form textarea:focus {
  transition: none;
  outline: 2px solid #121212 !important;
}

.form input::placeholder,
.form textarea::placeholder {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgba(18, 18, 18, 0.4);
}

.form textarea {
  height: 160px;
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

.form button {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form .iti--allow-dropdown {
  width: 100% !important;
  margin-bottom: 20px;
}

.form .iti--allow-dropdown input {
  padding-left: 65px !important;
}

.form .iti__country-container {
  display: flex;
  align-items: center;
}

.form .iti__search-input {
  display: none;
}

.form .iti__selected-flag {
  background-color: transparent !important;
  padding: 0px 6px 0px 15px !important;
}

.form .iti__selected-dial-code {
  display: none;
}

.form .iti__selected-country {
  width: auto !important;
}

.form .iti__selected-country-primary {
  background: transparent !important;
}

.form .iti__arrow {
  background-image: url("./../images/arrow-input.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 7px;
  border: none !important;
  transition: transform 0.25s;
}

.form .iti__arrow--up {
  transform: rotate(180deg);
}

.border-red {
  outline: 1px solid #920709 !important;
}

.news-card {
  color: #121212;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  border-radius: 4px;
  background: #e3ff8e;
  padding-top: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-bottom: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-right: calc(16px + 8 * ((100vw - 375px) / 1545));
  padding-left: calc(16px + 8 * ((100vw - 375px) / 1545));
}

.news-card--type1 {
  min-height: 310px;
  padding-right: 0;
  padding-left: 0;
}

.news-card--type1 .news-card__top {
  padding-right: calc(16px + 8 * ((100vw - 375px) / 1545));
  padding-left: calc(16px + 8 * ((100vw - 375px) / 1545));
}

.news-card--type1 .news-card__categories {
  padding-right: calc(16px + 8 * ((100vw - 375px) / 1545));
  padding-left: calc(16px + 8 * ((100vw - 375px) / 1545));
}

.news-card--type1 div:last-child {
  margin-right: calc(16px + 8 * ((100vw - 375px) / 1545));
  margin-left: calc(16px + 8 * ((100vw - 375px) / 1545));
}

.news-card--type1 h2 {
  padding-right: calc(16px + 8 * ((100vw - 375px) / 1545));
  padding-left: calc(16px + 8 * ((100vw - 375px) / 1545));
}

.news-card--type1>p {
  padding-right: calc(16px + 8 * ((100vw - 375px) / 1545));
  padding-left: calc(16px + 8 * ((100vw - 375px) / 1545));
}

.news-card h2 {
  font-weight: 700;
  font-size: calc(16px + 2 * ((100vw - 375px) / 1545));
  line-height: 130%;
  margin-bottom: 10px;
}

.news-card>p {
  margin-bottom: calc(14px + 2 * ((100vw - 375px) / 1545));
  overflow: hidden;
}

.news-card>p span {
  display: inline-block;
}

.news-card>p span mark {
  position: relative;
  background: none;
}

.news-card>p span mark::after {
  content: "...";
  display: block;
  position: absolute;
  bottom: 0px;
  right: -15px;
}

@media screen and (max-width: 575px) {
  .news-card>p span mark::after {
    bottom: -2px;
  }
}

.news-card div:last-child {
  padding: 9.5px 16px;
  font-weight: 500;
  width: 84px;
  height: 40px;
  margin-top: 10px;
}

a.news-card {
  outline: 1px solid transparent;
  transition: 0.25s;
}

a.news-card:hover {
  outline: 1px solid #121212;
}

a.news-card:focus {
  transition: none;
  outline: 2px solid #121212;
}

.news-card__paragraph {
  position: relative;
}

.news-card__top {
  color: rgba(18, 18, 18, 0.6);
  font-size: calc(12px + 1 * ((100vw - 375px) / 1545));
  margin-bottom: 10px;
}

.news-card__categories {
  margin-bottom: calc(14px + 2 * ((100vw - 375px) / 1545));
  gap: 4px;
}

.news-card__categories a {
  color: #121212;
  transition: 0.25s;
}

.news-card__categories a:hover {
  background: #121212;
  color: #fff;
}

.news-card__category {
  border: 1px solid #121212;
  border-radius: 16px;
  padding: 1px 16px;
  font-size: 12px;
}

.breadcrumbs {
  margin-top: calc(20px + 40 * ((100vw - 375px) / 1545));
}

.breadcrumbs__row * {
  margin-right: calc(5px + 5 * ((100vw - 375px) / 1545));
  font-size: calc(10px + 2 * ((100vw - 375px) / 1545));
  color: rgba(18, 18, 18, 0.4);
  line-height: 70%;
}

.breadcrumbs__row a {
  color: #121212;
  transition: 0.25s;
}

.breadcrumbs__row a:hover {
  color: rgba(18, 18, 18, 0.4);
}

.dn {
  display: none !important;
}

.dib {
  display: inline-block !important;
}

@media screen and (max-width: 1080px) {
  .nav {
    display: none;
  }
}

.nav li {
  position: relative;
  margin-right: 24px;
  font-size: 14px;
  font-weight: 500;
}

.nav li:last-child {
  margin-right: 0px;
}

.nav li a {
  color: #121212;
}

.nav li a:hover::after,
.nav li a.active::after {
  opacity: 1;
}

.nav li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 2px;
  background: #121212;
  border-radius: 30px;
  opacity: 0;
  transition: 0.25s;
}

.social {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 575px) {
  .social {
    flex-direction: row;
    align-items: center;
  }
}

.social svg path {
  transition: 0.25s;
}

.social a {
  font-size: 16px;
  transition: 0.25s;
}

.social a:first-child {
  margin-right: 10px;
}

.social a:last-child {
  margin-left: 10px;
}

.footer__column .social a:last-child {
  margin-left: 0;
}

.interface-advantages {
  background: #e3ff8e;
  overflow: hidden;
}

.interface-advantages .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .interface-advantages .container {
    gap: 20px;
    padding: 50px 20px;
  }
}

.interface-advantages__header {
  text-align: center;
}

.interface-advantages__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
}

@media (max-width: 991px) {
  .interface-advantages__title {
    font-size: 30px;
  }
}

@media (max-width: 350px) {
  .interface-advantages__title {
    font-size: 20px;
  }
}

.interface-advantages__subtitle {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
}

@media (max-width: 991px) {
  .interface-advantages__subtitle {
    font-size: 20px;
  }
}

.interface-advantages__content {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  width: 100%;
}

@media (max-width: 991px) {
  .interface-advantages__content {
    margin: 0 -20px;
    width: unset;
  }
}

.interface-advantages__content_main-image {
  grid-row: 1/1;
  grid-column: 1/1;
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  align-self: baseline;
  width: 100%;
  height: fit-content;
}

@media (max-width: 991px) {
  .interface-advantages__content_main-image.box-item-1 {
    margin-top: min(253px, 346px - 24vw);
  }
}

@media (max-width: 991px) {
  .interface-advantages__content_main-image.box-item-isp-1 {
    margin-top: min(195px, 350px - 24vw);
  }
}

.interface-advantages__content_dialogue-box {
  grid-row: 1/1;
  grid-column: 1/1;
  max-width: 300px;
  width: 100%;
  height: fit-content;
  padding: 20px;
  background: #121212;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .interface-advantages__content_dialogue-box {
    max-width: 220px;
    padding: 10px;
  }
}

.interface-advantages__content_dialogue-box.box-item-1 {
  justify-self: right;
  margin-right: calc(50% + 64px);
  margin-top: 33.5%;
}

@media (max-width: 991px) {
  .interface-advantages__content_dialogue-box.box-item-1 {
    justify-self: right;
    margin-right: 5%;
    margin-top: 0;
  }
}

.interface-advantages__content_dialogue-box.box-item-2 {
  justify-self: left;
  margin-top: 29%;
  margin-left: calc(50% + 212px);
}

@media (max-width: 991px) {
  .interface-advantages__content_dialogue-box.box-item-2 {
    justify-self: left;
    align-self: end;
    margin-top: max(392px, 70%);
    margin-left: 6%;
  }
}

.interface-advantages__content_dialogue-box.box-item-isp-1 {
  justify-self: right;
  margin-right: calc(50% + 82px);
  margin-top: 38.5%;
}

@media (max-width: 991px) {
  .interface-advantages__content_dialogue-box.box-item-isp-1 {
    justify-self: right;
    margin-right: 5%;
    margin-top: 0;
  }
}

.interface-advantages__content_dialogue-box.box-item-isp-2 {
  justify-self: left;
  margin-top: 28%;
  margin-left: calc(50% + 50px);
}

@media (max-width: 991px) {
  .interface-advantages__content_dialogue-box.box-item-isp-2 {
    justify-self: left;
    align-self: end;
    margin-top: max(340px, 50%);
    margin-left: 6%;
  }
}

.interface-advantages__dialogue-box-inner {
  width: 100%;
  height: 100%;
}

.interface-advantages__dialogue-box-inner_logo {
  display: flex;
  width: 40px;
  aspect-ratio: 1;
}

@media (max-width: 991px) {
  .interface-advantages__dialogue-box-inner_logo {
    width: 20px;
  }
}

.interface-advantages__dialogue-box-inner_caption {
  margin: 10px 0;
  font-size: 16px;
  line-height: 130%;
  color: white;
}

@media (max-width: 991px) {
  .interface-advantages__dialogue-box-inner_caption {
    margin: 4px 0;
    font-size: 13px;
  }
}

.interface-advantages__dialogue-box-inner_image {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 2px;
  overflow: hidden;
}

.custom-advantages__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  background: #fafafc;
  padding: 40px;
  margin-top: 80px;
  margin-bottom: 80px;
  border-radius: 4px;
}

@media (max-width: 790px) {
  .custom-advantages__inner {
    gap: 20px;
    padding: 16px;
    max-width: 600px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}

.custom-advantages__row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

@media (max-width: 790px) {
  .custom-advantages__row {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
}

.custom-advantages__row>div:first-child::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  background: url(../images/main-logo-decor-image.png) center/cover;
}

.custom-advantages__item {
  display: flex;
  flex-direction: column;
  max-width: 560px;
  min-width: 370px;
}

@media (max-width: 991px) {
  .custom-advantages__item {
    max-width: 300px;
    min-width: unset;
  }
}

.custom-advantages__item_img {
  width: 100%;
}

@media (max-width: 991px) {
  .custom-advantages__item_img {
    max-width: 400px;
  }
}

.custom-advantages__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
}

@media (max-width: 991px) {
  .custom-advantages__title {
    margin-bottom: 10px;
    font-size: 30px;
  }
}

.custom-advantages__description>p {
  margin-bottom: 16px;
}

.custom-advantages__description_logo {
  width: 40px;
}

.custom-advantages__description>ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 22px;
}

.custom-advantages__description>ul li {
  position: relative;
}

.custom-advantages__description>ul li::before {
  content: "";
  top: 0;
  left: 0;
  translate: -15px 8px;
  position: absolute;
  display: block;
  border: #121212 solid 2px;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .custom-advantages__description>ul li::before {
    translate: -12px 8px;
  }
}

.compare-table {
  --this-background-color: #e3ff8e;
  background: var(--this-background-color);
  margin-bottom: calc(50px + 30 * (100vw - 375px) / 1545);
}

.compare-table .container,
.compare-table__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {

  .compare-table .container,
  .compare-table__container {
    padding: 50px 20px;
    gap: 20px;
  }
}

@media (max-width: 991px) {

  .compare-table .container.smaller-padding,
  .compare-table__container.smaller-padding {
    padding-top: 40px;
  }
}

.compare-table__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 991px) {
  .compare-table__header {
    gap: 10px;
  }
}

.compare-table__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
}

@media (max-width: 991px) {
  .compare-table__title {
    font-size: 30px;
  }
}

.compare-table__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
}

@media (max-width: 991px) {
  .compare-table__subtitle {
    font-size: 20px;
  }
}

.compare-table__top-buttons {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 8px;
}

.pp-info {
  display: none;
}

.pp-info.is-active {
  display: block;
}

.compare-table__change-tab-button,
.pp-tab {
  flex: 1 1 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-width: 300px;
  background: transparent;
  border: #121212 solid 1px;
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 130%;
  color: #121212;
  cursor: pointer;
  transition: 0.2s background-color ease;
}

@media (max-width: 501px) {

  .compare-table__change-tab-button,
  .pp-tab {
    justify-content: flex-start;
    min-width: unset;
    font-size: 13px;
  }
}

.compare-table__change-tab-button:hover,
.pp-tab:hover {
  background: rgba(255, 255, 255, 0.301);
}

.compare-table__change-tab-button_icon,
.pp-tab-icon {
  display: flex;
  width: fit-content;
  padding: 4px;
  background: #121212;
  border: #121212 solid 1px;
  border-radius: 4px;
  color: white;
}

.compare-table__change-tab-button_icon.is-green,
.pp-tab-icon.is-green {
  background: #e3ff8e;
  color: #121212;
}

.compare-table__change-tab-button.active,
.pp-tab.is-active {
  background: #121212;
  color: white;
}

.compare-table__side-panel {
  flex: 1 1 200px;
  display: flex;
  align-items: center;
  padding: 20px;
  background: #121212;
}

.compare-table__side-panel p {
  font-size: 16px;
  color: white;
  opacity: 1;
  transition: 0.2s opacity;
}

@media (max-width: 991px) {
  .compare-table__side-panel p {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .compare-table__side-panel p br {
    display: none;
  }
}

.compare-table__side-panel p.fadeOut {
  opacity: 0;
}

.compare-table__side-panel p::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 8px;
  background: url(../images/main-logo-decor-image.png) center/cover;
  filter: invert(1);
}

@media (max-width: 991px) {
  .compare-table__side-panel p::before {
    display: none;
  }
}

.compare-table__side-panel_body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

@media (max-width: 991px) {
  .compare-table__side-panel_body {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}

.compare-table__button {
  width: fit-content;
  height: fit-content;
  padding: 11px 13px;
  border-radius: 4px;
  background: #e3ff8e;
  font-weight: 500;
  font-size: 16px;
  color: #121212;
}

.compare-table__content {
  display: flex;
  flex-wrap: wrap;
}

.compare-table__table {
  flex: 1 1 calc(100% - 200px);
  min-width: 500px;
  background: white;
  transition: 0.2s height ease;
}

@media (max-width: 501px) {
  .compare-table__table {
    min-width: 80%;
  }
}

.compare-table__table_row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  height: 40px;
  border-bottom: rgba(18, 18, 18, 0.05) solid 1px;
  transition: 0.05s background ease-in;
}

@media (max-width: 991px) {
  .compare-table__table_row {
    height: 34px;
  }
}

.compare-table__table_row:hover:not(:first-child) {
  background: rgba(227, 255, 142, 0.15);
}

.compare-table__table_row:last-child {
  border-bottom: none;
}

.compare-table__table_row.meta-data>div {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: rgba(18, 18, 18, 0.4);
}

@media (max-width: 991px) {
  .compare-table__table_row.meta-data>div {
    font-size: 11px;
  }
}

.compare-table__table_cell {
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 14px;
  line-height: 130%;
  border-right: rgba(18, 18, 18, 0.05) solid 1px;
  overflow: hidden;
}

.compare-table.free-proxy .compare-table__button {
  padding: 5px;
  border: 1px solid;
  cursor: pointer;
}

.compare-table.free-proxy a.compare-table__button {
  height: inherit;
  display: flex;
  align-items: center;
}

.compare-table.free-proxy span .compare-table__button {
  width: 100%;
}

@media screen and (max-width: 450px) {
  .compare-table.free-proxy span .compare-table__button {
    font-size: 12px;
  }
}

.compare-table.free-proxy .container,
.compare-table.free-proxy .compare-table__container {
  display: block;
}

.compare-table.free-proxy .compare-table__header {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .compare-table__table_cell {
    padding: 0 6px;
  }
}

@media (max-width: 450px) {
  .compare-table__table_cell {
    padding: 0 2px;
    min-width: 30px;
    font-size: 12px;
  }

  .free-proxy.compare-table .container,
  .free-proxy .compare-table__container {
    padding: 45px 0;
  }

  .free-proxy.compare-table .compare-table__button {
    font-size: 14px;
  }
}

.compare-table__table_cell:last-child.cell {
  padding: 0 6px;
  border: none;
  font-weight: 600;
}

.compare-table__table_cell.span-2 {
  grid-column: span 2;
}

.compare-table__table_cell>span {
  opacity: 1;
  transition: 0.2s opacity ease;
  flex: 0 0 100%;
}

.compare-table__table_cell>span.fadeOut {
  opacity: 0;
}

.compare-table__table-main {
  display: grid;
}

.compare-table__table-bottom {
  display: flex;
  align-items: stretch;
  background: white;
  border-top: #121212 solid 1px;
}

@media (max-width: 771px) {
  .compare-table__table-bottom {
    flex-direction: column;
    margin-top: 8px;
    border-top: none;
  }
}

.compare-table__table-bottom_row {
  flex: 1 1 auto;
  display: flex;
  min-height: 56px;
  background: #fafafc;
}

.compare-table__table-bottom_row.is-alternative {
  background: unset;
  padding: 8px 0;
}

@media (max-width: 991px) {
  .compare-table__table-bottom_row.is-alternative {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .compare-table__table-bottom_row {
    min-height: 34px;
    margin: 0;
  }
}

.compare-table__table-bottom_row>div {
  flex: 1 1 260px;
}

@media (max-width: 991px) {
  .compare-table__table-bottom_row>div {
    flex: 1 1 129px;
  }

  .compare-table__table-bottom_row>div:not(:first-child):not(:last-child) {
    flex: 1 1 72px;
  }
}

.compare-table__table-bottom_row>div.span-2 {
  flex: 2 1 520px;
  justify-content: center;
}

.compare-table__table-bottom_row>div.span-2.cell {
  font-weight: 400;
}

@media (max-width: 991px) {
  .compare-table__table-bottom_row>div.span-2 {
    justify-content: start;
    flex: 1 1 129px;
  }
}

@media (max-width: 320px) {
  .compare-table__table-bottom_row>div {
    font-size: 12px;
  }
}

.compare-table__table-bottom_panel {
  flex: 0 1 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  background: #121212;
  border-top: white solid 1px;
  margin-top: -1px;
}

@media (max-width: 771px) {
  .compare-table__table-bottom_panel {
    flex: 1 1 auto;
    padding: 16px;
  }
}

.compare-table__footer {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.compare-table__footer_item {
  flex: 1 1 200px;
  max-width: 400px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.compare-table__footer_item>div {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  width: 100%;
}

.compare-table__footer_item>div>span {
  width: fit-content;
}

@media (max-width: 501px) {
  .compare-table__footer_item>div {
    justify-content: flex-start;
    font-size: 14px;
    text-align: left;
  }
}

.compare-table__footer_item::before {
  content: "";
  display: block;
  width: 120px;
  height: 16px;
  gap: 8px;
  background: url(../images/main-logo-decor-image.png) center/contain no-repeat;
}

@media (max-width: 501px) {
  .compare-table__footer_item::before {
    background-position: left;
    width: 25px;
  }
}

.compare-table__wrapper {
  padding: 52px 40px 40px;
  border-radius: 8px;
  box-shadow: 4px 8px 30px 0px #0000000D;
  background-color: #fff;
  max-width: 500px;
  min-width: 320px;
  position: fixed;
  z-index: 1003;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  display: none;
}

.compare-table__button-reset {
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.compare-table__wrapper_text {
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  color: #121212;
  margin: 0;
}

.compare-table__wrapper_title {
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #121212;
  text-align: center;
  margin-bottom: 24px;
}

.compare-table.free-proxy .compare-table__wrapper_buttons button {
  padding: 9.5px 16px;
  line-height: 1;
  flex: none;
}

.compare-table.free-proxy .compare-table__wrapper_buttons button:hover,
.compare-table.free-proxy .compare-table__button:not(.compare-table__button-copy):hover {
  background: #121212;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.compare-table.free-proxy .compare-table__button-copy {
  padding: 5px 5px 0 5px;
}

.compare-table.free-proxy .compare-table__button-copy {
  padding: 5px 5px 0 5px;
}

.compare-table.free-proxy .compare-table__table_cell:last-child.cell {
  min-width: 70px;
}

.compare-table__wrapper_copy {
  background: #E3FF8E26;
  padding: 8px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.compare-table__wrapper_copy span {
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  vertical-align: bottom;
  margin: 0 auto;
}

.compare-table__button-copy.compare-table__button {
  max-width: 36px;
  aspect-ratio: 1 / 1;
}

.compare-table__wrapper_buttons {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.compare-table__wrapper .copy-notice {
  position: absolute;
  right: 0;
  top: -28px;
  background: #121212;
  color: #fff;
  padding: 4px 10px;
  font-size: 13px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.compare-table__wrapper .copy-notice.visible {
  opacity: 1;
}


:root {
  --dialog-box-margin-top: 0;
}

body {
  font-size: calc(14px + 2 * ((100vw - 375px) / 1545));
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  color: #121212;
  line-height: 130%;
  -webkit-tap-highlight-color: transparent;
  background: white;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.nav-with-drop-down a {
  position: relative;
  z-index: 4;
}

.nav-with-drop-down li {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.nav-with-drop-down li.has-drop-down:hover>a::after {
  opacity: 0;
}

.nav-with-drop-down .has-drop-down svg {
  transform: scaleY(1);
  transition: 0.1s transform;
}

.nav-with-drop-down .drop-down {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  margin: -10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.15s opacity, 0.15s visibility;
}

.nav-with-drop-down .drop-down div {
  width: max-content;
  display: flex;
  flex-direction: column;
  padding: 13.5px 20px;
  gap: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(18, 18, 18, 0.05);
  border-radius: 4px;
  z-index: -1;
}

.nav-with-drop-down .drop-down.active {
  opacity: 1;
  visibility: visible;
}

.nav-with-drop-down .drop-down a {
  pointer-events: all;
  width: fit-content;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.sub-nav svg {
  margin-right: 10px;
}

.sub-nav span {
  display: flex;
  align-items: center;
}

.sub-nav span a {
  color: #121212;
}

.header {
  position: relative;
  z-index: 4;
  padding: 20px 0px;
  background: #fff;
}

@media screen and (max-width: 1045px) {
  .header .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  overflow-y: scroll;
  padding: 16px 0;
}

.header .logo {
  margin-right: 10px;
  width: calc(112px + 12 * ((100vw - 375px) / 1545));
}

.header__right {
  position: relative;
}

.header__right .button {
  margin-right: 10px;
  padding: 7.5px 16px;
}

.header__right .button:nth-child(1) {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1192px) {
  .header__right .button:nth-child(1) {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .header__right .button:nth-child(2) {
    display: inline;
  }
}

.header__right .button:last-child {
  position: relative;
  margin-right: 0px;
  padding: 10px 8px;
}

.header__right .button:last-child svg,
.registration .button:last-child svg {
  transition: 0.25s ease all;
}

.header__right .button--open svg,
.registration .button--open svg {
  transform: rotate(180deg);
}

.header__right .button--open .language-dropdown,
.registration .button--open .language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  height: auto;
}

.header .language-dropdown,
.registration .language-dropdown {
  transform: translateY(-30%);
  position: absolute;
  top: 48px;
  padding-top: 10px;
  right: -2px;
  width: 74px;
  transition: 0.25s ease all;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30%);
}

.header .language-dropdown {
  left: 0;
  right: auto;
}

.registration .language-dropdown__wrapper {
  padding: 13.5px 12.5px 13.5px 12.5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
}

.header .language-dropdown__wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
}

.registration .language-dropdown li {
  margin-bottom: 20px;
}

.header .language-dropdown li {
  margin: 0;
  width: 100%;
}

.header .language-dropdown li.is-active {
  background-color: #E5F6A7;
}

.header .language-dropdown li:hover a {
  color: #ffffff;
}

.header .language-dropdown li:hover {
  background-color: #121212;
}

.header a.button {
  font-weight: 500;
  font-size: clamp(1rem, 0.8864rem + 0.303vw, 1.25rem);
  line-height: 130%;
  border: none;
  border-radius: 10px;
  padding: 10px 24px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.header a.button.green {
  background-color: #e3ff8e;
  color: #121212;
  border: 1px solid #e3ff8e;
}

.header a.button.green:hover {
  background-color: #D3E68D;
  border: 1px solid #D3E68D;
}

.header a.button.button--type3 {
  border: 1px solid #121212;
  border-radius: 4px;
}

@media screen and (max-width: 1280px) and (min-width: 992px) {
  .header a.button.green {
    display: none;
  }
}

.header a.button.black,
.products a.button.black {
  background-color: #121212;
  color: #ffffff;
  border: 1px solid transparent;
  padding: 10px 24px;
}

.products a.button.black {
  width: auto;
}

.header a.button.black.mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .header a.button.black.mobile {
    display: block;
  }
}

.header a.button.black:hover,
.products a.button.black:hover {
  border: 1px solid #121212;
  color: #121212;
  background-color: #ffffff;
}

.registration .language-dropdown li:hover a {
  color: rgba(18, 18, 18, 0.4);
}

.header .language-dropdown li:last-child,
.registration .language-dropdown li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.header .language-dropdown li a,
.registration .language-dropdown li a {
  transition: 0.25s;
  color: #121212;
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  .header .language-dropdown li a,
  .registration .language-dropdown li a {
    padding: 12px 0;
  }
}

.proxy {
  padding-top: calc(50px + 50 * ((100vw - 375px) / 1545));
  margin-bottom: calc(100px + 60 * ((100vw - 375px) / 1545));
}

@media (max-width: 991px) {
  .proxy {
    margin-bottom: 50px;
  }
}

.proxy__row {
  grid-template-columns: minmax(0, 700px) minmax(0, 440px);
  gap: calc(40px + 60 * ((100vw - 375px) / 1545));
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .proxy__row {
    grid-template-columns: 1fr;
  }
}

.proxy b {
  font-weight: 600;
  font-size: 16px;
  margin-left: 4px;
}

.proxy__column.text-content span {
  padding: 2px 6px;
  margin: -2px 4px;
  background: #e3ff8e;
  border-radius: 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.proxy__column.text-content h1 {
  max-width: 600px;
  font-size: calc(36px + 24 * ((100vw - 375px) / 1545));
  margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1545));
  line-height: 130%;
  font-weight: 600;
}

@media (min-width: 1440px) {
  .proxy__column.text-content h1 {
    max-width: 700px;
  }
}

@media screen and (max-width: 575px) {
  .proxy__column.text-content h1 {
    text-align: center;
  }

  .proxy__column.text-content h1 br {
    display: none;
  }
}

.proxy__column.text-content h2 {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: calc(20px + 4 * ((100vw - 375px) / 1545));
  line-height: 130%;
}

@media screen and (max-width: 575px) {
  .proxy__column.text-content h2 {
    text-align: center;
  }

  .proxy__column.text-content h2 br {
    display: none;
  }
}

.proxy__column.text-content .proxy__column>p {
  margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1545));
}

.proxy__column.text-content .proxy__column>p span {
  padding-left: 1px;
  padding-right: 1px;
}

.proxy__column.text-content ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 20px;
  align-items: center;
}

@media (max-width: 991px) {
  .proxy__column.text-content ul {
    gap: 14px;
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 575px) {
  .proxy__column.text-content ul {
    grid-template-columns: 1fr;
  }
}

.proxy__column.text-content ul li {
  display: block;
  height: fit-content;
  width: 100%;
}

@media (min-width: 992px) {
  .proxy__column.text-content ul li:nth-child(odd) {
    max-width: 300px;
  }

  .proxy__column.text-content ul li:nth-child(even) {
    max-width: 380px;
  }
}

.proxy__column.text-content ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 50%;
  background: #121212;
  border-radius: 40px;
  margin: 0 10px;
}

.proxy__column.text-content ul li:last-child:nth-child(odd) {
  max-width: none;
  grid-column-start: 1;
  grid-column-end: -1;
}

.proxy__column.text-content ul li span {
  margin-left: 0;
}

.proxy__column.text-content .button {
  display: flex;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 575px) {
  .proxy__column.text-content .button {
    margin: 0 auto;
  }
}

.proxy__column.choose-tariff {
  border-radius: 4px;
  background: #fafafc;
  padding-top: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-right: calc(12px + 28 * ((100vw - 375px) / 1545));
  padding-bottom: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-left: calc(12px + 28 * ((100vw - 375px) / 1545));
}

.proxy__column.choose-tariff h3 {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.proxy__column.choose-tariff h4 {
  font-weight: 500;
  font-size: 12px;
}

.proxy__column.choose-tariff strong {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
}

.proxy__column.choose-tariff strong::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 8px;
  border: 2px solid #000;
  border-radius: 50%;
}

.proxy__column.choose-tariff ul li {
  display: none;
  margin-bottom: 20px;
}

.proxy__column.choose-tariff ul li.tab-active {
  display: block;
}

.proxy__column.choose-tariff ul li.tab-active-permanent {
  display: block;
}

.proxy__column.choose-tariff ul li button {
  font-size: calc(14px + 2 * ((100vw - 375px) / 1545));
  font-weight: 400;
}

.proxy__column.choose-tariff ul li button:hover svg path {
  fill: #000;
}

.proxy__column.choose-tariff ul li .proxy__buttons {
  flex-wrap: wrap;
}

.proxy__column.choose-tariff ul li .proxy__buttons:has(button:nth-child(3):last-child) button {
  flex: 1 1 calc(33.33% - 3px);
}

.proxy__column.choose-tariff ul li .proxy__buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 calc(25% - 3px);
}

.proxy__column.choose-tariff ul li .proxy__buttons span {
  line-height: normal;
}

.proxy__column.choose-tariff ul li h4 {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 4px;
}

.proxy__buttons {
  gap: 4px;
  margin-bottom: 4px;
}

.proxy__buttons:last-child {
  margin-bottom: 0px;
}

.proxy__buttons .button {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 0px;
  padding-left: 0px;
}

.proxy__buttons .button--active {
  background: #121212;
  color: #fff;
}

.proxy__buttons.is-top {
  gap: 0;
  padding: 2px;
  border: 1px solid rgba(18, 18, 18, 0.05);
  border-radius: 4px;
}

.proxy__buttons.is-top .button {
  background: transparent;
  border: none;
  font-weight: 500;
}

.proxy__buttons.is-top .button--active {
  background: #e3ff8e;
  color: #000;
}

.proxy .cost {
  padding: 2px 7px;
  margin: -2px 4px;
  background: #e3ff8e;
  border-radius: 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.proxy .continue.disabled {
  pointer-events: none;
  background: rgba(227, 255, 142, 0.5);
  color: rgba(18, 18, 18, 0.6);
}

.proxy__column-bottom-column p {
  margin-bottom: 11px;
  font-size: 12px;
}

.proxy__column-bottom-column p:last-child {
  margin-bottom: 0px;
}

.proxy__column-bottom-column button {
  width: 127px;
  height: 40px;
}

.products {
  margin-bottom: calc(100px + 60 * ((100vw - 375px) / 1545));
  margin-top: 80px;
}

.products--type2 .products__row {
  margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 475px) {
  .products--type2 .products__bottom {
    display: block;
  }
}

@media screen and (max-width: 475px) {
  .products--type2 .products__bottom p {
    margin-bottom: 10px;
  }
}

.products--type2 .products__bottom .button {
  flex: 0 0 188px;
  width: 188px;
  height: 40px;
}

@media screen and (max-width: 475px) {
  .products--type2 .products__bottom .button {
    display: block;
    margin: 0 auto;
  }
}

.products .container {
  padding-top: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-right: calc(12px + 28 * ((100vw - 375px) / 1545));
  padding-bottom: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-left: calc(12px + 28 * ((100vw - 375px) / 1545));
  border-radius: 4px;
}

.products .h2 {
  margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1545));
  text-align: center;
  line-height: 130%;
}

.products__row {
  grid-template-columns: repeat(3, 1fr);
  gap: calc(10px + 10 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 1024px) {
  .products__row {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
}

.products__column {
  color: #121212;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  text-align: center;
  padding-top: calc(24px + 16 * ((100vw - 375px) / 1545));
  padding-right: calc(16px + 8 * ((100vw - 375px) / 1545));
  padding-bottom: calc(24px + 16 * ((100vw - 375px) / 1545));
  padding-left: calc(16px + 8 * ((100vw - 375px) / 1545));
  border-radius: 4px;
  background: #e3ff8e;
  transition: 0.25s;
  outline: 1px solid transparent;
}

.products__column>img {
  width: 40px;
  margin: 0 auto;
  margin-bottom: 17px;
}

.products__column h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.products__column p {
  margin-bottom: 16px;
}

.products__column .button {
  width: 40px;
  height: 40px;
  display: flex;
  margin: 0 auto;
}

.products__column .button.text {
  align-items: flex-start;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  border: none;
  outline: none;
  transform: none;
}

.products a.products__column:hover {
  outline: 1px solid #121212;
}

.products a.products__column:hover span {
  transform: rotate(90deg);
}

.products a.products__column:focus {
  transition: none;
  outline: 2px solid #121212;
}

.products .button {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.why {
  margin-bottom: calc(50px + 50 * ((100vw - 375px) / 1545));
  padding: 0 100px;
  margin-top: calc(50px + 50 * ((100vw - 375px) / 1545));
}

.why--type4 .why__column:first-child p {
  margin-bottom: 20px;
}

.why--type4 .why__column:first-child .button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 188px;
  height: 40px;
}

@media screen and (max-width: 575px) {
  .why--type4 .why__column:first-child .button {
    margin: 0 auto;
  }
}

.why__row {
  grid-template-columns: minmax(0, 400px) minmax(0, 740px);
  gap: calc(20px + 80 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 768px) {
  .why__row {
    grid-template-columns: 100%;
  }
}

.why__column {
  position: relative;
}

@media screen and (max-width: 768px) {
  .why__column:last-child {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}

.why__column--type1 .why__column-list,
.why__column--type2 .why__column-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media screen and (max-width: 1240px) {

  .why__column--type1 .why__column-list,
  .why__column--type2 .why__column-list {
    grid-template-columns: 1fr;
  }
}

.why__column--type1 .why__column-item,
.why__column--type2 .why__column-item {
  background: #fafafc;
  border-radius: 4px;
  padding-top: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-right: calc(16px + 8 * ((100vw - 375px) / 1545));
  padding-bottom: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-left: calc(16px + 8 * ((100vw - 375px) / 1545));
}

.why__column--type1 .why__column-item img,
.why__column--type2 .why__column-item img {
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
  width: 40px;
}

.why__column--type1 .why__column-item h3,
.why__column--type2 .why__column-item h3 {
  font-weight: 700;
  font-size: calc(16px + 2 * ((100vw - 375px) / 1545));
  margin-bottom: 10px;
}

.why__column-list ul,
.why__column ul {
  list-style: none;
}

.why__column--type2 .why__column-item:first-of-type,
.why__column--type2 .why__column-item:last-of-type {
  grid-column: 1/3;
}

.why__column-item h3.icon:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  background: url(../images/logo_green_back.svg) center/cover;
}

@media screen and (max-width: 768px) {

  .why__column--type2 .why__column-item:first-of-type,
  .why__column--type2 .why__column-item:last-of-type {
    grid-column: 1/2;
  }
}

.why__column--type3 .why__column-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.why__column--type3 .why__column-item-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.why__column--type3 .why__column-item h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}

.why__column--type3 .why__column-item p {
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
}

.why__column-fixed {
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 575px) {
  .why__column-fixed {
    text-align: center;
  }
}

.why__column-fixed .h2 {
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

.panel {
  padding-top: calc(50px + 50 * ((100vw - 375px) / 1545));
  padding-bottom: calc(170px + 50 * ((100vw - 375px) / 1545));
  margin-bottom: calc(50px + 50 * ((100vw - 375px) / 1545));
  background: #e3ff8e;
}

@media screen and (max-width: 575px) {
  .panel .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.panel .h2 {
  margin-bottom: calc(150px + -60 * ((100vw - 375px) / 1545));
  text-align: center;
}

.panel__img-wrapper {
  position: relative;
}

.panel__description-block {
  padding: calc(10px + 10 * ((100vw - 375px) / 1545));
  position: absolute;
  width: calc(240px + 60 * ((100vw - 375px) / 1545));
  border: 1px solid #121212;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(15, 23, 60, 0.1);
  color: #fff;
}

.panel__description-block:first-child {
  top: calc(-128px + 143 * ((100vw - 375px) / 1545));
  right: calc(20px + 90 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 768px) {
  .panel__description-block:first-child {
    top: calc(-130px + -50 * ((100vw - 375px) / 1545));
  }
}

.panel__description-block:last-child {
  bottom: calc(-105px + 105 * ((100vw - 375px) / 1545));
  left: calc(20px + 368 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 768px) {
  .panel__description-block:last-child {
    bottom: calc(-107px + -53 * ((100vw - 375px) / 1545));
  }
}

.panel__description-block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #121212;
  opacity: 0.95;
  z-index: 1;
}

.panel__description-block svg {
  margin-bottom: calc(5px + 5 * ((100vw - 375px) / 1545));
  width: calc(20px + 20 * ((100vw - 375px) / 1545));
  height: calc(20px + 20 * ((100vw - 375px) / 1545));
}

.panel__description-block p {
  font-size: calc(13px + 3 * ((100vw - 375px) / 1545));
}

.panel__description-block-content {
  position: relative;
  z-index: 2;
}

.open {
  margin-bottom: calc(100px + 60 * ((100vw - 375px) / 1545));
}

.open h2 {
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 575px) {
  .open h2 {
    text-align: center;
  }
}

.open .button {
  display: block;
  width: 200px;
  padding: 9.5px 5px;
}

@media screen and (max-width: 575px) {
  .open .button {
    margin: 0 auto;
  }
}

.open__row {
  grid-template-columns: 400px 1fr;
  gap: calc(20px + 80 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 768px) {
  .open__row {
    grid-template-columns: 1fr;
  }
}

.open__column {
  position: relative;
}

.open__column:first-child {
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .open__column:first-child {
    padding-bottom: 0px;
  }
}

.open__column:first-child p {
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 575px) {
  .open__column:first-child p {
    text-align: center;
  }
}

.open__country {
  position: absolute;
  padding-top: calc(4px + 3.5 * ((100vw - 375px) / 1545));
  padding-right: calc(9px + 11 * ((100vw - 375px) / 1545));
  padding-bottom: calc(4px + 3.5 * ((100vw - 375px) / 1545));
  padding-left: calc(9px + 11 * ((100vw - 375px) / 1545));
  border: 1px solid #121212;
  border-radius: 4px;
  background: #121212;
  color: #fff;
  gap: calc(4px + 4 * ((100vw - 375px) / 1545));
}

@media (min-width: 1920px) {
  .open__country {
    padding-top: 7.5px;
    padding-right: 20px;
    padding-bottom: 7.5px;
    padding-left: 20px;
  }
}

.open__country:nth-of-type(1) {
  left: 0;
  left: calc(-60px + 100 * ((100vw - 375px) / 1545));
  top: calc(-10px + 200 * ((100vw - 375px) / 1545));
}

@media (min-width: 1920px) {
  .open__country:nth-of-type(1) {
    top: 190px;
  }
}

@media screen and (max-width: 768px) {
  .open__country:nth-of-type(1) {
    left: calc(-3px + 43 * ((100vw - 375px) / 1545));
    top: calc(87px + 313 * ((100vw - 375px) / 1545));
  }
}

.open__country:nth-of-type(2) {
  left: calc(-100px + 240 * ((100vw - 375px) / 1545));
  top: calc(-90px + 200 * ((100vw - 375px) / 1545));
}

@media (min-width: 1920px) {
  .open__country:nth-of-type(2) {
    top: 90px;
    left: 100px;
  }
}

@media screen and (max-width: 768px) {
  .open__country:nth-of-type(2) {
    left: calc(30px + 270 * ((100vw - 375px) / 1545));
    top: calc(40px + 260 * ((100vw - 375px) / 1545));
  }
}

.open__country:nth-of-type(3) {
  left: calc(-80px + 270 * ((100vw - 375px) / 1545));
  top: calc(80px + 170 * ((100vw - 375px) / 1545));
}

@media (min-width: 1920px) {
  .open__country:nth-of-type(3) {
    top: 250px;
    left: 190px;
  }
}

@media screen and (max-width: 768px) {
  .open__country:nth-of-type(3) {
    left: calc(40px + 360 * ((100vw - 375px) / 1545));
    top: calc(130px + 370 * ((100vw - 375px) / 1545));
  }
}

.open__country:nth-of-type(4) {
  right: calc(-60px + 250 * ((100vw - 375px) / 1545));
  top: calc(50px + 130 * ((100vw - 375px) / 1545));
}

@media (min-width: 1920px) {
  .open__country:nth-of-type(4) {
    top: 180px;
    right: 185px;
  }
}

@media screen and (max-width: 768px) {
  .open__country:nth-of-type(4) {
    right: calc(40px + 460 * ((100vw - 375px) / 1545));
    top: calc(92px + 308 * ((100vw - 375px) / 1545));
  }
}

.open__country:nth-of-type(5) {
  right: calc(-20px + 107 * ((100vw - 375px) / 1545));
  top: calc(-40px + 164 * ((100vw - 375px) / 1545));
}

@media (min-width: 1920px) {
  .open__country:nth-of-type(5) {
    top: 124px;
    right: 87px;
  }
}

@media screen and (max-width: 768px) {
  .open__country:nth-of-type(5) {
    right: calc(10px + 190 * ((100vw - 375px) / 1545));
    top: calc(55px + 225 * ((100vw - 375px) / 1545));
  }
}

.open__country:nth-of-type(6) {
  right: 0;
  top: calc(145px + 90 * ((100vw - 375px) / 1545));
}

@media (min-width: 1920px) {
  .open__country:nth-of-type(6) {
    top: 235px;
  }
}

@media screen and (max-width: 768px) {
  .open__country:nth-of-type(6) {
    right: calc(0px + 100 * ((100vw - 375px) / 1545));
    top: calc(130px + 370 * ((100vw - 375px) / 1545));
  }
}

.open__country:nth-of-type(7) {
  right: calc(28px + 35 * ((100vw - 375px) / 1545));
  bottom: calc(-190px + 440 * ((100vw - 375px) / 1545));
}

@media (min-width: 1920px) {
  .open__country:nth-of-type(7) {
    bottom: 100px;
  }
}

@media (min-width: 1640px) {
  .open__country:nth-of-type(7) {
    right: 63px;
    bottom: 130px;
  }
}

@media screen and (max-width: 768px) {
  .open__country:nth-of-type(7) {
    right: calc(45px + 205 * ((100vw - 375px) / 1545));
    bottom: calc(5px + 445 * ((100vw - 375px) / 1545));
  }
}

.open__country img {
  width: calc(20px + 25 * ((100vw - 375px) / 1545));
  height: calc(15px + 18 * ((100vw - 375px) / 1545));
}

@media (min-width: 1920px) {
  .open__country img {
    width: 45px;
    height: 33px;
  }
}

.open__country-right h6 {
  font-size: calc(9px + 5 * ((100vw - 375px) / 1545));
  line-height: 130%;
}

@media (min-width: 1920px) {
  .open__country-right h6 {
    font-size: 14px;
  }
}

.open__country-right P {
  font-size: calc(8px + 5 * ((100vw - 375px) / 1545));
  line-height: 130%;
}

@media (min-width: 1920px) {
  .open__country-right P {
    font-size: 13px;
  }
}

.faq .ac {
  margin-bottom: 0px;
}

.faq--type1 {
  margin-bottom: calc(40px + 40 * ((100vw - 375px) / 1545));
}

.faq--type2 {
  margin-bottom: 100px;
}

.faq--type2 .faq__column-bottom p:last-child {
  padding-bottom: 20px;
}

.faq--type3 {
  margin-bottom: 100px;
}

.faq--type3 .faq__row {
  grid-template-columns: 1fr;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 575px) {
  .faq--type3 .faq__row {
    padding: 0px 17px;
  }
}

.faq--type3 .faq__column-top {
  background: #fff;
}

.faq--type3 .faq__column-bottom {
  background: #fff;
}

.faq--type3 .container {
  padding: 0px !important;
  background: white !important;
}

.faq--type3 button {
  display: none !important;
}

.faq--type3 h2 {
  display: none;
}

.faq .container {
  border-radius: 4px;
  background: #fafafc;
  padding-top: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-right: calc(16px + 24 * ((100vw - 375px) / 1545));
  padding-bottom: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-left: calc(16px + 24 * ((100vw - 375px) / 1545));
}

.faq .container>a {
  display: block;
  max-width: 270px;
  width: 100%;
  padding: 9.5px 5px;
  font-weight: 500;
  font-size: 16px;
  margin: 0 auto;
}

.faq h2 {
  text-align: center;
  margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1545));
}

.faq_column {
  border: none !important;
  background: transparent !important;
  outline: 1px solid transparent;
  transition: 0.25s;
}

.faq_column:hover {
  outline-color: #121212;
}

.faq_column:focus {
  transition: none;
  outline-color: #121212;
  outline-width: 2px;
}

.faq__row-wrapper {
  margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1545));
  grid-template-columns: repeat(2, 1fr);
  gap: calc(5px + 5 * ((100vw - 375px) / 1545));
  align-items: start;
}

@media screen and (max-width: 575px) {
  .faq__row-wrapper {
    grid-template-columns: 1fr;
  }
}

.faq__row {
  grid-template-columns: 1fr;
  gap: calc(5px + 5 * ((100vw - 375px) / 1545));
}

.faq__column-top {
  background: #e3ff8e;
  border-radius: 4px;
}

.faq__column-top .ac-trigger {
  display: inline-block;
  padding-top: 16px !important;
  padding-right: 24px !important;
  padding-bottom: 16px !important;
  padding-left: 24px !important;
}

@media screen and (max-width: 1024px) {
  .faq__column-top .ac-trigger {
    padding-top: 20px !important;
    padding-right: 14px !important;
    padding-bottom: 20px !important;
    padding-left: 14px !important;
  }
}

@media screen and (max-width: 575px) {
  .faq__column-top .ac-trigger {
    padding-top: 16px !important;
    padding-right: 10px !important;
    padding-bottom: 16px !important;
    padding-left: 10px !important;
  }
}

.faq__column-top .ac-trigger {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.faq__column-top .ac-trigger:focus {
  color: inherit !important;
}

.faq__column-top .ac-trigger::after {
  display: none;
}

.faq__column-top-column .button {
  width: 40px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq__column-top-column:first-child svg {
  margin-right: 10px;
  flex: 0 0 16px;
}

.faq__column-bottom {
  padding-right: 24px !important;
  padding-left: 24px !important;
  background: #e3ff8e;
}

@media screen and (max-width: 1024px) {
  .faq__column-bottom {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
}

@media screen and (max-width: 575px) {
  .faq__column-bottom {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

.faq__column-bottom p {
  margin-bottom: 16px;
  padding: 0px;
}

.faq__column-bottom ul {
  padding-left: calc(16px + 8 * ((100vw - 375px) / 1545));
  margin-bottom: 16px;
}

.faq__column-bottom ul li {
  margin-bottom: 10px;
}

.faq__column-bottom ul li:last-child {
  margin-bottom: 0px;
}

.footer {
  position: relative;
  z-index: 2;
  color: #fff;
  background: #121212;
  padding-top: calc(50px + 30 * ((100vw - 375px) / 1545));
  padding-bottom: 20px;
}

.footer ul {
  list-style: none;
}

.footer__content {
  margin-bottom: calc(60px + 20 * ((100vw - 375px) / 1545));
}

.footer__row {
  grid-template-columns: minmax(0, 400px) minmax(150px, 1fr);
  gap: calc(20px + 60 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 575px) {
  .footer__row {
    grid-template-columns: 1fr;
  }
}

.footer .social svg:hover path {
  fill: #fff;
}

.footer .social a {
  color: #e3ff8e;
}

.footer .social a:hover {
  color: #fff;
}

.footer__column:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .footer__column:first-child {
    align-items: center;
  }
}

.footer__column:first-child .logo {
  margin-bottom: 40px;
  max-width: 249px;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-size: calc(12px + 1 * ((100vw - 375px) / 1545));
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-navigation {
  color: #fff;
}

.footer-navigation .menu {
  display: grid;
  gap: 20px;
}

@media (min-width: 1025px) {
  .footer-navigation .menu {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 1200px) {
  .footer-navigation .menu {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .footer-navigation .menu {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .footer-navigation .menu {
    grid-template-columns: 1fr;
  }
}

.footer-navigation .menu .menu-item-has-children {
  margin-bottom: calc(20px + 20 * ((100vw - 375px) / 1545));
  position: relative;
}

.footer-navigation .menu .menu-item-has-children a {
  font-weight: 400;
}

.footer-navigation .menu .menu-item-has-children a {
  margin-bottom: 10px;
  color: #fff;
  font-size: calc(13px + 5 * ((100vw - 375px) / 1545));
  font-weight: 700;
  display: block;
}

.footer-navigation .menu .menu-item-has-children a {
  padding-left: 0px;
  pointer-events: none;
  сursor: default;
}

.footer-navigation .menu .menu-item-has-children::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.3947 6.53878L9.4612 0.605252C8.6542 -0.201751 7.34579 -0.201751 6.53878 0.605252L0.605252 6.53878C-0.201751 7.34579 -0.201751 8.6542 0.605252 9.4612L6.53878 15.3947C7.34579 16.2017 8.6542 16.2017 9.4612 15.3947L15.3947 9.4612C16.2017 8.6542 16.2017 7.34579 15.3947 6.53878ZM5.89736 11.8734C6.50351 12.2434 7.23166 12.4283 8.08183 12.4283C8.932 12.4283 9.66016 12.2434 10.2663 11.8734C10.8764 11.4995 11.3428 10.9799 11.6655 10.3147C11.9922 9.64954 12.1556 8.87809 12.1556 8.00037C12.1556 7.12264 11.9922 6.35119 11.6655 5.68601C11.3428 5.02083 10.8764 4.50325 10.2663 4.13327C9.66016 3.75935 8.932 3.57239 8.08183 3.57239C7.23166 3.57239 6.50351 3.75935 5.89736 4.13327C5.29122 4.50325 4.82481 5.02083 4.49813 5.68601C4.17538 6.35119 4.014 7.12264 4.014 8.00037C4.014 8.87809 4.17538 9.64954 4.49813 10.3147C4.82481 10.9799 5.29122 11.4995 5.89736 11.8734Z" fill="%23E3FF8E"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 15px;
  margin-right: 10px;
}


.footer-navigation .menu .menu-item-has-children .sub-menu a {
  display: block;
  font-size: calc(13px + 3 * ((100vw - 375px) / 1545));
  margin-bottom: 10px;
  color: #fff;
  transition: 0.25s;
  font-weight: 400;
  сursor: pointer;
  pointer-events: all;
}

.footer-navigation .menu .menu-item-has-children .sub-menu a:hover {
  color: #e3ff8e;
}

@media screen and (max-width: 575px) {
  .footer-navigation .menu .menu-item-has-children a {
    padding-left: 26px;
  }

  .footer-navigation .menu .menu-item-has-children::before {
    position: absolute;
    left: 0;
  }

  .footer-navigation .menu .menu-item-has-children {
    margin-bottom: 0;
  }
}

.footer__bottom {
  color: rgba(255, 255, 255, 0.5);
  font-size: calc(12px + 1 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 575px) {
  .footer__bottom .footer__row {
    text-align: center;
    gap: 10px;
  }
}

.page {
  /* margin-top: calc(50px + 10 * ((100vw - 375px) / 1545)); */
  margin-top: 120px;
}

@media screen and (max-width: 575px) {
  .page {
    text-align: center;
  }
}

.page.prices {
  margin-top: 120px;
}

.page.prices h2 {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .page.prices h2 {
    margin-top: 20px;
    text-align: left;
  }
}

.page.prices p {
  text-align: left;
}

.page--type1 {
  margin-bottom: calc(50px + 30 * ((100vw - 375px) / 1545));
}

.page--type2 {
  margin-bottom: calc(20px + 40 * ((100vw - 375px) / 1545));
}

.page--type3 {
  margin-top: calc(20px + 20 * ((100vw - 375px) / 1545));
  margin-bottom: calc(20px + 20 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 575px) {
  .page--type3 .news-card__categories {
    justify-content: center;
  }
}

.page--type4 {
  margin-top: calc(30px + 80 * ((100vw - 375px) / 1545));
  margin-bottom: calc(40px + 130 * ((100vw - 375px) / 1545));
}

.page--type4 .page__top-row {
  align-items: start;
  grid-template-columns: minmax(0, 700px) minmax(0, 440px);
}

@media screen and (max-width: 575px) {
  .page--type4 .page__top-row {
    grid-template-columns: 1fr;
  }
}

.page--type4 .page__top-column:first-child p {
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

.page--type4 .page__top-column:first-child p:first-of-type {
  display: inline-block;
  border-radius: 4px;
  padding: 2px 8px;
  background: #e3ff8e;
}

.page--type4 .page__top-column:first-child h1 {
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

.page--type4 .page__top-column:first-child a {
  width: 40px;
  height: 40px;
  display: flex;
}

@media screen and (max-width: 575px) {
  .page--type4 .page__top-column:first-child a {
    margin: 0 auto;
  }
}

.page--type5 {
  margin-top: calc(20px + 40 * ((100vw - 375px) / 1545));
  margin-bottom: calc(30px + 110 * ((100vw - 375px) / 1545));
}

.page--type6 {
  margin-top: calc(20px + 50 * ((100vw - 375px) / 1545));
  margin-bottom: calc(30px + 130 * ((100vw - 375px) / 1545));
}

.page--type6 p {
  margin-bottom: 10px;
}

.page--type6 p:last-child {
  margin-bottom: 0px;
}

.page--type6 .button {
  display: flex;
  align-items: center;
  height: 40px !important;
  width: auto !important;
  padding: 0px 16px !important;
}

.page__top-row {
  grid-template-columns: 1fr 1fr;
  gap: calc(20px + 20 * ((100vw - 375px) / 1545));
  justify-content: space-between;
  align-items: end;
}

@media screen and (max-width: 575px) {
  .page__top-row {
    grid-template-columns: 1fr;
  }
}

.page__top-column h1 {
  font-size: 60px;
  line-height: 130%;
  font-weight: 600;
  max-width: 800px;
}

.content.post .page__top-column h1 {
  max-width: 100%;
}

@media (max-width: 1439px) {
  .page__top-column h1 {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .page__top-column h1 {
    font-size: 36px;
  }
}

.page__top-column p {
  margin-bottom: 10px;
}

.page__top-column p span {
  background: #e3ff8e;
  border-radius: 4px;
  padding: 2px 8px;
}

.page__top-column .button {
  margin-top: 10px;
  margin-bottom: 10PX;
  width: 157px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .page__top-column .button {
    margin: 0 auto;
    margin-top: 10px;
  }
}

.get {
  margin-bottom: calc(50px + 30 * ((100vw - 375px) / 1545));
}

.get .container {
  padding: 0;
}

@media screen and (max-width: 575px) {
  .get .container {
    padding: 0px 40px;
  }
}

@media screen and (max-width: 425px) {
  .get .container {
    padding: 0px 20px;
  }
}

.get--type1 .get__content-row,
.get--type3 .get__content-row {
  grid-template-columns: auto 1fr auto;
}

@media screen and (max-width: 575px) {

  .get--type1 .get__content-row,
  .get--type3 .get__content-row {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 10px;
  }
}

.get--type1 .get__content-column,
.get--type3 .get__content-column {
  min-width: 0;
}

@media screen and (max-width: 575px) {

  .get--type1 .get__content-column:nth-child(1),
  .get--type3 .get__content-column:nth-child(1) {
    grid-row: 2/3;
    justify-content: end;
  }
}

@media screen and (max-width: 575px) {

  .get--type1 .get__content-column:nth-child(2),
  .get--type3 .get__content-column:nth-child(2) {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}

.get--type1 .get__content,
.get--type3 .get__content {
  padding-right: calc(16px + 4 * ((100vw - 375px) / 1545));
  padding-left: calc(16px + 4 * ((100vw - 375px) / 1545));
}

.get--type2 .get__content-row {
  display: flex;
  flex-wrap: wrap;
}

.get--type2 .get__content-row:last-of-type {
  margin-bottom: 0px;
}

.get--type2 .get__content-column {
  margin-top: calc(20px + 10 * ((100vw - 375px) / 1545));
  flex: 33.33%;
  border-right: 1px solid rgba(18, 18, 18, 0.05);
}

.get--type2 .get__content-column:last-child {
  border-right: 1px solid transparent;
}

.get--type2 .get__content-column:nth-of-type(1) {
  margin-top: 0px !important;
  padding-top: 0px !important;
  border-top: none !important;
}

.get--type2 .get__content-column:nth-of-type(2),
.get--type2 .get__content-column:nth-of-type(3) {
  margin-top: 0px;
}

@media screen and (max-width: 768px) {

  .get--type2 .get__content-column:nth-of-type(2),
  .get--type2 .get__content-column:nth-of-type(3) {
    margin-top: 20px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .get--type2 .get__content-column {
    flex: 0 0 100%;
    border-right: none;
    padding-top: 20px;
    border-top: 1px solid rgba(18, 18, 18, 0.05);
    padding-right: 16px;
    padding-left: 16px;
  }
}

.get--type2 .get__content {
  padding-right: calc(16px + 44 * ((100vw - 375px) / 1545));
  padding-left: calc(16px + 44 * ((100vw - 375px) / 1545));
}

.get--type2 .get__slide-highlights {
  height: 22px;
}

.get--type2 .get__slide-highlights li {
  height: 100%;
}

.get--type3 .title {
  text-align: center;
  margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1545));
}

.get--type3 .news-card__top {
  margin-bottom: 14px;
}

.get--type3 .news-card__top p {
  margin-bottom: 0px;
}

.get--type3 .news-card__categories {
  display: none;
}

.get--type3 .news-card {
  margin: 3px;
  grid-template-rows: auto 1fr;
}

@media screen and (max-width: 575px) {
  .get--type3 .news-card {
    grid-template-rows: auto auto 1fr;
  }
}

.get--type3 .news-card h2 {
  display: flex;
  align-items: center;
}

.get--type3 .news-card h2 span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 575px) {
  .get--type3 .news-card h2 span {
    overflow: visible;
    text-overflow: unset;
    -webkit-line-clamp: unset;
  }
}

.get--type3 .news-card>p {
  font-size: calc(14px + 2 * ((100vw - 375px) / 1545));
  margin-bottom: calc(14px + 2 * ((100vw - 375px) / 1545));
  color: #121212;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 575px) {
  .get--type3 .news-card>p {
    overflow: visible;
    text-overflow: unset;
    -webkit-line-clamp: unset;
  }
}

.get--type3 .news-card button {
  width: 84px;
  height: 40px;
}

.get--type3 .get__content-column:first-child {
  position: relative;
  z-index: 20;
  transform: translateX(5px);
}

@media screen and (max-width: 575px) {
  .get--type3 .get__content-column:first-child {
    transform: translateX(0px);
  }
}

.get--type3 .get__content-column:first-child .button {
  background: #fafafc;
}

.get--type3 .get__content-column:first-child .button:hover {
  background: #121212;
  color: #fff;
}

.get--type3 .get__content-column:first-child .button:hover svg path {
  fill: #fff;
}

.get--type3 .get__content-column:last-child {
  position: relative;
  z-index: 20;
  transform: translateX(-5px);
}

@media screen and (max-width: 575px) {
  .get--type3 .get__content-column:last-child {
    transform: translateX(0px);
  }
}

.get--type3 .get__content-column:last-child .button {
  background: #fafafc;
}

.get--type3 .get__content-column:last-child .button:hover {
  background: #121212;
  color: #fff;
}

.get--type3 .get__content-column:last-child .button:hover svg path {
  fill: #fff;
}

.get--type3 .swiper-slide {
  padding: 0px 5px;
  height: auto;
}

@media screen and (max-width: 575px) {
  .get--type3 .swiper-slide {
    padding: 0px;
  }
}

@media screen and (max-width: 575px) {
  .get--type3 .get__content-row--desktop {
    display: none;
  }
}

.get--type3 .get__swiper-slide {
  padding-top: 0px;
}

.get--type3 .get__content-row--mobile {
  display: none;
}

@media screen and (max-width: 575px) {
  .get--type3 .get__content-row--mobile {
    display: grid;
  }
}

.get--type3 .get__content-row--mobile .news-card {
  margin-bottom: 10px;
}

.get--type3 .get__content-row--mobile .news-card:last-child {
  margin-bottom: 0px;
}

.get__content {
  position: relative;
  background: #fafafc;
  border-radius: 4px;
  padding-top: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-bottom: calc(20px + 20 * ((100vw - 375px) / 1545));
}

.get__content h3 {
  margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1545));
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.get__content-img {
  position: absolute;
  width: calc(18px + 13 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 575px) {
  .get__content-img {
    width: 18px;
  }
}

.get__content-img:first-child {
  top: 18px;
  left: 18px;
}

@media screen and (max-width: 575px) {
  .get__content-img:first-child {
    top: -4px;
    left: -4px;
  }
}

.get__content-img:last-child {
  bottom: 18px;
  right: 18px;
}

@media screen and (max-width: 575px) {
  .get__content-img:last-child {
    bottom: -4px;
    right: -4px;
  }
}

.get__swiper-button {
  width: 40px;
  height: 40px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.get__swiper-button.hidden {
  display: none ! important;
}

.get__swiper-slide {
  padding-top: calc(40px + 4 * ((100vw - 375px) / 1545));
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.get__swiper-slide h4 {
  font-size: 13px;
  color: rgba(18, 18, 18, 0.6);
  line-height: 130%;
}

.get__swiper-slide h5 {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: calc(11.5px + -3.5 * ((100vw - 375px) / 1545));
  padding-right: calc(11.5px + -3.5 * ((100vw - 375px) / 1545));
  background: #e3ff8e;
  font-weight: 600;
  font-size: calc(20px + 8 * ((100vw - 375px) / 1545));
  margin-bottom: 10px;
  line-height: 130%;
  display: inline-block;
  border-radius: 4px;
}

.get__swiper-slide h6 {
  font-size: calc(24px + 6 * ((100vw - 375px) / 1545));
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
}

.get__swiper-slide p {
  font-size: 13px;
  color: rgba(18, 18, 18, 0.6);
  margin-bottom: 20px;
}

.get__swiper-slide p b {
  font-weight: 700;
  color: #121212;
}

.get__swiper-slide .button {
  width: 127px;
  padding: 9.5px 5px;
}

.get__slide-highlights {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: calc(16px + 4 * ((100vw - 375px) / 1545));
  gap: 4px;
}

.get__slide-highlight {
  padding: 0px 16px;
  border-radius: 16px;
  font-size: 12px;
  white-space: nowrap;
}

.get__slide-highlight--popular {
  background: rgba(227, 255, 142, 0.5);
  border: 1px solid #121212;
}

.get__slide-highlight--discount {
  background: rgba(18, 18, 18, 0.05);
  border: 1px solid #121212;
}

.get__slide-highlight--profitable {
  color: #1986f0;
  background: rgba(25, 134, 240, 0.05);
  border: 1px solid #1986f0;
}

.reliability {
  margin-bottom: calc(50px + 30 * ((100vw - 375px) / 1545));
  padding-top: calc(50px + 50 * ((100vw - 375px) / 1545));
  padding-bottom: calc(50px + 50 * ((100vw - 375px) / 1545));
  background: #e3ff8e;
}

.reliability--type1 .reliability__top-column:last-child {
  min-width: 0;
  padding-top: calc(21px + 19 * ((100vw - 375px) / 1545));
  padding-right: calc(16px + 9 * ((100vw - 375px) / 1545));
  padding-bottom: calc(21px + 19 * ((100vw - 375px) / 1545));
  padding-left: calc(16px + 9 * ((100vw - 375px) / 1545));
}

.reliability--type2 .reliability__bottom-stars {
  display: none;
}

.reliability--type2 .reliability__bottom-high {
  justify-content: center;
}

.reliability--type2 .reliability__bottom-high svg {
  display: none;
}

@media screen and (max-width: 1024px) {
  .reliability--type2 .reliability__top-row {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .reliability--type2 .reliability__top-row {
    gap: 100px;
  }
}

.reliability--type2 .reliability__top-column:last-child {
  position: relative;
  min-width: 0;
  padding-top: calc(21px + 24 * ((100vw - 375px) / 1545));
  padding-right: calc(16px + 24 * ((100vw - 375px) / 1545));
  padding-bottom: calc(21px + 24 * ((100vw - 375px) / 1545));
  padding-left: 220px;
}

@media screen and (max-width: 1024px) {
  .reliability--type2 .reliability__top-column:last-child {
    padding-left: 150px;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .reliability--type2 .reliability__top-column:last-child {
    padding-left: calc(16px + 24 * ((100vw - 375px) / 1545));
    text-align: center;
    padding-top: 100px;
  }
}

@media screen and (max-width: 575px) {
  .reliability--type2 .reliability__top-column:last-child {
    max-width: 100%;
    width: 100%;
  }
}

.reliability--type2 .reliability__top-column:last-child h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 130%;
}

.reliability--type2 .reliability__top-column:last-child p {
  font-size: calc(16px + 4 * ((100vw - 375px) / 1545));
  margin-bottom: 10px;
}

.reliability--type2 .reliability__top-column:last-child p:last-of-type {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .reliability--type2 .reliability__top-column:last-child .reliability__buttons {
    justify-content: center;
  }
}

.reliability--type2 .reliability__top-column:last-child .reliability__buttons .button {
  padding: 9px 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 376px) {
  .reliability--type2 .reliability__top-column:last-child .reliability__buttons .button {
    padding: 9px 14px;
  }
}

.reliability--type2 .reliability__top-column:last-child .reliability__buttons .button:last-child {
  margin-right: 0px;
}

.reliability--type2 .reliability__top-column-img {
  width: calc(145px + 155 * ((100vw - 375px) / 1545));
  max-width: 280px;
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .reliability--type2 .reliability__top-column-img {
    width: 145px;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
  }
}

@media screen and (max-width: 768px) {
  .reliability--type3 {
    text-align: center;
  }
}

.reliability--type3 h3 {
  font-size: calc(24px + 6 * ((100vw - 375px) / 1545));
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
  font-weight: 700;
  line-height: 130%;
}

.reliability--type3 .reliability__bottom-row {
  grid-template-columns: repeat(2, 1fr);
  gap: calc(40px + 60 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 768px) {
  .reliability--type3 .reliability__bottom-row {
    grid-template-columns: 1fr;
  }
}

.reliability--type3 .reliability__bottom-column {
  background: transparent;
  padding: 0px;
}

.reliability__top {
  margin-bottom: calc(60px + 40 * ((100vw - 375px) / 1545));
}

.reliability__top-row {
  grid-template-columns: minmax(0, 400px) minmax(0, 740px);
  justify-content: space-between;
  gap: calc(20px + 80 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 768px) {
  .reliability__top-row {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .reliability__top-column:first-child {
    text-align: center;
  }
}

.reliability__top-column:first-child h2 {
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

.reliability__top-column:last-child {
  background: #fff;
  border-radius: 4px;
}

.reliability__slide-top {
  margin-bottom: 21px;
}

.reliability__slide-top-column {
  font-size: 13px;
  color: rgba(18, 18, 18, 0.6);
}

.reliability__slide-top-column:first-child {
  margin-right: 10px;
}

.reliability__slide-top-column:last-child img {
  width: 72px;
}

.reliability__slide-img {
  margin-bottom: 5px;
}

.reliability__slide-content {
  margin-bottom: 20px;
}

.reliability__slide-content .client_info {
  font-style: italic;
  padding-top: 15px;
}

.reliability__slide-content p {
  line-height: 130%;
  font-size: calc(18px + 2 * ((100vw - 375px) / 1545));
}

.reliability__slide-bottom p,
.reliability__slide-bottom button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.reliability__slide-bottom p,
.reliability__slide-bottom button,
.reliability__slide-bottom span {
  font-size: 16px;
  color: rgba(18, 18, 18, 0.4);
}

.reliability__slide-bottom p {
  border: 1px solid rgba(18, 18, 18, 0.4);
  border-radius: 4px;
}

.reliability__slide-bottom span {
  display: inline-block;
  margin: 0px 10px;
}

.reliability__slide-bottom button {
  margin-right: 10px;
}

.reliability__bottom-high {
  margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 768px) {
  .reliability__bottom-high {
    flex-direction: column;
    align-items: start;
  }
}

@media screen and (max-width: 575px) {
  .reliability__bottom-high {
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .reliability__bottom-high h2 {
    margin-bottom: 10px;
  }
}

.reliability__bottom-high svg {
  width: calc(261px + 96 * ((100vw - 375px) / 1545));
  height: calc(38px + 14 * ((100vw - 375px) / 1545));
}

.reliability__bottom-row {
  grid-template-columns: repeat(3, 1fr);
  gap: calc(10px + 10 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 768px) {
  .reliability__bottom-row {
    grid-template-columns: 1fr;
  }
}

.reliability__bottom-column {
  padding-top: calc(27px + 16 * ((100vw - 375px) / 1545));
  padding-right: calc(19px + 8 * ((100vw - 375px) / 1545));
  padding-bottom: calc(27px + 16 * ((100vw - 375px) / 1545));
  padding-left: calc(19px + 8 * ((100vw - 375px) / 1545));
  border-radius: 4px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .reliability__bottom-column {
    max-width: 500px;
    margin: 0 auto;
  }
}

.reliability__bottom-column-name {
  margin-bottom: calc(15px + 8 * ((100vw - 375px) / 1545));
}

.reliability__bottom-column-name-left {
  margin-right: 10px;
}

.reliability__bottom-column-name-left img {
  border: 3px solid #e3ff8e;
  border-radius: 7px;
}

.reliability__bottom-column-name-right h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

.reliability__bottom-column-name-right p {
  font-size: 13px;
  color: rgba(18, 18, 18, 0.6);
}

.reliability__bottom-stars {
  margin-bottom: calc(12px + 8 * ((100vw - 375px) / 1545));
}

.partners .swiper {
  overflow: visible;
  width: 100%;
}

.partners .swiper-slide {
  min-width: 0;
}

.system {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .system {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.system--type2 {
  margin-bottom: calc(40px + 40 * ((100vw - 375px) / 1545));
}

.system--type2 p {
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

.system--type2 .system__column {
  display: flex;
  align-items: end;
}

.system .container {
  padding-top: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-right: calc(16px + 24 * ((100vw - 375px) / 1545));
  padding-bottom: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-left: calc(16px + 24 * ((100vw - 375px) / 1545));
  background: #fafafc;
  border-radius: 4px;
}

.system h6 {
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
  font-weight: 600;
}

.system h2 {
  margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1545));
  text-align: center;
}

.system__row {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 575px) {
  .system__row {
    grid-template-columns: 1fr;
  }
}

.system__column {
  padding-top: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-right: calc(16px + 8 * ((100vw - 375px) / 1545));
  padding-bottom: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-left: calc(16px + 8 * ((100vw - 375px) / 1545));
  border-radius: 4px;
  background: #e3ff8e;
  text-align: center;
}

.system__column:first-child .system__column-imgs {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: calc(4px + 4 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 575px) {
  .system__column:first-child .system__column-imgs {
    max-width: 300px;
  }
}

.system__column:last-child p {
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

.system__column:last-child .system__column-imgs {
  margin-bottom: 0px;
}

@media screen and (max-width: 575px) {
  .system__column:last-child .system__column-imgs {
    max-width: 200px;
  }
}

.system__column-imgs {
  gap: calc(4px + 4 * ((100vw - 375px) / 1545));
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(4px + 6 * ((100vw - 375px) / 1545));
}

.system__column-img {
  display: flex;
}

.system__column-img img {
  height: calc(34px + 17 * ((100vw - 375px) / 1545));
}

.individual {
  background: #e3ff8e;
  padding-top: calc(100px + -20 * ((100vw - 375px) / 1545));
  padding-bottom: calc(50px + 30 * ((100vw - 375px) / 1545));
}

.individual--type1 button:last-child {
  display: none;
}

.individual--type1.partners {
  margin-top: 160px;
}

.individual--type1.partners .container {
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .individual--type2 {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .individual__buttons {
    justify-content: center;
  }
}

.individual__row {
  grid-template-columns: 480px 1fr;
  gap: calc(20px + 80 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 1240px) {
  .individual__row {
    grid-template-columns: 400px 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .individual__row {
    grid-template-columns: 300px 1fr;
  }
}

@media screen and (max-width: 768px) {
  .individual__row {
    grid-template-columns: 200px 1fr;
  }
}

@media screen and (max-width: 575px) {
  .individual__row {
    grid-template-columns: 1fr;
  }
}

.individual__column {
  position: relative;
}

.individual__column .individual__buttons {
  margin-top: 20px;
}

@media screen and (max-width: 575px) {
  .individual__column {
    text-align: center;
  }
}

.individual__column img {
  position: absolute;
  top: -155px;
  right: 0;
  width: calc(120px + 280 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 1240px) {
  .individual__column img {
    top: -100px;
  }
}

@media screen and (max-width: 575px) {
  .individual__column img {
    width: 120px;
    top: -185px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.individual__column h2 {
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

.individual__column p {
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

.individual__column .button {
  display: flex;
  align-items: center;
  padding: 5px 16px;
  height: 40px;
}

.blog {
  padding-bottom: calc(100px + 20 * ((100vw - 375px) / 1545));
}

.blog__row {
  gap: calc(10px + 10 * ((100vw - 375px) / 1545));
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 768px) {
  .blog__row {
    grid-template-columns: 1fr;
  }
}

.blog .news-card {
  grid-column: span 2;
}

.blog .news-card:nth-child(5n+4),
.blog .news-card:nth-child(5n+5) {
  grid-column: span 3;
}

.blog__pending {
  padding-top: calc(20px + 20 * ((100vw - 375px) / 1545));
  display: block;
  max-width: 160px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: rgba(18, 18, 18, 0.4);
}

.blog__pending svg {
  margin-bottom: 8px;
}

.description {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .description {
    padding-bottom: 0px;
  }
}

.description__row {
  display: flex;
  gap: 6%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 20px;
}

.description .description__column ol.wp-block-list {
  list-style-type: decimal;
}

.description .description__column ol.wp-block-list li::marker {
  content: counter(list-item) ". ";
}

.description .description__column ul.wp-block-list li::marker {
  content: "● ";
}

.description__column {
  max-width: 740px;
  flex: 0 0 60%;
}

.description__column--type2 {
  flex: 0 0 34%;
}

.description__column-list {
  background-color: #FAFAFC;
  padding: 24px 24px 24px 50px;
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
  position: relative;
  position: sticky;
  top: 100px;
}

.description__column-list li {
  margin-bottom: 10px;
}

.description__column-list li::before {
  content: "";
  position: absolute;
  display: block;
  left: 24px;
  width: 20px;
  height: 20px;
  background: url(../images/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.description__column-list li a {
  color: #121212;
}

.description__column-list li a:hover {
  color: rgba(18, 18, 18, 0.6);
}

@media screen and (max-width: 1280px) {
  .description__row {
    padding: 0px 60px;
  }
}

@media screen and (max-width: 1024px) {
  .description__row {
    padding: 0px 40px;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .description__column,
  .description__column--type2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .description__row {
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .description__row {
    grid-template-columns: 1fr;
    gap: 100px;
  }
}

.description__column h2 {
  font-weight: 700;
  font-size: calc(24px + 6 * ((100vw - 375px) / 1545));
  line-height: 130%;
}

.description__column h4 {
  line-height: 130%;
}

@media screen and (max-width: 768px) {
  .description__column:first-child {
    padding: 0px 40px;
  }
}

@media screen and (max-width: 425px) {
  .description__column:first-child {
    padding: 0px 20px;
  }
}

.description__column:first-child a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #121212;
  transition: 0.25s all;
}

.description__column:first-child a:hover {
  color: rgba(18, 18, 18, 0.6);
}

.description__column:first-child strong,
.description__column:first-child b {
  font-weight: 600;
}

.description__column:first-child p,
.description__column:first-child ol,
.description__column:first-child ul {
  color: #121212;
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

.description__column:first-child h2 {
  margin-top: calc(30px + 10 * ((100vw - 375px) / 1545));
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

.description__column:first-child ul li,
.description__column:first-child ol li {
  margin-bottom: 10px;
}

.description__column:first-child ul li:last-child,
.description__column:first-child ol li:last-child {
  margin-bottom: 0px;
}

.description__column:first-child ul {
  padding-left: calc(16px + 8 * ((100vw - 375px) / 1545));
}

.description__column:first-child ol {
  padding-left: calc(10px + 20 * ((100vw - 375px) / 1545));
  list-style: decimal;
}

.description__column:first-child h4 {
  margin-top: calc(12px + 12 * ((100vw - 375px) / 1545));
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
  font-weight: 700;
  font-size: calc(20px + 4 * ((100vw - 375px) / 1545));
}

.description__fixed-block {
  top: 300px;
  position: sticky;
  background: #e3ff8e;
  padding-top: 100px;
  border-radius: 4px;
  padding-right: calc(20px + 7 * ((100vw - 375px) / 1545));
  padding-bottom: calc(50px + -10 * ((100vw - 375px) / 1545));
  padding-left: calc(20px + 7 * ((100vw - 375px) / 1545));
}

.description__fixed-block h2 {
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
  text-align: center;
}

.description__fixed-block p {
  margin-bottom: 20px;
  font-size: calc(14px + 6 * ((100vw - 375px) / 1545));
  text-align: center;
}

.description__column-img {
  position: absolute;
  top: -270px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(120px + 180 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 1440px) {
  .description__column-img {
    top: -200px;
  }
}

@media screen and (max-width: 1024px) {
  .description__column-img {
    top: -130px;
  }
}

@media screen and (max-width: 768px) {
  .description__column-img {
    width: 120px;
    top: -60px;
  }
}

.description__column-buttons .button {
  display: flex;
  align-items: center;
  color: #121212;
  padding: 0px 16px;
  height: 40px;
  margin-right: 10px;
}

.description__column-buttons .button:hover {
  color: #fff;
}

.description__column-buttons .button:last-child {
  margin-right: 0px;
}

.privacy {
  padding-top: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-bottom: calc(30px + 40 * ((100vw - 375px) / 1545));
}

.privacy h1 {
  margin-bottom: calc(14px + 10 * ((100vw - 375px) / 1545));
}

.privacy h2 {
  font-weight: 700;
  font-size: calc(24px + 6 * ((100vw - 375px) / 1545));
  line-height: 130%;
}

.privacy h4 {
  line-height: 130%;
}

.privacy a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #222;
  transition: 0.25s all;
}

.privacy a:hover {
  color: rgba(18, 18, 18, 0.6);
}

.privacy strong,
.privacy b {
  font-weight: 600;
}

.privacy p,
.privacy ol,
.privacy ul {
  color: rgba(18, 18, 18, 0.6);
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

.privacy h2 {
  margin-top: calc(30px + 10 * ((100vw - 375px) / 1545));
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
}

.privacy ul li,
.privacy ol li {
  margin-bottom: 10px;
}

.privacy ul li:last-child,
.privacy ol li:last-child {
  margin-bottom: 0px;
}

.privacy ul {
  padding-left: calc(16px + 8 * ((100vw - 375px) / 1545));
}

.privacy ol {
  padding-left: calc(30px + 20 * ((100vw - 375px) / 1545));
  list-style: decimal;
}

.privacy h4 {
  margin-top: calc(12px + 12 * ((100vw - 375px) / 1545));
  margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1545));
  font-weight: 700;
  font-size: calc(20px + 4 * ((100vw - 375px) / 1545));
}

.contacts {
  padding-bottom: calc(50px + 50 * ((100vw - 375px) / 1545));
}

.contacts__row {
  grid-template-columns: repeat(2, 1fr);
  gap: calc(20px + 20 * ((100vw - 375px) / 1545));
}

@media screen and (max-width: 768px) {
  .contacts__row {
    grid-template-columns: 1fr;
  }
}

.contacts__column {
  padding-top: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-right: calc(16px + 24 * ((100vw - 375px) / 1545));
  padding-bottom: calc(20px + 20 * ((100vw - 375px) / 1545));
  padding-left: calc(16px + 24 * ((100vw - 375px) / 1545));
  text-align: center;
  border-radius: 4px;
  background: #e3ff8e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacts__column a {
  color: #121212;
  transition: 0.25s;
}

.contacts__column a:hover {
  color: rgba(18, 18, 18, 0.4);
}

.contacts__column svg {
  margin-top: calc(20px + 10 * ((100vw - 375px) / 1545));
  margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1545));
}

.burger-menu {
  overflow-y: auto;
  z-index: 3;
  background: #fff;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 40px;
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 127.8px 20px 50px 20px;
  transition: 0.7s ease;
}

.burger-menu .social a {
  color: #121212;
}

.burger-menu--visible {
  top: 0;
}

.burger-menu__content {
  padding: 20px 16px;
  border-radius: 4px;
  background: #fafafc;
}

.burger-menu__content .h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

.burger-menu__content ul {
  display: block;
  flex-direction: column;
}

.burger-menu__content ul li {
  margin-bottom: 30px;
}

.burger-menu__content ul li a {
  position: relative;
  display: inline-block;
}

.burger-menu__content ul li:last-child {
  margin-bottom: 30px;
}

.burger-menu__content .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 36px;
  margin: 0 auto;
}

.burger-menu .social {
  justify-content: center;
  color: rgba(18, 18, 18, 0.6);
}

.error {
  padding-top: calc(80px + 0 * ((100vw - 375px) / 1545));
  padding-bottom: calc(80px + 0 * ((100vw - 375px) / 1545));
  width: 100%;
  height: 100%;
}

.error .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.error__wrapper {
  text-align: center;
}

.error__wrapper h2 {
  font-size: calc(20px + 8 * ((100vw - 375px) / 1545));
  line-height: 130%;
  margin-bottom: 8px;
}

.error__wrapper p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(18, 18, 18, 0.4);
  margin-bottom: 16px;
}

.error__wrapper .button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
  width: 252px;
  height: 40px;
  margin: 0 auto;
}

.promocode {
  max-width: 900px;
  width: 100%;
  padding: 2px 5.5px 32px;
  margin: 0 auto;
}

.promocode h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 180%;
  text-align: center;
}

@media (max-width: 991px) {
  .promocode h3 {
    font-size: 20px;
  }
}

.promocode h3 span {
  padding: 2px 6px;
  margin: -2px 4px;
  background: #e3ff8e;
  border-radius: 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.promocode h3 .unbreakable {
  white-space: nowrap;
}

.contacts .block-contacts>p {
  margin-bottom: 20px;
}

.seo-block {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  max-width: 100%;
  margin: 1.5em 0;
}

.seo-block h1,
.seo-block h2,
.seo-block h3,
.seo-block h4,
.seo-block h5,
.seo-block h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 130%;
}

.seo-block h1 {
  font-size: 3.75em;
}

.seo-block h2 {
  font-size: 2.5em;
}

.seo-block h3 {
  font-size: 1.875em;
}

.seo-block h4 {
  font-size: 1.75em;
}

.seo-block h5 {
  font-size: 1.625em;
}

.seo-block h6 {
  font-size: 1.5em;
}

.seo-block p {
  margin-top: 0;
  margin-bottom: 1em;
}

.seo-block a {
  color: #121212;
  text-decoration: underline;
}

.seo-block a:hover {
  color: #121212;
  opacity: 0.6;
  text-decoration: none;
}

.seo-block ul,
.seo-block ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2em;
  list-style: disc;
}

.seo-block li {
  margin-bottom: 0.5em;
}

.seo-block ul ul,
.seo-block ul ol,
.seo-block ol ul,
.seo-block ol ol {
  margin-bottom: 0;
}

.seo-block table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}

.seo-block th,
.seo-block td {
  padding: 8px 16px;
  border: 1px solid #F3F3F3;
}

.seo-block th {
  background-color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}

.seo-block img {
  max-width: 100%;
  height: auto;
  margin: 0.5em 0;
}

.seo-block img.align-left {
  float: left;
  margin-right: 1em;
}

.seo-block img.align-right {
  float: right;
  margin-left: 1em;
}

.seo-block img.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.seo-block blockquote {
  margin: 1em 0;
  padding: 0 1em;
  border-left: 3px solid #E3FF8E;
  color: #121212;
  font-style: italic;
}

.seo-block pre,
.seo-block code {
  font-family: 'Courier New', Courier, monospace;
  background-color: #FAFAFC;
  border-radius: 3px;
}

.seo-block pre {
  padding: 1em;
  overflow: auto;
}

.seo-block code {
  padding: 0.2em 0.4em;
  font-size: 0.9em;
}

.seo-block hr {
  border: 0;
  height: 1px;
  background-color: #121212;
  margin: 2em 0;
}

.seo-block .text-left {
  text-align: left;
}

.seo-block .text-center {
  text-align: center;
}

.seo-block .text-right {
  text-align: right;
}

.seo-block .text-justify {
  text-align: justify;
}

.seo-block .text-muted {
  color: #191919;
}

.seo-block .text-primary {
  color: #171717;
}

.seo-block .text-success {
  color: #485F02;
}

.seo-block .text-danger {
  color: #920709;
}

.seo-block .text-warning {
  color: #FF932E;
}

.seo-block .text-info {
  color: #055ED2;
}

.seo-block .bg-primary {
  background-color: #007bff;
  color: white;
}

.seo-block .bg-success {
  background-color: #28a745;
  color: white;
}

.seo-block .bg-danger {
  background-color: #dc3545;
  color: white;
}

.seo-block .bg-warning {
  background-color: #ffc107;
  color: black;
}

.seo-block .bg-info {
  background-color: #17a2b8;
  color: white;
}

.kind-differences {
  padding: 100px;
}

.kind-differences .kind-differences_row {
  background-color: #fafafc;
  padding: 40px;
}

.kind-differences .kind-differences_row__title {
  text-align: center;
  margin-bottom: 60px;
}

.kind-differences .kind-differences_row__title .title {
  margin-bottom: 20px;
}

.kind-differences .kind-differences_row__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}

.kind-differences .kind-differences_row__columns .kind-differences_row__columns__item {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.kind-differences .kind-differences_row__columns .kind-differences_row__columns__item h3 {
  margin-bottom: 20px;
}

.kind-differences .kind-differences_row__columns .kind-differences_row__columns__item h3:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  background: url(../images/main-logo-decor-image.png) center/cover;
}

.kind-differences .kind-differences_row__lifehack {
  text-align: center;
  margin-top: 60px;
}

.list_marked ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 15px 22px 15px;
}

.list_marked ul li {
  position: relative;
}

.list_marked ul li::before {
  content: "";
  top: 0;
  left: 0;
  translate: -15px 8px;
  position: absolute;
  display: block;
  border: #121212 solid 2px;
  border-radius: 50%;
}

.list_marked strong {
  font-weight: 600;
}

.proxy__column.choose-tariff.choose-tariff_placeholder {
  background-color: rgba(227, 255, 142, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.proxy__column.choose-tariff.choose-tariff_placeholder .proxy__placeholder {
  text-align: center;
}

.proxy__column.choose-tariff .proxy__placeholder-icon img {
  max-width: 145px;
  width: 100%;
}

.proxy__column.choose-tariff.choose-tariff_placeholder h4 {
  text-align: center;
  font-weight: 700;
  font-size: calc(24px + 6 * ((100vw - 375px) / 1545));
  ;
  line-height: 130%;
}

.proxy__column.choose-tariff.choose-tariff_placeholder button {
  padding: 9px;
}

.proxy .proxy__column.promotion {
  position: relative;
  background-color: #1a1d1f;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 28px 24px;
  overflow: hidden;
}

.proxy .proxy__column.promotion .star {
  position: absolute;
  top: 40px;
  left: 20px;
  font-size: 18px;
  z-index: 0;
}

.proxy .proxy__column.promotion .circle {
  background-color: white;
  position: absolute;
  top: 60px;
  left: 60px;
  width: 8px;
  height: 8px;
  opacity: 90%;
  border-radius: 50%;
  z-index: 0;
}

.proxy .proxy__column.promotion .circle-2 {
  background-color: white;
  position: absolute;
  top: 100px;
  right: 40px;
  width: 10px;
  height: 10px;
  opacity: 80%;
  border-radius: 50%;
  z-index: 0;
}

.proxy .proxy__column.promotion .circle-3 {
  background-color: white;
  position: absolute;
  top: 180px;
  left: 50px;
  width: 8px;
  height: 8px;
  opacity: 70%;
  border-radius: 50%;
  z-index: 0;
}

.proxy .proxy__column.promotion .circle-4 {
  background-color: white;
  position: absolute;
  bottom: 100px;
  right: 50px;
  width: 10px;
  height: 10px;
  opacity: 75%;
  border-radius: 50%;
  z-index: 0;
}

.proxy .proxy__column.promotion .circle-5 {
  position: absolute;
  top: 120px;
  left: 80px;
  width: 10px;
  height: 10px;
  opacity: 80%;
  border-radius: 50%;
  background-color: #c4d96f;
  z-index: 0;
}

.proxy .proxy__column.promotion .circle-6 {
  position: absolute;
  top: 220px;
  right: 80px;
  width: 8px;
  height: 8px;
  opacity: 70%;
  border-radius: 50%;
  background-color: #c4d96f;
  z-index: 0;
}

.proxy .proxy__column.promotion .circle-7 {
  background-color: white;
  position: absolute;
  top: 160px;
  right: 60px;
  width: 8px;
  height: 8px;
  opacity: 60%;
  border-radius: 50%;
  z-index: 0;
}

.proxy .proxy__column.promotion .circle-8 {
  background-color: white;
  position: absolute;
  bottom: 140px;
  left: 60px;
  width: 5px;
  height: 5px;
  opacity: 50%;
  border-radius: 50%;
  z-index: 0;
}

.proxy .proxy__column.promotion .figure-1 {
  position: absolute;
  top: 200px;
  right: 90px;
  width: 12px;
  height: 12px;
  opacity: 60%;
  background-color: #a89968;
  transform: rotate(45deg);
  z-index: 0;
}

.proxy .proxy__column.promotion .figure-2 {
  position: absolute;
  bottom: 120px;
  left: 40px;
  width: 14px;
  height: 14px;
  opacity: 70%;
  background-color: #a89968;
  transform: rotate(45deg);
  z-index: 0;
}

.proxy .proxy__column.promotion .figure-3 {
  position: absolute;
  top: 300px;
  left: 90px;
  width: 10px;
  height: 10px;
  opacity: 50%;
  background-color: #8a7d65;
  transform: rotate(45deg);
  z-index: 0;
}

.proxy .proxy__column.promotion .promo-text {
  background-color: rgba(196, 217, 111, 0.15);
  border: 1.5px solid rgba(196, 217, 111, 0.4);
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 3.40282e38px;
  padding: 6px 14px;
  z-index: 1;
}

.proxy .proxy__column.promotion .promo-text span {
  font-size: 16px;
}

.proxy .proxy__column.promotion .promo-text span.text {
  font-size: 13px;
  color: #e3ff8e;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.proxy .proxy__column.promotion .title-block {
  margin-bottom: 3px;
  display: flex;
  gap: 6px;
  align-items: baseline;
  font-family: 'Inter', sans-serif;
  z-index: 1;
}

.proxy .proxy__column.promotion .title-block .h1 {
  color: white;
  font-size: 64px;
  line-height: 105%;
  letter-spacing: -.02em;
  font-weight: 900;
}

.proxy .proxy__column.promotion .title-block span {
  color: #FFC107;
  font-weight: bold;
  font-size: 32px;
}

.proxy .proxy__column.promotion .subtitle-block {
  text-align: center;
  margin-bottom: 6px;
  font-family: 'Inter', sans-serif;
  z-index: 1;
}

.proxy .proxy__column.promotion .subtitle-block p {
  font-weight: 600;
  color: white;
  font-size: 15px;
}

.proxy .proxy__column.promotion .block-description {
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
  z-index: 1;
}

.proxy .proxy__column.promotion .block-description .description {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFC107;
  border-radius: 50px;
  padding: 14px;
}

.proxy .proxy__column.promotion .block-description .description p {
  font-weight: 600;
  color: #FFC107;
  font-size: 15px;
}

.proxy .proxy__column.promotion .button {
  background-color: #e3ff8e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  padding: 16px 60px;
  font-family: 'Inter', sans-serif;
  border: 0px solid transparent;
  z-index: 1;
}

.proxy .proxy__column.promotion .button span {
  font-weight: 600;
  color: #1a1d1f;
  font-size: 15px;
}

.proxy .proxy__column.promotion .button:hover {
  background-color: #d8fa83;
  scale: 105%;
  box-shadow: 0 0 30px rgba(227, 255, 142, 0.8);
}

.proxy .proxy__column.promotion .button:active {
  scale: 98%;
}

@media screen and (max-width: 900px) {
  .kind-differences {
    padding: 50px 0;
  }

  .kind-differences .kind-differences_row {
    background-color: unset;
    padding: 0;
  }

  .kind-differences .kind-differences_row__title {
    margin-bottom: 20px;
  }

  .kind-differences .kind-differences_row__columns .kind-differences_row__columns__item {
    flex: 1 1 100%;
  }

  .kind-differences .kind-differences_row__columns .kind-differences_row__columns__item h3 {
    text-align: center;
  }

  .kind-differences .kind-differences_row__columns .kind-differences_row__columns__item h3:before {
    margin: 0 auto 15px;
  }

  .kind-differences .kind-differences_row__columns {
    gap: 20px;
  }

  .kind-differences .kind-differences_row__lifehack {
    margin-top: 20px;
  }

  .why {
    padding: 20px 0;
  }
}

.mm-choose-plan-widget {
  background-color: #E3FF8E;
  padding: 20px 40px;
}

.mm-choose-plan-widget .mm-choose-plan-widget-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
}

#header-menu .mm-choose-plan-widget img {
  max-width: 55px;
  width: 100%;
}

.mm-choose-plan-widget .mm-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.mm-demos-widget {
  background-color: #E3FF8E80;
  padding: 10px 24px;
  max-width: 214px;
  width: 100%;
}

.mm-demos-widget .mm-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}

.mm-promo-banner {
  background-color: #E3FF8E;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.mm-promo-banner img,
.mm-promo-banner-small img {
  margin-left: auto;
}

.mm-promo-banner .content .mm-title {
  font-size: 18px;
  font-weight: 700;
}

.mm-promo-banner .content .link,
.mm-promo-banner-small .content .link,
.mm-image-card-widget .mm-image-card-content .mm-link {
  font-size: 16px;
  color: #121212;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mm-promo-banner .content .link:after,
.mm-promo-banner-small .content .link:after,
.mm-image-card-widget .mm-image-card-content .mm-link:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("../images/arrow_right.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.mm-promo-banner .content .link:hover,
.mm-promo-banner-small .content .link:hover,
.mm-image-card-widget .mm-image-card-content .mm-link:hover {
  text-decoration: underline;
}

.mm-promo-banner-small {
  background-color: #E3FF8E;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

#header-menu .mm-promo-banner-small img {
  max-width: 24px;
  width: 100%;
}

#header-menu a .mm-label {
  margin-left: .5rem;
  padding: 4px 16px;
  font-size: 12px;
  line-height: 1;
  border-radius: 16px;
  color: #121212;
  white-space: nowrap;
  display: inline-block;
}

.mm-image-card-widget {
  background-color: #E3FF8E;
  padding: 10px 24px;
  position: relative;
}

.mm-image-card-content {
  position: absolute;
  background: rgba(18, 18, 18, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
}

.mm-image-card-widget {
  display: flex;
  gap: 16px;
  align-items: flex-start
}

.mm-image-card-thumb img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px
}

.mm-image-card-widget .mm-image-card-content .mm-title {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 6px;
}

.mm-image-card-content .mm-text {
  margin: 0 0 10px;
  font-size: 14px;
}

.mm-link-group-heading button {
  background: unset;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
}

@media (min-width: 768px) {
  .mm-only-mobile {
    display: none !important;
  }
}

.post.content img {
  max-height: 500px;
  object-fit: contain;
  margin: 30px auto;
}

.post.content nav {
  background-color: #FAFAFC;
  padding: 24px;
}

.post.content nav ul a {
  text-decoration: none;
}

.post.content nav ul {
  list-style: none;
  position: relative;
}

.post.content nav ul li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.post.content nav ul li ul {
  margin: 10px 0;
}

.post.content table,
.post.content table td {
  border: 1px solid rgba(18, 18, 18, 0.05);
}

.post.content table {
  background-color: rgba(227, 255, 142, 0.05);
  margin: 20px 0;
}

.post.content table td {
  padding: 8px 10px;
}

.post.content .wp-block-table {
  overflow: scroll;
}

.post.content h3 {
  margin-bottom: 15px;
}

.post.content p,
.post.content span,
.post.content li {
  font-size: 16px;
  line-height: 130%;
}

.breadcrumbs * {
  font-size: calc(10px + 2 * ((100vw - 375px) / 1545));
  line-height: 70%;
  color: #121212;
}

.breadcrumbs .container>span {
  margin: 0 10px;
}

.breadcrumbs .current-item {
  color: rgba(18, 18, 18, 0.4);
}

.accordion-container .ac .ac-panel {
  display: none
}

.accordion-container .ac.is-open .ac-panel {
  display: block
}

.accordion-container .ac.faq-js-only.is-open .ac-panel {
  display: block;
  height: auto !important;
  visibility: visible;
}

.accordion-container .ac .button svg {
  transition: transform .2s ease;
}

.accordion-container .ac.is-open .button svg {
  transform: rotate(180deg);
}

.popular-locations {
  background-color: rgba(250, 250, 252, 1);
  padding: 80px 100px;
  margin-bottom: calc(50px + 30 * (100vw - 375px) / 1545);
}

@media screen and (max-width: 900px) {
  .popular-locations { 
    padding-left: 0;
    padding-right: 0;
  }
}

.popular-locations .container {
  display: flex;
  gap: calc(20px + 80 * ((100vw - 375px) / 1545));

}

.popular-locations .container .popular-locations__text {
  flex: 1 1 30%;
}

.popular-locations .container .popular-locations__locations {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 70%;
}

.popular-locations .container .popular-locations__locations .countries__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}

@media screen and (max-width: 1160px) {
  .popular-locations .container .popular-locations__locations .countries__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.popular-locations .container .popular-locations__locations .country-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popular-locations .container .popular-locations__locations .country-card__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popular-locations .container .popular-locations__locations .country-card:has(.country-card__link:hover),
.popular-locations .container .popular-locations__locations .country-card.custom-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1019607843);
    transform: translateY(-5px);
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.popular-locations .container .popular-locations__locations .countries {
  width: 100%;
}

.popular-locations .container .popular-locations__locations .country-card {
  background-color: rgba(255, 255, 255, 1);
  padding: 8px 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.popular-locations .container .popular-locations__locations  .country-card--hidden {
    display: none;
}

.popular-locations .container .popular-locations__locations .country-card .country-card__title {
  font-size: 13px;
  font-weight: 600;
  color: rgba(18, 18, 18, 1);
}

.popular-locations .container .popular-locations__locations .country-card .country-card__flag {
  max-width: 22px;
  height: auto;
}

.popular-locations .container .popular-locations__locations .country-card .compare-card__info {
  display: flex;
  gap: 5px;
}

.countries__page {
  display: contents;
}

.popular-locations .container .popular-locations__locations .countries__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  box-sizing: border-box;
  cursor: pointer;
  padding: 8px 16px;
  height: fit-content;
  margin: auto;
}

.popular-locations .container .popular-locations__locations .countries__toggle::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url("../images/arrow-input.svg") no-repeat center / contain;
  transition: transform .2s ease;
}

.popular-locations .container .popular-locations__locations .js-countries-toggle[data-mode="hide"]::after {
  transform: rotate(180deg);
}

.popular-locations .container .popular-locations__locations .countries.is-loading .countries__toggle:hover {
  color: rgba(18, 18, 18, 1);
}

.popular-locations__desc {
  margin-top: 10px;
}

.available-proxy .container {
  background-color: rgba(250, 250, 252, 1);
  margin: 60px auto;
  padding: 30px;
}

.available-proxy .available-proxy__row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.available-proxy h2 {
  text-align: center;
}

.available-proxy .desc {
  text-align: center;
  margin: 30px 0;
}

.available-proxy .available-proxy__row .available-proxy__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(227, 255, 142, 1);
  padding: 40px 24px;
}

.available-proxy .available-proxy__row .available-proxy__column p,
.available-proxy .available-proxy__row .available-proxy__column h4 {
  text-align: center;
  color: rgba(18, 18, 18, 1);
}

.available-proxy .available-proxy__row .available-proxy__column h4::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
  background: url(../images/decor-icon-black.svg) center/cover;
}

.compare-table__table .table-body,
.pp-table {
  display: none
}

.compare-table__table .table-body.is-active,
.pp-table.is-active {
  display: block
}

.compare-table__change-tab-button.active,
.pp-tab.active {
  pointer-events: none
}

.compare-table__side-panel_body [data-tab-info] {
  display: none
}

.compare-table__side-panel_body [data-tab-info].is-active {
  display: block
}

body .advantages-block {
  display: block !important;
}

.advantages-block .advantages-block__title {
  text-align: center;
  margin-bottom: 30px;
}

.advantages-block.advantages-block--grey .advantages-block__list {
  background-color: rgba(250, 250, 252, 1);
}

.advantages-block .advantages-block__list {
  border-radius: 4px;
  padding: 40px;
}

.advantages-block .advantages-block__list ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.advantages-block .advantages-block__list ul li {
  display: flex;
  gap: 8px;
  background-color: rgba(227, 255, 142, 1);
  padding: 8px 16px;
  border-radius: 8px;
  align-items: center;
  font-weight: 500;
}

.advantages-block .advantages-block__list ul li img {
  max-width: 28px;
  height: fit-content;
  border: 1px solid rgba(18, 18, 18, 1);
  border-radius: 4px;
  padding: 7.73px 5.16px;
  box-sizing: content-box;
}

.button--language-dropdown {
  padding: 8px;
  border: none;
  transition: all .2s ease;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

.button--language-dropdown:hover svg {
  transform: rotate(180deg);
}

.button--language-dropdown:hover .language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  height: auto;
}

.button--language-dropdown.mobile {
  display: none;
}

.button--language-dropdown.mobile.button--open svg {
  transform: rotate(180deg);
}

.button--language-dropdown.mobile.button .language-dropdown {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
  width: 100%;
  padding: 0;
}


.button--language-dropdown.mobile.button--open .language-dropdown {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding-top: 20px;
  display: contents;
}

.button--language-dropdown.mobile.button .language-dropdown__wrapper {
  border: none;
}

.button--language-dropdown.mobile .ai-c.d-f.gap-5 {
  justify-content: center;
  padding: 9.5px 0;
}

@media screen and (max-width: 991px) {
  .button--language-dropdown.mobile {
    display: block;
    max-width: 45px;
    padding: 0;
  }

  .header__right .button--language-dropdown.desktop,
  .button--language-dropdown.desktop .language-dropdown,
  .header__right.d-f {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .advantages-block .advantages-block__list ul {
    justify-content: start;
    gap: 8px;
  }

  .advantages-block .advantages-block__list ul li {
    padding: 6px 10px;
  }

  .advantages-block .advantages-block__list ul li img {
    max-width: 14px;
    padding: 3.87px 2.58px;
  }

  .advantages-block .advantages-block__list {
    padding: 20px 16px;
  }

  .popular-locations {
    padding: 50px 20px;
  }

  .popular-locations .container {
    flex-direction: column;
  }

  .available-proxy .available-proxy__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .popular-locations .container .popular-locations__locations .countries__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .post.content p,
  .post.content span,
  .post.content li {
    font-size: 14px;
  }

  .individual {
    margin-top: 60px;
  }

  .post.content img {
    max-height: 220px;
  }

  .mm-menu-title .mm-menu-title__text {
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    display: block;
    text-align: center;
  }

  .mm-hide-mobile {
    display: none;
  }

  .mm-choose-plan-widget .mm-choose-plan-widget-container {
    padding: 10px;
  }

  .mm-promo-banner .content .link,
  .mm-promo-banner-small .content .link,
  .mm-image-card-widget .mm-image-card-content .mm-link {
    font-size: 12px;
  }

  #header-menu .mm-promo-banner-small img {
    max-width: 14px;
  }

  .mm-promo-banner .content .mm-title {
    font-size: 13px;
  }

  .mm-promo-banner .content .link:after,
  .mm-promo-banner-small .content .link:after,
  .mm-image-card-widget .mm-image-card-content .mm-link:after {
    width: 16px;
    height: 16px;
  }

  .mm-choose-plan-widget {
    padding: 0;
  }

  .mm-choose-plan-widget .mm-choose-plan-widget-container {
    flex-direction: column;
  }

  .mm-demos-widget {
    display: flex;
    align-items: center;
  }

  #header-menu .mm-choose-plan-widget img {
    max-width: 24px;
    margin-bottom: 10px;
  }

  .mm-image-card-widget .mm-image-card-content .mm-title {
    font-size: 13px;
  }

  .mm-image-card-content .mm-text {
    font-size: 12px;
  }

  .mm-demos-widget .mm-title,
  .mm-choose-plan-widget .mm-title {
    font-size: 16px;
    text-align: center;
  }

  .mm-choose-plan-widget p {
    font-size: 14px;
    text-align: center;
  }

  #header-menu .button--type3 {
    padding: 7px 10px;
    font-size: 12px;
  }

  li.mm-hide-on-mobile-original {
    display: none !important;
  }

  .mm-hide-mobile {
    display: none !important;
  }

  .mm-link-group__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
    background: none;
    border: 0;
    font: inherit;
    cursor: pointer;
    font-weight: 600;
  }

  .mm-link-group__chevron {
    transition: transform .2s ease;
  }

  .mm-link-group__list {
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
  }

  .mm-link-group__list>li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .mm-link-group__list a {
    display: block;
    padding: 8px 0;
  }

  .mm-link-group-heading[aria-expanded="true"] .mm-link-group__chevron {
    transform: rotate(-90deg);
  }
}

@media (min-width: 769px) {
  .mm-link-group__chevron {
    display: none;
  }

  .mm-link-group__list {
    display: none !important;
  }
}

.helpcrunch__button {
  padding: 5px;
  position: fixed;
  z-index: 16777001;
  display: flex;
  background-color: #121212;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  bottom: 65px;
  right: 10px;
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 700px) {
  .helpcrunch__button {
    bottom: 120px;
  }
}

.helpcrunch__button {
  opacity: 0;
  transform: translateY(20px);
  animation: hcFadeIn 0.6s ease-out forwards;
  animation-delay: 1.5s;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

@keyframes hcFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.helpcrunch__button .icon-open {
  display: none;
}

.helpcrunch__button.active {
  border-radius: unset;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  bottom: 37px;
  right: 0;
  width: 35px;
  height: auto;
  transform: scale(0.9);
  opacity: 0.7;
}

.helpcrunch__button.active .icon-open {
  display: block;
}

.helpcrunch__button.active .icon-close {
  display: none;
}

.helpcrunch__button .icon-open,
.helpcrunch__button .icon-close {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.helpcrunch-iframe-wrapper.close {
  display: none;
}

.helpcrunch-iframe-wrapper {
  display: block;
}

.tg-block {
  position: fixed;
  z-index: 16777001;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.tg-block__link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
}

.tg-block p {
  background-color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  margin: 0;
  cursor: auto;
}

.tg-block.close {
  opacity: 0;
  pointer-events: none;
  transform: translateX(20px);
  transition: all 0.3s ease;
}