@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Poppins:wght@400;600;700&display=swap);
@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{transform:translate(0, 100px)}.modal-video-body{max-width:960px;width:100%;height:100%;margin:0 auto;padding:0 10px;display:flex;justify-content:center;box-sizing:border-box}.modal-video-inner{display:flex;justify-content:center;align-items:center;width:100%;height:100%}@media (orientation: landscape){.modal-video-inner{padding:10px 60px;box-sizing:border-box}}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;transform:translate(0, 0);transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-45px;right:0;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}@media (orientation: landscape){.modal-video-close-btn{top:0;right:-45px}}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}

.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; margin: 0 auto; }
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain) */
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-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  vertical-align: baseline;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

input, textarea, select {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

a, input, textarea, button, select,
a:focus, input:focus, textarea:focus, button:focus, select:focus,
a:active, input:active, textarea:active, button:active, select:active {
  outline: none;
}

textarea {
  resize: none;
}

img {
  display: block;
  max-width: 100%;
  border-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
aactive {
  color: inherit;
}

[hidden] {
  display: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.mainblock {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .mainblock {
    margin-bottom: 32px;
  }
}
.mainblock-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mainblock-inner {
    flex-direction: column-reverse;
  }
}
.mainblock-content {
  padding-right: 24px;
}
@media (max-width: 767px) {
  .mainblock-content {
    width: 100%;
    padding-right: 0;
  }
}
.mainblock-time {
  color: #2520B6;
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .mainblock-time {
    margin-bottom: 4px;
  }
}
.mainblock-title {
  max-width: 515px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 24px;
  color: #181718;
}
@media (max-width: 1199px) {
  .mainblock-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 999px) {
  .mainblock-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .mainblock-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
}
.mainblock-descr {
  max-width: 545px;
  font-size: 20px;
  line-height: 28px;
  color: #5C5B5C;
}
@media (max-width: 999px) {
  .mainblock-descr {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .mainblock-descr {
    font-size: 16px;
    line-height: 24px;
  }
}
.mainblock-btns {
  margin-top: 40px;
  display: flex;
}
@media (max-width: 767px) {
  .mainblock-btns {
    flex-direction: column;
    margin-top: 24px;
  }
}
.mainblock-btns .btn {
  padding: 15px 40px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .mainblock-btns .btn {
    width: 100%;
    margin-bottom: 16px;
    padding: 12px 24px;
  }
}
.mainblock-btns .btn-with-ico {
  padding-left: 34px;
}
.mainblock-img {
  max-width: 624px;
  padding-right: 26px;
}
@media (max-width: 1199px) {
  .mainblock-img {
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .mainblock-img {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .mainblock-img {
    width: 100%;
    margin-bottom: 24px;
  }
}

.brands {
  margin-bottom: 120px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .brands {
    margin-bottom: 48px;
  }
}
.brands-title {
  font-weight: 600;
  color: #5C5B5C;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .brands-title {
    margin-bottom: 24px;
  }
}
.brands-inner {
  position: relative;
}
.brands-slider {
  padding: 0 68px;
  margin: 0 -40px;
}
@media (max-width: 767px) {
  .brands-slider {
    padding: 0;
    margin: 0 -12px;
  }
}
.brands-slider .slick-track {
  display: flex;
  align-items: center;
}
.brands-slider-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .brands-slider-arrow {
    display: none;
  }
}
.brands-slider-arrow.left {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.6667 20L8.33335 20' stroke='%232520B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 31.6666L8.33333 20L20 8.33329' stroke='%232520B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.brands-slider-arrow.right {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33331 20H31.6666' stroke='%232520B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 8.33337L31.6667 20L20 31.6667' stroke='%232520B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.brands-slider-arrow:hover {
  opacity: 0.8;
}
.brands-slider-item {
  text-align: center;
  margin: 0 40px;
}
@media (max-width: 767px) {
  .brands-slider-item {
    margin: 0 12px;
  }
}
.brands-slider-item img {
  display: inline-block;
  max-height: 48px;
  filter: grayscale(100%);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .brands-slider-item img {
    max-height: 30px;
  }
}
.brands-slider-item img:hover {
  filter: grayscale(0%);
}

.marketing {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .marketing {
    margin-bottom: 48px;
  }
}
.marketing .block-title {
  max-width: 510px;
}
.marketing-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .marketing-inner {
    flex-direction: column;
  }
}
.marketing-img {
  flex: 0 0 594px;
}
.marketing-img img {
  margin-top: -40px;
  margin-left: -40px;
}
@media (max-width: 999px) {
  .marketing-img {
    flex: 0 0 430px;
  }
  .marketing-img img {
    margin-left: -30px;
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .marketing-img {
    flex: 0 0 100%;
  }
  .marketing-img img {
    margin: 0;
  }
}
.marketing-content {
  margin-top: -55px;
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .marketing-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .marketing-content {
    width: 100%;
    margin-top: 0;
  }
}
.marketing-descr {
  color: #5C5B5C;
  max-width: 520px;
}
.marketing-descr p {
  margin-bottom: 8px;
}
.marketing-btns {
  margin-top: 24px;
}
.marketing-btns .btn {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .marketing-btns .btn {
    width: 100%;
  }
}

.benefits {
  margin-bottom: 110px;
}
@media (max-width: 999px) {
  .benefits {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .benefits {
    margin-bottom: 24px;
  }
}
.benefits-descr {
  color: #5C5B5C;
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .benefits-descr {
    margin-bottom: 24px;
  }
}
.benefits-descr p {
  margin-bottom: 8px;
}
.benefits-inner {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  text-align: center;
}
@media (max-width: 999px) {
  .benefits-inner {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 767px) {
  .benefits-inner {
    grid-template-columns: 100%;
  }
}
@media (max-width: 999px) {
  .benefits-item {
    margin-bottom: 24px;
  }
}
.benefits-item-ico {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.benefits-item-content {
  padding: 0 24px;
  font-size: 16px;
  line-height: 24px;
  color: #5C5B5C;
}
.benefits-item-content p {
  margin-bottom: 8px;
}

.plans {
  overflow: hidden;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .plans {
    margin-bottom: 48px;
  }
}
.plans-descr {
  color: #5C5B5C;
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 8px;
}
.plans-descr p {
  margin-bottom: 8px;
}
.plans-descr--margin {
  max-width: 795px;
  margin-top: 80px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .plans-descr--margin {
    margin-top: 48px;
  }
}
.plans-descr--margin a {
  color: #2520B6;
}
.plans-descr--margin a:hover {
  color: #0700E0;
}
.plans-trial {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #2520B6;
  text-align: center;
  margin-bottom: 24px;
}
.plans-tabs {
  margin-bottom: 16px;
}
.plans-tabs-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}
.plans-tabs-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.plans-tabs-buttons span {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 10px 33px;
  border: 1px solid #D7D7D9;
  border-radius: 8px;
  margin: 0 8px 8px;
  transition: all 0.25s ease-in-out 0s;
}
.plans-tabs-buttons span:hover {
  background-color: #D7D7D9;
}
.plans-tabs-buttons span.active {
  background-color: #181718;
  color: #FFFFFF;
  background-color: #181718;
}
.plans-tabs-content.hidden {
  display: none;
}
.plans-slider {
  position: relative;
}
.plans-slider-arrow {
  position: absolute;
  z-index: 5;
  top: 248px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .plans-slider-arrow {
    display: none;
  }
}
.plans-slider-arrow.prev {
  left: -8px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='48' y='48' width='48' height='48' rx='24' transform='rotate(-180 48 48)' fill='%232520B6'/%3E%3Cpath d='M22.8273 24L27.7773 28.95L26.3633 30.364L19.9993 24L26.3633 17.636L27.7773 19.05L22.8273 24Z' fill='white'/%3E%3C/svg%3E%0A");
}
.plans-slider-arrow.next {
  right: -8px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='24' fill='%232520B6'/%3E%3Cpath d='M25.1727 24L20.2227 19.05L21.6367 17.636L28.0007 24L21.6367 30.364L20.2227 28.95L25.1727 24Z' fill='white'/%3E%3C/svg%3E%0A");
}
.plans-inner {
  margin-top: 40px;
  margin: -8px -16px -48px;
}
@media (max-width: 991px) {
  .plans-inner {
    margin: -8px -16px -48px 0;
  }
}
@media (max-width: 767px) {
  .plans-inner {
    margin: 24px 0 0;
  }
}
.plans-inner .slick-list {
  padding: 48px 16px;
  position: relative;
}
@media (max-width: 991px) {
  .plans-inner .slick-list {
    padding: 48px 8px;
  }
}
@media (max-width: 767px) {
  .plans-inner .slick-list {
    padding: 0;
  }
}
.plans-item {
  border: 1px solid #D7D7D9;
  border-radius: 16px;
  padding-bottom: 8px;
  margin: 0 16px;
  position: relative;
  transition: all 0.25s ease-in-out 0s;
}
@media (max-width: 991px) {
  .plans-item {
    width: 320px;
    margin: 0 8px;
  }
}
@media (max-width: 767px) {
  .plans-item {
    width: 240px;
  }
}
.plans-item:hover {
  z-index: 10;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0px 8px 48px rgba(37, 32, 182, 0.08);
}
.plans-item:hover .plans-item-title {
  margin-left: -1px;
  margin-right: -1px;
}
.plans-item-title {
  text-align: center;
  border-bottom: 1px solid #D7D7D9;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #2520B6;
  padding: 24px 16px 16px;
}
@media (max-width: 991px) {
  .plans-item-title {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .plans-item-title {
    font-size: 16px;
    line-height: 1.5;
    padding: 16px;
  }
}
.plans-item-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  text-align: center;
  padding: 16px 24px;
  font-weight: bold;
  font-size: 28px;
  line-height: 48px;
}
@media (max-width: 991px) {
  .plans-item-price {
    font-size: 24px;
    line-height: 1.34;
  }
}
@media (max-width: 767px) {
  .plans-item-price {
    padding: 8px 16px;
  }
}
.plans-item-price span {
  font-size: 24px;
  line-height: 32px;
  padding-left: 4px;
}
@media (max-width: 991px) {
  .plans-item-price span {
    font-size: 20px;
    line-height: 1.4;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .plans-item-price span {
    font-size: 16px;
    line-height: 1.5;
  }
}
.plans-item-setupfee {
  text-align: center;
  padding: 0 24px 16px;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .plans-item-setupfee {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .plans-item-setupfee {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .plans-item-setupfee {
    padding: 16px 0 8px;
  }
}
.plans-item-setupfee span {
  font-size: 16px;
  line-height: 24px;
  padding-left: 4px;
  padding-right: 4px;
}
.plans-item-info {
  padding: 0 24px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .plans-item-info {
    padding: 0 16px;
  }
}
.plans-item-free {
  padding: 0 24px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #2520B6;
}
@media (max-width: 767px) {
  .plans-item-free {
    padding: 0 16px;
  }
}
.plans-item-btns {
  padding: 0 24px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .plans-item-btns {
    padding: 0 16px;
  }
}
.plans-item-btns .btn {
  display: flex;
  justify-content: center;
  padding: 11px 16px;
}
@media (max-width: 991px) {
  .plans-item-btns .btn {
    font-size: 14px;
    padding: 9px 16px;
  }
}
.plans-item-kiosk {
  border-top: 1px solid #D7D7D9;
  padding: 16px 24px 0;
}
@media (max-width: 767px) {
  .plans-item-kiosk {
    padding: 8px 16px 0;
  }
}
.plans-item-kiosk-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 16px;
  font-weight: 600;
  color: #5C5B5C;
}
@media (max-width: 991px) {
  .plans-item-kiosk-title {
    font-size: 14px;
    line-height: 1.43;
  }
}
@media (max-width: 767px) {
  .plans-item-kiosk-title {
    padding: 0 0 8px;
  }
}
.plans-item-kiosk-content {
  display: none;
  padding: 8px 0 16px;
}
.plans-item-kiosk-tabs-btns {
  display: flex;
  margin-bottom: 16px;
}
.plans-item-kiosk-tabs-btns-item {
  flex: 1 1 0px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 0 12px 8px;
  border-bottom: 1px solid #D7D7D9;
}
.plans-item-kiosk-tabs-btns-item:first-child {
  padding-left: 0;
}
.plans-item-kiosk-tabs-btns-item:last-child {
  padding-right: 0;
}
.plans-item-kiosk-tabs-btns-item.active {
  color: #2520B6;
  border-color: #2520B6;
}
.plans-item-kiosk-tabs-content-item.hidden {
  display: none;
}
.plans-item-kiosk-tabs-content-item-title {
  display: flex;
  justify-content: space-between;
}
.plans-item-kiosk-tabs-content-item-tooltip {
  margin-right: auto;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  cursor: pointer;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_6632_38490)'%3E%3Cpath d='M7.9987 14.6654C4.3167 14.6654 1.33203 11.6807 1.33203 7.9987C1.33203 4.3167 4.3167 1.33203 7.9987 1.33203C11.6807 1.33203 14.6654 4.3167 14.6654 7.9987C14.6654 11.6807 11.6807 14.6654 7.9987 14.6654ZM7.9987 13.332C9.41319 13.332 10.7697 12.7701 11.7699 11.7699C12.7701 10.7697 13.332 9.41319 13.332 7.9987C13.332 6.58421 12.7701 5.22766 11.7699 4.22746C10.7697 3.22727 9.41319 2.66536 7.9987 2.66536C6.58421 2.66536 5.22766 3.22727 4.22746 4.22746C3.22727 5.22766 2.66536 6.58421 2.66536 7.9987C2.66536 9.41319 3.22727 10.7697 4.22746 11.7699C5.22766 12.7701 6.58421 13.332 7.9987 13.332ZM7.33203 4.66536H8.66536V5.9987H7.33203V4.66536ZM7.33203 7.33203H8.66536V11.332H7.33203V7.33203Z' fill='%235C5B5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6632_38490'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.plans-item-kiosk-tabs-content-item-tooltip:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_6632_38490)'%3E%3Cpath d='M7.9987 14.6654C4.3167 14.6654 1.33203 11.6807 1.33203 7.9987C1.33203 4.3167 4.3167 1.33203 7.9987 1.33203C11.6807 1.33203 14.6654 4.3167 14.6654 7.9987C14.6654 11.6807 11.6807 14.6654 7.9987 14.6654ZM7.9987 13.332C9.41319 13.332 10.7697 12.7701 11.7699 11.7699C12.7701 10.7697 13.332 9.41319 13.332 7.9987C13.332 6.58421 12.7701 5.22766 11.7699 4.22746C10.7697 3.22727 9.41319 2.66536 7.9987 2.66536C6.58421 2.66536 5.22766 3.22727 4.22746 4.22746C3.22727 5.22766 2.66536 6.58421 2.66536 7.9987C2.66536 9.41319 3.22727 10.7697 4.22746 11.7699C5.22766 12.7701 6.58421 13.332 7.9987 13.332ZM7.33203 4.66536H8.66536V5.9987H7.33203V4.66536ZM7.33203 7.33203H8.66536V11.332H7.33203V7.33203Z' fill='%232520b6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6632_38490'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.plans-item-kiosk-tabs-content-item-price {
  padding-left: 16px;
}
.plans-item-content {
  border-top: 1px solid #D7D7D9;
  padding: 16px 24px 8px 24px;
  font-size: 14px;
  line-height: 22px;
  color: #5C5B5C;
}
@media (max-width: 767px) {
  .plans-item-content {
    padding: 8px 16px 0px 16px;
  }
}
.plans-item-content-title {
  color: #5C5B5C;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .plans-item-content-title {
    font-size: 14px;
    line-height: 1.43;
  }
}
@media (max-width: 767px) {
  .plans-item-content-title {
    gap: 8px;
  }
}
.plans-item-content-title:after {
  transition: all 0.25s ease-in-out 0s;
  display: block;
  content: "";
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.0006 4.97656L10.1256 0.851562L11.3039 2.0299L6.0006 7.33323L0.697266 2.0299L1.8756 0.851562L6.0006 4.97656Z' fill='%23181718'/%3E%3C/svg%3E%0A");
}
.plans-item-content-title.opened:after {
  transform: rotate(180deg);
}
.plans-item-content-list {
  display: none;
  margin-bottom: 16px;
}
.plans-item-content-list.opened {
  display: block;
}
.plans-item-content-list ul li {
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
  display: flex;
}
.plans-item-content-list ul li:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66666 10.1147L12.7947 3.98599L13.738 4.92866L6.66666 12L2.424 7.75733L3.36666 6.81466L6.66666 10.1147Z' fill='%235C5B5C'/%3E%3C/svg%3E%0A");
}
.plans-item-content-list-tooltip {
  margin-right: auto;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  cursor: pointer;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_6632_38490)'%3E%3Cpath d='M7.9987 14.6654C4.3167 14.6654 1.33203 11.6807 1.33203 7.9987C1.33203 4.3167 4.3167 1.33203 7.9987 1.33203C11.6807 1.33203 14.6654 4.3167 14.6654 7.9987C14.6654 11.6807 11.6807 14.6654 7.9987 14.6654ZM7.9987 13.332C9.41319 13.332 10.7697 12.7701 11.7699 11.7699C12.7701 10.7697 13.332 9.41319 13.332 7.9987C13.332 6.58421 12.7701 5.22766 11.7699 4.22746C10.7697 3.22727 9.41319 2.66536 7.9987 2.66536C6.58421 2.66536 5.22766 3.22727 4.22746 4.22746C3.22727 5.22766 2.66536 6.58421 2.66536 7.9987C2.66536 9.41319 3.22727 10.7697 4.22746 11.7699C5.22766 12.7701 6.58421 13.332 7.9987 13.332ZM7.33203 4.66536H8.66536V5.9987H7.33203V4.66536ZM7.33203 7.33203H8.66536V11.332H7.33203V7.33203Z' fill='%235C5B5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6632_38490'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.plans-item-content-list-tooltip:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_6632_38490)'%3E%3Cpath d='M7.9987 14.6654C4.3167 14.6654 1.33203 11.6807 1.33203 7.9987C1.33203 4.3167 4.3167 1.33203 7.9987 1.33203C11.6807 1.33203 14.6654 4.3167 14.6654 7.9987C14.6654 11.6807 11.6807 14.6654 7.9987 14.6654ZM7.9987 13.332C9.41319 13.332 10.7697 12.7701 11.7699 11.7699C12.7701 10.7697 13.332 9.41319 13.332 7.9987C13.332 6.58421 12.7701 5.22766 11.7699 4.22746C10.7697 3.22727 9.41319 2.66536 7.9987 2.66536C6.58421 2.66536 5.22766 3.22727 4.22746 4.22746C3.22727 5.22766 2.66536 6.58421 2.66536 7.9987C2.66536 9.41319 3.22727 10.7697 4.22746 11.7699C5.22766 12.7701 6.58421 13.332 7.9987 13.332ZM7.33203 4.66536H8.66536V5.9987H7.33203V4.66536ZM7.33203 7.33203H8.66536V11.332H7.33203V7.33203Z' fill='%232520b6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6632_38490'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.plans-item-content-list-tooltip-content {
  visibility: hidden;
  position: absolute;
  background-color: #181718;
  color: #FFFFFF;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
  z-index: 1000;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 250px;
  word-wrap: break-word;
  white-space: normal;
  pointer-events: none;
}

.features {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .features {
    margin-bottom: 48px;
  }
}
.features-descr {
  text-align: center;
  max-width: 525px;
  margin: 0 auto;
  color: #5C5B5C;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .features-descr {
    margin-bottom: 24px;
  }
}
.features-tabs-header {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #D7D7D9;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .features-tabs-header {
    display: none;
  }
}
.features-tabs-header-mobile {
  display: none;
  border-bottom: 1px solid #D7D7D9;
  margin-bottom: 24px;
  padding-bottom: 16px;
  justify-content: center;
}
.features-tabs-header-mobile .nice-select {
  border: none;
  background-color: transparent;
  height: auto;
  min-height: auto;
  line-height: 22px;
  padding: 0 28px 0 0;
}
.features-tabs-header-mobile .nice-select:after {
  transform: none;
  border: none;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99999 10.9767L14.125 6.85168L15.3033 8.03002L9.99999 13.3334L4.69666 8.03002L5.87499 6.85168L9.99999 10.9767Z' fill='%23181718'/%3E%3C/svg%3E%0A");
}
.features-tabs-header-mobile .nice-select.open:after {
  transform: rotate(-180deg);
  right: 5px;
  margin-top: -15px;
}
.features-tabs-header-mobile .nice-select .current {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.features-tabs-header-mobile .nice-select .list {
  border: none;
  border-radius: 16px;
  box-shadow: 0px 8px 64px rgba(37, 32, 182, 0.08);
  margin-top: 16px;
}
.features-tabs-header-mobile .nice-select .option {
  padding: 0 16px;
}
@media (max-width: 767px) {
  .features-tabs-header-mobile {
    display: flex;
  }
}
.features-tabs-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #5C5B5C;
  padding: 0 0 16px;
  margin: 0 20px;
  cursor: pointer;
  text-align: center;
}
.features-tabs-btn.active {
  margin-bottom: -1px;
  color: #181718;
  border-bottom: 1px solid #181718;
}
.features-tabs-content {
  clear: both;
}
.features-tabs-content.hidden {
  display: none;
}
.features-tabs-content-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 999px) {
  .features-tabs-content-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .features-tabs-content-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.features-tabs-item-ico {
  height: 48px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .features-tabs-item-ico {
    height: 40px;
    margin-bottom: 8px;
  }
}
.features-tabs-item-ico img {
  max-height: 48px;
  transition: all 0.25s ease-in-out 0s;
}
@media (max-width: 767px) {
  .features-tabs-item-ico img {
    max-height: 40px;
  }
}
.features-tabs-item-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 8px;
  transition: all 0.25s ease-in-out 0s;
}
@media (max-width: 767px) {
  .features-tabs-item-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.features-tabs-item-descr {
  font-size: 14px;
  line-height: 22px;
  color: #5C5B5C;
}
.features-tabs-item:hover .features-tabs-item-ico img {
  transform: scale(1.2);
}
.features-tabs-item:hover .features-tabs-item-title {
  color: #2520B6;
}

.reviews {
  overflow: hidden;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .reviews {
    margin-bottom: 48px;
  }
}
.reviews-inner {
  position: relative;
  padding: 20px 32px 0;
  overflow: hidden;
  width: calc(100% + 64px);
  margin-top: -20px;
  margin-left: -32px;
}
.reviews-slider {
  margin: -55px -78px 0;
}
.reviews-slider .slick-list {
  padding: 0 62px;
  overflow: visible;
}
.reviews-slider .slick-track {
  padding: 55px 0 72px;
  display: flex;
}
@media (max-width: 767px) {
  .reviews-slider .slick-track {
    padding-bottom: 0;
  }
}
.reviews-slider-arrows {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-slider-arrow {
  width: 40px;
  height: 40px;
  margin: 0 8px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .reviews-slider-arrow {
    display: none;
  }
}
.reviews-slider-arrow.left {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.6667 20L8.33335 20' stroke='%232520B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 31.6666L8.33333 20L20 8.33329' stroke='%232520B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.reviews-slider-arrow.right {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33331 20H31.6666' stroke='%232520B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 8.33337L31.6667 20L20 31.6667' stroke='%232520B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.reviews-slider-arrow:hover {
  opacity: 0.8;
}
.reviews-slider-item {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin: 0 16px;
  padding: 24px;
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0;
  transition: box-shadow 0.1s ease-in-out;
}
.reviews-slider-item.slick-active {
  box-shadow: 0px 8px 32px rgba(37, 32, 182, 0.08);
}
.reviews-slider-item-content {
  color: #5C5B5C;
}
.reviews-slider-item-bottom {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #D7D7D9;
  display: flex;
  align-items: center;
}
.reviews-slider-item-name {
  font-weight: 600;
  margin-bottom: 8px;
}
.reviews-slider-item-rating {
  width: 80px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='16' viewBox='0 0 80 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99998 1.33337L10.06 5.50671L14.6666 6.18004L11.3333 9.42671L12.12 14.0134L7.99998 11.8467L3.87998 14.0134L4.66665 9.42671L1.33331 6.18004L5.93998 5.50671L7.99998 1.33337Z' fill='%23FFBC42'/%3E%3Cpath d='M24 1.33337L26.06 5.50671L30.6666 6.18004L27.3333 9.42671L28.12 14.0134L24 11.8467L19.88 14.0134L20.6666 9.42671L17.3333 6.18004L21.94 5.50671L24 1.33337Z' fill='%23FFBC42'/%3E%3Cpath d='M40 1.33337L42.06 5.50671L46.6666 6.18004L43.3333 9.42671L44.12 14.0134L40 11.8467L35.88 14.0134L36.6666 9.42671L33.3333 6.18004L37.94 5.50671L40 1.33337Z' fill='%23FFBC42'/%3E%3Cpath d='M56 1.33337L58.06 5.50671L62.6666 6.18004L59.3333 9.42671L60.12 14.0134L56 11.8467L51.88 14.0134L52.6666 9.42671L49.3333 6.18004L53.94 5.50671L56 1.33337Z' fill='%23FFBC42'/%3E%3Cpath d='M72 1.33337L74.06 5.50671L78.6666 6.18004L75.3333 9.42671L76.12 14.0134L72 11.8467L67.88 14.0134L68.6666 9.42671L65.3333 6.18004L69.94 5.50671L72 1.33337Z' fill='%23FFBC42'/%3E%3C/svg%3E%0A");
}
.reviews-slider-item-logo {
  margin-left: auto;
}
.reviews-slider-item-logo img {
  max-height: 48px;
}

.featuredblogs {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .featuredblogs {
    margin-bottom: 48px;
  }
}
.featuredblogs-header {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #D7D7D9;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .featuredblogs-header {
    margin-bottom: 24px;
  }
}
.featuredblogs-descr {
  max-width: 525px;
  color: #5C5B5C;
}
.featuredblogs-btns {
  margin-left: auto;
}
@media (max-width: 767px) {
  .featuredblogs-btns {
    display: none;
  }
}
.featuredblogs-btns-mobile {
  margin-top: 24px;
  display: none;
}
@media (max-width: 767px) {
  .featuredblogs-btns-mobile {
    display: block;
  }
  .featuredblogs-btns-mobile .btn {
    width: 100%;
  }
}
.featuredblogs-btns .btn {
  padding-left: 40px;
  padding-right: 40px;
}
.featuredblogs-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
}
@media (max-width: 767px) {
  .featuredblogs-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.featuredblogs-item-img {
  margin-bottom: 24px;
  transition: all 0.25s ease-in-out 0s;
}
@media (max-width: 767px) {
  .featuredblogs-item-img {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }
}
.featuredblogs-item-img img {
  border-radius: 16px;
}
.featuredblogs-item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
  transition: all 0.25s ease-in-out 0s;
}
@media (max-width: 767px) {
  .featuredblogs-item-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}
.featuredblogs-item-descr {
  color: #5C5B5C;
  font-size: 14px;
  line-height: 22px;
}
.featuredblogs-item:hover .featuredblogs-item-img {
  opacity: 0.8;
}
.featuredblogs-item:hover .featuredblogs-item-title {
  color: #2520B6;
}

.subscribeform iframe {
  margin-bottom: -24px;
}
.subscribeform-inner {
  background: linear-gradient(275.58deg, #18157A 0%, #2520B6 100%);
  border-radius: 16px;
  color: #FFFFFF;
  padding: 64px 24px;
}
@media (max-width: 767px) {
  .subscribeform-inner {
    padding: 32px 16px 40px;
  }
}
.subscribeform-title {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .subscribeform-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.subscribeform-descr {
  color: rgba(255, 255, 255, 0.7);
  max-width: 525px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .subscribeform-descr {
    margin-bottom: 16px;
  }
}
.subscribeform-form {
  max-width: 512px;
  margin: 0 auto;
  position: relative;
}
.subscribeform-form .form-input {
  width: 100%;
  padding-right: 180px;
}
@media (max-width: 767px) {
  .subscribeform-form .form-input {
    padding-right: 24px;
  }
}
.subscribeform-form .btn {
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  top: 0;
  right: -3px;
}
@media (max-width: 767px) {
  .subscribeform-form .btn {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 16px;
  }
}
.subscribeform-form-alert {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
}
@media (max-width: 767px) {
  .subscribeform-form-alert {
    position: relative;
    bottom: auto;
    margin: 0 auto;
    margin-top: 16px;
    width: auto;
  }
}
.subscribeform-form-alert-line {
  display: none;
  background-color: #FFFFFF;
  border-radius: 16px;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  padding: 6px 16px;
  width: 100%;
  max-width: 290px;
}
.subscribeform-form-alert-line span {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.subscribeform-form-alert-line.error {
  color: #A40E4C;
}
.subscribeform-form-alert-line.error span {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99984 18.3332C5.39734 18.3332 1.6665 14.6023 1.6665 9.99984C1.6665 5.39734 5.39734 1.6665 9.99984 1.6665C14.6023 1.6665 18.3332 5.39734 18.3332 9.99984C18.3332 14.6023 14.6023 18.3332 9.99984 18.3332ZM9.1665 12.4998V14.1665H10.8332V12.4998H9.1665ZM9.1665 5.83317V10.8332H10.8332V5.83317H9.1665Z' fill='%23A40E4C'/%3E%3C/svg%3E%0A");
}
.subscribeform-form-alert-line.success {
  color: #149911;
}
.subscribeform-form-alert-line.success span {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99984 18.3332C5.39734 18.3332 1.6665 14.6023 1.6665 9.99984C1.6665 5.39734 5.39734 1.6665 9.99984 1.6665C14.6023 1.6665 18.3332 5.39734 18.3332 9.99984C18.3332 14.6023 14.6023 18.3332 9.99984 18.3332ZM9.169 13.3332L15.0607 7.44067L13.8823 6.26234L9.169 10.9765L6.8115 8.619L5.63317 9.79734L9.169 13.3332Z' fill='%23149911'/%3E%3C/svg%3E%0A");
}

.page-contacts {
  padding: 30px 0 0;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='696' viewBox='0 0 1440 696' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='720' cy='-304' r='999.5' stroke='%23D7D7D9'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: bottom 29vh center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page-contacts {
    padding: 0;
  }
}
@media (max-width: 860px) {
  .page-contacts {
    background-position: bottom 9vh center;
  }
}
.page-contacts-info {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .page-contacts-info {
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.page-contacts-info-item {
  text-align: center;
}
@media (max-width: 767px) {
  .page-contacts-info-item {
    margin-bottom: 16px;
  }
}
.page-contacts-info-item-ico {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-contacts-info-item-ico {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .page-contacts-info-item-ico img {
    max-height: 40px;
  }
}
.page-contacts-info-item-content {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .page-contacts-info-item-content {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-contacts-info-item-content a:hover {
  color: #2520B6;
}
.page-contacts-descr {
  max-width: 580px;
  margin: 0 auto;
  margin-bottom: 48px;
  text-align: center;
  color: #5C5B5C;
}
@media (max-width: 767px) {
  .page-contacts-descr {
    margin-bottom: 24px;
  }
}

.contactform {
  position: relative;
  max-width: 842px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 24px 33px 24px;
  box-shadow: 0px 8px 64px rgba(4, 102, 200, 0.08);
  border-radius: 16px;
}
@media (max-width: 767px) {
  .contactform {
    padding: 16px 16px 24px;
  }
}
.contactform-title {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  text-align: center;
}
.contactform-line {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .contactform-line {
    margin-bottom: 8px;
  }
}
.contactform-line.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .contactform-line.col2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.contactform-line.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .contactform-line.col3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.contactform-input {
  display: block;
  width: 100%;
  border: 1px solid #D7D7D9;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
}
.contactform-input::-moz-placeholder {
  color: #A3A2A3;
}
.contactform-input::placeholder {
  color: #A3A2A3;
}
.contactform-input:focus {
  border-color: #181718;
}
.contactform-input:disabled {
  background-color: #FBFBFE;
  color: #A3A2A3;
}
.contactform-input.invalid {
  border-color: #A40E4C;
}
.contactform-textarea {
  display: block;
  width: 100%;
  border: 1px solid #D7D7D9;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
}
.contactform-textarea::-moz-placeholder {
  color: #A3A2A3;
}
.contactform-textarea::placeholder {
  color: #A3A2A3;
}
.contactform-textarea:focus {
  border-color: #181718;
}
.contactform-textarea:disabled {
  background-color: #FBFBFE;
  color: #A3A2A3;
}
.contactform-textarea.invalid {
  border-color: #A40E4C;
}
.contactform-btns {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.contactform-btns .btn {
  padding-left: 70px;
  padding-right: 70px;
}
.contactform-success {
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contactform-success-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  border-radius: 16px;
}
.contactform-success-ico {
  margin-bottom: 30px;
}
.contactform-success-title {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
}
.contactform-success-descr {
  color: #5C5B5C;
}

.page-about {
  padding: 16px 0 0;
}
.page-about h1 {
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 767px) {
  .page-about h1 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
}

.firstblock {
  padding-bottom: 100px;
  padding-top: 40px;
  margin-top: -40px;
  overflow: hidden;
}
@media (max-width: 999px) {
  .firstblock {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .firstblock {
    padding-top: 0;
    padding-bottom: 24px;
  }
}
.firstblock-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .firstblock-inner {
    flex-direction: column;
  }
}
.firstblock-img {
  flex: 0 0 594px;
}
@media (max-width: 999px) {
  .firstblock-img {
    flex: 0 0 430px;
  }
}
@media (max-width: 767px) {
  .firstblock-img {
    flex: 0 0 100%;
  }
}
.firstblock-img img {
  margin-left: -40px;
}
@media (max-width: 767px) {
  .firstblock-img img {
    margin: 0;
  }
}
.firstblock-content {
  padding-top: 16px;
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .firstblock-content {
    padding-left: 0;
  }
}
@media (max-width: 999px) {
  .firstblock-content {
    padding-top: 0;
  }
}
.firstblock-descr {
  color: #5C5B5C;
}
.firstblock-descr p {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .firstblock-descr p {
    margin-bottom: 8px;
  }
}

.seconblock {
  position: relative;
  overflow: hidden;
}
.seconblock:before {
  display: block;
  content: "";
  width: 100%;
  max-width: 845px;
  margin: 0 auto;
  margin-bottom: 120px;
  height: 1px;
  background-color: #D7D7D9;
}
@media (max-width: 999px) {
  .seconblock:before {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .seconblock:before {
    margin-bottom: 16px;
  }
}
.seconblock-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .seconblock-inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.seconblock-content {
  padding-top: 24px;
  padding-right: 24px;
}
@media (max-width: 999px) {
  .seconblock-content {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .seconblock-content {
    width: 100%;
    padding-right: 0;
    padding-top: 16px;
  }
}
.seconblock-content-item {
  max-width: 495px;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .seconblock-content-item {
    margin-bottom: 16px;
  }
}
.seconblock-content-item-ico {
  flex: 0 0 44px;
  margin-right: 18px;
}
@media (max-width: 767px) {
  .seconblock-content-item-ico {
    flex: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .seconblock-content-item-ico img {
    max-height: 40px;
  }
}
.seconblock-img {
  flex: 0 0 594px;
}
@media (max-width: 999px) {
  .seconblock-img {
    flex: 0 0 430px;
  }
}
@media (max-width: 767px) {
  .seconblock-img {
    flex: 0 0 100%;
  }
}
.seconblock-img img {
  margin-top: -40px;
  position: relative;
  right: -40px;
}
@media (max-width: 767px) {
  .seconblock-img img {
    margin: 0;
    right: auto;
  }
}

.page-standart {
  padding: 10px 0 0;
  max-width: 845px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-standart {
    padding-top: 0;
  }
}
.page-standart p {
  margin-bottom: 16px;
  color: #5C5B5C;
}
@media (max-width: 767px) {
  .page-standart p {
    margin-bottom: 8px;
  }
}
.page-standart ul, .page-standart ol {
  color: #5C5B5C;
  margin-bottom: 16px;
  list-style: disc;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .page-standart ul, .page-standart ol {
    margin-bottom: 8px;
  }
}
.page-standart ul li, .page-standart ol li {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .page-standart ul li, .page-standart ol li {
    margin-bottom: 8px;
  }
}
.page-standart strong {
  font-weight: 600;
}
.page-standart em {
  font-style: italic;
}
.page-standart a {
  font-style: italic;
  border-bottom: 1px solid;
}

.page-faqs h1 {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .page-faqs h1 {
    margin-bottom: 16px;
  }
}
.page-faqs-descr {
  max-width: 555px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 48px;
}
.page-faqs-descr a {
  color: #2520B6;
}
.page-faqs-inner {
  max-width: 1005px;
  margin: 0 auto;
}
.page-faqs-item {
  margin-bottom: 24px;
  border-bottom: 1px solid #D7D7D9;
  padding-bottom: 8px;
}
.page-faqs-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.page-faqs-item-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  cursor: pointer;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 36px;
  background-size: auto 20px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 512.000000 512.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,512.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3Cpath d='M2070 5109 c-14 -6 -36 -20 -48 -32 -54 -50 -52 -4 -52 -1002 l0%0A-925 -929 0 -928 0 -33 -22 c-18 -13 -43 -36 -54 -51 -21 -28 -21 -37 -21%0A-517 0 -480 0 -489 21 -517 11 -15 36 -38 54 -50 l33 -23 928 0 929 0 0 -929%0A0 -928 23 -33 c12 -18 35 -43 50 -54 28 -21 37 -21 517 -21 480 0 489 0 517%0A21 15 11 38 36 51 54 l22 33 0 928 0 929 929 0 928 0 33 23 c18 12 43 35 54%0A50 21 28 21 37 21 517 0 480 0 489 -21 517 -11 15 -36 38 -54 51 l-33 22 -928%0A0 -929 0 0 929 0 928 -22 33 c-13 18 -36 43 -51 54 -28 21 -39 21 -505 23%0A-303 1 -486 -2 -502 -8z'/%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .page-faqs-item-title {
    font-size: 18px;
    line-height: 26px;
    background-size: auto 15px;
    padding-left: 24px;
    margin-bottom: 8px;
  }
}
.page-faqs-item-title:hover {
  color: #2520B6;
}
.page-faqs-item-title.opened {
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 512.000000 512.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,512.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3Cpath d='M80 3128 c-18 -13 -43 -36 -54 -51 -21 -28 -21 -37 -21 -517 0 -480%0A0 -489 21 -517 11 -15 36 -38 54 -50 l33 -23 2447 0 2447 0 33 22 c18 13 43%0A36 54 51 21 28 21 37 21 517 0 480 0 489 -21 517 -11 15 -36 38 -54 51 l-33%0A22 -2447 0 -2447 0 -33 -22z'/%3E%3C/g%3E%3C/svg%3E");
}
.page-faqs-item-descr {
  color: #5C5B5C;
  display: none;
  max-width: 720px;
}
.page-faqs-item-descr p {
  margin-bottom: 8px;
}
.page-faqs-item-descr strong {
  font-weight: 600;
}
.page-faqs-item-descr h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0 8px;
  color: #181718;
}

.fatures-article-first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 120px;
}
@media (max-width: 767px) {
  .fatures-article-first {
    flex-direction: column;
    margin: 0 0 48px;
  }
}
.fatures-article-first-content {
  padding-right: 50px;
  max-width: 605px;
}
@media (max-width: 999px) {
  .fatures-article-first-content {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .fatures-article-first-content {
    max-width: 100%;
    margin-bottom: 24px;
    padding-right: 0;
  }
}
.fatures-article-first-content p {
  color: #5C5B5C;
  margin-bottom: 8px;
}
.fatures-article-first-content h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 24px 0 8px;
}
.fatures-article-first-content a {
  color: #2520B6;
  border-bottom: 1px solid;
}
.fatures-article-first-content a:hover {
  color: #181718;
}
.fatures-article-first-img img {
  position: relative;
  right: -70px;
}
@media (max-width: 1599px) {
  .fatures-article-first-img img {
    right: -15px;
  }
}
@media (max-width: 767px) {
  .fatures-article-first-img img {
    right: 0;
  }
}
.fatures-article-second {
  margin: 120px 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .fatures-article-second {
    flex-direction: column;
    margin: 48px 0 48px;
  }
}
.fatures-article-second-benefits {
  flex: 0 0 515px;
}
@media (max-width: 1199px) {
  .fatures-article-second-benefits {
    flex: 0 0 490px;
  }
}
@media (max-width: 999px) {
  .fatures-article-second-benefits {
    flex: 0 0 420px;
  }
}
@media (max-width: 767px) {
  .fatures-article-second-benefits {
    flex: 0 0 100%;
    margin-bottom: 24px;
  }
}
.fatures-article-second-benefits-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background-color: #EEEDF9;
  border-radius: 16px;
}
.fatures-article-second-benefits-bl {
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 8px 64px rgba(37, 32, 182, 0.08);
  position: relative;
  z-index: 2;
  padding: 40px 40px 56px;
}
@media (max-width: 767px) {
  .fatures-article-second-benefits-bl {
    padding: 24px 24px 32px;
  }
}
.fatures-article-second-benefits-bl-outter {
  position: relative;
  padding: 24px 24px 0;
}
.fatures-article-second-benefits-title {
  color: #5C5B5C;
  font-weight: 600;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D7D7D9;
}
.fatures-article-second-benefits-list {
  color: #2520B6;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .fatures-article-second-benefits-list {
    font-size: 16px;
    line-height: 32px;
  }
}
.fatures-article-second-benefits-list li {
  padding-left: 36px;
  position: relative;
}
.fatures-article-second-benefits-list li:before {
  display: block;
  content: "";
  width: 18px;
  height: 13px;
  position: absolute;
  top: 14px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00072 10.172L16.1927 0.979004L17.6077 2.393L7.00072 13L0.636719 6.636L2.05072 5.222L7.00072 10.172Z' fill='%232520B6'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
  .fatures-article-second-benefits-list li:before {
    top: 9px;
  }
}
.fatures-article-second-content {
  max-width: 485px;
  margin-left: 140px;
}
@media (max-width: 1199px) {
  .fatures-article-second-content {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .fatures-article-second-content {
    margin-left: 0;
    max-width: 100%;
  }
}
.fatures-article-second-content-title {
  max-width: 360px;
}
.fatures-article-second-content-text {
  color: #5C5B5C;
}
.fatures-article-second-content-text p {
  margin-bottom: 8px;
}
.fatures-article-steps {
  margin: 120px 0 120px;
}
@media (max-width: 767px) {
  .fatures-article-steps {
    margin: 48px 0 48px;
  }
}
.fatures-article-steps-descr {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #5C5B5C;
  margin-bottom: 48px;
}
.fatures-article-steps-inner {
  display: flex;
  gap: 64px;
}
@media (max-width: 767px) {
  .fatures-article-steps-inner {
    gap: 24px;
    flex-wrap: wrap;
  }
}
.fatures-article-steps-item {
  width: 33.3%;
  position: relative;
}
@media (max-width: 767px) {
  .fatures-article-steps-item {
    width: 100%;
  }
}
.fatures-article-steps-item-num {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2520B6;
  border-radius: 100%;
  margin-bottom: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #2520B6;
}
@media (max-width: 767px) {
  .fatures-article-steps-item-num {
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
.fatures-article-steps-item-arrow {
  width: calc(100% - 154px);
  height: 16px;
  position: absolute;
  top: 42px;
  right: 6px;
  border-top: 2px dashed #2520B6;
}
@media (max-width: 767px) {
  .fatures-article-steps-item-arrow {
    display: none;
  }
}
.fatures-article-steps-item-arrow:after {
  display: block;
  width: 9px;
  height: 16px;
  content: "";
  position: absolute;
  top: -9px;
  right: -6px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.35355 8.35355C8.54882 8.15829 8.54882 7.84171 8.35355 7.64645L5.17157 4.46447C4.97631 4.2692 4.65973 4.2692 4.46447 4.46447C4.2692 4.65973 4.2692 4.97631 4.46447 5.17157L7.29289 8L4.46447 10.8284C4.2692 11.0237 4.2692 11.3403 4.46447 11.5355C4.65973 11.7308 4.97631 11.7308 5.17157 11.5355L8.35355 8.35355ZM7 8.5H7.25V7.5H7V8.5ZM7.75 8.5H8V7.5H7.75V8.5ZM8.70711 8.70711C9.09763 8.31658 9.09763 7.68342 8.70711 7.29289L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L6.58579 8L0.928932 13.6569C0.538408 14.0474 0.538408 14.6805 0.928932 15.0711C1.31946 15.4616 1.95262 15.4616 2.34315 15.0711L8.70711 8.70711ZM7 9H7.25V7H7V9ZM7.75 9H8V7H7.75V9Z' fill='%232520B6'/%3E%3C/svg%3E%0A");
}
.fatures-article-steps-item-content {
  font-size: 14px;
  line-height: 22px;
}
.fatures-article-steps-item:last-child .fatures-article-steps-item-arrow {
  display: none;
}
.fatures-article-cases {
  margin: 120px 0 120px;
}
@media (max-width: 767px) {
  .fatures-article-cases {
    margin: 48px 0 48px;
  }
}
.fatures-article-cases-descr {
  max-width: 768px;
  margin: 0 auto;
  color: #5C5B5C;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .fatures-article-cases-descr {
    margin-bottom: 24px;
  }
}
.fatures-article-cases-descr p {
  margin-bottom: 8px;
}
.fatures-article-cases-item {
  display: flex;
  margin-bottom: 120px;
}
@media (max-width: 999px) {
  .fatures-article-cases-item {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .fatures-article-cases-item {
    margin-bottom: 24px;
    flex-direction: column;
  }
}
.fatures-article-cases-item-ico {
  flex: 0 0 515px;
}
@media (max-width: 1199px) {
  .fatures-article-cases-item-ico {
    flex: 0 0 490px;
  }
}
@media (max-width: 999px) {
  .fatures-article-cases-item-ico {
    flex: 0 0 420px;
  }
}
@media (max-width: 767px) {
  .fatures-article-cases-item-ico {
    flex: 0 0 100%;
    margin-bottom: 24px;
  }
}
.fatures-article-cases-item-ico-outter {
  position: relative;
  padding: 24px 24px 0;
}
.fatures-article-cases-item-ico-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background-color: #EEEDF9;
  border-radius: 16px;
}
.fatures-article-cases-item-ico-bl {
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 8px 64px rgba(37, 32, 182, 0.08);
  position: relative;
  z-index: 2;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 999px) {
  .fatures-article-cases-item-ico-bl {
    height: 300px;
  }
}
.fatures-article-cases-item-ico-bl-outter {
  position: relative;
  padding: 24px 24px 0;
}
@media (max-width: 767px) {
  .fatures-article-cases-item-ico-bl img {
    max-height: 100%;
  }
}
.fatures-article-cases-item-content {
  margin-left: 140px;
  padding-top: 55px;
  padding-right: 110px;
}
@media (max-width: 1199px) {
  .fatures-article-cases-item-content {
    margin-left: 40px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .fatures-article-cases-item-content {
    margin-left: 0;
    max-width: 100%;
    padding-top: 8px;
  }
}
.fatures-article-cases-item-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 24px;
  color: #2520B6;
}
@media (max-width: 767px) {
  .fatures-article-cases-item-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
.fatures-article-cases-item-text p {
  margin-bottom: 16px;
}
.fatures-article-cases-item-text ul {
  list-style-type: disc;
  padding-left: 20px;
}
.fatures-article-cases-item-text ul li {
  margin-bottom: 16px;
}
.fatures-article-cases-item-text strong {
  font-weight: 600;
}
.fatures-article-cases-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .fatures-article-cases-item:nth-child(2n) {
    flex-direction: column;
  }
}
.fatures-article-cases-item:nth-child(2n) .fatures-article-cases-item-content {
  margin-left: 0;
  margin-right: 140px;
  padding-right: 0;
  padding-left: 110px;
}
@media (max-width: 1199px) {
  .fatures-article-cases-item:nth-child(2n) .fatures-article-cases-item-content {
    margin-right: 40px;
    padding-left: 0;
  }
}
.fatures-article-faqs {
  margin: 120px 0 120px;
}
@media (max-width: 767px) {
  .fatures-article-faqs {
    margin: 48px 0 48px;
  }
}
.fatures-article-faqs-inner {
  max-width: 840px;
  margin: 0 auto;
}
.fatures-article-faqs-item {
  border-bottom: 1px solid #D7D7D9;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.fatures-article-faqs-item:last-child {
  border-bottom: none;
}
.fatures-article-faqs-item-quest {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}
.fatures-article-faqs-item-answ {
  color: #5C5B5C;
}
.fatures-article-faqs-item p {
  margin-bottom: 8px;
}
.fatures-article-faqs-item strong {
  font-weight: 600;
}
.fatures-article-faqs-item h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0 8px;
  color: #181718;
}

.devices-block {
  margin-bottom: 56px;
}
.devices-cat {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  margin-top: 0;
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .devices-cat {
    font-size: 18px;
    line-height: 26px;
  }
}
.devices-descr {
  font-size: 14px;
  line-height: 22px;
  color: #5C5B5C;
  text-align: center;
  max-width: 525px;
  margin: 0 auto 48px;
}
@media (max-width: 767px) {
  .devices-descr {
    margin-bottom: 24px;
  }
}
.devices-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 999px) {
  .devices-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .devices-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.devices-content--marg {
  margin: 48px 0;
}
.devices-item {
  background-color: #fff;
  box-shadow: 0px 8px 32px rgba(37, 32, 182, 0.08);
  border-radius: 16px;
  padding: 24px;
}
.devices-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  height: 180px;
}
.devices-item-img img {
  max-width: 100%;
  max-height: 180px;
  border-radius: 16px;
}
.devices-item-title {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.devices-item-btn {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.devices-article {
  padding: 0 0 56px;
}
@media (max-width: 767px) {
  .devices-article {
    padding: 16px 0;
  }
}
.devices-article h1 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .devices-article h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.devices-article-content {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .devices-article-content {
    flex-direction: column-reverse;
  }
}
.devices-article-left {
  width: 50%;
}
@media (max-width: 767px) {
  .devices-article-left {
    width: 100%;
  }
}
.devices-article-left-text p {
  margin-bottom: 16px;
}
.devices-article-left-text b, .devices-article-left-text strong {
  font-weight: bold;
}
.devices-article-left-text i, .devices-article-left-text em {
  font-style: italic;
}
.devices-article-left-text a {
  color: #2520B6;
  border-bottom: 1px solid;
}
.devices-article-left-text a:hover {
  color: #181718;
}
.devices-article-left-text ul {
  list-style: inherit;
  padding-left: 15px;
  margin-bottom: 16px;
}
.devices-article-left-text ol {
  list-style: auto;
  padding-left: 15px;
  margin-bottom: 16px;
}
.devices-article-left-text h2 {
  font-size: 28px;
  line-height: 36px;
  margin: 0;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .devices-article-left-text h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
}
.devices-article-left-text h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .devices-article-left-text h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}
.devices-article-left-text h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .devices-article-left-text h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.devices-article-left-text h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .devices-article-left-text h5 {
    font-size: 14px;
    line-height: 22px;
  }
}
.devices-article-left-text table {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.devices-article-left-text table td {
  padding-right: 16px;
}
.devices-article-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-top: 24px;
}
.devices-article-video {
  display: flex;
  margin-top: 24px;
  gap: 24px;
}
.devices-article-right {
  width: 50%;
}
@media (max-width: 767px) {
  .devices-article-right {
    width: 100%;
  }
}
.devices-article-slider {
  position: relative;
  padding: 0 56px;
  margin-bottom: 16px;
}
.devices-article-slider-nav {
  position: relative;
  padding: 0 56px;
}
@media (max-width: 767px) {
  .devices-article-slider-nav {
    display: none;
  }
}
.devices-article-slider-nav .slick-track {
  display: flex;
  align-items: center;
}
.devices-article-slider-nav .slick-track img {
  margin: 0 20px;
  cursor: pointer;
}
.devices-article-slider-nav .slick-current {
  opacity: 0.65;
}

.breadcrumbs {
  font-size: 14px;
  color: #5C5B5C;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 24px;
  }
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:after {
  display: inline-block;
  content: "";
  margin: 0 12px;
  position: relative;
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.78132 4.99999L0.481323 1.69999L1.42399 0.757326L5.66666 4.99999L1.42399 9.24266L0.481323 8.29999L3.78132 4.99999Z' fill='%232520B6'/%3E%3C/svg%3E%0A");
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li a {
  color: #2520B6;
}

.blog .block-title.align-center {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .blog .block-title.align-center {
    text-align: left;
  }
}
.blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .blog-categories {
    display: none;
  }
}
.blog-categories li a {
  display: block;
  padding: 12px 24px;
  border: 1px solid #2520B6;
  border-radius: 40px;
  color: #2520B6;
  font-weight: 600;
}
.blog-categories li a:hover {
  background-color: #0700E0;
  color: #FFFFFF;
}
.blog-categories li a.active {
  background-color: #2520B6;
  color: #FFFFFF;
  cursor: default;
}
.blog-categories-select {
  display: none;
  width: 100%;
  border: 0;
  border-radius: 40px;
  background-color: #2520B6;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 24px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .blog-categories-select {
    display: block;
  }
}
.blog-categories-select::after {
  display: none;
}
.blog-categories-select .current {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-categories-select .current::after {
  content: "";
  width: 12px;
  height: 8px;
  margin-left: 12px;
  transition: 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00011 4.97667L10.1251 0.851669L11.3034 2.03L6.00011 7.33334L0.696777 2.03L1.87511 0.851669L6.00011 4.97667Z' fill='white'/%3E%3C/svg%3E%0A");
}
.blog-categories-select .list {
  width: 100%;
  color: #181718;
  border-radius: 8px;
  border: 0;
}
.blog-categories-select .option {
  font-weight: 600;
  text-align: center;
}
.blog-categories-select .option .selected {
  font-weight: 600;
}
.blog-categories-select .option.focus, .blog-categories-select .option.selected.focus {
  background-color: #F2F2F5;
}
.blog-categories-select.open .current::after {
  transform: rotate(-180deg);
}
.blog-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.blog-item {
  width: 33.3%;
  padding: 0 15px;
  margin-bottom: 32px;
}
@media (max-width: 999px) {
  .blog-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .blog-item {
    width: 100%;
  }
}
.blog-item-image {
  display: block;
  margin-bottom: 24px;
  height: 233px;
}
.blog-item-image img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-item-title {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-item-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #5C5B5C;
  text-transform: uppercase;
}
.blog-item-excerpt {
  font-size: 14px;
  line-height: 22px;
  color: #5C5B5C;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog-article {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .blog-article {
    margin-top: 0;
  }
}
.blog-article-inner {
  width: 100%;
  max-width: 1170px;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .blog-article-inner {
    flex-direction: column;
  }
}
.blog-article-main {
  width: 100%;
}
.blog-article-title {
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 1199px) {
  .blog-article-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .blog-article-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.blog-article-sidebar {
  width: 100%;
  max-width: 400px;
  margin-left: 80px;
}
@media (max-width: 1199px) {
  .blog-article-sidebar {
    max-width: 320px;
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .blog-article-sidebar {
    max-width: 100%;
    margin-left: 0;
  }
}
.blog-article-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #5C5B5C;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blog-article-info {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 24px;
  }
}
.blog-article-image {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blog-article-image {
    margin-bottom: 24px;
  }
}
.blog-article-image img {
  height: auto;
}
.blog-article-content {
  font-size: 20px;
  line-height: 160%;
}
@media (max-width: 1199px) {
  .blog-article-content {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog-article-content {
    font-size: 16px;
  }
}
.blog-article-content p {
  margin: 24px 0 40px;
}
@media (max-width: 767px) {
  .blog-article-content p {
    margin: 16px 0 24px;
  }
}
.blog-article-content b, .blog-article-content strong {
  font-weight: bold;
}
.blog-article-content i, .blog-article-content em {
  font-style: italic;
}
.blog-article-content a {
  color: #2520B6;
}
.blog-article-content a:hover {
  color: #181718;
}
.blog-article-content ul, .blog-article-content ol {
  list-style-position: inside;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .blog-article-content ul, .blog-article-content ol {
    margin: 16px 0;
  }
}
.blog-article-content ul {
  list-style-type: disc;
}
.blog-article-content ol {
  list-style-type: decimal;
}
.blog-article-content h2 {
  font-size: 32px;
  line-height: 40px;
  margin: 40px 0 24px;
}
@media (max-width: 767px) {
  .blog-article-content h2 {
    font-size: 20px;
    line-height: 28px;
    margin: 24px 0 16px;
  }
}
.blog-article-content h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 40px 0 24px;
}
@media (max-width: 767px) {
  .blog-article-content h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 24px 0 16px;
  }
}
.blog-article-content h4, .blog-article-content h5, .blog-article-content h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  margin: 40px 0 24px;
}
@media (max-width: 767px) {
  .blog-article-content h4, .blog-article-content h5, .blog-article-content h6 {
    font-size: 18px;
    line-height: 26px;
    margin: 24px 0 16px;
  }
}
.blog-article-content blockquote {
  position: relative;
  display: block;
  font-style: italic;
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  background-color: rgba(37, 32, 182, 0.08);
  border-radius: 24px;
  padding: 24px 103px 1px 40px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .blog-article-content blockquote {
    font-size: 16px;
    padding: 24px 71px 1px 16px;
    margin: 24px 0;
  }
}
.blog-article-content blockquote::after {
  display: block;
  content: "";
  width: 39px;
  height: 80px;
  position: absolute;
  top: 24px;
  right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='80' viewBox='0 0 39 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.76 12.16H19.52L10.88 32.32H3.2L7.76 12.16ZM23.92 12.16H35.68L27.04 32.32H19.36L23.92 12.16Z' fill='%232520B6'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
  .blog-article-content blockquote::after {
    right: 16px;
  }
}
.blog-article-content blockquote p {
  display: block;
  margin: 0 0 24px;
}
.blog-article-content table {
  display: block;
  max-width: 100%;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .blog-article-content table {
    overflow: auto;
  }
}
.blog-article-content table thead th {
  background-color: rgba(24, 23, 24, 0.04);
  color: #5C5B5C;
  font-weight: 600;
  text-align: left;
  padding: 8px 16px;
  min-width: 140px;
}
.blog-article-content table tbody tr td {
  border-bottom: 1px solid rgba(24, 23, 24, 0.24);
}
.blog-article-content table tbody tr:last-child td {
  border-bottom: none;
}
.blog-article-content table td {
  padding: 16px;
  min-width: 140px;
}

.table-of-content {
  padding: 40px;
  margin: 0 0 40px;
  border: 1px solid rgba(24, 23, 24, 0.24);
  border-radius: 24px;
}
@media (max-width: 767px) {
  .table-of-content {
    padding: 24px 16px;
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .table-of-content-parent.desktop {
    display: none;
  }
}
.table-of-content-parent.mobile {
  display: none;
}
@media (max-width: 767px) {
  .table-of-content-parent.mobile {
    display: block;
  }
}
.table-of-content-title {
  color: #5C5B5C;
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .table-of-content-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .table-of-content-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.table-of-content ul li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  margin-left: 15px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .table-of-content ul li {
    font-size: 14px;
  }
}
.table-of-content ul li:last-child {
  margin-bottom: 0;
}
.table-of-content ul li.h3 {
  margin-left: 31px;
}
.table-of-content ul li.h4 {
  margin-left: 47px;
}
.table-of-content ul li a {
  color: #5C5B5C;
}
.table-of-content ul li a:hover {
  color: #2520B6;
}

.most-popular {
  margin: 0 0 40px;
  padding: 40px;
  background-color: rgba(37, 32, 182, 0.08);
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .most-popular {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .most-popular {
    padding: 24px 16px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .most-popular.desktop {
    display: none;
  }
}
.most-popular.mobile {
  display: none;
}
@media (max-width: 767px) {
  .most-popular.mobile {
    display: block;
  }
}
.most-popular-title {
  color: #5C5B5C;
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .most-popular-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .most-popular-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.most-popular-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.most-popular-item-title {
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 4px;
}
@media (max-width: 1199px) {
  .most-popular-item-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .most-popular-item-title {
    font-size: 16px;
  }
}
.most-popular-item-title:hover {
  color: #0700E0;
}
.most-popular-item-date {
  color: #5C5B5C;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .most-popular-item-date {
    font-size: 12px;
    line-height: 18px;
  }
}

.you-may-also-like {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .you-may-also-like {
    margin-top: 48px;
  }
}
.you-may-also-like-title {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .you-may-also-like-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}

.comments a {
  color: #2520B6;
}
.comments a:hover {
  color: #0700E0;
}
.comments-area {
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .comments-area {
    margin: 24px 0 0;
  }
}
.comments-area-title {
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .comments-area-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}

.comment a {
  color: #2520B6;
}
.comment a:hover {
  color: #0700E0;
}
.comment-respond {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 0 40px rgba(24, 23, 24, 0.08);
  padding: 24px 40px;
  margin: 0 0 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .comment-respond {
    padding: 24px 16px 24px;
  }
}
.comment-respond-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  padding: 40px;
}
.comment-respond-success-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='%23595859' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='%23595859' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.comment-respond-success-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='24' fill='%234DAA57'/%3E%3Cpath d='M21.9997 27.1709L31.1921 17.9785L32.6063 19.3927L21.9997 29.9993L15.6357 23.6354L17.05 22.2212L21.9997 27.1709Z' fill='white'/%3E%3C/svg%3E%0A");
}
.comment-respond-success-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .comment-respond-success-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.comment-logged-in-as {
  margin: 0 0 16px;
}
.comment-line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767px) {
  .comment-line {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.comment-field {
  margin-bottom: 16px;
}
.comment-field label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 4px;
}
.comment-field input, .comment-field textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  border: 1px solid rgba(24, 23, 24, 0.24);
  border-radius: 4px;
}
.comment-field input.error, .comment-field textarea.error {
  border-color: #DE3C4B;
}
.comment-field input {
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
}
.comment-field textarea {
  padding: 8px 12px;
}
.comment-field .error-label {
  font-size: 12px;
  line-height: 18px;
  margin-top: 4px;
  color: #DE3C4B;
}
.comment-submit button {
  display: block;
  cursor: pointer;
  background-color: #2520B6;
  border-radius: 4px;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 10px 40px;
}
@media (max-width: 767px) {
  .comment-submit button {
    width: 100%;
  }
}
.comment-submit button:hover {
  background-color: #0700E0;
}
.comment-list {
  margin: 40px 0 0;
}
.comment-list .comment {
  border-bottom: 1px solid rgba(24, 23, 24, 0.24);
  padding: 0 0 16px;
  margin: 0 0 16px;
}
.comment-list .comment:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.comment-list .comment-author {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.comment-list .comment-awaiting-moderation {
  font-size: 14px;
  line-height: 20px;
  background-color: rgba(37, 32, 182, 0.08);
  border-radius: 8px;
  margin: 8px 0;
  padding: 8px 16px;
}
.comment-list .comment time {
  font-size: 14px;
  line-height: 20px;
  color: #5C5B5C;
}
.comment-list .comment-content {
  margin-top: 8px;
  font-size: 14px;
  line-height: 140%;
}
.comment-loadmore {
  text-align: center;
  padding: 12px 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .comment-loadmore {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 40px;
  }
}
.comment-loadmore a {
  text-decoration: underline;
  color: #2520B6;
}
.comment-loadmore a:hover {
  color: #0700E0;
}

.posts-navigation {
  width: 100%;
  margin-top: 8px;
}
.posts-navigation .nav-links {
  display: flex;
  justify-content: center;
}
.posts-navigation .nav-links a {
  display: block;
  font-weight: 600;
  padding: 12px 24px;
  color: #2520B6;
  text-decoration: underline;
}

.page-kioskstart .wrap {
  max-width: 1092px;
}
.page-kioskstart h1 {
  margin: 0 0 16px;
  text-align: center;
}
.page-kioskstart-descr {
  color: #5C5B5C;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .page-kioskstart-descr {
    margin-bottom: 32px;
  }
}
.page-kioskstart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page-kioskstart-item {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.page-kioskstart-item-left {
  width: 100%;
  max-width: 515px;
}
@media (max-width: 767px) {
  .page-kioskstart-item-left {
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.page-kioskstart-item-left iframe {
  width: 100%;
}
.page-kioskstart-item-right {
  width: 100%;
  max-width: 406px;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .page-kioskstart-item-right {
    max-width: 100%;
    padding-left: 0;
  }
}
.page-kioskstart-item-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
.page-kioskstart-item-descr p {
  margin: 16px 0 24px;
}
@media (max-width: 767px) {
  .page-kioskstart-item-descr p {
    margin: 16px 0 16px;
  }
}
.page-kioskstart-item-descr p:last-child {
  margin-bottom: 0;
}
.page-kioskstart-item-descr a {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #2520B6;
}
.page-kioskstart-item-descr a:hover {
  color: #0700E0;
}

.heateor_sss_sharing_container {
  margin: 40px 0 0;
}

.heateor_sss_sharing_title {
  font-size: 16px;
}

.page-login-inner {
  max-width: 1062px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-login-item {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #EEEDF9;
  border-radius: 16px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .page-login-item {
    flex-direction: column;
    padding: 24px;
  }
}
.page-login-item:hover {
  background-color: #FFFFFF;
  box-shadow: 0 8px 64px rgba(37, 32, 182, 0.08);
}
.page-login-item-image {
  flex: 0 0 148px;
}
.page-login-item-image img {
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-login-item-right {
  padding: 24px 0;
}
@media (max-width: 767px) {
  .page-login-item-right {
    padding: 0;
  }
}
.page-login-item-title {
  color: #2520B6;
  font-size: 24px;
  line-height: 1.34;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .page-login-item-title {
    font-size: 20px;
  }
}
.page-login-item-descr {
  font-size: 14px;
  line-height: 1.43;
}
.page-login-item-descr p {
  margin-bottom: 8px;
}
.page-login-item-descr p:last-child {
  margin-bottom: 0;
}

.partners-inner {
  display: flex;
  gap: 80px;
}
@media (max-width: 1199px) {
  .partners-inner {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .partners-inner {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .partners-inner {
    flex-direction: column;
  }
}
.partners-sidebar {
  width: 100%;
  max-width: 296px;
}
@media (max-width: 1199px) {
  .partners-sidebar {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .partners-sidebar {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .partners-sidebar {
    max-width: 100%;
  }
}
.partners-cats-title {
  font-size: 24px;
  line-height: 1.34;
  font-weight: 600;
  margin-bottom: 24px;
  padding: 0 16px;
}
@media (max-width: 991px) {
  .partners-cats-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .partners-cats-title {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .partners-cats-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.partners-cats-list li a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #5C5B5C;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .partners-cats-list li a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .partners-cats-list li a {
    padding: 10px 12px;
  }
}
.partners-cats-list li a:hover {
  color: #2520B6;
}
.partners-cats-list li a.active {
  color: #2520B6;
  background-color: #EEEDF9;
}
.partners-right {
  width: 100%;
}
.partners-options {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 575px) {
  .partners-options {
    flex-direction: column;
  }
}
.partners-options-search {
  width: 100%;
  max-width: 647px;
  position: relative;
}
.partners-options-search::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  position: absolute;
  top: 12px;
  left: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2862_2063)'%3E%3Cpath d='M15.0271 13.8476L18.5963 17.4159L17.4171 18.5951L13.8488 15.0259C12.5211 16.0903 10.8696 16.6692 9.16797 16.6667C5.02797 16.6667 1.66797 13.3067 1.66797 9.16675C1.66797 5.02675 5.02797 1.66675 9.16797 1.66675C13.308 1.66675 16.668 5.02675 16.668 9.16675C16.6704 10.8684 16.0915 12.5199 15.0271 13.8476ZM13.3555 13.2292C14.4131 12.1417 15.0037 10.6838 15.0013 9.16675C15.0013 5.94341 12.3905 3.33341 9.16797 3.33341C5.94464 3.33341 3.33464 5.94341 3.33464 9.16675C3.33464 12.3892 5.94464 15.0001 9.16797 15.0001C10.685 15.0025 12.1429 14.4118 13.2305 13.3542L13.3555 13.2292Z' fill='%23181718' fill-opacity='0.48'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2862_2063'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.partners-options-search input {
  display: block;
  width: 100%;
  height: 46px;
  border: 1px solid rgba(24, 23, 24, 0.16);
  border-radius: 4px;
  background: none;
  padding: 0 16px 0 44px;
}
.partners-options-sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 205px;
}
@media (max-width: 991px) {
  .partners-options-sort {
    min-width: 185px;
  }
}
@media (max-width: 575px) {
  .partners-options-sort {
    justify-content: flex-start;
  }
}
.partners-options-sort-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 991px) {
  .partners-options-sort-title {
    font-size: 14px;
  }
}
.partners-options-sort-select {
  padding: 0 36px 0 0;
  border: 0;
  background: none;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .partners-options-sort-select {
    font-size: 14px;
  }
}
.partners-options-sort-select::after {
  border: 0;
  right: 16px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  transform: none;
  transform-origin: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2862_2078)'%3E%3Cpath d='M8.00048 8.78145L11.3005 5.48145L12.2431 6.42411L8.00048 10.6668L3.75781 6.42411L4.70048 5.48145L8.00048 8.78145Z' fill='%235C5B5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2862_2078'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.partners-options-sort-select.open::after {
  transform: rotate(-180deg);
}
.partners-options-sort-select .current {
  font-weight: 600;
  color: #5C5B5C;
}
.partners-options-sort-select .list {
  left: auto;
  right: 0;
  font-size: 14px;
}
.partners-content {
  display: grid;
  grid-template-columns: calc(33.3% - 10.5px) calc(33.3% - 10.5px) calc(33.3% - 10.5px);
  gap: 16px;
}
@media (max-width: 767px) {
  .partners-content {
    grid-template-columns: calc(50% - 8px) calc(50% - 8px);
  }
}
@media (max-width: 575px) {
  .partners-content {
    grid-template-columns: 100%;
  }
}
.partners-item {
  padding: 40px 24px;
  border: 1px solid rgba(24, 23, 24, 0.16);
  border-radius: 16px;
}
@media (max-width: 991px) {
  .partners-item {
    padding: 24px 16px;
  }
}
.partners-item:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 40px 0px rgba(24, 23, 24, 0.16);
  border-color: #FFFFFF;
}
.partners-item-img img {
  display: block;
  height: 64px;
  width: auto;
}
.partners-item-title {
  font-size: 24px;
  line-height: 1.34;
  font-weight: 600;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .partners-item-title {
    font-size: 20px;
  }
}
.partners-item-descr {
  font-size: 14px;
  line-height: 1.43;
  margin-top: 8px;
}
.partners-pagination {
  margin-top: 40px;
}
.partners-pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.partners-pagination ul li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.partners-pagination ul li span, .partners-pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .partners-pagination ul li span, .partners-pagination ul li a {
    width: 40px;
    height: 40px;
  }
}
.partners-pagination ul li span {
  color: #2520B6;
  background-color: #EEEDF9;
}
.partners-pagination ul li a {
  color: #5C5B5C;
}
.partners-pagination ul li a:hover {
  color: #2520B6;
}

.partnerspost-inner {
  max-width: 1062px;
  margin: 0 auto;
}
.partnerspost-top {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .partnerspost-top {
    gap: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .partnerspost-top {
    flex-direction: column;
  }
}
.partnerspost-top-img {
  width: 100%;
  max-width: 454px;
}
.partnerspost-top-img img {
  display: block;
  width: 100%;
  height: auto;
}
.partnerspost-top-right {
  width: 100%;
}
.partnerspost-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .partnerspost-title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .partnerspost-title {
    font-size: 24px;
  }
}
.partnerspost-subtitle {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .partnerspost-subtitle {
    font-size: 16px;
  }
}
.partnerspost-btns {
  margin-top: 24px;
  display: flex;
  gap: 16px;
}
.partnerspost-content {
  padding-top: 80px;
  border-top: 1px solid #181718;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .partnerspost-content {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .partnerspost-content {
    font-size: 16px;
  }
}
.partnerspost-content p {
  margin-bottom: 24px;
}
.partnerspost-content p:last-child {
  margin-bottom: 0;
}
.partnerspost-content-blocks {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 575px) {
  .partnerspost-content-blocks {
    flex-direction: column;
    gap: 16px;
  }
}
.partnerspost-content-blocks-item {
  width: calc(50% - 16px);
}
@media (max-width: 575px) {
  .partnerspost-content-blocks-item {
    width: 100%;
  }
}
.partnerspost-content-blocks-item-title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}
@media (max-width: 767px) {
  .partnerspost-content-blocks-item-title {
    font-size: 18px;
  }
}
.partnerspost-content-blocks-item-descr {
  margin-top: 8px;
}

html,
body {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  background-color: #FBFBFE;
  color: #181718;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 14px;
    line-height: 22px;
  }
}

body.overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

*::-webkit-input-placeholder {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

*::-moz-placeholder {
  -moz-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

*:-ms-input-placeholder {
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

*:-moz-placeholder {
  -moz-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

* {
  outline: 0;
}

main {
  flex-grow: 1;
}

svg, svg path, a, button {
  transition: all 0.25s ease-in-out 0s;
}

h1, h2, h3, h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
}

h2 {
  font-size: 48px;
  line-height: 56px;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  h2 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  font-size: 40px;
  line-height: 48px;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  h3 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 30px;
  }
}

h4 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 48px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  h4 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }
}

.form-input {
  background-color: #FFFFFF;
  border-radius: 100px;
  padding: 14px 24px;
}

.btn {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  border-radius: 100px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #2520B6 !important;
  color: #2520B6 !important;
  padding: 11px 24px;
  margin: 0;
  cursor: pointer;
  transition: all 0.25s ease-in-out 0s;
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px;
    line-height: 22px;
  }
}
.btn .ico {
  margin-right: 10px;
  transition: all 0.25s ease-in-out 0s;
}
.btn:hover {
  background-color: #2520B6 !important;
  color: #FFFFFF !important;
  box-shadow: 0px 4px 24px rgba(37, 32, 182, 0.16) !important;
}

.btn-fill {
  background-color: #2520B6 !important;
  color: #FFFFFF !important;
  box-shadow: 0px 4px 24px rgba(37, 32, 182, 0.16) !important;
}
.btn-fill:hover {
  background-color: #0700E0 !important;
  box-shadow: 0px 4px 24px rgba(37, 32, 182, 0.5) !important;
}

.btn-fill-black {
  background-color: #181718 !important;
  color: #FFFFFF !important;
}
.btn-fill-black:hover {
  background-color: #212121 !important;
}

.btn-with-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
}

.ico-watch .ico {
  width: 24px;
  flex: 0 0 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%232520B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 8L16 12L10 16V8Z' stroke='%232520B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.ico-watch:hover .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 8L16 12L10 16V8Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.ico-watch.btn-fill .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 8L16 12L10 16V8Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@keyframes pulse_1 {
  from {
    opacity: 1;
    transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0;
    transform: scale(1.3, 1.3);
  }
}
@keyframes pulse_2 {
  from {
    opacity: 1;
    transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
}
@keyframes pulse_3 {
  from {
    opacity: 1;
    transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    transform: scale(1.7, 1.7);
  }
}
.btn-animation {
  position: relative;
  z-index: 2;
}
.btn-animation .pulse {
  border: 1px solid #2520B6;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  border-radius: 100px;
  animation-duration: 1.5s;
  animation-name: pulse_1;
  animation-iteration-count: infinite;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-animation .pulse {
    display: none;
  }
}
.btn-animation .pulse:nth-child(2) {
  animation-name: pulse_2;
}
.btn-animation .pulse:nth-child(3) {
  animation-name: pulse_3;
}

.block-title {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 56px;
  color: #181718;
  margin-bottom: 16px;
}
@media (max-width: 999px) {
  .block-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .block-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.block-title.align-center {
  max-width: 915px;
  margin: 0 auto;
  text-align: center;
}
.block-title.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 999px) {
  .block-title.mb-16 {
    margin-bottom: 8px;
  }
}
.block-title.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 999px) {
  .block-title.mb-24 {
    margin-bottom: 16px;
  }
}
.block-title.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .block-title.mb-40 {
    margin-bottom: 24px;
  }
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 24px;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
}
.slick-dots li button {
  color: transparent;
  background-color: transparent;
  border: none;
  position: relative;
}
.slick-dots li button:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border: 1px solid #2520B6;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li.slick-active button:before {
  background-color: #2520B6;
}

.wrap {
  width: 100%;
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  padding: 40px 0;
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  .header {
    padding: 20px 0;
    margin-bottom: 28px;
  }
}
.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: inherit;
  z-index: 4;
  background-color: #FBFBFE;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .header-inner {
    display: none;
  }
}
.header-inner-mob {
  display: none;
}
@media (max-width: 767px) {
  .header-inner-mob {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .header-inner.mobile {
    display: flex !important;
    position: fixed;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    max-height: 100vh;
    z-index: 10;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 15px;
  }
}
@media (max-width: 999px) {
  .header-logo {
    max-width: 110px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .header-logo-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header-logo-container .header-demo {
    margin-right: 38px;
  }
}
.header-demo {
  display: none;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .header-demo {
    display: block;
  }
}
.header-burger {
  width: 18px;
  cursor: pointer;
}
.header-burger span {
  display: block;
  background: #001233;
  display: block;
  margin: 5px 0;
  height: 2px;
}
.header-burger span:first-child {
  margin-top: 0;
}
.header-burger span:last-child {
  margin-bottom: 0;
}
.header-burger-close {
  display: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 33px;
  right: 14px;
}
.header-burger-close span {
  display: block;
  background: #001233;
  display: block;
  height: 2px;
}
.header-burger-close span:first-child {
  transform: rotate(45deg);
  margin-top: 8px;
}
.header-burger-close span:last-child {
  transform: rotate(-45deg);
  margin-top: -2px;
}
@media (max-width: 767px) {
  .header-burger-close {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-menu {
    width: 100%;
  }
}
.header-menu-list {
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .header-menu-list {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .header-menu-list {
    flex-direction: column;
    align-items: flex-start;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    padding: 80px 10px 0;
  }
}
.header-menu-list li {
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .header-menu-list li {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .header-menu-list li {
    padding: 0;
    margin-bottom: 24px;
  }
}
.header-menu-list li a {
  color: #5C5B5C;
}
.header-menu-list li a:hover {
  color: #2520B6;
}
@media (max-width: 767px) {
  .header-auth {
    padding: 0 10px;
    width: 100%;
  }
}
.header-auth-list {
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .header-auth-list {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .header-auth-list {
    flex-direction: column-reverse;
  }
}
.header-auth-list li {
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .header-auth-list li {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .header-auth-list li {
    padding: 12px 0;
  }
}
.header-auth-list li a {
  color: #5C5B5C;
}
.header-auth-list li a:hover {
  color: #2520B6;
}
.header-auth-list li.header-auth-btn {
  padding: 0;
}
@media (max-width: 767px) {
  .header-auth-list li.header-auth-btn {
    width: 100%;
    text-align: center;
    padding: 0 0 12px;
  }
}
.header-auth-list li.header-auth-btn a {
  display: block;
  border-radius: 100px;
  border: 1px solid #2520B6;
  padding: 11px 24px;
  color: #2520B6;
}
@media (max-width: 767px) {
  .header-auth-list li.header-auth-btn a {
    font-size: 14px;
    line-height: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.header-auth-list li.header-auth-btn a:hover {
  background-color: #2520B6;
  color: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(37, 32, 182, 0.16);
}
.header-auth-list li.header-demo-btn {
  padding: 0;
}
@media (max-width: 767px) {
  .header-auth-list li.header-demo-btn {
    width: 100%;
    text-align: center;
    padding: 0 0 12px;
  }
}
.header-auth-list li.header-demo-btn a {
  display: block;
  border-radius: 100px;
  border: 1px solid #2520B6;
  padding: 11px 24px;
  color: #FFFFFF;
  background-color: #2520B6;
  box-shadow: 0px 4px 24px rgba(37, 32, 182, 0.16);
}
@media (max-width: 767px) {
  .header-auth-list li.header-demo-btn a {
    font-size: 14px;
    line-height: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.header-auth-list li.header-demo-btn a:hover {
  background: none;
  color: #2520B6;
  box-shadow: none;
}

.menu-has-dropdown > a {
  display: flex;
  align-items: center;
}
.menu-has-dropdown > a:after {
  display: block;
  content: "";
  width: 12px;
  height: 8px;
  margin-left: 8px;
  transition: all 0.25s ease-in-out 0s;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.0006 4.97667L10.1256 0.851665L11.3039 2.03L6.0006 7.33333L0.697266 2.03L1.8756 0.851665L6.0006 4.97667Z' fill='%234B586F'/%3E%3C/svg%3E%0A");
}
.menu-has-dropdown.active > a:after {
  transform: rotate(180deg);
}
.menu-has-dropdown:hover > a:after {
  transform: rotate(180deg);
}
.menu-has-dropdown:hover .sub-menu {
  display: flex;
}
.menu-has-dropdown.min {
  position: relative;
}
.menu-has-dropdown.min .sub-menu {
  top: 24px;
  gap: 0;
}
@media (max-width: 999px) {
  .menu-has-dropdown.min .sub-menu {
    top: 20px;
  }
}

.sub-menu {
  position: absolute;
  display: none;
  flex-wrap: wrap;
  z-index: 5;
  top: 36px;
  left: 0;
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 8px 64px rgba(37, 32, 182, 0.08);
  gap: 64px;
  padding: 24px 24px 12px 24px;
  font-size: 14px;
  line-height: 20px;
  color: #4B586F;
  font-weight: 600;
}
@media (max-width: 999px) {
  .sub-menu {
    top: 32px;
  }
}
@media (max-width: 767px) {
  .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    background: none;
    box-shadow: none;
    padding: 16px 0 0;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.sub-menu > li {
  padding: 0;
  margin-bottom: 16px;
  min-width: 210px;
}
@media (max-width: 1199px) {
  .sub-menu > li {
    min-width: auto !important;
  }
}
@media (max-width: 767px) {
  .sub-menu > li {
    width: 100% !important;
  }
}
.sub-menu > li a {
  display: flex;
  align-items: center;
}
.sub-menu > li a span {
  flex: 0 0 24px;
  margin-right: 8px;
}
.sub-menu-item {
  min-width: 210px;
}
@media (max-width: 1199px) {
  .sub-menu-item {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .sub-menu-item {
    width: 100%;
  }
}
.sub-menu-item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sub-menu-item-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.sub-menu-item ul {
  font-size: 14px;
  line-height: 20px;
  color: #4B586F;
  font-weight: 600;
}
.sub-menu-item ul li {
  padding: 0;
  margin-bottom: 20px;
}
.sub-menu-item ul li a {
  display: flex;
  align-items: center;
}
.sub-menu-item ul li a span {
  flex: 0 0 24px;
  margin-right: 8px;
}

.footer {
  margin-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .footer {
    margin-top: 48px;
    padding-bottom: 24px;
  }
}
.footer-inner {
  display: flex;
  padding-right: 55px;
}
@media (max-width: 999px) {
  .footer-inner {
    padding-right: 0;
  }
}
@media (max-width: 860px) {
  .footer-inner {
    flex-direction: column;
  }
}
.footer-left {
  width: 24%;
  margin-right: 7%;
}
@media (max-width: 860px) {
  .footer-left {
    width: 100%;
    margin-right: 0;
    order: 4;
  }
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-copyright {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  color: #5C5B5C;
}
.footer-social {
  display: flex;
  margin-bottom: 16px;
}
.footer-social-item {
  margin-right: 16px;
}
.footer-social-item:hover {
  opacity: 0.8;
}
.footer-menu {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 860px) {
  .footer-menu {
    margin: 0;
    order: 1;
  }
}
@media (max-width: 860px) {
  .footer-menu-container {
    flex-basis: 100%;
  }
}
.footer-menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 60px;
       column-gap: 60px;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 999px) {
  .footer-menu-list {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.footer-menu-list li {
  margin-bottom: 16px;
}
.footer-menu-list li a {
  color: #5C5B5C;
}
.footer-menu-list li a:hover {
  color: #2520B6;
}
.footer-menu-list--column {
  grid-template-columns: repeat(1, 1fr);
  margin-left: 60px;
}
@media (max-width: 999px) {
  .footer-menu-list--column {
    margin-left: 40px;
  }
}
@media (max-width: 860px) {
  .footer-menu-list--column {
    margin-left: 0;
  }
}
.footer-pages {
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 860px) {
  .footer-pages {
    order: 2;
    margin-bottom: 24px;
  }
}
.footer-pages li {
  margin-bottom: 16px;
}
.footer-pages li a {
  color: #5C5B5C;
}
.footer-pages li a:hover {
  color: #2520B6;
}
.footer-collaborate {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
@media (max-width: 860px) {
  .footer-collaborate {
    margin-bottom: 20px;
  }
}
.footer-collaborate span {
  margin: 0 28px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 999px) {
  .footer-collaborate span {
    font-size: 14px;
    margin: 0 10px;
  }
}
.footer-info {
  margin-left: auto;
  width: 23%;
}
@media (max-width: 1300px) {
  .footer-info {
    width: 29%;
  }
}
@media (max-width: 999px) {
  .footer-info {
    width: 32%;
  }
}
@media (max-width: 860px) {
  .footer-info {
    margin: 0;
    order: 3;
    margin-bottom: 40px;
  }
}
.footer-info-adrr {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.footer-info-email {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.footer-info-email a:hover {
  color: #2520B6;
}
.footer-info-tel {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.footer-info-tel a:hover {
  color: #2520B6;
}
.footer-info-serv {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}
.footer-info-serv-item {
  margin-right: 16px;
  margin-left: 0;
}
@media (max-width: 1300px) {
  .footer-info-serv-item {
    margin-right: 8px;
  }
}
.footer-info-serv-item img {
  max-height: 50px;
}
@media (max-width: 1300px) {
  .footer-info-serv-item img {
    max-height: 45px;
  }
}
.footer-info-serv-item:last-child {
  margin-right: 0;
}

.arcticmodal-container_i {
  width: 100%;
}

.modal {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
.modal-close {
  cursor: pointer;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 50%;
}
.modal-close:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -6.5px;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' id='svg2' height='25' width='25' sodipodi:docname='close_icon_grey.svg' inkscape:export-filename='D:%5CЗагрузки%5Cclose_icon_black2.svg.png' inkscape:export-xdpi='72.959999' inkscape:export-ydpi='72.959999' inkscape:version='0.92.3 (2405546, 2018-03-11)'%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1366' inkscape:window-height='706' id='namedview3731' showgrid='false' inkscape:zoom='15.245222' inkscape:cx='5.6822049' inkscape:cy='12.495936' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='imagebot_2' /%3E%3Cdefs id='defs13' /%3E%3Cmetadata id='imagebot_6'%3Eimage/svg+xml%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg transform='translate(3.9661017,3.5677966)' id='imagebot_2' label='Layer 1'%3E%3Cpath inkscape:connector-curvature='0' stroke-miterlimit='4' d='M -2.5783352e-4,-0.00146808 17.435473,18.212367' id='imagebot_5' style='opacity:1;fill:%23ffffff;stroke:%23ffffff;stroke-width:3.23161912;stroke-linecap:round;stroke-miterlimit:4;fill-opacity:1;stroke-opacity:1' /%3E%3Cpath inkscape:connector-curvature='0' stroke-miterlimit='4' d='M -2.5783352e-4,18.212367 17.435473,-0.00146808' id='imagebot_4' style='opacity:1;fill:%23ffffff;stroke:%23ffffff;stroke-width:3.23161912;stroke-linecap:round;stroke-miterlimit:4;fill-opacity:1;stroke-opacity:1' /%3E%3Ctitle id='title9'%3ELayer 1%3C/title%3E%3C/g%3E%3C/svg%3E%0A");
}
.modal-inner {
  background-color: #f4f5f9;
  border-radius: 4px;
}
.modal-header {
  background-color: #FFFFFF;
  padding: 12px 36px;
  border-radius: 4px 4px 0 0;
  text-align: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.modal-logo {
  margin: 3px 0;
}
.modal-logo img {
  height: 40px;
  margin: 0 auto;
}
.modal-title {
  font-size: 14px;
  font-weight: 700;
  color: rgb(41, 53, 146);
}
.modal-content {
  padding: 27px 36px;
}
.modal-full {
  max-width: 900px;
}
@media (max-width: 991px) {
  .modal-full {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .modal-full {
    max-width: 310px;
  }
}

.form-line {
  margin-bottom: 8px;
}
.form-line .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 2px;
}
.form-label {
  font-size: 14px;
  margin-bottom: 2px;
  color: #5C5B5C;
}
.form-field {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #D7D7D9;
}
.form-field-hidden {
  display: none;
}
.form-field.wpcf7-not-valid {
  border-color: #dc3232;
}
.form-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 8px;
}
.form-quantity {
  display: flex;
  align-items: stretch;
}
.form-quantity .form-field {
  max-width: 70px;
  margin: 0 8px;
}
.form-quantity button {
  width: 32px;
  border: 1px solid #D7D7D9;
  cursor: pointer;
  background-color: #FFFFFF;
  box-shadow: 0px 8px 32px rgba(37, 32, 182, 0.08);
  border-radius: 4px;
  color: #5C5B5C;
  font-size: 18px;
  padding: 0;
}

.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 12px;
  line-height: 14px;
  padding: 12px 16px !important;
}

.wpcf7-spinner {
  display: none;
  margin-top: 8px;
}

form.submitting .wpcf7-spinner {
  display: block;
}

.container {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_6590_43575)'%3E%3Cpath d='M6.99841 9.58478L11.5944 4.98828L12.3019 5.69528L6.99841 10.9988L3.81641 7.81678L4.52341 7.10978L6.99841 9.58478Z' fill='white'/%3E%3C/g%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='7.5' stroke='%23D7D7D9'/%3E%3Cdefs%3E%3CclipPath id='clip0_6590_43575'%3E%3Crect width='12' height='12' fill='white' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.container input:checked ~ .checkmark {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='8' fill='%232520B6'/%3E%3Ccircle cx='8' cy='8' r='4' fill='white'/%3E%3C/svg%3E%0A");
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E9E9EC;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(24, 23, 24, 0.08);
  transition: 0.4s;
}
.slider.round {
  border-radius: 40px;
}
.slider.round:before {
  border-radius: 40px;
}

input:checked + .slider {
  background-color: #2520B6;
}
input:checked + .slider:before {
  transform: translateX(16px);
}
