body,
html {
  margin: 0px;
  padding: 0px;
  background: linear-gradient(to bottom right, #ffffff, #dfdfe9);
  min-height: 100vh;
}

body * {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.container {
  max-width: 1230px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

header {
  border-bottom: 1px solid #7e809f;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.14);
  background-color: transparent;
}
header .outer__header {
  padding: 25px 0px;
}

.steps_divider {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(76, 103, 234, 0.24);
}

.float__ellipses {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
}
.float__ellipses img {
  max-width: 100%;
  width: 100%;
}

.main__wrapper {
  padding-top: 60px;
  padding-bottom: 40px;
}
.main__wrapper .double {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main__wrapper .double .installation {
  width: 100%;
  max-width: 585px;
  padding: 24px;
  border-radius: 16px;
  background-color: rgba(76, 103, 234, 0.08);
}
.main__wrapper .double .installation > h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 32px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #262836;
}
.main__wrapper .double .installation > .mobile__security > h6 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #262836;
}
.main__wrapper .double .installation > .mobile__security .extension {
  margin-top: 24px;
}
.main__wrapper .double .installation > .mobile__security .extension .btn {
  display: flex;
  margin-top: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 16px;
  padding: 16px;
  background-color: rgba(76, 103, 234, 0.08);
}
.main__wrapper .double .installation > .mobile__security .extension .btn > a {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  background-color: #4c67ea;
  border-radius: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  transition: 0.3s ease all;
}
.main__wrapper .double .installation > .mobile__security .extension .btn > a:hover {
  opacity: 0.7;
}
.main__wrapper .double .installation > .mobile__security .extension .btn > a span {
  display: inline-flex;
  margin-right: 8px;
}
.main__wrapper .double .installation > .mobile__security .extension > h6 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
  color: #262836;
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
.main__wrapper .double .installation > .mobile__security .extension > ul {
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
  margin-bottom: 0px;
  list-style-type: decimal;
}
.main__wrapper .double .installation > .mobile__security .extension > ul > li {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 2px;
  color: #44465f;
  font-family: "Roboto", sans-serif;
}
.main__wrapper .double .installation > .mobile__security .extension > ul > li a {
  font-weight: bold;
  color: #44465f;
  text-decoration: none;
}
.main__wrapper .double .installation > .mobile__security .extension > ul > li a:hover {
  text-decoration: underline;
}
.main__wrapper .double .installation > .mobile__security .extension > ul > li:last-child {
  margin-bottom: 0px;
}
.main__wrapper .double .installation > .mobile__security .extension > ul:last-child {
  margin-bottom: 0px;
}
.main__wrapper .double .installation > .mobile__security .download__app {
  border: 2px solid rgba(76, 103, 234, 0.24);
  padding: 16px;
  border-radius: 16px;
  margin-top: 16px;
}
.main__wrapper .double .installation > .mobile__security .download__app > h6 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #262836;
}
.main__wrapper .double .installation > .mobile__security .download__app .btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main__wrapper .double .installation > .mobile__security .download__app .btns > a {
  display: inline-flex;
}
.main__wrapper .double .installation > .mobile__security .download__app .btns > a:first-of-type {
  margin-right: 24px;
}
.main__wrapper .double .installation > .mobile__security .download__app .btns > a img {
  min-width: 172px;
  max-width: 172px;
}
.main__wrapper .double .installation > .mobile__security .download__app .btns > p {
  margin: 0px 24px;
  color: #5b5d6a;
  font-size: 13px;
  line-height: 18px;
}
.main__wrapper .double .installation > .mobile__security .download__app .btns > .qr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  max-width: 90px;
  min-height: 90px;
  max-height: 90px;
  border-radius: 10px;
  background-color: #ffffff;
}
.main__wrapper .double .installation > .mobile__security .download__app .btns > .qr img {
  max-width: 85px;
}
.main__wrapper .double .installation > .mobile__security .download__app .btns > .qr.multi {
  min-width: 72px;
  max-width: 72px;
  min-height: 72px;
  max-height: 72px;
}
@media screen and (max-width: 400px) {
  .main__wrapper .double .installation > .mobile__security .download__app .btns > .qr {
    min-width: 200px;
    max-width: 300px;
    min-height: 200px;
    max-height: 300px;
  }
  .main__wrapper .double .installation > .mobile__security .download__app .btns > .qr img {
    max-width: 90%;
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    height: 100%;
  }
}
.main__wrapper .double .installation > .mobile__security > ul {
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
  margin-bottom: 0px;
  list-style-type: decimal;
}
.main__wrapper .double .installation > .mobile__security > ul > li {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 2px;
  line-height: 20px;
  color: #44465f;
  font-family: "Roboto", sans-serif;
}
.main__wrapper .double .installation > .mobile__security > ul > li a {
  font-weight: bold;
  color: #44465f;
  text-decoration: none;
}
.main__wrapper .double .installation > .mobile__security > ul > li a:hover {
  text-decoration: underline;
}
.main__wrapper .double .installation > .mobile__security > ul > li:last-child {
  margin-bottom: 0px;
}
.main__wrapper .double .installation > .mobile__security > ul:last-child {
  margin-bottom: 0px;
}
.main__wrapper .double .installation .credentials {
  border: 2px solid rgba(76, 103, 234, 0.24);
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 24px;
}
.main__wrapper .double .installation .credentials > .elem {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.main__wrapper .double .installation .credentials > .elem:last-child {
  margin-bottom: 0px;
}
.main__wrapper .double .installation .credentials > .elem > span {
  display: inline-flex;
  min-width: 80px;
  font-size: 15px;
  line-height: 24px;
  color: #101322;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.main__wrapper .double .installation .credentials > .elem > p {
  margin: 0px;
  color: #101322;
  font-size: 15px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
}
.main__wrapper .double .installation .credentials > .elem > p > a {
  display: inline-flex;
  margin-left: 4px;
  position: relative;
  top: 4px;
}
.main__wrapper .double .installation .credentials > h6 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 19px;
  color: #2543d1;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.main__wrapper .double .installation > .media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.main__wrapper .double .installation > .media img {
  max-width: 345px;
  position: relative;
  left: -30px;
}
.main__wrapper .double .main {
  width: 100%;
  max-width: 540px;
  margin-right: 45px;
}
.main__wrapper .double .main .already-activated {
  display: flex;
  justify-self: center;
  margin-bottom: 16px;
}
.main__wrapper .double .main .already__activated__title {
  font-size: 35px;
}
.main__wrapper .double .main .already__activated__subtitle {
  width: 90%;
}
.main__wrapper .double .main .already__activated__subtitle a {
  text-decoration-line: underline;
}
.main__wrapper .double .main .steps .elem {
  margin-bottom: 40px;
}
.main__wrapper .double .main .steps .elem > p {
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  color: #44465f;
}
.main__wrapper .double .main .steps .elem > p a {
  color: #386bff;
  text-decoration: none;
}
.main__wrapper .double .main .steps .elem .media {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
.main__wrapper .double .main .steps .elem .media:last-child {
  margin-bottom: 0px;
}
.main__wrapper .double .main .steps .elem ul {
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
  margin-bottom: 0px;
  list-style-type: decimal;
}
.main__wrapper .double .main .steps .elem ul > li {
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 24px;
  color: #44465f;
  font-family: "Lato", sans-serif;
}
.main__wrapper .double .main .steps .elem ul > li:last-child {
  margin-bottom: 0px;
}
.main__wrapper .double .main .steps .elem ul > li .bold::marker {
  font-weight: bold;
}
.main__wrapper .double .main .steps .elem ul:last-child {
  margin-bottom: 0px;
}
.main__wrapper .double .main .steps .elem > h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  color: #262836;
}
.main__wrapper .double .main .steps .elem:last-child {
  margin-bottom: 0px;
}
.main__wrapper .double .main .steps > h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #262836;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.main__wrapper .double .main .license__key {
  margin-bottom: 40px;
  margin-top: 25px;
  padding: 16px 20px;
  display: inline-flex;
  flex-direction: column;
  border-radius: 10px;
  align-items: flex-start;
  border: 2px solid rgba(50, 123, 255, 0.2);
  background-color: rgba(50, 123, 255, 0.02);
  width: 100%;
}
.main__wrapper .double .main .license__key > p, .main__wrapper .double .main .license__key #licenses p {
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  color: #44465f;
  font-weight: bold;
}
.main__wrapper .double .main .license__key > p > a, .main__wrapper .double .main .license__key #licenses p > a {
  display: inline-flex;
  position: relative;
  top: 2px;
  margin-left: 4px;
}
.main__wrapper .double .main .license__key > span {
  display: block;
  margin-bottom: 7px;
  font-size: 19px;
  line-height: 130%;
  color: #4681e8;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.main__wrapper .double .main .extend {
  margin-bottom: 16px;
}
.main__wrapper .double .main .extend > h3 {
  color: var(--Greyscale-Grey-900, #262836);
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 16px;
}
.main__wrapper .double .main .extend > p {
  color: var(--Greyscale-Grey-800, #44465F);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.main__wrapper .double .main .extend > form button {
  display: inline-block;
  padding: 10px 20px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Main-Blue, #4C67EA);
  color: var(--Grey-White, #FFF);
  text-align: center;
  font-family: Bahnschrift;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 225% */
  letter-spacing: -0.32px;
  text-decoration: none;
  margin-bottom: 16px;
  border: none;
  cursor: pointer;
}
.main__wrapper .double .main .license__key_mac {
  margin-bottom: 40px;
  margin-top: 25px;
  padding: 16px 20px;
  display: inline-flex;
  flex-direction: column;
  border-radius: 10px;
  align-items: flex-start;
  border: 2px solid rgba(50, 123, 255, 0.2);
  width: 100%;
  gap: 16px;
}
.main__wrapper .double .main .license__key_mac .xxx {
  padding: 23px;
}
.main__wrapper .double .main .license__key_mac .credentials {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.main__wrapper .double .main .license__key_mac h6 {
  margin: 0;
  padding: 0;
  color: #2543d1;
  font-size: 19px;
  font-weight: bold;
}
.main__wrapper .double .main .license__key_mac .elem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.main__wrapper .double .main .license__key_mac .elem > p {
  margin: 0;
  padding: 0;
  color: #101322;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.main__wrapper .double .main .license__key_mac .elem > p > a {
  display: inline-flex;
  position: relative;
  top: 2px;
  margin-left: 4px;
}
.main__wrapper .double .main .license__key_mac .elem > span {
  color: #101322;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
}
.main__wrapper .double .main > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 26px;
  color: #44465f;
  font-weight: 400;
}
.main__wrapper .double .main > p a {
  color: #386bff;
  text-decoration: none;
}
.main__wrapper .double .main > h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 26px;
  color: #44465f;
  font-weight: 400;
}
.main__wrapper .double .main > h2 a {
  color: #386bff;
  text-decoration: none;
}
.main__wrapper .double .main > h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

header .outer__header > a {
  display: inline-flex;
}

.bottom__block {
  padding-bottom: 50px;
}
.bottom__block .outer__bottom {
  padding: 40px 48px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: linear-gradient(to bottom right, #daeaf1, rgba(255, 255, 255, 0));
  border-radius: 40px;
}
.bottom__block .outer__bottom .media {
  display: inline-flex;
}
.bottom__block .outer__bottom .media img {
  max-width: 414px;
}
.bottom__block .outer__bottom .desc {
  max-width: 540px;
  margin-right: 40px;
  padding-top: 20px;
}
.bottom__block .outer__bottom .desc > h6 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.bottom__block .outer__bottom .desc > p {
  margin: 0px;
  font-size: 17px;
  line-height: 26px;
  color: #44465f;
  font-weight: 400;
}

.main__wrapper {
  position: relative;
  z-index: 4;
}

.main__wrapper .double .main .steps .elem .media > img {
  height: auto;
}

.main__wrapper .double .main .steps .elem .media {
  align-items: center;
  justify-content: center;
}

.main__wrapper .double .main .steps .elem .media.media-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.main__wrapper .double .installation > .mobile__security .download__app .btns > a img {
  height: auto;
}

.main__wrapper .double .installation > .mobile__security > ul {
  min-height: 86px;
}

@media (max-width: 1540px) {
  body,
  html {
    overflow-x: hidden;
  }
  .float__ellipses {
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    max-width: 100%;
  }
  .float__ellipses img {
    min-width: 1540px;
    max-width: 1540px;
  }
}
.bottom__block .outer__bottom .media img {
  height: auto;
}

.main__wrapper .double .installation > .media img {
  height: auto;
}

.copy {
  position: absolute;
  /*width:60px;*/
  pointer-events: none;
  z-index: 6;
  background-color: #000;
  border-radius: 4px;
  padding: 5px 15px;
  display: none;
}
.copy:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.copy > span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.copy__clipboard {
  position: relative;
}
.copy__clipboard > img {
  transition: 0.3s ease all;
}
.copy__clipboard.active .check {
  transform: translate(-50%, -50%) scale(1);
}
.copy__clipboard.active > img:nth-child(2) {
  transform: scale(0);
}
.copy__clipboard .check {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s ease all;
}

.load-license {
  position: relative;
  width: 240px;
  height: 1rem;
  border-radius: 6px;
  background: #eee;
  overflow: hidden;
}
.load-license .loader-bar {
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 50%, transparent 100%);
  animation: license-shimmer 1.1s infinite;
}

@keyframes license-shimmer {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(350%);
  }
}
@media (max-width: 991px) {
  .float__ellipses {
    display: none;
  }
  .bottom__block .outer__bottom {
    max-width: 640px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .bottom__block .outer__bottom .desc {
    margin-right: 0px;
    max-width: 100%;
    padding-top: 0px;
    margin-bottom: 35px;
  }
  .bottom__block .outer__bottom .desc > h6 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .bottom__block .outer__bottom .desc > p {
    font-size: 16px;
    line-height: 24px;
  }
  .bottom__block .outer__bottom {
    padding: 24px 20px;
    border-radius: 24px;
  }
  .bottom__block .outer__bottom .media {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .bottom__block .outer__bottom .media img {
    max-width: 414px;
    width: 100%;
  }
  header .outer__header {
    padding: 12px 0px;
  }
  header .outer__header > a > img {
    max-width: 120px;
  }
  .main__wrapper {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .main__wrapper .double {
    flex-direction: column;
  }
  .main__wrapper .double .main {
    max-width: 640px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .main__wrapper .double {
    align-items: center;
  }
  .main__wrapper .double .installation {
    max-width: 640px;
  }
  .main__wrapper .double .main > h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .main__wrapper .double .main > h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .main__wrapper .double .main > p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .main__wrapper .double .main .license__key {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .main__wrapper .double .main .license__key > span {
    font-size: 17px;
  }
  .main__wrapper .double .main .license__key > p, .main__wrapper .double .main .license__key #licenses p {
    font-size: 14px;
    line-height: 20px;
  }
  .main__wrapper .double .main .steps > h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .main__wrapper .double .main .steps .elem > h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .main__wrapper .double .main .steps .elem ul > li {
    font-size: 14px;
    line-height: 22px;
  }
  .main__wrapper .double .main .steps .elem .media {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main__wrapper .double .main .steps .elem {
    margin-bottom: 20px;
  }
  .main__wrapper .double .installation > h3 {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .main__wrapper .double .installation {
    padding: 16px;
  }
  .main__wrapper .double .installation > .media img {
    max-width: 290px;
    left: -15px;
  }
  .main__wrapper .double .installation .credentials {
    padding: 12px;
  }
  .main__wrapper .double .installation .credentials > h6 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .main__wrapper .double .installation .credentials > .elem {
    flex-direction: column;
    align-items: flex-start;
  }
  .main__wrapper .double .installation > .mobile__security .extension .btn > a {
    min-height: 48px;
    font-size: 18px;
    line-height: 22px;
  }
  .main__wrapper .double .installation > .mobile__security .extension .btn > a span {
    margin-right: 5px;
  }
  .main__wrapper .double .installation > .mobile__security .extension .btn > a span img {
    max-width: 16px;
    min-width: 16px;
  }
  .main__wrapper .double .installation > .mobile__security .download__app .btns > a:first-of-type {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .main__wrapper .double .installation > .mobile__security .download__app .btns > a img {
    max-width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 480px) {
  .main__wrapper .double .installation > .mobile__security .download__app .btns {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main__wrapper .double .installation > .mobile__security .download__app .btns > p {
    margin: 15px 0px;
  }
}/*# sourceMappingURL=style.css.map */