@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/nunito-v25-cyrillic_latin-300.woff2') format('woff2'),
       url('/fonts/nunito-v25-cyrillic_latin-300.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/nunito-v25-cyrillic_latin-regular.woff2') format('woff2'),
       url('/fonts/nunito-v25-cyrillic_latin-regular.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/nunito-v25-cyrillic_latin-500.woff2') format('woff2'),
       url('/fonts/nunito-v25-cyrillic_latin-500.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/nunito-v25-cyrillic_latin-600.woff2') format('woff2'),
       url('/fonts/nunito-v25-cyrillic_latin-600.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/nunito-v25-cyrillic_latin-700.woff2') format('woff2'),
       url('/fonts/nunito-v25-cyrillic_latin-700.woff') format('woff');
}

* {
  border-radius: 0;
  box-sizing: border-box;
  color: #1d2922;
  font-family: Nunito, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
div,
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
button,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
}
a {
  color: #00856e;
}
a:hover {
  color: #006b59;
}
:focus {
  outline: transparent;
}
.container {
  margin: auto;
  max-width: 920px;
  width: 90%;
}
body {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}
body footer {
  margin-bottom: 0;
  margin-top: auto;
}
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="text"] {
	padding-left: 10px !important;
}

.cf7-spinner-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.cf7-spinner {
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-top-color: #00856e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}



.section-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 740px) {
  .section-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
  }
}
@keyframes sk-circle-bounce-delay {
  0%,
  80%,
  to {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.header {
  background-color: #fefefe;
  border-bottom: 1px solid #f7f7fa;
  position: relative;
  z-index: 20;
}
.header__button-help {
  align-items: center;
  background: #e6f2e8;
  border: none;
  border-radius: 10px;
  color: #00856e;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 140%;
  padding: 8px 12px;
}
.header.noMiddle .header__contacts {
  width: revert;
}
.header.noMiddle.vpn_banner {
  height: revert;
}
.header__container {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 920px;
  position: relative;
  width: 90%;
}
.header__logo img {
  display: block;
  height: 100%;
  margin: -10px 0 0;
  max-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 740px) {
  .header__logo img {
    height: 24px;
    margin: 0;
    min-width: 117px;
    width: 117px;
  }
}
.header__contacts {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-width: 200px;
  width: 200px;
}
.header__contacts .phone {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.header__contacts .phone a {
  color: #1d2922;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  padding-top: 3px;
  transition: 0.4s;
}
.header__contacts .phone a p {
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
  margin-top: -5px;
}
@media screen and (max-width: 740px) {
  .header__contacts .phone a {
    color: #00856e;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
  }
  .header__contacts .phone p {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header.vpn_banner {
    height: revert;
  }
  .header__container {
    height: 50px;
  }
  .header__container {
    padding: 0 15px;
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .header.noMiddle.vpn_banner {
    height: revert;
  }
  .header.noMiddle .header__contacts {
    min-width: revert;
  }
}
.footer {
  background-color: #222;
  padding: 50px 0;
}
.footer * {
  color: #efefef;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.footer * h1 {
  color: #fefefe;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer .default_footer__row {
  display: flex;
}
.footer .default_footer__row .default_footer__coll {
  flex: 1;
}
.footer .default_footer__row .default_footer__coll.coll-1 {
  max-width: 355px;
}
.footer .default_footer__row .default_footer__coll.coll-2 {
  display: flex;
  justify-content: space-between;
}
.footer .default_footer__row .default_footer__coll.coll-2 .coll_support,
.footer .default_footer__row .default_footer__coll.coll-2 .coll_work {
  flex: 1;
}
.footer
  .default_footer__row
  .default_footer__coll.coll-2
  .coll_support
  p:nth-child(2) {
  margin-bottom: 15px;
}
.footer
  .default_footer__row
  .default_footer__coll.coll-2
  .coll_work
  p:nth-child(2) {
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 40px 0 50px;
  }
  .footer * {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
  }
  .footer .default_footer__row {
    flex-direction: column;
  }
  .footer .default_footer__row .default_footer__coll.coll-1 {
    margin-top: 30px;
  }
  .footer
    .default_footer__row
    .default_footer__coll.coll-2
    .coll_support
    p:nth-child(2) {
    margin-bottom: 10px;
  }
}
main:not(.account) {
  margin-top: auto;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 1280px) {
  main:not(.account) {
    margin-top: 0;
    padding: 50px 0;
  }
}
@media screen and (max-width: 490px) {
  main:not(.account) {
    padding: 20px 15px 40px;
  }
  main:not(.account).fixed {
    margin-top: 80px;
  }
}
.main-section .container {
  margin: 0 auto;
  max-width: 540px;
  padding: 0;
  position: relative;
  width: 100%;
}
.main-section .container .section-title {
  margin-bottom: 20px;
}
.main-section .container .section-title.mb-15 {
  margin-bottom: 15px;
}
.main-section .container .description {
  margin: 0 auto 20px;
}
@media screen and (max-width: 740px) {
  .main-section .container .description {
    margin-bottom: 20px;
  }
}
.main-section .container .description.grey p {
  color: #697395;
}
.main-section .container .description:last-child {
  margin-bottom: 0;
}
.main-section .container .description.small p {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.main-section .container .description > * {
  margin-bottom: 5px;
}
.main-section .container .description > :last-child {
  margin-bottom: 0;
}
.main-section .container .description img {
  margin: 20px 0 30px;
}
@media screen and (max-width: 740px) {
  .main-section .container .description img {
    margin: 10px 0 20px;
  }
}
.main-section .container .description p {
  color: #1d2922;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.main-section .container .description p span {
  color: #00856e;
  font-size: inherit;
  line-height: inherit;
}
.main-section .container .description .support_phone {
  margin-top: 5px;
}
.main-section .container .description .support_phone a {
  color: #00856e;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration-line: underline;
}
.main-section .container .description .support_phone p {
  color: #697395;
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 0;
}
.main-section .container .form {
  margin: 0 auto;
  max-width: 540px;
}
.main-section .container .form-grey {
  background: #f7f7fa;
  border-radius: 10px;
  padding: 25px;
}
.main-section .container .form .description {
  margin-bottom: 25px;
}
.input-box {
  position: relative;
  scroll-margin-top: 95px;
  width: 100%;
}
.input-box.mb-25 {
  margin-bottom: 25px;
}
.input-box .input__wrapper {
  margin-bottom: 30px;
  position: relative;
}
.input-box .input__wrapper .field-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-box .input__wrapper .field-icon {
  background: #f7f7fa;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  line-height: 170%;
  width: 38px;
}
.input-box .input__wrapper .field-icon.leading {
  left: 8px;
}
.input-box .input__wrapper.leading .label {
  left: 45px;
}
.input-box .input__wrapper.leading .input {
  padding: 0 0 0 47px;
}
.input-box .input__wrapper .input {
  background: #fff;
  border: 1px solid #bac3d5;
  border-radius: 10px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 170%;
  padding: 0 30px 0 15px;
  width: 100%;
}

.btn-box>p {
	width: 100%;
}

.input-box .input__wrapper .input:focus::-moz-placeholder {
  color: #697395;
}
.input-box .input__wrapper .input:focus::placeholder {
  color: #697395;
}
.input-box .input__wrapper .label {
  background-color: #fff !important;
  color: #00856e !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  left: 14px !important;
  line-height: 135% !important;
  top: 0 !important;
}
.input-box .input__wrapper .input:disabled,
.input-box .input__wrapper .input:disabled + .label {
  color: #bac3d5;
}
.input-box .input__wrapper .input:disabled:focus,
.input-box .input__wrapper .input:disabled:hover {
  border: 1px solid #bac3d5;
}
.input-box .input__wrapper .label {
  background-color: hsla(0, 0%, 100%, 0);
  color: #697395;
  font-size: 14px;
  font-weight: 500;
  left: 16px;
  line-height: 170%;
  max-width: calc(100% - 25px);
  overflow: hidden;
  padding: 0 2px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s 0.1s;
  white-space: nowrap;
  will-change: transform, font-size, line-height;
}
.btn-box,
.btn-box .btn {
  align-content: center;
  display: flex;
  justify-content: center;
}
.btn-box .btn {
  align-items: center;
  background-color: #00856e;
  border-radius: 100px;
  border-style: none;
  color: #fefefe;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  line-height: 160%;
  text-align: center;
  transition: 0.4s;
  width: 100%;
}
.btn-box .btn span {
  color: inherit;
  font: inherit;
}
.btn-box .btn:hover {
  background-color: #006b59;
}
.btn-box .btn:disabled {
  background-color: #a4a4a4;
}
.agree-box {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  position: relative;
}
.agree-box.mb-30 {
  margin-bottom: 30px;
}
.agree-box.mb-0,
.agree-box.mb-0 .input-box {
  margin-bottom: 0;
}
.agree-box label {
  margin-right: 5px;
}
.input-box .label span {
  color: inherit;
}
.agree-description {
  color: #697395;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px;
}
.agree-description a {
  color: #00856e;
}
.agree-box.mb-20,
.input-box.mb-20 {
  margin-bottom: 20px;
}
.agree-box.mb-10,
.input-box.mb-10 {
  margin-bottom: 10px;
}
.footer__support {
  grid-area: support;
}
@media screen and (max-width: 992px) {
  .footer__support {
    margin-bottom: 20px;
  }
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer__box {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .footer__box {
    margin-bottom: 20px;
  }
}
.footer__box:last-child {
  margin-bottom: 0;
}
.footer__box p {
  margin-bottom: 10px;
}
.footer__box p:last-child {
  margin-bottom: 0;
}
.footer__box-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer__box-item {
  margin-bottom: 10px;
}
.footer__box-item:last-child {
  margin-bottom: 0;
}
.label a {
  margin-left: 5px;
}
.progress-page {
  align-items: center;
  background: #f7f7fa;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 15px;
  max-width: 540px;
  padding: 10px 15px;
  width: 100%;
}
.progress-page__item {
  align-items: center;
  display: flex;
  gap: 0 8px;
  justify-content: flex-start;
}
.progress-page__item div {
  align-items: center;
  background: #eeeef6;
  border-radius: 50px;
  color: #697395;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  height: 24px;
  justify-content: center;
  line-height: 150%;
  width: 24px;
}
.progress-page__item div.active {
  background: #e6f2e8;
  color: #00856e;
}
.progress-page__item p {
  color: #697395;
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
}
@media screen and (max-width: 490px) {
  .progress-page {
    align-items: flex-start;
    border-radius: 0;
    margin: -20px -15px 25px;
    width: auto;
  }
  .progress-page__item {
    flex-direction: column;
  }
  .progress-page__item div {
    margin-bottom: 2px;
  }
  .progress-page__item p {
    text-align: center;
  }
}
@media screen and (max-width: 359px) {
  .progress-page__item:first-child {
    max-width: 58px;
  }
  .progress-page__item:last-child {
    max-width: 65px;
  }
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 100%;
  }
  to {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  to {
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}
.input-box {
  margin-bottom: 15px;
}
@keyframes disappear {
  to {
    clip-path: inset(0 -1.9% 0 0);
  }
}
.btn-grey {
  align-items: center;
  background-color: #f7f7fa;
  border: none;
  border-radius: 10px;
  color: #00856e;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 0 5px;
  justify-content: center;
  line-height: 150%;
  padding: 8px 12px;
}
.btn-grey:hover {
  background-color: #e9e9e9;
}
.main-section .container .description.mb-30 {
  margin-bottom: 30px;
}
.btn-mobile {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}
.btn-mobile {
  background: rgba(0, 133, 110, 0.08);
  border-radius: 100px;
  color: #00856e;
  cursor: pointer;
  height: 50px;
  width: 100%;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.section-logo {
  margin-bottom: 20px;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 50%;
  }
  to {
    opacity: 1;
    transform: scale(1);
    transform-origin: 50% 50%;
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
    transform-origin: 50% 50%;
  }
  to {
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 50%;
  }
}
